/* прозрачность на карточках товаров, которых не осталось в налчии */
.js-product[data-product-inv="0"] .t-store__card__imgwrapper,
.js-product[data-product-inv="0"] .js-product-img {
    opacity: 0.6 !important; 
}
.js-product[data-product-inv="0"] .t-store__card__bgimg {
    opacity: 1 !important;
}
/* 👉дизайн бейджиков-отметок на карточках товаров */
    .t-store__card__mark {
    border-radius: 2px;
    border: 1px solid #ab1516;

    width: fit-content !important;
    height: auto !important;

    padding: 6px 10px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    white-space: nowrap;
}



