/* ==========================================================================
   GoHair Theme - Premium 2026 Design
   Version: 1.0.0 | Wideview
   ========================================================================== */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; }
body { overflow-x: clip; }

/* Screen reader only */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.sr-only:focus, .skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 100000; padding: 12px 24px; background: var(--gh-primary); color: var(--gh-white); font-family: var(--gh-font); font-size: 14px; font-weight: 600; border-radius: var(--gh-radius); clip: auto; width: auto; height: auto; margin: 0; text-decoration: none; }

/* Prevent iOS auto-zoom on input focus (requires font-size >= 16px) */
@media screen and (max-width: 768px) {
    input[type="text"],
    input[type="search"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="password"],
    input[type="url"],
    select,
    textarea {
        font-size: 16px !important;
    }
}

:root {
    --gh-primary: #1a1a1a;
    --gh-secondary: #f5f0eb;
    --gh-accent: #C4956A;
    --gh-accent-hover: #a87d56;
    --gh-accent-light: rgba(196, 149, 106, 0.08);
    --gh-accent-subtle: rgba(196, 149, 106, 0.15);
    --gh-dark: #0f0f0f;
    --gh-white: #ffffff;
    --gh-off-white: #faf8f5;
    --gh-gray-100: #f7f5f2;
    --gh-gray-200: #edeae6;
    --gh-gray-300: #ddd9d3;
    --gh-gray-400: #b5afa6;
    --gh-gray-500: #8a847c;
    --gh-gray-600: #5c5752;
    --gh-border: #e8e4df;
    --gh-font: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --gh-font-heading: 'Noto Serif Display', Georgia, 'Times New Roman', serif;
    --gh-radius: 4px;
    --gh-radius-lg: 8px;
    --gh-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --gh-shadow-sm: 0 1px 3px rgba(0,0,0,0.03);
    --gh-shadow: 0 2px 12px rgba(0,0,0,0.05);
    --gh-shadow-lg: 0 12px 40px rgba(0,0,0,0.08);
    --gh-gray: var(--gh-gray-600);
    --gh-muted: var(--gh-gray-500);
    --gh-light: var(--gh-gray-100);
    --gh-container: 1280px;
    --gh-header-height: 72px;
}

body {
    font-family: var(--gh-font);
    font-size: 14px;
    line-height: 1.65;
    color: var(--gh-primary);
    background: var(--gh-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }

a {
    color: inherit;
    text-decoration: none;
    transition: color var(--gh-transition);
}

a:hover { color: var(--gh-accent); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--gh-font-heading);
}

/* Force font consistency everywhere */
.woocommerce,
.woocommerce-page,
.woocommerce div.product,
.woocommerce div.product .summary,
.woocommerce div.product .woocommerce-tabs,
.woocommerce ul.products li.product,
.woocommerce .price,
.woocommerce .amount,
.woocommerce .cart,
.woocommerce form,
.woocommerce table,
.woocommerce-cart,
.woocommerce-checkout,
.site-footer,
.gh-page-content,
.gh-shop-sidebar,
.gh-promo-body {
    font-family: var(--gh-font);
}

.woocommerce div.product .product_title,
.woocommerce .related h2,
.woocommerce .upsells h2,
.woocommerce-tabs h2,
.gh-cat-title,
.gh-page-title,
.gh-promo-title,
.section-title {
    font-family: var(--gh-font-heading);
}

.container {
    max-width: var(--gh-container);
    margin: 0 auto;
    padding: 0 24px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 32px;
    background: var(--gh-primary);
    color: var(--gh-white);
    font-family: var(--gh-font);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: none;
    border-radius: var(--gh-radius);
    cursor: pointer;
    transition: all var(--gh-transition);
}

.btn:hover {
    background: var(--gh-accent);
    color: var(--gh-white);
    transform: translateY(-1px);
    box-shadow: var(--gh-shadow);
}

/* ---------- Top Bar ---------- */
.top-bar {
    background: var(--gh-dark);
    color: var(--gh-white);
    font-size: 12px;
    letter-spacing: 0.01em;
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    gap: 16px;
}

.top-bar-left,
.top-bar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--gh-gray-400);
    transition: color var(--gh-transition);
}

.top-bar-link:hover { color: var(--gh-white); }
.top-bar-link i { opacity: 0.6; font-size: 11px; }

.top-bar-promo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--gh-gray-300);
    font-weight: 500;
}

.top-bar-promo i { color: var(--gh-accent); font-size: 11px; }

.top-bar .social-links {
    display: flex;
    gap: 12px;
    margin: 0;
}

.top-bar .social-link {
    color: var(--gh-gray-400);
    font-size: 13px;
    border: none;
    padding: 0;
    transition: color var(--gh-transition);
}

.top-bar .social-link:hover {
    color: var(--gh-white);
    background: transparent;
}

/* ---------- Header ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--gh-white);
    border-bottom: 1px solid var(--gh-border);
    height: var(--gh-header-height);
    transition: box-shadow var(--gh-transition);
}

.site-header.scrolled {
    box-shadow: var(--gh-shadow);
}

.header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    height: var(--gh-header-height);
    gap: 32px;
}

.header-logo {
    justify-self: start;
}

.header-logo a {
    display: flex;
    align-items: center;
}

.header-logo img {
    max-height: 56px;
    width: auto;
}

.header-logo .site-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--gh-primary);
}

/* Search */
.header-search-wrap {
    justify-self: center;
    width: 100%;
    max-width: 520px;
}

.header-search-wrap .dgwt-wcas-search-wrapp,
.header-search-wrap .search-form {
    width: 100%;
}

.header-search-wrap .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"],
.header-search-wrap .search-form .search-field {
    width: 100%;
    padding: 12px 44px 12px 42px;
    border: 1.5px solid var(--gh-gray-300);
    border-radius: 100px;
    font-family: var(--gh-font);
    font-size: 13px;
    background: var(--gh-gray-100);
    transition: all var(--gh-transition);
    outline: none;
}

.header-search-wrap .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"]:focus,
.header-search-wrap .search-form .search-field:focus {
    border-color: var(--gh-primary);
    background: var(--gh-white);
    box-shadow: 0 0 0 3px rgba(26,26,26,0.06);
}

/* Header Actions */
.header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 8px 12px;
    border-radius: var(--gh-radius);
    color: var(--gh-primary);
    position: relative;
    transition: background var(--gh-transition);
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--gh-font);
}

.header-icon i { font-size: 20px; }

.header-icon:hover {
    background: var(--gh-gray-100);
    color: var(--gh-primary);
}

.header-icon-label {
    font-size: 10px;
    font-weight: 500;
    color: var(--gh-gray-500);
    letter-spacing: 0.02em;
}

.header-cart {
    position: relative;
}

.cart-count,
.wishlist-count {
    position: absolute;
    top: 2px;
    right: 4px;
    background: var(--gh-accent);
    color: var(--gh-white);
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 4px;
}

.header-search-toggle {
    display: none;
}

/* Mobile menu toggle */
.mobile-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--gh-primary);
    border-radius: var(--gh-radius);
}

.mobile-menu-toggle i { font-size: 22px; }
.mobile-menu-toggle:hover { background: var(--gh-gray-100); }
.mobile-menu-toggle .icon-close { display: none; }
.mobile-menu-toggle[aria-expanded="true"] .icon-menu { display: none; }
.mobile-menu-toggle[aria-expanded="true"] .icon-close { display: inline-block; }

/* ---------- Navigation Bar ---------- */
.nav-bar {
    overflow-x: clip;
    background: var(--gh-white);
    border-bottom: 1px solid var(--gh-border);
    position: sticky;
    top: var(--gh-header-height);
    z-index: 100;
}

.nav-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0 4px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav-menu > li > a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--gh-primary);
    position: relative;
    transition: color var(--gh-transition);
    white-space: nowrap;
}

.nav-menu::-webkit-scrollbar { display: none; }
.nav-menu > li > a > i {
    display: none;
    font-size: 13px;
    opacity: 0.5;
    transition: opacity var(--gh-transition);
}

.nav-menu > li:hover > a > i {
    opacity: 1;
    color: var(--gh-accent);
}

.nav-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: var(--gh-accent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--gh-transition);
}

.nav-menu > li:hover > a::after,
.nav-menu > li.current-menu-item > a::after {
    transform: scaleX(1);
}

.nav-menu > li:hover > a { color: var(--gh-accent); }

/* Chevron indicator for items with children */
.nav-menu > li.menu-item-has-children > a::before {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 8px;
    margin-left: 5px;
    order: 1;
    opacity: 0.4;
    transition: transform var(--gh-transition), opacity var(--gh-transition);
}

.nav-menu > li.menu-item-has-children:hover > a::before {
    transform: rotate(180deg);
    opacity: 0.7;
}

/* --- Standard Dropdown --- */
.nav-menu > li { position: relative; }

.nav-menu .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 220px;
    max-height: 70vh;
    overflow-y: auto;
    background: var(--gh-white);
    border: 1px solid var(--gh-border);
    border-top: 2px solid var(--gh-accent);
    border-radius: 0 0 var(--gh-radius-lg) var(--gh-radius-lg);
    box-shadow: var(--gh-shadow-lg);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 100;
}

.nav-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.nav-menu .sub-menu li a {
    display: block;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 400;
    color: var(--gh-gray-600);
    border-radius: var(--gh-radius);
    transition: all var(--gh-transition);
    white-space: nowrap;
}

.nav-menu .sub-menu li a:hover {
    background: var(--gh-gray-100);
    color: var(--gh-accent);
    padding-left: 18px;
}

/* Nested sub-menu (level 3) */
.nav-menu .sub-menu .sub-menu {
    position: static;
    transform: none;
    box-shadow: none;
    border: none;
    border-top: none;
    padding: 2px 0 2px 12px;
    opacity: 1;
    visibility: visible;
    min-width: auto;
    max-height: none;
    border-left: 2px solid var(--gh-gray-200);
    border-radius: 0;
    margin: 2px 0 2px 14px;
}

.nav-menu .sub-menu .sub-menu li a {
    font-size: 12px;
    padding: 5px 12px;
    color: var(--gh-gray-500);
}

/* --- Wide Menu (5-12 children) --- */
.nav-menu > li.wide-menu > .sub-menu {
    min-width: 520px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    padding: 12px;
}

.nav-menu > li.wide-menu > .sub-menu li a {
    white-space: normal;
    text-align: center;
    padding: 10px 8px;
}

/* Wide menu with nested children: let nested items span full row */
.nav-menu > li.wide-menu > .sub-menu > li.menu-item-has-children {
    grid-column: 1 / -1;
    border-top: 1px solid var(--gh-gray-200);
    margin-top: 4px;
    padding-top: 8px;
}

