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

.t706__cartwin-prodamount-price:before {
content:'от ';
vertical-align:bottom;
}

@media screen and (min-width: 639px) {
.t-store__prod-popup__price-currency:after {
    content: "| минимальный заказ товаров на сайте от 10 000 ₽" !important;
    margin-left: 7px;
    font-size: 14px;
    font-weight: 400;
}
}

@media screen and (max-width: 639px) {
.t-store__prod-popup__price-currency {
    font-size: 20px;
    font-weight: 600;
}
}

@media screen and (max-width: 639px) {
    /* Делаем родителя цены position: relative */
    .t-store__prod-popup__price {
        position: relative;
        margin-bottom: 16px; /* отступ до кнопки Заказать */
    }

    /* Добавляем подпись под ценой */
    .t-store__prod-popup__price:after {
        content: "минимальный заказ товаров на сайте от 10 000 ₽";
        display: block; /* перенос на новую строку */
        font-size: 15px;
        font-weight: 400;
        color: #075047; /* можно поменять цвет */
        margin-top: 5px; /* расстояние между ценой и текстом */
    }

    /* Цена с рублем не переносится */
    .t-store__prod-popup__price-currency {
        white-space: nowrap;
    }
}

@media screen and (max-width: 638px) {
    .t-store__prod-popup__gallery .t-store__prod-popup__gallery-item {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box;
    }

    .t-store__prod-popup__gallery .t-store__prod-popup__gallery-item img {
        width: 100%;
        height: auto;
        display: block;
    }
}



.js-store-prod-price-val {
    font-weight: 600; /* карточка товара / жирность цены */
}




@media screen and (min-width: 639px) {
.t-descr_xxs { 
    font-weight: 400; /* карточка товара / жирность текста свойств */
    font-size: 16px !important;
}
}
@media screen and (max-width: 639px) {
.t-descr_xxs { 
    font-weight: 400; /* карточка товара / жирность текста свойств */
    font-size: 14px !important;
}
}

.t-store .t-product__option { /* карточка товара / отступ свойств от цены */
    margin-top: 16px;
}
@media screen and (min-width: 639px) {
.t-name_xl {
    font-size: 40px !important; /* карточка товара / размер Н1*/ 
    line-height: 1.2 !important;
}
}

@media screen and (max-width: 639px) {
   .t-name_xl {
    font-size: 26px !important; /* карточка товара / размер Н1 на мобилке*/ 
    line-height: 1.2 !important;
}
} 
    
    
    
 .t-store__prod-popup__price-currency {
    font-weight: 600;
 }
 
.js-store-prod-text a[href*="#price-list"] {    /* стили для кнопок в описании карточки товара */
    display: inline-block;
    padding: 12px 24px;
    margin-right: 8px;
     border: 1px solid !important;
 /*   margin-top: 14px; */
    border-radius: 50px;
    font-weight: 500;
    font-family: Montserrat;
    font-size: 14px;
}
.js-store-prod-text a[href*="#price-list"]:first-of-type { /* первая кнопка в карточке товара */
        background-color: #f4f1e7 !important;
    color: #198060 !important;
    border-color: #198060 !important;
    /*border-radius: 50px; */
}

.js-store-prod-text a[href*="#price-list"]:first-of-type:hover {
    transition: 0.2s;
    background-color: #198060 !important;
    color: #FFFFFF !important;
    border-color: #198060 !important;
}

 
.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__filter__search .t-store__filter__input {
    border-radius: 16px !important;  /* скругление окошка поиска на страницах каталога */
}

.t-store__sort-select {
     border-radius: 16px !important; /* скругление сортировки на страницах каталога */
}



.js-store-prod-name .t-name_xs:hover {
        color: #7244FF;
}


/*код для второй кнопки в карточку для табов*/
.t-store__tabs__content a[href*="#consult"] {
    display: inline-block;
    padding: 12px 24px;
    margin-right: 8px;
    font-weight: 500;
    border: 1px solid !important;
    border-radius: 30px;
    font-family: Montserrat;
    font-size: 14px;
}
.t-store__tabs__content a[href*="#consult"]:first-of-type {
    background-color: #198060;
    color: #ffffff !important;
}

 
.t706__cartwin_showed {
    z-index: 999999999;
}
