/* ============================================================
   VAIRONCROWN — Responsive Styles
   ============================================================ */

/* ----------------------------------------------------------
   MOBILE FIRST BASE (< 480px)
   ---------------------------------------------------------- */
@media (max-width: 479px) {
    :root {
        --container-padding: 1rem;
        --grid-gap: 1rem;
    }

    .announcement-bar__inner {
        flex-direction: column;
        gap: 0.4rem;
    }

    .header-top-bar {
        display: none;
    }

    .header-main .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .site-logo__text {
        font-size: var(--fs-base);
        letter-spacing: 0.15em;
    }

    .site-logo__sub {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .main-nav {
        display: none;
    }

    .header-actions {
        gap: 0.1rem;
    }

    .header-action {
        width: 36px;
        height: 36px;
    }

    .hero {
        min-height: 100vh;
        min-height: 100dvh;
        align-items: flex-end;
        padding-bottom: 3.2rem;
        height: auto;
    }

    .hero__bg img.hero__img {
        object-position: center 26%;
    }

    .hero__picture,
    .hero__bg {
        position: absolute;
        inset: 0;
    }

    .hero__content {
        max-width: 100%;
    }

    .hero__overlay {
        background: linear-gradient(
            180deg,
            rgba(5, 7, 8, 0.20) 0%,
            rgba(5, 7, 8, 0.30) 38%,
            rgba(5, 7, 8, 0.62) 62%,
            rgba(5, 7, 8, 0.90) 100%
        );
    }

    .hero__eyebrow {
        font-size: 0.62rem;
        letter-spacing: 0.28em;
        margin-bottom: 1.1rem;
    }

    .hero__title {
        font-size: clamp(2.6rem, 12vw, 3.6rem);
        line-height: 1.06;
        margin-bottom: 1.2rem;
    }

    .hero__subtitle {
        font-size: var(--fs-sm);
        line-height: 1.6;
        margin-bottom: 1.7rem;
        max-width: 100%;
    }

    .hero__actions {
        flex-direction: column;
        width: 100%;
        gap: 0.7rem;
        margin-bottom: 1.6rem;
    }

    .hero__actions .btn {
        width: 100%;
        padding: 1rem 2rem;
    }

    .hero__trust {
        gap: 0.55rem;
        font-size: 0.56rem;
        letter-spacing: 0.18em;
    }

    .hero__sheen {
        display: none;
    }

    .hero__arrow {
        display: none;
    }

    .hero__badge {
        position: static;
        margin-top: 1.5rem;
    }

    .hero__badge-inner {
        max-width: 100%;
        background: rgba(7, 8, 9, 0.6);
    }

    .hero__scroll-indicator {
        display: none;
    }

    .section {
        padding: clamp(2rem, 8vw, 3rem) 0;
    }

    .section-header {
        margin-bottom: 2rem;
    }

    .section-title {
        font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .section-subtitle {
        font-size: var(--fs-sm);
    }

    .category-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .category-card {
        aspect-ratio: 4 / 5;
    }

    .category-card__overlay {
        padding: 1.5rem;
    }

    .category-card__title {
        font-size: var(--fs-xl);
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .product-card__badge {
        top: 0.5rem;
        left: 0.5rem;
    }

    .product-card__wishlist {
        width: 30px;
        height: 30px;
        top: 0.5rem;
        right: 0.5rem;
    }

    .product-card__wishlist svg {
        width: 14px;
        height: 14px;
    }

    .product-card__quickview {
        display: none;
    }

    .product-card__info {
        padding: 0.75rem;
    }

    .product-card__category {
        font-size: 0.6rem;
    }

    .product-card__name {
        font-size: var(--fs-sm);
    }

    .product-card__price {
        gap: 0.35rem;
    }

    .price {
        font-size: var(--fs-base);
    }

    .price-original {
        font-size: 0.7rem;
    }

    .promo-grid {
        grid-template-columns: 1fr;
    }

    .promo-card--wide {
        grid-column: span 1;
        aspect-ratio: 4 / 5;
    }

    .promo-card__content {
        padding: 1.5rem;
    }

    .promo-card__title {
        font-size: var(--fs-2xl);
    }

    .newsletter__form {
        flex-direction: column;
    }

    .newsletter__input {
        border-right: 1px solid var(--border);
        border-bottom: none;
    }

    .newsletter__btn {
        width: 100%;
        padding: 0.9rem;
    }

    .trust-strip .container {
        flex-direction: column;
        gap: 1rem;
    }

    .trust-item {
        font-size: var(--fs-xs);
    }

    .coming-soon__countdown {
        gap: 0.75rem;
    }

    .countdown-unit {
        min-width: 56px;
    }

    .countdown-unit__value {
        font-size: var(--fs-2xl);
        padding: 0.4rem 0.5rem;
        min-width: 56px;
    }

    .countdown-unit__label {
        font-size: 0.6rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }

    .footer-brand {
        max-width: none;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-column__links {
        align-items: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-bottom__payments {
        justify-content: center;
        flex-wrap: wrap;
    }

    .whatsapp-btn {
        width: 48px;
        height: 48px;
        font-size: 22px;
        bottom: 1rem;
        right: 1rem;
    }

    /* Cart Mobile */
    .cart-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .cart-item {
        grid-template-columns: 80px 1fr;
        gap: 1rem;
    }

    .cart-item__image {
        width: 80px;
        height: 80px;
    }

    .cart-item__actions {
        grid-column: span 2;
        justify-content: space-between;
        padding-top: 0.75rem;
        border-top: 1px solid var(--border);
    }

    .order-summary {
        position: static;
    }

    /* Checkout Mobile */
    .checkout-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .checkout-steps {
        padding: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        justify-content: flex-start;
    }

    .checkout-steps::-webkit-scrollbar {
        display: none;
    }

    .checkout-step__label {
        display: none;
    }

    .checkout-step__line {
        width: 32px;
    }

    .checkout-section {
        padding: 1.25rem;
    }

    /* Product Detail Mobile */
    .product-detail {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .product-gallery {
        position: static;
    }

    .product-gallery__thumbs {
        grid-template-columns: repeat(5, 1fr);
        gap: 0.35rem;
    }

    .product-info__name {
        font-size: var(--fs-2xl);
    }

    .product-info__price {
        flex-wrap: wrap;
    }

    .product-info__add-to-cart {
        flex-direction: column;
    }

    .product-info__wishlist-btn {
        width: 100%;
        height: 48px;
    }

    .product-trust {
        grid-template-columns: 1fr;
    }

    /* Account Mobile */
    .account-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .account-sidebar {
        position: static;
    }

    .account-sidebar__nav {
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .account-sidebar__nav::-webkit-scrollbar {
        display: none;
    }

    .account-sidebar__link {
        white-space: nowrap;
        border-left: none;
        border-bottom: 2px solid transparent;
        padding: 0.6rem 1rem;
        font-size: var(--fs-xs);
    }

    .account-sidebar__link--active {
        border-left-color: transparent;
        border-bottom-color: var(--gold);
    }

    .account-dashboard__grid {
        grid-template-columns: 1fr;
    }

    /* Filter Mobile */
    .shop-layout {
        grid-template-columns: 1fr;
    }

    .filter-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 85%;
        max-width: 320px;
        height: 100vh;
        z-index: calc(var(--z-header) + 2);
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.35s var(--ease);
        border: none;
        border-right: 1px solid var(--border);
    }

    .filter-sidebar.active {
        transform: translateX(0);
    }

    .shop-toolbar {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .shop-toolbar__view {
        display: none;
    }

    .toast-container {
        left: 0.5rem;
        right: 0.5rem;
        max-width: none;
    }

    .toast {
        min-width: auto;
    }

    .breadcrumb {
        font-size: var(--fs-xs);
        gap: 0.35rem;
        padding: 0.75rem 0;
    }

    .pagination {
        gap: 0.25rem;
    }

    .pagination__item {
        width: 34px;
        height: 34px;
        font-size: var(--fs-xs);
    }

    .pagination__item--prev,
    .pagination__item--next {
        padding: 0 0.5rem;
    }
}

/* ----------------------------------------------------------
   SMALL PHONES (480px)
   ---------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 767px) {
    .announcement-bar__inner {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-top-bar {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .main-nav {
        display: none;
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .promo-grid {
        grid-template-columns: 1fr;
    }

    .promo-card--wide {
        grid-column: span 1;
        aspect-ratio: 4 / 5;
    }

    .newsletter__form {
        flex-direction: column;
    }

    .newsletter__input {
        border-right: 1px solid var(--border);
        border-bottom: none;
    }

    .newsletter__btn {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .footer-brand {
        grid-column: span 2;
        max-width: none;
        text-align: center;
    }

    .footer-brand__desc {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social {
        justify-content: center;
    }

    .cart-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .cart-item {
        grid-template-columns: 90px 1fr;
        gap: 1rem;
    }

    .cart-item__image {
        width: 90px;
        height: 90px;
    }

    .cart-item__actions {
        grid-column: span 2;
    }

    .order-summary {
        position: static;
    }

    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .product-detail {
        grid-template-columns: 1fr;
    }

    .product-gallery {
        position: static;
    }

    .account-layout {
        grid-template-columns: 1fr;
    }

    .account-sidebar {
        position: static;
    }

    .account-sidebar__nav {
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .account-sidebar__nav::-webkit-scrollbar {
        display: none;
    }

    .account-sidebar__link {
        white-space: nowrap;
        border-left: none;
        border-bottom: 2px solid transparent;
    }

    .account-sidebar__link--active {
        border-left-color: transparent;
        border-bottom-color: var(--gold);
    }

    .account-dashboard__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-layout {
        grid-template-columns: 1fr;
    }

    .filter-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        z-index: calc(var(--z-header) + 2);
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.35s var(--ease);
        border: none;
        border-right: 1px solid var(--border);
    }

    .filter-sidebar.active {
        transform: translateX(0);
    }

    .toast-container {
        left: 1rem;
        right: 1rem;
        max-width: none;
    }
}

/* ----------------------------------------------------------
   TABLET (768px – 1023px)
   ---------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
    .header-top-bar {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .main-nav {
        display: none;
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .promo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo-card--wide {
        grid-column: span 2;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .footer-brand {
        grid-column: span 2;
        max-width: none;
        text-align: center;
    }

    .footer-brand__desc {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social {
        justify-content: center;
    }

    .cart-layout {
        grid-template-columns: 1fr 340px;
        gap: 2rem;
    }

    .checkout-layout {
        grid-template-columns: 1fr 380px;
        gap: 2rem;
    }

    .product-detail {
        gap: 2.5rem;
    }

    .account-layout {
        grid-template-columns: 220px 1fr;
        gap: 2rem;
    }

    .shop-layout {
        grid-template-columns: 240px 1fr;
        gap: 1.5rem;
    }

    .filter-sidebar {
        position: static;
    }

    .account-dashboard__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ----------------------------------------------------------
   SMALL LAPTOP (1024px – 1279px)
   ---------------------------------------------------------- */
@media (min-width: 1024px) and (max-width: 1279px) {
    .hamburger {
        display: none;
    }

    .main-nav {
        display: flex;
    }

    .mobile-menu {
        display: none;
    }

    .mobile-menu-overlay {
        display: none;
    }

    .category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }

    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }

    .promo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .promo-card--wide {
        grid-column: span 2;
    }

    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 2rem;
    }

    .cart-layout {
        grid-template-columns: 1fr 360px;
        gap: 2.5rem;
    }

    .checkout-layout {
        grid-template-columns: 1fr 400px;
        gap: 2.5rem;
    }

    .account-layout {
        grid-template-columns: 240px 1fr;
        gap: 2.5rem;
    }

    .shop-layout {
        grid-template-columns: 250px 1fr;
        gap: 2rem;
    }

    .filter-sidebar {
        position: static;
    }
}

/* ----------------------------------------------------------
   DESKTOP (1280px – 1439px)
   ---------------------------------------------------------- */
@media (min-width: 1280px) and (max-width: 1439px) {
    .hamburger {
        display: none;
    }

    .main-nav {
        display: flex;
    }

    .mobile-menu {
        display: none;
    }

    .mobile-menu-overlay {
        display: none;
    }

    .category-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1.8fr 1fr 1fr 1fr;
    }
}

/* ----------------------------------------------------------
   LARGE DESKTOP (1440px+)
   ---------------------------------------------------------- */
@media (min-width: 1440px) {
    :root {
        --container-max: 1400px;
    }

    .hamburger {
        display: none;
    }

    .main-nav {
        display: flex;
    }

    .mobile-menu {
        display: none;
    }

    .mobile-menu-overlay {
        display: none;
    }

    .category-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }

    .product-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
}

/* ----------------------------------------------------------
   FULL HD (1920px+)
   ---------------------------------------------------------- */
@media (min-width: 1920px) {
    :root {
        --container-max: 1600px;
    }
}

/* ----------------------------------------------------------
   TOUCH DEVICES
   ---------------------------------------------------------- */
@media (hover: none) and (pointer: coarse) {
    .product-card__wishlist {
        opacity: 1;
    }

    .product-card__quickview {
        opacity: 1;
        transform: translateY(0);
        background: rgba(5, 7, 8, 0.85);
    }

    .product-card__actions {
        opacity: 1;
        transform: none;
    }

    .product-card__action {
        width: 44px;
        height: 44px;
    }

    .btn {
        min-height: 44px;
    }

    .form-input {
        min-height: 44px;
    }

    .form-select {
        min-height: 44px;
    }

    .main-nav__link {
        padding: 0.8rem 1rem;
    }

    .header-action {
        width: 44px;
        height: 44px;
    }

    .variant-option {
        min-width: 48px;
        height: 48px;
    }

    .filter-option {
        padding: 0.4rem 0;
    }

    .pagination__item {
        width: 44px;
        height: 44px;
    }

    .back-to-top {
        width: 48px;
        height: 48px;
    }
}

/* ----------------------------------------------------------
   LANDSCAPE MOBILE
   ---------------------------------------------------------- */
@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        min-height: auto;
        padding: 5rem 0 3rem;
    }

    .hero__title {
        font-size: clamp(1.5rem, 4vw, 2.5rem);
    }

    .hero__scroll-indicator {
        display: none;
    }
}

