.js-product .t-slds__main, 
.js-product .t-store__card__imgwrapper 
{
    position: relative;
}
.t-store__prod-snippet__container {
    padding-top: 0;
}
.js-product .t-slds__main:after,
.js-product .t-store__card__imgwrapper:after,
.js-product .t-store__prod-popup__gallery-column:after

{
    content: attr(data-product-inv-sec);
    color: white; 
    padding: 5px 12px;
    background-color: #ff0019;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    z-index:99;
    
}
.js-product .t-store__prod-popup__gallery-column:after {
    top: 20px;
    height: max-content;
}

@media screen and (max-width: 640px) {
    .js-product .t-slds__main:after,
    .js-product .t-store__card__imgwrapper:after,
    .js-product .t-store__prod-popup__gallery-column:after {
        content: attr(data-product-inv-sec);
        color: white;
        padding: 2px 2px; 
        background-color: #ff0019;
        font-size: 12px;
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 500;
        z-index:99;
}

    .t1002__addBtn {
        display:none;
    }
       /* куки */
    .t887__wrapper {
        height: 150px;
    }   
}
