:root {
    --br: #4B2E1E;
    --br-d: #2E1A0E;
    --br-m: #7A4A32;
    --br-l: #B07A50;
    --beige: #F5F0E6;
    --beige-d: #EAE0CE;
    --cream: #FAF8F4;
    --white: #fff;
    --text: #1A1A1A;
    --mid: #555;
    --light: #888;
    --lighter: #C0B8B0;
    --border: #E4DDD0;
    --border-l: #F0EBE3;
    --red: #E53935;
    --green: #1E8C45;
    --orange: #D97706;
    --gold: #C9963A;
    --blue: #1976D2;
    --wa: #25D366;
    --r: 8px;
    --r-lg: 12px;
    --sh: 0 1px 4px rgba(0, 0, 0, .07);
    --sh-md: 0 4px 20px rgba(0, 0, 0, .11);
    --sh-lg: 0 12px 40px rgba(0, 0, 0, .15);
    --t: .22s cubic-bezier(.4, 0, .2, 1);
    --ff: 'Sora', sans-serif;
    --ffb: 'Hind Siliguri', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--ff);
    background: #f0ebe3;
    color: var(--text);
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit
}

button {
    cursor: pointer;
    font-family: var(--ff);
    border: none;
    outline: none
}

.bn {
    font-family: var(--ffb)
}

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

/* ══════════════════════════
     TOPBAR & NAV
  ══════════════════════════ */
.eco-bar {
    background: var(--br-d);
    color: rgba(255, 255, 255, .6);
    font-size: 11px;
    padding: 5px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.eco-bar a {
    color: rgba(255, 255, 255, .85);
    font-weight: 600
}

.eco-pill {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 2px 8px;
    background: rgba(255, 255, 255, .12);
    border-radius: 999px
}

.topnav {
    background: var(--br);
    position: sticky;
    top: 0;
    z-index: 500;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2)
}

.topnav-in {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    height: 52px
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0
}

.logo-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, .15);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: white
}

.logo-name {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    line-height: 1
}

.logo-name small {
    display: block;
    font-size: .48rem;
    font-weight: 400;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5)
}

.search-wrap {
    flex: 1;
    max-width: 500px;
    display: flex;
    overflow: hidden;
    border-radius: 6px;
    border: 1.5px solid rgba(255, 255, 255, .2)
}

.search-wrap:focus-within {
    border-color: rgba(255, 255, 255, .5)
}

.search-in {
    flex: 1;
    padding: 7px 12px;
    background: white;
    border: none;
    outline: none;
    font-size: 12.5px;
    font-family: var(--ff)
}

.search-go {
    padding: 0 14px;
    background: var(--gold);
    border: none;
    color: white;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background var(--t)
}

.search-go:hover {
    background: #b07a20
}

.nav-ics {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto
}

.nav-ic {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    padding: 5px 8px;
    border-radius: 6px;
    color: rgba(255, 255, 255, .7);
    font-size: 9.5px;
    font-weight: 500;
    letter-spacing: .03em;
    cursor: pointer;
    transition: all var(--t)
}

.nav-ic:hover {
    background: rgba(255, 255, 255, .1);
    color: white
}

.nav-ic-icon {
    font-size: 17px;
    position: relative
}

.cart-dot {
    position: absolute;
    top: -3px;
    right: -4px;
    width: 14px;
    height: 14px;
    background: var(--red);
    border-radius: 50%;
    font-size: 8px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center
}

.hburg {
    background: none;
    border: none;
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: 4px
}

.hburg span {
    display: block;
    width: 20px;
    height: 1.5px;
    background: white;
    border-radius: 2px
}

.subnav {
    background: var(--br-m);
    overflow-x: auto;
    scrollbar-width: none
}

.subnav::-webkit-scrollbar {
    display: none
}

.subnav-in {
    display: flex;
    padding: 0 14px;
    max-width: 1200px;
    margin: 0 auto;
    white-space: nowrap
}

.subnav a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, .65);
    padding: 8px 12px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    transition: all var(--t)
}

.subnav a:hover,
.subnav a.active {
    color: white;
    border-bottom-color: white
}

/* Mobile drawer */
.drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 800
}

.drawer-overlay.on {
    display: block
}

.drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 275px;
    background: white;
    z-index: 900;
    transform: translateX(-100%);
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto
}

.drawer.on {
    transform: translateX(0)
}

.drawer-head {
    background: var(--br);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.drawer-title {
    color: white;
    font-size: .95rem;
    font-weight: 700
}

.drawer-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.3rem;
    cursor: pointer
}

.drawer a {
    display: block;
    padding: 11px 16px;
    font-size: .88rem;
    font-weight: 500;
    color: var(--text);
    border-bottom: 1px solid var(--border-l);
    transition: background var(--t)
}

.drawer a:hover {
    background: var(--beige)
}

