:root{--green:#087443;--green-dark:#075c37;--green-soft:#e8f6ef;--orange:#f59e0b;--orange-soft:#fff5dc;--blue:#2563eb;--ink:#14231c;--muted:#64736b;--line:#e5eee9;--surface:#f7fbf9;--card:#fff;--shadow:0 18px 50px rgba(8,116,67,.10)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,#fbfdfc 55%,#f5faf7 100%)}
a{text-decoration:none;color:inherit}
.wrap{width:min(1180px,92%);margin:auto}
.header{height:78px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20;box-shadow:0 3px 20px rgba(8,116,67,.05)}
.header:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:linear-gradient(90deg,var(--green),var(--orange),var(--blue))}
.nav{height:100%;display:flex;align-items:center;gap:40px}
.brand{font-weight:950;font-size:24px;letter-spacing:-1.3px;white-space:nowrap;color:var(--green-dark);position:relative;padding-left:15px}
.brand:before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:5px;border-radius:99px;background:linear-gradient(180deg,var(--green),var(--orange))}
.nav nav{display:flex;gap:25px;flex:1}
.nav nav a{font-size:14px;font-weight:650;color:#4c5d54;padding:8px 0;position:relative}
.nav nav a:hover{color:var(--green)}
.nav nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--orange);transition:.2s}
.nav nav a:hover:after{right:0}
.actions{display:flex;align-items:center;gap:10px}
.actions select{border:1px solid #d7e7df;padding:9px 12px;border-radius:999px;background:#f7fbf9;color:var(--green-dark);font-weight:650;outline:none}
.admin-link{font-size:13px;color:#fff;background:var(--green);padding:10px 14px;border-radius:999px;font-weight:750;box-shadow:0 7px 18px rgba(8,116,67,.18)}
.admin-link:hover{background:var(--green-dark)}
.hero{position:relative;min-height:560px;display:flex;align-items:stretch;color:#fff;overflow:hidden;background:#eef5f1}
.hero-media{position:absolute;inset:0;z-index:0;background:#eef5f1}
.hero-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.hero:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(3,31,19,.72) 0%,rgba(3,31,19,.38) 34%,rgba(3,31,19,.06) 66%,rgba(3,31,19,0) 100%)}
.hero-inner{position:relative;z-index:1;width:100%;display:flex;align-items:center;padding:62px 0}
.hero-copy{width:min(540px,48%);padding:30px 34px;border-radius:24px;background:rgba(8,42,28,.46);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 18px 55px rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.18)}
.hero-pos-right .hero-inner{justify-content:flex-end}
.hero-pos-center .hero-inner{justify-content:center;text-align:center}
.hero-pos-center .hero-copy{width:min(720px,78%)}
.hero-pos-center:after{background:linear-gradient(90deg,rgba(3,31,19,.20),rgba(3,31,19,.38),rgba(3,31,19,.20))}
.hero h1{font-size:clamp(38px,4.8vw,64px);line-height:1.06;letter-spacing:-2.5px;max-width:100%;margin:14px 0 12px;text-wrap:balance;text-shadow:0 4px 18px rgba(0,0,0,.22);overflow-wrap:anywhere}
.hero p{font-size:17px;line-height:1.65;max-width:100%;color:#f2fff8;margin:0}
.eyebrow{font-size:11px;letter-spacing:3px;font-weight:850;color:var(--green)}
.hero .eyebrow{color:#ffd98a}
.btn{display:inline-block;border:0;background:var(--green);color:#fff;border-radius:999px;padding:14px 23px;font-weight:800;margin-top:18px;box-shadow:0 9px 22px rgba(8,116,67,.18);transition:.2s}
.btn:hover{transform:translateY(-2px);background:var(--green-dark);box-shadow:0 13px 28px rgba(8,116,67,.24)}
.btn.light{background:#fff;color:var(--green-dark)}
.btn.light:hover{background:#fff5dc;color:#7a4a00}
.btn.wa{background:#16a34a}
.section{padding:74px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px;gap:20px}
.section h2{font-size:36px;letter-spacing:-1.5px;margin:7px 0;color:var(--ink)}
.section-head:after{content:"";display:block}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.category-tile{position:relative;min-height:190px;border-radius:22px;background:#dfece5;background-size:cover;background-position:center;display:flex;align-items:end;padding:21px;color:#fff;overflow:hidden;transition:.25s;box-shadow:0 12px 30px rgba(20,35,28,.08)}
.category-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,116,67,.02),rgba(8,49,31,.78));z-index:0}
.category-tile:nth-child(4n+2):before{background:linear-gradient(180deg,rgba(37,99,235,.02),rgba(18,52,111,.78))}
.category-tile:nth-child(4n+3):before{background:linear-gradient(180deg,rgba(245,158,11,.03),rgba(122,74,0,.78))}
.category-tile:nth-child(4n+4):before{background:linear-gradient(180deg,rgba(15,118,110,.03),rgba(10,69,67,.78))}
.category-tile div{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:end;width:100%}
.category-tile small{font-size:16px;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.2)}
.category-tile strong{font-size:26px;background:rgba(255,255,255,.18);width:39px;height:39px;border-radius:50%;display:grid;place-items:center;backdrop-filter:blur(6px)}
.category-tile:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(8,116,67,.16)}
.search{display:flex;border:1px solid #d8e8df;border-radius:999px;overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(8,116,67,.06)}
.search:focus-within{border-color:#8bc9aa;box-shadow:0 0 0 4px rgba(8,116,67,.08)}
.search input{border:0;padding:12px 16px;outline:0;width:240px;color:var(--ink);background:transparent}
.search button{border:0;background:var(--green);color:#fff;width:48px;cursor:pointer;font-size:18px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:21px}
.product-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--card);transition:.25s;box-shadow:0 8px 25px rgba(20,35,28,.04)}
.product-card:hover{transform:translateY(-7px);box-shadow:0 22px 48px rgba(8,116,67,.13);border-color:#cce4d8}
.product-image{aspect-ratio:1;background:linear-gradient(135deg,#eff9f3,#fff5dc);overflow:hidden;position:relative}
.product-image:after{content:"";position:absolute;left:12px;bottom:12px;width:36px;height:4px;border-radius:99px;background:linear-gradient(90deg,var(--green),var(--orange));opacity:.9}
.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}
.product-card:hover .product-image img{transform:scale(1.045)}
.product-info{padding:18px 18px 20px}
.product-info span{font-size:10px;letter-spacing:1.6px;color:var(--green);text-transform:uppercase;font-weight:800}
.product-info h3{font-size:19px;margin:8px 0;color:var(--ink);line-height:1.25}
.product-info p{color:var(--muted);font-size:13px;line-height:1.55;min-height:40px;margin:8px 0 14px}
.product-info strong{font-size:13px;color:var(--green);font-weight:850}
.brand-row{display:flex;flex-wrap:wrap;gap:13px}
.brand-row a{min-width:160px;min-height:82px;border:1px solid var(--line);border-radius:16px;display:grid;place-items:center;padding:15px;background:#fff;transition:.2s;box-shadow:0 6px 20px rgba(20,35,28,.04)}
.brand-row a:hover{border-color:#a9d7bf;transform:translateY(-3px);box-shadow:0 13px 28px rgba(8,116,67,.10)}
.brand-row img{max-width:130px;max-height:45px}
.brand-row strong{color:var(--green-dark)}
.about{padding:78px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.5fr;gap:50px;position:relative}
.about:before{content:"";position:absolute;left:-20vw;right:-20vw;top:0;height:100%;background:linear-gradient(90deg,#eff9f3,#fff5dc,#eff6ff);opacity:.55;z-index:-1}
.about h2{font-size:40px;margin-top:8px}
.about p{color:#53645b;line-height:1.85;white-space:pre-line}
.detail{padding:55px 0}
.back{color:var(--green);font-weight:750}
.back:hover{color:var(--orange)}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:28px}
.detail-image{border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#eff9f3,#fff5dc);box-shadow:var(--shadow);border:1px solid var(--line)}
.detail-image img{width:100%;display:block}
.detail-copy h1{font-size:54px;line-height:1;letter-spacing:-2.5px;margin:18px 0;color:var(--ink)}
.pill{display:inline-block;background:var(--green-soft);color:var(--green-dark);border-radius:999px;padding:8px 13px;font-size:12px;font-weight:800}
.lead{font-size:19px;color:#596c62;line-height:1.7}
.sku{font-size:13px;color:#72837a;margin:18px 0}
.description{color:#52645b;line-height:1.85}
.spec-box{white-space:pre-line;background:#f0f8f4;padding:18px;border-radius:14px;line-height:1.8;color:#52645b}
.contact-buttons{display:flex;gap:10px;flex-wrap:wrap}
.empty{text-align:center;padding:70px;color:#7a8b82;background:#f7fbf9;border:1px dashed #cfe3d8;border-radius:18px}
footer{background:#073a25;color:#fff;margin-top:35px;position:relative;overflow:hidden}
footer:before{content:"";position:absolute;width:360px;height:360px;right:-140px;top:-170px;border-radius:50%;background:rgba(245,158,11,.16)}
.footer{padding:48px 0;display:flex;justify-content:space-between;position:relative;z-index:1;gap:30px}
.footer p{color:#c3d8cd;max-width:600px;line-height:1.7}
.footer a{color:#ffd98a;font-weight:700}
/* Product gallery & category pages */
.detail-gallery{min-width:0}
.thumb-row{display:flex;gap:10px;margin-top:12px;overflow:auto;padding-bottom:3px}
.thumb{width:76px;height:76px;padding:3px;border:1px solid #d7e7df;background:#fff;border-radius:11px;cursor:pointer;flex:0 0 auto;transition:.18s}
.thumb.active,.thumb:hover{border-color:var(--orange);box-shadow:0 0 0 3px rgba(245,158,11,.12)}
.thumb img{width:100%;height:100%;object-fit:cover;border-radius:7px}
.category-hero{position:relative;padding:92px 0 76px;background:linear-gradient(120deg,#e7f7ef 0%,#fff7e4 52%,#edf3ff 100%);overflow:hidden}
.category-hero:after{content:"";position:absolute;width:300px;height:300px;right:4%;top:-120px;border-radius:50%;background:rgba(8,116,67,.10)}
.category-hero .wrap{position:relative;z-index:1}
.category-hero h1{font-size:56px;margin:10px 0;color:var(--ink);letter-spacing:-2px}
.category-hero p{color:#5d7066;font-size:18px}
.category-page{padding-top:25px}
.category-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}
.category-toolbar strong{background:var(--orange-soft);color:#8a5a05;padding:8px 12px;border-radius:999px}
.specs{margin-top:32px}
.specs>h2{font-size:28px}
.spec-group{margin:20px 0;border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(20,35,28,.04)}
.spec-group h3{margin:0;padding:15px 18px;background:linear-gradient(90deg,var(--green-soft),#fff);font-size:17px;color:var(--green-dark);border-left:4px solid var(--green)}
.spec-table>div{display:grid;grid-template-columns:180px 1fr;border-top:1px solid #edf2ef;padding:13px 18px}
.spec-table span{color:#718178}
.spec-table strong{font-weight:600;color:var(--ink)}
.detail-image{background:linear-gradient(135deg,#f0faf5,#fff8e8);border-radius:22px;overflow:hidden}
.detail-image img{width:100%;height:100%;max-height:620px;object-fit:contain;display:block}
@media(max-width:900px){.nav nav{display:none}.hero{min-height:500px}.hero-copy{width:min(620px,82%)}.hero-pos-right .hero-inner{justify-content:flex-start}.grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.product-detail,.about{grid-template-columns:1fr}.detail-copy h1{font-size:42px}.nav{gap:18px}}
@media(max-width:540px){.header{height:70px}.grid{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr 1fr}.search input{width:170px}.actions .admin-link{display:none}.nav{gap:10px}.brand{font-size:18px}.actions select{max-width:135px}.hero{min-height:500px}.hero-media img{object-position:center}.hero-inner{padding:28px 0;align-items:flex-end}.hero-copy{width:100%;padding:24px 22px;border-radius:20px;background:rgba(8,42,28,.58)}.hero h1{font-size:38px;letter-spacing:-1.5px}.section{padding:55px 0}.section h2{font-size:30px}.category-hero h1{font-size:42px}.footer{flex-direction:column}.spec-table>div{grid-template-columns:120px 1fr}}

/* ===== Responsive navigation - isolated layout ===== */
.mobile-nav{
  display:none !important;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  height:0;
  overflow:hidden;
  position:absolute;
  left:0;
  right:0;
  top:100%;
  z-index:999;
}
.menu-toggle{
  display:none !important;
  appearance:none;
  border:1px solid #cfdad5;
  background:#fff;
  color:var(--ink);
  width:42px;
  height:42px;
  border-radius:10px;
  font-size:23px;
  line-height:1;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  flex:0 0 auto;
}
.header{
  position:sticky;
  top:0;
  z-index:1000;
}
.header > .nav{
  position:relative;
  z-index:1002;
}
.header > .nav > nav{
  display:flex;
  align-items:center;
  gap:25px;
  flex:1;
  min-width:0;
}
.header > .nav > .actions{
  flex:0 0 auto;
}

/* Desktop: only the main navigation exists visually. */
@media (min-width:901px){
  .header{height:78px}
  .header > .nav{height:100%;min-height:0;padding:0}
  .header > .nav > nav{display:flex !important}
  .mobile-nav{display:none !important;visibility:hidden !important;opacity:0 !important;pointer-events:none !important;height:0 !important}
  .menu-toggle{display:none !important}
}

/* Tablet and phone: main nav is hidden; mobile menu is a separate layer. */
@media (max-width:900px){
  .header{height:auto;min-height:70px}
  .header > .nav{
    min-height:70px;
    height:auto;
    padding:10px 0;
    gap:12px;
    flex-wrap:nowrap;
  }
  .header > .nav > nav{display:none !important}
  .actions{
    margin-left:auto;
    gap:8px;
    min-width:0;
  }
  .actions select{
    min-width:0;
    width:auto;
    max-width:150px;
    padding:9px 28px 9px 12px;
  }
  .menu-toggle{
    display:inline-flex !important;
  }
  .mobile-nav{
    display:block !important;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    height:auto;
    max-height:0;
    overflow:hidden;
    background:#fff;
    border-top:1px solid var(--line);
    box-shadow:0 12px 28px rgba(20,35,28,.10);
    transition:opacity .18s ease,max-height .18s ease,visibility .18s ease;
  }
  .mobile-nav.open{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    max-height:520px;
  }
  .mobile-nav .wrap{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    padding:8px 0 14px;
  }
  .mobile-nav a{
    display:block;
    padding:14px 12px;
    border-bottom:1px solid #edf2ef;
    color:var(--ink);
    font-size:15px;
    font-weight:700;
    white-space:nowrap;
  }
  .mobile-nav a:active{background:var(--green-soft)}
  .hero-inner{width:100%}
  .hero-copy{max-width:100%;overflow:hidden}
  .category-hero{padding:64px 0 52px}
  .category-hero h1{font-size:clamp(38px,10vw,52px);overflow-wrap:anywhere}
  .category-toolbar{gap:14px;flex-wrap:wrap}
}

@media (max-width:540px){
  body{overflow-x:hidden}
  .wrap{width:min(100% - 28px,1180px)}
  .brand{font-size:20px;letter-spacing:-.8px;max-width:42vw;overflow:hidden;text-overflow:ellipsis}
  .actions select{max-width:135px;font-size:14px}
  .menu-toggle{width:40px;height:40px}
  .mobile-nav .wrap{grid-template-columns:1fr}
  .mobile-nav a{padding:15px 4px}
  .hero{min-height:440px}
  .hero-inner{padding:24px 0;align-items:flex-end}
  .hero-copy{width:100%;padding:20px 18px;border-radius:18px}
  .hero h1{font-size:clamp(30px,9vw,40px);line-height:1.12;letter-spacing:-1px}
  .hero p{font-size:15px;line-height:1.55}
  .category-grid{grid-template-columns:1fr 1fr;gap:10px}
  .category-tile{min-height:145px;padding:15px;border-radius:16px}
  .category-tile small{font-size:14px}
  .category-tile strong{width:32px;height:32px;font-size:18px}
  .grid{grid-template-columns:1fr;gap:14px}
  .section{padding:42px 0}
  .section-head{display:block;margin-bottom:20px}
  .section h2{font-size:28px}
  .search{width:100%;margin-top:16px}
  .search input{width:100%;min-width:0}
  .product-detail{gap:28px;margin-top:20px}
  .detail{padding:32px 0}
  .detail-copy h1{font-size:36px;line-height:1.12}
  .category-hero{padding:48px 0 40px}
  .category-hero p{font-size:16px;line-height:1.6}
  .category-toolbar{align-items:flex-start}
  .category-toolbar strong{margin-left:auto}
  .spec-table>div{grid-template-columns:minmax(90px,34%) 1fr;padding:11px 12px;gap:10px}
  .footer{padding:38px 0}
}

/* Hard isolation guard: desktop browsers must never render the mobile links. */
@media (min-width:901px){
  body .header > .mobile-nav{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    height:0 !important;
    max-height:0 !important;
    overflow:hidden !important;
  }
}


/* ===== Homepage Banner: image only =====
   The uploaded Banner is treated as a complete artwork. Do not overlay
   title/subtitle/button on top of it, especially on phones and tablets. */
.hero.hero-image-only{
  min-height:0 !important;
  height:auto !important;
  display:block !important;
  overflow:hidden;
  background:#f4f7f5;
}
.hero.hero-image-only::after{display:none !important;}
.hero.hero-image-only .hero-media{
  position:relative !important;
  inset:auto !important;
  width:100%;
  height:auto !important;
  z-index:1;
  background:transparent;
}
.hero.hero-image-only .hero-media img{
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  display:block !important;
  object-fit:contain !important;
  object-position:center !important;
}
.hero.hero-image-only .hero-inner,
.hero.hero-image-only .hero-copy{display:none !important;}
@media (max-width:900px){
  .hero.hero-image-only{min-height:0 !important;}
  .hero.hero-image-only .hero-media img{height:auto !important;}
}
@media (max-width:540px){
  .hero.hero-image-only{min-height:0 !important;}
  .hero.hero-image-only .hero-media img{width:100% !important;height:auto !important;}
}

/* ===== Standalone contact page ===== */
.nav nav a.active{color:var(--green);font-weight:800}
.nav nav a.active:after{right:0}
.mobile-nav a.active{color:var(--green);background:var(--green-soft)}
.contact-hero{position:relative;overflow:hidden;padding:88px 0 82px;background:linear-gradient(125deg,#e7f8ef 0%,#fff6df 52%,#edf3ff 100%);border-bottom:1px solid #dfece5}
.contact-hero:before,.contact-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.contact-hero:before{width:330px;height:330px;right:8%;top:-180px;background:rgba(8,116,67,.11)}
.contact-hero:after{width:210px;height:210px;right:24%;bottom:-150px;background:rgba(245,158,11,.15)}
.contact-hero .wrap{position:relative;z-index:1}
.contact-hero h1{font-size:clamp(46px,6vw,72px);line-height:1.02;letter-spacing:-3px;margin:13px 0 18px;color:var(--ink)}
.contact-hero p{max-width:720px;font-size:18px;line-height:1.75;color:#52675c;margin:0}
.contact-page{padding:58px 0 76px}
.contact-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:26px;align-items:start}
.contact-panel{background:#fff;border:1px solid var(--line);border-radius:25px;padding:31px;box-shadow:0 16px 45px rgba(8,116,67,.08)}
.contact-panel-head h2{font-size:32px;letter-spacing:-1.2px;margin:7px 0 9px}
.contact-panel-head p{margin:0 0 22px;color:var(--muted);line-height:1.65}
.contact-methods{display:grid;gap:12px;margin-top:22px}
.contact-method{min-width:0;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px;border:1px solid #dfece5;border-radius:16px;background:#fbfefc;transition:.2s}
a.contact-method:hover{transform:translateY(-2px);border-color:#9fd3b8;background:#f3fbf7;box-shadow:0 10px 25px rgba(8,116,67,.09)}
.contact-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--green),#10a761);font-size:20px;font-weight:900;box-shadow:0 8px 18px rgba(8,116,67,.18)}
.wa-icon{font-size:12px;background:linear-gradient(145deg,#16a34a,#0b7a34)}
.contact-method span:nth-child(2){min-width:0}
.contact-method small{display:block;color:#6e8076;font-size:11px;letter-spacing:.6px;text-transform:uppercase;margin-bottom:4px;font-weight:800}
.contact-method strong{display:block;color:var(--ink);line-height:1.45;overflow-wrap:anywhere;font-size:15px}
.contact-method>b{color:var(--orange);font-size:19px}
.message-panel{border-top:4px solid var(--orange)}
.product-enquiry{display:flex;flex-direction:column;gap:4px;padding:13px 15px;margin:18px 0;background:var(--orange-soft);border:1px solid #f6d992;border-radius:13px}
.product-enquiry span{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#966304;font-weight:850}
.product-enquiry strong{color:#603f02;overflow-wrap:anywhere}
.contact-form{margin-top:22px}
.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-form label{display:block;font-size:12px;letter-spacing:.2px;font-weight:800;color:#405248;margin-bottom:15px}
.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #d5e5dc;border-radius:12px;padding:13px 14px;background:#fbfefc;color:var(--ink);font:inherit;outline:0;transition:.18s}
.contact-form textarea{resize:vertical;min-height:150px;line-height:1.6}
.contact-form input:focus,.contact-form textarea:focus{border-color:#73bd96;background:#fff;box-shadow:0 0 0 4px rgba(8,116,67,.09)}
.contact-helper,.privacy-note{font-size:12px;color:#718178;line-height:1.55;margin:4px 0 0}
.contact-submit{margin:16px 0 7px;cursor:pointer;display:inline-flex;align-items:center;gap:13px}
.contact-submit span{font-size:18px}
.contact-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-alert{padding:15px 18px;border-radius:14px;margin:0 0 22px;font-weight:750;border:1px solid}
.contact-alert.success{background:#eaf9f0;color:#12683a;border-color:#bce5cc}
.contact-alert.error{background:#fff1f0;color:#9b2821;border-color:#f2c3bf}
.contact-back{display:inline-block;margin-top:30px}
@media(max-width:900px){
  .contact-hero{padding:64px 0 58px}
  .contact-layout{grid-template-columns:1fr}
  .contact-details{order:2}
  .message-panel{order:1}
}
@media(min-width:901px) and (max-width:1120px){
  .header>.nav{gap:16px}
  .header>.nav>nav{gap:13px}
  .nav nav a{font-size:12px}
  .brand{font-size:20px}
  .actions select{max-width:135px}
  .actions .admin-link{display:none}
}
@media(max-width:540px){
  .contact-hero{padding:48px 0 43px}
  .contact-hero h1{font-size:42px;letter-spacing:-1.8px}
  .contact-hero p{font-size:16px;line-height:1.65}
  .contact-page{padding:30px 0 50px}
  .contact-panel{padding:21px 17px;border-radius:19px}
  .contact-panel-head h2{font-size:27px}
  .contact-form-grid{grid-template-columns:1fr;gap:0}
  .contact-method{grid-template-columns:43px minmax(0,1fr) auto;padding:13px;gap:11px}
  .contact-icon{width:43px;height:43px;border-radius:12px}
  .contact-submit{width:100%;justify-content:center}
}

/* ===== Mexico / LATAM performance and conversion upgrade ===== */
.skip-link{position:fixed;left:14px;top:-80px;z-index:3000;background:#fff;color:var(--green-dark);padding:11px 15px;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.18);font-weight:800;transition:top .18s}
.skip-link:focus{top:12px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(245,158,11,.55);outline-offset:3px}
img{max-width:100%}
.reveal-section,.product-card,.category-tile{content-visibility:auto;contain-intrinsic-size:1px 520px}
.category-tile>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .35s ease}
.category-tile:before{z-index:1}
.category-tile:hover>img{transform:scale(1.045)}
.category-tile>div{z-index:2}
.pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin:34px 0 10px;padding:15px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(20,35,28,.04)}
.pagination a{color:var(--green-dark);font-weight:800;padding:9px 12px;border-radius:10px}
.pagination a:last-child{text-align:right}
.pagination a:hover{background:var(--green-soft)}
.pagination strong{font-size:12px;color:var(--muted);white-space:nowrap}
.home-contact-cta{display:flex;align-items:center;justify-content:space-between;gap:35px;margin:14px 0 74px;padding:42px 46px;border-radius:26px;color:#fff;background:linear-gradient(120deg,#075c37 0%,#087443 55%,#0f766e 100%);box-shadow:0 25px 55px rgba(8,92,55,.22);position:relative;overflow:hidden}
.home-contact-cta:after{content:"";position:absolute;width:260px;height:260px;right:-90px;top:-120px;border-radius:50%;background:rgba(245,158,11,.25)}
.home-contact-cta>div,.home-contact-cta>a{position:relative;z-index:1}
.home-contact-cta h2{font-size:clamp(28px,3.4vw,44px);line-height:1.12;letter-spacing:-1.5px;margin:7px 0 10px;max-width:720px}
.home-contact-cta p{margin:0;max-width:720px;color:#d7eee2;line-height:1.7}
.home-contact-cta .eyebrow{color:#ffd98a}
.home-contact-cta .btn{flex:0 0 auto;margin:0}
.footer.footer-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(150px,.65fr) minmax(190px,.8fr);align-items:start;gap:55px}
.footer-grid span{display:block;color:#8fc9ab;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;font-weight:900;margin-bottom:13px}
.footer-links,.footer-contact{display:grid;gap:10px}
.footer-grid .footer-links a,.footer-grid .footer-contact a{color:#e7f8ef;font-weight:650;overflow-wrap:anywhere}
.footer-grid .footer-links a:hover,.footer-grid .footer-contact a:hover{color:#ffd98a}
.footer-brand strong{font-size:22px}
.mobile-product-actions{display:none}
.not-found{text-align:center;padding:90px 20px}
.not-found>strong{display:block;font-size:90px;line-height:1;color:#dcebe3}
.not-found h1{margin:12px 0 24px}
.product-image img,.detail-image img{background:#f4f8f6}
.product-card{will-change:transform}
.search button{min-width:48px}
@media(max-width:900px){
  .footer.footer-grid{grid-template-columns:1.2fr 1fr;gap:34px}
  .footer-brand{grid-column:1/-1}
  .home-contact-cta{padding:34px 30px}
}
@media(max-width:700px){
  .detail{padding-bottom:94px}
  .detail-copy>.contact-buttons{display:none}
  .mobile-product-actions{position:fixed;display:flex;left:14px;right:14px;bottom:max(12px,env(safe-area-inset-bottom));z-index:1200;padding:8px;border-radius:17px;background:rgba(255,255,255,.96);border:1px solid #d7e7df;box-shadow:0 18px 45px rgba(3,49,28,.25);backdrop-filter:blur(12px)}
  .mobile-product-actions a{flex:1;display:grid;place-items:center;min-height:48px;padding:9px 12px;border-radius:12px;background:var(--green);color:#fff;font-weight:850;text-align:center}
  .mobile-product-actions a.wa{background:#16a34a;margin-right:7px}
}
@media(max-width:540px){
  .pagination{grid-template-columns:1fr 1fr;gap:8px}
  .pagination strong{grid-column:1/-1;grid-row:1;text-align:center}
  .pagination a{grid-row:2;padding:10px 7px}
  .home-contact-cta{display:block;margin-bottom:50px;padding:29px 22px;border-radius:20px}
  .home-contact-cta h2{font-size:29px}
  .home-contact-cta .btn{display:block;text-align:center;margin-top:22px;width:100%}
  .footer.footer-grid{grid-template-columns:1fr;gap:30px}
  .footer-brand{grid-column:auto}
  .category-tile>img{object-position:center}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
@media print{.header,.mobile-product-actions,.home-contact-cta,footer{display:none!important}}

/* ===== Mobile catalog navigation inspired by the supplied reference ===== */
.mobile-search-trigger,.mobile-bottom-nav{display:none}
.mobile-search-trigger svg,.discovery-search svg,.mobile-bottom-nav svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.catalog-discovery{background:#fff;border-bottom:1px solid #edf1ef;box-shadow:0 10px 28px rgba(20,35,28,.055)}
.discovery-inner{padding:34px 0 30px}
.discovery-search{width:min(760px,100%);height:62px;margin:0 auto 29px;display:flex;align-items:center;border:1px solid #edf0ee;border-radius:999px;background:#f5f6f5;transition:border-color .18s,box-shadow .18s,background .18s}
.discovery-search:focus-within{background:#fff;border-color:#93cdb0;box-shadow:0 0 0 5px rgba(8,116,67,.08)}
.discovery-search button{width:64px;height:100%;display:grid;place-items:center;flex:0 0 auto;border:0;background:transparent;color:#5f6a64;cursor:pointer}
.discovery-search button:hover{color:var(--green)}
.discovery-search button svg{width:27px;height:27px}
.discovery-search input{width:100%;min-width:0;height:100%;padding:0 27px 0 0;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:16px}
.discovery-search input::placeholder{color:#8b938f}
.filter-row{display:grid;grid-template-columns:118px minmax(0,1fr);gap:20px;align-items:start;padding:10px 0}
.filter-label{display:inline-grid;place-items:center;justify-self:start;min-width:92px;min-height:39px;padding:9px 17px;border-radius:999px;background:#0d1712;color:#fff;font-size:14px;line-height:1;font-weight:850;letter-spacing:.2px;box-shadow:0 7px 16px rgba(13,23,18,.12)}
.filter-options{display:flex;align-items:center;flex-wrap:wrap;gap:4px 9px;min-width:0}
.filter-options a{display:inline-flex;align-items:center;min-height:39px;padding:8px 13px;border-radius:999px;color:#7a827e;font-size:15px;line-height:1.35;font-weight:600;transition:.18s}
.filter-options a:hover{color:var(--green-dark);background:#f0f7f3}
.filter-options a.active{color:var(--ink);background:var(--green-soft);box-shadow:inset 0 0 0 1px #cce5d7;font-weight:800}
#catalogFilters,#products,#categories,#brands,#about{scroll-margin-top:92px}

@media(max-width:900px){
  .header>.nav{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:9px}
  .mobile-search-trigger{display:grid;grid-column:1;place-items:center;width:42px;height:42px;color:#18221d;border-radius:12px}
  .mobile-search-trigger:active{background:#f0f4f2}
  .mobile-search-trigger svg{width:29px;height:29px}
  .header>.nav>.brand{grid-column:2;justify-self:center;max-width:100%;padding-left:0;text-align:center;font-size:21px;letter-spacing:-.7px;color:#16231c}
  .header>.nav>.brand:before{display:none}
  .header>.nav>.actions{grid-column:3;justify-self:end;margin-left:0;width:44px}
  .header>.nav>.actions select,.header>.nav>.actions .admin-link{display:none}
  .menu-toggle{width:44px;height:44px;border:0;background:transparent;border-radius:12px;font-size:29px;font-weight:400}
  .menu-toggle:active{background:#f0f4f2}
  .mobile-language-options{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:7px;padding:13px 10px 5px;border-top:1px solid #edf2ef}
  .mobile-nav .mobile-language-options a{flex:1 1 auto;padding:10px 11px;border:1px solid #e2ebe6;border-radius:999px;text-align:center;background:#f8fbf9;font-size:12px}
  .mobile-nav .mobile-language-options a.active{border-color:#a8d7bf;background:var(--green-soft)}
}

@media(max-width:700px){
  body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
  .catalog-discovery{box-shadow:0 9px 20px rgba(20,35,28,.045)}
  .discovery-inner{padding:27px 0 24px}
  .discovery-search{height:58px;margin-bottom:20px}
  .discovery-search button{width:57px}
  .discovery-search button svg{width:26px;height:26px}
  .discovery-search input{font-size:15px;padding-right:20px}
  .filter-row{grid-template-columns:78px minmax(0,1fr);gap:8px;padding:8px 0}
  .filter-label{min-width:70px;min-height:38px;padding:9px 12px;font-size:13px}
  .filter-options{gap:2px 3px}
  .filter-options a{min-height:38px;padding:8px 9px;font-size:13px}
  .category-showcase{display:none}
  #products{padding-top:36px}
  #products>.section-head .search{display:none}
  .mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:1300;display:grid;grid-template-columns:repeat(4,1fr);min-height:72px;padding-bottom:env(safe-area-inset-bottom);background:#14231c;color:#d8e4dd;border-top:1px solid rgba(255,255,255,.14);box-shadow:0 -10px 30px rgba(3,25,15,.16)}
  .mobile-bottom-nav a{min-width:0;min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:7px 3px 6px;border-right:1px solid rgba(255,255,255,.10);font-size:11px;line-height:1.05;text-align:center;transition:.18s}
  .mobile-bottom-nav a:last-child{border-right:0}
  .mobile-bottom-nav a.active{color:#fff;background:#087443}
  .mobile-bottom-nav a:active{background:#0a5d39}
  .mobile-bottom-nav svg{width:26px;height:26px;stroke-width:1.65}
  .mobile-bottom-nav span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .mobile-product-actions{bottom:calc(84px + env(safe-area-inset-bottom))}
  footer{margin-bottom:0}
}

@media(max-width:420px){
  .wrap{width:min(100% - 24px,1180px)}
  .header>.nav>.brand{font-size:19px}
  .filter-row{grid-template-columns:72px minmax(0,1fr);gap:5px}
  .filter-label{min-width:65px;padding-inline:9px}
  .filter-options a{padding-inline:7px;font-size:12.5px}
  .mobile-bottom-nav a{font-size:10px}
}

@media print{.mobile-bottom-nav,.catalog-discovery{display:none!important}}

/* ===== Dedicated category pages and product selection list ===== */
.cart-header-link{position:relative;display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:8px 11px;border:1px solid #d7e7df;border-radius:999px;background:#f7fbf9;color:var(--green-dark);font-size:12px;font-weight:800;white-space:nowrap}
.cart-header-link:hover,.cart-header-link.active{border-color:#8ac8a8;background:var(--green-soft)}
.cart-header-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cart-count{display:inline-grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:99px;background:var(--orange);color:#3c2700;font-size:10px;line-height:1}
.cart-count[hidden]{display:none!important}
.product-card{position:relative}
.list-add-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #cfe2d7;border-radius:999px;background:rgba(255,255,255,.96);color:var(--green-dark);padding:9px 12px;font:inherit;font-size:12px;font-weight:850;cursor:pointer;box-shadow:0 8px 22px rgba(20,35,28,.10);transition:.18s}
.list-add-button:hover{border-color:#7fc09e;background:#f2faf6;transform:translateY(-1px)}
.list-add-button.added{border-color:var(--green);background:var(--green);color:#fff}
.list-add-button svg{width:19px;height:19px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.card-list-button{position:absolute;top:12px;right:12px;z-index:3}
.detail-list-button{margin-top:18px;min-height:48px;padding:12px 17px;background:#fff}
.mobile-detail-list-button{display:none}
.category-cover{width:100%;overflow:hidden;background:#f4f7f5;border-bottom:1px solid #edf1ef}
.category-cover img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover;object-position:center}
.category-discovery .discovery-inner{padding-top:29px}
.category-page-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:23px}
.category-page-heading>div{display:grid;gap:7px}
.category-page-heading h1{margin:0;font-size:clamp(34px,4.5vw,58px);line-height:1.05;letter-spacing:-2px;color:var(--ink)}
.category-page-heading>strong,.category-results-head>strong{flex:0 0 auto;padding:9px 13px;border-radius:999px;background:var(--orange-soft);color:#835504;font-size:12px}
.category-back-link{color:var(--green);font-size:13px;font-weight:800}
.category-catalog-page{padding-top:6px}
.category-results-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.category-results-head h2{margin:7px 0 0;font-size:36px;letter-spacing:-1.4px}
.list-hero{padding:74px 0 66px;background:linear-gradient(125deg,#e7f8ef 0%,#fff6df 52%,#edf3ff 100%);border-bottom:1px solid #dfece5}
.list-hero h1{margin:11px 0 13px;font-size:clamp(43px,6vw,68px);line-height:1.03;letter-spacing:-2.5px}
.list-hero p{max-width:720px;margin:0;color:#52675c;font-size:17px;line-height:1.7}
.list-page{padding:42px 0 74px}
.list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.list-toolbar strong{font-size:16px;color:var(--green-dark)}
.list-toolbar button,.selected-product-actions button{border:1px solid #e4d2ce;border-radius:999px;background:#fff7f5;color:#a13f2e;padding:9px 13px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}
.selected-product-grid{display:grid;gap:16px}
.selected-product-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:0;overflow:hidden;border:1px solid var(--line);border-radius:19px;background:#fff;box-shadow:0 9px 28px rgba(20,35,28,.055)}
.selected-product-image{display:block;aspect-ratio:1;background:linear-gradient(135deg,#eff9f3,#fff5dc);overflow:hidden}
.selected-product-image img{width:100%;height:100%;display:block;object-fit:cover}
.selected-product-copy{min-width:0;padding:19px 21px;display:flex;flex-direction:column;justify-content:center}
.selected-product-copy small{color:var(--green);font-size:10px;letter-spacing:1.3px;font-weight:900}
.selected-product-copy h2{margin:6px 0;font-size:21px;line-height:1.25}
.selected-product-copy p{margin:3px 0 14px;color:var(--muted);font-size:13px;line-height:1.55}
.selected-product-actions{display:flex;align-items:center;gap:10px}
.selected-product-actions a{color:var(--green-dark);font-size:13px;font-weight:850}
.selected-product-actions button{margin-left:auto}
.list-empty{text-align:center;padding:70px 20px;border:1px dashed #cfe3d8;border-radius:20px;background:#f7fbf9}
.list-empty[hidden]{display:none}
.list-empty svg{width:58px;height:58px;fill:none;stroke:#9cb5a8;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.list-empty h2{margin:14px 0 5px;color:#66776e;font-size:24px}

@media(max-width:1080px){
  .cart-header-link span{display:none}
  .cart-header-link{width:42px;padding:8px;justify-content:center}
  .cart-header-link .cart-count{position:absolute;right:-4px;top:-5px}
}
@media(max-width:900px){
  .header>.nav>.actions .cart-header-link{display:none}
  .category-cover img{max-height:420px}
}
@media(max-width:700px){
  .category-showcase{display:block}
  #products>.section-head .search{display:flex}
  .mobile-bottom-nav{grid-template-columns:repeat(5,1fr)}
  .mobile-bottom-nav a{position:relative}
  .mobile-bottom-nav a{font-size:9.5px}
  .mobile-bottom-nav .cart-count{position:absolute;top:5px;left:calc(50% + 8px);border:2px solid #14231c}
  .mobile-bottom-nav a.active .cart-count{border-color:#087443}
  .mobile-product-actions .mobile-detail-list-button{display:inline-flex;flex:1;min-height:48px;margin-right:7px;padding:8px;border:0;border-radius:12px;background:var(--green-soft);color:var(--green-dark);box-shadow:none;font-size:11px}
  .mobile-product-actions .mobile-detail-list-button.added{background:var(--green);color:#fff}
  .mobile-product-actions .mobile-detail-list-button svg{width:18px;height:18px}
  .mobile-product-actions a{font-size:11px}
  .category-cover img{max-height:none;object-fit:contain}
  .category-page-heading{align-items:flex-start;margin-bottom:20px}
  .category-page-heading h1{font-size:34px;letter-spacing:-1.2px}
  .category-page-heading>strong{margin-top:25px}
  .category-results-head h2{font-size:29px}
  .card-list-button{top:10px;right:10px;padding:9px;width:42px;height:42px}
  .card-list-button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
  .list-hero{padding:48px 0 43px}
  .list-hero h1{font-size:40px;letter-spacing:-1.5px}
  .list-page{padding:29px 0 50px}
  .selected-product-card{grid-template-columns:112px minmax(0,1fr);border-radius:16px}
  .selected-product-copy{padding:14px 13px}
  .selected-product-copy h2{font-size:17px}
  .selected-product-copy p{display:none}
  .selected-product-actions{align-items:flex-end;gap:6px}
  .selected-product-actions button{padding:7px 9px}
}
@media(max-width:420px){
  .category-page-heading{display:block}
  .category-page-heading>strong{display:inline-block;margin-top:12px}
  .category-results-head>strong{display:none}
  .selected-product-card{grid-template-columns:96px minmax(0,1fr)}
  .selected-product-copy{padding:12px 10px}
  .selected-product-copy h2{font-size:15px}
  .selected-product-actions a,.selected-product-actions button{font-size:11px}
}
@media print{.cart-header-link,.list-add-button,.list-toolbar button{display:none!important}}

/* ===== v8 marketplace-style responsive product detail ===== */
.product-detail-body{background:#f4f5f4}
.product-detail-body .detail{width:min(1280px,calc(100% - 40px));padding:30px 0 86px}
.detail-back{display:inline-flex;align-items:center;min-height:38px;margin-bottom:13px;font-size:13px}
.product-commerce-detail{display:grid;grid-template-columns:minmax(0,670px) minmax(340px,1fr);gap:38px;align-items:start;margin:0;padding:28px;border:1px solid #e3e8e5;border-radius:18px;background:#fff;box-shadow:0 13px 40px rgba(20,35,28,.06)}
.commerce-gallery{display:grid;grid-template-columns:76px minmax(0,1fr);grid-template-areas:"thumbs main";gap:14px;align-items:start;min-width:0}
.commerce-gallery .detail-image{grid-area:main;position:relative;width:100%;aspect-ratio:1;margin:0;border:1px solid #e4e8e6;border-radius:8px;background:#fff;box-shadow:none;isolation:isolate}
.commerce-gallery .detail-image img{width:100%;height:100%;max-height:none;padding:10px;object-fit:contain;background:#fff;transition:opacity .12s ease}
.commerce-gallery .detail-image img.switching{opacity:.42}
.commerce-gallery .thumb-row{grid-area:thumbs;display:flex;flex-direction:column;gap:10px;max-height:590px;margin:0;padding:1px 4px 2px 1px;overflow:auto;scrollbar-width:thin}
.commerce-gallery .thumb{width:70px;height:70px;padding:3px;border-radius:6px;border-color:#dfe4e1;background:#fff}
.commerce-gallery .thumb.active,.commerce-gallery .thumb:hover{border-color:var(--green);box-shadow:0 0 0 2px rgba(8,116,67,.13)}
.commerce-gallery .thumb img{border-radius:3px;object-fit:contain;background:#fff}
.gallery-arrow{position:absolute;top:50%;z-index:3;width:42px;height:54px;display:grid;place-items:center;transform:translateY(-50%);border:0;border-radius:6px;background:rgba(18,28,23,.48);color:#fff;cursor:pointer;opacity:0;transition:opacity .18s,background .18s}
.detail-image:hover .gallery-arrow,.gallery-arrow:focus-visible{opacity:1}
.gallery-arrow:hover{background:rgba(8,116,67,.86)}
.gallery-arrow span{font-size:34px;line-height:1;transform:translateY(-1px)}
.gallery-previous{left:12px}.gallery-next{right:12px}
.gallery-counter{position:absolute;right:13px;bottom:13px;z-index:3;min-width:55px;padding:6px 10px;border-radius:999px;background:rgba(20,30,25,.68);color:#fff;text-align:center;font-size:12px;font-weight:750;backdrop-filter:blur(6px)}
.product-summary-card{position:sticky;top:98px;padding:4px 2px 2px}
.product-badges{display:flex;flex-wrap:wrap;gap:8px}
.product-badges .pill{padding:7px 11px;border-radius:5px}
.featured-pill{background:#fff0d7;color:#925c00}
.product-summary-card h1{margin:18px 0 12px;font-size:clamp(30px,3vw,43px);line-height:1.16;letter-spacing:-1.5px;overflow-wrap:anywhere}
.product-summary-card .lead{margin:0 0 21px;color:#647168;font-size:16px;line-height:1.7}
.product-meta{margin:0;border-top:1px solid #e8ece9;border-bottom:1px solid #e8ece9}
.product-meta>div{display:grid;grid-template-columns:108px minmax(0,1fr);gap:16px;padding:13px 2px;border-top:1px solid #f0f2f1}
.product-meta>div:first-child{border-top:0}
.product-meta dt{color:#7a847e;font-size:13px}
.product-meta dd{min-width:0;margin:0;color:#24342c;font-size:13px;font-weight:750;overflow-wrap:anywhere}
.product-meta dd>a{color:var(--green-dark)}
.series-chip-row{display:flex;flex-wrap:wrap;gap:6px}
.series-chip-row a{display:inline-flex;padding:5px 9px;border:1px solid #d9e5de;border-radius:5px;background:#f7faf8;color:var(--green-dark);font-size:12px}
.product-service-note{display:grid;grid-template-columns:30px minmax(0,1fr);gap:11px;align-items:start;margin-top:20px;padding:14px;border-radius:9px;background:#f4faf7;color:#265b41}
.product-service-note>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#dff3e8;color:var(--green);font-weight:900}
.product-service-note strong,.product-service-note small{display:block}
.product-service-note strong{font-size:13px;line-height:1.5}
.product-service-note small{margin-top:3px;color:#6a776f;font-size:11px;line-height:1.5}
.commerce-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.commerce-actions .summary-list-button{grid-column:1/-1;width:100%;min-height:50px;margin:0;border-color:#9dcdb3;border-radius:8px;background:#edf8f2;color:var(--green-dark);box-shadow:none}
.commerce-actions .btn{display:grid;place-items:center;min-height:52px;margin:0;padding:11px 12px;border-radius:8px;text-align:center;font-size:13px}
.commerce-actions>.btn:nth-child(2):last-child{grid-column:1/-1}
.product-content-shell{margin-top:22px;border:1px solid #e3e8e5;border-radius:16px;background:#fff;box-shadow:0 10px 32px rgba(20,35,28,.045);overflow:hidden}
.product-section-tabs{position:sticky;top:78px;z-index:20;display:flex;gap:6px;padding:0 26px;border-bottom:1px solid #e8ece9;background:rgba(255,255,255,.96);backdrop-filter:blur(10px)}
.product-section-tabs a{position:relative;padding:18px 19px 15px;color:#59665f;font-size:14px;font-weight:800}
.product-section-tabs a:after{content:"";position:absolute;left:18px;right:18px;bottom:-1px;height:3px;border-radius:99px;background:var(--green);opacity:0}
.product-section-tabs a:hover{color:var(--green-dark)}
.product-section-tabs a:hover:after{opacity:1}
.product-detail-section{padding:36px 42px;scroll-margin-top:150px}
.product-detail-section+.product-detail-section{border-top:10px solid #f4f5f4}
.product-detail-section>h2{margin:0 0 24px;font-size:26px;letter-spacing:-.8px}
.product-detail-section .description{max-width:920px;color:#3f4f47;font-size:15px;line-height:2;overflow-wrap:anywhere}
.product-detail-section.specs{margin-top:0}
.product-detail-section.specs>.spec-group{max-width:980px;margin:14px 0;border-radius:8px;box-shadow:none}
.product-detail-section.specs>.spec-group h3{background:#f3f8f5;border-left-color:var(--green)}
.product-detail-section.specs>.spec-group:first-of-type{margin-top:0}

@media(max-width:1050px){
 .product-commerce-detail{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:26px;padding:23px}
 .commerce-gallery{grid-template-columns:66px minmax(0,1fr);gap:10px}
 .commerce-gallery .thumb{width:61px;height:61px}
 .product-meta>div{grid-template-columns:92px minmax(0,1fr)}
}
@media(max-width:820px){
 .product-detail-body .detail{width:min(760px,calc(100% - 28px));padding-top:20px}
 .product-commerce-detail{grid-template-columns:1fr}
 .product-summary-card{position:static;padding:5px 3px 2px}
 .product-summary-card h1{font-size:35px}
 .commerce-gallery .thumb-row{max-height:610px}
}
@media(max-width:700px){
 .product-detail-body{padding-bottom:calc(150px + env(safe-area-inset-bottom))}
 .product-detail-body .detail{width:100%;padding:0 0 18px}
 .detail-back{margin:0;padding:12px 15px;background:#fff}
 .product-commerce-detail{display:block;padding:0;border-width:1px 0;border-radius:0;box-shadow:none}
 .commerce-gallery{display:grid;grid-template-columns:1fr;grid-template-areas:"main" "thumbs";gap:0}
 .commerce-gallery .detail-image{border-width:0 0 1px;border-radius:0}
 .commerce-gallery .detail-image img{padding:0}
 .commerce-gallery .thumb-row{flex-direction:row;gap:8px;max-height:none;padding:11px 14px;margin:0;background:#fff;scroll-snap-type:x proximity}
 .commerce-gallery .thumb{width:58px;height:58px;scroll-snap-align:start}
 .gallery-arrow{width:38px;height:48px;opacity:.78;background:rgba(18,28,23,.34)}
 .gallery-previous{left:8px}.gallery-next{right:8px}
 .gallery-counter{right:12px;bottom:12px}
 .detail-copy{border-top:8px solid #f4f5f4}
 .product-summary-card{padding:20px 16px 22px;background:#fff}
 .product-summary-card h1{margin:14px 0 9px;font-size:26px;line-height:1.24;letter-spacing:-.6px}
 .product-summary-card .lead{margin-bottom:16px;font-size:14px}
 .product-meta>div{grid-template-columns:84px minmax(0,1fr);padding:12px 0}
 .product-service-note{margin-top:16px}
 .commerce-actions{display:none}
 .product-content-shell{margin-top:9px;border-width:1px 0;border-radius:0;box-shadow:none}
 .product-section-tabs{top:70px;padding:0 9px;overflow:auto}
 .product-section-tabs a{flex:0 0 auto;padding:15px 13px 13px}
 .product-detail-section{padding:25px 16px;scroll-margin-top:130px}
 .product-detail-section>h2{margin-bottom:18px;font-size:22px}
 .product-detail-section .description{font-size:14px;line-height:1.9}
 .product-detail-section+.product-detail-section{border-top-width:8px}
 .spec-table>div{grid-template-columns:112px minmax(0,1fr);gap:8px;padding:12px}
 .mobile-product-actions{left:0;right:0;bottom:calc(72px + env(safe-area-inset-bottom));z-index:1290;margin:0;padding:8px 10px;border-width:1px 0 0;border-radius:0;background:rgba(255,255,255,.98);box-shadow:0 -8px 25px rgba(3,49,28,.15)}
 .mobile-product-actions .mobile-detail-list-button{min-width:78px;margin-right:7px}
 .mobile-product-actions a{min-width:0;padding-inline:7px}
}
@media(max-width:420px){
 .product-summary-card{padding-inline:14px}
 .product-summary-card h1{font-size:23px}
 .product-meta>div{grid-template-columns:76px minmax(0,1fr);gap:8px}
 .spec-table>div{grid-template-columns:92px minmax(0,1fr)}
 .mobile-product-actions{padding-inline:7px}
 .mobile-product-actions a,.mobile-product-actions .mobile-detail-list-button{font-size:10.5px}
}
@media print{.detail-back,.gallery-arrow,.gallery-counter,.product-section-tabs,.mobile-product-actions{display:none!important}.product-commerce-detail,.product-content-shell{box-shadow:none}}

/* ===== v9 B2B catalog and product experience ===== */
.product-image{background:#f6f8f7}
.product-image img{object-fit:contain;padding:12px;background:#fff}
.product-card:hover .product-image img{transform:scale(1.025)}
.product-breadcrumb{display:flex;align-items:center;gap:9px;min-height:38px;margin-bottom:13px;color:#8a948f;font-size:12px;white-space:nowrap;overflow:hidden}
.product-breadcrumb a{color:#52645b;font-weight:700;flex:0 0 auto}
.product-breadcrumb a:hover{color:var(--green)}
.product-breadcrumb>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#7d8782}
.mobile-detail-topbar{display:none}
.product-commerce-detail{grid-template-columns:minmax(0,1.18fr) minmax(350px,.82fr);gap:42px;padding:30px}
.commerce-gallery{position:relative}
.commerce-gallery .detail-image{aspect-ratio:1;transition:aspect-ratio .2s ease,background .2s ease}
.commerce-gallery .detail-image.is-landscape{aspect-ratio:4/3}
.commerce-gallery .detail-image.is-portrait{aspect-ratio:4/5}
.commerce-gallery .detail-image.is-square{aspect-ratio:1}
.commerce-gallery .detail-image img{padding:14px}
.gallery-dots{display:none}
.summary-eyebrow{display:block;margin-top:18px;color:#79857e;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:1.7px;font-weight:850}
.product-summary-card h1{margin-top:9px}
.product-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:19px}
.product-service-grid .product-service-note{height:100%;margin:0;padding:12px 11px;grid-template-columns:27px minmax(0,1fr);gap:8px}
.product-service-grid .product-service-note>span{width:26px;height:26px}
.product-service-grid .product-service-note strong{font-size:11.5px}
.product-service-grid .product-service-note small{font-size:10px}
.product-detail-disclosure{box-sizing:border-box}
.product-detail-disclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;color:var(--ink);font-size:26px;line-height:1.25;letter-spacing:-.8px;font-weight:850}
.product-detail-disclosure>summary::-webkit-details-marker{display:none}
.product-detail-disclosure>summary b{display:none;color:var(--green);font-size:24px;line-height:1;font-weight:500;transition:transform .2s}
.product-detail-disclosure[open]>summary b{transform:rotate(45deg)}
.detail-section-content{margin-top:24px}
.product-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:980px}
.product-gallery-grid button{min-height:260px;padding:12px;border:1px solid #e2e8e4;border-radius:10px;background:#f8faf9;cursor:pointer;overflow:hidden;transition:border-color .18s,box-shadow .18s}
.product-gallery-grid button:hover{border-color:#9bcdb2;box-shadow:0 10px 28px rgba(8,116,67,.09)}
.product-gallery-grid img{width:100%;height:100%;max-height:440px;object-fit:contain;background:#fff}
.related-products-section{margin-top:24px;padding:34px 0 4px}
.related-products-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.related-products-head h2{margin:6px 0 0;font-size:30px;letter-spacing:-1px}
.related-products-head>a{color:var(--green-dark);font-size:13px;font-weight:850}
.related-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

/* Category catalog: filters at the side, products at the centre. */
.category-catalog-body{background:#f5f7f6}
.category-catalog-body .category-discovery{background:#fff}
.category-catalog-body .category-discovery .discovery-inner{padding-bottom:31px}
.mobile-series-strip{display:none}
.category-catalog-page{padding-top:0}
.category-catalog-layout{display:block}
.category-catalog-layout.has-catalog-sidebar{display:grid;grid-template-columns:238px minmax(0,1fr);gap:32px;align-items:start}
.catalog-sidebar{min-width:0;margin-top:44px}
.catalog-sidebar>summary{display:none}
.catalog-sidebar-inner{position:sticky;top:100px;padding:20px 17px;border:1px solid #dfe7e2;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(20,35,28,.045)}
.catalog-filter-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 2px 15px;border-bottom:1px solid #edf1ef}
.catalog-filter-heading strong{font-size:16px}
.catalog-filter-heading a{color:#7a8981;font-size:11px;font-weight:750}
.catalog-filter-heading a:hover{color:var(--green)}
.catalog-filter-block{padding:19px 2px 17px;border-bottom:1px solid #edf1ef}
.catalog-filter-block:last-child{padding-bottom:2px;border-bottom:0}
.catalog-filter-block h2{margin:0 0 11px;font-size:12px;line-height:1.3;text-transform:uppercase;letter-spacing:1.1px;color:#53645b}
.catalog-filter-options{display:flex;flex-direction:column;align-items:stretch;gap:3px}
.catalog-filter-options a{position:relative;display:flex;align-items:center;min-height:36px;padding:7px 9px 7px 25px;border-radius:7px;color:#65746c;font-size:12.5px;line-height:1.4;overflow-wrap:anywhere}
.catalog-filter-options a:before{content:"";position:absolute;left:8px;width:9px;height:9px;border:1.5px solid #b7c5bd;border-radius:50%;background:#fff}
.catalog-filter-options a:hover{background:#f3f8f5;color:var(--green-dark)}
.catalog-filter-options a.active{background:#edf8f2;color:var(--green-dark);font-weight:800}
.catalog-filter-options a.active:before{border-color:var(--green);box-shadow:inset 0 0 0 2px #fff;background:var(--green)}
.category-results{min-width:0;padding:40px 0 72px}
.category-results .category-results-head{margin-bottom:23px}
.category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}

@media(min-width:1101px){
 .catalog-sidebar:not([open])>.catalog-sidebar-inner{display:block!important}
}

@media(max-width:1100px){
 .product-commerce-detail{grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);gap:25px;padding:24px}
 .product-service-grid{grid-template-columns:1fr}
 .category-catalog-layout.has-catalog-sidebar{grid-template-columns:1fr;gap:0}
 .catalog-sidebar{margin-top:25px;border:1px solid #dfe7e2;border-radius:13px;background:#fff;overflow:hidden}
 .catalog-sidebar>summary{display:flex;align-items:center;gap:9px;min-height:54px;padding:12px 16px;list-style:none;cursor:pointer;font-weight:850}
 .catalog-sidebar>summary::-webkit-details-marker{display:none}
 .catalog-sidebar>summary b{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:99px;background:var(--orange-soft);color:#7a4a00;font-size:10px}
 .catalog-sidebar>summary i{margin-left:auto;color:var(--green);font-size:20px;font-style:normal;transition:transform .18s}
 .catalog-sidebar[open]>summary i{transform:rotate(45deg)}
 .catalog-sidebar-inner{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:5px 16px 18px;border:0;border-top:1px solid #edf1ef;border-radius:0;box-shadow:none}
 .catalog-filter-heading{display:none}
 .catalog-filter-block{padding:16px 0 4px;border:0}
 .category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:900px){
 .product-commerce-detail{grid-template-columns:1fr}
 .product-summary-card{position:static}
 .product-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .related-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:700px){
 .product-detail-body{padding-bottom:calc(74px + env(safe-area-inset-bottom))}
 .product-detail-body>.header,.product-detail-body>.mobile-bottom-nav{display:none!important}
 .product-detail-body .detail{padding-top:0}
 .product-breadcrumb{display:none}
 .mobile-detail-topbar{position:sticky;top:0;z-index:1250;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;min-height:56px;padding:5px 8px;border-bottom:1px solid #e6ebe8;background:rgba(255,255,255,.97);backdrop-filter:blur(12px)}
 .mobile-detail-topbar>a,.mobile-detail-topbar>button{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:12px;background:transparent;color:#1f2e27;cursor:pointer}
 .mobile-detail-topbar>a:active,.mobile-detail-topbar>button:active{background:#eef4f1}
 .mobile-detail-topbar>a span{font-size:36px;line-height:1;transform:translateY(-2px)}
 .mobile-detail-topbar strong{min-width:0;padding:0 7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:14px}
 .mobile-detail-topbar svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
 .mobile-detail-topbar button.shared{color:var(--green);background:var(--green-soft)}
 .commerce-gallery .detail-image.is-landscape{aspect-ratio:4/3}
 .commerce-gallery .detail-image.is-portrait{aspect-ratio:4/5}
 .commerce-gallery .detail-image.is-square{aspect-ratio:1}
 .commerce-gallery .thumb-row{display:none}
 .commerce-gallery .detail-image img{padding:8px}
 .gallery-dots{position:absolute;left:50%;bottom:14px;z-index:4;display:flex;align-items:center;gap:5px;transform:translateX(-50%);padding:5px 8px;border-radius:99px;background:rgba(255,255,255,.82);backdrop-filter:blur(6px)}
 .gallery-dots button{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:#9ba8a1;cursor:pointer;transition:width .18s,background .18s}
 .gallery-dots button.active{width:17px;border-radius:99px;background:var(--green)}
 .gallery-counter{bottom:12px}
 .product-summary-card{padding-top:18px}
 .summary-eyebrow{margin-top:14px}
 .product-service-grid{grid-template-columns:1fr 1fr;gap:7px}
 .product-service-grid .product-service-note{padding:10px 8px}
 .product-service-grid .product-service-note>span{display:none}
 .product-service-grid .product-service-note{grid-template-columns:1fr}
 .product-service-grid .product-service-note small{display:none}
 .product-section-tabs{top:56px}
 .product-detail-disclosure>summary{font-size:20px;letter-spacing:-.4px}
 .product-detail-disclosure>summary b{display:block}
 .detail-section-content{margin-top:17px}
 .product-gallery-grid{grid-template-columns:1fr;gap:10px}
 .product-gallery-grid button{min-height:220px;padding:8px}
 .related-products-section{margin-top:9px;padding:27px 12px 6px;border-top:8px solid #f4f5f4;background:#fff}
 .related-products-head{align-items:center;margin-bottom:16px}
 .related-products-head h2{font-size:23px}
 .related-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .related-products-grid .product-info{padding:11px 10px 13px}
 .related-products-grid .product-info h3{font-size:14px;margin:5px 0 7px}
 .related-products-grid .product-info p{display:none}
 .related-products-grid .product-info strong{font-size:11px}
 .mobile-product-actions{bottom:0;padding-bottom:calc(8px + env(safe-area-inset-bottom))}
 .product-detail-body footer{margin-bottom:0}

 .category-catalog-body .category-cover img{max-height:none;object-fit:contain;background:#fff}
 .category-catalog-body .category-discovery .discovery-inner{padding:23px 0 18px}
 .category-catalog-body .category-page-heading{margin-bottom:17px}
 .category-catalog-body .category-page-heading h1{font-size:31px}
 .category-catalog-body .discovery-search{margin-bottom:15px}
 .mobile-series-strip{display:flex;gap:7px;overflow:auto;padding:2px 0 5px;scrollbar-width:none;scroll-snap-type:x proximity}
 .mobile-series-strip::-webkit-scrollbar{display:none}
 .mobile-series-strip a{flex:0 0 auto;min-height:36px;display:grid;place-items:center;padding:8px 13px;border:1px solid #dfe8e3;border-radius:999px;background:#fff;color:#64736b;font-size:12px;font-weight:700;scroll-snap-align:start}
 .mobile-series-strip a.active{border-color:var(--green);background:var(--green);color:#fff}
 .category-catalog-page{width:100%}
 .category-catalog-layout{padding:0 12px}
 .catalog-sidebar{margin-top:14px}
 .catalog-sidebar-inner{grid-template-columns:1fr;gap:0;padding:1px 14px 14px}
 .catalog-filter-block{padding:15px 0 10px;border-bottom:1px solid #edf1ef}
 .catalog-filter-series{display:none}
 .catalog-filter-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}
 .catalog-filter-options a{min-height:39px;padding:8px 8px 8px 25px;background:#f8faf9}
 .category-results{padding:28px 0 50px}
 .category-results .category-results-head{margin-bottom:17px}
 .category-results-head h2{font-size:25px}
 .category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .category-product-grid .product-card{border-radius:13px}
 .category-product-grid .product-image img{padding:7px}
 .category-product-grid .product-info{padding:11px 10px 13px}
 .category-product-grid .product-info span{font-size:8px;letter-spacing:1px}
 .category-product-grid .product-info h3{min-height:34px;margin:5px 0 7px;font-size:14px;line-height:1.25}
 .category-product-grid .product-info p{display:none}
 .category-product-grid .product-info strong{font-size:10.5px}
 .category-product-grid .card-list-button{top:7px;right:7px;width:36px;height:36px;padding:7px}
}

@media(max-width:420px){
 .product-service-grid{grid-template-columns:1fr}
 .product-service-grid .product-service-note:nth-child(2){display:none}
 .related-products-section{padding-inline:10px}
 .category-catalog-layout{padding-inline:8px}
 .catalog-sidebar>summary{padding-inline:13px}
 .category-product-grid{gap:8px}
 .category-product-grid .product-info h3{font-size:13px}
}

@media print{
 .mobile-detail-topbar,.product-breadcrumb,.gallery-dots,.catalog-sidebar>summary,.mobile-series-strip{display:none!important}
 .product-detail-disclosure>.detail-section-content,.catalog-sidebar>.catalog-sidebar-inner{display:block!important}
}


/* ===== v10.4 compact mobile catalog + true collapsible product sections ===== */
.product-detail-disclosure:not([open])>.detail-section-content{display:none}
.product-detail-disclosure>summary{cursor:pointer}

@media(max-width:700px){
  /* Two products per row on phones: two rows ≈ four products visible at once. */
  .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .grid .product-card{min-width:0;border-radius:14px;box-shadow:0 5px 18px rgba(20,35,28,.045)}
  .grid .product-image{aspect-ratio:1/1}
  .grid .product-image img{padding:6px;object-fit:contain}
  .grid .product-image:after{left:8px;bottom:8px;width:28px;height:3px}
  .grid .product-info{padding:10px 9px 12px}
  .grid .product-info span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px;letter-spacing:.8px}
  .grid .product-info h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:34px;margin:5px 0 6px;font-size:14px;line-height:1.22;letter-spacing:-.15px}
  .grid .product-info p{display:none}
  .grid .product-info strong{font-size:10px}
  .grid .card-list-button{top:7px;right:7px;width:36px;height:36px;padding:7px}
  #products.section{padding-top:36px;padding-bottom:44px}
  #products .section-head{margin-bottom:15px}
}
@media(max-width:420px){
  .grid{gap:8px}
  .grid .product-info{padding:9px 8px 10px}
  .grid .product-info h3{min-height:32px;font-size:13px}
  .grid .card-list-button{width:34px;height:34px}
}

/* V10.5 category inline filters + grouped variants */
.category-catalog-page{padding-top:0}
.category-results{padding-top:30px}
.catalog-inline-filters{margin-top:18px;padding:16px 18px;border:1px solid #e1e8e4;border-radius:16px;background:#fff;box-shadow:0 7px 24px rgba(14,50,31,.035)}
.catalog-filter-row{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:start;gap:14px;padding:12px 0;border-bottom:1px solid #edf1ef}
.catalog-filter-row:last-of-type{border-bottom:0}
.catalog-filter-row>strong{padding-top:7px;color:#152a20;font-size:13px;line-height:1.2}
.catalog-filter-row>div{display:flex;flex-wrap:wrap;gap:7px 9px;min-width:0}
.catalog-filter-row a{display:inline-flex;align-items:center;min-height:32px;padding:6px 11px;border-radius:8px;color:#68766e;font-size:12.5px;line-height:1.25;transition:background .16s,color .16s,border-color .16s}
.catalog-filter-row a:hover{background:#f2f7f4;color:var(--green-dark)}
.catalog-filter-row a.active{background:#0b1711;color:#fff;font-weight:800}
.catalog-filter-clear{display:flex;justify-content:flex-end;padding-top:10px}
.catalog-filter-clear a{color:#68766e;font-size:12px;font-weight:750}
.variant-count-badge{position:absolute;left:9px;bottom:9px;display:inline-flex;align-items:center;min-height:25px;padding:4px 8px;border-radius:999px;background:rgba(10,24,17,.83);color:#fff;font-size:10px;font-weight:800;backdrop-filter:blur(5px)}
.category-card .product-image{position:relative}

/* V10.5 product variant selector */
.product-variant-panel{margin:18px 0 4px;padding:15px 16px;border:1px solid #dfe7e2;border-radius:12px;background:#f8fbf9}
.product-variant-panel .variant-group-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:11px}
.product-variant-panel .variant-group-title strong{font-size:14px;color:#203129}.product-variant-panel .variant-group-title small{color:#7a8780;font-size:10px}
.product-variant-row{display:grid;grid-template-columns:74px minmax(0,1fr);gap:10px;align-items:start;padding:8px 0}
.product-variant-row>span{padding-top:8px;color:#596a61;font-size:12px;font-weight:800}
.product-variant-options{display:flex;flex-wrap:wrap;gap:7px}
.product-variant-options a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 11px;border:1px solid #d6dfda;border-radius:8px;background:#fff;color:#405148;font-size:12px;font-weight:700;transition:.16s}
.product-variant-options a:hover{border-color:#8fc7a8;color:var(--green-dark)}
.product-variant-options a.active{border-color:var(--green);background:#edf8f2;color:var(--green-dark);box-shadow:inset 0 0 0 1px var(--green)}
.product-variant-options a.unavailable{opacity:.42;text-decoration:line-through;pointer-events:none}

@media(max-width:700px){
 .catalog-inline-filters{margin-top:13px;padding:11px 12px;border-radius:13px}
 .catalog-filter-row{grid-template-columns:54px minmax(0,1fr);gap:7px;padding:9px 0}
 .catalog-filter-row>strong{padding-top:6px;font-size:12px}
 .catalog-filter-row>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
 .catalog-filter-row a{justify-content:center;min-width:0;min-height:34px;padding:6px 5px;border-radius:7px;background:#f6f8f7;font-size:11px;text-align:center;overflow-wrap:anywhere}
 .catalog-filter-row a.active{background:#0b1711}
 .catalog-filter-clear{padding-top:8px}
 .product-variant-panel{margin:15px 0 2px;padding:12px;border-radius:10px}
 .product-variant-row{grid-template-columns:50px minmax(0,1fr);gap:6px;padding:7px 0}
 .product-variant-row>span{font-size:11px}
 .product-variant-options{gap:6px}
 .product-variant-options a{min-height:32px;padding:6px 9px;font-size:11px}
}
@media(max-width:380px){.catalog-filter-row>div{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* ===== V10.5.8 compact category filters =====
   Keep Series / Size / Color visible; secondary attributes live under "More filters".
   "Style/款式" is intentionally not rendered as a category filter. */
.compact-catalog-filters .catalog-filter-primary:last-of-type{border-bottom:0}
.catalog-more-filters{margin-top:2px;border-top:1px solid #edf1ef}
.catalog-more-filters>summary{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:43px;padding:8px 0;cursor:pointer;list-style:none;color:#405148;font-size:12.5px;font-weight:800;user-select:none}
.catalog-more-filters>summary::-webkit-details-marker{display:none}
.catalog-more-filters>summary small{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#eef3f0;color:#67766e;font-size:10px;font-weight:800}
.catalog-more-filters>summary i{position:relative;width:9px;height:9px;margin-left:2px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease}
.catalog-more-filters[open]>summary i{transform:rotate(225deg) translate(-1px,-1px)}
.catalog-more-filter-body{padding-bottom:2px}
.catalog-more-filter-body .catalog-filter-row:first-child{border-top:1px solid #edf1ef}
.catalog-more-filter-body .catalog-filter-row:last-child{border-bottom:0}

@media(max-width:700px){
  .compact-catalog-filters{padding-top:7px}
  .compact-catalog-filters .catalog-filter-row>div{grid-template-columns:repeat(3,minmax(0,1fr))}
  .catalog-more-filters>summary{min-height:40px;padding:7px 0;font-size:12px}
  .catalog-more-filters>summary small{height:20px;min-width:20px;font-size:9px}
}
@media(max-width:380px){
  .compact-catalog-filters .catalog-filter-row>div{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* ===== V10.6.1 mobile top language selector ===== */
.mobile-language-top{display:none}
@media(max-width:900px){
  .header{height:auto}
  .mobile-language-top{display:flex;min-height:34px;align-items:center;justify-content:flex-end;gap:8px;padding:4px max(12px,calc((100vw - 1180px)/2));border-bottom:1px solid #edf2ef;background:#fff;color:#65736c;font-size:11px}
  .mobile-language-top span{font-weight:700}
  .mobile-language-top select{max-width:150px;height:28px;padding:0 26px 0 10px;border:1px solid #dde8e2;border-radius:999px;background:#f8fbf9;color:#284238;font-size:11px;font-weight:700}
  .header>.nav{min-height:70px;height:70px}
}
@media(max-width:540px){
  .mobile-language-top{min-height:32px;padding:3px 10px}
  .mobile-language-top span{display:none}
  .mobile-language-top select{height:27px;max-width:145px}
}
@media(min-width:901px){.mobile-language-top{display:none!important}}


/* ===== V10.7.1 mobile top Partnership entry ===== */
.mobile-partner-trigger{display:none}
.mobile-partner-trigger svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:900px){
  .header>.nav{
    grid-template-columns:92px minmax(0,1fr) 44px;
  }
  .mobile-search-trigger{display:none!important}
  .mobile-partner-trigger{
    display:inline-flex;
    grid-column:1;
    align-items:center;
    justify-content:center;
    gap:5px;
    width:92px;
    height:42px;
    padding:0 9px;
    border:1px solid #cfe5d9;
    border-radius:999px;
    background:#f4faf7;
    color:var(--green-dark);
    font-size:12px;
    font-weight:850;
    line-height:1;
    white-space:nowrap;
  }
  .mobile-partner-trigger svg{
    width:18px;
    height:18px;
    flex:0 0 auto;
  }
  .mobile-partner-trigger:active,
  .mobile-partner-trigger.active{
    background:var(--green-soft);
    border-color:#91c9aa;
  }
  .header>.nav>.brand{
    grid-column:2;
    font-size:19px;
  }
}
@media(max-width:380px){
  .header>.nav{
    grid-template-columns:82px minmax(0,1fr) 42px;
    gap:6px;
  }
  .mobile-partner-trigger{
    width:82px;
    padding:0 7px;
    font-size:11px;
  }
  .mobile-partner-trigger svg{width:16px;height:16px}
  .header>.nav>.brand{font-size:18px}
}


/* ===== V10.7.4 mobile language selector in the former hamburger position ===== */
.mobile-language-slot{display:none}
.mobile-language-slot svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:900px){
  /* The old standalone top language bar is replaced by the right-side selector. */
  .mobile-language-top{display:none!important}

  .header>.nav{
    min-height:70px;
    height:70px;
    grid-template-columns:92px minmax(0,1fr) 82px;
    gap:8px;
  }
  .header>.nav>.actions{
    grid-column:3;
    justify-self:end;
    width:82px;
    min-width:82px;
    margin-left:0;
  }

  .header>.nav>.actions>select,
  .header>.nav>.actions .cart-header-link,
  .header>.nav>.actions .admin-link,
  .header>.nav>.actions .menu-toggle{
    display:none!important;
  }

  .mobile-language-slot{
    position:relative;
    display:flex;
    align-items:center;
    width:82px;
    height:42px;
    border:1px solid #cfe5d9;
    border-radius:999px;
    background:#f7fbf9;
    color:var(--green-dark);
    overflow:hidden;
  }
  .mobile-language-slot:focus-within{
    border-color:#83c5a2;
    box-shadow:0 0 0 3px rgba(8,116,67,.08);
  }
  .mobile-language-slot svg{
    position:absolute;
    left:9px;
    top:50%;
    width:17px;
    height:17px;
    transform:translateY(-50%);
    pointer-events:none;
    z-index:2;
  }
  .mobile-language-slot select{
    display:block!important;
    appearance:auto;
    -webkit-appearance:auto;
    width:100%!important;
    max-width:none!important;
    height:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0 4px 0 28px!important;
    border:0!important;
    outline:0!important;
    border-radius:999px!important;
    background:transparent!important;
    color:var(--green-dark)!important;
    font-size:12px!important;
    font-weight:850!important;
    line-height:42px!important;
    cursor:pointer;
  }

  /* No hamburger means the legacy full-screen mobile menu stays closed. */
  .header>.mobile-nav{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    max-height:0!important;
    height:0!important;
    overflow:hidden!important;
  }
}
@media(max-width:390px){
  .header>.nav{
    grid-template-columns:88px minmax(0,1fr) 76px;
    gap:6px;
  }
  .mobile-partner-trigger{
    width:88px;
    padding-inline:7px;
    font-size:11.5px;
  }
  .header>.nav>.actions{
    width:76px;
    min-width:76px;
  }
  .mobile-language-slot{width:76px}
  .mobile-language-slot svg{left:8px;width:16px;height:16px}
  .mobile-language-slot select{
    padding-left:25px!important;
    font-size:11px!important;
  }
  .header>.nav>.brand{font-size:18px!important}
}


/* ===== V10.7.5 foreign-language mobile header layout ===== */
@media(max-width:900px){
  .header>.nav{
    grid-template-columns:98px minmax(0,1fr) 88px!important;
    gap:7px!important;
  }
  .mobile-partner-trigger{
    width:98px!important;
    max-width:98px;
    padding:0 8px!important;
    overflow:hidden;
  }
  .mobile-partner-trigger span{
    display:block;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .header>.nav>.brand{
    min-width:0;
    max-width:100%;
    justify-self:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:18px!important;
  }
  .header>.nav>.actions{
    width:88px!important;
    min-width:88px!important;
  }
  .mobile-language-slot{
    width:88px!important;
  }
  .mobile-language-slot select{
    padding-left:27px!important;
    padding-right:2px!important;
    font-size:11.5px!important;
  }
  html[lang="en"] .mobile-partner-trigger,
  html[lang="es-MX"] .mobile-partner-trigger,
  html[lang="pt-BR"] .mobile-partner-trigger{
    font-size:10.8px!important;
    letter-spacing:-.15px;
  }
}
@media(max-width:390px){
  .header>.nav{
    grid-template-columns:92px minmax(0,1fr) 82px!important;
    gap:5px!important;
  }
  .mobile-partner-trigger{
    width:92px!important;
    max-width:92px;
    padding-inline:6px!important;
    font-size:10.5px!important;
  }
  .header>.nav>.actions{
    width:82px!important;
    min-width:82px!important;
  }
  .mobile-language-slot{width:82px!important}
  .mobile-language-slot select{font-size:10.8px!important}
  .header>.nav>.brand{font-size:17px!important}
}


/* ===== V10.7.8 editable footer contact information ===== */
.footer-contact-item{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr);
  gap:8px;
  align-items:start;
  color:#e7f8ef;
  font-style:normal;
  line-height:1.45;
}
.footer-contact-item b{
  color:#8fc9ab;
  font-size:11px;
  font-weight:850;
  letter-spacing:.2px;
  white-space:nowrap;
}
.footer-contact-item em{
  min-width:0;
  color:#e7f8ef;
  font-style:normal;
  font-weight:650;
  overflow-wrap:anywhere;
}
a.footer-contact-item:hover b,
a.footer-contact-item:hover em{color:#ffd98a}
@media(max-width:540px){
  .footer-contact-item{grid-template-columns:82px minmax(0,1fr)}
}


/* ===== V10.7.9 geo language + multi-country contacts ===== */
.footer-country-picker{display:grid;gap:5px;margin:2px 0 7px}
.footer-country-picker small,.footer-country-label{color:#8fc9ab;font-size:11px;font-weight:800}
.footer-country-picker select{width:100%;max-width:250px;min-height:36px;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:6px 30px 6px 9px;background:#0b3d2c;color:#fff;font-weight:750}
.contact-country-switcher{display:grid;grid-template-columns:minmax(110px,.7fr) minmax(0,1.3fr);gap:10px;align-items:center;margin:0 0 14px;padding:12px 14px;border:1px solid #dce8e2;border-radius:14px;background:#f7fbf9}
.contact-country-switcher span{font-size:12px;color:#66766e;font-weight:800}.contact-country-switcher select{width:100%;min-height:40px;border:1px solid #d1ded7;border-radius:10px;padding:7px 10px;background:#fff;color:#173c2c;font-weight:800}
.country-contact-admin-card{margin:0 0 16px;padding:18px;border:1px solid #d7e3dd;border-radius:16px;background:#fff}.country-contact-admin-head{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:12px;align-items:end;margin-bottom:14px}.country-contact-admin-head label{margin:0}.country-default-radio{display:flex!important;flex-direction:row!important;gap:7px;align-items:center;min-height:44px;white-space:nowrap}.country-default-radio input{width:auto!important}
@media(max-width:700px){.contact-country-switcher{grid-template-columns:1fr}.country-contact-admin-head{grid-template-columns:1fr}.country-default-radio{min-height:auto}}


/* ===== V10.8.0 member + no-payment ordering ===== */
.member-header-link{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:8px 11px;border:1px solid #d7e7df;border-radius:999px;background:#fff;color:var(--green-dark);font-size:12px;font-weight:850}
.member-header-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.member-header-link.active{background:var(--green);color:#fff;border-color:var(--green)}
.member-page,.checkout-page,.order-success-page{padding:42px 0 76px}
.member-auth-hero,.checkout-head{max-width:820px;margin-bottom:25px}.member-auth-hero h1,.checkout-head h1{margin:7px 0 10px;font-size:42px;line-height:1.08}.member-auth-hero p,.checkout-head p{color:var(--muted);line-height:1.7}
.member-auth-grid,.member-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}
.member-card,.checkout-card,.order-success-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 35px rgba(8,42,28,.065);padding:26px}
.member-card h2,.checkout-card h2{margin:0 0 8px;font-size:21px}.member-card>p{color:var(--muted);line-height:1.65;margin:0 0 18px}
.member-card label,.checkout-form-card label{display:grid;gap:7px;margin-bottom:13px;color:#263b31;font-size:12px;font-weight:800}
.member-card input,.member-card select,.checkout-form-card input,.checkout-form-card select,.checkout-form-card textarea{width:100%;min-height:44px;border:1px solid #d7e3dd;border-radius:11px;background:#fff;padding:10px 12px;color:var(--text);outline:0}
.member-card textarea,.checkout-form-card textarea{min-height:100px;resize:vertical}.member-card input:focus,.member-card select:focus,.checkout-form-card input:focus,.checkout-form-card select:focus,.checkout-form-card textarea:focus{border-color:#72bd96;box-shadow:0 0 0 3px rgba(8,116,67,.08)}
.member-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.member-span-2{grid-column:1/-1}
.member-primary{width:100%;min-height:48px}.member-outline{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 13px;border:1px solid #bfd7ca;border-radius:11px;background:#fff;color:var(--green-dark);font-weight:850}
.member-alert{margin:0 0 18px;padding:13px 16px;border-radius:13px;border:1px solid}.member-alert.error{background:#fff1f0;border-color:#f1c4bf;color:#a43b32}.member-alert.success{background:#edf9f2;border-color:#bfdfcc;color:#0d7544}
.member-dashboard-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px}.member-dashboard-head h1{margin:6px 0;font-size:34px}.member-dashboard-head p{margin:0;color:var(--muted)}
.member-section-head,.checkout-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.member-section-head a,.checkout-section-title a{font-size:12px;color:var(--green);font-weight:850}
.member-empty{padding:25px;border:1px dashed #d9e5df;border-radius:14px;color:var(--muted);text-align:center}
.member-order-list{display:grid;gap:10px}.member-order-list article{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px;border:1px solid #e4ece8;border-radius:13px}.member-order-list strong,.member-order-list span{display:block}.member-order-list span{margin-top:4px;color:var(--muted);font-size:11px}.member-order-status{padding:6px 8px;border-radius:999px;background:#edf6f1;color:var(--green-dark);font-size:10px;white-space:nowrap}
.checkout-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(460px,1.18fr);gap:22px;align-items:start}.checkout-form-card{position:sticky;top:98px}.checkout-login-prompt{margin:-3px 0 20px;padding:13px 15px;border-radius:13px;background:#eff8f3}.checkout-login-prompt p{margin:0 0 4px;font-size:12px;color:#476457}.checkout-login-prompt a{font-size:12px;color:var(--green);font-weight:850}
.checkout-item{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid #edf2ef}.checkout-item:last-child{border-bottom:0}.checkout-item img{width:72px;height:72px;border-radius:12px;object-fit:cover;background:#f4f7f5}.checkout-item strong,.checkout-item span{display:block}.checkout-item strong{font-size:13px}.checkout-item span{margin-top:5px;color:var(--muted);font-size:11px}.checkout-save-profile{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:8px!important}.checkout-save-profile input{width:auto!important;min-height:auto!important}.checkout-submit{width:100%;min-height:54px;margin-top:8px;font-size:15px}.checkout-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.list-toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.list-checkout-button{min-height:42px}.list-account-link{min-height:40px}.selected-product-qty{display:flex!important;align-items:center;gap:6px;font-size:11px;color:var(--muted);font-weight:750}.selected-product-qty input{width:66px;height:34px;border:1px solid #d9e4df;border-radius:9px;padding:5px 8px}
.order-success-page{display:grid;place-items:center;min-height:62vh}.order-success-card{width:min(700px,100%);text-align:center;padding:48px 34px}.order-success-icon{width:72px;height:72px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:#e8f7ef;color:var(--green);font-size:34px;font-weight:900}.order-success-card h1{margin:8px 0 12px;font-size:38px}.order-success-card p{color:var(--muted);line-height:1.7}.order-number{margin:24px auto;padding:15px;border-radius:14px;background:#f4f8f6;max-width:440px}.order-number span,.order-number strong{display:block}.order-number span{font-size:11px;color:var(--muted)}.order-number strong{margin-top:5px;font-size:20px;letter-spacing:.04em}.order-success-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
@media(max-width:900px){
 .member-header-link{display:none!important}
 .member-auth-grid,.member-dashboard-grid,.checkout-layout{grid-template-columns:1fr}
 .checkout-form-card{position:static}
}
@media(max-width:640px){
 .member-page,.checkout-page,.order-success-page{padding:28px 0 46px}
 .member-card,.checkout-card,.order-success-card{padding:18px;border-radius:16px}
 .member-auth-hero h1,.checkout-head h1,.order-success-card h1{font-size:29px}
 .member-form-grid{grid-template-columns:1fr}.member-span-2{grid-column:auto}
 .member-dashboard-head{align-items:center}.member-dashboard-head h1{font-size:26px}
 .list-toolbar{align-items:flex-start;gap:12px}.list-toolbar-actions{width:100%}.list-checkout-button{margin-left:auto}
 .selected-product-actions{flex-wrap:wrap}.selected-product-qty{width:100%;justify-content:flex-start}
}


/* ===== V10.8.1 member historical order detail ===== */
.member-order-list .member-order-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px;
  border:1px solid #e4ece8;
  border-radius:13px;
  color:var(--text);
  text-decoration:none;
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}
.member-order-list .member-order-row:hover{
  border-color:#a8d3bc;
  background:#f8fcfa;
  transform:translateY(-1px);
}
.member-order-list .member-order-row.active{
  border-color:#6fbe94;
  background:#f1faf5;
  box-shadow:0 0 0 2px rgba(8,116,67,.06);
}
.member-order-row strong,.member-order-row span{display:block}
.member-order-row>div:first-child>span{margin-top:4px;color:var(--muted);font-size:11px}
.member-order-row-meta{display:flex;align-items:center;gap:9px}
.member-order-arrow{font-size:25px;line-height:1;color:#83a394}
.member-order-detail{
  margin-top:22px;
  scroll-margin-top:110px;
}
.member-order-detail-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding-bottom:19px;
  border-bottom:1px solid #e8efeb;
}
.member-order-detail-head h2{margin:6px 0 4px;font-size:27px}
.member-order-detail-head p{margin:0;color:var(--muted);font-size:12px}
.member-order-back{display:inline-block;margin:0 0 13px;color:var(--green);font-size:12px;font-weight:850}
.member-order-detail-summary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:18px 0 24px;
}
.member-order-detail-summary>div{
  padding:13px 15px;
  border-radius:13px;
  background:#f5f9f7;
  border:1px solid #e4ece8;
}
.member-order-detail-summary span,.member-order-detail-summary strong{display:block}
.member-order-detail-summary span{font-size:10px;color:var(--muted);font-weight:750}
.member-order-detail-summary strong{margin-top:5px;font-size:15px}
.member-order-products h3,.member-order-info-box h3,.member-order-note h3{margin:0 0 11px;font-size:15px}
.member-order-product{
  display:grid;
  grid-template-columns:78px minmax(0,1fr) auto;
  gap:13px;
  align-items:center;
  padding:11px 0;
  border-bottom:1px solid #edf2ef;
}
.member-order-product:last-child{border-bottom:0}
.member-order-product-image{
  width:78px;
  height:78px;
  border-radius:12px;
  overflow:hidden;
  background:#f4f7f5;
  border:1px solid #e5ece8;
}
.member-order-product-image img{width:100%;height:100%;object-fit:cover;display:block}
.member-order-product-placeholder{background:#f3f6f4}
.member-order-product-copy a{color:var(--text);text-decoration:none}
.member-order-product-copy strong{display:block;font-size:13px;line-height:1.45}
.member-order-product-copy span{display:block;margin-top:5px;color:var(--muted);font-size:11px}
.member-order-product-qty{text-align:right;white-space:nowrap}
.member-order-product-qty span,.member-order-product-qty strong{display:block}
.member-order-product-qty span{font-size:10px;color:var(--muted)}
.member-order-product-qty strong{margin-top:4px;font-size:15px}
.member-order-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
  margin-top:24px;
}
.member-order-info-box,.member-order-note{
  padding:16px;
  border:1px solid #e3ece7;
  border-radius:14px;
  background:#fafcfb;
}
.member-order-info-box p{
  display:grid;
  grid-template-columns:105px minmax(0,1fr);
  gap:9px;
  margin:7px 0;
  font-size:12px;
  line-height:1.5;
}
.member-order-info-box p b{color:#587064;font-size:11px}
.member-order-info-box p span{overflow-wrap:anywhere}
.member-order-info-box .member-order-address-text{
  display:block;
  color:#33483d;
  line-height:1.75;
}
.member-order-note{margin-top:13px}
.member-order-note p{margin:0;color:#465b50;line-height:1.7;font-size:12px}
@media(max-width:640px){
  .member-order-detail{margin-top:16px}
  .member-order-detail-head{gap:10px}
  .member-order-detail-head h2{font-size:20px}
  .member-order-detail-summary{grid-template-columns:1fr 1fr}
  .member-order-detail-summary>div:last-child{grid-column:1/-1}
  .member-order-product{grid-template-columns:64px minmax(0,1fr) auto}
  .member-order-product-image{width:64px;height:64px}
  .member-order-info-grid{grid-template-columns:1fr}
  .member-order-info-box p{grid-template-columns:92px minmax(0,1fr)}
}


/* ===== V10.8.5 mobile footer explore links: two-column layout ===== */
@media(max-width:540px){
  .footer-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:32px;
    row-gap:14px;
    width:100%;
  }
  .footer-links>span{
    grid-column:1/-1;
    margin-bottom:2px;
  }
  .footer-grid .footer-links>a{
    display:flex;
    align-items:center;
    min-width:0;
    min-height:34px;
    padding:2px 0;
    font-size:15px;
    line-height:1.35;
    font-weight:750;
  }
  .footer-grid .footer-links>a:nth-of-type(even){
    justify-content:flex-start;
  }
}

@media(max-width:360px){
  .footer-links{
    grid-template-columns:1fr;
    row-gap:10px;
  }
  .footer-links>span{
    grid-column:auto;
  }
}


/* ===== V10.8.6 homepage Logistics Service button ===== */
.category-section-head{
  align-items:flex-end;
}
.logistics-service-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:46px;
  padding:10px 15px;
  border:1px solid #a9d5bf;
  border-radius:999px;
  background:linear-gradient(135deg,#f5fbf8,#e9f7f0);
  color:#087443;
  font-size:13px;
  line-height:1.15;
  font-weight:850;
  text-decoration:none;
  box-shadow:0 8px 22px rgba(8,116,67,.08);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
  flex:0 0 auto;
}
.logistics-service-button svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}
.logistics-service-button b{
  font-size:17px;
  line-height:1;
  font-weight:800;
}
.logistics-service-button:hover{
  transform:translateY(-2px);
  border-color:#69b58d;
  background:#edf9f3;
  box-shadow:0 12px 28px rgba(8,116,67,.13);
}

@media(max-width:640px){
  #categories .category-section-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:14px;
    margin-bottom:20px;
  }
  #categories .category-section-head>div:first-child{
    min-width:0;
  }
  #categories .category-section-head h2{
    margin-bottom:0;
  }
  .logistics-service-button{
    min-height:42px;
    max-width:48%;
    padding:9px 12px;
    gap:7px;
    font-size:12px;
    white-space:normal;
    text-align:center;
  }
  .logistics-service-button svg{
    width:19px;
    height:19px;
  }
  .logistics-service-button b{
    display:none;
  }
}

@media(max-width:380px){
  #categories .category-section-head{
    align-items:center;
  }
  .logistics-service-button{
    max-width:52%;
    padding:8px 10px;
    font-size:11px;
  }
}