.nav-menu > li.wide-menu > .sub-menu > li.menu-item-has-children > a {
    font-weight: 600;
    color: var(--gh-primary);
    text-align: left;
    padding: 6px 14px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-menu > li.wide-menu > .sub-menu > li.menu-item-has-children > .sub-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    border-left: none;
    margin: 0;
    padding: 4px 0 0 0;
}

.nav-menu > li.wide-menu > .sub-menu > li.menu-item-has-children > .sub-menu li a {
    font-size: 12px;
    text-align: center;
    padding: 8px;
}

/* --- Mega Menu (>12 children) --- */
/* Parent gets static so sub-menu can be full-width of .nav-bar */
.nav-menu > li.mega-menu {
    position: static;
}

.nav-menu > li.mega-menu > .sub-menu {
    left: 0;
    right: 0;
    transform: translateY(8px);
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    padding: 20px 24px;
    max-height: 80vh;
    border-radius: 0 0 var(--gh-radius-lg) var(--gh-radius-lg);
}

.nav-menu > li.mega-menu:hover > .sub-menu {
    transform: translateY(0);
}

.nav-menu > li.mega-menu > .sub-menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    padding: 12px 8px;
    text-align: center;
    white-space: normal;
    border-radius: var(--gh-radius);
    font-weight: 500;
    color: var(--gh-gray-600);
}

.nav-menu > li.mega-menu > .sub-menu li a:hover {
    background: var(--gh-gray-100);
    color: var(--gh-accent);
}

.menu-brand-logo {
    height: 32px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.55);
    transition: all 0.3s ease;
}

.nav-menu > li.mega-menu > .sub-menu li a:hover .menu-brand-logo {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.08);
}

.menu-brand-name {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

/* ---------- Mega Navigation (Desktop) ---------- */
.mega-nav-bar {
    overflow: visible;
    position: sticky;
    top: var(--gh-header-height);
    z-index: 100;
    background: var(--gh-white);
    border-bottom: 1px solid var(--gh-border);
}

.mega-nav {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0;
    position: relative;
}

.mega-nav__item {
    position: static;
}

.mega-nav__link {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--gh-primary);
    text-decoration: none;
    position: relative;
    transition: color 0.2s;
    white-space: nowrap;
}

.mega-nav__link i {
    font-size: 14px;
    opacity: 0.5;
    transition: opacity 0.2s, color 0.2s;
}

.mega-nav__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 24px;
    right: 24px;
    height: 2px;
    background: var(--gh-accent, #c8956c);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.mega-nav__item:hover .mega-nav__link {
    color: var(--gh-accent, #c8956c);
}

.mega-nav__item:hover .mega-nav__link i {
    opacity: 1;
    color: var(--gh-accent, #c8956c);
}

.mega-nav__item:hover .mega-nav__link::after {
    transform: scaleX(1);
}

/* Hover bridge: invisible area between link and panel to prevent hover gap */
.mega-nav__item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0;
    z-index: 199;
}

.mega-nav__item:hover::before {
    height: 4px;
}

/* Panel */
.mega-nav__panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--gh-white);
    border-top: 1px solid var(--gh-border);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 200;
    pointer-events: none;
}

.mega-nav__item:hover > .mega-nav__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.mega-nav__panel-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 24px;
    display: flex;
    gap: 40px;
}

/* Columns */
.mega-nav__col {
    flex: 1;
    min-width: 0;
}

.mega-nav__heading {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gh-accent, #c8956c);
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--gh-border);
}

.mega-nav__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-nav__col ul li a {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    font-weight: 500;
    color: var(--gh-text, #444);
    text-decoration: none;
    transition: color 0.15s, padding-left 0.15s;
}

.mega-nav__col ul li a:hover {
    color: var(--gh-accent, #c8956c);
    padding-left: 6px;
}

/* Brands Grid */
.mega-nav__panel--wide .mega-nav__panel-inner {
    flex-direction: column;
    gap: 20px;
}

.mega-nav__brands-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.mega-nav__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    border: 1px solid var(--gh-border);
    border-radius: 8px;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
    background: var(--gh-white);
    min-height: 60px;
}

.mega-nav__brand:hover {
    border-color: var(--gh-accent, #c8956c);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}

.mega-nav__brand img {
    max-height: 32px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.2s;
}

.mega-nav__brand:hover img {
    filter: grayscale(0%);
}

.mega-nav__brand-name {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--gh-text, #444);
    text-align: center;
}

.mega-nav__brands-all {
    text-align: center;
    padding-top: 8px;
    border-top: 1px solid var(--gh-border);
}

.mega-nav__brands-all a {
    font-size: 13px;
    font-weight: 600;
    color: var(--gh-accent, #c8956c);
    text-decoration: none;
    transition: opacity 0.15s;
}

.mega-nav__brands-all a:hover {
    opacity: 0.7;
}

/* Mega nav -- hide on mobile, mobile uses its own nav */
@media (max-width: 1024px) {
    .mega-nav-bar {
        display: none;
    }
}

/* ---------- Mobile Navigation ---------- */
.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    background: var(--gh-white);
    z-index: 10000;
    transform: translateX(-100%);
    transition: transform var(--gh-transition);
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.mobile-nav.open { transform: translateX(0); }

.mobile-nav-overlay {
    pointer-events: none;
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all var(--gh-transition);
    backdrop-filter: blur(2px);
}

.mobile-nav-overlay.open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--gh-border);
    min-height: 60px;
}

.mobile-nav-header .custom-logo-link { display: flex; align-items: center; }.mobile-nav-header .custom-logo-link img { max-height: 36px; width: auto; }
.mobile-nav-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.mobile-nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--gh-gray-100);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: var(--gh-primary);
}

.mobile-nav-search {
    padding: 16px 20px;
    border-bottom: 1px solid var(--gh-border);
}

.mobile-nav-search .search-form {
    display: flex;
}

.mobile-nav-search .search-field {
    flex: 1;
    padding: 10px 14px;
    border: 1.5px solid var(--gh-gray-300);
    border-radius: 100px 0 0 100px;
    font-family: var(--gh-font);
    font-size: 14px;
    outline: none;
}

.mobile-nav-search .search-submit {
    padding: 10px 16px;
    background: var(--gh-primary);
    color: var(--gh-white);
    border: none;
    border-radius: 0 100px 100px 0;
    cursor: pointer;
}

.mobile-nav-menu {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0;
}

.mobile-menu {
    list-style: none;
}

.mobile-menu > li {
    position: relative;
}

.mobile-menu > li > a {
    display: block;
    padding: 14px 24px;
    padding-right: 52px;
    font-size: 14px;
    font-weight: 600;
    color: var(--gh-primary);
    border-bottom: 1px solid var(--gh-gray-100);
    transition: background var(--gh-transition);
    min-height: 48px;
}

.mobile-menu > li > a:hover { background: var(--gh-gray-100); color: var(--gh-primary); }

.mobile-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    border-left: 1px solid var(--gh-gray-100);
    cursor: pointer;
    color: var(--gh-gray-500);
    z-index: 1;
}

.mobile-submenu-toggle:active { background: var(--gh-gray-100); }

.mobile-menu .sub-menu {
    list-style: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
    border-left: 3px solid var(--gh-accent);
    margin-left: 20px;
    background: var(--gh-gray-100);
}

.mobile-menu .sub-menu.open {
    max-height: 2000px;
}

.mobile-menu .sub-menu li a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    color: var(--gh-gray-600);
    border-bottom: 1px solid var(--gh-gray-200);
    min-height: 44px;
    transition: background var(--gh-transition);
}

.mobile-menu .sub-menu li a:hover {
    background: var(--gh-gray-200);
    color: var(--gh-primary);
}

/* Mega-menu brand items in mobile: 2-col compact grid */
.mobile-menu > li.mega-menu > .sub-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-height: 0;
    margin-left: 20px;
}

.mobile-menu > li.mega-menu > .sub-menu.open {
    max-height: 3000px;
}

.mobile-menu > li.mega-menu > .sub-menu li a {
    font-size: 12px;
    padding: 8px 12px;
    text-align: center;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-footer {
    padding: 16px 20px;
    border-top: 1px solid var(--gh-border);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--gh-gray-600);
}

.mobile-nav-link i { font-size: 16px; width: 20px; text-align: center; opacity: 0.6; }

.mobile-nav-social {
    padding-top: 12px;
    border-top: 1px solid var(--gh-border);
    margin-top: 4px;
}

.mobile-nav-social .social-links {
    display: flex;
    gap: 12px;
}

.mobile-nav-social .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--gh-gray-100);
    color: var(--gh-gray-600);
    font-size: 15px;
    transition: all var(--gh-transition);
}

.mobile-nav-social .social-link:hover {
    background: var(--gh-primary);
    color: var(--gh-white);
}

/* ---------- Search Overlay ---------- */
.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--gh-white);
    z-index: 10001;
    transform: translateY(-100%);
    transition: transform var(--gh-transition);
    box-shadow: var(--gh-shadow-lg);
}

.search-overlay.open { transform: translateY(0); }

.search-overlay-inner { padding: 20px 24px; }

.search-overlay-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
}

.search-overlay-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--gh-gray-100);
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

/* ---------- Announcement Bar ---------- */
.announcement-bar {
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.announcement-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.announcement-inner i {
    font-size: 14px;
    animation: announcePulse 2s ease-in-out infinite;
}

@keyframes announcePulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

/* ---------- Hero Banner Slider ---------- */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-slider {
    position: relative;
}

.hero-slider .splide__slide {
    overflow: hidden;
}

/* Hero slide structure */
.hero-slide-wrap {
    position: relative;
    line-height: 0;
}

.hero-slide-img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-slide-wrap.has-overlay .hero-slide-img {
    min-height: 420px;
    object-fit: cover;
}

/* Clickable link overlay (no text) */
.hero-slide-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Text overlay */
.hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
    padding: 0 64px;
}

.hero-slide-overlay--center {
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
    justify-content: center;
    text-align: center;
}

.hero-slide-overlay--right {
    background: linear-gradient(270deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
    justify-content: flex-end;
}

.hero-slide-content {
    max-width: 520px;
}

.hero-slide-subtitle {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gh-accent);
    margin-bottom: 12px;
}

.hero-slide-heading {
    font-family: var(--gh-font-heading);
    font-size: 3rem;
    font-weight: 600;
    color: var(--gh-white);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 16px;
}

.hero-slide-text {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.65;
    margin: 0 0 24px;
}

.hero-slide-cta {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: var(--gh-white);
    color: var(--gh-dark);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    border-radius: var(--gh-radius);
    text-decoration: none;
    transition: all var(--gh-transition);
}

