    .t-store__filter__btn, .t-store__filter__input {
    border-radius: 4px;
    color: #343434;
}
.t-descr {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 500;
    color: #343434;
}
    .t-store__filter__options_center {
    text-align: left;
}
/* Полное скрытие блока с характеристиками в попапе */
.t-store__prod-popup__text .js-store-prod-all-charcs {
    display: none !important;
}
    @media screen and (max-width: 670px) {
    .t-store__card__btn:not(:first-child) {
        margin-top: 2px;
    }
}

/* Анимация изображений во всех каталогах */
.t-store__card__imgwrapper {
  overflow: hidden;
}

.t-store__card__img {
  transition: transform 0.35s ease;
  transform-origin: center center;
  will-change: transform;
}

@media (hover: hover) {
  .t-store__card__imgwrapper:hover .t-store__card__img {
    transform: scale(1.07);
  }
}
.t706__cartwin-prodamount-wrap {
    display: none !important;
}
.t706__cartwin-totalamount-wrap {
    display: none !important;
}
.t-name {
    color: #343434;
}
.t-input .t-input-phonemask, .t-input-phonemask {
    font-family: 'Inter';
}
.t-input-phonemask__select-code {
    font-family: 'Inter';
}
.t-input {
    font-family: 'Inter' !important;
}
.t706__cartwin {
    background-color: rgb(0 0 0 / 30%);
    backdrop-filter: blur(3px);
}
.t-store .t-popup {
    backdrop-filter: blur(3px);
}
.t-img-select__text {
    font-weight: 600;
}