/* Breadcrumb */
.bc-br-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 14px 0px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bc-bar {
    background: white;
    border-bottom: 1px solid var(--border);
    padding: 7px 14px
}

.bc {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    color: var(--lighter);
    flex-wrap: wrap
}

.bc a {
    color: var(--blue)
}

.bc a:hover {
    text-decoration: underline
}

/* ══════════════════════════
     PAGE BODY
  ══════════════════════════ */
.page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

/* ══════════════════════════
     PRODUCT HERO CARD
  ══════════════════════════ */
.prod-hero {
    background: white;
    border-radius: var(--r-lg);
    border: 1px solid var(--border);
    overflow: hidden
}

.prod-hero-inner {
    display: grid;
    grid-template-columns: 400px 1fr 270px
}

/* GALLERY */
.gal-col {
    padding: 14px;
    border-right: 1px solid var(--border-l)
}

.gal-main {
    position: relative;
    border-radius: var(--r);
    overflow: hidden;
    border: 1px solid var(--border);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    cursor: zoom-in;
    margin-bottom: 8px;
    transition: border-color var(--t)
}

.gal-main:hover {
    border-color: var(--br-l)
}

.gal-emoji {
    font-size: clamp(5rem, 12vw, 9rem);
    transition: transform .35s ease;
    user-select: none;
    pointer-events: none
}

.gal-main.zoomed .gal-emoji {
    transform: scale(1.55)
}

.gal-top-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.g-badge {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 999px
}

.g-sale {
    background: var(--red);
    color: white
}

.g-best {
    background: var(--gold);
    color: white
}

.gal-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.g-act {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    transition: all var(--t);
    box-shadow: var(--sh)
}

.g-act:hover {
    background: var(--beige-d);
    border-color: var(--br-l)
}

.g-act.liked {
    color: var(--red)
}

.gal-zoom-hint {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 10px;
    background: rgba(0, 0, 0, .5);
    color: white;
    border-radius: 999px;
    opacity: 0;
    transition: opacity .2s
}

.gal-main:hover .gal-zoom-hint {
    opacity: 1
}

.thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    margin-bottom: 10px
}

.thumb {
    aspect-ratio: 1/1;
    border-radius: 6px;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    background: var(--cream);
    transition: all var(--t)
}

.thumb:hover,
.thumb.on {
    border-color: var(--br)
}

.gal-share {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-top: 10px;
    border-top: 1px solid var(--border-l)
}

.share-lbl {
    font-size: 11px;
    color: var(--lighter);
    font-weight: 500
}

.share-ic {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: background var(--t)
}

.share-ic:hover {
    background: var(--beige)
}

/* INFO COL */
.info-col {
    padding: 18px 20px;
    border-right: 1px solid var(--border-l);
    display: flex;
    flex-direction: column;
    gap: 12px
}

.brand-row {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap
}

.brand-lnk {
    font-size: 12px;
    font-weight: 700;
    color: var(--br);
    border-bottom: 1px dashed var(--br-l);
    cursor: pointer
}

.v-badge {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(30, 140, 69, .1);
    color: var(--green);
    border: 1px solid rgba(30, 140, 69, .2)
}

.sku-lbl {
    font-size: 11px;
    color: var(--lighter);
    margin-left: auto
}

.prod-title {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--text)
}

.prod-bn {
    font-family: var(--ffb);
    font-size: .95rem;
    font-weight: 500;
    color: var(--br-m);
    line-height: 1.45
}

/* Stars */
.stars-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.stars {
    display: flex;
    gap: 2px
}

.star {
    width: 13px;
    height: 13px;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    background: var(--lighter)
}

.star.f {
    background: #FFA500
}

.star.h {
    background: linear-gradient(90deg, #FFA500 50%, var(--lighter) 50%)
}

.r-score {
    font-size: 13px;
    font-weight: 700
}

.r-cnt {
    font-size: 12px;
    color: var(--blue);
    cursor: pointer
}

.r-cnt:hover {
    text-decoration: underline
}

.r-sep {
    width: 1px;
    height: 13px;
    background: var(--border)
}

.r-sold {
    font-size: 12px;
    color: var(--mid)
}

.stock-chip {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 999px;
    background: rgba(30, 140, 69, .08);
    color: var(--green);
    border: 1px solid rgba(30, 140, 69, .18)
}

/* Price */
.price-box {
    background: linear-gradient(135deg, rgba(75, 46, 30, .04), rgba(245, 240, 230, .7));
    border: 1px solid rgba(75, 46, 30, .1);
    border-radius: var(--r);
    padding: 12px 14px
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 4px
}

.price-main {
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--red);
    line-height: 1
}

.price-orig {
    font-size: .92rem;
    color: var(--lighter);
    text-decoration: line-through;
    font-family: var(--fb)
}