.hero-slide-cta:hover {
    background: var(--gh-accent);
    color: var(--gh-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(184, 25, 46, 0.3);
}

/* Legacy: plain image slides */
.hero-slider .splide__slide a {
    display: block;
    line-height: 0;
}

.hero-slider .splide__slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* Hero arrows */
.hero-slider .splide__arrows {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.hero-slider .splide__arrow {
    background: rgba(255,255,255,0.85);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    opacity: 0;
    transition: all var(--gh-transition);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
    cursor: pointer;
}

.hero-slider:hover .splide__arrow {
    opacity: 1;
}

.hero-slider .splide__arrow:hover {
    background: var(--gh-white);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.hero-slider .splide__arrow svg {
    fill: var(--gh-primary);
    width: 18px;
    height: 18px;
}

.hero-slider .splide__arrow--prev { left: 20px; }
.hero-slider .splide__arrow--next { right: 20px; }

/* Hero pagination dots */
.hero-slider .splide__pagination {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    padding: 0;
    gap: 8px;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.hero-slider .splide__pagination__page {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.5);
    border: none;
    border-radius: 50%;
    opacity: 1;
    transition: all var(--gh-transition);
    margin: 0;
}

.hero-slider .splide__pagination__page.is-active {
    background: var(--gh-white);
    transform: scale(1.2);
}

.hero-slider .splide__pagination__page:hover {
    background: rgba(255,255,255,0.8);
}

/* ---------- Brands Marquee ---------- */
.brands-section {
    padding: 40px 0;
    background: var(--gh-off-white);
    overflow: hidden;
}

.brands-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.brands-track {
    will-change: transform;
    display: flex;
    align-items: center;
    gap: 48px;
    width: max-content;
    animation: marquee 40s linear infinite;
}

.brands-track:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 72px;
    padding: 8px 24px;
    transition: all var(--gh-transition);
}

.brand-logo img {
    max-height: 60px;
    max-width: 150px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.45);
    transition: all 0.4s ease;
}

.brand-logo:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

/* ---------- Philosophy Section ---------- */
.gh-philosophy {
    padding: 80px 0;
    text-align: center;
    background: var(--gh-white);
}

.gh-philosophy-heading {
    font-family: var(--gh-font-heading);
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.25;
    color: var(--gh-dark);
    margin-bottom: 28px;
    letter-spacing: -0.01em;
}

.gh-philosophy-text {
    max-width: 640px;
    margin: 0 auto;
    color: var(--gh-gray-600);
    font-size: 15px;
    line-height: 1.85;
}

.gh-philosophy-text p + p {
    margin-top: 14px;
}

/* ---------- Editorial Parallax ---------- */
.gh-editorial {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.gh-editorial-bg {
    position: absolute;
    inset: -40px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}

.gh-editorial-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 50%, transparent 100%);
}

.gh-editorial-content {
    max-width: var(--gh-container);
    margin: 0 auto;
    padding: 0 48px;
    max-width: 560px;
    margin-left: calc((100% - var(--gh-container)) / 2 + 48px);
}

.gh-editorial-heading {
    font-family: var(--gh-font-heading);
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--gh-white);
    line-height: 1.2;
    margin-bottom: 16px;
}

.gh-editorial-text {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin-bottom: 28px;
}

.gh-editorial-cta {
    display: inline-block;
    padding: 14px 36px;
    background: transparent;
    color: var(--gh-white);
    border: 1px solid rgba(255,255,255,0.5);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all var(--gh-transition);
}

.gh-editorial-cta:hover {
    background: var(--gh-white);
    color: var(--gh-dark);
    border-color: var(--gh-white);
}

/* ---------- Sections ---------- */
.section-title {
    font-family: var(--gh-font-heading);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: var(--gh-primary);
    margin-bottom: 12px;
}

.featured-products-section,
.new-arrivals-section {
    padding: 64px 0;
}

.new-arrivals-section { background: var(--gh-gray-100); }

/* ---- Products Slider ---- */
.products-slider {
    position: relative;
}

.products-slider .splide__arrows {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.products-slider .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--gh-white);
    border: 1px solid var(--gh-border);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: var(--gh-shadow);
    transition: all var(--gh-transition);
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.products-slider .splide__arrow:hover {
    border-color: var(--gh-primary);
    box-shadow: var(--gh-shadow-lg);
}

.products-slider .splide__arrow svg {
    fill: var(--gh-primary);
    width: 16px;
    height: 16px;
}

.products-slider .splide__arrow--prev { left: -20px; transform: translateY(-50%) scaleX(-1); }
.products-slider .splide__arrow--next { right: -20px; }

.product-slide-card {
    display: flex;
    flex-direction: column;
    background: var(--gh-white);
    border: none;
    border-radius: var(--gh-radius-lg);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 6px rgba(0,0,0,0.04);
    transition: all 0.35s ease;
    height: 100%;
}

.product-slide-card:hover {
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    color: inherit;
}

.product-slide-image {
    position: relative;
    background: var(--gh-off-white);
    padding: 16px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-slide-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.product-slide-card:hover .product-slide-image img {
    transform: scale(1.06);
}

.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 4px;
    z-index: 2;
    line-height: 1.4;
}

.badge-sale {
    background: var(--gh-accent);
    color: var(--gh-white);
}

.badge-hot {
    background: #f59e0b;
    color: var(--gh-white);
}

.badge-new {
    background: var(--gh-primary);
    color: var(--gh-white);
}

.product-slide-info {
    padding: 14px 16px 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.product-slide-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--gh-dark);
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
}

.product-slide-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--gh-primary);
    margin-top: auto;
}

.product-slide-price del {
    color: var(--gh-muted);
    font-weight: 400;
    font-size: 13px;
    margin-right: 6px;
}

.product-slide-price ins {
    text-decoration: none;
    color: var(--gh-accent);
    font-weight: 700;
}

/* ---- Category Showcase ---- */
.category-showcase-section {
    padding: 64px 0;
    background: var(--gh-white);
}

.showcase-intro {
    max-width: 800px;
    margin: 0 auto 48px;
    text-align: center;
    color: var(--gh-gray-600);
    font-size: 15px;
    line-height: 1.7;
}

.showcase-intro p + p {
    margin-top: 12px;
}

.showcase-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--gh-border);
}

.showcase-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.showcase-row--reversed .showcase-image {
    order: 2;
}

.showcase-row--reversed .showcase-content {
    order: 1;
}

.showcase-image {
    border-radius: var(--gh-radius-lg);
    overflow: hidden;
}

.showcase-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--gh-radius-lg);
    transition: transform 0.5s ease;
}

.showcase-row:hover .showcase-image img {
    transform: scale(1.03);
}

.showcase-content h2 {
    font-family: var(--gh-font-heading);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--gh-dark);
}

.showcase-text {
    color: var(--gh-gray-600);
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.showcase-text p + p {
    margin-top: 10px;
}

.showcase-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    background: transparent;
    color: var(--gh-primary);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    border: none;
    border-bottom: 2px solid var(--gh-accent);
    border-radius: 0;
    transition: all var(--gh-transition);
}

.showcase-cta:hover {
    color: var(--gh-accent);
    border-bottom-color: var(--gh-accent-hover);
    gap: 12px;
}

.showcase-cta i {
    font-size: 12px;
    transition: transform var(--gh-transition);
}

.showcase-cta:hover i {
    transform: translateX(4px);
}

/* ---- Section Subtitle ---- */
.section-subtitle {
    text-align: center;
    color: var(--gh-muted);
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 36px;
}

/* Micro-label (Lovable/Aesop style) */
.micro-label {
    display: block;
    text-align: center;
    font-family: var(--gh-font);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gh-accent);
    margin-bottom: 16px;
}

/* ---- Therapy Highlight ---- */
.therapy-highlight-section {
    padding: 64px 0;
    background: var(--gh-gray-100);
}

.therapy-highlight-row {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    align-items: start;
}

.therapy-highlight-image {
    border-radius: var(--gh-radius-lg);
    overflow: hidden;
}

.therapy-highlight-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--gh-radius-lg);
}

.therapy-highlight-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--gh-primary);
    line-height: 1.4;
}

.therapy-highlight-content > p {
    color: var(--gh-gray-600);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.therapy-highlight-tagline {
    font-weight: 600;
    color: var(--gh-accent);
    margin-bottom: 24px;
}

.therapy-highlight-content .woocommerce ul.products {
    margin-top: 24px;
}

/* ---- Care Banner ---- */
.care-banner-section {
    padding: 64px 0;
    background: var(--gh-white);
}

.care-banner-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.care-banner-content h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--gh-primary);
}

.care-banner-tagline {
    font-size: 16px;
    font-weight: 600;
    color: var(--gh-accent);
    margin-bottom: 16px;
}

.care-banner-content p {
    color: var(--gh-gray-600);
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 10px;
}

.care-banner-content .showcase-cta {
    margin-top: 16px;
}

.care-banner-image {
    border-radius: var(--gh-radius-lg);
    overflow: hidden;
}

.care-banner-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--gh-radius-lg);
}

/* ---- Popular Categories ---- */
.popular-categories-section {
    padding: 64px 0;
    background: var(--gh-white);
}

/* Slider replaces grid -- Splide handles layout */
.popular-cats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.popular-cats-slider {
    position: relative;
    padding: 0 48px;
}

.popular-cats-slider .splide__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

.popular-cats-slider .splide__arrow {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background: var(--gh-white);
    border: 1px solid var(--gh-border);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
    transition: all 0.3s ease;
}

.popular-cats-slider .splide__arrow:hover {
    border-color: var(--gh-accent);
    box-shadow: 0 4px 16px rgba(196,149,106,0.2);
}

.popular-cats-slider .splide__arrow svg {
    fill: var(--gh-primary);
    width: 14px;
    height: 14px;
}

.popular-cats-slider .splide__arrow:hover svg {
    fill: var(--gh-accent);
}

.popular-cats-slider .splide__arrow--prev {
    left: 0;
    right: auto;
}

.popular-cats-slider .splide__arrow--prev svg {
    transform: scaleX(-1);
}

.popular-cats-slider .splide__arrow--next {
    right: 0;
    left: auto;
}

@media (max-width: 768px) {
    .popular-cats-slider {
        padding: 0 36px;
    }
    .popular-cats-slider .splide__arrow {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 480px) {
    .popular-cats-slider {
        padding: 0 0 0 0;
    }
    .popular-cats-slider .splide__arrow {
        display: none;
    }
}

.popular-cat-card {
    display: flex;
    flex-direction: column;
    background: var(--gh-white);
    border: 1px solid var(--gh-border);
    border-radius: var(--gh-radius-lg);
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.popular-cat-card:hover {
    border-color: var(--gh-primary);
    box-shadow: var(--gh-shadow);
    transform: translateY(-3px);
    color: inherit;
}

.popular-cat-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--gh-gray-100);
}

