/* Shark Dental Outlet — storefront styles
   Palette: clinical navy/blue + mint savings accent. Type: Sora (display) + Public Sans (body). */

:root {
  --navy: #0a2445;
  --blue: #1159d8;
  --blue-dark: #0d47ad;
  --sky: #eef4ff;
  --mint: #7fe8c9;
  --ink: #12233d;
  --muted: #5b6b82;
  --line: #dde6f2;
  --bg: #f7fafd;
  --green: #0a7d54;   /* darkened from #0e9f6e for WCAG-AA contrast on white + the light savings chip */
  --amber: #f5a623;
  --red: #d92f2f;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(10, 36, 69, .10);
  --font-display: "Sora", sans-serif;
  --font-body: "Public Sans", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  font-size: 15px;
}
h1, h2, h3, .logo-text { font-family: var(--font-display); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }
input, select { font: inherit; }

.wrap { max-width: 1180px; margin-inline: auto; padding-inline: 20px; }

/* ---------- chrome ---------- */
.topbar {
  background: var(--navy);
  color: #cfe0ff;
  text-align: center;
  font-size: 12.5px;
  letter-spacing: .02em;
  padding: 7px 12px;
}
.header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 14px rgba(10, 36, 69, .06);
}
.header-in { display: flex; align-items: center; gap: 22px; padding-block: 14px; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark {
  width: 38px; height: 38px; border-radius: 11px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  display: grid; place-items: center;
}
.logo-mark svg { width: 22px; fill: #fff; }
.logo-text { font-weight: 800; font-size: 19px; color: var(--navy); letter-spacing: -.01em; }
.logo-text em { font-style: normal; color: var(--blue); font-weight: 600; }
.search { flex: 1; display: flex; max-width: 520px; }
.search input {
  flex: 1; border: 1.5px solid var(--line); border-right: 0;
  border-radius: 10px 0 0 10px; padding: 10px 14px; outline: none;
  background: var(--bg);
}
.search input:focus { border-color: var(--blue); background: #fff; }
.search .btn { border-radius: 0 10px 10px 0; }
.nav { display: flex; gap: 18px; font-weight: 600; font-size: 14px; color: var(--muted); }
.nav a:hover, .nav a.active { color: var(--blue); }
.cart-btn {
  display: flex; align-items: center; gap: 7px; font-weight: 700; font-size: 14px;
  border: 1.5px solid var(--line); border-radius: 10px; padding: 8px 14px; position: relative;
  background: #fff; transition: border-color .15s;
}
.cart-btn:hover { border-color: var(--blue); }
.cart-btn b {
  position: absolute; top: -8px; right: -8px; min-width: 20px; height: 20px;
  background: var(--red); color: #fff; border-radius: 999px; font-size: 11px;
  display: none; place-items: center; padding-inline: 5px; line-height: 20px; text-align: center;
}
.cart-btn b.show { display: grid; }

/* ---------- buttons ---------- */
.btn {
  background: var(--blue); color: #fff; border: 0; border-radius: 10px;
  padding: 10px 18px; font-weight: 700; font-size: 14px;
  transition: background .15s, transform .1s;
}
.btn:hover { background: var(--blue-dark); }
.btn:active { transform: scale(.98); }
.btn.ghost { background: transparent; border: 1.5px solid rgba(255,255,255,.55); }
.btn.ghost:hover { background: rgba(255,255,255,.12); }
.btn.big { padding: 13px 26px; font-size: 15px; }

/* ---------- hero ---------- */
.hero {
  background:
    radial-gradient(1.5px 1.5px at 20% 30%, rgba(255,255,255,.16) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 70% 65%, rgba(255,255,255,.13) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 45% 85%, rgba(255,255,255,.10) 50%, transparent 51%),
    linear-gradient(118deg, #081d3a, #0a2f66 48%, #0f4cc0);
  background-size: 220px 220px, 260px 260px, 240px 240px, cover;
  color: #fff;
  padding: 64px 0 56px;
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #8fd8ff; margin-bottom: 14px;
}
.hero h1 {
  font-size: clamp(30px, 4.2vw, 46px); line-height: 1.12; letter-spacing: -.02em;
  font-weight: 800; margin-bottom: 16px;
}
.hero h1 em { font-style: normal; color: #7fe8c9; }
.hero p.lede { font-size: 16.5px; color: #c8d9f5; max-width: 46ch; margin-bottom: 26px; }
.hero-ctas { display: flex; gap: 12px; margin-bottom: 38px; }
.hero-stats { display: flex; gap: 34px; }
.hero-stats div strong { display: block; font-family: var(--font-display); font-size: 22px; }
.hero-stats div span { font-size: 12.5px; color: #9db8e2; }

.hero-panel { display: grid; gap: 14px; }
.mini-card {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(6px); border-radius: var(--radius); padding: 14px 18px;
  display: flex; align-items: center; gap: 14px; animation: rise .6s both;
}
.mini-card:nth-child(2) { animation-delay: .12s; margin-left: 26px; }
.mini-card:nth-child(3) { animation-delay: .24s; }
.mini-card .ico { font-size: 22px; }
.mini-card strong { display: block; font-size: 14px; }
.mini-card span { font-size: 12.5px; color: #b9cdef; }

@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- sections ---------- */
.section { padding-block: 52px; }
.section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 26px; gap: 20px; }
.section-head h2 { font-size: 26px; letter-spacing: -.01em; color: var(--navy); }
.section-head p { color: var(--muted); margin-top: 4px; }
.section-head .more { font-weight: 700; color: var(--blue); font-size: 14px; white-space: nowrap; }
.section-head .more:hover { text-decoration: underline; }

/* categories */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }
.cat-tile {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 16px; text-align: center; transition: transform .16s, box-shadow .16s;
}
.cat-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cat-tile .ico {
  width: 52px; height: 52px; border-radius: 999px; margin: 0 auto 12px;
  display: grid; place-items: center;
}
.cat-tile .ico svg { width: 26px; fill: #fff; }
.cat-tile strong { font-size: 13.5px; display: block; color: var(--navy); }
.cat-tile span { font-size: 12px; color: var(--muted); }

/* product cards */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); gap: 16px; }
.grid > * { animation: rise .45s both; }
.grid > *:nth-child(2) { animation-delay: .06s; }
.grid > *:nth-child(3) { animation-delay: .12s; }
.grid > *:nth-child(4) { animation-delay: .18s; }
.grid > *:nth-child(n+5) { animation-delay: .24s; }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .16s, box-shadow .16s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card-link { display: flex; flex-direction: column; flex: 1; }
.art {
  aspect-ratio: 4 / 3; display: grid; place-items: center; position: relative;
  background: #fff; overflow: hidden;
}
/* photo fills the whole tile regardless of grid centering (which would otherwise
   shrink an unloaded <img> to 0×0 and collapse the card) */
.art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 12px; }
/* fallback tooth tile: hidden when a real photo is present */
.art-tooth { width: 44%; fill: rgba(255,255,255,.22); display: none; }
.art-fallback {
  background: linear-gradient(135deg, hsl(var(--art-hue) 72% 44%), hsl(calc(var(--art-hue) + 16) 70% 28%));
}
.art-fallback .art-tooth { display: block; }
.art-brand {
  position: absolute; top: 10px; left: 10px; background: rgba(255,255,255,.96);
  color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .04em;
  padding: 3px 9px; border-radius: 999px;
  border: 1px solid var(--line); box-shadow: 0 1px 4px rgba(10,36,69,.10); z-index: 2;
}
.art-badge { z-index: 2; }
.art-badge {
  position: absolute; bottom: 10px; left: 10px; background: var(--amber);
  color: #4a2c00; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 999px;
}
.art-popular {
  position: absolute; top: 10px; right: 10px; display: inline-flex; align-items: center; gap: 4px;
  background: #fff3e6; color: #b45309; border: 1px solid #fed7aa;
  font-size: 11px; font-weight: 800; padding: 3px 8px 3px 6px; border-radius: 999px; z-index: 2;
}
.art-popular svg { width: 13px; height: 13px; }
.card-body { padding: 14px 16px 10px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.card-name { font-size: 14px; line-height: 1.35; font-weight: 600; color: var(--ink); }
.card-rating { font-size: 12.5px; color: var(--amber); font-weight: 700; }
.card-rating span { color: var(--muted); font-weight: 500; }
.card-price { display: flex; align-items: baseline; gap: 8px; margin-top: auto; }
.card-price strong { font-family: var(--font-display); font-size: 19px; color: var(--navy); }
.card-price s { color: var(--muted); font-size: 13px; }
.save {
  font-style: normal; background: #e2f8ef; color: var(--green);
  font-size: 11.5px; font-weight: 800; padding: 2px 7px; border-radius: 6px;
}
.card-unit { font-size: 12px; color: var(--muted); }
.quote-tag { font-style: normal; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--blue); }
.pdp-quote { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--blue); margin-bottom: 6px; }
/* honest scarcity — only rendered when we hold a real stock count */
.low-stock {
  font-size: 11.5px; font-weight: 700; color: #b45309;
  background: #fff4e5; border-radius: 6px; padding: 2px 7px; align-self: flex-start;
}
.btn.add { margin: 0 16px 16px; }

/* brand wall */
.brands { background: var(--sky); }
.brands-grid { display: grid; grid-template-columns: 300px 1fr; gap: 40px; align-items: start; }
.brands-intro h2 { font-size: 30px; line-height: 1.15; color: var(--blue); margin-bottom: 12px; }
.brands-intro p { color: var(--muted); }
.brand-wall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.brand-tile {
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  height: 84px; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 18px;
  transition: transform .16s, box-shadow .16s;
}
.brand-tile sup { font-size: 9px; margin-top: -8px; }
.brand-tile:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.bw-defend { font-style: italic; letter-spacing: .03em; color: #101010; font-weight: 900; }
.bw-metrex { color: #2b7bd3; font-weight: 700; font-family: var(--font-display); }
.bw-premier { color: #d21f2c; font-style: italic; }
.bw-kerr { color: #1d1d1f; letter-spacing: .06em; }
.bw-dmg { color: #1450a4; font-family: var(--font-display); }
.bw-3m { color: #ee1111; font-weight: 900; font-size: 26px; }
.bw-solventum { color: #0e9f6e; font-weight: 700; }
.bw-septodont { color: #d21f2c; font-weight: 700; }

/* value props */
.props { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.prop {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
}
.prop .ico { font-size: 26px; margin-bottom: 10px; }
.prop h3 { font-size: 16px; margin-bottom: 6px; color: var(--navy); }
.prop p { font-size: 13.5px; color: var(--muted); }

/* ---------- shop page ---------- */
.shop-controls {
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 22px;
}
.chip {
  border: 1.5px solid var(--line); background: #fff; border-radius: 999px;
  padding: 7px 15px; font-size: 13px; font-weight: 600; color: var(--muted);
  transition: all .12s;
}
.chip:hover { border-color: var(--blue); color: var(--blue); }
.chip.on { background: var(--blue); border-color: var(--blue); color: #fff; }
.shop-controls select {
  margin-left: auto; border: 1.5px solid var(--line); border-radius: 10px;
  padding: 8px 12px; background: #fff; font-size: 13.5px; font-weight: 600; color: var(--ink);
}
.result-note { color: var(--muted); font-size: 13.5px; margin-bottom: 16px; }
.load-more-wrap { display: flex; justify-content: center; margin-top: 28px; }
.empty {
  text-align: center; padding: 70px 20px; color: var(--muted); background: #fff;
  border: 1px dashed var(--line); border-radius: var(--radius);
}

/* ---------- product page ---------- */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; padding-block: 44px; }
.pdp .art { border-radius: var(--radius); }

/* product-page photo gallery */
.pdp-media { display: flex; flex-direction: column; gap: 12px; }
.pdp-main { border: 1px solid var(--line); }
.pdp-thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.pdp-thumb {
  width: 68px; height: 68px; border: 1.5px solid var(--line); border-radius: 10px;
  background: #fff; padding: 4px; cursor: pointer; overflow: hidden; transition: border-color .12s;
}
.pdp-thumb img { width: 100%; height: 100%; object-fit: contain; }
.pdp-thumb:hover { border-color: var(--blue); }
.pdp-thumb.on { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(17,89,216,.18); }
.pdp-brand { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); }
.pdp h1 { font-size: 27px; line-height: 1.2; letter-spacing: -.01em; color: var(--navy); margin: 8px 0 10px; }
.pdp .card-rating { font-size: 14px; margin-bottom: 18px; }
.pdp-price { display: flex; align-items: baseline; gap: 12px; margin-bottom: 4px; }
.pdp-price strong { font-family: var(--font-display); font-size: 34px; color: var(--navy); }
.pdp-price s { color: var(--muted); font-size: 17px; }
.pdp-unit { color: var(--muted); font-size: 13.5px; margin-bottom: 22px; }
.qty-row { display: flex; gap: 12px; margin-bottom: 26px; }
.qty {
  display: flex; align-items: center; border: 1.5px solid var(--line); border-radius: 10px; background: #fff;
}
.qty button { background: none; border: 0; width: 38px; height: 44px; font-size: 18px; color: var(--blue); font-weight: 700; }
.qty input { width: 44px; text-align: center; border: 0; outline: none; font-weight: 700; }
.pdp-desc { color: var(--muted); margin-bottom: 22px; max-width: 52ch; }
.pdp-trust { display: grid; gap: 8px; font-size: 13.5px; background: var(--sky); border-radius: var(--radius); padding: 18px 20px; }
.pdp-trust b { color: var(--navy); }
.stock-ok { color: var(--green); font-weight: 700; font-size: 13.5px; margin-bottom: 14px; }
.stock-ok.low { color: #b45309; }

/* ---------- buy it again (reorder past orders) ---------- */
.buy-again { padding: 10px 0 60px; }
.buy-again h2 { font-family: var(--font-display); font-size: 21px; color: var(--navy); }
.ba-sub { color: var(--muted); font-size: 13.5px; margin-bottom: 16px; }
.ba-list { display: grid; gap: 12px; }
.ba-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 18px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.ba-info { flex: 1; min-width: 220px; }
.ba-num { font-family: var(--font-display); font-weight: 700; color: var(--navy); font-size: 14px; }
.ba-date { font-family: var(--font-body); font-weight: 500; color: var(--muted); font-size: 12.5px; margin-left: 10px; }
.ba-items { font-size: 13px; color: var(--muted); margin: 4px 0 6px; line-height: 1.45; }
.ba-total { font-weight: 800; color: var(--navy); font-size: 14px; }
.ba-btn { white-space: nowrap; }

.confirm-actions { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; flex-wrap: wrap; }

/* ---------- cart page ---------- */
.cart-layout { display: grid; grid-template-columns: 1fr 350px; gap: 28px; align-items: start; padding-block: 40px; }
.cart-items { display: grid; gap: 12px; }
.cart-row {
  display: grid; grid-template-columns: 92px 1fr auto auto auto; gap: 16px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px;
}
.cart-row .art { aspect-ratio: 1; border-radius: 10px; }
.cart-row .art svg { width: 50%; }
.cart-row .art-brand, .cart-row .art-badge { display: none; }
.cart-name { font-weight: 600; font-size: 14px; }
.cart-name span { display: block; font-weight: 400; color: var(--muted); font-size: 12.5px; margin-top: 2px; }
.cart-line { font-family: var(--font-display); font-weight: 700; color: var(--navy); }
.rm { background: none; border: 0; color: var(--muted); font-size: 13px; text-decoration: underline; }
.rm:hover { color: var(--red); }

.summary {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; position: sticky; top: 92px;
}
.summary h3 { color: var(--navy); margin-bottom: 16px; }
.sum-row { display: flex; justify-content: space-between; font-size: 14px; padding: 6px 0; }
.sum-row.savings { color: var(--green); font-weight: 700; }
.sum-row.total { border-top: 1px solid var(--line); margin-top: 10px; padding-top: 14px; font-weight: 800; font-size: 17px; font-family: var(--font-display); color: var(--navy); }
.free-ship { font-size: 12.5px; color: var(--muted); margin: 12px 0 6px; }
.bar { height: 7px; background: var(--sky); border-radius: 999px; overflow: hidden; margin-bottom: 14px; }
.bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--blue), var(--green)); border-radius: 999px; transition: width .3s; }
.summary .btn { width: 100%; margin-top: 8px; }
.checkout-note { font-size: 12.5px; color: var(--muted); margin-top: 12px; display: none; }
.checkout-note.on { display: block; }

/* ---------- checkout ---------- */
.checkout-head { display: flex; align-items: baseline; justify-content: space-between; padding: 34px 0 6px; }
.checkout-head h1 { font-size: 27px; color: var(--navy); }
.back-link { color: var(--blue); font-weight: 700; font-size: 14px; }
.back-link:hover { text-decoration: underline; }
.checkout-grid { display: grid; grid-template-columns: 1fr 360px; gap: 28px; align-items: start; padding-bottom: 50px; }
.co-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 18px; }
.co-card h2 { font-size: 17px; color: var(--navy); margin-bottom: 16px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 5px; }
.field.wide { grid-column: 1 / -1; }
.field span { font-size: 12.5px; font-weight: 600; color: var(--muted); }
.field input {
  border: 1.5px solid var(--line); border-radius: 10px; padding: 10px 12px; outline: none; background: var(--bg);
}
.field input:focus { border-color: var(--blue); background: #fff; }
.field input.invalid { border-color: var(--red); background: #fff5f5; }

#card-container { margin: 6px 0 14px; min-height: 52px; }
.pay-note { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.pay-note.err { color: var(--red); }
.card-error { color: var(--red); font-size: 13px; margin-bottom: 10px; min-height: 16px; }
.pay-btn { width: 100%; }
.pay-btn:disabled { opacity: .6; cursor: default; }
.demo-box { background: #fff8ec; border: 1px solid #f5d9a8; border-radius: 10px; padding: 14px 16px; margin-bottom: 16px; }
.demo-box strong { color: #8a5a00; }
.demo-box p { font-size: 13px; color: #7a6033; margin-top: 4px; }

.co-summary { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; position: sticky; top: 92px; }
.co-summary h2 { font-size: 17px; color: var(--navy); margin-bottom: 14px; }
.co-items { display: grid; gap: 12px; margin-bottom: 16px; }
.co-item { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; }
.co-thumb { width: 46px; height: 46px; border-radius: 8px; border: 1px solid var(--line); aspect-ratio: 1; }
.co-thumb img { padding: 4px; }
.co-item-info .cn { font-size: 13px; font-weight: 600; line-height: 1.3; }
.co-item-info .cq { font-size: 12px; color: var(--muted); }
.co-item-price { font-weight: 700; font-size: 13.5px; color: var(--navy); }

/* ---------- confirmation ---------- */
.confirm { max-width: 620px; margin: 0 auto; padding: 40px 0 60px; }
.confirm-hero { text-align: center; margin-bottom: 26px; }
.confirm-hero .check {
  width: 66px; height: 66px; border-radius: 999px; background: var(--green); color: #fff;
  font-size: 34px; display: grid; place-items: center; margin: 0 auto 16px;
}
.confirm-hero h1 { font-size: 27px; color: var(--navy); margin-bottom: 8px; }
.confirm-hero p { color: var(--muted); }
.test-banner { background: #fff8ec; border: 1px solid #f5d9a8; color: #8a5a00; font-size: 13px; padding: 8px 14px; border-radius: 8px; display: inline-block; margin-top: 14px; }
.confirm-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.confirm-card.send-order { border: 1px solid #bcd0f5; background: #f2f7ff; margin-bottom: 18px; text-align: center; }
.confirm-card.send-order h3 { font: 700 1.1rem/1.3 "Sora", sans-serif; color: var(--navy); margin: 0 0 6px; }
.confirm-card.send-order p { color: var(--muted); font-size: .95rem; margin: 0 0 16px; }
.cc-items { display: grid; gap: 12px; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.ship-to { font-size: 13px; color: var(--muted); margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }

/* ---------- inline line-icons (replaced the emoji) ---------- */
.mini-card .ico { color: #7fe8c9; display: flex; align-items: center; }
.mini-card .ico svg { width: 24px; height: 24px; }
.prop .ico { color: var(--blue); display: flex; align-items: center; height: 30px; }
.prop .ico svg { width: 27px; height: 27px; }
.cart-btn .cart-ico { width: 18px; height: 18px; }
.pdp-trust div { display: flex; align-items: center; gap: 9px; }
.pdp-trust .ti { width: 17px; height: 17px; color: var(--blue); flex: none; }
.stock-ok { display: flex; align-items: center; gap: 6px; }
.stock-ok .si { width: 16px; height: 16px; flex: none; }
.pay-note { display: flex; align-items: center; gap: 6px; }
.pay-note .si { width: 15px; height: 15px; flex: none; }
.confirm-hero .check svg { width: 32px; height: 32px; }

/* ---------- footer ---------- */
.footer { background: var(--navy); color: #b9cdef; margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 34px; padding-block: 46px 30px; }
.footer .logo-text.f { color: #fff; margin-bottom: 10px; }
.footer .logo-text.f em { color: #7fb2ff; }
.footer p { font-size: 13.5px; max-width: 34ch; }
.footer h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; }
.footer a { display: block; font-size: 13.5px; padding: 3px 0; }
.footer a:hover { color: #fff; }
.footnote { border-top: 1px solid rgba(255,255,255,.12); padding-block: 16px; font-size: 12px; color: #7d94bd; line-height: 1.6; }
.footnote a { display: inline; color: #a9c0e8; text-decoration: underline; }
.footnote a:hover { color: #fff; }

/* ---------- footer newsletter signup ---------- */
.footer-signup { border-bottom: 1px solid rgba(255,255,255,.12); padding-block: 30px; }
.nl-in { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.nl-copy { display: flex; align-items: flex-start; gap: 14px; }
.nl-ico { width: 30px; height: 30px; color: var(--mint); flex: none; margin-top: 2px; }
.nl-copy h4 { color: #fff; font-family: var(--font-display); font-size: 17px; margin-bottom: 4px; }
.nl-copy p { font-size: 13.5px; color: #b9cdef; max-width: 46ch; }
.nl-form { display: flex; gap: 0; min-width: 300px; flex: 1; max-width: 420px; }
.nl-form input { flex: 1; border: 1.5px solid rgba(255,255,255,.25); border-right: 0; background: rgba(255,255,255,.06);
  color: #fff; border-radius: 10px 0 0 10px; padding: 11px 14px; font-size: 14px; font-family: var(--font-body); }
.nl-form input::placeholder { color: #8ba6d4; }
.nl-form input:focus { outline: 2px solid var(--mint); outline-offset: 1px; }
.nl-form .btn { border-radius: 0 10px 10px 0; }
.nl-note { font-size: 12.5px; color: #7d94bd; margin-top: 10px; }
.nl-note a { display: inline; color: #a9c0e8; text-decoration: underline; }
.nl-note.ok { color: var(--mint); font-weight: 600; }
.nl-note.warn { color: #ffb4a8; font-weight: 600; }
@media (max-width: 720px) { .nl-form { max-width: none; } }

/* ---------- first-visit newsletter popup ---------- */
.nl-modal-overlay {
  position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center;
  background: rgba(10, 36, 69, .55); backdrop-filter: blur(3px); padding: 20px;
  opacity: 0; pointer-events: none; transition: opacity .25s;
}
.nl-modal-overlay.on { opacity: 1; pointer-events: auto; }
.nl-modal-card {
  position: relative; background: #fff; border-radius: var(--radius); max-width: 440px; width: 100%;
  padding: 38px 34px 30px; text-align: center; box-shadow: var(--shadow);
  transform: translateY(12px) scale(.98); transition: transform .25s;
}
.nl-modal-overlay.on .nl-modal-card { transform: none; }
.nl-modal-x {
  position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border: 0; background: transparent;
  color: var(--muted); cursor: pointer; border-radius: 8px; display: grid; place-items: center;
}
.nl-modal-x svg { width: 20px; height: 20px; }
.nl-modal-x:hover { background: var(--bg); color: var(--ink); }
.nl-modal-ico { width: 46px; height: 46px; color: var(--blue); margin-bottom: 6px; }
.nl-modal-card h3 { font-family: var(--font-display); font-size: 23px; color: var(--ink); margin-bottom: 8px; }
.nl-modal-card > p { color: var(--muted); font-size: 14.5px; line-height: 1.55; margin: 0 auto 20px; max-width: 32ch; }
.nl-form.modal { max-width: none; margin-bottom: 12px; }
.nl-form.modal input {
  border-color: var(--line); background: #fff; color: var(--ink);
}
.nl-form.modal input::placeholder { color: var(--muted); }
.nl-modal-card .nl-note { color: var(--muted); }
.nl-modal-card .nl-note a { color: var(--blue); }
.nl-modal-later {
  display: block; margin: 14px auto 0; border: 0; background: transparent; color: var(--muted);
  font-size: 13px; text-decoration: underline; cursor: pointer;
}
.nl-modal-later:hover { color: var(--ink); }

/* ---------- toast ---------- */
#toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 16px);
  background: var(--navy); color: #fff; padding: 11px 20px; border-radius: 999px;
  font-size: 13.5px; font-weight: 600; box-shadow: var(--shadow);
  opacity: 0; pointer-events: none; transition: all .25s; z-index: 99; max-width: 90vw;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
#toast.on { opacity: 1; transform: translate(-50%, 0); }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-grid, .brands-grid, .cart-layout, .pdp { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .brand-wall { grid-template-columns: repeat(2, 1fr); }
  .props { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .summary { position: static; }
}
@media (max-width: 720px) {
  .header-in { flex-wrap: wrap; gap: 12px; }
  .search { order: 3; min-width: 100%; max-width: none; }
  .nav { display: none; }
  .cart-btn { margin-left: auto; }
  .cart-row { grid-template-columns: 70px 1fr; grid-auto-rows: auto; }
  .cart-row .art { grid-row: span 3; }
}