.price-disc {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    background: var(--red);
    color: white
}

.price-note {
    font-family: var(--ffb);
    font-size: 11px;
    color: var(--mid)
}

.deal-timer {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(75, 46, 30, .08)
}

.deal-lbl {
    font-size: 11px;
    color: var(--mid)
}

.t-units {
    display: flex;
    gap: 3px;
    align-items: center
}

.t-unit {
    background: var(--br);
    color: white;
    border-radius: 4px;
    padding: 2px 7px;
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    min-width: 26px;
    text-align: center
}

.t-sep {
    color: var(--br);
    font-weight: 700;
    font-size: 13px
}

/* Variants */
.var-block {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.var-lbl {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--mid);
    letter-spacing: .05em;
    text-transform: uppercase
}

.var-lbl span {
    color: var(--text);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none
}

.color-opts {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.c-opt {
    position: relative;
    cursor: pointer
}

.c-opt input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.c-swatch {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 6px 12px;
    border: 1.5px solid var(--border);
    border-radius: var(--r);
    transition: all var(--t);
    background: white;
    cursor: pointer;
    min-width: 64px
}

.c-opt input:checked~.c-swatch {
    border-color: var(--br);
    background: rgba(75, 46, 30, .04)
}

.c-swatch:hover {
    border-color: var(--br-l)
}

.c-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid rgba(0, 0, 0, .1)
}

.c-name {
    font-size: 10px;
    font-weight: 600;
    color: var(--mid)
}

.c-opt input:checked~.c-swatch .c-name {
    color: var(--br)
}

/* Qty */
.qty-row-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.qty-ctrl {
    display: flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden
}

.q-btn {
    width: 34px;
    height: 34px;
    background: var(--cream);
    font-size: 1rem;
    color: var(--text);
    transition: background var(--t);
    flex-shrink: 0
}

.q-btn:hover:not(:disabled) {
    background: var(--beige-d)
}

.q-btn:disabled {
    color: var(--lighter)
}

.q-in {
    width: 44px;
    height: 34px;
    border: none;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    outline: none;
    color: var(--text)
}

.qty-note {
    font-size: 11.5px;
    color: var(--light)
}

.qty-note span {
    color: var(--red);
    font-weight: 700
}

/* Bullets */
.bullets {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 12px;
    background: var(--cream);
    border-radius: var(--r);
    border: 1px solid var(--border-l)
}

.bullet {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 12.5px;
    color: var(--mid)
}

.b-ico {
    color: var(--green);
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 2px;
    font-weight: 700
}

.b-txt strong {
    color: var(--text);
    font-weight: 600
}

/* Buttons */
.btn-group {
    display: flex;
    gap: 8px
}

.btn-buy {
    flex: 1;
    height: 44px;
    border-radius: var(--r);
    font-size: 14px;
    font-weight: 700;
    background: var(--gold);
    color: white;
    border: none;
    transition: all var(--t);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.btn-buy:hover {
    background: #a06820;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(201, 150, 58, .4)
}

.btn-cart {
    flex: 1;
    height: 44px;
    border-radius: var(--r);
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    color: var(--br);
    border: 2px solid var(--br);
    transition: all var(--t);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.btn-cart:hover {
    background: rgba(75, 46, 30, .06)
}

.btn-cart.added,
.s-cart.added {
    background: var(--green);
    color: white;
    border-color: var(--green);
}

.btn-cart.added::before,
.s-cart.added::before {
    content: "✔";
    margin-right: 6px;
}

.btn-sec-row {
    display: flex;
    gap: 6px
}

.btn-wish {
    flex: 1;
    height: 36px;
    border-radius: var(--r);
    font-size: 12px;
    font-weight: 600;
    background: white;
    color: var(--mid);
    border: 1.5px solid var(--border);
    transition: all var(--t);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.btn-wish:hover {
    border-color: var(--red);
    color: var(--red)
}

.btn-wish.liked {
    border-color: var(--red);
    color: var(--red);
    background: rgba(229, 57, 53, .04)
}

.btn-cmp {
    flex: 1;
    height: 36px;
    border-radius: var(--r);
    font-size: 12px;
    font-weight: 600;
    background: white;
    color: var(--mid);
    border: 1.5px solid var(--border);
    transition: all var(--t);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.btn-cmp:hover {
    border-color: var(--blue);
    color: var(--blue)
}

/* DELIVERY COL */
.del-col {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.del-head {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--mid);
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 6px
}

.del-head::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--border-l)
}

/* Delivery checker */
.del-checker {}

.del-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 11px;
    background: var(--cream);
    border: 1.5px solid var(--border);
    border-radius: var(--r);
    font-size: 12.5px;
    font-weight: 600;
    color: var(--br);
    cursor: pointer;
    transition: all var(--t);
    text-align: left
}

.del-trigger:hover {
    border-color: var(--br-l)
}

.del-trigger.open {
    border-radius: var(--r) var(--r) 0 0;
    border-bottom-color: transparent;
    background: white
}

.del-panel {
    display: none;
    border: 1.5px solid var(--border);
    border-top: none;
    border-radius: 0 0 var(--r) var(--r);
    background: white;
    overflow: hidden
}

.del-panel.on {
    display: block
}

.del-step {
    padding: 10px 12px;
    border-bottom: 1px solid var(--border-l)
}

.del-step:last-child {
    border-bottom: none
}

.del-step-lbl {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--lighter);
    margin-bottom: 7px
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.chip {
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1.5px solid var(--border);
    background: white;
    color: var(--mid);
    cursor: pointer;
    transition: all var(--t)
}

.chip:hover {
    border-color: var(--br-l);
    color: var(--br)
}

.chip.sel {
    border-color: var(--br);
    background: rgba(75, 46, 30, .06);
    color: var(--br);
    font-weight: 700
}

.del-result {
    padding: 10px 12px;
    display: none
}

.del-result.on {
    display: block
}

.del-res-inner {
    border-radius: var(--r);
    padding: 10px 12px;
    display: flex;
    align-items: flex-start;
    gap: 9px
}

.del-res-icon {
    font-size: 1.3rem;
    flex-shrink: 0
}

.del-res-title {
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 2px
}

.del-res-sub {
    font-size: 11.5px;
    color: var(--mid);
    margin-bottom: 6px
}

.del-res-chips {
    display: flex;
    gap: 5px;
    flex-wrap: wrap
}

.del-res-chip {
    font-size: 10.5px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 999px
}

/* Mini trust pills */
.trust-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.t-pill {
    font-size: 10.5px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--cream);
    border: 1px solid var(--border);
    color: var(--mid);
    display: flex;
    align-items: center;
    gap: 4px
}

