.t-store__card::after {
    content: attr(data-product-inv) " шт имеется";
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 20px;
    color: #878787;
    position: center;
    margin-top: 4px;
    width: 250px;
}