@media (max-width: 980px){
    /* Базовая мобильная шкала и контейнеры */
    html{ font-size: 1px; }
    body{ overflow-x: hidden; }
    section{ padding: 36rem 0; }

    .column,
    .hero-slide__container,
    .shop .column,
    .page .column{
        width: 100%;
        max-width: 100%;
        padding-left: 16rem;
        padding-right: 16rem;
    }

    /* Хедер */
    .site-header__inner{ height: 70rem; gap: 10rem; }
    .site-header__nav{ display: none; }
    .mobile__burger{ display: inline-flex; }
    .site-header__logo{ position: static; transform: none; margin-right: auto; }
    .site-header__logo img{ height: 28rem; }
    .site-header__actions{ gap: 8rem; }
    .header-action{ width: 36rem; height: 36rem; }
    .header-action svg{ width: 16rem; height: 16rem; }

    /* Мобильное меню: показываем только меню как на десктопе */
    .mobileBlockBody{ padding-top: 20rem; }
    .mobileBlockItemMenu .mobile-nav-menu,
    .mobileBlockItemMenu .mobile-nav-menu__list{
        width: 100%;
    }
    .mobileBlockItemMenu ul{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .mobileBlockItemMenu ul li{ width: 100%; }
    .mobileBlockItemMenu ul a{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14rem 0;
        font-size: 16rem;
        border-bottom: 1rem solid #F1F2F6;
    }

    /* Главная: герой + категории */
    .hero-slide{ min-height: calc(100vh - 70rem); align-items: flex-end; }
    .hero-slide__container{ padding-top: 80rem; padding-bottom: 24rem; }
    .hero-slide__content{ margin: 0; text-align: left; max-width: 100%; }
    .hero-slide__kicker{ font-size: 12rem; margin-bottom: 10rem; }
    .hero-slide__title{ font-size: 42rem; margin-bottom: 10rem; }
    .hero-slide__subtitle{ font-size: 15rem; margin: 0 0 18rem; max-width: 100%; }
    .hero-slide__btn{ min-width: 0; width: 100%; }

    .home-cats__grid{ display: flex; flex-wrap: wrap; }
    .tile--full,
    .tile--half,
    .tile--third,
    .tile--two-third{ width: 100%; }
    .cat-tile{ min-height: 360rem; }
    .cat-tile__content{ width: calc(100% - 32rem); bottom: 20rem; }
    .cat-tile__title{ font-size: 32rem; }
    .cat-tile__btn{ min-width: 0; width: 100%; }

    /* Архив товаров */
    .shop{ padding: 20rem 0 48rem; }
    .shop__top{ display: flex; flex-direction: column; align-items: flex-start; gap: 10rem; }
    .shop__title{ font-size: 34rem; }
    .shop__controls{ width: 100%; display: flex; flex-wrap: wrap; gap: 8rem; }
    .shop__controls form,
    .shop__controls select{ width: 100%; }
    .shop__cat-tabs{ display: flex; flex-direction: column; }
    .shop__attr-group{ min-width: 0; width: 100%; }
    .shop__layout{ display: flex; flex-direction: column; gap: 14rem; }
    .shop__filters,
    .shop__products{ width: 100%; }

    /* Страница товара */
    .single-product div.product{ gap: 20rem; }
    .single-product .product_title{ font-size: 34rem; }
    .single-product .summary,
    .single-product .woocommerce-product-gallery{ width: 100%; }
    .single-product .woocommerce-product-gallery__image img{
        width: 100%;
        max-height: 420rem;
        object-fit: contain;
    }
    .single-product form.cart,
    .single-product .variations_form.cart{ display: flex; flex-direction: column; gap: 10rem; }
    .single-product form.cart .single_add_to_cart_button{ width: 100%; }

    /* Корзина и оформление */
    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce,
    .woocommerce-account .woocommerce{ width: 100%; overflow-x: hidden; }

    .woocommerce-cart table.shop_table,
    .woocommerce-checkout table.shop_table{ border: none; }

    .woocommerce-cart table.shop_table thead{ display: none; }
    .woocommerce-cart table.shop_table tbody,
    .woocommerce-cart table.shop_table tr,
    .woocommerce-cart table.shop_table td{
        display: block;
        width: 100%;
    }
    .woocommerce-cart table.shop_table tr{
        border: 1rem solid var(--color-border);
        border-radius: 12rem;
        margin-bottom: 12rem;
        padding: 10rem;
    }
    .woocommerce-cart table.shop_table td{
        border: none;
        border-top: 1rem solid #f1f1f1;
        padding: 10rem 0;
        min-height: 24rem;
    }
    .woocommerce-cart table.shop_table td:first-child{ border-top: none; }
    .woocommerce-cart td.product-remove,
    .woocommerce-cart td.product-thumbnail{ border-top: none; padding-top: 0; }
    .woocommerce-cart td.product-remove a{ font-size: 18rem; }
    .woocommerce-cart td.product-thumbnail img{ width: 72rem; }
    .woocommerce-cart td.product-name a{
        display: block;
        font-size: 15rem;
        line-height: 1.35;
        word-break: break-word;
    }
    .woocommerce-cart td.product-price,
    .woocommerce-cart td.product-quantity,
    .woocommerce-cart td.product-subtotal{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12rem;
    }
    .woocommerce-cart td.product-price::before{ content: "Цена"; color: var(--color-muted); }
    .woocommerce-cart td.product-quantity::before{ content: "Количество"; color: var(--color-muted); }
    .woocommerce-cart td.product-subtotal::before{ content: "Сумма"; color: var(--color-muted); }

    .woocommerce-cart .cart-collaterals,
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review{ width: 100%; }

    .woocommerce-cart .actions,
    .woocommerce-cart .coupon{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 8rem;
    }
    .woocommerce-cart .coupon .input-text,
    .woocommerce-cart .actions button,
    .woocommerce-checkout #place_order{ width: 100% !important; }

    .woocommerce-checkout form.checkout,
    .woocommerce-checkout #customer_details{
        display: flex;
        flex-direction: column;
        gap: 14rem;
    }

    /* Логин / Личный кабинет */
    .woocommerce-account .woocommerce{
        display: flex;
        flex-direction: column;
        gap: 16rem;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .u-column1,
    .woocommerce-account .u-column2{
        width: 100% !important;
        float: none !important;
        margin: 0;
    }

    /* Контентные страницы */
    .page{ padding: 20rem 0 40rem !important; }
    .page .shop__title,
    .page h1{ font-size: 34rem; }
    .page-content{ font-size: 16rem; line-height: 1.5; word-break: break-word; }
    .page-content img,
    .page-content iframe,
    .page-content table{ max-width: 100%; height: auto; }

    .breadcrumbs ol{
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 4rem;
    }

    /* Футер */
    .site-footer{ padding: 34rem 0 18rem; }
    .site-footer__grid{
        display: flex;
        flex-direction: column;
        gap: 24rem;
    }
    .site-footer__bottom{
        margin-top: 24rem;
        padding-top: 16rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8rem;
    }
}

@media (max-width: 600px){
    .hero-slide__title{ font-size: 32rem; }
    .cat-tile{ min-height: 300rem; }
    .site-header__actions .header-action:nth-child(2){ display: none; }
}
