.t-store__card__mark {

    border-radius: 5px;

    font-size: 11px;
    font-weight: 800;
    height: auto;
    padding: 5px;
    width: auto;
}

.t450__menu_show.t450 {
    border-radius: 20px 0 0 20px;

}

@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 12px;
    }
}
@media screen and (max-width: 640px) {
    .t-name_xs {
        font-size: 14px;
    }
}

.t-feed__post-popup__content img {
    width: 100%;
    max-height: 270px !important;
    object-fit: cover;
    border-radius: 20px;
    
    @media screen and (max-width: 640px) {
    max-height: 160px !important;
    object-fit: cover;
    border-radius: 10px;
}
}

.t1186__card_circle .t1186__bgimg {
    max-width: 50px;
    max-height: 50px;
    min-height: 50px;
}

.t-store__filter__options_center {
    text-align: left !important;
}
.t-store__filter {
    margin-bottom: 20px !important;

}

.t-descr {
    font-family: 'Inter' !important;

}

/* Измененный код для цен */
.t-store__card__price-value::before,
.js-product-price::before {
    content: "от" !important;
    margin-right: 7px;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {

    background-color: rgb(195 178 145 / 22%);
    border-radius: 6px;
    border: 0;

}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #bcab86;
    background-color: rgb(195 178 145 / 75%);
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple:hover {
    border: 1px solid rgb(188 171 134 / 47%);
}

.t706__cartwin-content {
    background-color: #FCFAF6;

}

.t706__cartwin-top {
    border-bottom: 1px solid #bcab8629 !important;
}

.t706__cartwin-bottom {
border-bottom: 1px solid #bcab8629 !important;
}