.popular-cat-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.popular-cat-card:hover .popular-cat-image img {
    transform: scale(1.05);
}

.popular-cat-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: var(--gh-gray-300);
}

.popular-cat-info {
    padding: 16px 18px;
}

.popular-cat-info h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.popular-cat-count {
    font-size: 12px;
    color: var(--gh-muted);
    font-weight: 500;
}

/* ---- USP / Benefits Bar ---- */
.usp-section {
    padding: 40px 0;
    background: var(--gh-primary);
    color: var(--gh-white);
}

.usp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.usp-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.usp-item > i {
    font-size: 20px;
    color: var(--gh-accent);
    opacity: 0.9;
    flex-shrink: 0;
}

.usp-text strong {
    display: block;
    font-family: var(--gh-font);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.usp-text span {
    font-size: 12px;
    color: var(--gh-gray-400);
}

/* ---- Blog Preview ---- */
.blog-preview-section {
    padding: 64px 0;
    background: var(--gh-gray-100);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.blog-card {
    background: var(--gh-white);
    border-radius: var(--gh-radius-lg);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid var(--gh-border);
}

.blog-card:hover {
    box-shadow: var(--gh-shadow);
    transform: translateY(-3px);
}

.blog-card-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: var(--gh-gray-200);
    font-size: 32px;
    color: var(--gh-gray-400);
}

.blog-card-content {
    padding: 16px 18px;
}

.blog-card-content time {
    font-size: 11px;
    color: var(--gh-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.blog-card-content h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 6px;
}

.blog-card-content h3 a {
    color: var(--gh-primary);
    transition: color var(--gh-transition);
}

.blog-card-content h3 a:hover {
    color: var(--gh-accent);
}

/* Promo Banners */
.promo-banners-section {
    padding: 48px 0;
}

.promo-grid {
    display: grid;
    gap: 20px;
}

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

.promo-banner {
    position: relative;
    border-radius: var(--gh-radius-lg);
    overflow: hidden;
    display: block;
    aspect-ratio: 16 / 9;
}

.promo-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.promo-banner:hover img {
    transform: scale(1.04);
}

.promo-banner-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
    color: var(--gh-white);
    font-weight: 600;
    font-size: 15px;
}

.homepage-content {
    padding: 48px 0;
}

/* ---------- Pages (Premium) ---------- */
.gh-page-hero {
    background: var(--gh-gray-100);
    border-bottom: 1px solid var(--gh-border);
    padding: 32px 0 28px;
    text-align: center;
}

.gh-breadcrumb {
    font-size: 12px;
    margin-bottom: 14px;
    color: var(--gh-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.gh-breadcrumb a {
    color: var(--gh-muted);
    transition: color var(--gh-transition);
}

.gh-breadcrumb a:hover {
    color: var(--gh-accent);
}

.gh-breadcrumb-sep {
    margin: 0 8px;
    opacity: 0.4;
    color: var(--gh-gray-400);
}

.gh-page-title {
    font-family: var(--gh-font-heading);
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: var(--gh-dark);
}

.gh-page-main {
    padding: 48px 0 72px;
    background: var(--gh-off-white);
}

.gh-page-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

.gh-page-content {
    background: var(--gh-white);
    border: 1px solid var(--gh-border);
    border-radius: var(--gh-radius-lg);
    padding: 40px;
}

.gh-page-content p {
    margin-bottom: 16px;
    color: var(--gh-gray-600);
    font-size: 14px;
    line-height: 1.8;
}

.gh-page-content h2,
.gh-page-content h3,
.gh-page-content h4 {
    color: var(--gh-dark);
    margin: 28px 0 12px;
    font-weight: 700;
    line-height: 1.35;
}

.gh-page-content h2:first-child,
.gh-page-content h3:first-child,
.gh-page-content h4:first-child {
    margin-top: 0;
}

.gh-page-content h2 { font-size: 1.5rem; }
.gh-page-content h3 { font-size: 1.25rem; }
.gh-page-content h4 { font-size: 1.1rem; }

.gh-page-content ul,
.gh-page-content ol {
    margin: 0 0 16px 20px;
    color: var(--gh-gray-600);
    font-size: 14px;
    line-height: 1.8;
}

.gh-page-content li { margin-bottom: 6px; }

.gh-page-content img {
    border-radius: var(--gh-radius);
    margin: 16px 0;
}

.gh-page-content a {
    color: var(--gh-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.gh-page-content a:hover {
    color: var(--gh-accent-hover);
}

.gh-page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 13px;
}

.gh-page-content table th,
.gh-page-content table td {
    padding: 10px 14px;
    border: 1px solid var(--gh-border);
    text-align: left;
}

.gh-page-content table th {
    background: var(--gh-gray-100);
    font-weight: 700;
    color: var(--gh-dark);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Sidebar */
.gh-sidebar-card {
    background: var(--gh-white);
    border: 1px solid var(--gh-border);
    border-radius: var(--gh-radius-lg);
    padding: 24px;
    margin-bottom: 20px;
}

.gh-sidebar-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--gh-dark);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--gh-accent);
}

.gh-sidebar-title i {
    color: var(--gh-accent);
    font-size: 14px;
}

.gh-sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gh-sidebar-links li {
    margin-bottom: 2px;
}

.gh-sidebar-links li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    font-size: 13px;
    color: var(--gh-gray-600);
    border-radius: var(--gh-radius);
    transition: all var(--gh-transition);
}

.gh-sidebar-links li a i {
    font-size: 8px;
    opacity: 0.4;
    transition: all var(--gh-transition);
}

.gh-sidebar-links li a:hover {
    background: var(--gh-gray-100);
    color: var(--gh-accent);
    padding-left: 16px;
}

.gh-sidebar-links li a:hover i {
    opacity: 0.8;
    transform: translateX(2px);
}

.gh-sidebar-links li a.gh-sidebar-active {
    background: var(--gh-gray-100);
    color: var(--gh-accent);
    font-weight: 600;
}

.gh-sidebar-contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 13px;
    color: var(--gh-gray-600);
    border-bottom: 1px solid var(--gh-border);
    transition: color var(--gh-transition);
}

.gh-sidebar-contact-link:last-child {
    border-bottom: none;
}

.gh-sidebar-contact-link i {
    width: 18px;
    text-align: center;
    color: var(--gh-accent);
    font-size: 14px;
}

.gh-sidebar-contact-link:hover {
    color: var(--gh-accent);
}

/* Legacy page classes (keep for compatibility) */
.page-header {
    padding: 48px 0 28px;
    margin-bottom: 36px;
}

.page-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.page-content {
    padding-bottom: 64px;
    max-width: 780px;
}

.page-content p { margin-bottom: 16px; }

/* ---------- Promotions Page ---------- */
.gh-promo-intro {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
    color: var(--gh-gray-600);
    font-size: 15px;
    line-height: 1.75;
}

.gh-promo-intro p { margin-bottom: 8px; }

.gh-promo-card {
    background: var(--gh-white);
    border: 1px solid var(--gh-border);
    border-radius: var(--gh-radius-lg);
    overflow: hidden;
    margin-bottom: 28px;
    transition: box-shadow var(--gh-transition);
}

.gh-promo-card:hover {
    box-shadow: var(--gh-shadow);
}

.gh-promo-banner {
    position: relative;
    overflow: hidden;
}

.gh-promo-banner img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.gh-promo-banner:hover img {
    transform: scale(1.02);
}

.gh-promo-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--gh-accent);
    color: var(--gh-white);
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 700;
    border-radius: var(--gh-radius);
    letter-spacing: 0.02em;
}

.gh-promo-body {
    padding: 28px 32px 32px;
}

.gh-promo-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gh-promo-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--gh-dark);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gh-promo-badge-inline {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: var(--gh-accent);
    color: var(--gh-white);
    font-size: 12px;
    font-weight: 700;
    border-radius: var(--gh-radius);
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.gh-promo-dates {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--gh-muted);
    font-weight: 500;
    white-space: nowrap;
}

.gh-promo-dates i {
    font-size: 14px;
    color: var(--gh-accent);
}

.gh-promo-description {
    color: var(--gh-gray-600);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.gh-promo-description p { margin-bottom: 10px; }
.gh-promo-description ul { margin: 8px 0 12px 20px; }
.gh-promo-description li { margin-bottom: 4px; }

.gh-promo-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: var(--gh-accent);
    color: var(--gh-white);
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--gh-radius);
    transition: all var(--gh-transition);
    margin-bottom: 20px;
}

.gh-promo-cta:hover {
    background: var(--gh-accent-hover);
    color: var(--gh-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(184, 25, 46, 0.25);
}

.gh-promo-cta i {
    font-size: 12px;
    transition: transform var(--gh-transition);
}

.gh-promo-cta:hover i {
    transform: translateX(4px);
}

.gh-promo-terms {
    border-top: 1px solid var(--gh-border);
    padding-top: 16px;
}

.gh-promo-terms summary {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: var(--gh-muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 8px 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.gh-promo-terms summary::-webkit-details-marker { display: none; }

.gh-promo-terms summary::before {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 10px;
    transition: transform 0.2s ease;
}

.gh-promo-terms[open] summary::before {
    transform: rotate(180deg);
}

.gh-promo-terms-content {
    padding: 12px 0 4px;
    font-size: 13px;
    color: var(--gh-gray-600);
    line-height: 1.75;
}

.gh-promo-terms-content p { margin-bottom: 8px; }

.gh-promo-empty {
    text-align: center;
    padding: 80px 20px;
    background: var(--gh-white);
    border: 1px solid var(--gh-border);
    border-radius: var(--gh-radius-lg);
}

.gh-promo-empty i {
    font-size: 48px;
    color: var(--gh-gray-300);
    margin-bottom: 20px;
}

.gh-promo-empty h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gh-dark);
    margin-bottom: 8px;
}

.gh-promo-empty p {
    color: var(--gh-muted);
    font-size: 14px;
    margin-bottom: 24px;
}

.gh-promo-general-terms {
    margin-top: 48px;
    padding: 32px;
    background: var(--gh-white);
    border: 1px solid var(--gh-border);
    border-radius: var(--gh-radius-lg);
}

.gh-promo-general-terms h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--gh-dark);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.gh-promo-general-terms p,
.gh-promo-general-terms li {
    font-size: 13px;
    color: var(--gh-gray-600);
    line-height: 1.8;
}

