a:hover {
    color: #7ae1bf;
}

.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 20px;
}

.t-descr {
    font-weight: 400;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #242424 #ffffff;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #242424;
  border-radius: 20px;
  border: 3px solid #ffffff;
}

.t849__img {
    width: auto;
}

