.js-store-prod-price {
    font-size: 24px;
    font-weight: 600 !important;
}
.js-store-prod-all-text {
    text-align: justify;
}
.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;
}

.t-store__card__btn-text:hover {
    opacity: .7;
}

@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;
    }
    .header__item2,.header__item5,.header__item6 {
        display: none;
    }
    /* ФИЛЬТР */
     .t-store__filter__prods-number {
        margin-bottom: 20px;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .t-store__filter__chosen-wrapper {
        margin-bottom: 0px !important;
        padding-top: 15px;
        padding-left: 10px;
    }
}