/* Seller */
.seller-box {
    background: var(--cream);
    border: 1px solid var(--border-l);
    border-radius: var(--r);
    padding: 10px 12px
}

.seller-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--br);
    margin-bottom: 5px
}

.seller-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 7px
}

.seller-stat {
    font-size: 11px;
    color: var(--mid)
}

.seller-stat strong {
    color: var(--text)
}

.seller-btn {
    font-size: 11px;
    font-weight: 600;
    color: var(--br);
    border-bottom: 1px dashed var(--br-l);
    cursor: pointer
}

/* ══════════════════════════
     LANDING PAGE SECTIONS
  ══════════════════════════ */

/* Section base */
.lp-section {
    background: white;
    border-radius: var(--r-lg);
    border: 1px solid var(--border);
    overflow: hidden
}

.lp-head {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-l);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.lp-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 8px
}

.lp-title::before {
    content: '';
    width: 3px;
    height: 18px;
    background: var(--br);
    border-radius: 2px;
    flex-shrink: 0
}

.lp-body {
    padding: 20px
}

/* Social proof banner */
.proof-banner {
    background: linear-gradient(135deg, var(--br-d) 0%, var(--br) 60%, var(--br-m) 100%);
    color: white;
    border-radius: var(--r-lg);
    padding: 24px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
    position: relative;
    overflow: hidden
}

.proof-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='.03'%3E%3Cpath d='M20 20.5V18H0v5h5v5H0v5h20v-9.5zm-2 4.5h-1v-1h1v1zm-1-7h1v1h-1v-1zM0 23h3v3H0v-3zm0-5h3v3H0v-3z'/%3E%3C/g%3E%3C/svg%3E");
    opacity: .4
}

.proof-stat {
    position: relative;
    text-align: center;
    padding: 8px 4px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.proof-stat:last-child {
    border-right: none
}

.proof-num {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    color: var(--gold);
    margin-bottom: 4px
}

.proof-lbl {
    font-size: 10.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, .7);
    letter-spacing: .04em
}

/* Why buy - horizontal scrollable on mobile */
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}

.why-card {
    padding: 16px;
    border-radius: var(--r);
    border: 1px solid var(--border-l);
    background: var(--cream);
    transition: all var(--t)
}

.why-card:hover {
    border-color: var(--br);
    background: rgba(75, 46, 30, .02);
    transform: translateY(-1px);
    box-shadow: var(--sh)
}

.why-icon {
    font-size: 1.8rem;
    margin-bottom: 8px
}

.why-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px
}

.why-desc {
    font-size: 12px;
    color: var(--mid);
    line-height: 1.55
}

/* Feature grid */
.feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.feat-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    border-radius: var(--r);
    border: 1px solid var(--border-l);
    background: var(--cream);
    transition: all var(--t)
}

.feat-card:hover {
    border-color: var(--br-l);
    box-shadow: var(--sh)
}