@media (max-width: 768px) {
    .gh-promo-body { padding: 20px; }
    .gh-promo-header { flex-direction: column; gap: 8px; }
    .gh-promo-title { font-size: 1.1rem; }
    .gh-promo-general-terms { padding: 20px; }
}

/* ---------- Posts Grid ---------- */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
    padding: 40px 0 64px;
}

.post-card {
    background: var(--gh-white);
    border: 1px solid var(--gh-border);
    border-radius: var(--gh-radius-lg);
    overflow: hidden;
    transition: all var(--gh-transition);
}

.post-card:hover {
    box-shadow: var(--gh-shadow);
    transform: translateY(-3px);
}

.post-thumb img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.post-card-content { padding: 24px; }
.post-card-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.01em; }

/* ---------- Single Post ---------- */
.entry-header { padding: 48px 0 28px; }
.entry-title { font-size: 2.25rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 8px; }
.entry-meta { color: var(--gh-gray-500); font-size: 13px; }
.entry-thumbnail { margin-bottom: 36px; border-radius: var(--gh-radius-lg); overflow: hidden; }
.entry-content { max-width: 780px; padding-bottom: 64px; }
.entry-content p { margin-bottom: 16px; }

/* ---------- 404 ---------- */
.error-404 { text-align: center; padding: 100px 0; }
.error-404 h1 { font-size: 8rem; font-weight: 800; color: var(--gh-gray-200); line-height: 1; margin-bottom: 12px; letter-spacing: -0.05em; }
.error-404 p { color: var(--gh-gray-500); font-size: 16px; margin-bottom: 28px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--gh-off-white); color: var(--gh-primary); border-top: 1px solid var(--gh-border); }

.footer-main { padding: 56px 0 40px; }

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 48px;
}

.footer-logo a { display: inline-block; }
.footer-logo img {
    max-height: 36px;
    margin-bottom: 20px;
}

.footer-logo .site-title {
    color: var(--gh-dark);
    font-family: var(--gh-font-heading);
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.footer-desc {
    color: var(--gh-gray-500);
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
}

.site-footer .social-links {
    display: flex;
    gap: 8px;
    margin: 0;
}

.site-footer .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--gh-border);
    border-radius: 50%;
    font-size: 15px;
    color: var(--gh-gray-500);
    padding: 0;
    transition: all var(--gh-transition);
}

.site-footer .social-link:hover {
    color: var(--gh-accent);
    background: var(--gh-accent-light);
    border-color: var(--gh-accent);
    transform: translateY(-2px);
}

.site-footer .social-facebook:hover { color: #1877f2; }
.site-footer .social-instagram:hover { color: #e4405f; }
.site-footer .social-tiktok:hover { color: #000000; }
.site-footer .social-youtube:hover { color: #ff0000; }

.footer-heading,
.site-footer .widget-title {
    font-family: var(--gh-font);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--gh-primary);
}

.footer-links {
    list-style: none;
}

.footer-links li { margin-bottom: 10px; }

.footer-links li a,
.site-footer .widget ul { list-style: none; }
.site-footer .widget ul li { margin-bottom: 10px; }

.footer-links li a,
.site-footer .widget ul li a {
    color: var(--gh-gray-500);
    font-size: 13px;
    transition: all var(--gh-transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-links li a i {
    font-size: 8px;
    opacity: 0.4;
    transition: transform var(--gh-transition);
}

.footer-links li a:hover,
.site-footer .widget ul li a:hover { color: var(--gh-accent); }
.footer-links li a:hover i { transform: translateX(3px); opacity: 0.8; }

.footer-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 13px;
    color: var(--gh-gray-500);
    line-height: 1.5;
}

.footer-info-item i {
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 14px;
    opacity: 0.5;
    width: 16px;
    text-align: center;
}

.footer-info-item a {
    color: var(--gh-gray-500);
    transition: color var(--gh-transition);
}

.footer-info-item a:hover { color: var(--gh-accent); }

.footer-social { margin-top: 20px; }

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid var(--gh-border);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright {
    color: var(--gh-gray-500);
    font-size: 12px;
}

.footer-payment-icons {
    display: flex;
    gap: 8px;
}

/* Trust Badges */
.footer-trust-badges {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--gh-border);
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: var(--gh-gray-500);
    font-weight: 500;
}

.trust-badge i {
    font-size: 14px;
    color: var(--gh-accent);
    opacity: 0.8;
}

/* Payment Icons */
.payment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 28px;
    background: var(--gh-gray-100);
    border: 1px solid var(--gh-border);
    border-radius: 4px;
    font-size: 18px;
    color: var(--gh-gray-500);
    transition: all var(--gh-transition);
}

.payment-icon:hover {
    background: var(--gh-gray-200);
    color: var(--gh-dark);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .nav-bar { display: none; }
    .mobile-menu-toggle { display: flex; }
    .mobile-nav { display: flex; }
    .mobile-nav-overlay {
    pointer-events: none; display: block; }
    .search-overlay { display: block; }
    .header-search-wrap { display: none; }
    .header-search-toggle { display: flex; }
    .header-icon-label { display: none; }
    .header-actions { gap: 4px; }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    /* .popular-cats-grid replaced by Splide slider */
    .usp-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }

    .showcase-row { gap: 28px; }
    .therapy-highlight-row { grid-template-columns: 280px 1fr; gap: 28px; }
    .care-banner-row { gap: 28px; }

    .gh-page-layout { grid-template-columns: 1fr 260px; gap: 28px; }
}

@media (max-width: 768px) {
    .top-bar-left { display: none; }

    .gh-page-layout { grid-template-columns: 1fr; }
    .gh-page-content { padding: 28px 20px; }
    .gh-page-hero { padding: 28px 0 24px; }
    .gh-page-title { font-size: 1.5rem; }
    .top-bar-right { width: 100%; justify-content: center; }

    .header-inner {
        display: flex;
        align-items: center;
        gap: 0;
        padding: 0 12px;
    }
    .mobile-menu-toggle { order: 1; margin-right: auto; }
    .header-logo { order: 2; position: absolute; left: 50%; transform: translateX(-50%); max-width: calc(100% - 200px); }
    .header-logo img { max-height: 44px; }
    .header-actions { order: 3; margin-left: auto; }
    .header-search-wrap { order: 4; }

    .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 16px; }

    .hero-slider .splide__arrow { width: 36px; height: 36px; }

    .hero-slide-img { min-height: 260px; object-fit: cover; }
    .hero-slide-wrap.has-overlay .hero-slide-img { min-height: 360px; }
    .hero-slide-overlay { padding: 0 32px; }
    .hero-slide-heading { font-size: 1.75rem; }
    .hero-slide-text { font-size: 14px; }
    .hero-slide-content { max-width: 400px; }
    .hero-slider .splide__arrow--prev { left: 10px; }
    .hero-slider .splide__arrow--next { right: 10px; }
    .hero-slider .splide__pagination { bottom: 10px; }

    /* Brand logos tighter on tablet */
    .brands-section { padding: 16px 0; }
    .brand-logo { height: 50px; padding: 4px 14px; }
    .brand-logo img { max-height: 40px; max-width: 120px; }

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

    .featured-products-section,
    .new-arrivals-section,
    .popular-categories-section,
    .category-showcase-section,
    .therapy-highlight-section,
    .care-banner-section,
    .blog-preview-section { padding: 40px 0; }
    .section-title { font-size: 1.25rem; margin-bottom: 24px; }

    .brands-track {
    will-change: transform; gap: 32px; animation-duration: 30s; }
    .brand-logo img { max-height: 44px; max-width: 120px; }
    /* .popular-cats-grid replaced by Splide slider */
    .usp-section { padding: 36px 0; }
    .usp-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
    .blog-grid { gap: 16px; }

    .showcase-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 32px;
        padding-bottom: 32px;
    }
    .showcase-row--reversed .showcase-image,
    .showcase-row--reversed .showcase-content { order: unset; }
    .showcase-content h2 { font-size: 20px; }

    .gh-philosophy { padding: 48px 0; }
    .gh-philosophy-heading { font-size: 1.75rem; }
    .gh-editorial { min-height: 360px; }
    .gh-editorial-heading { font-size: 1.75rem; }
    .gh-editorial-content { margin-left: auto; margin-right: auto; padding: 0 24px; }
    .gh-editorial-bg { background-attachment: scroll; }

    .therapy-highlight-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .therapy-highlight-image { max-width: 320px; }

    .care-banner-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .section-subtitle { margin-top: 4px; margin-bottom: 24px; font-size: 13px; }
}

@media (max-width: 480px) {
    .container { padding: 0 16px; }
    .top-bar { display: none; }
    .header-account { display: none; }

    .promo-grid-2,
    .promo-grid-3,
    .promo-grid-4 { grid-template-columns: 1fr; }

    /* .popular-cats-grid replaced by Splide slider */
    .usp-grid { grid-template-columns: 1fr; gap: 16px; }
    .blog-grid { grid-template-columns: 1fr; }

    /* Hero banners bigger on mobile */
    .hero-slide-img { min-height: 260px; object-fit: cover; }
    .hero-slide-wrap.has-overlay .hero-slide-img { min-height: 340px; }
    .hero-slide-overlay { padding: 0 20px; }
    .hero-slide-heading { font-size: 1.4rem; }
    .hero-slide-text { font-size: 13px; margin-bottom: 16px; }
    .hero-slide-cta { padding: 12px 24px; font-size: 12px; }
    .hero-slide-content { max-width: 100%; }

    /* Brand logos: bigger, minimal padding */
    .brands-section { padding: 12px 0; }
    .brand-logo { height: 44px; padding: 2px 10px; }
    .brand-logo img { max-height: 32px; max-width: 90px; filter: grayscale(100%) opacity(0.5); }
    .brands-track {
    will-change: transform; gap: 20px; }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

/* ---------- Utility ---------- */
body.menu-open,
body.drawer-open { overflow: hidden; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); position: absolute; height: 1px; width: 1px; overflow: hidden; }

/* ---- Testimonials ---- */
.gh-testimonials { padding: 80px 0; background: var(--gh-white); }
.gh-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.gh-testimonial-card { padding: 32px; background: var(--gh-off-white); border-radius: var(--gh-radius); border: 1px solid var(--gh-border); }
.gh-testimonial-stars { margin-bottom: 16px; }
.gh-testimonial-stars i { font-size: 13px; color: var(--gh-accent); margin-right: 2px; }
.gh-testimonial-stars i.empty { color: var(--gh-gray-300); }
.gh-testimonial-text { font-size: 14px; line-height: 1.7; color: var(--gh-gray-600); margin-bottom: 20px; font-style: italic; }
.gh-testimonial-author { display: flex; flex-direction: column; gap: 2px; border-top: 1px solid var(--gh-border); padding-top: 16px; }
.gh-testimonial-name { font-size: 13px; font-weight: 600; color: var(--gh-primary); }
.gh-testimonial-product { font-size: 11px; color: var(--gh-gray-500); }
.gh-testimonial-verified { font-size: 10px; font-weight: 500; letter-spacing: 0.05em; color: var(--gh-accent); margin-top: 4px; }
.gh-testimonial-verified i { font-size: 11px; }
@media (max-width: 768px) { .gh-testimonials-grid { grid-template-columns: 1fr; gap: 16px; } }

