:root {
  --navy-950: #0f172b;
  --navy-900: #172033;
  --orange-500: #fe6e00;
  --orange-600: #e85f00;
  --orange-50: #fff7ed;
  --surface: #ffffff;
  --surface-subtle: #f8fafc;
  --text-primary: #171717;
  --text-secondary: #475569;
  --border: #e2e8f0;
  --success: #16a34a;
  --warning: #d97706;
  --danger: #dc2626;
  --info: #2563eb;
  --shadow-sm: 0 4px 16px rgba(15, 23, 43, 0.07);
  --shadow-lg: 0 18px 44px rgba(15, 23, 43, 0.14);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text-primary);
  background: var(--surface);
  font-family: "Montserrat", "Noto Sans Bengali", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.drawer-open { overflow: hidden; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  color: var(--navy-950);
  font-family: "Teko", sans-serif;
  font-weight: 600;
  line-height: .95;
  letter-spacing: 0;
}
:focus-visible { outline: 3px solid rgba(37, 99, 235, .35); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 16px; padding: 10px 16px; background: var(--navy-950); color: white; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 32px), var(--container)); max-width: calc(100vw - 32px); margin-inline: auto; }
.section { padding: 44px 0; }
.section-subtle { background: var(--surface-subtle); }
.eyebrow { margin: 0 0 8px; color: var(--orange-600); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-size: 44px; text-transform: uppercase; }
.section-heading p { max-width: 560px; margin: 0; color: var(--text-secondary); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-950); font-weight: 700; }
.text-link:hover { color: var(--orange-600); }

