/* Zuber — Grower's ledger layout */
.commerce-zuber .zb-hero{padding:28px 0 8px;border-bottom:3px solid var(--secondary)}
.commerce-zuber .zb-hero h1{font-family:'Fraunces',serif;font-size:clamp(1.8rem,3vw,2.6rem);margin:8px 0 0}
.commerce-zuber .zb-hero .eyebrow{font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);font-size:.78rem}
.commerce-zuber .zb-layout{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}
.commerce-zuber .zb-stack{display:grid;gap:14px}
.commerce-zuber .zb-line{display:grid;grid-template-columns:72px 1fr auto auto;gap:14px;align-items:center;padding:16px;border:2px dashed color-mix(in srgb,var(--primary) 22%, transparent);border-radius:18px;background:rgba(255,255,255,.82)}
.commerce-zuber .zb-line img{width:72px;height:72px;object-fit:contain;border-radius:12px;background:#fff}
.commerce-zuber .zb-tally{position:sticky;top:92px;padding:22px;border-radius:22px;background:linear-gradient(160deg,#fff,#fff9d6);border:2px solid var(--secondary)}
.commerce-zuber .zb-tally h3{margin:0 0 14px;font-family:'Fraunces',serif}
.commerce-zuber .zb-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.commerce-zuber .zb-checkout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}
.commerce-zuber .zb-form-band{padding:26px;border-radius:24px;background:#fff;border-left:8px solid var(--primary)}
.commerce-zuber .zb-product-stack{display:grid;gap:20px}
.commerce-zuber .zb-product-hero{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:24px;border-radius:28px;background:linear-gradient(135deg,#fff,#f5ffe8);border:1px solid var(--line)}
.commerce-zuber .zb-spec-pills{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
.commerce-zuber .zb-spec-pills span{padding:8px 12px;border-radius:999px;background:rgba(255,222,66,.35);font-weight:700;font-size:.82rem}
.commerce-zuber .zb-product-hero .product-media,
.commerce-zuber .zb-product-hero .product-media-large{min-height:0!important;max-height:340px;aspect-ratio:1;padding:16px!important}
.commerce-zuber .zb-product-hero .product-media img,
.commerce-zuber .zb-product-hero .product-media-large img{width:auto!important;height:auto!important;max-width:100%!important;max-height:280px!important;object-fit:contain!important}
.commerce-zuber .zb-product-stack .products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important}
.commerce-zuber .zb-product-stack .product-card h3{font-size:1.05rem!important;min-height:0!important}
.commerce-zuber .zb-product-stack .product-media{min-height:160px!important;max-height:180px!important;padding:12px!important}
.commerce-zuber .zb-product-stack .product-media img{max-height:140px!important;width:auto!important;height:auto!important}
@media(max-width:900px){.commerce-zuber .zb-layout,.commerce-zuber .zb-checkout-grid,.commerce-zuber .zb-product-hero{grid-template-columns:1fr}.commerce-zuber .zb-line{grid-template-columns:56px 1fr;grid-template-rows:auto auto}.commerce-zuber .zb-line img{width:56px;height:56px}}
