/*стили для карточек каталога товаров ------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1050px) {
 .t-store__card {
    padding: 10px !important;
}
}
@media screen and (min-width: 560px) and (max-width: 1050px) {
.t-align_center .t-store__card__btn {
    margin-bottom: 20px;
}
}
@media screen and (min-width: 960px) {
.t-store__card {
    margin: 10px !important;
}
}
@media screen and (max-width: 960px) {
.t-store__grid-cont .t-col {
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
}
}
@media screen and (max-width: 960px) {
.t-store__grid-cont_mobile-grid .t-col:not(.t-col_8):not(.t-col_12) {
    width: 48%;
}
}
 .t-store__card {
    background-color: #FAF9F8;
    border-radius: 10px;
}
 .t754 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
 .t-store__card__textwrapper {
    margin: 8px !important;
}
/*расстояние между кнопкой и контентом в карточке товара*/
    .t754 .t-store__card__btns-wrapper {
    margin-top: 10px;
}

/*изменение вида бейджика в каталоге*/
.t-store__card__mark {
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 8px;
}
