:root{
  --bg:#f4efe7;
  --paper:#ffffff;
  --ink:#1e1e1e;
  --muted:#69645d;
  --line:#ded6c9;
  --line-strong:#c8bca9;
  --accent:#1f5a43;
  --accent-2:#2e7d68;
  --sand:#eadbc8;
  --shadow:0 18px 40px rgba(30,30,30,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, Arial, Helvetica, sans-serif;
  color:var(--ink);
  background:
    linear-gradient(180deg,#faf7f1 0%, var(--bg) 100%);
}
a{color:inherit;text-decoration:none}
img,video{display:block;max-width:100%}
h1,h2,h3,p{margin-top:0}

.site-header{
  position:sticky;top:0;z-index:20;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:16px clamp(18px,3vw,42px);
  background:rgba(244,239,231,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(222,214,201,.9);
}
.brand{display:inline-flex;align-items:center}
.brand-logo{display:block;height:64px;width:auto}
.site-header nav{display:flex;align-items:center;gap:18px;font-size:.84rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.site-header nav a{padding:10px 6px;color:#171717}
.cart-trigger{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 14px;background:#111;color:#fff;border-radius:12px;
  text-transform:uppercase;letter-spacing:.08em;font-size:.78rem
}
.cart-trigger span{
  display:block;width:14px;height:2px;background:#fff;border-radius:99px
}

.overlay{
  position:fixed;inset:0;background:rgba(16,16,16,.44);opacity:0;pointer-events:none;
  transition:opacity .25s ease;z-index:35
}
.cart-drawer{
  position:fixed;top:0;right:0;z-index:40;
  width:min(420px,100vw);height:100vh;
  transform:translateX(102%);
  transition:transform .32s ease;
  background:linear-gradient(180deg,#fefdf9 0%, #f3eee6 100%);
  color:var(--ink);display:grid;grid-template-rows:auto 1fr auto auto;
  padding:22px;box-shadow:var(--shadow)
}
.drawer-open .overlay{opacity:1;pointer-events:auto}
.drawer-open .cart-drawer{transform:translateX(0)}
.cart-drawer-head,.drawer-total{
  display:flex;align-items:center;justify-content:space-between;gap:16px
}
.cart-drawer-head .eyebrow{color:var(--accent)}
.drawer-close{width:42px;height:42px;border-radius:10px;background:#111;color:#fff;font-size:1.4rem;padding:0}
.drawer-items{display:grid;gap:14px;padding:22px 0;overflow:auto}
.drawer-item{
  display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:center;
  padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff
}
.drawer-item img{width:72px;height:72px;object-fit:cover;border-radius:8px}
.drawer-item span,.drawer-empty{color:var(--muted)}
.drawer-total{padding:18px 0;border-top:1px solid var(--line);margin-top:4px}

.store-shell{
  display:grid;
  grid-template-columns:280px minmax(0,1fr) 360px;
  gap:18px;
  max-width:1680px;
  margin:0 auto;
  padding:18px clamp(12px,2vw,22px) 30px;
}
.store-main{min-width:0}
.store-rail{display:grid;gap:14px;align-content:start}
.panel{
  background:rgba(255,255,255,.88);
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:var(--shadow);
}
.hero{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:24px;
  align-items:center;
}
.eyebrow{
  display:inline-block;margin-bottom:14px;
  color:var(--accent);font:800 .72rem/1 Inter,Arial,Helvetica,sans-serif;
  text-transform:uppercase;letter-spacing:.18em
}
.hero h1{
  font-family:"Playfair Display", Georgia, serif;
  font-size:clamp(3rem,6vw,5rem);
  line-height:.95;
  letter-spacing:0;
  max-width:11ch
}
.hero p{
  max-width:54ch;color:var(--muted);font-size:1.02rem;line-height:1.7
}
.hero-actions,.cart-actions{display:flex;gap:12px;flex-wrap:wrap}
.button,button{
  border:0;cursor:pointer;font:inherit;font-weight:800;
  border-radius:12px;padding:13px 18px;transition:transform .2s ease, background .2s ease, color .2s ease
}
.button:hover,button:hover{transform:translateY(-2px)}
.primary{color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 16px 30px rgba(31,90,67,.2)}
.ghost{color:var(--ink);background:rgba(255,255,255,.82);border:1px solid var(--line)}
.full{width:100%}

.brand-card{padding:18px}
.brand-card h3{margin-bottom:10px;font-size:1.02rem}
.brand-card p{margin:0;color:var(--muted);line-height:1.65}
.brand-card--hero{text-align:center;padding:22px}
.brand-mark{width:100%;max-width:220px;display:block;margin:0 auto 12px}
.channel-list{display:grid;gap:10px}
.channel-list div{
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  padding:12px 14px;border-radius:12px;border:1px solid var(--line);background:#f9f6f1
}
.channel-list span{font-weight:800}
.channel-list small{color:var(--muted)}
.topbar{
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  padding:14px 18px;margin-bottom:14px;border-radius:12px;
  background:linear-gradient(90deg,var(--accent),var(--accent-2));
  color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase
}
.topbar div{display:flex;gap:18px;flex-wrap:wrap}
.topbar a{color:#ecf3ee}
.benefits-strip{
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;
  margin:16px 0 22px
}
.benefits-strip div{
  display:grid;gap:4px;align-content:start;
  min-height:96px;padding:16px 16px 18px;background:rgba(255,255,255,.88);
  border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)
}
.benefits-strip strong{display:block;font-size:.92rem}
.benefits-strip span{margin:0;color:var(--muted);line-height:1.45;font-size:.82rem}
.categories{padding:0 0 26px}
.section-block{margin-bottom:18px}
.section-heading.inline{
  display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:16px
}
.section-heading.inline h2{margin:0}
.section-heading.inline a{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:800}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.category-grid.refined .category-card{aspect-ratio:auto}
.category-card{
  background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:14px;overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease
}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.category-card img{width:100%;aspect-ratio:1.12/1;object-fit:cover}
.category-card span{display:block;padding:12px 14px;font-weight:800;text-align:center}

.manifesto{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
  margin:0 clamp(18px,4vw,64px) 52px;
  background:var(--line-strong);border:1px solid var(--line-strong);border-radius:8px;overflow:hidden
}
.manifesto div{background:var(--paper);padding:20px}
.manifesto strong{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}
.manifesto span{display:block;margin-top:8px;color:var(--muted);line-height:1.5}

.catalog,.checkout-shell,.detail,.thanks,.brandbook{padding:40px clamp(18px,4vw,64px) 80px}
.section-heading h1,.section-heading h2{font-family:"Times New Roman",Georgia,serif;font-size:clamp(2.2rem,4vw,4.2rem);line-height:.95;text-transform:uppercase;max-width:12ch}
.filters{display:flex;flex-wrap:wrap;gap:10px;margin:0}
.catalog .section-heading.inline{align-items:center;margin-bottom:18px}
.filter{background:rgba(255,255,255,.72);border:1px solid var(--line);color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}
.filter.active{color:#fff;background:var(--ink);border-color:var(--ink)}
.product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:start;
}
.product-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:14px;overflow:hidden;
  box-shadow:0 12px 32px rgba(16,16,16,.06);transition:transform .22s ease, box-shadow .22s ease
}
.media-list{display:grid;gap:8px;margin-top:8px}
.media-chip{display:flex;gap:8px;align-items:center;font-size:.85rem;font-weight:600;padding:8px 10px;background:#f6f3ed;border-radius:8px;border:1px solid var(--line)}
.media-chip input{width:auto}
.media-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:18px}
.media-thumbs img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;border:1px solid var(--line)}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product-image{position:relative;aspect-ratio:4/5;background:#ddd;overflow:hidden}
.product-image img,.product-image video{width:100%;height:100%;object-fit:cover}
.product-image span{
  position:absolute;left:12px;top:12px;padding:7px 10px;border-radius:999px;
  background:rgba(31,90,67,.92);color:#fff;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em
}
.product-info{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:16px
}
.product-info small{display:inline-block;margin-bottom:6px;color:var(--accent-2);text-transform:uppercase;letter-spacing:.1em;font-weight:800;font-size:.7rem}
.product-info h3{
  min-height:48px;
  margin-bottom:10px;
  font-family:"Playfair Display",Georgia,serif;font-size:1.06rem;line-height:1.02
}
.product-info p{flex:1;min-height:72px;margin-bottom:14px;color:var(--muted);line-height:1.48;font-size:.88rem}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}
.product-bottom strong,.detail-price{font-size:1.15rem;font-weight:900}
.icon-button{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-size:1.25rem;padding:0}

.detail{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1fr);gap:38px;align-items:center}
.detail-media img,.detail-media video{width:100%;max-height:740px;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}
.detail-copy h1{font-family:"Times New Roman",Georgia,serif;font-size:clamp(3rem,6vw,6rem);line-height:.88;text-transform:uppercase;max-width:10ch}
.detail-copy p{color:var(--muted);line-height:1.78}
.stock{margin-top:14px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.buy-box{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap}
input,textarea,select{
  width:100%;border:1px solid var(--line);border-radius:8px;padding:13px 14px;
  font:inherit;background:rgba(255,255,255,.82)
}
label{display:grid;gap:8px;font-weight:800;color:var(--ink)}
.buy-box input{max-width:110px}

.cart-table,.panel,.summary,.login-card,.brand-card{
  background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)
}
.cart-table{padding:18px}
.cart-row{
  display:grid;grid-template-columns:78px 1fr 95px 120px;gap:16px;align-items:center;
  padding:14px 0;border-bottom:1px solid var(--line)
}
.cart-row img{width:78px;height:78px;object-fit:cover;border-radius:8px}
.cart-row span{display:block;color:var(--muted);margin-top:5px}
.cart-actions{justify-content:flex-end;padding-top:18px}
.empty,.thanks{text-align:center}
.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}
.checkout-grid .panel,.summary{padding:22px;display:grid;gap:16px}
.summary p,.total{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding-bottom:12px}
.total{font-size:1.25rem;border:0}
.alert{padding:13px 16px;border-radius:8px;color:#fff;background:#b13d26}

.site-footer{
  display:flex;justify-content:space-between;gap:24px;
  padding:34px clamp(18px,4vw,64px);color:#fff;background:var(--ink)
}
.footer-brand{display:flex;align-items:flex-start;gap:14px;max-width:520px}
.footer-logo{display:block;height:44px;width:auto;background:#fff;border-radius:8px;padding:4px}
.site-footer p{margin:8px 0 0;color:#bdb7ae}

.admin{display:grid;grid-template-columns:250px 1fr;min-height:100vh;background:#f4f0e7}
.admin-sidebar{position:sticky;top:0;height:100vh;padding:24px;background:linear-gradient(180deg,#173e2d 0%, #214f3b 100%);color:#fff}
.admin-sidebar nav{display:grid;gap:10px;margin-top:34px}
.admin-sidebar nav a{padding:12px;border-radius:12px;background:rgba(255,255,255,.08)}
.admin-main{padding:28px}
.admin-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px}
.admin-hero h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,4vw,3.4rem);line-height:.95;margin:0}
.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}
.admin-stats div{padding:20px;background:#fff;border-radius:14px;border:1px solid var(--line);box-shadow:var(--shadow)}
.admin-stats strong{display:block;font-size:1.8rem;color:var(--accent)}
.panel{padding:20px;margin-bottom:18px}
.admin-row{
  display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr;gap:12px;align-items:center;
  padding:12px 0;border-bottom:1px solid var(--line)
}
.product-admin-row{grid-template-columns:64px 1.5fr 1fr 1fr 1fr 100px}
.product-admin-row img{width:56px;height:56px;object-fit:cover;border-radius:8px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.form-grid .wide{grid-column:1 / -1}
.check{display:flex;align-items:center;gap:10px}
.check input{width:auto}
.order-card small{display:block;color:var(--muted);margin:4px 0}
.order-head,.status-form{display:flex;gap:14px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.status-form{justify-content:flex-start;margin-top:14px}
.status-form select{max-width:220px}
.admin-login{
  min-height:100vh;display:grid;place-items:center;padding:20px;
  background:radial-gradient(circle at top left, rgba(216,79,42,.12), transparent 30%), linear-gradient(180deg,#faf6ee 0%, #e9e1d4 100%)
}
.login-card{width:min(420px,100%);padding:28px;display:grid;gap:16px}
.login-card h1{margin:8px 0;font-family:"Playfair Display",Georgia,serif;text-transform:uppercase;line-height:.92}

.reveal{opacity:1;transform:none;animation:softRise .55s ease both}
.reveal.visible{opacity:1;transform:none}

@keyframes softRise{
  from{opacity:.01;transform:translateY(14px)}
  to{opacity:1;transform:translateY(0)}
}

.product-grid .product-card:nth-child(3n+1){transition-delay:.04s}
.product-grid .product-card:nth-child(3n+2){transition-delay:.08s}
.product-grid .product-card:nth-child(3n+3){transition-delay:.12s}

.mini-cart{display:grid;gap:12px;margin:14px 0}
.mini-row{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center}
.mini-row img{width:52px;height:52px;object-fit:cover;border-radius:8px}
.mini-row span{display:block;color:var(--muted);font-size:.9rem}
.cart-total-line{display:flex;justify-content:space-between;align-items:center;padding-top:10px;margin-top:10px;border-top:1px solid var(--line)}
.checkout-panel,.thanks-preview{margin-top:18px}
.confidence-band{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;
  padding:18px;margin-top:18px
}
.confidence-band div{display:grid;gap:6px}
.confidence-band strong{font-size:.96rem}
.confidence-band span{color:var(--muted);font-size:.88rem;line-height:1.5}

@media (max-width:980px){
  .store-shell,.hero,.detail,.checkout-grid{grid-template-columns:1fr}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .benefits-strip,.category-grid,.manifesto,.admin-stats,.confidence-band{grid-template-columns:1fr 1fr}
  .admin{grid-template-columns:1fr}
  .admin-sidebar{position:static;height:auto}
  .media-thumbs{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .site-header{align-items:flex-start;flex-direction:column}
  .site-header nav{width:100%;overflow-x:auto;padding-bottom:4px}
  .hero{min-height:auto;padding-top:14px}
  .hero-media{grid-template-columns:1fr}
  .hero-media img,.hero-media img:first-child{height:280px}
  .store-shell{padding:12px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .benefits-strip,.category-grid,.manifesto,.confidence-band{grid-template-columns:1fr}
  .confidence-band{padding:16px}
  .cart-row{grid-template-columns:62px 1fr}
  .cart-row input,.cart-row > strong{grid-column:2}
  .site-footer,.admin-hero{flex-direction:column;align-items:flex-start}
  .form-grid,.admin-row,.product-admin-row{grid-template-columns:1fr}
}

/* Premium storefront refresh */
body{
  background:#f4efe7;
}

.site-header{
  display:block;
  padding:0;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid #e5ddd0;
}

.utility-bar{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:10px clamp(18px,4vw,58px);
  background:#1f5a43;
  color:#fff;
  font-size:.78rem;
  font-weight:700;
}

.utility-bar div{
  display:flex;
  gap:20px;
}

.nav-bar{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:28px;
  max-width:1500px;
  margin:0 auto;
  padding:16px clamp(18px,3vw,36px);
}

.brand-logo{
  width:188px;
  height:56px;
  object-fit:contain;
  object-position:left center;
}

.category-nav{
  display:flex;
  justify-content:center;
  gap:22px;
  font-size:.8rem;
  font-weight:700;
  color:#1e1e1e;
}

.category-nav a{
  padding:8px 0;
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:9px;
}

.nav-icon,
.cart-trigger{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  padding:0;
  border-radius:999px;
  background:#fff;
  border:1px solid #ded6c9;
  color:#1e1e1e;
  box-shadow:none;
}

.nav-icon svg,
.cart-trigger svg,
.benefits-strip svg,
.trust-grid svg,
.icon-button svg{
  width:18px;
  height:18px;
  stroke-width:1.8;
}

.cart-trigger{
  position:relative;
  background:#1f5a43;
  color:#fff;
  border-color:#1f5a43;
}

.cart-trigger strong{
  position:absolute;
  top:-6px;
  right:-6px;
  display:grid;
  place-items:center;
  min-width:20px;
  height:20px;
  padding:0 5px;
  border-radius:999px;
  background:#eadbc8;
  color:#1e1e1e;
  font-size:.68rem;
}

.cart-trigger span{
  display:none;
}

.home-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(340px,.78fr) minmax(420px,1fr);
  align-items:center;
  gap:28px;
  max-width:1500px;
  min-height:500px;
  margin:22px auto 0;
  padding:clamp(36px,5vw,72px) clamp(26px,5vw,76px);
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(244,239,231,.98) 0%,rgba(244,239,231,.9) 48%,rgba(234,219,200,.64) 100%);
  border:1px solid #e2d8c9;
  border-radius:8px;
  box-shadow:0 22px 52px rgba(31,90,67,.08);
}

.home-hero:after{
  content:"";
  position:absolute;
  inset:auto 5% -110px auto;
  width:440px;
  height:240px;
  background:rgba(31,90,67,.08);
  border-radius:50%;
  filter:blur(2px);
}

.home-hero__copy{
  position:relative;
  z-index:2;
  max-width:540px;
}

.home-hero h1{
  margin:0 0 18px;
  font-family:"Playfair Display", Georgia, serif;
  font-size:4.55rem;
  line-height:.98;
  font-weight:600;
  color:#1e1e1e;
}

.home-hero p{
  max-width:460px;
  margin-bottom:24px;
  color:#4f4b45;
  font-size:1.02rem;
  line-height:1.65;
}

.home-hero__media{
  position:relative;
  z-index:1;
  align-self:center;
  height:clamp(360px,42vw,540px);
}

.home-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:8px;
  box-shadow:0 24px 52px rgba(30,30,30,.12);
}

.hero-floating{
  position:absolute;
  left:24px;
  bottom:24px;
  display:grid;
  gap:4px;
  max-width:280px;
  padding:16px 18px;
  background:rgba(255,255,255,.92);
  border:1px solid #e5ddd0;
  border-radius:8px;
  box-shadow:0 16px 34px rgba(30,30,30,.1);
}

.hero-floating span{
  color:#69645d;
  font-size:.88rem;
}

.home-section,
.benefits-strip,
.trust-section{
  max-width:1500px;
  margin-left:auto;
  margin-right:auto;
}

.benefits-strip{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  margin-top:0;
  margin-bottom:34px;
  border:1px solid #e5ddd0;
  border-top:0;
  border-radius:0 0 8px 8px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 42px rgba(30,30,30,.06);
}

.benefits-strip div{
  display:grid;
  grid-template-columns:28px 1fr;
  gap:4px 10px;
  align-items:center;
  min-height:76px;
  padding:16px 18px;
  border:0;
  border-right:1px solid #eee7dc;
  border-radius:0;
  box-shadow:none;
}

.benefits-strip div:last-child{
  border-right:0;
}

.benefits-strip svg{
  grid-row:1 / span 2;
  color:#1f5a43;
}

.benefits-strip strong{
  font-size:.84rem;
}

.benefits-strip span{
  font-size:.76rem;
}

.home-section{
  padding:0 clamp(18px,3vw,36px);
  margin-bottom:42px;
}

.section-heading.inline h2{
  font-family:"Playfair Display", Georgia, serif;
  font-size:2rem;
  font-weight:600;
  color:#1e1e1e;
  text-transform:none;
}

.category-grid{
  grid-template-columns:repeat(6,minmax(0,1fr));
}

.category-card{
  border-radius:8px;
  background:#fff;
  border:1px solid #e2d8c9;
}

.category-card img{
  aspect-ratio:1.24/1;
}

.category-card span{
  padding:13px 12px;
  font-size:.86rem;
}

.product-showcase{
  padding-top:4px;
}

.product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.product-card{
  border-radius:8px;
  background:#fff;
  border-color:#e1d8ca;
  box-shadow:0 16px 38px rgba(30,30,30,.07);
}

.product-image{
  aspect-ratio:1.08/1;
  background:#f1ece4;
}

.product-info{
  min-height:236px;
  padding:18px 16px 18px;
}

.product-info h3{
  min-height:54px;
  margin:2px 0 12px;
  font-family:Inter, Arial, sans-serif;
  font-size:.96rem;
  line-height:1.28;
  font-weight:800;
  text-transform:none;
  letter-spacing:0;
  overflow-wrap:anywhere;
}

.product-info p{
  min-height:58px;
  max-height:58px;
  overflow:hidden;
  font-size:.86rem;
  line-height:1.5;
  margin-bottom:16px;
}

.product-bottom strong{
  font-size:1rem;
  line-height:1.15;
  white-space:normal;
}

.icon-button{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:8px;
}

.trust-section{
  display:grid;
  grid-template-columns:.72fr 1fr;
  gap:34px;
  align-items:start;
  padding:46px clamp(18px,3vw,36px);
  margin-bottom:54px;
  background:#1f5a43;
  color:#fff;
  border-radius:8px;
}

.trust-section .eyebrow{
  color:#eadbc8;
}

.trust-section h2{
  margin:0;
  font-family:"Playfair Display", Georgia, serif;
  font-size:2.45rem;
  line-height:1.08;
  font-weight:600;
}

.trust-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.trust-grid article{
  display:grid;
  gap:10px;
  padding:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.22);
  border-radius:8px;
}

.trust-grid p{
  margin:0;
  color:#e9f1ec;
  line-height:1.55;
  font-size:.88rem;
}

.site-footer{
  background:#143a2a;
}

.footer-logo{
  height:58px;
  border-radius:8px;
  object-fit:contain;
}

@media (max-width:1180px){
  .nav-bar{
    grid-template-columns:auto auto;
  }
  .category-nav{
    grid-column:1 / -1;
    order:3;
    justify-content:flex-start;
    overflow-x:auto;
    padding-bottom:2px;
  }
  .home-hero{
    grid-template-columns:1fr;
  }
  .product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:760px){
  .utility-bar{
    display:none;
  }
  .nav-bar{
    display:flex;
    gap:14px;
    align-items:center;
    flex-wrap:wrap;
  }
  .brand-logo{
    width:148px;
  }
  .category-nav{
    width:100%;
    gap:16px;
  }
  .home-hero{
    min-height:auto;
    margin-top:10px;
    padding:30px 18px;
    border-left:0;
    border-right:0;
    border-radius:0;
  }
  .home-hero h1{
    font-size:3rem;
  }
  .home-hero__media,
  .home-hero__media img{
    height:300px;
  }
  .benefits-strip{
    grid-template-columns:1fr;
    border-radius:0;
  }
  .benefits-strip div{
    border-right:0;
    border-bottom:1px solid #eee7dc;
  }
  .category-grid,
  .product-grid,
  .trust-section,
  .trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .trust-section{
    display:block;
    border-radius:0;
  }
  .trust-section h2{
    margin-bottom:20px;
    font-size:2rem;
  }
  .product-info{
    min-height:230px;
  }
}

@media (max-width:520px){
  .category-grid,
  .trust-grid{
    grid-template-columns:1fr;
  }
  .nav-actions{
    margin-left:auto;
  }
}

/* Production polish - HogarVia */
:root{
  --radius:10px;
  --soft-shadow:0 18px 48px rgba(31,90,67,.10);
}

body{
  background:
    linear-gradient(180deg,#fffaf3 0%,#f4efe7 42%,#efe5d8 100%);
}

.site-header{
  box-shadow:0 10px 30px rgba(31,90,67,.06);
}

.utility-bar{
  letter-spacing:.02em;
}

.nav-bar{
  min-height:82px;
}

.category-nav a{
  position:relative;
}

.category-nav a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:2px;
  height:2px;
  background:#1f5a43;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .22s ease;
}

.category-nav a:hover:after{
  transform:scaleX(1);
}

.home-hero{
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(244,239,231,.98),rgba(244,239,231,.88) 42%,rgba(234,219,200,.68)),
    radial-gradient(circle at 82% 20%,rgba(46,125,104,.14),transparent 34%);
}

.home-hero:before{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(31,90,67,.10);
  border-radius:8px;
  pointer-events:none;
  z-index:-1;
}

.home-hero h1{
  max-width:760px;
}

.hero-actions .button{
  min-width:156px;
  text-align:center;
}

.home-hero__media:before{
  content:"";
  position:absolute;
  inset:28px -18px -18px 28px;
  border-radius:8px;
  background:#1f5a43;
  opacity:.12;
  z-index:-1;
}

.hero-floating{
  border-color:rgba(31,90,67,.18);
}

.filter{
  border-radius:999px;
  padding:11px 15px;
  background:#fff;
}

.filter.active{
  background:#1f5a43;
  border-color:#1f5a43;
}

.product-card{
  position:relative;
  box-shadow:0 12px 30px rgba(30,30,30,.055);
}

.product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 54px rgba(31,90,67,.14);
}

.product-image img,
.product-image video,
.category-card img{
  transition:transform .42s ease;
}

.product-card:hover .product-image img,
.product-card:hover .product-image video,
.category-card:hover img{
  transform:scale(1.045);
}

.product-image span{
  background:rgba(31,90,67,.94);
  box-shadow:0 10px 22px rgba(31,90,67,.18);
}

.product-bottom{
  min-height:44px;
}

.icon-button{
  background:#1e1e1e;
}

.icon-button:hover{
  background:#1f5a43;
}

.cart-drawer{
  width:min(470px,100vw);
  background:#fffaf3;
  border-left:1px solid #ded6c9;
}

.cart-drawer-head{
  padding-bottom:16px;
  border-bottom:1px solid #e6ddcf;
}

.drawer-close{
  background:#1f5a43;
}

.drawer-item{
  border-radius:10px;
  box-shadow:0 10px 26px rgba(30,30,30,.05);
}

.checkout-shell{
  max-width:1320px;
  margin:0 auto;
}

.checkout-shell .section-heading h1{
  max-width:none;
  font-family:"Playfair Display",Georgia,serif;
  text-transform:none;
  font-size:clamp(2.4rem,4vw,4rem);
}

.cart-table{
  overflow:hidden;
}

.cart-row{
  grid-template-columns:86px minmax(0,1fr) 120px 130px;
}

.cart-row input{
  text-align:center;
  font-weight:800;
}

.summary{
  position:sticky;
  top:118px;
}

.thanks{
  max-width:1000px;
  min-height:560px;
  margin:0 auto;
  display:grid;
  place-items:center;
  align-content:center;
  gap:14px;
}

.thanks h1{
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(2.7rem,5vw,4.8rem);
  line-height:1;
  margin:0;
}

.thanks-check{
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  border-radius:999px;
  color:#fff;
  background:#1f5a43;
  box-shadow:0 18px 42px rgba(31,90,67,.22);
}

.order-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  width:100%;
  margin:22px 0 10px;
}

.order-steps span{
  display:grid;
  gap:8px;
  justify-items:center;
  padding:16px 12px;
  border:1px solid #ded6c9;
  border-radius:10px;
  background:#fff;
  font-weight:800;
  font-size:.86rem;
}

.order-steps svg{
  color:#1f5a43;
}

.thanks-actions{
  justify-content:center;
}

.admin{
  background:#f6f2ea;
}

.admin-sidebar{
  padding:22px 18px;
  background:
    linear-gradient(180deg,#143a2a 0%,#1f5a43 55%,#2e7d68 100%);
  box-shadow:12px 0 32px rgba(31,90,67,.12);
}

.admin-sidebar .brand-logo{
  width:176px;
  height:72px;
  padding:8px;
  background:#fff;
  border-radius:12px;
  object-fit:contain;
}

.admin-sidebar nav a{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:rgba(255,255,255,.07);
  font-weight:800;
}

.admin-sidebar nav a:hover{
  background:rgba(255,255,255,.15);
}

.admin-main{
  padding:34px clamp(20px,3vw,42px);
}

.admin-hero{
  padding:24px;
  border:1px solid #e0d7ca;
  border-radius:14px;
  background:#fff;
  box-shadow:var(--soft-shadow);
}

.admin-hero p{
  margin:8px 0 0;
  color:#69645d;
}

.admin-stats div,
.panel,
.login-card{
  border-radius:14px;
  box-shadow:0 14px 38px rgba(30,30,30,.06);
}

.admin-stats div span{
  color:#69645d;
  font-weight:800;
}

.admin-row{
  border-bottom:1px solid #ebe3d8;
}

.admin-row:last-child{
  border-bottom:0;
}

.product-admin-row{
  grid-template-columns:70px minmax(220px,1.6fr) 150px 120px 110px 100px;
}

.product-admin-row img{
  border-radius:10px;
  background:#f4efe7;
}

.order-card{
  display:grid;
  gap:10px;
}

.order-head strong:first-child{
  color:#1f5a43;
}

.status-form select{
  background:#fff;
}

.admin-login{
  background:
    radial-gradient(circle at 20% 12%,rgba(46,125,104,.16),transparent 28%),
    linear-gradient(135deg,#fffaf3,#eadbc8);
}

.login-card{
  border:1px solid #ded6c9;
  background:rgba(255,255,255,.92);
}

.login-card .brand-logo{
  width:220px;
  height:86px;
  object-fit:contain;
}

@media (max-width:760px){
  .cart-row{
    grid-template-columns:70px 1fr;
  }
  .order-steps{
    grid-template-columns:1fr 1fr;
  }
  .product-admin-row{
    grid-template-columns:1fr;
  }
}

/* HogarVia.com.ar brand system */
:root{
  --bg:#F6F0E6;
  --paper:#FFFDF8;
  --ink:#18221D;
  --muted:#687064;
  --line:#E4D7C4;
  --line-strong:#CDBA9D;
  --accent:#173F31;
  --accent-2:#2E7D68;
  --leaf:#6F8F43;
  --clay:#B86B4B;
  --sand:#E7D0B0;
  --cream:#FFF9F0;
  --shadow:0 18px 44px rgba(23,63,49,.10);
}

body{
  color:var(--ink);
  background:
    linear-gradient(180deg,#fffaf2 0%,#f6f0e6 46%,#efe3d2 100%);
}

.site-header{
  border-bottom:1px solid rgba(205,186,157,.55);
}

.utility-bar{
  background:
    linear-gradient(90deg,#173F31 0%,#235F4C 58%,#6F8F43 140%);
}

.utility-bar span:before{
  content:"HogarVia.com.ar";
  display:inline-block;
  margin-right:18px;
  padding-right:18px;
  border-right:1px solid rgba(255,255,255,.28);
  color:#F6EBD8;
}

.brand-logo{
  width:214px;
  height:68px;
}

.nav-icon,
.cart-trigger{
  border-color:rgba(23,63,49,.16);
}

.home-hero{
  background:
    linear-gradient(100deg,rgba(255,249,240,.98),rgba(246,240,230,.88) 45%,rgba(231,208,176,.62)),
    radial-gradient(circle at 82% 18%,rgba(111,143,67,.18),transparent 28%),
    radial-gradient(circle at 65% 92%,rgba(184,107,75,.10),transparent 26%);
}

.home-hero:before{
  border-color:rgba(23,63,49,.12);
}

.home-hero h1{
  color:#173F31;
  max-width:900px;
}

.eyebrow{
  color:#2E7D68;
}

.primary{
  background:linear-gradient(135deg,#173F31,#2E7D68);
  box-shadow:0 16px 30px rgba(23,63,49,.22);
}

.ghost{
  border-color:#CDBA9D;
}

.benefits-strip svg,
.trust-grid svg,
.order-steps svg{
  color:#6F8F43;
}

.category-card span{
  color:#173F31;
}

.filter.active{
  background:#173F31;
  border-color:#173F31;
}

.product-image span{
  background:rgba(23,63,49,.94);
}

.product-info small{
  color:#2E7D68;
}

.icon-button{
  background:#173F31;
}

.icon-button.disabled{
  background:#8B877F;
  cursor:not-allowed;
}

.trust-section{
  background:
    linear-gradient(135deg,#173F31 0%,#235F4C 72%,#6F8F43 145%);
}

.site-footer{
  background:#173F31;
}

.footer-logo{
  width:190px;
  height:62px;
  padding:0;
  background:transparent;
}

.admin-sidebar{
  background:
    linear-gradient(180deg,#173F31 0%,#235F4C 58%,#6F8F43 135%);
}

.admin-sidebar .brand-logo,
.login-card .brand-logo{
  background:#FFF9F0;
}

.admin-hero h1,
.checkout-shell .section-heading h1,
.thanks h1{
  color:#173F31;
}

@media (max-width:760px){
  .brand-logo{
    width:168px;
    height:58px;
  }
}

/* HogarVia mockup branding refresh */
:root{
  --bg:#F7F5F1;
  --paper:#FFFFFF;
  --ink:#263238;
  --muted:#5F6B62;
  --line:#E3E6E2;
  --line-strong:#CFD7CE;
  --accent:#2E7D32;
  --accent-2:#43A047;
  --leaf:#43A047;
  --cream:#F7F5F1;
  --mist:#ECEFF1;
  --charcoal:#37474F;
  --offer:#FF8F00;
  --danger:#E53935;
  --sand:#EFE7DA;
  --shadow:0 18px 42px rgba(55,71,79,.08);
}

body{
  font-family:Poppins, Inter, Arial, Helvetica, sans-serif;
  color:var(--ink);
  background:#fff;
}

.site-header{
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 28px rgba(55,71,79,.06);
  border-bottom:1px solid #ECEFF1;
}

.utility-bar{
  background:#2E7D32;
  color:#fff;
}

.utility-bar span:before{
  content:"HogarVia.com.ar";
  color:#fff;
}

.nav-bar{
  min-height:76px;
}

.brand-logo{
  width:188px;
  height:54px;
  object-fit:contain;
}

.admin-sidebar .brand-logo,
.login-card .brand-logo{
  background:transparent;
  padding:0;
}

.category-nav a{
  color:#263238;
  text-transform:none;
  letter-spacing:0;
  font-weight:700;
}

.category-nav a:after{
  background:#2E7D32;
}

.nav-icon,
.cart-trigger{
  color:#263238;
  border-color:transparent;
  background:#fff;
}

.cart-trigger{
  color:#263238;
}

.cart-trigger strong{
  background:#2E7D32;
  color:#fff;
}

.home-hero{
  min-height:520px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 38%,rgba(247,245,241,.28) 100%),
    radial-gradient(circle at 80% 16%,rgba(67,160,71,.12),transparent 26%);
  border-color:#ECEFF1;
  box-shadow:0 18px 48px rgba(55,71,79,.07);
}

.home-hero h1{
  color:#263238;
  font-family:Poppins, Inter, Arial, sans-serif;
  font-weight:800;
  letter-spacing:-1.5px;
  max-width:620px;
}

.home-hero h1::first-letter{
  letter-spacing:0;
}

.home-hero p{
  color:#37474F;
}

.eyebrow{
  color:#2E7D32;
  letter-spacing:.08em;
}

.primary{
  background:linear-gradient(135deg,#2E7D32,#43A047);
  box-shadow:0 16px 28px rgba(46,125,50,.22);
}

.ghost{
  color:#2E7D32;
  border-color:#2E7D32;
}

.hero-floating{
  border-color:#ECEFF1;
}

.benefits-strip{
  border-color:#ECEFF1;
}

.benefits-strip svg,
.trust-grid svg,
.order-steps svg{
  color:#2E7D32;
}

.category-card{
  border-color:#ECEFF1;
  box-shadow:0 12px 30px rgba(55,71,79,.04);
}

.category-card span{
  color:#263238;
}

.filter.active{
  background:#2E7D32;
  border-color:#2E7D32;
}

.product-card{
  border-color:#ECEFF1;
  box-shadow:0 14px 34px rgba(55,71,79,.07);
}

.product-card:hover{
  box-shadow:0 24px 56px rgba(46,125,50,.14);
}

.product-info small{
  color:#2E7D32;
}

.product-image span{
  background:#2E7D32;
}

.product-card:nth-child(5n) .product-image span{
  background:#FF8F00;
}

.icon-button{
  background:#2E7D32;
}

.icon-button:hover{
  background:#43A047;
}

.icon-button.disabled{
  background:#B0B8B2;
}

.trust-section{
  background:linear-gradient(135deg,#2E7D32 0%,#1B5E20 100%);
}

.site-footer{
  background:#2E7D32;
}

.footer-logo{
  width:190px;
  height:58px;
  background:transparent;
}

.admin-sidebar{
  background:linear-gradient(180deg,#2E7D32 0%,#1B5E20 100%);
}

.admin-hero h1,
.checkout-shell .section-heading h1,
.thanks h1{
  color:#263238;
}

.admin-stats strong,
.order-head strong:first-child{
  color:#2E7D32;
}

/* Mobile stacking fix - 2026-07-25 */
@media (max-width:820px){
  html,
  body{
    max-width:100%;
    overflow-x:hidden;
  }

  .nav-bar:before{
    content:none !important;
    display:none !important;
  }

  .hv-home{
    width:100%;
    padding-inline:14px;
  }

  .hv-hero{
    min-height:360px;
    overflow:hidden;
  }

  .hv-hero-copy{
    padding:28px 20px;
  }

  .hv-hero h1{
    max-width:260px;
    font-size:clamp(2.6rem,13vw,3.35rem);
    line-height:.94;
  }

  .hv-hero p{
    max-width:245px;
    font-size:1.08rem;
    line-height:1.35;
  }

  .hv-categories{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    width:100%;
    margin:24px 0 22px !important;
    padding:0 !important;
    overflow:visible !important;
  }

  .hv-categories a{
    min-width:0 !important;
    width:100%;
    min-height:118px;
    padding:16px 10px;
  }

  .hv-categories a span{
    max-width:100%;
    overflow-wrap:anywhere;
    text-align:center;
    line-height:1.15;
  }

  .hv-benefits-band{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    width:100%;
    margin:0 0 28px !important;
    overflow:visible !important;
    border:1px solid var(--hv-line);
    border-radius:18px;
  }

  .hv-benefits-band div{
    min-width:0;
    min-height:132px;
    padding:18px 10px;
  }

  .hv-section{
    overflow:visible;
  }

  .hv-section-head{
    align-items:center;
    gap:12px;
  }

  .hv-section-head h2{
    font-size:1.65rem;
    line-height:1.05;
  }

  .hv-section-head a{
    white-space:nowrap;
  }

  .hv-filters{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    overflow:visible !important;
    padding:0 0 16px !important;
  }

  .hv-filters .filter{
    width:100%;
    min-width:0;
    min-height:48px;
    padding-inline:10px;
    white-space:normal;
    line-height:1.1;
  }

  .hv-product-grid,
  .hv-product-grid.compact{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
    width:100%;
    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
  }

  .hv-product-card{
    min-width:0 !important;
    width:100%;
    display:grid;
    grid-template-columns:128px minmax(0,1fr);
    align-items:stretch;
  }

  .hv-product-media{
    min-height:100%;
  }

  .hv-product-media img{
    width:100%;
    height:100%;
    min-height:150px;
    aspect-ratio:auto;
    object-fit:cover;
  }

  .hv-product-media span{
    left:10px;
    top:10px;
    padding:6px 9px;
    font-size:.72rem;
  }

  .hv-product-body{
    min-width:0;
    padding:14px;
  }

  .hv-product-body small,
  .hv-product-body h3,
  .hv-product-body .rating,
  .hv-product-bottom{
    min-width:0;
  }

  .hv-product-body h3{
    min-height:0;
    font-size:1rem;
    line-height:1.18;
    overflow-wrap:anywhere;
  }

  .hv-product-bottom{
    align-items:flex-end;
    gap:8px;
  }

  .hv-product-bottom strong{
    font-size:1.05rem;
  }

  .hv-cart-button{
    width:44px;
    height:44px;
  }

  .cart-drawer{
    width:min(100vw,420px) !important;
    padding:18px !important;
    overflow:auto;
  }

  .drawer-items{
    display:grid;
    gap:12px;
    max-height:none;
    overflow:visible;
    padding:16px 0;
  }

  .drawer-item{
    display:grid;
    grid-template-columns:74px minmax(0,1fr);
    align-items:center;
    gap:12px;
    min-height:0;
    padding:10px;
    border:1px solid var(--hv-line);
    border-radius:14px;
    background:#fff;
  }

  .drawer-item img{
    width:74px;
    height:74px;
    border-radius:12px;
    object-fit:cover;
  }

  .drawer-item strong{
    display:block;
    font-size:.95rem;
    line-height:1.15;
    overflow-wrap:anywhere;
  }
}

@media (max-width:420px){
  .brand-logo{
    width:154px !important;
    height:48px !important;
  }

  .site-search{
    height:60px;
    grid-template-columns:1fr 74px;
  }

  .hv-product-card{
    grid-template-columns:112px minmax(0,1fr);
  }

  .hv-product-media img{
    min-height:142px;
  }

  .hv-product-body{
    padding:12px;
  }
}

/* Premium ecommerce redesign - home/cart */
:root{
  --hv-green:#2E7D32;
  --hv-green-2:#43A047;
  --hv-green-dark:#1B5E20;
  --hv-ink:#17242A;
  --hv-muted:#66736D;
  --hv-line:#E6EBE7;
  --hv-soft:#F7F9F6;
  --hv-shadow:0 18px 50px rgba(23,36,42,.08);
  --hv-radius:18px;
}

body{
  background:#fff;
  font-family:Inter, Arial, Helvetica, sans-serif;
  color:var(--hv-ink);
}

h1,h2,h3,.brand,.button{
  font-family:Poppins, Inter, Arial, Helvetica, sans-serif;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  display:block;
  padding:0;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--hv-line);
  box-shadow:0 8px 24px rgba(23,36,42,.045);
}

.utility-bar{
  max-width:none;
  min-height:36px;
  padding:8px clamp(18px,5vw,110px);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(22px,5vw,110px);
  background:linear-gradient(90deg,var(--hv-green),var(--hv-green-dark));
  color:#fff;
  font-weight:800;
  font-size:.86rem;
}

.utility-bar span,
.utility-bar a,
.utility-bar div{
  display:flex;
  align-items:center;
  gap:8px;
}

.utility-bar span:before{
  display:none;
}

.utility-bar div{
  margin-left:auto;
  gap:30px;
}

.nav-bar{
  max-width:1800px;
  margin:0 auto;
  padding:22px clamp(18px,5vw,110px) 18px;
  display:grid;
  grid-template-columns:260px minmax(280px,680px) auto;
  gap:clamp(22px,4vw,70px);
  align-items:center;
}

.mobile-menu-button{
  display:none;
}

.nav-bar:before{
  content:none !important;
  display:none !important;
}

.brand-logo{
  width:238px;
  height:78px;
  object-fit:contain;
}

.site-search{
  display:grid;
  grid-template-columns:1fr 66px;
  height:58px;
  border:1px solid #DCE3DE;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 28px rgba(23,36,42,.04);
}

.site-search input{
  width:100%;
  border:0;
  padding:0 22px;
  font:600 1rem/1 Inter,Arial,sans-serif;
  outline:0;
  color:var(--hv-ink);
}

.site-search button{
  display:grid;
  place-items:center;
  border-radius:0;
  background:linear-gradient(135deg,var(--hv-green),var(--hv-green-dark));
  color:#fff;
  padding:0;
}

.nav-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
}

.nav-link-icon,
.cart-trigger{
  position:relative;
  display:flex;
  align-items:center;
  gap:9px;
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--hv-ink);
  font-weight:800;
}

.cart-trigger span{
  display:inline;
  width:auto;
  height:auto;
  background:transparent;
  border-radius:0;
  color:inherit;
  font-size:inherit;
  letter-spacing:0;
  text-transform:none;
}

.nav-link-icon svg,
.cart-trigger svg{
  width:24px;
  height:24px;
}

.cart-trigger strong,
.bottom-cart strong{
  position:absolute;
  right:-10px;
  top:-13px;
  min-width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--hv-green);
  color:#fff;
  font-size:.75rem;
}

.category-bar{
  max-width:1800px;
  margin:0 auto;
  padding:0 clamp(18px,5vw,110px) 18px;
  display:grid;
  grid-template-columns:240px 1fr;
  gap:26px;
  align-items:center;
}

.all-cats{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:12px;
  background:linear-gradient(135deg,var(--hv-green),var(--hv-green-dark));
  color:#fff;
  font-weight:900;
}

.category-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.category-nav a{
  font-size:.95rem;
  font-weight:800;
  color:var(--hv-ink);
  text-transform:none;
  letter-spacing:0;
  white-space:nowrap;
}

.category-nav .offer-link{
  min-height:46px;
  padding:0 18px;
  border-radius:12px;
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--hv-green);
  background:#EEF7EE;
}

.hv-home{
  max-width:1800px;
  margin:0 auto;
  padding:0 clamp(18px,5vw,110px) 80px;
}

.hv-hero{
  position:relative;
  min-height:360px;
  border-radius:18px;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(360px,.42fr) minmax(0,1fr);
  align-items:stretch;
  background:#F5F4EE;
  box-shadow:var(--hv-shadow);
}

.hv-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.78) 37%,rgba(255,255,255,0) 66%);
}

.hv-hero-copy{
  position:relative;
  z-index:2;
  padding:48px 0 34px 90px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:560px;
}

.hv-hero-copy span{
  align-self:flex-start;
  margin-bottom:16px;
  padding:8px 16px;
  border-radius:10px;
  background:#DFF1DF;
  color:var(--hv-green);
  font-size:.9rem;
  font-weight:900;
  text-transform:uppercase;
}

.hv-hero h1{
  margin:0 0 12px;
  font-size:clamp(3rem,5vw,5.2rem);
  line-height:.96;
  letter-spacing:-.04em;
  color:var(--hv-ink);
}

.hv-hero p{
  max-width:420px;
  margin:0 0 24px;
  color:#52605A;
  font-size:1.25rem;
  line-height:1.45;
}

.hero-button{
  align-self:flex-start;
  min-width:190px;
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:9px;
}

.hv-hero-image{
  position:absolute;
  inset:0 0 0 auto;
  width:78%;
  height:100%;
  object-fit:cover;
}

.hero-benefits{
  display:flex;
  gap:28px;
  margin-top:30px;
  flex-wrap:wrap;
}

.hero-benefits div{
  display:grid;
  grid-template-columns:28px 1fr;
  gap:2px 10px;
  align-items:center;
}

.hero-benefits svg{
  grid-row:span 2;
  color:var(--hv-green);
}

.hero-benefits strong{
  font-size:.88rem;
}

.hero-benefits small{
  color:#56645E;
  font-size:.78rem;
}

.hero-arrow{
  position:absolute;
  top:50%;
  z-index:3;
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:var(--hv-ink);
  box-shadow:0 12px 26px rgba(23,36,42,.14);
  padding:0;
}

.hero-arrow.left{left:-16px}
.hero-arrow.right{right:12px}

.hero-dots{
  position:absolute;
  z-index:3;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  display:flex;
  gap:9px;
}

.hero-dots span{
  width:18px;
  height:8px;
  border-radius:99px;
  background:rgba(255,255,255,.9);
}

.hero-dots span:first-child{
  background:var(--hv-green);
}

.hv-categories{
  display:grid;
  grid-template-columns:repeat(11,minmax(100px,1fr));
  gap:0;
  margin:32px 0 26px;
  border:1px solid var(--hv-line);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}

.hv-categories a{
  min-height:116px;
  padding:18px 10px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:12px;
  border-right:1px solid var(--hv-line);
  text-align:center;
  font-weight:850;
}

.hv-categories a:last-child{border-right:0}

.hv-categories svg{
  width:38px;
  height:38px;
  color:var(--hv-green);
}

.hv-categories .view-all{
  background:#EFF7EF;
  color:var(--hv-green);
}

.hv-categories small{
  display:block;
  margin-top:-8px;
  font-size:.76rem;
  color:var(--hv-green);
}

.hv-benefits-band{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin:0 0 28px;
  border:1px solid var(--hv-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 38px rgba(23,36,42,.055);
}

.hv-benefits-band div{
  min-height:92px;
  padding:22px 26px;
  display:grid;
  grid-template-columns:40px 1fr;
  gap:4px 14px;
  align-items:center;
  border-right:1px solid var(--hv-line);
}

.hv-benefits-band div:last-child{border-right:0}

.hv-benefits-band svg{
  grid-row:span 2;
  width:36px;
  height:36px;
  color:var(--hv-green);
}

.hv-benefits-band strong{font-size:1rem}
.hv-benefits-band span{color:var(--hv-muted)}

.hv-section{
  margin-top:28px;
}

.hv-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}

.hv-section-head h2{
  margin:0;
  font-size:clamp(1.55rem,2vw,2rem);
  letter-spacing:-.03em;
}

.hv-section-head a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--hv-green);
  font-weight:900;
}

.hv-filters{
  margin:0 0 18px;
  gap:10px;
}

.hv-product-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
}

.hv-product-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  border:1px solid var(--hv-line);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 14px 34px rgba(23,36,42,.06);
  transition:transform .22s ease, box-shadow .22s ease;
}

.hv-product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 48px rgba(46,125,50,.14);
}