/* ----------------------------------------------------------
   REDUCED MOTION
   ---------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .reveal,
    .reveal-up,
    .reveal-left,
    .reveal-right,
    .reveal-scale {
        opacity: 1;
        transform: none;
    }

    .hero__title-line {
        opacity: 1;
        transform: none;
    }

    .hero__title::after,
    .hero__eyebrow::before {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .btn-hero {
        transform: none;
    }

    .hero__arrow {
        animation: none;
    }

    .hero__scroll-indicator {
        animation: none;
    }

    .product-card:hover {
        transform: none;
    }

    .category-card:hover .category-card__image {
        transform: none;
    }

    .product-card:hover .product-card__image {
        transform: none;
    }

    .promo-card:hover .promo-card__image {
        transform: none;
    }
}

/* ----------------------------------------------------------
   HIGH CONTRAST
   ---------------------------------------------------------- */
@media (prefers-contrast: high) {
    :root {
        --border: #333;
        --border-light: #444;
        --gold-border: rgba(201, 154, 74, 0.5);
    }

    .btn-secondary,
    .btn-outline {
        border-width: 2px;
    }

    .product-card {
        border-width: 2px;
    }

    .category-card {
        border-width: 2px;
    }

    .form-input {
        border-width: 2px;
    }

    .filter-option__checkbox {
        border-width: 2px;
    }
}

