/*Скрываем кнопку Подробнее у товаров*/
a.js-store-prod-btn.t-store__card__btn.t-btn.t-btn_sm {
       display:none!important;
}
    
.t-store__prod__quantity, .t-store__prod__quantity__minus, .t-store__prod__quantity__plus, .t706__cartwin-content, input.t-input.js-tilda-rule, .t1002__wishlistwin-content, .t702 .t-popup__close-wrapper {
    background-color: #f9f2e5;
}
.t786 .t-store__card__btns-wrapper {
    margin-top: 0px !important;
}


@media (max-width: 640px) {
    .t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn svg {
        max-width: 50%;
        max-height: 50%;
    }
    
    .t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
        width: 25px;
        height: 25px;
    }
    
    .js-store-prod-text.t-store__prod-popup__text.t-descr.t-descr_xxs, .js-store-prod-name.js-product-name.t-store__card__title.t-name.t-name_xs, .js-store-prod-all-text, .t-descr_xxs {
       font-size: 14px !important;
    }
    
    .t-store__card__price.t-store__card__price-item.t-name.t-name_xs, .t-name_md {
     font-size: 17px !important;
    }
    
    #rec422131021 .t-popup__container { 
        border-radius: 16px;
    }
    .t654__btn {
        height: 30px;
        font-size: 10px;
    }
    .t654__cell-container {
        padding: 20px 30px!important;
    }
    .t654__text {
        font-size: 10px!important;
    }
}

@media (min-width: 640px) {
    .t-popup__container, .t706__cartwin-content { 
        border-radius: 16px;
}}
