.t-store__card {
    position: relative
} 

.t-store__card.limited::after {
    content: attr(data-product-inv) " шт. в наличии";
    font-family: 'Futura',Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #111111;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    bottom: -15px
}

.t-store__card.out_of_stock::after {
    content: "Нет в наличии";
    font-family: 'Futura',Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    justify-content: center;
    color: #111111;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    bottom: -15px;
    width: 100%;
}

.t-store__card__btns-wrapper {
    margin-top: 10px !important;
}

.js-store-prod-sold-out {
    display: none;
}

.t-store__grid-separator{
    margin-bottom: 120px !important;
}

.js-store-product.js-product::before {
    content: attr(data-product-inv) " шт. в наличии";
    font-family: 'Futura',Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fffefa;
    background-color: #a67d4a;
    border-radius: 30px;
    margin-left: 20px;
    padding: 3px 8px;
    position: absolute;
    top: -5px;
}

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

.t-store__prod-popup__btn.t-btn.t-btn_sm{
    color: #f5f5f5 !important;
    background-color: #000000 !important;
}

.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% + 20px);
}

@media screen and (max-width: 1240px){
    .js-store-product.js-product::before {
        margin-left: 5px;
    }
    .js-store-product.js-product.t-store__product-snippet::before  {
        margin-left: calc(50% - 10px);
    }
}

@media screen and (max-width: 980px){
    .js-store-product.js-product.t-store__product-snippet::before {
        margin-left: calc(50% - 60px);
        top: -20px;
    }
}

@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: 30px;
    }
}