:root{
  --brand:#166534;
  --brand-strong:#14532d;
  --brand-soft:#dcfce7;
  --brand-light:#f0fdf4;
  --accent:#f97316;
  --accent-soft:#ffedd5;
  --ink:#111827;
  --ink-soft:#374151;
  --muted:#6b7280;
  --line:#e5e7eb;
  --line-dark:#d1d5db;
  --bg:#f8faf8;
  --card:#ffffff;
  --red:#b91c1c;
  --blue:#1d4ed8;
  --green:#166534;
  --amber:#a16207;
  --shadow:0 18px 45px rgba(17,24,39,.10);
  --shadow-sm:0 8px 22px rgba(17,24,39,.06);
  --radius:22px;
  --radius-sm:14px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.45}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}.mb0{margin-bottom:0}.small{font-size:12px}.muted{color:var(--muted)}.text-right{text-align:right}.full{width:100%}
.top-note{background:var(--ink);color:#fff;font-size:13px}.top-note .inner{max-width:var(--max);margin:auto;padding:10px 22px;display:flex;justify-content:space-between;gap:14px}.top-note strong{color:#bbf7d0}
.site-header{background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:80}.header-inner{max-width:var(--max);margin:auto;padding:16px 22px;display:grid;grid-template-columns:260px 1fr auto;align-items:center;gap:18px}.brand{display:inline-flex;align-items:center;gap:12px}.brand-mark{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--brand),#22c55e);color:#fff;display:grid;place-items:center;font-weight:900;letter-spacing:-.05em;box-shadow:0 12px 25px rgba(22,101,52,.22)}.brand-name strong{display:block;font-size:17px;letter-spacing:-.03em}.brand-name span{display:block;font-size:12px;color:var(--muted);font-weight:700;margin-top:2px}.search-panel{height:48px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:0 16px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-sm)}.search-panel i{font-size:20px;color:var(--brand)}.search-panel input{border:0;outline:0;width:100%;height:100%;background:transparent}.admin-search-label{height:48px;border:1px solid var(--line);background:var(--brand-light);border-radius:999px;padding:0 16px;display:flex;align-items:center;gap:9px;color:var(--brand-strong);font-weight:900}.header-actions{display:flex;align-items:center;gap:10px}.icon-btn,.text-btn{min-height:46px;border:1px solid var(--line);background:#fff;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900;box-shadow:var(--shadow-sm)}.icon-btn{width:46px}.text-btn{padding:0 14px}.cart-count{min-width:23px;height:23px;border-radius:999px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:12px;padding:0 6px}.nav{max-width:var(--max);margin:auto;padding:0 22px 14px;display:flex;gap:8px;align-items:center;overflow-x:auto}.nav a{white-space:nowrap;padding:9px 13px;border-radius:999px;color:var(--ink-soft);font-weight:800;font-size:14px}.nav a:hover,.nav a.active{background:var(--brand-soft);color:var(--brand-strong)}.site-main{max-width:var(--max);margin:auto;padding:30px 22px 52px}.admin-shell .site-main{padding-top:24px}
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch}.hero-main{min-height:470px;border-radius:32px;background:radial-gradient(circle at 15% 15%,rgba(187,247,208,.36),transparent 28%),linear-gradient(135deg,#052e16 0%,#166534 52%,#0f3b23 100%);color:#fff;padding:42px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative}.hero-main:after{content:"";position:absolute;right:-90px;bottom:-110px;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,.08)}.hero-main>*{position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.10em}.hero-main h1{font-size:clamp(36px,5.8vw,68px);line-height:.98;letter-spacing:-.07em;margin:18px 0}.hero-copy{font-size:17px;max-width:660px;color:rgba(255,255,255,.82);line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero-side{display:grid;grid-template-rows:1fr 1fr;gap:18px}.feature-card{border:1px solid var(--line);background:#fff;border-radius:28px;padding:24px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:space-between}.feature-card.dark{background:var(--ink);color:#fff;border-color:rgba(255,255,255,.08)}.feature-top{display:flex;justify-content:space-between;gap:18px}.feature-card h3{font-size:24px;letter-spacing:-.04em;margin:0 0 8px}.feature-card p{margin:0;color:var(--muted);line-height:1.65}.feature-card.dark p{color:#d1d5db}.feature-icon{width:60px;height:60px;border-radius:20px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-size:30px;flex:0 0 auto}.feature-card.dark .feature-icon{background:rgba(255,255,255,.10);color:#bbf7d0}.mini-link{margin-top:18px;display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-weight:900}.feature-card.dark .mini-link{color:#bbf7d0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 38px}.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow-sm)}.stat strong{display:block;font-size:28px;letter-spacing:-.05em}.stat span{display:block;color:var(--muted);font-weight:700;margin-top:5px;font-size:13px}
.section{margin-top:38px}.section-head,.page-title{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;margin-bottom:18px}.section-title small,.page-title small{display:block;text-transform:uppercase;letter-spacing:.12em;color:var(--brand);font-weight:900;font-size:12px;margin-bottom:6px}.section-title h2,.page-title h1,.page-title h2{margin:0;font-size:34px;line-height:1.08;letter-spacing:-.055em}.page-title p{margin:8px 0 0;color:var(--muted);max-width:720px;line-height:1.65}.section-head a{display:inline-flex;align-items:center;gap:6px;font-weight:900;color:var(--brand)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow-sm);transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#bbf7d0}.category-card i{width:50px;height:50px;border-radius:18px;background:var(--brand-light);display:grid;place-items:center;color:var(--brand);font-size:27px;margin-bottom:14px}.category-card h3{margin:0 0 7px;font-size:16px;letter-spacing:-.025em}.category-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.category-row{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 22px}.category-row a{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 13px;font-size:13px;font-weight:900;color:var(--ink-soft)}.category-row a:hover,.category-row a.active{background:var(--brand);border-color:var(--brand);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;box-shadow:var(--shadow-sm)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#bbf7d0}.product-card.is-out{opacity:.70}.label{position:absolute;top:13px;left:13px;z-index:2;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.label.sale{background:#fee2e2;color:var(--red)}.label.new{background:#dcfce7;color:var(--green)}.label.trade{background:#ffedd5;color:#9a3412}.product-image{height:168px;background:linear-gradient(160deg,#ffffff 0%,#f0fdf4 100%);display:grid;place-items:center;border-bottom:1px solid var(--line)}.product-photo{width:100%;height:100%;object-fit:cover;display:block}.tool-icon{width:84px;height:84px;border-radius:24px;display:grid;place-items:center;background:#fff;color:var(--brand);font-size:44px;box-shadow:inset 0 0 0 1px var(--line),0 14px 30px rgba(17,24,39,.08)}.product-body{padding:16px}.product-brand{font-size:12px;color:var(--muted);font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}.product-name{font-size:15px;font-weight:900;letter-spacing:-.02em;line-height:1.35;margin:0 0 10px;min-height:41px}.product-desc{color:var(--muted);font-size:13px;line-height:1.45;margin:-4px 0 12px;min-height:38px}.stock-pill{display:inline-flex;align-items:center;gap:6px;background:#f3f4f6;color:var(--ink-soft);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800;margin-bottom:10px}.product-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.price strong{display:block;font-size:20px;letter-spacing:-.04em}.add{width:44px;height:44px;border-radius:15px;background:var(--ink);color:#fff;border:0;display:grid;place-items:center;font-size:22px;transition:background .18s,transform .18s}.add:hover{background:var(--brand);transform:translateY(-1px)}.qty-inline{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin-top:14px}.qty-inline input{height:44px;border-radius:14px;border:1px solid var(--line-dark);padding:0 12px;min-width:0}
.split-section{display:grid;grid-template-columns:.95fr 1.05fr;gap:18px;margin-top:38px}.trade-panel{border-radius:28px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:30px;border:1px solid #bbf7d0}.trade-panel h2{font-size:34px;letter-spacing:-.06em;margin:0 0 10px}.trade-panel p{color:#14532d;line-height:1.65;margin-bottom:22px}.trade-list{display:grid;gap:12px;margin-bottom:24px}.trade-list div{display:flex;gap:10px;align-items:center;font-weight:900;color:#052e16}.trade-list i{color:var(--green);font-size:20px}.bundle-grid{display:grid;gap:14px}.bundle-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;box-shadow:var(--shadow-sm)}.bundle-icon{width:58px;height:58px;border-radius:18px;background:var(--accent-soft);color:#c2410c;display:grid;place-items:center;font-size:28px}.bundle-card h3{font-size:16px;letter-spacing:-.02em;margin:0 0 4px}.bundle-card p{font-size:13px;color:var(--muted);line-height:1.45;margin:0}.bundle-price{text-align:right}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px}.trust{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow-sm)}.trust i{font-size:28px;color:var(--brand);margin-bottom:12px}.trust h3{font-size:15px;margin:0 0 5px}.trust p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}
.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow-sm);margin-bottom:18px}.card h2,.card h3{letter-spacing:-.04em;margin-top:0}.auth-wrap{max-width:520px;margin:34px auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-row{margin-bottom:14px}label{display:block;font-size:13px;color:var(--ink-soft);font-weight:900;margin:12px 0 7px}input,select,textarea{width:100%;border:1px solid var(--line-dark);background:#fff;border-radius:14px;padding:12px 13px;outline:none;color:var(--ink)}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(22,101,52,.12)}.btn{min-height:44px;border:0;border-radius:999px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:900;background:var(--ink);color:#fff;transition:transform .18s,background .18s,border-color .18s}.btn:hover{transform:translateY(-1px);background:var(--brand)}.btn.secondary{background:#4b5563}.btn.success{background:var(--brand)}.btn.danger{background:var(--red)}.btn.light{background:#fff;color:var(--ink);border:1px solid var(--line-dark)}.btn.accent{background:var(--accent)}.alert{padding:14px 16px;border-radius:16px;margin-bottom:18px;font-weight:800;border:1px solid transparent}.alert.success{background:#dcfce7;color:var(--green);border-color:#bbf7d0}.alert.error{background:#fee2e2;color:var(--red);border-color:#fecaca}.alert.info{background:#dbeafe;color:var(--blue);border-color:#bfdbfe}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:13px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}th{font-size:12px;color:var(--muted);background:#f9fafb;text-transform:uppercase;letter-spacing:.06em}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px;background:#fff}.status-badge,.badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.status-success,.badge.success{background:#dcfce7;color:var(--green)}.status-pending,.badge.pending{background:#dbeafe;color:var(--blue)}.status-failed,.badge.failed{background:#fee2e2;color:var(--red)}.status-warning,.badge.warning{background:#fef3c7;color:var(--amber)}
.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.dashboard-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow-sm)}.dashboard-card i{font-size:28px;color:var(--brand);margin-bottom:12px}.dashboard-card span{display:block;color:var(--muted);font-size:13px;font-weight:800}.dashboard-card strong{display:block;font-size:28px;letter-spacing:-.05em;margin-top:5px}.dashboard-layout{display:grid;grid-template-columns:1fr 360px;gap:18px;align-items:start}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.quick-action{border:1px solid var(--line);background:#fff;border-radius:18px;padding:16px;box-shadow:var(--shadow-sm)}.quick-action i{font-size:26px;color:var(--brand)}.quick-action strong{display:block;margin-top:8px}.quick-action span{display:block;color:var(--muted);font-size:12px;margin-top:4px}
.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:18px;align-items:start}.cart-item{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:0}.cart-item-icon{width:62px;height:62px;border-radius:18px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;font-size:30px}.cart-item h3{font-size:16px;margin:0 0 4px}.cart-item p{font-size:13px;color:var(--muted);margin:0 0 4px}.cart-item-controls{display:flex;align-items:center;gap:10px;justify-content:flex-end}.cart-item-controls input{width:86px;text-align:center}.summary-card{position:sticky;top:118px}.summary-line{display:flex;justify-content:space-between;gap:20px;margin:12px 0;color:var(--muted);font-weight:800}.summary-line strong{color:var(--ink);font-size:24px}.empty-state{text-align:center;padding:56px 20px;color:var(--muted)}.empty-state i{font-size:60px;color:var(--line-dark);margin-bottom:12px}.empty-state h2{color:var(--ink);margin-bottom:8px}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:var(--ink);color:#fff;padding:13px 18px;border-radius:999px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:opacity .22s,transform .22s;z-index:120;font-size:14px;font-weight:800}.toast.show{opacity:1;transform:translate(-50%,0)}
.site-footer{background:var(--ink);color:#fff;margin-top:30px}.footer-inner{max-width:var(--max);margin:auto;padding:42px 22px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:34px}.footer-brand{max-width:330px}.footer-brand .brand-mark{box-shadow:none}.footer-brand p{color:#a3a3a3;line-height:1.7;margin-top:16px;font-size:14px}.footer-col h4{font-size:14px;margin:0 0 14px;color:#fff}.footer-col a{display:block;color:#a3a3a3;font-size:14px;margin-bottom:10px}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);color:#a3a3a3;text-align:center;padding:16px 22px;font-size:13px}
@media(max-width:980px){.header-inner{grid-template-columns:1fr auto}.search-panel,.admin-search-label{grid-column:1/-1;order:3}.hero{grid-template-columns:1fr}.hero-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.product-grid,.grid,.category-grid{grid-template-columns:repeat(3,1fr)}.stats,.trust-row,.dashboard-grid{grid-template-columns:repeat(2,1fr)}.split-section,.cart-layout,.dashboard-layout{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.summary-card{position:static}}
@media(max-width:700px){.top-note .inner{display:block;text-align:center}.top-note span:last-child{display:none}.header-inner{padding:14px 16px;gap:14px}.nav{padding:0 16px 12px}.site-main{padding:20px 16px 44px}.brand-name span{display:none}.hero-main{padding:30px 24px;min-height:390px}.hero-side{grid-template-columns:1fr}.stats,.trust-row,.product-grid,.grid,.category-grid{grid-template-columns:1fr 1fr}.section-title h2,.page-title h1,.page-title h2{font-size:28px}.section-head,.page-title{align-items:flex-start;flex-direction:column}.bundle-card{grid-template-columns:auto 1fr}.bundle-price{grid-column:1/-1;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:12px}.footer-inner{grid-template-columns:1fr}.text-btn span.label-text{display:none}.text-btn{padding:0 14px}.form-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:auto 1fr}.cart-item-controls{grid-column:1/-1;justify-content:space-between}}
@media(max-width:460px){.product-grid,.grid,.category-grid,.stats,.dashboard-grid{grid-template-columns:1fr}.header-actions{gap:7px}.icon-btn,.text-btn{min-height:42px}.icon-btn{width:42px}.hero-actions .btn{width:100%}}
.product-card.is-out .add{background:#9ca3af;cursor:not-allowed}.product-card.is-out input{background:#f3f4f6;color:#78716c}.btn[disabled],button[disabled]{opacity:.65;cursor:not-allowed;transform:none!important}@media print{.top-note,.site-header,.site-footer,.btn,.alert{display:none!important}.site-main{max-width:none;padding:0}.card{box-shadow:none;border-color:#ddd}}

/* Product galleries and production settings */
.admin-image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px;margin:10px 0 18px}
.admin-image-card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:10px;display:grid;gap:8px}
.admin-image-card img{width:100%;height:120px;object-fit:contain;border-radius:12px;background:#f8fafc;border:1px solid var(--line)}
.product-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.product-thumb{width:64px;height:64px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:5px;cursor:pointer;box-shadow:var(--shadow-soft)}
.product-thumb.active,.product-thumb:hover{outline:2px solid rgba(22,163,74,.35)}
.product-thumb img{width:100%;height:100%;object-fit:contain;display:block}
.product-detail-main .product-photo{object-fit:contain}
.settings-section{border-top:1px solid var(--line);padding-top:20px;margin-top:20px}
.settings-section h3{margin:0 0 8px;font-size:20px}
@media (max-width:760px){.cart-layout .card>div[style*="grid-template-columns"]{grid-template-columns:1fr!important}.product-detail-main{height:240px!important}}

/* =========================================================
   Final AgroBuild polish, safe shared skin.
   This keeps existing layouts intact and only aligns colours,
   typography, buttons, cards and footer with the new homepage.
========================================================= */
:root{
  --brand:#1A3A2A;
  --brand-strong:#10281c;
  --brand-soft:#E7F0EA;
  --brand-light:#F2F7F3;
  --accent:#D4872C;
  --accent-soft:#F6E3C8;
  --ink:#1C1C1A;
  --ink-soft:#4A4438;
  --muted:#8A7A6A;
  --line:#DDD5C8;
  --line-dark:#CDBFAC;
  --bg:#F5F0E8;
  --card:#FFFFFF;
  --shadow:0 16px 34px rgba(28,28,26,.08);
  --shadow-sm:0 8px 18px rgba(28,28,26,.05);
  --radius:18px;
  --radius-sm:12px;
}
body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--ink)}
h1,h2,h3,.page-title h1,.section-title h2,.dashboard-card strong,.brand-name strong{font-family:'Sora',sans-serif;letter-spacing:-.035em}
.top-note{background:var(--brand-strong);color:rgba(255,255,255,.82)}
.top-note strong{color:var(--accent)}
.site-header{background:rgba(253,251,248,.96);border-bottom:1px solid var(--line);box-shadow:0 8px 18px rgba(28,28,26,.04)}
.brand-mark{background:var(--brand);border-radius:12px;box-shadow:none;color:#fff}
.brand-name span{color:var(--muted)}
.search-panel{border-color:var(--line);border-radius:10px;box-shadow:none;background:#fff}.search-panel i{color:var(--brand)}
.nav a{border-radius:8px;color:var(--ink-soft)}.nav a:hover,.nav a.active{background:var(--brand-soft);color:var(--brand)}
.cart-count{background:var(--accent)}
.site-main{max-width:1220px}
.card,.summary-card,.dashboard-card,.product-card,.category-card,.trust,.feature-card,.bundle-card{border-color:var(--line);border-radius:14px;box-shadow:var(--shadow-sm);background:var(--card)}
.card h2,.card h3{font-family:'Sora',sans-serif;color:var(--ink)}
.btn,button.btn,a.btn{border-radius:8px;font-weight:700;box-shadow:none}.btn:not(.secondary):not(.light){background:var(--brand);color:#fff;border-color:var(--brand)}.btn:not(.secondary):not(.light):hover{background:var(--brand-strong);color:#fff}.btn.success{background:var(--accent);border-color:var(--accent);color:#fff}.btn.success:hover{background:#E8A24A}.btn.secondary,.btn.light{background:#fff;color:var(--brand);border:1px solid var(--line)}.btn.secondary:hover,.btn.light:hover{background:var(--brand-light);color:var(--brand)}
input,select,textarea{border-color:var(--line);border-radius:9px;background:#fff}input:focus,select:focus,textarea:focus{border-color:#3D7A55;box-shadow:0 0 0 3px rgba(61,122,85,.12)}
table th{background:#FDFBF8;color:var(--muted)}table th,table td{border-color:var(--line)}
.status-success{background:#E6F4EC;color:#1A5C35}.status-pending,.status-warning{background:#FFF2D9;color:#8A4D0A}.status-failed{background:#FEF0EE;color:#8C2515}
.alert{border-radius:12px}.alert.info{background:#FDF7EE;color:#5B3B16;border-color:#EFD6B6}.alert.success{background:#E6F4EC;color:#1A5C35;border-color:#B7DFC8}.alert.error{background:#FEF0EE;color:#8C2515;border-color:#F5C6BD}
.product-image{background:linear-gradient(135deg,#F5F0E8 0%,#EDE5D5 100%)}.tool-icon{color:var(--brand)}.product-name a:hover,.mini-link,.section-head a{color:var(--brand)}.price strong{color:var(--brand)}.add{background:var(--brand)}.add:hover{background:#3D7A55}.label.trade{background:#E6F4EC;color:#1A5C35}.label.new{background:#FFF2D9;color:#8A4D0A}.label.sale{background:#FEF0EE;color:#8C2515}
.site-footer{background:var(--ink);color:#fff}.site-footer .footer-bottom{border-top-color:rgba(255,255,255,.08)}.site-footer a:hover{color:#fff}.site-footer .brand-mark{background:var(--accent)}
@media(max-width:760px){.header-inner{grid-template-columns:1fr;align-items:start}.header-actions{justify-content:flex-start}.nav{padding-top:0}.label-text{display:inline}.site-main{padding-inline:16px}}

/* Frontend homepage-style header and live search suggestions */
.ab-nav{background:#1A3A2A;padding:0 32px;display:flex;align-items:center;justify-content:space-between;min-height:58px;position:sticky;top:0;z-index:200;border-bottom:1px solid rgba(255,255,255,.07)}
.ab-nav-logo{font-family:'Sora',sans-serif;font-weight:700;font-size:19px;color:#fff;letter-spacing:-.3px;white-space:nowrap}.ab-nav-logo span{color:#D4872C}.ab-nav-links{display:flex;gap:24px;align-items:center;min-width:0}.ab-nav-links>a{color:rgba(255,255,255,.68);font-size:13px;font-weight:600;transition:color .15s;white-space:nowrap}.ab-nav-links>a:hover{color:#fff}.ab-cart-btn{background:#D4872C!important;color:#fff!important;border:none!important;border-radius:7px!important;padding:7px 16px!important;font-size:13px!important;font-weight:700!important;display:flex!important;align-items:center;gap:7px;text-decoration:none}.ab-cart-btn:hover{background:#E8A24A!important;color:#fff!important}.frontend-nav{box-shadow:0 8px 18px rgba(16,40,28,.10)}
.ab-search{position:relative;width:min(340px,34vw);height:36px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:8px;display:flex;align-items:center;gap:7px;padding:0 10px}.ab-search i{color:#D4872C;font-size:16px}.ab-search input{width:100%;height:100%;border:0;background:transparent;color:#fff;padding:0;outline:0;font-size:13px}.ab-search input::placeholder{color:rgba(255,255,255,.55)}.ab-search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #DDD5C8;border-radius:12px;box-shadow:0 18px 40px rgba(28,28,26,.15);overflow:hidden;z-index:500;color:#1C1C1A}.ab-suggest-item{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:10px;border-bottom:1px solid #F0E7DA;align-items:center}.ab-suggest-item:last-child{border-bottom:0}.ab-suggest-item:hover{background:#FDFBF8}.ab-suggest-img{width:42px;height:42px;border-radius:8px;background:#F5F0E8;display:grid;place-items:center;overflow:hidden;color:#1A3A2A}.ab-suggest-img img{width:100%;height:100%;object-fit:cover}.ab-suggest-name{font-weight:700;font-size:13px;line-height:1.25}.ab-suggest-meta{font-size:11px;color:#8A7A6A;margin-top:2px;display:flex;gap:8px;flex-wrap:wrap}.ab-suggest-empty{padding:12px;color:#8A7A6A;font-size:13px}.product-card:target,.ab-product-card:target{outline:3px solid rgba(212,135,44,.42);outline-offset:3px;scroll-margin-top:86px}
@media(max-width:980px){.ab-nav{align-items:flex-start;flex-direction:column;padding:12px 18px}.ab-nav-links{width:100%;gap:14px;overflow-x:auto}.ab-search{width:min(420px,100%);flex:0 0 260px}}
@media(max-width:680px){.ab-nav-links>a:not(.ab-cart-btn){display:none}.ab-search{flex:1 0 100%;order:2}.ab-cart-btn{margin-left:auto}}


/* Homepage component styles, moved from inline index into shared CSS. */
:root{--green:#1A3A2A;--green-mid:#2D5C40;--green-light:#3D7A55;--amber:#D4872C;--amber-light:#E8A24A;--cream:#F5F0E8;--warm-white:#FDFBF8;--text:#1C1C1A;--text-mid:#4A4438;--text-muted:#8A7A6A;--border:#DDD5C8;--card:#FFFFFF;}
/* ── nav ──────────────────────────────────────────────── */
.ab-nav{
  background:var(--green);padding:0 32px;
  display:flex;align-items:center;justify-content:space-between;
  height:58px;position:sticky;top:0;z-index:200;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.ab-nav-logo{font-family:'Sora',sans-serif;font-weight:700;font-size:19px;color:#fff;letter-spacing:-.3px}
.ab-nav-logo span{color:var(--amber)}
.ab-nav-links{display:flex;gap:28px;align-items:center}
.ab-nav-links a{color:rgba(255,255,255,.65);font-size:13px;font-weight:500;transition:color .15s}
.ab-nav-links a:hover{color:#fff}
.ab-cart-btn{
  background:var(--amber);color:#fff;border:none;border-radius:7px;
  padding:7px 16px;font-size:13px;font-weight:600;cursor:pointer;
  display:flex;align-items:center;gap:7px;font-family:'Inter',sans-serif;
  transition:background .15s;text-decoration:none;
}
.ab-cart-btn:hover{background:var(--amber-light)}
.ab-cart-btn i{font-size:16px}
.ab-search{position:relative;width:min(340px,34vw);height:36px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:8px;display:flex;align-items:center;gap:7px;padding:0 10px}
.ab-search i{color:var(--amber);font-size:16px}
.ab-search input{width:100%;height:100%;border:0;background:transparent;color:#fff;padding:0;outline:0;font-size:13px}
.ab-search input::placeholder{color:rgba(255,255,255,.55)}
.ab-search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 18px 40px rgba(28,28,26,.15);overflow:hidden;z-index:500;color:var(--text)}
.ab-suggest-item{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:10px;border-bottom:1px solid #F0E7DA;align-items:center}
.ab-suggest-item:last-child{border-bottom:0}.ab-suggest-item:hover{background:var(--warm-white)}
.ab-suggest-img{width:42px;height:42px;border-radius:8px;background:var(--cream);display:grid;place-items:center;overflow:hidden;color:var(--green)}
.ab-suggest-img img{width:100%;height:100%;object-fit:cover}.ab-suggest-name{font-weight:700;font-size:13px;line-height:1.25}.ab-suggest-meta{font-size:11px;color:var(--text-muted);margin-top:2px;display:flex;gap:8px;flex-wrap:wrap}.ab-suggest-empty{padding:12px;color:var(--text-muted);font-size:13px}
.ab-product-card:target{outline:3px solid rgba(212,135,44,.42);outline-offset:3px;scroll-margin-top:86px}

/* ── flash messages ───────────────────────────────────── */
.ab-flash{padding:12px 32px;font-size:13px;font-weight:500;display:flex;align-items:center;gap:8px}
.ab-flash.success{background:#E6F4EC;color:#1A5C35;border-bottom:1px solid #B7DFC8}
.ab-flash.error{background:#FEF0EE;color:#8C2515;border-bottom:1px solid #F5C6BD}
.ab-flash i{font-size:16px}

/* ── hero ─────────────────────────────────────────────── */
.ab-hero{
  background:var(--green);padding:56px 32px 0;
  display:grid;grid-template-columns:1fr 380px;gap:40px;
  align-items:end;overflow:hidden;
}
.ab-hero-eyebrow{
  display:inline-flex;align-items:center;gap:6px;
  background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);
  border-radius:20px;padding:5px 13px;font-size:12px;
  color:rgba(255,255,255,.75);font-weight:500;margin-bottom:20px;
}
.ab-hero-eyebrow i{color:var(--amber);font-size:14px}
.ab-hero h1{
  font-family:'Sora',sans-serif;font-size:40px;font-weight:700;
  color:#fff;line-height:1.13;letter-spacing:-1px;
  margin-bottom:16px;max-width:520px;
}
.ab-hero h1 em{color:var(--amber);font-style:normal}
.ab-hero-sub{color:rgba(255,255,255,.6);font-size:15px;max-width:460px;margin-bottom:28px;line-height:1.72}
.ab-hero-btns{display:flex;gap:12px;margin-bottom:52px;flex-wrap:wrap}
.ab-btn-primary{
  background:var(--amber);color:#fff;border:none;padding:11px 22px;
  border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;
  display:inline-flex;align-items:center;gap:7px;
  font-family:'Inter',sans-serif;transition:background .15s;
}
.ab-btn-primary:hover{background:var(--amber-light)}
.ab-btn-ghost{
  background:transparent;color:rgba(255,255,255,.8);
  border:1px solid rgba(255,255,255,.22);padding:11px 22px;
  border-radius:8px;font-size:14px;font-weight:500;
  display:inline-flex;align-items:center;gap:7px;
  font-family:'Inter',sans-serif;transition:background .15s;
}
.ab-btn-ghost:hover{background:rgba(255,255,255,.07)}
.ab-hero-side{display:flex;flex-direction:column;align-self:end}
.ab-hero-card{padding:22px 24px}
.ab-hero-card:first-child{
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  border-bottom:none;border-radius:12px 12px 0 0;
}
.ab-hero-card:last-child{background:var(--amber);border-radius:0 0 12px 12px;padding-bottom:28px}
.ab-hero-card h3{font-family:'Sora',sans-serif;font-size:15px;font-weight:600;color:#fff;margin-bottom:4px}
.ab-hero-card p{font-size:13px;color:rgba(255,255,255,.7);line-height:1.5;margin-bottom:12px}
.ab-hero-card:last-child p{color:rgba(255,255,255,.85)}
.ab-mini-link{
  display:inline-flex;align-items:center;gap:4px;
  font-size:12px;color:rgba(255,255,255,.7);font-weight:500;
  border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:1px;
  transition:color .15s;
}
.ab-hero-card:last-child .ab-mini-link{color:#fff;border-bottom-color:rgba(255,255,255,.45)}
.ab-mini-link:hover{color:#fff}

/* ── trust strip ──────────────────────────────────────── */
.ab-trust-strip{
  background:var(--green-mid);padding:0 32px;
  display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.07);
}
.ab-trust-item{
  padding:18px 0 18px 0;display:flex;flex-direction:column;gap:2px;
  border-right:1px solid rgba(255,255,255,.07);padding-left:0;
}
.ab-trust-item+.ab-trust-item{padding-left:28px}
.ab-trust-item:last-child{border-right:none}
.ab-trust-item i{font-size:19px;color:var(--amber);margin-bottom:4px}
.ab-trust-item strong{font-family:'Sora',sans-serif;font-size:13px;color:#fff;font-weight:600}
.ab-trust-item span{font-size:11px;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.5px}

/* ── section scaffold ─────────────────────────────────── */
.ab-section{padding:52px 32px}
.ab-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}
.ab-section-label{font-size:11px;font-weight:600;color:var(--amber);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:6px}
.ab-section-title{font-family:'Sora',sans-serif;font-size:26px;font-weight:700;color:var(--text);letter-spacing:-.5px}
.ab-see-all{
  font-size:13px;color:var(--green);font-weight:600;
  display:flex;align-items:center;gap:4px;
  border-bottom:1px solid var(--green);padding-bottom:1px;transition:color .15s,border-color .15s;
}
.ab-see-all:hover{color:var(--amber);border-color:var(--amber)}

/* ── categories ───────────────────────────────────────── */
.ab-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.ab-cat-card{
  background:var(--card);border:1px solid var(--border);border-radius:12px;
  padding:20px 18px;display:flex;flex-direction:column;gap:10px;
  transition:border-color .15s,transform .12s;
}
.ab-cat-card:hover{border-color:var(--green);transform:translateY(-2px)}
.ab-cat-icon{
  width:40px;height:40px;background:var(--cream);border-radius:8px;
  display:flex;align-items:center;justify-content:center;
}
.ab-cat-icon i{font-size:20px;color:var(--green)}
.ab-cat-card h3{font-family:'Sora',sans-serif;font-size:14px;font-weight:600;color:var(--text)}
.ab-cat-card p{font-size:12px;color:var(--text-muted);line-height:1.5}

/* ── product grid ─────────────────────────────────────── */
.ab-products-section{background:var(--warm-white);padding:52px 32px}
.ab-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ab-product-card{
  background:var(--card);border:1px solid var(--border);border-radius:14px;
  overflow:hidden;display:flex;flex-direction:column;
  transition:border-color .15s,transform .12s;position:relative;
}
.ab-product-card:hover{border-color:var(--green-light);transform:translateY(-3px)}
.ab-product-card.is-out{opacity:.62}

/* tape label — the signature design element */
.ab-tape{
  position:absolute;top:14px;left:-6px;z-index:2;
  background:var(--green);color:#fff;
  font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;
  padding:4px 10px;border-radius:0 3px 3px 0;
  display:flex;align-items:center;gap:4px;
}
.ab-tape::before{
  content:'';position:absolute;left:0;bottom:-5px;
  border-left:6px solid #0F2819;border-bottom:5px solid transparent;
}
.ab-tape.low{background:#C2550A}
.ab-tape.low::before{border-left-color:#6B2A05}
.ab-tape.out{background:var(--text-muted)}
.ab-tape.out::before{border-left-color:#4A3F35}
.ab-tape i{font-size:10px}

.ab-product-img{
  height:158px;background:linear-gradient(135deg,var(--cream) 0%,#EDE5D5 100%);
  display:flex;align-items:center;justify-content:center;
  border-bottom:1px solid var(--border);overflow:hidden;
}
.ab-product-img i{font-size:52px;color:var(--green-light);opacity:.65}
.ab-product-img img{width:100%;height:100%;object-fit:cover}

.ab-product-body{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1}
.ab-product-sku{font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}
.ab-product-name{font-family:'Sora',sans-serif;font-size:14px;font-weight:600;color:var(--text);line-height:1.35;margin-bottom:6px}
.ab-product-name a:hover{color:var(--green)}
.ab-product-desc{font-size:12px;color:var(--text-muted);line-height:1.55;margin-bottom:10px;flex:1}

.ab-stock-line{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:500;color:var(--text-mid);margin-bottom:12px}
.ab-stock-line i{font-size:13px;color:var(--green-light)}
.ab-stock-line.low i{color:#C2550A}
.ab-stock-line.none i{color:var(--text-muted)}
.ab-stock-line.none{color:var(--text-muted)}

.ab-product-foot{
  display:flex;align-items:center;justify-content:space-between;
  padding-top:10px;border-top:1px solid var(--border);
}
.ab-price{font-family:'Sora',sans-serif;font-size:16px;font-weight:700;color:var(--green)}
.ab-price small{font-size:11px;font-weight:500;color:var(--text-muted);margin-right:2px}
.ab-add-btn{
  width:34px;height:34px;border-radius:8px;background:var(--green);border:none;
  color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;
  transition:background .15s;flex-shrink:0;
}
.ab-add-btn:hover:not(:disabled){background:var(--green-light)}
.ab-add-btn:disabled{background:var(--border);cursor:default}
.ab-add-btn i{font-size:17px}

/* ── split / cta section ──────────────────────────────── */
.ab-split{display:grid;grid-template-columns:1fr 1fr}
.ab-split-text{background:var(--green);padding:60px 52px;display:flex;flex-direction:column;justify-content:center}
.ab-split-text h2{font-family:'Sora',sans-serif;font-size:30px;font-weight:700;color:#fff;letter-spacing:-.5px;margin-bottom:14px;line-height:1.2}
.ab-split-text p{color:rgba(255,255,255,.6);font-size:14px;line-height:1.75;margin-bottom:24px}
.ab-checklist{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.ab-check-item{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(255,255,255,.8)}
.ab-check-item i{font-size:17px;color:var(--amber);flex-shrink:0}
.ab-split-bundles{background:var(--cream);padding:52px 44px;display:flex;flex-direction:column;gap:16px;justify-content:center}
.ab-bundle-intro{margin-bottom:4px}
.ab-bundle-card{
  background:var(--card);border:1px solid var(--border);border-radius:12px;
  padding:18px 20px;display:flex;align-items:center;gap:16px;
}
.ab-bundle-icon{
  width:44px;height:44px;background:var(--cream);border-radius:10px;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.ab-bundle-icon i{font-size:22px;color:var(--green)}
.ab-bundle-card h3{font-family:'Sora',sans-serif;font-size:14px;font-weight:600;color:var(--text);margin-bottom:3px}
.ab-bundle-card p{font-size:12px;color:var(--text-muted);line-height:1.5}
.ab-bundle-btn{
  margin-left:auto;background:var(--green);color:#fff;border:none;
  padding:8px 16px;border-radius:7px;font-size:12px;font-weight:600;cursor:pointer;
  flex-shrink:0;font-family:'Inter',sans-serif;transition:background .15s;
}
.ab-bundle-btn:hover{background:var(--green-light)}

/* ── footer ───────────────────────────────────────────── */
.ab-footer{
  background:var(--text);padding:44px 32px;
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;
}
.ab-footer-brand p{font-size:13px;color:rgba(255,255,255,.4);line-height:1.65;margin-top:8px;max-width:220px}
.ab-footer h4{font-family:'Sora',sans-serif;font-size:11px;font-weight:600;color:rgba(255,255,255,.35);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:14px}
.ab-footer ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.ab-footer ul li a{font-size:13px;color:rgba(255,255,255,.5);transition:color .15s}
.ab-footer ul li a:hover{color:#fff}
.ab-footer-bottom{
  background:#111110;padding:14px 32px;
  display:flex;justify-content:space-between;align-items:center;
}
.ab-footer-bottom p{font-size:12px;color:rgba(255,255,255,.28)}
.ab-footer-logo{font-family:'Sora',sans-serif;font-size:15px;font-weight:700;color:#fff}
.ab-footer-logo span{color:var(--amber)}

/* ── empty state ──────────────────────────────────────── */
.ab-empty{
  grid-column:1/-1;text-align:center;padding:52px 20px;
  color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:10px;
}
.ab-empty i{font-size:40px;opacity:.4}

/* ── responsive ───────────────────────────────────────── */
@media(max-width:1024px){
  .ab-product-grid,.ab-cat-grid{grid-template-columns:repeat(2,1fr)}
  .ab-hero{grid-template-columns:1fr;padding-bottom:40px}
  .ab-hero-side{display:none}
}
@media(max-width:680px){
  .ab-nav-links a:not(.ab-cart-btn){display:none}
  .ab-search{flex:1 0 100%;order:2;width:100%}
  .ab-hero h1{font-size:28px}
  .ab-product-grid,.ab-cat-grid{grid-template-columns:1fr}
  .ab-trust-strip{grid-template-columns:1fr 1fr}
  .ab-split{grid-template-columns:1fr}
  .ab-footer{grid-template-columns:1fr 1fr}
}

/* =========================================================
   Push notifications and iPhone PWA polish v20260613
   ========================================================= */
body.shop-shell{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}
.push-panel,.notification-panel{background:linear-gradient(180deg,#fff,#FFFDF9);border:1px solid #DED4C5;border-radius:22px;box-shadow:0 14px 34px rgba(28,28,26,.08);padding:22px}
.clean-list{margin:14px 0 0 20px;color:#4A4438;line-height:1.8}.clean-list li{margin-bottom:8px}.nav-notification-link{white-space:nowrap}
[data-push-subscribe]{cursor:pointer}[data-push-subscribe]:disabled{opacity:.65;cursor:not-allowed}
@media(max-width:720px){.nav-notification-link{display:none!important}.clean-list{font-size:14px}.page-title [data-push-subscribe]{width:100%;justify-content:center}}

/* Product detail carousel upgrade */
.product-carousel{position:relative;height:340px;border-radius:26px;border:1px solid var(--line);overflow:hidden;background:linear-gradient(135deg,#fffaf3,#f5efe6);box-shadow:var(--shadow-sm)}
.product-carousel-track,.product-carousel-slide{width:100%;height:100%}
.product-carousel-slide{position:absolute;inset:0;opacity:0;transform:scale(.985);transition:opacity .24s ease,transform .24s ease;display:grid;place-items:center;padding:16px}
.product-carousel-slide.active{opacity:1;transform:scale(1);z-index:1}
.product-carousel-slide img{width:100%;height:100%;object-fit:contain;display:block;border-radius:18px}
.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:var(--ink);display:grid;place-items:center;box-shadow:0 12px 28px rgba(28,28,26,.14);cursor:pointer;font-size:22px}
.carousel-arrow:hover{background:#fff;color:var(--brand);transform:translateY(-50%) scale(1.04)}
.carousel-prev{left:14px}.carousel-next{right:14px}
.product-carousel-dots{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:4;display:flex;gap:7px;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.84);box-shadow:0 10px 24px rgba(28,28,26,.10)}
.product-carousel-dot{width:8px;height:8px;border:0;border-radius:999px;background:#cbd5e1;padding:0;cursor:pointer;transition:width .18s,background .18s}
.product-carousel-dot.active{width:22px;background:var(--brand)}
.product-thumbs{flex-wrap:nowrap;overflow-x:auto;padding:2px 0 6px;scrollbar-width:thin}
.product-thumb{flex:0 0 auto;transition:transform .18s,border-color .18s,box-shadow .18s}
.product-thumb.active,.product-thumb:hover{outline:0;border-color:var(--brand);box-shadow:0 0 0 3px rgba(22,101,52,.15);transform:translateY(-1px)}
@media (max-width:760px){.product-carousel{height:260px}.carousel-arrow{width:38px;height:38px}.carousel-prev{left:10px}.carousel-next{right:10px}}

/* Admin carousel photo manager */
.admin-carousel-manager{display:grid;gap:12px;margin:10px 0 18px}
.admin-carousel-card{display:grid;grid-template-columns:120px 1fr auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:18px;background:#fff;padding:12px;box-shadow:var(--shadow-sm);cursor:grab}
.admin-carousel-card:active{cursor:grabbing}
.admin-carousel-card img{width:120px;height:92px;object-fit:cover;border-radius:14px;background:#f8fafc;border:1px solid var(--line)}
.admin-carousel-meta strong{display:block;margin-bottom:6px}.admin-carousel-meta .small{display:block;margin-top:4px}
.admin-carousel-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.admin-carousel-actions button{min-height:36px;padding:0 12px}.admin-carousel-order{width:70px!important;text-align:center}
.admin-upload-drop{border:1px dashed var(--line-dark);border-radius:18px;background:#fffaf3;padding:18px;text-align:center;margin-top:8px}
.admin-upload-drop i{font-size:34px;color:var(--brand);display:block;margin-bottom:8px}
.admin-upload-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-top:12px}
.admin-upload-preview img{width:100%;height:90px;object-fit:cover;border-radius:12px;border:1px solid var(--line);background:#fff}
@media(max-width:720px){.admin-carousel-card{grid-template-columns:1fr}.admin-carousel-card img{width:100%;height:190px}.admin-carousel-actions{justify-content:flex-start}}

/* =========================================================
   AgroBuild Zambia premium UI system v20260819
   Authoritative shared layer for storefront, account and back office.
   It intentionally neutralises older experimental skins while preserving
   existing PHP markup, routes and behaviour.
   ========================================================= */
:root{
  --ab-green-950:#0b2417;
  --ab-green-900:#123625;
  --ab-green-800:#1a4a31;
  --ab-green-700:#23603f;
  --ab-green-100:#e8f2eb;
  --ab-green-50:#f3f8f4;
  --ab-amber-700:#a95f14;
  --ab-amber-600:#c97820;
  --ab-amber-500:#d88a32;
  --ab-amber-100:#f9ead7;
  --ab-ink:#172019;
  --ab-text:#26332a;
  --ab-muted:#68736b;
  --ab-border:#dfe4de;
  --ab-border-strong:#cfd7cf;
  --ab-surface:#ffffff;
  --ab-surface-soft:#f7f8f5;
  --ab-canvas:#f3f4ef;
  --ab-danger:#b42318;
  --ab-danger-soft:#fef3f2;
  --ab-warning:#9a6700;
  --ab-warning-soft:#fff8e6;
  --ab-info:#175cd3;
  --ab-info-soft:#eff8ff;
  --ab-success:#137333;
  --ab-success-soft:#ecf8ef;
  --ab-radius-xs:8px;
  --ab-radius-sm:12px;
  --ab-radius-md:16px;
  --ab-radius-lg:22px;
  --ab-shadow-xs:0 1px 2px rgba(18,54,37,.04);
  --ab-shadow-sm:0 8px 24px rgba(18,54,37,.07);
  --ab-shadow-md:0 18px 46px rgba(18,54,37,.10);
  --ab-control-h:46px;
  --ab-content:1260px;
  --brand:var(--ab-green-900);
  --brand-strong:var(--ab-green-950);
  --brand-soft:var(--ab-green-100);
  --brand-light:var(--ab-green-50);
  --accent:var(--ab-amber-600);
  --accent-soft:var(--ab-amber-100);
  --ink:var(--ab-ink);
  --ink-soft:var(--ab-text);
  --muted:var(--ab-muted);
  --line:var(--ab-border);
  --line-dark:var(--ab-border-strong);
  --bg:var(--ab-canvas);
  --card:var(--ab-surface);
  --red:var(--ab-danger);
  --green:var(--ab-success);
  --amber:var(--ab-warning);
  --blue:var(--ab-info);
  --shadow:var(--ab-shadow-md);
  --shadow-sm:var(--ab-shadow-sm);
  --radius:var(--ab-radius-lg);
  --radius-sm:var(--ab-radius-sm);
  --max:var(--ab-content);
}
html{background:var(--ab-canvas);scroll-padding-top:90px}
body.shop-shell,body.admin-shell{
  background:var(--ab-canvas)!important;
  color:var(--ab-ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-feature-settings:"kern" 1;
}
body,button,input,select,textarea{font-synthesis:none}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid rgba(216,138,50,.35);outline-offset:2px}
::selection{background:#dcece1;color:var(--ab-green-950)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.mt-10{margin-top:10px!important}.mt-12{margin-top:12px!important}.mt-14{margin-top:14px!important}.mt-16{margin-top:16px!important}.mt-18{margin-top:18px!important}.mt-24{margin-top:24px!important}.mb-12{margin-bottom:12px!important}.mb-18{margin-bottom:18px!important}.flex-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.center-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;align-items:center}.empty-compact{padding:34px 10px!important}.checkbox-inline{width:auto!important;min-height:0!important;margin:0 8px 0 0!important;vertical-align:middle}.content-narrow{max-width:720px;margin:30px auto}.content-medium{max-width:900px;margin:30px auto}.text-left{text-align:left!important}

/* Storefront navigation */
.shop-shell .ab-nav.frontend-nav{
  width:100%;
  min-height:72px!important;
  margin:0!important;
  padding:0 max(20px,calc((100vw - var(--ab-content))/2))!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center!important;
  gap:28px!important;
  background:var(--ab-green-950)!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 10px 30px rgba(11,36,23,.14)!important;
  position:sticky!important;
  top:0!important;
  z-index:1200!important;
}
.shop-shell .ab-nav-logo{
  color:#fff!important;
  font-family:Sora,Inter,sans-serif!important;
  font-size:20px!important;
  font-weight:800!important;
  letter-spacing:-.045em!important;
  text-shadow:none!important;
  display:inline-flex!important;
  align-items:center;
  white-space:nowrap;
}
.shop-shell .ab-nav-logo span{color:#efa14e!important}
.shop-shell .ab-nav-links{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:20px!important;
  min-width:0;
  overflow:visible!important;
}
.shop-shell .ab-nav-links>a:not(.ab-cart-btn){
  color:rgba(255,255,255,.76)!important;
  font-size:13px!important;
  font-weight:700!important;
  padding:11px 0!important;
  border-bottom:2px solid transparent;
  transition:color .16s ease,border-color .16s ease;
}
.shop-shell .ab-nav-links>a:not(.ab-cart-btn):hover,
.shop-shell .ab-nav-links>a:not(.ab-cart-btn).active{color:#fff!important;border-bottom-color:#efa14e}
.shop-shell .ab-search{
  order:-1;
  width:min(430px,34vw)!important;
  min-width:220px;
  height:44px!important;
  flex:0 1 430px!important;
  padding:0 13px!important;
  border:1px solid rgba(255,255,255,.19)!important;
  border-radius:var(--ab-radius-sm)!important;
  background:rgba(255,255,255,.09)!important;
  box-shadow:none!important;
  z-index:6;
}
.shop-shell .ab-search i{color:#efa14e!important;font-size:18px!important}
.shop-shell .ab-search input{
  min-height:0!important;
  height:100%!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  box-shadow:none!important;
  font-size:14px!important;
}
.shop-shell .ab-search input::placeholder{color:rgba(255,255,255,.60)!important}
.shop-shell .ab-search-suggestions{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:calc(100% + 9px)!important;
  width:auto!important;
  max-width:none!important;
  border:1px solid var(--ab-border)!important;
  border-radius:var(--ab-radius-md)!important;
  background:#fff!important;
  color:var(--ab-ink)!important;
  box-shadow:var(--ab-shadow-md)!important;
  max-height:440px!important;
  overflow-y:auto!important;
  z-index:1400!important;
}
.shop-shell .ab-search-suggestions[hidden]{display:none!important}
.shop-shell .ab-suggest-item{grid-template-columns:48px 1fr!important;gap:12px!important;padding:11px 12px!important;background:#fff!important;color:var(--ab-ink)!important;border-bottom:1px solid #edf0ec!important;transform:none!important}
.shop-shell .ab-suggest-item:hover,.shop-shell .ab-suggest-item:focus{background:var(--ab-green-50)!important;transform:none!important}
.shop-shell .ab-suggest-img{width:48px!important;height:48px!important;border-radius:10px!important;background:var(--ab-surface-soft)!important;color:var(--ab-green-800)!important}
.shop-shell .ab-suggest-name{font-size:13px!important;font-weight:800!important;color:var(--ab-ink)!important}
.shop-shell .ab-suggest-meta{font-size:11px!important;color:var(--ab-muted)!important}
.shop-shell .ab-suggest-empty{padding:13px!important;background:#fff!important;color:var(--ab-muted)!important}
.shop-shell .ab-cart-btn{
  min-height:42px!important;
  padding:0 14px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:var(--ab-radius-sm)!important;
  background:var(--ab-amber-600)!important;
  color:#fff!important;
  box-shadow:none!important;
  gap:8px!important;
  font-size:13px!important;
  font-weight:800!important;
}
.shop-shell .ab-cart-btn:hover{background:var(--ab-amber-700)!important;transform:none!important}
.ab-cart-count{min-width:22px;height:22px;display:inline-grid;place-items:center;padding:0 6px;border-radius:999px;background:#fff;color:var(--ab-amber-700);font-size:11px;font-weight:900}
.ab-mobile-menu-toggle{display:none;min-height:42px;padding:0 13px;border:1px solid rgba(255,255,255,.17);border-radius:var(--ab-radius-sm);background:rgba(255,255,255,.08);color:#fff;align-items:center;gap:8px;font-weight:800}

/* Shared public layout and typography */
.shop-shell .site-main{width:min(var(--ab-content),calc(100% - 40px));max-width:var(--ab-content)!important;margin:0 auto!important;padding:32px 0 64px!important}
.shop-shell.page-home .site-main{width:100%;max-width:none!important;padding:0!important;background:var(--ab-canvas)!important}
.shop-shell .page-title,.admin-shell:not(.admin-dashboard-shell) .page-title{
  margin:0 0 24px!important;
  padding:28px 30px!important;
  border:1px solid var(--ab-border)!important;
  border-radius:var(--ab-radius-lg)!important;
  background:#fff!important;
  box-shadow:var(--ab-shadow-sm)!important;
  overflow:hidden;
  position:relative;
}
.shop-shell .page-title:after,.admin-shell:not(.admin-dashboard-shell) .page-title:after{content:none!important}
.page-title small,.section-title small{color:var(--ab-amber-700)!important;font-size:11px!important;font-weight:850!important;letter-spacing:.13em!important;text-transform:uppercase}
.page-title h1,.page-title h2,.section-title h2{color:var(--ab-ink)!important;font-family:Sora,Inter,sans-serif!important;letter-spacing:-.045em!important}
.page-title h1{font-size:clamp(32px,4vw,48px)!important;line-height:1.05!important}
.page-title p{max-width:760px;color:var(--ab-muted)!important;font-size:15px!important;line-height:1.7!important}
.section{margin-top:40px}.section-head{margin-bottom:18px}.section-title h2{font-size:clamp(25px,3vw,34px)!important}

/* Cards, forms, buttons and feedback */
.card,.summary-card,.empty-state,.dashboard-card,.product-card,.category-card,.bundle-card,.trust,.stat,.feature-card,.payment-network-card,.push-panel,.notification-panel{
  background:#fff!important;
  border:1px solid var(--ab-border)!important;
  border-radius:var(--ab-radius-md)!important;
  box-shadow:var(--ab-shadow-xs)!important;
  backdrop-filter:none!important;
}
.card,.summary-card{padding:22px!important}
.card h1,.card h2,.card h3{color:var(--ab-ink)!important}
.card h2,.card h3{font-family:Sora,Inter,sans-serif!important;letter-spacing:-.035em!important}
.muted,.small,.meta-note{color:var(--ab-muted)!important}
.btn,a.btn,button.btn{
  min-height:var(--ab-control-h)!important;
  padding:0 17px!important;
  border:1px solid transparent!important;
  border-radius:var(--ab-radius-sm)!important;
  background:var(--ab-green-900)!important;
  color:#fff!important;
  box-shadow:none!important;
  font-weight:800!important;
  line-height:1.2;
  transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease!important;
}
.btn:hover,a.btn:hover,button.btn:hover{background:var(--ab-green-800)!important;color:#fff!important;transform:translateY(-1px)!important;filter:none!important}
.btn.light,.btn.secondary{background:#fff!important;color:var(--ab-green-900)!important;border-color:var(--ab-border-strong)!important}
.btn.light:hover,.btn.secondary:hover{background:var(--ab-green-50)!important;border-color:#b9c8bd!important;color:var(--ab-green-950)!important}
.btn.success{background:var(--ab-green-800)!important;color:#fff!important}
.btn.danger{background:#fff!important;color:var(--ab-danger)!important;border-color:#efc5c0!important}
.btn.danger:hover{background:var(--ab-danger-soft)!important;color:#8e1f16!important}
.btn.accent{background:var(--ab-amber-600)!important;color:#fff!important}.btn.accent:hover{background:var(--ab-amber-700)!important}
.btn:disabled,button:disabled{cursor:not-allowed;opacity:.58;transform:none!important}
label{display:block;margin:12px 0 7px;color:var(--ab-text)!important;font-size:13px!important;font-weight:800!important}
input,select,textarea{
  width:100%;
  min-height:var(--ab-control-h)!important;
  padding:10px 12px!important;
  border:1px solid var(--ab-border-strong)!important;
  border-radius:var(--ab-radius-sm)!important;
  background:#fff!important;
  color:var(--ab-ink)!important;
  box-shadow:none!important;
}
textarea{min-height:110px!important;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--ab-green-700)!important;box-shadow:0 0 0 3px rgba(35,96,63,.13)!important;outline:0}
input::placeholder,textarea::placeholder{color:#929b94}
.alert{padding:13px 15px!important;border-radius:var(--ab-radius-sm)!important;font-weight:700!important;border:1px solid transparent!important}
.alert.success{background:var(--ab-success-soft)!important;color:#125b2c!important;border-color:#ccebd4!important}.alert.error{background:var(--ab-danger-soft)!important;color:#912018!important;border-color:#f4c8c4!important}.alert.info{background:var(--ab-info-soft)!important;color:#174ea6!important;border-color:#cfe4ff!important}.alert.warning{background:var(--ab-warning-soft)!important;color:#7a5100!important;border-color:#f4dfab!important}
.status-badge,.badge{display:inline-flex;align-items:center;gap:5px;padding:6px 10px!important;border-radius:999px!important;font-size:11px!important;font-weight:850!important;white-space:nowrap}
.status-success,.badge.success{background:var(--ab-success-soft)!important;color:#12622f!important}.status-pending,.badge.pending,.status-warning,.badge.warning{background:var(--ab-warning-soft)!important;color:#805500!important}.status-failed,.badge.failed,.status-danger{background:var(--ab-danger-soft)!important;color:#98251b!important}
.empty-state{padding:52px 22px!important;color:var(--ab-muted)!important}.empty-state i{color:#aab4ac!important}.empty-state h2{color:var(--ab-ink)!important}

/* Tables */
.table-wrap{overflow:auto!important;border:1px solid var(--ab-border)!important;border-radius:var(--ab-radius-md)!important;background:#fff!important;box-shadow:var(--ab-shadow-xs)!important}
table{width:100%;border-collapse:separate!important;border-spacing:0!important;background:#fff!important}
th,td{padding:13px 14px!important;border-bottom:1px solid #edf0ec!important;vertical-align:middle!important}
th{position:sticky;top:0;z-index:2;background:#f5f7f4!important;color:#536158!important;font-size:11px!important;font-weight:850!important;letter-spacing:.06em!important;text-transform:uppercase!important}
tbody tr:last-child td{border-bottom:0!important}tbody tr:hover td{background:#fbfcfa}
td .btn{min-height:38px!important;padding:0 12px!important;font-size:12px!important}

/* Product browsing */
.product-grid,.grid,.category-grid,.home-landing .ab-product-grid,.home-landing .ab-cat-grid{gap:18px!important}
.product-card,.home-landing .ab-product-card,.category-card,.home-landing .ab-cat-card{border-radius:var(--ab-radius-md)!important;box-shadow:var(--ab-shadow-xs)!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important}
.product-card:hover,.home-landing .ab-product-card:hover,.category-card:hover,.home-landing .ab-cat-card:hover{border-color:#b9cabe!important;box-shadow:var(--ab-shadow-sm)!important;transform:translateY(-3px)!important}
.product-card.is-out,.home-landing .ab-product-card.is-out{opacity:.68}
.product-image,.home-landing .ab-product-img{height:190px!important;background:#f4f5f1!important;border-bottom:1px solid var(--ab-border)!important}
.product-photo,.home-landing .ab-product-img img{width:100%!important;height:100%!important;object-fit:cover!important}
.tool-icon{background:#fff!important;border:1px solid var(--ab-border)!important;color:var(--ab-green-800)!important;box-shadow:none!important}
.product-body,.home-landing .ab-product-body{padding:17px!important}
.product-name,.home-landing .ab-product-name{font-size:15px!important;line-height:1.4!important;min-height:42px;color:var(--ab-ink)!important}.product-desc,.home-landing .ab-product-desc{color:var(--ab-muted)!important;line-height:1.55!important}.product-brand,.home-landing .ab-product-sku{color:#738078!important}
.price strong,.home-landing .ab-price{color:var(--ab-green-900)!important;font-size:20px!important}.add,.home-landing .ab-add-btn{background:var(--ab-green-900)!important;border-radius:10px!important;box-shadow:none!important}.add:hover,.home-landing .ab-add-btn:hover{background:var(--ab-green-800)!important}
.label,.home-landing .ab-tape{box-shadow:none!important}.stock-pill{background:var(--ab-surface-soft)!important;color:var(--ab-text)!important}
.category-row{gap:9px!important;margin:16px 0 24px!important}.category-row a{padding:10px 14px!important;border:1px solid var(--ab-border)!important;border-radius:999px!important;background:#fff!important;color:var(--ab-text)!important;box-shadow:none!important;font-size:12px!important}.category-row a:hover,.category-row a.active{background:var(--ab-green-900)!important;border-color:var(--ab-green-900)!important;color:#fff!important}
.product-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,1.1fr);gap:28px;align-items:center}.product-detail-title{font-size:clamp(28px,4vw,42px)!important;margin:10px 0 8px!important}.product-detail-price{margin:18px 0!important}.product-detail-price strong{font-size:clamp(28px,4vw,38px)!important}.product-detail-purchase{max-width:380px}.product-detail-main{height:320px!important;border-radius:var(--ab-radius-md)!important;border:1px solid var(--ab-border)!important}.product-carousel{height:380px!important;border-radius:var(--ab-radius-lg)!important;border:1px solid var(--ab-border)!important;background:#f7f8f5!important;box-shadow:none!important}.product-carousel-slide img{object-fit:contain!important}.carousel-arrow{background:rgba(255,255,255,.96)!important;color:var(--ab-green-950)!important;box-shadow:var(--ab-shadow-sm)!important}.product-carousel-dot.active{background:var(--ab-green-800)!important}

/* Checkout payment options */
.payment-network-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:8px}
.payment-network-card{position:relative;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;text-align:center}
.payment-network-card input{position:absolute;opacity:0;pointer-events:none}
.payment-logo-wrap{width:100%;height:70px;display:grid;place-items:center;overflow:hidden}
.payment-logo-wrap img{width:100%;height:100%;object-fit:contain}
.payment-network-name{font-size:13px;font-weight:850}

/* Cart, checkout, account and authentication */
.cart-layout{grid-template-columns:minmax(0,1fr) 360px!important;gap:22px!important}.summary-card{position:sticky;top:94px}.summary-line{padding:3px 0;color:var(--ab-muted)!important}.summary-line strong{color:var(--ab-ink)!important}.cart-item{gap:16px!important;padding:18px 0!important}.cart-item-icon{background:var(--ab-green-50)!important;color:var(--ab-green-800)!important;border-radius:var(--ab-radius-sm)!important}.cart-item-controls input{width:96px!important;min-width:96px;text-align:center}.qty-inline{gap:10px!important}.qty-inline input{min-width:0}.auth-wrap{max-width:560px;margin:46px auto}.auth-wrap .card{padding:30px!important}.auth-wrap h1,.auth-wrap h2{font-size:clamp(28px,4vw,38px)!important}.form-grid{gap:16px!important}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.dashboard-card{padding:19px!important}.dashboard-card i{color:var(--ab-green-800)!important}.dashboard-card span{color:var(--ab-muted)!important}.dashboard-card strong{color:var(--ab-ink)!important;font-size:clamp(24px,3vw,31px)!important}.dashboard-layout{grid-template-columns:minmax(0,1fr) 350px!important;gap:20px!important}.quick-action{border:1px solid var(--ab-border)!important;border-radius:var(--ab-radius-md)!important;background:#fff!important;box-shadow:none!important}.quick-action:hover{border-color:#bcc9c0;background:var(--ab-green-50)!important}.payment-network-grid{gap:12px!important}.payment-network-card{min-height:126px!important;padding:12px!important;border-radius:var(--ab-radius-md)!important;background:#fff!important;box-shadow:none!important}.payment-network-card:hover,.payment-network-card:has(input:checked),.payment-network-card.selected{border-color:var(--ab-amber-500)!important;box-shadow:0 0 0 3px rgba(216,138,50,.12)!important;transform:none!important}.payment-logo-wrap{height:70px!important;border:1px solid var(--ab-border)!important;border-radius:10px!important;background:#fff!important}.payment-logo-wrap img{object-fit:contain!important;padding:5px!important}.payment-network-name{color:var(--ab-ink)!important}

/* Homepage, restrained commercial direction */
.home-landing .ab-hero{min-height:520px!important;padding-top:68px!important;padding-bottom:58px!important;background:var(--ab-green-950)!important}.home-landing .ab-hero:before,.home-landing .ab-hero:after{opacity:.35}.home-landing .ab-hero h1{font-size:clamp(38px,5.8vw,70px)!important;line-height:1.02!important;letter-spacing:-.055em!important}.home-landing .ab-hero-sub{max-width:720px!important;font-size:17px!important;line-height:1.72!important;color:rgba(255,255,255,.76)!important}.home-landing .ab-btn-primary{background:var(--ab-amber-600)!important;border-color:var(--ab-amber-600)!important}.home-landing .ab-btn-primary:hover{background:var(--ab-amber-700)!important}.home-landing .ab-btn-ghost{border-color:rgba(255,255,255,.26)!important;background:transparent!important}.home-landing .ab-trust-strip{background:var(--ab-green-900)!important}.home-landing .ab-section,.home-landing .ab-products-section{padding-top:52px!important;padding-bottom:52px!important}.home-landing .ab-products-section{background:#ecefe9!important}.home-landing .ab-section-title{color:var(--ab-ink)!important}.home-landing .ab-section-label{color:var(--ab-amber-700)!important}.home-landing .ab-cat-icon{background:var(--ab-green-50)!important;color:var(--ab-green-800)!important;border:1px solid var(--ab-border)!important}.home-landing .ab-split-text{background:var(--ab-green-900)!important}.home-landing .ab-split-bundles{background:#ecefe9!important}.home-landing .ab-bundle-card{border-radius:var(--ab-radius-md)!important;box-shadow:none!important}.home-landing .ab-bundle-btn{background:var(--ab-green-900)!important;border-radius:9px!important}

/* Footer */
.shop-shell .site-footer{margin-top:0!important;background:#101914!important;color:#fff!important}.shop-shell .footer-inner{width:min(var(--ab-content),calc(100% - 40px))!important;max-width:var(--ab-content)!important;margin:0 auto!important;padding:46px 0 34px!important;grid-template-columns:1.5fr repeat(4,minmax(130px,.7fr))!important;gap:36px!important}.shop-shell .footer-brand p{color:rgba(255,255,255,.56)!important}.shop-shell .footer-col h4{color:#fff!important}.shop-shell .footer-col a{color:rgba(255,255,255,.58)!important}.shop-shell .footer-col a:hover{color:#fff!important}.shop-shell .footer-bottom{width:min(var(--ab-content),calc(100% - 40px))!important;margin:0 auto!important;padding:17px 0 22px!important;color:rgba(255,255,255,.42)!important}

/* Back office shell for every admin/assistant screen except the custom dashboard */
.admin-shell:not(.admin-dashboard-shell){background:#f2f4f1!important;min-height:100vh}
.bo-topbar{position:sticky;top:0;z-index:1250;height:70px;background:#fff;border-bottom:1px solid var(--ab-border);box-shadow:var(--ab-shadow-xs)}
.bo-topbar-inner{height:100%;display:flex;align-items:center;gap:14px;padding:0 22px 0 280px}.bo-brand{display:flex;align-items:center;gap:11px;min-width:0;color:var(--ab-ink)}.bo-brand-mark{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--ab-green-900);color:#fff;font-size:12px;font-weight:900}.bo-brand strong{display:block;font-family:Sora,Inter,sans-serif;font-size:14px;line-height:1.15}.bo-brand small{display:block;margin-top:2px;color:var(--ab-muted);font-size:11px;font-weight:700}.bo-topbar-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.bo-user,.bo-store-link{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border-radius:10px;font-size:12px;font-weight:800}.bo-user{background:var(--ab-surface-soft);color:var(--ab-text)}.bo-store-link{background:var(--ab-green-900);color:#fff}.bo-menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--ab-border);border-radius:10px;background:#fff;color:var(--ab-green-900);place-items:center;font-size:21px}
.bo-sidebar{position:fixed;z-index:1300;left:0;top:0;bottom:0;width:258px;display:flex;flex-direction:column;background:var(--ab-green-950);color:#fff;border-right:1px solid rgba(255,255,255,.06);overflow-y:auto}.bo-sidebar-head{padding:23px 20px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.bo-sidebar-kicker{display:block;margin-bottom:5px;color:#efa14e;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.bo-sidebar-head strong{font-family:Sora,Inter,sans-serif;font-size:15px}.bo-nav{padding:14px 12px;display:grid;gap:16px}.bo-nav-group>span{display:block;padding:0 10px 6px;color:rgba(255,255,255,.42);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.bo-nav-group a{min-height:40px;display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:10px;color:rgba(255,255,255,.72);font-size:12px;font-weight:750}.bo-nav-group a i{width:18px;text-align:center;font-size:17px;color:rgba(255,255,255,.62)}.bo-nav-group a:hover,.bo-nav-group a.active{background:rgba(255,255,255,.09);color:#fff}.bo-nav-group a.active i{color:#efa14e}.bo-sidebar-foot{margin-top:auto;padding:14px 12px 18px;border-top:1px solid rgba(255,255,255,.08);display:grid;gap:6px}.bo-sidebar-foot a{min-height:40px;display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:10px;color:rgba(255,255,255,.70);font-size:12px;font-weight:750}.bo-sidebar-foot a:hover{background:rgba(255,255,255,.08);color:#fff}.bo-overlay{position:fixed;inset:0;z-index:1280;background:rgba(10,20,14,.48);backdrop-filter:blur(2px)}
.admin-shell:not(.admin-dashboard-shell) .site-main{width:auto!important;max-width:none!important;margin:0 0 0 258px!important;padding:28px 30px 60px!important;min-height:calc(100vh - 70px)}
.admin-shell:not(.admin-dashboard-shell) .site-footer{margin-left:258px}
.admin-shell:not(.admin-dashboard-shell) .card{border-radius:var(--ab-radius-md)!important}.admin-shell:not(.admin-dashboard-shell) .page-title h1{font-size:clamp(28px,3.4vw,42px)!important}.admin-shell:not(.admin-dashboard-shell) .btn{min-height:42px!important}.admin-shell:not(.admin-dashboard-shell) .dashboard-card{box-shadow:none!important}.admin-image-grid{gap:14px!important}.admin-image-card{overflow:hidden!important;border:1px solid var(--ab-border)!important;border-radius:var(--ab-radius-md)!important;background:#fff!important}.admin-image-card img{height:150px!important;object-fit:cover!important;border-radius:12px!important}
.admin-dashboard-shell .site-main{max-width:none!important;margin:0!important;padding:0!important}.admin-dashboard-shell .site-footer{display:none}

/* Responsive behaviour */
@media(max-width:1180px){
  .shop-shell .ab-nav.frontend-nav{padding-left:20px!important;padding-right:20px!important;gap:18px!important}
  .shop-shell .ab-nav-links{gap:13px!important}.shop-shell .ab-search{width:min(360px,32vw)!important}
  .product-grid,.grid,.category-grid,.home-landing .ab-product-grid,.home-landing .ab-cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:980px){
  .shop-shell .ab-nav.frontend-nav{grid-template-columns:auto auto!important;justify-content:space-between!important;padding:13px 18px!important;min-height:0!important}
  .ab-mobile-menu-toggle{display:inline-flex}
  .shop-shell .ab-nav-links{grid-column:1/-1;width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;justify-content:stretch!important}
  .shop-shell .ab-search{order:-2;grid-column:1/2;width:100%!important;min-width:0!important;flex:none!important;height:46px!important;background:#fff!important;border-color:rgba(255,255,255,.22)!important}
  .shop-shell .ab-search input{color:var(--ab-ink)!important}.shop-shell .ab-search input::placeholder{color:#77827b!important}.shop-shell .ab-search i{color:var(--ab-amber-700)!important}
  .shop-shell .ab-cart-btn{order:-1;grid-column:2/3;height:46px!important;align-self:stretch}
  .shop-shell .ab-nav-links>a:not(.ab-cart-btn){display:none!important;grid-column:1/-1!important;width:100%;padding:10px 12px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:10px!important;background:rgba(255,255,255,.05)!important}
  .shop-shell .ab-nav-links.is-open>a:not(.ab-cart-btn){display:flex!important;align-items:center}
  .shop-shell .ab-nav-links.is-open>a:not(.ab-cart-btn).active{border-color:rgba(239,161,78,.5)!important;background:rgba(239,161,78,.10)!important}
  .shop-shell .ab-search-suggestions{position:absolute!important;left:0!important;right:auto!important;top:calc(100% + 8px)!important;width:min(620px,calc(100vw - 36px))!important;max-width:calc(100vw - 36px)!important}
  .cart-layout,.dashboard-layout{grid-template-columns:1fr!important}.summary-card{position:static}.product-detail-layout{grid-template-columns:1fr!important;align-items:start}.product-carousel{height:330px!important}
  .product-grid,.grid,.category-grid,.home-landing .ab-product-grid,.home-landing .ab-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .shop-shell .footer-inner{grid-template-columns:1.4fr 1fr 1fr!important}
  .bo-topbar-inner{padding-left:18px}.bo-menu-toggle{display:grid}.bo-sidebar{transform:translateX(-102%);transition:transform .2s ease;box-shadow:var(--ab-shadow-md)}body.bo-nav-open .bo-sidebar{transform:translateX(0)}.admin-shell:not(.admin-dashboard-shell) .site-main{margin-left:0!important;padding:24px 20px 54px!important}.admin-shell:not(.admin-dashboard-shell) .site-footer{margin-left:0}.bo-user{display:none}
}
@media(max-width:720px){
  body.shop-shell,body.admin-shell{background:var(--ab-canvas)!important}
  .shop-shell .site-main{width:calc(100% - 28px)!important;padding:22px 0 48px!important}.shop-shell.page-home .site-main{width:100%!important;padding:0!important}
  .shop-shell .ab-nav.frontend-nav{padding:12px 14px 14px!important;gap:10px!important}.shop-shell .ab-nav-logo{font-size:19px!important}.ab-mobile-menu-toggle{min-height:40px;padding:0 11px;font-size:12px}.ab-mobile-menu-toggle i{font-size:18px}
  .shop-shell .ab-nav-links{gap:9px!important}.shop-shell .ab-search{height:46px!important}.shop-shell .ab-cart-btn{height:46px!important;padding:0 12px!important}.shop-shell .ab-cart-btn>span:not(.ab-cart-count){display:none}.shop-shell .ab-search-suggestions{position:fixed!important;left:14px!important;right:14px!important;width:auto!important;max-width:none!important;top:auto!important;max-height:58vh!important}
  .shop-shell .page-title,.admin-shell:not(.admin-dashboard-shell) .page-title{padding:22px!important;border-radius:var(--ab-radius-md)!important}.page-title h1{font-size:32px!important}.page-title p{font-size:14px!important}
  .card,.summary-card{padding:18px!important}.form-grid{grid-template-columns:1fr!important}.auth-wrap{margin:26px auto}.auth-wrap .card{padding:22px!important}
  .product-grid,.grid,.category-grid,.home-landing .ab-product-grid,.home-landing .ab-cat-grid{grid-template-columns:1fr!important}.product-image,.home-landing .ab-product-img{height:220px!important}.product-carousel{height:270px!important}.product-detail-main{height:260px!important}.product-detail-title{font-size:30px!important}.product-detail-price strong{font-size:30px!important}
  .dashboard-grid{grid-template-columns:1fr 1fr!important}.dashboard-card{padding:16px!important}.dashboard-card strong{font-size:24px!important}
  .cart-item{grid-template-columns:52px minmax(0,1fr)!important}.cart-item-icon{width:52px!important;height:52px!important}.cart-item-controls{grid-column:1/-1!important;justify-content:space-between!important}.cart-item-controls input{width:110px!important}.qty-inline{grid-template-columns:minmax(0,1fr) auto!important}
  .payment-network-grid{grid-template-columns:1fr!important}.payment-network-card{min-height:106px!important;display:grid!important;grid-template-columns:90px 1fr!important;text-align:left!important}.payment-logo-wrap{height:64px!important}.payment-network-name{text-align:left!important}
  .home-landing .ab-hero{min-height:auto!important;padding:46px 20px 38px!important}.home-landing .ab-hero h1{font-size:clamp(36px,11vw,48px)!important}.home-landing .ab-hero-sub{font-size:16px!important}.home-landing .ab-section,.home-landing .ab-products-section{padding:42px 18px!important}.home-landing .ab-trust-strip{grid-template-columns:1fr 1fr!important;padding-left:18px!important;padding-right:18px!important}.home-landing .ab-split{grid-template-columns:1fr!important}.home-landing .ab-split-text,.home-landing .ab-split-bundles{padding:38px 22px!important}
  .shop-shell .footer-inner{width:calc(100% - 32px)!important;grid-template-columns:1fr!important;padding:38px 0 28px!important}.shop-shell .footer-bottom{width:calc(100% - 32px)!important}
  .table-wrap{border-radius:12px!important}th,td{padding:11px 10px!important;white-space:nowrap}.admin-shell:not(.admin-dashboard-shell) .site-main{padding:20px 14px 44px!important}.bo-topbar{height:64px}.bo-topbar-inner{padding:0 14px}.bo-brand small{display:none}.bo-topbar-actions{gap:6px}.bo-store-link span{display:none}.bo-store-link{width:40px;padding:0;justify-content:center}.bo-sidebar{width:min(286px,86vw)}
}
@media(max-width:430px){
  .shop-shell .ab-nav-logo{font-size:18px!important}.ab-mobile-menu-toggle span{display:none}.ab-mobile-menu-toggle{width:40px;padding:0;justify-content:center}
  .dashboard-grid{grid-template-columns:1fr!important}.home-landing .ab-trust-strip{grid-template-columns:1fr!important}.home-landing .ab-hero-btns{display:grid!important}.home-landing .ab-btn-primary,.home-landing .ab-btn-ghost{width:100%!important;justify-content:center!important}
  .page-title h1{font-size:29px!important}.payment-network-card{grid-template-columns:78px 1fr!important}.payment-logo-wrap{height:56px!important}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
.orders-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.status-icon-danger{color:var(--ab-danger)!important}.status-icon-success{color:var(--ab-success)!important}.success-state{padding:24px 10px!important}.success-summary-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}.processing-panel{background:#f8faf8!important}
.align-start{align-self:flex-start}.ab-bundles-title{font-family:Sora,Inter,sans-serif;font-size:20px;font-weight:800;color:var(--ab-ink)}
.ui-page-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:18px}.ui-heading-reset{margin:0!important}.ui-subcopy{margin:4px 0 0!important}.ui-filter-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:16px}.ui-search-field{max-width:360px!important;margin:0!important}.ui-row-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.ui-inline-form{margin:0!important}.ui-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;align-items:end;margin-bottom:16px}.ui-info-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important}.ui-pagination-row{margin-top:16px;display:flex;gap:8px;flex-wrap:wrap}.ui-select-220{margin:0!important;max-width:220px!important}
.admin-dashboard-shell .real-trend-chart{height:240px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;align-items:end;padding:22px 8px 0}.admin-dashboard-shell .real-trend-item{height:100%;display:grid;grid-template-rows:auto 1fr auto;gap:8px;align-items:end;text-align:center;min-width:0}.admin-dashboard-shell .real-trend-item>strong{font-size:10px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-dashboard-shell .real-trend-track{height:100%;min-height:120px;display:flex;align-items:flex-end;justify-content:center;border-bottom:1px solid #e2e8f0}.admin-dashboard-shell .real-trend-track span{display:block;width:min(34px,68%);height:var(--h);min-height:6px;border-radius:8px 8px 3px 3px;background:#16a34a}.admin-dashboard-shell .real-trend-item small{font-size:11px;color:#64748b;font-weight:800}.admin-dashboard-shell .real-bars .bar-item{position:relative}.admin-dashboard-shell .real-bars .bar-item:nth-child(even) .bar-stack{background:#16a34a}.admin-dashboard-shell .bar-value{display:block;margin-bottom:7px;font-size:10px;color:#64748b;white-space:nowrap}.admin-dashboard-shell .bar-item.is-negative .bar-stack{background:#dc2626!important}.admin-dashboard-shell .metric-note{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 8px;border-radius:999px;background:#ecfdf5;color:#166534;font-size:10px;font-weight:800;white-space:nowrap}.admin-dashboard-shell .metric-note.warning{background:#fff7ed;color:#9a3412}.admin-dashboard-shell .panel-spaced{margin-bottom:22px}
@media(max-width:720px){.admin-dashboard-shell .real-trend-chart{gap:6px;padding-inline:0}.admin-dashboard-shell .real-trend-item>strong{display:none}.admin-dashboard-shell .real-trend-track{min-height:100px}.admin-dashboard-shell .bar-value{font-size:9px}}
.ui-inline-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.minw-280{min-width:280px}.minw-260{min-width:260px}.admin-form-list-layout{grid-template-columns:minmax(280px,420px) minmax(0,1fr)!important;align-items:start}.admin-inline-edit-form{display:grid;gap:8px;min-width:260px}.checkbox-label{display:flex!important;gap:8px;align-items:center}.admin-categories-layout{grid-template-columns:360px minmax(0,1fr)!important;align-items:start}.helper-note{margin-top:6px!important}.helper-tight{margin-top:-8px!important;margin-bottom:12px!important}.helper-paragraph{margin:6px 0 12px!important}.label-reset{margin:0!important}.admin-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;align-items:end}.align-end{align-items:flex-end!important}.table-scroll{overflow-x:auto}.admin-refund-form{display:grid;gap:8px;min-width:300px}.text-danger{color:var(--ab-danger)!important}.raw-response-details{margin-top:6px;max-width:420px}.raw-response-pre{white-space:pre-wrap;font-size:12px;max-width:100%;overflow:auto}.grid-full{grid-column:1/-1}.compact-card{padding:12px!important;margin-top:6px!important}
@media(max-width:760px){.admin-form-list-layout,.admin-categories-layout{grid-template-columns:1fr!important}.minw-280,.minw-260,.admin-inline-edit-form,.admin-refund-form{min-width:0}.ui-search-field{max-width:none!important;width:100%}.ui-filter-row>*{flex:1 1 180px}}
.admin-dashboard-shell .dashboard-context{display:grid;gap:1px}.admin-dashboard-shell .dashboard-context span{color:#94a3b8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.admin-dashboard-shell .dashboard-context strong{color:#0f172a;font-size:14px;font-weight:850}

/* Checkout section hierarchy */
.checkout-section {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid var(--ab-border);
  border-radius: var(--ab-radius-lg);
  background: var(--ab-surface-soft);
}
.checkout-section:last-of-type { margin-bottom: 0; }
.checkout-section legend {
  padding: 0 8px;
  margin-left: -8px;
  color: var(--ab-text);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.01em;
}
.checkout-section-copy {
  margin: 0 0 16px;
  color: var(--ab-muted);
  font-size: .9rem;
  line-height: 1.55;
}
.checkout-section > label:not(.payment-network-card) { margin-top: 14px; }
.checkout-section > label:not(.payment-network-card):first-of-type { margin-top: 0; }
@media (max-width: 720px) {
  .checkout-section { padding: 16px; }
}

/* Merchandising and storefront z-index scale: content 1, sticky header 1200,
   mobile backdrop 1280, drawer 1290, search suggestions 1320. */
.shop-shell .ab-nav.frontend-nav{grid-template-columns:auto minmax(260px,430px) minmax(0,1fr) auto!important;gap:20px!important;padding-top:max(0px,env(safe-area-inset-top))!important}
.shop-shell .ab-nav-logo{grid-column:1}.ab-logo-short{display:none}.shop-shell .ab-search{grid-column:2;order:0!important;width:100%!important;min-width:0!important;position:relative}.shop-shell .ab-nav-links{grid-column:3;display:flex!important;justify-content:flex-end!important;gap:15px!important}.shop-shell .ab-nav-actions{grid-column:4;display:flex;align-items:center;gap:8px;min-width:0}.shop-shell .ab-account-action{display:none;min-width:44px;height:44px;padding:0 10px;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#fff;align-items:center;gap:7px;font-size:12px;font-weight:800}.shop-shell .ab-account-action span{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-shell .ab-nav-links i{display:none}.shop-shell .ab-nav-links>a{display:inline-flex;align-items:center;gap:8px}.shop-shell .ab-menu-cart-link,.ab-mobile-nav-head{display:none!important}.ab-nav-categories{position:relative;color:rgba(255,255,255,.76);font-size:13px;font-weight:700}.ab-nav-categories summary{list-style:none;cursor:pointer;padding:11px 0;border-bottom:2px solid transparent;white-space:nowrap}.ab-nav-categories summary::-webkit-details-marker{display:none}.ab-nav-categories>div{position:absolute;right:0;top:calc(100% + 8px);width:260px;padding:8px;border:1px solid var(--ab-border);border-radius:12px;background:#fff;box-shadow:var(--ab-shadow-md);display:grid;z-index:1320}.ab-nav-categories>div a{padding:9px 10px;border-radius:8px;color:var(--ab-text);font-size:12px}.ab-nav-categories>div a:hover{background:var(--ab-green-50);color:var(--ab-green-900)}
.ab-search-clear{display:none;width:36px;height:36px;flex:0 0 36px;border:0;border-radius:9px;background:transparent;color:inherit;place-items:center}.ab-search-clear.visible{display:grid}.shop-shell .ab-search-suggestions{z-index:1320!important}
.shop-shell .ab-nav.is-scrolled{box-shadow:0 12px 28px rgba(11,36,23,.22)!important}.ab-mobile-nav-backdrop[hidden]{display:none!important}

/* Advertisement carousel */
.ad-banner-section{position:relative;isolation:isolate;overflow:hidden;padding:38px max(20px,calc((100vw - var(--ab-content))/2));background:#e8eee8}.ad-banner-carousel{position:relative;z-index:1;max-width:var(--ab-content);min-height:365px;margin:0 auto;border-radius:24px;overflow:hidden;background:var(--ab-green-950);box-shadow:var(--ab-shadow-md);color:#fff}.ad-banner-track{min-height:365px}.ad-banner-slide{min-height:365px;display:none;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:stretch}.ad-banner-slide.active{display:grid}.ad-banner-copy{padding:44px 50px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}.ad-banner-kicker{margin:10px 0 3px;color:#f1b66f;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.ad-banner-copy h2{margin:0 0 12px;font-family:Sora,Inter,sans-serif;font-size:clamp(30px,4vw,54px);line-height:1.02;letter-spacing:-.055em}.ad-banner-copy h2 a:hover{text-decoration:underline}.ad-banner-copy>p:not(.ad-banner-kicker){max-width:600px;margin:0 0 16px;color:rgba(255,255,255,.76);font-size:15px;line-height:1.65}.ad-banner-badge{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;border-radius:999px;background:#f9ead7;color:#82450d;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.ad-banner-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:18px}.ad-banner-meta>strong{font-size:26px}.ad-banner-meta .stock-pill{background:rgba(255,255,255,.12)!important;color:#fff!important}.ad-banner-visual{min-width:0;min-height:365px;background:#dfe8e0;display:grid;place-items:center;overflow:hidden}.ad-banner-visual img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.ad-banner-visual>span{font-size:90px;color:var(--ab-green-800)}.ad-banner-controls{position:absolute;left:50px;right:calc(40% + 30px);bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:3;pointer-events:none}.ad-banner-controls>button,.ad-banner-dots button{pointer-events:auto}.ad-banner-controls>button{width:44px;height:44px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.10);color:#fff}.ad-banner-dots{display:flex;gap:8px}.ad-banner-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.36)}.ad-banner-dots button.active{width:26px;border-radius:999px;background:#efa14e}.admin-banner-preview{display:grid!important;grid-template-columns:1fr 220px;min-height:260px!important;border-radius:18px;overflow:hidden;background:var(--ab-green-950);color:#fff}.admin-banner-preview .ad-banner-copy{padding:26px}.admin-banner-preview .ad-banner-copy h3{color:#fff!important;font-size:28px}.admin-banner-preview .ad-banner-image{width:100%;height:100%;object-fit:cover;order:2}

/* Configurable landing backgrounds. A single image element prevents duplicate mobile downloads. */
.landing-has-background{position:relative!important;isolation:isolate;overflow:hidden}.landing-background-image{position:absolute!important;inset:0;width:100%;height:100%;z-index:-2;object-fit:cover}.landing-size-contain>.landing-background-image{object-fit:contain;background:#e8eee8}.landing-pos-left>.landing-background-image{object-position:left center}.landing-pos-center>.landing-background-image{object-position:center center}.landing-pos-right>.landing-background-image{object-position:right center}.landing-background-overlay,.landing-bg-overlay{position:absolute;inset:0;z-index:-1;background:var(--landing-overlay,rgba(16,35,25,.45));pointer-events:none}.landing-text-light,.landing-text-auto{color:#fff}.landing-text-light :is(h1,h2,h3,.ab-section-title,.ab-section-label,.ab-bundles-title),.landing-text-auto :is(h1,h2,h3,.ab-section-title,.ab-section-label,.ab-bundles-title){color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.35)}.landing-text-light :is(p,.ab-hero-sub),.landing-text-auto :is(p,.ab-hero-sub){color:rgba(255,255,255,.86)!important}.landing-text-dark{color:var(--ab-ink)}.landing-design-preview{min-height:350px;position:relative;isolation:isolate;overflow:hidden;border-radius:18px;background:var(--ab-green-900);display:flex;align-items:flex-end;padding:30px;color:#fff}.landing-design-preview>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.landing-design-preview.size-contain>img{object-fit:contain}.landing-design-preview.pos-left>img{object-position:left}.landing-design-preview.pos-center>img{object-position:center}.landing-design-preview.pos-right>img{object-position:right}.landing-design-preview>div{max-width:460px}.landing-design-preview h3{font-size:30px;color:inherit!important}.landing-design-preview.text-dark{color:#172019}.landing-design-preview.text-light,.landing-design-preview.text-auto{color:#fff}

/* Admin merchandising controls */
.merch-admin-grid{display:grid;grid-template-columns:minmax(340px,480px) minmax(0,1fr);gap:20px;align-items:start}.banner-global-control{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px}.banner-global-control h2,.banner-global-control p{margin:0}.admin-product-picker{position:relative}.admin-product-results{position:absolute;z-index:30;left:0;right:0;top:calc(100% + 5px);max-height:300px;overflow:auto;border:1px solid var(--ab-border);border-radius:12px;background:#fff;box-shadow:var(--ab-shadow-md)}.admin-product-results[hidden]{display:none}.admin-product-result{width:100%;min-height:54px;padding:9px 12px;border:0;border-bottom:1px solid #edf0ec;background:#fff;color:var(--ab-ink);display:grid;text-align:left}.admin-product-result:hover,.admin-product-result:focus,.admin-product-result.active{background:var(--ab-green-50)}.admin-product-result small{color:var(--ab-muted)}.discount-member-list{display:grid;gap:9px;margin-top:14px}.discount-member{display:grid;grid-template-columns:minmax(140px,1fr) 92px 92px 46px;gap:9px;align-items:center;padding:10px;border:1px solid var(--ab-border);border-radius:12px;background:var(--ab-surface-soft)}.discount-member strong,.discount-member small{display:block}.discount-member label{margin:0!important;font-size:11px}.discount-member input[type=number]{min-height:40px!important;margin:3px 0 0!important}.checkbox-row{display:flex!important;align-items:center!important;gap:8px!important}.checkbox-row input[type=checkbox]{width:auto!important;min-height:0!important;margin:0!important}.admin-rule-card{padding:15px 0;border-bottom:1px solid var(--ab-border);display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.admin-rule-card:last-child{border-bottom:0}.admin-rule-card h3{margin:7px 0 4px}.admin-rule-card p{margin:3px 0}.admin-rule-card form{margin:0}.landing-section-tabs{display:flex;gap:8px;overflow-x:auto;margin-bottom:18px;padding-bottom:3px}.landing-section-tabs a{white-space:nowrap;padding:10px 13px;border:1px solid var(--ab-border);border-radius:10px;background:#fff;color:var(--ab-text);font-size:12px;font-weight:800}.landing-section-tabs a.active{background:var(--ab-green-900);color:#fff;border-color:var(--ab-green-900)}.offer-progress{margin-top:16px;padding:11px;border-radius:12px;background:var(--ab-amber-100);color:#6f400d}.offer-progress p{display:flex;gap:7px;margin:5px 0;font-size:12px}.offer-saving span small{display:block;color:var(--ab-muted)}

@media(max-width:1100px){
  html{scroll-padding-top:126px}.shop-shell .ab-nav.frontend-nav{grid-template-areas:'logo actions' 'search search';grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:50px 48px;gap:8px 10px!important;padding:8px 14px 12px!important;align-items:center!important}.shop-shell .ab-nav-logo{grid-area:logo;min-width:0}.shop-shell .ab-search{grid-area:search!important;height:48px!important;background:#fff!important;border-color:rgba(255,255,255,.25)!important}.shop-shell .ab-search input{color:var(--ab-ink)!important}.shop-shell .ab-search input::placeholder{color:#77827b!important}.shop-shell .ab-search-clear{color:var(--ab-text)}.shop-shell .ab-nav-actions{grid-area:actions;display:flex}.shop-shell .ab-account-action,.ab-mobile-menu-toggle{display:inline-flex}.shop-shell .ab-cart-btn{height:44px!important;min-height:44px!important;padding:0 11px!important}.shop-shell .ab-nav-links{position:fixed!important;right:0;top:0;bottom:0;z-index:1290!important;width:min(370px,88vw)!important;padding:max(16px,env(safe-area-inset-top)) 14px max(20px,env(safe-area-inset-bottom))!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:5px!important;overflow-y:auto!important;background:var(--ab-green-950)!important;box-shadow:-18px 0 48px rgba(0,0,0,.25);transform:none}.js .shop-shell .ab-nav-links{transform:translateX(105%);visibility:hidden;transition:transform .22s ease,visibility .22s ease}.js .shop-shell .ab-nav-links.is-open{transform:translateX(0);visibility:visible}.shop-shell .ab-nav-links>a:not(.ab-cart-btn),.shop-shell .ab-nav-links>a{display:flex!important;width:100%;min-height:46px;padding:10px 12px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:10px!important;background:rgba(255,255,255,.04)!important;color:#fff!important;font-size:13px!important}.shop-shell .ab-nav-links i{display:inline-block;width:21px;font-size:18px;color:#efa14e}.shop-shell .ab-nav-links>a.active{background:rgba(239,161,78,.13)!important;border-color:rgba(239,161,78,.35)!important}.ab-mobile-nav-head{display:flex!important;align-items:center;justify-content:space-between;min-height:50px;margin-bottom:6px;color:#fff}.ab-mobile-nav-head button{width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.07);color:#fff}.shop-shell .ab-menu-cart-link{display:flex!important}.ab-menu-cart-link span{margin-left:auto;min-width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#fff;color:var(--ab-green-900)}.ab-nav-categories{width:100%}.ab-nav-categories summary{min-height:46px;display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:rgba(255,255,255,.04);color:#fff}.ab-nav-categories>div{position:static;width:auto;margin-top:5px;padding:5px;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);box-shadow:none}.ab-nav-categories>div a{display:block;color:rgba(255,255,255,.82)}.ab-mobile-nav-backdrop{position:fixed;inset:0;z-index:1280;background:rgba(8,20,13,.58);backdrop-filter:blur(2px)}body.store-nav-open{overflow:hidden}.shop-shell .ab-search-suggestions{position:fixed!important;left:14px!important;right:14px!important;top:calc(max(0px,env(safe-area-inset-top)) + 112px)!important;width:auto!important;max-width:none!important;max-height:min(56vh,440px)!important}.merch-admin-grid{grid-template-columns:1fr}
}
@media(max-width:1100px){html:not(.js) .shop-shell .ab-nav.frontend-nav{grid-template-areas:'logo actions' 'search search' 'links links';grid-template-rows:50px 48px auto}html:not(.js) .shop-shell .ab-nav-links{position:static!important;grid-area:links;width:100%!important;max-height:52vh;box-shadow:none;transform:none!important;visibility:visible!important}html:not(.js) .ab-mobile-menu-toggle{display:none!important}.shop-shell .ab-account-action span{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
@media(max-width:720px){.ad-banner-section{padding:22px 14px}.ad-banner-carousel,.ad-banner-track{min-height:510px}.ad-banner-slide{min-height:510px;grid-template-columns:1fr;grid-template-rows:minmax(290px,auto) 190px}.ad-banner-copy{padding:30px 24px 70px}.ad-banner-copy h2{font-size:34px}.ad-banner-visual{min-height:190px;order:-1}.ad-banner-controls{left:22px;right:22px;bottom:15px}.landing-mobile-pos-left>.landing-background-image{object-position:left center}.landing-mobile-pos-center>.landing-background-image{object-position:center center}.landing-mobile-pos-right>.landing-background-image{object-position:right center}.admin-rule-card{display:grid}.discount-member{grid-template-columns:minmax(0,1fr) 86px}.discount-member .checkbox-row,.discount-member .btn{grid-row:2}.admin-banner-preview{grid-template-columns:1fr;}.admin-banner-preview .ad-banner-image{height:180px;order:-1}.landing-design-preview{min-height:300px;padding:22px}}
@media(max-width:430px){.ab-logo-full{display:none}.ab-logo-short{display:inline}.shop-shell .ab-account-action span,.shop-shell .ab-cart-btn>span:not(.ab-cart-count),.ab-mobile-menu-toggle span{display:none}.shop-shell .ab-account-action,.shop-shell .ab-cart-btn,.ab-mobile-menu-toggle{width:44px!important;padding:0!important;justify-content:center}.shop-shell .ab-nav-actions{gap:6px}.shop-shell .ab-search{min-width:0!important}.ad-banner-copy{padding-inline:20px}.ad-banner-copy h2{font-size:30px}.ad-banner-copy>p:not(.ad-banner-kicker){font-size:14px}.recommendation-grid .product-card{min-width:0}}
@media(max-width:340px){.shop-shell .ab-nav.frontend-nav{padding-left:10px!important;padding-right:10px!important}.shop-shell .ab-nav-actions{gap:4px}.shop-shell .ab-account-action,.shop-shell .ab-cart-btn,.ab-mobile-menu-toggle{width:42px!important;min-width:42px}.shop-shell .ab-search-suggestions{left:10px!important;right:10px!important}}

/* 2026-08-27 storefront refinement: compact authentication, resilient media
   and a calmer mobile hierarchy. Kept last so it resolves older skin layers. */
.auth-register{max-width:760px!important;margin:40px auto 56px!important}
.auth-register .auth-card{padding:34px!important;border-radius:22px!important;box-shadow:0 22px 60px rgba(18,45,30,.10)!important}
.auth-card-heading{display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;align-items:start;margin-bottom:26px;padding-bottom:22px;border-bottom:1px solid var(--ab-border)}
.auth-card-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:var(--ab-green-900);color:#fff;font-size:24px}
.auth-card-heading small{display:block;margin:0 0 5px;color:var(--ab-amber-700);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.auth-register .auth-card-heading h1{margin:0!important;color:var(--ab-ink)!important;font-size:clamp(26px,4vw,34px)!important;line-height:1.15!important;letter-spacing:-.04em!important}
.auth-card-heading p{margin:8px 0 0;color:var(--ab-muted);font-size:14px;line-height:1.6}
.auth-policy-alert{display:grid;gap:4px;margin:0 0 22px}.auth-policy-alert span{font-weight:600}
.auth-form{display:grid;gap:17px}.auth-field{min-width:0}.auth-field label{margin:0 0 7px!important;color:var(--ab-text)!important;font-size:12px!important}
.auth-input-wrap{position:relative}.auth-input-wrap>i{position:absolute;left:14px;top:50%;z-index:1;transform:translateY(-50%);color:#718078;font-size:18px;pointer-events:none}
.auth-input-wrap input{height:52px!important;padding:10px 14px 10px 44px!important;border-radius:12px!important;font-size:15px!important}
.auth-field>small{display:block;margin-top:6px;color:var(--ab-muted);font-size:11px;line-height:1.45}
.auth-password-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.auth-password-hint{display:flex;align-items:flex-start;gap:8px;margin:-3px 0 0;color:var(--ab-muted);font-size:11px;line-height:1.5}.auth-password-hint i{margin-top:1px;color:var(--ab-green-700);font-size:16px}
.auth-consent{display:grid;gap:10px;padding:15px;border:1px solid var(--ab-border);border-radius:13px;background:var(--ab-surface-soft)}
.auth-consent label{display:grid!important;grid-template-columns:20px minmax(0,1fr);gap:9px;align-items:start;margin:0!important;font-size:12px!important;font-weight:650!important;line-height:1.5}.auth-consent input{width:18px!important;height:18px!important;min-height:18px!important;margin:1px 0 0!important;accent-color:var(--ab-green-800)}.auth-consent a,.auth-switch a{color:var(--ab-green-800);font-weight:850;text-decoration:underline;text-underline-offset:2px}
.auth-submit{margin-top:2px;min-height:52px!important;border-radius:12px!important}.auth-switch{margin:22px 0 0;padding-top:19px;border-top:1px solid var(--ab-border);color:var(--ab-muted);text-align:center;font-size:13px}

.ab-product-img,.product-image,.ad-banner-visual,.product-carousel-slide{position:relative}.media-fallback,.product-media-fallback{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(145deg,#f4f7f3,#e5ece6);color:var(--ab-green-700);font-size:64px}.product-media-fallback{font-size:54px}.ab-product-img>img,.product-image>img,.ad-banner-visual>img,.product-carousel-slide>img{position:relative;z-index:1}.has-media-error>img[data-image-fallback]{display:none!important}.has-media-error .media-fallback,.has-media-error .product-media-fallback{z-index:2}.product-thumb.has-media-error{display:none!important}.ab-product-img .media-fallback:after,.product-image .product-media-fallback:after{content:'Image unavailable';position:absolute;left:50%;bottom:19px;transform:translateX(-50%);color:#718078;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.home-landing .ab-product-img img,.product-photo{object-fit:contain!important;background:#fff}.home-landing .ab-product-card{overflow:hidden}
.ad-banner-visual .media-fallback{font-size:86px}.ad-banner-visual img{object-fit:contain!important;background:#fff}

@media(max-width:720px){
  html{scroll-padding-top:112px!important}
  .shop-shell .ab-nav.frontend-nav{grid-template-rows:44px 46px!important;gap:7px 9px!important;padding:7px 12px 10px!important}
  .shop-shell .ab-nav-logo{font-size:18px!important}.shop-shell .ab-nav-actions{gap:6px!important}
  .shop-shell .ab-account-action,.shop-shell .ab-cart-btn,.ab-mobile-menu-toggle{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;justify-content:center;border-radius:11px!important}
  .shop-shell .ab-search{height:46px!important;border-radius:12px!important;padding:0 13px!important}.shop-shell .ab-search input{font-size:14px!important}
  .shop-shell .site-main{padding-top:16px!important}.shop-shell.page-home .site-main{padding-top:0!important}
  .auth-register{width:100%;margin:4px auto 24px!important}.auth-register .auth-card{padding:22px 18px!important;border-radius:18px!important}
  .auth-card-heading{grid-template-columns:44px minmax(0,1fr);gap:12px;margin-bottom:21px;padding-bottom:18px}.auth-card-icon{width:44px;height:44px;border-radius:13px;font-size:21px}
  .auth-register .auth-card-heading h1{font-size:25px!important}.auth-card-heading p{font-size:13px;line-height:1.5}.auth-password-grid{grid-template-columns:1fr}.auth-form{gap:15px}.auth-input-wrap input{height:50px!important}
  .home-landing .ab-hero{padding:34px 18px 32px!important}.home-landing .ab-hero h1{font-size:clamp(34px,10.2vw,43px)!important;line-height:1.06!important}.home-landing .ab-hero-sub{font-size:15px!important;line-height:1.65!important}.home-landing .ab-hero-btns{margin-bottom:30px!important}
  .home-landing .ab-products-section{padding:36px 14px!important}.home-landing .ab-product-img,.product-image{height:clamp(188px,56vw,230px)!important}.home-landing .ab-product-body{padding:16px!important}
  .ad-banner-section{padding:18px 12px!important}.ad-banner-carousel,.ad-banner-track,.ad-banner-slide{min-height:455px!important}.ad-banner-slide{grid-template-rows:170px minmax(285px,auto)!important}.ad-banner-visual{min-height:170px!important}.ad-banner-copy{padding:24px 20px 62px!important}.ad-banner-copy h2{font-size:29px!important}.ad-banner-copy>p:not(.ad-banner-kicker){font-size:13px!important;line-height:1.55!important}.ad-banner-meta>strong{font-size:22px}.ad-banner-controls{left:18px!important;right:18px!important;bottom:12px!important}
}
@media(max-width:370px){
  .shop-shell .ab-nav.frontend-nav{padding-left:9px!important;padding-right:9px!important}.shop-shell .ab-nav-actions{gap:4px!important}.shop-shell .ab-account-action,.shop-shell .ab-cart-btn,.ab-mobile-menu-toggle{width:40px!important;min-width:40px!important}
  .auth-register .auth-card{padding:19px 15px!important}.auth-card-heading{grid-template-columns:1fr}.auth-card-icon{display:none}.auth-register .auth-card-heading h1{font-size:23px!important}.auth-consent{padding:13px}
}