.feat-icon {
    font-size: 1.6rem;
    flex-shrink: 0
}

.feat-name {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 3px
}

.feat-desc {
    font-size: 11.5px;
    color: var(--mid);
    line-height: 1.5
}

.feat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--border-l)
}

.feat-tag {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(75, 46, 30, .07);
    color: var(--br);
    border: 1px solid rgba(75, 46, 30, .12)
}

/* Lifestyle */
.lifestyle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.ls-card {
    border-radius: var(--r);
    overflow: hidden;
    position: relative
}

.ls-img {
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem
}

.ls-img.a {
    background: linear-gradient(135deg, #F5EDE5, #D9C5AE)
}

.ls-img.b {
    background: linear-gradient(135deg, #E8DDD0, #C9B89A)
}

.ls-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(30, 15, 5, .72) 0%, transparent 55%)
}

.ls-copy {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px
}

.ls-copy-title {
    font-family: var(--ffb);
    font-size: .95rem;
    font-weight: 700;
    color: white;
    margin-bottom: 2px
}

.ls-copy-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, .65)
}

/* Tabs */
.tabs-nav {
    display: flex;
    border-bottom: 2px solid var(--border);
    overflow-x: auto;
    scrollbar-width: none
}

.tabs-nav::-webkit-scrollbar {
    display: none
}

.tab-btn {
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 600;
    color: var(--mid);
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    white-space: nowrap;
    cursor: pointer;
    transition: all var(--t)
}

.tab-btn:hover {
    color: var(--br)
}

.tab-btn.on {
    color: var(--br);
    border-bottom-color: var(--br)
}

.tab-pane {
    display: none;
    padding: 20px
}

.tab-pane.on {
    display: block
}

/* Spec table */
.spec-tbl {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 14px
}

.spec-tbl tr {
    border-bottom: 1px solid var(--border-l)
}

.spec-tbl tr:last-child {
    border-bottom: none
}

.spec-tbl td {
    padding: 9px 12px;
    vertical-align: top
}

.spec-tbl td:first-child {
    width: 38%;
    font-weight: 600;
    color: var(--mid);
    background: var(--cream)
}

.spec-tbl td:last-child {
    color: var(--text)
}

.desc-body {
    font-size: 13.5px;
    color: var(--mid);
    line-height: 1.8;
    margin-bottom: 12px
}

.desc-bn-box {
    font-family: var(--ffb);
    font-size: 13.5px;
    color: var(--text);
    line-height: 1.75;
    padding: 12px 16px;
    background: var(--cream);
    border-radius: var(--r);
    border-left: 3px solid var(--br);
    margin-bottom: 14px
}

/* Review */
.rv-header {
    display: grid;
    grid-template-columns: 100px 1fr 110px;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-l)
}

.rv-big {
    text-align: center
}

.rv-num {
    font-size: 3rem;
    font-weight: 700;
    color: var(--br);
    line-height: 1
}

.rv-big-stars {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin: 4px 0
}

.rv-out {
    font-size: 11px;
    color: var(--lighter)
}

.rv-bars {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.rv-bar-row {
    display: flex;
    align-items: center;
    gap: 7px
}

.rv-bar-lbl {
    font-size: 11.5px;
    color: var(--mid);
    width: 26px;
    text-align: right
}

.rv-track {
    flex: 1;
    height: 6px;
    background: var(--border);
    border-radius: 999px;
    overflow: hidden
}

.rv-fill {
    height: 100%;
    border-radius: 999px;
    background: var(--gold);
    transition: width .9s ease
}

.rv-cnt {
    font-size: 11px;
    color: var(--lighter);
    width: 22px
}

.rv-summary {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.rv-s-card {
    text-align: center;
    padding: 8px;
    background: var(--cream);
    border-radius: var(--r);
    border: 1px solid var(--border-l)
}

.rv-s-num {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text)
}

.rv-s-lbl {
    font-size: 10px;
    color: var(--lighter)
}

.rv-filters {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 14px
}

.rv-filter {
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1.5px solid var(--border);
    color: var(--mid);
    cursor: pointer;
    transition: all var(--t)
}

.rv-filter:hover,
.rv-filter.on {
    border-color: var(--br);
    color: var(--br);
    background: rgba(75, 46, 30, .05)
}

.rv-list {
    display: flex;
    flex-direction: column;
    gap: 0
}

.rv-item {
    padding: 14px 0;
    border-bottom: 1px solid var(--border-l)
}

.rv-item:last-child {
    border-bottom: none
}

.rv-item-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px
}

.rv-author-row {
    display: flex;
    align-items: center;
    gap: 8px
}

.rv-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: white;
    flex-shrink: 0
}

.rv-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 2px
}

.rv-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap
}

.rv-date {
    font-size: 11px;
    color: var(--lighter)
}

