/* Убираем все линии/разделители в сетке карточек Tilda Store */
.t-store__card__wrap,
.t-store__card__inner,
.t-store__prod-snippet__container,
.t-store__prod-snippet__wrap,
.t-store__prod-snippet__bg,
.js-product {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Сетка без разделителей */
.t-store__grid-cont,
.t-store__grid-cont .t-col,
.t-store__grid-cont .t-store__card__wrap {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

/* Для надёжности убираем псевдоэлементы */
.t-store__grid-cont *::before,
.t-store__grid-cont *::after {
    content: none !important;
    border: none !important;
    box-shadow: none !important;
}
