.t-store__card__btn-text {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    font-size: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

js-store-prod-btn t-store__card__btn t-btn t-btn_sm {
    color: #ffffff;
    background-color: #f93b3a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 80px;
    width: 250px;
}