.rv-veri {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(30, 140, 69, .08);
    color: var(--green);
    border: 1px solid rgba(30, 140, 69, .18)
}

.rv-ptag {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(75, 46, 30, .07);
    color: var(--br)
}

.rv-stars-item {
    display: flex;
    gap: 2px;
    margin-bottom: 5px
}

.rv-text {
    font-size: 13px;
    color: var(--text);
    line-height: 1.65;
    margin-bottom: 5px
}

.rv-text-bn {
    font-family: var(--ffb);
    font-size: 13px;
    color: var(--mid);
    line-height: 1.65;
    margin-bottom: 7px
}

.rv-photos {
    display: flex;
    gap: 5px;
    margin-top: 7px
}

.rv-photo {
    width: 60px;
    height: 60px;
    border-radius: var(--r);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--cream);
    cursor: pointer;
    transition: all var(--t)
}

.rv-photo:hover {
    border-color: var(--br);
    transform: scale(1.05)
}

.rv-helpful {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 7px
}

.rv-hlbl {
    font-size: 11px;
    color: var(--lighter)
}

.rv-hbtn {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid var(--border);
    color: var(--mid);
    transition: all var(--t)
}

.rv-hbtn:hover {
    border-color: var(--br);
    color: var(--br)
}

/* FAQ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--r);
    overflow: hidden
}

.faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: var(--cream);
    cursor: pointer;
    gap: 8px;
    transition: background var(--t)
}

.faq-q:hover,
.faq-q.on {
    background: rgba(75, 46, 30, .04)
}

.faq-q-txt {
    font-size: 13px;
    font-weight: 600;
    color: var(--text)
}

.faq-q.on .faq-q-txt {
    color: var(--br)
}

.faq-ico {
    font-size: 15px;
    color: var(--br-l);
    flex-shrink: 0;
    transition: transform .28s;
    font-style: normal
}

.faq-ico.rot {
    transform: rotate(45deg)
}

.faq-a {
    display: none;
    padding: 11px 14px;
    border-top: 1px solid var(--border-l)
}

.faq-a.on {
    display: block
}

.faq-a p {
    font-size: 13px;
    color: var(--mid);
    line-height: 1.7;
    margin-bottom: 5px
}

.faq-a .bn {
    font-family: var(--ffb);
    font-size: 13px;
    color: var(--mid);
    line-height: 1.7
}

/* Related */
.related-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    background: var(--border-l)
}

.rel-item {
    background: white;
    padding: 12px;
    cursor: pointer;
    transition: background var(--t);
    position: relative
}

.rel-item:hover {
    background: var(--cream)
}

.rel-img {
    aspect-ratio: 1/1;
    border-radius: var(--r);
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 7px;
    border: 1px solid var(--border-l)
}

.rel-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 999px;
    background: var(--red);
    color: white
}

.rel-name {
    font-size: 12px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 3px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.rel-stars {
    font-size: 11px;
    color: #FFA500;
    margin-bottom: 3px
}

.rel-price {
    font-size: 13px;
    font-weight: 700;
    color: var(--red)
}

.rel-orig {
    font-size: 11px;
    color: var(--lighter);
    text-decoration: line-through;
    margin-left: 3px
}

.rel-add {
    width: 100%;
    height: 28px;
    background: transparent;
    color: var(--br);
    border: 1.5px solid var(--br);
    border-radius: var(--r);
    font-size: 11px;
    font-weight: 700;
    margin-top: 6px;
    transition: all var(--t)
}

.rel-add:hover {
    background: var(--br);
    color: white
}

/* Landing CTA section */
.lp-cta-section {
    background: linear-gradient(135deg, var(--br-d) 0%, var(--br-m) 100%);
    border-radius: var(--r-lg);
    padding: 28px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.lp-cta-copy {}

.lp-cta-title {
    font-family: var(--ffb);
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 4px
}

.lp-cta-sub {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 10px
}

.lp-cta-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.lp-cta-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .15)
}

.lp-cta-btns {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    flex-wrap: wrap
}

.lp-cta-btn-buy {
    padding: 13px 26px;
    border-radius: var(--r);
    font-size: 14px;
    font-weight: 700;
    background: var(--gold);
    color: white;
    border: none;
    cursor: pointer;
    transition: all var(--t);
    white-space: nowrap
}

.lp-cta-btn-buy:hover {
    background: #a06820
}

.lp-cta-btn-wa {
    padding: 12px 22px;
    border-radius: var(--r);
    font-size: 13px;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    color: white;
    border: 1.5px solid rgba(255, 255, 255, .25);
    cursor: pointer;
    transition: all var(--t);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px
}

.lp-cta-btn-wa:hover {
    background: var(--wa);
    border-color: var(--wa)
}

/* Ecosystem strip */
.eco-section {
    background: var(--br-d);
    border-radius: var(--r-lg);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px
}

