/* Отступы в карточке сверху и снизу от заголовка и цены */
.t-store .t-store__card__wrap_pad-lg .store__card__wrap_txt-and-opts {
    padding-top: 12px;
    padding-bottom: 8px;
}

.t-store__card__wrap_all{padding: 25px 15px 0!important;}

/* Замена надписи "Нет в наличии" */
.t-store__card__sold-out-msg { font-size:0 !important;}
.t-store__card__sold-out-msg:after { content: "Под заказ"; font-size:14px; margin:0; padding:0; }

/*Pовные карточки в 3 строчки*/
.js-store-prod-name.js-product-name.t-store__card__title.t-name.t-name_xs { height:65px !important; overflow:hidden !important;text-overflow: ellipsis; -o-text-overflow: ellipsis; } 



/*мобильная версия карточек товара*/
@media screen and (max-width: 960px){
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col { margin-bottom: 45px !important; }
    .t-name_xs {font-size:16px !important;}
    .t-store__card__sold-out-msg { font-size:0 !important; position:relative; bottom: -10px !important;} 
    
    .js-store-prod-name.js-product-name.t-store__card__title.t-name.t-name_xs { height:59px !important; } /*ровные карточки в 3 строчки*/
}