.hv-product-media{
  position:relative;
  display:block;
  margin:12px 12px 0;
  border-radius:10px;
  overflow:hidden;
  background:#F4F6F3;
}

.hv-product-media img{
  width:100%;
  aspect-ratio:1.28/1;
  object-fit:cover;
  transition:transform .35s ease;
}

.hv-product-card:hover .hv-product-media img{
  transform:scale(1.04);
}

.hv-product-media span{
  position:absolute;
  right:10px;
  top:10px;
  padding:7px 10px;
  border-radius:8px;
  background:var(--hv-green);
  color:#fff;
  font-size:.78rem;
  font-weight:900;
}

.hv-product-card:nth-child(even) .hv-product-media span{
  background:#FF9800;
}

.hv-product-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:14px 16px 16px;
}

.hv-product-body small{
  color:var(--hv-green);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.72rem;
}

.hv-product-body h3{
  min-height:44px;
  margin:8px 0 8px;
  font-size:1rem;
  line-height:1.22;
  letter-spacing:-.01em;
}

.rating{
  margin-bottom:14px;
  color:#FFB000;
  font-size:.9rem;
  letter-spacing:.03em;
}

.rating em{
  color:var(--hv-muted);
  font-style:normal;
  margin-left:5px;
}

.hv-product-bottom{
  margin-top:auto;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
}

