.t-store__card::after {
    content: attr(data-product-inv) " мест осталось";
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 12px;
    color: #878787;
    margin-top: 4px;
    width: 250px;
}
.t-store__card__btns-wrapper {
    margin-top: 40px !important;
}
.js-store-prod-sold-out {
    display: none;
}
}