/* ----------------------------------------------------------
   DARK MODE (system preference)
   ---------------------------------------------------------- */
@media (prefers-color-scheme: light) {
    /* Keep dark theme — this is a luxury watch brand */
    /* No light mode override needed */
}

/* ----------------------------------------------------------
   16A/16B. STANDARD + BRAND STORY (responsive)
   ---------------------------------------------------------- */
@media (max-width: 1023px) {
    .standard-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .story-section__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .story-section__media {
        max-width: 560px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto;
    }
}

@media (max-width: 479px) {
    .standard-grid {
        grid-template-columns: 1fr;
    }

    .standard-item {
        padding: 1.5rem 1.25rem;
    }

    .story-section__stats {
        gap: 1.5rem;
    }

    .story-section__medallion {
        width: 64px;
        height: 64px;
        right: -0.5rem;
        top: -0.5rem;
    }

    .testimonial-card {
        padding: 1.5rem 1.25rem;
    }
}

/* ----------------------------------------------------------
   PRINT STYLES
   ---------------------------------------------------------- */
@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
    }

    .site-header,
    .site-footer,
    .whatsapp-btn,
    .back-to-top,
    .mobile-menu,
    .mobile-menu-overlay,
    .mini-cart,
    .mini-cart-overlay,
    .hamburger,
    .toast-container,
    .hero__scroll-indicator {
        display: none !important;
    }

    .container,
    .container-narrow,
    .container-wide {
        max-width: 100%;
        padding: 0;
    }

    a {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        color: #666;
    }

    .product-card,
    .category-card,
    .promo-card {
        border: 1px solid #ccc;
        break-inside: avoid;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    img {
        max-width: 100% !important;
    }

    .cart-item {
        page-break-inside: avoid;
    }

    .order-summary {
        position: static;
    }
}

