.t-store__card__mark {
    font-weight: 700;
    font-size: 10px;
    font-family: 'ActayWide';
    display: table-cell;
    width: auto;
    height: 25px !important;
}

.t-store__card__mark-wrapper {
    left: auto;
    right: 10px;
    top: 10px;
    
}

.t-store__card__sku {
display:none !important;
}


@media screen and (max-width: 960px) {
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 30px  !important;
}
}


@media screen and (max-width: 670px) {
.t-btn_xs {
    height: 42px;
    font-size: 14px;
}    

.t-store__card__btn:nth-child(2) {
    margin-top: 0px;
}

.t-name_xs {
    font-size: 16px;
}
}

@media screen and (max-width: 1200px) {
.t-descr_xxs {
    font-size: 14px;
}
}


.t-store__prod-snippet__container {
    padding-bottom: 100px!important;
    padding-top: 60px!important;
}

@media screen and (max-width: 560px) {
    .t-store__prod-snippet__container {
        padding-bottom: 40px!important;
        padding-top: 20px!important;
    }
}