/* 1. КОРЗИНА И СКРЫТИЕ АРТИКУЛОВ */
.t-store__card__descr, .t-store__card__sku, 
.t-store__product-popup__sku, .t-store__product-popup__sku-wrapper,
.t706__product-sku, .t-cartwin__product-sku,
.t706__product-title__option, .t706__order-item-sku,
.t706__product-descr, .t-cartwin__product-descr {
    display: none !important;
}

/* 2. СЕТКА ТОВАРОВ ST320N */
.t-store__card__textwrapper {
    height: auto !important;
    min-height: unset !important;
    padding-top: 12px;
}
.t-store__card__title { margin-bottom: 4px !important; }
.t-store__card__price-wrapper { margin: 0 !important; }
.t-store__card__btns-wrapper { margin-top: 0 !important; padding-top: 0 !important; }

/* 3. МОБИЛЬНЫЙ АДАПТИВ (ПЛАНШЕТЫ И ТЕЛЕФОНЫ) */
@media screen and (max-width: 960px) {
    /* Уменьшаем расстояние между карточками по вертикали */
    .t951__grid-cont .t-store__card-list {
        row-gap: 20px !important;
    }
    
    /* Фильтры */
    #rec1294984581 .t-store__grid-cont_col-width_stretch .t951__sidebar {
        margin: -12px -8px -8px -6px !important;
    }
}

@media screen and (max-width: 670px) {
    /* Кнопки */
    .t-align_left .t-store__card__btn { 
        margin: -8px 12px 14px 0px !important; 
    }
    .t-btnflex_sm, .t-btn.t-btnflex_sm, .t-submit.t-btnflex_sm {
        --height: 42px !important;
        height: 42px !important;
        font-size: 12px !important;
    }
    /* Дополнительный отступ снизу для мобильных контейнеров */
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 12px !important;
    }
}


/* Адаптив для попапа товара (до 480px) */
@media screen and (max-width: 480px) {
    /* Заголовок товара в попапе — 18px */
    .t-store__prod-popup__name,
    .js-product-name.t-store__prod-popup__name {
        font-size: 18px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }

    /* Цена товара в попапе — 24px */
    .t-store__prod-popup__price,
    .t-store__prod-popup__price-value,
    .t-store__prod-popup__price-currency {
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
    }

    /* Уменьшаем отступ обертки цены, чтобы подвинуть ее выше */
    .t-store__prod-popup__price-wrapper {
        margin-bottom: 18px !important; /* Было 15px, стало 3px */
        margin-top: -18px !important;
    }
    
    /* Дополнительно уменьшим отступ до кнопки, если нужно */
    .t-store__prod-popup__btn-wrapper {
        margin-top: 10px !important;
    }
}