/* ----------------------------------------------------------
   PORTRAIT TABLET HERO (768-1023 portrait uses mobile composition)
   ---------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    .hero {
        min-height: 100vh;
        min-height: 100dvh;
        height: auto;
        align-items: flex-end;
        padding-bottom: 3.2rem;
    }

    .hero__bg img.hero__img {
        object-position: center 26%;
    }

    .hero__overlay {
        background: linear-gradient(
            180deg,
            rgba(5, 7, 8, 0.20) 0%,
            rgba(5, 7, 8, 0.30) 38%,
            rgba(5, 7, 8, 0.62) 62%,
            rgba(5, 7, 8, 0.90) 100%
        );
    }

    .hero__content {
        max-width: 100%;
    }

    .hero__actions {
        flex-direction: column;
        width: 100%;
        gap: 0.7rem;
    }

    .hero__actions .btn {
        width: 100%;
        padding: 1rem 2rem;
    }

    .hero__sheen {
        display: none;
    }

    .hero__arrow {
        display: none;
    }

    .hero__badge {
        position: static;
        margin-top: 1.5rem;
    }
}

/* ----------------------------------------------------------
   ULTRA-WIDE MONITORS (2560px+)
   ---------------------------------------------------------- */
@media (min-width: 2560px) {
    :root {
        --container-max: 1800px;
    }
}