.hv-product-bottom strong{
  display:block;
  font-size:1.12rem;
  letter-spacing:.02em;
}

.hv-product-bottom del{
  display:block;
  margin-top:4px;
  color:#8B9891;
}

.hv-cart-button{
  width:42px;
  height:42px;
  padding:0;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:linear-gradient(135deg,var(--hv-green),var(--hv-green-dark));
  color:#fff;
}

.hv-cart-button.disabled{
  background:#AEB8B0;
}

.installment-banner{
  margin:34px 0;
  min-height:110px;
  padding:24px 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid var(--hv-line);
  border-radius:18px;
  background:linear-gradient(100deg,#fff,#F1F8F1);
  box-shadow:var(--hv-shadow);
}

.installment-banner div{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:3px 20px;
  align-items:center;
}

.installment-banner svg{
  grid-row:span 2;
  width:56px;
  height:56px;
  color:var(--hv-green);
}

.installment-banner strong{
  font:900 1.35rem/1.2 Poppins,Inter,sans-serif;
}

.installment-banner span{
  color:var(--hv-muted);
}

.double-banner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin:34px 0;
}

.double-banner article{
  min-height:210px;
  padding:32px;
  border-radius:18px;
  background:linear-gradient(135deg,#F4F7F1,#fff 62%,#EAF5EA);
  border:1px solid var(--hv-line);
  box-shadow:var(--hv-shadow);
}

.double-banner span{
  color:var(--hv-green);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.double-banner h2{
  max-width:430px;
  font-size:clamp(1.7rem,2.4vw,2.4rem);
  line-height:1.05;
}

.double-banner a{
  color:var(--hv-green);
  font-weight:900;
}

.review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.review-grid blockquote{
  margin:0;
  padding:24px;
  border:1px solid var(--hv-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 34px rgba(23,36,42,.045);
}

.review-grid p{
  color:var(--hv-muted);
  line-height:1.55;
}

.site-footer{
  padding:34px clamp(18px,5vw,110px);
  display:flex;
  justify-content:space-between;
  gap:28px;
}

.mobile-bottom-nav{
  display:none;
}

/* Premium cart refinements */
.cart-page{
  max-width:1500px;
  padding-top:34px;
}

.cart-table-premium,
.order-summary,
.cart-suggested{
  box-shadow:0 16px 44px rgba(23,36,42,.06);
}

.cart-item-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:10px;
}

.cart-item-actions button{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0;
  border:0;
  background:transparent;
  color:#7A8580;
  font-size:.82rem;
  font-weight:800;
}

.mobile-checkout-bar{
  display:none;
}

@media (max-width:1180px){
  .nav-bar{
    grid-template-columns:220px 1fr auto;
    gap:20px;
  }
  .category-bar{
    grid-template-columns:1fr;
  }
  .category-nav{
    overflow:auto;
    justify-content:flex-start;
    padding-bottom:4px;
  }
  .hv-product-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .hv-categories{
    grid-template-columns:repeat(6,minmax(120px,1fr));
    overflow:auto;
  }
}

@media (max-width:820px){
  body{
    padding-bottom:76px;
  }
  .utility-bar,
  .category-bar{
    display:none;
  }
  .nav-bar{
    grid-template-columns:42px 1fr auto;
    padding:16px 22px 10px;
    gap:12px;
  }
  .mobile-menu-button{
    display:grid;
    gap:6px;
    width:42px;
    height:42px;
    padding:7px;
    background:transparent;
  }
  .mobile-menu-button span{
    display:block;
    height:3px;
    border-radius:99px;
    background:var(--hv-ink);
  }
  .brand{
    justify-self:start;
  }
  .brand-logo{
    width:210px;
    height:64px;
  }
  .site-search{
    grid-column:1 / -1;
    grid-row:2;
    height:68px;
    margin-top:6px;
    border-radius:18px;
    grid-template-columns:1fr 84px;
  }
  .site-search input{
    font-size:1.15rem;
  }
  .nav-actions{
    gap:18px;
  }
  .nav-link-icon span,
  .cart-trigger span{
    display:none;
  }
  .nav-link-icon,
  .cart-trigger{
    width:34px;
  }
  .nav-link-icon svg,
  .cart-trigger svg{
    width:30px;
    height:30px;
  }
  .hv-home{
    padding:16px 18px 34px;
  }
  .hv-hero{
    min-height:400px;
    grid-template-columns:1fr;
    border-radius:22px;
  }
  .hv-hero:before{
    background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.62) 50%,rgba(255,255,255,0));
  }
  .hv-hero-image{
    width:100%;
  }
  .hv-hero-copy{
    padding:34px 24px 34px;
    max-width:360px;
  }
  .hv-hero h1{
    font-size:3.8rem;
  }
  .hv-hero p{
    font-size:1.35rem;
  }
  .hero-benefits,
  .hero-arrow{
    display:none;
  }
  .hero-dots{
    bottom:22px;
  }
  .hv-categories{
    display:flex;
    overflow-x:auto;
    gap:12px;
    border:0;
    border-radius:0;
    margin:28px -18px 22px;
    padding:0 18px;
    scrollbar-width:none;
  }
  .hv-categories a{
    min-width:122px;
    min-height:136px;
    border:1px solid var(--hv-line);
    border-radius:16px;
  }
  .hv-benefits-band{
    grid-template-columns:repeat(4,220px);
    overflow-x:auto;
    margin:0 -18px 30px;
    border-radius:0;
    border-left:0;
    border-right:0;
    scrollbar-width:none;
  }
  .hv-benefits-band div{
    min-height:160px;
    text-align:center;
    grid-template-columns:1fr;
    justify-items:center;
  }
  .hv-benefits-band svg{
    grid-row:auto;
    width:46px;
    height:46px;
  }
  .hv-section-head h2{
    font-size:1.9rem;
  }
  .hv-filters{
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:4px;
  }
  .hv-product-grid{
    display:flex;
    overflow-x:auto;
    gap:14px;
    margin-right:-18px;
    padding-right:18px;
    scrollbar-width:none;
  }
  .hv-product-card{
    min-width:254px;
    border-radius:16px;
  }
  .hv-product-media img{
    aspect-ratio:1.18/1;
  }
  .installment-banner{
    margin:30px 0;
    padding:24px;
    min-height:120px;
  }
  .installment-banner .button{
    min-width:145px;
  }
  .double-banner,
  .review-grid{
    grid-template-columns:1fr;
  }
  .mobile-bottom-nav{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:80;
    min-height:72px;
    padding:8px 8px 10px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    background:rgba(255,255,255,.96);
    border-top:1px solid var(--hv-line);
    box-shadow:0 -12px 28px rgba(23,36,42,.08);
  }
  .mobile-bottom-nav a{
    position:relative;
    display:grid;
    place-items:center;
    gap:3px;
    color:var(--hv-ink);
    font-size:.78rem;
  }
  .mobile-bottom-nav a:first-child{
    color:var(--hv-green);
  }
  .mobile-bottom-nav svg{
    width:26px;
    height:26px;
  }
  .bottom-cart strong{
    right:20%;
    top:0;
  }
  .cart-page{
    padding:22px 14px 90px;
  }
  .cart-page-head h1{
    font-size:1.8rem;
  }
  .cart-layout{
    gap:18px;
  }
  .cart-row-premium{
    grid-template-columns:104px 1fr 34px;
    border:1px solid var(--hv-line);
    border-radius:14px;
    margin:12px;
    box-shadow:0 12px 26px rgba(23,36,42,.045);
  }
  .cart-row-premium img{
    width:104px;
    height:104px;
    border-radius:12px;
  }
  .cart-item-actions{
    gap:10px;
  }
  .cart-item-actions button{
    font-size:0;
  }
  .cart-item-actions svg{
    width:20px;
    height:20px;
  }
  .mobile-checkout-bar{
    position:fixed;
    left:14px;
    right:14px;
    bottom:82px;
    z-index:85;
    min-height:58px;
    padding:10px 18px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:linear-gradient(135deg,var(--hv-green),var(--hv-green-dark));
    color:#fff;
    box-shadow:0 16px 34px rgba(46,125,50,.28);
  }
}