/* ---- Newsletter ---- */
.gh-newsletter { padding: 80px 0; background: var(--gh-primary); color: var(--gh-white); text-align: center; }
.gh-newsletter-inner { max-width: 560px; margin: 0 auto; }
.gh-newsletter .micro-label { color: var(--gh-accent); }
.gh-newsletter-heading { font-family: var(--gh-font-heading); font-size: clamp(28px, 4vw, 40px); font-weight: 400; color: var(--gh-white); margin-bottom: 16px; line-height: 1.2; }
.gh-newsletter-text { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.65); margin-bottom: 32px; }
.gh-newsletter-form .gh-newsletter-input-wrap, .gh-newsletter .mc4wp-form-fields { display: flex; gap: 0; max-width: 440px; margin: 0 auto; }
.gh-newsletter-form input[type="email"], .gh-newsletter .mc4wp-form-fields input[type="email"] { flex: 1; padding: 14px 20px; font-family: var(--gh-font); font-size: 14px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-right: none; border-radius: var(--gh-radius) 0 0 var(--gh-radius); color: var(--gh-white); outline: none; transition: border-color 0.3s ease; }
.gh-newsletter-form input[type="email"]:focus, .gh-newsletter .mc4wp-form-fields input[type="email"]:focus { border-color: var(--gh-accent); }
.gh-newsletter-form input[type="email"]::placeholder, .gh-newsletter .mc4wp-form-fields input[type="email"]::placeholder { color: rgba(255,255,255,0.4); }
.gh-newsletter-form button, .gh-newsletter .mc4wp-form-fields input[type="submit"], .gh-newsletter .mc4wp-form-fields button { padding: 14px 24px; font-family: var(--gh-font); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; background: var(--gh-accent); color: var(--gh-white); border: 1px solid var(--gh-accent); border-radius: 0 var(--gh-radius) var(--gh-radius) 0; cursor: pointer; transition: background 0.3s ease; white-space: nowrap; }
.gh-newsletter-form button:hover, .gh-newsletter .mc4wp-form-fields input[type="submit"]:hover { background: var(--gh-accent-hover); border-color: var(--gh-accent-hover); }
.gh-newsletter-disclaimer { font-size: 11px; color: rgba(255,255,255,0.35); margin-top: 16px; }
@media (max-width: 480px) { .gh-newsletter-form .gh-newsletter-input-wrap, .gh-newsletter .mc4wp-form-fields { flex-direction: column; gap: 8px; } .gh-newsletter-form input[type="email"], .gh-newsletter .mc4wp-form-fields input[type="email"] { border-right: 1px solid rgba(255,255,255,0.2); border-radius: var(--gh-radius); } .gh-newsletter-form button, .gh-newsletter .mc4wp-form-fields input[type="submit"] { border-radius: var(--gh-radius); width: 100%; } }

/* ---- Floating Quiz Bar ---- */
.gh-quiz-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 998; background: var(--gh-primary); color: var(--gh-white); padding: 14px 0; padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px)); transform: translateY(100%); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.single-product .gh-quiz-bar { bottom: 68px; }
.gh-quiz-bar.is-visible { transform: translateY(0); }
.gh-quiz-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.gh-quiz-bar-text { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; }
.gh-quiz-bar-text i { color: var(--gh-accent); font-size: 16px; }
.gh-quiz-bar-actions { display: flex; align-items: center; gap: 12px; }
.gh-quiz-bar-btn { font-family: var(--gh-font); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 8px 20px; background: var(--gh-accent); color: var(--gh-white); border-radius: var(--gh-radius); transition: background 0.3s ease; }
.gh-quiz-bar-btn:hover { background: var(--gh-accent-hover); color: var(--gh-white); }
.gh-quiz-bar-close { background: none; border: none; color: rgba(255,255,255,0.5); cursor: pointer; padding: 0; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: color 0.3s ease; }
.gh-quiz-bar-close:hover { color: var(--gh-white); }

/* ---- Popups (Welcome + Exit Intent) ---- */
.gh-popup-overlay { position: fixed; inset: 0; z-index: 10000; background: rgba(0,0,0,0.5); backdrop-filter: blur(2px); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.4s ease; }
.gh-popup-overlay.is-visible { opacity: 1; }
body.popup-open { overflow: hidden; }
.gh-popup { background: var(--gh-white); width: 90%; max-width: 420px; padding: 48px 40px; position: relative; text-align: center; border-radius: var(--gh-radius-lg); transform: translateY(20px) scale(0.96); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.gh-popup-overlay.is-visible .gh-popup { transform: translateY(0) scale(1); }
.gh-popup-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; color: var(--gh-gray-400); font-size: 16px; transition: color 0.3s ease; }
.gh-popup-close:hover { color: var(--gh-primary); }
.gh-popup-heading { font-family: var(--gh-font-heading); font-size: 28px; font-weight: 400; line-height: 1.2; color: var(--gh-primary); margin: 12px 0 16px; }
.gh-popup-text { font-size: 14px; color: var(--gh-gray-500); line-height: 1.6; margin-bottom: 20px; }
.gh-popup-code { display: inline-block; font-family: var(--gh-font); font-size: 20px; font-weight: 700; letter-spacing: 0.15em; color: var(--gh-accent); background: var(--gh-accent-light); padding: 12px 28px; border-radius: var(--gh-radius); border: 1.5px dashed var(--gh-accent); margin-bottom: 8px; }
.gh-popup-subtext { font-size: 11px; color: var(--gh-gray-400); margin-bottom: 24px; }
.gh-popup-cta { display: block; width: 100%; padding: 14px; font-family: var(--gh-font); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; background: var(--gh-primary); color: var(--gh-white); border: none; border-radius: var(--gh-radius); cursor: pointer; transition: background 0.3s ease; text-align: center; text-decoration: none; margin-bottom: 12px; }
.gh-popup-cta:hover { background: var(--gh-accent); color: var(--gh-white); }
.gh-popup-dismiss { display: block; width: 100%; padding: 8px; font-family: var(--gh-font); font-size: 12px; color: var(--gh-gray-400); background: none; border: none; cursor: pointer; transition: color 0.3s ease; }
.gh-popup-dismiss:hover { color: var(--gh-primary); }
@media (max-width: 480px) { .gh-popup { padding: 36px 24px; } .gh-popup-heading { font-size: 24px; } }

/* ---- Scroll Animations ---- */
@media (prefers-reduced-motion: no-preference) {
    .showcase-row,
    .popular-cat-card,
    .blog-card,
    .usp-item,
    .therapy-highlight-row,
    .care-banner-row,
    .gh-philosophy {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .showcase-row.is-visible,
    .popular-cat-card.is-visible,
    .blog-card.is-visible,
    .usp-item.is-visible,
    .therapy-highlight-row.is-visible,
    .care-banner-row.is-visible,
    .gh-philosophy.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---- Global WC Button Override ---- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--gh-primary) !important;
    color: var(--gh-white) !important;
    font-family: var(--gh-font) !important;
    border-radius: var(--gh-radius) !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    border: none !important;
    box-shadow: none !important;
    transition: background-color 0.3s ease !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
    background-color: var(--gh-accent) !important;
    color: var(--gh-white) !important;
}

/* ---- Floating Wishlist FAB ---- */
@keyframes gh-wish-fab-entrance {
    0% { transform: scale(0) rotate(-15deg); opacity: 0; }
    50% { transform: scale(1.15) rotate(5deg); opacity: 1; }
    70% { transform: scale(0.95) rotate(-2deg); }
    100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

@keyframes gh-wish-fab-pulse {
    0% { box-shadow: 0 4px 16px rgba(229, 62, 62, 0.15); }
    50% { box-shadow: 0 4px 16px rgba(229, 62, 62, 0.15), 0 0 0 8px rgba(229, 62, 62, 0.08); }
    100% { box-shadow: 0 4px 16px rgba(229, 62, 62, 0.15); }
}

.gh-wish-fab {
    position: fixed;
    right: 16px;
    left: auto;
    bottom: 156px;
    z-index: 9988;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gh-white);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 16px rgba(229, 62, 62, 0.15);
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
    transition: bottom 0.3s ease, box-shadow 0.2s ease;
}

.gh-wish-fab.is-visible {
    opacity: 1;
    pointer-events: all;
    animation: gh-wish-fab-entrance 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
               gh-wish-fab-pulse 2s ease-in-out 1s 3;
}

.gh-wish-fab:hover {
    box-shadow: 0 6px 24px rgba(229, 62, 62, 0.3);
    transform: scale(1.1);
}

.gh-wish-fab:active {
    transform: scale(0.95);
}

.gh-wish-fab-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #e53e3e;
    color: var(--gh-white);
    font-family: var(--gh-font);
    font-size: 10px;
    font-weight: 700;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    line-height: 1;
    border: 2px solid var(--gh-white);
}

.gh-wish-fab-badge.has-count {
    display: flex;
}

/* Single product: move above bottom bar */
.single-product .gh-wish-fab {
    bottom: 100px;
}

/* When bottom bar is visible, push FAB higher */
.single-product .gh-product-bar.is-visible ~ .gh-wish-fab,
.single-product .gh-wish-fab {
    bottom: 100px;
}

@media (max-width: 1024px) {
    .gh-wish-fab {
        right: 16px;
        left: auto;
        bottom: 152px;
        width: 52px;
        height: 52px;
        font-size: 18px;
    }
    .single-product .gh-wish-fab {
        bottom: 110px;
    }
}

@media (max-width: 480px) {
    .gh-wish-fab {
        right: 16px;
        left: auto;
        bottom: 148px;
        width: 52px;
        height: 52px;
        font-size: 18px;
    }
    .single-product .gh-wish-fab {
        bottom: 110px;
    }
}

/* =============================================
   HOMEPAGE EDITORIAL - Phase 3
   ============================================= */

