/* Скрыть карточки начиная с 7-й — только на главной */
body.t-body_index #rec1208971606 .js-product:nth-of-type(n+7),
body.t-body_index #rec1208971606 .t-store__card:nth-of-type(n+7),
body.t-body_index #rec1208971606 .t-card__wrap:nth-of-type(n+7) {
    display: none !important;
}