/* Shopping Ghor — Storefront Next 2026
   Full layout rebuild for master, homepage and product details.
   Loaded after the legacy theme so this file intentionally normalizes old rules. */

:root {
    --nx-primary: var(--theme, #6d28d9);
    --nx-primary-dark: var(--theme-dark, #4c1d95);
    --nx-primary-deep: var(--theme-deeper, #35106f);
    --nx-primary-soft: var(--theme-soft, #f3efff);
    --nx-primary-line: var(--theme-border, #e8e1ff);
    --nx-ink: #111827;
    --nx-ink-2: #273248;
    --nx-muted: #667085;
    --nx-muted-2: #98a2b3;
    --nx-bg: #f5f6fa;
    --nx-surface: #ffffff;
    --nx-line: #e7e9f0;
    --nx-line-soft: #eef0f4;
    --nx-green: #12a05c;
    --nx-red: #e5484d;
    --nx-gold: #f59e0b;
    --nx-radius-xl: 30px;
    --nx-radius-lg: 22px;
    --nx-radius-md: 16px;
    --nx-radius-sm: 12px;
    --nx-shadow-sm: 0 8px 24px rgba(16, 24, 40, .06);
    --nx-shadow-md: 0 18px 45px rgba(16, 24, 40, .09);
    --nx-shadow-lg: 0 28px 70px rgba(16, 24, 40, .12);
    --nx-ease: cubic-bezier(.2, .8, .2, 1);
}

html { scroll-behavior: smooth; background: var(--nx-bg) !important; }
body.sg26-body,
body { background: var(--nx-bg) !important; color: var(--nx-ink) !important; }
body * { box-sizing: border-box; }
a { text-decoration: none; }
img { max-width: 100%; }

.nx-container {
    width: min(calc(100% - 48px), 1480px) !important;
    max-width: 1480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sg26-content { min-height: 52vh; background: var(--nx-bg) !important; }
.nx-sr-only {
    position: absolute !important; width: 1px !important; height: 1px !important;
    padding: 0 !important; margin: -1px !important; overflow: hidden !important;
    clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important;
}

/* ========================================================================== */
/* MASTER HEADER                                                               */
/* ========================================================================== */

header#navbar_top.nx-header {
    position: relative !important;
    z-index: 900 !important;
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
}

.nx-topbar {
    background: #111827 !important;
    color: rgba(255,255,255,.82) !important;
    height: 36px;
    display: flex;
    align-items: center;
}
.nx-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 100%; }
.nx-topbar-points,
.nx-topbar-links { display: flex; align-items: center; gap: 22px; min-width: 0; }
.nx-topbar-points span,
.nx-topbar-links a {
    display: inline-flex; align-items: center; gap: 7px;
    color: rgba(255,255,255,.76) !important;
    font-size: 11.5px !important; line-height: 1; font-weight: 600 !important;
    white-space: nowrap;
}
.nx-topbar i { color: #c8b6ff; font-size: 11px; }
.nx-topbar-links a:hover { color: #fff !important; }

header#navbar_top .nx-main-header,
header#navbar_top .nx-main-header .container,
header#navbar_top .nx-main-header .nx-header-grid {
    background: #fff !important;
}
header#navbar_top .nx-main-header {
    padding: 15px 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}
.nx-header-grid {
    display: grid !important;
    grid-template-columns: 150px minmax(360px, 1fr) auto !important;
    align-items: center !important;
    gap: 30px !important;
    min-height: 72px;
}

header#navbar_top .nx-brand,
header#navbar_top .nx-brand a {
    display: flex !important; align-items: center !important; justify-content: flex-start !important;
    width: auto !important; min-width: 0 !important; height: auto !important; margin: 0 !important; padding: 0 !important;
}
header#navbar_top .nx-brand img {
    display: block !important;
    width: 128px !important;
    max-width: 128px !important;
    height: 62px !important;
    max-height: 62px !important;
    object-fit: contain !important;
    margin: 0 !important;
}

header#navbar_top .nx-search {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}
header#navbar_top .nx-search form {
    height: 54px !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0,1fr) 110px !important;
    align-items: center !important;
    overflow: hidden !important;
    border: 1px solid #dfe3eb !important;
    border-radius: 16px !important;
    background: #f9fafb !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.8) !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
header#navbar_top .nx-search form:focus-within {
    border-color: color-mix(in srgb, var(--nx-primary) 62%, #fff) !important;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--nx-primary) 10%, transparent) !important;
    background: #fff !important;
}
.nx-search-icon { display: inline-flex; align-items: center; justify-content: center; color: #98a2b3; font-size: 17px; }
header#navbar_top .nx-search input {
    min-width: 0 !important; width: 100% !important; height: 52px !important;
    border: 0 !important; outline: 0 !important; box-shadow: none !important;
    background: transparent !important; color: #101828 !important;
    padding: 0 14px 0 0 !important; font-size: 14px !important; font-weight: 500 !important;
}
header#navbar_top .nx-search input::placeholder { color: #98a2b3 !important; }
header#navbar_top .nx-search button {
    height: 44px !important; min-width: 96px !important; margin-right: 5px !important;
    padding: 0 16px !important; border: 0 !important; border-radius: 12px !important;
    display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important;
    background: linear-gradient(135deg, var(--nx-primary), var(--nx-primary-dark)) !important;
    color: #fff !important; font-size: 13px !important; font-weight: 800 !important;
    box-shadow: 0 8px 20px color-mix(in srgb, var(--nx-primary) 22%, transparent) !important;
}
header#navbar_top .nx-search button:hover { transform: translateY(-1px); filter: brightness(1.03); }
header#navbar_top .nx-search .search_result {
    top: calc(100% + 8px) !important; left: 0 !important; right: 0 !important; width: 100% !important;
    border: 1px solid var(--nx-line) !important; border-radius: 18px !important; overflow: hidden !important;
    box-shadow: var(--nx-shadow-lg) !important;
}