/* ----------------------------------------------------------
   SMALL SCREEN UTILITIES
   ---------------------------------------------------------- */
@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .show-mobile-flex {
        display: flex !important;
    }

    .text-center-mobile {
        text-align: center;
    }

    .mt-0-mobile {
        margin-top: 0;
    }

    .mb-0-mobile {
        margin-bottom: 0;
    }

    .px-0-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .w-100-mobile {
        width: 100%;
    }

    .gap-mobile-sm {
        gap: 0.5rem;
    }
}

@media (min-width: 768px) {
    .show-mobile {
        display: none !important;
    }

    .show-mobile-flex {
        display: none !important;
    }

    .hide-desktop {
        display: none !important;
    }
}

/* ----------------------------------------------------------
   HORIZONTAL SCROLL FOR PRODUCT ROWS ON MOBILE
   ---------------------------------------------------------- */
@media (max-width: 767px) {
    .product-scroll-mobile {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        gap: 0.75rem;
        padding: 0 var(--container-padding);
        margin-left: calc(-1 * var(--container-padding));
        margin-right: calc(-1 * var(--container-padding));
    }

    .product-scroll-mobile::-webkit-scrollbar {
        display: none;
    }

    .product-scroll-mobile .product-card {
        flex: 0 0 70%;
        scroll-snap-align: start;
        max-width: 260px;
    }

    .category-scroll-mobile {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        gap: 0.75rem;
        padding: 0 var(--container-padding);
        margin-left: calc(-1 * var(--container-padding));
        margin-right: calc(-1 * var(--container-padding));
    }

    .category-scroll-mobile::-webkit-scrollbar {
        display: none;
    }

    .category-scroll-mobile .category-card {
        flex: 0 0 80%;
        scroll-snap-align: start;
        max-width: 300px;
    }
}

/* ----------------------------------------------------------
   SAFE AREA (Notched phones)
   ---------------------------------------------------------- */
@supports (padding: env(safe-area-inset-bottom)) {
    .site-footer {
        padding-bottom: env(safe-area-inset-bottom);
    }

    .mini-cart__footer {
        padding-bottom: calc(1.25rem + env(safe-area-inset-bottom));
    }

    .whatsapp-btn {
        bottom: calc(2rem + env(safe-area-inset-bottom));
    }

    .back-to-top {
        bottom: calc(2rem + env(safe-area-inset-bottom));
    }
}
