.t-store__card__price:before, .t-store__card__price-item:before {
content: "Цена: ";
display: inline-block;
max-width: 100%;
vertical-align: middle;
margin-right: 0.25em;
}

.t-store__card .t-store__card__price_old {
font-size: 16px;
color: #ff0000 !important;
font-weight: 700;
}

.t-store__card .t-store__card__price {
color: #000000 !important;
order: -1;
}

.t-store__card__price_old:before, .t-store__prod-popup__price_old:before {
content: "Оптом: ";
display: inline-block;
max-width: 100%;
vertical-align: middle;
margin-right: 0.25em;
}



.t-store__card__price_old:after, .t-store__prod-popup__price_old:after {
border-top: 1px solid;
content: "";
left: -1px;
position: absolute;
right: -1px;
top: 0%;
width: 0%;
}

.t-store__card__price-wrapper, .js-store-price-wrapper {
margin-top: 12px;
display: flex;
flex-direction: column;
margin-bottom: 1rem;
gap: 0.5em;
}

.t-store .t-store__card__wrap_all.t-store__card__wrap_pad-sm .t-store__card__btns-wrapper {
margin-top: 1rem;
}

.t-store__card__price_old {
 margin-left: 0px !important; 
}

.t-store__prod-popup__btn-wrapper, .t-store__prod-popup__btn-wrapper-fixed {
    margin-bottom: 50px !important;
}