@media (max-width:520px){
  .nav-bar{
    padding-inline:16px;
  }
  .brand-logo{
    width:188px;
  }
  .nav-actions{
    gap:13px;
  }
  .nav-link-icon:first-child{
    display:none;
  }
  .hv-hero h1{
    font-size:3.45rem;
  }
  .hv-product-card{
    min-width:236px;
  }
  .site-footer{
    display:none;
  }
}

/* Production polish 2026-07-24 */
:root{
  --page-max:1920px;
  --green:#2E7D32;
  --green-dark:#1B5E20;
  --green-soft:#EAF5EA;
  --surface:#FFFFFF;
  --soft:#F7F8F5;
  --stroke:#E7EBE5;
}

body{
  overflow-x:hidden;
}

.icon{
  width:1.25em;
  height:1.25em;
  display:inline-block;
  vertical-align:-.2em;
  flex:0 0 auto;
}

.site-header{
  padding:0;
}

.utility-bar,
.nav-bar{
  width:100%;
  max-width:var(--page-max);
  margin:0 auto;
}

.utility-bar{
  min-height:34px;
  padding:8px clamp(18px,3vw,54px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  font-size:.78rem;
  font-weight:700;
}

.nav-bar{
  display:grid;
  grid-template-columns:auto minmax(260px,1fr) auto;
  align-items:center;
  gap:22px;
  min-height:86px;
  padding:14px clamp(18px,3vw,54px);
}

.brand-logo{
  width:206px;
  height:64px;
}

.category-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(12px,1.6vw,28px);
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.nav-icon,
.cart-trigger{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid transparent;
}

.cart-trigger{
  position:relative;
}

.cart-trigger strong{
  position:absolute;
  right:2px;
  top:0;
  min-width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:999px;
  font-size:.72rem;
}

.store-shell{
  max-width:var(--page-max);
  grid-template-columns:minmax(0,1fr);
  padding-inline:clamp(18px,3vw,54px);
}

.store-rail{
  display:none;
}

.home-hero,
.topbar,
.benefits-strip,
.catalog,
.trust-section,
.site-footer,
.cart-page,
.checkout-shell,
.detail,
.thanks{
  max-width:var(--page-max);
  margin-left:auto;
  margin-right:auto;
}

.home-hero{
  min-height:clamp(460px,42vw,650px);
}

.product-grid{
  grid-template-columns:repeat(auto-fill,minmax(230px,1fr));
}

.cart-page{
  padding:34px clamp(18px,3vw,54px) 70px;
  background:#fff;
}

.cart-page-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:24px;
}