.eco-lbl {
    font-size: 12px;
    font-weight: 700;
    color: var(--beige)
}

.eco-links {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.eco-link {
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .75);
    border: 1px solid rgba(255, 255, 255, .14);
    transition: all var(--t);
    display: flex;
    align-items: center;
    gap: 5px
}

.eco-link:hover {
    background: rgba(255, 255, 255, .15);
    color: white
}

.eco-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0
}

#footer-container {
    display: flex;
    justify-content: space-between;
    /* left + right */
    align-items: center;
    padding: 10px 20px;
}

#copy-right-footer {
    margin: 0;
}

.footer-links {
    text-align: right;
}

.footer-links a {
    text-decoration: none;
    color: #000;
    margin: 0 5px;
}

@media (max-width: 600px) {
    .bc-br-section {
        padding: 10px 12px 0px 12px;
        gap: 12px;
    }

    #footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        /* border-top: 1px solid #ccc; */
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        width: 100%;
        text-align: center;
    }

    .eco-section {
        background: var(--br-d);
        border-radius: var(--r-lg);
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px
    }


    .eco-links {
        display: flex;
        gap: 5px;
        flex-wrap: wrap
    }

    .eco-link {
        font-size: 9px;
        font-weight: 600;
        padding: 3px 6px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .09);
        color: rgba(255, 255, 255, .75);
        border: 1px solid rgba(255, 255, 255, .14);
        transition: all var(--t);
        display: flex;
        align-items: center;
        gap: 1px;
    }
}


/* ══════════════════════════
     STICKY BOTTOM BAR
  ══════════════════════════ */
.sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 600;
    background: white;
    border-top: 1px solid var(--border);
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .12)
}

.sticky-bar-inner {
    display: flex;
    align-items: center;
    gap: 8px
}

.sticky-price {
    flex-shrink: 0
}

.sticky-p {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--red);
    line-height: 1
}

.sticky-p-orig {
    font-size: 11px;
    color: var(--lighter);
    text-decoration: line-through
}

.sticky-btns {
    display: flex;
    gap: 6px;
    flex: 1
}

.s-cart {
    flex: 1;
    height: 42px;
    border-radius: var(--r);
    background: transparent;
    color: var(--br);
    border: 2px solid var(--br);
    font-size: 13px;
    font-weight: 700
}

.s-buy {
    flex: 1;
    height: 42px;
    border-radius: var(--r);
    background: var(--gold);
    color: white;
    border: none;
    font-size: 13px;
    font-weight: 700
}

/* Float WA */
.float-wa {
    position: fixed;
    bottom: 84px;
    right: 14px;
    z-index: 700;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--wa);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 4px 16px rgba(37, 211, 102, .5);
    animation: wap 2.5s ease-in-out infinite
}

@keyframes wap {

    0%,
    100% {
        box-shadow: 0 4px 16px rgba(37, 211, 102, .5)
    }

    50% {
        box-shadow: 0 4px 26px rgba(37, 211, 102, .75)
    }
}

/* Toast */
.toast {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%) translateY(16px);
    background: #1A1A1A;
    color: white;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    z-index: 800;
    opacity: 0;
    transition: all .28s ease;
    pointer-events: none;
    white-space: nowrap
}

.toast.on {
    opacity: 1;
    transform: translateX(-50%) translateY(0)
}

/* ══════════════════════════
     RESPONSIVE
  ══════════════════════════ */