header#navbar_top .nx-header-actions { width: auto !important; margin: 0 !important; }
header#navbar_top .nx-header-actions > ul {
    display: flex !important; align-items: center !important; gap: 9px !important;
    list-style: none !important; margin: 0 !important; padding: 0 !important;
}
header#navbar_top .nx-header-actions > ul > li { margin: 0 !important; padding: 0 !important; position: relative; }
.nx-action-pill {
    min-height: 52px !important; min-width: 104px !important;
    display: flex !important; align-items: center !important; gap: 9px !important;
    padding: 7px 9px !important; border: 1px solid transparent !important; border-radius: 14px !important;
    color: #344054 !important; background: transparent !important; white-space: nowrap !important;
    transition: .2s var(--nx-ease) !important;
}
.nx-action-pill:hover { background: #f8f9fb !important; border-color: var(--nx-line) !important; }
.nx-action-icon {
    position: relative; width: 38px; height: 38px; flex: 0 0 38px;
    border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
    background: var(--nx-primary-soft); color: var(--nx-primary); font-size: 16px;
}
.nx-action-pill > span:last-child { min-width: 0; display: block; line-height: 1.15; }
.nx-action-pill small { display: block !important; color: #98a2b3 !important; font-size: 9.5px !important; line-height: 1.2 !important; margin-bottom: 2px; }
.nx-action-pill strong { display: block !important; color: #344054 !important; font-size: 11.5px !important; line-height: 1.2 !important; font-weight: 800 !important; }
.nx-cart-pill .nx-action-icon { background: #111827; color: #fff; }
.nx-cart-pill .nx-action-icon b {
    position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; padding: 0 5px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 2px solid #fff; border-radius: 999px; background: var(--nx-primary); color: #fff;
    font-size: 9px; line-height: 1; font-weight: 800;
}

header#navbar_top .nx-cart-dialog .cshort-summary {
    display: none; position: absolute !important; top: calc(100% + 10px) !important; right: 0 !important;
    width: 360px !important; padding: 16px !important; border-radius: 18px !important;
    background: #fff !important; border: 1px solid var(--nx-line) !important; box-shadow: var(--nx-shadow-lg) !important;
    z-index: 999 !important;
}
header#navbar_top .nx-cart-dialog:hover .cshort-summary { display: block !important; }
.nx-mini-cart-item { display: grid; grid-template-columns: 48px minmax(0,1fr) 30px; gap: 10px; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--nx-line-soft); }
.nx-mini-cart-item img { width: 48px; height: 48px; object-fit: contain; border-radius: 10px; border: 1px solid var(--nx-line); background: #f9fafb; }
.nx-mini-cart-item div { min-width: 0; }
.nx-mini-cart-item strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #344054; font-size: 12px; }
.nx-mini-cart-item small { display: block; margin-top: 4px; color: var(--nx-primary); font-size: 11px; font-weight: 800; }
.nx-mini-cart-item button { width: 28px; height: 28px; border: 0; border-radius: 9px; background: #fff1f2; color: #e11d48; }
.nx-mini-cart-empty { min-height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #98a2b3; font-size: 12px; }
.nx-mini-cart-empty i { font-size: 25px; color: #cbd5e1; }
.nx-mini-total { display: flex; justify-content: space-between; align-items: center; padding: 14px 0 10px; color: #344054; font-size: 13px; }
.nx-mini-total strong { color: var(--nx-primary); font-size: 16px; }
.nx-mini-checkout { display: flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; min-height: 44px; border-radius: 12px !important; background: #111827 !important; color: #fff !important; font-size: 13px !important; font-weight: 800 !important; }

header#navbar_top .nx-nav-shell {
    height: 50px !important; padding: 0 !important; margin: 0 !important;
    border-top: 1px solid #f0f1f4 !important; border-bottom: 1px solid #e8eaf0 !important;
    background: #fff !important; box-shadow: 0 4px 10px rgba(16,24,40,.025) !important;
}
.nx-nav-row { display: grid; grid-template-columns: 182px minmax(0,1fr) auto; align-items: center; gap: 16px; height: 50px; }
.nx-all-categories {
    height: 38px; padding: 0 15px; border: 0; border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    background: #111827; color: #fff; font-size: 12.5px; font-weight: 800; cursor: pointer;
}
.nx-all-categories i:last-child { font-size: 9px; opacity: .7; }
header#navbar_top .nx-category-nav { width: 100% !important; height: 50px !important; overflow: visible !important; }
header#navbar_top .nx-category-nav > ul {
    display: flex !important; align-items: center !important; justify-content: flex-start !important;
    gap: 2px !important; height: 50px !important; list-style: none !important; padding: 0 !important; margin: 0 !important;
}
header#navbar_top .nx-category-nav > ul > li { height: 50px !important; display: flex !important; align-items: center !important; position: relative !important; }
header#navbar_top .nx-category-nav > ul > li > a {
    height: 36px !important; display: inline-flex !important; align-items: center !important; gap: 6px !important;
    padding: 0 11px !important; border-radius: 10px !important;
    color: #475467 !important; font-size: 12px !important; font-weight: 700 !important; white-space: nowrap !important;
}
header#navbar_top .nx-category-nav > ul > li > a:hover { background: var(--nx-primary-soft) !important; color: var(--nx-primary) !important; }
header#navbar_top .nx-category-nav .cat_down { font-size: 8px !important; opacity: .7; }
header#navbar_top .nx-category-nav .Cat_menu,
header#navbar_top .nx-category-nav .child_menu {
    border: 1px solid var(--nx-line) !important; border-radius: 14px !important; padding: 8px !important;
    box-shadow: var(--nx-shadow-lg) !important; background: #fff !important;
}
header#navbar_top .nx-category-nav .Cat_menu { top: 47px !important; min-width: 230px !important; }
header#navbar_top .nx-category-nav .child_menu { left: calc(100% + 6px) !important; top: -8px !important; min-width: 220px !important; }
header#navbar_top .nx-category-nav .Cat_menu li a,
header#navbar_top .nx-category-nav .child_menu li a { padding: 9px 11px !important; border-radius: 9px !important; color: #475467 !important; font-size: 12px !important; }
.nx-nav-offer { display: inline-flex; align-items: center; gap: 7px; color: var(--nx-primary) !important; font-size: 12px; font-weight: 800; white-space: nowrap; }
.nx-nav-offer i { width: 28px; height: 28px; border-radius: 9px; background: var(--nx-primary-soft); display: inline-flex; align-items: center; justify-content: center; }

header#navbar_top .nx-mobile-header,
header#navbar_top .nx-mobile-search { display: none !important; }

/* ========================================================================== */
/* HOMEPAGE                                                                     */
/* ========================================================================== */

.nx-home { overflow: hidden; background: var(--nx-bg); }
.nx-hero-section { padding: 22px 0 0; background: linear-gradient(180deg, #fff 0, #fff 72%, var(--nx-bg) 72%); }
.nx-hero-grid { display: grid; grid-template-columns: minmax(0, 2.16fr) minmax(290px, .84fr); gap: 18px; }
.nx-hero-main { position: relative; min-width: 0; min-height: 520px; border-radius: var(--nx-radius-xl); overflow: hidden; background: #e9ecf3; box-shadow: var(--nx-shadow-sm); }
.nx-hero-slider,
.nx-hero-slider .owl-stage-outer,
.nx-hero-slider .owl-stage,
.nx-hero-slider .owl-item,
.nx-hero-slider .nx-hero-slide,
.nx-hero-media { height: 520px !important; }
.nx-hero-slider:not(.owl-loaded) .nx-hero-slide:not(:first-child) { display: none; }
.nx-hero-media { display: block; width: 100%; }
.nx-hero-media img,
.nx-hero-slide > img { width: 100% !important; height: 520px !important; object-fit: cover !important; display: block !important; }
.nx-hero-slider .owl-nav { position: absolute; left: 22px; right: 22px; top: 50%; transform: translateY(-50%); display: flex; justify-content: space-between; pointer-events: none; }
.nx-hero-slider .owl-nav button { pointer-events: auto; width: 44px !important; height: 44px !important; border-radius: 50% !important; background: rgba(255,255,255,.88) !important; color: #111827 !important; box-shadow: 0 10px 28px rgba(0,0,0,.13) !important; backdrop-filter: blur(8px); }
.nx-hero-slider .owl-dots { position: absolute; left: 50%; bottom: 17px; transform: translateX(-50%); display: flex; gap: 5px; }
.nx-hero-slider .owl-dot span { width: 7px !important; height: 7px !important; margin: 0 !important; border-radius: 999px !important; background: rgba(255,255,255,.58) !important; transition: .2s ease; }
.nx-hero-slider .owl-dot.active span { width: 26px !important; background: #fff !important; }
.nx-hero-overlay-card {
    position: absolute; left: 24px; bottom: 24px; z-index: 4; width: min(430px, calc(100% - 48px));
    padding: 15px 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 17px;
    background: rgba(17,24,39,.70); color: #fff; backdrop-filter: blur(14px);
    box-shadow: 0 18px 45px rgba(0,0,0,.15); pointer-events: none;
}
.nx-hero-overlay-card .nx-eyebrow { display: inline-flex; align-items: center; gap: 6px; color: #d8ceff; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: 800; }
.nx-hero-overlay-card strong { display: block; margin-top: 5px; font-size: 17px; line-height: 1.35; color: #fff; }
.nx-hero-overlay-card > span:last-child { display: block; margin-top: 3px; color: rgba(255,255,255,.72); font-size: 11.5px; }

.nx-hero-side { display: grid; grid-template-rows: repeat(2, minmax(0,1fr)); gap: 18px; min-width: 0; }
.nx-side-promo { position: relative; display: block; min-height: 251px; border-radius: var(--nx-radius-lg); overflow: hidden; background: #fff; box-shadow: var(--nx-shadow-sm); }
.nx-side-promo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s var(--nx-ease); }
.nx-side-promo:hover img { transform: scale(1.035); }
.nx-side-promo-arrow { position: absolute; right: 14px; top: 14px; width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.9); color: #111827; font-size: 11px; box-shadow: 0 6px 16px rgba(0,0,0,.1); }
.nx-side-promo-copy { padding: 28px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; background: linear-gradient(135deg, var(--nx-primary-soft), #fff); border: 1px solid var(--nx-primary-line); }
.nx-side-promo-copy .nx-side-kicker { color: var(--nx-primary); text-transform: uppercase; letter-spacing: .08em; font-size: 10px; font-weight: 800; }
.nx-side-promo-copy strong { margin-top: 7px; color: #1d2939; font-size: 23px; line-height: 1.25; }
.nx-side-promo-copy a { margin-top: 14px; color: var(--nx-primary); font-size: 12px; font-weight: 800; }
.nx-side-promo-dark { background: #111827; border-color: #111827; }
.nx-side-promo-dark .nx-side-kicker { color: #c4b5fd; }
.nx-side-promo-dark strong { color: #fff; }
.nx-side-promo-dark a { color: #fff; }

.nx-service-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 18px; }
.nx-service-item { min-width: 0; min-height: 84px; display: flex; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid var(--nx-line); border-radius: 18px; background: #fff; box-shadow: 0 7px 20px rgba(16,24,40,.035); }
.nx-service-icon { width: 45px; height: 45px; flex: 0 0 45px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; background: var(--nx-primary-soft); color: var(--nx-primary); font-size: 17px; }
.nx-service-item > span:last-child { min-width: 0; }
.nx-service-item strong { display: block; color: #344054; font-size: 12.5px; line-height: 1.35; }
.nx-service-item small { display: block; color: #98a2b3; font-size: 10.5px; line-height: 1.35; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.nx-section { padding: 54px 0 0; }
.nx-section-white { background: transparent; }
.nx-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.nx-section-kicker { display: block; margin-bottom: 3px; color: var(--nx-primary); text-transform: uppercase; letter-spacing: .1em; font-size: 9.5px; font-weight: 900; }
.nx-section-head h2,
.nx-deal-title-wrap h2 { margin: 0 !important; color: #101828 !important; font-size: clamp(24px, 2.2vw, 34px) !important; line-height: 1.15 !important; font-weight: 800 !important; letter-spacing: -.02em; }
.nx-link-button { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--nx-line); border-radius: 12px; background: #fff; color: #475467 !important; font-size: 11px; font-weight: 800; transition: .2s ease; }
.nx-link-button:hover { color: var(--nx-primary) !important; border-color: var(--nx-primary-line); background: var(--nx-primary-soft); transform: translateY(-1px); }

.nx-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; }
.nx-category-card { min-width: 0; min-height: 104px; display: grid; grid-template-columns: 64px minmax(0,1fr) 28px; align-items: center; gap: 11px; padding: 13px; border: 1px solid var(--nx-line); border-radius: 19px; background: #fff; color: #344054 !important; transition: .24s var(--nx-ease); box-shadow: 0 4px 14px rgba(16,24,40,.025); }
.nx-category-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb,var(--nx-primary) 24%,#fff); box-shadow: var(--nx-shadow-sm); }
.nx-category-image { width: 64px; height: 64px; border-radius: 16px; overflow: hidden; background: #f8f9fb; display: flex; align-items: center; justify-content: center; }
.nx-category-image img { width: 100%; height: 100%; object-fit: contain; padding: 5px; transition: transform .3s var(--nx-ease); }
.nx-category-card:hover .nx-category-image img { transform: scale(1.08); }
.nx-category-copy { min-width: 0; }
.nx-category-copy strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #344054; font-size: 12px; line-height: 1.3; }
.nx-category-copy small { display: block; margin-top: 3px; color: #98a2b3; font-size: 9.5px; }
.nx-category-go { width: 28px; height: 28px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; color: #98a2b3; background: #f8f9fb; font-size: 9px; }
.nx-category-card:hover .nx-category-go { background: var(--nx-primary); color: #fff; }

.nx-deal-section { padding-top: 54px; }
.nx-deal-banner { min-height: 92px; display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 22px; padding: 17px 20px; margin-bottom: 18px; border-radius: 22px; background: #111827; color: #fff; overflow: hidden; position: relative; }
.nx-deal-banner::after { content: ''; position: absolute; width: 260px; height: 260px; right: 28%; top: -170px; border-radius: 50%; background: color-mix(in srgb, var(--nx-primary) 28%, transparent); filter: blur(2px); }
.nx-deal-title-wrap { position: relative; z-index: 2; display: flex; align-items: center; gap: 13px; }
.nx-deal-title-wrap .nx-section-kicker { color: #c4b5fd; }
.nx-deal-title-wrap h2 { color: #fff !important; font-size: 26px !important; }
.nx-deal-icon { width: 48px; height: 48px; flex: 0 0 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 15px; background: linear-gradient(135deg, var(--nx-primary), #9c6cff); color: #fff; box-shadow: 0 10px 25px rgba(109,40,217,.28); }
.nx-countdown { position: relative; z-index: 2; display: flex; align-items: center; gap: 5px; }
.nx-countdown > span { width: 52px; height: 54px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.08); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.nx-countdown b { color: #fff; font-size: 17px; line-height: 1; font-weight: 800; }
.nx-countdown small { margin-top: 4px; color: rgba(255,255,255,.6); font-size: 8px; line-height: 1; }
.nx-countdown em { color: rgba(255,255,255,.55); font-style: normal; font-weight: 900; }
.nx-deal-all { position: relative; z-index: 2; min-height: 42px; padding: 0 15px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #fff; color: #111827 !important; font-size: 11px; font-weight: 900; }

.nx-product-grid { display: grid; gap: 14px; }
.nx-product-grid-6 { grid-template-columns: repeat(6, minmax(0,1fr)); }
.nx-product-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--nx-line); border-radius: 19px; background: #fff; box-shadow: 0 3px 10px rgba(16,24,40,.025); transition: transform .26s var(--nx-ease), box-shadow .26s ease, border-color .26s ease; }
.nx-product-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb,var(--nx-primary) 18%,#fff); box-shadow: var(--nx-shadow-md); }
.nx-product-media { position: relative; aspect-ratio: 1 / 1; margin: 8px 8px 0; overflow: hidden; border-radius: 15px; background: #f7f8fa; }
.nx-product-media > a:first-of-type { display: block; width: 100%; height: 100%; }
.nx-product-media img { width: 100%; height: 100%; object-fit: contain; padding: 8px; display: block; transition: transform .42s var(--nx-ease); }
.nx-product-card:hover .nx-product-media img { transform: scale(1.045); }
.nx-discount,
.nx-new-badge { position: absolute; top: 9px; left: 9px; z-index: 3; min-height: 23px; padding: 0 8px; border-radius: 8px; display: inline-flex; align-items: center; background: #fff1f2; color: #d92d20; border: 1px solid #fecdd3; font-size: 8.5px; font-weight: 900; }
.nx-new-badge { background: #111827; border-color: #111827; color: #fff; letter-spacing: .05em; }
.nx-discount-right { left: auto; right: 9px; }
.nx-quick-view { position: absolute; right: 10px; bottom: 10px; z-index: 3; width: 34px; height: 34px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.92); color: #344054 !important; font-size: 11px; opacity: 0; transform: translateY(7px); box-shadow: 0 7px 18px rgba(16,24,40,.1); transition: .22s ease; }
.nx-product-card:hover .nx-quick-view { opacity: 1; transform: none; }
.nx-product-body { padding: 12px 12px 13px; }
.nx-product-label { display: block; margin-bottom: 4px; color: var(--nx-primary); font-size: 8.5px; line-height: 1.2; text-transform: uppercase; letter-spacing: .07em; font-weight: 900; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nx-product-card h3 { margin: 0 !important; min-height: 38px; font-size: 11.5px !important; line-height: 1.55 !important; font-weight: 700 !important; }
.nx-product-card h3 a { color: #344054 !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.nx-product-card h3 a:hover { color: var(--nx-primary) !important; }
.nx-price-row { min-height: 30px; margin-top: 7px; display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; }
.nx-price-row strong { color: #111827; font-size: 15px; line-height: 1; font-weight: 900; }
.nx-price-row del { color: #a0a8b8; font-size: 9.5px; line-height: 1; }
.nx-card-actions { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 7px; margin-top: 10px; }
.nx-cart-btn,
.nx-buy-btn { min-height: 38px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; transition: .18s ease; }
.nx-cart-btn { border: 1px solid var(--nx-primary-line); background: var(--nx-primary-soft); color: var(--nx-primary) !important; font-size: 12px; }
.nx-buy-btn { padding: 0 9px; background: linear-gradient(135deg, var(--nx-primary), var(--nx-primary-dark)); color: #fff !important; font-size: 10.5px; font-weight: 900; box-shadow: 0 7px 18px color-mix(in srgb,var(--nx-primary) 16%,transparent); }
.nx-cart-btn:hover,
.nx-buy-btn:hover { transform: translateY(-1px); filter: brightness(.98); }

.nx-promo-section { padding-top: 54px; }
.nx-promo-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.nx-wide-promo { position: relative; min-height: 245px; border-radius: 24px; overflow: hidden; background: #111827; box-shadow: var(--nx-shadow-sm); }
.nx-wide-promo img { width: 100%; height: 245px; object-fit: cover; display: block; transition: transform .5s var(--nx-ease); }
.nx-wide-promo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,24,39,.67), rgba(17,24,39,.05) 72%); }
.nx-wide-promo:hover img { transform: scale(1.035); }
.nx-wide-promo > span { position: absolute; z-index: 2; left: 24px; bottom: 22px; max-width: 260px; color: #fff; }
.nx-wide-promo small { display: block; color: #d8ceff; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.nx-wide-promo strong { display: block; margin-top: 4px; color: #fff; font-size: 21px; line-height: 1.25; }
.nx-wide-promo em { display: inline-flex; align-items: center; gap: 7px; margin-top: 9px; color: #fff; font-size: 10px; font-style: normal; font-weight: 800; }

.nx-collection-section { padding-top: 54px; }
.nx-collection-head { padding-bottom: 14px; border-bottom: 1px solid var(--nx-line); }
.nx-final-cta { padding: 64px 0 70px; }
.nx-final-cta-inner { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px 48px; overflow: hidden; position: relative; border-radius: 30px; background: linear-gradient(125deg, #111827 0%, #1e293b 48%, var(--nx-primary-deep) 140%); color: #fff; box-shadow: var(--nx-shadow-lg); }
.nx-final-cta-inner::after { content:''; position:absolute; width:320px; height:320px; right:-100px; top:-145px; border-radius:50%; border:55px solid rgba(255,255,255,.05); }
.nx-final-cta-inner > div { position: relative; z-index: 2; }
.nx-final-cta-inner span { color: #c4b5fd; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 900; }
.nx-final-cta-inner h2 { max-width: 670px; margin: 6px 0 5px !important; color: #fff !important; font-size: clamp(28px, 3vw, 42px) !important; line-height: 1.15 !important; }
.nx-final-cta-inner p { margin: 0; max-width: 670px; color: rgba(255,255,255,.65); font-size: 12px; }
.nx-final-actions { display: flex; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }
.nx-final-actions a { min-height: 46px; padding: 0 17px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: #111827 !important; font-size: 11px; font-weight: 900; }
.nx-final-actions .nx-final-outline { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); color: #fff !important; }
.nx-reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s var(--nx-ease); }
.nx-reveal.is-visible { opacity: 1; transform: none; }

/* ========================================================================== */
/* PRODUCT DETAILS                                                             */
/* ========================================================================== */

.pdp.sg26-product-page { padding: 20px 0 70px !important; background: var(--nx-bg) !important; }
.pdp.sg26-product-page > .container { width: min(calc(100% - 48px), 1480px) !important; max-width: 1480px !important; padding-left: 0 !important; padding-right: 0 !important; }
.pdp .pdp-breadcrumb { min-height: 42px !important; margin: 0 0 14px !important; padding: 0 15px !important; display: flex !important; align-items: center !important; gap: 8px !important; border: 1px solid var(--nx-line) !important; border-radius: 13px !important; background: rgba(255,255,255,.9) !important; box-shadow: none !important; }
.pdp .pdp-breadcrumb a,
.pdp .pdp-breadcrumb span { color: #7b8494 !important; font-size: 10.5px !important; }
.pdp .pdp-breadcrumb .cur { color: #344054 !important; font-weight: 800 !important; }
.pdp .pdp-breadcrumb .sep { color: #c5cad4 !important; }

.pdp .pdp-grid { display: grid !important; grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr) !important; gap: 26px !important; align-items: start !important; margin-bottom: 24px !important; }
.pdp .pdp-grid-left,
.pdp .pdp-grid-right { min-width: 0 !important; }
.pdp .pdp-gallery,
.pdp .pdp-info { border: 1px solid var(--nx-line) !important; border-radius: 26px !important; background: #fff !important; box-shadow: var(--nx-shadow-sm) !important; }
.pdp .pdp-gallery { padding: 14px !important; position: sticky !important; top: 128px !important; }
.pdp .pdp-gallery-inner { position: relative !important; }
.pdp .gallery-main { min-height: 580px !important; display: flex !important; align-items: center !important; justify-content: center !important; border: 0 !important; border-radius: 20px !important; overflow: hidden !important; background: linear-gradient(145deg, #fbfbfc, #f2f4f7) !important; }
.pdp .pdp-main-img-wrap { width: 100% !important; min-height: 580px !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.pdp .pdp-main-img-wrap img { width: 100% !important; height: 580px !important; max-height: 580px !important; object-fit: contain !important; padding: 22px !important; mix-blend-mode: multiply; }
.pdp .disc-pill { top: 14px !important; left: 14px !important; min-height: 34px !important; padding: 0 12px !important; display: inline-flex !important; align-items: center !important; border: 0 !important; border-radius: 10px !important; background: #111827 !important; color: #fff !important; font-size: 10.5px !important; font-weight: 900 !important; box-shadow: 0 8px 18px rgba(17,24,39,.16) !important; }
.pdp .thumb-strip-wrap { margin: 12px 0 0 !important; padding: 0 34px !important; min-height: 82px !important; position: relative !important; }
.pdp .thumb-strip { display: flex !important; align-items: center !important; gap: 9px !important; overflow-x: auto !important; scrollbar-width: none; padding: 1px !important; }
.pdp .thumb-strip::-webkit-scrollbar { display: none; }
.pdp .indicator-item { width: 74px !important; height: 74px !important; min-width: 74px !important; border: 1px solid var(--nx-line) !important; border-radius: 13px !important; background: #fff !important; overflow: hidden !important; position: relative !important; }
.pdp .indicator-item img { width: 100% !important; height: 100% !important; object-fit: contain !important; padding: 4px !important; }
.pdp .indicator-item p { position: absolute !important; left: 4px !important; right: 4px !important; bottom: 3px !important; z-index: 2; margin: 0 !important; padding: 2px 3px !important; border-radius: 5px !important; background: rgba(17,24,39,.68) !important; color: #fff !important; font-size: 7px !important; text-align: center !important; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.pdp .indicator-item.active { border-color: var(--nx-primary) !important; box-shadow: 0 0 0 2px color-mix(in srgb,var(--nx-primary) 12%,transparent) !important; }
.pdp .thumb-prev,
.pdp .thumb-next { width: 28px !important; height: 28px !important; border: 1px solid var(--nx-line) !important; border-radius: 50% !important; background: #fff !important; color: #475467 !important; box-shadow: var(--nx-shadow-sm) !important; }

.pdp .pdp-info { padding: 28px !important; position: sticky !important; top: 128px !important; }
.nx-pdp-kicker { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.nx-pdp-kicker a,
.nx-pdp-kicker span { min-height: 29px; padding: 0 10px; border-radius: 9px; display: inline-flex; align-items: center; gap: 6px; font-size: 9.5px; font-weight: 800; }
.nx-pdp-kicker a { background: var(--nx-primary-soft); color: var(--nx-primary) !important; }
.nx-pdp-kicker span.is-stock { background: #ecfdf3; color: #027a48; }
.nx-pdp-kicker span.is-out { background: #fff1f2; color: #c01048; }
.pdp .pdp-name { margin: 0 !important; color: #101828 !important; font-size: clamp(30px, 2.65vw, 43px) !important; line-height: 1.17 !important; letter-spacing: -.035em !important; font-weight: 800 !important; }
.pdp .pdp-rating { margin-top: 11px !important; display: flex !important; align-items: center !important; gap: 9px !important; }
.pdp .star-row i { color: #f59e0b !important; font-size: 11px !important; }
.pdp .rating-score { min-height: 25px !important; padding: 0 8px !important; display: inline-flex !important; align-items: center !important; border-radius: 8px !important; background: #fffbeb !important; color: #b54708 !important; font-size: 9.5px !important; font-weight: 800 !important; }
.pdp .review-link { color: #667085 !important; font-size: 10.5px !important; font-weight: 600 !important; }

.pdp .pdp-price-block { position: relative !important; margin: 20px 0 18px !important; padding: 22px 20px !important; min-height: 116px !important; border: 0 !important; border-radius: 20px !important; overflow: hidden !important; background: linear-gradient(135deg, #111827 0%, #1f2937 55%, var(--nx-primary-deep) 150%) !important; box-shadow: 0 16px 32px rgba(17,24,39,.14) !important; }
.pdp .pdp-price-block::after { content:''; position:absolute; width:150px; height:150px; right:-60px; bottom:-86px; border:34px solid rgba(255,255,255,.05); border-radius:50%; pointer-events:none; }
.pdp .pdp-price-new { color: #fff !important; font-size: clamp(32px, 3vw, 44px) !important; line-height: 1 !important; font-weight: 900 !important; }
.pdp .pdp-price-old { color: #aeb7c6 !important; font-size: 12px !important; }
.pdp .pdp-savings,
.pdp .save-badge { min-height: 28px !important; padding: 0 9px !important; display: inline-flex !important; align-items: center !important; border: 1px solid rgba(110,231,183,.18) !important; border-radius: 9px !important; background: rgba(16,185,129,.14) !important; color: #a7f3d0 !important; font-size: 9.5px !important; }
.pdp .pdp-price-block > div[style*="position:absolute"] { top: 18px !important; right: 18px !important; z-index: 3 !important; }
.pdp .pdp-price-block > div[style*="position:absolute"] > span:first-child { color: #b8c0ce !important; font-size: 10px !important; }
.pdp .code-chip { border: 1px solid rgba(255,255,255,.13) !important; background: rgba(255,255,255,.1) !important; color: #fff !important; }

.pdp .pdp-meta { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 8px !important; margin-top: 0 !important; }
.pdp .meta-chip { min-height: 50px !important; padding: 9px 11px !important; border: 1px solid var(--nx-line) !important; border-radius: 13px !important; background: #fafbfc !important; }
.pdp .meta-chip i { color: var(--nx-primary) !important; }
.pdp .meta-chip span,
.pdp .meta-chip small { font-size: 9px !important; }
.pdp .meta-chip strong { color: #344054 !important; font-size: 10.5px !important; }
.pdp .pdp-div { margin: 18px 0 !important; border-color: var(--nx-line-soft) !important; }
.pdp .var-label,
.pdp .qty-label { margin-bottom: 8px !important; color: #344054 !important; font-size: 11px !important; font-weight: 800 !important; }
.pdp .selector-wrap { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; }
.pdp .selector-item_label { min-height: 38px !important; padding: 0 13px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; border: 1px solid #dfe3eb !important; border-radius: 11px !important; background: #fff !important; color: #475467 !important; font-size: 10.5px !important; font-weight: 800 !important; }
.pdp .selector-item_radio:checked + .selector-item_label { border-color: var(--nx-primary) !important; background: var(--nx-primary-soft) !important; color: var(--nx-primary) !important; box-shadow: 0 0 0 2px color-mix(in srgb,var(--nx-primary) 8%,transparent) !important; }
.pdp .qty-row { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 12px !important; }
.pdp .pdp-qty-wrap { min-height: 44px !important; display: grid !important; grid-template-columns: 42px 52px 42px !important; border: 1px solid #dfe3eb !important; border-radius: 12px !important; overflow: hidden !important; background: #fff !important; }
.pdp .pdp-qty-btn { width: 42px !important; border: 0 !important; background: #f8f9fb !important; color: #344054 !important; font-size: 17px !important; }
.pdp .pdp-qty-input { width: 52px !important; border: 0 !important; color: #101828 !important; text-align: center !important; font-size: 12px !important; font-weight: 800 !important; }

.pdp .pdp-actions { margin-top: 20px !important; }
.pdp .pdp-actions .row-btns { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 9px !important; margin-top: 9px !important; }
.pdp .pdp-actions .row-btns:first-child { margin-top: 0 !important; }
.pdp .btn-pdp { min-height: 54px !important; border-radius: 14px !important; font-size: 12px !important; font-weight: 900 !important; box-shadow: none !important; transition: transform .18s ease, filter .18s ease !important; }
.pdp .btn-pdp:hover { transform: translateY(-2px); }
.pdp .btn-pdp.btn-cart { border: 1px solid var(--nx-primary-line) !important; background: var(--nx-primary-soft) !important; color: var(--nx-primary) !important; }
.pdp .btn-pdp.btn-order { border: 0 !important; background: linear-gradient(135deg, var(--nx-primary), var(--nx-primary-dark)) !important; color: #fff !important; box-shadow: 0 12px 24px color-mix(in srgb,var(--nx-primary) 22%,transparent) !important; animation: none !important; }
.pdp .btn-pdp.btn-call { border: 1px solid var(--nx-line) !important; background: #fff !important; color: #344054 !important; }
.pdp .btn-pdp.btn-wa { border: 1px solid #bbf7d0 !important; background: #ecfdf3 !important; color: #027a48 !important; }
.pdp .btn-pdf { border: 1px solid #fecaca !important; background: #fff1f2 !important; color: #be123c !important; }

.sg26-pdp-assurance { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 8px !important; margin-top: 18px !important; padding-top: 18px !important; border-top: 1px solid var(--nx-line-soft) !important; }
.sg26-pdp-assurance > div { min-width: 0; min-height: 61px !important; display: flex !important; align-items: center !important; gap: 9px !important; padding: 9px !important; border: 1px solid var(--nx-line) !important; border-radius: 13px !important; background: #fafbfc !important; }
.sg26-pdp-assurance i { width: 34px !important; height: 34px !important; flex: 0 0 34px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; border-radius: 10px !important; background: var(--nx-primary-soft) !important; color: var(--nx-primary) !important; }
.sg26-pdp-assurance strong { display: block !important; color: #344054 !important; font-size: 9.5px !important; line-height: 1.3 !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sg26-pdp-assurance small { display: block !important; margin-top: 2px !important; color: #98a2b3 !important; font-size: 8px !important; line-height: 1.3 !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.pdp .pdp-tabs-bar { position: sticky !important; top: 113px !important; z-index: 20 !important; max-width: 780px !important; margin: 0 0 15px !important; padding: 5px !important; display: inline-flex !important; gap: 4px !important; border: 1px solid var(--nx-line) !important; border-radius: 13px !important; background: rgba(255,255,255,.92) !important; backdrop-filter: blur(12px); box-shadow: var(--nx-shadow-sm) !important; }
.pdp .pdp-tab-link { min-height: 38px !important; padding: 0 13px !important; border-radius: 9px !important; display: inline-flex !important; align-items: center !important; gap: 7px !important; color: #667085 !important; font-size: 10.5px !important; font-weight: 800 !important; }
.pdp .pdp-tab-link.active,
.pdp .pdp-tab-link:hover { background: var(--nx-primary-soft) !important; color: var(--nx-primary) !important; }

.pdp .pdp-lower { display: grid !important; grid-template-columns: minmax(0,1fr) 360px !important; gap: 24px !important; align-items: start !important; }
.pdp .pdp-lower > div:first-child { min-width: 0; }
.pdp .pdp-card { margin-bottom: 18px !important; padding: 26px !important; border: 1px solid var(--nx-line) !important; border-radius: 22px !important; background: #fff !important; box-shadow: var(--nx-shadow-sm) !important; }
.pdp .pdp-card-title { margin: 0 0 20px !important; padding: 0 0 14px !important; display: flex !important; align-items: center !important; gap: 9px !important; border-bottom: 1px solid var(--nx-line-soft) !important; color: #101828 !important; font-size: 18px !important; font-weight: 800 !important; }
.pdp .pdp-card-title i { color: var(--nx-primary) !important; }
.pdp .desc-content { color: #475467 !important; font-size: 13px !important; line-height: 1.9 !important; }
.pdp .desc-content h1,
.pdp .desc-content h2,
.pdp .desc-content h3 { color: #101828 !important; line-height: 1.35 !important; margin-top: 26px !important; }
.pdp .desc-content img { max-width: 100% !important; height: auto !important; border-radius: 16px !important; }

.nx-pdp-sidebar { min-width: 0; position: sticky; top: 128px; display: grid; gap: 14px; }
.nx-pdp-side-card { padding: 22px; border: 1px solid var(--nx-line); border-radius: 21px; background: #fff; box-shadow: var(--nx-shadow-sm); }
.nx-pdp-side-kicker { display: block; margin-bottom: 3px; color: var(--nx-primary); text-transform: uppercase; letter-spacing: .1em; font-size: 8.5px; font-weight: 900; }
.nx-pdp-side-card h3 { margin: 0 0 16px !important; color: #101828 !important; font-size: 18px !important; line-height: 1.25 !important; }
.nx-pdp-side-list { display: grid; gap: 9px; }
.nx-pdp-side-list > div { min-height: 64px; display: flex; align-items: center; gap: 11px; padding: 10px; border-radius: 14px; background: #f9fafb; border: 1px solid #f0f1f4; }
.nx-pdp-side-list i { width: 37px; height: 37px; flex: 0 0 37px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; background: var(--nx-primary-soft); color: var(--nx-primary); }
.nx-pdp-side-list strong { display: block; color: #344054; font-size: 10.5px; }
.nx-pdp-side-list small { display: block; margin-top: 2px; color: #98a2b3; font-size: 8.8px; line-height: 1.4; }
.nx-delivery-card ul { list-style: none; padding: 0; margin: 0; }
.nx-delivery-card li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--nx-line-soft); color: #667085; font-size: 10.5px; }
.nx-delivery-card li:last-child { border-bottom: 0; padding-bottom: 0; }
.nx-delivery-card li strong { color: #101828; font-size: 11px; }
.pdp .video-card { overflow: hidden !important; border: 1px solid var(--nx-line) !important; border-radius: 21px !important; background: #fff !important; box-shadow: var(--nx-shadow-sm) !important; }
.pdp .vc-head { padding: 13px 16px !important; color: #101828 !important; font-size: 11px !important; font-weight: 800 !important; }

.pdp .review-summary { border: 1px solid #eee9ff !important; border-radius: 17px !important; background: linear-gradient(135deg, #faf8ff, #fff) !important; }
.pdp .review-card { border: 1px solid var(--nx-line) !important; border-radius: 16px !important; background: #fff !important; }
.pdp .review-avatar { background: var(--nx-primary-soft) !important; color: var(--nx-primary) !important; }
.pdp .write-review-btn,
.pdp .review-submit-btn { border: 0 !important; border-radius: 11px !important; background: var(--nx-primary) !important; color: #fff !important; }

.pdp .related-section { max-width: none !important; margin: 42px 0 0 !important; }
.pdp .related-heading { margin: 0 0 17px !important; color: #101828 !important; font-size: 26px !important; line-height: 1.2 !important; font-weight: 800 !important; }
.pdp .related-heading::before { content: none !important; display: none !important; }
.pdp .related_slider { padding: 0 2px 7px !important; }
.pdp .rp-card { overflow: hidden !important; border: 1px solid var(--nx-line) !important; border-radius: 18px !important; background: #fff !important; box-shadow: 0 3px 10px rgba(16,24,40,.025) !important; }
.pdp .rp-img { aspect-ratio: 1 / 1 !important; margin: 7px !important; overflow: hidden !important; border-radius: 14px !important; background: #f7f8fa !important; }
.pdp .rp-img img { width: 100% !important; height: 100% !important; object-fit: contain !important; padding: 7px !important; }
.pdp .rp-body { padding: 7px 11px 8px !important; }
.pdp .rp-name { min-height: 38px !important; }
.pdp .rp-name a { color: #344054 !important; font-size: 10.5px !important; line-height: 1.55 !important; }
.pdp .rp-price { color: #111827 !important; font-size: 13px !important; font-weight: 900 !important; }
.pdp .rp-price del { color: #98a2b3 !important; font-size: 9px !important; }
.pdp .rp-actions { display: grid !important; grid-template-columns: 38px minmax(0,1fr) !important; gap: 7px !important; padding: 0 11px 12px !important; }
.pdp .rpa-cart { min-height: 37px !important; border-radius: 10px !important; background: var(--nx-primary-soft) !important; color: var(--nx-primary) !important; }
.pdp .btn-now { min-height: 37px !important; border: 0 !important; border-radius: 10px !important; background: linear-gradient(135deg, var(--nx-primary), var(--nx-primary-dark)) !important; color: #fff !important; font-size: 10px !important; font-weight: 900 !important; }

#stickyBar.sticky-bar { display: none !important; }

/* ========================================================================== */
/* FOOTER                                                                       */
/* ========================================================================== */

.nx-footer { margin-top: 0 !important; background: #0e1525 !important; }
.nx-footer-promise { background: #fff; border-top: 1px solid var(--nx-line); }
.nx-footer-promise-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--nx-line); border-left: 1px solid var(--nx-line); border-right: 1px solid var(--nx-line); }
.nx-footer-promise-grid > div { min-height: 108px; padding: 20px 26px; display: flex; align-items: center; justify-content: center; gap: 13px; background: #fff; }
.nx-footer-promise-grid i { width: 45px; height: 45px; flex: 0 0 45px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: var(--nx-primary-soft); color: var(--nx-primary); }
.nx-footer-promise-grid strong { display: block; color: #344054; font-size: 12.5px; }
.nx-footer-promise-grid small { display: block; margin-top: 3px; color: #98a2b3; font-size: 10px; }
body > footer.nx-footer .footer-top { padding: 62px 0 48px !important; background: #0e1525 !important; border: 0 !important; }
body > footer.nx-footer .footer-top > .container { padding-top: 0 !important; padding-bottom: 0 !important; }
.nx-footer-grid { display: grid; grid-template-columns: 1.55fr .8fr .8fr 1fr; gap: 50px; }
.nx-footer-brand { min-width: 0; }
.nx-footer-logo { display: inline-flex; align-items: center; margin-bottom: 15px; }
.nx-footer-logo img { width: 125px !important; max-width: 125px !important; height: 68px !important; max-height: 68px !important; object-fit: contain !important; filter: brightness(0) invert(1); opacity: .96; }
.nx-footer-brand > p { max-width: 330px; margin: 0 0 14px !important; color: #98a2b3 !important; font-size: 11px !important; line-height: 1.75 !important; }
.nx-footer-contact-list { display: grid; gap: 7px; }
.nx-footer-contact-list a { display: inline-flex; align-items: center; gap: 8px; color: #d0d5dd !important; font-size: 10.5px; }
.nx-footer-contact-list i { color: #9b8cff; }
.nx-footer-menu h3,
.nx-footer-connect h3 { margin: 7px 0 16px !important; color: #fff !important; font-size: 13px !important; font-weight: 800 !important; }
.nx-footer-menu ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.nx-footer-menu li { margin: 0 0 9px !important; }
.nx-footer-menu li a { color: #98a2b3 !important; font-size: 10.5px !important; line-height: 1.5 !important; transition: .18s ease; }
.nx-footer-menu li a:hover { color: #fff !important; padding-left: 3px; }
.nx-footer-connect > p { margin: 0 0 15px !important; color: #98a2b3 !important; font-size: 10.5px !important; line-height: 1.6 !important; }
.nx-social-list { display: flex !important; gap: 7px !important; flex-wrap: wrap !important; }
.nx-social-list li { margin: 0 !important; }
.nx-social-list a { width: 36px !important; height: 36px !important; border-radius: 11px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; border: 1px solid rgba(255,255,255,.08) !important; background: rgba(255,255,255,.06) !important; color: #fff !important; }
.nx-social-list a:hover { background: var(--nx-primary) !important; transform: translateY(-2px); }
.nx-payment-box { margin-top: 18px; }
.nx-payment-box span { display: block; margin-bottom: 7px; color: #667085; text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: 800; }
.nx-payment-box img { width: 190px !important; height: auto !important; max-height: 58px !important; object-fit: contain !important; background: #fff; border-radius: 8px; padding: 4px; }
body > footer.nx-footer .footer-bottom { padding: 0 !important; background: #0a101c !important; border-top: 1px solid rgba(255,255,255,.06) !important; filter: none !important; }
.nx-footer-bottom-inner { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nx-footer .copyright p,
.nx-footer-note { margin: 0 !important; color: #667085 !important; font-size: 9.5px !important; }

/* ========================================================================== */
/* MOBILE MENU / DOCK                                                          */
/* ========================================================================== */

.mobile-menu.sg26-mobile-menu { width: min(90vw, 390px) !important; max-width: 390px !important; border-radius: 0 24px 24px 0 !important; box-shadow: 30px 0 80px rgba(17,24,39,.22) !important; overflow-y: auto !important; }
.mobile-menu .mobile-menu-logo { min-height: 78px !important; padding: 12px 16px !important; background: #111827 !important; }
.mobile-menu .mobile-menu-logo img { max-height: 52px !important; width: auto !important; filter: brightness(0) invert(1); }
.mobile-menu .first-nav { padding: 12px !important; }
.mobile-menu .first-nav > li { border-bottom: 1px solid var(--nx-line-soft) !important; }
.mobile-menu .first-nav li a { color: #344054 !important; }
.mobile-menu .side_cat_img { border-radius: 10px !important; background: #f8f9fb !important; object-fit: contain !important; }
.mobilemenu-bottom { background: #f8f9fb !important; }

.sg26-mobile-dock.footer_nav { display: none; }

/* ========================================================================== */
/* RESPONSIVE                                                                  */
/* ========================================================================== */

@media (max-width: 1399.98px) {
    .nx-container,
    .pdp.sg26-product-page > .container { width: min(calc(100% - 36px), 1320px) !important; }
    .nx-header-grid { grid-template-columns: 132px minmax(320px,1fr) auto !important; gap: 18px !important; }
    header#navbar_top .nx-brand img { width: 116px !important; max-width: 116px !important; }
    .nx-action-pill { min-width: 92px !important; }
    .nx-action-pill > span:last-child { display: none; }
    .nx-category-nav > ul > li:nth-child(n+8) { display: none !important; }
    .nx-product-grid-6 { grid-template-columns: repeat(5,minmax(0,1fr)); }
    .nx-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .pdp .pdp-grid { grid-template-columns: minmax(0,1fr) minmax(430px,.9fr) !important; }
}

@media (max-width: 1199.98px) {
    .nx-topbar-points span:nth-child(3) { display: none; }
    .nx-header-grid { grid-template-columns: 120px minmax(300px,1fr) 160px !important; gap: 15px !important; }
    header#navbar_top .nx-header-actions > ul > li:first-child { display: none !important; }
    .nx-action-pill > span:last-child { display: block; }
    .nx-category-nav > ul > li:nth-child(n+7) { display: none !important; }
    .nx-hero-grid { grid-template-columns: minmax(0,1.8fr) minmax(250px,.8fr); }
    .nx-hero-main,
    .nx-hero-slider,
    .nx-hero-slider .owl-stage-outer,
    .nx-hero-slider .owl-stage,
    .nx-hero-slider .owl-item,
    .nx-hero-slider .nx-hero-slide,
    .nx-hero-media,
    .nx-hero-media img,
    .nx-hero-slide > img { height: 450px !important; min-height: 450px; }
    .nx-side-promo { min-height: 216px; }
    .nx-product-grid-6 { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .pdp .pdp-grid { grid-template-columns: 1fr 1fr !important; gap: 18px !important; }
    .pdp .gallery-main,
    .pdp .pdp-main-img-wrap { min-height: 500px !important; }
    .pdp .pdp-main-img-wrap img { height: 500px !important; max-height: 500px !important; }
    .pdp .pdp-info { padding: 22px !important; }
    .pdp .pdp-name { font-size: 31px !important; }
    .pdp .pdp-lower { grid-template-columns: minmax(0,1fr) 320px !important; gap: 18px !important; }
    .nx-footer-grid { grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 28px; }
}

@media (max-width: 991.98px) {
    .nx-container,
    .pdp.sg26-product-page > .container { width: min(calc(100% - 28px), 920px) !important; }
    .nx-topbar,
    header#navbar_top .nx-main-header,
    header#navbar_top .nx-nav-shell { display: none !important; }
    header#navbar_top.nx-header { position: sticky !important; top: 0 !important; z-index: 1000 !important; box-shadow: 0 7px 22px rgba(16,24,40,.07) !important; }
    header#navbar_top .nx-mobile-header { display: block !important; background: #fff !important; border: 0 !important; }
    .nx-mobile-main { height: 64px; display: grid; grid-template-columns: 46px 1fr 46px; align-items: center; gap: 8px; padding: 0 14px; }
    .nx-mobile-icon { position: relative; width: 42px; height: 42px; border: 1px solid var(--nx-line); border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: #344054; font-size: 17px; }
    button.nx-mobile-icon { cursor: pointer; }
    .nx-mobile-brand { display: flex; align-items: center; justify-content: center; }
    .nx-mobile-brand img { width: 108px !important; max-width: 108px !important; height: 54px !important; object-fit: contain !important; }
    .nx-mobile-cart { justify-self: end; color: var(--nx-primary) !important; }
    .nx-mobile-cart .mobilecart-qty { position: absolute; right: -4px; top: -5px; min-width: 18px; height: 18px; padding: 0 4px; border: 2px solid #fff; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: var(--nx-primary); color: #fff; font-size: 8px; font-weight: 900; }
    header#navbar_top .nx-mobile-search { display: block !important; padding: 0 14px 12px !important; background: #fff !important; border: 0 !important; }
    header#navbar_top .nx-mobile-search form { min-height: 46px !important; display: grid !important; grid-template-columns: 38px minmax(0,1fr) auto !important; align-items: center !important; border: 1px solid var(--nx-line) !important; border-radius: 13px !important; overflow: hidden !important; background: #f8f9fb !important; }
    header#navbar_top .nx-mobile-search form > i { justify-self: center; color: #98a2b3; font-size: 13px; }
    header#navbar_top .nx-mobile-search input { height: 44px !important; border: 0 !important; outline: 0 !important; background: transparent !important; color: #344054 !important; padding: 0 6px !important; font-size: 12px !important; }
    header#navbar_top .nx-mobile-search button { height: 38px !important; margin-right: 4px !important; padding: 0 13px !important; border: 0 !important; border-radius: 10px !important; background: #111827 !important; color: #fff !important; font-size: 10px !important; font-weight: 800 !important; }

    .nx-hero-section { padding-top: 14px; background: var(--nx-bg); }
    .nx-hero-grid { grid-template-columns: 1fr; gap: 12px; }
    .nx-hero-main,
    .nx-hero-slider,
    .nx-hero-slider .owl-stage-outer,
    .nx-hero-slider .owl-stage,
    .nx-hero-slider .owl-item,
    .nx-hero-slider .nx-hero-slide,
    .nx-hero-media,
    .nx-hero-media img,
    .nx-hero-slide > img { height: 360px !important; min-height: 360px; }
    .nx-hero-main { border-radius: 22px; }
    .nx-hero-side { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: none; }
    .nx-side-promo { min-height: 190px; }
    .nx-service-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .nx-category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .nx-product-grid-6 { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .nx-deal-banner { grid-template-columns: minmax(0,1fr) auto; }
    .nx-deal-all { display: none; }
    .nx-promo-grid { gap: 12px; }
    .nx-wide-promo,
    .nx-wide-promo img { min-height: 210px; height: 210px; }

    .pdp.sg26-product-page { padding-top: 14px !important; }
    .pdp .pdp-grid { grid-template-columns: 1fr !important; }
    .pdp .pdp-gallery,
    .pdp .pdp-info { position: relative !important; top: auto !important; }
    .pdp .gallery-main,
    .pdp .pdp-main-img-wrap { min-height: 600px !important; }
    .pdp .pdp-main-img-wrap img { height: 600px !important; max-height: 600px !important; }
    .pdp .pdp-tabs-bar { top: 116px !important; }
    .pdp .pdp-lower { grid-template-columns: 1fr !important; }
    .nx-pdp-sidebar { position: relative; top: auto; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .pdp .video-card { grid-column: 1 / -1; }

    .nx-footer-promise-grid { grid-template-columns: 1fr; }
    .nx-footer-promise-grid > div { min-height: 86px; justify-content: flex-start; padding: 15px 20px; }
    .nx-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 24px; }
    .nx-footer-brand { grid-column: 1 / -1; }
    .nx-footer-connect { grid-column: 1 / -1; }
    .sg26-mobile-dock.footer_nav { display: block !important; }
    body { padding-bottom: 68px !important; }
}

@media (max-width: 767.98px) {
    .nx-container,
    .pdp.sg26-product-page > .container { width: calc(100% - 22px) !important; }
    .nx-hero-main,
    .nx-hero-slider,
    .nx-hero-slider .owl-stage-outer,
    .nx-hero-slider .owl-stage,
    .nx-hero-slider .owl-item,
    .nx-hero-slider .nx-hero-slide,
    .nx-hero-media,
    .nx-hero-media img,
    .nx-hero-slide > img { height: 300px !important; min-height: 300px; }
    .nx-hero-overlay-card { left: 13px; bottom: 13px; width: calc(100% - 26px); padding: 12px 13px; }
    .nx-hero-overlay-card strong { font-size: 14px; }
    .nx-hero-overlay-card > span:last-child { font-size: 9.5px; }
    .nx-hero-side { gap: 9px; }
    .nx-side-promo { min-height: 150px; border-radius: 17px; }
    .nx-side-promo-copy { padding: 16px; }
    .nx-side-promo-copy strong { font-size: 16px; }
    .nx-service-strip { gap: 8px; margin-top: 10px; }
    .nx-service-item { min-height: 72px; padding: 10px; border-radius: 15px; }
    .nx-service-icon { width: 38px; height: 38px; flex-basis: 38px; border-radius: 11px; }
    .nx-service-item strong { font-size: 10.5px; }
    .nx-service-item small { font-size: 8.5px; }
    .nx-section { padding-top: 38px; }
    .nx-section-head { align-items: center; margin-bottom: 15px; }
    .nx-section-head h2,
    .nx-deal-title-wrap h2 { font-size: 22px !important; }
    .nx-link-button { min-height: 34px; padding: 0 10px; font-size: 9px; }
    .nx-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
    .nx-category-card { min-height: 84px; grid-template-columns: 52px minmax(0,1fr); padding: 10px; border-radius: 15px; }
    .nx-category-image { width: 52px; height: 52px; border-radius: 13px; }
    .nx-category-go { display: none; }
    .nx-deal-banner { min-height: 82px; padding: 13px; gap: 8px; border-radius: 18px; }
    .nx-deal-icon { width: 38px; height: 38px; flex-basis: 38px; border-radius: 12px; }
    .nx-countdown > span { width: 38px; height: 43px; border-radius: 10px; }
    .nx-countdown b { font-size: 13px; }
    .nx-countdown small { font-size: 6.5px; }
    .nx-product-grid { gap: 9px; }
    .nx-product-grid-6 { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .nx-product-card { border-radius: 15px; }
    .nx-product-media { margin: 6px 6px 0; border-radius: 12px; }
    .nx-product-media img { padding: 5px; }
    .nx-quick-view { display: none; }
    .nx-product-body { padding: 9px; }
    .nx-product-card h3 { min-height: 34px; font-size: 10.5px !important; line-height: 1.55 !important; }
    .nx-price-row strong { font-size: 13.5px; }
    .nx-card-actions { grid-template-columns: 34px minmax(0,1fr); gap: 6px; margin-top: 8px; }
    .nx-cart-btn,
    .nx-buy-btn { min-height: 35px; border-radius: 9px; }
    .nx-buy-btn { font-size: 9px; }
    .nx-promo-grid { grid-template-columns: 1fr; }
    .nx-wide-promo,
    .nx-wide-promo img { min-height: 190px; height: 190px; }
    .nx-final-cta { padding: 45px 0 52px; }
    .nx-final-cta-inner { min-height: auto; display: block; padding: 30px 24px; border-radius: 22px; }
    .nx-final-cta-inner h2 { font-size: 28px !important; }
    .nx-final-actions { margin-top: 18px; justify-content: flex-start; }

    .pdp .pdp-breadcrumb { overflow-x: auto !important; white-space: nowrap !important; }
    .pdp .gallery-main,
    .pdp .pdp-main-img-wrap { min-height: 430px !important; }
    .pdp .pdp-main-img-wrap img { height: 430px !important; max-height: 430px !important; padding: 14px !important; }
    .pdp .pdp-gallery { padding: 10px !important; border-radius: 20px !important; }
    .pdp .pdp-info { padding: 19px !important; border-radius: 20px !important; }
    .pdp .pdp-name { font-size: 28px !important; }
    .pdp .pdp-price-block { min-height: 106px !important; padding: 18px 15px !important; border-radius: 17px !important; }
    .pdp .pdp-price-new { font-size: 34px !important; }
    .pdp .pdp-price-block > div[style*="position:absolute"] { right: 12px !important; top: 13px !important; }
    .pdp .pdp-meta { grid-template-columns: 1fr 1fr !important; }
    .pdp .pdp-actions .row-btns { grid-template-columns: 1fr 1fr !important; }
    .sg26-pdp-assurance { grid-template-columns: 1fr !important; }
    .pdp .pdp-tabs-bar { top: 116px !important; width: 100% !important; max-width: none !important; overflow-x: auto !important; }
    .pdp .pdp-card { padding: 18px !important; border-radius: 18px !important; }
    .pdp .pdp-card-title { font-size: 15px !important; }
    .nx-pdp-sidebar { grid-template-columns: 1fr; }
    .pdp .related-heading { font-size: 22px !important; }

    body > footer.nx-footer .footer-top { padding: 42px 0 36px !important; }
    .nx-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
    .nx-footer-brand,
    .nx-footer-connect { grid-column: 1 / -1; }
    .nx-footer-bottom-inner { min-height: 72px; flex-direction: column; justify-content: center; text-align: center; gap: 5px; }
}

@media (max-width: 479.98px) {
    .nx-mobile-main { height: 58px; padding: 0 11px; }
    .nx-mobile-icon { width: 38px; height: 38px; border-radius: 11px; }
    .nx-mobile-brand img { width: 96px !important; height: 48px !important; }
    header#navbar_top .nx-mobile-search { padding: 0 11px 10px !important; }
    .nx-hero-main,
    .nx-hero-slider,
    .nx-hero-slider .owl-stage-outer,
    .nx-hero-slider .owl-stage,
    .nx-hero-slider .owl-item,
    .nx-hero-slider .nx-hero-slide,
    .nx-hero-media,
    .nx-hero-media img,
    .nx-hero-slide > img { height: 230px !important; min-height: 230px; }
    .nx-hero-overlay-card { display: none; }
    .nx-hero-slider .owl-nav { left: 10px; right: 10px; }
    .nx-hero-slider .owl-nav button { width: 34px !important; height: 34px !important; }
    .nx-hero-side { grid-template-columns: 1fr 1fr; }
    .nx-side-promo { min-height: 110px; }
    .nx-side-promo-arrow { display: none; }
    .nx-service-strip { grid-template-columns: 1fr 1fr; }
    .nx-service-item { min-height: 64px; gap: 8px; }
    .nx-service-icon { width: 34px; height: 34px; flex-basis: 34px; font-size: 13px; }
    .nx-service-item small { display: none; }
    .nx-category-copy strong { font-size: 10.5px; }
    .nx-deal-title-wrap .nx-section-kicker { display: none; }
    .nx-deal-title-wrap h2 { font-size: 17px !important; }
    .nx-deal-icon { width: 34px; height: 34px; flex-basis: 34px; }
    .nx-countdown > span { width: 32px; height: 38px; }
    .nx-countdown b { font-size: 11px; }
    .nx-countdown small { display: none; }
    .nx-product-label { font-size: 7.5px; }
    .nx-price-row { gap: 5px; }
    .nx-price-row strong { font-size: 12.5px; }
    .nx-price-row del { font-size: 8.5px; }
    .nx-cart-btn { display: none; }
    .nx-card-actions { grid-template-columns: 1fr; }
    .nx-buy-btn { width: 100%; }

    .pdp.sg26-product-page { padding-bottom: 92px !important; }
    .pdp .gallery-main,
    .pdp .pdp-main-img-wrap { min-height: 345px !important; }
    .pdp .pdp-main-img-wrap img { height: 345px !important; max-height: 345px !important; }
    .pdp .indicator-item { width: 62px !important; height: 62px !important; min-width: 62px !important; }
    .pdp .thumb-strip-wrap { min-height: 70px !important; padding: 0 28px !important; }
    .pdp .pdp-info { padding: 16px !important; }
    .nx-pdp-kicker { align-items: flex-start; }
    .nx-pdp-kicker a,
    .nx-pdp-kicker span { min-height: 26px; padding: 0 8px; font-size: 8px; }
    .pdp .pdp-name { font-size: 24px !important; }
    .pdp .pdp-rating { flex-wrap: wrap !important; }
    .pdp .pdp-price-block { margin-top: 15px !important; }
    .pdp .pdp-price-new { font-size: 30px !important; }
    .pdp .pdp-price-block > div[style*="position:absolute"] > span:first-child { display: none !important; }
    .pdp .pdp-meta { grid-template-columns: 1fr 1fr !important; }
    .pdp .meta-chip { min-height: 45px !important; }
    .pdp .pdp-actions .row-btns:nth-child(2) { display: none !important; }
    #stickyBar.sticky-bar { position: fixed !important; left: 0 !important; right: 0 !important; bottom: 67px !important; z-index: 9980 !important; display: grid !important; grid-template-columns: 70px minmax(0,1fr) minmax(0,1.15fr) !important; gap: 6px !important; padding: 8px 10px !important; background: rgba(255,255,255,.97) !important; border-top: 1px solid var(--nx-line) !important; box-shadow: 0 -10px 28px rgba(16,24,40,.09) !important; backdrop-filter: blur(14px); }
    #stickyBar .btn-pdp { min-height: 44px !important; border-radius: 11px !important; font-size: 9px !important; }
    .nx-footer-grid { grid-template-columns: 1fr; }
    .nx-footer-brand,
    .nx-footer-connect { grid-column: auto; }
    .nx-footer-menu { border-top: 1px solid rgba(255,255,255,.06); padding-top: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .nx-reveal { opacity: 1 !important; transform: none !important; }
}

/* Final mobile dock normalization (legacy footer_nav markup retained for cart JS compatibility). */
.sg26-mobile-dock.footer_nav {
    position: fixed !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    z-index: 9970 !important; height: 68px !important; padding: 6px 8px calc(6px + env(safe-area-inset-bottom)) !important;
    border-top: 1px solid var(--nx-line) !important; background: rgba(255,255,255,.97) !important;
    box-shadow: 0 -12px 28px rgba(16,24,40,.08) !important; backdrop-filter: blur(15px);
}
.sg26-mobile-dock.footer_nav ul { width: min(100%, 560px) !important; height: 100% !important; margin: 0 auto !important; padding: 0 !important; display: grid !important; grid-template-columns: repeat(5,1fr) !important; align-items: center !important; list-style: none !important; }
.sg26-mobile-dock.footer_nav li { margin: 0 !important; }
.sg26-mobile-dock.footer_nav li a { min-width: 0 !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 2px !important; color: #667085 !important; font-size: 8.5px !important; line-height: 1.1 !important; font-weight: 700 !important; }
.sg26-mobile-dock.footer_nav li a > span:first-child { width: 34px !important; height: 30px !important; border-radius: 10px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; background: transparent !important; color: #667085 !important; font-size: 15px !important; }
.sg26-mobile-dock.footer_nav li.mobile_home a > span:first-child { width: 38px !important; height: 38px !important; margin-top: -12px !important; border: 4px solid #fff !important; border-radius: 13px !important; background: #111827 !important; color: #fff !important; box-shadow: 0 8px 18px rgba(17,24,39,.18) !important; }
.sg26-mobile-dock.footer_nav .mobilecart-qty { color: var(--nx-primary) !important; font-weight: 900 !important; }

/* ========================================================================== */
/* 2026-08-24 FULL DESIGN REVAMP OVERRIDES                                   */
/* ========================================================================== */

header#navbar_top.nx-header {
    position: sticky !important;
    top: 0 !important;
    background: rgba(255,255,255,.96) !important;
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .08) !important;
}
header#navbar_top .nx-main-header {
    border-bottom: 1px solid rgba(226, 232, 240, .9) !important;
}
header#navbar_top .nx-nav-shell {
    background: linear-gradient(90deg, #181f38 0%, #43237f 48%, #6d28d9 100%) !important;
    border: 0 !important;
    box-shadow: 0 10px 26px rgba(67,35,127,.18) !important;
}
.nx-nav-row { height: 56px; }
header#navbar_top .nx-category-nav,
header#navbar_top .nx-category-nav > ul,
header#navbar_top .nx-category-nav > ul > li { height: 56px !important; }
header#navbar_top .nx-category-nav > ul > li > a {
    height: 40px !important;
    color: rgba(255,255,255,.88) !important;
    font-size: 12.5px !important;
}
header#navbar_top .nx-category-nav > ul > li > a:hover {
    color: #fff !important;
    background: rgba(255,255,255,.12) !important;
}
.nx-nav-offer { color: #fff !important; }
.nx-nav-offer i { background: rgba(255,255,255,.16); color: #fff; }
.nx-all-categories {
    height: 40px;
    background: rgba(255,255,255,.95);
    color: #111827;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.nx-home { padding-bottom: 12px; }
.nx-hero-section {
    padding: 28px 0 0;
    background:
        radial-gradient(circle at top right, rgba(109,40,217,.08), transparent 24%),
        linear-gradient(180deg, #f7f8fc 0%, #ffffff 18%, #f5f6fa 100%);
}
.nx-hero-grid { gap: 24px; }
.nx-hero-main {
    min-height: 560px;
    border: 1px solid rgba(226,232,240,.7);
    border-radius: 34px;
    box-shadow: 0 25px 50px rgba(15,23,42,.08);
}
.nx-hero-slider,
.nx-hero-slider .owl-stage-outer,
.nx-hero-slider .owl-stage,
.nx-hero-slider .owl-item,
.nx-hero-slider .nx-hero-slide,
.nx-hero-media { height: 560px !important; }
.nx-hero-media img,
.nx-hero-slide > img { height: 560px !important; }
.nx-hero-overlay-card {
    left: 28px;
    bottom: 28px;
    padding: 18px 20px;
    width: min(460px, calc(100% - 56px));
    border-radius: 20px;
}
.nx-hero-overlay-card strong { font-size: 20px; }
.nx-side-promo {
    min-height: 268px;
    border: 1px solid rgba(226,232,240,.8);
    box-shadow: 0 18px 35px rgba(15,23,42,.06);
}
.nx-side-promo-copy {
    padding: 30px;
    background: linear-gradient(145deg, #ffffff, #efe8ff);
}
.nx-side-promo-dark {
    background: linear-gradient(145deg, #111827, #312e81);
}
.nx-service-strip { margin-top: 22px; gap: 14px; }
.nx-service-item {
    min-height: 92px;
    border-radius: 20px;
    border-color: rgba(226,232,240,.85);
    box-shadow: 0 12px 26px rgba(15,23,42,.045);
}
.nx-home-highlights {
    display: grid;
    grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}
.nx-highlight-card {
    min-height: 136px;
    padding: 20px 22px;
    border: 1px solid rgba(226,232,240,.9);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15,23,42,.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nx-highlight-card-dark {
    background: linear-gradient(145deg, #111827 0%, #1f2a44 60%, #4c1d95 140%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 26px 40px rgba(37, 18, 82, .22);
}
.nx-highlight-card small {
    color: var(--nx-muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.nx-highlight-card-dark small { color: #c4b5fd; }
.nx-highlight-card strong {
    color: inherit;
    font-size: 27px;
    line-height: 1.12;
    font-weight: 800;
}
.nx-highlight-card span {
    color: #111827;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}
.nx-highlight-card p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 12.5px;
    line-height: 1.65;
}
.nx-highlight-card-dark p { color: rgba(255,255,255,.72); }

.nx-section { padding-top: 62px; }
.nx-section-head { margin-bottom: 24px; }
.nx-category-grid { gap: 14px; }
.nx-category-card {
    min-height: 114px;
    border-radius: 21px;
    padding: 15px;
}
.nx-category-image {
    width: 70px;
    height: 70px;
    border-radius: 18px;
}

.nx-deal-banner {
    min-height: 110px;
    padding: 20px 22px;
    border-radius: 26px;
    box-shadow: 0 24px 45px rgba(15,23,42,.09);
}
.nx-product-grid-6 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.nx-product-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nx-product-card {
    border-radius: 22px;
    border-color: rgba(226,232,240,.92);
    box-shadow: 0 10px 22px rgba(15,23,42,.035);
}
.nx-product-media {
    height: 245px;
    background: linear-gradient(180deg, #fafbfc 0%, #f3f5f8 100%);
}
.nx-product-body { padding: 14px 14px 15px; }
.nx-product-card h3 {
    min-height: 40px;
    font-size: 12px !important;
    line-height: 1.6 !important;
}
.nx-price-row strong { font-size: 16px; }
.nx-card-actions { gap: 8px; }

.nx-promo-grid { gap: 22px; }
.nx-wide-promo,
.nx-wide-promo img { min-height: 255px; height: 255px; }
.nx-wide-promo { border-radius: 28px; box-shadow: 0 20px 40px rgba(15,23,42,.08); }

.nx-collection-section { padding-top: 34px; }
.nx-collection-shell {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
    border: 1px solid rgba(226,232,240,.9);
    border-radius: 32px;
    background: linear-gradient(180deg, #fff 0%, #fcfcfe 100%);
    box-shadow: 0 16px 36px rgba(15,23,42,.045);
}
.nx-collection-aside {
    position: sticky;
    top: 124px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px;
    border-radius: 26px;
    background: linear-gradient(145deg, #121a31 0%, #202d4e 56%, #4c1d95 160%);
    color: #fff;
    overflow: hidden;
}
.nx-collection-aside .nx-section-kicker { color: #c4b5fd; }
.nx-collection-aside h2 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 30px !important;
    line-height: 1.1 !important;
}
.nx-collection-aside p {
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 13px;
    line-height: 1.8;
}
.nx-collection-stats {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nx-collection-stats span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.09);
    color: #fff;
    font-size: 11.5px;
    font-weight: 700;
}
.nx-collection-cta {
    min-height: 46px;
    width: max-content;
    padding: 0 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #111827 !important;
    font-size: 12px;
    font-weight: 900;
    margin-top: 4px;
}
.nx-collection-visual {
    margin-top: auto;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.08);
}
.nx-collection-visual img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(0,0,0,.18));
}
.nx-collection-main {
    min-width: 0;
    padding: 6px 0 0;
}
.nx-collection-head {
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.nx-final-cta { padding: 72px 0 76px; }
.nx-final-cta-inner {
    min-height: 240px;
    padding: 44px 50px;
    border-radius: 34px;
}

.pdp.sg26-product-page { padding: 26px 0 76px !important; }
.pdp .pdp-breadcrumb {
    min-height: 46px !important;
    padding: 0 16px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.04) !important;
}
.pdp .pdp-grid { gap: 30px !important; }
.pdp .pdp-gallery,
.pdp .pdp-info {
    border-radius: 30px !important;
    box-shadow: 0 18px 40px rgba(15,23,42,.055) !important;
}
.pdp .gallery-main,
.pdp .pdp-main-img-wrap { min-height: 610px !important; }
.pdp .pdp-main-img-wrap img { height: 610px !important; }
.pdp .pdp-name { letter-spacing: -.02em; }
.nx-pdp-intro {
    margin: 14px 0 16px;
    color: #475467;
    font-size: 14px;
    line-height: 1.85;
}
.nx-pdp-feature-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 0;
}
.nx-pdp-feature-strip > div {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 18px;
    background: #fbfcfe;
}
.nx-pdp-feature-strip i {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--nx-primary-soft);
    color: var(--nx-primary);
    font-size: 15px;
}
.nx-pdp-feature-strip strong {
    display: block;
    color: #1f2937;
    font-size: 12.5px;
    line-height: 1.35;
}
.nx-pdp-feature-strip small {
    display: block;
    margin-top: 2px;
    color: #94a3b8;
    font-size: 10px;
    line-height: 1.4;
}

.nx-pdp-help-card p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.8;
}
.nx-pdp-help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.nx-pdp-help-actions a {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 800;
    color: #111827 !important;
    background: #eef2ff;
    border: 1px solid #dbe3ff;
}
.nx-pdp-help-actions a:last-child {
    background: #ecfdf3;
    border-color: #d1fadf;
    color: #027a48 !important;
}

@media (max-width: 1399px) {
    .nx-container,
    .pdp.sg26-product-page > .container { width: min(calc(100% - 36px), 1320px) !important; }
    .nx-product-grid-6 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1199px) {
    .nx-home-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nx-collection-shell { grid-template-columns: 1fr; }
    .nx-collection-aside { position: relative; top: auto; }
    .nx-product-grid-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .pdp .pdp-grid { grid-template-columns: 1fr !important; }
    .pdp .pdp-gallery,
    .pdp .pdp-info { position: relative !important; top: auto !important; }
}

@media (max-width: 991px) {
    .nx-hero-grid,
    .nx-promo-grid,
    .nx-service-strip { grid-template-columns: 1fr !important; }
    .nx-home-highlights,
    .nx-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nx-product-grid-6,
    .nx-product-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nx-countdown { display: none; }
    .nx-deal-banner { grid-template-columns: 1fr auto !important; }
    .nx-final-cta-inner { flex-direction: column; align-items: flex-start; }
    .nx-final-actions { justify-content: flex-start; }
    .nx-pdp-feature-strip { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    header#navbar_top.nx-header {
        position: relative !important;
        top: auto !important;
        backdrop-filter: none;
    }
    .nx-container,
    .pdp.sg26-product-page > .container { width: min(calc(100% - 24px), 100%) !important; }
    .nx-hero-main,
    .nx-hero-slider,
    .nx-hero-slider .owl-stage-outer,
    .nx-hero-slider .owl-stage,
    .nx-hero-slider .owl-item,
    .nx-hero-slider .nx-hero-slide,
    .nx-hero-media,
    .nx-hero-media img,
    .nx-hero-slide > img { height: 360px !important; min-height: 360px !important; }
    .nx-home-highlights,
    .nx-category-grid,
    .nx-product-grid-6,
    .nx-product-grid-4 { grid-template-columns: 1fr !important; }
    .nx-highlight-card span { font-size: 30px; }
    .nx-collection-shell,
    .nx-final-cta-inner { padding: 18px; border-radius: 24px; }
    .nx-collection-aside { padding: 22px; }
    .nx-collection-aside h2 { font-size: 25px !important; }
    .pdp .pdp-breadcrumb { padding: 10px 14px !important; height: auto !important; flex-wrap: wrap; }
    .pdp .gallery-main,
    .pdp .pdp-main-img-wrap,
    .pdp .pdp-main-img-wrap img { min-height: 360px !important; height: 360px !important; }
    .nx-pdp-help-actions { flex-direction: column; }
    .nx-pdp-help-actions a { justify-content: center; }
}