/* ---- Social Proof Bar ---- */
.gh-social-proof {
    background: #fff;
    border-top: 1px solid var(--gh-border, #e5e5e5);
    border-bottom: 1px solid var(--gh-border, #e5e5e5);
    padding: 14px 0;
}
.gh-social-proof-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.gh-proof-stars {
    display: flex;
    gap: 2px;
}
.gh-proof-stars i {
    font-size: 16px;
    color: #f59e0b;
}
.gh-proof-rating {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--gh-primary, #1a1a1a);
}
.gh-proof-sep {
    width: 1px;
    height: 24px;
    background: var(--gh-border, #e5e5e5);
    flex-shrink: 0;
}
.gh-proof-count {
    font-weight: 600;
    color: var(--gh-primary, #1a1a1a);
}
.gh-proof-text {
    font-size: 13px;
    color: #6b7280;
}

@media (max-width: 480px) {
    .gh-social-proof-inner {
        gap: 10px;
        flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    }
    .gh-proof-sep {
        display: none;
    }
}

/* ---- Curated Collections ---- */
.gh-curated {
    padding: 48px 0;
    overflow: hidden;
}
.gh-curated .micro-label,
.gh-curated .section-title {
    text-align: center;
}
.gh-curated-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.gh-curated-scroll::-webkit-scrollbar {
    display: none;
}
.gh-curated-card {
    flex-shrink: 0;
    width: 320px;
    scroll-snap-align: start;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/5;
    position: relative;
    text-decoration: none;
    color: #fff;
    display: block;
}
.gh-curated-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.gh-curated-card:hover .gh-curated-card-img {
    transform: scale(1.05);
}
.gh-curated-card-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    pointer-events: none;
}
.gh-curated-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    z-index: 1;
}
.gh-curated-card-subtitle {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 6px;
}
.gh-curated-card-title {
    font-family: var(--gh-font-heading, 'Noto Serif Display', serif);
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .gh-curated-card {
        width: 300px;
    }
}

/* ---- Staff Pick / Product of the Month ---- */
.gh-staff-pick {
    background: #f9fafb;
    padding: 60px 0;
}
.gh-staff-pick-inner {
    display: flex;
    gap: 48px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}
.gh-staff-pick-image {
    flex: 0 0 50%;
    aspect-ratio: 3/4;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f4f6;
}
.gh-staff-pick-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gh-staff-pick-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gh-staff-pick-name {
    font-family: var(--gh-font-heading, 'Noto Serif Display', serif);
    font-size: 1.5rem;
    font-weight: 400;
    margin: 8px 0 12px;
    color: var(--gh-primary, #1a1a1a);
}
.gh-staff-pick-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--gh-accent, #C4956A);
    margin-bottom: 8px;
}
.gh-staff-pick-price del {
    color: #9ca3af;
    font-weight: 400;
    font-size: 1rem;
}
.gh-staff-pick-price ins {
    text-decoration: none;
}
.gh-staff-pick-quote {
    font-style: italic;
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    border-left: 3px solid var(--gh-accent, #C4956A);
    padding-left: 20px;
    margin: 20px 0;
}
.gh-staff-pick-quote p {
    margin: 0;
}
.gh-staff-pick-author {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gh-primary, #1a1a1a);
    margin-bottom: 24px;
}
.gh-staff-pick-cta {
    display: inline-block;
    background: var(--gh-primary, #1a1a1a);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: opacity 0.2s;
    align-self: flex-start;
}
.gh-staff-pick-cta:hover {
    opacity: 0.85;
    color: #fff;
}

@media (max-width: 768px) {
    .gh-staff-pick-inner {
        flex-direction: column;
        gap: 24px;
    }
    .gh-staff-pick-image {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .gh-staff-pick-content {
        text-align: center;
        align-items: center;
    }
    .gh-staff-pick-cta {
        align-self: center;
    }
}

/* ---- Before / After Slider ---- */
.gh-before-after {
    padding: 48px 0;
}
.gh-before-after .micro-label,
.gh-before-after .section-title {
    text-align: center;
}
.gh-ba-container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    aspect-ratio: 3/4;
    border-radius: 12px;
    overflow: hidden;
    cursor: col-resize;
    user-select: none;
    -webkit-user-select: none;
}
.gh-ba-before,
.gh-ba-after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gh-ba-after {
    clip-path: inset(0 0 0 50%);
}
.gh-ba-divider {
    position: absolute;
    width: 3px;
    height: 100%;
    background: #fff;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
}
.gh-ba-handle {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: col-resize;
}
.gh-ba-handle i {
    color: var(--gh-accent, #C4956A);
    font-size: 16px;
}
.gh-ba-caption {
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    margin-top: 12px;
}

/* ---- Wishlist FAB: Red Heart color ---- */
.gh-wish-fab i { color: #e53e3e; }

/* ---- Wishlist Drawer ---- */
.gh-wish-drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(4px);
    z-index: 9992;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gh-wish-drawer-overlay.is-visible {
    opacity: 1;
}

.gh-wish-drawer {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    max-width: 100vw;
    height: 100vh;
    background: var(--gh-white);
    z-index: 9993;
    display: flex;
    flex-direction: column;
    box-shadow: -8px 0 32px rgba(0,0,0,0.12);
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.gh-wish-drawer.is-open {
    right: 0;
}

.gh-wish-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid var(--gh-border);
    flex-shrink: 0;
}

.gh-wish-drawer-header h3 {
    font-family: var(--gh-font);
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.gh-wish-drawer-header h3 i {
    color: #e53e3e;
    font-size: 16px;
}

.gh-wish-drawer-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 11px;
    background: var(--gh-gray-100);
    font-size: 11px;
    font-weight: 700;
    color: var(--gh-gray-600);
}

.gh-wish-drawer-close {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid var(--gh-border);
    border-radius: 50%;
    cursor: pointer;
    color: var(--gh-gray-500);
    font-size: 16px;
    transition: all 0.2s ease;
}

.gh-wish-drawer-close:hover {
    border-color: var(--gh-accent);
    color: var(--gh-accent);
}

.gh-wish-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gh-wish-drawer-body .gh-wl-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    background: var(--gh-off-white);
    border-radius: var(--gh-radius);
    position: relative;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gh-wish-drawer-body .gh-wl-image {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: var(--gh-radius);
    overflow: hidden;
    background: var(--gh-white);
}

.gh-wish-drawer-body .gh-wl-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.gh-wish-drawer-body .gh-wl-card-link {
    flex: 1;
    min-width: 0;
    text-decoration: none;
    color: inherit;
}

.gh-wish-drawer-body .gh-wl-brand {
    display: block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gh-gray-500);
    margin-bottom: 2px;
}

.gh-wish-drawer-body .gh-wl-title {
    font-size: 13px;
    font-weight: 500;
    color: var(--gh-primary);
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gh-wish-drawer-body .gh-wl-price {
    font-size: 13px;
    font-weight: 600;
    color: var(--gh-primary);
}

.gh-wish-drawer-body .gh-wl-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gh-white);
    border: 1px solid var(--gh-border);
    border-radius: 50%;
    cursor: pointer;
    font-size: 10px;
    color: var(--gh-gray-400);
    transition: all 0.2s ease;
}

.gh-wish-drawer-body .gh-wl-remove:hover {
    color: #e53e3e;
    border-color: #e53e3e;
}

.gh-wish-drawer-body .gh-wl-add-to-cart {
    display: none;
}

.gh-wish-drawer-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 0;
    gap: 12px;
    color: var(--gh-gray-400);
    font-size: 14px;
}

.gh-wish-drawer-loading i {
    font-size: 24px;
    color: var(--gh-accent);
}

.gh-wish-drawer-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--gh-gray-400);
}

.gh-wish-drawer-empty i {
    font-size: 36px;
    display: block;
    margin-bottom: 12px;
    color: var(--gh-gray-300);
}

.gh-wish-drawer-empty h4 {
    font-family: var(--gh-font-heading);
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 6px;
    color: var(--gh-primary);
}

.gh-wish-drawer-empty p {
    font-size: 13px;
    margin: 0;
    color: var(--gh-gray-500);
}

/* Just-added highlight effect */
@keyframes gh-wl-highlight {
    0% { background: rgba(229, 62, 62, 0.08); border-color: rgba(229, 62, 62, 0.3); }
    100% { background: var(--gh-off-white); border-color: transparent; }
}

.gh-wish-drawer-body .gh-wl-card.gh-wl-just-added {
    border: 1px solid rgba(229, 62, 62, 0.3);
    animation: gh-wl-highlight 3s ease forwards;
}

/* Add to cart button in drawer */
.gh-wish-drawer-body .gh-wl-add-to-cart {
    display: block;
    margin-top: 8px;
    padding: 8px 12px;
    font-family: var(--gh-font);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: var(--gh-primary);
    color: var(--gh-white);
    border-radius: var(--gh-radius);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease;
    border: none;
}

.gh-wish-drawer-body .gh-wl-add-to-cart:hover {
    background: var(--gh-accent);
}

.gh-wish-drawer-body .gh-wl-add-to-cart.gh-wl-atc-loading {
    opacity: 0.6;
    pointer-events: none;
}

.gh-wish-drawer-body .gh-wl-add-to-cart.gh-wl-atc-done {
    background: #059669;
    color: var(--gh-white);
}

/* Already in cart state */
.gh-wish-drawer-body .gh-wl-in-cart,
.gh-wishlist-grid .gh-wl-in-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
    padding: 8px 12px;
    font-family: var(--gh-font);
    font-size: 11px;
    font-weight: 500;
    color: #059669;
    background: rgba(5, 150, 105, 0.06);
    border: 1px solid rgba(5, 150, 105, 0.15);
    border-radius: var(--gh-radius);
    text-align: center;
}

.gh-wishlist-grid .gh-wl-in-cart {
    margin: 4px 14px 14px;
}

.gh-wish-drawer-footer {
    padding: 16px 20px;
    border-top: 1px solid var(--gh-border);
    flex-shrink: 0;
}

.gh-wish-drawer-viewall {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    font-family: var(--gh-font);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: var(--gh-primary);
    color: var(--gh-white);
    border-radius: var(--gh-radius);
    text-decoration: none;
    transition: background 0.2s ease;
}

.gh-wish-drawer-viewall:hover {
    background: var(--gh-accent);
    color: var(--gh-white);
}