.cart-page-head h1{
  margin:0 0 8px;
  font-family:Poppins, Inter, Arial, sans-serif;
  font-size:clamp(1.8rem,3vw,2.55rem);
  letter-spacing:0;
}

.cart-page-head p{
  margin:0;
  color:var(--muted);
  font-size:.95rem;
}

.cart-page-head p span{
  margin:0 8px;
  color:#A8B0A9;
}

.cart-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--green);
  font-weight:800;
}

.cart-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(310px,390px);
  gap:28px;
  align-items:start;
}

.cart-table-premium,
.order-summary,
.cart-suggested{
  border:1px solid var(--stroke);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 48px rgba(38,50,56,.07);
}

.cart-table-premium{
  padding:0;
}

.cart-table-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) 120px 140px 130px;
  gap:18px;
  padding:20px 24px;
  border-bottom:1px solid var(--stroke);
  color:#52605A;
  font-size:.82rem;
  font-weight:800;
}

.cart-row-premium{
  display:grid;
  grid-template-columns:132px minmax(0,1fr) 120px 140px 130px;
  gap:18px;
  align-items:center;
  min-height:150px;
  padding:22px 24px;
  border-bottom:1px solid var(--stroke);
}

.cart-row-premium:last-of-type{
  border-bottom:0;
}