@media(max-width:1100px) {
    .prod-hero-inner {
        grid-template-columns: 340px 1fr 240px
    }

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

    .why-grid,
    .feat-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width:900px) {
    .prod-hero-inner {
        grid-template-columns: 1fr 1fr
    }

    .del-col {
        grid-column: 1/-1;
        border-top: 1px solid var(--border-l)
    }

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

    .info-col {
        border-right: none
    }

    .related-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    /* .subnav {
        display: none
    } */

    .proof-banner {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:640px) {
    .lp-head {
        padding: 12px 12px;
        gap: 10px
    }

    .lp-title {
        font-size: 15px;
    }

    .lp-sub {
        font-size: 11px;
    }

    .prod-hero-inner {
        grid-template-columns: 1fr
    }

    .del-col {
        border-top: 1px solid var(--border-l)
    }

    .hburg {
        display: flex
    }

    .search-wrap {
        display: none
    }

    /* .nav-ic:not(.cart-wrap) {
        display: none
    } */

    .sticky-bar {
        display: block
    }

    .float-wa {
        bottom: 78px
    }

    body {
        padding-bottom: 66px
    }




    .why-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .feat-grid {
        grid-template-columns: 1fr
    }





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

    .ls-copy {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px
    }

    .ls-copy-title {
        font-size: 10px;
    }

    .ls-copy-sub {
        display: none;
    }

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

    .proof-banner {
        grid-template-columns: repeat(4, 1fr)
            /* grid-template-columns: 1fr 1fr */
    }

    .lp-cta-section {
        flex-direction: column
    }

    .lp-cta-btns {
        width: 100%
    }

    .lp-cta-btn-buy,
    .lp-cta-btn-wa {
        flex: 1;
        justify-content: center
    }

    .rv-header {
        grid-template-columns: 80px 1fr;
        grid-template-rows: auto auto
    }

    .rv-summary {
        flex-direction: row;
        grid-column: 1/-1
    }

    .rv-s-card {
        flex: 1
    }
}

@media(max-width:420px) {
    .related-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .proof-banner {
        grid-template-columns: repeat(4, 1fr);
        padding: 7px 7px;
    }

    .proof-num {
        font-size: 20px
    }

    .proof-lbl {
        font-size: 7px;
        font-weight: 500;
        color: rgba(255, 255, 255, .7);
        letter-spacing: .04em
    }
}

/* ══════════════════════════
   🔥 MOBILE UX BOOST (SAFE LAYER)
   Add at the END of your CSS
══════════════════════════ */

/* Better tap experience */
button,
a,
.chip,
.c-opt,
.thumb {
    -webkit-tap-highlight-color: transparent;
}

/* Improve readability on small devices */
@media (max-width:640px) {

    body {
        font-size: 15px;
        line-height: 1.7;
    }

    .prod-title {
        font-size: 1.25rem;
    }

    .prod-bn {
        font-size: 1rem;
    }

    .price-main {
        font-size: 1.6rem;
    }

    /* Better spacing */
    .page {
        padding: 10px 12px;
        gap: 12px;
    }

    .info-col {
        padding: 14px 14px;
    }

    .gal-col {
        padding: 10px;
    }

    /* Buttons more thumb-friendly */
    .btn-buy,
    .btn-cart {
        height: 48px;
        font-size: 15px;
        border-radius: 10px;
    }

    .btn-wish,
    .btn-cmp {
        height: 40px;
        font-size: 13px;
    }

    /* Quantity buttons bigger */
    .q-btn {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .q-in {
        height: 40px;
        width: 50px;
        font-size: 15px;
    }

    /* Make color options easier to tap */
    .c-swatch {
        padding: 8px 14px;
        min-width: 72px;
    }

    .c-dot {
        width: 20px;
        height: 20px;
    }

    /* Improve gallery feel */
    .gal-main {
        border-radius: 10px;
    }

    .thumb {
        border-radius: 8px;
        font-size: 1.7rem;
    }

    /* Cards more breathable */
    .why-card,
    .feat-card {
        padding: 14px;
    }

    /* Sticky bar improvement */
    .sticky-bar {
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    }

    .s-cart,
    .s-buy {
        height: 46px;
        font-size: 14px;
        border-radius: 10px;
    }

    /* Better review spacing */
    .rv-item {
        padding: 16px 0;
    }

    /* FAQ touch improvement */
    .faq-q {
        padding: 14px;
    }
}

/* Ultra small devices optimization */
@media (max-width:380px) {

    .price-main {
        font-size: 1.4rem;
    }

    .prod-title {
        font-size: 1.1rem;
    }

    .btn-buy,
    .btn-cart {
        font-size: 14px;
    }

    .nav-ic {
        font-size: 8.5px;
    }
}

/* Smooth scrolling feel */
html {
    scroll-padding-top: 70px;
}

/* Improve horizontal scroll (subnav, tabs) */
.subnav-in,
.tabs-nav {
    scroll-snap-type: x mandatory;
}

.subnav a,
.tab-btn {
    scroll-snap-align: start;
}

/* Better touch feedback */
.btn-buy:active,
.btn-cart:active,
.s-buy:active,
.s-cart:active {
    transform: scale(0.97);
}

/* Prevent accidental zoom on inputs (iOS fix style safe) */
input,
select,
textarea {
    font-size: 16px;
}

/* desktop default */
.drawer {
    display: none;
  }
  
  /* mobile drawer */
  .drawer-overlay,
  .drawer {
    display: none;
  }
  
  .drawer.on,
  .drawer-overlay.on {
    display: block;
  }
  
  /* desktop subnav visible */
  .subnav {
    display: block;
  }
  
  /* MOBILE MODE */
  @media (max-width: 768px) {
  
    .subnav {
      display: none; /* hide desktop subnav */
    }
  
    .drawer {
      position: fixed;
      top: 0;
      left: 0;
      width: 280px;
      height: 100%;
      background: #fff;
      z-index: 9999;
      transform: translateX(-100%);
      transition: 0.3s;
    }
  
    .drawer.on {
      transform: translateX(0);
    }
  
    .drawer-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.4);
      z-index: 9998;
    }
  
    .drawer-overlay.on {
      display: block;
    }
  }

  