.t-store__card::after {
    content: attr(data-product-inv) " билетов осталось";
    font-family: 'Ubuntu',Arial,sans-serif;
    font-size: 12px;
    color: #b9b9b9;
    margin-top: 2px;
    
}
.t-store__card__btns-wrapper {
    margin-top: 0px !important;
}
.js-store-prod-sold-out {
    display: none;
}

.js-store-product.js-product::before {
    content: attr(data-product-inv) " билетов осталось";
    font-family: 'Ubuntu',Arial,sans-serif;
    font-size: 12px;
    color: #808080;
    padding: 3px 0px;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #a1a1a1;
 
}

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


@media screen and (max-width: 640px){
.js-store-product.js-product::before {
    position: relative;
    top: 0px;
}

}

.t-store__card__sku { display: none; }

.t-store__card__textwrapper {      padding-top: 0px; }