@media screen and (max-width: 960px) {
    .t-store__relevants__container .t-store__scroll-icon-wrapper {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .t-store__grid-cont_mobile-one-row .t-col, .t-store__grid-cont_mobile-one-row .t-store__stretch-col, .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-col, .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-store__stretch-col {
        min-width: 47% !important;
    }
}
@media screen and (max-width: 960px) {
    .t-store__grid-cont_mobile-one-row .t-col, .t-store__grid-cont_mobile-one-row .t-store__stretch-col, .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-col, .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-store__stretch-col {
        min-width: 47% !important;
    }
}

@media screen and (max-width: 640x) {
    .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-col {
        margin-left: -4px;
        margin-right: 20px !important;

    }
}
@media screen and (max-width: 960px) {
    .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-col {
        margin-left: -4px;
        margin-right: 20px !important;

    }
}

@media screen and (max-width: 960px) {
    /* Добавляем body, чтобы перевесить стили Тильды */
    body .t-store__grid-cont .t-store__card-list,
    body .t-store__grid-cont.t-store__card-list {
        row-gap: 20px !important; /* Укажи нужный отступ, например 20px или 30px */
    }
}
