/* ═══════════════════════════════════════
   STANCREATIVES THEME — MAIN CSS
   Built for House of Vee
   https://stancreatives.com
═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:        #1a2340;
  --navy-dark:   #111827;
  --navy-light:  #243057;
  --orange:      #e8650a;
  --orange-dark: #c9550a;
  --orange-light:#ff7a1f;
  --wa-green:    #25d366;
  --wa-dark:     #128c4a;
  --white:       #ffffff;
  --light-gray:  #f5f5f5;
  --lighter:     #fafafa;
  --border:      #e0e0e0;
  --text:        #1a1a1a;
  --gray:        #777;
  --gray-light:  #aaa;
  --green:       #22c55e;
  --red:         #ef4444;
  --star:        #f59e0b;
  --font:        'Poppins', sans-serif;
  --serif:       'Playfair Display', serif;
  --shadow-sm:   0 1px 3px rgba(0,0,0,0.08);
  --shadow:      0 4px 16px rgba(0,0,0,0.1);
  --shadow-lg:   0 10px 40px rgba(0,0,0,0.15);
  --radius:      6px;
  --trans:       all 0.25s ease;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: #fff; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; height: auto; }
button { cursor: pointer; font-family: var(--font); }
ul, ol { list-style: none; }
.wrap { max-width: 1300px; margin: 0 auto; padding: 0 20px; }

/* ─── ANNOUNCE BAR ─── */
.announce-bar { background: var(--navy-dark); color: rgba(255,255,255,.82); font-size: 11px; text-align: center; padding: 8px 20px; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.announce-bar strong { color: var(--orange); }
.announce-links { display: flex; gap: 18px; }
.announce-links a { color: rgba(255,255,255,.55); font-size: 10px; transition: var(--trans); }
.announce-links a:hover { color: var(--orange); }

/* ─── TOP HEADER ─── */
.top-header { background: var(--navy); padding: 12px 28px; display: flex; align-items: center; gap: 20px; position: sticky; top: 0; z-index: 300; box-shadow: 0 2px 10px rgba(0,0,0,.2); }
.logo-text-wrap { display: block; }
.logo-text { font-family: var(--serif); font-size: 27px; color: white; line-height: 1; }
.logo-text span { color: var(--orange); }
.logo-sub { font-size: 8px; letter-spacing: .2em; color: rgba(255,255,255,.4); text-transform: uppercase; margin-top: 2px; }
.top-header .custom-logo-link img { height: 60px; width: auto; }
.search-wrap { flex: 1; display: flex; align-items: stretch; background: #fff; border-radius: var(--radius); overflow: hidden; height: 46px; box-shadow: 0 2px 12px rgba(0,0,0,.2); }
.search-cat { display: flex; align-items: center; padding: 0 14px; border-right: 1px solid var(--border); background: var(--lighter); flex-shrink: 0; }
.search-cat select { border: none; background: transparent; font-size: 12px; font-family: var(--font); cursor: pointer; outline: none; max-width: 140px; }
.search-form-inner { flex: 1; display: flex; }
.search-input { flex: 1; border: none; outline: none; padding: 0 16px; font-size: 13px; font-family: var(--font); }
.search-input::placeholder { color: var(--gray-light); }
.search-btn { background: var(--orange); border: none; width: 52px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: var(--trans); }
.search-btn:hover { background: var(--orange-dark); }
.search-btn svg { width: 18px; }
.hdr-actions { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.hdr-icon { position: relative; display: flex; flex-direction: column; align-items: center; gap: 2px; cursor: pointer; color: white; padding: 4px; text-decoration: none; }
.hdr-icon svg { width: 22px; height: 22px; }
.hdr-icon span { font-size: 9px; color: rgba(255,255,255,.55); }
.hdr-badge { position: absolute; top: -2px; right: -4px; background: var(--orange); color: white; font-size: 9px; font-weight: 700; border-radius: 50%; width: 17px; height: 17px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--navy); }
.cart-hdr { display: flex; align-items: center; gap: 10px; color: white; cursor: pointer; }
.cart-hdr svg { width: 26px; height: 26px; }
.cart-hdr-info { font-size: 11px; line-height: 1.4; }
.cart-hdr-info span { display: block; color: rgba(255,255,255,.55); }
.cart-hdr-info strong { font-size: 14px; color: var(--orange); }
.cart-count-badge { background: var(--orange); color: white; font-size: 9px; font-weight: 700; border-radius: 50%; width: 19px; height: 19px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--navy); flex-shrink: 0; }

/* ─── ORANGE NAV ─── */
.orange-nav { background: var(--orange); display: flex; align-items: stretch; position: sticky; top: 70px; z-index: 200; box-shadow: 0 2px 8px rgba(232,101,10,.35); }
.cat-btn { display: flex; align-items: center; gap: 10px; padding: 0 22px; background: rgba(0,0,0,.15); color: white; font-size: 13px; font-weight: 600; border: none; min-width: 180px; border-right: 1px solid rgba(255,255,255,.2); flex-shrink: 0; }
.cat-btn svg { width: 16px; }
.cat-btn .ch { margin-left: auto; width: 12px; }
.main-nav { display: flex; align-items: stretch; overflow-x: auto; }
.main-nav::-webkit-scrollbar { display: none; }
.main-nav .nav-link, .main-nav li a { display: flex; align-items: center; padding: 13px 20px; color: white; font-size: 13px; font-weight: 500; border-bottom: 3px solid transparent; transition: var(--trans); white-space: nowrap; text-decoration: none; }
.main-nav .nav-link.active, .main-nav .nav-link:hover, .main-nav li a.active, .main-nav li a:hover { background: rgba(0,0,0,.12); border-bottom-color: white; }
.main-nav li { display: flex; }

/* ─── MEGA MENU ─── */
.mega-menu-wrap { position: relative; }
.mega-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 700px; max-width: 900px; background: white; border-top: 3px solid var(--orange); box-shadow: var(--shadow-lg); z-index: 400; padding: 16px; gap: 0; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); }
.mega-menu.open { display: grid; }
.mm-col { padding: 8px 12px; }
.mm-link { display: flex; align-items: center; gap: 7px; padding: 7px 0; font-size: 12px; color: var(--gray); border-bottom: 1px solid #f0f0f0; transition: var(--trans); }
.mm-link:last-child { border-bottom: none; }
.mm-link:hover { color: var(--orange); padding-left: 4px; }
.mm-ico { font-size: 16px; }
.mm-count { margin-left: auto; font-size: 10px; color: var(--gray-light); }

/* ─── HERO LAYOUT ─── */
.hero-layout { display: grid; grid-template-columns: 230px 1fr 270px; gap: 0; margin-top: 6px; min-height: 470px; }
.cat-sidebar { background: white; border: 1px solid var(--border); border-right: none; overflow-y: auto; }
.sidebar-title { background: var(--navy); color: white; font-size: 11px; font-weight: 700; padding: 14px 16px; text-transform: uppercase; letter-spacing: .07em; display: flex; align-items: center; gap: 8px; }
.sidebar-link { display: flex; align-items: center; gap: 8px; padding: 10px 16px; font-size: 12px; color: var(--text); border-bottom: 1px solid var(--border); transition: var(--trans); text-decoration: none; }
.sidebar-link:hover { background: #fff8f3; color: var(--orange); padding-left: 22px; }
.sidebar-link .count { margin-left: auto; font-size: 10px; color: var(--gray-light); }
.hero-main { position: relative; overflow: hidden; background: var(--navy); }
.h-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .7s; }
.h-slide.on { opacity: 1; }
.h-bg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; }
.h-bg img { width: 100%; height: 100%; object-fit: cover; }
.h-overlay { position: absolute; inset: 0; }
.h-text { position: absolute; bottom: 56px; left: 36px; right: 180px; color: white; }
.h-label { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }
.h-title { font-family: var(--serif); font-size: 32px; font-weight: 800; line-height: 1.22; margin-bottom: 10px; }
.h-sub { font-size: 12px; color: rgba(255,255,255,.75); margin-bottom: 12px; line-height: 1.65; }
.h-price { font-size: 20px; font-weight: 700; color: var(--orange); margin-bottom: 18px; }
.h-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: white; padding: 12px 26px; border-radius: var(--radius); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: var(--trans); }
.h-cta:hover { background: var(--orange-dark); transform: translateY(-2px); }
.h-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3); color: white; display: flex; align-items: center; justify-content: center; font-size: 18px; cursor: pointer; z-index: 5; transition: var(--trans); }
.h-nav-btn:hover { background: var(--orange); border-color: var(--orange); }
.h-prev { left: 10px; } .h-next { right: 10px; }
.h-dots { position: absolute; bottom: 18px; left: 36px; display: flex; gap: 7px; }
.h-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; transition: all .35s; border: none; }
.h-dot.on { background: var(--orange); width: 22px; border-radius: 4px; }
.hero-right { display: flex; flex-direction: column; }
.mini-banner { position: relative; flex: 1; overflow: hidden; cursor: pointer; display: flex; align-items: flex-end; }
.mini-banner:first-child { border-bottom: 3px solid white; }
.mini-banner-text { padding: 16px; color: white; position: relative; }
.mini-banner-text .tag { font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--orange); margin-bottom: 5px; }
.mini-banner-text h4 { font-size: 14px; font-weight: 700; line-height: 1.3; }
.mini-link { font-size: 10px; color: rgba(255,255,255,.65); margin-top: 7px; display: block; }

