    .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;
}

.t-text_xs {
    font-size: 13px;

}
.t-input-title {
    font-weight: 600 !important;
}
.t-store__filter__item {
    margin-bottom: 5px;
}
@media (max-width: 640px) {
    .t-store__filter__item {
        width: 94%;
    }
    .t-store__filter__options {

    margin-bottom: 0px !important;
}
.t-store__card__img {
    max-height: 80%;
    max-width: 50%;
}
    .t-store__grid-cont .t-store__card-list {
        row-gap: 20px !important;
    }
}
.t-img-select__indicator {
    border: 0px solid rgba(0, 0, 0, .1) !important;
}
