/* nbcurtains storefront UI */
:root{
  /* Light theme: Orange + Yellow + Black */
  --bg:#f6f7fb;        /* soft page background */
  --card:#ffffff;
  --muted:#6b7280;
  --text:#111827;       /* near-black */
  --soft:#ffffff;       /* soft yellow tint */
  --border:rgba(17,24,39,.12);
  --primary:#16a34a;    /* orange */
  --primary2:#84cc16;   /* yellow */
  --danger:#dc2626;
  --ok:#16a34a;
  --shadow: 0 10px 30px rgba(17,24,39,.10);
}

/* storefront ecommerce layer */
:root{
  --km-navy:#0b1f3a;
  --km-blue:#153a66;
  --km-ink:#172033;
  --km-muted:#667085;
  --km-soft:#f4f7fb;
  --km-line:#d9e2ef;
  --km-white:#ffffff;
  --km-accent:#8aa4c6;
  --radius:8px;
}
body{font-family:Inter,Arial,sans-serif;background:var(--km-soft);color:var(--km-ink);letter-spacing:0}
.site-shell{max-width:1180px;margin:0 auto;padding-left:18px;padding-right:18px}
.main{padding-top:26px;padding-bottom:34px}
.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--km-line)}
.modern-nav-shell{height:74px;display:flex;align-items:center;gap:22px}
.brand .logo,.header-brand .logo{height:var(--header-logo-size);max-width:190px;object-fit:contain}
.navlinks{display:flex;gap:4px;align-items:center;margin-left:auto}
.navlinks a{color:#25344f;text-decoration:none;font-weight:700;font-size:14px;padding:10px 12px;border-radius:8px}
.navlinks a.active,.navlinks a:hover{background:#eaf0f8;color:var(--km-navy)}
.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto}
.account-link,.cart-button,.menu-btn{border:1px solid var(--km-line);background:#fff;color:var(--km-navy);border-radius:8px;padding:10px 12px;text-decoration:none;font-weight:800;font-size:13px}
.cart-button{display:inline-flex;align-items:center;gap:8px;position:relative}
.cart-count{min-width:22px;height:22px;border-radius:999px;background:var(--km-navy);color:#fff;display:inline-grid;place-items:center;font-size:12px}
.menu-btn{display:none}
.drawer-overlay,.admin-sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(11,31,58,.42);z-index:70}
.drawer,.admin-sidebar{background:#fff;border-right:1px solid var(--km-line)}
.drawer{position:fixed;top:0;bottom:0;left:0;width:min(340px,88vw);z-index:80;transform:translateX(-105%);transition:.25s ease;padding:20px;overflow:auto}
.drawer.open,.admin-sidebar.open{transform:translateX(0)}
.drawer-overlay.open,.admin-sidebar-overlay.open{display:block}
.d-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-logo{height:52px;max-width:180px;object-fit:contain}.d-close,.admin-sidebar-close{border:1px solid var(--km-line);background:#fff;border-radius:8px;padding:8px 10px}
.d-title{font-size:12px;text-transform:uppercase;color:var(--km-muted);font-weight:800;margin:18px 0 8px}.d-link{display:block;padding:12px 10px;border-radius:8px;color:var(--km-navy);text-decoration:none;font-weight:800}.d-link:hover{background:#edf3fa}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid var(--km-line);border-radius:8px;padding:10px 16px;font-weight:800;text-decoration:none;cursor:pointer;background:#fff;color:var(--km-navy)}
.btn.primary{background:var(--km-navy);border-color:var(--km-navy);color:#fff}.btn.ghost{background:#fff;color:var(--km-navy)}.btn.full{width:100%}.btn.small{min-height:34px;padding:8px 11px;font-size:13px}.btn.danger,.danger{color:#b42318}
.section{margin:28px 0}.section-kicker,.checkout-eyebrow{display:inline-block;color:#48617f;font-weight:900;font-size:12px;text-transform:uppercase;margin-bottom:8px}
.home-section-head,.admin-page-head,.checkout-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.checkout-page-head{display:block;max-width:760px}.home-section-head h1,.home-section-head h2,.admin-page-head h1,.checkout-page-head h1{margin:0;color:var(--km-navy);font-size:34px;line-height:1.08}.muted{color:var(--km-muted)}.small{font-size:13px}.strong{font-weight:900}.link{font-weight:900;color:var(--km-blue);text-decoration:none}
.card,.card-lite{background:#fff;border:1px solid var(--km-line);border-radius:8px;box-shadow:0 18px 42px rgba(11,31,58,.06)}
.km-hero-slider{position:relative;overflow:hidden;border-radius:8px;background:#dfe8f4;min-height:470px}
.km-hero-track{position:relative;min-height:470px}.km-hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .45s ease;display:grid;grid-template-columns:1.05fr .95fr;align-items:center}.km-hero-slide.active{opacity:1;pointer-events:auto}
.km-hero-media{position:absolute;inset:0}.km-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,31,58,.88) 0%,rgba(11,31,58,.62) 46%,rgba(11,31,58,.08) 100%)}.km-hero-media img{width:100%;height:100%;object-fit:cover}
.km-hero-copy{position:relative;z-index:2;max-width:620px;padding:56px;color:#fff}.km-hero-copy h1{font-size:52px;line-height:1.02;margin:0 0 16px}.km-hero-copy p{font-size:18px;line-height:1.65;color:#eaf1fb;margin:0 0 22px}
.fashion-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.km-hero-dots{position:absolute;z-index:3;left:56px;bottom:28px;display:flex;gap:8px}.km-hero-dots button{width:34px;height:6px;border:0;border-radius:99px;background:rgba(255,255,255,.45)}.km-hero-dots button.active{background:#fff}
.km-category-chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.km-category-chip{border:1px solid var(--km-line);background:#fff;border-radius:8px;min-height:74px;padding:12px;text-align:left;color:var(--km-navy);text-decoration:none;display:flex;align-items:center;gap:12px;cursor:pointer}.km-category-chip.active,.km-category-chip:hover{border-color:#a9bad2;background:#edf3fa}.chip-mark{width:44px;height:44px;border-radius:8px;background:var(--km-navy);color:#fff;display:grid;place-items:center;font-weight:900;font-size:12px}.km-category-chip strong{font-size:14px}
.grid.product-home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.product-home-card{overflow:hidden;text-decoration:none;color:inherit}.product-home-media{aspect-ratio:1/1;background:#edf3fa;overflow:hidden}.product-home-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.product-home-card:hover img{transform:scale(1.04)}.card-body{padding:14px}.product-card-tag{font-size:11px;font-weight:900;color:#48617f;text-transform:uppercase}.card-title{font-weight:900;color:var(--km-navy);margin:6px 0}.card-desc{color:var(--km-muted);font-size:13px;line-height:1.45}.card-row{display:flex;align-items:center;gap:10px;margin-top:12px}.price{font-weight:900;color:var(--km-navy)}.strike{text-decoration:line-through;color:#98a2b3}
.product-detail-grid,.checkout-layout,.admin-form-grid{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:22px;align-items:start}.product-gallery-panel,.product-info-panel{min-width:0}.product-gallery{aspect-ratio:1/1;background:#edf3fa;border-radius:8px;overflow:hidden}.gimg{display:none;width:100%;height:100%;object-fit:cover}.gimg.active{display:block}.product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.thumb{border:1px solid var(--km-line);border-radius:8px;background:#fff;padding:4px;cursor:pointer}.thumb.active{border-color:var(--km-navy)}.thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:6px}.thumb span{display:block;font-size:11px;color:var(--km-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-info-panel,.checkout-form-card,.checkout-summary-card,.admin-form-main,.admin-form-side{background:#fff;border:1px solid var(--km-line);border-radius:8px;padding:22px}.product-kicker-row{display:flex;gap:10px;align-items:center}.product-kicker,.product-offer-pill{border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.product-kicker{background:#edf3fa;color:#48617f}.product-offer-pill{background:#0b1f3a;color:#fff}.product-headline{font-size:38px;line-height:1.08;color:var(--km-navy);margin:16px 0 10px}.product-lead{color:var(--km-muted);line-height:1.6}.fashion-price-panel{display:flex;justify-content:space-between;gap:16px;border:1px solid var(--km-line);border-radius:8px;padding:16px;background:#f8fafd;margin:18px 0}.price-label,.fashion-price-old span{display:block;color:var(--km-muted);font-size:12px;font-weight:800}.fashion-price{font-size:30px;color:var(--km-navy)}.fashion-price-old del{color:#98a2b3}
.product-choice-block{margin:16px 0}.choice-label{font-weight:900;color:var(--km-navy);margin-bottom:8px}.size-chip-row{display:flex;flex-wrap:wrap;gap:8px}.size-chip{border:1px solid var(--km-line);border-radius:8px;min-width:48px;padding:10px 12px;background:#fff;font-weight:800;color:var(--km-navy);display:inline-flex;align-items:center;justify-content:center}.choice-chip input{position:absolute;opacity:0}.choice-chip:has(input:checked){background:var(--km-navy);color:#fff;border-color:var(--km-navy)}.product-qty-row{display:flex;align-items:center;gap:12px;margin:18px 0}.product-qty-row input{width:86px}.product-action-row{display:flex;gap:10px;flex-wrap:wrap}.product-action-row .btn{flex:1}
.product-assurance-grid,.invoice-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.assurance-item,.invoice-info-grid>div{border:1px solid var(--km-line);border-radius:8px;padding:12px;background:#f8fafd}.assurance-item strong,.invoice-info-grid strong{display:block;color:var(--km-navy)}.assurance-item span,.invoice-info-grid span,.invoice-info-grid small{display:block;color:var(--km-muted);font-size:13px;margin-top:4px}
.product-content-grid{display:grid;grid-template-columns:1fr 380px;gap:20px;margin-top:22px}.product-rich-card,.product-style-card,.product-faq-card{padding:22px}.rich{line-height:1.7;color:#344054}.km-faq-list details{border:1px solid var(--km-line);border-radius:8px;padding:14px;margin-top:10px;background:#fff}.km-faq-list summary{cursor:pointer;font-weight:900;color:var(--km-navy)}
.field label{display:block;font-weight:900;color:var(--km-navy);margin-bottom:7px}.field input,.field select,.field textarea,.products-search input{width:100%;border:1px solid var(--km-line);border-radius:8px;padding:12px 13px;background:#fff;color:var(--km-ink);font:inherit}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.grid3{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px}.checkout-section-block{margin-bottom:22px}.checkout-block-title{font-size:18px;font-weight:900;color:var(--km-navy);margin-bottom:14px}.payment-logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.payment-logo-card input{position:absolute;opacity:0}.payment-logo-card span{display:grid;place-items:center;border:1px solid var(--km-line);border-radius:8px;padding:10px;background:#fff;min-height:72px}.payment-logo-card img{max-width:132px;max-height:54px}.payment-logo-card:has(input:checked) span{border-color:var(--km-navy);box-shadow:0 0 0 3px rgba(11,31,58,.1)}
.checkout-item,.cart-line-item{display:grid;grid-template-columns:58px 1fr auto auto;gap:12px;align-items:center;border-bottom:1px solid var(--km-line);padding:12px 0}.checkout-item img,.cart-line-item img{width:58px;height:58px;border-radius:8px;object-fit:cover}.checkout-item strong,.cart-line-item strong{display:block;color:var(--km-navy)}.checkout-item span,.checkout-item small,.cart-line-item span,.cart-line-item small{display:block;color:var(--km-muted);font-size:13px}.checkout-total-row{display:flex;justify-content:space-between;align-items:center;padding-top:16px;margin-top:12px;border-top:1px solid var(--km-line);font-size:18px}.checkout-total-row strong{color:var(--km-navy)}
.payment-instruction-card{padding:24px}.payment-instruction-head{display:flex;gap:16px;align-items:center}.payment-instruction-head img{width:150px;max-height:70px}.payment-number-box{display:flex;align-items:center;gap:14px;background:#f8fafd;border:1px solid var(--km-line);border-radius:8px;padding:14px;margin:18px 0}.payment-number-box strong{font-size:24px;color:var(--km-navy)}.payment-steps{line-height:1.8;color:#344054}
.invoice-success-head{background:#fff;border:1px solid var(--km-line);border-radius:8px;padding:26px;margin-bottom:20px}.invoice-success-head h1{margin:0;color:var(--km-navy)}.invoice-paper{padding:24px}.invoice-top{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--km-line);padding-bottom:16px}.invoice-table{width:100%;border-collapse:collapse}.invoice-table th,.invoice-table td{padding:12px;border-bottom:1px solid var(--km-line);text-align:left}.invoice-table th{background:#f8fafd;color:var(--km-navy)}
.cart-toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,24px);background:var(--km-navy);color:#fff;border-radius:8px;padding:13px 18px;font-weight:900;opacity:0;pointer-events:none;transition:.25s;z-index:120}.cart-toast.show{opacity:1;transform:translate(-50%,0)}
.admin-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.admin-sidebar{position:sticky;top:0;height:100vh;padding:18px;overflow:auto}.admin-content{padding:24px;min-width:0}.admin-brand{display:flex;align-items:center;gap:10px;margin-bottom:18px}.admin-brand-logo{width:52px;height:52px;object-fit:contain}.admin-brand-title{font-weight:900;color:var(--km-navy)}.admin-brand-sub{font-size:12px;color:var(--km-muted)}.admin-menu-link{display:flex;align-items:center;gap:10px;border-radius:8px;padding:11px 10px;text-decoration:none;color:#25344f;font-weight:800}.admin-menu-link.active,.admin-menu-link:hover{background:#edf3fa;color:var(--km-navy)}.admin-menu-icon{min-width:28px;height:28px;border-radius:8px;background:#f4f7fb;display:grid;place-items:center;font-size:12px}
.admin-mobile-toggle{display:none}.admin-check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:8px}.admin-image-upload-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}.admin-current-images{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.admin-current-images img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px}.admin-current-images figcaption{font-size:11px;color:var(--km-muted)}.switch-row{display:flex;align-items:center;gap:8px;font-weight:800;color:var(--km-navy);margin:12px 0}.admin-slide-row{display:grid;grid-template-columns:72px 1fr auto auto;gap:10px;align-items:center;border-bottom:1px solid var(--km-line);padding:10px 0}.admin-slide-row img{width:72px;height:52px;object-fit:cover;border-radius:8px}
.footer{border-top:1px solid var(--km-line);background:#fff;padding:28px 0}.modern-footwrap{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:20px}.footer-logo-img{height:56px;max-width:180px;object-fit:contain}.footer-nav{display:flex;flex-wrap:wrap;gap:10px}.footer-nav a{color:var(--km-navy);font-weight:800;text-decoration:none}.footer-payments{display:flex;flex-wrap:wrap;gap:8px}.footer-payment-chip{border:1px solid var(--km-line);border-radius:999px;padding:7px 10px;font-weight:800;color:var(--km-navy)}.wa-float{position:fixed;right:20px;bottom:20px;z-index:60;width:52px;height:52px;border-radius:999px;background:#25d366;color:#fff;display:grid;place-items:center;text-decoration:none;font-weight:900}
.payment-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--km-line);border-radius:8px;padding:12px;margin-bottom:10px}.payment-toggle-main{display:flex;align-items:center;gap:12px}.payment-toggle-logo{width:118px;max-height:48px;object-fit:contain}.payment-toggle-switch{font-weight:900;color:var(--km-navy);display:flex;align-items:center;gap:8px}
.faq-admin-row{display:grid;grid-template-columns:1.1fr 1.4fr 90px auto auto;gap:8px;align-items:center;margin-bottom:10px}.faq-admin-row input{border:1px solid var(--km-line);border-radius:8px;padding:10px}
@media (max-width: 940px){
  .menu-btn,.admin-mobile-toggle{display:inline-flex}.navlinks{display:none}.modern-nav-shell{height:66px}.header-brand .logo{height:48px}.account-link{display:none}
  .product-detail-grid,.checkout-layout,.admin-form-grid,.product-content-grid{grid-template-columns:1fr}.km-hero-slide{display:block}.km-hero-copy{padding:36px 22px}.km-hero-copy h1{font-size:36px}.km-hero-slider,.km-hero-track{min-height:520px}.km-hero-dots{left:22px}
  .grid2,.grid3,.product-assurance-grid,.invoice-info-grid,.modern-footwrap{grid-template-columns:1fr}.admin-shell{display:block}.admin-sidebar{position:fixed;z-index:90;transform:translateX(-105%);width:min(300px,88vw)}.admin-mobile-toggle{position:fixed;left:14px;bottom:14px;z-index:95}.admin-content{padding:18px}.home-section-head,.admin-page-head{display:block}.cart-line-item,.checkout-item{grid-template-columns:54px 1fr auto}.cart-line-item form{grid-column:2 / -1}.admin-slide-row{grid-template-columns:64px 1fr}.admin-slide-row .btn,.admin-slide-row form{grid-column:2}
}
*{box-sizing:border-box}
html,body{height:100%; background:#f6f7fb; color:var(--text);}
body{
  margin:0;
  font-family:"Hind Siliguri", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1100px, 92%); margin:0 auto}
.main{padding:22px 0 50px}

.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
  /* iOS notch / safe-area: prevents "blank" strip above the header on mobile */
  padding-top: env(safe-area-inset-top);
}
.navwrap{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 0}
.brand{display:flex; align-items:center; gap:10px}
.logo{height:45px; width:auto}
.logo-text{font-weight:700; letter-spacing:.2px}
.navlinks{display:none; gap:14px}
.navlinks a{color:var(--muted); font-weight:500}
.navlinks a:hover{color:var(--text)}
.navright{display:flex; align-items:center; gap:10px}

.cartbtn{display:flex; align-items:center; gap:8px; padding:8px 10px; border:1px solid var(--border); border-radius:999px; color:var(--muted)}
.badge{background:rgba(22,163,74,.14); padding:2px 8px; border-radius:999px; color:var(--text); font-size:12px; border:1px solid rgba(22,163,74,.25)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid var(--border);
  background:rgba(17,24,39,.03);
  color:var(--text);
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  gap:8px;
  font-weight:600;
}
.btn:hover{transform:translateY(-1px); border-color:rgba(22,163,74,.45)}
.btn:active{transform:translateY(0)}
.btn.primary{
  background: linear-gradient(135deg, rgba(22,163,74,.98), rgba(132,204,22,.98));
  border-color:transparent;
  color:#111827;
}
.btn.ghost{background:transparent; color:var(--text)}
.btn.danger{background:rgba(239,68,68,.14); border-color:rgba(239,68,68,.35)}
.btn.small{padding:7px 10px; border-radius:10px; font-size:13px}
.btn.full{width:100%}

.link{color:var(--primary); font-weight:600}
.link:hover{opacity:.9}

.section{margin:26px 0}
.section-head{display:flex; align-items:flex-end; justify-content:space-between; gap:10px; margin-bottom:12px}
h1,h2,h3{margin:0 0 10px}
h1{font-size:28px; line-height:1.18}
h2{font-size:20px}
h3{font-size:17px}
.lead{color:var(--muted); font-size:16px; margin:10px 0 16px}
.muted{color:var(--muted)}
.small{font-size:13px}
.strong{font-weight:700}

.alert{
  padding:10px 12px;
  border-radius:12px;
  margin:10px 0;
  border:1px solid var(--border);
  background:rgba(226,232,240,.06);
}
.alert.success{border-color:rgba(34,197,94,.35); background:rgba(34,197,94,.12)}
.alert.error{border-color:rgba(239,68,68,.35); background:rgba(239,68,68,.12)}

.hero{padding:24px 0}
.hero-grid{display:grid; gap:14px}
.hero h1{font-size:34px}
.grad{background:linear-gradient(135deg, var(--primary), var(--primary2)); -webkit-background-clip:text; background-clip:text; color:transparent}
.hero-actions{display:flex; gap:10px; flex-wrap:wrap}
.hero-card{
  background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.75));
  border:1px solid var(--border);
  border-radius:18px;
  padding:16px;
  box-shadow:var(--shadow);
}

/* Minimal hero */
.hero-min{padding:18px 0 10px}
.hero-min-inner{display:flex; flex-direction:column; gap:10px;}
.hero-min h1{margin:0}
@media(min-width:720px){
  .hero-min-inner{flex-direction:row; align-items:center; justify-content:space-between}
}
.kpi{display:flex; align-items:baseline; justify-content:space-between; padding:12px 0; border-bottom:1px solid var(--border)}
.kpi:last-child{border-bottom:0}
.kpi-num{font-size:22px; font-weight:800}
.kpi-label{color:var(--muted); font-weight:600}
.mini-features{display:flex; flex-wrap:wrap; gap:8px; margin-top:14px}
.chip{border:1px solid var(--border); padding:6px 10px; border-radius:999px; color:var(--muted); background:rgba(226,232,240,.04)}

.cats{display:flex; flex-wrap:wrap; gap:8px}
.cat{border:1px solid var(--border); padding:8px 12px; border-radius:999px; background:rgba(226,232,240,.04); color:var(--text)}

.grid{display:grid; grid-template-columns:repeat(2,1fr); gap:12px}
.card{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.88));
  border:1px solid var(--border);
  border-radius:18px;
  overflow:hidden;
  transition: transform .15s ease, border-color .15s ease;
}
.card:hover{transform:translateY(-2px); border-color:rgba(22,163,74,.35)}
.card-img{aspect-ratio:1/1; object-fit:cover}
.card-body{padding:12px}
.card-title{font-weight:800; font-size:16px; margin-bottom:4px}
.card-desc{color:var(--muted); font-size:13px; min-height:34px}
.card-row{display:flex; align-items:center; gap:8px; margin-top:10px}
.price{font-weight:900}
.strike{text-decoration:line-through; color:rgba(148,163,184,.7); font-size:13px}

.split{display:grid; gap:12px}
.note{
  border:1px solid var(--border);
  background:rgba(226,232,240,.04);
  border-radius:18px;
  padding:14px;
}
.note-title{font-weight:800; margin-bottom:6px}
.note-actions{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap}

.card-lite{
  border:1px solid var(--border);
  background:rgba(255,255,255,.85);
  border-radius:18px;
  padding:14px;
  box-shadow: 0 6px 18px rgba(17,24,39,.08);
}
.rich p{margin:8px 0}
.rich ul{margin:8px 0 0 18px}
.rich li{margin:6px 0}

.list{margin:10px 0 0 18px}
.list li{margin:8px 0}

.product-grid{display:grid; gap:14px}
.gallery{
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--border);
  background:rgba(226,232,240,.04);
}
.gimg{display:none; width:100%; aspect-ratio: 1 / 1; object-fit:cover}
.gimg.active{display:block}
.thumbs{display:flex; gap:10px; margin-top:10px}
.thumb{border:1px solid var(--border); background:transparent; padding:0; border-radius:14px; overflow:hidden; cursor:pointer; width:64px; height:64px}
.thumb.active{border-color:rgba(22,163,74,.5)}
.thumb img{width:100%; height:100%; object-fit:cover}

.pill{display:inline-flex; align-items:center; gap:8px; padding:6px 10px; border-radius:999px; background:rgba(22,163,74,.12); border:1px solid rgba(22,163,74,.24); color:var(--text); font-weight:700; font-size:13px}
.pill.status-completed{background:rgba(34,197,94,.14); border-color:rgba(34,197,94,.35)}
.pill.status-pending{background:rgba(234,179,8,.16); border-color:rgba(234,179,8,.35)}
.pill.status-cancelled{background:rgba(239,68,68,.14); border-color:rgba(239,68,68,.35)}
.pill.status-paid{background:rgba(59,130,246,.14); border-color:rgba(59,130,246,.35)}

.order-meta{display:none}
.p-title{margin-top:8px}
.price-box{display:flex; align-items:baseline; gap:10px; margin:12px 0}
.price-big{font-size:30px; font-weight:900}
.save{color:var(--ok); font-weight:800}
.cta{display:grid; gap:10px; margin:10px 0 12px}
.trust{display:grid; gap:8px; margin:12px 0}
.trust-item{border:1px dashed rgba(148,163,184,.25); border-radius:14px; padding:10px; color:var(--muted)}

.info-cards{display:grid; gap:10px; margin:12px 0}
.info-card{display:flex; gap:12px; align-items:flex-start; border:1px solid var(--border); border-radius:16px; padding:12px; background:rgba(255,255,255,.85)}
.info-card .icn{width:42px; height:42px; border-radius:14px; display:grid; place-items:center; background:rgba(22,163,74,.12); border:1px solid rgba(22,163,74,.24); font-size:20px}
.info-title{font-weight:900; margin-bottom:2px}
details{border:1px solid var(--border); border-radius:14px; padding:10px; background:rgba(226,232,240,.03); margin:10px 0}
summary{cursor:pointer; font-weight:800}

.sticky-buy{
  position:fixed;left:12px;right:12px;bottom:12px;
  background:#ffffff;
  border:1px solid rgba(17,24,39,.08);
  display:flex;gap:12px;padding:10px 10px 10px 14px;
  align-items:center;justify-content:space-between;
  box-shadow:0 16px 34px rgba(15,23,42,.12);
  border-radius:20px;
  transform:translateY(calc(100% + 28px));
  opacity:0;
  pointer-events:none;
  transition:transform .28s ease, opacity .28s ease;
  z-index:70;
}
.sticky-buy.show{
  transform:translateY(0);
  opacity:1;
  pointer-events:auto;
}
.sb-left{
  display:flex;
  flex-direction:column;
  justify-content:center;
  line-height:1.02;
  gap:4px;
  min-width:92px;
  flex:0 0 92px;
}
.sb-price{font-size:19px;font-weight:900;color:#0f172a;letter-spacing:-.2px}
.sb-orig{font-size:12px;color:#9ca3af;text-decoration:line-through;font-weight:700}
.sb-form{margin:0;flex:1;display:flex;justify-content:flex-end}
.sb-btn{
  border:0;cursor:pointer;
  background:linear-gradient(180deg,#22c55e 0%,#16a34a 100%);
  color:#111827;
  font-weight:900;
  font-size:17px;
  min-height:42px;
  width:100%;
  padding:12px 18px;
  border-radius:14px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28), 0 8px 20px rgba(22,163,74,.22);
  border:1px solid rgba(22,163,74,.2);
  display:flex;align-items:center;justify-content:center;
}
.sb-label{font-size:17px;font-weight:900}
.sb-btn:active{transform:translateY(1px)}
.sb-btn:focus{outline:3px solid rgba(22,163,74,.2);outline-offset:2px}
@media(min-width:900px){
  .sticky-buy{display:none}
}
@media(max-width:899px){
  .main{padding-bottom:96px}
}

/* Product page (mobile): remove unwanted empty space around header/content without affecting other pages */
@media(max-width:899px){
  body.tpl-product .topbar .container{width:100%; padding-left:12px; padding-right:12px}
  body.tpl-product main.container.main{width:100%; padding-left:12px; padding-right:12px}
  body.tpl-product .gallery{
    /* edge-to-edge look on mobile to avoid side "blank" areas */
    border-radius:0;
    margin-left:-12px;
    margin-right:-12px;
  }
}

/* WhatsApp button should never overlap the mobile sticky bar */
:root{--sb-height:0px}
@media(max-width:899px){
  html.has-sb .wa-float{bottom:calc(16px + var(--sb-height))}
}

.cart{display:grid; gap:10px}
.cart-row{display:grid; grid-template-columns:64px 1fr auto auto; gap:10px; align-items:center;
  border:1px solid var(--border); border-radius:16px; padding:10px; background:rgba(255,255,255,.85);
}
.cart-img{width:64px; height:64px; border-radius:14px; object-fit:cover}
.cart-title{font-weight:900}
.cart-price{font-weight:900}
.cart-sum{margin-top:12px; border:1px solid var(--border); border-radius:16px; padding:12px; background:rgba(255,255,255,.85)}
.sum-row{display:flex; align-items:center; justify-content:space-between; margin-bottom:10px}
.sum-total{font-size:20px; font-weight:900}

.checkout{display:grid; gap:12px}
.ty-msg-wrap{display:grid; gap:10px; margin:10px 0 12px}
.ty-msg{border:1px solid rgba(22,163,74,.25); background:rgba(22,163,74,.06); border-radius:16px; padding:12px}
.ty-msg-title{font-weight:900; margin-bottom:4px}
.ty-msg-body{color:var(--text); line-height:1.6}
.field{display:grid; gap:6px; margin:10px 0}
label{color:var(--muted); font-weight:700; font-size:13px}
input,select,textarea{
  width:100%;
  padding:11px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  background:rgba(17,24,39,.02);
  color:var(--text);
  outline:none;
}
textarea{resize:vertical}
input:focus,select:focus,textarea:focus{border-color:rgba(22,163,74,.55)}
.grid2{display:grid; gap:10px}
.paybox{display:flex; align-items:center; justify-content:space-between; border:1px solid var(--border); border-radius:16px; padding:12px; margin:12px 0; background:rgba(255,255,255,.85)}
.pay-title{font-weight:900}
.inline{display:flex; align-items:center; gap:10px}
.switch{display:flex; align-items:center; gap:10px}

.mini-list{display:grid; gap:10px; margin:10px 0}
.mini-row{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:8px 0; border-bottom:1px solid var(--border)}
.mini-row:last-child{border-bottom:0}
.mini-row.total{font-weight:900}

.download-row{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:10px 0; border-bottom:1px solid var(--border)}
.download-row:last-child{border-bottom:0}

.thanks{display:grid; justify-items:center; text-align:center; gap:8px; margin:6px 0 18px}
.check{
  width:54px; height:54px; border-radius:16px;
  display:grid; place-items:center;
  background:rgba(34,197,94,.15);
  border:1px solid rgba(34,197,94,.35);
  font-weight:900; font-size:26px;
}

.table{display:grid; gap:0}
.trow{display:grid; grid-template-columns: 80px 1fr 160px 140px 140px; gap:10px; padding:10px 0; border-bottom:1px solid var(--border); align-items:center}
.trow.thead{color:var(--muted); font-weight:800; font-size:13px}
.row-actions{display:flex; gap:8px; justify-content:flex-end; align-items:center}
@media(max-width:850px){
  /* Mobile admin: keep Edit/Delete actions visible */
  .trow{grid-template-columns: 60px 1fr; grid-auto-rows:auto}
  .trow.thead{display:none}
  .trow > :nth-child(3), .trow > :nth-child(4){display:none}
  .trow > :nth-child(5){
    display:flex;
    grid-column:1 / -1;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:8px;
    padding-top:6px;
  }
  .order-meta{display:inline-flex; gap:8px; align-items:center}
}
.filters{display:grid; gap:10px}
@media(min-width:850px){
  .filters{grid-template-columns: 180px 1fr 1fr 140px 140px; align-items:end}
}

.admin-nav{display:flex; gap:8px; flex-wrap:wrap}
.kpi-grid{display:grid; gap:12px; grid-template-columns:1fr}
.kcard{border:1px solid var(--border); border-radius:18px; padding:14px; background:rgba(255,255,255,.88)}
.knum{font-size:26px; font-weight:900; margin-top:6px}
.quick{display:grid; gap:10px}
.q{border:1px solid var(--border); border-radius:14px; padding:10px; background:rgba(226,232,240,.03); color:var(--text)}
.q:hover{border-color:rgba(22,163,74,.35)}

.thumbs-admin{flex-wrap:wrap}
.thumbimg{width:58px; height:58px; border-radius:14px; border:1px solid var(--border); object-fit:cover}

.footer{border-top:1px solid var(--border); padding:18px 0; margin-top:26px; background:#ffffff}
.footwrap{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap}
.foot-title{font-weight:900}

.narrow{width:min(520px, 92%); margin:0 auto}

/* Floating WhatsApp */
.wa-float{position:fixed; left:16px; bottom:16px; z-index:50; width:52px; height:52px; border-radius:999px; display:grid; place-items:center; background:#ffffff; border:1px solid rgba(17,24,39,.12); box-shadow:0 10px 24px rgba(17,24,39,.18)}
@media(max-width:899px){
  .has-sb .wa-float{bottom:calc(16px + var(--sb-height, 0px))}
}
.wa-icn{width:34px; height:34px; border-radius:999px; display:grid; place-items:center; background:rgba(255,255,255,.92); border:1px solid rgba(17,24,39,.12)}
.wa-text{font-weight:900}

@media(min-width:720px){
  .navlinks{display:flex}
  .hero-grid{grid-template-columns: 1.2fr .8fr; align-items:stretch}
  .grid{grid-template-columns: repeat(2, 1fr)}
  .split{grid-template-columns: 1fr 1fr}
  .product-grid{grid-template-columns: 1fr 1fr}
  .checkout{grid-template-columns: 1fr 1fr}
  .kpi-grid{grid-template-columns: repeat(4, 1fr)}
  h1{font-size:34px}
}
@media(min-width:980px){
  .grid{grid-template-columns: repeat(3, 1fr)}
}


/* reveal animation */
/*
  IMPORTANT (Bug fix):
  Never hide page content by default.
  We used to set `.js ... { opacity:0 }` and rely on JS/IntersectionObserver
  to add `.reveal`. If JS fails for any reason (path, browser, plugin, etc.),
  users see "invisible" pages.
*/
.js .card,.js .card-lite,.js .hero-card,.js .kcard,.js .note{
  opacity:1;
  transform:translateY(0);
}
/* Keep a lightweight animation without risking invisibility */
.reveal{transition: opacity .5s ease, transform .5s ease;}

@media(min-width:720px){.grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.grid{grid-template-columns:repeat(4,1fr)}}

/* WhatsApp floating button (minimal, left) */
.wa-float{position:fixed; left:16px; bottom:16px; z-index:50; width:52px; height:52px; border-radius:999px; display:grid; place-items:center; background:#ffffff; border:1px solid rgba(17,24,39,.12); box-shadow:0 10px 24px rgba(17,24,39,.18)}
.wa-float:hover{transform:translateY(-1px)}
.wa-icn{font-size:22px; line-height:1}
.wa-text{display:none !important}

/* Mobile drawer */
.menu-btn{
  display:none;
  width:42px; height:42px;
  border-radius:12px;
  border:1px solid var(--border);
  background:#ffffff;
  align-items:center; justify-content:center;
  cursor:pointer;
}
@media(max-width:899px){
  .navlinks{display:none}
  .menu-btn{display:flex}
}
.drawer-overlay{
  position:fixed; inset:0;
  background:rgba(0,0,0,.35);
  display:none;
  z-index:70;
}
.drawer{
  position:fixed; top:0; bottom:0; left:0;
  width:min(86vw, 320px);
  background:#ffffff;
  border-right:1px solid var(--border);
  transform:translateX(-105%);
  transition:transform .2s ease;
  z-index:71;
  padding:14px;
  display:flex; flex-direction:column; gap:12px;
}
.drawer.open{transform:translateX(0)}
.drawer-overlay.open{display:block}
.drawer .d-head{display:flex; align-items:center; justify-content:space-between}
.drawer .d-close{
  width:40px; height:40px; border-radius:12px;
  border:1px solid var(--border); background:#ffffff; cursor:pointer;
}
.drawer .d-sec{border:1px solid var(--border); border-radius:16px; padding:12px}
.drawer .d-sec .d-title{font-weight:800; margin-bottom:8px}
.drawer a.d-link{display:block; padding:10px 10px; border-radius:12px}
.drawer a.d-link:hover{background:rgba(22,163,74,.08)}

/* Admin download link rows */
.dl-row{display:grid; grid-template-columns:1fr; gap:10px; margin:10px 0}
.dl-row .btn.danger{justify-self:start}
@media(min-width:640px){
  .dl-row{grid-template-columns: 1fr 2fr auto; align-items:center}
}

.dl-actions{display:flex; flex-wrap:wrap; gap:8px; justify-content:flex-end}

.wa-svg{width:28px; height:28px; display:block}
.wa-img{width:28px; height:28px; display:block; object-fit:contain}

/* WhatsApp position option */
.wa-float.wa-right{left:auto; right:16px}
html.has-sb .wa-float.wa-right{right:16px}



/* Funnel */
.funnel-page .container, .funnel-card{max-width:980px;margin-inline:auto}
.funnel-placeholder{padding:16px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:#475569}
.funnel-rich{margin-top:10px}
.checkline{display:flex;align-items:center;gap:8px;margin-top:8px}


/* Admin redesign */
body.admin-body{
  background:#f5f7fb;
}

.admin-shell{
  display:flex;
  min-height:100vh;
  background:
    radial-gradient(900px 400px at 100% 0%, rgba(22,163,74,.10), transparent 48%),
    linear-gradient(180deg,#f8fafc 0%,#eef2ff 100%);
}
.admin-sidebar{
  width:288px; flex:0 0 288px; color:#e5e7eb; padding:24px 18px; display:flex; flex-direction:column; gap:18px;
  position:sticky; top:0; height:100vh;
  background:linear-gradient(180deg,#0f172a 0%, #111827 48%, #172554 100%);
  box-shadow:20px 0 50px rgba(15,23,42,.18);
}
.admin-brand{display:flex; align-items:center; gap:12px}
.admin-brand-mark{width:48px; height:48px; border-radius:16px; display:grid; place-items:center; background:linear-gradient(135deg,#16a34a,#84cc16); color:#111827; font-size:24px; font-weight:800; box-shadow:0 14px 26px rgba(22,163,74,.28)}
.admin-brand-title{font-size:18px; font-weight:800; color:#fff}
.admin-brand-sub{font-size:12px; color:#94a3b8}
.admin-sidebar-summary{padding:14px; border-radius:18px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08)}
.admin-sidebar-summary-label{font-size:11px; text-transform:uppercase; letter-spacing:.14em; color:#93c5fd; margin-bottom:6px}
.admin-sidebar-summary-value{font-size:13px; color:#e2e8f0}
.admin-sidebar-close{display:none; margin-left:auto; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.06); color:#fff; width:38px; height:38px; border-radius:12px; cursor:pointer}
.admin-menu{display:flex; flex-direction:column; gap:8px}
.admin-menu-link{display:flex; align-items:center; gap:12px; padding:12px 14px; border-radius:16px; color:#cbd5e1; border:1px solid transparent; transition:.18s ease background,.18s ease transform,.18s ease border-color}
.admin-menu-link:hover{background:rgba(255,255,255,.08); color:#fff; transform:translateX(2px)}
.admin-menu-link.active{background:linear-gradient(135deg,rgba(22,163,74,.22),rgba(59,130,246,.18)); color:#fff; border-color:rgba(255,255,255,.12)}
.admin-menu-icon{width:26px; text-align:center; font-size:16px}
.admin-sidebar-foot{margin-top:auto}
.admin-content{flex:1; min-width:0; padding:30px 28px 40px}
.admin-content .section{margin:0}
.admin-content .admin-nav{display:none}
.admin-content .link{color:#475569}
.admin-mobile-toggle{
  display:none; position:fixed; top:14px; left:14px; z-index:90; width:46px; height:46px; border-radius:14px;
  border:1px solid rgba(15,23,42,.08); background:#fff; box-shadow:0 16px 32px rgba(15,23,42,.12); cursor:pointer;
}
.admin-mobile-toggle.is-hidden{display:none !important}
.admin-sidebar-overlay{display:none; position:fixed; inset:0; background:rgba(15,23,42,.42); z-index:84}
.admin-sidebar-overlay.open{display:block}
.admin-section-head{margin-bottom:20px}
.section-head-actions{display:flex; gap:10px; flex-wrap:wrap}
.eyebrow{font-size:12px; text-transform:uppercase; letter-spacing:.16em; color:#64748b; margin-bottom:8px; font-weight:700}
.admin-kpi-grid{grid-template-columns:repeat(4, minmax(0,1fr)); margin-bottom:18px}
.admin-kcard{border-radius:24px; padding:20px; border:1px solid rgba(255,255,255,.8); box-shadow:0 16px 36px rgba(15,23,42,.06); background:linear-gradient(180deg,#fff,rgba(255,255,255,.95))}
.admin-kcard.accent-orange{background:linear-gradient(180deg,#fff,#f0fdf4)}
.admin-kcard.accent-blue{background:linear-gradient(180deg,#fff,#eff6ff)}
.admin-kcard.accent-gold{background:linear-gradient(180deg,#fff,#fffbeb)}
.admin-kcard.accent-green{background:linear-gradient(180deg,#fff,#f0fdf4)}
.admin-dashboard-split{grid-template-columns:minmax(0,1.7fr) minmax(320px,1fr); align-items:start}
.admin-surface{border-radius:24px; border:1px solid rgba(255,255,255,.85); box-shadow:0 18px 42px rgba(15,23,42,.06); background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.92))}
.card-head-row{display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:14px}
.inline-filter{display:flex; gap:10px; align-items:end; flex-wrap:wrap}
.inline-filter input[type="month"]{min-width:160px}
.sales-summary-grid,.funnel-card-grid,.page-card-grid,.customer-card-grid{display:grid; gap:16px}
.sales-summary-item,.funnel-card,.page-card,.customer-card{
  border:1px solid rgba(15,23,42,.08); border-radius:22px; background:#fff; padding:16px; box-shadow:0 12px 30px rgba(15,23,42,.04)
}
.sales-summary-top,.funnel-card-head,.page-card-top,.customer-card-top{display:flex; justify-content:space-between; gap:12px; align-items:flex-start}
.sales-product-title,.funnel-card-title,.page-card-title,.customer-name{font-weight:800; font-size:17px}
.sales-summary-stats,.customer-details{display:grid; gap:12px; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:14px}
.sales-summary-stats div,.customer-details div,.mini-stat,.mini-stat-card{
  border:1px solid rgba(15,23,42,.06); border-radius:18px; padding:12px 14px; background:rgba(248,250,252,.9)
}
.sales-summary-stats strong,.customer-details strong,.mini-stat strong,.mini-stat-card strong{display:block; margin-top:4px; font-size:18px}
.admin-mini-stats,.customer-summary-grid,.report-summary-grid{display:grid; gap:12px; grid-template-columns:repeat(2,minmax(0,1fr))}
.modern-summary-card{overflow:hidden}
.modern-note{margin-top:16px; border-radius:18px}
.admin-toolbar{display:flex; justify-content:space-between; gap:16px; align-items:flex-start; flex-wrap:wrap; margin-bottom:18px}
.toolbar-copy{max-width:720px}
.toolbar-badges{display:flex; gap:8px; flex-wrap:wrap}
.funnel-flow{display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:16px 0}
.funnel-flow span{display:grid; place-items:center; padding:10px 8px; border-radius:999px; background:#f8fafc; border:1px dashed rgba(15,23,42,.12); font-size:13px; font-weight:700}
.funnel-meta-list,.page-card-body{display:grid; gap:10px; margin-top:6px}
.funnel-meta-row{display:flex; flex-direction:column; gap:4px}
.funnel-card-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.admin-form-shell{display:grid; gap:18px; grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr)}
.stack-form{display:grid; gap:14px}
.guide-steps{display:grid; gap:12px}
.guide-step{display:flex; gap:12px; align-items:flex-start; border:1px solid rgba(15,23,42,.08); border-radius:18px; padding:12px 14px; background:#fff}
.guide-step span{width:28px; height:28px; border-radius:999px; display:grid; place-items:center; font-weight:800; background:#f0fdf4; color:#166534}
.link-card-list{display:grid; gap:12px; margin-top:16px}
.modern-check{padding:12px 14px; border:1px solid rgba(15,23,42,.08); border-radius:16px; background:#fff}
.customer-avatar{width:48px; height:48px; border-radius:16px; display:grid; place-items:center; font-weight:800; background:linear-gradient(135deg,#16a34a,#86efac); color:#111827; box-shadow:0 10px 20px rgba(22,163,74,.18)}
.customer-card-top{display:grid; grid-template-columns:auto 1fr auto; align-items:center}
.empty-state{display:flex; gap:14px; align-items:center; border:1px dashed rgba(15,23,42,.14); border-radius:22px; padding:22px; background:#fff}
.empty-state-icon{width:52px; height:52px; border-radius:18px; display:grid; place-items:center; background:#eff6ff; font-size:24px}
.table-wrap{overflow:auto}
.table{width:100%; border-collapse:collapse}
.table th,.table td{padding:12px 14px; border-bottom:1px solid rgba(15,23,42,.08); text-align:left; vertical-align:top}
.table th{font-size:13px; color:#64748b; font-weight:700; background:#f8fafc}
.admin-table tbody tr:hover{background:#fffaf5}
.report-table td:nth-child(2){min-width:220px}
.pill.soft{background:#f0fdf4; border:1px solid rgba(22,163,74,.15)}
.pill.success{background:#ecfdf5; border:1px solid rgba(34,197,94,.18); color:#166534}
@media (min-width: 900px){
  .sales-summary-grid,.funnel-card-grid,.page-card-grid,.customer-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 991px){
  .admin-mobile-toggle{display:grid; place-items:center}
  .admin-sidebar{position:fixed; top:0; left:0; z-index:85; transform:translateX(-105%); transition:transform .22s ease; height:100vh; width:min(82vw,300px)}
  .admin-sidebar.open{transform:translateX(0)}
  .admin-sidebar-close{display:inline-grid; place-items:center}
  .admin-content{padding:74px 16px 28px}
  .admin-kpi-grid{grid-template-columns:1fr 1fr}
  .admin-dashboard-split,.admin-form-shell{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .section-head{align-items:flex-start; flex-direction:column}
  .customer-card-top{grid-template-columns:auto 1fr}
  .customer-card-top .pill{grid-column:1 / -1; justify-self:start}
  .sales-summary-stats,.customer-details,.admin-mini-stats,.customer-summary-grid,.report-summary-grid{grid-template-columns:1fr 1fr}
  .funnel-flow{grid-template-columns:1fr}
  .inline-filter{width:100%}
  .inline-filter input[type="month"]{width:100%}
}

.list-shell{display:flex;flex-direction:column;gap:0}
.admin-list-head,.admin-list-row{grid-template-columns:2fr 1.4fr .9fr 2fr 1.4fr}
.admin-page-list{grid-template-columns:1.8fr 1fr 1.8fr .9fr 1.2fr}
.admin-user-list{grid-template-columns:1.6fr 1.4fr 1fr .9fr 1.2fr}
.admin-url-cell a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.admin-surface .trow{border-bottom:1px solid rgba(148,163,184,.18)}
.admin-surface .trow:last-child{border-bottom:none}
@media (max-width: 900px){
  .admin-list-head{display:none}
  .admin-list-row,.admin-page-list,.admin-user-list,.admin-funnel-list{
    grid-template-columns:1fr !important;
    gap:10px;
    padding:14px;
  }
  .admin-list-row > div,.admin-page-list > div,.admin-user-list > div,.admin-funnel-list > div{
    display:flex;
    flex-direction:column;
    gap:4px;
  }
  .admin-list-row .row-actions,.admin-page-list .row-actions,.admin-user-list .row-actions,.admin-funnel-list .row-actions{
    flex-direction:row;
    flex-wrap:wrap;
  }
}


/* Admin search */
.admin-searchbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.toolbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.admin-search-input{
  min-width:260px;
  padding:10px 14px;
  border:1px solid rgba(148,163,184,.35);
  border-radius:12px;
  background:#fff;
  color:var(--text);
  outline:none;
  box-shadow:0 6px 18px rgba(15,23,42,.05);
}
.admin-search-input:focus{border-color:rgba(22,163,74,.55); box-shadow:0 0 0 4px rgba(22,163,74,.10)}

/* Dashboard sales summary list */
.sales-summary-list{display:flex;flex-direction:column;border:1px solid rgba(148,163,184,.16);border-radius:18px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,248,240,.98))}
.sales-list-head,.sales-list-row{
  display:grid;
  grid-template-columns:minmax(0,2fr) 170px 180px;
  gap:16px;
  align-items:center;
}
.sales-list-head{
  padding:14px 18px;
  background:linear-gradient(135deg,rgba(22,163,74,.12),rgba(132,204,22,.16));
  border-bottom:1px solid rgba(148,163,184,.14);
  font-weight:700;
}
.sales-list-row{
  padding:16px 18px;
  border-bottom:1px solid rgba(148,163,184,.12);
}
.sales-list-row:last-child{border-bottom:none}
.sales-list-product{display:flex;align-items:center;gap:12px;min-width:0}
.sales-thumb{
  width:56px;height:56px;flex:0 0 56px;border-radius:16px;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(22,163,74,.16),rgba(132,204,22,.22));
  border:1px solid rgba(22,163,74,.18);
  font-weight:700;
}
.sales-thumb img{width:100%;height:100%;object-fit:cover}
.sales-list-metric{display:flex;flex-direction:column;gap:4px}
.metric-label{font-size:12px;color:var(--muted)}
.sales-product-title{font-weight:700;line-height:1.35}

/* Product grid tweaks */
.product-list-grid{grid-template-columns:90px minmax(0,2fr) minmax(130px,1fr) 120px minmax(220px,1.2fr)}
.product-row{transition:background .15s ease}
.product-row:hover{background:rgba(22,163,74,.035)}

/* Reports colorful table */
.accent-surface{border:1px solid rgba(255,255,255,.4)}
.accent-orange-lite{background:linear-gradient(135deg,rgba(22,163,74,.12),rgba(255,255,255,.92))}
.accent-blue-lite{background:linear-gradient(135deg,rgba(59,130,246,.12),rgba(255,255,255,.92))}
.accent-gold-lite{background:linear-gradient(135deg,rgba(132,204,22,.18),rgba(255,255,255,.92))}
.accent-green-lite{background:linear-gradient(135deg,rgba(34,197,94,.14),rgba(255,255,255,.92))}
.colorful-report-shell{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.98))}
.colorful-report-table{border-collapse:separate;border-spacing:0 10px}
.colorful-report-table thead th{
  background:linear-gradient(135deg,rgba(17,24,39,.92),rgba(51,65,85,.96));
  color:#fff;border:none;padding:14px 16px;font-size:13px
}
.colorful-report-table thead th:first-child{border-radius:14px 0 0 14px}
.colorful-report-table thead th:last-child{border-radius:0 14px 14px 0}
.colorful-report-table tbody td{
  background:#fff;padding:14px 16px;border-top:1px solid rgba(148,163,184,.15);
  border-bottom:1px solid rgba(148,163,184,.15)
}
.colorful-report-table tbody td:first-child{
  border-left:1px solid rgba(148,163,184,.15);border-radius:14px 0 0 14px
}
.colorful-report-table tbody td:last-child{
  border-right:1px solid rgba(148,163,184,.15);border-radius:0 14px 14px 0
}
.colorful-report-table tbody tr:nth-child(odd) td{background:rgba(255,249,242,.95)}
.date-badge,.qty-badge,.order-badge,.sales-badge{
  display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px
}
.date-badge{background:rgba(59,130,246,.10);color:#1d4ed8}
.qty-badge{background:rgba(132,204,22,.22);color:#92400e;min-width:42px}
.order-badge{background:rgba(34,197,94,.14);color:#166534;min-width:42px}
.sales-badge{background:rgba(22,163,74,.14);color:#166534}
.responsive-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}

/* Settings responsiveness */
.admin-settings-page .section-head{align-items:center}
.admin-settings-card{
  border-radius:20px;
  box-shadow:0 16px 40px rgba(15,23,42,.06);
}
.admin-settings-page .grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.admin-settings-page textarea,
.admin-settings-page input[type="text"],
.admin-settings-page input[type="email"],
.admin-settings-page input[type="password"],
.admin-settings-page input[type="number"],
.admin-settings-page input[type="date"],
.admin-settings-page input[type="month"],
.admin-settings-page select{
  width:100%;
}
.admin-settings-page .logo-preview img{max-width:110px;border-radius:14px}

/* Mobile */
@media (max-width: 900px){
  .admin-search-input{min-width:100%;width:100%}
  .toolbar-actions{width:100%}
  .toolbar-actions .btn{width:100%}
  .responsive-filter-grid{grid-template-columns:1fr 1fr}
  .sales-list-head{display:none}
  .sales-list-row{
    grid-template-columns:1fr;
    gap:10px;
  }
  .sales-list-metric{
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding-top:6px;
    border-top:1px dashed rgba(148,163,184,.22);
  }
  .product-list-grid{grid-template-columns:1fr !important}
  .admin-settings-page .grid2{grid-template-columns:1fr}
  .colorful-report-table,
  .colorful-report-table thead,
  .colorful-report-table tbody,
  .colorful-report-table th,
  .colorful-report-table td,
  .colorful-report-table tr{display:block;width:100%}
  .colorful-report-table thead{display:none}
  .colorful-report-table tbody tr{
    margin:0 0 12px 0;
  }
  .colorful-report-table tbody td{
    border-left:1px solid rgba(148,163,184,.15) !important;
    border-right:1px solid rgba(148,163,184,.15) !important;
    border-radius:0 !important;
    padding:12px 14px 12px 42%;
    position:relative;
    min-height:48px;
  }
  .colorful-report-table tbody td:first-child{border-radius:16px 16px 0 0 !important}
  .colorful-report-table tbody td:last-child{border-radius:0 0 16px 16px !important}
  .colorful-report-table tbody td::before{
    content:attr(data-label);
    position:absolute;left:14px;top:12px;
    font-size:12px;font-weight:700;color:var(--muted)
  }
}
@media (max-width: 640px){
  .responsive-filter-grid{grid-template-columns:1fr}
  .sales-thumb{width:48px;height:48px;flex-basis:48px}
}

/* ===== 2026 custom upgrade overrides ===== */
:root{
  --site-max: 1440px;
  --surface-glass: rgba(255,255,255,.88);
}
html,body{overflow-x:hidden}
.site-shell{width:min(var(--site-max), calc(100vw - 32px)); margin:0 auto}
.main.main-wide{padding:26px 0 56px}

.modern-topbar{
  background:rgba(255,255,255,.82);
  border-bottom:1px solid rgba(148,163,184,.18);
  box-shadow:0 10px 28px rgba(15,23,42,.05);
}
.modern-navwrap{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  min-height:84px;
}
.centered-nav{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}
.centered-nav a{
  padding:10px 16px;
  border-radius:999px;
  color:#334155;
  font-weight:700;
  transition:all .18s ease;
}
.centered-nav a:hover,
.centered-nav a.active{
  color:#111827;
  background:linear-gradient(135deg, rgba(22,163,74,.12), rgba(132,204,22,.18));
  box-shadow:0 10px 24px rgba(22,163,74,.10);
}
.logo{height:52px}
.logo-text{font-size:22px;font-weight:800}
.header-actions{justify-content:flex-end}
.header-auth-stack{display:flex;align-items:center;gap:10px}
.header-auth-btn{white-space:nowrap}
.account-chip{
  display:flex;align-items:center;gap:12px;
  padding:8px 12px 8px 8px;
  border:1px solid rgba(148,163,184,.22);
  border-radius:999px;
  background:linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,247,237,.98));
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.account-chip-copy{display:flex;flex-direction:column;line-height:1.05}
.account-chip-copy small{color:#64748b;font-size:11px;font-weight:700}
.account-chip-copy strong{font-size:14px}
.account-avatar-img,.dashboard-avatar-img,.drawer-avatar-img{
  width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid rgba(22,163,74,.18)
}
.account-avatar-fallback,.dashboard-avatar-fallback,.drawer-avatar-fallback{
  width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(135deg,#16a34a,#84cc16);color:#111827;font-weight:800
}
.drawer-account-card{display:flex;align-items:center;gap:10px;margin-bottom:8px}

.modern-footer{
  margin-top:34px;
  padding:26px 0;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,247,237,.96));
  border-top:1px solid rgba(148,163,184,.16);
}
.modern-footwrap{
  display:grid;
  grid-template-columns:1.2fr 1fr auto;
  gap:22px;
  align-items:start;
}
.footer-nav{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.footer-nav a{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(148,163,184,.18);font-weight:700;color:#334155}
.footer-payment-card{justify-self:end;display:flex;flex-direction:column;gap:10px;align-items:flex-start}
.footer-payment-label{font-size:12px;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.mfs-badge{
  display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:16px;
  background:#fff;border:1px solid rgba(233,30,99,.18);box-shadow:0 14px 26px rgba(233,30,99,.08)
}
.mfs-mark{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#e2136e;color:#fff;font-weight:800;font-size:20px;font-style:italic}
.mfs-text{font-weight:800;color:#e2136e;font-size:18px}

.home-hero-card{
  display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:center;
  padding:28px;border-radius:28px;border:1px solid rgba(148,163,184,.16);
  background:linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,248,240,.96));
  box-shadow:0 22px 50px rgba(15,23,42,.07);
}
.hero-kicker{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(22,163,74,.12);font-weight:800;color:#166534;margin-bottom:12px}
.hero-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.hero-mini-card{padding:18px;border-radius:22px;background:#fff;border:1px solid rgba(148,163,184,.16);display:grid;gap:6px;text-align:center}
.hero-mini-card strong{font-size:26px}
.hero-mini-card span{font-size:13px;color:#64748b;font-weight:700}
.home-section-head{margin-bottom:16px}
.category-grid-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,1fr);gap:12px;overflow-x:auto;padding-bottom:6px}
.category-grid-row::-webkit-scrollbar{height:8px}
.category-grid-row::-webkit-scrollbar-thumb{background:rgba(148,163,184,.25);border-radius:999px}
.category-tile{
  border:1px solid rgba(148,163,184,.18);background:#fff;border-radius:20px;padding:16px 18px;
  display:flex;align-items:center;justify-content:center;gap:10px;min-height:72px;cursor:pointer;
  font-weight:800;color:#0f172a;box-shadow:0 14px 32px rgba(15,23,42,.05);transition:all .18s ease
}
.category-tile:hover,.category-tile.active{transform:translateY(-2px);border-color:rgba(22,163,74,.32);background:linear-gradient(135deg, rgba(22,163,74,.12), rgba(132,204,22,.16))}
.category-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#f0fdf4;color:#16a34a;font-size:18px}
.product-home-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.product-home-card{position:relative;box-shadow:0 16px 36px rgba(15,23,42,.07)}
.product-home-card:hover{transform:translateY(-6px);box-shadow:0 22px 42px rgba(22,163,74,.15)}
.product-home-media{overflow:hidden}
.product-home-card .card-img{transition:transform .25s ease}
.product-home-card:hover .card-img{transform:scale(1.05)}
.product-card-topline{display:flex;justify-content:flex-start;margin-bottom:8px}
.product-card-tag{display:inline-flex;padding:5px 10px;border-radius:999px;background:#f0fdf4;color:#166534;font-size:12px;font-weight:800}
.product-home-pricing{align-items:center;justify-content:space-between}
.product-home-pricing .price{font-size:20px;font-weight:900}

.product-page-shell{max-width:980px;margin:0 auto}
.product-single-wrap{display:grid;gap:20px}
.product-gallery-top{position:static;max-width:760px;margin:0 auto}
.product-gallery{border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 24px 46px rgba(15,23,42,.08)}
.product-gallery .gimg{aspect-ratio:1/1;object-fit:cover}
.product-thumbs{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:14px}
.product-thumbs .thumb{width:86px;height:86px}
.product-single-content{display:grid;gap:14px;max-width:760px;margin:0 auto}
.product-headline{margin:0;font-size:clamp(28px,4vw,40px);font-weight:900;line-height:1.2;color:#0f172a}
.product-price-card{display:flex;flex-wrap:nowrap;align-items:center;gap:12px;padding:16px 18px;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.05);overflow-x:auto;scrollbar-width:none}
.product-price-card::-webkit-scrollbar{display:none}
.price-meta-item{display:inline-flex;align-items:center;gap:8px;min-width:fit-content;position:relative;white-space:nowrap}
.price-meta-item:not(:last-child)::after{content:"";width:1px;height:22px;background:rgba(148,163,184,.22);margin-left:4px}
.price-meta-item .label{display:none}
.price-meta-item .value{font-size:16px;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:6px;white-space:nowrap}
.price-meta-item .value.current{font-size:24px;color:#0f172a}
.price-meta-item .value.old{text-decoration:line-through;color:#94a3b8}
.price-meta-item .value.stock{padding:10px 14px;border-radius:999px;background:#eaf7ef;color:#166534;border:1px solid rgba(34,197,94,.18);font-size:15px}
.stars{color:#111827;letter-spacing:0}
.rating-text{font-weight:900;color:#0f172a}
.product-short-note{padding:16px 18px;border-radius:22px;background:#fff;border:1px solid rgba(148,163,184,.12);box-shadow:0 10px 24px rgba(15,23,42,.04)}
.product-short-note p{margin:0;color:#334155;line-height:1.75}
.product-service-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.service-mini-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;border:1px solid rgba(148,163,184,.12);background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.04)}
.service-mini-card-delivery{background:linear-gradient(180deg,#fff,#fffaf2);border-color:rgba(22,163,74,.16)}
.service-mini-card-payment{background:linear-gradient(180deg,#fff,#f8fbff);border-color:rgba(59,130,246,.14)}
.service-icon{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;flex:0 0 34px;background:#fff3e8;color:#16a34a;border:1px solid rgba(22,163,74,.14)}
.service-mini-card-payment .service-icon{background:#eff6ff;color:#2563eb;border-color:rgba(37,99,235,.14)}
.service-icon svg{width:16px;height:16px}
.service-title{font-size:14px;font-weight:800;color:#334155;line-height:1.15}
.service-copy{display:none}
.product-main-cta{margin:0}
.product-buy-btn{min-height:56px;font-size:18px;border-radius:16px;box-shadow:0 14px 30px rgba(22,163,74,.18);background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:0;color:#111827;font-weight:900}
.product-rich-card,.product-faq-card{padding:22px;border-radius:26px}
.product-rich-card h3,.product-faq-card h3{margin:0 0 14px;font-size:20px}
.product-rich-card .rich{line-height:1.8;color:#334155}

.dashboard-grid-two{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:18px}
.dashboard-profile-card{padding:20px}
.dashboard-profile-top{display:flex;align-items:center;gap:14px;margin-bottom:16px}

.admin-filter-stack{display:grid;gap:14px}
.status-filter-row{display:grid;grid-template-columns:repeat(2,minmax(0,220px)) 1fr;gap:14px;align-items:end}
.order-filter-grid{grid-template-columns:repeat(4,minmax(0,220px))}
.filter-actions-inline{display:flex;gap:10px;align-items:end;flex-wrap:wrap}
.bulk-action-bar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding:14px 0;border-top:1px solid rgba(148,163,184,.14);border-bottom:1px solid rgba(148,163,184,.14);margin-bottom:12px}
.bulk-check-all{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#334155}
.bulk-action-bar select{width:auto;min-width:220px;background:#fff}
.product-list-head,.order-list-grid{grid-template-columns:64px minmax(0,2fr) minmax(120px,.8fr) 120px minmax(180px,1fr)}
.order-list-grid{grid-template-columns:64px minmax(0,2fr) 140px 140px minmax(180px,1fr)}
.report-quickbar{display:grid;gap:16px;margin-bottom:18px}
.report-preset-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.report-preset-chip{
  display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;
  background:#fff;border:1px solid rgba(148,163,184,.18);font-weight:800;color:#334155;box-shadow:0 10px 24px rgba(15,23,42,.05)
}
.report-preset-chip.active,.report-preset-chip:hover{background:linear-gradient(135deg, rgba(22,163,74,.12), rgba(132,204,22,.18));border-color:rgba(22,163,74,.3);color:#111827}
.report-custom-row{display:grid;grid-template-columns:repeat(3,minmax(0,220px));gap:14px;align-items:end}
.report-summary-grid-modern{margin-bottom:18px}
.report-total-row td{font-weight:800}

@media (max-width: 1180px){
  .product-home-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .modern-footwrap{grid-template-columns:1fr;justify-items:start}
  .footer-nav{justify-content:flex-start}
  .footer-payment-card{justify-self:start}
}
@media (max-width: 991px){
  .modern-navwrap{grid-template-columns:auto auto;justify-content:space-between}
  .centered-nav{display:none}
  .menu-btn{display:flex}
  .header-auth-stack{display:none}
  .home-hero-card,.dashboard-grid-two,.product-extra-grid,.product-desktop-grid{grid-template-columns:1fr}
  .product-gallery-panel{position:static}
  .hero-mini-grid{grid-template-columns:repeat(3,1fr)}
  .product-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 720px){
  .site-shell{width:min(var(--site-max), calc(100vw - 20px))}
  .hero-mini-grid{grid-template-columns:1fr}
  .product-home-grid{grid-template-columns:1fr}
  .category-grid-row{grid-auto-columns:minmax(140px,75vw)}
  .status-filter-row,.order-filter-grid,.report-custom-row{grid-template-columns:1fr}
  .bulk-action-bar{align-items:stretch}
  .bulk-action-bar select,.bulk-action-bar .btn{width:100%}
  .product-list-head,.product-row,.order-list-grid{grid-template-columns:1fr !important}
  .product-row > div,.order-list-grid > div{display:flex;flex-direction:column;gap:4px}
  .product-row .row-actions,.order-list-grid .row-actions{flex-direction:row;flex-wrap:wrap}
  .account-chip-copy{display:none}
}


/* ===== 2026 follow-up polish ===== */
.tpl-home{
  background:
    linear-gradient(180deg, #edf6ff 0%, #ffffff 42%, #f4faff 100%);
}
.home-products-section{margin-top:18px}
.mobile-home-category-wrap{display:none}
.category-subheader{
  background:rgba(255,255,255,.78);
  border-bottom:1px solid rgba(148,163,184,.14);
  backdrop-filter:blur(10px);
}
.category-subheader-row{
  display:flex;
  align-items:center;
  gap:10px;
  overflow-x:auto;
  padding:10px 0 12px;
  scrollbar-width:none;
}
.category-subheader-row::-webkit-scrollbar{display:none}
.subcat-chip,
.category-tile{
  border:1px solid rgba(148,163,184,.18);
  background:rgba(255,255,255,.96);
  color:#0f172a;
  border-radius:999px;
  padding:10px 16px;
  min-height:46px;
  font-weight:700;
  cursor:pointer;
  box-shadow:none;
  transition:all .18s ease;
  white-space:nowrap;
}
.subcat-chip:hover,
.subcat-chip.active,
.category-tile:hover,
.category-tile.active{
  border-color:rgba(59,130,246,.22);
  background:linear-gradient(135deg, rgba(219,234,254,.86), rgba(255,255,255,.96));
  color:#0f172a;
}
.compact-category-row{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:4px 0 4px;
  scrollbar-width:none;
}
.compact-category-row::-webkit-scrollbar{display:none}
.category-grid-row{padding-bottom:0}
.category-icon{display:none}

.modern-nav-shell{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  min-height:78px;
}
.header-menu-btn{
  display:none;
  width:44px;
  height:44px;
  border-radius:14px;
}
.header-brand{justify-self:start}
.centered-nav{display:flex;justify-content:center;align-items:center;gap:12px}
.header-actions{justify-content:flex-end}
.account-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:11px 14px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.2);
  background:linear-gradient(135deg, rgba(255,255,255,.98), rgba(239,246,255,.98));
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  font-weight:700;
  color:#0f172a;
}
.account-link-icon{
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eff6ff;
  font-size:14px;
}
.admin-account-link .account-link-icon{background:#ede9fe}
.account-chip{
  gap:10px;
  padding:7px 12px 7px 7px;
}
.account-chip-copy small{font-size:12px;color:#475569}
.account-chip-copy strong{font-size:14px}
.account-avatar-img,.account-avatar-fallback{width:40px;height:40px}

.modern-footer{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(237,246,255,.94));
}
.mfs-logo-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(226,232,240,.9);
  box-shadow:0 14px 24px rgba(15,23,42,.06);
}
.mfs-logo{
  height:38px;
  width:auto;
  object-fit:contain;
}

.product-home-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-home-card{
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,252,255,.98));
}
.product-home-card .card-body{padding:14px}
.product-home-card .card-title{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:48px;
}
.product-home-card .card-desc{
  min-height:38px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.product-home-pricing .price{font-size:18px}

.checkout-modern{
  grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr);
  gap:20px;
  align-items:start;
}
.checkout-summary-card,
.checkout-form-card,
.auth-card{
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,251,255,.96));
  border:1px solid rgba(219,234,254,.9);
  box-shadow:0 22px 44px rgba(15,23,42,.08);
}
.checkout-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.checkout-eyebrow{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:12px;
  font-weight:800;
  margin-bottom:8px;
}
.checkout-count-badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:#f0fdf4;
  color:#166534;
  font-size:12px;
  font-weight:800;
  border:1px solid rgba(34,197,94,.2);
}
.checkout-summary-list{
  display:grid;
  gap:12px;
}
.checkout-summary-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 16px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(226,232,240,.9);
}
.checkout-item-price{font-weight:800;color:#0f172a}
.checkout-benefits{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:18px 0;
}
.checkout-benefit{
  padding:9px 12px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid rgba(226,232,240,.95);
  font-weight:700;
  color:#334155;
  font-size:13px;
}
.checkout-total-row{
  padding-top:18px;
  border-top:1px dashed rgba(148,163,184,.28);
  font-size:20px;
  font-weight:900;
}
.modern-checkout-form{display:grid;gap:14px}
.modern-field{
  display:grid;
  gap:8px;
}
.modern-field label{
  font-size:14px;
  font-weight:700;
  color:#334155;
}
.modern-field input,
.modern-field select,
.modern-field textarea{
  border-radius:16px;
  border:1px solid rgba(203,213,225,.95);
  background:#fff;
  min-height:52px;
  padding:14px 16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.modern-field input:focus,
.modern-field select:focus,
.modern-field textarea:focus{
  outline:none;
  border-color:rgba(59,130,246,.45);
  box-shadow:0 0 0 4px rgba(59,130,246,.08);
}
.checkout-user-note{
  padding:12px 14px;
  border-radius:16px;
  background:#eff6ff;
  border:1px solid rgba(147,197,253,.32);
}
.modern-paybox{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 18px;
  border-radius:22px;
  background:linear-gradient(135deg, #fff, #f3f8f2);
  border:1px solid rgba(236,72,153,.15);
}
.paybox-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:110px;
  padding:10px 12px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(236,72,153,.16);
}
.paybox-logo img{
  height:34px;
  width:auto;
  object-fit:contain;
}
.checkout-submit-btn{
  min-height:54px;
  border-radius:18px;
  font-size:16px;
}

.auth-card{padding:22px}
.auth-form{display:grid;gap:14px}
.auth-register-link{
  color:#16a34a;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:4px;
}
.auth-register-note{color:#64748b}

@media (max-width: 991px){
  .modern-nav-shell{
    grid-template-columns:auto 1fr auto;
    min-height:72px;
  }
  .header-menu-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    order:1;
  }
  .header-brand{
    order:2;
    justify-self:center;
  }
  .centered-nav{
    display:none;
  }
  .header-actions{
    order:3;
  }
  .category-subheader{
    display:none;
  }
  .mobile-home-category-wrap{
    display:block;
    margin-top:12px;
  }
  .account-chip{
    padding:6px 10px;
  }
  .account-chip-copy{
    display:flex;
  }
  .account-chip-copy small{
    display:block;
    font-size:13px;
    font-weight:700;
    color:#0f172a;
  }
  .account-chip-copy strong{
    display:none;
  }
}
@media (max-width: 720px){
  .site-shell{width:min(var(--site-max), calc(100vw - 18px))}
  .product-home-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .product-home-card .card-body{padding:12px}
  .product-home-card .card-title{
    font-size:14px;
    min-height:42px;
  }
  .product-home-card .card-desc{display:none}
  .product-home-pricing{
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
  }
  .checkout-modern{
    grid-template-columns:1fr;
  }
  .modern-paybox{
    flex-direction:column;
    align-items:flex-start;
  }
  .account-link{
    padding:9px 10px;
    gap:8px;
  }
  .account-link span:last-child{
    font-size:13px;
  }
}
@media (max-width: 420px){
  .product-home-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .account-link span:last-child,
  .account-chip-copy small{
    font-size:12px;
  }
  .logo{height:42px}
}


/* ===== 2026 request update ===== */
.sticky-category-subheader{position:sticky;top:78px;z-index:39}
.category-subheader-row{gap:18px;padding:8px 0 9px}
.subcat-chip{
  display:inline-flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;min-height:auto;
  color:#334155;font-weight:700;border-radius:0;box-shadow:none
}
.subcat-chip:hover,.subcat-chip.active{background:transparent;color:#0f172a;border-color:transparent;box-shadow:none}
.subcat-chip .subcat-icon{color:var(--primary);font-size:11px;line-height:1}
.mobile-home-category-wrap .category-tile{
  min-height:38px;padding:8px 14px;border-radius:999px;font-size:14px;background:#fff;border:1px solid rgba(191,219,254,.9)
}
.product-section-head h2{margin-bottom:0}
.checkout-summary-card-minimal .checkout-summary-list{gap:8px}
.checkout-summary-card-minimal .checkout-summary-item{
  padding:10px 0;border-radius:0;background:transparent;border:0;border-bottom:1px solid rgba(226,232,240,.9)
}
.checkout-summary-card-minimal .checkout-summary-item:last-child{border-bottom:0}
.checkout-card-head-minimal{margin-bottom:10px;align-items:center}
.checkout-item-name{font-size:15px;line-height:1.45}
.checkout-summary-card-minimal .checkout-total-row{padding-top:12px;margin-top:8px}
.modern-paybox{align-items:center}
.footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,max-content));gap:10px 18px;justify-content:start}
.footer-nav a{padding:0;background:transparent;border:0;border-radius:0;color:#334155;font-weight:700}
.footer-nav a:hover{color:var(--primary)}
.footer-site-logo{display:inline-flex;align-items:center}
.footer-logo-img{height:48px;width:auto;object-fit:contain}
.account-link,.account-link-icon,.subcat-chip .subcat-icon,.footer-nav a:hover,.category-tile.active,.category-tile:hover{color:var(--primary)}
.account-link{color:#0f172a}
.account-link-icon{background:rgba(22,163,74,.12);color:var(--primary)}
.account-chip .account-avatar-fallback{background:linear-gradient(135deg,#22c55e,#86efac)}
@media (max-width: 991px){
  .sticky-category-subheader{display:none}
  .modern-paybox{flex-direction:row;justify-content:space-between;align-items:center}
  .account-link{padding:8px;border-radius:14px;min-width:42px;justify-content:center}
  .account-link-text{display:none}
}
@media (max-width: 720px){
  .home-section-head,.mobile-home-category-wrap .section-head{display:none}
  .mobile-home-category-wrap{margin-top:10px}
  .modern-paybox{padding:14px 16px}
  .pay-title{display:inline-block;margin-right:8px}
  .paybox > div:first-child{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}
  .paybox > div:first-child .muted.small{margin:0}
  .footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
  .modern-footwrap{gap:18px}
}


/* ===== 2026 request update v4 ===== */
:root{
  --bg:#fbfaf7;
  --soft:#fffaf2;
}
html,body{background:var(--bg);}
body{
  background:
    radial-gradient(1200px 700px at 8% -12%, rgba(255, 236, 179, .34), transparent 60%),
    radial-gradient(1100px 640px at 100% 0%, rgba(255, 221, 214, .22), transparent 56%),
    linear-gradient(180deg, #fdfcf8 0%, #fbfaf7 48%, #fffdfa 100%);
}
.topbar,
.modern-topbar{
  background:rgba(255,255,252,.88);
}
.main{padding:14px 0 42px}
.main.main-wide{padding:14px 0 42px}
.section{margin:16px 0}
.home-products-section{margin-top:10px}
.mobile-home-category-wrap{margin-top:6px}
.tpl-home{background:transparent}

.category-tile,
.subcat-chip{
  color:var(--primary);
}
.category-tile:hover,
.category-tile.active,
.subcat-chip:hover,
.subcat-chip.active{
  color:var(--ok) !important;
}
.category-tile:hover,
.category-tile.active{
  border-color:rgba(22,163,74,.26);
  background:linear-gradient(135deg, rgba(22,163,74,.08), rgba(187,247,208,.18));
}
.subcat-chip:hover,
.subcat-chip.active{
  background:transparent;
}
.subcat-chip .subcat-icon,
.category-tile .category-icon{
  color:var(--primary);
}
.subcat-chip:hover .subcat-icon,
.subcat-chip.active .subcat-icon,
.category-tile:hover .category-icon,
.category-tile.active .category-icon{
  color:var(--ok) !important;
}
.category-subheader{
  background:linear-gradient(180deg, rgba(255,255,252,.97), rgba(253,250,245,.95));
}
.sticky-category-subheader{top:73px}
.category-subheader-row{padding:6px 0 7px}
.mobile-home-category-wrap .category-tile{
  color:var(--primary);
  border-color:rgba(34,197,94,.22);
  background:rgba(255,255,255,.92);
}
.mobile-home-category-wrap .category-tile:hover,
.mobile-home-category-wrap .category-tile.active{
  color:var(--ok) !important;
  border-color:rgba(22,163,74,.28);
  background:linear-gradient(135deg, rgba(22,163,74,.08), rgba(255,255,255,.96));
}

.modern-footer{
  background:linear-gradient(180deg, rgba(255,255,252,.97), rgba(251,247,240,.96));
}

@media (max-width: 991px){
  .modern-nav-shell{min-height:68px}
  .main,
  .main.main-wide{padding-top:10px}
  .account-link,
  .account-chip{
    padding:0;
    border:0;
    background:transparent;
    box-shadow:none;
    min-width:auto;
    border-radius:0;
  }
  .account-link-icon,
  .account-chip .account-avatar-img,
  .account-chip .account-avatar-fallback{
    width:36px;
    height:36px;
    min-width:36px;
    border-radius:50%;
    background:transparent !important;
    border:1.5px solid rgba(22,163,74,.7);
    box-shadow:none;
    display:grid;
    place-items:center;
    overflow:hidden;
    color:var(--primary);
  }
  .account-link-icon{
    font-size:16px;
    line-height:1;
  }
  .account-chip-copy{display:none !important}
}

@media (max-width: 991px){
  .product-price-card{gap:10px 14px}
  .price-meta-item .value.current{font-size:22px}
}
@media (max-width: 720px){
  .product-single-content{gap:12px}
  .product-headline{font-size:28px}
  .product-price-card{gap:10px;padding:14px 16px;border-radius:20px}
  .price-meta-item{gap:6px}
  .price-meta-item:not(:last-child)::after{height:18px}
  .price-meta-item .value{font-size:14px}
  .price-meta-item .value.current{font-size:20px}
  .price-meta-item .value.stock{padding:8px 12px;font-size:14px}
  .product-service-row{grid-template-columns:1fr 1fr;gap:10px}
  .service-mini-card{padding:10px 11px;border-radius:15px;align-items:center}
  .service-icon{width:32px;height:32px;flex-basis:32px}
  .service-icon svg{width:15px;height:15px}
  .service-title{font-size:13px}
  .sticky-buy{left:10px;right:10px;bottom:10px;padding:10px 10px 10px 14px;border-radius:18px}
  .sb-price{font-size:17px}
  .sb-btn{min-width:148px;padding:11px 14px;border-radius:14px}
}


/* Global page background (header/footer stay white) */
.main,
.admin-content,
body.raw-html-body .raw-html-wrap{background:#f6f7fb;}
.topbar,.modern-topbar,.category-subheader,.footer,.admin-sidebar{background:#ffffff;}


/* ===== 2026 request update v11 ===== */
:root{--bg:#f6f7fb;--soft:#ffffff}
html,body{background:#f6f7fb}
body{background:#f6f7fb}
.main.main-wide{padding:12px 0 26px}
.section{margin:14px 0}
.modern-footer{margin-top:12px;padding:20px 0}
.modern-topbar{
  background:#ffffff;
  border-bottom:1px solid rgba(226,232,240,.95);
  box-shadow:0 8px 22px rgba(15,23,42,.05);
}
.modern-navwrap{
  grid-template-columns:minmax(220px,max-content) 1fr auto;
  gap:22px;
  min-height:86px;
}
.header-brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand-mark{
  width:44px;height:44px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(180deg,#22c55e,#16a34a);color:#fff;font-weight:900;font-size:22px;
  box-shadow:0 12px 24px rgba(22,163,74,.22);
}
.logo{height:46px;width:auto;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;line-height:1.05;min-width:0}
.brand-title{font-size:18px;font-weight:900;color:#0f172a;white-space:nowrap}
.brand-subtitle{margin-top:6px;font-size:12px;font-weight:600;color:#64748b;white-space:nowrap}
.centered-nav{gap:10px;justify-content:center}
.centered-nav a{
  padding:8px 12px;background:transparent;border-radius:999px;
  color:#64748b;font-weight:800;box-shadow:none
}
.centered-nav a:hover,.centered-nav a.active{background:transparent;color:#0f172a;box-shadow:none}
.header-actions{display:flex;align-items:center;gap:12px}
.lang-switch,.account-link,.account-chip{
  min-height:48px;border-radius:999px;border:1px solid rgba(226,232,240,.95);background:#fff;
  box-shadow:0 8px 18px rgba(15,23,42,.04)
}
.lang-switch{
  display:inline-flex;align-items:center;justify-content:center;min-width:54px;padding:0 18px;
  color:var(--primary);font-weight:900;letter-spacing:.02em
}
.account-link{padding:8px 18px 8px 12px;gap:10px;color:#111827;font-weight:800}
.account-link-icon{width:26px;height:26px;min-width:26px;border:0;background:rgba(22,163,74,.14);position:relative}
.account-link-dot::before{content:'';width:10px;height:10px;border-radius:50%;background:var(--primary);display:block}
.account-chip{padding:6px 14px 6px 8px}
.category-subheader{background:#ffffff;border-bottom:1px solid rgba(226,232,240,.88)}
.sticky-category-subheader{top:86px;z-index:45}
.category-subheader-row{justify-content:center;gap:28px;padding:8px 0}
.subcat-chip{font-size:15px;font-weight:800;color:var(--primary)}
.subcat-chip:hover,.subcat-chip.active{color:var(--ok) !important}
.footer-nav{gap:10px 16px}
.sticky-buy{
  left:50%;right:auto;bottom:14px;transform:translate(-50%, calc(100% + 30px));
  width:min(560px, calc(100vw - 20px));max-width:560px;padding:12px;border-radius:20px;
}
.sticky-buy.show{transform:translate(-50%, 0)}
.sb-left{flex:0 0 92px;min-width:92px;padding-left:2px}
.sb-btn{
  min-height:42px;padding:12px 20px;border-radius:14px;
  background:linear-gradient(180deg,#22c55e 0%,#16a34a 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 8px 18px rgba(22,163,74,.22)
}
.sb-label{font-size:17px}
@media (min-width:900px){
  .sticky-buy{display:flex}
}
@media (max-width:991px){
  .modern-navwrap{grid-template-columns:auto 1fr auto;gap:12px;min-height:72px}
  .header-brand{justify-self:center;gap:10px}
  .lang-switch{display:none}
  .logo{height:42px}
  .sticky-category-subheader{display:none}
}
@media (max-width:720px){
  .main.main-wide{padding:10px 0 20px}
  .modern-footer{margin-top:8px;padding:18px 0}
  .sticky-buy{width:calc(100vw - 20px);bottom:10px;padding:10px;border-radius:18px}
}


/* ===== 2026 request update v12 ===== */
.main.main-wide{padding:10px 0 22px}
.modern-footer{margin-top:6px;padding:18px 0}
.footer-nav a{font-weight:500 !important}
.admin-sidebar{background:#0f172a !important;box-shadow:18px 0 42px rgba(15,23,42,.16)}
.admin-brand-sub,.admin-sidebar-summary-value,.admin-menu-link{filter:none !important;text-shadow:none !important}
.admin-menu-link{background:transparent;color:#dbe4f0}
.admin-menu-link:hover{background:rgba(255,255,255,.06)}
.admin-sidebar-summary{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.07)}
.category-subheader-row{justify-content:center !important;text-align:center}
.sticky-buy{display:flex !important;left:50%;right:auto;bottom:12px;width:min(560px, calc(100vw - 20px));transform:translate(-50%, calc(100% + 34px));opacity:0;pointer-events:none}
.sticky-buy.show{transform:translate(-50%, 0);opacity:1;pointer-events:auto}
.sb-btn{min-height:42px;border-radius:14px;background:linear-gradient(180deg,#22c55e 0%,#15803d 100%);color:#111827;font-weight:900}
@media (max-width:991px){.modern-navwrap{grid-template-columns:48px minmax(0,1fr) auto;gap:10px;min-height:74px}.header-brand{justify-self:center;text-align:center;gap:10px;max-width:100%}.brand-copy{display:flex !important;align-items:center;text-align:center}.brand-title{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:46vw}.brand-subtitle{display:none}.header-actions{justify-content:flex-end}.account-link{padding:8px 12px;gap:8px}.account-link-text{display:inline-block !important;font-size:13px;font-weight:800}.account-link-icon{width:24px;height:24px;min-width:24px}.logo{height:42px}}
@media (max-width:720px){.sticky-buy{width:calc(100vw - 16px);bottom:8px;padding:8px;border-radius:18px}.sb-left{flex-basis:84px;min-width:84px}.sb-price{font-size:18px}.sb-btn{min-width:unset;width:100%;padding:12px 16px}.brand-title{max-width:40vw;font-size:15px}}


/* ===== update v13 ===== */
body:not(.admin-body):not(.raw-html-body){background:#f6f7fb}
body.tpl-product .main.main-wide{padding-bottom:calc(var(--sb-height, 0px) + 20px)}
.products-toolbar{display:grid;gap:14px}
.products-search input{width:100%;height:46px;border-radius:14px;border:1px solid rgba(17,24,39,.08);background:#fff;padding:0 14px;font:inherit;color:#111827}
.products-filter-chips{display:flex;flex-wrap:wrap;gap:10px}
.products-filter-chip{padding:8px 14px;border-radius:999px;background:#fff;border:1px solid rgba(17,24,39,.08);font-weight:700;color:#16a34a}
.products-filter-chip.active,.products-filter-chip:hover{color:#fff;background:#16a34a;border-color:#16a34a}
.products-page-grid-wrap{margin-top:8px}
.sticky-buy{z-index:999;display:flex !important}
.sticky-buy.show{opacity:1;pointer-events:auto}
@media (max-width:991px){
  .header-brand{justify-content:center}
  .header-brand .brand-copy{display:none !important}
  .header-brand .logo{width:42px;height:42px;max-width:42px;object-fit:cover;object-position:left center;border-radius:12px}
  .header-brand .brand-mark{width:42px;height:42px}
  .modern-navwrap{grid-template-columns:48px 1fr auto}
  .products-toolbar{gap:12px}
}


/* ===== 2026 request update v14 ===== */
/* Mobile header logo: icon only, no circle, no border, no mask */
@media (max-width:991px){
  .header-brand{justify-self:center;gap:0 !important;display:flex;justify-content:center;width:100%}
  .header-brand .brand-copy{display:none !important}
  .header-brand .logo{
    width:auto !important;
    height:38px !important;
    max-width:none !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    object-fit:contain !important;
    object-position:center center !important;
    padding:0 !important;
    display:block;
  }
  .header-brand .brand-mark{
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    color:var(--primary);
    width:auto;
    height:auto;
    min-width:0;
    font-size:32px;
  }
}

/* Sticky Buy Now: screenshot-like and reliably visible after scroll */
body.tpl-product .sticky-buy{
  position:fixed !important;
  left:50% !important;
  right:auto !important;
  bottom:max(10px, env(safe-area-inset-bottom, 0px)) !important;
  width:min(560px, calc(100vw - 16px)) !important;
  max-width:560px !important;
  display:flex !important;
  align-items:center;
  gap:12px;
  padding:10px 10px 10px 14px !important;
  background:#ffffff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:18px !important;
  box-shadow:0 16px 36px rgba(15,23,42,.14) !important;
  transform:translate(-50%, calc(100% + 28px)) !important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  z-index:9999 !important;
  transition:transform .28s ease, opacity .28s ease, visibility .28s ease;
}
body.tpl-product .sticky-buy.show{
  transform:translate(-50%, 0) !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}
body.tpl-product .sticky-buy .sb-left{
  flex:0 0 86px;
  min-width:86px;
  gap:4px;
}
body.tpl-product .sticky-buy .sb-price{font-size:16px;font-weight:900;color:#111827;line-height:1.05}
body.tpl-product .sticky-buy .sb-orig{font-size:11px;color:#9ca3af;text-decoration:line-through;font-weight:700;line-height:1}
body.tpl-product .sticky-buy .sb-form{flex:1;display:flex}
body.tpl-product .sticky-buy .sb-btn{
  width:100%;
  min-height:42px;
  border-radius:14px !important;
  border:1px solid rgba(22,163,74,.2) !important;
  background:linear-gradient(180deg,#22c55e 0%, #15803d 100%) !important;
  color:#111827 !important;
  font-weight:900 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28), 0 8px 18px rgba(22,163,74,.22) !important;
}
body.tpl-product .sticky-buy .sb-label{font-size:17px;font-weight:900}
@media (min-width:992px){
  body.tpl-product .sticky-buy{width:min(560px, calc(100vw - 32px)) !important;bottom:14px !important}
}
@media (max-width:640px){
  body.tpl-product .sticky-buy{width:calc(100vw - 12px) !important;gap:10px;padding:8px 8px 8px 12px !important;border-radius:16px !important}
  body.tpl-product .sticky-buy .sb-left{flex:0 0 72px;min-width:72px}
  body.tpl-product .sticky-buy .sb-price{font-size:15px}
  body.tpl-product .sticky-buy .sb-orig{font-size:10px}
  body.tpl-product .sticky-buy .sb-btn{min-height:40px;padding:11px 16px !important}
  body.tpl-product .sticky-buy .sb-label{font-size:15px}
}


/* ===== final sticky/mobile logo fix ===== */
@media (max-width:991px){
  .header-brand .brand-copy{display:none !important}
  .header-brand .logo{
    height:38px !important;
    width:auto !important;
    max-width:none !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    outline:0 !important;
    padding:0 !important;
    object-fit:contain !important;
    object-position:center center !important;
    -webkit-mask:none !important;
    mask:none !important;
  }
  .header-brand .brand-mark{
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    outline:0 !important;
  }
}

body.tpl-product .sticky-buy{
  position:fixed !important;
  left:50% !important;
  right:auto !important;
  bottom:calc(8px + env(safe-area-inset-bottom, 0px)) !important;
  width:min(560px, calc(100vw - 14px)) !important;
  max-width:560px !important;
  align-items:center !important;
  gap:10px !important;
  padding:8px 8px 8px 12px !important;
  background:#fff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:16px !important;
  box-shadow:0 14px 30px rgba(15,23,42,.14) !important;
  transform:translate(-50%, calc(100% + 28px)) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  z-index:9999 !important;
  transition:transform .28s ease, opacity .28s ease, visibility .28s ease !important;
}
body.tpl-product .sticky-buy.show{
  transform:translate(-50%, 0) !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}
body.tpl-product .sticky-buy .sb-left{
  flex:0 0 72px !important;
  min-width:72px !important;
  display:flex !important;
  flex-direction:column !important;
  line-height:1.05 !important;
}
body.tpl-product .sticky-buy .sb-price{font-size:15px !important;font-weight:900 !important;color:#111827 !important}
body.tpl-product .sticky-buy .sb-orig{font-size:10px !important;color:#9ca3af !important;text-decoration:line-through !important;font-weight:700 !important}
body.tpl-product .sticky-buy .sb-form{flex:1 !important;display:flex !important;margin:0 !important}
body.tpl-product .sticky-buy .sb-btn{
  width:100% !important;
  min-height:42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:14px !important;
  border:1px solid rgba(22,163,74,.18) !important;
  background:linear-gradient(180deg,#22c55e 0%,#15803d 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 8px 18px rgba(22,163,74,.18) !important;
  color:#111827 !important;
  padding:10px 16px !important;
}
body.tpl-product .sticky-buy .sb-label{font-size:15px !important;font-weight:900 !important}
@media (min-width:900px){
  body.tpl-product .sticky-buy{display:none !important}
}
@media (max-width:899px){
  body.tpl-product .sticky-buy{display:flex !important}
  body.tpl-product .main.main-wide{padding-bottom:92px !important}
}


/* ===== sticky buy emergency final fix ===== */
@media (max-width:899px){
  body.tpl-product .sticky-buy{display:flex !important;left:50% !important;right:auto !important;bottom:calc(10px + env(safe-area-inset-bottom, 0px)) !important;width:calc(100vw - 16px) !important;max-width:560px !important;border-radius:16px !important;z-index:2147483000 !important}
  body.tpl-product .header-brand .logo, body.tpl-product .header-brand .brand-mark{border:none !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;outline:none !important;-webkit-mask:none !important;mask:none !important}
}

/* ===== final requested fix: sticky buy always visible on mobile, no hidden state ===== */
@media (max-width:899px){
  body.tpl-product .sticky-buy,
  body.tpl-product .sticky-buy.show{
    display:flex !important;
    position:fixed !important;
    left:50% !important;
    right:auto !important;
    bottom:calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    width:calc(100vw - 16px) !important;
    max-width:560px !important;
    transform:translate(-50%, 0) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    z-index:2147483640 !important;
  }
  body.tpl-product .main.main-wide,
  body.tpl-product .main{
    padding-bottom:96px !important;
  }

  /* Mobile logo: plain logo only, no circle, no border, no mask */
  .topbar .brand .logo,
  .modern-topbar .brand .logo,
  .header-brand .logo{
    height:38px !important;
    width:auto !important;
    max-width:none !important;
    border:none !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    outline:none !important;
    padding:0 !important;
    object-fit:contain !important;
    -webkit-mask:none !important;
    mask:none !important;
    clip-path:none !important;
  }
  .topbar .brand .brand-mark,
  .modern-topbar .brand .brand-mark,
  .header-brand .brand-mark{
    border:none !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    outline:none !important;
    padding:0 !important;
    -webkit-mask:none !important;
    mask:none !important;
    clip-path:none !important;
  }
}


/* ===== v18 final sticky buy fix ===== */
@media (max-width:899px){
  body.tpl-product .sticky-buy{
    display:flex !important;
    position:fixed !important;
    left:50% !important;
    right:auto !important;
    bottom:calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    width:calc(100vw - 16px) !important;
    max-width:560px !important;
    align-items:center !important;
    gap:10px !important;
    padding:8px 8px 8px 12px !important;
    background:#fff !important;
    border:1px solid rgba(15,23,42,.08) !important;
    border-radius:16px !important;
    box-shadow:0 14px 30px rgba(15,23,42,.14) !important;
    transform:translate(-50%, calc(100% + 28px)) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    z-index:2147483640 !important;
    transition:transform .28s ease, opacity .28s ease, visibility .28s ease !important;
  }
  body.tpl-product .sticky-buy.show,
  body.tpl-product .sticky-buy.is-visible{
    transform:translate(-50%, 0) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }
  body.tpl-product .sticky-buy .sb-left{
    flex:0 0 72px !important;
    min-width:72px !important;
    display:flex !important;
    flex-direction:column !important;
    line-height:1.05 !important;
  }
  body.tpl-product .sticky-buy .sb-price{font-size:15px !important;font-weight:900 !important;color:#111827 !important}
  body.tpl-product .sticky-buy .sb-orig{font-size:10px !important;color:#9ca3af !important;text-decoration:line-through !important;font-weight:700 !important}
  body.tpl-product .sticky-buy .sb-form{flex:1 !important;display:flex !important;margin:0 !important}
  body.tpl-product .sticky-buy .sb-btn{
    width:100% !important;
    min-height:42px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:14px !important;
    border:1px solid rgba(22,163,74,.18) !important;
    background:linear-gradient(180deg,#22c55e 0%,#15803d 100%) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 8px 18px rgba(22,163,74,.18) !important;
    color:#111827 !important;
    padding:10px 16px !important;
  }
  body.tpl-product .sticky-buy .sb-label{font-size:15px !important;font-weight:900 !important}
  body.tpl-product .main.main-wide,
  body.tpl-product .main{padding-bottom:96px !important}
}
@media (min-width:900px){
  body.tpl-product .sticky-buy{display:none !important}
}


/* ===== v20 hard fix: sticky buy + plain mobile logo ===== */
@media (max-width: 899px){
  body.tpl-product .sticky-buy{
    display:flex !important;
    position:fixed !important;
    left:50% !important;
    right:auto !important;
    bottom:calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    width:calc(100vw - 16px) !important;
    max-width:560px !important;
    align-items:center !important;
    gap:10px !important;
    padding:8px 8px 8px 12px !important;
    background:#ffffff !important;
    border:1px solid rgba(15,23,42,.08) !important;
    border-radius:16px !important;
    box-shadow:0 14px 30px rgba(15,23,42,.14) !important;
    transform:translate(-50%, calc(100% + 28px)) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    z-index:2147483640 !important;
    transition:transform .28s ease, opacity .28s ease, visibility .28s ease !important;
  }
  body.tpl-product .sticky-buy.show{
    transform:translate(-50%, 0) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }
  body.tpl-product .sticky-buy .sb-left{
    flex:0 0 72px !important;
    min-width:72px !important;
    display:flex !important;
    flex-direction:column !important;
    line-height:1.05 !important;
  }
  body.tpl-product .sticky-buy .sb-price{font-size:15px !important;font-weight:900 !important;color:#111827 !important}
  body.tpl-product .sticky-buy .sb-orig{font-size:10px !important;color:#9ca3af !important;text-decoration:line-through !important;font-weight:700 !important}
  body.tpl-product .sticky-buy .sb-form{flex:1 !important;display:flex !important;margin:0 !important}
  body.tpl-product .sticky-buy .sb-btn{
    width:100% !important;
    min-height:42px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:14px !important;
    border:1px solid rgba(22,163,74,.18) !important;
    background:linear-gradient(180deg,#22c55e 0%,#15803d 100%) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 8px 18px rgba(22,163,74,.18) !important;
    color:#111827 !important;
    padding:10px 16px !important;
  }
  body.tpl-product .sticky-buy .sb-offer{display:none !important}
  body.tpl-product .sticky-buy .sb-label{font-size:15px !important;font-weight:900 !important}
  body.tpl-product .main,
  body.tpl-product .main.main-wide{padding-bottom:96px !important}

  .topbar .brand .logo,
  .modern-topbar .brand .logo,
  .header-brand .logo,
  .brand .logo{
    height:38px !important;
    width:auto !important;
    max-width:none !important;
    border:none !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    outline:none !important;
    padding:0 !important;
    object-fit:contain !important;
    object-position:center center !important;
    overflow:visible !important;
    clip-path:none !important;
    -webkit-mask:none !important;
    mask:none !important;
  }
  .topbar .brand,
  .modern-topbar .brand,
  .header-brand,
  .brand{background:transparent !important;border:none !important;box-shadow:none !important;border-radius:0 !important}
}
@media (min-width: 900px){
  body.tpl-product .sticky-buy{display:none !important}
}


/* ===== v21 branding + payment methods ===== */
.header-brand-logo-only{gap:0 !important;justify-content:flex-start}
.header-brand-logo-only .logo{height:54px;width:54px;max-width:54px;object-fit:contain;border-radius:18px;display:block}
.header-brand-logo-only .brand-mark{width:54px;height:54px}
@media (max-width:991px){
  .header-brand-logo-only{justify-content:center !important}
  .header-brand-logo-only .logo{height:42px !important;width:42px !important;max-width:42px !important;border-radius:14px !important}
}
.footer-payment-list{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap}
.payment-badge{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;font-weight:800;font-size:13px;background:#f0fdf4;color:#14532d;border:1px solid rgba(22,163,74,.16)}
.payment-badge.cod{background:#eff6ff;color:#1d4ed8;border-color:rgba(59,130,246,.18)}
.modern-paybox-select{display:grid;gap:14px;align-items:stretch}
.paybox-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.payment-method-grid{display:grid;gap:12px}
.payment-method-card{display:block;cursor:pointer}
.payment-method-card input{position:absolute;opacity:0;pointer-events:none}
.payment-method-card-ui{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid rgba(148,163,184,.24);background:#fff;transition:.22s ease box-shadow,.22s ease border-color,.22s ease transform}
.payment-method-card:hover .payment-method-card-ui{transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.06)}
.payment-method-main{display:flex;align-items:center;gap:12px;min-width:0}
.payment-method-icon{width:56px;height:56px;min-width:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#f0fdf4;border:1px solid rgba(22,163,74,.14);overflow:hidden}
.payment-method-card-manual .payment-method-icon{background:#f0fdf4;border-color:rgba(232,62,140,.16)}
.payment-method-card-cod .payment-method-icon{background:#eff6ff;border-color:rgba(59,130,246,.16)}
.payment-method-icon img{max-width:38px;max-height:38px;object-fit:contain}
.payment-method-cod-icon{font-size:28px;line-height:1}
.payment-method-copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.payment-method-copy strong{font-size:16px;color:#0f172a}
.payment-method-copy small{font-size:12px;color:#64748b;line-height:1.5}
.payment-method-check{width:24px;height:24px;min-width:24px;border-radius:999px;border:2px solid rgba(148,163,184,.5);position:relative;transition:.2s ease all}
.payment-method-card input:checked + .payment-method-card-ui{border-color:rgba(22,163,74,.42);box-shadow:0 16px 32px rgba(22,163,74,.12);background:linear-gradient(180deg,#fffdf9 0%,#ffffff 100%)}
.payment-method-card input:checked + .payment-method-card-ui .payment-method-check{border-color:#16a34a;background:#16a34a}
.payment-method-card input:checked + .payment-method-card-ui .payment-method-check::after{content:'';position:absolute;left:6px;top:2px;width:7px;height:12px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}
.payment-method-admin-form{display:grid;gap:14px}
.payment-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid rgba(148,163,184,.2);border-radius:18px;background:#fff;cursor:pointer}
.payment-toggle-main{display:flex;align-items:center;gap:12px;min-width:0}
.payment-toggle-main strong{display:block;font-size:16px;color:#0f172a}
.payment-toggle-main small{display:block;margin-top:4px;color:#64748b;line-height:1.55}
.payment-toggle-icon{width:56px;height:56px;min-width:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#f0fdf4;border:1px solid rgba(22,163,74,.14);font-size:28px}
.payment-toggle-icon.manual{background:#f0fdf4;border-color:rgba(232,62,140,.16)}
.payment-toggle-icon.manual img{max-width:38px;max-height:38px;object-fit:contain}
.payment-toggle-icon.cod{background:#eff6ff;border-color:rgba(59,130,246,.16)}
.payment-toggle-switch{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#f8fafc;border:1px solid rgba(148,163,184,.2);font-weight:800;color:#334155}
.payment-toggle-switch input{width:18px;height:18px}
@media (max-width:720px){
  .payment-method-card-ui,.payment-toggle-row{padding:14px}
  .payment-method-icon,.payment-toggle-icon{width:50px;height:50px;min-width:50px;border-radius:14px}
  .payment-toggle-row{flex-direction:column;align-items:flex-start}
  .payment-toggle-switch{width:100%;justify-content:center}
}


/* ===== v22 header search + thank you refresh ===== */
.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}
.modern-topbar{padding:10px 0 !important}
.modern-navwrap{min-height:64px !important;grid-template-columns:auto minmax(0,1fr) auto !important;gap:18px;align-items:center}
.header-center-cluster{display:flex;align-items:center;justify-content:center;gap:16px;min-width:0}
.centered-nav{justify-content:center;flex-wrap:nowrap}
.desktop-live-search{position:relative;display:flex;align-items:center;min-width:260px;max-width:300px;width:100%;padding:0 14px 0 40px;height:44px;border-radius:999px;background:#fff;border:1px solid rgba(148,163,184,.22);box-shadow:0 10px 24px rgba(15,23,42,.04)}
.desktop-live-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:16px;color:#94a3b8}
.desktop-live-search input{width:100%;height:100%;border:none;outline:none;background:transparent;font:inherit;color:#0f172a;padding:0}
.desktop-live-search input::placeholder{color:#94a3b8}
.desktop-live-search-results{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border:1px solid rgba(226,232,240,.95);border-radius:20px;box-shadow:0 20px 50px rgba(15,23,42,.12);padding:8px;display:grid;gap:4px;z-index:70;max-height:min(60vh,420px);overflow:auto}
.desktop-live-search-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:14px;color:#0f172a;text-decoration:none}
.desktop-live-search-item:hover{background:#f0fdf4}
.desktop-live-search-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.desktop-live-search-copy strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.desktop-live-search-copy span{font-size:12px;color:#64748b}
.desktop-live-search-price{font-size:12px;font-weight:800;color:#16a34a;white-space:nowrap}
.desktop-live-search-empty{padding:14px 12px;border-radius:14px;background:#f8fafc;color:#64748b;font-size:13px}
.thankyou-shell{display:grid;gap:14px;min-width:0;max-width:100%}
.thankyou-shell,.thankyou-shell *{box-sizing:border-box}
.thankyou-hero{display:grid;gap:14px;padding:18px !important;background:linear-gradient(180deg,#ffffff 0%,#fffaf5 100%) !important;border:1px solid rgba(22,163,74,.12) !important;min-width:0;overflow:hidden;border-radius:22px !important}
.thankyou-badge{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:28px;font-weight:900;box-shadow:0 16px 34px rgba(34,197,94,.18)}
.thankyou-kicker{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#f0fdf4;border:1px solid rgba(22,163,74,.12);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#166534;max-width:100%;width:max-content}
.thankyou-copy,.thankyou-copy h1,.thankyou-copy p,.thankyou-main,.thankyou-side,.thankyou-block,.thankyou-side-card{min-width:0}
.thankyou-copy h1{margin:0;font-size:clamp(24px,6vw,38px);line-height:1.14;color:#0f172a;overflow-wrap:anywhere;word-break:break-word;letter-spacing:-.02em}
.thankyou-copy p{margin:6px 0 0;color:#475569;max-width:62ch;overflow-wrap:anywhere;font-size:14px;line-height:1.65}
.thankyou-meta-grid{display:grid;grid-template-columns:1fr;gap:10px;min-width:0}
.thankyou-meta-item{padding:14px 15px;border-radius:16px;background:#fff;border:1px solid rgba(226,232,240,.9);display:grid;gap:4px;min-width:0}
.thankyou-meta-item span{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-weight:700}
.thankyou-meta-item strong{font-size:15px;color:#0f172a;white-space:normal;overflow-wrap:anywhere;word-break:break-word}
.thankyou-grid{display:grid;grid-template-columns:1fr;gap:14px;align-items:start;min-width:0}
.thankyou-main,.thankyou-side{display:grid;gap:14px}
.thankyou-block,.thankyou-side-card{padding:18px !important;border-radius:20px !important;overflow:hidden}
.thankyou-block-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px;flex-wrap:wrap}
.thankyou-block-head h3,.thankyou-side-card h3{margin:0;color:#0f172a;min-width:0;font-size:18px;line-height:1.2}
.thankyou-note-list,.thankyou-step-list,.thankyou-mini-list{display:grid;gap:10px;min-width:0}
.thankyou-note-card{padding:14px;border-radius:16px;background:#f8fafc;border:1px solid rgba(226,232,240,.9);min-width:0}
.thankyou-note-title{font-weight:800;color:#0f172a;margin-bottom:5px;overflow-wrap:anywhere}
.thankyou-note-body{color:#475569;line-height:1.65;word-break:break-word;overflow-wrap:anywhere;font-size:14px}
.thankyou-download-list{display:grid;gap:10px;min-width:0}
.thankyou-download-row{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:12px;padding:14px;border-radius:16px;background:#f8fafc;border:1px solid rgba(226,232,240,.9);min-width:0}
.thankyou-download-copy{display:grid;gap:5px;min-width:0;width:100%}
.thankyou-download-copy strong{font-size:15px;color:#0f172a;word-break:break-word;overflow-wrap:anywhere}
.thankyou-download-copy span{font-size:13px;color:#64748b;line-height:1.6;overflow-wrap:anywhere}
.thankyou-download-actions{display:flex;gap:8px;flex-wrap:wrap;max-width:100%;width:100%}
.thankyou-download-actions .btn{width:100%;justify-content:center}
.thankyou-pending-chip{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:12px;font-weight:800;max-width:100%;text-align:center;width:100%}
.thankyou-mini-row{display:grid;grid-template-columns:1fr;gap:4px;padding:10px 0;border-bottom:1px solid rgba(226,232,240,.8);min-width:0}
.thankyou-mini-row:last-child{border-bottom:none;padding-bottom:0}
.thankyou-mini-row span{font-size:12px;color:#64748b}
.thankyou-mini-row strong{font-size:14px;color:#0f172a;text-align:left;word-break:break-word;overflow-wrap:anywhere;min-width:0}
.thankyou-step-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;min-width:0}
.thankyou-step-item span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#f0fdf4;color:#166534;font-weight:900;font-size:14px}
.thankyou-step-item p{margin:0;color:#475569;line-height:1.6;overflow-wrap:anywhere;font-size:14px}
.thankyou-side-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;width:100%}
.thankyou-side-actions .btn{width:100%;justify-content:center}
.admin-sidebar{overflow-y:auto;overflow-x:hidden;padding-bottom:28px}
.admin-menu{padding-bottom:8px}
.admin-sidebar-foot{position:sticky;bottom:0;padding-top:12px;background:linear-gradient(180deg,rgba(15,23,42,0),rgba(15,23,42,.82) 26%,rgba(15,23,42,.96) 100%)}
@media (min-width:640px){
  .thankyou-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:992px){
  .thankyou-shell{gap:18px}
  .thankyou-hero{padding:24px !important;border-radius:24px !important}
  .thankyou-meta-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .thankyou-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:18px}
  .thankyou-block,.thankyou-side-card{padding:22px !important;border-radius:24px !important}
  .thankyou-download-row{flex-direction:row;align-items:center;justify-content:space-between;gap:16px}
  .thankyou-download-copy{flex:1 1 260px;width:auto}
  .thankyou-download-actions{width:auto}
  .thankyou-download-actions .btn{width:auto}
  .thankyou-mini-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
  .thankyou-mini-row strong{text-align:right}
  .thankyou-side-actions{width:auto}
  .thankyou-side-actions .btn{width:auto}
}
@media (max-width:991px){
  .modern-topbar{padding:8px 0 !important}
  .modern-navwrap{min-height:58px !important;grid-template-columns:48px 1fr auto !important;gap:10px}
  .header-center-cluster{display:block}
  .desktop-live-search{display:none}
}
@media (max-width:420px){
  .thankyou-shell{gap:12px}
  .thankyou-hero,.thankyou-block,.thankyou-side-card{padding:16px !important;border-radius:18px !important}
  .thankyou-copy h1{font-size:22px}
  .thankyou-copy p,.thankyou-note-body,.thankyou-step-item p{font-size:13px}
  .thankyou-badge{width:50px;height:50px;border-radius:16px;font-size:24px}
}
.order-status-shell{display:grid;gap:18px}.order-status-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.order-status-kicker{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#f0fdf4;border:1px solid rgba(22,163,74,.14);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#166534;margin-bottom:8px}.order-status-head h1{margin:0;font-size:clamp(28px,4vw,40px);line-height:1.1}.order-status-subcopy{margin:10px 0 0;max-width:68ch}.order-status-total-box{padding:16px 18px;border-radius:20px;background:linear-gradient(180deg,#ffffff 0%,#fffaf5 100%);border:1px solid rgba(22,163,74,.14);display:grid;gap:6px;min-width:180px}.order-status-total-box span{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.order-status-total-box strong{font-size:26px;line-height:1.1;color:#0f172a}.order-status-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:18px;align-items:start}.order-status-main,.order-status-side{display:grid;gap:18px}.order-status-card{display:grid;gap:16px}.order-status-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.order-status-card-head h3{margin:0}.order-status-card-head-stack{align-items:flex-start}.order-status-card-head-stack p{margin:8px 0 0;max-width:60ch}.order-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.order-meta-item{padding:14px 16px;border-radius:18px;background:#f8fafc;border:1px solid rgba(226,232,240,.9);display:grid;gap:6px;min-width:0}.order-meta-item span{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.order-meta-item strong{font-size:15px;color:#0f172a;overflow-wrap:anywhere}.order-item-list{display:grid;gap:12px}.order-item-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:#fff}.order-item-price{font-weight:800;color:#16a34a;white-space:nowrap}.order-retry-card{background:linear-gradient(180deg,#ffffff 0%,#fffaf7 100%) !important;border:1px solid rgba(22,163,74,.16) !important}.order-retry-form{display:grid;gap:16px}.order-retry-methods{grid-template-columns:repeat(2,minmax(0,1fr))}.order-retry-actions{display:flex;gap:12px;flex-wrap:wrap}.order-status-note{position:sticky;top:96px}.pill.warning{background:rgba(234,179,8,.14);border:1px solid rgba(234,179,8,.3);color:#a16207}.pill.soft{background:#f8fafc;border:1px solid rgba(226,232,240,.9);color:#334155}@media (max-width: 980px){.order-status-grid{grid-template-columns:1fr}.order-status-note{position:static}}@media (max-width: 720px){.order-status-total-box{width:100%}.order-meta-grid,.order-retry-methods{grid-template-columns:1fr}.order-item-row{align-items:flex-start;flex-direction:column}.order-item-price{white-space:normal}.order-status-card-head,.order-status-head{align-items:flex-start}.order-retry-actions .btn{width:100%;justify-content:center}}


/* thank you page mobile hardening */
.tpl-thank_you .section,.tpl-funnel-thank_you .section{overflow-x:clip}
.tpl-thank_you .site-shell,.tpl-funnel-thank_you .site-shell{max-width:min(100%,1120px)}
.tpl-thank_you .card-lite,.tpl-funnel-thank_you .card-lite{max-width:100%}


/* ===== v23 desktop search toggle + minimal mobile header ===== */
.modern-topbar,.modern-navwrap,.header-actions,.desktop-search-pop{overflow:visible}
.modern-topbar{padding:6px 0 !important}
.modern-navwrap{min-height:56px !important;gap:14px !important}
.header-brand-logo-only .logo{height:var(--header-logo-size,54px);width:auto;max-width:220px;border-radius:0;object-fit:contain}
.header-brand-logo-only .brand-mark{width:var(--header-logo-size,54px);height:var(--header-logo-size,54px)}
.header-center-cluster{justify-content:flex-start}
.centered-nav{display:flex;align-items:center;gap:20px}
.desktop-search-pop{position:relative;display:flex;align-items:center}
.header-search-toggle{width:40px;height:40px;border:none;border-radius:999px;background:#f8fafc;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;cursor:pointer;box-shadow:0 0 0 1px rgba(148,163,184,.2) inset}
.header-search-toggle:hover{background:#f0fdf4}
.header-search-toggle.is-active{background:#f0fdf4;box-shadow:0 0 0 1px rgba(22,163,74,.22) inset}
.desktop-live-search-panel{position:absolute;top:calc(100% + 8px);right:0;width:min(360px,42vw);background:#fff;border:1px solid rgba(226,232,240,.96);border-radius:18px;box-shadow:0 20px 50px rgba(15,23,42,.14);padding:12px;z-index:120}
.desktop-live-search-panel[hidden]{display:none !important}
.desktop-live-search{min-width:100%;max-width:none;width:100%;height:46px;box-shadow:none;border:1px solid rgba(148,163,184,.22)}
.desktop-live-search-results{position:static;top:auto;left:auto;right:auto;margin-top:8px;box-shadow:none;border-radius:14px;max-height:320px;border:1px solid rgba(226,232,240,.95)}
.category-subheader{margin-top:0 !important}
.sticky-category-subheader{top:68px !important}
.category-subheader-row{padding:4px 0 6px !important}

@media (max-width:991px){
  .modern-topbar{padding:6px 0 !important}
  .modern-navwrap{grid-template-columns:44px minmax(0,1fr) !important;min-height:54px !important;gap:10px !important}
  .header-center-cluster,.lang-switch,.account-chip,.account-link,.desktop-search-pop,.header-actions{display:none !important}
  .header-menu-btn{display:inline-flex !important;align-items:center;justify-content:center;justify-self:start;width:44px;height:44px;margin:0;padding:0;border:none;background:transparent;box-shadow:none;font-size:24px;color:#0f172a}
  .header-brand{justify-self:end !important;display:flex !important;align-items:center;justify-content:flex-end !important;min-width:0}
  .header-brand-logo-only .logo{height:40px !important;width:auto !important;max-width:160px !important;border-radius:0 !important}
  .sticky-category-subheader{top:60px !important}
}

/* ===== targeted admin list updates ===== */
.order-list-grid{display:grid;grid-template-columns:72px minmax(180px,1.2fr) minmax(220px,1.5fr) 130px 150px 92px 98px;gap:12px;align-items:center}
.order-list-head{font-weight:700;background:#f8fafc}
.order-list-row-inline{padding:14px 10px}
.order-product-name,.order-row-subinfo{word-break:break-word}
.product-title-cell{display:flex;align-items:center;gap:12px;min-width:0}
.product-admin-thumb{width:52px;height:52px;flex:0 0 52px;border-radius:14px}
.report-list-shell{background:#fff}
.report-list-head,.report-list-row{display:grid;grid-template-columns:minmax(0,2fr) 140px 110px 150px 170px;gap:16px;align-items:center}
.report-list-head{padding:14px 18px;background:linear-gradient(135deg,rgba(17,24,39,.92),rgba(51,65,85,.96));color:#fff;font-weight:700}
.report-list-row{padding:16px 18px;border-bottom:1px solid rgba(148,163,184,.12)}
.report-list-row:last-child{border-bottom:none}
.report-thumb{width:54px;height:54px;flex:0 0 54px}
.report-total-row-list{background:rgba(255,249,242,.85)}

@media (max-width: 900px){
  .card-lite{overflow:hidden}
  .order-list-head,.product-list-head,.report-list-head{min-width:max-content}
  .order-list-row-inline,.product-row,.report-list-row{min-width:max-content}
  .order-list-grid{grid-template-columns:56px minmax(170px,1.2fr) minmax(220px,1.5fr) 120px 140px 86px 92px}
  .product-list-grid{grid-template-columns:56px minmax(240px,1.8fr) minmax(120px,1fr) 110px minmax(210px,1.2fr) !important}
  .report-list-head,.report-list-row{grid-template-columns:minmax(240px,2fr) 110px 100px 130px 150px}
  .bulk-action-bar,.admin-toolbar,.status-filter-row,.order-filter-grid,.report-custom-row,.report-preset-row{overflow-x:auto}
}

@media (max-width: 640px){
  .order-list-grid{grid-template-columns:50px 170px 220px 110px 130px 82px 88px;gap:10px;font-size:13px}
  .product-list-grid{grid-template-columns:50px 230px 120px 100px 200px !important;gap:10px}
  .report-list-head,.report-list-row{grid-template-columns:230px 96px 90px 120px 140px;gap:10px}
  .product-admin-thumb,.report-thumb,.sales-thumb{width:46px;height:46px;flex-basis:46px}
  .row-actions .btn,.order-list-row-inline .btn{padding:8px 10px;font-size:12px}
}

.admin-order-list-card .bulk-action-bar{overflow-x:auto}


/* ===== admin requested minimal updates ===== */
.admin-body .section > .section-head,
.admin-body .section > .section-head.admin-section-head{align-items:center;justify-content:flex-end;min-height:auto;margin-bottom:14px}
.admin-body .section > .section-head > h1,
.admin-body .section > .section-head > .muted,
.admin-body .section > .section-head > p.muted,
.admin-body .section > .section-head > div:first-child > .eyebrow,
.admin-body .section > .section-head > div:first-child > h1,
.admin-body .section > .section-head > div:first-child > .muted,
.admin-body .section > .section-head > div:first-child > p.muted{display:none}
.admin-body .section > .section-head > div:first-child:empty{display:none}

.report-quickbar{padding:12px 14px;border:1px solid rgba(226,232,240,.9);border-radius:20px;background:#fff}
.report-filter-row{display:flex;align-items:center;gap:10px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}
.report-filter-row::-webkit-scrollbar{display:none}
.report-preset-row{flex-wrap:nowrap}
.report-preset-chip,.report-export-link,.report-date-chip{flex:0 0 auto;min-height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(203,213,225,.95);background:#fff;color:#334155;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;white-space:nowrap}
.report-preset-chip.active,.report-preset-chip:hover,.report-date-chip.active,.report-date-chip:focus-within{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}
.report-custom-inline{display:flex;align-items:center;flex:0 0 auto;margin:0}
.report-date-chip{position:relative;gap:8px;cursor:pointer;overflow:hidden}
.report-date-chip input[type=date]{position:absolute;inset:0;opacity:.01;cursor:pointer;border:0;padding:0;min-height:100%;width:100%}
.report-export-link{text-decoration:none}
.report-table-card{overflow:hidden}
.report-list-shell{overflow-x:auto;-webkit-overflow-scrolling:touch}
.report-list-head,.report-list-row{min-width:980px}

@media (max-width: 720px){
  .admin-body .section{padding-top:6px}
  .admin-body .section > .section-head,
  .admin-body .section > .section-head.admin-section-head{margin-bottom:10px}
  .report-quickbar{padding:10px 10px 12px;border-radius:18px}
  .report-filter-row{gap:8px}
  .report-preset-chip,.report-export-link,.report-date-chip{min-height:38px;padding:0 12px;font-size:13px}
  .report-summary-grid-modern{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .report-list-head,.report-list-row{min-width:860px}
}

/* Admin mobile UX refresh */
.admin-bottom-nav{display:none}
.admin-mobile-toggle-arrow{
  border-radius:0 16px 16px 0;
  width:40px;
  height:74px;
  left:0;
  top:50%;
  transform:translateY(-50%);
  background:linear-gradient(180deg,#0f172a,#1e293b);
  color:#fff;
  border:0;
  box-shadow:10px 18px 34px rgba(15,23,42,.22);
  font-size:22px;
  font-weight:800;
}
.admin-mobile-toggle-arrow.is-open{transform:translateY(-50%) rotate(180deg)}
@media (max-width: 991px){
  .admin-content{padding:14px 14px 96px !important}
  .admin-content .section{padding-top:0}
  .admin-section-head{display:none !important}
  .admin-sidebar{padding-bottom:108px}
  .admin-bottom-nav{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:8px;
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:88;
    padding:10px;
    border-radius:24px;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(18px);
    box-shadow:0 18px 38px rgba(15,23,42,.14);
    border:1px solid rgba(148,163,184,.18);
  }
  .admin-bottom-link{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    min-height:58px;
    border-radius:18px;
    color:#475569;
    font-size:11px;
    font-weight:800;
    text-align:center;
    padding:8px 4px;
    transition:.18s ease;
  }
  .admin-bottom-link.active{
    background:linear-gradient(180deg,#f0fdf4,#ffedd5);
    color:#ea580c;
    box-shadow:inset 0 0 0 1px rgba(22,163,74,.14);
  }
  .admin-bottom-icon{font-size:18px;line-height:1}
  .admin-bottom-label{line-height:1.1}
  .admin-products-page .admin-list-card{
    overflow-x:auto;
    padding-bottom:8px;
  }
  .admin-products-page .product-list-head{display:grid !important; min-width:760px}
  .admin-products-page .product-list-grid{
    display:grid !important;
    grid-template-columns:52px minmax(260px,1.6fr) minmax(130px,.9fr) minmax(110px,.8fr) minmax(220px,1fr) !important;
    align-items:center;
    gap:14px;
    min-width:760px;
  }
  .admin-products-page .product-row{padding:14px 12px}
  .admin-products-page .product-list-grid > div{min-width:0}
  .admin-products-page .product-title-cell{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px}
  .admin-products-page .row-actions{display:flex !important;flex-direction:row !important;flex-wrap:nowrap;gap:8px;justify-content:flex-start}
}
@media (max-width: 640px){
  .admin-mobile-toggle-arrow{height:66px;width:36px;font-size:20px}
  .admin-bottom-nav{left:8px;right:8px;bottom:8px;padding:8px;gap:6px;border-radius:20px}
  .admin-bottom-link{min-height:54px;font-size:10px;padding:7px 2px}
  .admin-bottom-icon{font-size:17px}
}

/* Sleek Interface theme override: fashion / clothing / accessories / gifts */
:root{
  --primary:#0b1f3a;
  --primary-2:#163b66;
  --accent:#d8b26e;
  --ink:#0f172a;
  --muted:#64748b;
  --surface:#ffffff;
  --surface-2:#f3f6fa;
  --line:#dbe3ee;
  --shadow:0 22px 70px rgba(11,31,58,.12);
}
html,body{background:linear-gradient(180deg,#f7f9fc 0%,#eef3f8 100%);color:var(--ink);font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 0%,rgba(22,59,102,.12),transparent 34%),radial-gradient(circle at 85% 5%,rgba(216,178,110,.14),transparent 28%);z-index:-1;}
.header,.site-header,.topbar{backdrop-filter:saturate(160%) blur(16px);background:rgba(255,255,255,.82)!important;border-bottom:1px solid rgba(219,227,238,.8)!important;box-shadow:0 12px 40px rgba(11,31,58,.06)!important;}
.brand,.logo,.site-logo{letter-spacing:-.04em;font-weight:900;color:var(--primary)!important;}
.nav a,.footer-nav a{color:#334155!important;font-weight:700;}
.nav a:hover,.footer-nav a:hover{color:var(--primary-2)!important;}
.section-head h1,.hero h1,.product-title,h1,h2,h3{letter-spacing:-.045em;color:var(--primary);}
.card,.card-lite,.product-card,.checkout-form-card,.admin-settings-card,.thankyou-hero,.thankyou-block,.order-status-card{background:rgba(255,255,255,.92)!important;border:1px solid rgba(219,227,238,.95)!important;border-radius:28px!important;box-shadow:var(--shadow)!important;}
.product-card,.card-lite{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.product-card:hover,.card-lite:hover{transform:translateY(-3px);border-color:rgba(22,59,102,.28)!important;box-shadow:0 28px 80px rgba(11,31,58,.16)!important;}
.btn,.button,button{border-radius:999px!important;font-weight:850;letter-spacing:-.01em;}
.btn.primary,.button.primary,button.primary,.checkout-submit-btn{background:linear-gradient(135deg,var(--primary),var(--primary-2))!important;border:0!important;color:#fff!important;box-shadow:0 14px 34px rgba(11,31,58,.24)!important;}
.btn.ghost,.button.ghost{background:#fff!important;border:1px solid var(--line)!important;color:var(--primary)!important;}
input,textarea,select{border-radius:16px!important;border:1px solid var(--line)!important;background:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.75);}
input:focus,textarea:focus,select:focus{outline:0!important;border-color:rgba(22,59,102,.55)!important;box-shadow:0 0 0 4px rgba(22,59,102,.10)!important;}
.payment-method-card-ui,.payment-toggle-row{border-radius:22px!important;border:1px solid var(--line)!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;}
.payment-method-card input:checked + .payment-method-card-ui{border-color:var(--primary-2)!important;box-shadow:0 16px 42px rgba(22,59,102,.14)!important;}
.payment-method-icon,.payment-toggle-icon{background:linear-gradient(135deg,#e9eef6,#fff)!important;color:var(--primary)!important;border:1px solid var(--line)!important;font-weight:900;}
.footer,.site-footer{background:#07182c!important;color:#e5edf7!important;border-top:1px solid rgba(255,255,255,.1)!important;}
.footer .muted,.site-footer .muted{color:#b8c5d6!important;}
.footer-payment-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#eef6ff;border-radius:999px;padding:8px 12px;font-weight:800;font-size:13px;margin:3px;}
.pill{border-radius:999px!important;font-weight:850!important;}
.price,.product-price,.order-item-price{color:var(--primary)!important;font-weight:900!important;}

/* ===== v24 final Sleek Interface fashion commerce pass ===== */
:root{
  --primary:#0b1f3a;
  --primary-2:#163b66;
  --accent:#c8a45d;
  --ink:#101828;
  --muted:#667085;
  --surface:#ffffff;
  --surface-2:#f4f7fb;
  --line:#d8e0eb;
  --border:#d8e0eb;
  --radius:8px;
  --shadow:0 16px 42px rgba(11,31,58,.10);
}
*{letter-spacing:0!important}
html,body{
  background:#f4f7fb!important;
  color:var(--ink)!important;
  font-family:"Hind Siliguri","Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
body:before{display:none!important}
h1,h2,h3,.card-title,.product-headline{font-family:"Hind Siliguri","Inter",ui-sans-serif,system-ui,sans-serif!important;color:var(--primary)!important;font-weight:800!important;line-height:1.18!important}
h1{font-size:38px!important}
h2{font-size:28px!important}
h3{font-size:20px!important}
@media (max-width:720px){
  h1{font-size:28px!important}
  h2{font-size:23px!important}
  h3{font-size:18px!important}
}
.main.main-wide{padding-top:24px!important}
.topbar,.modern-topbar{background:rgba(255,255,255,.92)!important;border-bottom:1px solid var(--line)!important;box-shadow:0 8px 26px rgba(11,31,58,.06)!important}
.centered-nav a,.navlinks a{color:#344054!important;font-weight:700!important}
.centered-nav a.active,.centered-nav a:hover,.navlinks a.active,.navlinks a:hover{color:var(--primary)!important;background:#eef3f8!important}
.card,.card-lite,.admin-kcard,.admin-surface,.checkout-form-card,.admin-settings-card,.thankyou-hero,.thankyou-block,.thankyou-side-card,.order-status-card,.product-home-card{
  border-radius:var(--radius)!important;
  border:1px solid var(--line)!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(11,31,58,.08)!important;
}
.card:hover,.card-lite:hover,.product-home-card:hover{transform:none!important;border-color:#c8d3e2!important;box-shadow:0 18px 44px rgba(11,31,58,.12)!important}
.btn,.button,button,.category-tile,.subcat-chip,.products-filter-chip,.lang-switch,.account-link{
  border-radius:var(--radius)!important;
  font-weight:800!important;
}
.btn.primary,.button.primary,button.primary,.checkout-submit-btn,.product-buy-btn,.sb-btn{
  background:linear-gradient(135deg,var(--primary) 0%,var(--primary-2) 100%)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 12px 28px rgba(11,31,58,.24)!important;
}
.btn.ghost,.button.ghost{background:#fff!important;border:1px solid var(--line)!important;color:var(--primary)!important}
.link{color:var(--primary-2)!important}
input,textarea,select{
  border-radius:var(--radius)!important;
  border:1px solid var(--line)!important;
  background:#fff!important;
  color:var(--ink)!important;
}
input:focus,textarea:focus,select:focus{border-color:var(--primary-2)!important;box-shadow:0 0 0 3px rgba(22,59,102,.12)!important}
.price,.fashion-price,.sum-total,.desktop-live-search-price,.order-item-price{color:var(--primary)!important}
.strike,del{color:#98a2b3!important}

.fashion-hero-section{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);
  gap:28px;
  align-items:center;
  padding:18px 0 28px;
}
.fashion-hero-copy{display:grid;gap:14px;align-content:center}
.fashion-hero-kicker,.section-kicker,.product-kicker,.checkout-eyebrow,.thankyou-kicker{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:var(--radius)!important;
  background:#eef3f8!important;
  color:var(--primary-2)!important;
  border:1px solid var(--line)!important;
  font-size:12px!important;
  font-weight:800!important;
  text-transform:uppercase;
}
.fashion-hero-copy h1{font-size:42px!important;max-width:12ch;margin:0!important}
.fashion-hero-copy p{font-size:16px;line-height:1.7;color:#475467;max-width:58ch;margin:0}
.fashion-hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.fashion-hero-visual{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.fashion-hero-tile{
  display:block;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:#e9eef5;
}
.fashion-hero-tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .24s ease}
.fashion-hero-tile:hover img{transform:scale(1.035)}
.home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:16px}
.home-section-head h2{margin:4px 0 0!important}
.category-subheader{background:rgba(244,247,251,.94)!important;border-bottom:1px solid var(--line)!important}
.subcat-chip,.category-tile,.products-filter-chip{
  background:#fff!important;
  border:1px solid var(--line)!important;
  color:#344054!important;
  box-shadow:none!important;
}
.subcat-chip.active,.category-tile.active,.products-filter-chip.active,.category-tile:hover,.subcat-chip:hover,.products-filter-chip:hover{
  background:#0b1f3a!important;
  color:#fff!important;
  border-color:#0b1f3a!important;
}
.product-home-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
.product-home-card{overflow:hidden;text-decoration:none;color:inherit!important}
.product-home-media{aspect-ratio:1/1;background:#e9eef5;border-bottom:1px solid var(--line)}
.product-home-media img,.card-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block}
.product-home-card .card-body{padding:14px!important;display:grid;gap:9px}
.product-card-tag{background:#eef3f8!important;color:var(--primary-2)!important;border:1px solid var(--line)!important;border-radius:var(--radius)!important;padding:5px 8px!important}
.card-title{font-size:16px!important;line-height:1.35!important;min-height:44px}
.card-desc{font-size:13px!important;line-height:1.5!important;color:#667085!important;min-height:40px}
.product-home-pricing{align-items:baseline!important}

.fashion-product-detail{display:grid;gap:22px}
.product-detail-grid{
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
  gap:28px;
  align-items:start;
}
.product-gallery-panel{position:sticky;top:96px}
.product-gallery{border-radius:var(--radius)!important;border:1px solid var(--line)!important;background:#e9eef5!important;box-shadow:0 14px 38px rgba(11,31,58,.10)!important}
.product-gallery .gimg{aspect-ratio:1/1!important;object-fit:cover!important}
.product-thumbs{display:grid!important;grid-template-columns:repeat(5,72px);gap:10px;justify-content:start;margin-top:10px!important}
.product-thumbs .thumb{width:72px!important;height:72px!important;border-radius:var(--radius)!important;border:1px solid var(--line)!important;background:#fff!important;padding:0!important;overflow:hidden}
.product-thumbs .thumb.active{border-color:var(--primary)!important}
.product-info-panel{
  display:grid;
  gap:16px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 12px 34px rgba(11,31,58,.08);
}
.product-kicker-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.product-offer-pill{display:inline-flex;padding:7px 10px;border-radius:var(--radius);background:#f7f0df;color:#70521a;border:1px solid #ead8af;font-weight:800;font-size:12px}
.product-headline{font-size:34px!important;margin:0!important}
.product-lead{font-size:16px;line-height:1.7;color:#475467;margin:0}
.fashion-price-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-radius:var(--radius);background:#f4f7fb;border:1px solid var(--line)}
.price-label,.fashion-price-old span{display:block;font-size:12px;color:#667085;font-weight:800;text-transform:uppercase;margin-bottom:4px}
.fashion-price{font-size:30px;line-height:1}
.fashion-price-old{text-align:right}
.product-choice-block{display:grid;gap:8px}
.choice-label{font-size:13px;color:#667085;font-weight:800}
.size-chip-row{display:flex;gap:8px;flex-wrap:wrap}
.size-chip{min-width:42px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:var(--radius);background:#fff;font-weight:800;color:#344054}
.product-assurance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.assurance-item{padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:#fbfcfe;display:grid;gap:4px}
.assurance-item strong{font-size:14px;color:var(--primary)}
.assurance-item span{font-size:12px;color:#667085;line-height:1.45}
.product-order-form{margin:0}
.product-buy-btn{min-height:52px!important;font-size:17px!important}
.product-content-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:18px}
.product-rich-card,.product-style-card,.product-faq-card{padding:20px!important}
.product-rich-card h2,.product-style-card h2,.product-faq-card h2{margin:0 0 12px!important}
.product-rich-card .rich{line-height:1.8;color:#344054}
.style-note-list{display:grid;gap:10px}
.style-note-list div{display:grid;gap:4px;padding:12px;border-radius:var(--radius);background:#f4f7fb;border:1px solid var(--line)}
.style-note-list strong{color:var(--primary)}
.style-note-list span{color:#667085;font-size:13px}
.product-faq-card details{border-top:1px solid var(--line);padding:12px 0}
.product-faq-card details:first-of-type{border-top:0}
.product-faq-card summary{font-weight:800;cursor:pointer;color:#1d2939}
#mobileStickyBuy{border-radius:var(--radius)!important;border:1px solid var(--line)!important;background:#fff!important}
#mobileStickyBuy .sb-btn{border-radius:var(--radius)!important;color:#fff!important}
#mobileStickyBuy .sb-price{color:var(--primary)!important}

.checkout-page{display:grid;gap:18px}
.checkout-page-head{display:grid;gap:8px;max-width:720px}
.checkout-page-head h1{margin:0!important}
.checkout-page-head p{margin:0;line-height:1.7}
.checkout-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px;align-items:start}
.checkout-form-card,.checkout-summary-card{padding:20px!important}
.modern-checkout-form{display:grid;gap:18px}
.checkout-section-block{display:grid;gap:10px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.checkout-section-block:last-of-type{border-bottom:0;padding-bottom:0}
.checkout-block-title,.pay-title{font-size:16px;font-weight:800;color:var(--primary)}
.manual-payment-fields{margin-top:12px}
.payment-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.payment-method-card-ui{border-radius:var(--radius)!important}
.payment-method-card input:checked + .payment-method-card-ui{border-color:var(--primary)!important;background:#eef3f8!important;box-shadow:0 12px 26px rgba(11,31,58,.12)!important}
.payment-method-card input:checked + .payment-method-card-ui .payment-method-check{border-color:var(--primary)!important;background:var(--primary)!important}
.payment-method-icon,.payment-toggle-icon{border-radius:var(--radius)!important;background:#fff!important;color:var(--primary)!important;font-size:16px!important}
.payment-method-check{border-radius:50%!important}
.checkout-summary-card{position:sticky;top:96px;display:grid;gap:14px}
.checkout-summary-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.checkout-summary-head h2{margin:0!important}
.checkout-summary-head span{font-size:13px;font-weight:800;color:#667085}
.checkout-item-list{display:grid;gap:12px}
.checkout-item{display:grid;grid-template-columns:62px 1fr auto;gap:10px;align-items:center;padding-bottom:12px;border-bottom:1px solid var(--line)}
.checkout-item:last-child{border-bottom:0;padding-bottom:0}
.checkout-item img{width:62px;height:62px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line);background:#e9eef5}
.checkout-item strong{display:block;font-size:14px;line-height:1.35;color:var(--primary)}
.checkout-item span{display:block;font-size:12px;color:#667085;line-height:1.45;max-width:34ch}
.checkout-item b{white-space:nowrap;color:var(--primary)}
.checkout-total-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px}
.checkout-total-row span{font-weight:800;color:#667085}
.checkout-total-row strong{font-size:24px;color:var(--primary)}
.checkout-summary-note{padding:12px;border-radius:var(--radius);background:#f4f7fb;border:1px solid var(--line);color:#667085;font-size:13px;line-height:1.6}

.thankyou-badge{border-radius:var(--radius)!important;background:var(--primary)!important;box-shadow:none!important;font-size:17px!important}
.thankyou-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.74fr);gap:18px}
.thankyou-main,.thankyou-side{display:grid;gap:18px}
.thankyou-order-items{display:grid;gap:10px}
.thankyou-order-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:#f8fafc}
.thankyou-order-row strong{display:block;color:var(--primary);line-height:1.35}
.thankyou-order-row span{display:block;color:#667085;font-size:13px;line-height:1.5;margin-top:4px}
.thankyou-order-row b{white-space:nowrap;color:var(--primary)}
.thankyou-address-box,.order-address-box{display:grid;gap:6px;margin-top:10px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:#f8fafc}
.thankyou-address-box span,.order-address-box span{font-size:12px;color:#667085;font-weight:800;text-transform:uppercase}
.thankyou-address-box strong,.order-address-box strong{font-size:14px;color:var(--primary);line-height:1.6}
.thankyou-side-actions,.note-actions{display:flex;gap:10px;flex-wrap:wrap}
.footer,.modern-footer{background:#07182c!important}
.admin-brand-mark,.customer-avatar,.account-avatar-fallback,.dashboard-avatar-fallback,.drawer-avatar-fallback{background:linear-gradient(135deg,var(--primary),var(--primary-2))!important;color:#fff!important;border-radius:var(--radius)!important}
.admin-bottom-link.active{background:#eef3f8!important;color:var(--primary)!important;box-shadow:inset 0 0 0 1px var(--line)!important}
.admin-kcard.accent-orange,.accent-orange-lite,.report-total-row-list,.order-retry-card{background:#f8fafc!important}

@media (max-width:1080px){
  .product-home-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .fashion-hero-section,.product-detail-grid,.checkout-layout,.thankyou-grid{grid-template-columns:1fr}
  .product-gallery-panel,.checkout-summary-card{position:static}
  .fashion-hero-copy h1{font-size:34px!important;max-width:18ch}
}
@media (max-width:720px){
  .fashion-hero-section{padding:10px 0 18px;gap:18px}
  .fashion-hero-copy h1{font-size:30px!important;max-width:none}
  .fashion-hero-visual{gap:8px}
  .product-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .product-home-card .card-body{padding:10px!important}
  .card-title{font-size:14px!important;min-height:40px}
  .card-desc{font-size:12px!important;min-height:38px}
  .product-info-panel,.checkout-form-card,.checkout-summary-card,.product-rich-card,.product-style-card,.product-faq-card,.thankyou-block,.thankyou-side-card{padding:14px!important}
  .product-headline{font-size:26px!important}
  .fashion-price{font-size:24px}
  .fashion-price-panel{align-items:flex-start;flex-direction:column}
  .fashion-price-old{text-align:left}
  .product-assurance-grid,.product-content-grid,.payment-method-grid{grid-template-columns:1fr!important}
  .product-thumbs{grid-template-columns:repeat(4,62px)}
  .product-thumbs .thumb{width:62px!important;height:62px!important}
  .checkout-item{grid-template-columns:54px 1fr;align-items:start}
  .checkout-item b{grid-column:2}
  .thankyou-order-row{align-items:flex-start;flex-direction:column}
  .thankyou-order-row b{white-space:normal}
}

/* storefront final precedence */
body{font-family:Inter,Arial,sans-serif!important;background:#f4f7fb!important;color:#172033!important;letter-spacing:0!important}
.footer,.modern-footer{background:#fff!important;color:#172033!important}
.topbar{background:rgba(255,255,255,.94)!important;border-bottom:1px solid #d9e2ef!important}
.btn.primary{background:#0b1f3a!important;border-color:#0b1f3a!important;color:#fff!important}
.btn.ghost,.account-link,.cart-button,.menu-btn{background:#fff!important;color:#0b1f3a!important;border:1px solid #d9e2ef!important}
.card,.card-lite,.product-info-panel,.checkout-form-card,.checkout-summary-card,.admin-form-main,.admin-form-side{border-radius:8px!important;border:1px solid #d9e2ef!important;background:#fff!important}
.km-hero-slider{display:block!important;border-radius:8px!important;overflow:hidden!important}
.km-category-chip{border-radius:8px!important;background:#fff!important}
.km-category-chip.active,.km-category-chip:hover{background:#edf3fa!important;border-color:#a9bad2!important}
.chip-mark{background:#0b1f3a!important;border-radius:8px!important;color:#fff!important}
.product-home-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:16px!important}
.product-home-card{border-radius:8px!important;overflow:hidden!important;text-decoration:none!important}
.product-detail-grid,.checkout-layout,.admin-form-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 400px!important;gap:22px!important}
.product-content-grid{display:grid!important;grid-template-columns:1fr 380px!important;gap:20px!important}
.payment-logo-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))!important;gap:10px!important}
.cart-toast{position:fixed!important;left:50%!important;bottom:26px!important;transform:translate(-50%,24px)!important;background:#0b1f3a!important;color:#fff!important;border-radius:8px!important;padding:13px 18px!important;font-weight:900!important;opacity:0!important;pointer-events:none!important;transition:.25s!important;z-index:120!important}
.cart-toast.show{opacity:1!important;transform:translate(-50%,0)!important}
@media (max-width:940px){
  .product-detail-grid,.checkout-layout,.admin-form-grid,.product-content-grid{grid-template-columns:1fr!important}
  .navlinks{display:none!important}.menu-btn{display:inline-flex!important}
  .km-hero-copy h1{font-size:36px!important}
}


/* ===== Final requested fixes ===== */
.hamburger-icon{width:24px;height:18px;display:inline-block;position:relative;background:linear-gradient(currentColor,currentColor) center/100% 2px no-repeat;color:currentColor}
.hamburger-icon:before,.hamburger-icon:after{content:"";position:absolute;left:0;width:100%;height:2px;background:currentColor;border-radius:2px}.hamburger-icon:before{top:0}.hamburger-icon:after{bottom:0}
.header-menu-btn,.admin-mobile-toggle{font-size:0!important}.header-menu-btn .hamburger-icon,.admin-mobile-toggle .hamburger-icon{font-size:20px;color:#0f172a}
.modern-nav-shell{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important}.centered-nav{justify-content:center!important;justify-self:center!important}.header-actions{justify-self:end!important}
.km-hero-slider,.km-hero-track{min-height:0!important;aspect-ratio:16/6!important;background:#eef3f8!important}.km-hero-slide{display:block!important}.km-hero-media{position:absolute!important;inset:0!important}.km-hero-media:after,.km-hero-copy{display:none!important}.km-hero-media img{width:100%!important;height:100%!important;object-fit:cover!important}.km-hero-dots{left:50%!important;transform:translateX(-50%)!important;bottom:12px!important}
.product-home-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.admin-sidebar{display:flex!important;flex-direction:column!important}.admin-menu{flex:1 1 auto!important}.admin-sidebar-foot{margin-top:auto!important;position:sticky!important;bottom:0!important}.admin-menu-icon{background:var(--nav-icon-color)!important;color:#fff!important;border-radius:10px!important;min-width:30px!important;width:30px!important;height:30px!important;display:inline-grid!important;place-items:center!important;font-weight:900!important;box-shadow:0 8px 18px color-mix(in srgb,var(--nav-icon-color),transparent 70%)}
.admin-check-grid{grid-template-columns:repeat(auto-fit,minmax(104px,1fr))!important}.admin-check-grid label{display:flex!important;align-items:center!important;gap:8px!important;line-height:1.2!important;font-size:14px!important;font-weight:800!important}.admin-check-grid input[type="checkbox"]{width:16px!important;height:16px!important;min-width:16px!important;margin:0!important;accent-color:#0b1f3a!important}
.footer-payment-chip img{width:36px;height:24px;object-fit:contain;display:block}.footer-payment-chip{gap:8px!important;background:rgba(255,255,255,.08)!important}.modern-footer,.footer{background:#07182c!important;color:#e5edf7!important}.footer-nav a,.footer-payment-label{color:#dbeafe!important}.footer .muted{color:#b8c5d6!important}.footer-payment-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:14px}
.payment-logo-upload-field input{background:#fff}.row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-slide-row .row-actions,.admin-slide-row form{display:flex;align-items:center;gap:8px}
@media (max-width:720px){
  .km-hero-slider,.km-hero-track{aspect-ratio:16/7!important;min-height:0!important;border-radius:8px!important}.main-wide{padding-left:10px!important;padding-right:10px!important}.product-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-home-card .card-body{padding:10px!important}.product-home-card .card-title{font-size:13px!important}.product-home-card .card-desc{display:none!important}.product-home-pricing{margin-top:8px!important;gap:6px!important;flex-wrap:wrap}.product-home-pricing .price{font-size:13px!important}.product-home-pricing .strike{font-size:12px!important}.admin-slide-row{grid-template-columns:58px 1fr!important;gap:8px!important}.admin-slide-row img{width:58px!important;height:44px!important}.admin-slide-row .btn,.admin-slide-row form{grid-column:auto!important}.admin-slide-row .row-actions{grid-column:1/-1!important;justify-content:flex-start}.admin-content{padding-top:68px!important}.admin-mobile-toggle{top:14px!important;bottom:auto!important;left:14px!important;width:44px!important;height:44px!important;border-radius:12px!important;background:#fff!important;box-shadow:0 12px 24px rgba(15,23,42,.12)!important}.order-list-grid{grid-template-columns:1fr!important}.order-list-grid>div{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.order-list-grid .row-actions{flex-direction:row!important}.admin-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.payment-method-grid{grid-template-columns:1fr!important}.modern-footwrap{grid-template-columns:1fr!important}.footer-payment-card{justify-self:stretch!important}.centered-nav{display:none!important}
}
@media (max-width:380px){.product-home-grid{gap:8px!important}.product-card-tag{font-size:9px!important}.product-home-card .card-title{font-size:12px!important}}

/* ===== User requested UI polish - logo/header/slider/orders ===== */
:root{--km-radius-xl:24px;}
.main.main-wide{padding-top:8px!important;}
.modern-topbar{box-shadow:0 6px 22px rgba(15,23,42,.05)!important;}
.modern-nav-shell{grid-template-columns:auto minmax(0,1fr) auto!important;position:relative!important;}
.centered-nav{display:flex!important;justify-content:center!important;justify-self:center!important;margin:0!important;gap:10px!important;}
.header-actions{display:flex!important;align-items:center!important;gap:10px!important;justify-self:end!important;margin-left:0!important;}
.header-search-button{width:42px;height:42px;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#fff;color:#0b1f3a;text-decoration:none;display:inline-grid;place-items:center;font-size:22px;font-weight:900;line-height:1;}
.header-search-button:hover{background:#edf3fa;}

.km-hero-slider{border-radius:var(--km-radius-xl)!important;margin-top:4px!important;box-shadow:0 18px 45px rgba(15,23,42,.08)!important;touch-action:pan-y;}
.km-hero-track,.km-hero-slide,.km-hero-click{height:100%;width:100%;display:block;}
.km-hero-click{position:absolute;inset:0;text-decoration:none;color:inherit;}
.km-hero-media img{transition:transform .65s ease;}
.km-hero-slide.active .km-hero-media img{transform:scale(1.01);}
.km-hero-dots button{width:9px!important;height:9px!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important;box-shadow:0 1px 6px rgba(0,0,0,.18)!important;}
.km-hero-dots button.active{width:24px!important;background:#fff!important;}

.products-head-no-title{justify-content:flex-end!important;margin-bottom:14px!important;}
.products-search,.track-search-card{display:flex!important;align-items:flex-end!important;gap:10px!important;flex-wrap:nowrap!important;}
.products-search{max-width:560px;margin-left:auto;width:100%;}
.products-search input{min-width:0;flex:1 1 auto;}
.products-search button,.track-search-card button{flex:0 0 auto;white-space:nowrap;}
.track-search-card .field{flex:1 1 auto;margin:0!important;min-width:0;}
.track-search-card{padding:14px!important;border-radius:18px!important;}

.product-home-media img,.product-gallery .gimg{transition:transform .35s ease!important;}
.product-home-card:hover .product-home-media img{transform:scale(1.09)!important;}
.product-gallery:hover .gimg.active{transform:scale(1.08)!important;}

.admin-menu-icon{background:transparent!important;color:#fff!important;box-shadow:none!important;border:1px solid rgba(255,255,255,.18)!important;}
.admin-menu-link{color:#e5edf7!important;}
.admin-menu-link.active,.admin-menu-link:hover{background:rgba(255,255,255,.12)!important;color:#fff!important;}
.admin-brand-title{color:#fff!important;}
.admin-sidebar-foot{margin-top:auto!important;}

.admin-orders-page .order-list-grid{grid-template-columns:44px minmax(160px,1.15fr) minmax(180px,1.6fr) 112px 118px 124px!important;gap:10px!important;align-items:center!important;}
.admin-orders-page .order-list-grid>div{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.admin-orders-page .order-list-grid .row-actions{display:flex!important;flex-direction:row!important;align-items:center!important;gap:6px!important;overflow:visible!important;}
.admin-orders-page .row-actions .btn{width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;border-radius:10px!important;font-size:15px!important;line-height:1!important;}
.admin-orders-page .row-actions form{display:inline-flex!important;margin:0!important;}
.admin-orders-page .trow{white-space:nowrap;}
.admin-orders-page .thead{font-weight:900;color:#475569;}

@media (max-width:991px){
  .centered-nav{display:none!important;}
  .modern-nav-shell{grid-template-columns:48px minmax(0,1fr) auto!important;}
  .header-brand{justify-self:center!important;}
}
@media (max-width:720px){
  .main.main-wide{padding-top:6px!important;}
  .km-hero-slider{border-radius:18px!important;margin-top:2px!important;}
  .products-search,.track-search-card{gap:8px!important;}
  .products-search input,.track-search-card input{height:42px!important;padding:0 10px!important;font-size:14px!important;}
  .products-search .btn,.track-search-card .btn{height:42px!important;min-height:42px!important;padding:0 12px!important;font-size:13px!important;}
  .admin-orders-page{overflow-x:auto!important;}
  .admin-orders-page .admin-surface{min-width:720px!important;}
  .admin-orders-page .order-list-grid{grid-template-columns:36px 150px 190px 104px 110px 116px!important;font-size:13px!important;}
}

/* ===== Mobile header/sidebar/category/credit final tweaks ===== */
.drawer-search-form{display:flex;align-items:center;gap:8px;width:100%;}
.drawer-search-form input{min-width:0;flex:1 1 auto;height:44px;border:1px solid #d9e2ef;border-radius:12px;padding:0 12px;background:#fff;color:#0b1f3a;font:inherit;}
.drawer-search-form button{flex:0 0 44px;width:44px;height:44px;border:1px solid #d9e2ef;border-radius:12px;background:#0b1f3a;color:#fff;font-weight:900;cursor:pointer;}
.developer-credit{margin-top:12px;font-size:13px;color:#b8c5d6;font-weight:700;}
.developer-credit a{color:#fff!important;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);}
.developer-credit a:hover{border-color:#fff;}
@media (min-width:941px){
  .modern-nav-shell{grid-template-columns:minmax(180px,auto) minmax(0,1fr) minmax(180px,auto)!important;}
  .header-brand{justify-self:start!important;}
  .centered-nav{display:flex!important;justify-self:center!important;}
  .header-actions{display:flex!important;justify-self:end!important;}
}
@media (max-width:940px){
  .modern-nav-shell{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-height:64px!important;}
  .header-brand{order:1!important;justify-self:start!important;margin:0!important;}
  .header-brand .logo{max-height:46px!important;width:auto!important;object-fit:contain!important;}
  .header-menu-btn{order:2!important;margin-left:auto!important;width:44px!important;height:44px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;}
  .header-actions,.navright,.centered-nav,.navlinks{display:none!important;}
  .topbar.modern-topbar{padding:6px 0!important;}
  .drawer .drawer-search-sec{display:block!important;}
}
@media (max-width:720px){
  .km-category-band{margin-top:14px!important;overflow:hidden!important;}
  .km-category-band .home-section-head{margin-bottom:10px!important;}
  .km-category-band .home-section-head h2{font-size:17px!important;}
  .km-category-chips[data-home-categories-mobile],.km-category-band .km-category-chips{display:flex!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important;padding:2px 2px 10px!important;margin-right:-10px!important;-webkit-overflow-scrolling:touch!important;}
  .km-category-chips[data-home-categories-mobile]::-webkit-scrollbar,.km-category-band .km-category-chips::-webkit-scrollbar{display:none!important;}
  .km-category-band .km-category-chip{flex:0 0 auto!important;min-width:auto!important;padding:8px 12px!important;border-radius:999px!important;scroll-snap-align:start!important;display:inline-flex!important;align-items:center!important;gap:8px!important;}
  .km-category-band .km-category-chip .chip-mark{width:26px!important;height:26px!important;border-radius:999px!important;font-size:11px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
  .km-category-band .km-category-chip strong{font-size:13px!important;white-space:nowrap!important;}
}


/* ===== final requested fixes: compact mobile category chips, left logo, checkout/home headings ===== */
.checkout-no-title{padding-top:0!important;}
.home-section-head h2:empty{display:none!important;}

@media (max-width:940px){
  .modern-nav-shell{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;width:100%!important;}
  .header-brand{order:1!important;flex:0 1 auto!important;margin:0 auto 0 0!important;justify-self:flex-start!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;min-width:0!important;}
  .header-brand .logo{display:block!important;max-height:42px!important;max-width:170px!important;width:auto!important;margin:0!important;object-fit:contain!important;}
  .header-menu-btn{order:2!important;flex:0 0 42px!important;margin-left:auto!important;}
}

@media (max-width:720px){
  .km-category-band .home-section-head{display:flex!important;align-items:center!important;margin-bottom:8px!important;}
  .km-category-chips[data-home-categories-mobile],.km-category-band .km-category-chips{gap:7px!important;padding:1px 2px 7px!important;margin-right:-10px!important;}
  .km-category-band .km-category-chip{height:34px!important;min-height:34px!important;padding:5px 9px!important;border-radius:9px!important;gap:6px!important;box-shadow:none!important;}
  .km-category-band .km-category-chip .chip-mark{width:22px!important;height:22px!important;min-width:22px!important;border-radius:7px!important;font-size:10px!important;line-height:1!important;}
  .km-category-band .km-category-chip strong{font-size:12px!important;line-height:1!important;}
}

/* Keep product detail stable when size/variation options are tapped */
.product-detail-page,.fashion-product-detail{overflow-x:hidden!important;}
.product-order-form,.product-choice-block,.size-chip-row{position:relative!important;min-width:0!important;}
.choice-chip{position:relative!important;cursor:pointer!important;user-select:none!important;-webkit-tap-highlight-color:transparent!important;}
.choice-chip input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;inset:auto!important;}
.choice-chip span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:18px!important;line-height:1.1!important;}
.choice-chip:has(input:checked),.choice-chip.is-selected{background:var(--km-navy,#0b1f3a)!important;color:#fff!important;border-color:var(--km-navy,#0b1f3a)!important;}
@media (max-width:940px){
  .product-detail-grid,.checkout-layout,.admin-form-grid,.product-content-grid{grid-template-columns:1fr!important;}
  .product-info-panel{width:100%!important;max-width:100%!important;}
}

/* FORCE LIGHT FOOTER */
body footer.footer.modern-footer { background: #ffffff !important; background-color: #ffffff !important; border-top: 1px solid #e2e8f0 !important; }
body footer.footer.modern-footer, body footer.footer.modern-footer * { color: #000000 !important; }



/* Custom requested UI refinements */
.km-category-chip{justify-content:center;min-height:auto;padding:14px 16px}
.km-category-chip .chip-mark,.category-icon{display:none!important}
.km-category-chip strong{width:100%;text-align:center}
.product-card-actions{display:flex;gap:10px;align-items:center}
.product-card-actions .btn,.product-card-actions form{flex:1}
.product-card-actions form .btn{width:100%}
.modern-footwrap>div{padding-right:18px;border-right:1px solid rgba(148,163,184,.22)}
.modern-footwrap>div:last-child{border-right:0;padding-right:0}
.footer-payments{gap:12px}
.footer-payment-chip{padding:0!important;border:0!important;background:transparent!important}
.footer-payment-chip span{display:none!important}
.footer-payment-chip img{width:42px;height:42px;object-fit:contain;display:block}
@media(min-width:900px){
 body.tpl-product main.container.main{padding-top:4px!important}
 body.tpl-product .product-page-shell{margin-top:0!important}
 body.tpl-product .product-gallery-top{margin-top:-40px!important}
}

/* mobile desc and compact buttons */
@media (max-width:720px){
.product-home-card .card-desc{display:block!important;font-size:11px!important;line-height:1.35!important;min-height:30px!important;margin-top:4px!important}
.product-home-card .card-actions,.product-card-actions,.row-actions{gap:6px!important}
.btn-details,.product-home-card .btn-details{padding:7px 10px!important;font-size:11px!important;min-height:auto!important}
.product-home-card .btn-cart,.product-home-card .add-cart-btn,.product-home-card .cart-btn{padding:7px 9px!important;font-size:0!important;min-width:38px!important;border-radius:10px!important;background:linear-gradient(135deg,#2563eb,#06b6d4)!important;color:#fff!important;border:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.product-home-card .btn-cart:before,.product-home-card .add-cart-btn:before,.product-home-card .cart-btn:before{content:'🛒';font-size:14px;line-height:1}
}

/* desktop product detail spacing */
@media (min-width:721px){
.product-page,.product-detail-page,.product-details-page,.product-detail-grid{margin-top:0!important;padding-top:0!important}
.product-detail-grid{align-items:flex-start!important}
.product-gallery,.product-media,.product-image-wrap{margin-top:-35px!important;padding-top:0!important}
.main.main-wide:has(.product-detail-grid){padding-top:0!important}
}


/* Equal height product action buttons */
.product-card-actions{
  padding: 0 8px 8px;
}
.product-card-actions .btn,
.product-card-actions form .btn,
.product-card-actions .btn-details,
.product-card-actions .btn-atc,
.product-home-card .btn-details,
.product-home-card .btn-cart{
  height: 40px !important;
  min-height: 40px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
}

/* Mobile Category Slider */
.mobile-category-slider-wrapper {
  display: none;
  width: 100%;
  overflow: hidden;
  margin-top: 14px;
  position: relative;
}
.mobile-category-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.m-cat-card {
  flex: 0 0 calc(100% - 24px);
  margin: 0 12px;
  padding: 18px 16px;
  background: linear-gradient(135deg, #0b1f3a, #1a365d);
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: opacity 0.2s;
}
.m-cat-card.active {
  background: linear-gradient(135deg, #0b1f3a, #163b66);
  border-color: #d8b26e;
}
.m-cat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}
.m-cat-icon svg {
  width: 24px;
  height: 24px;
  stroke: white;
}
.m-cat-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 720px) {
  .mobile-category-slider-wrapper {
    display: block;
  }
}

/* ===== storefront customization overrides ===== */
:root{
  --primary:#16a34a;
  --primary-dark:#15803d;
  --primary-soft:#f4f8f3;
  --ink:#071a2b;
  --ink-2:#0f3d2e;
  --accent:#65a30d;
  --accent-2:#166534;
  --rose:#f0a0ba;
  --hot:#22c55e;
  --line:rgba(41,36,74,.14);
  --shadow-soft:0 18px 55px rgba(41,36,74,.10);
}
html,body{background:#f4f8f3;color:#071a2b}
a{color:#16a34a}.btn.primary,.button.primary,button.primary{background:linear-gradient(135deg,#16a34a,#65a30d)!important;border-color:transparent!important;color:#fff!important}.btn.ghost{border-color:rgba(41,36,74,.16)!important;color:#071a2b!important;background:#fff!important}.btn.danger{background:#fff0f4!important;color:#166534!important;border-color:#f0a0ba!important}.section-kicker{color:#16a34a!important}.pill{background:#f4f8f3;color:#071a2b;border:1px solid rgba(22,163,74,.14)}

/* Header */
.nb-topbar{background:#fff!important;border-bottom:1px solid rgba(41,36,74,.10)!important;box-shadow:0 10px 30px rgba(41,36,74,.05)!important;position:sticky;top:0;z-index:50}.nb-nav-shell{display:grid!important;grid-template-columns:auto auto 1fr auto;gap:22px;align-items:center;min-height:76px}.header-menu-btn{display:none!important}.nb-brand{display:flex;align-items:center;min-width:126px}.nb-logo{height:var(--header-logo-size,74px)!important;width:auto!important;max-width:190px!important;object-fit:contain!important}.nb-navlinks{display:flex!important;gap:32px;align-items:center;justify-content:center;white-space:nowrap}.nb-navlinks a{font-weight:800;font-size:13px;color:#2f3a50;text-decoration:none}.nb-navlinks a.active,.nb-navlinks a:hover{color:#16a34a}.nb-header-actions{display:flex;gap:14px;align-items:center}.header-search-button{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#071a2b;background:#fff;border:1px solid rgba(41,36,74,.10);text-decoration:none}.nb-account-chip{min-width:105px;max-width:175px;height:46px;border:1px solid rgba(41,36,74,.12);border-radius:999px;background:#fff;display:flex;align-items:center;gap:8px;padding:5px 12px 5px 5px;text-decoration:none;color:#071a2b;box-shadow:0 12px 26px rgba(41,36,74,.06)}.account-avatar-img,.account-avatar-fallback,.account-link-dot{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;flex:0 0 36px;overflow:hidden}.account-avatar-img{object-fit:cover}.account-avatar-fallback{background:linear-gradient(135deg,#16a34a,#0f3d2e);color:#fff;font-weight:900}.account-link-dot{position:relative;background:#f4f8f3;border:1px solid rgba(22,163,74,.18)}.account-link-dot:before{content:"";width:13px;height:13px;border-radius:50%;background:#071a2b;position:absolute;top:8px}.account-link-dot:after{content:"";width:20px;height:10px;border-radius:12px 12px 0 0;background:#071a2b;position:absolute;bottom:7px}.account-chip-copy{display:flex;flex-direction:column;line-height:1.05;overflow:hidden}.account-chip-copy strong{font-size:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.account-chip-copy small{font-size:10px;color:#64748b;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cart-button{border:1px solid rgba(41,36,74,.12)!important;background:#fff!important;color:#071a2b!important;border-radius:10px!important;height:46px!important;min-width:74px!important;box-shadow:none!important}.cart-count{background:#0f172a!important;color:#fff!important}

/* Category chips */
.km-category-chip,.category-chip,.cat-chip{min-height:40px!important;height:40px!important;padding:8px 14px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgba(22,163,74,.15)!important;color:#071a2b!important;gap:8px!important;box-shadow:0 10px 22px rgba(41,36,74,.05)!important;font-weight:800!important}.km-category-chip.active,.category-chip.active,.cat-chip.active,.km-category-chip:hover{background:linear-gradient(135deg,#16a34a,#65a30d)!important;color:#fff!important;border-color:transparent!important}.cat-icon{width:18px;height:18px;display:inline-grid;place-items:center;flex:0 0 18px}.cat-icon svg{width:18px;height:18px;display:block}.mobile-category-slider-wrapper,.mobile-cat-slider,.category-slider-mobile{display:none!important}.category-chip-row,.km-category-row,.category-scroll{gap:10px!important}

/* Footer like reference */
.nb-footer{background:#fff!important;border-top:1px solid rgba(41,36,74,.10)!important;padding:62px 0!important;color:#52627a!important}.nb-footer-grid{display:grid!important;grid-template-columns:1.2fr .85fr .85fr 1.8fr;gap:0;align-items:start}.nb-footer-brand,.nb-footer-col,.nb-footer-payment-card{padding:0 34px;border-left:1px solid rgba(41,36,74,.12)}.nb-footer-brand{border-left:0;padding-left:0}.footer-logo-img{height:64px!important;width:auto!important;max-width:190px!important;object-fit:contain!important}.nb-footer-brand p{max-width:260px;line-height:1.7;color:#52627a;margin-top:18px}.footer-col-title{font-weight:950;font-size:12px;letter-spacing:.08em;color:#0f172a;margin-bottom:18px}.nb-footer-links{display:flex;flex-direction:column;gap:14px}.nb-footer-links a{color:#52627a;text-decoration:none;font-weight:800}.nb-footer-links a:hover{color:#16a34a}.nb-footer-payment-card{background:#f6f8fb;border-radius:18px;padding:26px 28px 0;overflow:hidden;border-left:0!important}.nb-footer-payments{background:#fff;border:1px solid rgba(41,36,74,.10);border-radius:16px;padding:14px;display:flex;gap:6px;flex-wrap:wrap;min-height:66px;align-items:center}.footer-payment-chip{width:28px;height:22px;background:#fff;border:1px solid rgba(41,36,74,.08);border-radius:5px;display:grid;place-items:center;overflow:hidden}.footer-payment-chip img{max-width:24px;max-height:18px;object-fit:contain}.nb-footer-credit{margin:24px -28px 0;background:#eef3fa;padding:12px;text-align:center;color:#2f3a50;font-size:11px;font-weight:900}

/* Mobile header and bottom nav */
.mobile-bottom-nav{display:none}.drawer .d-link[href*="products#search"],.drawer-search-sec{display:none!important}@media (max-width: 768px){body:not(.admin-body){padding-bottom:96px}.nb-topbar{min-height:64px}.nb-nav-shell{grid-template-columns:44px 1fr 44px!important;min-height:64px!important;gap:8px!important;padding:0 14px!important}.header-menu-btn{display:grid!important;grid-column:1;width:42px;height:42px;border:0;border-radius:12px;background:#fff;color:#071a2b;place-items:center}.hamburger-icon,.hamburger-icon:before,.hamburger-icon:after{background:#071a2b!important}.nb-brand{grid-column:2;justify-self:center;min-width:0}.nb-logo{height:52px!important;max-width:142px!important}.nb-navlinks,.header-search-button,.cart-button,.account-chip-copy{display:none!important}.nb-header-actions{grid-column:3;justify-self:end;display:flex!important}.nb-account-chip{width:42px!important;height:42px!important;min-width:42px!important;padding:3px!important;border-radius:50%!important;justify-content:center}.account-avatar-img,.account-avatar-fallback,.account-link-dot{width:34px!important;height:34px!important;flex-basis:34px!important}.mobile-bottom-nav{position:fixed;left:16px;right:16px;bottom:14px;z-index:80;display:grid!important;grid-template-columns:repeat(5,1fr);gap:4px;padding:10px;border-radius:28px;background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.75);box-shadow:0 22px 55px rgba(41,36,74,.22);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobile-bottom-nav a{min-height:52px;border-radius:20px;text-decoration:none;color:#071a2b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;font-weight:900}.mobile-bottom-nav a span{font-size:18px;line-height:1}.mobile-bottom-nav a.active{background:linear-gradient(135deg,rgba(22,163,74,.92),rgba(132,204,22,.92));color:#fff;box-shadow:0 12px 24px rgba(22,163,74,.28)}.km-category-chip,.category-chip,.cat-chip{height:34px!important;min-height:34px!important;padding:6px 10px!important;font-size:12px!important}.cat-icon,.cat-icon svg{width:15px!important;height:15px!important}.nb-footer{padding:32px 0 110px!important}.nb-footer-grid{grid-template-columns:1fr!important;gap:24px}.nb-footer-brand,.nb-footer-col,.nb-footer-payment-card{padding:0!important;border-left:0!important}.nb-footer-payment-card{padding:20px!important}.nb-footer-credit{margin:18px -20px -20px}.footer-logo-img{height:56px!important}}

/* Account page */
.account-page{padding-top:18px}.account-layout{display:grid;grid-template-columns:252px minmax(0,1fr);gap:20px;align-items:start}.account-sidebar{min-height:828px;padding:18px;display:flex;flex-direction:column}.account-profile-mini{display:flex;align-items:center;gap:12px;padding:10px 0 18px;border-bottom:1px solid rgba(41,36,74,.10);margin-bottom:16px}.account-profile-mini small{display:block;color:#64748b;font-size:11px}.account-avatar-lg{width:54px;height:54px;border-radius:18px;overflow:hidden;background:#f4f8f3;display:grid;place-items:center;color:#16a34a;font-weight:950;font-size:22px}.account-avatar-lg img{width:100%;height:100%;object-fit:cover}.account-menu{display:flex;flex-direction:column;gap:8px}.account-menu a{display:flex;align-items:center;gap:10px;min-height:44px;border-radius:12px;padding:0 14px;text-decoration:none;color:#2f3a50;font-weight:900;background:#f8fafc}.account-menu a.active,.account-menu a:hover{background:#f4e7f0;color:#071a2b}.account-logout{margin-top:auto;width:100%;justify-content:center}.account-main{display:flex;flex-direction:column;gap:16px}.account-hero,.account-card{padding:22px!important}.account-badge{display:inline-flex;padding:8px 10px;border:1px solid rgba(22,163,74,.20);border-radius:8px;background:#f4f8f3;color:#071a2b;font-weight:900;text-transform:uppercase;font-size:11px}.account-hero h1{font-size:32px;line-height:1.1;margin:14px 0 10px;color:#0f3d2e}.account-card h2{color:#0f3d2e;font-size:24px;margin:0 0 18px}.account-form input,.account-form textarea{min-height:50px}.account-orders{display:flex;flex-direction:column;gap:10px}.account-order-row{display:grid;grid-template-columns:1fr auto auto auto;gap:12px;align-items:center;padding:14px;border:1px solid rgba(41,36,74,.10);border-radius:14px;background:#fff}.account-order-row small{display:block;color:#64748b}@media(max-width:768px){.account-layout{grid-template-columns:1fr}.account-sidebar{min-height:0}.account-hero h1{font-size:26px}.account-order-row{grid-template-columns:1fr 1fr}.account-logout{margin-top:18px}}

/* Admin dashboard, reports and category icon library */
.dashboard-kpi-grid,.plain-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.kpi-card,.plain-kpi-grid .mini-stat-card{padding:18px!important;background:#fff!important;border:1px solid rgba(41,36,74,.10)!important;box-shadow:0 12px 30px rgba(41,36,74,.05)!important;color:#071a2b!important}.kpi-card span,.plain-kpi-grid .mini-stat-card span{font-size:12px;color:#64748b;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.kpi-card strong,.plain-kpi-grid .mini-stat-card strong{display:block;font-size:24px;margin-top:8px;color:#071a2b}.kpi-card small{color:#64748b}.sales-chart-card{padding:22px!important;margin-top:18px}.sales-svg-wrap{height:280px;border:1px solid rgba(41,36,74,.10);border-radius:18px;background:linear-gradient(180deg,#fff,#f4f8f3);padding:12px}.sales-svg-wrap svg{width:100%;height:100%;overflow:visible}.chart-axis{stroke:rgba(41,36,74,.18);stroke-width:.6}.chart-line{stroke:#16a34a;stroke-width:3;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.chart-label-row{display:flex;justify-content:space-between;color:#64748b;font-size:11px;margin-top:10px}.month-filter{display:flex;gap:8px;align-items:center}.category-icon-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:10px}.icon-choice input{position:absolute;opacity:0;pointer-events:none}.icon-choice-box{min-height:74px;border:1px solid rgba(41,36,74,.12);border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#071a2b;font-weight:900;font-size:11px;text-align:center;cursor:pointer}.icon-choice-box svg{width:24px;height:24px}.icon-choice input:checked + .icon-choice-box{border-color:#16a34a;background:#f4f8f3;color:#16a34a;box-shadow:0 10px 22px rgba(22,163,74,.12)}.category-admin-row{padding:14px;border:1px solid rgba(41,36,74,.10);border-radius:16px;background:#fff;margin-bottom:12px}.category-row-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.cat-admin-icon .cat-icon{width:34px;height:34px;border-radius:12px;background:#f4f8f3;color:#16a34a}.cat-admin-icon .cat-icon svg{width:20px;height:20px}.category-delete-form{margin-top:8px}.faq-admin-row{display:grid;grid-template-columns:1.2fr 1.4fr 80px auto auto;gap:10px;align-items:center}.faq-admin-item{padding:14px;border:1px solid rgba(41,36,74,.10);border-radius:16px;margin-bottom:12px;background:#fff}.admin-check{display:flex;gap:6px;align-items:center;font-weight:800;color:#071a2b}.report-custom-inline{display:flex;align-items:end;gap:10px;flex-wrap:wrap}.report-custom-inline label{font-size:12px;color:#64748b;font-weight:900;display:flex;flex-direction:column;gap:4px}.report-custom-inline input{min-height:38px;border:1px solid rgba(41,36,74,.16);border-radius:10px;padding:0 10px}.report-preset-chip{background:#fff!important;border:1px solid rgba(41,36,74,.12)!important;color:#071a2b!important}.report-preset-chip.active{background:#f4f8f3!important;border-color:#16a34a!important;color:#16a34a!important}.report-total-row td{font-weight:900;background:#f8fafc}.print-report-title{display:none}@media(max-width:1100px){.dashboard-kpi-grid,.plain-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-admin-row{grid-template-columns:1fr}.report-filter-row{align-items:stretch}}@media(max-width:620px){.dashboard-kpi-grid,.plain-kpi-grid{grid-template-columns:1fr}.sales-svg-wrap{height:210px}}

/* Thermal print */
.thermal-print-page{display:flex;flex-direction:column;align-items:center;padding:24px}.thermal-ticket{width:78mm;max-width:100%;background:#fff;color:#111;padding:12px;font-family:Arial,Helvetica,sans-serif;border:1px dashed #999}.thermal-center{text-align:center}.thermal-logo{height:38px;max-width:120px;object-fit:contain}.thermal-ticket h1{font-size:20px;margin:4px 0;color:#111}.thermal-ticket p{margin:3px 0}.thermal-rule{border-top:1px dashed #555;margin:10px 0}.thermal-row{display:flex;justify-content:space-between;gap:10px;font-size:12px;margin:5px 0}.thermal-total{font-size:15px}.thermal-items{width:100%;border-collapse:collapse;font-size:11px}.thermal-items th,.thermal-items td{padding:5px 0;border-bottom:1px dotted #ccc;text-align:left}.thermal-items th:nth-child(2),.thermal-items td:nth-child(2){text-align:center}.thermal-items th:nth-child(3),.thermal-items td:nth-child(3){text-align:right}.thermal-address{font-size:12px;line-height:1.5}.thermal-footer-text{font-size:12px;margin-top:12px}.thermal-actions{margin-top:18px;display:flex;gap:10px}.no-print{}@page{size:80mm auto;margin:4mm}@media print{body{background:#fff!important}.admin-sidebar,.admin-mobile-toggle,.admin-sidebar-overlay,.nb-topbar,.nb-footer,.mobile-bottom-nav,.wa-float,.no-print,.alert{display:none!important}.admin-shell,.admin-content,.main,.site-shell{display:block!important;margin:0!important;padding:0!important;width:100%!important;max-width:none!important}.thermal-print-page{padding:0!important;display:block}.thermal-ticket{width:72mm;border:0;padding:0;margin:0 auto}.print-report-title{display:block!important;text-align:center;margin-bottom:18px}.admin-report-page{padding:0!important}.admin-report-page .card-lite,.plain-kpi-grid .mini-stat-card{box-shadow:none!important}.report-product-table th,.report-product-table td{font-size:12px!important}.report-summary-grid{grid-template-columns:repeat(4,1fr)!important}}

/* ===== storefront fixes: header, shop mobile, contact/messages, category bulk ===== */
.nb-nav-shell{grid-template-columns:auto minmax(0,1fr) auto!important;gap:18px!important;min-height:68px!important;overflow:visible!important}
.nb-navlinks{display:flex!important;align-items:center!important;justify-content:center!important;gap:18px!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important}
.nb-navlinks a{font-size:14px!important;line-height:1!important;padding:12px 4px!important;flex:0 0 auto!important}
.nb-header-actions{gap:10px!important;flex:0 0 auto!important}
.nb-account-chip{flex:0 0 auto!important;max-width:154px!important;min-width:154px!important;overflow:hidden!important}
.nb-account-chip .account-chip-copy{min-width:0!important;overflow:hidden!important}
.nb-account-chip .account-chip-copy strong,.nb-account-chip .account-chip-copy small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.products-head-no-title{display:block!important;margin-bottom:18px!important}
.products-head-no-title .products-search{max-width:none!important;width:100%!important;margin:0!important;display:flex!important;align-items:center!important;gap:10px!important}
.products-head-no-title .products-search input{flex:1 1 auto!important;min-width:0!important}
.products-head-no-title .products-search button{flex:0 0 auto!important}
.products-category-filter{margin-bottom:26px!important}
.products-category-filter + .product-home-grid{margin-top:0!important}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px;align-items:start}.contact-info-card,.contact-form-card{padding:22px!important}.contact-form-card h2{margin-top:0;color:#071a2b}.contact-mail-form{display:grid;gap:14px}.message-list{display:grid;gap:14px}.message-card{border:1px solid rgba(41,36,74,.10);border-radius:18px;background:#fff;padding:16px}.message-card.is-unread{border-color:rgba(22,163,74,.30);box-shadow:0 14px 34px rgba(22,163,74,.08)}.message-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.message-title{font-size:17px;font-weight:900;color:#071a2b}.message-title span{color:#16a34a}.message-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.message-meta-grid>div{border:1px solid rgba(41,36,74,.08);border-radius:12px;padding:10px;background:#f8fafc}.message-meta-grid span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-weight:900}.message-meta-grid strong{display:block;color:#071a2b;word-break:break-word}.message-body{background:#f4f8f3;border:1px solid rgba(22,163,74,.12);border-radius:14px;padding:14px;color:#071a2b;line-height:1.7}.message-actions{margin-top:12px}.message-actions form{margin:0}.category-bulk-bar{margin:0 0 14px!important}.category-admin-row{position:relative!important;padding-left:54px!important}.category-row-select{position:absolute;left:16px;top:20px}.category-row-select input{width:18px;height:18px;accent-color:#16a34a}.category-admin-edit{min-width:0}.drawer-search-form,.drawer .search-form,.drawer [data-drawer-search]{display:none!important}

@media (max-width:1180px){.nb-navlinks{gap:12px!important}.nb-navlinks a{font-size:13px!important}.nb-account-chip{max-width:142px!important;min-width:142px!important}.nb-logo{max-width:172px!important}}
@media (max-width:768px){
  body:not(.admin-body){padding-bottom:96px!important}.nb-topbar{min-height:54px!important}.nb-nav-shell{grid-template-columns:40px 1fr 40px!important;min-height:54px!important;height:54px!important;gap:6px!important;padding:0 10px!important}.header-menu-btn{display:grid!important;grid-column:1!important;justify-self:start!important;align-self:center!important;width:38px!important;height:38px!important;min-width:38px!important;border-radius:12px!important;border:1px solid #d9e2ef!important;background:#fff!important;color:#071a2b!important;place-items:center!important;margin:0!important;padding:0!important}.header-menu-btn .hamburger-icon{width:21px!important;height:16px!important;color:#071a2b!important;display:inline-block!important}.hamburger-icon,.hamburger-icon:before,.hamburger-icon:after{background:#071a2b!important;color:#071a2b!important}.nb-brand{grid-column:2!important;justify-self:center!important;align-self:center!important;margin:0!important;min-width:0!important}.nb-logo{height:40px!important;max-width:126px!important;object-fit:contain!important}.nb-navlinks,.header-search-button,.cart-button,.account-chip-copy{display:none!important}.nb-header-actions{grid-column:3!important;justify-self:end!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:0!important}.nb-account-chip{display:inline-flex!important;width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important;padding:2px!important;border-radius:50%!important;align-items:center!important;justify-content:center!important;background:#fff!important;border:1px solid #d9e2ef!important;margin:0!important}.account-avatar-img,.account-avatar-fallback,.account-link-dot{width:32px!important;height:32px!important;min-width:32px!important;flex-basis:32px!important}.account-link-dot:before{font-size:16px!important}.tpl-home .km-category-band{margin:8px 0 18px!important}.tpl-home .km-category-band .home-section-head{display:none!important}.tpl-home .km-category-chips{margin-top:0!important}.products-category-filter{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;padding:0 2px 8px!important;margin-bottom:28px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.products-category-filter::-webkit-scrollbar{display:none!important}.products-category-filter .km-category-chip{flex:0 0 auto!important;white-space:nowrap!important}.products-head-no-title .products-search{gap:8px!important}.products-head-no-title .products-search input{height:42px!important}.products-head-no-title .products-search button{height:42px!important;padding:0 12px!important}.contact-layout{grid-template-columns:1fr!important}.message-meta-grid{grid-template-columns:1fr!important}.category-admin-row{padding-left:46px!important}.mobile-bottom-nav{display:grid!important}}

/* ===== Final mobile/admin/account/delete fixes ===== */
@media (min-width: 769px){
  .nb-nav-shell{grid-template-columns:auto minmax(0,1fr) auto!important;gap:18px!important;align-items:center!important}
  .nb-navlinks{justify-content:flex-start!important;gap:clamp(12px,1.45vw,24px)!important;overflow:visible!important;min-width:0!important}
  .nb-navlinks a{font-size:13px!important;padding:12px 2px!important;white-space:nowrap!important}
  .nb-header-actions{gap:10px!important;min-width:max-content!important}
}

@media (max-width:768px){
  .nb-topbar{min-height:50px!important;height:50px!important;padding:0!important}
  .nb-nav-shell{width:100%!important;max-width:none!important;grid-template-columns:44px 1fr 44px!important;height:50px!important;min-height:50px!important;padding:0 12px!important;gap:0!important;align-items:center!important}
  .header-menu-btn{display:flex!important;grid-column:1!important;justify-self:start!important;align-self:center!important;width:36px!important;height:36px!important;min-width:36px!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;color:#16a34a!important;padding:0!important;margin:0!important;place-items:center!important}
  .header-menu-btn .hamburger-icon{width:24px!important;height:18px!important;color:#16a34a!important;background:linear-gradient(#16a34a,#16a34a) center/100% 2px no-repeat!important;display:inline-block!important;position:relative!important}
  .header-menu-btn .hamburger-icon:before,.header-menu-btn .hamburger-icon:after{background:#16a34a!important;color:#16a34a!important;height:2px!important}
  .nb-brand{grid-column:2!important;justify-self:center!important;align-self:center!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:auto!important}
  .nb-logo{height:34px!important;max-width:128px!important;width:auto!important;display:block!important;object-fit:contain!important}
  .nb-header-actions{grid-column:3!important;justify-self:end!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;width:44px!important;min-width:44px!important;gap:0!important}
  .nb-account-chip{display:flex!important;width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;align-items:center!important;justify-content:center!important;color:#16a34a!important}
  .nb-account-chip .account-chip-copy,.nb-header-actions .header-search-button,.nb-header-actions .cart-button{display:none!important}
  .nb-account-chip .account-avatar-img,.nb-account-chip .account-avatar-fallback,.nb-account-chip .account-link-dot{width:30px!important;height:30px!important;min-width:30px!important;flex-basis:30px!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#16a34a!important;border-radius:50%!important}
  .nb-account-chip .account-avatar-fallback{background:#16a34a!important;color:#fff!important;font-weight:900!important;display:grid!important;place-items:center!important}
  .nb-account-chip .account-link-dot{position:relative!important;display:block!important;overflow:visible!important}
  .nb-account-chip .account-link-dot:before{content:""!important;position:absolute!important;left:50%!important;top:5px!important;transform:translateX(-50%)!important;width:9px!important;height:9px!important;border-radius:50%!important;background:#16a34a!important}
  .nb-account-chip .account-link-dot:after{content:""!important;position:absolute!important;left:50%!important;bottom:5px!important;transform:translateX(-50%)!important;width:20px!important;height:10px!important;border:2px solid #16a34a!important;border-top-left-radius:14px!important;border-top-right-radius:14px!important;border-bottom:0!important;background:transparent!important}
  .tpl-home .home-products-section>.home-section-head{display:none!important}
  .tpl-home .home-products-section{padding-top:4px!important}
  .tpl-home .km-category-band{margin:8px 0 20px!important;padding-top:0!important;padding-bottom:0!important}
  .tpl-home .km-category-band .home-section-head{display:none!important}
  .products-category-filter{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;white-space:nowrap!important;margin-bottom:32px!important;padding-bottom:8px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}
  .products-category-filter::-webkit-scrollbar{display:none!important}
  .products-category-filter .km-category-chip{flex:0 0 auto!important;min-width:max-content!important}
}

/* Admin sidebar: white background and logo only */
.admin-sidebar{background:#fff!important;color:#071a2b!important;border-right:1px solid rgba(41,36,74,.10)!important;box-shadow:16px 0 34px rgba(41,36,74,.08)!important}
.admin-brand-logo-only{justify-content:center!important;margin-bottom:18px!important;padding:6px 0 12px!important;border-bottom:1px solid rgba(41,36,74,.08)!important}
.admin-brand-logo-only .admin-brand-logo{width:118px!important;height:auto!important;max-height:56px!important;object-fit:contain!important}
.admin-menu-link{color:#071a2b!important;background:transparent!important;text-shadow:none!important;filter:none!important}
.admin-menu-link:hover,.admin-menu-link.active{background:#f4f8f3!important;color:#16a34a!important}
.admin-menu-icon{background:#f4f8f3!important;color:#16a34a!important;border:1px solid rgba(22,163,74,.12)!important}
.admin-sidebar-foot{background:linear-gradient(180deg,rgba(255,255,255,0),#fff 30%,#fff 100%)!important}
.admin-sidebar-close{color:#071a2b!important;background:#fff!important;border:1px solid rgba(41,36,74,.12)!important}

/* Customer account tabbed content */
.account-panel{display:none!important}
.account-panel.active{display:block!important}
.account-menu-icon{width:22px!important;min-width:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#16a34a!important;filter:none!important}
.account-menu a{color:#071a2b!important}
.account-menu a.active,.account-menu a:hover{background:#f4f8f3!important;color:#16a34a!important}
.account-menu a.active .account-menu-icon,.account-menu a:hover .account-menu-icon{color:#16a34a!important}
.account-menu-icon svg{width:18px!important;height:18px!important;stroke:#16a34a!important;fill:none!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}

/* ===== Round 3 fixes: mobile header icons stay inside header + Gmail style admin messages ===== */
@media (max-width: 768px){
  body:not(.admin-body) .nb-topbar{
    position:sticky!important;
    top:0!important;
    z-index:999!important;
    height:54px!important;
    min-height:54px!important;
    padding:0!important;
    overflow:visible!important;
    background:#fff!important;
  }
  body:not(.admin-body) .nb-nav-shell{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:54px!important;
    min-height:54px!important;
    margin:0!important;
    padding:0 12px!important;
  }
  body:not(.admin-body) .header-menu-btn{
    position:absolute!important;
    left:14px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    border-radius:0!important;
    color:#16a34a!important;
    z-index:3!important;
  }
  body:not(.admin-body) .header-menu-btn .hamburger-icon{
    width:23px!important;
    height:18px!important;
    position:relative!important;
    display:block!important;
    background:linear-gradient(#16a34a,#16a34a) center/100% 2px no-repeat!important;
    color:#16a34a!important;
  }
  body:not(.admin-body) .header-menu-btn .hamburger-icon:before,
  body:not(.admin-body) .header-menu-btn .hamburger-icon:after{
    content:""!important;
    position:absolute!important;
    left:0!important;
    width:100%!important;
    height:2px!important;
    background:#16a34a!important;
    border-radius:999px!important;
  }
  body:not(.admin-body) .header-menu-btn .hamburger-icon:before{top:0!important;}
  body:not(.admin-body) .header-menu-btn .hamburger-icon:after{bottom:0!important;}
  body:not(.admin-body) .nb-brand{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
    z-index:2!important;
  }
  body:not(.admin-body) .nb-logo{
    height:36px!important;
    max-width:132px!important;
    width:auto!important;
    object-fit:contain!important;
    display:block!important;
  }
  body:not(.admin-body) .nb-header-actions{
    position:absolute!important;
    right:14px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:32px!important;
    min-width:32px!important;
    height:32px!important;
    margin:0!important;
    padding:0!important;
    gap:0!important;
    z-index:3!important;
  }
  body:not(.admin-body) .nb-account-chip{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    max-width:32px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    border-radius:0!important;
    color:#16a34a!important;
  }
  body:not(.admin-body) .nb-header-actions .account-chip-copy,
  body:not(.admin-body) .nb-header-actions .header-search-button,
  body:not(.admin-body) .nb-header-actions .cart-button{display:none!important;}
  body:not(.admin-body) .nb-account-chip .account-avatar-img,
  body:not(.admin-body) .nb-account-chip .account-avatar-fallback,
  body:not(.admin-body) .nb-account-chip .account-link-dot{
    width:29px!important;
    height:29px!important;
    min-width:29px!important;
    flex:0 0 29px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#16a34a!important;
  }
  body:not(.admin-body) .nb-account-chip .account-avatar-img{border-radius:50%!important;object-fit:cover!important;}
  body:not(.admin-body) .nb-account-chip .account-avatar-fallback{border-radius:50%!important;background:#16a34a!important;color:#fff!important;font-weight:900!important;display:grid!important;place-items:center!important;}
  body:not(.admin-body) .nb-account-chip .account-link-dot{position:relative!important;display:block!important;overflow:visible!important;}
  body:not(.admin-body) .nb-account-chip .account-link-dot:before{
    content:""!important;position:absolute!important;left:50%!important;top:4px!important;transform:translateX(-50%)!important;width:9px!important;height:9px!important;border-radius:50%!important;background:#16a34a!important;
  }
  body:not(.admin-body) .nb-account-chip .account-link-dot:after{
    content:""!important;position:absolute!important;left:50%!important;bottom:4px!important;transform:translateX(-50%)!important;width:20px!important;height:10px!important;border:2px solid #16a34a!important;border-bottom:0!important;border-top-left-radius:14px!important;border-top-right-radius:14px!important;background:transparent!important;
  }
}

.gmail-admin-page .admin-page-head{margin-bottom:16px!important;}
.gmail-inbox-shell{background:#fff;border:1px solid rgba(41,36,74,.10);border-radius:18px;box-shadow:0 16px 42px rgba(41,36,74,.08);overflow:hidden;}
.gmail-inbox-toolbar{min-height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid rgba(41,36,74,.08);background:#fff;}
.gmail-inbox-toolbar strong{display:block;color:#071a2b;font-size:15px;}
.gmail-message-list{display:flex;flex-direction:column;}
.gmail-message-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:64px;border-bottom:1px solid rgba(41,36,74,.08);background:#fff;transition:background .16s ease, box-shadow .16s ease;}
.gmail-message-row:last-child{border-bottom:0;}
.gmail-message-row:hover{background:#f4f8f3;box-shadow:inset 3px 0 0 #16a34a;}
.gmail-message-row.is-unread{background:#fff;font-weight:900;}
.gmail-message-main{appearance:none;border:0;background:transparent;display:grid;grid-template-columns:18px minmax(118px,.75fr) minmax(150px,1fr) minmax(160px,1.6fr) auto;align-items:center;gap:10px;text-align:left;width:100%;min-width:0;padding:13px 8px 13px 16px;color:#071a2b;cursor:pointer;font:inherit;}
.gmail-status-dot{width:8px;height:8px;border-radius:50%;background:transparent;display:inline-block;}
.gmail-message-row.is-unread .gmail-status-dot{background:#16a34a;box-shadow:0 0 0 4px rgba(22,163,74,.12);}
.gmail-from,.gmail-subject,.gmail-snippet,.gmail-date{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.gmail-from{color:#071a2b;}
.gmail-subject{color:#111827;font-weight:900;}
.gmail-message-row.is-read .gmail-subject{font-weight:750;}
.gmail-snippet{color:#64748b;font-weight:600;}
.gmail-date{font-size:12px;color:#64748b;font-weight:800;}
.gmail-row-actions{display:flex;align-items:center;gap:7px;padding:10px 14px 10px 0;white-space:nowrap;}
.gmail-row-actions form{margin:0;}
.gmail-empty-state{margin:16px!important;}
.gmail-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:18px;}
.gmail-modal.is-open{display:flex;}
.gmail-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.42);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);}
.gmail-modal-dialog{position:relative;z-index:1;width:min(760px,96vw);max-height:88vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:0 30px 90px rgba(15,23,42,.32);border:1px solid rgba(255,255,255,.75);}
.gmail-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid rgba(41,36,74,.08);}
.gmail-modal-head h2{margin:6px 0 3px;color:#071a2b;font-size:24px;line-height:1.2;}
.gmail-modal-close{width:38px;height:38px;border-radius:50%;border:1px solid rgba(41,36,74,.12);background:#fff;color:#071a2b;font-size:24px;line-height:1;cursor:pointer;}
.gmail-modal-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px 24px;background:#f4f8f3;border-bottom:1px solid rgba(22,163,74,.10);}
.gmail-modal-meta div{background:#fff;border:1px solid rgba(22,163,74,.10);border-radius:14px;padding:12px;min-width:0;}
.gmail-modal-meta span{display:block;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:11px;font-weight:900;margin-bottom:3px;}
.gmail-modal-meta strong{display:block;color:#071a2b;word-break:break-word;}
.gmail-modal-body{padding:24px;white-space:pre-wrap;color:#071a2b;line-height:1.75;font-size:15px;}
@media (max-width: 900px){
  .gmail-message-row{grid-template-columns:1fr;gap:0;}
  .gmail-message-main{grid-template-columns:14px minmax(90px,.8fr) minmax(120px,1fr);padding:12px 14px;}
  .gmail-snippet{grid-column:2 / -1;}
  .gmail-date{grid-column:2 / -1;}
  .gmail-row-actions{padding:0 14px 12px 46px;flex-wrap:wrap;}
}
@media (max-width: 560px){
  .gmail-inbox-toolbar{padding:12px 14px;}
  .gmail-message-main{grid-template-columns:12px 1fr;gap:8px;}
  .gmail-subject,.gmail-snippet,.gmail-date{grid-column:2 / -1;}
  .gmail-from{font-size:14px;}
  .gmail-row-actions{padding-left:34px;}
  .gmail-row-actions .btn{padding:7px 8px;font-size:12px;}
  .gmail-modal{padding:10px;}
  .gmail-modal-head{padding:18px;}
  .gmail-modal-meta{grid-template-columns:1fr;padding:14px;}
  .gmail-modal-body{padding:18px;}
}

/* ===== Round 4 requested fixes ===== */
/* Drawer/sidebar must stay above the sticky mobile header when opened */
.drawer-overlay{z-index:2990!important;}
.drawer{z-index:3000!important;top:0!important;}
.drawer.open{z-index:3000!important;}
@media(max-width:768px){
  body.drawer-open .nb-topbar{z-index:900!important;}
  .drawer-overlay.open{z-index:2990!important;}
  .drawer.open{z-index:3000!important;}
}

/* Mobile bottom navbar cart icon: black single-color SVG */
.mobile-bottom-nav .bottom-nav-cart-icon{display:grid!important;place-items:center!important;width:20px!important;height:20px!important;color:#111827!important;line-height:1!important;}
.mobile-bottom-nav .bottom-nav-cart-icon svg{width:19px!important;height:19px!important;display:block!important;fill:none!important;stroke:#111827!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.mobile-bottom-nav a.active .bottom-nav-cart-icon,.mobile-bottom-nav a.active .bottom-nav-cart-icon svg{color:#111827!important;stroke:#111827!important;}

/* Login form centered in the middle */
.auth-section{min-height:calc(100vh - 240px)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;margin:0 auto!important;padding:42px 0!important;}
.auth-section>h1{text-align:center!important;margin:0 0 18px!important;width:100%!important;}
.auth-section .auth-card{width:100%!important;max-width:520px!important;margin:0 auto!important;}
@media(max-width:768px){.auth-section{min-height:calc(100vh - 180px)!important;padding:28px 0 96px!important;}}

/* Remove footer payment credit line if any old cache/template still outputs it */
.nb-footer-credit{display:none!important;}

/* Compact product card text spacing */
.product-home-card .card-body{padding:10px 12px!important;gap:4px!important;}
.product-card-topline{margin-bottom:2px!important;}
.product-home-card .card-title,.card-title{margin:0!important;min-height:0!important;line-height:1.22!important;}
.product-home-card .card-desc,.card-desc{margin:0!important;min-height:0!important;line-height:1.32!important;}
.product-home-pricing,.product-home-card .card-row{margin-top:3px!important;gap:6px!important;}
.product-home-pricing .price{line-height:1.1!important;}
.product-home-pricing .strike{line-height:1.1!important;}
@media(max-width:720px){
  .product-home-card .card-body{padding:9px 10px!important;gap:3px!important;}
  .product-home-card .card-title{font-size:12.5px!important;line-height:1.18!important;margin:0!important;}
  .product-home-card .card-desc{font-size:10.5px!important;line-height:1.25!important;margin:0!important;min-height:0!important;}
  .product-home-pricing,.product-home-card .card-row{margin-top:2px!important;}
}

/* ===== Round 5 specific requested changes ===== */
/* Home slider flush to header: no top gap, no top rounding, keep bottom rounding */
body.tpl-home .main.main-wide{padding-top:0!important;}
body.tpl-home .km-hero-slider{margin-top:0!important;border-radius:0 0 8px 8px!important;}
body.tpl-home .km-hero-track,body.tpl-home .km-hero-slide,body.tpl-home .km-hero-media,body.tpl-home .km-hero-media img{border-radius:0!important;}
body.tpl-home .km-hero-slider{overflow:hidden!important;}
@media(max-width:768px){body.tpl-home .main.main-wide{padding-top:0!important}.km-hero-slider{min-height:184px!important}.km-hero-track{min-height:184px!important}}

/* Full-width CMS legal/content pages */
body.tpl-page .main.main-wide{max-width:100%!important;width:100%!important;padding-left:18px!important;padding-right:18px!important;}
.cms-wide-page{width:100%!important;margin:0!important;}
.page-wide-card{width:100%!important;max-width:1180px!important;margin:0 auto!important;padding:clamp(18px,3vw,34px)!important;border-radius:18px!important;}
.page-wide-card h1,.page-wide-card h2,.page-wide-card h3{color:#0b1f3a;line-height:1.18;}
@media(max-width:720px){body.tpl-page .main.main-wide{padding-left:10px!important;padding-right:10px!important}.page-wide-card{border-radius:14px!important;padding:16px!important}}

/* Promotion public page */
body.tpl-promotion .main.main-wide{max-width:100%!important;width:100%!important;padding:0!important;}
.promotion-fullscreen-page{min-height:calc(100vh - 74px);margin:0!important;padding:clamp(14px,2vw,28px);background:linear-gradient(180deg,#f8fafc 0%,#eef4fb 100%);}
.promotion-hero{min-height:220px;border-radius:26px!important;padding:clamp(24px,5vw,54px)!important;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(135deg,#0b1f3a 0%,#153a66 56%,#8aa4c6 100%)!important;color:#fff!important;overflow:hidden;position:relative;}
.promotion-hero:before{content:"";position:absolute;inset:auto -8% -45% auto;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.14);}
.promotion-kicker{display:inline-flex;width:max-content;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.promotion-hero h1{margin:14px 0 10px;font-size:clamp(30px,6vw,64px);line-height:.98;color:#fff;position:relative;z-index:1;}
.promotion-hero p{margin:0;max-width:760px;color:#eaf1fb;font-size:clamp(14px,2vw,18px);line-height:1.65;position:relative;z-index:1;}
.promotion-masonry{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px;margin-top:18px;align-items:start;}
.promotion-card{grid-column:span 6;border-radius:24px!important;overflow:hidden;background:#fff!important;}
.promo-type-blog,.promo-type-text{grid-column:span 4;}
.promotion-video-frame{aspect-ratio:16/9;background:#0f172a;overflow:hidden;}
.promotion-video-frame iframe{width:100%;height:100%;border:0;display:block;}
.promotion-image-frame{max-height:520px;overflow:hidden;background:#f1f5f9;}
.promotion-image-frame img{width:100%;height:100%;object-fit:cover;display:block;}
.promotion-card-body{padding:18px;display:grid;gap:10px;}
.promotion-type-badge{display:inline-flex;width:max-content;padding:6px 10px;border-radius:999px;background:#edf3fa;color:#153a66;font-size:11px;font-weight:900;letter-spacing:.05em;}
.promotion-card h2{margin:0;color:#0b1f3a;font-size:clamp(18px,2.2vw,26px);line-height:1.15;}
.promotion-rich{color:#475569;}
.promotion-empty{margin-top:18px;}
@media(max-width:1024px){.promotion-card,.promo-type-blog,.promo-type-text{grid-column:span 12}.promotion-fullscreen-page{padding:12px}.promotion-hero{border-radius:20px!important;min-height:180px}}
@media(max-width:560px){.promotion-masonry{gap:12px;margin-top:12px}.promotion-card{border-radius:18px!important}.promotion-card-body{padding:14px}.promotion-fullscreen-page{padding-bottom:calc(86px + env(safe-area-inset-bottom,0px))}}

/* Contact page: only mail section, no title/subtitle/info card */
.contact-mail-only-page{max-width:920px;margin:0 auto!important;padding:clamp(14px,3vw,32px) 0;}
.contact-mail-only-page .contact-only-card{padding:clamp(18px,3vw,30px)!important;border-radius:22px!important;}
.contact-mail-only-page .contact-form-card h2,.contact-mail-only-page .contact-head,.contact-mail-only-page .contact-info-card{display:none!important;}

/* Sticky cart bar replaces toast */
.cart-toast{display:none!important;}
.sticky-cart-bar{position:fixed;left:50%;right:auto;bottom:0;transform:translate(-50%, calc(100% + 16px));width:min(980px, calc(100vw - 28px));z-index:2800;background:rgba(255,255,255,.98);border:1px solid rgba(15,23,42,.12);border-radius:18px 18px 0 0;box-shadow:0 -18px 50px rgba(15,23,42,.18);opacity:0;pointer-events:none;transition:.24s ease;overflow:hidden;}
.sticky-cart-bar.show{transform:translate(-50%,0);opacity:1;pointer-events:auto;}
.sticky-cart-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px;align-items:end;}
.sticky-cart-list{display:grid;gap:8px;max-height:154px;overflow-y:auto;padding-right:4px;}
.sticky-cart-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;}
.sticky-cart-item img{width:48px;height:48px;border-radius:12px;object-fit:cover;background:#edf2f7;}
.sticky-cart-copy{min-width:0;display:grid;gap:3px;}
.sticky-cart-copy strong{font-size:13px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sticky-cart-copy span{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sticky-cart-qty{display:flex;align-items:center;gap:7px;}
.sticky-cart-qty button{width:28px;height:28px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#0b1f3a;font-size:18px;font-weight:900;line-height:1;cursor:pointer;}
.sticky-cart-qty b{min-width:18px;text-align:center;}
.sticky-cart-summary{display:grid;grid-template-columns:auto auto;gap:4px 12px;align-items:center;min-width:170px;}
.sticky-cart-summary span{font-size:12px;color:#64748b;font-weight:800;text-transform:uppercase;}
.sticky-cart-summary strong{font-size:20px;color:#0b1f3a;}
.sticky-cart-checkout{grid-column:1 / -1;width:100%;}
html.has-sticky-cart body:not(.admin-body){padding-bottom:calc(var(--sticky-cart-height, 0px) + 10px)!important;}
@media(max-width:768px){.sticky-cart-bar{bottom:calc(64px + env(safe-area-inset-bottom,0px));width:calc(100vw - 14px);border-radius:16px;}.sticky-cart-inner{grid-template-columns:1fr;padding:8px}.sticky-cart-list{max-height:136px}.sticky-cart-summary{grid-template-columns:1fr auto auto;min-width:0;align-items:center}.sticky-cart-summary .sticky-cart-checkout{grid-column:auto}.sticky-cart-item{grid-template-columns:42px minmax(0,1fr) auto;padding:7px}.sticky-cart-item img{width:42px;height:42px}.sticky-cart-copy strong{font-size:12.5px}.sticky-cart-copy span{font-size:11px}.sticky-cart-qty button{width:26px;height:26px}.sticky-cart-summary strong{font-size:17px}.sticky-cart-checkout{min-height:36px;padding:8px 12px}.mobile-bottom-nav{z-index:2700!important}}

/* Floating WhatsApp must remain visible on mobile and clear bottom nav/sticky cart */
.wa-float,.wa-float.wa-right{z-index:2860!important;display:grid!important;opacity:1!important;visibility:visible!important;}
@media(max-width:768px){.wa-float.wa-right{right:12px!important;bottom:calc(76px + var(--sticky-cart-height, 0px) + env(safe-area-inset-bottom,0px))!important;width:46px!important;height:46px!important}.wa-float svg{width:27px!important;height:27px!important}}

/* Product details image closer to header */
body.tpl-product .main.main-wide{padding-top:4px!important;}
body.tpl-product .product-detail-page{margin-top:0!important;}
body.tpl-product .product-gallery-panel{margin-top:0!important;}
@media(max-width:768px){body.tpl-product .main.main-wide{padding-top:0!important}.product-detail-grid{gap:12px!important}.product-gallery{border-radius:0 0 12px 12px!important}}

/* Product card requested spacing: keep title/desc, small gap before price */
.product-home-pricing,.product-home-card .card-row{margin-top:6px!important;}
@media(max-width:720px){.product-home-pricing,.product-home-card .card-row{margin-top:5px!important}.product-home-card .card-desc{margin-top:2px!important}}

/* Admin login center middle */
.admin-login-section{min-height:calc(100vh - 40px)!important;margin:0!important;display:grid!important;place-items:center!important;padding:28px!important;}
.admin-login-card{width:min(520px,100%)!important;padding:28px!important;border-radius:22px!important;}
.admin-login-card h1{text-align:center;margin:0 0 18px;color:#0b1f3a;}

/* Categories compact list */
.category-management-grid{grid-template-columns:minmax(280px,360px) minmax(0,1fr)!important;}
.category-list-table-card{padding:18px!important;}
.category-list-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap;margin-bottom:14px;}
.category-list-top h2{margin:0;}
.category-compact-list{display:grid;gap:0;border:1px solid rgba(148,163,184,.22);border-radius:16px;overflow:hidden;background:#fff;}
.category-compact-head,.category-compact-row{display:grid;grid-template-columns:42px minmax(180px,1.2fr) minmax(140px,1fr) minmax(140px,1fr) minmax(140px,.9fr) minmax(150px,auto);gap:10px;align-items:center;}
.category-compact-head{padding:12px 14px;background:#f8fafc;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;}
.category-compact-row{padding:10px 14px;border-top:1px solid rgba(148,163,184,.18);}
.category-compact-title{display:flex;align-items:center;gap:10px;min-width:0;}
.category-compact-title strong{display:block;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.category-compact-title small{display:block;}
.category-compact-row input[type="text"],.category-compact-row select{width:100%;min-height:38px;border:1px solid #d9e2ef;border-radius:10px;padding:8px 10px;background:#fff;}
.category-inline-actions{justify-content:flex-end;flex-wrap:nowrap;}
.category-inline-actions form{margin:0;}
@media(max-width:1050px){.category-management-grid{grid-template-columns:1fr!important}.category-compact-head{display:none}.category-compact-row{grid-template-columns:30px 1fr;align-items:start}.category-compact-row>div:nth-child(n+4){grid-column:2 / -1}.category-inline-actions{grid-column:2 / -1;justify-content:flex-start;flex-wrap:wrap}}

/* Orders one-line admin list */
.order-one-line-list{display:grid;gap:0;border:1px solid rgba(148,163,184,.22);border-radius:18px;overflow:auto;background:#fff;}
.order-one-line-head,.order-one-line-row{display:grid;grid-template-columns:42px minmax(190px,1.1fr) minmax(260px,1.6fr) 120px 120px minmax(250px,auto);gap:12px;align-items:center;min-width:1060px;}
.order-one-line-head{padding:13px 16px;background:#f8fafc;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;}
.order-one-line-row{padding:12px 16px;border-top:1px solid rgba(148,163,184,.18);}
.order-customer-cell{display:grid;gap:4px;min-width:0;}
.order-customer-cell strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0f172a;}
.order-product-cell{display:flex;align-items:center;gap:10px;min-width:0;}
.order-product-cell img{width:46px;height:46px;border-radius:12px;object-fit:cover;background:#eef2f7;flex:0 0 46px;}
.order-product-cell span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.order-total-cell{font-weight:900;color:#0b1f3a;white-space:nowrap;}
.order-action-buttons{gap:6px;flex-wrap:nowrap;}
.order-action-buttons .btn{padding:7px 9px;min-height:34px;font-size:12px;}
@media(max-width:900px){.order-one-line-list{overflow:visible;border:0;background:transparent;gap:10px}.order-one-line-head{display:none}.order-one-line-row{min-width:0;grid-template-columns:28px minmax(0,1fr);background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:16px}.order-one-line-row>div:nth-child(n+3){grid-column:2 / -1}.order-action-buttons{flex-wrap:wrap}}

/* Professional report design */
.report-download-actions{gap:8px;flex-wrap:wrap;}
.professional-report-kpis .mini-stat-card{border-radius:20px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;border:1px solid rgba(148,163,184,.22)!important;box-shadow:0 14px 34px rgba(15,23,42,.06)!important;}
.professional-report-kpis .mini-stat-card strong{color:#0b1f3a;font-size:clamp(18px,2.2vw,26px);}
.professional-report-card{border-radius:22px!important;overflow:hidden!important;}
.report-product-table{border-collapse:separate!important;border-spacing:0!important;}
.report-product-table thead th{background:#0b1f3a!important;color:#fff!important;border-bottom:0!important;}
.report-product-table tbody tr:nth-child(odd) td{background:#f8fafc;}
.report-product-table td,.report-product-table th{padding:14px 16px!important;}
.report-total-row td{background:#edf3fa!important;color:#0b1f3a!important;font-size:15px;}
@media print{.no-print,.admin-sidebar,.admin-mobile-toggle{display:none!important}.admin-content{padding:0!important}.admin-shell{display:block!important;background:#fff!important}.professional-report-card,.mini-stat-card{box-shadow:none!important}}

/* Thank you one column + attractive invoice */
.thankyou-one-column-page{max-width:980px;margin:0 auto!important;}
.thankyou-one-column{display:grid;gap:16px;text-align:center;padding:clamp(18px,3vw,34px)!important;border-radius:26px!important;background:linear-gradient(180deg,#ffffff 0%,#fffaf5 100%)!important;}
.thankyou-top-brand img{max-height:58px;max-width:190px;object-fit:contain;}
.thankyou-success-icon{width:62px;height:62px;margin:0 auto;border-radius:22px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;display:grid;place-items:center;font-size:34px;font-weight:900;box-shadow:0 18px 40px rgba(34,197,94,.2);}
.thankyou-one-column h1{margin:0;color:#0b1f3a;font-size:clamp(26px,5vw,42px);line-height:1.08;}
.thankyou-one-column>p{max-width:680px;margin:0 auto;line-height:1.7;}
.thankyou-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.thankyou-invoice-box{text-align:left;background:#fff;border:1px solid rgba(148,163,184,.22);border-radius:22px;padding:18px;display:grid;gap:16px;}
.thankyou-invoice-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;border-bottom:1px solid #e2e8f0;padding-bottom:14px;}
.thankyou-invoice-head h2{margin:0;color:#0b1f3a;}
.thankyou-info-grid{grid-template-columns:repeat(3,1fr)!important;margin:0!important;}
.thankyou-product-list{display:grid;gap:10px;}
.thankyou-product-row{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;}
.thankyou-product-row img{width:58px;height:58px;border-radius:13px;object-fit:cover;background:#eef2f7;}
.thankyou-product-main{display:grid;gap:4px;min-width:0;}
.thankyou-product-main strong{color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.thankyou-product-main span{color:#64748b;font-size:13px;}
.thankyou-product-total{font-weight:900;color:#0b1f3a;white-space:nowrap;}
.thankyou-grand-total{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 18px;border-radius:16px;background:#0b1f3a;color:#fff;font-weight:900;font-size:19px;}
@media(max-width:720px){.thankyou-one-column{border-radius:18px!important}.thankyou-info-grid{grid-template-columns:1fr!important}.thankyou-product-row{grid-template-columns:50px minmax(0,1fr);align-items:start}.thankyou-product-row img{width:50px;height:50px}.thankyou-product-total{grid-column:2 / -1}.thankyou-actions .btn{width:100%}.thankyou-invoice-head{flex-direction:column}.thankyou-grand-total{font-size:16px}}


/* ===== User requested patch: app download, cart scope/close, category list, drive video, slider fix ===== */
.footer-app-title{margin-top:18px!important;}
.footer-app-download{display:inline-flex;align-items:center;gap:10px;margin-top:8px;padding:10px 12px;border-radius:14px;background:#0f172a;color:#fff!important;text-decoration:none;box-shadow:0 14px 30px rgba(15,23,42,.16);}
.footer-app-download strong,.footer-app-download small{display:block;line-height:1.1;color:#fff!important;}
.footer-app-download small{opacity:.78;font-size:11px;margin-top:3px;}
.playstore-icon{width:34px;height:34px;border-radius:10px;background:#fff;display:grid;place-items:center;flex:0 0 34px;}
.playstore-icon svg{width:23px;height:23px;display:block;fill:#0f172a;}
.sticky-cart-close{position:absolute;right:10px;top:8px;width:26px;height:26px;border:0;border-radius:999px;background:#0f172a;color:#fff;font-size:18px;line-height:24px;cursor:pointer;z-index:2;box-shadow:0 8px 18px rgba(15,23,42,.18);}
.sticky-cart-inner{padding-top:22px!important;}
@media(max-width:768px){.sticky-cart-bar{bottom:calc(88px + env(safe-area-inset-bottom,0px))!important;width:calc(100vw - 18px)!important}.sticky-cart-inner{padding-top:24px!important}.wa-float.wa-right{display:grid!important;visibility:visible!important;opacity:1!important;}}
.category-simple-list .category-compact-head,.category-simple-list .category-compact-row{grid-template-columns:minmax(0,1fr) auto!important;}
.category-simple-list .category-compact-head{padding:12px 14px!important;}
.category-simple-row{min-height:58px;}
.category-simple-row .category-inline-actions{justify-content:flex-end!important;}
.order-action-buttons .btn{width:34px!important;height:34px!important;padding:0!important;display:inline-grid!important;place-items:center!important;font-size:15px!important;line-height:1!important;}
.promo-type-google_drive{grid-column:span 6;}
@media(max-width:1024px){.promo-type-google_drive{grid-column:span 12;}}
body.tpl-home .km-hero-slider{margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100%!important;}
body.tpl-home .km-hero-slide,body.tpl-home .km-hero-media{left:0!important;right:0!important;transform:none!important;}
body.tpl-home .km-hero-media img{object-position:center center!important;}
@media(max-width:768px){body.tpl-home .km-hero-slider{border-radius:0 0 8px 8px!important;overflow:hidden!important}body.tpl-home .km-hero-track{width:100%!important}.mobile-category-slider{transform:none;}}

/* ===== Requested patch: mobile slider, footer app text, compact promotion/reels, remove content nav ===== */
.footer-app-download,
.footer-app-download span,
.footer-app-download strong,
.footer-app-download small,
.footer-app-download .playstore-icon,
.footer-app-download svg{color:#fff!important;fill:#fff!important;}

@media(max-width:768px){
  body.tpl-home .main.main-wide{padding-left:0!important;padding-right:0!important;overflow-x:hidden!important;}
  body.tpl-home .km-hero-slider{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:0!important;border-radius:0 0 8px 8px!important;overflow:hidden!important;background:#eef3f8!important;}
  body.tpl-home .km-hero-slider,
  body.tpl-home .km-hero-track{aspect-ratio:16/5.8!important;min-height:0!important;height:auto!important;max-height:156px!important;}
  body.tpl-home .km-hero-media img{object-fit:contain!important;object-position:center center!important;width:100%!important;height:100%!important;transform:none!important;}
  body.tpl-home .km-hero-slide.active .km-hero-media img{transform:none!important;}
  body.tpl-home .km-hero-dots{bottom:8px!important;}
}

.promotion-compact-page{min-height:calc(100vh - 74px);margin:0!important;padding:14px!important;background:#f8fafc;}
.promo-tabs{position:sticky;top:74px;z-index:20;display:flex;gap:8px;overflow-x:auto;padding:8px;margin:-2px -4px 12px;background:rgba(248,250,252,.92);backdrop-filter:blur(14px);scrollbar-width:none;}
.promo-tabs::-webkit-scrollbar{display:none;}
.promo-tabs a{flex:0 0 auto;text-decoration:none;border:1px solid #e2e8f0;background:#fff;color:#0f172a;border-radius:999px;padding:9px 14px;font-weight:900;font-size:13px;box-shadow:0 6px 16px rgba(15,23,42,.06);}
.promo-section-title{display:flex;align-items:center;gap:10px;margin:12px 0 10px;}
.promo-section-title span{font-size:18px;font-weight:950;color:#0b1f3a;letter-spacing:-.03em;}
.promo-video-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;align-items:start;}
.promo-video-card{min-width:0;background:transparent!important;border:0!important;box-shadow:none!important;}
.promo-video-card h2{margin:7px 2px 0;font-size:13px;line-height:1.25;color:#0f172a;font-weight:900;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.rounded-player{border-radius:14px!important;overflow:hidden!important;aspect-ratio:16/9;background:#0f172a;box-shadow:0 10px 26px rgba(15,23,42,.12);}
.rounded-player iframe{border:0;width:100%;height:100%;display:block;}
.promotion-content-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.promotion-content-grid .promotion-card{grid-column:auto!important;border-radius:16px!important;overflow:hidden;}
.promotion-content-grid .promotion-card-body{padding:12px!important;gap:7px!important;}
.promotion-content-grid .promotion-card h2{font-size:16px!important;line-height:1.25!important;}
.promotion-content-grid .promotion-image-frame{max-height:260px;}
.promo-reels-feed{height:calc(100vh - 150px);min-height:520px;overflow-y:auto;scroll-snap-type:y mandatory;border-radius:18px;background:#0b1020;padding:10px;display:grid;gap:12px;scrollbar-width:thin;}
.promo-reel-item{scroll-snap-align:start;min-height:calc(100vh - 172px);display:flex;align-items:center;justify-content:center;background:#050812;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden;}
.promo-reel-item iframe{width:min(420px,100%);height:100%;min-height:calc(100vh - 190px);border:0;display:block;background:#000;border-radius:0;}
@media(max-width:1200px){.promo-video-grid{grid-template-columns:repeat(4,minmax(0,1fr));}.promotion-content-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:900px){.promo-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.promotion-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.promo-tabs{top:64px;}}
@media(max-width:560px){
  .promotion-compact-page{padding:8px 8px calc(86px + env(safe-area-inset-bottom,0px))!important;}
  .promo-video-grid,.promotion-content-grid{grid-template-columns:1fr!important;gap:10px;}
  .promo-tabs{margin-left:-2px;margin-right:-2px;padding:7px 2px;}
  .promo-tabs a{padding:8px 12px;font-size:12px;}
  .rounded-player{border-radius:13px!important;}
  .promo-reels-feed{height:calc(100vh - 138px);min-height:480px;border-radius:14px;padding:0;background:#050812;}
  .promo-reel-item{min-height:calc(100vh - 138px);}
  .promo-reel-item iframe{width:100%;min-height:calc(100vh - 150px);}
}

/* ===== Final requested patch: equal mobile slider, white app-card text, separated promotion pages, fixed reels scroll ===== */
.footer-app-download strong,
.footer-app-download small,
.footer-app-download span{color:#fff!important;}
.footer-app-download .playstore-icon{background:#fff!important;color:#0f172a!important;}
.footer-app-download .playstore-icon svg{fill:#0f172a!important;color:#0f172a!important;}

@media(max-width:768px){
  body.tpl-home .main.main-wide{padding-left:0!important;padding-right:0!important;overflow-x:hidden!important;}
  body.tpl-home .km-hero-slider{
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    border-radius:0 0 10px 10px!important;
    overflow:hidden!important;
    background:#eef3f8!important;
  }
  body.tpl-home .km-hero-slider,
  body.tpl-home .km-hero-track{
    height:152px!important;
    min-height:152px!important;
    max-height:152px!important;
    aspect-ratio:auto!important;
  }
  body.tpl-home .km-hero-slide,
  body.tpl-home .km-hero-media{inset:0!important;width:100%!important;height:100%!important;}
  body.tpl-home .km-hero-media img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:none!important;
    display:block!important;
  }
  body.tpl-home .km-hero-media:after{display:none!important;}
  body.tpl-home .km-hero-copy{display:none!important;}
}
@media(max-width:420px){
  body.tpl-home .km-hero-slider,
  body.tpl-home .km-hero-track{height:140px!important;min-height:140px!important;max-height:140px!important;}
}

.promo-tabs a.active{background:#0f172a!important;color:#fff!important;border-color:#0f172a!important;}
.promo-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.promo-category-card{min-height:110px;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 28px rgba(15,23,42,.08);text-decoration:none;color:#0f172a;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:18px;}
.promo-category-card strong{font-size:18px;font-weight:950;letter-spacing:-.02em;}
.promo-category-card small{color:#64748b;font-weight:800;}

body.tpl-promotion:has(.promotion-reels-page){overflow:hidden!important;}
.promotion-reels-page{position:fixed!important;top:74px;left:0;right:0;bottom:0;z-index:40;margin:0!important;padding:8px!important;background:#050812!important;display:flex!important;flex-direction:column!important;}
.promotion-reels-page .promo-tabs{position:relative!important;top:auto!important;background:rgba(5,8,18,.86)!important;margin:0 0 8px!important;padding:6px!important;flex:0 0 auto;}
.promotion-reels-page .promo-tabs a{background:rgba(255,255,255,.09)!important;color:#fff!important;border-color:rgba(255,255,255,.14)!important;box-shadow:none!important;}
.promotion-reels-page .promo-tabs a.active{background:#fff!important;color:#0f172a!important;}
.promotion-reels-page .promotion-empty{color:#fff;}
.promotion-reels-page .promo-reels-feed{flex:1 1 auto!important;height:auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;scroll-snap-type:y mandatory!important;border-radius:0!important;background:#050812!important;padding:0!important;display:block!important;overscroll-behavior:contain!important;}
.promotion-reels-page .promo-reel-item{height:100%!important;min-height:100%!important;scroll-snap-align:start!important;scroll-snap-stop:always!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#050812!important;overflow:hidden!important;}
.promotion-reels-page .promo-reel-item iframe{width:min(430px,100%)!important;height:100%!important;min-height:100%!important;border:0!important;background:#000!important;border-radius:0!important;display:block!important;}

@media(max-width:1200px){.promo-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:900px){.promo-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.promotion-reels-page{top:64px;bottom:76px;}}
@media(max-width:560px){
  .promo-category-grid{grid-template-columns:1fr;gap:10px;}
  .promo-category-card{min-height:90px;border-radius:14px;padding:14px;}
  .promotion-reels-page{top:58px;bottom:72px;padding:0!important;}
  .promotion-reels-page .promo-tabs{padding:7px 6px;margin:0!important;border-radius:0;}
}
html.reels-mode,html.reels-mode body{overflow:hidden!important;height:100%!important;}

/* ===== Final patch: reels rounded mobile player, optional titles, transparent app card, WA message icon ===== */
.footer-app-download{
  background:transparent!important;
  border:1px solid rgba(255,255,255,.38)!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.footer-app-download strong,
.footer-app-download small,
.footer-app-download span{color:#fff!important;}
.footer-app-download .playstore-icon{background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.28)!important;color:#fff!important;}
.footer-app-download .playstore-icon svg{fill:#fff!important;color:#fff!important;}
.wa-float{overflow:visible!important;}
.wa-message-badge{position:absolute;right:-5px;bottom:-4px;width:21px;height:21px;border-radius:999px;background:#0f172a;color:#fff;border:2px solid #fff;display:grid;place-items:center;box-shadow:0 6px 12px rgba(15,23,42,.22);}
.wa-message-badge svg{width:12px;height:12px;display:block;fill:currentColor;}

/* Reels page: page locked, only reels feed changes; mobile player rounded and kept above bottom nav */
.promotion-reels-page{
  background:#f8fafc!important;
  gap:8px!important;
}
.promotion-reels-page .promo-tabs{
  background:rgba(248,250,252,.94)!important;
}
.promotion-reels-page .promo-tabs a{
  background:#fff!important;
  color:#0f172a!important;
  border-color:#e2e8f0!important;
  box-shadow:0 6px 16px rgba(15,23,42,.06)!important;
}
.promotion-reels-page .promo-tabs a.active{background:#0f172a!important;color:#fff!important;border-color:#0f172a!important;}
.promotion-reels-page .promo-reels-feed{
  width:100%!important;
  max-width:480px!important;
  margin:0 auto!important;
  background:transparent!important;
  border-radius:24px!important;
  padding:0!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
}
.promotion-reels-page .promo-reel-item{
  background:transparent!important;
  padding:0!important;
  border-radius:24px!important;
}
.promotion-reels-page .promo-reel-item iframe{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  border-radius:24px!important;
  overflow:hidden!important;
  box-shadow:0 18px 40px rgba(15,23,42,.18)!important;
}
@media(max-width:900px){
  .promotion-reels-page{top:64px!important;bottom:82px!important;padding:8px 10px 10px!important;}
}
@media(max-width:560px){
  .promotion-reels-page{top:58px!important;bottom:86px!important;padding:7px 10px 10px!important;background:#f8fafc!important;}
  .promotion-reels-page .promo-tabs{padding:6px 0!important;margin:0!important;border-radius:0!important;background:transparent!important;}
  .promotion-reels-page .promo-reels-feed{height:auto!important;min-height:0!important;flex:1 1 auto!important;max-width:420px!important;border-radius:20px!important;}
  .promotion-reels-page .promo-reel-item{height:100%!important;min-height:100%!important;border-radius:20px!important;}
  .promotion-reels-page .promo-reel-item iframe{border-radius:20px!important;}
}


/* ===== Fix 5: keep reels player above mobile bottom nav + WhatsApp single main icon ===== */
.wa-float.wa-right{
  background:#25d366!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 12px 28px rgba(37,211,102,.34)!important;
  overflow:hidden!important;
}
.wa-float .wa-main-svg{width:30px!important;height:30px!important;display:block!important;fill:currentColor!important;color:#fff!important;}
.wa-float img,.wa-message-badge{display:none!important;}

@media(max-width:560px){
  .promotion-reels-page{
    /* Header/category tabs stay on top; bottom nav has around 96px height + spacing */
    top:58px!important;
    bottom:190px!important;
    padding:6px 10px 8px!important;
    overflow:hidden!important;
  }
  .promotion-reels-page .promo-tabs{
    flex:0 0 auto!important;
    padding:4px 0 8px!important;
    margin:0!important;
    max-height:60px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
  }
  .promotion-reels-page .promo-reels-feed{
    flex:1 1 auto!important;
    height:calc(100dvh - 58px - 190px - 60px)!important;
    max-height:calc(100dvh - 58px - 190px - 60px)!important;
    min-height:360px!important;
    max-width:390px!important;
    width:100%!important;
    margin:0 auto!important;
    border-radius:22px!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    touch-action:pan-y!important;
    scroll-snap-type:y mandatory!important;
  }
  .promotion-reels-page .promo-reel-item{
    height:100%!important;
    min-height:100%!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }
  .promotion-reels-page .promo-reel-item iframe{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    border-radius:22px!important;
    display:block!important;
  }
}
@media(max-width:390px){
  .promotion-reels-page{bottom:180px!important;}
  .promotion-reels-page .promo-reels-feed{
    height:calc(100dvh - 58px - 180px - 58px)!important;
    max-height:calc(100dvh - 58px - 180px - 58px)!important;
    min-height:330px!important;
  }
}


/* ===== Fix 6: reels controls, footer app border/icon, promotion default youtube ===== */
.footer-app-download{
  background:transparent!important;
  border:1px solid #0f172a!important;
  box-shadow:none!important;
}
.footer-app-download .playstore-icon{
  background:transparent!important;
  border:0!important;
  color:#0f172a!important;
}
.footer-app-download .playstore-icon svg{fill:#0f172a!important;color:#0f172a!important;}
.reels-controls{
  width:100%;
  max-width:480px;
  margin:8px auto 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}
.reel-control-btn{
  appearance:none;
  border:1px solid #d7dde7;
  background:#fff;
  color:#0f172a;
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(15,23,42,.06);
}
.reel-play-toggle{min-width:72px;background:#0f172a;color:#fff;border-color:#0f172a;}
.promotion-reels-page .promo-reels-feed{flex:1 1 auto!important;}
@media(max-width:560px){
  .promotion-reels-page{bottom:176px!important;}
  .reels-controls{max-width:390px;margin-top:6px;gap:7px;}
  .reel-control-btn{padding:7px 10px;font-size:11px;}
  .promotion-reels-page .promo-reels-feed{
    height:calc(100dvh - 58px - 176px - 60px - 40px)!important;
    max-height:calc(100dvh - 58px - 176px - 60px - 40px)!important;
    min-height:300px!important;
  }
}
@media(max-width:390px){
  .promotion-reels-page{bottom:168px!important;}
  .promotion-reels-page .promo-reels-feed{
    height:calc(100dvh - 58px - 168px - 58px - 38px)!important;
    max-height:calc(100dvh - 58px - 168px - 58px - 38px)!important;
    min-height:280px!important;
  }
}

/* Thin sub footer */
.nb-sub-footer{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(15,23,42,.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.nb-sub-credit{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  color:#475569!important;
  font-size:13px;
  line-height:1.6;
}
.nb-sub-credit strong{color:#111827!important;font-weight:900}
.nb-footer-email{color:#0f172a!important;text-decoration:none;font-weight:800}
.nb-footer-email:hover{color:var(--primary)!important}
.nb-social-links{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.nb-social-links a{
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.18);
  background:rgba(255,255,255,.72);
  display:grid;
  place-items:center;
  color:#0f172a!important;
  text-decoration:none;
  transition:.2s ease;
}
.nb-social-links a:hover{transform:translateY(-2px);border-color:rgba(21,128,61,.35);color:var(--primary)!important}
.nb-social-links svg{width:20px;height:20px;fill:currentColor;display:block}
@media(max-width:720px){
  .nb-sub-footer{align-items:flex-start;flex-direction:column;margin-top:20px;padding-top:16px}
  .nb-social-links{justify-content:flex-start}
  .nb-credit-sep{display:none}
}

/* === Premium eCommerce UI/UX Additions: badges, skeleton, trust, carousel, dashboard, checkout fix === */
.product-home-media{position:relative!important;}
.product-ribbon-badge{position:absolute;top:10px;left:-8px;z-index:3;display:inline-flex;align-items:center;min-height:26px;padding:0 12px 0 16px;border-radius:0 999px 999px 0;background:linear-gradient(135deg,#071a2b,#16a34a);color:#fff;font-size:10px;font-weight:950;letter-spacing:.08em;box-shadow:0 10px 20px rgba(41,36,74,.22);line-height:1;text-transform:uppercase;}
.product-ribbon-badge:after{content:"";position:absolute;left:0;bottom:-7px;border-top:7px solid rgba(41,36,74,.55);border-left:8px solid transparent;}
.product-ribbon-badge.badge-new{background:linear-gradient(135deg,#0f766e,#14b8a6)}
.product-ribbon-badge.badge-hot{background:linear-gradient(135deg,#dc2626,#fb7185)}
.product-ribbon-badge.badge-sale{background:linear-gradient(135deg,#16a34a,#f59e0b)}
.product-ribbon-badge.badge-bestseller{background:linear-gradient(135deg,#071a2b,#7c3aed);font-size:9px;padding-right:10px;}

.delivery-estimate-card{display:flex;gap:14px;align-items:flex-start;margin:16px 0 18px;padding:15px;border:1px solid rgba(41,36,74,.10);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(254,245,248,.9));box-shadow:0 16px 34px rgba(41,36,74,.07)}
.delivery-estimate-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#fff;box-shadow:0 10px 22px rgba(41,36,74,.08);font-size:22px;flex:0 0 42px}.delivery-estimate-card strong{display:block;color:#071a2b;font-size:15px}.delivery-estimate-card span{display:block;color:#64748b;font-weight:800;font-size:12px;margin:2px 0 8px}.delivery-estimate-days{font-size:13px;color:#2f3a50;line-height:1.55}.delivery-estimate-days b{color:#0f172a}.delivery-estimate-days em{display:inline-block;width:8px}
.product-trust-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0 18px}.product-trust-section div{display:flex;align-items:center;gap:8px;border:1px solid rgba(41,36,74,.10);border-radius:14px;background:#fff;padding:11px 12px;color:#2f3a50;font-weight:850;font-size:13px}.product-trust-section span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#ecfdf5;color:#047857;font-weight:950;flex:0 0 22px}
.homepage-premium-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px;margin-bottom:28px}.premium-trust-card{display:flex;align-items:center;justify-content:center;gap:10px;min-height:86px;border-radius:22px;border:1px solid rgba(41,36,74,.10);background:rgba(255,255,255,.78);box-shadow:0 18px 44px rgba(41,36,74,.07);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.premium-trust-card span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f4f8f3;color:#16a34a;font-weight:950}.premium-trust-card strong{color:#071a2b;font-size:15px}

.related-products-section{margin-top:22px;padding:20px!important;overflow:hidden}.related-head{margin-bottom:14px}.related-products-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:2px 2px 10px}.related-products-carousel::-webkit-scrollbar{display:none}.related-product-card{min-width:220px;max-width:240px;scroll-snap-align:start;flex:0 0 230px}.related-arrows{display:flex;gap:8px}.related-arrows button{width:36px;height:36px;border:1px solid rgba(41,36,74,.12);background:#fff;border-radius:50%;font-size:24px;line-height:1;display:grid;place-items:center;color:#071a2b;cursor:pointer;box-shadow:0 10px 22px rgba(41,36,74,.08)}

.product-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.related-skeleton{grid-template-columns:repeat(4,minmax(180px,1fr))}.product-skeleton-card{border-radius:18px;border:1px solid rgba(41,36,74,.08);background:#fff;overflow:hidden;padding:12px;box-shadow:0 12px 28px rgba(41,36,74,.06)}.sk-img,.sk-line{position:relative;overflow:hidden;background:#eef2f7;border-radius:12px}.sk-img{aspect-ratio:1/1;margin-bottom:14px}.sk-line{height:12px;margin:10px 0}.sk-title{height:16px;width:80%}.sk-price{height:18px;width:44%}.sk-img:after,.sk-line:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:kmShimmer 1.1s infinite}@keyframes kmShimmer{100%{transform:translateX(100%)}}.product-home-grid.is-loading,.related-products-carousel.is-loading{display:none!important}.product-skeleton-grid.is-hidden{display:none!important}

.user-dashboard-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.user-summary-card{position:relative;overflow:hidden;border-radius:22px;padding:20px;border:1px solid rgba(41,36,74,.10);background:linear-gradient(135deg,#fff,#f4f8f3);box-shadow:0 18px 40px rgba(41,36,74,.07)}.user-summary-card:after{content:"";position:absolute;width:90px;height:90px;right:-28px;top:-28px;border-radius:50%;background:rgba(22,163,74,.10)}.user-summary-card span{display:block;color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.user-summary-card strong{display:block;margin:8px 0 4px;color:#071a2b;font-size:34px;line-height:1}.user-summary-card small{color:#52627a;font-weight:800}

.payment-logo-card{position:relative!important;display:block!important;cursor:pointer;isolation:isolate}.payment-logo-card input[type="radio"]{position:absolute!important;left:10px!important;top:10px!important;width:18px!important;height:18px!important;opacity:0!important;z-index:1!important;margin:0!important;pointer-events:none!important}.payment-logo-card span{position:relative!important;z-index:2!important;transition:.18s ease!important}.payment-logo-card span:after{content:"";position:absolute;right:10px;top:10px;width:18px;height:18px;border-radius:50%;border:2px solid #d9e2ef;background:#fff}.payment-logo-card:has(input:checked) span:after{border-color:#16a34a;background:radial-gradient(circle at center,#16a34a 0 42%,#fff 44% 100%)}.checkout-page,.checkout-layout,.checkout-form-card{position:relative;z-index:1;overflow:visible}.payment-logo-grid{position:relative;z-index:2}.payment-logo-card *{max-width:100%}
body:not(.admin-body) .nb-topbar{background:rgba(255,255,255,.62)!important;border-bottom:1px solid rgba(255,255,255,.68)!important;box-shadow:0 18px 45px rgba(41,36,74,.10)!important;backdrop-filter:blur(20px) saturate(160%)!important;-webkit-backdrop-filter:blur(20px) saturate(160%)!important}
body:not(.admin-body) .nb-nav-shell{background:rgba(255,255,255,.36);border-radius:0 0 24px 24px;}

@media(max-width:768px){.homepage-premium-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}.premium-trust-card{min-height:74px;border-radius:18px;flex-direction:column;gap:6px;text-align:center}.premium-trust-card strong{font-size:13px}.product-trust-section{grid-template-columns:1fr}.delivery-estimate-days em{display:none}.delivery-estimate-days b:nth-of-type(2){display:block;margin-top:3px}.related-products-section{padding:14px!important}.related-product-card{min-width:168px;flex-basis:168px}.related-arrows{display:none}.product-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.related-skeleton{grid-template-columns:repeat(2,minmax(0,1fr))!important}.user-dashboard-summary{grid-template-columns:1fr;gap:10px}.user-summary-card{padding:16px;border-radius:18px}.user-summary-card strong{font-size:28px}.payment-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.payment-logo-card span{min-height:62px!important;padding:8px!important}.payment-logo-card img{max-width:74px!important;max-height:42px!important}.payment-logo-card span:after{width:14px;height:14px;right:7px;top:7px;border-width:1px}.product-ribbon-badge{top:8px;min-height:22px;font-size:9px}.product-ribbon-badge.badge-bestseller{font-size:8px}.nb-topbar{z-index:1000!important}}


/* === Requested UI polish patch: checkout logos, minimal delivery card, footer trust, product top gap, CMS title cleanup === */
.payment-logo-grid{align-items:stretch!important;grid-template-columns:repeat(auto-fit,minmax(108px,1fr))!important;overflow:visible!important;}
.payment-logo-card{min-width:0!important;overflow:hidden!important;}
.payment-logo-card span{width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important;}
.payment-logo-card img{display:block!important;width:auto!important;height:auto!important;max-width:calc(100% - 18px)!important;max-height:44px!important;object-fit:contain!important;margin:0 auto!important;}
.payment-logo-card span:after{z-index:3!important;}

.delivery-estimate-card{margin:12px 0 14px!important;padding:10px 12px!important;gap:10px!important;border-radius:14px!important;border:1px solid rgba(22,163,74,.10)!important;background:#fff!important;box-shadow:none!important;align-items:center!important;}
.delivery-estimate-icon{width:34px!important;height:34px!important;flex:0 0 34px!important;border-radius:999px!important;background:#fff1f7!important;color:#16a34a!important;box-shadow:none!important;font-size:0!important;}
.delivery-estimate-icon svg{width:18px!important;height:18px!important;display:block!important;}
.delivery-estimate-card strong{font-size:13px!important;color:#071a2b!important;line-height:1.2!important;}
.delivery-estimate-card span{font-size:11px!important;margin:1px 0 4px!important;color:#7b8494!important;line-height:1.2!important;}
.delivery-estimate-days{font-size:12px!important;line-height:1.35!important;color:#475569!important;}
.delivery-estimate-days b{color:#16a34a!important;font-weight:900!important;}
.product-trust-section{display:none!important;}

.homepage-premium-trust{position:relative!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin-top:36px!important;margin-bottom:30px!important;}
.homepage-premium-trust:before{content:"";position:absolute;inset:18px 4%;border-radius:34px;background:linear-gradient(90deg,rgba(22,163,74,.08),rgba(41,36,74,.06));filter:blur(18px);z-index:-1;}
.premium-trust-card{justify-content:flex-start!important;gap:13px!important;min-height:92px!important;padding:18px!important;border-radius:24px!important;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,247,251,.82))!important;border:1px solid rgba(22,163,74,.10)!important;box-shadow:0 18px 45px rgba(41,36,74,.08)!important;}
.premium-trust-icon{width:42px!important;height:42px!important;min-width:42px!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:#fff1f7!important;color:#16a34a!important;font-size:22px!important;font-weight:950!important;line-height:1!important;box-shadow:inset 0 0 0 1px rgba(22,163,74,.10)!important;}
.premium-trust-card div{display:grid!important;gap:4px!important;min-width:0!important;}
.premium-trust-card strong{font-size:15px!important;color:#071a2b!important;line-height:1.1!important;}
.premium-trust-card small{font-size:12px!important;color:#738094!important;line-height:1.25!important;font-weight:700!important;}

body.tpl-product .main.main-wide{padding-top:0!important;}
body.tpl-product .product-detail-page{margin-top:0!important;}
@media(min-width:769px){
  body.tpl-product .product-detail-grid{margin-top:0!important;padding-top:0!important;align-items:start!important;}
  body.tpl-product .product-gallery-panel{margin-top:0!important;padding-top:0!important;}
  body.tpl-product .product-gallery{border-top-left-radius:0!important;border-top-right-radius:0!important;}
}

.cms-wide-title{display:none!important;}

@media(max-width:768px){
  .payment-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;}
  .payment-logo-card span{min-height:56px!important;padding:7px!important;border-radius:12px!important;}
  .payment-logo-card img{max-width:calc(100% - 14px)!important;max-height:34px!important;}
  .payment-logo-card span:after{width:13px!important;height:13px!important;right:6px!important;top:6px!important;}
  .delivery-estimate-card{padding:9px 10px!important;}
  .delivery-estimate-icon{width:32px!important;height:32px!important;flex-basis:32px!important;}
  .homepage-premium-trust{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:24px!important;margin-bottom:22px!important;}
  .premium-trust-card{min-height:96px!important;padding:14px 12px!important;border-radius:20px!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;text-align:left!important;}
  .premium-trust-icon{width:36px!important;height:36px!important;min-width:36px!important;border-radius:14px!important;font-size:19px!important;}
  .premium-trust-card strong{font-size:13px!important;}
  .premium-trust-card small{font-size:11px!important;}
}

/* ===== Google login mobile visibility fix ===== */
.google-login-wrap{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:100%!important;
  gap:10px!important;
  overflow:visible!important;
  position:relative!important;
  z-index:2!important;
}
.google-button-target{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:360px!important;
  min-height:44px!important;
  overflow:visible!important;
}
.google-button-target iframe{
  max-width:100%!important;
}
.google-oauth-fallback{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  width:100%!important;
  max-width:360px!important;
  min-height:44px!important;
  border:1px solid #dadce0!important;
  border-radius:4px!important;
  background:#fff!important;
  color:#3c4043!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1!important;
  padding:0 14px!important;
  box-sizing:border-box!important;
  box-shadow:none!important;
}
.google-oauth-fallback.is-hidden{display:none!important;}
.google-g-mark{
  display:inline-grid!important;
  place-items:center!important;
  width:20px!important;
  height:20px!important;
  border-radius:50%!important;
  color:#4285f4!important;
  font-weight:900!important;
  font-family:Arial,sans-serif!important;
  font-size:18px!important;
}
@media(max-width:768px){
  .auth-section .auth-card{overflow:visible!important;padding-left:16px!important;padding-right:16px!important;}
  .google-login-wrap{display:flex!important;visibility:visible!important;opacity:1!important;margin-top:2px!important;}
  .google-button-target{max-width:100%!important;min-height:44px!important;}
  .google-oauth-fallback{max-width:100%!important;display:flex!important;visibility:visible!important;opacity:1!important;}
  .google-oauth-fallback.is-hidden{display:none!important;}
}

/* ===== Google login single official button fix ===== */
.google-oauth-fallback,
.google-oauth-fallback.is-hidden{
  display:none!important;
}
.google-login-wrap{
  gap:0!important;
}
.google-button-target{
  min-height:44px!important;
}
@media(max-width:768px){
  .google-button-target{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    min-height:44px!important;
    justify-content:center!important;
    overflow:visible!important;
  }
}

/* Stock and admin product price grid additions */
.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
@media(max-width:900px){.grid4{grid-template-columns:1fr}}

/* Feature update: toast, status timeline, premium invoice and account cards */
.app-toast-message{position:fixed!important;right:18px;top:18px;z-index:9999;max-width:min(420px,calc(100vw - 36px));border-radius:16px!important;padding:14px 18px!important;box-shadow:0 18px 45px rgba(15,23,42,.18)!important;transform:translateY(-12px);opacity:0;transition:.28s ease!important}.app-toast-message.toast-visible{transform:translateY(0);opacity:1}.app-toast-message.toast-hide{transform:translateY(-12px);opacity:0}.app-toast-message.success{background:linear-gradient(135deg,#ecfdf5,#fff)!important;border-color:rgba(34,197,94,.4)!important}.app-toast-message.error{background:linear-gradient(135deg,#fef2f2,#fff)!important;border-color:rgba(239,68,68,.4)!important}
.user-dashboard-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.user-summary-card{background:linear-gradient(135deg,#16a34a,#071a2b)!important;color:#fff!important;border:0!important;box-shadow:0 18px 42px rgba(22,163,74,.18)!important}.user-summary-card:nth-child(2){background:linear-gradient(135deg,#16a34a,#16a34a)!important}.user-summary-card:nth-child(3){background:linear-gradient(135deg,#0f766e,#14b8a6)!important}.user-summary-card:nth-child(4){background:linear-gradient(135deg,#2563eb,#4f46e5)!important}.user-summary-card span,.user-summary-card small{color:rgba(255,255,255,.82)!important}.user-summary-card strong{color:#fff!important}.account-order-card{grid-template-columns:1.2fr .55fr .5fr 1.4fr auto!important;gap:12px!important}.mini-order-timeline{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.mini-step{font-size:11px;font-weight:800;border-radius:999px;padding:5px 8px;background:#f1f5f9;color:#64748b}.mini-step.done{background:#dcfce7;color:#166534}.mini-step.special{background:#fee2e2;color:#b91c1c}.order-status-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0 0 22px}.timeline-step{position:relative;text-align:center;color:#94a3b8;font-size:12px;font-weight:800}.timeline-step span{display:block;width:22px;height:22px;border-radius:999px;background:#e2e8f0;margin:0 auto 8px;border:4px solid #fff;box-shadow:0 0 0 1px #e2e8f0}.timeline-step.done{color:#166534}.timeline-step.done span{background:#22c55e;box-shadow:0 0 0 1px #22c55e}.timeline-step.special{color:#b91c1c}.timeline-step.special span{background:#ef4444;box-shadow:0 0 0 1px #ef4444}.premium-customer-invoice{padding:24px!important}.premium-invoice-table-wrap{overflow:auto}.premium-invoice-table th{background:#f8fafc}.invoice-product-cell{display:flex;align-items:center;gap:10px}.invoice-product-cell img{width:48px;height:48px;border-radius:12px;object-fit:cover;background:#f1f5f9}.premium-invoice-footer{margin-top:18px;margin-left:auto;width:min(420px,100%);display:grid;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.premium-invoice-footer>div{display:flex;justify-content:space-between;gap:16px;padding:13px 16px;background:#f8fafc}.premium-invoice-footer .grand{background:#0b1f3a;color:#fff;font-size:18px;font-weight:900}@media(max-width:900px){.user-dashboard-summary{grid-template-columns:1fr!important}.account-order-card{grid-template-columns:1fr!important;align-items:start!important}.order-status-timeline{grid-template-columns:repeat(2,1fr)}}
.return-refund-box{border:1px solid rgba(239,68,68,.24);background:#fff7f7;border-radius:18px;padding:14px;margin:16px 0;display:grid;gap:10px}.return-refund-box h2{margin:0}.return-refund-box form{display:grid;gap:8px}.return-refund-box .input{width:100%;border:1px solid rgba(148,163,184,.35);border-radius:12px;padding:11px 12px;background:#fff}


/* nbcurtains football palette and contact refinements */
:root{
  --bg:#f4f8f3;
  --soft:#ffffff;
  --primary:#16a34a;
  --primary2:#84cc16;
  --km-navy:#071a2b;
  --km-blue:#0f5132;
  --km-ink:#10231c;
  --km-muted:#617067;
  --km-soft:#f4f8f3;
  --km-line:#d7e4d9;
  --km-accent:#84cc16;
}
html,body,body:not(.admin-body):not(.raw-html-body){background:#f4f8f3}
.btn.primary,.sb-btn{background:linear-gradient(135deg,#16a34a,#84cc16)!important;color:#fff!important;border-color:transparent!important}
.cart-count,.chip-mark{background:#0b3d2e}
.km-category-chip.active,.km-category-chip:hover,.admin-menu-link.active,.admin-menu-link:hover{background:#ecf8ee;border-color:#9bd4aa}
.products-filter-chip.active,.products-filter-chip:hover{background:#16a34a;border-color:#16a34a}
.product-home-media{background:linear-gradient(145deg,#edf7ef,#dfeee2)}
.product-home-media img,.product-gallery img{object-fit:cover}
.footer-contact-list{display:grid;gap:7px;margin-top:8px}
.footer-contact-list a{color:#334b3c;font-size:13px;font-weight:800;text-decoration:none;overflow-wrap:anywhere}
.contact-intro-card{padding:24px;margin-bottom:18px;background:linear-gradient(135deg,#071a2b,#0b5134);color:#fff}
.contact-intro-card .section-kicker{color:#bbf7d0}
.contact-intro-card h1,.contact-intro-card h2,.contact-intro-card h3{color:#fff}
.contact-intro-card p{color:#d9f3df;max-width:760px}
.nbcurtains-contact-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.nbcurtains-contact-chip{display:grid;gap:3px;padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.09);color:#fff;text-decoration:none;min-width:0}
.nbcurtains-contact-chip span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#bbf7d0;font-weight:800}
.nbcurtains-contact-chip strong{overflow-wrap:anywhere}
@media(max-width:640px){.nbcurtains-contact-details{grid-template-columns:1fr}.contact-intro-card{padding:18px}}

/* ===== nbcurtains storefront refinement — August 2026 ===== */
body:not(.admin-body) .nb-topbar{background:rgba(255,255,255,.94)!important;border-bottom:1px solid rgba(7,26,43,.08)!important;box-shadow:0 8px 28px rgba(7,26,43,.06)!important;backdrop-filter:blur(18px) saturate(150%)!important;-webkit-backdrop-filter:blur(18px) saturate(150%)!important}
body:not(.admin-body) .nb-nav-shell{background:transparent!important;border-radius:0!important;box-shadow:none!important}
.nb-brand{gap:10px!important;min-width:220px!important;text-decoration:none!important}
.header-brand-copy{display:grid;gap:1px;min-width:0;line-height:1.05}
.header-brand-copy strong{font-size:19px;letter-spacing:.08em;text-transform:uppercase;color:#071a2b;font-weight:950}
.header-brand-copy small{font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:#64756b;font-weight:800;white-space:nowrap}
.header-search-button{width:34px!important;height:34px!important;min-width:34px!important;border-radius:11px!important;background:rgba(255,255,255,.75)!important}
.header-search-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.nb-account-chip{border-radius:14px!important;box-shadow:none!important;min-width:150px!important;height:44px!important}
.account-link-dot{display:grid!important;place-items:center!important;background:#edf8ef!important;color:#15803d!important;border:1px solid #ccebd3!important;border-radius:11px!important}
.account-link-dot:before,.account-link-dot:after{display:none!important;content:none!important}
.account-link-dot svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.category-subnav{background:#fff;border-bottom:1px solid rgba(7,26,43,.08);position:relative;z-index:45}
.category-subnav-inner{display:flex;align-items:center;gap:27px;min-height:42px;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.category-subnav-inner::-webkit-scrollbar{display:none}
.category-subnav-link{position:relative;display:inline-flex;align-items:center;min-height:42px;color:#53635a;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.02em;flex:0 0 auto}
.category-subnav-link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#16a34a;transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.category-subnav-link:hover,.category-subnav-link.active{color:#0f5132}
.category-subnav-link:hover:after,.category-subnav-link.active:after{transform:scaleX(1)}
.tpl-home .km-category-band{display:none!important}

.modern-section-head{align-items:end!important;margin-bottom:20px!important}
.modern-section-head h2{margin:4px 0 5px;font-size:clamp(24px,3vw,36px);line-height:1.08;color:#071a2b}
.modern-section-head p{margin:0;max-width:640px;color:#65736b;font-size:14px;line-height:1.65}
.minimal-view-link{display:inline-flex;align-items:center;gap:8px;color:#0f5132;font-size:13px;font-weight:900;text-decoration:none;white-space:nowrap}
.minimal-view-link:hover{color:#16a34a}
.minimal-view-link.light{color:#d9fbe1}

.home-offer-banner{margin:22px 0 8px;padding:20px 22px;border-radius:22px;background:linear-gradient(120deg,#071a2b 0%,#0d3f31 56%,#17643d 100%);color:#fff;display:grid;grid-template-columns:minmax(260px,1fr) auto auto;align-items:center;gap:24px;box-shadow:0 20px 46px rgba(7,26,43,.16);overflow:hidden;position:relative}
.home-offer-banner:after{content:"";position:absolute;width:220px;height:220px;border:34px solid rgba(132,204,22,.11);border-radius:50%;right:28%;top:-145px;pointer-events:none}
.home-offer-copy{position:relative;z-index:1}.home-offer-label{display:inline-block;color:#bef264;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.home-offer-copy h2{margin:5px 0 4px;color:#fff;font-size:23px}.home-offer-copy p{margin:0;color:#cce3d4;font-size:13px}
.offer-countdown{display:flex;gap:8px;position:relative;z-index:1}.offer-countdown>div{width:62px;min-height:61px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:14px;display:grid;place-content:center;text-align:center}.offer-countdown strong{font-size:20px;line-height:1;color:#fff}.offer-countdown span{margin-top:5px;color:#b9d2c2;font-size:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.home-offer-link{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;color:#071a2b;background:#d9ff84;padding:11px 15px;border-radius:12px;text-decoration:none;font-size:12px;font-weight:950;white-space:nowrap}

.product-home-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.product-home-card{border-radius:20px!important;border:1px solid rgba(7,26,43,.09)!important;background:#fff!important;box-shadow:0 12px 34px rgba(7,26,43,.07)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}
.product-home-card:hover{transform:translateY(-4px)!important;border-color:rgba(22,163,74,.32)!important;box-shadow:0 20px 42px rgba(7,26,43,.12)!important}
.product-home-media{aspect-ratio:1/1!important;background:linear-gradient(145deg,#eef7ef,#e3efe5)!important;position:relative}
.product-home-media img{object-fit:cover!important;transform:none!important;transition:transform .28s ease!important}
.product-home-card:hover .product-home-media img{transform:scale(1.035)!important}
.product-home-card .card-body{padding:13px 14px 9px!important;gap:5px!important}
.product-card-tag{font-size:9px!important;letter-spacing:.08em;color:#4d6959!important}
.product-home-card .card-title{font-size:14px!important;line-height:1.3!important;color:#071a2b!important}
.product-home-card .card-desc{font-size:11px!important;line-height:1.45!important;min-height:32px!important;color:#6b786f!important}
.product-home-pricing .price{font-size:16px!important;color:#0f5132!important}.product-home-pricing .strike{font-size:12px!important}
.product-card-actions{padding:0 12px 12px!important;gap:7px!important}
.product-card-actions .btn{min-height:36px!important;border-radius:11px!important;padding:7px 10px!important;font-size:11px!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important}
.product-card-actions form{flex:0 0 auto!important}.product-card-actions .btn-atc{width:auto!important;min-width:76px!important;background:#0f5132!important}
.product-card-actions .btn-details{flex:1!important;background:#f5f8f5!important;border:1px solid #dce8de!important;color:#21382b!important}
.product-card-actions svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

.home-collection-section{padding-top:12px!important}.home-collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.home-collection-card{min-height:180px;border-radius:22px;padding:24px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;text-decoration:none;overflow:hidden;position:relative;color:#fff;box-shadow:0 16px 34px rgba(7,26,43,.12)}
.home-collection-card:after{content:"";position:absolute;width:150px;height:150px;border:25px solid rgba(255,255,255,.10);border-radius:50%;right:-48px;top:-55px}.collection-tone-1{background:linear-gradient(140deg,#071a2b,#14532d)}.collection-tone-2{background:linear-gradient(140deg,#0f5132,#15803d)}.collection-tone-3{background:linear-gradient(140deg,#384c22,#65a30d)}
.home-collection-icon{position:relative;z-index:1;width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:rgba(255,255,255,.12);flex:0 0 auto}.home-collection-icon .cat-icon{width:38px;height:38px;color:#eaffb7;background:transparent}.home-collection-icon svg{width:31px;height:31px}
.home-collection-card>div{position:relative;z-index:1;text-align:right}.home-collection-card small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#c9e8d3;font-weight:900}.home-collection-card h3{margin:6px 0 9px;color:#fff;font-size:20px}.home-collection-card>div>span{font-size:12px;color:#e7f9eb;font-weight:900}

.match-day-guide-card{padding:clamp(24px,4vw,42px);border-radius:26px;background:#fff;border:1px solid rgba(7,26,43,.09);display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center;box-shadow:0 18px 44px rgba(7,26,43,.07)}
.match-day-guide-copy h2{font-size:clamp(26px,3.5vw,42px);line-height:1.08;margin:7px 0 12px;color:#071a2b}.match-day-guide-copy p{color:#65736b;line-height:1.75;margin:0 0 18px}.match-day-guide-copy .minimal-view-link{color:#0f5132}
.match-day-steps{display:grid;gap:10px}.match-day-steps>div{display:grid;grid-template-columns:42px 1fr;gap:2px 13px;padding:15px 16px;border-radius:17px;background:#f4f8f3;border:1px solid #dfe9e1}.match-day-steps b{grid-row:1/3;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#0f5132;color:#fff}.match-day-steps strong{color:#10231c}.match-day-steps span{color:#6b786f;font-size:12px}
.home-support-cta{border-radius:24px;padding:26px 30px;background:linear-gradient(115deg,#ecf8ee,#fff);border:1px solid #d3e8d7;display:flex;align-items:center;justify-content:space-between;gap:22px}.home-support-cta h2{margin:4px 0;color:#071a2b}.home-support-cta p{margin:0;color:#65736b}

/* Product details */
.product-breadcrumb{display:flex;align-items:center;gap:8px;min-height:44px;color:#748078;font-size:11px;overflow:hidden;white-space:nowrap}.product-breadcrumb a{color:#486152;text-decoration:none}.product-breadcrumb strong{color:#10231c;overflow:hidden;text-overflow:ellipsis}
.product-detail-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr)!important;gap:32px!important;background:#fff;border:1px solid rgba(7,26,43,.08);border-radius:24px;padding:22px;box-shadow:0 20px 48px rgba(7,26,43,.07)}
.product-gallery{border-radius:18px!important;background:linear-gradient(145deg,#edf7ef,#e2eee4)!important;position:relative}.product-gallery-label{position:absolute;top:13px;left:13px;z-index:3;padding:7px 10px;border-radius:10px;background:rgba(7,26,43,.84);color:#fff;font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.product-gallery .gimg{object-fit:cover!important}
.product-info-panel{padding:7px 8px}.product-kicker-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.product-headline{font-size:clamp(27px,3vw,41px)!important;line-height:1.08!important;margin:11px 0 10px!important;color:#071a2b!important}.product-lead{font-size:14px!important;line-height:1.7!important;color:#647168!important}
.product-meta-strip{display:flex;gap:8px;flex-wrap:wrap;margin:13px 0}.product-meta-strip span{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:9px;background:#f4f8f3;border:1px solid #dfe9e1;color:#496054;font-size:10px;font-weight:850}.product-meta-strip i{width:7px;height:7px;border-radius:50%;background:#22c55e}
.fashion-price-panel{border-radius:16px!important;background:linear-gradient(135deg,#f0f8f1,#fff)!important;border:1px solid #dce9de!important;padding:16px!important}.fashion-price{font-size:30px!important;color:#0f5132!important}
.delivery-estimate-card,.product-order-form{border-radius:16px!important}.product-order-form{padding:17px!important;border:1px solid #dfe9e1!important;background:#fbfdfb!important}.product-action-row .btn{min-height:46px!important;border-radius:13px!important}.product-add-cart-btn{border-color:#0f5132!important;color:#0f5132!important}.product-assurance-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.assurance-item{border-radius:14px!important;background:#f7faf7!important;border:1px solid #e0e9e2!important;padding:12px!important}.assurance-item strong{font-size:11px!important}.assurance-item span{font-size:10px!important;line-height:1.45!important}
.product-content-grid{gap:18px!important}.product-rich-card,.product-style-card{border-radius:22px!important;padding:24px!important}.product-rich-card h2,.product-style-card h2{margin:5px 0 14px;color:#071a2b}.product-rich-card .rich{color:#526158;line-height:1.78}.product-care-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.product-care-list span{padding:7px 9px;border-radius:9px;background:#edf7ef;color:#31513d;font-size:10px;font-weight:800}

/* Cart side drawer */
.cart-drawer-overlay{position:fixed;inset:0;background:rgba(7,26,43,.46);backdrop-filter:blur(3px);z-index:2790;opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease}.cart-drawer-overlay.show{opacity:1;visibility:visible;pointer-events:auto}
.sticky-cart-bar.cart-side-drawer{position:fixed!important;top:0!important;right:0!important;left:auto!important;bottom:0!important;width:min(410px,100vw)!important;height:100dvh!important;border:0!important;border-left:1px solid rgba(7,26,43,.12)!important;border-radius:0!important;background:#fff!important;box-shadow:-24px 0 60px rgba(7,26,43,.18)!important;transform:translateX(105%)!important;opacity:1!important;pointer-events:none!important;z-index:2800!important;transition:transform .25s ease!important;overflow:hidden!important}
.sticky-cart-bar.cart-side-drawer.show{transform:translateX(0)!important;pointer-events:auto!important}
.cart-drawer-head{height:76px;padding:15px 18px;border-bottom:1px solid #e3ebe5;display:flex;align-items:center;justify-content:space-between}.cart-drawer-head>div{display:grid}.cart-drawer-head span{font-size:10px;color:#6f7b73;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.cart-drawer-head strong{font-size:19px;color:#071a2b}.sticky-cart-close{position:static!important;width:36px;height:36px;border:1px solid #dce6df;border-radius:11px;background:#f5f8f5;color:#071a2b;font-size:23px;cursor:pointer}
.cart-side-drawer .sticky-cart-inner{height:calc(100dvh - 76px);display:grid!important;grid-template-columns:1fr!important;grid-template-rows:minmax(0,1fr) auto!important;gap:0!important;padding:0!important;align-items:stretch!important}.cart-side-drawer .sticky-cart-list{max-height:none!important;overflow-y:auto!important;padding:14px!important;display:grid!important;align-content:start!important;gap:10px!important}.cart-side-drawer .sticky-cart-item{grid-template-columns:58px minmax(0,1fr) auto!important;padding:10px!important;border-radius:15px!important;background:#f7faf7!important}.cart-side-drawer .sticky-cart-item img{width:58px!important;height:58px!important;border-radius:13px!important}.cart-side-drawer .sticky-cart-copy strong{font-size:12px!important}.cart-side-drawer .sticky-cart-summary{display:grid!important;grid-template-columns:1fr auto!important;gap:8px 14px!important;min-width:0!important;padding:18px!important;border-top:1px solid #e3ebe5;background:#fff!important}.cart-side-drawer .sticky-cart-summary strong{font-size:23px!important;color:#0f5132!important}.cart-side-drawer .sticky-cart-checkout{grid-column:1/-1!important;min-height:46px!important;border-radius:13px!important}.cart-view-link{grid-column:1/-1;text-align:center;color:#52665a;font-size:11px;font-weight:850;text-decoration:none}.cart-drawer-open{overflow:hidden!important}html.has-sticky-cart body:not(.admin-body){padding-bottom:0!important}

/* About, refund and contact */
.professional-page{display:grid;gap:24px}.professional-page-hero{min-height:270px;border-radius:28px;padding:clamp(28px,5vw,56px);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;overflow:hidden;position:relative;background:linear-gradient(125deg,#071a2b,#0e5134);color:#fff;box-shadow:0 24px 54px rgba(7,26,43,.15)}.professional-page-hero:after{content:"";position:absolute;width:300px;height:300px;border:52px solid rgba(132,204,22,.10);border-radius:50%;right:-105px;top:-155px}.professional-page-hero>div{position:relative;z-index:1}.professional-page-hero h1{max-width:750px;margin:8px 0 12px;color:#fff;font-size:clamp(34px,5vw,60px);line-height:1.02}.professional-page-hero p{max-width:680px;margin:0;color:#d3e8da;font-size:15px;line-height:1.75}.professional-page-hero .section-kicker{color:#bef264}.professional-hero-mark{width:170px;height:170px;display:grid;place-items:center;color:#d9ff84}.professional-hero-mark svg{width:150px;height:150px;fill:none;stroke:currentColor;stroke-width:3}
.about-story-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.about-story-card{padding:30px!important;border-radius:23px!important}.about-story-card h2{font-size:clamp(25px,3vw,38px);margin:6px 0 16px;color:#071a2b}.cms-admin-copy>h2:first-child{display:none}.about-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.about-stat-grid>div{padding:22px;border-radius:20px;background:#fff;border:1px solid #dfe8e1;display:grid;align-content:center;box-shadow:0 12px 30px rgba(7,26,43,.05)}.about-stat-grid strong{font-size:30px;color:#0f5132}.about-stat-grid span{font-size:11px;color:#66736b;font-weight:800}.about-values-grid,.policy-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.about-values-grid article,.policy-summary-grid article{padding:24px;border-radius:21px;background:#fff;border:1px solid #dfe8e1}.about-values-grid article>span,.policy-summary-grid article>span{width:35px;height:35px;border-radius:11px;background:#e8f6eb;color:#15803d;display:grid;place-items:center;font-size:11px;font-weight:950}.about-values-grid h3,.policy-summary-grid h3{margin:16px 0 8px;color:#071a2b}.about-values-grid p,.policy-summary-grid p{margin:0;color:#65736b;font-size:13px;line-height:1.7}.about-process-card{padding:30px;border-radius:24px;background:#071a2b;color:#fff;display:grid;grid-template-columns:.7fr 1.3fr;gap:28px}.about-process-card h2{color:#fff;margin:5px 0}.about-process-card .section-kicker{color:#bef264}.about-process-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.about-process-steps>div{padding:15px;border-radius:15px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);display:grid;gap:5px}.about-process-steps b{color:#bef264}.about-process-steps strong{font-size:12px}.about-process-steps span{color:#bed0c4;font-size:10px;line-height:1.5}
.professional-page-cta{padding:27px 30px;border-radius:23px;background:linear-gradient(115deg,#e9f7eb,#fff);border:1px solid #d5e8d8;display:flex;align-items:center;justify-content:space-between;gap:24px}.professional-page-cta h2{margin:4px 0;color:#071a2b}.professional-page-cta p{margin:0;color:#65736b}
.policy-hero-badge{width:160px;height:160px;border-radius:50%;display:grid;place-content:center;text-align:center;background:#d9ff84!important;color:#071a2b;border:14px solid rgba(255,255,255,.13)}.policy-hero-badge strong{font-size:25px}.policy-hero-badge span{font-size:9px;max-width:100px;margin:5px auto 0;text-transform:uppercase;letter-spacing:.06em;font-weight:900}.policy-content-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:18px}.policy-main-card,.policy-side-card{border-radius:22px!important;padding:27px!important}.policy-main-card h2{font-size:22px;margin:25px 0 12px;color:#071a2b}.policy-check-list,.policy-x-list{list-style:none;margin:0;padding:0;display:grid;gap:9px}.policy-check-list li,.policy-x-list li{position:relative;padding:11px 13px 11px 40px;border-radius:13px;background:#f5faf6;color:#526159;font-size:13px;line-height:1.55}.policy-check-list li:before,.policy-x-list li:before{position:absolute;left:13px;top:11px;width:20px;height:20px;border-radius:7px;display:grid;place-items:center;font-weight:950}.policy-check-list li:before{content:"✓";background:#dcfce7;color:#15803d}.policy-x-list li:before{content:"×";background:#fee2e2;color:#b91c1c}.policy-side-stack{display:grid;gap:18px;align-content:start}.policy-side-card ol{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:14px;counter-reset:policy}.policy-side-card li{counter-increment:policy;position:relative;padding-left:43px;display:grid;gap:3px}.policy-side-card li:before{content:counter(policy);position:absolute;left:0;top:0;width:30px;height:30px;border-radius:10px;background:#0f5132;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}.policy-side-card li b{color:#071a2b;font-size:13px}.policy-side-card li span,.policy-side-card p{color:#65736b;font-size:12px;line-height:1.65}.policy-timing-card{background:linear-gradient(145deg,#071a2b,#0f5132)!important;color:#fff}.policy-timing-card h3{color:#fff}.policy-timing-card p{color:#d0e5d7}.policy-timing-card .section-kicker{color:#bef264}
.professional-contact-page{max-width:1040px!important}.professional-contact-page .contact-intro-card{border-radius:26px!important;padding:34px!important}.contact-intro-copy,.contact-intro-copy *{color:#fff!important}.contact-intro-copy h1,.contact-intro-copy h2{display:block!important;margin:5px 0 10px!important;font-size:clamp(28px,4vw,44px)!important}.contact-intro-copy p{color:#d3eadb!important;font-size:14px!important;line-height:1.7!important}.contact-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.contact-support-grid article{padding:17px;border-radius:18px;background:#fff;border:1px solid #dfe8e1;display:flex;gap:12px;align-items:center}.contact-support-grid svg{width:35px;height:35px;padding:8px;border-radius:11px;background:#edf8ef;color:#15803d;fill:none;stroke:currentColor;stroke-width:1.7;flex:0 0 auto}.contact-support-grid article>div{display:grid;gap:3px}.contact-support-grid strong{font-size:12px;color:#071a2b}.contact-support-grid span{font-size:10px;color:#6c786f;line-height:1.45}.professional-contact-page .contact-only-card{padding:28px!important;border-radius:24px!important}.professional-contact-page .contact-form-heading{margin-bottom:18px}.professional-contact-page .contact-form-heading h2{display:block!important;margin:5px 0 6px!important;color:#071a2b!important}.professional-contact-page .contact-form-heading p{margin:0;color:#65736b}.professional-contact-page label{color:#273e31!important}.professional-contact-page input,.professional-contact-page textarea{background:#fff!important;color:#10231c!important;border-color:#d8e4db!important}

@media(max-width:1180px){.nb-navlinks{gap:18px!important}.nb-navlinks a{font-size:11px!important}.product-home-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:900px){.home-offer-banner{grid-template-columns:1fr auto}.home-offer-link{grid-column:1/-1;justify-self:start}.home-collection-grid{grid-template-columns:1fr}.match-day-guide-card,.about-story-grid,.about-process-card,.policy-content-layout{grid-template-columns:1fr}.about-process-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-grid{grid-template-columns:1fr!important}.contact-support-grid{grid-template-columns:1fr}}
@media(max-width:768px){
  body:not(.admin-body) .nb-topbar{height:56px!important;min-height:56px!important;padding:0!important}.nb-nav-shell{height:56px!important;min-height:56px!important;grid-template-columns:42px minmax(0,1fr) 42px!important;padding:0 10px!important}.nb-brand{min-width:0!important;gap:7px!important;justify-self:center!important;max-width:230px!important}.nb-logo{height:38px!important;max-width:43px!important}.header-brand-copy{display:grid!important}.header-brand-copy strong{font-size:14px!important;letter-spacing:.05em!important}.header-brand-copy small{font-size:7px!important;letter-spacing:.03em!important;max-width:165px;overflow:hidden;text-overflow:ellipsis}.nb-account-chip{min-width:34px!important;width:34px!important;height:34px!important;padding:0!important;border:0!important}.account-link-dot{width:32px!important;height:32px!important;min-width:32px!important;background:#edf8ef!important;border:1px solid #ccebd3!important}.account-link-dot svg{width:19px!important;height:19px!important}.category-subnav-inner{min-height:38px;gap:22px;padding-left:12px!important;padding-right:12px!important}.category-subnav-link{min-height:38px;font-size:10px}
  .main.main-wide{padding-top:10px!important}.km-hero-slider{margin-top:0!important}.home-offer-banner{margin-top:14px;padding:17px;border-radius:18px;grid-template-columns:1fr;gap:15px}.home-offer-copy h2{font-size:19px}.offer-countdown{gap:6px}.offer-countdown>div{width:calc((100vw - 82px)/4);max-width:62px;min-height:55px}.home-offer-link{grid-column:auto}.modern-section-head{align-items:flex-start!important;gap:12px!important}.modern-section-head h2{font-size:25px}.modern-section-head p{font-size:12px}.product-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-home-card{border-radius:15px!important}.product-home-card .card-body{padding:10px 10px 7px!important}.product-home-card .card-title{font-size:12px!important}.product-home-card .card-desc{font-size:10px!important;min-height:28px!important}.product-home-pricing .price{font-size:13px!important}.product-card-actions{padding:0 8px 9px!important}.product-card-actions .btn{min-height:33px!important;padding:6px 7px!important}.product-card-actions .btn-atc{min-width:62px!important}.product-card-actions svg{width:13px;height:13px}.home-collection-card{min-height:145px;padding:19px}.match-day-guide-card{padding:20px;border-radius:20px;gap:20px}.home-support-cta,.professional-page-cta{align-items:flex-start;flex-direction:column;padding:22px}.product-detail-grid{border-radius:18px!important;padding:10px!important;gap:16px!important}.product-breadcrumb{min-height:34px}.product-info-panel{padding:4px}.product-assurance-grid{grid-template-columns:1fr 1fr!important}.product-content-grid{grid-template-columns:1fr!important}.product-rich-card,.product-style-card{padding:19px!important;border-radius:18px!important}
  .sticky-cart-bar.cart-side-drawer{width:min(380px,100vw)!important}.cart-drawer-head{height:66px;padding:12px 14px}.cart-side-drawer .sticky-cart-inner{height:calc(100dvh - 66px)}.cart-side-drawer .sticky-cart-list{padding:10px!important}.cart-side-drawer .sticky-cart-summary{padding:14px!important;padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))!important}.cart-side-drawer .sticky-cart-item{grid-template-columns:48px minmax(0,1fr) auto!important}.cart-side-drawer .sticky-cart-item img{width:48px!important;height:48px!important}.wa-float.wa-right{bottom:calc(78px + env(safe-area-inset-bottom,0px))!important}
  .professional-page{gap:16px}.professional-page-hero{min-height:230px;padding:25px 20px;border-radius:21px;grid-template-columns:1fr}.professional-page-hero h1{font-size:35px}.professional-hero-mark,.policy-hero-badge{display:none}.about-stat-grid,.about-values-grid,.policy-summary-grid{grid-template-columns:1fr 1fr}.about-values-grid article,.policy-summary-grid article{padding:18px}.about-process-card{padding:22px}.about-process-steps{grid-template-columns:1fr 1fr}.policy-main-card,.policy-side-card{padding:20px!important}.professional-contact-page .contact-intro-card{padding:23px!important;border-radius:21px!important}.professional-contact-page .contact-only-card{padding:20px!important}
}
@media(max-width:480px){.header-brand-copy small{max-width:130px}.about-stat-grid,.about-values-grid,.policy-summary-grid,.about-process-steps{grid-template-columns:1fr}.offer-countdown>div{width:54px}.home-offer-banner{padding:15px}.product-assurance-grid{grid-template-columns:1fr!important}.product-action-row{grid-template-columns:1fr!important;display:grid!important}.professional-page-hero h1{font-size:30px}}


/* ===== nbcurtains targeted fixes — August 2026 ===== */
/* Main navigation: active item uses a clean underline, never a rounded fill. */
body:not(.admin-body) .nb-navlinks a{
  position:relative!important;
  padding:27px 0 24px!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body:not(.admin-body) .nb-navlinks a:hover,
body:not(.admin-body) .nb-navlinks a.active{
  color:#0f5132!important;
  background:transparent!important;
  box-shadow:none!important;
}
body:not(.admin-body) .nb-navlinks a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:16px;
  width:22px;
  height:2px;
  border-radius:999px;
  background:#16a34a;
  transform:translateX(-50%) scaleX(0);
  transition:transform .18s ease;
}
body:not(.admin-body) .nb-navlinks a:hover::after,
body:not(.admin-body) .nb-navlinks a.active::after{transform:translateX(-50%) scaleX(1)}

/* Category submenu: compact line icons and text-only visual rhythm. */
.category-subnav-link{gap:7px!important}
.category-subnav-link .cat-icon{
  width:15px!important;
  height:15px!important;
  min-width:15px!important;
  display:inline-grid!important;
  place-items:center!important;
  color:#16a34a!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
}
.category-subnav-link .cat-icon svg{width:15px!important;height:15px!important;display:block;stroke-width:1.75!important}
.category-subnav-link>span:last-child{display:inline-block}

/* Three collection titles must stay white on every theme layer. */
.home-collection-card h3,
.home-collection-card small,
.home-collection-card>div>span{color:#fff!important}
.home-collection-card small{opacity:.78}
.home-collection-card>div>span{opacity:.92}

/* More legible and visually distinctive first contact card. */
.professional-contact-page .contact-intro-card{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate;
  background:linear-gradient(132deg,#061827 0%,#0b4634 58%,#147a43 100%)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 24px 60px rgba(7,26,43,.18)!important;
}
.professional-contact-page .contact-intro-card::before{
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  right:-120px;
  top:-170px;
  border:52px solid rgba(190,242,100,.10);
  border-radius:50%;
  z-index:-1;
}
.contact-intro-hero{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:28px;align-items:center}
.contact-intro-main{min-width:0}
.contact-intro-copy,
.contact-intro-copy *{color:#fff!important;background:transparent!important;border-color:rgba(255,255,255,.18)!important}
.contact-intro-copy p,.contact-intro-copy li{color:#d9efe1!important}
.contact-intro-copy a{color:#bef264!important;text-decoration-color:rgba(190,242,100,.55)!important}
.contact-intro-emblem{
  min-height:170px;
  padding:24px;
  border-radius:22px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
}
.contact-intro-emblem svg{width:48px;height:48px;margin-bottom:auto;color:#bef264;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.contact-intro-emblem strong{color:#fff;font-size:15px;margin-bottom:5px}
.contact-intro-emblem span{color:#d9efe1;font-size:11px;line-height:1.5}
.nbcurtains-contact-chip{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.22)!important}
.nbcurtains-contact-chip:hover{background:rgba(255,255,255,.18)!important;transform:translateY(-1px)}
.nbcurtains-contact-chip,.nbcurtains-contact-chip span,.nbcurtains-contact-chip strong{color:#fff!important}

/* The shop page now uses the global category submenu; no duplicate chip band. */
.tpl-products .products-head-no-title{margin-bottom:18px!important}

@media(max-width:768px){
  /* Mobile slider: full viewport width and a stable 2:1 storefront ratio. */
  body.tpl-home .km-hero-slider{
    width:100vw!important;
    max-width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    border-radius:0!important;
    aspect-ratio:2/1!important;
    min-height:0!important;
  }
  body.tpl-home .km-hero-track,
  body.tpl-home .km-hero-slide{width:100%!important;min-height:0!important;aspect-ratio:2/1!important}
  body.tpl-home .km-hero-media img{width:100%!important;height:100%!important;object-fit:cover!important}

  /* Only the account glyph receives a circular outline on mobile. */
  .nb-account-chip{border:0!important;background:transparent!important;box-shadow:none!important}
  .nb-account-chip .account-link-dot,
  .nb-account-chip .account-avatar-img,
  .nb-account-chip .account-avatar-fallback{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    flex-basis:34px!important;
    border-radius:50%!important;
    border:1px solid #9fd8ad!important;
    background:#fff!important;
    color:#15803d!important;
    box-shadow:0 5px 16px rgba(7,26,43,.08)!important;
  }

  .category-subnav-inner{gap:19px!important}
  .category-subnav-link{gap:5px!important;font-size:9.5px!important}
  .category-subnav-link .cat-icon,.category-subnav-link .cat-icon svg{width:13px!important;height:13px!important;min-width:13px!important}

  .contact-intro-hero{grid-template-columns:1fr;gap:18px}
  .contact-intro-emblem{min-height:125px;padding:18px}
  .contact-intro-emblem svg{width:38px;height:38px}
}

/* ===== nbcurtains monochrome storefront + full-width mixed-media hero ===== */
:root{
  --bg:#ffffff;
  --card:#ffffff;
  --soft:#f5f5f5;
  --text:#0a0a0a;
  --muted:#666666;
  --border:#dddddd;
  --primary:#050505;
  --primary-2:#202020;
  --primary2:#202020;
  --km-navy:#050505;
  --km-blue:#202020;
  --km-ink:#111111;
  --km-muted:#666666;
  --km-soft:#f5f5f5;
  --km-line:#dddddd;
  --km-accent:#2f2f2f;
}

body:not(.admin-body){background:#fff!important;color:#111!important}
body:not(.admin-body) .card,
body:not(.admin-body) .card-lite,
body:not(.admin-body) .checkout-form-card,
body:not(.admin-body) .checkout-summary-card,
body:not(.admin-body) .product-detail-grid,
body:not(.admin-body) .product-rich-card,
body:not(.admin-body) .product-style-card,
body:not(.admin-body) .thankyou-hero,
body:not(.admin-body) .thankyou-block,
body:not(.admin-body) .order-status-card{background:#fff!important;border-color:#dedede!important;box-shadow:0 16px 44px rgba(0,0,0,.07)!important}
body:not(.admin-body) .section-kicker,
body:not(.admin-body) .checkout-eyebrow,
body:not(.admin-body) .product-kicker,
body:not(.admin-body) .fashion-hero-kicker{color:#3a3a3a!important}
body:not(.admin-body) .btn.primary,
body:not(.admin-body) .button.primary,
body:not(.admin-body) button.primary,
body:not(.admin-body) .checkout-submit-btn,
body:not(.admin-body) .product-buy-btn,
body:not(.admin-body) .sb-btn{background:#050505!important;color:#fff!important;border:1px solid #050505!important;box-shadow:0 12px 28px rgba(0,0,0,.18)!important}
body:not(.admin-body) .btn.primary:hover,
body:not(.admin-body) .button.primary:hover,
body:not(.admin-body) button.primary:hover{background:#242424!important;border-color:#242424!important}
body:not(.admin-body) .btn.ghost,
body:not(.admin-body) .button.ghost{background:#fff!important;color:#0a0a0a!important;border-color:#cfcfcf!important}
body:not(.admin-body) input:focus,
body:not(.admin-body) textarea:focus,
body:not(.admin-body) select:focus{border-color:#111!important;box-shadow:0 0 0 4px rgba(0,0,0,.09)!important}

/* Header uses the supplied logo only. */
.nb-topbar{background:#050505!important;border-bottom:1px solid #2b2b2b!important;box-shadow:0 10px 28px rgba(0,0,0,.18)!important}
.nb-nav-shell{grid-template-columns:minmax(210px,auto) 1fr auto!important;min-height:78px!important;height:78px!important}
.header-logo-only{min-width:210px!important;gap:0!important}
.header-logo-only .nb-logo{height:48px!important;width:auto!important;max-width:250px!important;object-fit:contain!important;filter:grayscale(1)}
.nb-navlinks a{color:#d6d6d6!important;background:transparent!important;border-radius:0!important}
.nb-navlinks a:hover,.nb-navlinks a.active{color:#fff!important;background:transparent!important}
.nb-navlinks a:after{background:#fff!important}
.header-search-button,.nb-account-chip,.cart-button{background:#111!important;color:#fff!important;border-color:#3a3a3a!important;box-shadow:none!important}
.header-search-button svg,.nb-account-chip svg{stroke:#fff!important;fill:none!important}
.account-link-dot{background:#111!important;border-color:#444!important}
.account-link-dot:before,.account-link-dot:after{background:#fff!important}
.account-chip-copy strong{color:#fff!important}.account-chip-copy small{color:#a9a9a9!important}
.cart-count{background:#fff!important;color:#050505!important}
.header-menu-btn{background:#111!important;color:#fff!important;border:1px solid #383838!important}
.header-menu-btn .hamburger-icon,.header-menu-btn .hamburger-icon:before,.header-menu-btn .hamburger-icon:after{background:#fff!important}

.category-subnav{background:#0b0b0b!important;border-bottom:1px solid #2a2a2a!important}
.category-subnav-link{color:#bdbdbd!important}
.category-subnav-link:hover,.category-subnav-link.active{color:#fff!important}
.category-subnav-link:after{background:#fff!important}
.category-subnav-link .cat-icon svg{stroke:currentColor!important}

/* Full viewport-width hero with a left-to-center fade overlay. */
body.tpl-home .main.main-wide{padding-top:0!important}
body.tpl-home .km-hero-slider{
  width:100vw!important;
  max-width:100vw!important;
  height:clamp(540px,44vw,720px)!important;
  min-height:540px!important;
  margin:0 calc(50% - 50vw)!important;
  border-radius:0!important;
  overflow:hidden!important;
  background:#050505!important;
  isolation:isolate;
}
body.tpl-home .km-hero-track,
body.tpl-home .km-hero-slide{width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;aspect-ratio:auto!important;border-radius:0!important}
body.tpl-home .km-hero-slide{display:block!important;position:absolute!important;inset:0!important;overflow:hidden!important;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease;pointer-events:none}
body.tpl-home .km-hero-slide.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
body.tpl-home .km-hero-media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border-radius:0!important;background:#111}
body.tpl-home .km-hero-media img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;object-position:center!important;transform:none!important}
body.tpl-home .km-hero-media:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.89) 30%,rgba(0,0,0,.62) 48%,rgba(0,0,0,.14) 68%,rgba(0,0,0,0) 82%)!important;
  pointer-events:none!important;
}
.km-hero-video-frame{position:absolute;z-index:1;top:50%;left:50%;width:100vw;height:56.25vw;min-width:177.78vh;min-height:100%;border:0;transform:translate(-50%,-50%);pointer-events:none;background:#111}
.km-hero-content-shell{position:absolute!important;inset:0!important;z-index:3!important;width:100%!important;height:100%!important;display:flex!important;align-items:center!important;margin:auto!important;pointer-events:none}
body.tpl-home .km-hero-copy{display:block!important;width:min(650px,58vw)!important;max-width:650px!important;padding:44px 0 102px!important;color:#fff!important;pointer-events:auto}
.km-hero-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;color:#fff;font-size:12px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}
.km-hero-eyebrow:before{content:"";width:34px;height:1px;background:#fff}
body.tpl-home .km-hero-copy h1{margin:0 0 18px!important;max-width:11ch;color:#fff!important;font-size:clamp(48px,5.4vw,78px)!important;line-height:.98!important;letter-spacing:-.055em!important;text-shadow:0 3px 24px rgba(0,0,0,.3)}
body.tpl-home .km-hero-copy p{max-width:580px;margin:0 0 28px!important;color:#e2e2e2!important;font-size:clamp(15px,1.35vw,19px)!important;line-height:1.65!important}
.km-hero-button{display:inline-flex!important;align-items:center!important;gap:18px!important;min-height:52px!important;padding:13px 20px!important;border:1px solid #fff!important;border-radius:0!important;background:#fff!important;color:#050505!important;font-size:13px!important;font-weight:900!important;letter-spacing:.04em!important;box-shadow:none!important;transition:.2s ease!important}
.km-hero-button:hover{background:transparent!important;color:#fff!important;transform:translateY(-2px)}
.km-hero-button span{font-size:19px;line-height:1}
.km-hero-controls{position:absolute!important;z-index:5!important;left:0!important;right:0!important;bottom:30px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;pointer-events:none}
.km-hero-controls .km-hero-dots{position:static!important;display:flex!important;gap:8px!important;pointer-events:auto}
.km-hero-controls .km-hero-dots button{width:34px!important;height:3px!important;padding:0!important;border:0!important;border-radius:0!important;background:rgba(255,255,255,.38)!important;transition:.2s ease!important}
.km-hero-controls .km-hero-dots button.active{width:54px!important;background:#fff!important}
.km-hero-arrows{display:flex;gap:8px;pointer-events:auto}
.km-hero-arrows button{width:42px;height:42px;border:1px solid rgba(255,255,255,.6);border-radius:50%;background:rgba(0,0,0,.18);color:#fff;font-size:18px;display:grid;place-items:center;backdrop-filter:blur(8px);cursor:pointer;transition:.2s ease}
.km-hero-arrows button:hover{background:#fff;color:#050505;border-color:#fff}

/* Monochrome public content system. */
.home-offer-banner{background:#080808!important;color:#fff!important;box-shadow:0 20px 46px rgba(0,0,0,.16)!important}
.home-offer-banner:after{border-color:rgba(255,255,255,.09)!important}
.home-offer-label,.home-offer-copy p{color:#c9c9c9!important}
.home-offer-link{background:#fff!important;color:#050505!important}
.offer-countdown>div{border-color:#383838!important;background:#171717!important}
.offer-countdown span{color:#bdbdbd!important}
.minimal-view-link,.product-card-tag,.link{color:#111!important}
.product-home-media{background:linear-gradient(145deg,#f7f7f7,#e7e7e7)!important}
.product-ribbon-badge,.badge-bestseller,.badge-new,.badge-hot{background:#050505!important;color:#fff!important;border-color:#050505!important}
.products-filter-chip.active,.products-filter-chip:hover,.km-category-chip.active,.km-category-chip:hover{background:#050505!important;color:#fff!important;border-color:#050505!important}
.home-collection-card{background:#111!important;border-color:#2e2e2e!important;color:#fff!important}
.home-collection-card.collection-tone-2{background:#202020!important}.home-collection-card.collection-tone-3{background:#303030!important}
.home-collection-card *{color:#fff!important}
.match-day-guide-card{background:linear-gradient(130deg,#050505,#222)!important;color:#fff!important}
.match-day-guide-card h2,.match-day-guide-card strong,.match-day-guide-card .section-kicker,.match-day-guide-card .minimal-view-link{color:#fff!important}
.match-day-guide-card p,.match-day-guide-card span{color:#cacaca!important}
.match-day-steps>div{border-color:#3a3a3a!important;background:#151515!important}
.home-support-cta{background:#fff!important;border:1px solid #d7d7d7!important}
.premium-trust-card{background:#fff!important;border-color:#d8d8d8!important;color:#111!important}
.premium-trust-icon{background:#050505!important;color:#fff!important}
.professional-page-hero,.promotion-hero,.contact-intro-card,.policy-timing-card{background:linear-gradient(135deg,#050505,#272727)!important;color:#fff!important}
.professional-page-hero h1,.promotion-hero h1,.contact-intro-card h1,.policy-timing-card h3{color:#fff!important}
.professional-page-hero p,.promotion-hero p,.contact-intro-card p,.policy-timing-card p{color:#d5d5d5!important}
.professional-page-hero .section-kicker,.policy-timing-card .section-kicker{color:#fff!important}
.policy-check-list li,.policy-x-list li{background:#f4f4f4!important;color:#333!important}
.policy-check-list li:before,.policy-x-list li:before,.policy-side-card li:before{background:#111!important;color:#fff!important}
.wa-float{background:#050505!important;color:#fff!important;border:1px solid #3a3a3a!important}
.mobile-bottom-nav{background:rgba(5,5,5,.92)!important;border-color:#333!important}
.mobile-bottom-nav a{color:#d8d8d8!important}
.mobile-bottom-nav a.active{background:#fff!important;color:#050505!important;box-shadow:none!important}

/* Black footer with high-contrast content. */
.nb-footer{background:#050505!important;border-top:1px solid #292929!important;color:#bdbdbd!important}
.nb-footer-brand,.nb-footer-col,.nb-footer-payment-card{border-color:#303030!important}
.nb-footer .footer-logo-img{height:52px!important;width:auto!important;max-width:250px!important;filter:grayscale(1)}
.nb-footer-brand p{color:#bdbdbd!important}
.nb-footer .footer-col-title{color:#fff!important}
.nb-footer-links a,.footer-contact-list a{color:#c7c7c7!important}
.nb-footer-links a:hover,.footer-contact-list a:hover{color:#fff!important}
.nb-footer-payment-card{background:#111!important;border:1px solid #303030!important}
.nb-footer-payments{background:#fff!important;border-color:#d8d8d8!important}
.nb-sub-footer{border-color:#2d2d2d!important;color:#aaa!important}
.nb-credit-link{color:#fff!important}
.nb-social-links a{background:#111!important;border-color:#3c3c3c!important;color:#fff!important}
.nb-social-links svg{fill:#fff!important}

/* Admin hero editor helpers. */
.admin-field-help{display:block;margin-top:7px;color:var(--km-muted);font-size:12px;line-height:1.5}
.modern-field[hidden]{display:none!important}
.admin-slide-preview{position:relative;width:72px;height:52px;overflow:hidden;border-radius:8px;background:#111}
.admin-slide-preview img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
.admin-slide-preview span{position:absolute;left:5px;bottom:5px;padding:2px 5px;border-radius:3px;background:#050505;color:#fff;font-size:8px;font-weight:900;letter-spacing:.08em}

@media(max-width:940px){
  .nb-nav-shell{grid-template-columns:48px minmax(0,1fr) 48px!important;min-height:68px!important;height:68px!important;padding:0 14px!important}
  .header-logo-only{grid-column:2!important;justify-self:center!important;min-width:0!important;width:auto!important}
  .header-logo-only .nb-logo{height:38px!important;width:auto!important;max-width:180px!important;border-radius:0!important}
  .nb-header-actions{grid-column:3!important}
  .nb-account-chip{background:#111!important;border-color:#3c3c3c!important}
  .nb-account-chip .account-link-dot,.nb-account-chip .account-avatar-img,.nb-account-chip .account-avatar-fallback{background:#111!important;border-color:#505050!important;color:#fff!important;box-shadow:none!important}
  body.tpl-home .km-hero-slider{height:520px!important;min-height:520px!important;max-height:none!important;aspect-ratio:auto!important}
  body.tpl-home .km-hero-media:after{background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.84) 48%,rgba(0,0,0,.38) 76%,rgba(0,0,0,.08) 100%)!important}
  body.tpl-home .km-hero-copy{display:block!important;width:min(620px,82vw)!important;max-width:82vw!important;padding:42px 0 92px!important}
  body.tpl-home .km-hero-copy h1{font-size:clamp(40px,9vw,60px)!important;max-width:10ch!important}
  body.tpl-home .km-hero-copy p{max-width:520px!important;font-size:15px!important;line-height:1.55!important}
  .km-hero-controls{bottom:22px!important}
}

@media(max-width:560px){
  .nb-nav-shell{grid-template-columns:42px minmax(0,1fr) 42px!important;padding:0 10px!important}
  .header-logo-only .nb-logo{height:33px!important;max-width:155px!important}
  .category-subnav-inner{min-height:38px!important}
  .category-subnav-link{min-height:38px!important}
  body.tpl-home .km-hero-slider{height:475px!important;min-height:475px!important}
  body.tpl-home .km-hero-media img{object-position:62% center!important}
  body.tpl-home .km-hero-media:after{background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.88) 54%,rgba(0,0,0,.45) 82%,rgba(0,0,0,.16) 100%)!important}
  body.tpl-home .km-hero-copy{width:84vw!important;max-width:84vw!important;padding:34px 0 82px!important}
  .km-hero-eyebrow{margin-bottom:14px;font-size:10px;letter-spacing:.14em}
  body.tpl-home .km-hero-copy h1{margin-bottom:14px!important;font-size:39px!important;max-width:9ch!important}
  body.tpl-home .km-hero-copy p{max-width:90%!important;margin-bottom:22px!important;font-size:14px!important;line-height:1.48!important}
  .km-hero-button{min-height:47px!important;padding:11px 16px!important}
  .km-hero-arrows{display:none!important}
  .km-hero-controls{bottom:19px!important}
  .km-hero-controls .km-hero-dots button{width:27px!important}
  .km-hero-controls .km-hero-dots button.active{width:44px!important}
  .admin-slide-row{grid-template-columns:64px 1fr!important}
  .admin-slide-preview{width:64px;height:48px}
}

@media(prefers-reduced-motion:reduce){
  .km-hero-slide,.km-hero-button,.km-hero-arrows button{transition:none!important}
}

/* ===== storefront legacy-compatible dark theme layer ===== */
html{color-scheme:dark}
html body:not(.admin-body):not(.raw-html-body),
html body:not(.admin-body):not(.raw-html-body) main.site-shell.main{
  --bg:#090909;
  --card:#141414;
  --soft:#181818;
  --text:#f5f5f5;
  --muted:#a8a8a8;
  --border:#303030;
  --line:#303030;
  --primary:#ffffff;
  --primary-2:#d9d9d9;
  --primary2:#d9d9d9;
  --km-navy:#ffffff;
  --km-blue:#d9d9d9;
  --km-ink:#f5f5f5;
  --km-muted:#a8a8a8;
  --km-soft:#111111;
  --km-line:#303030;
  background:#090909!important;
  color:#f5f5f5!important;
}

/* Main header: pure black surface and white content. */
html body:not(.admin-body) header.topbar.modern-topbar.nb-topbar{
  background:#000!important;
  background-color:#000!important;
  border-bottom:1px solid #2c2c2c!important;
  box-shadow:0 10px 30px rgba(0,0,0,.45)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
html body:not(.admin-body) header.nb-topbar .nb-nav-shell{
  background:#000!important;
  background-color:#000!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
html body:not(.admin-body) header.nb-topbar .header-logo-only .nb-logo{
  width:auto!important;
  height:48px!important;
  max-width:250px!important;
  object-fit:contain!important;
  filter:grayscale(1)!important;
}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a,
html body:not(.admin-body) header.nb-topbar .account-chip-copy strong,
html body:not(.admin-body) header.nb-topbar .account-chip-copy small,
html body:not(.admin-body) header.nb-topbar .cart-button,
html body:not(.admin-body) header.nb-topbar .cart-button *{color:#fff!important}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a{opacity:.76!important}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a:hover,
html body:not(.admin-body) header.nb-topbar .nb-navlinks a.active{color:#fff!important;opacity:1!important}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a:after,
html body:not(.admin-body) header.nb-topbar .nb-navlinks a::after{background:#fff!important}
html body:not(.admin-body) header.nb-topbar .header-search-button,
html body:not(.admin-body) header.nb-topbar .nb-account-chip,
html body:not(.admin-body) header.nb-topbar .cart-button,
html body:not(.admin-body) header.nb-topbar .header-menu-btn{
  background:#111!important;
  background-color:#111!important;
  color:#fff!important;
  border:1px solid #414141!important;
  box-shadow:none!important;
}
html body:not(.admin-body) header.nb-topbar .header-search-button svg,
html body:not(.admin-body) header.nb-topbar .nb-account-chip svg{stroke:#fff!important;color:#fff!important}
html body:not(.admin-body) header.nb-topbar .account-link-dot,
html body:not(.admin-body) header.nb-topbar .account-avatar-fallback{background:#171717!important;border-color:#4b4b4b!important;color:#fff!important}
html body:not(.admin-body) header.nb-topbar .account-link-dot:before,
html body:not(.admin-body) header.nb-topbar .account-link-dot:after{background:#fff!important}
html body:not(.admin-body) header.nb-topbar .cart-count{background:#fff!important;color:#000!important}
html body:not(.admin-body) header.nb-topbar .hamburger-icon,
html body:not(.admin-body) header.nb-topbar .hamburger-icon:before,
html body:not(.admin-body) header.nb-topbar .hamburger-icon:after{background:#fff!important;color:#fff!important}

html body:not(.admin-body) nav.category-subnav{
  background:#050505!important;
  background-color:#050505!important;
  border-bottom:1px solid #292929!important;
}
html body:not(.admin-body) nav.category-subnav .category-subnav-link{color:#c7c7c7!important}
html body:not(.admin-body) nav.category-subnav .category-subnav-link:hover,
html body:not(.admin-body) nav.category-subnav .category-subnav-link.active{color:#fff!important}
html body:not(.admin-body) nav.category-subnav .category-subnav-link:after{background:#fff!important}
html body:not(.admin-body) nav.category-subnav .cat-icon,
html body:not(.admin-body) nav.category-subnav .cat-icon svg{color:#fff!important;stroke:#fff!important}

/* Public page typography and dark surfaces. */
html body:not(.admin-body):not(.raw-html-body) main h1,
html body:not(.admin-body):not(.raw-html-body) main h2,
html body:not(.admin-body):not(.raw-html-body) main h3,
html body:not(.admin-body):not(.raw-html-body) main h4,
html body:not(.admin-body):not(.raw-html-body) main h5,
html body:not(.admin-body):not(.raw-html-body) main h6,
html body:not(.admin-body):not(.raw-html-body) main label,
html body:not(.admin-body):not(.raw-html-body) main legend,
html body:not(.admin-body):not(.raw-html-body) main summary,
html body:not(.admin-body):not(.raw-html-body) main strong,
html body:not(.admin-body):not(.raw-html-body) main b,
html body:not(.admin-body):not(.raw-html-body) main .card-title,
html body:not(.admin-body):not(.raw-html-body) main .price{color:#fff!important}
html body:not(.admin-body):not(.raw-html-body) main p,
html body:not(.admin-body):not(.raw-html-body) main li,
html body:not(.admin-body):not(.raw-html-body) main small,
html body:not(.admin-body):not(.raw-html-body) main .muted,
html body:not(.admin-body):not(.raw-html-body) main .card-desc,
html body:not(.admin-body):not(.raw-html-body) main .product-lead{color:#b8b8b8!important}
html body:not(.admin-body):not(.raw-html-body) main a:not(.btn):not(.km-hero-button){color:#f2f2f2!important}
html body:not(.admin-body):not(.raw-html-body) main .section-kicker,
html body:not(.admin-body):not(.raw-html-body) main .checkout-eyebrow,
html body:not(.admin-body):not(.raw-html-body) main .product-kicker,
html body:not(.admin-body):not(.raw-html-body) main .fashion-hero-kicker{color:#d0d0d0!important}

html body:not(.admin-body):not(.raw-html-body) main .card,
html body:not(.admin-body):not(.raw-html-body) main .card-lite,
html body:not(.admin-body):not(.raw-html-body) main [class$="-card"],
html body:not(.admin-body):not(.raw-html-body) main [class$="-panel"],
html body:not(.admin-body):not(.raw-html-body) main [class$="-surface"],
html body:not(.admin-body):not(.raw-html-body) main .product-detail-grid,
html body:not(.admin-body):not(.raw-html-body) main .checkout-layout{
  background:#141414!important;
  background-color:#141414!important;
  color:#f5f5f5!important;
  border-color:#303030!important;
  box-shadow:0 18px 48px rgba(0,0,0,.24)!important;
}
html body:not(.admin-body):not(.raw-html-body) main .product-home-media,
html body:not(.admin-body):not(.raw-html-body) main .product-gallery,
html body:not(.admin-body):not(.raw-html-body) main .fashion-price-panel,
html body:not(.admin-body):not(.raw-html-body) main .assurance-item,
html body:not(.admin-body):not(.raw-html-body) main .invoice-info-grid>div,
html body:not(.admin-body):not(.raw-html-body) main .km-faq-list details,
html body:not(.admin-body):not(.raw-html-body) main .cart-line-item,
html body:not(.admin-body):not(.raw-html-body) main .checkout-item{
  background:#191919!important;
  background-color:#191919!important;
  color:#f5f5f5!important;
  border-color:#343434!important;
}
html body:not(.admin-body):not(.raw-html-body) main input,
html body:not(.admin-body):not(.raw-html-body) main textarea,
html body:not(.admin-body):not(.raw-html-body) main select,
html body:not(.admin-body):not(.raw-html-body) main .products-search input{
  background:#101010!important;
  background-color:#101010!important;
  color:#fff!important;
  border:1px solid #3a3a3a!important;
  box-shadow:none!important;
}
html body:not(.admin-body):not(.raw-html-body) main input::placeholder,
html body:not(.admin-body):not(.raw-html-body) main textarea::placeholder{color:#777!important}
html body:not(.admin-body):not(.raw-html-body) main select option{background:#101010!important;color:#fff!important}
html body:not(.admin-body):not(.raw-html-body) main table,
html body:not(.admin-body):not(.raw-html-body) main th,
html body:not(.admin-body):not(.raw-html-body) main td{background:#141414!important;color:#eee!important;border-color:#333!important}
html body:not(.admin-body):not(.raw-html-body) main th{background:#1d1d1d!important;color:#fff!important}

html body:not(.admin-body):not(.raw-html-body) main .btn,
html body:not(.admin-body):not(.raw-html-body) main button{
  background:#181818!important;
  color:#fff!important;
  border-color:#444!important;
  box-shadow:none!important;
}
html body:not(.admin-body):not(.raw-html-body) main .btn.primary,
html body:not(.admin-body):not(.raw-html-body) main button.primary,
html body:not(.admin-body):not(.raw-html-body) main .checkout-submit-btn,
html body:not(.admin-body):not(.raw-html-body) main .product-buy-btn,
html body:not(.admin-body):not(.raw-html-body) main .sb-btn{
  background:#fff!important;
  color:#000!important;
  border-color:#fff!important;
}
html body:not(.admin-body):not(.raw-html-body) main .btn.primary *,
html body:not(.admin-body):not(.raw-html-body) main button.primary *{color:#000!important;stroke:#000!important}
html body:not(.admin-body):not(.raw-html-body) main .btn.ghost{background:#151515!important;color:#fff!important;border-color:#444!important}
html body:not(.admin-body):not(.raw-html-body) main .km-hero-button{background:#fff!important;color:#000!important;border-color:#fff!important}
html body:not(.admin-body):not(.raw-html-body) main .km-hero-button span{color:#000!important}
html body:not(.admin-body):not(.raw-html-body) main .km-category-chip,
html body:not(.admin-body):not(.raw-html-body) main .products-filter-chip,
html body:not(.admin-body):not(.raw-html-body) main .size-chip{background:#161616!important;color:#fff!important;border-color:#383838!important}
html body:not(.admin-body):not(.raw-html-body) main .km-category-chip.active,
html body:not(.admin-body):not(.raw-html-body) main .products-filter-chip.active,
html body:not(.admin-body):not(.raw-html-body) main .choice-chip:has(input:checked){background:#fff!important;color:#000!important;border-color:#fff!important}
html body:not(.admin-body):not(.raw-html-body) main .product-ribbon-badge,
html body:not(.admin-body):not(.raw-html-body) main .product-offer-pill{background:#fff!important;color:#000!important;border-color:#fff!important}
html body:not(.admin-body):not(.raw-html-body) main .home-offer-banner,
html body:not(.admin-body):not(.raw-html-body) main .match-day-guide-card,
html body:not(.admin-body):not(.raw-html-body) main .professional-page-hero,
html body:not(.admin-body):not(.raw-html-body) main .promotion-hero,
html body:not(.admin-body):not(.raw-html-body) main .contact-intro-card,
html body:not(.admin-body):not(.raw-html-body) main .policy-timing-card{background:linear-gradient(135deg,#050505,#202020)!important;border:1px solid #333!important;color:#fff!important}
html body:not(.admin-body) .km-hero-media{overflow:hidden!important}
html body:not(.admin-body) .km-hero-video-frame{
  transform:translate(-50%,-50%) scale(1.16)!important;
  pointer-events:none!important;
  border:0!important;
}

/* Public overlays, drawer, cart and trust strip. */
html body:not(.admin-body) .drawer{background:#090909!important;color:#fff!important;border-color:#303030!important}
html body:not(.admin-body) .drawer .d-title{color:#969696!important}
html body:not(.admin-body) .drawer .d-link{color:#fff!important;background:transparent!important}
html body:not(.admin-body) .drawer .d-link:hover{background:#1a1a1a!important}
html body:not(.admin-body) .drawer .d-close{background:#151515!important;color:#fff!important;border-color:#404040!important}
html body:not(.admin-body) .drawer-overlay{background:rgba(0,0,0,.76)!important}
html body:not(.admin-body) .cart-side-drawer,
html body:not(.admin-body) .cart-side-drawer .sticky-cart-inner,
html body:not(.admin-body) .cart-side-drawer .sticky-cart-summary,
html body:not(.admin-body) .cart-side-drawer .sticky-cart-item{background:#111!important;color:#fff!important;border-color:#333!important}
html body:not(.admin-body) .cart-side-drawer *{color:#eee!important}
html body:not(.admin-body) .homepage-premium-trust .premium-trust-card{background:#121212!important;color:#fff!important;border-color:#303030!important}
html body:not(.admin-body) .homepage-premium-trust .premium-trust-card strong{color:#fff!important}
html body:not(.admin-body) .homepage-premium-trust .premium-trust-card small{color:#aaa!important}
html body:not(.admin-body) .homepage-premium-trust .premium-trust-icon{background:#fff!important;color:#000!important}
html body:not(.admin-body) .mobile-bottom-nav{background:rgba(0,0,0,.94)!important;border-color:#333!important;box-shadow:0 20px 50px rgba(0,0,0,.5)!important}
html body:not(.admin-body) .mobile-bottom-nav a{color:#d4d4d4!important}
html body:not(.admin-body) .mobile-bottom-nav a.active{background:#fff!important;color:#000!important}
html body:not(.admin-body) .wa-float{background:#050505!important;color:#fff!important;border:1px solid #4a4a4a!important;box-shadow:0 12px 34px rgba(0,0,0,.4)!important}

/* Footer: pure black surface; all copy and links are white. */
html body:not(.admin-body) footer.footer.modern-footer.nb-footer{
  background:#000!important;
  background-color:#000!important;
  color:#fff!important;
  border-top:1px solid #2b2b2b!important;
}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer *,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer p,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer a,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer span,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer strong,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-col-title,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-contact-list a{color:#fff!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-brand p{color:#c6c6c6!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-brand,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-col,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-payment-card{border-color:#333!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-payment-card{
  background:#111!important;
  background-color:#111!important;
  border:1px solid #333!important;
}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-payments{background:#fff!important;border-color:#ddd!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-payment-chip{background:#fff!important;border-color:#ddd!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-sub-footer{border-color:#333!important;color:#bdbdbd!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-social-links a{background:#151515!important;border-color:#444!important;color:#fff!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-social-links svg{fill:#fff!important;color:#fff!important}

/* Admin panel: complete monochrome dark theme. */
html body.admin-body{
  --bg:#080808;
  --card:#141414;
  --soft:#181818;
  --text:#f5f5f5;
  --muted:#aaa;
  --border:#303030;
  --line:#303030;
  --primary:#fff;
  --primary-2:#d6d6d6;
  --km-navy:#fff;
  --km-blue:#ddd;
  --km-ink:#f5f5f5;
  --km-muted:#aaa;
  --km-soft:#111;
  --km-line:#303030;
  background:#080808!important;
  color:#f5f5f5!important;
}
html body.admin-body .admin-shell,
html body.admin-body main.admin-content{background:#080808!important;color:#f5f5f5!important}
html body.admin-body aside.admin-sidebar{
  background:#000!important;
  background-color:#000!important;
  color:#fff!important;
  border-right:1px solid #303030!important;
  box-shadow:14px 0 40px rgba(0,0,0,.38)!important;
}
html body.admin-body aside.admin-sidebar .admin-brand{border-color:#303030!important}
html body.admin-body aside.admin-sidebar .admin-brand-logo{filter:grayscale(1)!important}
html body.admin-body aside.admin-sidebar .admin-menu-link{background:transparent!important;color:#d5d5d5!important;border-color:transparent!important}
html body.admin-body aside.admin-sidebar .admin-menu-link:hover,
html body.admin-body aside.admin-sidebar .admin-menu-link.active,
html body.admin-body aside.admin-sidebar .admin-menu-group.active>.admin-menu-parent{background:#fff!important;color:#000!important;border-color:#fff!important}
html body.admin-body aside.admin-sidebar .admin-menu-link:hover *,
html body.admin-body aside.admin-sidebar .admin-menu-link.active *,
html body.admin-body aside.admin-sidebar .admin-menu-group.active>.admin-menu-parent *{color:#000!important}
html body.admin-body aside.admin-sidebar .admin-menu-icon{background:transparent!important;color:currentColor!important;border:1px solid #4a4a4a!important;box-shadow:none!important}
html body.admin-body aside.admin-sidebar .admin-submenu{border-color:#333!important}
html body.admin-body aside.admin-sidebar .admin-sidebar-foot{background:linear-gradient(180deg,rgba(0,0,0,0),#000 30%,#000)!important}
html body.admin-body aside.admin-sidebar .admin-sidebar-foot .btn{background:#151515!important;color:#fff!important;border-color:#3d3d3d!important}
html body.admin-body aside.admin-sidebar .admin-sidebar-close{background:#151515!important;color:#fff!important;border-color:#3d3d3d!important}
html body.admin-body .admin-sidebar-overlay{background:rgba(0,0,0,.8)!important}
html body.admin-body .admin-mobile-toggle{background:#000!important;color:#fff!important;border:1px solid #444!important;box-shadow:0 12px 28px rgba(0,0,0,.45)!important}
html body.admin-body .admin-mobile-toggle .hamburger-icon,
html body.admin-body .admin-mobile-toggle .hamburger-icon:before,
html body.admin-body .admin-mobile-toggle .hamburger-icon:after{background:#fff!important}

html body.admin-body .admin-content h1,
html body.admin-body .admin-content h2,
html body.admin-body .admin-content h3,
html body.admin-body .admin-content h4,
html body.admin-body .admin-content label,
html body.admin-body .admin-content legend,
html body.admin-body .admin-content summary,
html body.admin-body .admin-content strong,
html body.admin-body .admin-content b{color:#fff!important}
html body.admin-body .admin-content p,
html body.admin-body .admin-content small,
html body.admin-body .admin-content .muted,
html body.admin-body .admin-content .admin-field-help{color:#aaa!important}
html body.admin-body .admin-content a:not(.btn){color:#eee!important}
html body.admin-body .admin-content .card,
html body.admin-body .admin-content .card-lite,
html body.admin-body .admin-content .admin-kcard,
html body.admin-body .admin-content .admin-surface,
html body.admin-body .admin-content .mini-stat-card,
html body.admin-body .admin-content [class$="-card"],
html body.admin-body .admin-content [class$="-panel"],
html body.admin-body .admin-content [class$="-surface"],
html body.admin-body .admin-content .admin-form-main,
html body.admin-body .admin-content .admin-form-side{
  background:#141414!important;
  background-color:#141414!important;
  color:#f5f5f5!important;
  border-color:#303030!important;
  box-shadow:0 18px 48px rgba(0,0,0,.25)!important;
}
html body.admin-body .admin-content .admin-kcard.accent-orange,
html body.admin-body .admin-content .admin-kcard.accent-blue,
html body.admin-body .admin-content .admin-kcard.accent-gold,
html body.admin-body .admin-content .admin-kcard.accent-green{background:#171717!important}
html body.admin-body .admin-content .sales-svg-wrap,
html body.admin-body .admin-content .icon-choice-box,
html body.admin-body .admin-content .category-admin-row,
html body.admin-body .admin-content .faq-admin-item,
html body.admin-body .admin-content .payment-toggle-row,
html body.admin-body .admin-content .return-refund-box,
html body.admin-body .admin-content .empty-state,
html body.admin-body .admin-content .gmail-inbox-shell,
html body.admin-body .admin-content .gmail-inbox-toolbar,
html body.admin-body .admin-content .gmail-message-row,
html body.admin-body .admin-content .activity-log-row,
html body.admin-body .admin-content .category-compact-row,
html body.admin-body .admin-content .category-simple-row,
html body.admin-body .admin-content .customer-row,
html body.admin-body .admin-content .product-row,
html body.admin-body .admin-content .order-one-line-row,
html body.admin-body .admin-content .promotion-admin-row,
html body.admin-body .admin-content .searchable-row,
html body.admin-body .admin-content .stock-pick-row,
html body.admin-body .admin-content .stock-suggestion-item,
html body.admin-body .admin-content .order-suggestion-item,
html body.admin-body .admin-content .best-selling-item,
html body.admin-body .admin-content .low-stock-item{
  background:#171717!important;
  background-color:#171717!important;
  color:#f3f3f3!important;
  border-color:#353535!important;
  box-shadow:none!important;
}
html body.admin-body .admin-content .empty-state-icon,
html body.admin-body .admin-content .cat-admin-icon .cat-icon{background:#fff!important;color:#000!important}
html body.admin-body .admin-content .chart-axis{stroke:#555!important}
html body.admin-body .admin-content .chart-line,
html body.admin-body .admin-content .chart-line-profit{stroke:#fff!important}
html body.admin-body .admin-content .chart-label-row,
html body.admin-body .admin-content .chart-legend-row{color:#aaa!important}
html body.admin-body .admin-content .icon-choice input:checked + .icon-choice-box,
html body.admin-body .admin-content .report-preset-chip.active{background:#fff!important;color:#000!important;border-color:#fff!important}
html body.admin-body .admin-content input,
html body.admin-body .admin-content textarea,
html body.admin-body .admin-content select{
  background:#0d0d0d!important;
  background-color:#0d0d0d!important;
  color:#fff!important;
  border:1px solid #3c3c3c!important;
  box-shadow:none!important;
}
html body.admin-body .admin-content input::placeholder,
html body.admin-body .admin-content textarea::placeholder{color:#777!important}
html body.admin-body .admin-content select option{background:#0d0d0d!important;color:#fff!important}
html body.admin-body .admin-content table,
html body.admin-body .admin-content th,
html body.admin-body .admin-content td,
html body.admin-body .admin-content .trow,
html body.admin-body .admin-content .admin-list-row{
  background:#141414!important;
  color:#eee!important;
  border-color:#333!important;
}
html body.admin-body .admin-content th,
html body.admin-body .admin-content .admin-list-head{background:#1d1d1d!important;color:#fff!important}
html body.admin-body .admin-content .btn,
html body.admin-body .admin-content button{background:#191919!important;color:#fff!important;border-color:#444!important;box-shadow:none!important}
html body.admin-body .admin-content .btn.primary,
html body.admin-body .admin-content button.primary{background:#fff!important;color:#000!important;border-color:#fff!important}
html body.admin-body .admin-content .btn.primary *,
html body.admin-body .admin-content button.primary *{color:#000!important}
html body.admin-body .admin-content .btn.ghost{background:#181818!important;color:#fff!important;border-color:#444!important}
html body.admin-body .admin-content .pill,
html body.admin-body .admin-content .badge,
html body.admin-body .admin-content .status-badge{background:#222!important;color:#fff!important;border-color:#444!important}
html body.admin-body .admin-content .alert{background:#171717!important;color:#fff!important;border-color:#414141!important}

@media(max-width:940px){
  html body:not(.admin-body) header.nb-topbar .header-logo-only .nb-logo{height:36px!important;max-width:170px!important}
  html body:not(.admin-body) header.nb-topbar .header-menu-btn,
  html body:not(.admin-body) header.nb-topbar .nb-account-chip{background:#111!important;color:#fff!important;border-color:#414141!important}
}

/* Homepage delivery area: animated Saudi Arabia region map. */
html body:not(.admin-body) .home-delivery-section{margin:72px 0 64px!important}
html body:not(.admin-body) .delivery-section-head{align-items:flex-end!important;margin-bottom:26px!important}
html body:not(.admin-body) .delivery-section-head>div:first-child{max-width:720px}
html body:not(.admin-body) .delivery-section-head p{max-width:680px!important;margin:7px 0 0!important;color:#aaa!important;line-height:1.7!important}
.delivery-coverage-count{display:flex;align-items:center;gap:8px;min-height:48px;padding:10px 14px;border:1px solid #353535;border-radius:15px;background:#111;color:#fff;white-space:nowrap}
.delivery-coverage-count strong{font-size:22px;color:#fff!important;line-height:1}
.delivery-coverage-count span{font-size:11px;color:#aaa!important;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.delivery-coverage-count i{width:1px;height:24px;background:#3d3d3d;margin:0 5px}
.delivery-map-layout{display:grid;grid-template-columns:minmax(0,.94fr) minmax(390px,1.06fr);gap:22px;align-items:stretch}
.delivery-map-stage{position:relative;min-height:680px;overflow:hidden;border:1px solid #303030;border-radius:30px;background:radial-gradient(circle at 50% 44%,#222 0%,#111 45%,#080808 76%);isolation:isolate}
.delivery-map-stage:before{content:"";position:absolute;inset:22px;border:1px solid rgba(255,255,255,.06);border-radius:24px;pointer-events:none;z-index:0}
.delivery-map-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.035),transparent 32%,transparent 68%,rgba(255,255,255,.025));pointer-events:none;z-index:0}
.delivery-map-aura{position:absolute;left:50%;top:48%;width:440px;height:440px;border:1px solid rgba(255,255,255,.10);border-radius:50%;transform:translate(-50%,-50%);z-index:0;animation:deliveryMapAura 5.5s ease-in-out infinite}
.delivery-map-aura:before,.delivery-map-aura:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.07);border-radius:50%}
.delivery-map-aura:before{inset:42px}.delivery-map-aura:after{inset:92px}
.delivery-saudi-map{position:relative;z-index:2;width:100%;height:680px;display:block;overflow:visible}
.delivery-map-region{outline:none;cursor:pointer}
.delivery-map-region path{fill:#222;stroke:#969696;stroke-width:1.3;stroke-linejoin:round;stroke-linecap:round;transition:fill .24s ease,stroke .24s ease,filter .24s ease;stroke-dasharray:var(--delivery-path-length);stroke-dashoffset:var(--delivery-path-length);animation:deliveryMapDraw .95s cubic-bezier(.22,.75,.26,1) var(--delivery-path-delay,0ms) forwards}
.delivery-map-region:nth-child(2) path{fill:#292929}.delivery-map-region:nth-child(3) path{fill:#303030}.delivery-map-region:nth-child(4) path{fill:#1b1b1b}
.delivery-map-region:nth-child(5) path{fill:#272727}.delivery-map-region:nth-child(6) path{fill:#343434}.delivery-map-region:nth-child(7) path{fill:#1e1e1e}.delivery-map-region:nth-child(8) path{fill:#2b2b2b}
.delivery-map-region:hover path,.delivery-map-region:focus path,.delivery-map-region.is-active path{fill:#f4f4f4;stroke:#fff;stroke-width:2.2;filter:drop-shadow(0 12px 18px rgba(0,0,0,.55))}
.delivery-map-region:focus path{outline:none;filter:drop-shadow(0 0 8px rgba(255,255,255,.58)) drop-shadow(0 12px 18px rgba(0,0,0,.55))}
.delivery-map-label{fill:#efefef;font-size:11px;font-weight:900;letter-spacing:.015em;text-anchor:middle;paint-order:stroke;stroke:#101010;stroke-width:3px;stroke-linejoin:round;pointer-events:none;transition:fill .2s ease,stroke .2s ease}
.delivery-map-label.is-active{fill:#050505;stroke:#f4f4f4;stroke-width:2.5px}
.delivery-map-tooltip{position:absolute;z-index:8;max-width:230px;padding:9px 12px;border:1px solid #555;border-radius:10px;background:rgba(0,0,0,.92);color:#fff;font-size:12px;font-weight:850;line-height:1.35;pointer-events:none;box-shadow:0 14px 35px rgba(0,0,0,.34);backdrop-filter:blur(8px)}
.delivery-map-tooltip[hidden]{display:none!important}
.delivery-map-hint{position:absolute;left:24px;bottom:22px;z-index:4;display:flex;align-items:center;gap:8px;color:#aaa;font-size:11px;font-weight:800;letter-spacing:.04em}
.delivery-map-hint span{width:24px;height:24px;border:1px solid #454545;border-radius:50%;display:grid;place-items:center;color:#fff}
.delivery-map-loading{position:absolute;left:50%;top:50%;z-index:5;transform:translate(-50%,-50%);padding:10px 14px;border:1px solid #404040;border-radius:12px;background:#101010;color:#ccc;font-size:12px;font-weight:800}
.delivery-map-loading[hidden]{display:none!important}

html body:not(.admin-body) main .delivery-area-details{display:flex;flex-direction:column;min-width:0;padding:34px;border:1px solid #303030;border-radius:30px;background:#101010!important;color:#fff!important;box-shadow:0 22px 54px rgba(0,0,0,.22)!important}
.delivery-detail-topline{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:17px;border-bottom:1px solid #303030}
.delivery-detail-topline span{color:#999!important;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.delivery-detail-topline strong{padding:6px 9px;border:1px solid #414141;border-radius:9px;background:#191919;color:#fff!important;font-size:10px;letter-spacing:.04em;text-transform:uppercase}
html body:not(.admin-body) main .delivery-area-details h3{margin:25px 0 3px!important;color:#fff!important;font-size:clamp(32px,4vw,52px)!important;line-height:1!important;letter-spacing:-.045em!important}
html body:not(.admin-body) main .delivery-area-details>p{margin:0 0 22px!important;color:#969696!important;font-size:13px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase}
.delivery-district-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}
.delivery-district-list li{min-width:0;padding:11px 12px;border:1px solid #303030;border-radius:12px;background:#171717;color:#fff}
.delivery-district-list li span,.delivery-district-list li small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.delivery-district-list li span{color:#fff!important;font-size:13px;font-weight:900}
.delivery-district-list li small{margin-top:2px;color:#8f8f8f!important;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.delivery-district-list.is-updating li{animation:deliveryDistrictIn .34s ease both;animation-delay:calc(var(--district-index,0) * 24ms)}
.delivery-service-note{display:flex;align-items:flex-start;gap:12px;margin-top:auto;padding-top:24px}
.delivery-service-note>span{flex:0 0 34px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#000!important;font-weight:950}
.delivery-service-note p{margin:0!important}.delivery-service-note strong,.delivery-service-note small{display:block}
.delivery-service-note strong{color:#fff!important;font-size:13px}.delivery-service-note small{margin-top:4px;color:#999!important;font-size:11px;line-height:1.55}
.delivery-map-source{margin:12px 2px 0!important;color:#777!important;font-size:10px!important;text-align:right}
.delivery-map-source a{color:#aaa!important;text-decoration:underline;text-underline-offset:3px}

@keyframes deliveryMapDraw{to{stroke-dashoffset:0}}
@keyframes deliveryMapAura{0%,100%{opacity:.52;transform:translate(-50%,-50%) scale(.96)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.04)}}
@keyframes deliveryDistrictIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:980px){
  .delivery-map-layout{grid-template-columns:1fr}
  .delivery-map-stage,.delivery-saudi-map{min-height:620px;height:620px}
  html body:not(.admin-body) main .delivery-area-details{min-height:510px}
}
@media(max-width:640px){
  html body:not(.admin-body) .home-delivery-section{margin:48px 0!important}
  html body:not(.admin-body) .delivery-section-head{display:grid!important;gap:16px!important}
  .delivery-coverage-count{justify-self:start}
  .delivery-map-stage,.delivery-saudi-map{min-height:520px;height:520px}
  .delivery-map-stage{border-radius:22px}.delivery-map-stage:before{inset:13px;border-radius:17px}
  .delivery-map-aura{width:330px;height:330px}
  .delivery-map-hint{left:18px;bottom:16px}
  html body:not(.admin-body) main .delivery-area-details{min-height:0;padding:24px 18px;border-radius:22px}
  html body:not(.admin-body) main .delivery-area-details h3{font-size:34px!important}
  .delivery-district-list{grid-template-columns:1fr 1fr;gap:7px}
  .delivery-district-list li{padding:10px}
  .delivery-map-label{font-size:10px}
}
@media(max-width:390px){
  .delivery-map-stage,.delivery-saudi-map{min-height:470px;height:470px}
  .delivery-district-list{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .delivery-map-aura,.delivery-map-region path,.delivery-district-list.is-updating li{animation:none!important}
  .delivery-map-region path{stroke-dasharray:none!important;stroke-dashoffset:0!important}
}

/* ===== storefront theme compatibility layer ===== */
html body:not(.admin-body):not(.raw-html-body),
html body:not(.admin-body):not(.raw-html-body) main.site-shell.main{
  --bg:#0b2822;
  --card:#123a32;
  --soft:#173f36;
  --text:#f6f3ea;
  --muted:#a7b8b0;
  --border:#315047;
  --line:#315047;
  --primary:#c2a464;
  --primary-2:#d6be82;
  --primary2:#d6be82;
  --km-navy:#f6f3ea;
  --km-blue:#c2a464;
  --km-ink:#f6f3ea;
  --km-muted:#a7b8b0;
  --km-soft:#0d2c25;
  --km-line:#315047;
  background:#0b2822!important;
  background-color:#0b2822!important;
  color:#f6f3ea!important;
}

html body:not(.admin-body) header.topbar.modern-topbar.nb-topbar,
html body:not(.admin-body) header.nb-topbar .nb-nav-shell{
  background:#071b18!important;
  background-color:#071b18!important;
  border-color:#29463e!important;
}
html body:not(.admin-body) header.topbar.modern-topbar.nb-topbar{box-shadow:0 12px 34px rgba(3,15,12,.38)!important}
html body:not(.admin-body) header.nb-topbar .header-logo-only .nb-logo{filter:none!important}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a,
html body:not(.admin-body) header.nb-topbar .account-chip-copy strong,
html body:not(.admin-body) header.nb-topbar .account-chip-copy small,
html body:not(.admin-body) header.nb-topbar .cart-button,
html body:not(.admin-body) header.nb-topbar .cart-button *{color:#f6f3ea!important}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a:hover,
html body:not(.admin-body) header.nb-topbar .nb-navlinks a.active{color:#d6be82!important}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a:after,
html body:not(.admin-body) header.nb-topbar .nb-navlinks a::after{background:#c2a464!important}
html body:not(.admin-body) header.nb-topbar .header-search-button,
html body:not(.admin-body) header.nb-topbar .nb-account-chip,
html body:not(.admin-body) header.nb-topbar .cart-button,
html body:not(.admin-body) header.nb-topbar .header-menu-btn{
  background:#123a32!important;
  background-color:#123a32!important;
  color:#f6f3ea!important;
  border-color:#315047!important;
}
html body:not(.admin-body) header.nb-topbar .account-link-dot,
html body:not(.admin-body) header.nb-topbar .account-avatar-fallback{background:#173f36!important;border-color:#49665d!important;color:#f6f3ea!important}
html body:not(.admin-body) header.nb-topbar .cart-count{background:#c2a464!important;color:#071b18!important}

html body:not(.admin-body) nav.category-subnav{background:#0a231e!important;background-color:#0a231e!important;border-color:#29463e!important}
html body:not(.admin-body) nav.category-subnav .category-subnav-link{color:#a7b8b0!important}
html body:not(.admin-body) nav.category-subnav .category-subnav-link:hover,
html body:not(.admin-body) nav.category-subnav .category-subnav-link.active,
html body:not(.admin-body) nav.category-subnav .cat-icon,
html body:not(.admin-body) nav.category-subnav .cat-icon svg{color:#d6be82!important;stroke:#d6be82!important}
html body:not(.admin-body) nav.category-subnav .category-subnav-link:after{background:#c2a464!important}

html body:not(.admin-body):not(.raw-html-body) main h1,
html body:not(.admin-body):not(.raw-html-body) main h2,
html body:not(.admin-body):not(.raw-html-body) main h3,
html body:not(.admin-body):not(.raw-html-body) main h4,
html body:not(.admin-body):not(.raw-html-body) main h5,
html body:not(.admin-body):not(.raw-html-body) main h6,
html body:not(.admin-body):not(.raw-html-body) main label,
html body:not(.admin-body):not(.raw-html-body) main legend,
html body:not(.admin-body):not(.raw-html-body) main summary,
html body:not(.admin-body):not(.raw-html-body) main strong,
html body:not(.admin-body):not(.raw-html-body) main b,
html body:not(.admin-body):not(.raw-html-body) main .card-title,
html body:not(.admin-body):not(.raw-html-body) main .price{color:#f6f3ea!important}
html body:not(.admin-body):not(.raw-html-body) main p,
html body:not(.admin-body):not(.raw-html-body) main li,
html body:not(.admin-body):not(.raw-html-body) main small,
html body:not(.admin-body):not(.raw-html-body) main .muted,
html body:not(.admin-body):not(.raw-html-body) main .card-desc,
html body:not(.admin-body):not(.raw-html-body) main .product-lead{color:#a7b8b0!important}
html body:not(.admin-body):not(.raw-html-body) main a:not(.btn):not(.km-hero-button),
html body:not(.admin-body):not(.raw-html-body) main .section-kicker,
html body:not(.admin-body):not(.raw-html-body) main .checkout-eyebrow,
html body:not(.admin-body):not(.raw-html-body) main .product-kicker,
html body:not(.admin-body):not(.raw-html-body) main .fashion-hero-kicker{color:#c2a464!important}

html body:not(.admin-body):not(.raw-html-body) main .card,
html body:not(.admin-body):not(.raw-html-body) main .card-lite,
html body:not(.admin-body):not(.raw-html-body) main [class$="-card"],
html body:not(.admin-body):not(.raw-html-body) main [class$="-panel"],
html body:not(.admin-body):not(.raw-html-body) main [class$="-surface"],
html body:not(.admin-body):not(.raw-html-body) main .product-detail-grid,
html body:not(.admin-body):not(.raw-html-body) main .checkout-layout{
  background:#123a32!important;
  background-color:#123a32!important;
  color:#f6f3ea!important;
  border-color:#315047!important;
  box-shadow:0 20px 52px rgba(3,18,14,.22)!important;
}
html body:not(.admin-body):not(.raw-html-body) main .product-home-media,
html body:not(.admin-body):not(.raw-html-body) main .product-gallery,
html body:not(.admin-body):not(.raw-html-body) main .fashion-price-panel,
html body:not(.admin-body):not(.raw-html-body) main .assurance-item,
html body:not(.admin-body):not(.raw-html-body) main .invoice-info-grid>div,
html body:not(.admin-body):not(.raw-html-body) main .km-faq-list details,
html body:not(.admin-body):not(.raw-html-body) main .cart-line-item,
html body:not(.admin-body):not(.raw-html-body) main .checkout-item{background:#173f36!important;background-color:#173f36!important;color:#f6f3ea!important;border-color:#3b5c52!important}
html body:not(.admin-body):not(.raw-html-body) main input,
html body:not(.admin-body):not(.raw-html-body) main textarea,
html body:not(.admin-body):not(.raw-html-body) main select,
html body:not(.admin-body):not(.raw-html-body) main .products-search input{background:#071f1a!important;background-color:#071f1a!important;color:#f6f3ea!important;border-color:#3b5c52!important}
html body:not(.admin-body):not(.raw-html-body) main input::placeholder,
html body:not(.admin-body):not(.raw-html-body) main textarea::placeholder{color:#71867d!important}
html body:not(.admin-body):not(.raw-html-body) main select option{background:#071f1a!important;color:#f6f3ea!important}
html body:not(.admin-body):not(.raw-html-body) main table,
html body:not(.admin-body):not(.raw-html-body) main th,
html body:not(.admin-body):not(.raw-html-body) main td{background:#123a32!important;color:#f6f3ea!important;border-color:#315047!important}
html body:not(.admin-body):not(.raw-html-body) main th{background:#173f36!important;color:#d6be82!important}

html body:not(.admin-body):not(.raw-html-body) main .btn,
html body:not(.admin-body):not(.raw-html-body) main button{background:#173f36!important;color:#f6f3ea!important;border-color:#49665d!important}
html body:not(.admin-body):not(.raw-html-body) main .btn.primary,
html body:not(.admin-body):not(.raw-html-body) main button.primary,
html body:not(.admin-body):not(.raw-html-body) main .checkout-submit-btn,
html body:not(.admin-body):not(.raw-html-body) main .product-buy-btn,
html body:not(.admin-body):not(.raw-html-body) main .sb-btn,
html body:not(.admin-body):not(.raw-html-body) main .km-hero-button{background:#c2a464!important;color:#071b18!important;border-color:#c2a464!important;box-shadow:0 12px 30px rgba(194,164,100,.18)!important}
html body:not(.admin-body):not(.raw-html-body) main .btn.primary:hover,
html body:not(.admin-body):not(.raw-html-body) main button.primary:hover,
html body:not(.admin-body):not(.raw-html-body) main .km-hero-button:hover{background:#d6be82!important;border-color:#d6be82!important}
html body:not(.admin-body):not(.raw-html-body) main .btn.primary *,
html body:not(.admin-body):not(.raw-html-body) main button.primary *,
html body:not(.admin-body):not(.raw-html-body) main .km-hero-button span{color:#071b18!important;stroke:#071b18!important}
html body:not(.admin-body):not(.raw-html-body) main .btn.ghost{background:#0d2c25!important;color:#f6f3ea!important;border-color:#49665d!important}
html body:not(.admin-body):not(.raw-html-body) main .km-category-chip,
html body:not(.admin-body):not(.raw-html-body) main .products-filter-chip,
html body:not(.admin-body):not(.raw-html-body) main .size-chip{background:#173f36!important;color:#f6f3ea!important;border-color:#3b5c52!important}
html body:not(.admin-body):not(.raw-html-body) main .km-category-chip.active,
html body:not(.admin-body):not(.raw-html-body) main .products-filter-chip.active,
html body:not(.admin-body):not(.raw-html-body) main .choice-chip:has(input:checked),
html body:not(.admin-body):not(.raw-html-body) main .product-ribbon-badge,
html body:not(.admin-body):not(.raw-html-body) main .product-offer-pill{background:#c2a464!important;color:#071b18!important;border-color:#c2a464!important}
html body:not(.admin-body):not(.raw-html-body) main .home-offer-banner,
html body:not(.admin-body):not(.raw-html-body) main .match-day-guide-card,
html body:not(.admin-body):not(.raw-html-body) main .professional-page-hero,
html body:not(.admin-body):not(.raw-html-body) main .promotion-hero,
html body:not(.admin-body):not(.raw-html-body) main .contact-intro-card,
html body:not(.admin-body):not(.raw-html-body) main .policy-timing-card{background:linear-gradient(135deg,#071b18,#173f36)!important;border-color:#49665d!important;color:#f6f3ea!important}
html body:not(.admin-body) body.tpl-home .km-hero-media:after,
html body.tpl-home:not(.admin-body) .km-hero-media:after{background:linear-gradient(90deg,rgba(7,27,24,.98) 0%,rgba(7,27,24,.91) 50%,rgba(11,40,34,.48) 79%,rgba(11,40,34,.14) 100%)!important}

html body:not(.admin-body) .drawer{background:#0b2822!important;color:#f6f3ea!important;border-color:#315047!important}
html body:not(.admin-body) .drawer .d-title{color:#a7b8b0!important}
html body:not(.admin-body) .drawer .d-link{color:#f6f3ea!important}
html body:not(.admin-body) .drawer .d-link:hover{background:#173f36!important;color:#d6be82!important}
html body:not(.admin-body) .drawer .d-close{background:#123a32!important;color:#f6f3ea!important;border-color:#49665d!important}
html body:not(.admin-body) .drawer-overlay{background:rgba(3,18,14,.78)!important}
html body:not(.admin-body) .cart-side-drawer,
html body:not(.admin-body) .cart-side-drawer .sticky-cart-inner,
html body:not(.admin-body) .cart-side-drawer .sticky-cart-summary,
html body:not(.admin-body) .cart-side-drawer .sticky-cart-item{background:#0d2c25!important;color:#f6f3ea!important;border-color:#315047!important}
html body:not(.admin-body) .cart-side-drawer *{color:#f6f3ea!important}
html body:not(.admin-body) .homepage-premium-trust .premium-trust-card{background:#123a32!important;color:#f6f3ea!important;border-color:#315047!important}
html body:not(.admin-body) .homepage-premium-trust .premium-trust-icon{background:#c2a464!important;color:#071b18!important}
html body:not(.admin-body) .mobile-bottom-nav{background:rgba(7,27,24,.96)!important;border-color:#315047!important;box-shadow:0 20px 50px rgba(3,18,14,.52)!important}
html body:not(.admin-body) .mobile-bottom-nav a{color:#a7b8b0!important}
html body:not(.admin-body) .mobile-bottom-nav a.active{background:#c2a464!important;color:#071b18!important}
html body:not(.admin-body) .wa-float{background:#c2a464!important;color:#071b18!important;border-color:#d6be82!important}

html body:not(.admin-body) footer.footer.modern-footer.nb-footer{background:#071b18!important;background-color:#071b18!important;color:#f6f3ea!important;border-color:#29463e!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer *,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer p,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer a,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer span,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer strong,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-col-title{color:#f6f3ea!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-brand p,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-sub-footer{color:#a7b8b0!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-brand,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-col,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-payment-card{border-color:#315047!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-payment-card{background:#0d2c25!important;background-color:#0d2c25!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-payments,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-payment-chip{background:#f6f3ea!important;border-color:#d7d1c3!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-social-links a{background:#123a32!important;border-color:#49665d!important;color:#d6be82!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-social-links svg{fill:#d6be82!important;color:#d6be82!important}

/* Delivery map inherits the premium green and gold system. */
.delivery-map-stage{background:radial-gradient(circle at 50% 44%,#1b4a3f 0%,#0d2c25 46%,#071b18 78%)!important;border-color:#315047!important}
.delivery-map-stage:before{border-color:rgba(194,164,100,.18)!important}
.delivery-map-stage:after{background:linear-gradient(135deg,rgba(194,164,100,.07),transparent 34%,transparent 67%,rgba(246,243,234,.035))!important}
.delivery-map-aura,.delivery-map-aura:before,.delivery-map-aura:after{border-color:rgba(194,164,100,.16)!important}
.delivery-saudi-map{background:transparent!important;background-color:transparent!important}
.delivery-map-region path{fill:#123a32;stroke:#c2a464}
.delivery-map-region:nth-child(2) path{fill:#17443a}.delivery-map-region:nth-child(3) path{fill:#1b4d42}.delivery-map-region:nth-child(4) path{fill:#0d3028}
.delivery-map-region:nth-child(5) path{fill:#153f35}.delivery-map-region:nth-child(6) path{fill:#205348}.delivery-map-region:nth-child(7) path{fill:#10372e}.delivery-map-region:nth-child(8) path{fill:#19483e}
.delivery-map-region:hover path,.delivery-map-region:focus path,.delivery-map-region.is-active path{fill:#c2a464;stroke:#f6f3ea;filter:drop-shadow(0 13px 20px rgba(3,18,14,.62))}
.delivery-map-label{fill:#f6f3ea;stroke:#071b18}
.delivery-map-label.is-active{fill:#071b18;stroke:#c2a464}
.delivery-coverage-count{background:#123a32;border-color:#315047;color:#f6f3ea}
.delivery-coverage-count strong{color:#d6be82!important}.delivery-coverage-count span{color:#a7b8b0!important}.delivery-coverage-count i{background:#49665d}
html body:not(.admin-body) main .delivery-area-details{background:#0d2c25!important;border-color:#315047!important;color:#f6f3ea!important}
.delivery-detail-topline{border-color:#315047}.delivery-detail-topline span{color:#a7b8b0!important}.delivery-detail-topline strong{background:#173f36;border-color:#49665d;color:#d6be82!important}
.delivery-district-list li{background:#123a32;border-color:#315047;color:#f6f3ea}.delivery-district-list li span{color:#f6f3ea!important}.delivery-district-list li small{color:#a7b8b0!important}
.delivery-service-note>span{background:#c2a464;color:#071b18!important}.delivery-service-note strong{color:#f6f3ea!important}.delivery-service-note small{color:#a7b8b0!important}
.delivery-map-tooltip,.delivery-map-loading{background:rgba(7,27,24,.95);border-color:#49665d;color:#f6f3ea}
.delivery-map-source{color:#71867d!important}.delivery-map-source a{color:#c2a464!important}

/* Admin uses the same British Racing Green + Antique Gold palette. */
html body.admin-body{
  --bg:#0b2822;
  --card:#123a32;
  --soft:#173f36;
  --text:#f6f3ea;
  --muted:#a7b8b0;
  --border:#315047;
  --line:#315047;
  --primary:#c2a464;
  --primary-2:#d6be82;
  --km-navy:#f6f3ea;
  --km-blue:#c2a464;
  --km-ink:#f6f3ea;
  --km-muted:#a7b8b0;
  --km-soft:#0d2c25;
  --km-line:#315047;
  background:#0b2822!important;
  color:#f6f3ea!important;
}
html body.admin-body .admin-shell,
html body.admin-body main.admin-content{background:#0b2822!important;color:#f6f3ea!important}
html body.admin-body aside.admin-sidebar{background:#071b18!important;background-color:#071b18!important;color:#f6f3ea!important;border-color:#29463e!important;box-shadow:14px 0 42px rgba(3,18,14,.36)!important}
html body.admin-body aside.admin-sidebar .admin-brand-logo{filter:none!important}
html body.admin-body aside.admin-sidebar .admin-brand,
html body.admin-body aside.admin-sidebar .admin-submenu{border-color:#315047!important}
html body.admin-body aside.admin-sidebar .admin-menu-link{color:#c8d2cd!important}
html body.admin-body aside.admin-sidebar .admin-menu-link:hover,
html body.admin-body aside.admin-sidebar .admin-menu-link.active,
html body.admin-body aside.admin-sidebar .admin-menu-group.active>.admin-menu-parent{background:#c2a464!important;color:#071b18!important;border-color:#c2a464!important}
html body.admin-body aside.admin-sidebar .admin-menu-link:hover *,
html body.admin-body aside.admin-sidebar .admin-menu-link.active *,
html body.admin-body aside.admin-sidebar .admin-menu-group.active>.admin-menu-parent *{color:#071b18!important}
html body.admin-body aside.admin-sidebar .admin-menu-icon{border-color:#49665d!important}
html body.admin-body aside.admin-sidebar .admin-sidebar-foot{background:linear-gradient(180deg,rgba(7,27,24,0),#071b18 30%,#071b18)!important}
html body.admin-body aside.admin-sidebar .admin-sidebar-foot .btn,
html body.admin-body aside.admin-sidebar .admin-sidebar-close{background:#123a32!important;color:#f6f3ea!important;border-color:#49665d!important}
html body.admin-body .admin-sidebar-overlay{background:rgba(3,18,14,.82)!important}
html body.admin-body .admin-mobile-toggle{background:#071b18!important;color:#f6f3ea!important;border-color:#49665d!important}

html body.admin-body .admin-content h1,
html body.admin-body .admin-content h2,
html body.admin-body .admin-content h3,
html body.admin-body .admin-content h4,
html body.admin-body .admin-content label,
html body.admin-body .admin-content legend,
html body.admin-body .admin-content summary,
html body.admin-body .admin-content strong,
html body.admin-body .admin-content b{color:#f6f3ea!important}
html body.admin-body .admin-content p,
html body.admin-body .admin-content small,
html body.admin-body .admin-content .muted,
html body.admin-body .admin-content .admin-field-help{color:#a7b8b0!important}
html body.admin-body .admin-content a:not(.btn){color:#d6be82!important}
html body.admin-body .admin-content .card,
html body.admin-body .admin-content .card-lite,
html body.admin-body .admin-content .admin-kcard,
html body.admin-body .admin-content .admin-surface,
html body.admin-body .admin-content .mini-stat-card,
html body.admin-body .admin-content [class$="-card"],
html body.admin-body .admin-content [class$="-panel"],
html body.admin-body .admin-content [class$="-surface"],
html body.admin-body .admin-content .admin-form-main,
html body.admin-body .admin-content .admin-form-side{background:#123a32!important;background-color:#123a32!important;color:#f6f3ea!important;border-color:#315047!important;box-shadow:0 18px 48px rgba(3,18,14,.22)!important}
html body.admin-body .admin-content .admin-kcard.accent-orange,
html body.admin-body .admin-content .admin-kcard.accent-blue,
html body.admin-body .admin-content .admin-kcard.accent-gold,
html body.admin-body .admin-content .admin-kcard.accent-green{background:#173f36!important}
html body.admin-body .admin-content .sales-svg-wrap,
html body.admin-body .admin-content .icon-choice-box,
html body.admin-body .admin-content .category-admin-row,
html body.admin-body .admin-content .faq-admin-item,
html body.admin-body .admin-content .payment-toggle-row,
html body.admin-body .admin-content .return-refund-box,
html body.admin-body .admin-content .empty-state,
html body.admin-body .admin-content .gmail-inbox-shell,
html body.admin-body .admin-content .gmail-inbox-toolbar,
html body.admin-body .admin-content .gmail-message-row,
html body.admin-body .admin-content .activity-log-row,
html body.admin-body .admin-content .category-compact-row,
html body.admin-body .admin-content .category-simple-row,
html body.admin-body .admin-content .customer-row,
html body.admin-body .admin-content .product-row,
html body.admin-body .admin-content .order-one-line-row,
html body.admin-body .admin-content .promotion-admin-row,
html body.admin-body .admin-content .searchable-row,
html body.admin-body .admin-content .stock-pick-row,
html body.admin-body .admin-content .stock-suggestion-item,
html body.admin-body .admin-content .order-suggestion-item,
html body.admin-body .admin-content .best-selling-item,
html body.admin-body .admin-content .low-stock-item{background:#173f36!important;background-color:#173f36!important;color:#f6f3ea!important;border-color:#3b5c52!important}
html body.admin-body .admin-content .empty-state-icon,
html body.admin-body .admin-content .cat-admin-icon .cat-icon{background:#c2a464!important;color:#071b18!important}
html body.admin-body .admin-content .chart-axis{stroke:#49665d!important}
html body.admin-body .admin-content .chart-line,
html body.admin-body .admin-content .chart-line-profit{stroke:#c2a464!important}
html body.admin-body .admin-content .chart-label-row,
html body.admin-body .admin-content .chart-legend-row{color:#a7b8b0!important}
html body.admin-body .admin-content input,
html body.admin-body .admin-content textarea,
html body.admin-body .admin-content select{background:#071f1a!important;background-color:#071f1a!important;color:#f6f3ea!important;border-color:#3b5c52!important}
html body.admin-body .admin-content input::placeholder,
html body.admin-body .admin-content textarea::placeholder{color:#71867d!important}
html body.admin-body .admin-content select option{background:#071f1a!important;color:#f6f3ea!important}
html body.admin-body .admin-content table,
html body.admin-body .admin-content th,
html body.admin-body .admin-content td,
html body.admin-body .admin-content .trow,
html body.admin-body .admin-content .admin-list-row{background:#123a32!important;color:#f6f3ea!important;border-color:#315047!important}
html body.admin-body .admin-content th,
html body.admin-body .admin-content .admin-list-head{background:#173f36!important;color:#d6be82!important}
html body.admin-body .admin-content .btn,
html body.admin-body .admin-content button{background:#173f36!important;color:#f6f3ea!important;border-color:#49665d!important}
html body.admin-body .admin-content .btn.primary,
html body.admin-body .admin-content button.primary,
html body.admin-body .admin-content .icon-choice input:checked + .icon-choice-box,
html body.admin-body .admin-content .report-preset-chip.active{background:#c2a464!important;color:#071b18!important;border-color:#c2a464!important}
html body.admin-body .admin-content .btn.primary *,
html body.admin-body .admin-content button.primary *{color:#071b18!important}
html body.admin-body .admin-content .btn.ghost{background:#0d2c25!important;color:#f6f3ea!important;border-color:#49665d!important}
html body.admin-body .admin-content .pill,
html body.admin-body .admin-content .badge,
html body.admin-body .admin-content .status-badge{background:#0d2c25!important;color:#d6be82!important;border-color:#49665d!important}
html body.admin-body .admin-content .alert{background:#173f36!important;color:#f6f3ea!important;border-color:#c2a464!important}

@media(max-width:940px){
  html body:not(.admin-body) header.nb-topbar .header-menu-btn,
  html body:not(.admin-body) header.nb-topbar .nb-account-chip{background:#123a32!important;color:#f6f3ea!important;border-color:#49665d!important}
}

/* ===== nbcurtains v5: Royal Midnight + Champagne Gold luxury palette ===== */
html body:not(.admin-body):not(.raw-html-body),
html body:not(.admin-body):not(.raw-html-body) main.site-shell.main{
  --bg:#0c2235;
  --card:#132e45;
  --soft:#1b3a54;
  --text:#f7f5f0;
  --muted:#aab5c0;
  --border:#35506b;
  --line:#35506b;
  --primary:#c9a86a;
  --primary-2:#e0c48c;
  --primary2:#e0c48c;
  --km-navy:#f7f5f0;
  --km-blue:#c9a86a;
  --km-ink:#f7f5f0;
  --km-muted:#aab5c0;
  --km-soft:#10283d;
  --km-line:#35506b;
  background:#0c2235!important;
  background-color:#0c2235!important;
  color:#f7f5f0!important;
}

html body:not(.admin-body) header.topbar.modern-topbar.nb-topbar,
html body:not(.admin-body) header.nb-topbar .nb-nav-shell{background:#071827!important;background-color:#071827!important;border-color:#29445e!important}
html body:not(.admin-body) header.topbar.modern-topbar.nb-topbar{box-shadow:0 12px 36px rgba(3,13,23,.42)!important}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a:hover,
html body:not(.admin-body) header.nb-topbar .nb-navlinks a.active{color:#e0c48c!important}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a:after,
html body:not(.admin-body) header.nb-topbar .nb-navlinks a::after{background:#c9a86a!important}
html body:not(.admin-body) header.nb-topbar .header-search-button,
html body:not(.admin-body) header.nb-topbar .nb-account-chip,
html body:not(.admin-body) header.nb-topbar .cart-button,
html body:not(.admin-body) header.nb-topbar .header-menu-btn{background:#132e45!important;background-color:#132e45!important;color:#f7f5f0!important;border-color:#35506b!important}
html body:not(.admin-body) header.nb-topbar .account-link-dot,
html body:not(.admin-body) header.nb-topbar .account-avatar-fallback{background:#1b3a54!important;border-color:#4d6880!important;color:#f7f5f0!important}
html body:not(.admin-body) header.nb-topbar .cart-count{background:#c9a86a!important;color:#071827!important}

html body:not(.admin-body) nav.category-subnav{background:#091d2e!important;background-color:#091d2e!important;border-color:#29445e!important}
html body:not(.admin-body) nav.category-subnav .category-subnav-link{color:#aab5c0!important}
html body:not(.admin-body) nav.category-subnav .category-subnav-link:hover,
html body:not(.admin-body) nav.category-subnav .category-subnav-link.active,
html body:not(.admin-body) nav.category-subnav .cat-icon,
html body:not(.admin-body) nav.category-subnav .cat-icon svg{color:#e0c48c!important;stroke:#e0c48c!important}
html body:not(.admin-body) nav.category-subnav .category-subnav-link:after{background:#c9a86a!important}

html body:not(.admin-body):not(.raw-html-body) main h1,
html body:not(.admin-body):not(.raw-html-body) main h2,
html body:not(.admin-body):not(.raw-html-body) main h3,
html body:not(.admin-body):not(.raw-html-body) main h4,
html body:not(.admin-body):not(.raw-html-body) main h5,
html body:not(.admin-body):not(.raw-html-body) main h6,
html body:not(.admin-body):not(.raw-html-body) main label,
html body:not(.admin-body):not(.raw-html-body) main legend,
html body:not(.admin-body):not(.raw-html-body) main summary,
html body:not(.admin-body):not(.raw-html-body) main strong,
html body:not(.admin-body):not(.raw-html-body) main b,
html body:not(.admin-body):not(.raw-html-body) main .card-title,
html body:not(.admin-body):not(.raw-html-body) main .price,
html body:not(.admin-body) main .home-section-head h2,
html body:not(.admin-body) main .modern-section-head h2{color:#f7f5f0!important;text-shadow:0 1px 0 rgba(0,0,0,.18)}
html body:not(.admin-body):not(.raw-html-body) main p,
html body:not(.admin-body):not(.raw-html-body) main li,
html body:not(.admin-body):not(.raw-html-body) main small,
html body:not(.admin-body):not(.raw-html-body) main .muted,
html body:not(.admin-body):not(.raw-html-body) main .card-desc,
html body:not(.admin-body):not(.raw-html-body) main .product-lead,
html body:not(.admin-body) main .home-section-head p,
html body:not(.admin-body) main .modern-section-head p{color:#aab5c0!important}
html body:not(.admin-body):not(.raw-html-body) main a:not(.btn):not(.km-hero-button),
html body:not(.admin-body):not(.raw-html-body) main .section-kicker,
html body:not(.admin-body):not(.raw-html-body) main .checkout-eyebrow,
html body:not(.admin-body):not(.raw-html-body) main .product-kicker,
html body:not(.admin-body):not(.raw-html-body) main .fashion-hero-kicker{color:#c9a86a!important}

html body:not(.admin-body):not(.raw-html-body) main .card,
html body:not(.admin-body):not(.raw-html-body) main .card-lite,
html body:not(.admin-body):not(.raw-html-body) main [class$="-card"],
html body:not(.admin-body):not(.raw-html-body) main [class$="-panel"],
html body:not(.admin-body):not(.raw-html-body) main [class$="-surface"],
html body:not(.admin-body):not(.raw-html-body) main .product-detail-grid,
html body:not(.admin-body):not(.raw-html-body) main .checkout-layout{background:#132e45!important;background-color:#132e45!important;color:#f7f5f0!important;border-color:#35506b!important;box-shadow:0 20px 54px rgba(3,13,23,.24)!important}
html body:not(.admin-body):not(.raw-html-body) main .product-home-media,
html body:not(.admin-body):not(.raw-html-body) main .product-gallery,
html body:not(.admin-body):not(.raw-html-body) main .fashion-price-panel,
html body:not(.admin-body):not(.raw-html-body) main .assurance-item,
html body:not(.admin-body):not(.raw-html-body) main .invoice-info-grid>div,
html body:not(.admin-body):not(.raw-html-body) main .km-faq-list details,
html body:not(.admin-body):not(.raw-html-body) main .cart-line-item,
html body:not(.admin-body):not(.raw-html-body) main .checkout-item{background:#1b3a54!important;background-color:#1b3a54!important;color:#f7f5f0!important;border-color:#42617d!important}
html body:not(.admin-body):not(.raw-html-body) main input,
html body:not(.admin-body):not(.raw-html-body) main textarea,
html body:not(.admin-body):not(.raw-html-body) main select,
html body:not(.admin-body):not(.raw-html-body) main .products-search input{background:#081c2d!important;background-color:#081c2d!important;color:#f7f5f0!important;border-color:#42617d!important}
html body:not(.admin-body):not(.raw-html-body) main input::placeholder,
html body:not(.admin-body):not(.raw-html-body) main textarea::placeholder{color:#718397!important}
html body:not(.admin-body):not(.raw-html-body) main select option{background:#081c2d!important;color:#f7f5f0!important}
html body:not(.admin-body):not(.raw-html-body) main table,
html body:not(.admin-body):not(.raw-html-body) main th,
html body:not(.admin-body):not(.raw-html-body) main td{background:#132e45!important;color:#f7f5f0!important;border-color:#35506b!important}
html body:not(.admin-body):not(.raw-html-body) main th{background:#1b3a54!important;color:#e0c48c!important}

html body:not(.admin-body):not(.raw-html-body) main .btn,
html body:not(.admin-body):not(.raw-html-body) main button{background:#1b3a54!important;color:#f7f5f0!important;border-color:#4d6880!important}
html body:not(.admin-body):not(.raw-html-body) main .btn.primary,
html body:not(.admin-body):not(.raw-html-body) main button.primary,
html body:not(.admin-body):not(.raw-html-body) main .checkout-submit-btn,
html body:not(.admin-body):not(.raw-html-body) main .product-buy-btn,
html body:not(.admin-body):not(.raw-html-body) main .sb-btn,
html body:not(.admin-body):not(.raw-html-body) main .km-hero-button{background:#c9a86a!important;color:#071827!important;border-color:#c9a86a!important;box-shadow:0 12px 30px rgba(201,168,106,.2)!important}
html body:not(.admin-body):not(.raw-html-body) main .btn.primary:hover,
html body:not(.admin-body):not(.raw-html-body) main button.primary:hover,
html body:not(.admin-body):not(.raw-html-body) main .km-hero-button:hover{background:#e0c48c!important;border-color:#e0c48c!important}
html body:not(.admin-body):not(.raw-html-body) main .btn.primary *,
html body:not(.admin-body):not(.raw-html-body) main button.primary *,
html body:not(.admin-body):not(.raw-html-body) main .km-hero-button span{color:#071827!important;stroke:#071827!important}
html body:not(.admin-body):not(.raw-html-body) main .btn.ghost{background:#10283d!important;color:#f7f5f0!important;border-color:#4d6880!important}
html body:not(.admin-body):not(.raw-html-body) main .km-category-chip,
html body:not(.admin-body):not(.raw-html-body) main .products-filter-chip,
html body:not(.admin-body):not(.raw-html-body) main .size-chip{background:#1b3a54!important;color:#f7f5f0!important;border-color:#42617d!important}
html body:not(.admin-body):not(.raw-html-body) main .km-category-chip.active,
html body:not(.admin-body):not(.raw-html-body) main .products-filter-chip.active,
html body:not(.admin-body):not(.raw-html-body) main .choice-chip:has(input:checked),
html body:not(.admin-body):not(.raw-html-body) main .product-ribbon-badge,
html body:not(.admin-body):not(.raw-html-body) main .product-offer-pill{background:#c9a86a!important;color:#071827!important;border-color:#c9a86a!important}
html body:not(.admin-body):not(.raw-html-body) main .home-offer-banner,
html body:not(.admin-body):not(.raw-html-body) main .match-day-guide-card,
html body:not(.admin-body):not(.raw-html-body) main .professional-page-hero,
html body:not(.admin-body):not(.raw-html-body) main .promotion-hero,
html body:not(.admin-body):not(.raw-html-body) main .contact-intro-card,
html body:not(.admin-body):not(.raw-html-body) main .policy-timing-card{background:linear-gradient(135deg,#071827,#1b3a54)!important;border-color:#4d6880!important;color:#f7f5f0!important}
html body.tpl-home:not(.admin-body) .km-hero-media:after{background:linear-gradient(90deg,rgba(7,24,39,.98) 0%,rgba(7,24,39,.91) 50%,rgba(12,34,53,.48) 79%,rgba(12,34,53,.14) 100%)!important}

/* Collection cards receive distinct luxury tones instead of one flat surface. */
html body:not(.admin-body) main .home-collection-card{border:1px solid rgba(201,168,106,.34)!important;box-shadow:0 18px 42px rgba(3,13,23,.3)!important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important}
html body:not(.admin-body) main .home-collection-card.collection-tone-1{background:linear-gradient(140deg,#102b43,#1a4665)!important}
html body:not(.admin-body) main .home-collection-card.collection-tone-2{background:linear-gradient(140deg,#0b2033,#263f59)!important}
html body:not(.admin-body) main .home-collection-card.collection-tone-3{background:linear-gradient(140deg,#182d43,#4b4438)!important}
html body:not(.admin-body) main .home-collection-card:hover{transform:translateY(-5px);border-color:#c9a86a!important;box-shadow:0 24px 50px rgba(3,13,23,.4)!important}
html body:not(.admin-body) main .home-collection-card:after{border-color:rgba(201,168,106,.14)!important}
html body:not(.admin-body) main .home-collection-icon{background:rgba(201,168,106,.15)!important;border:1px solid rgba(224,196,140,.28)!important}
html body:not(.admin-body) main .home-collection-icon .cat-icon,
html body:not(.admin-body) main .home-collection-icon svg{color:#e0c48c!important;stroke:#e0c48c!important}
html body:not(.admin-body) main .home-collection-card h3{color:#f7f5f0!important}
html body:not(.admin-body) main .home-collection-card small{color:#d9c392!important;opacity:1!important}
html body:not(.admin-body) main .home-collection-card>div>span{color:#d8e0e7!important;opacity:1!important}

html body:not(.admin-body) .drawer{background:#0c2235!important;color:#f7f5f0!important;border-color:#35506b!important}
html body:not(.admin-body) .drawer .d-title{color:#aab5c0!important}
html body:not(.admin-body) .drawer .d-link{color:#f7f5f0!important}
html body:not(.admin-body) .drawer .d-link:hover{background:#1b3a54!important;color:#e0c48c!important}
html body:not(.admin-body) .drawer .d-close{background:#132e45!important;color:#f7f5f0!important;border-color:#4d6880!important}
html body:not(.admin-body) .drawer-overlay{background:rgba(3,13,23,.8)!important}
html body:not(.admin-body) .cart-side-drawer,
html body:not(.admin-body) .cart-side-drawer .sticky-cart-inner,
html body:not(.admin-body) .cart-side-drawer .sticky-cart-summary,
html body:not(.admin-body) .cart-side-drawer .sticky-cart-item{background:#10283d!important;color:#f7f5f0!important;border-color:#35506b!important}
html body:not(.admin-body) .homepage-premium-trust .premium-trust-card{background:#132e45!important;color:#f7f5f0!important;border-color:#35506b!important}
html body:not(.admin-body) .homepage-premium-trust .premium-trust-icon{background:#c9a86a!important;color:#071827!important}
html body:not(.admin-body) .mobile-bottom-nav{background:rgba(7,24,39,.97)!important;border-color:#35506b!important;box-shadow:0 20px 52px rgba(3,13,23,.58)!important}
html body:not(.admin-body) .mobile-bottom-nav a{color:#aab5c0!important}
html body:not(.admin-body) .mobile-bottom-nav a.active{background:#c9a86a!important;color:#071827!important}
html body:not(.admin-body) .wa-float{background:#c9a86a!important;color:#071827!important;border-color:#e0c48c!important}

@media(max-width:768px){
  html body:not(.admin-body) .mobile-bottom-nav .bottom-nav-cart-icon{display:grid!important;visibility:visible!important;opacity:1!important;color:#f7f5f0!important}
  html body:not(.admin-body) .mobile-bottom-nav .bottom-nav-cart-icon svg{display:block!important;visibility:visible!important;opacity:1!important;fill:none!important;stroke:#f7f5f0!important}
  html body:not(.admin-body) .mobile-bottom-nav a.active .bottom-nav-cart-icon,
  html body:not(.admin-body) .mobile-bottom-nav a.active .bottom-nav-cart-icon svg{color:#071827!important;stroke:#071827!important}
}

html body:not(.admin-body) footer.footer.modern-footer.nb-footer{background:#071827!important;background-color:#071827!important;color:#f7f5f0!important;border-color:#29445e!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer *,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer p,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer a,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer span,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer strong,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-col-title{color:#f7f5f0!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-brand p,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-sub-footer{color:#aab5c0!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-brand,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-col,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-payment-card{border-color:#35506b!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-payment-card{background:#10283d!important;background-color:#10283d!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-payments,
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-payment-chip{background:#f7f5f0!important;border-color:#d8d3c8!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-social-links a{background:#132e45!important;border-color:#4d6880!important;color:#e0c48c!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-social-links svg{fill:#e0c48c!important;color:#e0c48c!important}

/* Map retains corrected geometry and adopts the luxury palette. */
.delivery-map-stage{background:radial-gradient(circle at 50% 44%,#244965 0%,#10283d 46%,#071827 78%)!important;border-color:#35506b!important}
.delivery-map-stage:before{border-color:rgba(201,168,106,.2)!important}
.delivery-map-stage:after{background:linear-gradient(135deg,rgba(201,168,106,.08),transparent 34%,transparent 67%,rgba(247,245,240,.04))!important}
.delivery-map-aura,.delivery-map-aura:before,.delivery-map-aura:after{border-color:rgba(201,168,106,.18)!important}
.delivery-map-region path{fill:#132e45;stroke:#c9a86a}
.delivery-map-region:nth-child(2) path{fill:#193a54}.delivery-map-region:nth-child(3) path{fill:#21455f}.delivery-map-region:nth-child(4) path{fill:#0d263a}
.delivery-map-region:nth-child(5) path{fill:#17354d}.delivery-map-region:nth-child(6) path{fill:#294e68}.delivery-map-region:nth-child(7) path{fill:#112d43}.delivery-map-region:nth-child(8) path{fill:#1c405a}
.delivery-map-region:hover path,.delivery-map-region:focus path,.delivery-map-region.is-active path{fill:#c9a86a;stroke:#f7f5f0;filter:drop-shadow(0 13px 20px rgba(3,13,23,.66))}
.delivery-map-label{fill:#f7f5f0;stroke:#071827}.delivery-map-label.is-active{fill:#071827;stroke:#c9a86a}
.delivery-coverage-count{background:#132e45;border-color:#35506b;color:#f7f5f0}.delivery-coverage-count strong{color:#e0c48c!important}.delivery-coverage-count span{color:#aab5c0!important}.delivery-coverage-count i{background:#4d6880}
html body:not(.admin-body) main .delivery-area-details{background:#10283d!important;border-color:#35506b!important;color:#f7f5f0!important}
.delivery-detail-topline{border-color:#35506b}.delivery-detail-topline span{color:#aab5c0!important}.delivery-detail-topline strong{background:#1b3a54;border-color:#4d6880;color:#e0c48c!important}
.delivery-district-list li{background:#132e45;border-color:#35506b;color:#f7f5f0}.delivery-district-list li span{color:#f7f5f0!important}.delivery-district-list li small{color:#aab5c0!important}
.delivery-service-note>span{background:#c9a86a;color:#071827!important}.delivery-service-note strong{color:#f7f5f0!important}.delivery-service-note small{color:#aab5c0!important}
.delivery-map-tooltip,.delivery-map-loading{background:rgba(7,24,39,.96);border-color:#4d6880;color:#f7f5f0}.delivery-map-source{color:#718397!important}.delivery-map-source a{color:#c9a86a!important}

/* Admin stays visually consistent with the public storefront. */
html body.admin-body{
  --bg:#0c2235;--card:#132e45;--soft:#1b3a54;--text:#f7f5f0;--muted:#aab5c0;--border:#35506b;--line:#35506b;
  --primary:#c9a86a;--primary-2:#e0c48c;--km-navy:#f7f5f0;--km-blue:#c9a86a;--km-ink:#f7f5f0;--km-muted:#aab5c0;--km-soft:#10283d;--km-line:#35506b;
  background:#0c2235!important;color:#f7f5f0!important;
}
html body.admin-body .admin-shell,
html body.admin-body main.admin-content{background:#0c2235!important;color:#f7f5f0!important}
html body.admin-body aside.admin-sidebar{background:#071827!important;background-color:#071827!important;color:#f7f5f0!important;border-color:#29445e!important;box-shadow:14px 0 42px rgba(3,13,23,.4)!important}
html body.admin-body aside.admin-sidebar .admin-brand,
html body.admin-body aside.admin-sidebar .admin-submenu{border-color:#35506b!important}
html body.admin-body aside.admin-sidebar .admin-menu-link{color:#cbd3db!important}
html body.admin-body aside.admin-sidebar .admin-menu-link:hover,
html body.admin-body aside.admin-sidebar .admin-menu-link.active,
html body.admin-body aside.admin-sidebar .admin-menu-group.active>.admin-menu-parent{background:#c9a86a!important;color:#071827!important;border-color:#c9a86a!important}
html body.admin-body aside.admin-sidebar .admin-menu-link:hover *,
html body.admin-body aside.admin-sidebar .admin-menu-link.active *,
html body.admin-body aside.admin-sidebar .admin-menu-group.active>.admin-menu-parent *{color:#071827!important}
html body.admin-body aside.admin-sidebar .admin-menu-icon{border-color:#4d6880!important}
html body.admin-body aside.admin-sidebar .admin-sidebar-foot{background:linear-gradient(180deg,rgba(7,24,39,0),#071827 30%,#071827)!important}
html body.admin-body aside.admin-sidebar .admin-sidebar-foot .btn,
html body.admin-body aside.admin-sidebar .admin-sidebar-close{background:#132e45!important;color:#f7f5f0!important;border-color:#4d6880!important}
html body.admin-body .admin-sidebar-overlay{background:rgba(3,13,23,.84)!important}
html body.admin-body .admin-mobile-toggle{background:#071827!important;color:#f7f5f0!important;border-color:#4d6880!important}
html body.admin-body .admin-content h1,
html body.admin-body .admin-content h2,
html body.admin-body .admin-content h3,
html body.admin-body .admin-content h4,
html body.admin-body .admin-content label,
html body.admin-body .admin-content legend,
html body.admin-body .admin-content summary,
html body.admin-body .admin-content strong,
html body.admin-body .admin-content b{color:#f7f5f0!important}
html body.admin-body .admin-content p,
html body.admin-body .admin-content small,
html body.admin-body .admin-content .muted,
html body.admin-body .admin-content .admin-field-help{color:#aab5c0!important}
html body.admin-body .admin-content a:not(.btn){color:#e0c48c!important}
html body.admin-body .admin-content .card,
html body.admin-body .admin-content .card-lite,
html body.admin-body .admin-content .admin-kcard,
html body.admin-body .admin-content .admin-surface,
html body.admin-body .admin-content .mini-stat-card,
html body.admin-body .admin-content [class$="-card"],
html body.admin-body .admin-content [class$="-panel"],
html body.admin-body .admin-content [class$="-surface"],
html body.admin-body .admin-content .admin-form-main,
html body.admin-body .admin-content .admin-form-side{background:#132e45!important;background-color:#132e45!important;color:#f7f5f0!important;border-color:#35506b!important;box-shadow:0 18px 48px rgba(3,13,23,.24)!important}
html body.admin-body .admin-content .admin-kcard.accent-orange,
html body.admin-body .admin-content .admin-kcard.accent-blue,
html body.admin-body .admin-content .admin-kcard.accent-gold,
html body.admin-body .admin-content .admin-kcard.accent-green{background:#1b3a54!important}
html body.admin-body .admin-content .sales-svg-wrap,
html body.admin-body .admin-content .icon-choice-box,
html body.admin-body .admin-content .category-admin-row,
html body.admin-body .admin-content .faq-admin-item,
html body.admin-body .admin-content .payment-toggle-row,
html body.admin-body .admin-content .return-refund-box,
html body.admin-body .admin-content .empty-state,
html body.admin-body .admin-content .gmail-inbox-shell,
html body.admin-body .admin-content .gmail-inbox-toolbar,
html body.admin-body .admin-content .gmail-message-row,
html body.admin-body .admin-content .activity-log-row,
html body.admin-body .admin-content .category-compact-row,
html body.admin-body .admin-content .category-simple-row,
html body.admin-body .admin-content .customer-row,
html body.admin-body .admin-content .product-row,
html body.admin-body .admin-content .order-one-line-row,
html body.admin-body .admin-content .promotion-admin-row,
html body.admin-body .admin-content .searchable-row,
html body.admin-body .admin-content .stock-pick-row,
html body.admin-body .admin-content .stock-suggestion-item,
html body.admin-body .admin-content .order-suggestion-item,
html body.admin-body .admin-content .best-selling-item,
html body.admin-body .admin-content .low-stock-item{background:#1b3a54!important;background-color:#1b3a54!important;color:#f7f5f0!important;border-color:#42617d!important}
html body.admin-body .admin-content .empty-state-icon,
html body.admin-body .admin-content .cat-admin-icon .cat-icon{background:#c9a86a!important;color:#071827!important}
html body.admin-body .admin-content .chart-axis{stroke:#4d6880!important}
html body.admin-body .admin-content .chart-line,
html body.admin-body .admin-content .chart-line-profit{stroke:#c9a86a!important}
html body.admin-body .admin-content input,
html body.admin-body .admin-content textarea,
html body.admin-body .admin-content select{background:#081c2d!important;background-color:#081c2d!important;color:#f7f5f0!important;border-color:#42617d!important}
html body.admin-body .admin-content input::placeholder,
html body.admin-body .admin-content textarea::placeholder{color:#718397!important}
html body.admin-body .admin-content select option{background:#081c2d!important;color:#f7f5f0!important}
html body.admin-body .admin-content table,
html body.admin-body .admin-content th,
html body.admin-body .admin-content td,
html body.admin-body .admin-content .trow,
html body.admin-body .admin-content .admin-list-row{background:#132e45!important;color:#f7f5f0!important;border-color:#35506b!important}
html body.admin-body .admin-content th,
html body.admin-body .admin-content .admin-list-head{background:#1b3a54!important;color:#e0c48c!important}
html body.admin-body .admin-content .btn,
html body.admin-body .admin-content button{background:#1b3a54!important;color:#f7f5f0!important;border-color:#4d6880!important}
html body.admin-body .admin-content .btn.primary,
html body.admin-body .admin-content button.primary,
html body.admin-body .admin-content .icon-choice input:checked + .icon-choice-box,
html body.admin-body .admin-content .report-preset-chip.active{background:#c9a86a!important;color:#071827!important;border-color:#c9a86a!important}
html body.admin-body .admin-content .btn.primary *,
html body.admin-body .admin-content button.primary *{color:#071827!important}
html body.admin-body .admin-content .btn.ghost{background:#10283d!important;color:#f7f5f0!important;border-color:#4d6880!important}
html body.admin-body .admin-content .pill,
html body.admin-body .admin-content .badge,
html body.admin-body .admin-content .status-badge{background:#10283d!important;color:#e0c48c!important;border-color:#4d6880!important}
html body.admin-body .admin-content .alert{background:#1b3a54!important;color:#f7f5f0!important;border-color:#c9a86a!important}

@media(max-width:940px){
  html body:not(.admin-body) header.nb-topbar .header-menu-btn,
  html body:not(.admin-body) header.nb-topbar .nb-account-chip{background:#132e45!important;color:#f7f5f0!important;border-color:#4d6880!important}
}

/* Mobile header: matching, visible menu and account controls. */
.mobile-account-glyph{display:none}
@media(max-width:768px){
  html body:not(.admin-body) header.topbar.modern-topbar.nb-topbar{
    height:62px!important;
    min-height:62px!important;
    background:#071827!important;
    border-bottom:1px solid #29445e!important;
  }
  html body:not(.admin-body) header.nb-topbar .nb-nav-shell{
    height:62px!important;
    min-height:62px!important;
    padding:0 12px!important;
  }
  html body:not(.admin-body) header.nb-topbar .header-menu-btn{
    left:12px!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    border:1px solid #4d6880!important;
    border-radius:12px!important;
    background:#10283d!important;
    background-color:#10283d!important;
    color:#e0c48c!important;
    box-shadow:0 7px 18px rgba(3,13,23,.24)!important;
  }
  html body:not(.admin-body) header.nb-topbar .header-menu-btn .hamburger-icon{
    width:21px!important;
    height:16px!important;
    display:block!important;
    position:relative!important;
    color:#e0c48c!important;
    background:linear-gradient(#e0c48c,#e0c48c) center/100% 2px no-repeat!important;
  }
  html body:not(.admin-body) header.nb-topbar .header-menu-btn .hamburger-icon:before,
  html body:not(.admin-body) header.nb-topbar .header-menu-btn .hamburger-icon:after{
    content:""!important;
    position:absolute!important;
    left:0!important;
    width:100%!important;
    height:2px!important;
    border-radius:999px!important;
    background:#e0c48c!important;
    color:#e0c48c!important;
  }
  html body:not(.admin-body) header.nb-topbar .header-menu-btn .hamburger-icon:before{top:0!important}
  html body:not(.admin-body) header.nb-topbar .header-menu-btn .hamburger-icon:after{bottom:0!important}
  html body:not(.admin-body) header.nb-topbar .header-logo-only .nb-logo{
    width:auto!important;
    height:auto!important;
    max-width:170px!important;
    max-height:35px!important;
    object-fit:contain!important;
  }
  html body:not(.admin-body) header.nb-topbar .nb-header-actions{
    right:12px!important;
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
  }
  html body:not(.admin-body) header.nb-topbar .nb-account-chip{
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    max-width:40px!important;
    padding:0!important;
    border:1px solid #4d6880!important;
    border-radius:12px!important;
    background:#10283d!important;
    background-color:#10283d!important;
    color:#e0c48c!important;
    box-shadow:0 7px 18px rgba(3,13,23,.24)!important;
  }
  html body:not(.admin-body) header.nb-topbar .nb-account-chip .account-avatar-img,
  html body:not(.admin-body) header.nb-topbar .nb-account-chip .account-avatar-fallback,
  html body:not(.admin-body) header.nb-topbar .nb-account-chip .account-link-dot{display:none!important}
  html body:not(.admin-body) header.nb-topbar .nb-account-chip .mobile-account-glyph{
    position:relative!important;
    display:block!important;
    width:23px!important;
    height:23px!important;
    color:#e0c48c!important;
  }
  html body:not(.admin-body) header.nb-topbar .mobile-account-glyph:before{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:1px!important;
    width:7px!important;
    height:7px!important;
    transform:translateX(-50%)!important;
    border:2px solid currentColor!important;
    border-radius:50%!important;
    background:transparent!important;
  }
  html body:not(.admin-body) header.nb-topbar .mobile-account-glyph:after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:1px!important;
    width:17px!important;
    height:8px!important;
    transform:translateX(-50%)!important;
    border:2px solid currentColor!important;
    border-radius:10px 10px 5px 5px!important;
    background:transparent!important;
  }
  html body:not(.admin-body) header.nb-topbar .header-menu-btn:focus-visible,
  html body:not(.admin-body) header.nb-topbar .nb-account-chip:focus-visible{
    outline:2px solid #e0c48c!important;
    outline-offset:2px!important;
  }
}

/* Printed invoices and reports remain ink-friendly. */
@media print{
  html,html body,html body *{color:#000!important;background:#fff!important;box-shadow:none!important;text-shadow:none!important}
  html body table,html body th,html body td{border-color:#bbb!important}
}


/* ===== NBCURTAINS catalog + contrast refinement v4 ===== */
/* Requested Help CTA title must remain true black on its light surface. */
html body:not(.admin-body) main .home-support-cta{background:#ffffff!important;background-color:#ffffff!important;border-color:#d8d3c8!important;color:#111!important}
html body:not(.admin-body) main .home-support-cta h2{color:#000!important;text-shadow:none!important}
html body:not(.admin-body) main .home-support-cta p{color:#4b5563!important}
html body:not(.admin-body) main .home-support-cta .section-kicker{color:#8a6a2f!important}

/* Product selector / CTA surface: intentionally dark with explicit contrast. */
html body:not(.admin-body):not(.raw-html-body) main .product-order-form{background:#081c2d!important;background-color:#081c2d!important;border:1px solid #42617d!important;color:#f7f5f0!important;box-shadow:0 16px 38px rgba(3,13,23,.28)!important}
html body:not(.admin-body):not(.raw-html-body) main .product-order-form .choice-label,
html body:not(.admin-body):not(.raw-html-body) main .product-order-form .product-qty-row label{color:#f7f5f0!important;text-shadow:none!important}
html body:not(.admin-body):not(.raw-html-body) main .product-order-form .size-chip{background:#132e45!important;background-color:#132e45!important;border-color:#4d6880!important;color:#f7f5f0!important}
html body:not(.admin-body):not(.raw-html-body) main .product-order-form .choice-chip:has(input:checked),
html body:not(.admin-body):not(.raw-html-body) main .product-order-form .choice-chip.is-selected{background:#c9a86a!important;background-color:#c9a86a!important;border-color:#c9a86a!important;color:#071827!important}
html body:not(.admin-body):not(.raw-html-body) main .product-order-form .product-qty-row input{background:#10283d!important;background-color:#10283d!important;color:#fff!important;border-color:#4d6880!important}
html body:not(.admin-body):not(.raw-html-body) main .product-order-form .product-add-cart-btn{background:#132e45!important;color:#f7f5f0!important;border-color:#6d8297!important}
html body:not(.admin-body):not(.raw-html-body) main .product-order-form .product-buy-btn{background:#c9a86a!important;color:#071827!important;border-color:#c9a86a!important}
html body:not(.admin-body):not(.raw-html-body) main .product-order-form .is-disabled{opacity:.68!important;cursor:not-allowed!important}

/* Product specs generated from the new dynamic catalog. */
.product-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 20px}
.product-spec-grid>div{padding:14px;border-radius:14px;background:#1b3a54;border:1px solid #42617d}
.product-spec-grid span{display:block;color:#aab5c0;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.product-spec-grid strong{display:block;margin-top:4px;color:#f7f5f0!important;font-size:14px}
.product-feature-list,.product-perfect-list{display:flex!important;flex-wrap:wrap!important;gap:8px!important;list-style:none!important;padding:0!important;margin:10px 0 20px!important}
.product-feature-list li,.product-perfect-list li{padding:7px 10px!important;border-radius:999px!important;background:#10283d!important;border:1px solid #42617d!important;color:#d9e2ea!important;font-size:12px!important;font-weight:800!important}
.product-delivery-promise{margin:20px 0 0!important;padding:14px 15px!important;border-radius:14px!important;background:#0c2235!important;border:1px solid #42617d!important;color:#d9e2ea!important}
.product-delivery-promise strong{color:#e0c48c!important}
.product-price-pending{white-space:nowrap}

/* About + Refund: remove remaining white cards and maintain readable hierarchy. */
html body:not(.admin-body) main .about-story-card,
html body:not(.admin-body) main .about-stat-grid>div,
html body:not(.admin-body) main .about-values-grid article,
html body:not(.admin-body) main .about-process-card,
html body:not(.admin-body) main .policy-summary-grid article,
html body:not(.admin-body) main .policy-main-card,
html body:not(.admin-body) main .policy-side-card{background:#132e45!important;background-color:#132e45!important;border-color:#35506b!important;color:#f7f5f0!important}
html body:not(.admin-body) main .about-story-card h2,
html body:not(.admin-body) main .about-stat-grid strong,
html body:not(.admin-body) main .about-values-grid h3,
html body:not(.admin-body) main .about-process-card h2,
html body:not(.admin-body) main .policy-summary-grid h3,
html body:not(.admin-body) main .policy-main-card h2,
html body:not(.admin-body) main .policy-side-card h3,
html body:not(.admin-body) main .policy-side-card li b{color:#f7f5f0!important;text-shadow:none!important}
html body:not(.admin-body) main .about-stat-grid span,
html body:not(.admin-body) main .about-values-grid p,
html body:not(.admin-body) main .about-process-steps span,
html body:not(.admin-body) main .policy-summary-grid p,
html body:not(.admin-body) main .policy-side-card li span,
html body:not(.admin-body) main .policy-side-card p{color:#aab5c0!important}
html body:not(.admin-body) main .about-stat-grid strong,
html body:not(.admin-body) main .about-values-grid article>span,
html body:not(.admin-body) main .policy-summary-grid article>span{color:#e0c48c!important}
html body:not(.admin-body) main .policy-check-list li,
html body:not(.admin-body) main .policy-x-list li{background:#10283d!important;color:#d9e2ea!important;border:1px solid #35506b!important}

/* Product cards: keep mobile CTA away from card edges. */
@media(max-width:768px){
  html body:not(.admin-body) main .product-home-card{padding-bottom:4px!important}
  html body:not(.admin-body) main .product-card-actions{padding:0 11px 12px!important;gap:7px!important}
}

/* Footer payment logos: slightly larger but compact, with balanced dark surface. */
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-payment-card{background:#10283d!important;background-color:#10283d!important;border:1px solid #35506b!important;padding:24px 24px 20px!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .nb-footer-payments{background:#0b2033!important;background-color:#0b2033!important;border-color:#35506b!important;padding:12px!important;gap:8px!important;min-height:72px!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-payment-chip{width:42px!important;height:32px!important;padding:4px!important;background:#f7f5f0!important;background-color:#f7f5f0!important;border:1px solid #d8d3c8!important;border-radius:7px!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-payment-chip img{width:100%!important;height:100%!important;max-width:34px!important;max-height:24px!important;object-fit:contain!important}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-service-promise{margin:16px 0 0!important;padding-top:14px!important;border-top:1px solid #35506b!important;color:#c7d0d8!important;font-size:11px!important;line-height:1.65!important;font-weight:800!important}

/* Final contrast guard for legacy light-text rules on dark public surfaces. */
html body:not(.admin-body):not(.raw-html-body) main .delivery-estimate-card{background:#10283d!important;background-color:#10283d!important;border-color:#42617d!important}
html body:not(.admin-body):not(.raw-html-body) main .delivery-estimate-card strong,
html body:not(.admin-body):not(.raw-html-body) main .delivery-estimate-days b{color:#f7f5f0!important}
html body:not(.admin-body):not(.raw-html-body) main .delivery-estimate-card span,
html body:not(.admin-body):not(.raw-html-body) main .delivery-estimate-days{color:#aab5c0!important}
html body:not(.admin-body):not(.raw-html-body) main .delivery-estimate-icon{background:#c9a86a!important;color:#071827!important}

@media(max-width:520px){
  .product-spec-grid{grid-template-columns:1fr}
  html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-payment-chip{width:40px!important;height:30px!important}
}

/* Remaining public contrast fixes found during full-page audit. */
html body:not(.admin-body) main .professional-page-cta{background:#132e45!important;background-color:#132e45!important;border-color:#35506b!important;color:#f7f5f0!important}
html body:not(.admin-body) main .professional-page-cta h2{color:#f7f5f0!important;text-shadow:none!important}
html body:not(.admin-body) main .professional-page-cta p{color:#aab5c0!important}
html body:not(.admin-body) main .professional-page-cta .section-kicker{color:#e0c48c!important}
html body:not(.admin-body) main .contact-support-grid article{background:#132e45!important;background-color:#132e45!important;border-color:#35506b!important;color:#f7f5f0!important}
html body:not(.admin-body) main .contact-support-grid strong{color:#f7f5f0!important}
html body:not(.admin-body) main .contact-support-grid span{color:#aab5c0!important}
html body:not(.admin-body) main .contact-support-grid svg{background:#0c2235!important;color:#e0c48c!important;border:1px solid #35506b!important}

/* ===== NBCURTAINS promotion + dual-price + gallery refinement v5 ===== */
/* Promotion follows the final public navy / warm-gold visual system. */
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page{
  color:#f7f5f0!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-tabs{
  background:rgba(8,28,45,.94)!important;
  background-color:rgba(8,28,45,.94)!important;
  border:1px solid #35506b!important;
  border-radius:16px!important;
  box-shadow:0 14px 34px rgba(3,13,23,.2)!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-tabs a{
  background:#132e45!important;
  background-color:#132e45!important;
  color:#d9e2ea!important;
  border-color:#42617d!important;
  box-shadow:none!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-tabs a:hover{
  background:#1b3a54!important;
  color:#fff!important;
  border-color:#6d8297!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-tabs a.active{
  background:#c9a86a!important;
  background-color:#c9a86a!important;
  color:#071827!important;
  border-color:#c9a86a!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-section-title span,
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-category-card strong,
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-video-card h2,
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promotion-card h2{
  color:#f7f5f0!important;
  text-shadow:none!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-section-title:after{
  content:"";
  height:1px;
  flex:1;
  background:linear-gradient(90deg,#42617d,transparent);
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-category-card,
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-video-card,
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promotion-content-grid .promotion-card,
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promotion-empty{
  background:#132e45!important;
  background-color:#132e45!important;
  color:#f7f5f0!important;
  border:1px solid #35506b!important;
  box-shadow:0 16px 38px rgba(3,13,23,.18)!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-category-card:hover{
  background:#1b3a54!important;
  border-color:#c9a86a!important;
  transform:translateY(-2px);
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-category-card small,
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promotion-rich,
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promotion-rich p{
  color:#aab5c0!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promotion-video-frame,
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promotion-image-frame{
  background:#081c2d!important;
  border-color:#35506b!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-reels-page{
  background:#071827!important;
  background-color:#071827!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-reels-page .promo-tabs{
  background:rgba(8,28,45,.96)!important;
  border-color:#35506b!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-reels-page .promo-reels-feed,
html body:not(.admin-body):not(.raw-html-body) main .promotion-reels-page .promo-reel-item{
  background:#081c2d!important;
  background-color:#081c2d!important;
  border-color:#35506b!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-reels-page .reel-control-btn{
  background:#132e45!important;
  color:#f7f5f0!important;
  border-color:#42617d!important;
  box-shadow:none!important;
}
html body:not(.admin-body):not(.raw-html-body) main .promotion-reels-page .reel-play-toggle{
  background:#c9a86a!important;
  color:#071827!important;
  border-color:#c9a86a!important;
}

/* Product cards clearly expose both discount and regular prices. */
html body:not(.admin-body):not(.raw-html-body) main .product-home-pricing{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  min-height:42px;
}
html body:not(.admin-body):not(.raw-html-body) main .product-price-item{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}
html body:not(.admin-body):not(.raw-html-body) main .product-price-item span{
  color:#9eacb9!important;
  font-size:9px!important;
  line-height:1.1!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  letter-spacing:.045em!important;
}
html body:not(.admin-body):not(.raw-html-body) main .product-discount-price strong{
  color:#f7f5f0!important;
  font-size:17px!important;
  line-height:1.05!important;
  font-weight:950!important;
  white-space:nowrap;
}
html body:not(.admin-body):not(.raw-html-body) main .product-regular-price del{
  color:#94a3b0!important;
  font-size:12px!important;
  line-height:1.05!important;
  font-weight:800!important;
  white-space:nowrap;
  text-decoration-thickness:1.5px;
}
html body:not(.admin-body):not(.raw-html-body) main .fashion-price-panel .price-label,
html body:not(.admin-body):not(.raw-html-body) main .fashion-price-old span{
  color:#aab5c0!important;
}
html body:not(.admin-body):not(.raw-html-body) main .fashion-price-panel .fashion-price{
  color:#f7f5f0!important;
}
html body:not(.admin-body):not(.raw-html-body) main .fashion-price-panel .fashion-price-old del{
  color:#aab5c0!important;
}

@media(max-width:520px){
  html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page .promo-tabs{border-radius:12px!important}
  html body:not(.admin-body):not(.raw-html-body) main .product-home-pricing{gap:7px!important;min-height:40px}
  html body:not(.admin-body):not(.raw-html-body) main .product-discount-price strong{font-size:15px!important}
  html body:not(.admin-body):not(.raw-html-body) main .product-regular-price del{font-size:11px!important}
  html body:not(.admin-body):not(.raw-html-body) main .product-price-item span{font-size:8px!important}
}


/* ===== NBCURTAINS mobile cart + promotion + delivery charge refinement v6 ===== */
/* Promotion inherits the same Royal Midnight page background as the main site. */
html body:not(.admin-body):not(.raw-html-body) main .promotion-compact-page{
  background:#0c2235!important;
  background-color:#0c2235!important;
}

/* Cart drawer controls: icon-only, no white control tiles. */
html body:not(.admin-body) .cart-side-drawer .sticky-cart-close,
html body:not(.admin-body) .cart-side-drawer .sticky-cart-qty button{
  background:transparent!important;
  background-color:transparent!important;
  color:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
html body:not(.admin-body) .cart-side-drawer .sticky-cart-close{
  width:34px!important;
  height:34px!important;
  border-radius:8px!important;
  font-size:25px!important;
  line-height:1!important;
}
html body:not(.admin-body) .cart-side-drawer .sticky-cart-qty button{
  width:25px!important;
  height:25px!important;
  border-radius:6px!important;
  font-size:19px!important;
  font-weight:800!important;
}
html body:not(.admin-body) .cart-side-drawer .sticky-cart-close:hover,
html body:not(.admin-body) .cart-side-drawer .sticky-cart-qty button:hover{
  background:rgba(255,255,255,.08)!important;
}

/* District rows now show the live admin-configured delivery charge. */
.delivery-district-list li{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  column-gap:9px!important;
  align-items:center!important;
}
.delivery-district-list li>span,
.delivery-district-list li>small{grid-column:1!important;min-width:0!important}
.delivery-district-list .delivery-district-charge{
  grid-column:2!important;
  grid-row:1 / span 2!important;
  align-self:center!important;
  justify-self:end!important;
  margin:0!important;
  padding:6px 8px!important;
  border-radius:8px!important;
  background:rgba(201,168,106,.13)!important;
  border:1px solid rgba(224,196,140,.28)!important;
  color:#e0c48c!important;
  font-size:11px!important;
  line-height:1!important;
  font-style:normal!important;
  font-weight:950!important;
  white-space:nowrap!important;
}

@media(max-width:768px){
  /* Compact mobile right drawer: intentionally narrower than the viewport. */
  html body:not(.admin-body) .sticky-cart-bar.cart-side-drawer{
    width:min(82vw,340px)!important;
    max-width:340px!important;
  }
  html body:not(.admin-body) .cart-side-drawer .sticky-cart-item{
    grid-template-columns:44px minmax(0,1fr) auto!important;
    gap:8px!important;
  }
  html body:not(.admin-body) .cart-side-drawer .sticky-cart-item img{
    width:44px!important;
    height:44px!important;
  }
  html body:not(.admin-body) .cart-side-drawer .sticky-cart-list{padding:9px!important}
  html body:not(.admin-body) .cart-side-drawer .sticky-cart-summary{padding-left:12px!important;padding-right:12px!important}
}

@media(max-width:360px){
  html body:not(.admin-body) .sticky-cart-bar.cart-side-drawer{
    width:min(86vw,300px)!important;
  }
  html body:not(.admin-body) .cart-side-drawer .sticky-cart-item{
    grid-template-columns:40px minmax(0,1fr) auto!important;
    gap:6px!important;
  }
  html body:not(.admin-body) .cart-side-drawer .sticky-cart-item img{width:40px!important;height:40px!important}
  html body:not(.admin-body) .cart-side-drawer .sticky-cart-qty{gap:2px!important}
  html body:not(.admin-body) .cart-side-drawer .sticky-cart-qty button{width:22px!important;height:22px!important;font-size:17px!important}
}

/* ===== NBCURTAINS requested storefront refinements v7 ===== */
/* Product master: SKU + admin-managed colour swatches. */
html body:not(.admin-body) main .product-sku-line{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:10px 0 2px!important;
  padding:8px 11px!important;
  border:1px solid #35506b!important;
  border-radius:10px!important;
  background:#10283d!important;
  color:#d9e2ea!important;
  font-size:12px!important;
  line-height:1.2!important;
}
html body:not(.admin-body) main .product-sku-line span{color:#8fa2b3!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.08em!important}
html body:not(.admin-body) main .product-sku-line strong{color:#f7f5f0!important;font-size:12px!important;letter-spacing:.03em!important}
html body:not(.admin-body) main .product-color-swatches{display:flex!important;flex-wrap:wrap!important;gap:11px!important;align-items:center!important;padding:3px 3px 5px!important}
html body:not(.admin-body) main .product-color-swatch{position:relative!important;display:inline-grid!important;place-items:center!important;width:36px!important;height:36px!important;margin:0!important;cursor:pointer!important}
html body:not(.admin-body) main .product-color-swatch input{position:absolute!important;inline-size:1px!important;block-size:1px!important;opacity:0!important;pointer-events:none!important}
html body:not(.admin-body) main .product-color-swatch span{
  display:block!important;
  width:32px!important;
  height:32px!important;
  border-radius:8px!important;
  background:var(--swatch-color,#808080)!important;
  border:2px solid rgba(255,255,255,.62)!important;
  box-shadow:0 0 0 1px rgba(7,24,39,.72),0 5px 13px rgba(0,0,0,.18)!important;
  transition:transform .16s ease,box-shadow .16s ease,outline-color .16s ease!important;
}
html body:not(.admin-body) main .product-color-swatch:hover span{transform:translateY(-1px) scale(1.04)!important}
html body:not(.admin-body) main .product-color-swatch input:checked + span{
  outline:2px solid #e0c48c!important;
  outline-offset:3px!important;
  box-shadow:0 0 0 1px rgba(7,24,39,.78),0 7px 16px rgba(0,0,0,.24)!important;
}
html body:not(.admin-body) main .product-color-swatch input:focus-visible + span{outline:3px solid #f7f5f0!important;outline-offset:3px!important}

/* Admin colour editor stays compact and usable on both desktop and mobile. */
html body.admin-body .admin-color-editor{display:grid!important;gap:9px!important;margin-top:8px!important}
html body.admin-body .admin-color-row{display:grid!important;grid-template-columns:minmax(0,1fr) 58px!important;gap:9px!important;align-items:center!important}
html body.admin-body .admin-color-row input[type="color"]{width:58px!important;height:44px!important;min-height:44px!important;padding:4px!important;border:1px solid #4d6880!important;border-radius:10px!important;background:#10283d!important;cursor:pointer!important}
html body.admin-body .admin-color-row input[type="text"]{min-width:0!important}

/* Use the supplied single payment-method artwork instead of dynamic logo chips. */
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-payment-image-wrap{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  padding:0!important;
  margin:7px 0 0!important;
  border:0!important;
  border-radius:12px!important;
  background:transparent!important;
  background-color:transparent!important;
  overflow:hidden!important;
}
html body:not(.admin-body) footer.footer.modern-footer.nb-footer .footer-payment-methods-image{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  background:transparent!important;
}

/* Requested dark notices. */
html body .app-toast-message.cod-order-toast{
  background:#071827!important;
  background-color:#071827!important;
  color:#fff!important;
  border:1px solid #42617d!important;
  box-shadow:0 18px 46px rgba(0,0,0,.42)!important;
}
html body .app-toast-message.cod-order-toast *{color:#fff!important}
html body .app-toast-message.register-account-exists-toast{
  background:#000!important;
  background-color:#000!important;
  color:#fff!important;
  border:1px solid #3d3d3d!important;
  box-shadow:0 18px 46px rgba(0,0,0,.48)!important;
}
html body .app-toast-message.register-account-exists-toast *{color:#fff!important}

/* Order-success page: no white cards; compact, modern and fully dark. */
html body:not(.admin-body) main .thankyou-page{
  width:min(920px,calc(100% - 28px))!important;
  margin:0 auto!important;
  padding-top:34px!important;
  padding-bottom:52px!important;
  color:#f7f5f0!important;
}
html body:not(.admin-body) main .thankyou-page .thankyou-one-column{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-color:transparent!important;
  box-shadow:none!important;
  text-align:center!important;
}
html body:not(.admin-body) main .thankyou-page .thankyou-top-brand{margin:0 auto 15px!important}
html body:not(.admin-body) main .thankyou-page .thankyou-top-brand img{display:block!important;width:auto!important;max-width:190px!important;height:46px!important;object-fit:contain!important;margin:auto!important}
html body:not(.admin-body) main .thankyou-page .thankyou-success-icon{
  display:grid!important;
  place-items:center!important;
  width:58px!important;
  height:58px!important;
  margin:0 auto 14px!important;
  border:1px solid #4d6880!important;
  border-radius:50%!important;
  background:#10283d!important;
  color:#e0c48c!important;
  font-size:27px!important;
  font-weight:900!important;
  box-shadow:none!important;
}
html body:not(.admin-body) main .thankyou-page .checkout-eyebrow{color:#e0c48c!important}
html body:not(.admin-body) main .thankyou-page h1{margin:8px auto 10px!important;color:#f7f5f0!important;font-size:clamp(26px,4vw,40px)!important;line-height:1.12!important;letter-spacing:-.025em!important}
html body:not(.admin-body) main .thankyou-page>div>p.muted{max-width:650px!important;margin:0 auto!important;color:#aab5c0!important;line-height:1.65!important}
html body:not(.admin-body) main .thankyou-page .thankyou-actions{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:9px!important;margin:20px 0 25px!important}
html body:not(.admin-body) main .thankyou-page .thankyou-actions .btn{min-width:150px!important}
html body:not(.admin-body) main .thankyou-page .thankyou-invoice-box{
  margin:0!important;
  padding:22px!important;
  border:1px solid #35506b!important;
  border-radius:18px!important;
  background:#0c2235!important;
  background-color:#0c2235!important;
  box-shadow:0 18px 46px rgba(3,13,23,.28)!important;
  text-align:left!important;
  color:#f7f5f0!important;
}
html body:not(.admin-body) main .thankyou-page .thankyou-invoice-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding-bottom:17px!important;border-bottom:1px solid #35506b!important}
html body:not(.admin-body) main .thankyou-page .thankyou-invoice-head h2{margin:0 0 3px!important;color:#f7f5f0!important}
html body:not(.admin-body) main .thankyou-page .thankyou-invoice-head p{margin:0!important;color:#aab5c0!important}
html body:not(.admin-body) main .thankyou-page .thankyou-invoice-head .pill{background:#1b3a54!important;color:#e0c48c!important;border:1px solid #4d6880!important}
html body:not(.admin-body) main .thankyou-page .thankyou-info-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:16px 0!important}
html body:not(.admin-body) main .thankyou-page .thankyou-info-grid>div{
  min-width:0!important;
  padding:14px!important;
  border:1px solid #35506b!important;
  border-radius:13px!important;
  background:#10283d!important;
  background-color:#10283d!important;
}
html body:not(.admin-body) main .thankyou-page .thankyou-info-grid span{display:block!important;color:#8fa2b3!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.07em!important}
html body:not(.admin-body) main .thankyou-page .thankyou-info-grid strong{display:block!important;margin:5px 0 3px!important;color:#f7f5f0!important;overflow-wrap:anywhere!important}
html body:not(.admin-body) main .thankyou-page .thankyou-info-grid small{display:block!important;color:#aab5c0!important;line-height:1.45!important;overflow-wrap:anywhere!important}
html body:not(.admin-body) main .thankyou-page .thankyou-product-list{display:grid!important;gap:8px!important;margin-top:8px!important}
html body:not(.admin-body) main .thankyou-page .thankyou-product-row{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  padding:10px!important;
  border:1px solid #35506b!important;
  border-radius:13px!important;
  background:#132e45!important;
  background-color:#132e45!important;
}
html body:not(.admin-body) main .thankyou-page .thankyou-product-row img{width:52px!important;height:52px!important;border-radius:10px!important;object-fit:cover!important;background:#1b3a54!important}
html body:not(.admin-body) main .thankyou-page .thankyou-product-main{min-width:0!important}
html body:not(.admin-body) main .thankyou-page .thankyou-product-main strong{display:block!important;color:#f7f5f0!important;line-height:1.3!important}
html body:not(.admin-body) main .thankyou-page .thankyou-product-main span{display:block!important;margin-top:3px!important;color:#aab5c0!important;font-size:12px!important;line-height:1.4!important}
html body:not(.admin-body) main .thankyou-page .thankyou-product-total{color:#e0c48c!important;font-weight:900!important;white-space:nowrap!important}
html body:not(.admin-body) main .thankyou-page .thankyou-grand-total{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-top:14px!important;
  padding:16px 17px!important;
  border:1px solid #42617d!important;
  border-radius:14px!important;
  background:#071827!important;
  background-color:#071827!important;
  color:#f7f5f0!important;
}
html body:not(.admin-body) main .thankyou-page .thankyou-grand-total span{color:#aab5c0!important;font-weight:800!important}
html body:not(.admin-body) main .thankyou-page .thankyou-grand-total strong{color:#e0c48c!important;font-size:20px!important}

/* Header guard: before links can collide with the logo, switch to the compact menu layout. */
@media(max-width:1200px){
  html body:not(.admin-body) header.topbar.modern-topbar.nb-topbar{height:64px!important;min-height:64px!important;overflow:visible!important}
  html body:not(.admin-body) header.nb-topbar .nb-nav-shell{
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr) 46px!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    max-width:none!important;
    height:64px!important;
    min-height:64px!important;
    padding:0 14px!important;
    overflow:visible!important;
  }
  html body:not(.admin-body) header.nb-topbar .header-menu-btn{
    display:grid!important;
    position:static!important;
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
    align-self:center!important;
    place-items:center!important;
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    margin:0!important;
    padding:0!important;
    border-radius:11px!important;
  }
  html body:not(.admin-body) header.nb-topbar .nb-brand,
  html body:not(.admin-body) header.nb-topbar .header-logo-only{
    display:flex!important;
    position:static!important;
    grid-column:2!important;
    grid-row:1!important;
    align-items:center!important;
    justify-content:center!important;
    justify-self:center!important;
    align-self:center!important;
    min-width:0!important;
    width:auto!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  html body:not(.admin-body) header.nb-topbar .header-logo-only .nb-logo,
  html body:not(.admin-body) header.nb-topbar .nb-logo{
    display:block!important;
    width:auto!important;
    max-width:min(210px,58vw)!important;
    height:42px!important;
    max-height:42px!important;
    object-fit:contain!important;
  }
  html body:not(.admin-body) header.nb-topbar .nb-navlinks,
  html body:not(.admin-body) header.nb-topbar .header-search-button,
  html body:not(.admin-body) header.nb-topbar .cart-button,
  html body:not(.admin-body) header.nb-topbar .account-chip-copy{display:none!important}
  html body:not(.admin-body) header.nb-topbar .nb-header-actions{
    display:flex!important;
    position:static!important;
    grid-column:3!important;
    grid-row:1!important;
    align-items:center!important;
    justify-content:flex-end!important;
    justify-self:end!important;
    align-self:center!important;
    gap:0!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    margin:0!important;
    padding:0!important;
  }
  html body:not(.admin-body) header.nb-topbar .nb-account-chip{
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    min-width:40px!important;
    max-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    padding:2px!important;
    margin:0!important;
    border-radius:50%!important;
  }
  html body:not(.admin-body) header.nb-topbar .account-avatar-img,
  html body:not(.admin-body) header.nb-topbar .account-avatar-fallback,
  html body:not(.admin-body) header.nb-topbar .account-link-dot{width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important}
}
@media(min-width:1201px){
  html body:not(.admin-body) header.nb-topbar .header-menu-btn{display:none!important}
  html body:not(.admin-body) header.nb-topbar .nb-navlinks{display:flex!important;flex-wrap:nowrap!important;white-space:nowrap!important;min-width:0!important}
}

@media(max-width:700px){
  html body:not(.admin-body) main .thankyou-page{width:min(100% - 20px,920px)!important;padding-top:22px!important;padding-bottom:36px!important}
  html body:not(.admin-body) main .thankyou-page .thankyou-invoice-box{padding:14px!important;border-radius:15px!important}
  html body:not(.admin-body) main .thankyou-page .thankyou-info-grid{grid-template-columns:1fr!important}
  html body:not(.admin-body) main .thankyou-page .thankyou-product-row{grid-template-columns:46px minmax(0,1fr)!important;gap:10px!important}
  html body:not(.admin-body) main .thankyou-page .thankyou-product-row img{width:46px!important;height:46px!important}
  html body:not(.admin-body) main .thankyou-page .thankyou-product-total{grid-column:2!important;justify-self:start!important;margin-top:3px!important}
  html body:not(.admin-body) main .thankyou-page .thankyou-actions{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important}
  html body:not(.admin-body) main .thankyou-page .thankyou-actions .btn{min-width:0!important;width:100%!important}
  html body.admin-body .admin-color-row{grid-template-columns:minmax(0,1fr) 52px!important}
  html body.admin-body .admin-color-row input[type="color"]{width:52px!important}
}
@media(max-width:430px){
  html body:not(.admin-body) main .thankyou-page .thankyou-actions{grid-template-columns:1fr!important}
  html body:not(.admin-body) main .thankyou-page .thankyou-invoice-head{align-items:flex-start!important}
  html body:not(.admin-body) header.nb-topbar .header-logo-only .nb-logo,
  html body:not(.admin-body) header.nb-topbar .nb-logo{max-width:min(175px,50vw)!important;height:38px!important;max-height:38px!important}
}
html body.admin-body .admin-add-color{margin:10px 0 20px!important;justify-content:center!important}


/* ===== nbcurtains Saudi home-store theme ===== */
:root{--primary:#001d3d;--primary2:#0b3d6b;--km-navy:#001d3d;--km-blue:#0b3d6b;--km-accent:#d7ad43;--km-soft:#fbf8f0;--km-line:#eadfbe;--nb-gold:#d7ad43;--nb-gold-soft:#f5e8bd;--nb-navy:#001d3d;--nb-cream:#fbf8f0}
body{background:#fffdf8;color:#102338}
.topbar,.modern-topbar,.nb-topbar{background:rgba(0,29,61,.97)!important;border-bottom:1px solid rgba(215,173,67,.45)!important}
.header-brand img,.nb-logo{background:#fff;border:1px solid rgba(215,173,67,.7);border-radius:12px;padding:3px;max-width:min(290px,38vw)!important;width:auto!important;object-fit:contain}
.navlinks a,.nb-navlinks a{color:#fff!important}.navlinks a:hover,.navlinks a.active{color:#f4d77b!important}
.header-search-button,.account-chip,.cart-button{color:#fff!important;border-color:rgba(215,173,67,.38)!important}.header-search-button:hover,.account-chip:hover,.cart-button:hover{background:rgba(215,173,67,.12)!important}
.btn.primary,.btn-atc,.checkout-submit-btn{background:linear-gradient(135deg,#e2bf63,#c89525)!important;color:#001d3d!important;border-color:#d7ad43!important;font-weight:800!important;box-shadow:0 12px 30px rgba(175,125,20,.16)}
.btn.primary:hover{filter:brightness(1.04);transform:translateY(-1px)}
.section-kicker,.product-card-tag{color:#a77a1e!important;letter-spacing:.14em}.minimal-view-link{color:#001d3d!important}.card,.card-lite{border-color:#eadfbe!important;box-shadow:0 14px 38px rgba(0,29,61,.06)}
.nb-hero-slider .km-hero-slide{min-height:clamp(520px,64vw,720px);background:#001d3d}.nb-hero-slider .km-hero-media img{object-fit:cover;width:100%;height:100%}.nb-hero-slider .km-hero-overlay{background:linear-gradient(90deg,rgba(0,20,45,.93) 0%,rgba(0,29,61,.72) 43%,rgba(0,29,61,.10) 78%)!important}.nb-hero-slider .km-hero-content{max-width:720px}.nb-hero-slider h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(42px,6vw,82px);line-height:.98;color:#fff}.nb-hero-slider p{font-size:clamp(16px,2vw,21px);color:#f8f2df;max-width:620px}.km-hero-eyebrow{color:#f1d98c!important}.hero-outline{border:1px solid rgba(255,255,255,.7)!important;color:#fff!important;background:transparent!important}.nb-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.nb-business-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:22px;border:1px solid #eadfbe;border-radius:18px;overflow:hidden;background:#fff}.nb-business-strip>div{padding:18px 20px;border-right:1px solid #eadfbe}.nb-business-strip>div:last-child{border-right:0}.nb-business-strip span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#997120}.nb-business-strip strong{display:block;margin-top:6px;font-size:14px;color:#001d3d}
.nb-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.home-collection-card{background:linear-gradient(145deg,#fff,#fbf5e4)!important;border-color:#eadfbe!important}.home-collection-icon{color:#b78825!important;background:#fff8df!important}.product-home-card{background:#fff}.product-home-media{background:#f8f2e4}.product-home-media img{object-fit:cover}.fashion-price,.product-price-item strong{color:#001d3d!important}
.nb-custom-home-card{display:grid;grid-template-columns:minmax(260px,.8fr) 1.4fr;background:#001d3d;border-radius:28px;overflow:hidden;color:#fff;box-shadow:0 24px 55px rgba(0,29,61,.18)}.nb-custom-home-visual{min-height:360px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:radial-gradient(circle at 50% 40%,rgba(215,173,67,.22),transparent 46%),linear-gradient(145deg,#082f59,#00172f);position:relative;border-right:1px solid rgba(215,173,67,.35)}.nb-custom-home-visual strong{font-family:Georgia,serif;font-size:clamp(42px,6vw,78px);line-height:.84;color:#e9c96d;letter-spacing:.04em}.nb-custom-home-visual small{margin-top:22px;color:#fff4d2;letter-spacing:.11em}.nb-ruler-line{position:absolute;inset:36px;border:1px dashed rgba(215,173,67,.55);border-radius:18px}.nb-custom-home-copy{padding:clamp(32px,6vw,72px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.nb-custom-home-copy h2{color:#fff;font-size:clamp(30px,4vw,52px);max-width:760px}.nb-custom-home-copy p{color:#dce7f3;max-width:760px}.nb-custom-points{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 24px}.nb-custom-points span{border:1px solid rgba(215,173,67,.35);background:rgba(255,255,255,.06);padding:8px 11px;border-radius:999px;font-size:13px;color:#fff3cf}
.nb-saudi-delivery{background:linear-gradient(180deg,#fff,#fbf8f0);border:1px solid #eadfbe;border-radius:28px;padding-inline:clamp(18px,4vw,48px)!important}.delivery-saudi-map .saudi-country-outline{fill:#f5e8bd!important;stroke:#b88620!important;stroke-width:1.5}.saudi-map-pin{cursor:pointer;outline:none}.saudi-map-pin circle{fill:#001d3d;stroke:#f0d37f;stroke-width:2;transition:.2s}.saudi-map-pin text{font-size:10px;font-weight:700;fill:#001d3d;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}.saudi-map-pin:hover circle,.saudi-map-pin.is-active circle{fill:#d7ad43;stroke:#001d3d;transform:scale(1.2)}.delivery-area-details h3{color:#001d3d}.delivery-district-charge{color:#997120!important}
.match-day-guide-card{background:linear-gradient(135deg,#001d3d,#0b3d6b)!important}.home-support-cta{border:1px solid #eadfbe;background:#fff9ea!important}.nb-home-contact-actions{display:flex;gap:10px;flex-wrap:wrap}
.nb-product-page .product-main-image{background:#f7f0df;border:1px solid #eadfbe;border-radius:24px;position:relative;overflow:hidden}.nb-product-page .product-main-image img{object-fit:cover;min-height:520px}.nb-made-badge{position:absolute;left:18px;bottom:18px;background:#001d3d;color:#f6dd91;border:1px solid #d7ad43;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800;letter-spacing:.05em}.product-color-swatch{align-items:center;gap:6px}.product-color-swatch small{font-size:11px;color:#546274}.nb-custom-inline{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:16px 18px;border:1px solid #eadfbe;border-radius:16px;background:#fff9ea;margin:18px 0}.nb-custom-inline strong,.nb-custom-inline span{display:block}.nb-custom-inline span{font-size:13px;color:#657180;margin-top:4px}.nb-custom-inline a{white-space:nowrap;font-weight:800;color:#9a701a}
.nb-custom-order-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:24px}.nb-custom-order-head h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,72px);color:#001d3d;margin:.2em 0}.nb-custom-order-head p{max-width:720px}.nb-custom-contact-box{min-width:310px;border-radius:20px;padding:22px;background:#001d3d;color:#fff;display:grid;gap:5px}.nb-custom-contact-box small{color:#eacb77}.nb-custom-contact-box strong{font-size:20px}.nb-custom-contact-box span{color:#cfdbea;font-size:13px;margin-top:5px}.nb-custom-order-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.7fr);gap:24px;align-items:start}.nb-custom-order-form{padding:clamp(20px,4vw,40px)}.nb-checkbox-field{display:flex;align-items:flex-end}.nb-checkbox-field label{display:flex;gap:10px;align-items:center;padding:13px 14px;background:#fff8e3;border:1px solid #eadfbe;border-radius:12px;width:100%}.nb-custom-help{position:sticky;top:100px;padding:28px}.nb-custom-help h2{color:#001d3d}.nb-measure-diagram{padding:25px 10px}.window-shape{height:220px;border:8px solid #001d3d;background:linear-gradient(90deg,rgba(215,173,67,.22) 50%,rgba(255,255,255,.8) 50%);position:relative}.measure-width{position:absolute;top:-30px;left:50%;transform:translateX(-50%);font-size:11px;color:#9b721e}.measure-height{position:absolute;right:-58px;top:45%;font-size:11px;color:#9b721e}.nb-custom-help ol{padding-left:20px;color:#475569;line-height:1.7}.nb-help-note{padding:16px;background:#fff8e6;border:1px solid #eadfbe;border-radius:14px}.nb-help-note strong,.nb-help-note span{display:block}.nb-help-note span{margin-top:5px;font-size:13px;line-height:1.6}
.nb-custom-admin-grid{display:grid;gap:18px}.nb-custom-admin-card{padding:24px}.nb-custom-admin-head{display:flex;justify-content:space-between;gap:20px}.nb-custom-admin-head h2{margin:8px 0 2px;color:#001d3d}.nb-custom-thumb img{width:92px;height:72px;object-fit:cover;border-radius:12px;border:1px solid #eadfbe}.nb-custom-admin-details{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.nb-custom-admin-details>div{padding:13px;border:1px solid #eee4c7;border-radius:12px;background:#fffdf8}.nb-custom-admin-details span,.nb-custom-admin-details small,.nb-custom-admin-details strong{display:block}.nb-custom-admin-details span{font-size:11px;text-transform:uppercase;color:#98701e}.nb-custom-admin-details small{color:#6b7280;margin-top:3px}.nb-custom-notes{padding:14px 16px;background:#f8fafc;border-radius:12px;margin-bottom:14px}.nb-custom-notes p{margin:5px 0 0}.nb-custom-admin-form{border-top:1px solid #eee4c7;padding-top:16px}.nb-delete-inline{margin-top:10px}.admin-filter-bar{display:flex;gap:10px;margin-bottom:18px}.admin-filter-bar .input{min-width:0}
.nb-footer{background:#001d3d!important;border-top:3px solid #d7ad43!important}.nb-footer,.nb-footer a,.nb-footer p,.nb-footer span{color:#dce7f3}.footer-col-title{color:#f1d98c!important}.footer-logo-img{background:#fff;border-radius:12px;padding:4px}.nb-footer-contact strong{color:#f1d98c}.nb-footer-contact span{display:block;line-height:1.5}
@media(max-width:900px){.nb-business-strip{grid-template-columns:1fr 1fr}.nb-business-strip>div:nth-child(2){border-right:0}.nb-category-grid{grid-template-columns:1fr 1fr!important}.nb-custom-home-card,.nb-custom-order-layout{grid-template-columns:1fr}.nb-custom-home-visual{min-height:280px;border-right:0;border-bottom:1px solid rgba(215,173,67,.35)}.nb-custom-help{position:static}.nb-custom-order-head{align-items:stretch;flex-direction:column}.nb-custom-contact-box{min-width:0}.nb-custom-admin-details{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.nb-business-strip{grid-template-columns:1fr}.nb-business-strip>div{border-right:0;border-bottom:1px solid #eadfbe}.nb-business-strip>div:last-child{border-bottom:0}.nb-category-grid{grid-template-columns:1fr!important}.nb-custom-admin-details{grid-template-columns:1fr}.admin-filter-bar{display:grid}.nb-hero-slider .km-hero-slide{min-height:560px}.nb-hero-slider .km-hero-overlay{background:linear-gradient(0deg,rgba(0,20,45,.97),rgba(0,29,61,.25))!important}.nb-hero-slider .km-hero-content{align-self:flex-end;padding-bottom:48px}.header-brand img,.nb-logo{max-width:210px!important}}
/* nbcurtains wide-logo header guard: switch to compact drawer before navigation can collide. */
@media (min-width:1151px){
  html body:not(.admin-body) header.nb-topbar .header-logo-only .nb-logo{max-width:245px!important;max-height:48px!important;height:auto!important}
  html body:not(.admin-body) header.nb-topbar .nb-navlinks{gap:22px!important}
}
@media (max-width:1150px){
  html body:not(.admin-body) header.nb-topbar .nb-nav-shell{grid-template-columns:48px minmax(0,1fr) 48px!important;min-height:68px!important;height:68px!important;padding:0 14px!important;gap:8px!important}
  html body:not(.admin-body) header.nb-topbar .header-menu-btn{display:grid!important;grid-column:1!important;width:42px!important;height:42px!important;border:1px solid rgba(215,173,67,.35)!important;border-radius:12px!important;background:#082b52!important;color:#f0d37f!important;place-items:center!important}
  html body:not(.admin-body) header.nb-topbar .header-logo-only{grid-column:2!important;justify-self:center!important;min-width:0!important;width:auto!important}
  html body:not(.admin-body) header.nb-topbar .header-logo-only .nb-logo{height:auto!important;max-height:40px!important;max-width:min(205px,50vw)!important}
  html body:not(.admin-body) header.nb-topbar .nb-navlinks,
  html body:not(.admin-body) header.nb-topbar .header-search-button,
  html body:not(.admin-body) header.nb-topbar .cart-button,
  html body:not(.admin-body) header.nb-topbar .account-chip-copy{display:none!important}
  html body:not(.admin-body) header.nb-topbar .nb-header-actions{grid-column:3!important;justify-self:end!important;width:44px!important;min-width:44px!important;display:flex!important;justify-content:flex-end!important}
  html body:not(.admin-body) header.nb-topbar .nb-account-chip{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;padding:2px!important;justify-content:center!important}
}

/* =========================================================
   NBCURTAINS LUXURY LIGHT GOLD THEME — FINAL OVERRIDE
   Light ivory canvas, warm gold primary, high-contrast text.
   ========================================================= */
:root{
  --primary:#b88922!important;
  --primary2:#d7b65b!important;
  --km-navy:#5f4310!important;
  --km-blue:#8c671b!important;
  --km-ink:#241b10!important;
  --km-muted:#6f6252!important;
  --km-soft:#fffaf0!important;
  --km-line:#e7d8b8!important;
  --km-white:#ffffff!important;
  --km-accent:#d6b45a!important;
  --bg:#fffaf0!important;
  --card:#ffffff!important;
  --text:#241b10!important;
  --muted:#6f6252!important;
  --soft:#fff7e6!important;
  --border:rgba(95,67,16,.18)!important;
}
html{background:#fffaf0!important;color-scheme:light!important}
html body{background:#fffaf0!important;color:#241b10!important}
html body:not(.admin-body) main{background:transparent!important;color:#241b10!important}

/* Global readable text */
html body h1,html body h2,html body h3,html body h4,html body h5,html body h6,
html body .card-title,html body .product-headline,html body .checkout-block-title,
html body .delivery-area-details h3,html body .nb-custom-help h2,
html body .nb-custom-order-head h1,html body .nb-custom-admin-head h2{
  color:#2a1d0d!important;
}
html body p,html body li,html body .rich,html body .card-desc,
html body .product-lead,html body .muted,html body .small,
html body .product-short-note p,html body .nb-custom-help ol{
  color:#665946!important;
}
html body a{color:#7d5b16}
html body a:hover{color:#a87713}

/* Header / navigation */
html body:not(.admin-body) header.topbar,
html body:not(.admin-body) header.nb-topbar{
  background:rgba(255,253,247,.97)!important;
  border-bottom:1px solid #ddc98f!important;
  box-shadow:0 10px 32px rgba(80,55,10,.07)!important;
}
html body:not(.admin-body) header .navlinks a,
html body:not(.admin-body) header .nb-navlinks a{color:#392b17!important}
html body:not(.admin-body) header .navlinks a:hover,
html body:not(.admin-body) header .navlinks a.active,
html body:not(.admin-body) header .nb-navlinks a:hover,
html body:not(.admin-body) header .nb-navlinks a.active{
  background:#fff1c9!important;color:#704e0d!important
}
html body:not(.admin-body) header .account-link,
html body:not(.admin-body) header .cart-button,
html body:not(.admin-body) header .menu-btn,
html body:not(.admin-body) header .header-search-button,
html body:not(.admin-body) header .nb-account-chip{
  background:#fff!important;color:#5f4310!important;border-color:#e1ce9f!important
}
html body:not(.admin-body) header .cart-count{background:#b88922!important;color:#fff!important}
html body:not(.admin-body) header .account-link-dot,
html body:not(.admin-body) header .account-avatar-fallback{background:#f1d589!important;color:#4b350d!important}

/* Mobile drawer */
html body:not(.admin-body) .drawer{background:#fffdf8!important;border-color:#e6d6af!important}
html body:not(.admin-body) .drawer-overlay{background:rgba(42,29,13,.38)!important}
html body:not(.admin-body) .d-link{color:#392b17!important}
html body:not(.admin-body) .d-link:hover{background:#fff1cf!important;color:#704e0d!important}
html body:not(.admin-body) .d-title{color:#8b754f!important}
html body:not(.admin-body) .d-close{background:#fff!important;color:#4d370f!important;border-color:#e1ce9f!important}

/* Buttons */
html body .btn{background:#fff!important;color:#5a400f!important;border-color:#d9c28b!important}
html body .btn:hover{background:#fff4d8!important;border-color:#caa448!important;color:#3c2a0b!important}
html body .btn.primary,
html body .btn-atc,
html body .product-buy-btn{
  background:linear-gradient(135deg,#d3ad4e 0%,#ad7b17 100%)!important;
  color:#fff!important;border-color:#ad7b17!important;
  box-shadow:0 12px 28px rgba(173,123,23,.20)!important
}
html body .btn.primary:hover,
html body .btn-atc:hover,
html body .product-buy-btn:hover{background:linear-gradient(135deg,#c79a34,#946512)!important;color:#fff!important}
html body .btn-details,html body .btn.ghost{background:#fffaf0!important;color:#5c420f!important;border-color:#dcc695!important}

/* General cards / fields */
html body .card,html body .card-lite,
html body .product-info-panel,html body .checkout-form-card,html body .checkout-summary-card,
html body .admin-form-main,html body .admin-form-side,html body .product-rich-card,
html body .product-style-card,html body .product-faq-card,
html body .product-short-note,html body .service-mini-card,
html body .hero-mini-card,html body .nb-custom-order-form,html body .nb-custom-help,
html body .nb-custom-admin-card{
  background:#fff!important;color:#241b10!important;border-color:#e8dab8!important;
  box-shadow:0 16px 40px rgba(83,58,13,.07)!important
}
html body input,html body select,html body textarea,html body .input,
html body .field input,html body .field select,html body .field textarea{
  background:#fff!important;color:#2b2116!important;border-color:#d9c9aa!important
}
html body input::placeholder,html body textarea::placeholder{color:#95866d!important}
html body input:focus,html body select:focus,html body textarea:focus{
  border-color:#b88922!important;box-shadow:0 0 0 3px rgba(184,137,34,.13)!important;outline:none!important
}
html body .field label,html body .choice-label{color:#3c2b0d!important}

/* Category and product listing */
html body .km-category-chip,html body .category-tile{background:#fff!important;color:#3b2b11!important;border-color:#e6d6ae!important}
html body .km-category-chip:hover,html body .km-category-chip.active,
html body .category-tile:hover,html body .category-tile.active{background:#fff2cc!important;border-color:#c79b39!important;color:#5f4310!important}
html body .chip-mark,html body .category-icon{background:#b88922!important;color:#fff!important}
html body .product-home-card{background:#fff!important;border-color:#e7d8b8!important}
html body .product-home-media,html body .product-gallery,html body .product-main-image{background:#fbf4e5!important}
html body .product-card-tag,html body .product-kicker,html body .section-kicker,html body .checkout-eyebrow{
  background:#fff2cf!important;color:#835f15!important
}
html body .product-offer-pill,html body .nb-made-badge{background:#6e4d0d!important;color:#ffe9aa!important;border-color:#d1ad50!important}
html body .price,html body .fashion-price,html body .product-price-item strong,
html body .price-meta-item .value.current,html body .rating-text{color:#3a280a!important}
html body .size-chip{background:#fff!important;color:#3e2e12!important;border-color:#decca4!important}
html body .choice-chip:has(input:checked){background:#b88922!important;color:#fff!important;border-color:#b88922!important}
html body .thumb{background:#fff!important;border-color:#e5d5ae!important}
html body .thumb.active{border-color:#b88922!important;box-shadow:0 0 0 2px rgba(184,137,34,.16)!important}
html body .fashion-price-panel,html body .assurance-item,
html body .invoice-info-grid>div{background:#fffaf0!important;border-color:#e7d8b8!important}
html body .service-mini-card-delivery,html body .service-mini-card-payment{background:#fffaf0!important;border-color:#e7d8b8!important}
html body .service-icon,html body .service-mini-card-payment .service-icon{background:#fff0c4!important;color:#8b6212!important;border-color:#dfc177!important}
html body .stars{color:#c69428!important}
html body .product-card-actions{border-color:#eadcb9!important}

/* Hero: keep photography visible, remove navy cast */
html body:not(.admin-body) .nb-hero-slider,
html body:not(.admin-body) .km-hero-slider{background:#f4ead2!important}
html body:not(.admin-body) .km-hero-media:after,
html body:not(.admin-body) .nb-hero-slider .km-hero-overlay{
  background:linear-gradient(90deg,rgba(43,29,7,.78) 0%,rgba(86,58,8,.52) 46%,rgba(255,250,238,.05) 100%)!important
}
html body:not(.admin-body) .km-hero-copy,
html body:not(.admin-body) .km-hero-copy h1,
html body:not(.admin-body) .km-hero-content,
html body:not(.admin-body) .km-hero-content h1{color:#fffdf7!important}
html body:not(.admin-body) .km-hero-copy p,
html body:not(.admin-body) .km-hero-content p{color:#fff3d6!important}
html body:not(.admin-body) .km-hero-dots button{background:rgba(255,247,224,.48)!important}
html body:not(.admin-body) .km-hero-dots button.active{background:#d7ad43!important}

/* Custom-order home section: now light luxury */
html body:not(.admin-body) .nb-custom-home-card{
  background:linear-gradient(135deg,#fffdf8,#fff3cf)!important;
  color:#2b1f0d!important;border:1px solid #dec78f!important;
  box-shadow:0 22px 52px rgba(104,72,12,.10)!important
}
html body:not(.admin-body) .nb-custom-home-visual{
  background:radial-gradient(circle at 50% 40%,rgba(214,180,90,.24),transparent 48%),linear-gradient(145deg,#fff8e5,#f2dfad)!important;
  border-color:#dcc17e!important
}
html body:not(.admin-body) .nb-custom-home-visual strong{color:#76510e!important}
html body:not(.admin-body) .nb-custom-home-visual small{color:#70531b!important}
html body:not(.admin-body) .nb-ruler-line{border-color:rgba(132,91,14,.42)!important}
html body:not(.admin-body) .nb-custom-home-copy h2{color:#2a1d0d!important}
html body:not(.admin-body) .nb-custom-home-copy p{color:#655843!important}
html body:not(.admin-body) .nb-custom-points span{background:#fff9e9!important;color:#5d4312!important;border-color:#d8bd79!important}
html body:not(.admin-body) .nb-custom-contact-box{
  background:linear-gradient(145deg,#fff8e7,#f1d999)!important;color:#30220d!important;border:1px solid #d4b76a!important
}
html body:not(.admin-body) .nb-custom-contact-box small{color:#815e16!important}
html body:not(.admin-body) .nb-custom-contact-box strong{color:#2e210e!important}
html body:not(.admin-body) .nb-custom-contact-box span{color:#68593f!important}
html body:not(.admin-body) .window-shape{border-color:#6c4b0e!important;background:linear-gradient(90deg,rgba(215,173,67,.22) 50%,#fff 50%)!important}

/* Delivery / map */
html body:not(.admin-body) .nb-saudi-delivery{background:linear-gradient(180deg,#fff,#fff8e7)!important;border-color:#dfca96!important}
html body:not(.admin-body) .delivery-saudi-map .saudi-country-outline{fill:#f5e7bd!important;stroke:#aa7d1c!important}
html body:not(.admin-body) .saudi-map-pin circle{fill:#9b6f17!important;stroke:#ffe6a0!important}
html body:not(.admin-body) .saudi-map-pin text{fill:#4a350d!important;stroke:#fffdf8!important}
html body:not(.admin-body) .saudi-map-pin:hover circle,
html body:not(.admin-body) .saudi-map-pin.is-active circle{fill:#d7ad43!important;stroke:#6b4a0c!important}

/* Support CTA and promo surfaces */
html body:not(.admin-body) .home-support-cta{background:#fff7df!important;border-color:#dec789!important;color:#2b200f!important}
html body:not(.admin-body) .home-support-cta h2{color:#2b200f!important}
html body:not(.admin-body) .match-day-guide-card{background:linear-gradient(135deg,#f4dfaa,#fff6dc)!important;color:#38270c!important}
html body:not(.admin-body) .match-day-guide-card h2,html body:not(.admin-body) .match-day-guide-card h3,
html body:not(.admin-body) .match-day-guide-card p,html body:not(.admin-body) .match-day-guide-card span{color:#38270c!important}

/* Checkout, tracking, tables, invoice */
html body:not(.admin-body) .checkout-item,html body:not(.admin-body) .cart-line-item{border-color:#e7d8b8!important}
html body:not(.admin-body) .payment-logo-card span{background:#fff!important;border-color:#e0cda0!important;color:#392a13!important}
html body:not(.admin-body) .payment-logo-card:has(input:checked) span{border-color:#b88922!important;box-shadow:0 0 0 3px rgba(184,137,34,.13)!important}
html body:not(.admin-body) .payment-number-box{background:#fff8e8!important;border-color:#e4d1a3!important}
html body:not(.admin-body) .payment-number-box strong{color:#4d360d!important}
html body:not(.admin-body) .invoice-success-head,html body:not(.admin-body) .invoice-paper{background:#fff!important;color:#2b2012!important;border-color:#e7d8b8!important}
html body:not(.admin-body) .invoice-table th{background:#fff4d7!important;color:#49340e!important}
html body:not(.admin-body) .invoice-table td,html body:not(.admin-body) .invoice-table th{border-color:#eadcb9!important}
html body:not(.admin-body) .cart-toast{background:#5d410d!important;color:#fff9ea!important}

/* Thank-you page: convert former dark panel to light */
html body:not(.admin-body) main .thankyou-page{color:#2b2012!important}
html body:not(.admin-body) main .thankyou-page .thankyou-success-icon{background:#fff0c6!important;color:#86600f!important;border-color:#d5b45c!important}
html body:not(.admin-body) main .thankyou-page .checkout-eyebrow{color:#9a701a!important;background:#fff3d1!important}
html body:not(.admin-body) main .thankyou-page h1{color:#2a1d0d!important}
html body:not(.admin-body) main .thankyou-page>div>p.muted{color:#6d5f4c!important}
html body:not(.admin-body) main .thankyou-page .thankyou-invoice-box{
  background:#fff!important;background-color:#fff!important;color:#2b2012!important;border-color:#ddca99!important;box-shadow:0 16px 42px rgba(93,64,11,.08)!important
}
html body:not(.admin-body) main .thankyou-page .thankyou-invoice-head{border-color:#eadbb7!important}
html body:not(.admin-body) main .thankyou-page .thankyou-invoice-head h2{color:#2a1d0d!important}
html body:not(.admin-body) main .thankyou-page .thankyou-invoice-head p{color:#75664f!important}
html body:not(.admin-body) main .thankyou-page .thankyou-invoice-head .pill{background:#fff2cb!important;color:#7e5910!important;border-color:#d8bd78!important}
html body:not(.admin-body) main .thankyou-page .thankyou-info-grid>div{background:#fff9ea!important;background-color:#fff9ea!important;border-color:#e4d3a8!important}
html body:not(.admin-body) main .thankyou-page .thankyou-info-grid span{color:#8c744c!important}
html body:not(.admin-body) main .thankyou-page .thankyou-info-grid strong{color:#34260f!important}
html body:not(.admin-body) main .thankyou-page .thankyou-info-grid small{color:#75684f!important}
html body:not(.admin-body) main .thankyou-page .thankyou-product-row{background:#fffdf8!important;background-color:#fffdf8!important;border-color:#e6d6ad!important}
html body:not(.admin-body) main .thankyou-page .thankyou-product-row img{background:#f8eed8!important}
html body:not(.admin-body) main .thankyou-page .thankyou-product-main strong{color:#33250f!important}
html body:not(.admin-body) main .thankyou-page .thankyou-product-main span{color:#786a54!important}
html body:not(.admin-body) main .thankyou-page .thankyou-product-total{color:#8a6110!important}
html body:not(.admin-body) main .thankyou-page .thankyou-grand-total{background:#fff1c8!important;background-color:#fff1c8!important;color:#33240d!important;border-color:#d7ba70!important}
html body:not(.admin-body) main .thankyou-page .thankyou-grand-total span{color:#6a562f!important}
html body:not(.admin-body) main .thankyou-page .thankyou-grand-total strong{color:#734f0a!important}

/* Footer: light luxury, no navy */
html body:not(.admin-body) .footer,html body:not(.admin-body) .nb-footer{
  background:#fff8e6!important;border-top:2px solid #cfa94c!important;color:#4f4028!important
}
html body:not(.admin-body) .nb-footer,html body:not(.admin-body) .nb-footer a,
html body:not(.admin-body) .nb-footer p,html body:not(.admin-body) .nb-footer span,
html body:not(.admin-body) .footer-nav a{color:#594a31!important}
html body:not(.admin-body) .footer-col-title,html body:not(.admin-body) .nb-footer-contact strong{color:#76530f!important}
html body:not(.admin-body) .footer-payment-chip{background:#fff!important;color:#5c4416!important;border-color:#dec994!important}
html body:not(.admin-body) .nb-sub-footer{border-color:#deca9a!important}
html body:not(.admin-body) .nb-sub-credit,html body:not(.admin-body) .nb-sub-credit strong,
html body:not(.admin-body) .nb-footer-email,html body:not(.admin-body) .nb-credit-link{color:#4b3a20!important}
html body:not(.admin-body) .nb-social-links a{background:#fff!important;color:#725213!important;border-color:#d9c188!important}

/* Admin: same light/gold language with readable contrast */
html body.admin-body{background:#f9f5ea!important;color:#2b2115!important}
html body.admin-body .admin-sidebar{background:#fffdf8!important;border-right-color:#e2d2ac!important}
html body.admin-body .admin-content{background:#f9f5ea!important;color:#2b2115!important}
html body.admin-body .admin-brand-title{color:#3b2b10!important}
html body.admin-body .admin-brand-sub{color:#766750!important}
html body.admin-body .admin-menu-link{color:#4a3b24!important}
html body.admin-body .admin-menu-link:hover,html body.admin-body .admin-menu-link.active,
html body.admin-body .admin-menu-group.active>.admin-menu-parent{background:#fff0c9!important;color:#69490c!important}
html body.admin-body .admin-menu-icon{background:#fff3d5!important;color:var(--nav-icon-color,#9b6e13)!important}
html body.admin-body .admin-submenu{border-color:#ddc482!important}
html body.admin-body .admin-page-head h1{color:#30230f!important}
html body.admin-body .card,html body.admin-body .admin-form-main,html body.admin-body .admin-form-side,
html body.admin-body .nb-custom-admin-card{background:#fff!important;border-color:#e2d2ab!important;color:#2b2115!important}
html body.admin-body table{background:#fff!important;color:#302619!important}
html body.admin-body th{background:#fff3d2!important;color:#51390d!important}
html body.admin-body td,html body.admin-body th{border-color:#eadcb9!important}
html body.admin-body .pill,html body.admin-body .badge{border-color:#dcc486!important}
html body.admin-body .admin-mobile-toggle,html body.admin-body .admin-sidebar-close{background:#fff4d5!important;color:#64470e!important;border-color:#d8bc76!important}
html body.admin-body .admin-sidebar-overlay{background:rgba(43,31,13,.36)!important}

/* Contrast safety for common legacy blue/green surfaces */
html body:not(.admin-body) [style*="#001d3d"],
html body:not(.admin-body) [style*="#071827"],
html body:not(.admin-body) [style*="#0c2235"],
html body:not(.admin-body) [style*="#10283d"]{color:#fff!important}

@media(max-width:1150px){
  html body:not(.admin-body) header.nb-topbar .header-menu-btn{background:#fff4d7!important;color:#76520e!important;border-color:#d9bd76!important}
}
@media(max-width:600px){
  html body:not(.admin-body) .nb-hero-slider .km-hero-overlay{background:linear-gradient(0deg,rgba(44,29,5,.88),rgba(96,66,12,.20))!important}
}


/* ===== NB Curtains: Cash on Delivery + Saudi Bank Transfer ===== */
.bank-account-panel{display:grid;gap:12px;margin:18px 0}.bank-detail-copy-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid #e2cca0;border-radius:16px;background:linear-gradient(135deg,#fffdf7,#fff6df)}.bank-detail-copy-text{min-width:0;display:grid;gap:5px}.bank-detail-copy-text span{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#8b6b2c}.bank-detail-copy-text strong{font-size:18px;line-height:1.35;color:#33250e;overflow-wrap:anywhere}.bank-detail-copy-text .bank-iban{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;letter-spacing:.035em}.bank-copy-btn{flex:0 0 auto;min-width:82px}.bank-transfer-amount{display:grid!important;grid-template-columns:1fr auto auto!important;align-items:center;gap:12px!important;margin:16px 0!important;padding:15px 18px!important;border:1px solid #d9bd7f!important;border-radius:16px!important;background:#fff!important}.bank-transfer-amount strong{font-size:22px;color:#6c4a08!important}.bank-payment-steps{margin:18px 0;padding-left:23px}.bank-payment-steps li{margin:8px 0;color:#4b3a1c}.bank-payment-steps strong{color:#33250e}.bank-verification-form{margin-top:18px;padding-top:18px;border-top:1px solid #ead9b7}.bank-security-note{display:grid;gap:4px;margin:18px 0;padding:13px 14px;border:1px solid #ead9b7;border-radius:14px;background:#fff9eb}.bank-security-note strong{color:#6f4e0e}.bank-security-note span{font-size:12px;line-height:1.5;color:#6f6249}.payment-logo-card strong{font-size:13px;line-height:1.2;text-align:center;color:#3d2b0e}.payment-logo-card img[src*="bank.svg"]{max-height:38px!important}.bank-admin-grid{align-items:end}
@media(max-width:700px){.bank-detail-copy-row{align-items:flex-start;flex-direction:column}.bank-copy-btn{width:100%}.bank-transfer-amount{grid-template-columns:1fr auto!important}.bank-transfer-amount span{grid-column:1/-1}.bank-transfer-amount .bank-copy-btn{width:auto;min-width:76px}.bank-detail-copy-text strong{font-size:16px}.bank-admin-grid{grid-template-columns:1fr!important}}

.payment-method-help{margin-top:12px;padding:11px 13px;border:1px solid #ead8b2;border-radius:12px;background:#fffaf0;color:#675536;font-size:12px;line-height:1.55}.payment-method-help strong{color:#6e4d0c}.bank-submitted-box{display:flex;align-items:flex-start;gap:12px;margin-top:18px;padding:16px;border:1px solid #b8d6b8;border-radius:15px;background:#f5fff5}.bank-submitted-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#287a3a;color:#fff;font-weight:900;flex:0 0 auto}.bank-submitted-box strong{display:block;color:#215d2d;margin-bottom:4px}.bank-submitted-box p{margin:0;color:#526252;line-height:1.55}.bank-submitted-box b{color:#273b28;overflow-wrap:anywhere}
