/* ===================================================================
   Ecosave — visual polish layer
   Loaded AFTER main.css. Same selectors, later in the cascade, so this
   file only needs to state the properties that change — nothing here
   touches layout/behavior, only look and feel (color, shadow, radius,
   spacing, type). Safe to remove by simply not linking this file.
   =================================================================== */

:root{
  --g:#0a7d46;
  --g2:#12b269;
  --ink:#152922;
  --muted:#68796f;
  --bg:#f3f7f4;
  --line:#e6ede8;
  --card:#fff;
  --shadow-sm:0 1px 2px rgba(16,40,28,.05), 0 1px 1px rgba(16,40,28,.04);
  --shadow-md:0 8px 24px rgba(14,45,30,.08);
  --shadow-lg:0 20px 45px rgba(10,35,22,.14);
  --radius:16px;
}

body{
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  letter-spacing:-.005em;
}

/* ---------- Header ---------- */
.top{
  padding:14px 5vw;
  gap:22px;
  box-shadow:0 1px 0 var(--line), 0 2px 12px rgba(16,40,28,.04);
  backdrop-filter:saturate(1.1);
}
.brand{font-size:21px;letter-spacing:-.02em}
.leaf{
  width:38px;height:38px;border-radius:12px;
  background:linear-gradient(140deg,var(--g),var(--g2));
  box-shadow:0 6px 14px rgba(10,125,70,.35);
  font-weight:800;
}
.search{position:relative}
.search:before{
  content:'⌕';
  position:absolute;left:16px;top:50%;transform:translateY(-52%);
  font-size:18px;color:#9fb0a5;pointer-events:none;font-weight:700;
}
.search input{
  padding:13px 18px 13px 42px;
  border:1.5px solid var(--line);
  border-radius:999px;
  background:#f7faf7;
  transition:border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.search input:focus{
  border-color:#a8d9ba;
  background:#fff;
  box-shadow:0 0 0 4px rgba(10,125,70,.10);
}
.iconbtn,.primary{border-radius:999px;transition:transform .12s ease, box-shadow .15s ease, background .15s ease}
.dealer-login-icon{
  width:40px;height:40px;
  background:#f3f7f4;border-color:var(--line);
  transition:background .15s ease, transform .12s ease;
}
.dealer-login-icon:hover{background:#e9f4ec;transform:translateY(-1px)}
.primary{
  box-shadow:0 8px 18px rgba(10,125,70,.28);
}
.primary:hover{box-shadow:0 10px 22px rgba(10,125,70,.36);transform:translateY(-1px)}
.primary:active{transform:translateY(0)}

/* ---------- Hero ---------- */
.hero{
  position:relative;
  padding:38px 5vw 26px;
  overflow:hidden;
}
.hero:before{
  content:'';
  position:absolute;inset:0 0 auto 0;height:220px;
  background:radial-gradient(60% 100% at 12% 0%, rgba(10,125,70,.09), transparent 70%),
             radial-gradient(40% 90% at 90% 0%, rgba(18,178,105,.08), transparent 65%);
  z-index:-1;
}
.hero h1{
  font-size:37px;font-weight:850;letter-spacing:-.03em;line-height:1.12;
  color:var(--ink);
}
.hero p{font-size:15.5px;margin-top:10px}
.hero .primary{padding:13px 22px;font-size:14.5px;border-radius:14px}

/* ---------- Layout shells ---------- */
.side,.toolbar,.product{
  border-radius:var(--radius);
  border-color:var(--line);
  box-shadow:var(--shadow-sm);
}
.side{padding:20px}
.toolbar{padding:14px 18px;box-shadow:none;background:transparent;border:0}
#count{font-size:15px}
#sort{
  border:1.5px solid var(--line);border-radius:12px;padding:9px 14px;
  background:#fff;font-weight:600;font-size:13px;color:var(--ink);
}

/* ---------- Filters ---------- */
.filter-title h3{font-size:17px;letter-spacing:-.01em}
.filter-count{font-size:11px;color:var(--muted);font-weight:600}
.filter-clear{
  background:none;border:0;color:var(--g);font-weight:700;font-size:12.5px;
  padding:4px 2px;
}
.filter{margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #eef3ef}
.filter:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.filter label{
  font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
  color:#8b988f;
}
.filter input,.filter select{
  border-radius:12px;border-color:var(--line);padding:11px 12px;
}
.chip{
  border-radius:999px;padding:8px 13px;font-size:12.5px;font-weight:600;
  color:#41544a;transition:all .13s ease;
}
.chip:hover{border-color:#c7dfcf;background:#f6fbf7}
.chip.active{
  background:linear-gradient(135deg,var(--g),var(--g2));
  border-color:transparent;color:#fff;font-weight:700;
  box-shadow:0 6px 14px rgba(10,125,70,.28);
}

/* ---------- Product grid & cards ---------- */
.grid{gap:18px}
.product{
  border-radius:18px;
  box-shadow:var(--shadow-sm);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.product:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-lg);
  border-color:#cfe6d7;
}
.pic{
  background:linear-gradient(160deg,#f7fbf8,#eef5f0);
}
.pic:after{
  background:rgba(10,20,15,.78);color:#fff;
  font-weight:700;letter-spacing:.01em;
  backdrop-filter:blur(2px);
}
.badge{
  border-radius:999px;font-weight:800;letter-spacing:.01em;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
  padding:6px 11px;
}
.product-select{
  width:30px;height:30px;border-radius:50%;
  background:#fff;color:#8b988f;border:1.5px solid var(--line);
  display:grid;place-items:center;font-size:15px;font-weight:800;
  box-shadow:0 4px 10px rgba(16,40,28,.10);
  transition:all .15s ease;
}
.product-select:hover{border-color:#a8d9ba;color:var(--g)}
.product-select.selected{
  background:linear-gradient(135deg,var(--g),var(--g2));
  border-color:transparent;color:#fff;
}
.pbody{padding:15px 15px 16px}
.pbody h3{font-size:14.5px;letter-spacing:-.01em}
.p-sku{letter-spacing:.02em}
.p-cat{
  background:#eaf6ee;color:var(--g);font-weight:800;letter-spacing:.01em;
}
.price-main{font-size:20px;font-weight:850;letter-spacing:-.01em}
.price-mrp{color:#a1ada5}
.price-label{color:#96a49c;letter-spacing:.05em}
.card-view{
  border-radius:12px;font-weight:800;letter-spacing:.01em;
  border-color:#d7ecdd;background:#f2f9f3;
  transition:background .15s ease, color .15s ease, box-shadow .15s ease;
}
.product:hover .card-view{
  background:linear-gradient(135deg,var(--g),var(--g2));
  color:#fff;box-shadow:0 8px 18px rgba(10,125,70,.28);
}

/* ---------- Floating tool rail ---------- */
.tool-rail{
  background:#fff;border:1px solid var(--line);border-radius:18px;
  box-shadow:var(--shadow-md);padding:10px 6px;gap:2px;
}
.tool-rail button{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:3px;width:60px;padding:10px 4px;border-radius:12px;border:0;
  background:transparent;color:#3a4d43;font-size:10.5px;font-weight:700;
  transition:background .13s ease, color .13s ease;
}
.tool-rail button:hover{background:#f0f8f2;color:var(--g)}
.tool-rail button.kittool{
  background:linear-gradient(135deg,var(--g),var(--g2));color:#fff;
  box-shadow:0 6px 16px rgba(10,125,70,.3);
}
.tool-rail button.kittool:hover{background:linear-gradient(135deg,var(--g),var(--g2))}

/* ---------- Modals & dialogs ---------- */
.dialog{border-radius:22px;box-shadow:0 30px 60px rgba(10,25,18,.25)}
.close{border-radius:10px;background:#f2f5f2;transition:background .13s ease}
.close:hover{background:#e6ece6}

@media(max-width:850px){
  .hero h1{font-size:28px}
  .top{padding:12px 14px}
}


/* ================================================================
   Ecosave Premium UI v2
   Visual-only enhancement: no JS hooks or layout behavior removed.
   ================================================================ */
:root{
  --g:#087a43;--g2:#22b66f;--ink:#10231b;--muted:#66766e;
  --bg:#f6f9f7;--line:#e4ebe6;--card:#fff;
  --shadow-card:0 10px 30px rgba(16,45,30,.07);
  --shadow-hover:0 18px 42px rgba(16,45,30,.13);
}
html{scroll-behavior:smooth}
body{
  background:
    radial-gradient(circle at 8% 0%,rgba(34,182,111,.055),transparent 26rem),
    radial-gradient(circle at 94% 8%,rgba(8,122,67,.045),transparent 24rem),
    var(--bg);
}
.top{
  min-height:70px;padding:12px clamp(16px,5vw,72px);
  background:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(228,235,230,.9);
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  position:sticky;top:0;z-index:40;
}
.brand{gap:11px}
.leaf{
  width:40px;height:40px;border-radius:13px;
  background:linear-gradient(145deg,#087a43,#26b873);
  box-shadow:0 9px 22px rgba(8,122,67,.24);
}
.search{max-width:680px}
.search input{
  height:46px;background:#f7faf8;border-color:#e0e9e3;
  box-shadow:inset 0 1px 1px rgba(0,0,0,.02);
}
.search input::placeholder{color:#9aa8a1}
.actions{gap:8px}
.dealer-login-icon{font-size:16px}
.hero{
  max-width:1380px;margin:0 auto;padding:48px clamp(16px,5vw,72px) 32px;
}
.hero h1{font-size:clamp(30px,3.5vw,46px);letter-spacing:-.045em;max-width:720px}
.hero p{max-width:650px;color:#6a7971}
.hero .primary{
  border-radius:13px;padding:13px 20px;
  background:linear-gradient(135deg,#087a43,#19a963);
}
.layout{
  max-width:1380px;margin:0 auto;padding-left:clamp(16px,5vw,72px);
  padding-right:clamp(16px,5vw,72px);
}
.side{
  background:rgba(255,255,255,.92);
  box-shadow:var(--shadow-card);border:1px solid var(--line);
  position:sticky;top:92px;
}
.filter-scroll{scrollbar-width:thin}
.toolbar{
  padding:6px 2px 15px;align-items:center;
}
#count{font-size:14px;color:#31443a}
#sort{height:42px;background:#fff;box-shadow:0 3px 12px rgba(16,45,30,.04)}
.grid{gap:20px}
.product{
  border:1px solid #e5ece7;background:#fff;border-radius:20px;
  box-shadow:var(--shadow-card);overflow:hidden;
}
.product:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}
.pic{
  height:205px;border-bottom:1px solid #edf2ee;
  background:
    radial-gradient(circle at 50% 45%,#fff 0 24%,transparent 25%),
    linear-gradient(145deg,#f8fbf9,#eef5f0);
}
.pic img{max-width:76%!important;max-height:175px!important;transition:transform .28s ease}
.product:hover .pic img{transform:scale(1.045)}
.pbody{padding:16px;min-height:148px}
.pbody h3{font-size:15px;margin-bottom:8px}
.meta{color:#718078}
.p-cat{font-size:10px;padding:4px 8px;border-radius:999px}
.price-main{font-size:21px}
.card-view{min-height:40px;border-radius:12px}
.product-select{width:32px;height:32px}
.badge{top:12px;left:12px}
.tool-rail{
  right:18px;border-radius:18px;padding:8px;
  box-shadow:0 16px 38px rgba(16,45,30,.14);
}
.detail-panel{box-shadow:-24px 0 60px rgba(10,30,20,.18)}
.dialog{border:1px solid rgba(228,235,230,.9);box-shadow:0 30px 80px rgba(10,30,20,.22)}
.close{cursor:pointer}
button,input,select,textarea{font-family:inherit}
button{cursor:pointer}
@media(max-width:850px){
  .top{min-height:64px}
  .hero{padding-top:30px}
  .layout{padding-bottom:90px}
  .grid{gap:12px}
  .product{border-radius:16px}
  .pic{height:160px}
  .pic img{max-height:135px!important}
  .pbody{padding:12px;min-height:138px}
  .tool-rail{right:10px;bottom:14px;top:auto;transform:none;flex-direction:row;border-radius:16px}
  .tool-rail button{width:54px;height:48px}
}


/* ================================================================
   Ecosave — Reference Interface Theme
   Based on the supplied reference UI. Functionality/JS selectors kept intact.
   ================================================================ */
:root{
  --g:#0b6b3a;--g2:#2fae6d;--g3:#8fe0b0;--ink:#12241c;--muted:#69796f;
  --bg:#f6f8f5;--line:#e7ede7;--card:#fff;--amber:#c98a1f;
  --shadow-card:0 1px 2px rgba(18,36,28,.04),0 10px 24px rgba(18,36,28,.06);
  --shadow-hover:0 20px 48px rgba(11,107,58,.20);
}
body{background:var(--bg);font-family:'Inter',Arial,sans-serif;color:var(--ink)}
.top{
  position:sticky;top:0;z-index:30;background:rgba(255,255,255,.78);
  backdrop-filter:blur(14px) saturate(1.4);border-bottom:1px solid rgba(231,237,231,.8);
  padding:16px 5vw;gap:28px;
}
.brand{gap:11px;font-weight:800;font-size:21px}
.leaf{
  width:42px;height:42px;border-radius:14px;
  background:linear-gradient(150deg,var(--g2),var(--g) 60%,#0a4d2a);
  box-shadow:0 10px 22px rgba(11,107,58,.4),inset 0 1px 1px rgba(255,255,255,.4);
}
.search{max-width:640px}
.search input{
  padding:14px 20px 14px 46px;border:1.5px solid var(--line);border-radius:999px;
  background:#f5f8f5;font-size:14px;outline:none;transition:.15s;
}
.search input:focus{border-color:#a8d9ba;background:#fff;box-shadow:0 0 0 5px rgba(11,107,58,.09)}
.dealer-login-icon{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff}
.hero{
  position:relative;padding:60px 5vw 30px;overflow:hidden;
  display:flex;justify-content:space-between;align-items:flex-end;gap:24px;
}
.hero:before{
  content:"";position:absolute;width:340px;height:340px;top:-140px;left:-60px;
  border-radius:50%;filter:blur(50px);background:radial-gradient(circle,#bdeecb,transparent 70%);
  opacity:.55;z-index:-1;
}
.hero h1{margin:0;font-size:44px;font-weight:850;letter-spacing:-.03em;line-height:1.08;max-width:640px}
.hero h1:after{
  content:"";display:block;width:110px;height:4px;border-radius:4px;margin-top:13px;
  background:linear-gradient(90deg,var(--g),var(--g2));
}
.hero p{margin:14px 0 0;color:var(--muted);font-size:16px;max-width:520px}
.hero .primary,.cta{
  background:linear-gradient(135deg,var(--g2),var(--g));color:#fff;border:0;border-radius:13px;
  box-shadow:0 10px 22px rgba(11,107,58,.35),inset 0 1px 0 rgba(255,255,255,.2);
}
.layout{
  display:grid;grid-template-columns:264px 1fr;gap:26px;
  padding:0 5vw 100px;align-items:start;
}
.side{
  background:var(--card);border:1px solid var(--line);border-radius:20px;padding:22px;
  box-shadow:var(--shadow-card);position:sticky;top:96px;
}
.filter-title h3{font-size:16px}
.filter-title{margin-bottom:18px}
.filter{margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #eef3ee}
.filter:last-child{border:0}
.filter label{
  font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#8ea094;
}
.chips{gap:7px}
.chip{
  border:1.5px solid var(--line);background:#fff;border-radius:999px;padding:8px 13px;
  font-size:12.5px;font-weight:700;color:#41544a;transition:.13s;
}
.chip:hover{border-color:#bfe0cc;background:#f6fbf7}
.chip.active{
  background:linear-gradient(135deg,var(--g),var(--g2));border-color:transparent;color:#fff;
  box-shadow:0 6px 14px rgba(11,107,58,.28);
}
.price-inputs input,.filter input,.filter select{
  border:1.5px solid var(--line);border-radius:11px;background:#fff;
}
.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding:0 0 2px}
.toolbar b{font-size:16px;font-weight:800}
#sort{
  border:1.5px solid var(--line);border-radius:12px;padding:10px 16px;
  font-size:13px;font-weight:700;background:#fff;color:var(--ink);
}
.grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}
.product{
  background:var(--card);border:1px solid var(--line);border-radius:20px;overflow:hidden;
  box-shadow:var(--shadow-card);
  transition:transform .2s cubic-bezier(.2,.8,.2,1),box-shadow .2s ease,border-color .2s ease;
}
.product:hover{transform:translateY(-6px) scale(1.012);box-shadow:var(--shadow-hover);border-color:#cdeada}
.pic{
  height:196px;position:relative;display:grid;place-items:center;overflow:hidden;
  background:radial-gradient(120% 100% at 30% 0%,#fbfdfb,#eef4ee 70%);
}
.pic img{max-width:82%!important;max-height:175px!important;transition:transform .25s ease}
.product:hover .pic img{transform:scale(1.045)}
.badge{
  top:12px;left:12px;background:#fff;color:var(--g);font-size:10.5px;font-weight:800;
  padding:6px 11px;border-radius:999px;box-shadow:0 4px 12px rgba(0,0,0,.08);
}
.pbody{padding:16px;min-height:145px}
.pbody h3{font-size:15px;font-weight:800;line-height:1.3}
.meta{color:var(--muted)}
.p-cat{font-size:10.5px;font-weight:800;padding:4px 9px;border-radius:999px}
.price-main{font-size:22px;font-weight:850}
.card-view{
  width:100%;border:0;border-radius:12px;padding:11px;font-size:12.5px;font-weight:800;
  background:#f1f9f3;color:var(--g);transition:.15s;
}
.product:hover .card-view{background:linear-gradient(135deg,var(--g),var(--g2));color:#fff;box-shadow:0 8px 18px rgba(11,107,58,.3)}
.tool-rail{
  right:22px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);
  backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:20px;
  box-shadow:0 20px 45px rgba(10,35,22,.18);padding:10px 6px;
}
.tool-rail button{width:64px;padding:11px 4px;border-radius:13px;background:transparent;font-size:10.5px;font-weight:700}
.tool-rail button:hover{background:#f0f8f2;color:var(--g)}
.tool-rail button.kittool{
  background:linear-gradient(135deg,var(--g2),var(--g));color:#fff;
  box-shadow:0 8px 18px rgba(11,107,58,.35);
}
.dialog{border-radius:20px;box-shadow:0 30px 70px rgba(10,30,20,.24);border:1px solid var(--line)}
@media(max-width:900px){
  .layout{grid-template-columns:1fr}
  .side{position:static}
  .hero{flex-direction:column;align-items:flex-start}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .pic{height:165px}
  .tool-rail{display:none}
}
@media(max-width:560px){
  .hero h1{font-size:32px}
  .hero{padding-top:35px}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pbody{padding:12px}
}


/* ================================================================
   Ecosave Reference UI — collection showcase + premium catalog shell
   Functional selectors/IDs are intentionally preserved.
   ================================================================ */
:root{
  --ref-g:#0b6b3a;
  --ref-g2:#2fae6d;
  --ref-g3:#8fe0b0;
  --ref-ink:#12241c;
  --ref-muted:#69796f;
  --ref-bg:#f6f8f5;
  --ref-line:#e7ede7;
  --ref-shadow:0 1px 2px rgba(18,36,28,.04),0 10px 24px rgba(18,36,28,.06);
}
body{background:var(--ref-bg);color:var(--ref-ink)}
.topbar{
  min-height:34px;box-sizing:border-box;padding:8px 5vw;
  display:flex;align-items:center;justify-content:center;gap:5px;
  background:linear-gradient(90deg,#0d3624,#0b6b3a,#0d3624);
  color:#eaf7ef;font-size:11.5px;letter-spacing:.01em;
}
.top{
  position:sticky;top:0;z-index:30;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(14px) saturate(1.4);
  border-bottom:1px solid rgba(231,237,231,.85);
  box-shadow:none;padding:14px 5vw;gap:28px;
}
.brand{gap:11px;min-width:205px}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-size:21px;font-weight:850;letter-spacing:-.02em}
.brand-copy small{margin-top:5px;color:var(--ref-muted);font-size:10.5px;font-weight:600;letter-spacing:.01em}
.leaf{
  width:42px;height:42px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(150deg,var(--ref-g2),var(--ref-g) 60%,#0a4d2a);
  box-shadow:0 10px 22px rgba(11,107,58,.4),inset 0 1px 1px rgba(255,255,255,.4);
  color:#fff;font-weight:850;
}
.search{flex:1;max-width:640px;position:relative}
.search-ic{
  position:absolute;left:18px;top:50%;transform:translateY(-50%);
  color:#8ea094;font-size:18px;line-height:1;z-index:2;pointer-events:none;
}
.search:before{display:none}
.search input{
  width:100%;box-sizing:border-box;padding:14px 20px 14px 46px;
  border:1.5px solid var(--ref-line);border-radius:999px;background:#f5f8f5;
  font-size:14px;outline:none;
}
.actions{display:flex;align-items:center;gap:10px}
.hd-btn{width:42px;height:42px;border-radius:50%;border:1px solid var(--ref-line);background:#fff}
.cta{
  border:0;color:#fff;background:linear-gradient(135deg,var(--ref-g2),var(--ref-g));
  border-radius:13px;padding:12px 20px;font-weight:800;
  box-shadow:0 10px 22px rgba(11,107,58,.35);
}
.hero{
  position:relative;padding:54px 5vw 28px;display:flex;justify-content:space-between;
  align-items:flex-end;gap:30px;overflow:hidden;
}
.hero:before{
  content:"";position:absolute;width:430px;height:300px;left:-80px;top:-130px;
  border-radius:50%;filter:blur(45px);
  background:radial-gradient(circle,#bdeecb,transparent 70%);opacity:.55;z-index:-1;
}
.hero-copy{max-width:650px}
.kicker{
  display:inline-flex;align-items:center;gap:7px;background:#e7f6ec;color:var(--ref-g);
  border:1px solid #d7eedf;border-radius:999px;padding:7px 12px;
  font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
}
.hero h1{
  margin:14px 0 0;font-size:44px;font-weight:850;line-height:1.06;
  letter-spacing:-.035em;max-width:700px;
}
.hero h1 em{
  font-style:normal;background:linear-gradient(120deg,var(--ref-g),var(--ref-g2));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero h1:after{display:none}
.hero p{margin:14px 0 0;color:var(--ref-muted);font-size:16px;max-width:560px}
.hero-right{display:flex;flex-direction:column;align-items:flex-end;gap:13px}
.trust{display:flex;gap:9px}
.tpill{
  border:1px solid var(--ref-line);background:#fff;border-radius:999px;
  padding:7px 12px;font-size:11px;font-weight:700;color:#4b5e54;box-shadow:var(--ref-shadow);
}
.hero-stats{display:flex;gap:22px}
.hstat{text-align:right}
.hstat b{display:block;color:var(--ref-g);font-size:23px;font-weight:850;line-height:1}
.hstat span{display:block;margin-top:5px;color:var(--ref-muted);font-size:11.5px}
.hero-cta{display:none}
.collection-showcase{padding:6px 5vw 34px;overflow:hidden}
.collection-row{
  display:flex;gap:14px;overflow-x:auto;padding:0 2px 3px;scrollbar-width:none;
}
.collection-row::-webkit-scrollbar{display:none}
.collection-card{
  flex:1 1 0;min-width:205px;display:flex;align-items:center;gap:11px;
  padding:11px 16px;border:1px solid var(--ref-line);border-radius:16px;
  background:#fff;box-shadow:var(--ref-shadow);cursor:pointer;text-align:left;
  color:var(--ref-ink);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.collection-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(18,36,28,.09);border-color:#cfe5d7}
.collection-card.active{border-color:#77c597;box-shadow:0 0 0 3px rgba(47,174,109,.10),var(--ref-shadow)}
.collection-icon{
  width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;
  border-radius:13px;background:linear-gradient(145deg,#e9f7ee,#d9f0e2);
  font-size:21px;
}
.collection-copy{min-width:0;display:flex;flex-direction:column}
.collection-copy strong{font-size:15px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.collection-copy small{margin-top:4px;color:var(--ref-muted);font-size:11px}
.collection-arrow{margin-left:auto;color:#8da095;font-size:17px}
.collection-loading{padding:15px;color:var(--ref-muted);font-size:13px}
.layout{padding:0 5vw 100px;grid-template-columns:264px 1fr;gap:26px}
.side{
  background:#fff;border:1px solid var(--ref-line);border-radius:20px;
  padding:22px;box-shadow:var(--ref-shadow);position:sticky;top:96px;
}
.toolbar{margin-bottom:18px;padding:0;background:transparent}
.grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}
.product{
  background:#fff;border:1px solid var(--ref-line);border-radius:20px;overflow:hidden;
  box-shadow:var(--ref-shadow);
}
.pic{
  height:196px;
  background:radial-gradient(120% 100% at 30% 0%,#fbfdfb,#eef4ee 70%);
}
.pbody{padding:16px}
.price-main{font-size:22px;font-weight:850}
.card-view{background:#f1f9f3;color:var(--ref-g);border-radius:12px}
.tool-rail{
  right:22px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);
  border:1px solid var(--ref-line);border-radius:20px;
  box-shadow:0 20px 45px rgba(10,35,22,.18);
}
@media(max-width:900px){
  .brand{min-width:0}
  .brand-copy small{display:none}
  .hero{flex-direction:column;align-items:flex-start;padding-top:36px}
  .hero-right{align-items:flex-start;width:100%}
  .hero-stats .hstat{text-align:left}
  .collection-showcase{padding-bottom:24px}
  .collection-card{flex:0 0 215px}
}
@media(max-width:560px){
  .topbar{font-size:10px;text-align:center}
  .top{gap:10px;padding:11px 4vw}
  .brand-copy strong{font-size:18px}
  .leaf{width:38px;height:38px;border-radius:12px}
  .actions .cta{display:none}
  .hero h1{font-size:33px}
  .hero p{font-size:14px}
  .hero-stats{gap:14px;flex-wrap:wrap}
  .hero-stats .hstat b{font-size:19px}
  .trust{flex-wrap:wrap}
}


/* Collection fallback fix: show the reference navigation even when
   legacy products do not yet have collection_name values. */
.collection-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}
.collection-card{min-width:0;width:100%}
@media(max-width:900px){.collection-row{display:flex;overflow-x:auto}.collection-card{flex:0 0 215px}}

/* Final UI adjustments requested: no Cities stat; stronger reference-style View Details button. */
.hero-stats{justify-content:flex-end}
.card-view{
  width:100%;
  min-height:40px;
  margin-top:12px;
  border:0 !important;
  border-radius:12px !important;
  padding:10px 14px !important;
  background:linear-gradient(135deg,#2fae6d,#0b6b3a) !important;
  color:#fff !important;
  font-size:12.5px !important;
  font-weight:800 !important;
  box-shadow:0 8px 18px rgba(11,107,58,.24);
  cursor:pointer;
}
.card-view:hover{
  background:linear-gradient(135deg,#39bd78,#0a5f33) !important;
  transform:translateY(-1px);
  box-shadow:0 11px 22px rgba(11,107,58,.30);
}
@media(max-width:900px){.hero-stats{justify-content:flex-start}}

/* Product image interaction: no zoom icon/overlay; image is a clickable carousel. */
.pic{cursor:pointer !important}
.pic:after{content:none !important;display:none !important}
.pic:hover:after{content:none !important;opacity:0 !important;display:none !important}
.pic img{cursor:pointer !important}
.image-dots{
  position:absolute;left:50%;bottom:7px;transform:translateX(-50%);
  display:flex;gap:4px;padding:3px 6px;border-radius:999px;
  background:rgba(18,36,28,.22);backdrop-filter:blur(5px);
}
.image-dots:empty{display:none}
.image-dots i{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.62);display:block}
.image-dots i.on{background:#fff}
.product{cursor:pointer}


/* Reference-style product image carousel:
   primary image remains first; center click opens details; bottom arrows change images. */
.pic{cursor:pointer !important}
.pic:after{content:none !important;display:none !important}
.pic:hover:after{content:none !important;opacity:0 !important;display:none !important}
.pic img{cursor:pointer !important}
.image-nav{
  position:absolute;
  z-index:5;
  bottom:10px;
  width:28px;
  height:28px;
  padding:0;
  border:1px solid rgba(255,255,255,.85);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.88);
  color:#0b6b3a;
  box-shadow:0 4px 12px rgba(18,36,28,.16);
  font-family:Arial,sans-serif;
  font-size:22px;
  line-height:24px;
  font-weight:500;
  opacity:.72;
  cursor:pointer;
  transition:opacity .16s ease,transform .16s ease,background .16s ease;
}
.image-prev{left:10px}
.image-next{right:10px}
.image-nav:hover{
  opacity:1;
  transform:scale(1.06);
  background:#fff;
}
.image-nav.ready{opacity:.92}
.image-dots{
  position:absolute;left:50%;bottom:7px;transform:translateX(-50%);
  display:flex;gap:4px;padding:3px 6px;border-radius:999px;
  background:rgba(18,36,28,.22);backdrop-filter:blur(5px);
  pointer-events:none;
}
.image-dots:empty{display:none}
.image-dots i{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.62);display:block}
.image-dots i.on{background:#fff}
.product{cursor:pointer}

/* Final gallery UI — based directly on the user's working ZIP.
   No dots; only small left/right image arrows. */
.pic{cursor:pointer !important}
.pic:after{content:none !important;display:none !important}
.image-nav{
  position:absolute !important;
  top:50% !important;
  bottom:auto !important;
  transform:translateY(-50%) !important;
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.92) !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  background:rgba(255,255,255,.90) !important;
  color:#0b6b3a !important;
  box-shadow:0 3px 10px rgba(18,36,28,.18) !important;
  font-family:Arial,sans-serif !important;
  font-size:21px !important;
  line-height:26px !important;
  font-weight:500 !important;
  opacity:.92 !important;
  cursor:pointer !important;
}
.image-prev{left:9px !important;right:auto !important}
.image-next{right:9px !important;left:auto !important}
.image-nav:hover{
  opacity:1 !important;
  transform:translateY(-50%) scale(1.06) !important;
  background:#fff !important;
}
.image-nav.ready{opacity:.95 !important}
.image-dots,.image-dots *{display:none !important}

/* 2026-09-04 layout refinement — four equal catalog cards on desktop.
   Keeps the existing PHP/API/product rendering untouched. */
.grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
}
.product{
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
  height:100% !important;
}
.product .pic{
  flex:0 0 196px !important;
  height:196px !important;
}
.product .pbody{
  flex:1 1 auto !important;
  min-height:194px !important;
  display:flex !important;
  flex-direction:column !important;
}
.product .pbody h3{
  min-height:40px !important;
  margin-bottom:8px !important;
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  overflow:hidden !important;
}
.product .pmeta-row{
  min-height:34px !important;
  align-items:flex-start !important;
}
.product .price-row{
  min-height:30px !important;
  align-items:center !important;
}
.product .price-label{
  min-height:18px !important;
}
.product .card-view{
  margin-top:auto !important;
}

/* Desktop/tablet breakpoints: preserve a clean 4→3→2→1 progression. */
@media(max-width:1280px){
  .grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
}
@media(max-width:900px){
  .grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important}
  .product .pic{flex-basis:155px !important;height:155px !important}
  .product .pbody{min-height:180px !important}
}
@media(max-width:560px){
  .grid{grid-template-columns:1fr !important}
  .product .pic{flex-basis:190px !important;height:190px !important}
}

/* Small visual cleanup: consistent product-card typography and CTA alignment. */
.product .pmeta-row,.product .price-row{display:flex !important;justify-content:space-between !important;gap:8px !important}
.product .p-sku,.product .p-cat{min-width:0 !important}
.product .p-cat{overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}


/* ================================================================
   Mobile layout correction — keep desktop 4-column layout unchanged.
   Mobile uses a compact 2-column catalog with equal-height cards.
   ================================================================ */
@media (max-width: 850px){
  .layout{padding-left:4vw !important;padding-right:4vw !important}
  .layout>section{padding-right:0 !important;min-width:0}
  .grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    align-items:stretch !important;
  }
  .product{
    min-width:0 !important;
    height:100% !important;
    display:flex !important;
    flex-direction:column !important;
    border-radius:16px !important;
  }
  .product .pic{
    flex:0 0 154px !important;
    height:154px !important;
    min-height:154px !important;
    padding:7px !important;
  }
  .product .pic img{max-width:82% !important;max-height:136px !important}
  .product .pbody{
    flex:1 1 auto !important;
    min-height:178px !important;
    padding:11px !important;
    display:flex !important;
    flex-direction:column !important;
  }
  .product .pbody h3{
    min-height:36px !important;
    max-height:36px !important;
    margin:0 0 7px !important;
    font-size:12.5px !important;
    line-height:1.42 !important;
  }
  .product .pmeta-row{min-height:32px !important;align-items:flex-start !important}
  .product .p-sku{font-size:9px !important;line-height:1.35 !important}
  .product .p-cat{font-size:9px !important;padding:4px 6px !important;max-width:55% !important}
  .product .price-row{min-height:27px !important;margin-top:7px !important;align-items:center !important}
  .product .price-main{font-size:16px !important}
  .product .price-mrp{font-size:9px !important}
  .product .price-label{font-size:8px !important}
  .product .card-view{
    margin-top:auto !important;
    min-height:38px !important;
    height:38px !important;
    padding:9px 8px !important;
    font-size:11px !important;
  }
  .image-nav{
    width:26px !important;height:26px !important;min-width:26px !important;
    font-size:19px !important;line-height:24px !important;
  }
  .image-prev{left:7px !important}.image-next{right:7px !important}
}

@media (max-width: 560px){
  .topbar{padding:7px 10px !important;font-size:9.5px !important;min-height:30px !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .top{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    grid-template-rows:auto auto !important;
    gap:9px 10px !important;
    padding:10px 4vw 11px !important;
  }
  .brand{grid-column:1 !important;grid-row:1 !important;min-width:0 !important;max-width:100% !important}
  .brand-copy{min-width:0 !important}
  .brand-copy strong{font-size:17px !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .brand-copy small{display:none !important}
  .leaf{width:38px !important;height:38px !important;border-radius:12px !important;flex:0 0 38px !important}
  .actions{grid-column:2 !important;grid-row:1 !important;margin-left:0 !important;align-self:center !important}
  .actions .cta{display:none !important}
  .actions .hd-btn{width:38px !important;height:38px !important}
  .search{grid-column:1/-1 !important;grid-row:2 !important;width:100% !important;max-width:none !important}
  .search input{padding:11px 48px 11px 40px !important;font-size:12px !important;min-height:42px !important}
  .search-ic{left:14px !important;font-size:17px !important}
  .mobile-filter-btn{width:38px !important;height:38px !important;border-radius:11px !important;font-size:16px !important}
  .hero{padding:24px 4vw 14px !important;gap:14px !important}
  .hero h1{font-size:29px !important;line-height:1.08 !important}
  .hero p{font-size:12.5px !important;line-height:1.55 !important}
  .kicker{font-size:9.5px !important;padding:6px 9px !important}
  .hero-right{gap:10px !important}
  .trust{gap:6px !important}
  .tpill{padding:6px 9px !important;font-size:9.5px !important}
  .hero-stats{gap:18px !important}
  .hero-stats .hstat b{font-size:18px !important}
  .hero-stats .hstat span{font-size:10px !important}
  .collection-showcase{padding:4px 4vw 20px !important}
  .collection-row{gap:10px !important;padding-bottom:3px !important}
  .collection-card{flex:0 0 190px !important;min-width:190px !important;padding:10px 12px !important;border-radius:14px !important}
  .collection-icon{width:38px !important;height:38px !important;flex-basis:38px !important;font-size:19px !important}
  .collection-copy strong{font-size:13px !important}
  .collection-copy small{font-size:10px !important}
  .toolbar{margin-bottom:12px !important}
  .toolbar b{font-size:11px !important}
  .toolbar select{font-size:11px !important;padding:7px 8px !important}
  .grid{gap:10px !important}
  .product .pic{flex-basis:150px !important;height:150px !important;min-height:150px !important}
  .product .pic img{max-height:132px !important}
  .product .pbody{min-height:176px !important;padding:10px !important}
  .product .pbody h3{font-size:12px !important;min-height:35px !important;max-height:35px !important}
  .product .pmeta-row{min-height:31px !important}
  .product .price-main{font-size:15px !important}
  .product .card-view{height:37px !important;min-height:37px !important;font-size:10.5px !important}
}

@media (max-width: 359px){
  .grid{grid-template-columns:1fr !important;gap:12px !important}
  .product .pic{flex-basis:190px !important;height:190px !important;min-height:190px !important}
  .product .pic img{max-height:165px !important}
  .product .pbody{min-height:174px !important}
}


/* Mobile centering + stable product/detail drawer behavior */
@media (max-width: 850px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .top{width:100%;padding-left:12px;padding-right:12px}
  .hero,.collection-showcase,.layout{width:100%;margin-left:auto;margin-right:auto}
  .hero{align-items:stretch;text-align:left}
  .hero-copy,.hero-right{width:100%}
  .collection-showcase{padding-left:4vw;padding-right:4vw}
  .collection-row{justify-content:flex-start}
  .layout{padding-left:4vw;padding-right:4vw}
  .layout>section{width:100%;min-width:0}
  .toolbar{width:100%;gap:10px}
  .toolbar b{min-width:0}
  .grid{width:100%;margin-left:auto;margin-right:auto;grid-template-columns:repeat(2,minmax(0,1fr))}
  .product{min-width:0;width:100%;display:flex;flex-direction:column}
  .pic{width:100%;height:160px;flex:0 0 160px}
  .pbody{width:100%;min-height:145px;flex:1 1 auto}
  .card-view{margin-top:auto}
  .detail-panel{width:min(100vw,520px);max-width:100vw;border-radius:0;}
  .detail-scroll{padding-left:14px;padding-right:14px}
  .detail-actions{padding-left:14px;padding-right:14px}
}
@media (max-width: 380px){
  .grid{grid-template-columns:1fr}
  .pic{height:190px;flex-basis:190px}
  .pbody{min-height:145px}
}


/* 2026-09-04 FINAL MOBILE CENTERING — keep the catalog visually centered on phones. */
@media (max-width: 850px){
  html,body{width:100%;min-width:0;overflow-x:hidden}
  body{margin:0 auto}
  .topbar,.top,.hero,.collection-showcase,.layout{width:100%;max-width:520px;margin-left:auto;margin-right:auto}
  .top{padding-left:14px!important;padding-right:14px!important}
  .hero{padding-left:18px!important;padding-right:18px!important}
  .collection-showcase{padding-left:14px!important;padding-right:14px!important}
  .layout{padding-left:14px!important;padding-right:14px!important}
  .layout>section{width:100%;min-width:0}
  .grid{width:100%;max-width:100%;margin:0 auto;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .product{width:100%;min-width:0;max-width:none}
  .product .pic{width:100%;overflow:hidden}
  .product .pbody{width:100%;min-width:0}
}
@media (max-width:380px){
  .topbar,.top,.hero,.collection-showcase,.layout{max-width:100%}
  .layout{padding-left:10px!important;padding-right:10px!important}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .product .pic{height:142px!important;flex-basis:142px!important;min-height:142px!important}
  .product .pbody{padding:9px!important;min-height:170px!important}
  .product .pbody h3{font-size:11.5px!important}
  .product .card-view{font-size:10px!important}
}

/* 2026-09-04 MOBILE PRODUCT IMAGE CENTER — final override */
@media (max-width: 850px){
  .product .pic{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    position:relative !important;
  }
  .product .pic img{
    display:block !important;
    width:auto !important;
    height:auto !important;
    max-width:86% !important;
    max-height:136px !important;
    margin:0 auto !important;
    object-fit:contain !important;
    object-position:center center !important;
    transform:none !important;
  }
}
@media (max-width:560px){
  .product .pic{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .product .pic img{
    max-width:86% !important;
    max-height:132px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}
@media (max-width:380px){
  .product .pic img{
    max-width:88% !important;
    max-height:124px !important;
  }
}

/* 2026-09-04 MOBILE IMAGE CENTER — hard-center the image itself inside every card.
   This intentionally uses absolute positioning so legacy width/height rules cannot
   leave the image anchored to the left column. */
@media (max-width: 850px){
  .product .pic{
    position:relative !important;
    display:block !important;
    overflow:hidden !important;
    text-align:center !important;
  }
  .product .pic img{
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    right:auto !important;
    bottom:auto !important;
    width:auto !important;
    height:auto !important;
    max-width:86% !important;
    max-height:86% !important;
    margin:0 !important;
    transform:translate(-50%,-50%) !important;
    object-fit:contain !important;
    object-position:center center !important;
  }
}
@media (max-width:380px){
  .product .pic img{max-width:88% !important;max-height:88% !important}
}

/* 2026-09-04 COLLECTIONS MOBILE — show the full collection set without horizontal swiping. */
@media (max-width: 850px){
  .collection-showcase{
    width:100% !important;
    max-width:520px !important;
    overflow:visible !important;
    box-sizing:border-box !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }
  .collection-row{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:9px !important;
    width:100% !important;
    overflow:visible !important;
    padding:0 !important;
    box-sizing:border-box !important;
  }
  .collection-card{
    width:100% !important;
    min-width:0 !important;
    flex:none !important;
    box-sizing:border-box !important;
    padding:9px 10px !important;
    gap:8px !important;
    min-height:58px !important;
    border-radius:14px !important;
  }
  .collection-icon{
    width:34px !important;
    height:34px !important;
    flex:0 0 34px !important;
    border-radius:10px !important;
    font-size:17px !important;
  }
  .collection-copy strong{
    font-size:11.5px !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .collection-copy small{
    margin-top:2px !important;
    font-size:9px !important;
    line-height:1.2 !important;
  }
  .collection-arrow{
    font-size:14px !important;
    line-height:1 !important;
  }
}
@media (max-width:380px){
  .collection-showcase{padding-left:10px !important;padding-right:10px !important}
  .collection-row{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:7px !important}
  .collection-card{padding:8px !important;min-height:54px !important;gap:7px !important}
  .collection-icon{width:31px !important;height:31px !important;flex-basis:31px !important;font-size:15px !important}
  .collection-copy strong{font-size:10.5px !important}
  .collection-copy small{font-size:8.5px !important}
  .collection-arrow{font-size:12px !important}
}

/* 2026-09-04 FINAL CARD SIZE REFINEMENT — larger catalog columns on desktop + mobile. */
@media (min-width: 1281px){
  .layout{
    width:100% !important;
    max-width:1680px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:3vw !important;
    padding-right:3vw !important;
    grid-template-columns:240px minmax(0,1fr) !important;
    gap:22px !important;
  }
  .grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:16px !important;
  }
  .product .pic{
    flex-basis:210px !important;
    height:210px !important;
  }
}

@media (min-width: 901px) and (max-width:1280px){
  .layout{
    padding-left:3vw !important;
    padding-right:3vw !important;
    grid-template-columns:230px minmax(0,1fr) !important;
    gap:20px !important;
  }
  .grid{
    gap:15px !important;
  }
  .product .pic{
    flex-basis:205px !important;
    height:205px !important;
  }
}

@media (max-width:850px){
  .layout{
    padding-left:8px !important;
    padding-right:8px !important;
  }
  .grid{
    width:100% !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  .product .pic{
    flex-basis:170px !important;
    height:170px !important;
    min-height:170px !important;
  }
  .product .pic img{
    max-width:90% !important;
    max-height:150px !important;
  }
  .product .pbody{
    min-height:184px !important;
    padding:11px !important;
  }
}

@media (max-width:560px){
  .layout{
    padding-left:8px !important;
    padding-right:8px !important;
  }
  .grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  .product .pic{
    flex-basis:164px !important;
    height:164px !important;
    min-height:164px !important;
  }
  .product .pic img{
    max-width:92% !important;
    max-height:146px !important;
  }
  .product .pbody{
    min-height:180px !important;
    padding:10px !important;
  }
}

@media (max-width:359px){
  .layout{padding-left:6px !important;padding-right:6px !important}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:7px !important}
  .product .pic{height:154px !important;flex-basis:154px !important;min-height:154px !important}
  .product .pic img{max-width:92% !important;max-height:138px !important}
}


/* 2026-09-04 MOBILE REFERENCE PASS — compact catalog header + visible Create Kit */
@media (max-width: 850px){
  .top{position:sticky!important;top:0!important;z-index:30!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}
  .actions{display:flex!important;align-items:center!important;gap:6px!important}
  .actions .cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;height:38px!important;padding:0 11px!important;border-radius:12px!important;font-size:10.5px!important;font-weight:800!important}
  .actions .hd-btn{display:grid!important;width:38px!important;height:38px!important;padding:0!important}
  .search{min-width:0!important}
}
@media (max-width:560px){
  .top{grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;padding:9px 12px 10px!important;gap:8px!important}
  .brand{min-width:0!important}
  .brand-copy strong{font-size:16px!important}
  .actions .cta{font-size:10px!important;padding:0 10px!important}
  .hero{padding-top:18px!important;padding-bottom:12px!important}
  .hero h1{font-size:28px!important}
  .hero p{max-width:100%!important}
  .toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important}
  .grid{width:100%!important;max-width:100%!important}
}
/* Keep two roomy product columns on phones, matching the supplied reference. */
@media (max-width:380px){
  .layout{padding-left:8px!important;padding-right:8px!important}
  .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .product .pic{height:150px!important;flex-basis:150px!important}
}

/* 2026-09-04 FINAL MOBILE CATALOG WIDTH — use the full phone viewport for the two product columns.
   The previous responsive rules could leave the grid constrained to a narrower left-side track.
   Desktop/tablet rules are intentionally untouched. */
@media (max-width: 850px){
  html, body{width:100% !important;max-width:100% !important;overflow-x:hidden !important}
  .layout{
    display:block !important;
    width:100vw !important;
    max-width:100vw !important;
    margin:0 !important;
    padding-left:8px !important;
    padding-right:8px !important;
    padding-bottom:90px !important;
  }
  .layout>section{
    display:block !important;
    width:calc(100vw - 16px) !important;
    max-width:none !important;
    min-width:0 !important;
    margin:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .toolbar{width:100% !important;margin-left:0 !important;margin-right:0 !important}
  #grid.grid{
    display:grid !important;
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    justify-content:stretch !important;
    justify-items:stretch !important;
    align-items:stretch !important;
  }
  #grid.grid>.product{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    margin:0 !important;
  }
  #grid.grid>.product .pic{
    width:100% !important;
    min-width:0 !important;
    height:174px !important;
    flex-basis:174px !important;
  }
  #grid.grid>.product .pbody{width:100% !important;min-width:0 !important}
}
@media (max-width:560px){
  .layout{padding-left:7px !important;padding-right:7px !important}
  .layout>section{width:calc(100vw - 14px) !important}
  #grid.grid{gap:9px !important}
  #grid.grid>.product .pic{height:170px !important;flex-basis:170px !important}
}
@media (max-width:380px){
  .layout{padding-left:6px !important;padding-right:6px !important}
  .layout>section{width:calc(100vw - 12px) !important}
  #grid.grid{gap:8px !important}
  #grid.grid>.product .pic{height:160px !important;flex-basis:160px !important}
}


/* 2026-09-04 RESTORE PRODUCT SELECT CONTROL — plus button selects products for PDF/Excel. */
.product-select{
  position:absolute !important;top:10px !important;right:10px !important;z-index:20 !important;
  width:32px !important;height:32px !important;min-width:32px !important;
  padding:0 !important;margin:0 !important;
  display:grid !important;place-items:center !important;
  border:1px solid rgba(18,36,28,.14) !important;border-radius:50% !important;
  background:rgba(255,255,255,.96) !important;color:#0b6b3a !important;
  font-size:20px !important;font-weight:700 !important;line-height:1 !important;
  box-shadow:0 4px 12px rgba(18,36,28,.16) !important;
  cursor:pointer !important;
}
.product-select:hover{transform:scale(1.06) !important;background:#fff !important}
.product-select.selected{background:linear-gradient(135deg,#0b6b3a,#2fae6d) !important;color:#fff !important;border-color:transparent !important}
@media(max-width:850px){
  .product-select{top:8px !important;right:8px !important;width:30px !important;height:30px !important;min-width:30px !important;font-size:19px !important}
}

/* Selection -> Review -> PDF Options flow */
.mobile-selection-bar{z-index:1200 !important}
.selection-review-btn,.selection-primary,.selection-secondary,.selection-clear{font:inherit;border-radius:12px;cursor:pointer}
.selection-review-btn{border:1px solid rgba(255,255,255,.22);background:linear-gradient(135deg,#0b6b3a,#2fae6d);color:#fff;font-weight:800;padding:10px 15px;box-shadow:0 7px 18px rgba(11,107,58,.18)}
.selection-sheet,.pdf-options{padding:2px 0 0}
.selection-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.selection-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800;color:#6a7b72}
.selection-sheet h3,.pdf-options h3{margin:4px 0 0;color:#173b2b;font-size:22px;line-height:1.15}
.selection-clear{border:1px solid #d9e4de;background:#fff;color:#557065;padding:8px 11px;font-size:12px;font-weight:700}
.selection-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:48vh;overflow:auto;padding:2px 2px 4px}
.selection-product{border:1px solid #dfe8e3;background:#fff;border-radius:15px;overflow:hidden;min-width:0;box-shadow:0 3px 12px rgba(22,55,40,.045)}
.selection-product-img{height:154px;background:#fff;position:relative;display:grid;place-items:center;overflow:hidden;padding:12px;box-sizing:border-box;border-bottom:1px solid #edf2ef}
.selection-product-img img,.selection-product-img .selection-thumb{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;min-width:0!important;min-height:0!important;object-fit:contain!important;object-position:center center!important;padding:0!important;margin:auto!important;box-sizing:border-box!important;transform:none!important;background:#fff!important;filter:none!important}
.selection-product-info{padding:9px 10px 11px;display:flex;flex-direction:column;gap:3px;background:#fff}
.selection-product-info b{font-size:13px;line-height:1.25;color:#173b2b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.selection-product-info span{font-size:10px;color:#789087}.selection-product-info strong{font-size:13px;color:#0b7a43}
.selection-remove{position:absolute;right:7px;top:7px;width:27px;height:27px;border:0;border-radius:50%;background:#fff;color:#315c49;box-shadow:0 4px 12px rgba(20,50,38,.16);font-size:18px;line-height:27px;cursor:pointer}
.selection-sheet-actions{display:flex;gap:9px;margin-top:15px}.selection-primary{flex:1;border:0;background:linear-gradient(135deg,#0b6b3a,#2fae6d);color:#fff;font-weight:800;padding:12px 14px;box-shadow:0 8px 20px rgba(11,107,58,.18)}.selection-secondary{border:1px solid #d7e3dc;background:#fff;color:#3f5f51;font-weight:700;padding:12px 14px}.selection-full{width:100%;margin-top:9px}.pdf-options-sub{color:#6c7e75;font-size:13px;line-height:1.5;margin:8px 0 16px}.pdf-option{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #e1eae5;border-radius:15px;padding:13px 14px;margin:9px 0;background:#fbfdfc;cursor:pointer}.pdf-option span{display:flex;flex-direction:column;gap:3px}.pdf-option b{font-size:13px;color:#1c4433}.pdf-option small{font-size:11px;color:#7b8c84}.pdf-option input{width:20px;height:20px;accent-color:#0b6b3a}.pdf-option-summary{display:flex;justify-content:space-between;align-items:center;margin:14px 0;padding:11px 13px;border-radius:12px;background:#eef7f1;color:#3f5f51;font-size:12px;font-weight:800}.selection-download{width:100%;font-size:14px}
@media(max-width:700px){
  .mobile-selection-bar{left:10px !important;right:10px !important;bottom:10px !important;width:auto !important;border-radius:17px !important;padding:10px 11px !important;gap:8px !important}
  .mobile-selection-bar>div:first-child{min-width:0}.mobile-selection-bar span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:190px}
  .selection-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:43vh;gap:8px}.selection-product-img{height:132px}.selection-product-info{padding:8px}.selection-product-info b{font-size:12px}.selection-product-info strong{font-size:12px}
  .selection-sheet-actions{position:sticky;bottom:0;background:#fff;padding-top:8px}.selection-sheet h3,.pdf-options h3{font-size:19px}
}
@media(max-width:380px){.selection-product-grid{grid-template-columns:1fr}.selection-product-img{height:148px}.selection-review-btn{padding:9px 11px;font-size:12px}}


/* 2026-09-04 FINAL SELECTION FLOW — restore + button and match supplied mobile reference. */
.product-select{
  position:absolute !important;
  top:10px !important;
  right:10px !important;
  z-index:20 !important;
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  min-height:32px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid rgba(208,222,214,.95) !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.96) !important;
  color:#0b6b3a !important;
  font-size:22px !important;
  line-height:1 !important;
  font-weight:500 !important;
  padding:0 !important;
  box-shadow:0 4px 13px rgba(18,36,28,.15) !important;
  cursor:pointer !important;
  opacity:1 !important;
  visibility:visible !important;
}
.product-select.selected{
  background:linear-gradient(135deg,#0b6b3a,#2fae6d) !important;
  color:#fff !important;
  border-color:transparent !important;
}
.product-select:hover{transform:scale(1.06) !important;background:#fff !important}
.product-select.selected:hover{background:linear-gradient(135deg,#0b6b3a,#2fae6d) !important}

/* The selection dialog becomes a compact bottom sheet on phones, matching the supplied reference video. */
@media(max-width:700px){
  .product-select{top:8px !important;right:8px !important;width:31px !important;height:31px !important;min-width:31px !important;min-height:31px !important;font-size:21px !important}
  #modal{align-items:flex-end !important;padding:0 !important}
  #modal .dialog{
    width:100% !important;
    max-width:none !important;
    max-height:88vh !important;
    margin:0 !important;
    border-radius:22px 22px 0 0 !important;
    padding:18px 15px calc(15px + env(safe-area-inset-bottom)) !important;
    overflow:auto !important;
    box-shadow:0 -16px 50px rgba(10,30,20,.22) !important;
  }
  #modal .dialog:before{
    content:"";display:block;width:42px;height:4px;border-radius:999px;background:#d6e2dc;margin:0 auto 12px;
  }
  #modalTitle{font-size:17px !important;margin:0 32px 12px !important;text-align:left !important}
  #modal .close{top:13px !important;right:13px !important;width:31px !important;height:31px !important}
  .selection-sheet-head{margin-bottom:10px !important}
  .selection-sheet h3,.pdf-options h3{font-size:20px !important}
  .selection-product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px !important;max-height:50vh !important;overflow:auto !important}
  .selection-product-img{height:132px !important}
  .selection-sheet-actions{position:sticky !important;bottom:-1px !important;z-index:4 !important;margin-left:-15px !important;margin-right:-15px !important;padding:10px 15px calc(2px + env(safe-area-inset-bottom)) !important;background:rgba(255,255,255,.97) !important;border-top:1px solid #e7eee9 !important}
  .selection-primary{min-height:43px !important}
  .selection-secondary{min-height:43px !important}
  .selection-download{min-height:46px !important}
  .pdf-option{padding:12px 13px !important;margin:8px 0 !important}
  .pdf-option input{width:21px !important;height:21px !important}
}
@media(max-width:380px){
  .selection-product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:7px !important}
  .selection-product-img{height:118px !important}
  .selection-product-info{padding:7px !important}
  .selection-product-info b{font-size:11px !important}
  .selection-product-info strong{font-size:11px !important}
}

/* PDF download choices */
.pdf-download-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0 10px}
.pdf-download-choice .selection-download{width:100%;min-height:46px}
@media(max-width:700px){
  .pdf-download-choice{grid-template-columns:1fr;gap:9px}
  .pdf-download-choice .selection-download{min-height:48px}
}

/* 2026-09-04 FINAL VISIBILITY PATCH — selection actions on desktop + mobile */
.mobile-selection-bar{
  position:fixed !important;
  left:50% !important;
  right:auto !important;
  bottom:18px !important;
  transform:translateX(-50%) !important;
  width:min(720px,calc(100vw - 32px)) !important;
  box-sizing:border-box !important;
  display:none !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  padding:11px 13px !important;
  background:rgba(255,255,255,.98) !important;
  border:1px solid #dce8e1 !important;
  border-radius:18px !important;
  box-shadow:0 16px 40px rgba(10,35,22,.18) !important;
  z-index:1400 !important;
}
.mobile-selection-bar.open{display:flex !important}
.mobile-selection-bar>div:first-child{min-width:0 !important;display:flex !important;flex-direction:column !important}
.mobile-selection-bar b{font-size:13px !important;color:#173b2b !important}
.mobile-selection-bar span{font-size:10px !important;color:#718279 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
.mobile-selection-actions{display:flex !important;gap:7px !important;flex-shrink:0 !important}
.mobile-selection-actions .selection-review-btn{white-space:nowrap !important;min-height:38px !important}
.mobile-selection-actions .selection-excel-btn{white-space:nowrap !important;min-height:38px !important;padding:9px 11px !important;border:1px solid #d8e6dd !important;background:#f4faf6 !important;color:#0b6b3a !important;border-radius:9px !important;font-size:11px !important;font-weight:800 !important}
.modal{z-index:1600 !important}
#modal{z-index:1600 !important}
#modal .dialog{position:relative;z-index:1601}
@media(max-width:700px){
  .mobile-selection-bar{left:8px !important;right:8px !important;bottom:calc(10px + env(safe-area-inset-bottom)) !important;transform:none !important;width:auto !important;padding:9px 10px !important;border-radius:16px !important;gap:8px !important}
  .mobile-selection-bar span{max-width:150px !important}
  .mobile-selection-actions .selection-review-btn{padding:9px 11px !important;font-size:11px !important}
  .mobile-selection-actions .selection-excel-btn{padding:9px 10px !important;font-size:11px !important}
  #modal .dialog{width:100% !important;max-width:none !important}
}

/* v238.4 Catalog Experience Upgrade: shortlist ordering, live-share link and richer PDF options */
.selection-share-row{
  display:flex;align-items:center;gap:10px;justify-content:space-between;
  margin:-2px 0 13px;padding:10px 11px;border:1px solid var(--theme-line,#dce8e1);
  border-radius:13px;background:color-mix(in srgb,var(--theme-soft,#eef7f1) 58%,#fff);
}
.selection-share-row span{font-size:11px;line-height:1.35;color:var(--theme-muted,#718279);text-align:right}
.selection-share{border:0;border-radius:10px;padding:9px 11px;background:var(--theme-primary,#0b6b3a);color:var(--theme-on-primary,#fff);font:inherit;font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap}
.selection-order-controls{position:absolute;left:7px;top:7px;z-index:3;display:flex;align-items:center;gap:3px;padding:3px;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 3px 12px rgba(20,50,38,.13)}
.selection-order-controls span{display:grid;place-items:center;min-width:20px;height:23px;font-size:10px;font-weight:900;color:var(--theme-primary,#315c49)}
.selection-move{display:grid;place-items:center;width:24px;height:23px;border:0;border-radius:999px;background:var(--theme-soft,#eef7f1);color:var(--theme-primary,#315c49);font:inherit;font-weight:900;cursor:pointer;line-height:1}
.selection-move:disabled{opacity:.32;cursor:default}
.pdf-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}
.pdf-field{display:flex;flex-direction:column;gap:6px;min-width:0}
.pdf-field>span{font-size:11px;font-weight:800;color:var(--theme-muted,#65776e);text-transform:uppercase;letter-spacing:.045em}
.pdf-field select,.pdf-field input{width:100%;box-sizing:border-box;border:1px solid var(--theme-line,#dce8e1);border-radius:11px;background:var(--theme-card,#fff);color:var(--theme-ink,#173b2b);font:inherit;font-size:12px;padding:10px 11px;outline:0}
.pdf-field select:focus,.pdf-field input:focus{border-color:var(--theme-primary,#0b6b3a);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-primary,#0b6b3a) 12%,transparent)}
.pdf-number{display:flex;align-items:center;border:1px solid var(--theme-line,#dce8e1);border-radius:11px;background:var(--theme-card,#fff);overflow:hidden}
.pdf-number input{border:0!important;border-radius:0!important;box-shadow:none!important;min-width:0}
.pdf-number b{padding:0 11px;color:var(--theme-muted,#65776e);font-size:12px}
@media(max-width:700px){
  .selection-share-row{align-items:flex-start;gap:7px;flex-direction:column}.selection-share-row span{text-align:left}.selection-share{width:100%}
  .pdf-options-grid{grid-template-columns:1fr;gap:9px}
  .selection-order-controls{left:6px;top:6px}.selection-move{width:22px;height:22px}.selection-order-controls span{height:22px;min-width:18px}
}


/* v238.5 White Product Presentation: pure-white shortlist cards and crop-proof thumbnails. */
.selection-product,.selection-product-info,.selection-product-img{background:#fff!important}
.selection-product-img{overflow:hidden!important}
.selection-product-img>img.selection-thumb{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;min-width:0!important;min-height:0!important;object-fit:contain!important;object-position:50% 50%!important;place-self:center!important;background:#fff!important;transform:none!important;filter:none!important}
/* Neutral white product stages improve image fidelity while theme colors stay on controls/accents. */
#grid.grid>.product,.product .pbody,.product .pic{background:#fff!important}


/* v238.6 Selection Image Fit: always use the same primary thumbnail source as the catalog card and preserve intrinsic image ratio. */
.selection-product-img{display:flex!important;align-items:center!important;justify-content:center!important;padding:12px!important;background:#fff!important}
.selection-product-img>img.selection-thumb{flex:0 1 auto!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;min-width:0!important;min-height:0!important;object-fit:contain!important;object-position:center center!important;margin:auto!important}

/* v238.7 Enquiry + Quote workflow */
.enquiry-quote{padding:2px 0 0}.eq-hero{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:15px}.eq-hero h3{margin:4px 0 5px;color:var(--theme-ink,#173b2b);font-size:22px}.eq-hero p{margin:0;color:var(--theme-muted,#6c7e75);font-size:12px;line-height:1.5;max-width:520px}.eq-count{flex:0 0 auto;padding:8px 10px;border-radius:999px;background:var(--theme-soft,#eef7f1);color:var(--theme-primary,#0b6b3a);font-size:11px;font-weight:900}.eq-customer-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.eq-customer-grid label,.eq-notes,.eq-discount{display:flex;flex-direction:column;gap:6px}.eq-customer-grid span,.eq-notes>span,.eq-discount>span{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.045em;color:var(--theme-muted,#65776e)}.eq-customer-grid input,.eq-notes textarea,.eq-discount input{width:100%;box-sizing:border-box;border:1px solid var(--theme-line,#dce8e1);border-radius:11px;background:#fff;color:var(--theme-ink,#173b2b);font:inherit;font-size:13px;padding:10px 11px;outline:0}.eq-customer-grid input:focus,.eq-notes textarea:focus,.eq-discount input:focus{border-color:var(--theme-primary,#0b6b3a);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-primary,#0b6b3a) 12%,transparent)}.eq-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.eq-items{display:grid;grid-template-columns:1fr 1fr;gap:9px;max-height:32vh;overflow:auto;padding:1px;margin-bottom:13px}.eq-item{display:grid;grid-template-columns:66px 1fr 70px;gap:9px;align-items:center;border:1px solid var(--theme-line,#dfe8e3);border-radius:13px;padding:8px;background:#fff}.eq-item-img{width:66px;height:66px;border:1px solid #edf1ee;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.eq-item-img img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;background:#fff}.eq-item-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.eq-item-copy b{font-size:12px;line-height:1.25;color:var(--theme-ink,#173b2b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eq-item-copy span{font-size:10px;color:var(--theme-muted,#788a81)}.eq-item-copy strong{font-size:11px;color:var(--theme-primary,#0b6b3a)}.eq-qty{display:flex;flex-direction:column;gap:4px}.eq-qty span{font-size:9px;font-weight:900;color:var(--theme-muted,#788a81);text-transform:uppercase}.eq-qty input{width:100%;box-sizing:border-box;border:1px solid var(--theme-line,#dce8e1);border-radius:9px;padding:9px 7px;text-align:center;font:inherit;font-weight:800;background:#fff}.eq-discount{border:1px solid var(--theme-line,#dce8e1);border-radius:12px;padding:11px;background:var(--theme-soft,#eef7f1);margin:9px 0 12px}.eq-discount>div{display:flex;align-items:center;max-width:150px;background:#fff;border-radius:9px;border:1px solid var(--theme-line,#dce8e1);overflow:hidden}.eq-discount input{border:0;border-radius:0;box-shadow:none!important}.eq-discount b{padding:0 10px;color:var(--theme-muted,#65776e)}.eq-discount small{color:var(--theme-muted,#65776e);font-size:10px}.eq-notes{margin:8px 0 12px}.eq-notes textarea{resize:vertical;min-height:74px}.eq-summary{margin:10px 0 13px;border:1px solid var(--theme-line,#dce8e1);border-radius:13px;background:#fbfdfc;padding:10px 12px}.eq-summary>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:5px 0;color:var(--theme-muted,#65776e);font-size:12px}.eq-summary b{color:var(--theme-ink,#173b2b)}.eq-summary .eq-grand{border-top:1px solid var(--theme-line,#dce8e1);margin-top:4px;padding-top:9px;font-size:14px;font-weight:900}.eq-summary .eq-grand b{color:var(--theme-primary,#0b6b3a);font-size:16px}.eq-message{min-height:18px;font-size:12px;font-weight:700;color:var(--theme-primary,#0b6b3a);margin:3px 0}.eq-message.error{color:#a33}.eq-actions{display:grid;grid-template-columns:auto auto auto minmax(150px,1fr);gap:8px}.eq-actions button{min-height:43px}.eq-success{text-align:center;padding:14px 4px 4px}.eq-success-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:var(--theme-primary,#0b6b3a);color:var(--theme-on-primary,#fff);font-size:27px;font-weight:900}.eq-success h3{margin:5px 0;color:var(--theme-ink,#173b2b);font-size:24px}.eq-success p{color:var(--theme-muted,#65776e);font-size:13px}.eq-success-total{display:flex;justify-content:space-between;align-items:center;max-width:360px;margin:18px auto;padding:13px 15px;border-radius:13px;background:var(--theme-soft,#eef7f1);color:var(--theme-muted,#65776e);font-size:12px}.eq-success-total b{color:var(--theme-primary,#0b6b3a);font-size:17px}.eq-success-actions{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:9px;max-width:560px;margin:0 auto}.eq-success-actions button{min-height:44px}
@media(max-width:700px){.eq-hero{margin-bottom:11px}.eq-hero h3{font-size:19px}.eq-count{display:none}.eq-customer-grid{grid-template-columns:1fr;gap:8px}.eq-items{grid-template-columns:1fr;max-height:31vh}.eq-item{grid-template-columns:60px 1fr 66px}.eq-item-img{width:60px;height:60px}.eq-actions{position:sticky;bottom:-1px;z-index:5;margin:12px -15px -12px;padding:10px 15px calc(4px + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);border-top:1px solid #e6eee9;grid-template-columns:1fr 1fr}.eq-actions #eqSubmit{grid-column:1/-1}.eq-success-actions{grid-template-columns:1fr}.selection-sheet-actions{flex-wrap:wrap}.selection-sheet-actions .selection-secondary,.selection-sheet-actions .selection-primary{flex:1 1 42%}}

/* v238.7.1 enquiry click reliability hotfix */
.selection-sheet-actions #selectionEnquiry{position:relative!important;z-index:8!important;pointer-events:auto!important;touch-action:manipulation!important}
.eq-opening,.eq-open-error{padding:28px 18px;text-align:center;border:1px solid var(--theme-line,#dce8e1);border-radius:14px;background:#fff;color:var(--theme-ink,#173b2b)}
.eq-open-error p{margin:8px 0 16px;color:var(--theme-muted,#65776e);font-size:12px;line-height:1.5}


/* v238.21 — compact discovery homepage + merchandising */
.hero{padding-top:28px!important;padding-bottom:18px!important;align-items:center!important;min-height:0!important}
.hero-copy{max-width:720px!important}.hero h1{margin-top:10px!important;font-size:clamp(34px,3.3vw,50px)!important}.hero p{margin-top:9px!important;max-width:680px!important}
.hero-right{min-width:min(430px,34vw);gap:9px!important}.hero-meta-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.hero-meta-row .trust{flex-wrap:wrap}.hero-meta-row .hero-stats{gap:14px!important}
.hero-featured-product{width:100%;display:flex;align-items:center;gap:12px;padding:10px;border:1px solid var(--ref-line);border-radius:18px;background:rgba(255,255,255,.88);box-shadow:var(--ref-shadow)}
.hero-featured-pic{width:82px;height:74px;flex:0 0 82px;display:grid;place-items:center;border-radius:14px;background:#f3f6f0;overflow:hidden}.hero-featured-pic img{max-width:90%;max-height:90%;object-fit:contain}
.hero-featured-copy{min-width:0;display:grid;grid-template-columns:1fr auto;gap:2px 10px;align-items:center}.hero-featured-copy small{grid-column:1/-1;color:var(--ref-muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hero-featured-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.hero-featured-copy span{color:var(--g);font-weight:900;font-size:14px}.hero-featured-copy button{grid-column:1/-1;justify-self:start;border:0;background:transparent;color:var(--g);padding:2px 0;font-size:10px;font-weight:900}
.collection-showcase{padding-top:4px!important;padding-bottom:18px!important}.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:0 0 10px}.home-section-heading span,.home-banner-kicker{display:block;color:var(--g);font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:900}.home-section-heading h2{margin:2px 0 0;font-size:21px}.home-view-all{border:0;background:transparent;color:var(--g);font-size:11px;font-weight:900;padding:7px 0}
.homepage-merch-stack{padding:0 5vw}.home-product-section{margin:0 0 22px}.home-product-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.home-product-card{min-width:0;display:grid;grid-template-columns:132px minmax(0,1fr);gap:12px;padding:10px;border:1px solid var(--ref-line);border-radius:16px;background:#fff;box-shadow:var(--ref-shadow);cursor:pointer}.home-product-pic{height:118px;display:grid;place-items:center;position:relative;border-radius:12px;background:#f3f6f0;overflow:hidden}.home-product-pic img{display:block;width:auto;height:auto;max-width:98%;max-height:98%;object-fit:contain;transform:scale(1.1);transform-origin:center}.home-product-badge{position:absolute;left:6px;top:6px;padding:3px 6px;border-radius:999px;background:#e8f4ed;color:var(--g);font-size:8px;font-weight:900}.home-product-copy{min-width:0}.home-product-copy small{font-size:9px;color:var(--ref-muted);font-weight:800}.home-product-copy h3{margin:3px 0 6px;font-family:'Manrope',Arial,sans-serif!important;font-size:12px!important;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-product-price{color:var(--g);font-size:14px;font-weight:900}.home-product-open{margin-top:7px;border:0;background:transparent;color:var(--g);padding:0;font-size:9px;font-weight:900}
.home-promo-banner{margin:0 0 22px;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #d4dccf;border-radius:20px;background:linear-gradient(120deg,#edf4eb,#f8f3e8);overflow:hidden}.home-promo-banner h2{margin:5px 0 4px;font-size:26px}.home-promo-banner p{margin:0 0 12px;color:var(--ref-muted);max-width:650px}.home-banner-art{font-size:76px;opacity:.55;transform:rotate(-8deg)}
.layout{padding-top:4px!important}
@media(max-width:1100px){.home-product-row{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-right{min-width:340px}}
@media(max-width:900px){.hero{padding-top:20px!important}.hero-right{min-width:0;width:100%}.hero-featured-product{max-width:520px}.hero-meta-row{align-items:flex-start}.homepage-merch-stack{padding:0 4vw}.home-product-row{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:4px}.home-product-card{flex:0 0 280px;scroll-snap-align:start}.home-promo-banner{padding:16px}.home-banner-art{font-size:52px}}
@media(max-width:560px){.hero{padding:16px 14px 12px!important;gap:13px!important}.hero h1{font-size:31px!important}.hero p{font-size:13px!important}.hero-featured-product{padding:8px}.hero-featured-pic{width:70px;height:64px;flex-basis:70px}.hero-meta-row{display:none}.collection-showcase{padding-bottom:13px!important}.homepage-merch-stack{padding:0 14px}.home-section-heading h2{font-size:18px}.home-product-card{flex-basis:278px;grid-template-columns:108px minmax(0,1fr)}.home-product-pic{height:102px}.home-product-pic img{transform:scale(1.06)}.home-promo-banner{border-radius:16px;padding:14px}.home-promo-banner h2{font-size:20px}.home-banner-art{display:none}}


/* v238.24 — Smart Promotions + crop-proof product presentation */
.hero-featured-pic,.home-product-pic,.smart-promo-media{background:#fff!important;overflow:hidden}
.hero-featured-pic img,.home-product-pic img,.smart-promo-media img{display:block!important;width:auto!important;height:auto!important;max-width:92%!important;max-height:92%!important;object-fit:contain!important;object-position:center center!important;margin:auto!important;transform:none!important}
.home-smart-promo{display:grid;grid-template-columns:minmax(140px,240px) minmax(0,1fr);gap:18px;align-items:center;margin:0 0 18px;padding:18px;border:1px solid var(--ref-line);border-radius:20px;background:linear-gradient(120deg,#fff 0%,#f1f5ed 100%);box-shadow:var(--ref-shadow)}
.home-smart-promo[hidden]{display:none!important}.home-smart-promo .smart-promo-media{height:150px;border-radius:16px;display:grid;place-items:center}.smart-promo-copy{min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:7px 12px}.smart-promo-copy small{width:100%;font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:900;color:var(--g)}.smart-promo-copy h3{width:100%;margin:0;font-size:23px!important}.smart-promo-copy>b{font-size:14px}.smart-promo-copy>span{font-size:15px;font-weight:900;color:var(--g)}.smart-promo-open{border:0;border-radius:999px;background:var(--accent);color:#fff;font-weight:900;padding:9px 13px}
.catalog-promo-card{grid-column:span 2;min-height:205px;display:grid;grid-template-columns:minmax(120px,42%) minmax(0,1fr);gap:14px;align-items:center;padding:15px;border:1px solid var(--ref-line);border-radius:18px;background:linear-gradient(135deg,#eef5ed,#fff 62%,#f7eadf);box-shadow:var(--ref-shadow)}.catalog-promo-card .smart-promo-media{height:175px;border-radius:14px;display:grid;place-items:center}.catalog-promo-card .smart-promo-copy h3{font-size:18px!important}
@media(max-width:850px){.home-smart-promo{grid-template-columns:110px minmax(0,1fr);padding:12px;gap:12px}.home-smart-promo .smart-promo-media{height:105px}.home-smart-promo .smart-promo-copy h3{font-size:17px!important}.catalog-promo-card{grid-column:1/-1;grid-template-columns:105px minmax(0,1fr);min-height:145px;padding:11px}.catalog-promo-card .smart-promo-media{height:118px}.catalog-promo-card .smart-promo-copy h3{font-size:16px!important}}


/* v238.25.1 — crop-proof product image framing.
   Keep the replaced image at its intrinsic aspect ratio instead of forcing the
   <img> box to 100% x 100%. The catalog selector is intentionally more specific
   than the older mobile .product .pic img rules so one final rule wins at every
   breakpoint. This fixes tall/narrow product photos appearing zoomed, stretched
   or partially clipped while keeping the complete source image visible. */
#grid.grid>.product .pic,
.home-product-pic,
.hero-featured-pic,
.smart-promo-media,
.detail-main-image,
.detail-thumb{
  align-items:center!important;
  justify-content:center!important;
}
#grid.grid>.product .pic{display:flex!important}
.home-product-pic,
.hero-featured-pic,
.smart-promo-media,
.detail-main-image,
.detail-thumb{display:flex!important}

#grid.grid>.product .pic>img,
.home-product-pic>img,
.hero-featured-pic>img,
.smart-promo-media>img,
.detail-main-image>img,
.detail-thumb>img{
  display:block!important;
  position:static!important;
  left:auto!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  min-width:0!important;
  min-height:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  box-sizing:border-box!important;
  transform:none!important;
  margin:auto!important;
  background:#fff!important;
  flex:0 1 auto!important;
}
#grid.grid>.product .pic>img{padding:12px!important}
.home-product-pic>img{padding:7px!important}
.hero-featured-pic>img{padding:6px!important}
.smart-promo-media>img{padding:10px!important}
.detail-main-image>img{padding:12px!important}
.detail-thumb>img{padding:3px!important}