.cart-row-premium img{
  width:132px;
  height:112px;
  object-fit:cover;
  border-radius:10px;
  background:var(--soft);
}

.cart-product-copy strong{
  display:block;
  margin-bottom:8px;
  font-size:1rem;
}

.cart-product-copy span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--green);
  font-size:.88rem;
}

.cart-product-copy span:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--green);
}

.cart-price,
.cart-subtotal{
  font-size:1.02rem;
}

.qty-control input{
  width:104px;
  height:42px;
  border:1px solid var(--stroke);
  border-radius:10px;
  text-align:center;
  font-weight:800;
  background:#fff;
}

.cart-table-premium .cart-actions{
  align-items:center;
  justify-content:space-between;
  padding:20px 24px;
  border-top:1px solid var(--stroke);
}

.cart-table-premium .cart-actions > div{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.order-summary{
  position:sticky;
  top:112px;
  padding:24px;
  background:
    linear-gradient(145deg,#fff 0%,#fbfdf9 68%,#edf7ed 100%);
}

.summary-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:22px;
}

.summary-title svg{
  color:var(--green);
}

.summary-title h2{
  margin:0;
  font-size:1.12rem;
}

.order-summary p,
.summary-total{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0;
  padding:13px 0;
  border-bottom:1px solid var(--stroke);
}

.order-summary p strong:last-child{
  color:var(--green);
}

.summary-total{
  border-bottom:0;
  padding:18px 0 20px;
  font-size:1.1rem;
}

.summary-total strong{
  color:var(--green);
  font-size:1.35rem;
}

.order-summary .button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:10px;
  min-height:52px;
}

