<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">//.t-store__card::after {
//    content: "РќР° СЃРєР»Р°РґРµ: " attr(data-product-inv) " С€С‚.";
//    font-size: 14px;
//    color: #000;
//    position: absolute;
//    margin-top: 443px;
//    width: 260px;
//}

.js-store-product.js-product::before {
    content: "РќР° СЃРєР»Р°РґРµ: " attr(data-product-inv) " С€С‚.";
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-color: #F3F3F3;
    border-radius: 5px;
    margin-left: 20px;
    padding: 3px 8px;
    position: absolute;
    top: 0px;
}

//.t-store__prod-popup__name{
//    margin-top: 5px;
//}

@media screen and (max-width: 640px){
.js-store-product.js-product::before {
    margin-left: 5px;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.t-store__prod-popup__slider.js-store-prod-slider {
    padding-top: 0px;
}</pre></body></html>