
/*Стили каталога*/

/*Сетка*/
@media (min-width: 640px) {
.t-store__card {
    padding: 0 30px 0 30px !important;
}
}
@media (min-width: 961px) {
.t-store__grid-separator {
    display: none;
}
.js-store-grid-cont {
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
    grid-auto-flow: dense;
}
.t-store__card {
    width: 100%;
    padding-bottom: 20px !important;
}
.t-store__card {
    padding: 0 20px 40px 20px !important;
}

/*Картинка в начале каталога*/
.t-store__grid-cont:before {
    display: block;
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 0 0 0 20px;
    background-image: url(https://static.tildacdn.com/tild3038-6264-4738-b939-373637643438/26_.jpg);
    background-size: cover;
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    background-position-x: 75%;
}
}

/*Карточка*/
.t786 .t-store__card__descr {
    margin-top: 2px;
}

/*Кнопка*/
.t-store__card__btn {
    font-size: 11px;
    letter-spacing: 2px;
    padding: 0;
}
.t-store__card__btns-wrapper {
    justify-content: flex-end;
    margin-top: -28px !important;
    border-bottom: 1px solid #D3D3D4;
}
.t-store__card__btn {
    justify-content: flex-end;
}