@media (max-width: 480px) {
    .gh-wish-drawer {
        width: 100%;
        right: 0;
        top: auto;
        bottom: 0;
        height: 75vh;
        max-height: 75vh;
        border-radius: 16px 16px 0 0;
        transform: translateY(100%);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .gh-wish-drawer.is-open {
        transform: translateY(0);
    }
}

/* ---- Floating Search FAB + Modal (mobile) ---- */
@keyframes gh-search-fab-entrance {
    0% { transform: scale(0) rotate(-10deg); opacity: 0; }
    60% { transform: scale(1.15) rotate(3deg); opacity: 1; }
    100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

@keyframes gh-search-fab-glow {
    0%, 100% { box-shadow: 0 4px 20px rgba(196,149,106,0.25); }
    50% { box-shadow: 0 4px 20px rgba(196,149,106,0.25), 0 0 0 8px rgba(196,149,106,0.08); }
}

.gh-search-fab {
    display: none;
    position: fixed;
    right: 16px;
    left: auto;
    bottom: 90px;
    z-index: 9987;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--gh-accent);
    color: var(--gh-white);
    border: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 20px rgba(196,149,106,0.25);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: gh-search-fab-entrance 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
               gh-search-fab-glow 3s ease-in-out 1s infinite;
}

.gh-search-fab:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 28px rgba(196,149,106,0.4);
}

.gh-search-fab:active { transform: scale(0.93); }

/* Hide search toggle from header on mobile, show FAB */
@media (max-width: 1024px) {
    .header-search-desktop { display: none !important; }
    .gh-search-fab { display: flex; }
}

@media (max-width: 480px) {
    .gh-search-fab { right: 16px; left: auto; bottom: 86px; width: 52px; height: 52px; font-size: 19px; }
    .cart-floating-btn { right: 16px; bottom: 34px; width: 52px; height: 52px; font-size: 20px; }
}

/* Search Modal Overlay */
.gh-search-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gh-search-modal-overlay.is-visible { opacity: 1; }

/* Search Modal */
.gh-search-modal {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 10001;
    background: var(--gh-white);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 80vh;
    overflow: hidden;
}

.gh-search-modal.is-open { top: 0; }

.gh-search-modal-inner {
    padding: 0;
}

.gh-search-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 0;
}

.gh-search-modal-title {
    font-family: var(--gh-font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gh-primary);
}

.gh-search-modal-close {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid var(--gh-border);
    border-radius: 50%;
    cursor: pointer;
    color: var(--gh-gray-500);
    font-size: 16px;
    transition: all 0.2s ease;
}

.gh-search-modal-close:hover { border-color: var(--gh-accent); color: var(--gh-accent); }

.gh-search-modal-input-wrap {
    position: relative;
    padding: 16px 20px;
}

.gh-search-modal-input-wrap > i {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--gh-gray-400);
    z-index: 1;
    pointer-events: none;
}

/* FiboSearch inside modal */
.gh-search-modal .dgwt-wcas-search-wrapp {
    width: 100% !important;
}

.gh-search-modal .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"],
.gh-search-modal-field {
    width: 100%;
    padding: 14px 16px 14px 44px;
    font-family: var(--gh-font);
    font-size: 16px;
    border: 1px solid var(--gh-border);
    border-radius: 12px;
    background: var(--gh-gray-100);
    color: var(--gh-primary);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
}

.gh-search-modal .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"]:focus,
.gh-search-modal-field:focus {
    border-color: var(--gh-accent);
    box-shadow: 0 0 0 3px rgba(196, 149, 106, 0.1);
    background: var(--gh-white);
}

.gh-search-modal-hints {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items: center;
    gap: 8px;
    padding: 0 20px 20px;
}

.gh-search-hint-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gh-gray-500);
}

.gh-search-hint {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    color: var(--gh-gray-600);
    background: var(--gh-gray-100);
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.gh-search-hint:hover {
    background: var(--gh-accent-light, rgba(196,149,106,0.1));
    color: var(--gh-accent);
}

.gh-search-modal-recent {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    align-items: center;
    gap: 8px;
    padding: 0 20px 20px;
}

.gh-search-recent-items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 6px;
}

/* Desktop: hide FAB only, modal works if triggered */
@media (min-width: 1025px) {
    .gh-search-fab { display: none !important; }
    .gh-wish-fab, #wishlistFab { display: none !important; }
}

/* Fix hero prev arrow — flip SVG */
.hero-slider .splide__arrow--prev svg {
    transform: scaleX(-1);
}

/* Mobile: always show hero arrows (no hover on touch) */
@media (max-width: 768px) {
    .hero-slider .splide__arrow {
        opacity: 0.8 !important;
        width: 36px;
        height: 36px;
    }
    .hero-slider .splide__arrow--prev { left: 8px; }
    .hero-slider .splide__arrow--next { right: 8px; }
    .hero-slider .splide__arrow svg { width: 14px; height: 14px; }
}

/* Hero: minimum height on mobile so slides are not cramped */
@media (max-width: 768px) {
    .hero-slider .splide__slide img {
        min-height: 220px;
        object-fit: cover;
        object-position: center;
    }
}

/* Hero pagination: compact on mobile */
@media (max-width: 768px) {
    .hero-slider .splide__pagination {
        bottom: 8px;
        gap: 4px;
    }
    .hero-slider .splide__pagination__page {
        width: 6px;
        height: 6px;
    }
}

/* Mobile menu: hide brand logos, clean text list */
#mobile-nav .menu-brand-logo,
.mobile-nav-menu .menu-brand-logo {
    display: none !important;
}
.mobile-nav-menu .sub-menu li {
    border-bottom: 1px solid var(--gh-gray-100);
}
.mobile-nav-menu .sub-menu li:last-child {
    border-bottom: none;
}

/* Search modal — clean FiboSearch double border */
.gh-search-modal .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.gh-search-modal .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit {
    display: none !important;
}

/* Search hints: ensure items dont shrink */
.gh-search-hint-label { flex-shrink: 0; white-space: nowrap; }
.gh-search-hint { flex-shrink: 0; white-space: nowrap; }
.gh-search-modal-hints::-webkit-scrollbar { display: none; }

/* 404 Page — Enhanced */
.gh-404-page { padding: 80px 0; }
.gh-404-content { text-align: center; max-width: 500px; margin: 0 auto 60px; }
.gh-404-number { font-family: var(--gh-font-heading); font-size: clamp(80px, 15vw, 120px); font-weight: 300; color: var(--gh-gray-200); line-height: 1; display: block; margin-bottom: 16px; }
.gh-404-content h1 { font-family: var(--gh-font-heading); font-size: 28px; margin-bottom: 8px; }
.gh-404-content p { color: var(--gh-gray-500); font-size: 15px; margin-bottom: 24px; }
.gh-404-search { margin: 24px 0; }
.gh-404-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: var(--gh-accent); color: var(--gh-white); border-radius: 10px; font-weight: 600; font-size: 14px; text-decoration: none; }
.gh-404-btn:hover { background: var(--gh-accent-hover, #a87d56); color: var(--gh-white); }
.gh-404-products h2 { text-align: center; font-family: var(--gh-font-heading); font-size: 20px; margin-bottom: 24px; }

/* Blog Single Post */
.single-post .entry-header { max-width: 720px; margin: 0 auto 32px; text-align: center; padding: 40px 20px 0; }
.single-post .entry-meta { font-family: var(--gh-font); font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gh-gray-400); margin-bottom: 12px; display: flex; justify-content: center; gap: 16px; }
.single-post .entry-meta a { color: var(--gh-accent); text-decoration: none; }
.single-post .entry-title { font-family: var(--gh-font-heading); font-size: clamp(28px, 5vw, 40px); font-weight: 400; color: var(--gh-primary); line-height: 1.2; margin: 0 0 16px; }
.single-post .entry-thumbnail { max-width: 900px; margin: 0 auto 40px; border-radius: 12px; overflow: hidden; }
.single-post .entry-thumbnail img { width: 100%; height: auto; display: block; }
.single-post .entry-content { max-width: 720px; margin: 0 auto; padding: 0 20px; font-family: var(--gh-font); font-size: 16px; line-height: 1.8; color: var(--gh-gray-600); }
.single-post .entry-content h2 { font-family: var(--gh-font-heading); font-size: 24px; color: var(--gh-primary); margin: 40px 0 16px; }
.single-post .entry-content h3 { font-family: var(--gh-font); font-size: 18px; font-weight: 600; color: var(--gh-primary); margin: 32px 0 12px; }
.single-post .entry-content p { margin: 0 0 20px; }
.single-post .entry-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; }
.single-post .entry-content a { color: var(--gh-accent); text-decoration: underline; }
.single-post .entry-content ul, .single-post .entry-content ol { padding-left: 24px; margin: 16px 0; }
.single-post .entry-content li { margin-bottom: 8px; }
.single-post .entry-content blockquote { border-left: 3px solid var(--gh-accent); margin: 24px 0; padding: 16px 24px; background: rgba(196,149,106,0.04); border-radius: 0 8px 8px 0; font-style: italic; color: var(--gh-gray-500); }
@media (max-width: 768px) {
    .single-post .entry-header { padding: 24px 16px 0; }
    .single-post .entry-content { padding: 0 16px; font-size: 15px; }
}

/* === DISCOUNT RULES PRO BAR NOTICES – PREMIUM BEAUTY V6 === */
.awdr_discount_bar,
.awdr_discount_bar_awdr_row_0,
.awdr_discount_bar_awdr_row_1,
.awdr_discount_bar_content {
    background: linear-gradient(135deg, #000000 0%, #111111 100%) !important;
    color: #fff !important;
    border: none !important;
    padding: 2px 4px !important;
    margin: 1px 0 !important;
    border-radius: 16px !important;
    font-size: 19px !important;
    line-height: 1.6 !important;
    font-weight: 300 !important;
    text-align: center !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25), 0 0 20px rgba(255,107,0,0.15) !important;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.awdr_discount_bar:hover,
.awdr_discount_bar_awdr_row_0:hover,
.awdr_discount_bar_awdr_row_1:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.3), 0 0 30px rgba(255,107,0,0.25) !important;
}
.awdr_discount_bar::before,
.awdr_discount_bar_awdr_row_0::before,
.awdr_discount_bar_awdr_row_1::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 16px;
    background: linear-gradient(45deg, transparent 30%, rgba(255,107,0,0.08) 50%, transparent 70%);
    pointer-events: none;
    animation: subtleShine 6s infinite linear;
    z-index: 1;
}
@keyframes subtleShine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
.awdr_discount_bar strong {
    color: #ff6b00 !important;
    font-weight: 800 !important;
    font-size: 1.1em;
    text-shadow: 0 0 8px rgba(255,107,0,0.4);
}
@media (max-width: 768px) {
    .awdr_discount_bar,
    .awdr_discount_bar_awdr_row_0,
    .awdr_discount_bar_awdr_row_1 {
        padding: 16px 20px !important;
        font-size: 05.5px !important;
        margin: 14px 0 !important;
        border-radius: 14px !important;
    }
}

/* === Moroccanoil takedown 2026-04-01 === */
a[href*="moroccan-oil"],
.wd-brands-element a[href*="moroccan-oil"],
.brand-item a[href*="moroccan-oil"] { display: none !important; }