/* ─── TRUST BAR ─── */
.trust-bar { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--border); margin: 14px 0; border-radius: var(--radius); overflow: hidden; }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-right: 1px solid var(--border); transition: var(--trans); }
.trust-item:last-child { border-right: none; }
.trust-item:hover { background: var(--lighter); }
.trust-icon { font-size: 26px; flex-shrink: 0; }
.trust-text strong { font-size: 12px; font-weight: 600; display: block; }
.trust-text span { font-size: 10px; color: var(--gray); }

/* ─── SECTION HEADERS ─── */
.sec-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--border); position: relative; }
.sec-header::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 56px; height: 2px; background: var(--orange); }
.sec-header h2 { font-size: 20px; font-weight: 700; }
.sec-header h2 span { color: var(--orange); }
.sec-all { font-size: 11px; font-weight: 600; color: var(--orange); }
.sec-all:hover { text-decoration: underline; }
.hov-section { margin: 32px 0; }

/* ─── CIRCULAR CATEGORIES ─── */
.cat-section { margin: 28px 0; }
.cat-circles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px,1fr)); gap: 20px; }
.cat-circle { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; cursor: pointer; transition: var(--trans); text-decoration: none; }
.cat-circle:hover { transform: translateY(-5px); }
.cat-circle-img { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; border: 3px solid var(--border); transition: var(--trans); position: relative; background: var(--lighter); box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.cat-circle:hover .cat-circle-img { border-color: var(--orange); box-shadow: 0 8px 28px rgba(232,101,10,.22); }
.cat-circle-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.cat-circle:hover .cat-circle-img img { transform: scale(1.1); }
.cat-circle-emoji { font-size: 38px; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; transition: transform .3s; }
.cat-circle:hover .cat-circle-emoji { transform: scale(1.15); }
.cat-circle-name { font-size: 12px; font-weight: 600; color: var(--text); transition: var(--trans); line-height: 1.3; }
.cat-circle:hover .cat-circle-name { color: var(--orange); }
.cat-circle-count { font-size: 10px; color: var(--gray); }

/* ─── FLASH SALE ─── */
.flash-section { background: linear-gradient(135deg,var(--navy-dark) 0%,#1e2d50 100%); border-radius: var(--radius); padding: 22px 24px; margin: 20px 0; position: relative; overflow: hidden; }
.flash-header { display: flex; align-items: center; gap: 20px; margin-bottom: 18px; flex-wrap: wrap; }
.flash-title { color: white; font-size: 22px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.flash-title span { color: var(--orange); }
.countdown { display: flex; gap: 8px; align-items: center; }
.cd-unit { background: rgba(255,255,255,.1); border-radius: 6px; padding: 8px 12px; text-align: center; min-width: 56px; border: 1px solid rgba(255,255,255,.1); }
.cd-num { font-size: 22px; font-weight: 800; color: white; line-height: 1; }
.cd-label { font-size: 8px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .08em; }
.cd-sep { color: rgba(255,255,255,.4); font-size: 20px; font-weight: 700; }
.flash-all { margin-left: auto; color: var(--orange); font-size: 11px; font-weight: 600; border: 1px solid var(--orange); padding: 7px 16px; border-radius: var(--radius); transition: var(--trans); }
.flash-all:hover { background: var(--orange); color: white; }

/* ─── PRODUCT CARDS ─── */
.pc { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: white; transition: box-shadow .3s, transform .3s; position: relative; }
.pc:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.pc-img { position: relative; aspect-ratio: 1; background: var(--light-gray); overflow: hidden; }
.pc-img a { display: block; width: 100%; height: 100%; }
.pc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.pc:hover .pc-img img { transform: scale(1.07); }
.pc-badge { position: absolute; top: 8px; left: 8px; font-size: 9px; font-weight: 700; padding: 3px 8px; border-radius: 20px; text-transform: uppercase; letter-spacing: .05em; z-index: 2; background: var(--orange); color: white; }
.pc-badge.new { background: var(--green); }
.pc-badge.hot { background: var(--red); }
.pc-badge.var { background: var(--navy); top: 30px; }
.pc-ovl { position: absolute; top: 8px; right: 8px; display: flex; flex-direction: column; gap: 5px; opacity: 0; transform: translateX(8px); transition: all .25s; z-index: 2; }
.pc:hover .pc-ovl { opacity: 1; transform: translateX(0); }
.ov-b { width: 30px; height: 30px; border-radius: 50%; background: white; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 12px; cursor: pointer; transition: var(--trans); box-shadow: var(--shadow-sm); }
.ov-b:hover { background: var(--orange); border-color: var(--orange); }
.pc-body { padding: 10px 12px 13px; }
.pc-cat { font-size: 9px; color: var(--orange); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 3px; font-weight: 600; }
.pc-cat a { color: var(--orange); }
.pc-cat a:hover { color: var(--orange-dark); }
.pc-name { font-size: 12px; font-weight: 600; line-height: 1.35; margin-bottom: 5px; }
.pc-name a { color: var(--text); }
.pc-name a:hover { color: var(--orange); }
.pc-stars { display: flex; align-items: center; gap: 4px; margin-bottom: 6px; }
.stars { color: var(--star); font-size: 11px; }
.pc-stars span { font-size: 10px; color: var(--gray); }
.pc-price { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.pc-price .old { font-size: 10px; color: var(--navy); text-decoration: line-through; }
.pc-price .new { font-size: 15px; font-weight: 700; color: var(--orange); }
.pc-price .new del { text-decoration: none; }
.pc-price .woocommerce-Price-amount { display: inline; }
.disc { font-size: 9px; background: #fff3ea; color: var(--orange); padding: 1px 5px; border-radius: 3px; font-weight: 600; }
.pc-stock { font-size: 9px; margin-top: 5px; display: flex; align-items: center; gap: 4px; }
.pc-stock::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.pc-stock.in  { color: var(--green); }
.pc-stock.low { color: var(--red); }
.pc-stock.out { color: var(--gray); }
.pc-atc { width: 100%; margin-top: 9px; padding: 8px; background: var(--navy); color: white; border: none; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border-radius: 4px; transition: var(--trans); display: flex; align-items: center; justify-content: center; gap: 5px; text-decoration: none; }
.pc-atc:hover { background: var(--orange); }
.pc-atc.added { background: var(--green); }
.pc-atc.var-link { background: var(--navy-light); }

/* ─── GRIDS ─── */
.g4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.g5 { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }

/* ─── SLIDER ─── */
.slider-outer { position: relative; overflow: hidden; }
.slider-inner { display: flex; gap: 12px; transition: transform .42s cubic-bezier(.25,1,.5,1); }
.s-btn { position: absolute; top: 40%; transform: translateY(-50%); width: 34px; height: 34px; border-radius: 50%; background: white; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 16px; z-index: 5; box-shadow: var(--shadow); transition: var(--trans); }
.s-btn:hover { background: var(--orange); color: white; border-color: var(--orange); }
.s-prev { left: -16px; } .s-next { right: -16px; }

/* ─── PROMO BANNERS ─── */
.promo-banner { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin: 24px 0; }
.pb { border-radius: var(--radius); overflow: hidden; position: relative; min-height: 155px; display: flex; align-items: center; cursor: pointer; }
.pb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.pb:hover img { transform: scale(1.05); }
.pb-overlay { position: absolute; inset: 0; background: linear-gradient(to right,rgba(0,0,0,.78) 55%,rgba(0,0,0,.15)); }
.pb-content { position: relative; padding: 22px 24px; color: white; }
.pb-label { font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--orange); margin-bottom: 5px; }
.pb-title { font-size: 16px; font-weight: 700; line-height: 1.25; margin-bottom: 7px; }
.pb-sub { font-size: 11px; color: rgba(255,255,255,.65); margin-bottom: 12px; }
.pb-btn { display: inline-block; padding: 7px 16px; background: var(--orange); color: white; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; border-radius: 4px; transition: var(--trans); }

/* ─── TABS ─── */
.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--border); margin-bottom: 18px; flex-wrap: wrap; }
.tab { padding: 10px 20px; font-size: 12px; font-weight: 500; background: none; border: none; border-bottom: 2px solid transparent; color: var(--gray); cursor: pointer; transition: var(--trans); margin-bottom: -1px; }
.tab.on { color: var(--orange); border-bottom-color: var(--orange); font-weight: 600; }

/* ─── SAVE BANNER ─── */
.save-banner { background: linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%); border-radius: var(--radius); padding: 28px 36px; margin: 24px 0; color: white; display: flex; align-items: center; gap: 24px; position: relative; overflow: hidden; }
.save-banner::before { content: ''; position: absolute; right: -40px; top: -40px; width: 200px; height: 200px; border-radius: 50%; background: rgba(232,101,10,.12); }
.sb-content { position: relative; }
.sb-content .label { font-size: 9px; font-weight: 700; letter-spacing: .16em; color: var(--orange); text-transform: uppercase; margin-bottom: 6px; }
.sb-content h3 { font-family: var(--serif); font-size: 24px; font-weight: 700; margin-bottom: 8px; }
.sb-content p { font-size: 12px; color: rgba(255,255,255,.6); margin-bottom: 16px; }
.sb-btn { display: inline-block; padding: 10px 24px; background: var(--orange); color: white; border: none; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border-radius: var(--radius); transition: var(--trans); }
.sb-btn:hover { background: var(--orange-dark); }

/* ─── FEATURED ROW ─── */
.featured-row { display: grid; grid-template-columns: 300px 1fr; gap: 16px; margin: 32px 0; }
.featured-left { border-radius: var(--radius); overflow: hidden; position: relative; cursor: pointer; min-height: 400px; background: var(--navy); display: flex; align-items: flex-end; }
.featured-left img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.5); transition: transform .4s; }
.featured-left:hover img { transform: scale(1.04); }
.featured-left-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 60%); }
.featured-left-text { position: absolute; bottom: 28px; left: 24px; color: white; }
.featured-left-text .tag { font-size: 9px; font-weight: 700; letter-spacing: .14em; color: var(--orange); margin-bottom: 6px; }
.featured-left-text h3 { font-family: var(--serif); font-size: 22px; font-weight: 700; line-height: 1.25; margin-bottom: 14px; }
.featured-left-text a { display: inline-block; background: white; color: var(--navy); font-size: 10px; font-weight: 700; padding: 7px 16px; border-radius: 4px; text-transform: uppercase; letter-spacing: .06em; transition: var(--trans); }
.featured-left-text a:hover { background: var(--orange); color: white; }

