/* Вывод остатков в каталоге */
.t-store__card::after {
    content: attr(data-product-inv) " шт на складе";
    display: block;
    text-align: center;
    font-family: 'Comfortaa', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}

/* Сдвигаем кнопки чуть ниже */
.t-store__card__btns-wrapper {
    margin-top: 40px !important;
}

/* Скрываем стандартную надпись нет в наличии */
.js-store-prod-sold-out {
    display: none !important;
}