.order-summary small{
  display:block;
  margin:14px auto 22px;
  max-width:280px;
  text-align:center;
  color:#6F7A72;
  line-height:1.45;
}

.summary-benefits{
  display:grid;
  gap:16px;
  padding-top:18px;
  border-top:1px solid var(--stroke);
}

.summary-benefits div{
  display:grid;
  grid-template-columns:26px 1fr;
  column-gap:12px;
  align-items:start;
}

.summary-benefits svg{
  grid-row:span 2;
  color:var(--green);
}

.summary-benefits strong{
  font-size:.9rem;
}

.summary-benefits span{
  color:var(--muted);
  font-size:.82rem;
}

.cart-suggested{
  margin-top:28px;
  padding:22px;
  background:#FBFCFA;
}

.cart-suggested .section-heading.inline h2{
  font-family:Poppins, Inter, Arial, sans-serif;
  font-size:1.12rem;
}

.suggested-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}

.suggested-card{
  position:relative;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  border:1px solid var(--stroke);
}

.suggested-card img{
  width:100%;
  aspect-ratio:1.22/1;
  object-fit:cover;
  background:var(--soft);
}

.suggested-card strong,
.suggested-card span{
  display:block;
  padding:0 14px;
}

.suggested-card strong{
  min-height:42px;
  margin-top:12px;
  font-size:.9rem;
}