/* ─── NEWSLETTER ─── */
.newsletter { background: linear-gradient(135deg,#fff3e8 0%,#fff8f2 100%); border: 1px solid #fde8c9; border-radius: var(--radius); padding: 40px; text-align: center; margin: 28px 0; }
.newsletter h2 { font-family: var(--serif); font-size: 28px; font-weight: 700; margin-bottom: 8px; }
.newsletter h2 span { color: var(--orange); }
.newsletter p { font-size: 13px; color: var(--gray); margin-bottom: 24px; }
.nl-form { display: flex; max-width: 480px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.nl-input { flex: 1; border: 1px solid var(--border); padding: 13px 18px; font-size: 13px; font-family: var(--font); outline: none; border-right: none; }
.nl-btn { background: var(--orange); color: white; border: none; padding: 13px 24px; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: var(--trans); white-space: nowrap; cursor: pointer; }
.nl-btn:hover { background: var(--orange-dark); }
.nl-note { font-size: 10px; color: var(--gray-light); margin-top: 10px; }

/* ─── BLOG ─── */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.blog-card { display: block; cursor: pointer; }
.blog-img { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; border-radius: var(--radius); background: var(--light-gray); margin-bottom: 14px; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.blog-card:hover .blog-img img { transform: scale(1.06); }
.blog-date { position: absolute; top: 10px; left: 10px; background: var(--orange); color: white; font-size: 9px; font-weight: 700; padding: 3px 10px; border-radius: 3px; }
.blog-cat { position: absolute; bottom: 10px; left: 10px; background: rgba(0,0,0,.65); color: white; font-size: 9px; font-weight: 600; padding: 3px 10px; border-radius: 3px; text-transform: uppercase; }
.blog-title { font-size: 14px; font-weight: 700; line-height: 1.45; margin-bottom: 7px; }
.blog-card:hover .blog-title { color: var(--orange); }
.blog-excerpt { font-size: 11px; color: var(--gray); line-height: 1.65; margin-bottom: 10px; }
.blog-meta { font-size: 10px; color: var(--gray-light); display: flex; gap: 12px; }
.blog-read { font-size: 11px; font-weight: 700; color: var(--orange); display: inline-flex; align-items: center; gap: 4px; margin-top: 10px; }

/* ══════════════════════════════════════
   WHATSAPP ORDER BUTTON
══════════════════════════════════════ */
.btn-whatsapp-order {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    background: var(--wa-green);
    color: white; border: none; border-radius: var(--radius);
    font-size: 13px; font-weight: 700; letter-spacing: .03em;
    padding: 13px 20px; cursor: pointer; text-decoration: none;
    transition: background .25s, transform .2s, box-shadow .2s;
    box-shadow: 0 4px 14px rgba(37,211,102,.35);
    width: 100%;
}
.btn-whatsapp-order:hover {
    background: var(--wa-dark);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(37,211,102,.45);
    color: white;
}
.btn-whatsapp-order svg { flex-shrink: 0; }
.single-wa-btn { margin-top: 12px; font-size: 14px; padding: 14px 24px; }
.qv-wa-btn { margin: 10px 0; font-size: 12px; padding: 10px 16px; }

/* ─── CART DRAWER ─── */
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 400; opacity: 0; pointer-events: none; transition: opacity .3s; }
.cart-overlay.open { opacity: 1; pointer-events: all; }
.cart-drawer { position: fixed; top: 0; right: -440px; width: 420px; height: 100vh; background: white; z-index: 401; display: flex; flex-direction: column; box-shadow: -5px 0 30px rgba(0,0,0,.2); transition: right .35s cubic-bezier(.25,1,.5,1); }
.cart-drawer.open { right: 0; }
.cart-head { padding: 18px 24px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: white; }
.cart-head h3 { font-size: 16px; font-weight: 700; }
.cart-close { background: none; border: none; color: white; font-size: 22px; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; padding: 16px; }
.cart-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); position: relative; }
.cart-item img { width: 72px; height: 72px; object-fit: cover; border-radius: 4px; border: 1px solid var(--border); flex-shrink: 0; }
.cart-item-img-placeholder { width: 72px; height: 72px; border-radius: 4px; border: 1px solid var(--border); background: var(--light-gray); display: flex; align-items: center; justify-content: center; font-size: 28px; flex-shrink: 0; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name { font-size: 12px; font-weight: 600; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cart-item-attrs { font-size: 9px; color: var(--gray); margin-bottom: 2px; }
.cart-item-price { font-size: 13px; font-weight: 700; color: var(--orange); }
.qty-ctrl { display: flex; align-items: center; margin-top: 7px; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; width: fit-content; }
.qty-btn { width: 28px; height: 28px; background: var(--lighter); border: none; font-size: 16px; cursor: pointer; transition: var(--trans); }
.qty-btn:hover { background: var(--orange); color: white; }
.qty-val { width: 36px; text-align: center; font-size: 12px; font-weight: 600; }
.cart-del { background: none; border: none; color: var(--gray-light); font-size: 16px; cursor: pointer; padding: 4px; align-self: flex-start; transition: var(--trans); }
.cart-del:hover { color: var(--red); }
.cart-empty { text-align: center; padding: 60px 20px; color: var(--gray); }
.cart-empty .ico { font-size: 50px; margin-bottom: 12px; }
.cart-empty p { font-size: 13px; }
.cart-foot { padding: 18px 24px; border-top: 2px solid var(--border); background: var(--lighter); }
.cart-subtotal { display: flex; justify-content: space-between; margin-bottom: 6px; font-size: 13px; }
.cart-subtotal strong { font-size: 18px; color: var(--orange); }
.cart-shipping { font-size: 10px; color: var(--green); margin-bottom: 14px; }
.cart-actions { display: flex; flex-direction: column; gap: 8px; }
.btn-checkout { display: block; padding: 14px; background: var(--orange); color: white; border: none; font-size: 13px; font-weight: 700; border-radius: var(--radius); transition: var(--trans); text-align: center; }
.btn-checkout:hover { background: var(--orange-dark); }
.btn-view-cart { display: block; padding: 10px; background: white; color: var(--navy); border: 1px solid var(--navy); font-size: 12px; font-weight: 600; border-radius: var(--radius); transition: var(--trans); text-align: center; }
.btn-view-cart:hover { background: var(--navy); color: white; }
.cart-payment-icons { display: flex; gap: 6px; margin-top: 12px; justify-content: center; flex-wrap: wrap; }
.pay-icon { background: white; border: 1px solid var(--border); border-radius: 3px; padding: 3px 8px; font-size: 9px; font-weight: 700; color: var(--gray); }

/* ─── QUICK VIEW MODAL ─── */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 500; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .3s; }
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-box { background: white; border-radius: 10px; width: 860px; max-width: 95vw; max-height: 90vh; overflow: auto; display: grid; grid-template-columns: 1fr 1fr; position: relative; transform: scale(.95); transition: transform .3s; }
.modal-overlay.open .modal-box { transform: scale(1); }
.modal-loading { display: flex; align-items: center; justify-content: center; padding: 80px; grid-column: 1/-1; }
.spinner { width: 40px; height: 40px; border: 3px solid var(--border); border-top-color: var(--orange); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.modal-close { position: absolute; top: 14px; right: 14px; background: white; border: 1px solid var(--border); width: 32px; height: 32px; border-radius: 50%; font-size: 18px; cursor: pointer; z-index: 5; display: flex; align-items: center; justify-content: center; }
.modal-close:hover { background: var(--red); color: white; border-color: var(--red); }
.modal-img { background: var(--light-gray); overflow: hidden; }
.modal-img img { width: 100%; height: 100%; object-fit: cover; min-height: 380px; }
.modal-info { padding: 32px; overflow-y: auto; }
.modal-cat { font-size: 10px; color: var(--gray); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }
.modal-name { font-size: 20px; font-weight: 700; margin-bottom: 10px; line-height: 1.3; }
.modal-stars { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.modal-price { margin-bottom: 16px; }
.modal-price .new { font-size: 28px; font-weight: 800; color: var(--orange); }
.modal-price .new del { text-decoration: none; }
.modal-price .old { font-size: 14px; color: var(--gray-light); text-decoration: line-through; margin-left: 8px; }
.modal-desc { font-size: 12px; color: var(--gray); line-height: 1.7; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.modal-qty-row { display: flex; gap: 10px; align-items: center; margin-bottom: 16px; }
.modal-qty { display: flex; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.modal-qty button { width: 36px; height: 42px; background: var(--lighter); border: none; font-size: 18px; cursor: pointer; transition: var(--trans); }
.modal-qty button:hover { background: var(--orange); color: white; }
.modal-qty input { width: 52px; text-align: center; border: none; border-left: 1px solid var(--border); border-right: 1px solid var(--border); font-size: 14px; font-weight: 600; font-family: var(--font); outline: none; }
.modal-atc { flex: 1; background: var(--orange); color: white; border: none; height: 42px; font-size: 12px; font-weight: 700; border-radius: 4px; transition: var(--trans); letter-spacing: .05em; cursor: pointer; display: flex; align-items: center; justify-content: center; text-decoration: none; }
.modal-atc:hover { background: var(--orange-dark); }
.modal-wishlist { width: 42px; height: 42px; border: 1px solid var(--border); background: white; border-radius: 4px; font-size: 18px; cursor: pointer; transition: var(--trans); }
.modal-wishlist:hover { border-color: var(--red); color: var(--red); }
.modal-meta { font-size: 10px; color: var(--gray); margin-top: 14px; line-height: 1.9; }
.modal-meta strong { color: var(--text); }
.view-full-link { display: inline-block; font-size: 11px; font-weight: 600; color: var(--orange); margin: 8px 0; }

/* ══════════════════════════════════════
   SINGLE PRODUCT PAGE
══════════════════════════════════════ */
.single-product-page { padding: 20px 0 40px; }
.breadcrumb { font-size: 11px; color: var(--gray); padding: 10px 0 16px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.breadcrumb a { color: var(--gray); transition: var(--trans); }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb span { color: var(--orange); }
.single-product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.single-gallery { position: sticky; top: 20px; align-self: start; }

/* Main image wrapper — contains image + thumbs overlay */
.main-product-img {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--light-gray);
  border: 1px solid var(--border);
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
}
.main-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}

/* Arrow navigation buttons inside main image */
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background 0.2s;
}
.gallery-arrow:hover { background: var(--orange); color: #fff; }
.gallery-arrow.prev { left: 10px; }
.gallery-arrow.next { right: 10px; }

/* Thumbnails strip inside bottom of main image */
.product-thumbs {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
  background: rgba(255,255,255,0.85);
  border-radius: 8px;
  padding: 5px 8px;
  backdrop-filter: blur(4px);
}
.product-thumb {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  background: var(--light-gray);
  transition: var(--trans);
}
.product-thumb.on, .product-thumb:hover { border-color: var(--orange); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.single-cat { font-size: 11px; color: var(--orange); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; font-weight: 700; }
.single-cat a { color: var(--orange); text-decoration: none; }
.single-cat a:hover { color: var(--orange-dark); }
.single-title { font-family: var(--serif); font-size: 26px; font-weight: 700; line-height: 1.3; margin-bottom: 12px; }
.single-stars { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.rating-count { font-size: 11px; color: var(--gray); }
.in-stock-badge { font-size: 11px; color: var(--green); font-weight: 600; }
.out-stock-badge { font-size: 11px; color: var(--red); font-weight: 600; }
.single-price-wrap { margin-bottom: 16px; }
.single-price { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.sale-price-main { font-size: 28px; font-weight: 800; color: var(--orange); }
.sale-price-main del { text-decoration: none; }
.reg-price { font-size: 16px; color: var(--navy); text-decoration: line-through; }
.save-badge { background: #fff3ea; color: var(--orange); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.variable-price { font-size: 22px; font-weight: 700; color: var(--orange); display: flex; align-items: center; gap: 6px; flex-wrap: nowrap; } .variable-price ins { text-decoration: none; } .variable-price del { color: var(--navy); font-size: 16px; }
.single-short-desc { font-size: 13px; color: var(--gray); line-height: 1.7; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }

/* Variable product options */
.variable-options { margin-bottom: 20px; }
.variation-row { margin-bottom: 16px; }
.variation-label { font-size: 12px; font-weight: 600; display: block; margin-bottom: 8px; color: var(--text); }
.variation-label .selected-val { color: var(--orange); font-weight: 700; margin-left: 6px; }
.variation-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.variation-btn { padding: 6px 14px; border: 1.5px solid var(--border); border-radius: 4px; font-size: 11px; cursor: pointer; transition: var(--trans); background: white; font-family: var(--font); }
.variation-btn:hover { border-color: var(--orange); color: var(--orange); }
.variation-btn.on { border-color: var(--orange); color: var(--orange); background: #fff3ea; font-weight: 600; }
.variation-notice { display: flex; align-items: center; gap: 12px; margin-top: 12px; padding: 10px 14px; background: var(--lighter); border-radius: 4px; border-left: 3px solid var(--orange); }
.v-price { font-size: 16px; font-weight: 700; color: var(--orange); }
.v-stock { font-size: 11px; color: var(--green); }

/* Single page qty + cart row */
.single-qty-row { display: flex; gap: 10px; align-items: stretch; margin-bottom: 14px; flex-wrap: wrap; }
.qty-control { display: flex; border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; flex-shrink: 0; }
.qty-control button { width: 40px; background: var(--lighter); border: none; font-size: 20px; cursor: pointer; transition: var(--trans); }
.qty-control button:hover { background: var(--orange); color: white; }
.qty-control input { width: 52px; text-align: center; border: none; border-left: 1.5px solid var(--border); border-right: 1.5px solid var(--border); font-size: 15px; font-weight: 600; outline: none; font-family: var(--font); }
.btn-add-cart { flex: 1; background: var(--navy); color: white; border: none; border-radius: var(--radius); font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 0 20px; cursor: pointer; transition: var(--trans); min-height: 48px; }
.btn-add-cart:hover:not(:disabled) { background: var(--orange); }
.btn-add-cart:disabled { opacity: .55; cursor: not-allowed; }
.btn-add-cart.added { background: var(--green); }
.btn-share,
.btn-wishlist { width: 48px; min-width: 48px; height: 48px; border: 1.5px solid var(--border); background: white; border-radius: var(--radius); font-size: 20px; cursor: pointer; transition: var(--trans); flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; color: var(--navy); }
.btn-share svg { width: 19px; height: 19px; }
.btn-share:hover { border-color: var(--orange); color: var(--orange); background: #fff7f0; }
.btn-wishlist:hover { border-color: var(--red); color: var(--red); }
.out-of-stock-msg { color: var(--red); font-size: 13px; font-weight: 600; padding: 12px; background: #fff5f5; border-radius: 4px; margin-bottom: 16px; }
.single-meta { font-size: 11px; color: var(--gray); line-height: 2; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }
.single-meta strong { color: var(--text); }
.single-trust { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.st { background: var(--lighter); border: 1px solid var(--border); border-radius: 4px; padding: 6px 12px; font-size: 10px; font-weight: 600; color: var(--gray); }
.product-tabs { margin: 32px 0; }
.product-tab-nav { display: flex; border-bottom: 2px solid var(--border); margin-bottom: 24px; }
.product-tab-btn { padding: 12px 24px; font-size: 13px; font-weight: 500; background: none; border: none; border-bottom: 2px solid transparent; color: var(--gray); cursor: pointer; transition: var(--trans); margin-bottom: -2px; }
.product-tab-btn.on { color: var(--orange); border-bottom-color: var(--orange); font-weight: 600; }
.product-tab-content { display: none; }
.product-tab-content.on { display: block; }
.product-description { font-size: 14px; line-height: 1.8; color: var(--text); }
.product-description h1, .product-description h2, .product-description h3 { margin: 16px 0 8px; }
.related-products { margin: 32px 0; }

/* ─── TOAST ─── */
.toast-container { position: fixed; top: 80px; right: 22px; z-index: 600; display: flex; flex-direction: column; gap: 8px; pointer-events: none; }
.toast { background: var(--navy); color: white; padding: 12px 18px; border-radius: var(--radius); font-size: 12px; font-weight: 500; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-lg); animation: toastIn .35s ease; border-left: 3px solid var(--orange); max-width: 300px; pointer-events: all; }
.toast.success { border-left-color: var(--green); }
.toast.error { border-left-color: var(--red); }
@keyframes toastIn { from{transform:translateX(20px);opacity:0} to{transform:translateX(0);opacity:1} }

/* ─── WHATSAPP FAB ─── */
.wa { position: fixed; bottom: 24px; right: 24px; z-index: 300; width: 52px; height: 52px; border-radius: 50%; background: var(--wa-green); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 18px rgba(37,211,102,.5); transition: var(--trans); }
.wa:hover { transform: scale(1.12); box-shadow: 0 6px 24px rgba(37,211,102,.6); }
.wa svg { width: 26px; height: 26px; }

/* ─── SCROLL ANIMATION ─── */
.fi { opacity: 0; transform: translateY(22px); transition: opacity .55s, transform .55s; }
.fi.show { opacity: 1; transform: translateY(0); }

/* ─── FOOTER ─── */
.site-footer { background: var(--navy-dark); color: white; margin-top: 50px; }
.footer-top-bar { background: var(--navy); }
.footer-top-bar .wrap { padding: 12px 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-top-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-top-links a, .footer-top-links li a { font-size: 11px; color: rgba(255,255,255,.5); transition: var(--trans); text-decoration: none; }
.footer-top-links a:hover { color: var(--orange); }
.footer-top-right { font-size: 10px; color: rgba(255,255,255,.3); }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr 1.5fr; gap: 36px; padding: 44px 28px 24px; max-width: 1300px; margin: 0 auto; }
.f-logo-text { font-family: var(--serif); font-size: 30px; color: white; }
.f-logo-text span { color: var(--orange); }
.f-logo-sub { font-size: 8px; letter-spacing: .2em; color: rgba(255,255,255,.3); text-transform: uppercase; margin-top: 1px; margin-bottom: 12px; }
.f-about { font-size: 11px; color: rgba(255,255,255,.45); line-height: 1.8; margin-bottom: 14px; }
.f-contact { font-size: 11px; color: rgba(255,255,255,.6); line-height: 2; }
.f-contact strong { color: white; }
.f-social { display: flex; gap: 8px; margin-top: 14px; }
.f-soc { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.6); transition: var(--trans); cursor: pointer; }
.f-soc:hover { background: var(--orange); border-color: var(--orange); color: white; }
.f-col-title { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--orange); margin-bottom: 16px; }
.f-links { display: flex; flex-direction: column; gap: 9px; }
.f-links a { font-size: 11px; color: rgba(255,255,255,.5); transition: var(--trans); text-decoration: none; }
.f-links a:hover { color: var(--orange); padding-left: 4px; }
.f-newsletter-mini h4 { font-size: 12px; font-weight: 600; margin-bottom: 7px; color: rgba(255,255,255,.8); }
.f-newsletter-mini p { font-size: 10px; color: rgba(255,255,255,.4); margin-bottom: 12px; line-height: 1.6; }
.f-nl-row { display: flex; border-radius: 4px; overflow: hidden; }
.f-nl-input { flex: 1; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-right: none; padding: 9px 12px; color: white; font-size: 11px; font-family: var(--font); outline: none; }
.f-nl-input::placeholder { color: rgba(255,255,255,.3); }
.f-nl-btn { background: var(--orange); border: none; padding: 0 14px; font-size: 10px; font-weight: 700; color: white; cursor: pointer; white-space: nowrap; transition: var(--trans); }
.f-nl-btn:hover { background: var(--orange-dark); }
.f-pay { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.f-pay-tag { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 4px; padding: 4px 8px; font-size: 9px; font-weight: 700; color: rgba(255,255,255,.6); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); }
.footer-bottom-inner { padding: 14px 28px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; color: rgba(255,255,255,.25); flex-wrap: wrap; gap: 8px; }
.footer-bottom-inner a { color: var(--orange); }

/* ─── WOOCOMMERCE ─── */
.woo-wrap { max-width: 1300px; margin: 0 auto; padding: 20px; }

/* ─── RESPONSIVE ─── */
@media (max-width:1200px) {
  .hero-layout { grid-template-columns: 1fr; }
  .cat-sidebar { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .hero-right { flex-direction: row; }
  .mini-banner:first-child { border-bottom: none; border-right: 3px solid white; }
}
@media (max-width:960px) {
  .promo-banner { grid-template-columns: 1fr 1fr; }
  .g4, .g5 { grid-template-columns: repeat(2,1fr); }
  .featured-row { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: repeat(2,1fr); }
  .cat-circles-grid { grid-template-columns: repeat(5,1fr); }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .single-product-layout { grid-template-columns: 1fr; gap: 24px; }
  .single-gallery { position: static; }
}
@media (max-width:680px) {
  .top-header { padding: 10px 14px; flex-wrap: wrap; gap: 10px; }
  .search-wrap { order: 3; flex: 0 0 100%; }
  .search-cat { display: none; }
  .promo-banner { grid-template-columns: 1fr; }
  .cat-circles-grid { grid-template-columns: repeat(3,1fr); }
  .cart-drawer { width: 100vw; right: -100vw; }
  .modal-box { grid-template-columns: 1fr; }
  .modal-img { display: none; }
  .blog-grid, .g4, .g5 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: 1fr; }
  .single-qty-row { display: grid; grid-template-columns: 132px minmax(96px, 1fr) 48px 48px; gap: 8px; }
  .qty-control { width: 132px; }
  .btn-add-cart { min-width: 0; padding: 0 12px; font-size: 12px; }
  .btn-share,
  .btn-wishlist { width: 48px; height: 48px; }
}
@media (max-width:420px) {
  .cat-circles-grid { grid-template-columns: repeat(2,1fr); }
  .cat-circle-img { width: 80px; height: 80px; }
  .single-qty-row { grid-template-columns: 132px minmax(90px, 1fr) 44px 44px; gap: 7px; }
  .btn-share,
  .btn-wishlist { width: 44px; min-width: 44px; height: 48px; }
  .btn-share svg { width: 18px; height: 18px; }
}
@media (max-width:360px) {
  .single-qty-row { grid-template-columns: 126px minmax(74px, 1fr) 40px 40px; gap: 6px; }
  .qty-control { width: 126px; }
  .qty-control button { width: 38px; }
  .qty-control input { width: 50px; }
  .btn-add-cart { font-size: 11px; padding: 0 8px; }
  .btn-share,
  .btn-wishlist { width: 40px; min-width: 40px; height: 48px; }
}

/* ── RELATED PRODUCTS MARQUEE ── */
.related-marquee-wrap{overflow:hidden;width:100%;position:relative}
.related-marquee-wrap::before,.related-marquee-wrap::after{content:'';position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}
.related-marquee-wrap::before{left:0;background:linear-gradient(to right,#fff,transparent)}
.related-marquee-wrap::after{right:0;background:linear-gradient(to left,#fff,transparent)}
.related-marquee{display:flex;gap:16px;width:max-content;will-change:transform}
.related-marquee .pc{width:220px;flex-shrink:0}
.related-marquee .pc img{height:180px!important;object-fit:cover!important}

/* KILL SCROLLBARS ON PRODUCT CARDS */
.stanc-gallery-wrap::-webkit-scrollbar, 
.pc::-webkit-scrollbar, 
.pc-img::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}
