::selection {
    background: #FFC700;
}

.t-store__card__price:before,
.t-store__card__price_old:before {
    font-size: 14px;
    padding-right: 2px;
}
.t-store__card__price:before {content: "от "}
.t-store__card__price-item {font-size: 14px}
.t-store__card__price-value {font-weight: 600}
}

.t-store__card__price:before,
.t-store__card__price_old:before {
    font-size: 17px;
    padding-right: 2px;
}
.t-store__prod-popup__price:before {content: "от "}
.t-store__prod-popup__price-item {font-size: 25px}
.t-store__prod-popup__price-value {font-weight: 600; font-size: 25px;}
.t-store__prod-popup__price:after {
    content: "Включая НДС"; 
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.t-store__prod-popup__price:before,
.t-store__prod-popup__price_old:before {
    font-size: 14px;
    padding-right: 2px;
}