.promo-bar { background: var(--orange-500); color: var(--navy-950); font-size: 12px; font-weight: 700; }
.promo-bar .container { display: flex; min-height: 32px; align-items: center; justify-content: space-between; gap: 20px; }
.promo-bar p { margin: 0; }
.promo-bar a { text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.site-header.header-fixed { position: fixed; right: 0; left: 0; top: 0; width: 100%; }
.site-header-spacer { display: none; }
.site-header-spacer.active { display: block; }
.header-main { display: grid; grid-template-columns: 190px minmax(240px, 1fr) auto; min-height: 76px; align-items: center; gap: 30px; }
.header-main > *, .listing > *, .toolbar-actions > *, .product-detail > * { min-width: 0; }
.logo { display: inline-flex; width: fit-content; align-items: center; gap: 9px; font-family: "Teko", sans-serif; font-size: 27px; font-weight: 700; line-height: 1; }
.logo-mark { display: grid; width: 42px; height: 34px; place-items: center; transform: skew(-8deg); background: var(--navy-950); color: var(--orange-500); }
.logo-mark i { transform: skew(8deg); }
.logo span:last-child { white-space: nowrap; }
.logo b { color: var(--orange-600); }
.search { position: relative; }
.search input { width: 100%; height: 46px; padding: 0 52px 0 18px; border: 1px solid var(--border); border-radius: 4px; background: var(--surface-subtle); color: var(--text-primary); }
.search input:focus { border-color: var(--info); background: white; outline: 3px solid rgba(37,99,235,.12); }
.search button { position: absolute; top: 4px; right: 4px; width: 38px; height: 38px; border: 0; border-radius: 3px; background: var(--navy-950); color: white; }
.search-suggestions { position: absolute; z-index: 70; top: 52px; right: 0; left: 0; display: none; padding: 8px; border: 1px solid var(--border); background: white; box-shadow: var(--shadow-lg); }
.search:focus-within .search-suggestions { display: block; }
.suggestion { display: flex; align-items: center; justify-content: space-between; padding: 10px; }
.suggestion:hover { background: var(--surface-subtle); }
.suggestion small { color: var(--text-secondary); }
.header-actions { display: flex; align-items: center; gap: 4px; }
.desktop-header-menu { display: flex; min-width: 0; height: 76px; align-items: stretch; justify-content: center; gap: clamp(4px, 1vw, 18px); }
.desktop-header-menu a { display: flex; min-width: 0; align-items: center; padding: 0 clamp(6px, .8vw, 14px); border-bottom: 3px solid transparent; color: var(--text-secondary); font-size: clamp(10px, .72vw, 12px); font-weight: 700; text-align: center; text-transform: uppercase; white-space: nowrap; }
.desktop-header-menu a:hover, .desktop-header-menu a.active { border-color: var(--orange-500); color: var(--navy-950); }
.icon-action { position: relative; display: grid; min-width: 48px; height: 48px; place-items: center; border: 0; background: transparent; color: var(--navy-950); font-size: 18px; }
.icon-action:hover { background: var(--orange-50); color: var(--orange-600); }
.action-label { margin-left: -4px; color: var(--text-secondary); font-size: 11px; font-weight: 600; }
.count { position: absolute; top: 2px; right: 2px; display: grid; min-width: 20px; height: 20px; place-items: center; border: 2px solid white; border-radius: 50%; background: var(--orange-500); color: var(--navy-950); font-size: 10px; font-weight: 700; }
.nav-wrap { display: none; position: relative; border-top: 1px solid var(--border); }
.main-nav { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 20px; }
.nav-links { display: flex; height: 46px; align-items: stretch; gap: 8px; }
.nav-links a { display: flex; align-items: center; padding: 0 14px; border-bottom: 3px solid transparent; color: var(--text-secondary); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.nav-links a:hover, .nav-links a.active { border-color: var(--orange-500); color: var(--navy-950); }
.all-categories { display: none !important; }
.all-categories i { margin-right: 9px; }
.nav-extra { color: var(--text-secondary); font-size: 12px; font-weight: 600; }
.nav-extra i { margin-right: 6px; color: var(--orange-600); }
.category-mega-menu { position: absolute; z-index: 60; top: 100%; right: 0; left: 0; visibility: hidden; border-top: 1px solid var(--border); background: white; box-shadow: 0 18px 36px rgba(15,23,43,.14); opacity: 0; transform: translateY(-8px); transition: opacity .18s ease, transform .2s ease, visibility .2s ease; }
.category-mega-menu.open { visibility: visible; opacity: 1; transform: translateY(0); }
.category-mega-inner { display: grid; width: min(calc(100% - 48px), var(--container)); margin-inline: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 22px 0 26px; }
.category-mega-group { min-width: 0; padding: 0 26px; border-right: 1px solid var(--border); }
.category-mega-group:first-child { padding-left: 0; }
.category-mega-group:last-child { padding-right: 0; border-right: 0; }
.category-mega-group h2 { display: flex; align-items: center; gap: 9px; margin: 0 0 13px; color: var(--navy-950); font: 700 12px/1.2 Montserrat, sans-serif; }
.category-mega-group h2 span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--orange-50); color: var(--orange-600); }
.category-mega-group h2 i { font-size: 12px; }
.category-mega-group > div { display: grid; gap: 8px; padding-left: 37px; }
.category-mega-group a { color: var(--text-secondary); font-size: 11px; }
.category-mega-group a:hover { color: var(--orange-600); }
.mobile-toggle { display: none; }
.mobile-nav { display: none; }
.mobile-bottom-nav { display: none; }
.mobile-search-modal { position: fixed; z-index: 1120; inset: 0; display: block; width: 100%; height: 100dvh; overflow-y: auto; background: white; color: var(--text-primary); visibility: hidden; pointer-events: none; transform: translateX(105%); transition: transform .32s cubic-bezier(.22,.8,.25,1), visibility .32s ease; will-change: transform; }
.mobile-search-modal.open { visibility: visible; pointer-events: auto; transform: translateX(0); }
.mobile-search-head { position: sticky; z-index: 2; top: 0; display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: center; gap: 8px; padding: 10px 12px; border-bottom: 1px solid var(--border); background: white; }
.mobile-search-back { display: grid; width: 40px; height: 40px; place-items: center; border: 0; background: transparent; color: var(--navy-950); font-size: 18px; }
.mobile-search-form { display: grid; grid-template-columns: minmax(0, 1fr) 42px; gap: 8px; }
.mobile-search-field { position: relative; }
.mobile-search-field input { width: 100%; height: 42px; padding: 0 38px 0 14px; border: 1px solid var(--border); border-radius: 22px; background: white; outline: 0; }
.mobile-search-field input:focus { border-color: var(--orange-500); box-shadow: 0 0 0 3px rgba(254, 110, 0, .14); }
.mobile-search-clear { position: absolute; top: 7px; right: 7px; display: grid; width: 28px; height: 28px; place-items: center; border: 0; background: transparent; color: #94a3b8; }
.mobile-search-submit { display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; background: var(--orange-500); color: var(--navy-950); }
.mobile-search-content { padding: 0 16px 28px; }
.mobile-search-group { padding: 16px 0 10px; border-bottom: 1px solid var(--border); }
.mobile-search-group h2 { margin: 0 0 10px; color: var(--orange-600); font: 700 12px Montserrat, sans-serif; }
.mobile-search-list { display: grid; gap: 12px; }
.mobile-search-list a { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.mobile-search-list i { width: 14px; color: #94a3b8; }
.mobile-search-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.mobile-search-chip { padding: 7px 10px; border: 1px solid var(--border); border-radius: 4px; background: var(--surface-subtle); color: var(--text-secondary); font-size: 10px; }
.mobile-search-products { display: grid; gap: 8px; }
.mobile-search-product { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 10px; border: 1px solid var(--border); border-radius: 8px; }
.mobile-search-product img { width: 56px; height: 56px; border-radius: 6px; object-fit: cover; }
.mobile-search-product strong { display: block; overflow: hidden; color: var(--navy-950); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.mobile-search-product small { display: block; margin-top: 3px; color: var(--orange-600); font-weight: 700; }
.mobile-search-product button { width: 34px; height: 34px; border: 0; border-radius: 4px; background: var(--navy-950); color: white; }
body.search-modal-open { overflow: hidden; }

.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 4px; font-size: 12px; font-weight: 700; text-transform: uppercase; transition: .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy-950); color: white; box-shadow: 0 7px 16px rgba(15,23,43,.2); }
.btn-primary:hover { background: var(--navy-900); }
.btn-accent { background: var(--orange-500); color: var(--navy-950); box-shadow: 0 7px 18px rgba(254,110,0,.25); }
.btn-accent:hover { background: var(--orange-600); color: white; }
.btn-outline { border-color: var(--navy-950); background: transparent; color: var(--navy-950); }
.btn-outline:hover { background: var(--navy-950); color: white; }
.btn-white { background: white; color: var(--navy-950); }
.btn-block { width: 100%; }
.icon-btn { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: white; color: var(--navy-950); }
.icon-btn:hover, .icon-btn.active { border-color: var(--orange-500); background: var(--orange-50); color: var(--orange-600); }

.hero { position: relative; width: min(calc(100% - 32px), var(--container)); height: clamp(320px, 32vw, 500px); margin-inline: auto; overflow: hidden; background: var(--navy-950); }
.hero-slide { position: relative; display: block; height: 100%; overflow: hidden; }
.hero-bg { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-meta { position: absolute; z-index: 3; right: 24px; bottom: 30px; display: flex; align-items: center; gap: 12px; color: white; font-size: 12px; font-weight: 700; }
.hero-dots { position: static; display: flex; width: auto !important; gap: 7px; }
.hero-dot { display: block; width: 24px; height: 3px; margin: 0 !important; border: 0; border-radius: 0; background: rgba(255,255,255,.42); opacity: 1; }
.hero-dot.active { width: 24px; background: var(--orange-500); }

.benefit-strip { position: relative; z-index: 5; margin-top: -1px; border-bottom: 1px solid var(--border); background: white; }
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit { display: flex; min-height: 98px; align-items: center; gap: 14px; padding: 20px 24px; border-right: 1px solid var(--border); }
.benefit:last-child { border-right: 0; }
.benefit i { color: var(--orange-600); font-size: 24px; }
.benefit strong { display: block; color: var(--navy-950); font-size: 13px; }
.benefit span { color: var(--text-secondary); font-size: 11px; }

.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.category-tile { position: relative; min-height: 190px; overflow: hidden; background: var(--navy-950);border-radius: 6px; }
.category-tile img { width: 100%; height: 190px; object-fit: cover; opacity: .72; transition: .35s ease; }
.category-tile::after { position: absolute; inset: 35% 0 0; content: ""; background: linear-gradient(transparent, rgba(15,23,43,.92)); }
.category-tile span { position: absolute; z-index: 2; right: 12px; bottom: 12px; left: 12px; color: white; font-family: "Teko", sans-serif; font-size: 25px; line-height: 1; text-transform: uppercase; }
.category-tile small { display: block; margin-top: 4px; color: var(--orange-500); font-family: Montserrat, sans-serif; font-size: 9px; font-weight: 700; }
.category-tile:hover img { transform: scale(1.06); opacity: .9; }

.tabs { display: flex; gap: 4px; padding: 4px; background: var(--surface-subtle); }
.tab { min-height: 40px; padding: 0 18px; border: 0; background: transparent; color: var(--text-secondary); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.tab.active { background: var(--navy-950); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-items: center; gap: 24px; }
.related-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-product-panel { display: none; }
.home-product-panel.active { display: grid; }
.products-page { --container: 2200px; }
.catalog-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; justify-items: stretch; }
.catalog-product-grid .product-card { max-width: none; }

@media (min-width: 1600px) {
  .catalog-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 2200px) {
  .catalog-product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
.product-card { position: relative; width: 100%; max-width: 280px; min-width: 0; overflow: hidden; padding: 14px; border: 1px solid var(--border); border-radius: 14px; background: white; box-shadow: 0 8px 20px rgba(15, 23, 42, .06); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.product-card:hover { transform: translateY(-5px); border-color: #cbd5e1; box-shadow: 0 16px 30px rgba(15, 23, 43, .12); }
.product-media { position: relative; display: block; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 9px; background: var(--surface-subtle); }
.product-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; }
.product-card:hover .product-media img { transform: scale(1.045); }
.product-badge { position: absolute; z-index: 10; top: 6px; left: 6px; padding: 8px 12px; border-radius: 4px; background: #0f172a; color: white; font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 700; line-height: 1; text-transform: uppercase; box-shadow: 0 4px 10px rgba(15, 23, 42, .12); }
.product-badge.sale { background: var(--orange-500); color: var(--navy-950); }
.product-card .wishlist { position: absolute; z-index: 5; top: 12px; right: 12px; width: 34px; height: 34px; border: 0; background: rgba(255,255,255,.92); color: #0f172a; font-size: 16px; }
.product-card .wishlist:hover, .product-card .wishlist.active { background: #0f172a; color: var(--orange-500); transform: scale(1.1); }
.product-body { display: flex; min-height: 145px; flex: 1; flex-direction: column; padding: 14px 0 0; }
.product-brand { min-height: 17px; overflow: hidden; margin-bottom: 3px; color: #64748b; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.product-title { overflow: hidden; margin-bottom: 7px; color: #0f172a; font-family: "Teko", sans-serif; font-size: 18px; letter-spacing: 0; line-height: 1.05; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.product-title a:hover { color: var(--orange-600); }
.rating-row { display: flex; align-items: center; gap: 5px; overflow: hidden; margin-bottom: 10px; color: #64748b; font-size: 11px; white-space: nowrap; }
.stars { display: inline-flex; align-items: center; color: #f59e0b; line-height: 1; }
.stock { display: none; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--border); }
.old-price { display: block; margin-bottom: 4px; color: #64748b; font-size: 12px; line-height: 1; text-decoration: line-through; }
.price { color: #0f172a; font-family: "Teko", sans-serif; font-size: 24px; font-weight: 600; line-height: 1; }
.quick-add { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 12px; border: 0; border-radius: 4px; background: #0f172a; color: white; font-family: "Montserrat", sans-serif; font-size: 10px; font-weight: 700; text-transform: uppercase; white-space: nowrap; box-shadow: 0 5px 15px rgba(0,0,0,.15); transition: all .3s ease; }
.quick-add::after { content: "Add to Cart"; }
.quick-add:hover { transform: scale(1.05); background: #0055ff; color: white; box-shadow: 0 5px 20px rgba(0,85,255,.3); }

.section.campaign-section { padding: 0; }
.campaign-section > .campaign { width: 100%; max-width: none; margin: 0; }
.campaign { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); min-height: 420px; background: var(--navy-950); color: white; }
.campaign-media { position: relative; overflow: hidden; }
.campaign-media img { width: 100%; height: 100%; object-fit: cover; }
.campaign-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 55%, var(--navy-950)); }
.campaign-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 46px; }
.campaign-copy h2 { margin: 0 0 14px; color: white; font-size: 56px; text-transform: uppercase; }
.campaign-copy p { color: #cbd5e1; }
.countdown { display: flex; gap: 9px; margin: 12px 0 28px; }
.time-box { min-width: 62px; padding: 10px 8px; border: 1px solid #334155; text-align: center; }
.time-box b { display: block; color: var(--orange-500); font-family: "Teko", sans-serif; font-size: 30px; line-height: 1; }
.time-box span { color: #94a3b8; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.brand-row { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--border); }
.brand-item { display: grid; min-height: 92px; place-items: center; border-right: 1px solid var(--border); color: var(--text-secondary); font-family: "Teko", sans-serif; font-size: 25px; font-weight: 600; text-transform: uppercase; }
.brand-item:last-child { border: 0; }
.brand-item:hover { background: var(--orange-50); color: var(--navy-950); }
.brands-directory { background: var(--surface-subtle); }
.brand-alphabet { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; padding: 14px 18px; border: 1px solid var(--border); background: white; }
.brand-alphabet a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--border); color: var(--navy-950); font-size: 12px; font-weight: 700; }
.brand-alphabet a:first-child, .brand-alphabet a:hover { border-color: var(--orange-500); background: var(--orange-500); color: var(--navy-950); }
.brand-group { scroll-margin-top: 120px; margin-bottom: 28px; }
.brand-group-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; padding: 12px 18px; background: #f1f3f6; }
.brand-group-heading h2 { margin: 0; color: var(--navy-950); font-family: "Teko", sans-serif; font-size: 28px; line-height: 1; }
.brand-group-heading span { color: var(--text-muted); font-size: 11px; font-weight: 600; }
.brand-card-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.brand-directory-card { display: grid; min-height: 150px; place-items: center; align-content: center; gap: 18px; padding: 18px 12px; border: 1px solid var(--border); border-radius: 14px; background: white; color: var(--navy-950); text-align: center; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.brand-directory-card strong { display: grid; min-width: 72px; min-height: 46px; place-items: center; padding: 6px 10px; border: 1px solid #dbe3ec; color: var(--navy-950); font-family: "Teko", sans-serif; font-size: 30px; line-height: 1; letter-spacing: .5px; }
.brand-directory-card span { color: var(--text-secondary); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.brand-directory-card:hover { border-color: var(--orange-500); box-shadow: 0 8px 20px rgba(15, 23, 42, .08); transform: translateY(-2px); }
.brands-page > #main { display: none; }
.brands-main { display: block; }
.commerce-page > #main { display: none; }
.commerce-main { display: block; background: var(--surface-subtle); }
.commerce-section { padding: 32px 0 64px; }
.commerce-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 24px; }
.commerce-layout > *, .checkout-layout > *, .checkout-fields, .checkout-card, .success-card { min-width: 0; }
.cart-items-panel, .order-summary, .checkout-card { border: 1px solid var(--border); background: white; }
.cart-page .cart-items-panel, .cart-page .order-summary, .checkout-page .checkout-card, .checkout-page .order-summary { border-radius: 5px; }
.commerce-panel-head { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; border-bottom: 1px solid var(--border); }
.commerce-panel-head h2, .order-summary h2, .checkout-card h2 { margin: 0; font: 700 17px/1.25 Montserrat, sans-serif; }
.commerce-panel-head h2 span { margin-left: 6px; color: var(--text-muted); font-size: 11px; font-weight: 600; }
.commerce-panel-head a { color: var(--orange-600); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.cart-line { position: relative; display: grid; grid-template-columns: 112px minmax(0, 1fr) 116px 96px; align-items: center; gap: 18px; padding: 20px; border-bottom: 1px solid var(--border); }
.cart-line[hidden] { display: none !important; }
.cart-line > img { width: 112px; height: 112px; border-radius: 6px; background: #f5f6f8; object-fit: cover; }
.cart-line-info p { margin: 0 0 5px; color: var(--text-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.cart-line-info h3 { margin: 0 0 8px; font: 600 14px/1.35 Montserrat, sans-serif; }
.cart-line-info > span { display: block; color: var(--text-secondary); font-size: 10px; }
.cart-line-info [data-cart-remove] { position: absolute; top: 16px; right: 16px; display: grid; width: 34px; height: 34px; margin: 0; padding: 0; place-items: center; overflow: hidden; border: 1px solid var(--border); border-radius: 50%; background: white; color: var(--text-secondary); font-size: 0; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.cart-line-info [data-cart-remove] i { display: none; }
.cart-line-info [data-cart-remove]::before { content: "\00d7"; font: 500 22px/1 Montserrat, sans-serif; }
.cart-line-info [data-cart-remove]:hover { border-color: #fecaca; background: #fff1f2; color: var(--danger); }
.cart-line-info [data-cart-remove]:focus-visible { outline: 3px solid rgba(255, 107, 0, .2); outline-offset: 2px; }
.cart-line > strong { color: var(--navy-950); font: 700 25px/1 Teko, sans-serif; text-align: right; }
.commerce-quantity { display: grid; grid-template-columns: 36px 42px 36px; height: 40px; border: 1px solid var(--border); }
.commerce-quantity button { border: 0; background: white; color: var(--navy-950); font-size: 17px; }
.commerce-quantity input { width: 42px; border: 0; border-right: 1px solid var(--border); border-left: 1px solid var(--border); color: var(--navy-950); font-size: 11px; font-weight: 700; text-align: center; appearance: textfield; }
.commerce-quantity input::-webkit-inner-spin-button { appearance: none; }
.cart-empty-state { display: none; padding: 64px 20px; text-align: center; }
.cart-empty-state i { color: var(--orange-500); font-size: 36px; }
.cart-empty-state h2 { margin: 14px 0 5px; font-size: 18px; }
.cart-empty-state p { margin: 0 0 20px; color: var(--text-secondary); font-size: 11px; }
.cart-items-panel.empty .cart-empty-state { display: block; }
.order-summary { position: sticky; top: calc(var(--site-header-height, 104px) + 16px); padding: 20px; }
.order-summary > h2 { padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.coupon-form { display: grid; grid-template-columns: minmax(0, 1fr) 76px; margin: 18px 0; }
.coupon-form input { min-width: 0; height: 44px; padding: 0 12px; border: 1px solid var(--border); font-size: 13px; }
.coupon-form button { border: 0; background: var(--navy-950); color: white; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.cart-page .coupon-form input:focus { border-color: var(--border); outline: 0; box-shadow: none; }
.cart-page .order-summary dl > div:not(.summary-total) { font-size: 16px; }
.order-summary dl { margin: 0 0 20px; }
.order-summary dl > div { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; color: var(--text-secondary); font-size: 11px; }
.order-summary dt, .order-summary dd { margin: 0; }
.order-summary .summary-total { margin-top: 8px; padding-top: 16px; border-top: 1px solid var(--border); color: var(--navy-950); font-size: 14px; font-weight: 700; }
.order-summary .summary-total dd { font: 700 27px/1 Teko, sans-serif; }
.secure-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 13px 0 0; color: var(--text-muted); font-size: 9px; text-align: center; }
.checkout-steps { display: grid; max-width: 680px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto 28px; overflow: hidden; }
.checkout-steps span { position: relative; display: flex; min-width: 0; align-items: center; justify-content: center; gap: 7px; color: var(--text-muted); font-size: 10px; font-weight: 700; overflow-wrap: anywhere; text-align: center; text-transform: uppercase; }
.checkout-steps span::after { position: absolute; top: 50%; left: calc(50% + 48px); width: calc(100% - 96px); height: 1px; background: var(--border); content: ""; }
.checkout-steps span:last-child::after { display: none; }
.checkout-steps .done, .checkout-steps .active { color: var(--orange-600); }
.checkout-fields { display: grid; gap: 18px; }
.checkout-card { padding: 22px; }
.checkout-card-title { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
.checkout-card-title > span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; background: var(--navy-950); color: white; font-size: 11px; font-weight: 700; }
.checkout-card-title p { margin: 4px 0 0; color: var(--text-secondary); font-size: 11px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid label { display: grid; min-width: 0; gap: 8px; color: var(--navy-950); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.form-grid label.full { grid-column: 1 / -1; }
.delivery-address-grid { grid-template-areas: "district upazila" "street street" "note note"; }
.delivery-address-grid .district-field { grid-area: district; }
.delivery-address-grid .upazila-field { grid-area: upazila; }
.delivery-address-grid .street-field { grid-area: street; }
.delivery-address-grid .delivery-note-field { grid-area: note; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 0 14px; border: 1px solid var(--border); border-radius: 0; background: white; color: var(--text-primary); font: 400 13px/1.5 Montserrat, sans-serif; text-transform: none; }
.form-grid input, .form-grid select { height: 48px; }
.form-grid textarea { padding-block: 12px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange-500); outline: 0; }
.shipping-options, .payment-options { display: grid; gap: 10px; margin-top: 18px; }
.shipping-options label, .payment-options label { display: grid; grid-template-columns: 18px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 13px; border: 1px solid var(--border); cursor: pointer; }
.payment-options label { grid-template-columns: 18px minmax(0, 1fr); }
.shipping-options input, .payment-options input { accent-color: var(--orange-500); }
.shipping-options label > span, .payment-options label > span { display: grid; grid-template-columns: 24px 1fr; align-items: center; column-gap: 8px; }
.shipping-options i { grid-row: 1 / 3; color: var(--orange-600); }
.checkout-page .payment-options i { display: none !important; }
.shipping-options b, .payment-options b { font-size: 12px; }
.shipping-options small, .payment-options small { color: var(--text-secondary); font-size: 10px; }
.shipping-options strong { font-size: 11px; }
.payment-options label { min-height: 74px; grid-template-columns: 22px minmax(0, 1fr); gap: 14px; padding: 16px 18px; border-color: #dce2ea; background: #fff; transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.payment-options label:hover { border-color: #aab4c3; transform: translateY(-1px); }
.payment-options label:has(input:checked) { border-color: var(--navy-950); background: #fffaf5; box-shadow: 0 8px 22px rgba(15, 23, 42, .08); }
.payment-options input[type="radio"] { display: grid; width: 22px; height: 22px; margin: 0; appearance: none; place-content: center; border: 2px solid #9aa6b7; border-radius: 50%; background: white; cursor: pointer; }
.payment-options input[type="radio"]::before { width: 10px; height: 10px; border-radius: 50%; background: var(--orange-600); content: ""; transform: scale(0); transition: transform .16s ease; }
.payment-options input[type="radio"]:checked { border-color: var(--orange-600); }
.payment-options input[type="radio"]:checked::before { transform: scale(1); }
.payment-options input[type="radio"]:focus-visible { outline: 3px solid rgba(255, 107, 0, .22); outline-offset: 3px; }
.payment-options label > span { display: grid; grid-template-columns: 1fr; gap: 4px; }
.payment-options b { color: var(--navy-950); font-size: 13px; letter-spacing: 0; }
.payment-options small { font-size: 11px; line-height: 1.45; }
.checkout-summary { position: sticky; top: calc(var(--site-header-height, 104px) + 16px); }
.checkout-summary .coupon-form input:focus { border-color: var(--border); outline: 0; box-shadow: none; }
.checkout-summary dl > div:not(.summary-total) { font-size: 16px; }
.checkout-product { position: relative; display: grid; min-height: 128px; grid-template-columns: 58px minmax(0, 1fr); align-items: start; gap: 10px; padding: 14px 36px 56px 0; border-bottom: 1px solid var(--border); }
.checkout-product[hidden] { display: none !important; }
.checkout-product img { width: 58px; height: 58px; align-self: start; border-radius: 4px; object-fit: cover; }
.checkout-product-info { min-width: 0; }
.checkout-product h3 { margin: 0 0 4px; font: 700 14px/1.35 Montserrat, sans-serif; }
.checkout-product span { color: var(--text-secondary); font-size: 14px; line-height: 1.4; }
.checkout-product strong { position: absolute; right: 0; bottom: 22px; font-size: 14px; }
.checkout-quantity { position: absolute; bottom: 14px; left: 0; width: 92px; height: 32px; grid-template-columns: 30px 30px 30px; margin: 0; }
.checkout-quantity button { font-size: 14px; }
.checkout-quantity input { width: 30px; font-size: 14px; }
.checkout-product-remove { position: absolute; top: 12px; right: 0; display: grid; width: 28px; height: 28px; padding: 0; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: white; color: var(--text-secondary); font-size: 12px; cursor: pointer; }
.checkout-product-remove:hover { border-color: #fecaca; background: #fff1f2; color: var(--danger); }
.checkout-empty-message { margin: 16px 0 0; padding: 18px 10px; border-bottom: 1px solid var(--border); color: var(--text-secondary); font-size: 12px; text-align: center; }
.success-section { min-height: 0; padding: 30px 0 42px; background: var(--surface-subtle); }
.success-card { max-width: 760px; margin: auto; padding: 28px; border: 1px solid var(--border); border-radius: 5px; background: white; text-align: center; }
.success-icon { display: grid; width: 52px; height: 52px; margin: 0 auto 12px; place-items: center; border-radius: 50%; background: #dcfce7; color: var(--success); font-size: 21px; }
.success-card h1 { margin: 2px 0 7px; color: var(--navy-950); font: 600 38px/1 Teko, sans-serif; text-transform: uppercase; }
.success-copy { max-width: 510px; margin: auto; color: var(--text-secondary); font-size: 11px; line-height: 1.7; }
.order-reference { display: inline-flex; align-items: center; gap: 10px; margin: 15px 0 20px; padding: 8px 14px; border-radius: 5px; background: var(--surface-subtle); }
.order-reference span { color: var(--text-secondary); font-size: 9px; text-transform: uppercase; }
.order-reference strong { font-size: 12px; }
.order-progress { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 20px; }
.order-progress::before { position: absolute; top: 16px; right: 12.5%; left: 12.5%; height: 2px; background: var(--border); content: ""; }
.order-progress > div { position: relative; z-index: 1; display: grid; min-width: 0; justify-items: center; gap: 6px; }
.order-progress span { display: grid; width: 32px; height: 32px; place-items: center; border: 2px solid var(--border); border-radius: 50%; background: white; color: var(--text-muted); font-size: 10px; }
.order-progress .active span { border-color: var(--success); background: var(--success); color: white; }
.order-progress b { font-size: 9px; text-transform: uppercase; }
.success-details { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--border); border-radius: 5px; text-align: left; }
.success-details > div { display: flex; align-items: center; gap: 10px; min-height: 62px; padding: 11px 14px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.success-details > div:nth-child(2n) { border-right: 0; }
.success-details > div:nth-last-child(-n+2) { border-bottom: 0; }
.success-details i { width: 24px; color: var(--orange-600); text-align: center; }
.success-details span { display: grid; gap: 4px; }
.success-details small { color: var(--text-muted); font-size: 8px; text-transform: uppercase; }
.success-details b { font-size: 10px; }
.success-actions { display: flex; justify-content: center; gap: 9px; margin-top: 18px; }
.success-help { margin: 12px 0 0; color: var(--text-secondary); font-size: 9px; }
.success-help a { color: var(--orange-600); font-weight: 700; }
.utility-section { min-height: 520px; padding: 32px 0 52px; background: var(--surface-subtle); }
.utility-heading { margin-bottom: 20px; }
.utility-heading p { margin: 0 0 3px; color: var(--orange-600); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.utility-heading h1 { margin: 0; color: var(--navy-950); font: 600 38px/1 Teko, sans-serif; text-transform: uppercase; }
.utility-heading > span, .utility-heading > div > span { color: var(--text-secondary); font-size: 12px; }
.utility-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.utility-card { min-width: 0; border: 1px solid var(--border); border-radius: 5px; background: white; }
.track-layout { display: grid; grid-template-columns: minmax(280px, 360px) minmax(0, 1fr); gap: 20px; align-items: start; }
.track-form { display: grid; gap: 15px; padding: 22px; }
.utility-card-head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.utility-card-head > span { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 50%; background: var(--orange-50); color: var(--orange-600); }
.utility-card-head h2, .track-result h2, .account-form h2 { margin: 0; font: 700 17px/1.3 Montserrat, sans-serif; }
.utility-card-head p, .account-form > p { margin: 3px 0 0; color: var(--text-secondary); font-size: 11px; line-height: 1.5; }
.track-form > label, .account-form > label { display: grid; gap: 7px; color: var(--navy-950); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.track-form input, .account-form input:not([type="checkbox"]) { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--border); border-radius: 4px; color: var(--text-primary); font: 400 13px/1.5 Montserrat, sans-serif; }
.track-form input:focus, .account-form input:focus { border-color: var(--orange-500); outline: 0; }
.track-form > small { color: var(--text-muted); font-size: 9px; line-height: 1.5; text-align: center; }
.track-result { padding: 22px; }
.track-result.flash { animation: result-flash .45s ease; }
@keyframes result-flash { 50% { border-color: var(--orange-500); box-shadow: 0 0 0 4px rgba(255, 107, 0, .1); } }
.track-result-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.track-result-head > div > span { color: var(--orange-600); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.track-result-head p { margin: 4px 0 0; color: var(--text-secondary); font-size: 11px; }
.status-badge { padding: 7px 10px; border-radius: 4px; background: #dcfce7; color: #15803d; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.track-progress { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 24px 0; }
.track-progress::before { position: absolute; top: 17px; right: 12.5%; left: 12.5%; height: 2px; background: var(--border); content: ""; }
.track-progress > div { position: relative; z-index: 1; display: grid; min-width: 0; justify-items: center; gap: 5px; text-align: center; }
.track-progress > div > span { display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid var(--border); border-radius: 50%; background: white; color: var(--text-muted); font-size: 10px; }
.track-progress .done > span, .track-progress .active > span { border-color: var(--orange-500); }
.track-progress .done > span { background: var(--orange-500); color: white; }
.track-progress .active > span { color: var(--orange-600); }
.track-progress b { font-size: 9px; text-transform: uppercase; }
.track-progress small { color: var(--text-muted); font-size: 8px; }
.track-meta { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--border); border-radius: 5px; }
.track-meta > div { display: grid; gap: 4px; min-height: 62px; padding: 12px 14px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.track-meta > div:nth-child(2n) { border-right: 0; }
.track-meta > div:nth-last-child(-n+2) { border-bottom: 0; }
.track-meta span { color: var(--text-muted); font-size: 8px; text-transform: uppercase; }
.track-meta strong { font-size: 11px; }
.wishlist-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.wishlist-grid .product-card { max-width: none; }
.wishlist-card { position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: 5px; background: white; }
.wishlist-card[hidden] { display: none !important; }
.wishlist-media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #f3f4f6; }
.wishlist-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.wishlist-card:hover .wishlist-media img { transform: scale(1.025); }
.wishlist-remove { position: absolute; top: 12px; right: 12px; display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: rgba(255,255,255,.96); color: var(--navy-950); }
.wishlist-remove:hover { border-color: #fecaca; color: var(--danger); }
.wishlist-body { padding: 16px; }
.wishlist-body > span { color: var(--text-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.wishlist-body h2 { min-height: 38px; margin: 5px 0 8px; font: 700 14px/1.35 Montserrat, sans-serif; }
.wishlist-body p { margin: 0 0 15px; color: var(--text-secondary); font-size: 10px; }
.wishlist-body p i { color: #f59e0b; }
.wishlist-body > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid var(--border); }
.wishlist-body strong { color: var(--navy-950); font: 700 24px/1 Teko, sans-serif; }
.wishlist-body .btn { min-height: 40px; padding: 0 13px; font-size: 9px; }
.wishlist-empty { padding: 70px 20px; border: 1px solid var(--border); border-radius: 5px; background: white; text-align: center; }
.wishlist-empty i { color: var(--orange-500); font-size: 36px; }
.wishlist-empty h2 { margin: 12px 0 5px; font-size: 18px; }
.wishlist-empty p { margin: 0 0 18px; color: var(--text-secondary); font-size: 11px; }
.account-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: 20px; align-items: start; }
.account-auth { overflow: hidden; }
.account-tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border); }
.account-tabs button { min-height: 52px; border: 0; border-bottom: 3px solid transparent; background: white; color: var(--text-secondary); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.account-tabs button.active { border-bottom-color: var(--orange-500); color: var(--navy-950); }
.account-form { display: none; gap: 15px; padding: 24px; }
.account-form.active { display: grid; }
.password-field { position: relative; display: block; }
.password-field input { padding-right: 46px !important; }
.password-field button { position: absolute; top: 0; right: 0; display: grid; width: 44px; height: 48px; padding: 0; place-items: center; border: 0; background: transparent; color: var(--text-secondary); }
.account-form-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.account-check { display: flex !important; align-items: center; grid-template-columns: auto 1fr; gap: 8px !important; color: var(--text-secondary) !important; font-size: 10px !important; font-weight: 600 !important; text-transform: none !important; }
.account-check input { width: 16px; height: 16px; accent-color: var(--orange-500); }
.account-form-row a { color: var(--orange-600); font-size: 10px; font-weight: 700; }
.account-benefits { overflow: hidden; border: 1px solid var(--border); border-radius: 5px; background: white; }
.account-benefits > div { display: flex; align-items: center; gap: 13px; min-height: 82px; padding: 15px 18px; border-bottom: 1px solid var(--border); }
.account-benefits > div > i { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: var(--orange-50); color: var(--orange-600); }
.account-benefits span { display: grid; gap: 4px; }
.account-benefits b { font-size: 12px; }
.account-benefits small { color: var(--text-secondary); font-size: 10px; line-height: 1.5; }
.account-benefits .account-help { display: grid; min-height: 70px; gap: 4px; border-bottom: 0; background: var(--navy-950); color: white; }
.account-help span { font-size: 9px; text-transform: uppercase; }
.account-help a { color: var(--orange-400); font-size: 14px; font-weight: 700; }

.customer-profile-section { padding: 24px 0 38px; background: var(--surface-subtle); }
.customer-profile-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.customer-profile-heading p { margin: 0 0 2px; color: var(--orange-600); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.customer-profile-heading h1 { margin: 0; color: var(--navy-950); font: 600 38px/1 Teko, sans-serif; text-transform: uppercase; }
.customer-profile-heading span { color: var(--text-secondary); font-size: 13px; }
.customer-profile-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 18px; align-items: start; }
.profile-sidebar, .profile-panel, .profile-stats > * { border: 1px solid var(--border); border-radius: 5px; background: white; }
.profile-sidebar { overflow: hidden; }
.profile-identity { display: flex; align-items: center; gap: 12px; padding: 18px; border-bottom: 1px solid var(--border); }
.profile-avatar { display: grid; width: 54px; height: 54px; flex: 0 0 54px; place-items: center; border-radius: 50%; background: var(--navy-950); color: white; font-size: 17px; font-weight: 700; }
.profile-identity h2 { margin: 0; font-size: 15px; }
.profile-identity p { margin: 4px 0; color: var(--text-secondary); font-size: 12px; }
.profile-identity small { color: var(--success); font-size: 9px; font-weight: 700; }
.profile-menu { display: grid; padding: 8px; }
.profile-menu a, .profile-menu button { display: grid; min-height: 44px; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; padding: 0 10px; border: 0; border-radius: 4px; background: transparent; color: var(--text-secondary); font: 600 11px/1.3 Montserrat, sans-serif; text-align: left; }
.profile-menu a:hover, .profile-menu button:hover, .profile-menu a.active, .profile-menu button.active { background: var(--orange-50); color: var(--navy-950); }
.profile-menu a.active, .profile-menu button.active { box-shadow: inset 3px 0 var(--orange-500); }
.profile-menu i { color: var(--orange-600); text-align: center; }
.profile-menu b { display: grid; min-width: 20px; height: 20px; place-items: center; border-radius: 10px; background: var(--navy-950); color: white; font-size: 9px; }
.profile-menu button { width: 100%; cursor: pointer; }
.profile-support { display: grid; gap: 4px; padding: 14px 18px; background: var(--navy-950); color: white; }
.profile-support span { font-size: 9px; text-transform: uppercase; }
.profile-support a { color: var(--orange-400); font-size: 13px; font-weight: 700; }
.profile-content { display: grid; min-width: 0; gap: 16px; }
.profile-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.profile-stats > * { display: flex; min-height: 82px; align-items: center; gap: 12px; padding: 14px; }
.profile-stats > * > i { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: var(--orange-50); color: var(--orange-600); }
.profile-stats span { display: grid; gap: 2px; }
.profile-stats strong { color: var(--navy-950); font-size: 18px; }
.profile-stats small { color: var(--text-secondary); font-size: 10px; }
.profile-panel { overflow: hidden; padding: 18px; }
.profile-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.profile-panel-head h2 { margin: 0; font-size: 17px; }
.profile-panel-head p { margin: 3px 0 0; color: var(--text-secondary); font-size: 11px; }
.profile-panel-head > a { color: var(--orange-600); font-size: 10px; font-weight: 700; }
.profile-panel-head .btn { min-height: 40px; }
.profile-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.profile-form-grid label { display: grid; gap: 7px; color: var(--navy-950); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.profile-form-grid input, .profile-form-grid select { width: 100%; height: 46px; padding: 0 12px; border: 1px solid var(--border); border-radius: 5px; background: white; color: var(--text-primary); font: 400 13px/1.5 Montserrat, sans-serif; }
.profile-form-grid input:focus, .profile-form-grid select:focus { border-color: var(--orange-500); outline: 0; }
.profile-form-grid .profile-full { grid-column: 1 / -1; }
.recent-orders { padding-bottom: 4px; }
.profile-order { position: relative; display: grid; min-height: 76px; grid-template-columns: minmax(0, 1fr) 90px 90px 28px; align-items: center; gap: 12px; border-bottom: 1px solid var(--border); }
.profile-order:last-child { border-bottom: 0; }
.profile-order-main { display: flex; min-width: 0; align-items: center; gap: 11px; }
.profile-order-icon { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 5px; background: var(--surface-subtle); color: var(--orange-600); font-size: 11px; }
.profile-order-main small { color: var(--text-muted); font-size: 8px; text-transform: uppercase; }
.profile-order-main h3 { margin: 3px 0; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.profile-order-main p { margin: 0; color: var(--text-secondary); font-size: 9px; }
.profile-order-status { justify-self: start; padding: 6px 8px; border-radius: 4px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.profile-order-status.shipped { background: #fff7ed; color: #c2410c; }
.profile-order-status.delivered { background: #dcfce7; color: #15803d; }
.profile-order > strong { font-size: 13px; text-align: right; }
.profile-order > a, .profile-order > button { display: grid; width: 28px; height: 28px; padding: 0; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: white; color: var(--navy-950); font-size: 9px; }
.profile-order > button[aria-expanded="true"] { border-color: var(--orange-500); color: var(--orange-600); }
.profile-order-details[hidden] { display: none !important; }
.profile-order-details { padding: 14px; border-bottom: 1px solid var(--border); background: var(--surface-subtle); }
.ordered-product { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 12px; }
.ordered-product img { width: 58px; height: 58px; border-radius: 5px; object-fit: cover; }
.ordered-product small { color: var(--text-muted); font-size: 8px; text-transform: uppercase; }
.ordered-product h4 { margin: 3px 0; font-size: 12px; }
.ordered-product p { margin: 0; color: var(--text-secondary); font-size: 10px; }
.ordered-product > strong { font-size: 13px; }
.wholesale-order-products { overflow: hidden; border: 1px solid var(--border); border-radius: 5px; background: white; }
.wholesale-order-products .ordered-product { min-height: 78px; padding: 10px; border-bottom: 1px solid var(--border); }
.wholesale-order-products .ordered-product:last-child { border-bottom: 0; }
.order-detail-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.order-detail-meta > span { display: grid; gap: 3px; padding: 9px 10px; border: 1px solid var(--border); border-radius: 5px; background: white; }
.order-detail-meta small { color: var(--text-muted); font-size: 8px; text-transform: uppercase; }
.order-detail-meta b { font-size: 10px; }
.order-detail-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 12px; }
.order-detail-actions .btn { min-height: 38px; }
.order-detail-actions .danger { border-color: #fecaca; color: var(--danger); }
.order-detail-actions .danger:hover { background: #fff1f2; }
.order-detail-actions button:disabled { cursor: default; opacity: .65; }
.profile-content > [data-profile-panel][hidden] { display: none !important; }
.profile-saved-item { display: grid; min-height: 86px; grid-template-columns: 62px minmax(0, 1fr) 30px; align-items: center; gap: 12px; border-bottom: 1px solid var(--border); }
.profile-saved-item:last-child { border-bottom: 0; }
.profile-saved-item img { width: 62px; height: 62px; border-radius: 5px; object-fit: cover; }
.profile-saved-item small { color: var(--text-muted); font-size: 9px; text-transform: uppercase; }
.profile-saved-item h3 { margin: 3px 0 5px; font-size: 13px; }
.profile-saved-item strong { font-size: 14px; }
.profile-saved-item > a { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--border); border-radius: 50%; font-size: 9px; }
.profile-tracking-panel > form { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 10px; }
.profile-tracking-panel label { display: grid; gap: 7px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.profile-tracking-panel input { width: 100%; height: 46px; padding: 0 12px; border: 1px solid var(--border); border-radius: 5px; font: 400 13px/1.5 Montserrat, sans-serif; }
.profile-tracking-panel input:focus { border-color: var(--orange-500); outline: 0; }
.profile-track-result { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 14px; border: 1px solid var(--border); border-radius: 5px; background: var(--surface-subtle); }
.profile-track-result > i { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: #dcfce7; color: var(--success); }
.profile-track-result span { display: grid; flex: 1; gap: 3px; }
.profile-track-result small { color: var(--text-muted); font-size: 9px; text-transform: uppercase; }
.profile-track-result strong { font-size: 12px; }
.profile-track-result a { color: var(--orange-600); font-size: 10px; font-weight: 700; }

@media (max-width: 980px) {
  .customer-profile-layout { grid-template-columns: 1fr; }
  .profile-menu { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
  .profile-menu a, .profile-menu button { grid-template-columns: 24px minmax(0, 1fr) auto; }
}

@media (max-width: 560px) {
  .customer-profile-section { padding: 16px 0 24px; }
  .customer-profile-heading { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 14px; }
  .customer-profile-heading h1 { font-size: 32px; }
  .customer-profile-heading span { font-size: 12px; }
  .customer-profile-heading .btn { min-height: 38px; }
  .profile-identity { padding: 14px; }
  .profile-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-menu a, .profile-menu button { min-height: 42px; padding: 0 7px; font-size: 12px; }
  .profile-stats { gap: 7px; }
  .profile-stats > * { min-height: 76px; align-items: flex-start; flex-direction: column; gap: 6px; padding: 9px; }
  .profile-stats > * > i { width: 30px; height: 30px; flex-basis: 30px; }
  .profile-stats strong { font-size: 15px; }
  .profile-panel { padding: 14px; }
  .profile-panel-head { align-items: flex-start; margin-bottom: 14px; }
  .profile-panel-head p { font-size: 10px; }
  .profile-panel-head .btn { padding-inline: 10px; font-size: 9px; }
  .profile-form-grid { grid-template-columns: 1fr; gap: 11px; }
  .profile-form-grid .profile-full { grid-column: auto; }
  .profile-form-grid label { font-size: 12px; }
  .profile-form-grid input, .profile-form-grid select { height: 48px; font-size: 13px; }
  .recent-orders .profile-panel-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .profile-order { min-height: 104px; grid-template-columns: minmax(0, 1fr) auto; gap: 7px 10px; padding: 10px 0; }
  .profile-order-main { grid-column: 1 / -1; }
  .profile-order-status { grid-column: 1; }
  .profile-order > strong { grid-column: 2; grid-row: 2; }
  .profile-order > a, .profile-order > button { position: absolute; right: 14px; margin-top: -56px; }
  .profile-order-details { padding: 11px; }
  .ordered-product { grid-template-columns: 52px minmax(0, 1fr); gap: 9px; }
  .ordered-product img { width: 52px; height: 52px; }
  .ordered-product > strong { grid-column: 2; }
  .order-detail-meta { grid-template-columns: 1fr; gap: 7px; }
  .order-detail-actions { justify-content: stretch; }
  .order-detail-actions .btn { flex: 1; padding-inline: 8px; }
  .profile-saved-item { min-height: 82px; grid-template-columns: 54px minmax(0, 1fr) 28px; gap: 9px; }
  .profile-saved-item img { width: 54px; height: 54px; }
  .profile-tracking-panel > form { grid-template-columns: 1fr; }
  .profile-tracking-panel .btn { width: 100%; }
  .profile-track-result { align-items: flex-start; flex-wrap: wrap; }
  .profile-track-result a { width: 100%; padding-left: 50px; }
}

.track-order-page .utility-section { min-height: 0; padding: 20px 0 30px; }
.track-order-page .utility-heading { margin-bottom: 14px; }
.track-order-page .utility-heading p { font-size: 14px; }
.track-order-page .utility-heading h1 { font-size: 36px; }
.track-order-page .utility-heading > span { font-size: 14px; }
.track-order-page .track-layout { grid-template-columns: minmax(280px, 340px) minmax(0, 1fr); gap: 16px; }
.track-order-page .track-form,
.track-order-page .track-result { padding: 18px; }
.track-order-page .track-form { gap: 12px; }
.track-order-page .utility-card-head { padding-bottom: 12px; }
.track-order-page .utility-card-head h2,
.track-order-page .track-result h2 { font-size: 18px; }
.track-order-page .utility-card-head p,
.track-order-page .track-result-head p,
.track-order-page .track-form > small { font-size: 14px; }
.track-order-page .track-form > label { gap: 6px; font-size: 14px; }
.track-order-page .track-form input { height: 44px; font-size: 14px; }
.track-order-page .track-form .btn { min-height: 44px; font-size: 14px; }
.track-order-page .track-result-head { padding-bottom: 12px; }
.track-order-page .track-result-head > div > span,
.track-order-page .status-badge { font-size: 14px; }
.track-order-page .track-progress { margin: 16px 0; }
.track-order-page .track-progress > div > span { width: 36px; height: 36px; font-size: 14px; }
.track-order-page .track-progress b,
.track-order-page .track-progress small { font-size: 14px; }
.track-order-page .track-meta > div { min-height: 54px; padding: 9px 12px; }
.track-order-page .track-meta span,
.track-order-page .track-meta strong { font-size: 14px; }

@media (max-width: 980px) {
  .track-layout, .account-layout { grid-template-columns: 1fr; }
  .track-order-page .track-layout { grid-template-columns: 1fr; }
  .wishlist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .utility-section { padding: 18px 0 30px; }
  .utility-heading { margin-bottom: 14px; }
  .utility-heading h1 { font-size: 31px; }
  .utility-heading > span, .utility-heading > div > span { font-size: 11px; line-height: 1.5; }
  .utility-heading-row { align-items: start; flex-direction: column; gap: 10px; }
  .utility-heading-row .btn { min-height: 38px; }
  .track-form, .track-result { padding: 15px; }
  .track-form input, .account-form input:not([type="checkbox"]) { height: 50px; font-size: 14px; }
  .track-result-head { align-items: start; flex-direction: column; }
  .track-progress { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 20px 0; }
  .track-progress::before { display: none; }
  .track-progress > div { min-height: 88px; padding: 9px 4px; border: 1px solid var(--border); border-radius: 5px; }
  .track-progress b { font-size: 9px; }
  .track-progress small { font-size: 9px; }
  .track-meta { grid-template-columns: 1fr; }
  .track-meta > div { min-height: 56px; border-right: 0; border-bottom: 1px solid var(--border) !important; }
  .track-meta > div:last-child { border-bottom: 0 !important; }
  .track-order-page .utility-section { padding: 14px 0 24px; }
  .track-order-page .utility-heading h1 { font-size: 32px; }
  .track-order-page .track-form,
  .track-order-page .track-result { padding: 14px; }
  .track-order-page .track-progress > div { min-height: 98px; }
  .track-order-page .track-progress b,
  .track-order-page .track-progress small { font-size: 14px; }
  .wishlist-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .wishlist-remove { top: 8px; right: 8px; width: 30px; height: 30px; }
  .wishlist-body { padding: 10px; }
  .wishlist-body h2 { min-height: 34px; font-size: 12px; }
  .wishlist-body > div { align-items: stretch; flex-direction: column; }
  .wishlist-body strong { font-size: 22px; }
  .wishlist-body .btn { width: 100%; padding: 0 8px; }
  .account-form { padding: 17px 14px; }
  .account-tabs button { min-height: 48px; font-size: 10px; }
  .account-form-row { align-items: flex-start; flex-direction: column; }
  .account-benefits > div { min-height: 72px; padding: 12px 14px; }
}
.banner-section { padding: 20px 0; background: var(--surface-subtle); }
.banner-carousel { position: relative; }
.banner-viewport { overflow: hidden; touch-action: pan-y; }
.banner-track { display: flex; gap: 16px; padding: 2px; transition: transform .28s ease-out; will-change: transform; }
.banner-slide { min-width: calc((100% - 32px) / 3); flex: 0 0 calc((100% - 32px) / 3); aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--border); border-radius: 8px; background: white; }
.banner-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.banner-slide:hover img { transform: scale(1.035); }
.banner-nav { position: absolute; z-index: 2; top: 50%; display: grid; width: 38px; height: 38px; place-items: center; transform: translateY(-50%); border: 1px solid rgba(255, 255, 255, .75); border-radius: 50%; background: rgba(15, 23, 43, .84); color: white; }
.banner-nav:disabled { cursor: not-allowed; opacity: .35; }
.banner-prev { left: 10px; }
.banner-next { right: 10px; }
.banner-dots { display: flex; min-height: 34px; align-items: end; justify-content: center; gap: 7px; pointer-events: none; }
.banner-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #cbd5e1; transition: width .18s ease, border-radius .18s ease, background .18s ease; }
.banner-dot.active { width: 24px; border-radius: 6px; background: var(--orange-500); }
.review-heading { align-items: flex-start; }
.review-heading-aside { display: flex; max-width: 590px; align-items: center; gap: 22px; margin-left: auto; }
.review-heading-aside p { margin: 0; }
.carousel-arrows { display: flex; flex: 0 0 auto; gap: 8px; }
.review-carousel { position: relative; overflow: hidden; }
.review-viewport { overflow: hidden; touch-action: pan-y; }
.review-track { display: flex; gap: 22px; transition: transform .28s ease-out; will-change: transform; }
.review-card { display: flex; min-width: calc((100% - 44px) / 3); min-height: 232px; flex: 0 0 calc((100% - 44px) / 3); flex-direction: column; padding: 18px; border: 1px solid var(--border); border-radius: 8px; background: white; box-shadow: var(--shadow-sm); }
.review-card-top { display: flex; align-items: center; justify-content: space-between; }
.review-card-top > i { color: #e2e8f0; font-size: 22px; }
.review-card blockquote { min-height: 58px; margin: 12px 0 16px; color: var(--text-secondary); font-size: 12px; line-height: 1.65; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-author img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.review-author strong { display: block; }
.review-author small { color: var(--text-secondary); }
.verified-review { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 12px; color: var(--success); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.carousel-dots { display: flex; min-height: 34px; align-items: end; justify-content: center; gap: 7px; }
.carousel-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #cbd5e1; transition: width .18s ease, border-radius .18s ease, background .18s ease; }
.carousel-dot.active { width: 24px; border-radius: 6px; background: var(--orange-500); }
.carousel-arrows button:disabled { cursor: not-allowed; opacity: .35; }
.section.brand-section { padding: 0 0 20px; }
.section.combo-section { padding-bottom: 0; }
.combo-section .text-link { display: none; }
.product-details-page .section-heading .text-link { display: none; }
.product-details-page .section-heading { margin-bottom: 12px; }
.product-details-page .option-label a { display: none; }
.product-details-page .minor-actions button:last-child { display: none; }
.section.brand-section { padding-top: 28px; }
.section.review-section { padding-top: 20px; padding-bottom: 0; }
.section.newsletter-section { padding-top: 24px; }
.newsletter { display: grid; grid-template-columns: 1fr minmax(360px, .8fr); align-items: center; gap: 50px; overflow: hidden; padding: 46px; border-radius: 8px; background: var(--orange-500); }
.newsletter h2 { margin: 0; font-size: 44px; text-transform: uppercase; }
.newsletter p { margin: 4px 0 0; color: var(--navy-900); }
.newsletter-form { display: flex; overflow: hidden; border: 2px solid transparent; border-radius: 4px; background: white; transition: border-color .18s ease, box-shadow .18s ease; }
.newsletter-form:focus-within { border-color: var(--navy-950); box-shadow: 0 0 0 3px rgba(15, 23, 43, .2); }
.newsletter-form input { min-width: 0; flex: 1; height: 50px; padding: 0 16px; border: 0; background: white; color: var(--text-primary); outline: 0; }
.newsletter-form input::placeholder { color: #64748b; opacity: 1; }
.newsletter-form input:focus-visible { outline: 0; }
.newsletter-form button { min-width: 108px; padding: 0 18px; border: 0; background: var(--navy-950); color: white; font-size: 10px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.newsletter-form button:hover { background: var(--navy-900); }
.newsletter-form button:focus-visible { outline: 2px solid var(--orange-500); outline-offset: -4px; }

.page-hero { padding: 26px 0; background: var(--navy-950); color: white; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 7px; color: #94a3b8; font-size: 11px; }
.breadcrumbs a:hover { color: var(--orange-500); }
.page-hero h1 { margin: 0; color: white; font-size: 44px; text-transform: uppercase; }
.page-hero p { max-width: 580px; margin: 2px 0 0; overflow-wrap: anywhere; color: #cbd5e1; font-size: 13px; }
.listing { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 32px; padding: 42px 0 80px; }
.filters { align-self: start; border: 1px solid var(--border); background: white; }
.filter-actions { display: none; }
.filter-head { display: flex; align-items: center; justify-content: space-between; padding: 18px; border-bottom: 1px solid var(--border); }
.filter-head h2 { margin: 0; font-size: 26px; text-transform: uppercase; }
.clear-btn { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--orange-500); border-radius: 4px; background: white; color: var(--orange-600); font-size: 9px; font-weight: 700; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.clear-btn:hover { background: var(--orange-500); color: var(--navy-950); }
.filter-group { padding: 18px; border-bottom: 1px solid var(--border); }
.filter-group h3 { margin: 0 0 12px; font: 700 11px Montserrat, sans-serif; text-transform: uppercase; }
.check-row { display: flex; min-height: 34px; align-items: center; gap: 9px; color: var(--text-secondary); font-size: 12px; }
.check-row input { width: 19px; height: 19px; flex: 0 0 19px; margin: 0; accent-color: var(--orange-500); }
.check-row span:last-child { margin-left: auto; color: #94a3b8; font-size: 10px; }
.filter-check-group { padding-top: 0; padding-bottom: 0; }
.filter-group-toggle { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: space-between; padding: 0; border: 0; background: white; color: var(--text-primary); font-size: 14px; font-weight: 700; text-align: left; }
.filter-group-toggle i { color: var(--text-secondary); font-size: 11px; transition: transform .2s ease; }
.filter-check-group:not(.open) .filter-group-toggle i { transform: rotate(180deg); }
.filter-check-panel { display: none; padding: 2px 0 16px; }
.filter-check-group.open .filter-check-panel { display: block; }
.filter-check-panel .check-row { min-height: 40px; font-size: 12px; }
.filter-check-panel .check-row strong { margin-left: auto; color: var(--text-primary); font-size: 11px; }
.filter-check-panel:not(.show-all) .check-row:nth-of-type(n+6) { display: none; }
.filter-show-more { display: block; margin: 8px auto 0; padding: 2px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--text-primary); font-size: 0; line-height: 1.1; }
.filter-show-more::before { content: "+ Show more"; font-size: 11px; }
.filter-show-more[aria-expanded="true"]::before { content: "- Show less"; }
.filter-show-more:hover { color: var(--orange-600); }
.price-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.price-inputs input { min-width: 0; height: 38px; padding: 0 9px; border: 1px solid var(--border); }
.price-range-control { position: relative; height: 28px; margin: 2px 4px 12px; }
.price-range-rail { position: absolute; top: 11px; right: 0; left: 0; height: 4px; border-radius: 999px; background: #cbd5e1; }
.price-range-rail span { position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: inherit; background: var(--orange-500); }
.price-range-control input[type="range"] { position: absolute; top: 2px; left: 0; width: 100%; height: 22px; margin: 0; appearance: none; background: transparent; pointer-events: none; }
.price-range-control input[type="range"]::-webkit-slider-runnable-track { height: 4px; background: transparent; }
.price-range-control input[type="range"]::-webkit-slider-thumb { width: 18px; height: 18px; margin-top: -7px; appearance: none; border: 3px solid white; border-radius: 50%; background: var(--orange-500); box-shadow: 0 0 0 1px var(--navy-950); cursor: grab; pointer-events: auto; }
.price-range-control input[type="range"]::-moz-range-track { height: 4px; background: transparent; }
.price-range-control input[type="range"]::-moz-range-thumb { width: 13px; height: 13px; border: 3px solid white; border-radius: 50%; background: var(--orange-500); box-shadow: 0 0 0 1px var(--navy-950); cursor: grab; pointer-events: auto; }
.price-range-control input[type="range"]:focus-visible::-webkit-slider-thumb { outline: 2px solid var(--navy-950); outline-offset: 3px; }
.color-filters { display: flex; flex-wrap: wrap; gap: 9px; }
.color-filter { width: 30px; height: 30px; border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 1px var(--border); }
.color-filter.active { box-shadow: 0 0 0 2px var(--navy-950); }
.listing-toolbar { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; border-bottom: 1px solid var(--border); }
.listing-toolbar p { margin: 0; color: var(--text-secondary); font-size: 12px; }
.toolbar-actions { display: flex; align-items: center; gap: 8px; }
.mobile-sort-btn, .sort-overlay, .mobile-sort-sheet { display: none; }
.sort-select { height: 42px; padding: 0 36px 0 12px; border: 1px solid var(--border); background: white; color: var(--text-secondary); font-size: 11px; font-weight: 600; }
.view-toggle { display: flex; }
.view-toggle button { width: 42px; height: 42px; border: 1px solid var(--border); background: white; color: var(--text-secondary); }
.view-toggle button.active { background: var(--navy-950); color: white; }
.mobile-filter-btn { display: none; }
.active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.filter-chip { display: inline-flex; min-height: 32px; align-items: center; gap: 8px; padding: 0 10px; border: 1px solid var(--border); background: var(--surface-subtle); color: var(--text-secondary); font-size: 10px; font-weight: 600; }
.filter-chip button { border: 0; background: transparent; color: var(--navy-950); }
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 36px; }
.pagination a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--border); font-weight: 700; }
.pagination a:hover, .pagination a.active { border-color: var(--navy-950); background: var(--navy-950); color: white; }
.drawer-close { display: none; }
.overlay { position: fixed; z-index: 79; inset: 0; display: none; background: rgba(15,23,43,.6); }

body.mini-cart-open { overflow: hidden; }
.mini-cart-overlay { position: fixed; z-index: 1100; inset: 0; visibility: hidden; border: 0; background: rgba(15,23,43,.58); opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
.mini-cart-overlay.open { visibility: visible; opacity: 1; }
.mini-cart-drawer { position: fixed; z-index: 1110; top: 0; right: 0; display: grid; width: min(100%, 360px); height: 100dvh; grid-template-rows: auto minmax(0, 1fr) auto; overflow: hidden; border-radius: 8px 0 0 8px; background: white; box-shadow: -18px 0 44px rgba(15,23,43,.18); transform: translateX(105%); transition: transform .32s cubic-bezier(.22,.8,.25,1); }
.mini-cart-drawer.open { transform: translateX(0); }
.mini-cart-header { display: grid; grid-template-columns: 36px minmax(0, 1fr) 34px; align-items: center; gap: 8px; min-height: 62px; padding: 10px 14px; border-bottom: 1px solid var(--border); }
.mini-cart-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--orange-50); color: var(--orange-600); }
.mini-cart-header h2 { margin: 0; font: 700 14px/1.2 Montserrat, sans-serif; }
.mini-cart-header p { margin: 3px 0 0; color: var(--text-secondary); font-size: 11px; }
.mini-cart-header button { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: white; color: var(--navy-950); font-size: 14px; }
.mini-cart-header button:hover { border-color: var(--orange-500); color: var(--orange-600); }
.mini-cart-content { min-height: 0; overflow-y: auto; padding: 14px; }
.mini-cart-progress { padding: 12px; border-radius: 8px; background: var(--surface-subtle); }
.mini-cart-progress::before { display: block; width: 100%; height: 6px; border-radius: 999px; background: var(--border); content: ""; }
.mini-cart-progress span { display: block; width: 0; height: 6px; margin-top: -6px; border-radius: 999px; background: var(--orange-500); transition: width .25s ease; }
.mini-cart-progress p { margin: 10px 0 0; color: var(--navy-950); font-size: 11px; font-weight: 700; text-align: center; }
.mini-cart-items { display: grid; gap: 11px; margin-top: 14px; }
.mini-cart-item { display: grid; grid-template-columns: 64px minmax(0, 1fr) 28px; align-items: start; gap: 10px; padding-bottom: 11px; border-bottom: 1px solid var(--border); }
.mini-cart-item > img { width: 64px; height: 64px; border-radius: 6px; background: var(--surface-subtle); object-fit: cover; }
.mini-cart-item h3 { margin: 0 0 3px; font: 700 11px/1.35 Montserrat, sans-serif; }
.mini-cart-item strong { color: var(--orange-600); font-size: 10px; }
.mini-cart-remove { display: grid; width: 30px; height: 30px; place-items: center; border: 0; background: transparent; color: #94a3b8; }
.mini-cart-remove:hover { color: var(--danger); }
.mini-cart-quantity { display: inline-grid; grid-template-columns: 30px 30px 30px; margin-top: 9px; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }
.mini-cart-quantity button { width: 30px; height: 30px; border: 0; background: white; color: var(--navy-950); }
.mini-cart-quantity span { display: grid; height: 30px; place-items: center; border-right: 1px solid var(--border); border-left: 1px solid var(--border); font-size: 11px; font-weight: 700; }
.mini-cart-empty { padding: 52px 16px; text-align: center; }
.mini-cart-empty > i { color: var(--orange-500); font-size: 34px; }
.mini-cart-empty h3 { margin: 14px 0 4px; font-size: 16px; }
.mini-cart-empty p { margin: 0 0 18px; color: var(--text-secondary); font-size: 11px; }
.mini-cart-empty a { display: inline-flex; min-height: 40px; align-items: center; padding: 0 18px; border-radius: 4px; background: var(--navy-950); color: white; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.mini-cart-footer { padding: 12px 14px 14px; border-top: 1px solid var(--border); background: white; }
.mini-cart-footer > div:first-child { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.mini-cart-footer > div:first-child span { color: var(--text-secondary); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.mini-cart-footer strong { color: var(--navy-950); font: 700 21px/1 Teko, sans-serif; }
.mini-cart-actions { display: grid; grid-template-columns: 1fr 1.25fr; gap: 10px; }
.mini-cart-actions a { display: flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 4px; color: var(--navy-950); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.mini-cart-actions .checkout { border-color: var(--orange-500); background: var(--orange-500); }

.pdp { padding: 12px 0 12px; }
.pdp > .breadcrumbs { color: var(--text-secondary); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); gap: 50px; }
.gallery { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 14px; }
.thumbnails { display: flex; flex-direction: column; gap: 10px; }
.thumb { width: 82px; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--border); background: var(--surface-subtle); padding: 0; }
.thumb.active { border: 2px solid var(--orange-500); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.main-image { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--surface-subtle); cursor: zoom-in; }
.main-image img { width: 100%; height: 100%; object-fit: cover; transition: .35s ease; }
.main-image:hover img { transform: scale(1.08); }
.zoom-label { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; background: rgba(255,255,255,.9); color: var(--text-secondary); font-size: 10px; font-weight: 700; }
.detail-panel { padding-top: 6px; }
.detail-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--text-secondary); font-size: 11px; }
.status-pill { padding: 4px 8px; background: #dcfce7; color: var(--success); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.detail-panel h1 { margin: 0 0 12px; font-size: 38px; text-transform: uppercase; }
.detail-rating { display: flex; align-items: center; gap: 8px; padding-bottom: 18px; border-bottom: 1px solid var(--border); color: var(--text-secondary); font-size: 11px; }
.detail-price { display: flex; align-items: center; gap: 12px; margin: 20px 0 8px; }
.detail-price strong { color: var(--navy-950); font-family: "Teko", sans-serif; font-size: 32px; line-height: 1; }
.detail-price del { color: var(--text-secondary); }
.discount { padding: 4px 8px; background: var(--orange-50); color: var(--orange-600); font-size: 10px; font-weight: 700; }
.tax-note { display: none; }
.short-desc { color: var(--text-secondary); }
.option-group { margin: 22px 0; }
.option-label { display: flex; justify-content: space-between; margin-bottom: 9px; color: var(--navy-950); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.option-label a { color: var(--orange-600); text-transform: none; }
.swatches, .sizes { display: flex; flex-wrap: wrap; gap: 9px; }
.swatch { width: 36px; height: 36px; border: 4px solid white; border-radius: 50%; box-shadow: 0 0 0 1px var(--border); }
.swatch.active { box-shadow: 0 0 0 2px var(--navy-950); }
.size-btn { min-width: 46px; height: 42px; padding: 0 12px; border: 1px solid var(--border); background: white; color: var(--navy-950); font-size: 11px; font-weight: 700; }
.size-btn.active { border-color: var(--navy-950); background: var(--navy-950); color: white; }
.size-btn:disabled { color: #94a3b8; text-decoration: line-through; cursor: not-allowed; }
.filters .sizes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.filters .size-btn { width: 100%; min-width: 0; padding-inline: 0; }
.purchase-row { display: grid; grid-template-columns: 118px minmax(0, 1fr) 46px; gap: 10px; margin-top: 24px; }
.quantity { display: grid; grid-template-columns: 36px 1fr 36px; height: 46px; border: 1px solid var(--border); }
.quantity button { border: 0; background: white; color: var(--navy-950); }
.quantity input { min-width: 0; border: 0; text-align: center; font-weight: 700; }
.buy-now { margin-top: 10px; }
.minor-actions { display: flex; flex-wrap: wrap; gap: 20px; margin: 18px 0; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.minor-actions button { border: 0; background: transparent; color: var(--text-secondary); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.minor-actions button:hover { color: var(--orange-600); }
.minor-actions i { margin-right: 6px; }
.delivery-box { padding: 16px; border: 1px solid var(--border); background: var(--surface-subtle); }
.delivery-box strong { display: block; margin-bottom: 10px; color: var(--navy-950); }
.delivery-form { display: flex; gap: 8px; }
.delivery-form input { min-width: 0; flex: 1; height: 40px; padding: 0 10px; border: 1px solid var(--border); background: white; }
.delivery-form button { border: 0; background: var(--navy-950); color: white; padding: 0 14px; font-size: 10px; font-weight: 700; }
.delivery-result { display: none; margin: 10px 0 0; color: var(--success); font-size: 11px; }
.delivery-box { display: none; }
.delivery-info-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 18px; border: 1px solid var(--border); background: white; }
.delivery-info-item { display: flex; min-height: 76px; align-items: center; justify-content: center; gap: 10px; padding: 14px 12px; border-right: 1px solid var(--border); color: var(--navy-950); font-size: 11px; text-align: center; }
.delivery-info-item:last-child { border-right: 0; }
.delivery-info-item i { flex: 0 0 auto; color: var(--orange-600); font-size: 18px; }
.delivery-info-item span { line-height: 1.35; }
.delivery-info-item strong { display: block; margin-top: 3px; color: var(--navy-950); font-size: 12px; }
.product-info-section { margin-top: 64px; }
.delivery-info-strip + .product-info-section { margin-top: 28px; }
.detail-tabs { display: flex; border-bottom: 1px solid var(--border); }
.detail-tab { min-height: 52px; padding: 0 22px; border: 0; border-bottom: 3px solid transparent; background: white; color: var(--text-secondary); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.detail-tab.active { border-color: var(--orange-500); color: var(--navy-950); }
.tab-panel { display: none; padding: 30px 0; }
.tab-panel.active { display: block; }
.detail-copy { max-width: 780px; color: var(--text-secondary); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; max-width: 760px; gap: 9px 28px; padding: 0; list-style: none; }
.feature-list li::before { margin-right: 8px; color: var(--success); content: "\2713"; font-weight: 700; }
.spec-table { width: min(100%, 760px); border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 12px 14px; border: 1px solid var(--border); text-align: left; }
.spec-table th { width: 32%; background: var(--surface-subtle); color: var(--navy-950); }
.rating-summary { display: flex; align-items: center; gap: 22px; }
.rating-big { font: 600 58px/1 Teko, sans-serif; color: var(--navy-950); }
.reviews-section { margin-top: 28px; padding: 28px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.customer-reviews { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.customer-review { padding: 18px; border: 1px solid var(--border); background: white; }
.customer-review-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.customer-review p { margin: 12px 0 10px; color: var(--text-secondary); font-size: 12px; line-height: 1.6; }
.customer-review small { color: var(--text-secondary); font-size: 10px; }
.review-modal { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
.review-modal-open { overflow: hidden; }
.review-modal.open { visibility: visible; opacity: 1; }
.review-modal-backdrop { position: absolute; inset: 0; background: rgba(15,23,43,.68); backdrop-filter: blur(4px); }
.review-dialog { position: relative; width: min(100%, 560px); max-height: min(90vh, 620px); overflow-y: auto; border-radius: 14px; background: white; box-shadow: 0 24px 70px rgba(0,0,0,.28); transform: translateY(18px) scale(.98); transition: transform .25s ease; }
.review-modal.open .review-dialog { transform: translateY(0) scale(1); }
.review-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 18px 22px 14px; border-bottom: 1px solid var(--border); }
.review-dialog-head h2 { margin: 0; font-size: 20px; }
.review-dialog-head p { margin: 4px 0 0; color: #94a3b8; font-size: 12px; }
.review-dialog-head .icon-btn { flex: 0 0 auto; background: var(--surface-subtle); }
.review-dialog form { padding: 18px 22px 20px; }
.review-field-label { display: block; margin: 0 0 10px; color: #334155; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.review-field-label span { color: #ec4899; }
.review-field-label em { color: #94a3b8; font-style: normal; font-weight: 400; text-transform: none; }
.review-stars { display: flex; gap: 5px; margin-bottom: 22px; }
.review-stars button { padding: 0; border: 0; background: transparent; color: #e2e8f0; font-size: 26px; line-height: 1; cursor: pointer; }
.review-stars button.active, .review-stars button:hover { color: var(--orange-500); }
.review-dialog textarea { width: 100%; min-height: 68px; resize: vertical; margin-bottom: 18px; padding: 12px; border: 1px solid var(--border); border-radius: 10px; font: inherit; font-size: 12px; }
.review-upload { display: flex; min-height: 86px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; margin-bottom: 16px; border: 2px dashed #dbe2ea; border-radius: 10px; color: var(--text-secondary); cursor: pointer; }
.review-upload i { color: #cbd5e1; font-size: 24px; }
.review-upload small { color: #94a3b8; font-size: 10px; }
.review-upload input { display: none; }
.seo-content-section { padding: 42px 0 48px; background: white; }
.seo-content { max-width: none; }
.seo-content h2 { margin: 0 0 14px; font-size: 30px; text-transform: uppercase; }
.seo-content p:not(.eyebrow) { margin: 0 0 12px; color: var(--text-secondary); font-size: 13px; line-height: 1.7; }
.seo-keywords { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; color: var(--navy-950); font-size: 11px; font-weight: 700; }

.site-footer { padding-top: 62px; background: var(--navy-950); color: #94a3b8; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 56px; padding-bottom: 52px; }
.footer-about p { max-width: 320px; margin-top: 20px; }
.footer-title { margin: 0 0 18px; color: white; font: 600 22px Teko, sans-serif; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a:hover { color: var(--orange-500); }
.social { display: flex; gap: 8px; margin-top: 20px; }
.social a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #334155; color: white; }
.social a:hover { border-color: var(--orange-500); background: var(--orange-500); color: var(--navy-950); }
.footer-bottom { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #293449; font-size: 11px; }
.payment-icons { display: flex; gap: 8px; color: white; font-size: 22px; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 12px; max-width: 360px; padding: 14px 18px; transform: translateY(120px); background: var(--navy-950); color: white; box-shadow: var(--shadow-lg); opacity: 0; transition: .25s ease; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast i { color: var(--orange-500); }

@media (min-width: 821px) {
  .products-page .listing { height: auto; min-height: 0; align-items: start; overflow: visible; padding-top: 24px; padding-bottom: 16px; }
  .products-page .filters { position: sticky; top: calc(var(--site-header-height, 104px) + 12px); height: auto; max-height: calc(100dvh - var(--site-header-height, 104px) - 24px); align-self: start; overflow: hidden; }
  .products-page .filters .filter-scroll-content { max-height: calc(100dvh - var(--site-header-height, 104px) - 24px); overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; scrollbar-color: #94a3b8 transparent; scrollbar-width: thin; }
  .products-page .filters .filter-head { position: sticky; z-index: 3; top: 0; background: white; }
  .products-page .listing > section { height: auto; min-height: 0; overflow: visible; padding-right: 0; }
  .products-page .filters .filter-scroll-content::-webkit-scrollbar { width: 6px; }
  .products-page .filters .filter-scroll-content::-webkit-scrollbar-thumb { border-radius: 999px; background: #94a3b8; }
  .header-main { min-height: 64px; gap: 24px; }
  .site-header .logo { font-size: 25px; }
  .site-header .logo-mark { width: 38px; height: 31px; }
  .search input { height: 40px; }
  .search button { width: 32px; height: 32px; }
  .search-suggestions { top: 46px; }
  .icon-action { min-width: 40px; height: 40px; font-size: 16px; }
  .count { min-width: 18px; height: 18px; font-size: 9px; }
  .main-nav { min-height: 40px; }
  .nav-links { height: 40px; }
  .nav-links a { padding-inline: 12px; font-size: 11px; }
  .nav-extra { font-size: 11px; }
}

@media (max-width: 1080px) {
  .header-main { grid-template-columns: 160px minmax(220px, 1fr) auto; gap: 14px; }
  .desktop-header-menu { gap: 2px; }
  .desktop-header-menu a { padding-inline: 6px; font-size: 9px; }
  .action-label, .nav-extra { display: none; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .product-detail { gap: 28px; }
}

@media (max-width: 820px) {
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
  .promo-bar p:last-child, .nav-wrap { display: none; }
  .header-main { grid-template-columns: auto 1fr auto; min-height: 68px; }
  .mobile-toggle { display: grid; }
  .header-main > .mobile-toggle { grid-column: 1; grid-row: 1; }
  .header-main > .logo { grid-column: 2; grid-row: 1; justify-self: center; }
  .header-main > .header-actions { grid-column: 3; grid-row: 1; justify-self: end; }
  .header-main .search { display: none; }
  .desktop-header-menu { display: none; }
  .header-actions .icon-action, .header-actions .action-label { display: none; }
  .header-actions .mobile-profile-action { display: grid; }
  .mobile-nav { position: fixed; z-index: 80; top: 0; bottom: 0; left: 0; display: block; width: min(86vw, 340px); overflow-y: auto; padding: 0 16px 24px; transform: translateX(-105%); background: white; transition: .22s ease; }
  .mobile-nav.open { transform: translateX(0); }
  .mobile-bottom-nav { position: fixed !important; z-index: 1000; right: 0; bottom: 0; left: 0; display: flex; width: 100%; min-height: calc(58px + env(safe-area-inset-bottom)); align-items: flex-start; justify-content: space-around; padding: 7px 8px env(safe-area-inset-bottom); border-top: 1px solid var(--border); background: #fff; box-shadow: 0 -4px 14px rgba(15,23,43,.08); }
  .mobile-bottom-nav > a, .mobile-bottom-nav > button { position: relative; display: flex; min-width: 0; min-height: 44px; max-width: 86px; flex: 1; align-items: center; justify-content: center; flex-direction: column; gap: 3px; padding: 0; border: 0; background: transparent; color: var(--text-secondary); font: 600 9px/1 Montserrat, sans-serif; }
  .mobile-bottom-nav > a.active, .mobile-bottom-nav > button.active { color: var(--orange-600); }
  .mobile-bottom-nav i { font-size: 18px; }
  .mobile-bottom-nav .mobile-cart-count { position: absolute; top: -2px; left: calc(50% + 7px); display: grid; min-width: 17px; height: 17px; place-items: center; padding: 0 3px; border: 2px solid white; border-radius: 999px; background: var(--orange-500); color: white; font-size: 8px; font-weight: 700; line-height: 1; }
  body.search-modal-open .mobile-bottom-nav, body.drawer-open .mobile-bottom-nav { display: none; }
  body.mini-cart-open .mobile-bottom-nav { display: none; }
  .mini-cart-drawer { width: 80%; max-width: none; border-radius: 8px 0 0 8px; }
  .mobile-contact-pill { position: absolute; bottom: calc(100% + 8px); left: 30%; display: flex; align-items: center; gap: 8px; padding: 7px 9px; border: 1px solid var(--border); border-radius: 999px; background: white; box-shadow: 0 8px 24px rgba(15,23,43,.18); opacity: 0; pointer-events: none; transform: translate(-50%, 12px) scale(.82); transform-origin: center bottom; transition: opacity .2s ease, transform .25s cubic-bezier(.2,.8,.2,1); }
  .mobile-contact-pill.open { opacity: 1; pointer-events: auto; transform: translate(-50%, 0) scale(1); }
  .mobile-contact-pill a { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: white; }
  .mobile-contact-pill .messenger { background: #168aff; }
  .mobile-contact-pill .whatsapp { background: #25d366; }
  .mobile-contact-pill a:hover { transform: translateY(-2px); }
  .mobile-contact-pill i { font-size: 17px; }
  .mobile-nav .logo { display: inline-flex; min-height: 72px; align-items: center; margin: 0; padding-right: 54px; border: 0; }
  .mobile-nav .logo span:last-child { display: inline; font-size: 24px; }
  .mobile-nav .logo-mark { width: 40px; height: 34px; }
  .mobile-nav .drawer-close { position: absolute; z-index: 2; top: 16px; right: 16px; }
  .mobile-menu-links { margin-inline: -16px; border-top: 1px solid var(--border); }
  .mobile-menu-links > a, .mobile-menu-toggle, .mobile-submenu-toggle { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; border-bottom: 1px solid var(--border); background: white; color: var(--navy-950); font: 700 12px/1.2 Montserrat, sans-serif; text-align: left; }
  .mobile-menu-toggle i:last-child, .mobile-submenu-toggle > i:last-child { color: var(--orange-600); font-size: 10px; transition: transform .2s ease; }
  .mobile-menu-group.open > .mobile-menu-toggle { background: var(--orange-50); color: var(--orange-600); }
  .mobile-menu-group.open > .mobile-menu-toggle i:last-child, .mobile-submenu-group.open > .mobile-submenu-toggle > i:last-child { transform: rotate(180deg); }
  .mobile-menu-panel, .mobile-submenu-panel { max-height: 0; overflow: hidden; background: white; transition: max-height .3s ease; }
  .mobile-menu-group.open > .mobile-menu-panel { max-height: 1300px; }
  .mobile-submenu-toggle { min-height: 44px; padding-left: 34px; color: var(--text-secondary); font-size: 11px; }
  .mobile-submenu-toggle span { display: inline-flex; align-items: center; gap: 9px; }
  .mobile-submenu-toggle span i { width: 16px; color: var(--orange-600); text-align: center; }
  .mobile-submenu-group.open > .mobile-submenu-toggle { background: var(--surface-subtle); color: var(--navy-950); }
  .mobile-submenu-group.open > .mobile-submenu-panel { max-height: 260px; }
  .mobile-submenu-panel a { display: block; min-height: 38px; padding: 11px 20px 11px 58px; border-bottom: 1px solid #f1f5f9; color: var(--text-secondary); font-size: 10px; }
  .overlay.show { display: block; }
  .hero { width: 100%; height: 300px; min-height: 0; }
  .hero-slide { height: 100%; min-height: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .campaign { grid-template-columns: 1fr; }
  .campaign-media { height: 310px; }
  .campaign-media::after { background: linear-gradient(transparent 65%, var(--navy-950)); }
  .brand-row { grid-template-columns: repeat(3, 1fr); }
  .brand-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .commerce-section { padding: 20px 0 36px; }
  .commerce-layout, .checkout-layout { grid-template-columns: 1fr; }
  .order-summary, .checkout-summary { position: static; }
  .cart-line { grid-template-columns: 82px minmax(0, 1fr) auto; gap: 12px; padding: 14px; }
  .cart-line > img { width: 82px; height: 82px; }
  .cart-line-info { align-self: start; }
  .cart-line .commerce-quantity { grid-column: 2; }
  .cart-line > strong { grid-column: 3; grid-row: 1 / 3; align-self: center; }
  .checkout-steps { margin-bottom: 20px; }
  .success-section { min-height: 0; padding: 28px 0 40px; }
  .brand-item:nth-child(3) { border-right: 0; }
  .banner-track { gap: 10px; }
  .banner-slide { min-width: calc((100% - 10px) / 1.3); flex-basis: calc((100% - 10px) / 1.3); aspect-ratio: 4 / 3; }
  .review-card { min-width: calc((100% - 22px) / 2); flex-basis: calc((100% - 22px) / 2); }
  .newsletter { grid-template-columns: 1fr; }
  .listing { grid-template-columns: 1fr; }
  .filters { position: fixed; z-index: 80; top: 0; bottom: auto; left: 0; display: flex; width: min(88vw, 340px); height: 100vh; height: 100dvh; max-height: 100dvh; flex-direction: column; overflow: hidden; transform: translateX(-105%); transition: transform .22s ease; }
  .filters.open { transform: translateX(0); }
  .filter-scroll-content { min-height: 0; flex: 1; overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; touch-action: pan-y; -webkit-overflow-scrolling: touch; }
  .filters .filter-head { position: sticky; z-index: 3; top: 0; background: white; }
  .filter-actions { display: grid; min-height: calc(58px + env(safe-area-inset-bottom)); flex: 0 0 auto; grid-template-columns: 1fr 1fr; gap: 10px; align-items: center; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid var(--border); background: white; box-shadow: 0 -5px 14px rgba(15, 23, 43, .07); }
  .filter-actions button { height: 40px; border: 1px solid var(--border); border-radius: 5px; background: white; color: var(--navy-950); font-size: 11px; font-weight: 700; }
  .filter-actions .filter-apply { border-color: var(--navy-950); background: var(--navy-950); color: white; }
  .products-page .toolbar-actions { position: fixed; z-index: 990; bottom: calc(66px + env(safe-area-inset-bottom)); left: 50%; width: auto; height: 42px; gap: 0; padding: 4px 7px; border: 1px solid var(--orange-500); border-radius: 999px; background: var(--orange-500); box-shadow: 0 6px 20px rgba(254,110,0,.32); transform: translateX(-50%); }
  .products-page .mobile-filter-btn { min-height: 34px; padding: 0 10px; border: 0; border-right: 1px solid rgba(255,255,255,.55); border-radius: 0; background: transparent; color: white; font-size: 10px; text-transform: none; }
  .products-page .mobile-sort-btn { display: flex; min-width: 102px; height: 34px; align-items: center; gap: 7px; padding: 0 8px; border: 0; background: transparent; color: white; font-size: 10px; font-weight: 700; }
  .products-page .mobile-sort-btn span { min-width: 0; flex: 1; overflow: hidden; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
  .products-page .mobile-sort-btn .fa-chevron-down { font-size: 8px; }
  .products-page .sort-select { display: none; }
  .products-page .listing { padding-top: 12px; padding-bottom: 16px; }
  .products-page .listing-toolbar { min-height: 0; margin-bottom: 0; padding: 0 0 10px; border-bottom: 0; }
  .products-page .active-filters { display: none; }
  .sort-overlay { position: fixed; z-index: 1090; inset: 0; display: block; visibility: hidden; background: rgba(15,23,43,.58); opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
  .mobile-sort-sheet { position: fixed; z-index: 1100; right: 0; bottom: 0; left: 0; display: block; visibility: hidden; max-height: 70vh; overflow: hidden; border-radius: 12px 12px 0 0; background: white; box-shadow: 0 -14px 36px rgba(15,23,43,.24); opacity: 0; transform: translateY(105%); transition: transform .28s cubic-bezier(.2,.8,.2,1), opacity .2s ease, visibility .28s ease; }
  .mobile-sort-sheet::before { display: block; width: 40px; height: 4px; margin: 8px auto 2px; border-radius: 999px; background: #d1d5db; content: ""; }
  .mobile-sort-head { position: relative; display: flex; min-height: 50px; align-items: center; justify-content: center; border-bottom: 1px solid var(--border); }
  .mobile-sort-head h2 { margin: 0; font: 700 14px/1.2 Montserrat, sans-serif; }
  .mobile-sort-head button { position: absolute; right: 12px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: white; color: var(--navy-950); }
  .mobile-sort-options { max-height: calc(70vh - 64px); overflow-y: auto; padding: 0 14px calc(12px + env(safe-area-inset-bottom)); }
  .mobile-sort-options label { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #f1f5f9; color: var(--text-secondary); font-size: 12px; }
  .mobile-sort-options input { width: 18px; height: 18px; flex: 0 0 18px; margin: 0; appearance: none; border: 1px solid #94a3b8; border-radius: 50%; background: white; }
  .mobile-sort-options input:checked { border-color: var(--navy-950); background: var(--navy-950); box-shadow: inset 0 0 0 4px white; }
  body.sort-sheet-open { overflow: hidden; }
  body.sort-sheet-open .sort-overlay { visibility: visible; opacity: 1; }
  body.sort-sheet-open .mobile-sort-sheet { visibility: visible; opacity: 1; transform: translateY(0); }
  .products-page.drawer-open .toolbar-actions, .products-page.sort-sheet-open .toolbar-actions { display: none; }
  .drawer-close { display: grid; }
  .mobile-filter-btn { display: inline-flex; }
  .product-detail { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: calc(100vw - 24px); max-width: calc(100vw - 24px); }
  .section { padding: 44px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .section-heading h2 { font-size: 30px; }
  .seo-content-section { padding: 28px 0 34px; }
  .seo-content h2 { font-size: 22px; }
  .seo-content p:not(.eyebrow) { font-size: 11px; line-height: 1.55; }
  .seo-keywords { gap: 7px 12px; font-size: 9px; }
  .customer-reviews { grid-template-columns: 1fr; gap: 10px; }
  .customer-review { padding: 14px; }
  .review-modal { padding: 10px; }
  .review-dialog { max-height: 94dvh; border-radius: 14px; }
  .review-dialog-head { padding: 16px 18px 14px; }
  .review-dialog-head h2 { font-size: 18px; }
  .review-dialog form { padding: 18px; }
  .review-stars button { font-size: 26px; }
  .logo span:last-child { display: none; }
  .site-header .logo { gap: 7px; font-size: 23px; }
  .site-header .logo span:last-child { display: inline; }
  .site-header .logo-mark { width: 38px; height: 32px; }
  .promo-bar .container { justify-content: center; text-align: center; }
  .hero { height: 220px; }
  .hero-bg { object-position: center; }
  .hero-meta { right: 14px; bottom: 14px; display: flex; gap: 8px; padding: 6px 8px; background: rgba(15,23,43,.55); font-size: 10px; }
  .hero-dot { width: 18px; }
  .benefit-strip { margin-top: 8px; }
  .benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit { min-width: 0; min-height: 68px; gap: 8px; padding: 10px 8px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .benefit:nth-child(2n) { border-right: 0; }
  .benefit:nth-last-child(-n+2) { border-bottom: 0; }
  .benefit i { flex: 0 0 20px; font-size: 18px; text-align: center; }
  .benefit strong { font-size: 10px; line-height: 1.25; }
  .benefit span { display: block; margin-top: 2px; font-size: 8px; line-height: 1.35; }
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .category-tile, .category-tile img { min-height: 150px; height: 150px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card { max-width: none; padding: 8px; border-radius: 10px; box-shadow: 0 5px 14px rgba(15,23,42,.06); }
  .catalog-product-grid .product-card { max-width: none; }
  .product-card:hover { transform: translateY(-2px); }
  .product-media { aspect-ratio: 4 / 3; border-radius: 6px; }
  .product-badge { top: 6px; left: 6px; padding: 6px 8px; border-radius: 3px; font-size: 8px; }
  .product-card .wishlist { top: 12px; right: 12px; width: 28px; height: 28px; font-size: 12px; }
  .product-body { min-height: 118px; padding-top: 9px; }
  .product-brand { min-height: 13px; margin-bottom: 2px; font-size: 7px; }
  .product-title { margin-bottom: 5px; font-size: 14px; }
  .rating-row { min-height: 0; gap: 3px; margin-bottom: 7px; font-size: 9px; }
  .rating-row .stock { display: none; }
  .product-bottom { min-height: 0; gap: 4px; padding-top: 7px; }
  .old-price { margin-bottom: 3px; font-size: 10px; }
  .price { font-size: 19px; }
  .quick-add { min-height: 0; gap: 4px; padding: 7px 8px; border-radius: 3px; font-size: 8px; }
  .quick-add::after { content: "Add to Cart"; }
  .tabs { width: 100%; overflow-x: auto; }
  .tab { white-space: nowrap; }
  .campaign-copy { padding: 30px 22px 38px; }
  .campaign-copy h2 { font-size: 34px; }
  .campaign-media { height: 230px; }
  .brand-item { font-size: 21px; }
  .brand-alphabet { gap: 6px; padding: 10px; }
  .brand-alphabet a { width: 30px; height: 30px; }
  .brand-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .brand-directory-card { min-height: 104px; gap: 9px; padding: 12px 6px; border-radius: 8px; }
  .brand-directory-card strong { min-width: 52px; min-height: 34px; padding: 4px 6px; font-size: 22px; }
  .brand-directory-card span { font-size: 9px; }
  .commerce-panel-head { min-height: 58px; padding: 13px; }
  .cart-line { grid-template-columns: 70px minmax(0, 1fr); gap: 10px; padding: 13px; }
  .cart-line > img { width: 70px; height: 70px; }
  .cart-page .cart-line-info h3 { font-size: 13px; }
  .cart-page .cart-line-info > span { font-size: 12px; line-height: 1.45; }
  .cart-page .cart-line-info { padding-right: 36px; }
  .cart-page .cart-line-info [data-cart-remove] { top: 13px; right: 13px; width: 32px; height: 32px; margin: 0; font-size: 0; }
  .cart-page .cart-line .commerce-quantity { width: 126px; grid-column: 1; grid-row: 2; grid-template-columns: 40px 44px 40px; height: 44px; border-color: #cbd5e1; }
  .cart-page .cart-line .commerce-quantity button { font-size: 20px; font-weight: 600; }
  .cart-page .cart-line .commerce-quantity input { width: 44px; font-size: 14px; }
  .cart-line > strong { grid-column: 2; grid-row: 2; justify-self: end; font-size: 22px; }
  .order-summary, .checkout-card { padding: 15px; }
  .checkout-steps span { font-size: 8px; }
  .checkout-steps span::after { left: calc(50% + 34px); width: calc(100% - 68px); }
  .checkout-card-title { margin-bottom: 16px; }
  .checkout-card-title > span { width: 26px; height: 26px; flex-basis: 26px; }
  .checkout-card h2 { font-size: 16px; }
  .checkout-card-title p { font-size: 12px; line-height: 1.5; }
  .form-grid { grid-template-columns: 1fr; gap: 11px; }
  .form-grid label.full { grid-column: auto; }
  .delivery-address-grid { grid-template-areas: "district" "upazila" "street" "note"; }
  .checkout-page .form-grid label { gap: 9px; font-size: 12px; }
  .checkout-page .form-grid input, .checkout-page .form-grid select, .checkout-page .form-grid textarea { padding-inline: 14px; font-size: 13px; line-height: 1.5; }
  .checkout-page .form-grid input, .checkout-page .form-grid select { height: 52px; }
  .checkout-page .form-grid textarea { min-height: 88px; }
  .shipping-options label, .payment-options label { min-height: 64px; padding: 12px; }
  .checkout-page .payment-options label { min-height: 72px; grid-template-columns: 22px minmax(0, 1fr); gap: 12px; padding: 14px; }
  .checkout-page .payment-options b { font-size: 13px; }
  .checkout-page .payment-options small { font-size: 11px; line-height: 1.45; }
  .cart-page .coupon-form input { height: 48px; font-size: 14px; }
  .checkout-page .coupon-form input { font-size: 13px; }
  .checkout-summary dl > div:not(.summary-total) { font-size: 15px; }
  .success-card { padding: 18px 10px; }
  .success-icon { width: 46px; height: 46px; margin-bottom: 10px; font-size: 18px; }
  .success-card h1 { font-size: 29px; }
  .success-card h1 { max-width: 100%; overflow-wrap: anywhere; }
  .success-copy { font-size: 10px; line-height: 1.55; }
  .order-reference { margin: 12px 0 16px; padding: 7px 10px; }
  .order-progress { margin-bottom: 16px; }
  .order-progress::before { top: 15px; }
  .order-progress span { width: 30px; height: 30px; font-size: 9px; }
  .order-progress b { font-size: 7px; }
  .success-details { grid-template-columns: 1fr; }
  .success-details > div { min-height: 70px; padding: 10px 11px; border-right: 0; border-bottom: 1px solid var(--border) !important; }
  .success-details span { min-width: 0; gap: 3px; }
  .success-details small, .success-details b { font-size: 14px; line-height: 1.4; overflow-wrap: anywhere; }
  .success-details > div:last-child { border-bottom: 0 !important; }
  .success-actions { flex-direction: column; gap: 7px; margin-top: 15px; }
  .review-heading-aside { width: 100%; align-items: flex-start; justify-content: space-between; }
  .review-card { min-width: 100%; min-height: 224px; flex-basis: 100%; padding: 16px; }
  .review-card blockquote { min-height: 0; }
  .newsletter { gap: 14px; padding: 30px 20px; }
  .newsletter h2 { font-size: 28px; }
  .section.newsletter-section { padding-top: 16px; }
  .section.category-section { padding-top: 24px; padding-bottom: 24px; }
  .section.trending-section { padding-top: 24px; }
  .section-heading.review-heading { align-items: flex-start; flex-direction: row; gap: 8px; }
  .review-heading > div:first-child { min-width: 0; }
  .review-heading h2 { font-size: 28px; }
  .review-heading .review-heading-aside { width: auto; flex: 0 0 auto; margin-left: auto; }
  .page-hero { padding: 20px 0; }
  .page-hero h1 { font-size: 32px; }
  .page-hero p { font-size: 11px; line-height: 1.5; }
  .page-hero p { max-width: calc(100vw - 48px); }
  .listing-toolbar { align-items: flex-start; flex-direction: column; padding-bottom: 14px; }
  .toolbar-actions { width: 100%; }
  .mobile-filter-btn { flex: 0 0 auto; padding-inline: 16px; }
  .sort-select { min-width: 0; flex: 1; }
  .view-toggle { display: none; }
  .gallery { grid-template-columns: 1fr; gap: 8px; }
  .main-image { aspect-ratio: 1.18; }
  .thumbnails { order: 2; flex-direction: row; gap: 6px; overflow-x: auto; }
  .thumb { width: 58px; }
  .detail-panel { padding-top: 2px; }
  .detail-meta { gap: 6px; margin-bottom: 7px; font-size: 9px; }
  .status-pill { padding: 3px 6px; font-size: 8px; }
  .detail-panel h1 { margin-bottom: 7px; font-size: 26px; }
  .detail-rating { gap: 6px; padding-bottom: 10px; font-size: 9px; }
  .detail-price strong { font-size: 28px; }
  .detail-price { gap: 8px; margin: 12px 0 6px; }
  .product-details-page { padding-bottom: calc(124px + env(safe-area-inset-bottom)); }
  .product-details-page .purchase-row { position: fixed; z-index: 40; right: 0; bottom: calc(58px + env(safe-area-inset-bottom)); left: 0; display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 10px; margin: 0; padding: 10px 12px; border-top: 1px solid var(--border); background: white; box-shadow: 0 -4px 16px rgba(15,23,43,.12); }
  .product-details-page .purchase-row > .icon-btn { display: none; }
  .product-details-page .purchase-row .btn-primary { min-height: 42px; }
  .purchase-row { grid-template-columns: 104px minmax(0,1fr) 46px; }
  .delivery-info-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 10px; }
  .delivery-info-item { min-width: 0; min-height: 62px; flex-direction: column; gap: 4px; padding: 8px 5px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); font-size: 11px; }
  .delivery-info-item:nth-child(2n) { border-right: 0; }
  .delivery-info-item:nth-last-child(-n+2) { border-bottom: 0; }
  .delivery-info-item i { font-size: 13px; }
  .delivery-info-item strong { font-size: 10px; }
  .product-info-section .detail-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; }
  .product-info-section .detail-tab { min-width: 0; min-height: 48px; padding: 0 3px; font-size: 11px; line-height: 1.1; white-space: normal; }
  .feature-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-about .logo span:last-child { display: inline; }
  .footer-bottom { align-items: center; justify-content: center; flex-direction: column; padding: 18px 0; text-align: center; }
  .footer-bottom .payment-icons { justify-content: center; }
}

.track-order-page .success-card > .eyebrow,
.track-order-page .success-copy,
.track-order-page .order-reference span,
.track-order-page .order-reference strong,
.track-order-page .order-progress b,
.track-order-page .success-details small,
.track-order-page .success-details b,
.track-order-page .success-help { font-size: 14px; }
.track-order-page .order-progress .active span { border-color: var(--success); background: var(--success); color: white; }
.track-order-page .success-section { padding: 12px 0 18px; }
.track-order-page .success-card { max-width: 680px; padding: 15px 18px; }
.track-order-page .success-card h1 { margin: 0 0 4px; font-size: 32px; }
.track-order-page .success-copy { line-height: 1.4; }
.track-order-page .track-success-icon { width: 40px; height: 40px; margin-bottom: 7px; background: #dcfce7; color: var(--success); font-size: 17px; }
.track-order-page .track-lookup-form { display: grid; max-width: 540px; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 8px; margin: 11px auto; text-align: left; }
.track-order-page .track-lookup-form label { display: grid; gap: 4px; color: var(--navy-950); font-size: 14px; font-weight: 700; text-transform: uppercase; }
.track-order-page .track-lookup-form input { width: 100%; height: 42px; padding: 0 12px; border: 1px solid var(--border); border-radius: 5px; color: var(--navy-950); background: white; font: 400 14px/1.5 Montserrat, sans-serif; }
.track-order-page .track-lookup-form input:focus { border-color: var(--orange-500); outline: 0; }
.track-order-page .track-lookup-form .btn { min-height: 42px; font-size: 14px; }
.track-order-page .track-status-result { padding-top: 11px; border-top: 1px solid var(--border); }
.track-order-page .track-status-result.flash { animation: result-flash .45s ease; }
.track-order-page .track-status-result > .eyebrow { margin-bottom: 2px; font-size: 14px; }
.track-order-page .track-status-result h2 { margin: 0 0 3px; color: var(--navy-950); font: 600 26px/1 Teko, sans-serif; text-transform: uppercase; }
.track-order-page .order-reference { margin: 9px 0 11px; padding: 6px 11px; }
.track-order-page .order-progress { margin-bottom: 11px; }
.track-order-page .order-progress::before { top: 14px; }
.track-order-page .order-progress span { width: 28px; height: 28px; font-size: 9px; }
.track-order-page .success-details > div { min-height: 50px; padding: 7px 11px; }
.track-order-page .success-actions { margin-top: 11px; }
.track-order-page .success-actions .btn { min-height: 42px; }
.track-order-page .success-help { margin-top: 7px; }

@media (max-width: 560px) {
  .track-order-page .success-copy,
  .track-order-page .order-reference span,
  .track-order-page .order-reference strong,
  .track-order-page .order-progress b,
  .track-order-page .success-details small,
  .track-order-page .success-details b,
  .track-order-page .success-help { font-size: 14px; }
  .track-order-page .success-section { padding: 8px 0 12px; }
  .track-order-page .success-card { padding: 11px 10px; }
  .track-order-page .success-card h1 { font-size: 28px; }
  .track-order-page .track-success-icon { width: 36px; height: 36px; margin-bottom: 5px; }
  .track-order-page .track-lookup-form { grid-template-columns: 1fr; gap: 6px; margin: 9px auto; }
  .track-order-page .track-lookup-form .btn { width: 100%; }
  .track-order-page .track-status-result { padding-top: 9px; }
  .track-order-page .track-status-result h2 { font-size: 24px; }
  .track-order-page .order-reference { margin: 7px 0 9px; }
  .track-order-page .order-progress { margin-bottom: 9px; }
  .track-order-page .success-details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .track-order-page .success-details > div { min-height: 66px; padding: 7px 8px; border-right: 1px solid var(--border) !important; border-bottom: 1px solid var(--border) !important; }
  .track-order-page .success-details > div:nth-child(2n) { border-right: 0 !important; }
  .track-order-page .success-details > div:nth-last-child(-n+2) { border-bottom: 0 !important; }
  .track-order-page .success-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 9px; }
  .track-order-page .success-actions .btn { width: 100%; padding-inline: 6px; font-size: 10px; }
}

.account-page .recent-orders .profile-panel-head p { font-size: 13px; }
.account-page .profile-order-main small,
.account-page .profile-order-main p { font-size: 11px; line-height: 1.45; }
.account-page .profile-order-main h3 { font-size: 14px; line-height: 1.4; }
.account-page .profile-order-status { font-size: 10px; }
.account-page .profile-order > strong { font-size: 14px; }
.account-page .ordered-product small,
.account-page .ordered-product p,
.account-page .order-detail-meta small { font-size: 13px; line-height: 1.45; }
.account-page .ordered-product h4,
.account-page .ordered-product > strong,
.account-page .order-detail-meta b { font-size: 14px; line-height: 1.4; }
.cancel-modal-overlay { position: fixed; z-index: 90; inset: 0; border: 0; background: rgba(15, 23, 43, .58); }
.cancel-modal-overlay[hidden], .cancel-order-modal[hidden] { display: none !important; }
.cancel-order-modal { position: fixed; z-index: 91; top: 50%; left: 50%; width: min(calc(100% - 32px), 480px); transform: translate(-50%, -50%); border: 1px solid var(--border); border-radius: 5px; background: white; box-shadow: 0 24px 70px rgba(15, 23, 43, .28); }
.cancel-order-modal form { padding: 20px; }
.cancel-order-modal header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.cancel-order-modal header span { color: var(--orange-600); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.cancel-order-modal h2 { margin: 2px 0 0; font-size: 21px; }
.cancel-order-modal header button { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: white; color: var(--navy-950); }
.cancel-order-modal > form > p { margin: 14px 0; color: var(--text-secondary); font-size: 14px; line-height: 1.55; }
.cancel-order-modal label { display: grid; gap: 8px; color: var(--navy-950); font-size: 14px; font-weight: 700; }
.cancel-order-modal textarea { width: 100%; min-height: 110px; resize: vertical; padding: 12px; border: 1px solid var(--border); border-radius: 5px; color: var(--text-primary); font: 400 14px/1.55 Montserrat, sans-serif; }
.cancel-order-modal textarea:focus { border-color: var(--orange-500); outline: 0; }
.cancel-modal-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 16px; }
.cancel-modal-actions .btn { min-height: 42px; }
body.cancel-modal-open { overflow: hidden; }

@media (max-width: 560px) {
  .cancel-order-modal { width: calc(100% - 24px); }
  .cancel-order-modal form { padding: 16px; }
  .cancel-modal-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cancel-modal-actions .btn { width: 100%; padding-inline: 7px; font-size: 10px; }
}

/* ===== Auth Page (login.html) ===== */
.auth-section { display: grid; place-items: center; min-height: calc(100dvh - 200px); padding: 40px 0; }
.auth-card { width: min(100%, 440px); padding: 32px; border: 1px solid var(--border); border-radius: 12px; background: white; box-shadow: var(--shadow-sm); }
.auth-header { text-align: center; margin-bottom: 28px; }
.auth-icon { display: inline-grid; width: 56px; height: 56px; place-items: center; margin-bottom: 16px; border-radius: 50%; background: var(--orange-50); color: var(--orange-600); font-size: 22px; }
.auth-header h1 { margin: 0 0 8px; font-size: 36px; }
.auth-header p { margin: 0; color: var(--text-secondary); font-size: 13px; line-height: 1.5; }
.auth-form { display: grid; gap: 18px; }
.auth-label { display: grid; gap: 8px; color: var(--navy-950); font-size: 13px; font-weight: 700; }
.auth-phone-input { display: grid; grid-template-columns: auto 1fr; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.auth-phone-input:focus-within { border-color: var(--orange-500); box-shadow: 0 0 0 3px rgba(254,110,0,.12); }
.auth-country-code { display: flex; align-items: center; gap: 6px; padding: 0 12px; background: var(--surface-subtle); border-right: 1px solid var(--border); color: var(--text-secondary); font-size: 13px; font-weight: 600; white-space: nowrap; }
.auth-country-code i { color: var(--success); font-size: 11px; }
.auth-phone-input input { height: 48px; padding: 0 14px; border: 0; background: transparent; font-size: 15px; font-weight: 600; letter-spacing: 1px; outline: 0; }
.auth-terms { margin: 0; color: var(--text-secondary); font-size: 11px; text-align: center; line-height: 1.5; }
.auth-terms a { color: var(--orange-600); text-decoration: underline; text-underline-offset: 2px; }
.auth-otp-info { margin: 0; color: var(--text-secondary); font-size: 13px; line-height: 1.5; }
.auth-otp-info strong { color: var(--navy-950); }
.auth-change-phone { padding: 0; border: 0; background: transparent; color: var(--orange-600); font-size: 12px; font-weight: 700; cursor: pointer; text-decoration: underline; }
.auth-otp-inputs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin: 4px 0; }
.auth-otp-inputs input { width: 100%; height: 56px; border: 2px solid var(--border); border-radius: 8px; background: var(--surface-subtle); color: var(--navy-950); font-size: 24px; font-weight: 700; text-align: center; outline: 0; transition: border-color .15s ease; }
.auth-otp-inputs input:focus { border-color: var(--orange-500); background: white; box-shadow: 0 0 0 3px rgba(254,110,0,.12); }
.auth-otp-inputs input.filled { border-color: var(--success); background: #f0fdf4; }
.auth-resend { margin: 0; color: var(--text-secondary); font-size: 12px; text-align: center; }
.auth-resend-btn { padding: 0; border: 0; background: transparent; color: var(--orange-600); font-size: 12px; font-weight: 700; cursor: pointer; }
.auth-resend-btn:disabled { color: var(--text-secondary); cursor: default; opacity: .7; }

/* ===== OTP Login Modal (all pages) ===== */
.otp-modal-overlay { position: fixed; z-index: 1200; inset: 0; background: rgba(15,20,29,.62); backdrop-filter: blur(7px); }
.otp-modal-overlay[hidden], .otp-login-modal[hidden] { display: none !important; }
.otp-login-modal { position: fixed; z-index: 1201; top: 50%; left: 50%; width: min(calc(100% - 24px), 400px); transform: translate(-50%, -50%); overflow: hidden; border: 1px solid rgba(226,232,240,.9); border-radius: 6px; background: white; box-shadow: 0 22px 60px rgba(4,12,28,.3); }
.otp-login-modal::before, .otp-login-modal::after { position: absolute; z-index: -1; content: ""; border-radius: 50%; pointer-events: none; }
.otp-login-modal::before { bottom: -88px; left: -74px; width: 280px; height: 280px; background: #f4f5f7; }
.otp-login-modal::after { right: -85px; bottom: -105px; width: 260px; height: 260px; background: #fff0f7; }
.otp-modal-inner { position: relative; padding: 20px; font-family: "Montserrat", "Noto Sans Bengali", sans-serif; }
.otp-modal-head { min-height: 48px; margin-bottom: 2px; text-align: center; }
.otp-modal-brand { display: inline-flex; align-items: center; gap: 7px; font-family: "Teko", sans-serif; color: var(--navy-950); font-size: 21px; font-weight: 700; line-height: 1; }
.otp-modal-brand .logo-mark { width: 33px; height: 28px; }
.otp-modal-brand b { color: var(--orange-600); }
.otp-modal-head button { position: absolute; top: 13px; right: 13px; display: grid; width: 30px; height: 30px; place-items: center; border: 0; background: transparent; color: #344054; font-size: 17px; cursor: pointer; }
.otp-modal-head button:hover { color: var(--orange-600); }
.otp-modal-inner > h2 { margin: 3px 0 20px; color: var(--navy-950); font-family: "Teko", sans-serif; font-size: 25px; font-weight: 600; line-height: 1; text-align: center; text-transform: uppercase; }
.otp-modal-form { display: grid; gap: 11px; }
.otp-modal-form[hidden] { display: none !important; }
.otp-modal-phone-input, .otp-modal-email-input { display: grid; grid-template-columns: 38px auto 1fr auto; min-height: 46px; align-items: center; overflow: hidden; border: 1px solid #cfd5df; border-radius: 5px; background: rgba(255,255,255,.88); }
.otp-modal-email-input { grid-template-columns: 38px minmax(0, 1fr) 38px; }
.otp-modal-phone-input:focus-within, .otp-modal-email-input:focus-within, .otp-modal-digits:focus-within { border-color: #7b8799; box-shadow: 0 0 0 3px rgba(15,23,43,.07); }
.otp-modal-field-icon { display: grid; width: 27px; height: 30px; place-items: center; justify-self: end; border-radius: 4px; background: #f3f5f8; color: #344054; font-size: 14px; }
.otp-modal-country { padding: 0 8px; color: #273244; font-size: 16px; font-weight: 500; white-space: nowrap; }
.otp-modal-phone-input input, .otp-modal-email-input input { width: 100%; height: 44px; min-width: 0; padding: 0 12px 0 0; border: 0; background: transparent; color: var(--navy-950); font-size: 14px; outline: 0; }
.otp-modal-phone-input input::placeholder, .otp-modal-email-input input::placeholder { color: #a2aabb; }
.otp-modal-primary, .otp-modal-alternate { min-height: 44px; border-radius: 5px; font-size: 14px; font-weight: 700; cursor: pointer; }
.otp-modal-primary, .otp-modal-alternate { font-family: "Teko", sans-serif; font-size: 19px; font-weight: 600; letter-spacing: 0; }
.otp-modal-primary { border: 0; background: var(--navy-950); color: white; box-shadow: 0 10px 20px rgba(15,23,43,.12); }
.otp-modal-form:has(input:invalid) .otp-modal-primary { background: #9ea8b8; box-shadow: none; }
.otp-modal-primary:hover { background: var(--orange-600); }
.otp-modal-form:has(input:invalid) .otp-modal-primary:hover { background: #8f9aaa; }
.otp-modal-alternate { border: 1px solid #cfd5df; background: rgba(255,255,255,.9); color: #344054; }
.otp-modal-alternate i { margin-right: 7px; font-size: 16px; }
.otp-modal-divider { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; color: #566175; font-size: 13px; }
.otp-modal-divider::before, .otp-modal-divider::after { content: ""; height: 1px; background: #dce1e8; }
.otp-modal-phone-readonly { grid-template-columns: 38px auto 1fr auto; }
.otp-modal-phone-readonly strong { font-size: 14px; font-weight: 500; }
.otp-modal-change { margin-right: 9px; padding: 5px; border: 0; background: transparent; color: var(--orange-600); font-size: 11px; font-weight: 800; cursor: pointer; }
.otp-modal-digits { overflow: hidden; border: 1px solid #cfd5df; border-radius: 5px; background: rgba(255,255,255,.88); }
.otp-modal-digits input { width: 100%; height: 44px; padding: 0 12px; border: 0; background: transparent; color: var(--navy-950); font-size: 15px; font-weight: 600; letter-spacing: 3px; text-align: center; outline: 0; }
.otp-modal-digits input::placeholder { color: #a2aabb; letter-spacing: 2px; }
.otp-modal-digits input { font-family: "Teko", sans-serif; }
.otp-modal-digits input::placeholder { font-family: "Teko", sans-serif; font-size: 19px; font-weight: 600; }
.otp-modal-resend { margin: 1px 0 2px; text-align: center; }
.otp-modal-resend-btn { padding: 0; border: 0; background: transparent; color: #8c96a8; font-size: 12px; cursor: pointer; }
.otp-modal-resend-btn:disabled { cursor: default; }
.otp-modal-password-toggle { display: grid; width: 38px; height: 42px; place-items: center; justify-self: end; border: 0; background: transparent; color: #98a2b3; cursor: pointer; }
.otp-modal-back { justify-self: center; padding: 4px; border: 0; background: transparent; color: #566175; font-size: 13px; cursor: pointer; }
.otp-modal-back i { margin-right: 5px; }
body.otp-modal-open { overflow: hidden; }

/* ===== Sports Journal ===== */
.blog-page, .blog-detail-page { background: var(--surface-subtle); }
.blog-intro { padding: 36px 0 26px; border-bottom: 1px solid var(--border); background: white; }
.blog-intro h1 { margin: 0 0 7px; font-size: 48px; text-transform: uppercase; }
.blog-intro > .container > p:last-child { max-width: 720px; margin: 0; color: var(--text-secondary); font-size: 14px; }
.blog-feature-section { padding: 28px 0 4px; }
.blog-feature { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr); overflow: hidden; border: 1px solid var(--border); border-radius: 5px; background: white; }
.blog-feature-media { min-height: 390px; }
.blog-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.blog-feature-copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 34px; }
.blog-category { display: inline-block; margin-bottom: 9px; color: var(--orange-600); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.blog-feature h2 { margin: 0 0 12px; font-size: 38px; text-transform: uppercase; }
.blog-feature-copy > p { margin: 0 0 16px; color: var(--text-secondary); font-size: 13px; line-height: 1.7; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 16px; color: #64748b; font-size: 10px; }
.blog-meta i { margin-right: 4px; }
.blog-feed-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.blog-page .blog-feed { padding-top: 32px; }
.blog-feed-head h2 { margin: 0; font-size: 40px; }
.blog-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.blog-filters button { min-height: 34px; padding: 0 13px; border: 1px solid var(--border); border-radius: 4px; background: white; color: var(--text-secondary); font-size: 10px; font-weight: 700; }
.blog-filters button:hover, .blog-filters button.active { border-color: var(--navy-950); background: var(--navy-950); color: white; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.blog-card { overflow: hidden; border: 1px solid var(--border); border-radius: 5px; background: white; }
.blog-card > a { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.blog-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.blog-card:hover img { transform: scale(1.025); }
.blog-card > div { padding: 18px; }
.blog-card h3 { min-height: 48px; margin: 0 0 8px; font-size: 24px; line-height: 1; text-transform: uppercase; }
.blog-card p { min-height: 60px; margin: 0 0 13px; color: var(--text-secondary); font-size: 12px; line-height: 1.65; }
.blog-read-more { display: inline-flex; width: fit-content; align-items: center; gap: 7px; margin-bottom: 12px; color: var(--navy-950); font-size: 11px; font-weight: 700; }
.blog-read-more:hover { color: var(--orange-600); }
.blog-read-more i { font-size: 9px; }
.blog-card .blog-meta { justify-content: space-between; margin: 0; padding-top: 12px; border-top: 1px solid var(--border); }

.article-header { max-width: 920px; padding-top: 28px; padding-bottom: 22px; text-align: center; }
.article-breadcrumb { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #64748b; font-size: 10px; }
.article-breadcrumb i { font-size: 7px; }
.article-header h1 { max-width: 850px; margin: 0 auto 12px; font-size: 50px; text-transform: uppercase; }
.article-deck { max-width: 760px; margin: 0 auto 18px; color: var(--text-secondary); font-size: 15px; line-height: 1.7; }
.article-byline { display: flex; max-width: 760px; align-items: center; gap: 10px; margin: auto; padding-top: 15px; border-top: 1px solid var(--border); text-align: left; }
.article-author-mark { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: var(--navy-950); color: white; font-size: 11px; font-weight: 700; }
.article-byline > div:nth-child(2) { display: grid; }
.article-byline strong { color: var(--navy-950); font-size: 11px; }
.article-byline div > span { color: #64748b; font-size: 9px; }
.article-share { display: flex !important; align-items: center; gap: 6px; margin-left: auto; }
.article-share a { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: white; color: var(--navy-950); font-size: 10px; }
.article-share a:nth-of-type(2) i { display: none; }
.article-share a:nth-of-type(2)::before { content: "X"; font-size: 10px; font-weight: 700; }
.article-hero { overflow: hidden; aspect-ratio: 2.35 / 1; padding: 0; border-radius: 5px; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 860px); justify-content: center; gap: 0; padding-top: 34px; padding-bottom: 50px; }
.article-content { color: #334155; font-size: 14px; line-height: 1.85; }
.article-content > p { margin-bottom: 22px; }
.article-content .article-lead { color: var(--navy-950); font-size: 17px; font-weight: 600; line-height: 1.75; }
.article-content h2 { margin: 34px 0 10px; font-size: 31px; text-transform: uppercase; }
.article-content figure { margin: 28px 0; }
.article-content figure img { width: 100%; max-height: 430px; border-radius: 5px; object-fit: cover; }
.article-content figcaption { padding-top: 7px; color: #64748b; font-size: 9px; }
.article-callout { display: flex; gap: 14px; margin: 26px 0; padding: 18px; border-left: 4px solid var(--orange-500); background: white; }
.blog-detail-page .article-callout, .blog-detail-page .article-aside { display: none; }
.article-callout > i { margin-top: 3px; color: var(--orange-600); font-size: 19px; }
.article-callout h3 { margin: 0 0 4px; font-size: 22px; }
.article-callout p { margin: 0; font-size: 12px; line-height: 1.65; }
.article-summary { margin-top: 30px; padding: 22px; border: 1px solid var(--border); border-radius: 5px; background: white; }
.article-summary > span { color: var(--orange-600); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.article-summary ul { display: grid; gap: 8px; margin: 12px 0 0; padding-left: 18px; }
.article-actions { display: flex; gap: 10px; margin-top: 22px; }
.article-aside { display: grid; align-content: start; gap: 14px; }
.article-aside-block { position: sticky; top: 142px; display: grid; gap: 10px; padding: 17px; border: 1px solid var(--border); border-radius: 5px; background: white; }
.article-aside-block > span { padding-bottom: 8px; border-bottom: 1px solid var(--border); color: var(--navy-950); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.article-aside-block a { color: var(--text-secondary); font-size: 11px; }
.article-aside-block a:hover { color: var(--orange-600); }
.article-help { position: static; margin-top: 200px; background: var(--navy-950); color: #cbd5e1; }
.article-help > i { color: var(--orange-500); font-size: 22px; }
.article-help h3 { margin: 0; color: white; font-size: 23px; }
.article-help p { margin: 0; font-size: 10px; }
.article-help a { color: var(--orange-500); font-weight: 700; }
.related-posts { padding: 42px 0; border-top: 1px solid var(--border); }

@media (max-width: 980px) {
  .blog-feature { grid-template-columns: 1.1fr 1fr; }
  .blog-feature-media { min-height: 330px; }
  .blog-feature-copy { padding: 25px; }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-layout { grid-template-columns: minmax(0, 700px); }
  .article-aside { display: none; }
}

@media (max-width: 560px) {
  .auth-section { min-height: calc(100dvh - 160px); padding: 24px 0; }
  .auth-card { padding: 22px 18px; border: 0; box-shadow: none; }
  .auth-header h1 { font-size: 30px; }
  .auth-otp-inputs { gap: 6px; }
  .auth-otp-inputs input { height: 48px; font-size: 19px; }
  .otp-login-modal { width: calc(100% - 16px); }
  .otp-modal-inner { padding: 18px 16px; }
  .otp-modal-head { min-height: 46px; }
  .otp-modal-head button { top: 10px; right: 8px; }
  .otp-modal-inner > h2 { margin: 2px 0 18px; font-size: 23px; }
  .otp-modal-phone-input, .otp-modal-email-input { min-height: 46px; border-radius: 5px; }
  .otp-modal-phone-input input, .otp-modal-email-input input { height: 44px; font-size: 14px; }
  .otp-modal-country { font-size: 16px; }
  .otp-modal-primary, .otp-modal-alternate { min-height: 44px; border-radius: 5px; font-size: 14px; }
  .otp-modal-digits { border-radius: 5px; }
  .otp-modal-digits input { height: 44px; font-size: 15px; letter-spacing: 3px; }
  .otp-modal-digits input::placeholder { letter-spacing: 2px; }
  .blog-intro { padding: 22px 0 18px; }
  .blog-intro h1 { font-size: 34px; }
  .blog-intro > .container > p:last-child { font-size: 12px; line-height: 1.6; }
  .blog-feature-section { padding-top: 16px; }
  .blog-feature { grid-template-columns: 1fr; }
  .blog-feature-media { min-height: 0; aspect-ratio: 16 / 10; }
  .blog-feature-copy { padding: 18px; }
  .blog-feature h2 { font-size: 29px; }
  .blog-feature-copy > p { font-size: 12px; }
  .blog-feed.section { padding: 28px 0; }
  .blog-feed-head { align-items: flex-start; flex-direction: column; margin-bottom: 16px; }
  .blog-feed-head h2 { font-size: 31px; }
  .blog-filters { width: 100%; justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .blog-filters button { white-space: nowrap; }
  .blog-grid { grid-template-columns: 1fr; gap: 12px; }
  .blog-card { display: block; min-height: 0; }
  .blog-card > a { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .blog-card > div { display: block; min-width: 0; padding: 15px; }
  .blog-card .blog-category { margin-bottom: 7px; font-size: 10px; }
  .blog-card h3 { min-height: 0; margin-bottom: 8px; font-size: 23px; overflow-wrap: anywhere; }
  .blog-card p { display: block; min-height: 0; margin-bottom: 12px; font-size: 11px; }
  .blog-card .blog-meta { width: 100%; justify-content: space-between; gap: 7px; margin-top: 0; padding-top: 9px; font-size: 9px; }
  .article-header { padding-top: 18px; padding-bottom: 16px; }
  .article-breadcrumb { justify-content: flex-start; margin-bottom: 15px; overflow: hidden; flex-wrap: nowrap; white-space: nowrap; }
  .article-header { text-align: left; }
  .article-header h1 { font-size: 34px; }
  .article-deck { font-size: 12px; }
  .article-byline { align-items: flex-start; }
  .article-share > span { display: none; }
  .article-hero { width: calc(100% - 24px); max-width: calc(100% - 24px); aspect-ratio: 16 / 10; }
  .article-layout { padding-top: 22px; padding-bottom: 34px; }
  .article-content { font-size: 13px; line-height: 1.75; }
  .article-content .article-lead { font-size: 14px; }
  .article-content h2 { margin-top: 27px; font-size: 27px; }
  .article-content figure { margin: 20px 0; }
  .article-callout { padding: 14px; }
  .article-summary { padding: 16px; }
  .article-actions { flex-direction: column; }
  .related-posts { padding: 28px 0 calc(82px + env(safe-area-inset-bottom)); }
  .related-posts .section-heading { align-items: flex-start; }
  .related-posts .section-heading h2 { font-size: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ===== Wholesale Portal ===== */
.wholesale-page { background: var(--surface-subtle); }
.wholesale-page .nav-extra.active { color: var(--orange-600); }
.wholesale-top { padding: 26px 0; border-bottom: 1px solid var(--border); background: white; }
.wholesale-top-inner { display: block; }
.wholesale-top h1, .wholesale-commerce-head h1 { margin: 0 0 4px; font-size: 40px; text-transform: uppercase; }
.wholesale-top p:last-child { margin: 0; color: var(--text-secondary); font-size: 12px; }
.wholesale-catalog { padding: 22px 0 80px; }
.wholesale-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 180px 170px auto; gap: 8px; margin-bottom: 12px; }
.wholesale-toolbar input, .wholesale-toolbar select, .wholesale-toolbar button { height: 44px; border: 1px solid var(--border); border-radius: 5px; background: white; color: var(--navy-950); font-size: 11px; }
.wholesale-search { position: relative; }
.wholesale-search i { position: absolute; top: 15px; left: 14px; color: #94a3b8; }
.wholesale-search input { width: 100%; padding: 0 12px 0 38px; }
.wholesale-toolbar select { padding: 0 11px; }
.wholesale-toolbar button { padding: 0 14px; font-weight: 700; }
.wholesale-toolbar button i { margin-right: 6px; color: var(--orange-600); }
.wholesale-table-head, .wholesale-product-row { display: grid; grid-template-columns: 40px 64px minmax(340px, 1fr) 130px 150px 134px 180px; align-items: center; }
.wholesale-table-head { min-height: 40px; padding: 0 12px; background: var(--navy-950); color: white; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.wholesale-table-head span:nth-child(2) { grid-column: 2 / 4; }
.wholesale-products { border: 1px solid var(--border); border-top: 0; border-radius: 0 0 5px 5px; background: white; }
.wholesale-product-row { min-height: 106px; padding: 10px 12px; border-bottom: 1px solid var(--border); transition: background .15s ease; }
.wholesale-product-row:last-child { border-bottom: 0; }
.wholesale-product-row.selected { background: #fffaf5; }
.wholesale-product-row > img { width: 54px; height: 54px; border-radius: 5px; object-fit: cover; }
.wholesale-select { display: grid; width: 36px; height: 44px; place-items: center; cursor: pointer; }
.wholesale-select input { width: 17px; height: 17px; accent-color: var(--orange-500); }
.wholesale-product-info { min-width: 0; padding: 0 10px; }
.wholesale-product-info small { color: var(--orange-600); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.wholesale-product-info h2 { overflow: hidden; margin: 2px 0; font: 700 13px/1.3 Montserrat, sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.wholesale-product-info span { color: var(--text-secondary); font-size: 9px; }
.wholesale-variations { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 6px; }
.wholesale-variations label { position: relative; display: block; }
.wholesale-variations label > span { position: absolute; z-index: 1; top: 3px; left: 7px; color: var(--text-secondary); font-size: 6px; font-weight: 700; line-height: 1; text-transform: uppercase; pointer-events: none; }
.wholesale-variations select { width: 82px; height: 34px; padding: 10px 20px 2px 7px; border: 1px solid var(--border); border-radius: 4px; background-color: white; color: var(--navy-950); font: 600 9px/1 Montserrat, sans-serif; cursor: pointer; }
.wholesale-price { display: grid; }
.wholesale-product-metrics { display: contents; }
.wholesale-product-row .wholesale-product-metrics > .wholesale-price { grid-column: 4; }
.wholesale-product-row .wholesale-product-metrics > .wholesale-rules { grid-column: 5; }
.wholesale-product-row > .wholesale-qty { grid-column: 6; }
.wholesale-product-row .wholesale-product-metrics > .wholesale-line-total { grid-column: 7; }
.wholesale-product-row > .wholesale-add-one { grid-column: 7; }
.wholesale-price small { color: var(--text-secondary); font-size: 8px; }
.wholesale-price strong { font-size: 14px; }
.wholesale-price del { color: #94a3b8; font-size: 9px; }
.wholesale-rules { display: flex; flex-wrap: wrap; gap: 5px; }
.wholesale-rules span { padding: 4px 6px; border: 1px solid var(--border); border-radius: 4px; color: var(--text-secondary); font-size: 8px; }
.wholesale-rules b { color: var(--navy-950); }
.wholesale-qty { display: grid; width: 124px; height: 40px; grid-template-columns: 38px minmax(0, 1fr) 38px; overflow: hidden; border: 1px solid var(--border); }
.wholesale-qty button, .wholesale-qty input { min-width: 0; border: 0; background: white; text-align: center; }
.wholesale-qty button { font-size: 17px; }
.wholesale-qty input { width: 100%; border-right: 1px solid var(--border); border-left: 1px solid var(--border); font-size: 11px; font-weight: 700; appearance: textfield; }
.wholesale-qty input::-webkit-inner-spin-button { appearance: none; }
.wholesale-line-total, .wholesale-cart-total { font-size: 13px; }
.wholesale-add-one { display: flex; width: 100%; height: 40px; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 4px; background: var(--navy-950); color: white; }
.wholesale-add-one span { display: inline; font-size: 10px; font-weight: 700; }
.wholesale-no-results, .wholesale-empty { padding: 55px 20px; text-align: center; }
.wholesale-no-results i, .wholesale-empty > i { margin-bottom: 12px; color: #94a3b8; font-size: 28px; }
.wholesale-no-results h2, .wholesale-empty h2 { margin: 0 0 5px; font-size: 27px; }
.wholesale-no-results p, .wholesale-empty p { color: var(--text-secondary); font-size: 11px; }
.wholesale-pagination { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 22px 0 0; }
.wholesale-pagination[hidden] { display: none; }
.wholesale-pagination button { display: inline-flex; min-width: 40px; height: 40px; align-items: center; justify-content: center; gap: 7px; padding: 0 12px; border: 1px solid var(--border); border-radius: 5px; background: white; color: var(--navy-950); font: 700 10px/1 Montserrat, sans-serif; cursor: pointer; }
.wholesale-pagination button:hover:not(:disabled), .wholesale-pagination button.active { border-color: var(--navy-950); background: var(--navy-950); color: white; }
.wholesale-pagination button:disabled { cursor: not-allowed; opacity: .4; }
.bulk-selection-bar { position: fixed; z-index: 70; right: 24px; bottom: 18px; left: 24px; display: grid; max-width: 900px; min-height: 62px; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; margin: auto; padding: 9px 10px 9px 17px; border: 1px solid #24304a; border-radius: 5px; background: var(--navy-950); color: white; box-shadow: 0 18px 44px rgba(15,23,43,.28); }
.bulk-selection-bar[hidden] { display: none; }
.bulk-selection-bar > div { display: grid; }
.bulk-selection-bar strong { font-size: 12px; }
.bulk-selection-bar span { color: #cbd5e1; font-size: 9px; }
.bulk-selection-bar > div > span { color: white; font-size: 13px; font-weight: 600; line-height: 1.4; }
.bulk-selection-bar > div > span b { font-weight: 700; }
.bulk-selection-bar > button:not(.btn) { min-height: 42px; padding: 0 12px; border: 0; background: transparent; color: white; font-size: 10px; }

.wholesale-commerce { min-height: calc(100dvh - 200px); padding-bottom: 44px; }
.wholesale-commerce-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 24px; padding-bottom: 16px; }
.wholesale-commerce-head .eyebrow { margin-bottom: 3px; }
.wholesale-commerce-head > a { color: var(--orange-600); font-size: 10px; font-weight: 700; }
.wholesale-commerce-layout, .wholesale-checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 20px; }
.wholesale-cart-lines, .wholesale-summary, .wholesale-checkout-fields .checkout-card { border: 1px solid var(--border); border-radius: 5px; background: white; }
.wholesale-cart-line { position: relative; display: grid; min-height: 118px; grid-template-columns: 78px minmax(180px, 1fr) 100px 124px 110px 36px; align-items: center; gap: 12px; padding: 14px; border-bottom: 1px solid var(--border); }
.wholesale-cart-line:last-child { border-bottom: 0; }
.wholesale-cart-line > img { width: 76px; height: 76px; border-radius: 5px; object-fit: cover; }
.wholesale-cart-line h2 { margin: 3px 0; font: 700 13px/1.3 Montserrat, sans-serif; }
.wholesale-cart-line small, .wholesale-cart-line span, .wholesale-cart-price small { color: var(--text-secondary); font-size: 9px; }
.wholesale-cart-line .wholesale-cart-variation, .wholesale-checkout-line .wholesale-checkout-variation { display: block; margin-bottom: 3px; color: var(--orange-600); font-weight: 700; }
.wholesale-cart-price { display: grid; }
.wholesale-cart-price strong { font-size: 12px; }
.wholesale-remove { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: white; color: var(--text-secondary); }
.wholesale-summary { position: sticky; top: calc(var(--site-header-height, 104px) + 14px); padding: 19px; }
.wholesale-summary > h2 { margin: 0; padding-bottom: 14px; border-bottom: 1px solid var(--border); font: 700 17px/1.2 Montserrat, sans-serif; }
.wholesale-summary dl { margin: 14px 0 18px; }
.wholesale-summary dl > div { display: flex; justify-content: space-between; padding: 7px 0; color: var(--text-secondary); font-size: 14px; }
.wholesale-summary .coupon-form input:focus, .wholesale-summary .coupon-form input:focus-visible { border-color: var(--border); outline: 0; box-shadow: none; }
.wholesale-summary dt, .wholesale-summary dd { margin: 0; }
.wholesale-summary .summary-total { margin-top: 7px; padding-top: 13px; border-top: 1px solid var(--border); color: var(--navy-950); font-weight: 700; }
.wholesale-summary .summary-total dd { font: 700 25px/1 Teko, sans-serif; }
.coupon-hint { margin: -10px 0 7px; color: var(--text-secondary); font-size: 10px; }
.coupon-message { min-height: 18px; margin: 0; font-size: 9px; }
.coupon-message.success { color: var(--success); }
.coupon-message.error { color: var(--danger); }
.btn.disabled { pointer-events: none; opacity: .45; }
.wholesale-simple-footer { padding-top: 0; }
.wholesale-simple-footer a { color: white; font-size: 10px; font-weight: 700; }

.wholesale-checkout-fields { display: grid; gap: 14px; }
.wholesale-checkout-fields .checkout-card { padding: 20px; }
.wholesale-checkout-fields textarea { min-height: 82px; }
.wholesale-payment { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wholesale-payment label { display: grid; min-height: 68px; grid-template-columns: 20px 1fr; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--border); cursor: pointer; }
.wholesale-payment input { width: 17px; height: 17px; accent-color: var(--orange-500); }
.wholesale-payment span { display: grid; }
.wholesale-payment b { font-size: 11px; }
.wholesale-payment small { color: var(--text-secondary); font-size: 8px; }
.wholesale-checkout-summary > [data-wholesale-checkout-lines] { max-height: 310px; overflow-y: auto; }
.wholesale-checkout-line { display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; align-items: center; gap: 9px; padding: 11px 0; border-bottom: 1px solid var(--border); }
.wholesale-checkout-line img { width: 48px; height: 48px; border-radius: 5px; object-fit: cover; }
.wholesale-checkout-line h3 { margin: 0 0 3px; font: 700 10px/1.3 Montserrat, sans-serif; }
.wholesale-checkout-line span { color: var(--text-secondary); font-size: 10px; }
.wholesale-checkout-line strong { font-size: 10px; }

.wholesale-success { padding: 24px 0 42px; }
.wholesale-success-card { max-width: 760px; padding: 24px; border: 1px solid var(--border); border-radius: 5px; background: white; text-align: center; }
.wholesale-success-icon { display: grid; width: 52px; height: 52px; place-items: center; margin: 0 auto 10px; border-radius: 50%; background: #dcfce7; color: var(--success); font-size: 20px; }
.wholesale-success-card h1 { margin: 0 0 5px; font-size: 38px; }
.wholesale-success-card > p:not(.eyebrow) { margin: 0 auto 14px; color: var(--text-secondary); font-size: 11px; }
.wholesale-order-reference { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; padding: 8px 12px; border-radius: 5px; background: var(--surface-subtle); font-size: 9px; }
.wholesale-order-reference strong { font-size: 12px; }
.wholesale-order-reference small { color: var(--text-secondary); }
.wholesale-success-details { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--border); border-radius: 5px; text-align: left; }
.wholesale-success-details > div { display: grid; gap: 3px; padding: 12px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.wholesale-success-details > div:nth-child(2n) { border-right: 0; }
.wholesale-success-details > div:nth-last-child(-n+2) { border-bottom: 0; }
.wholesale-success-details small { color: var(--text-secondary); font-size: 8px; text-transform: uppercase; }
.wholesale-success-details b { font-size: 11px; }
.wholesale-success-products { margin-top: 14px; padding: 14px; border: 1px solid var(--border); border-radius: 5px; text-align: left; }
.wholesale-success-products > h2 { margin: 0; padding-bottom: 9px; border-bottom: 1px solid var(--border); font-size: 23px; }
.wholesale-success-actions { display: flex; justify-content: center; gap: 8px; margin-top: 15px; }

@media (min-width: 821px) {
  .wholesale-variations select { width: 105px; }
  .wholesale-table-head span:nth-child(5) { grid-column: 6; }
  .wholesale-table-head span:nth-child(6) { grid-column: 7; text-align: center; }
  .wholesale-table-head span:nth-child(7) { display: none; }
  .wholesale-product-row .wholesale-product-metrics > .wholesale-price { grid-column: 4; grid-row: 1; align-self: center; }
  .wholesale-product-row .wholesale-product-metrics > .wholesale-rules { grid-column: 5; grid-row: 1; align-self: center; }
  .wholesale-product-row > .wholesale-qty { grid-column: 6; grid-row: 1; align-self: center; }
  .wholesale-product-row .wholesale-product-metrics > .wholesale-line-total { grid-column: 7; grid-row: 1; align-self: center; justify-self: center; margin-bottom: 50px; text-align: center; }
  .wholesale-product-row > .wholesale-add-one { grid-column: 7; grid-row: 1; align-self: center; margin-top: 50px; }
}

@media (max-width: 1080px) {
  .wholesale-table-head, .wholesale-product-row { grid-template-columns: 36px 58px minmax(210px, 1fr) 105px 120px 110px 140px; }
  .wholesale-commerce-layout, .wholesale-checkout-layout { grid-template-columns: 1fr 310px; }
  .wholesale-cart-line { grid-template-columns: 68px minmax(150px, 1fr) 90px 124px 95px 34px; gap: 8px; }
}

@media (max-width: 820px) {
  .wholesale-toolbar { grid-template-columns: 1fr 1fr; }
  .wholesale-search { grid-column: 1 / -1; }
  .wholesale-table-head { display: none; }
  .wholesale-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; border: 0; background: transparent; }
  .wholesale-product-row { display: grid; min-width: 0; grid-template-columns: 34px 64px minmax(0, 1fr); grid-template-areas: "select image info" "price price rules" "qty total add"; gap: 10px; padding: 12px; border: 1px solid var(--border); border-radius: 5px; background: white; }
  .wholesale-product-row > .wholesale-select { grid-area: select; }
  .wholesale-product-row > img { grid-area: image; width: 62px; height: 62px; }
  .wholesale-product-info { grid-area: info; padding: 0; }
  .wholesale-product-row .wholesale-product-metrics > .wholesale-price { grid-area: price; grid-column: auto; }
  .wholesale-product-row .wholesale-product-metrics > .wholesale-rules { grid-area: rules; grid-column: auto; justify-content: flex-end; }
  .wholesale-product-row > .wholesale-qty { grid-area: qty; }
  .wholesale-product-row .wholesale-product-metrics > .wholesale-line-total { grid-area: total; grid-column: auto; justify-self: end; }
  .wholesale-product-row > .wholesale-add-one { grid-area: add; grid-column: auto; justify-self: stretch; }
  .wholesale-commerce-layout, .wholesale-checkout-layout { grid-template-columns: 1fr; }
  .wholesale-summary { position: static; }
}

@media (max-width: 560px) {
  .wholesale-top { padding: 18px 0; }
  .wholesale-top h1, .wholesale-commerce-head h1 { font-size: 31px; }
  .wholesale-catalog { padding: 14px 0 calc(140px + env(safe-area-inset-bottom)); }
  .wholesale-toolbar { grid-template-columns: 1fr 1fr; gap: 7px; }
  .wholesale-toolbar button { grid-column: 1 / -1; }
  .wholesale-products { grid-template-columns: 1fr; }
  .wholesale-pagination { gap: 5px; padding-top: 16px; }
  .wholesale-pagination button { min-width: 42px; height: 42px; padding: 0 10px; }
  .wholesale-pagination button span { display: none; }
  .wholesale-product-row { grid-template-columns: 28px 72px minmax(0, 1fr); grid-template-areas: "select image info" "metrics metrics metrics" "qty qty add"; column-gap: 9px; row-gap: 12px; padding: 13px 12px; }
  .wholesale-product-row.has-variations { grid-template-areas: "select image info" "variations variations variations" "metrics metrics metrics" "qty qty add"; }
  .wholesale-product-row > .wholesale-select { width: 28px; height: 72px; align-self: start; }
  .wholesale-product-row > img { width: 72px; height: 72px; }
  .wholesale-product-info { display: contents; }
  .wholesale-product-copy { grid-area: info; min-width: 0; align-self: center; }
  .wholesale-product-copy > span { display: none; }
  .wholesale-product-info small { font-size: 9px; }
  .wholesale-product-info h2 { margin-top: 3px; white-space: normal; font-size: 14px; line-height: 1.35; }
  .wholesale-variations { grid-area: variations; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 0; padding-top: 11px; border-top: 1px solid var(--border); }
  .wholesale-variations label > span { top: 5px; left: 10px; font-size: 7px; }
  .wholesale-variations select { width: 100%; height: 44px; padding: 13px 28px 3px 10px; font-size: 11px; }
  .wholesale-product-metrics { grid-area: metrics; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: end; gap: 8px; padding-top: 1px; }
  .wholesale-product-row .wholesale-product-metrics > .wholesale-price,
  .wholesale-product-row .wholesale-product-metrics > .wholesale-rules,
  .wholesale-product-row .wholesale-product-metrics > .wholesale-line-total { grid-area: auto; grid-column: auto; }
  .wholesale-price { align-self: end; }
  .wholesale-price small { font-size: 9px; }
  .wholesale-price strong { font-size: 16px; }
  .wholesale-price del { display: none; }
  .wholesale-rules { display: flex; flex-wrap: nowrap; align-self: end; justify-content: center; gap: 4px; }
  .wholesale-rules span { padding: 6px 7px; font-size: 10px; white-space: nowrap; }
  .wholesale-line-total { display: grid; align-self: end; justify-self: end; gap: 3px; font-size: 15px; text-align: right; }
  .wholesale-line-total::before { content: "Line total"; color: var(--text-secondary); font: 400 8px/1 Montserrat, sans-serif; }
  .wholesale-qty { width: 109px; height: 44px; grid-template-columns: 34px minmax(0, 1fr) 34px; }
  .wholesale-qty input { width: 100%; font-size: 12px; }
  .wholesale-add-one { height: 44px; }
  .wholesale-product-row .wholesale-add-one { display: flex; width: 100%; justify-content: center; gap: 7px; }
  .wholesale-product-row .wholesale-add-one span { display: inline; font-size: 11px; font-weight: 700; }
  .bulk-selection-bar { right: 8px; bottom: calc(64px + env(safe-area-inset-bottom)); left: 8px; min-height: 68px; grid-template-columns: 1fr auto; padding: 8px 9px 8px 12px; }
  .bulk-selection-bar > button:not(.btn) { display: none; }
  .bulk-selection-bar .btn { min-height: 46px; padding: 0 12px; font-size: 10px; }
  .wholesale-commerce { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .wholesale-commerce-head { align-items: flex-start; padding-top: 17px; padding-bottom: 12px; }
  .wholesale-cart-line { display: grid; min-height: 0; grid-template-columns: 68px minmax(0, 1fr) 34px; grid-template-areas: "image info remove" "qty price price" "qty total total"; gap: 9px; padding: 12px; }
  .wholesale-cart-line > img { grid-area: image; width: 66px; height: 66px; }
  .wholesale-cart-line > div:nth-of-type(1) { grid-area: info; }
  .wholesale-cart-price { grid-area: price; justify-self: end; text-align: right; }
  .wholesale-cart-line .wholesale-qty { grid-area: qty; }
  .wholesale-cart-total { grid-area: total; align-self: end; justify-self: end; font-size: 15px; }
  .wholesale-remove { grid-area: remove; }
  .wholesale-summary, .wholesale-checkout-fields .checkout-card { padding: 15px; }
  .wholesale-payment { grid-template-columns: 1fr; }
  .wholesale-checkout-line h3 { font-size: 11px; }
  .wholesale-success { padding: 14px 0 calc(80px + env(safe-area-inset-bottom)); }
  .wholesale-success-card { padding: 18px 12px; }
  .wholesale-success-card h1 { font-size: 31px; }
  .wholesale-success-details { grid-template-columns: 1fr; }
  .wholesale-success-details > div { border-right: 0; border-bottom: 1px solid var(--border) !important; }
  .wholesale-success-details > div:last-child { border-bottom: 0 !important; }
  .wholesale-success-actions { flex-direction: column; }
}