.suggested-card span{
  padding-bottom:14px;
  font-weight:900;
}

.suggested-card form{
  position:absolute;
  right:12px;
  bottom:12px;
}

.suggested-card .icon-button{
  width:36px;
  height:36px;
}

@media (min-width:1400px){
  .home-hero{
    grid-template-columns:minmax(520px,.85fr) minmax(620px,1.15fr);
  }
  .product-grid{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }
}

@media (max-width:980px){
  .utility-bar{
    display:none;
  }
  .nav-bar{
    grid-template-columns:44px 1fr auto;
    min-height:72px;
    gap:10px;
    padding:10px 14px;
  }
  .nav-bar:before{
    content:"";
    width:24px;
    height:2px;
    display:block;
    background:var(--ink);
    box-shadow:0 7px 0 var(--ink),0 -7px 0 var(--ink);
    justify-self:center;
  }
  .brand{
    justify-self:center;
  }
  .brand-logo{
    width:158px;
    height:48px;
  }
  .category-nav{
    display:none;
  }
  .nav-actions{
    gap:4px;
  }
  .nav-actions .nav-icon[aria-label="Buscar"],
  .nav-actions .nav-icon[aria-label="Favoritos"]{
    display:none;
  }
  .nav-icon,
  .cart-trigger{
    width:38px;
    height:38px;
  }
  .store-shell{
    padding:0 12px 28px;
  }
  .home-hero{
    min-height:auto;
    grid-template-columns:1fr;
    padding:26px 18px;
  }
  .benefits-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .product-info{
    padding:12px;
  }
  .product-info h3{
    min-height:52px;
    font-size:.92rem;
  }
  .cart-layout{
    grid-template-columns:1fr;
  }
  .order-summary{
    position:static;
  }
  .suggested-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:680px){
  .cart-page{
    padding:20px 12px 44px;
  }
  .cart-page-head{
    align-items:flex-start;
    flex-direction:column;
    margin-bottom:16px;
  }
  .cart-table-header{
    display:none;
  }
  .cart-row-premium{
    grid-template-columns:96px 1fr 42px;
    gap:12px;
    min-height:0;
    padding:14px;
    border-bottom:1px solid var(--stroke);
  }
  .cart-row-premium img{
    width:96px;
    height:96px;
    grid-row:span 3;
  }
  .cart-product-copy{
    align-self:start;
  }
  .cart-product-copy strong{
    font-size:.94rem;
    line-height:1.25;
  }
  .cart-product-copy span{
    display:none;
  }
  .cart-price{
    grid-column:2;
    font-size:.95rem;
  }
  .qty-control{
    grid-column:2;
  }
  .qty-control input{
    width:98px;
    height:38px;
  }
  .cart-subtotal{
    display:none;
  }
  .cart-row-premium:after{
    content:"";
    width:20px;
    height:20px;
    align-self:center;
    justify-self:end;
    background:linear-gradient(var(--muted),var(--muted)) center/14px 2px no-repeat;
    opacity:.55;
  }
  .cart-table-premium,
  .order-summary,
  .cart-suggested{
    border-radius:14px;
  }
  .cart-table-premium .cart-actions{
    padding:14px;
    align-items:flex-start;
    flex-direction:column;
  }
  .cart-table-premium .cart-actions > div,
  .cart-table-premium .cart-actions .button{
    width:100%;
  }
  .order-summary{
    padding:18px;
  }
  .summary-benefits{
    gap:14px;
  }
  .cart-drawer{
    width:100vw;
    padding:18px;
  }
}

/* Final mobile cascade override - keep catalog vertical */
.product-card.is-filter-hidden,
.hv-product-card.is-filter-hidden,
.product-card[hidden],
.hv-product-card[hidden]{
  display:none !important;
}

.hv-categories{
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr)) !important;
}

.hv-categories a{
  min-width:0;
  padding-left:14px;
  padding-right:14px;
  overflow:hidden;
}

.hv-categories span{
  display:block;
  max-width:100%;
  line-height:1.18;
  text-align:center;
  overflow-wrap:anywhere;
  word-break:normal;
}

.category-nav a{
  white-space:nowrap;
}

@media (max-width:820px){
  html,
  body{
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .hv-home{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .hv-categories{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    margin:24px 0 22px !important;
    padding:0 !important;
    overflow:visible !important;
  }

  .hv-categories a{
    min-width:0 !important;
    width:100% !important;
    min-height:116px !important;
  }

  .hv-categories span{
    max-width:100%;
    overflow-wrap:anywhere;
    text-align:center;
  }

  .hv-benefits-band{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    margin:0 0 28px !important;
    overflow:visible !important;
    border:1px solid var(--hv-line) !important;
    border-radius:18px !important;
  }

  .hv-benefits-band div{
    min-width:0 !important;
    min-height:126px !important;
  }

  .hv-filters{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    overflow:visible !important;
    padding:0 0 16px !important;
  }

  .hv-filters .filter{
    min-width:0 !important;
    width:100% !important;
    min-height:48px !important;
    white-space:normal !important;
    line-height:1.1 !important;
  }

  .hv-product-grid,
  .hv-product-grid.compact{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
  }

  .hv-product-card,
  .hv-product-card.compact-card{
    min-width:0 !important;
    width:100% !important;
    display:grid !important;
    grid-template-columns:128px minmax(0,1fr) !important;
  }

  .hv-product-media img{
    width:100% !important;
    height:100% !important;
    min-height:150px !important;
    aspect-ratio:auto !important;
    object-fit:cover !important;
  }

  .hv-product-body{
    min-width:0 !important;
    padding:14px !important;
  }

  .hv-product-body h3{
    min-height:0 !important;
    font-size:1rem !important;
    line-height:1.18 !important;
    overflow-wrap:anywhere !important;
  }

  .cart-drawer{
    width:min(100vw,420px) !important;
    padding:18px !important;
    overflow:auto !important;
  }

  .drawer-items{
    display:grid !important;
    gap:12px !important;
    overflow:visible !important;
    padding:16px 0 !important;
  }

  .drawer-item{
    display:grid !important;
    grid-template-columns:74px minmax(0,1fr) !important;
    gap:12px !important;
    min-height:0 !important;
    padding:10px !important;
    border:1px solid var(--hv-line) !important;
    border-radius:14px !important;
    background:#fff !important;
  }

  .drawer-item img{
    width:74px !important;
    height:74px !important;
    object-fit:cover !important;
    border-radius:12px !important;
  }
}

@media (max-width:420px){
  .brand-logo{
    width:154px !important;
    height:48px !important;
  }

  .site-search{
    height:60px !important;
    grid-template-columns:1fr 74px !important;
  }

  .hv-product-card,
  .hv-product-card.compact-card{
    grid-template-columns:112px minmax(0,1fr) !important;
  }
}
