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

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

.t-store__prod-popup__price-currency:after {
    content: "| минимальный заказ на сайте от 10 000 ₽" !important;
    margin-left: 7px;
    font-size: 14px;
    font-weight: 400;
}


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

.t-descr_xxs { 
    font-weight: 400; /* карточка товара / жирность текста свойств */
}

.t-store .t-product__option { /* карточка товара / отступ свойств от цены */
    margin-top: 16px;
}

.t-name_xl {
    font-size: 40px !important; /* карточка товара / размер Н1*/ 
    line-height: 1.2 !important;
}

 .t-store__prod-popup__price-currency {
    font-weight: 600;
 }
 
.js-store-prod-text a {    /* стили для кнопок в описании карточки товара */
    display: inline-block;
    padding: 12px 24px;
    margin-right: 8px;
     border: 1px solid !important;
 /*   margin-top: 14px; */
    border-radius: 50px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type { /* первая кнопка в карточке товара */
        background-color: #f4f1e7 !important;
    color: #198060 !important;
    border-color: #198060 !important;
    /*border-radius: 50px; */
}
.js-store-prod-text a:last-of-type { /*вторая кнопка в карточке товара */
    background-color: #27a7e7;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:hover {
    transition: 0.2s;
    background-color: #198060 !important;
    color: #ffffff !important;
    border-color: #198060 !important;
}

.js-store-prod-text a:last-of-type:hover {
    background-color: #0e8dcd !important;
    transition: 0.2s;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}



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

