@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;1,700;1,800&family=Inter:wght@400;500;600;700&display=swap");

/* BEGIN shoopy-gen:base */
/* Cereto v3 (white theme) — generated custom CSS for Tier-B sections.
   Uploaded to the store's dedicated generated-CSS file (site_settings.sx_css_location).
   Namespaced under .sx / .sx-* only; brand colour comes from the theme's --secondary-main.
   Display face: Barlow Condensed (store must load it; falls back to Arial Narrow / Impact). */
.sx {
  --sx-brand: var(--secondary-main, #F30020);
  --sx-ink: #0A0A0C;
  --sx-ink-2: #141418;
  --sx-ink-3: #1D1D23;
  --sx-paper: #ffffff;
  --sx-fog: #F3F3F5;
  --sx-mist: #E9EAEE;
  --sx-line: #E5E6EA;
  --sx-line-d: #E5E6EA;
  --sx-muted: #62646D;
  --sx-muted-d: #62646D;
  --sx-cyan: #0284C7;
  --sx-success: #25D366;
  --sx-iris: linear-gradient(90deg, #5B2BE0 0%, #0284C7 52%, #059669 100%);
  --sx-display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --sx-sans: var(--font-family, "Inter", "Helvetica Neue", Arial, sans-serif);
  --sx-radius: 6px;
  --sx-maxw: 1320px;
  width: 100%;
  box-sizing: border-box;
  font-family: var(--sx-sans);
  color: var(--sx-ink);
}
.sx .sx-wrap { max-width: var(--sx-maxw); margin: 0 auto; padding: 0 20px; }
.sx .sx-kicker {
  display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--sx-brand); margin: 0 0 12px;
}
.sx .sx-kicker::before { content: ""; width: 28px; height: 3px; background: currentColor; }
.sx .sx-h2 {
  font-family: var(--sx-display); font-weight: 800; font-style: italic; text-transform: uppercase;
  font-size: clamp(34px, 5vw, 60px); line-height: .95; letter-spacing: -.005em; margin: 0 0 12px;
}
.sx .sx-iris { background: var(--sx-iris); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sx .sx-sub { margin: 0; color: var(--sx-muted); font-size: 15.5px; line-height: 1.6; max-width: 60ch; }
.sx .sx-head { margin-bottom: 30px; }
.sx .sx-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 26px; border-radius: var(--sx-radius);
  background: var(--sx-brand); color: #fff; font-weight: 700; font-size: 14px;
  letter-spacing: .08em; text-transform: uppercase; text-decoration: none; border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.sx .sx-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(243,0,32,.35); }
.sx .sx-btn--ghost { background: transparent; color: var(--sx-ink); border-color: var(--sx-ink); }
.sx .sx-btn--ghost:hover { background: var(--sx-ink); color: #fff; box-shadow: none; }
.sx .sx-stars { color: #F5A524; letter-spacing: 2px; font-size: 14px; }
.sx .sx-chip {
  display: inline-block; padding: 5px 10px; border-radius: 999px; font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; background: var(--sx-iris); color: #fff;
}
@media (min-width: 768px) { .sx .sx-wrap { padding: 0 32px; } }
/* END shoopy-gen:base */

/* BEGIN shoopy-gen:usp-1 */
.sx-usp { background: var(--sx-fog); color: var(--sx-ink); position: relative; border-bottom: 1px solid var(--sx-line); }
.sx-usp::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--sx-iris); }
.sx-usp .sx-usp__list {
  list-style: none; margin: 0 auto; padding: 22px 20px; max-width: var(--sx-maxw);
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 14px;
}
.sx-usp .sx-usp__item { display: flex; align-items: center; gap: 12px; min-width: 0; }
.sx-usp .sx-usp__icon {
  flex: none; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  color: var(--sx-ink); border: 1.5px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, var(--sx-iris) border-box;
}
.sx-usp .sx-usp__icon svg { width: 21px; height: 21px; }
.sx-usp .sx-usp__title { display: block; font-family: var(--sx-display); font-weight: 700; font-size: 17px; letter-spacing: .04em; text-transform: uppercase; line-height: 1.05; }
.sx-usp .sx-usp__sub { display: block; font-size: 12.5px; color: var(--sx-muted-d); line-height: 1.35; margin-top: 3px; }
@media (min-width: 768px) {
  .sx-usp .sx-usp__list { grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 26px 32px; gap: 22px 24px; }
}
@media (min-width: 1200px) {
  .sx-usp .sx-usp__list { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; padding: 28px 32px; }
  .sx-usp .sx-usp__item { padding: 0 18px; border-left: 1px solid var(--sx-line-d); }
  .sx-usp .sx-usp__item:first-child { border-left: 0; padding-left: 0; }
}
/* END shoopy-gen:usp-1 */

/* BEGIN shoopy-gen:story-1 */
.sx-story { background: var(--sx-paper); color: var(--sx-ink); padding: 64px 0; overflow: hidden; }
.sx-story .sx-story__grid { display: grid; gap: 34px; align-items: center; }
.sx-story .sx-story__media { position: relative; }
.sx-story .sx-story__media img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--sx-radius); }
.sx-story .sx-story__media::after {
  content: ""; position: absolute; inset: auto -10px -10px auto; width: 38%; height: 38%;
  border-right: 3px solid var(--sx-brand); border-bottom: 3px solid var(--sx-brand); pointer-events: none;
}
.sx-story .sx-story__tag {
  position: absolute; left: 14px; top: 14px; padding: 7px 12px; border-radius: 999px;
  background: rgba(10,10,12,.78); font-size: 12px; font-weight: 600; letter-spacing: .04em; color: #fff;
}
.sx-story .sx-story__list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 18px; }
.sx-story .sx-story__item { display: grid; grid-template-columns: 46px 1fr; gap: 14px; }
.sx-story .sx-story__num { font-family: var(--sx-display); font-style: italic; font-weight: 800; font-size: 34px; line-height: 1; }
.sx-story .sx-story__item h3 { margin: 2px 0 4px; font-size: 16px; font-weight: 700; color: var(--sx-ink); }
.sx-story .sx-story__item p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--sx-muted-d); }
.sx-story .sx-story__stats {
  list-style: none; margin: 48px 0 0; padding: 26px 0 0; border-top: 1px solid var(--sx-line-d);
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px;
}
.sx-story .sx-story__stat b { display: block; font-family: var(--sx-display); font-style: italic; font-weight: 800; font-size: clamp(40px, 6vw, 64px); line-height: .9; }
.sx-story .sx-story__stat span { display: block; margin-top: 6px; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--sx-muted-d); }
.sx-story .sx-story__cta { margin-top: 28px; }
@media (min-width: 900px) {
  .sx-story { padding: 96px 0; }
  .sx-story .sx-story__grid { grid-template-columns: 1.05fr 1fr; gap: 64px; }
  .sx-story .sx-story__stats { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 64px; }
}
/* END shoopy-gen:story-1 */

/* BEGIN shoopy-gen:lookbook-1 */
.sx-look { background: var(--sx-fog); color: var(--sx-ink); padding: 64px 0; }
.sx-look .sx-look__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.sx-look .sx-look__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 44vw; grid-auto-flow: dense; gap: 10px; }
.sx-look .sx-look__tile { position: relative; display: block; margin: 0; overflow: hidden; border-radius: var(--sx-radius); color: #fff; text-decoration: none; background: var(--sx-mist, #E9EAEE); }
.sx-look .sx-look__tile--tall { grid-row: span 2; }
.sx-look .sx-look__tile img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.sx-look .sx-look__tile:hover img { transform: scale(1.05); }
.sx-look .sx-look__cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 12px 10px;
  background: linear-gradient(to top, rgba(10,10,12,.85), rgba(10,10,12,0));
  font-family: var(--sx-display); font-weight: 700; font-size: 15px; letter-spacing: .06em; text-transform: uppercase;
}
.sx-look .sx-look__cap small { display: block; font-family: var(--sx-sans); font-weight: 500; font-size: 11px; letter-spacing: .02em; text-transform: none; color: rgba(255,255,255,.75); }
@media (min-width: 768px) { .sx-look .sx-look__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 20vw; gap: 14px; } }
@media (min-width: 1100px) { .sx-look { padding: 96px 0; } .sx-look .sx-look__grid { grid-auto-rows: min(17vw, 230px); } }
/* END shoopy-gen:lookbook-1 */

/* BEGIN shoopy-gen:videos-1 */
.sx-videos { background: var(--sx-paper); color: var(--sx-ink); padding: 64px 0; }
.sx-videos .sx-videos__row {
  display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
  margin: 0 -20px; padding: 0 20px 4px; scroll-padding-inline: 20px;
}
.sx-videos .sx-videos__row::-webkit-scrollbar { display: none; }
.sx-videos .sx-videos__tile {
  position: relative; flex: 0 0 70%; scroll-snap-align: start; display: block; overflow: hidden;
  border-radius: var(--sx-radius); aspect-ratio: 4 / 5; color: #fff; text-decoration: none; background: var(--sx-fog);
}
.sx-videos .sx-videos__tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.sx-videos .sx-videos__tile:hover img { transform: scale(1.04); }
.sx-videos .sx-videos__tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,12,.9) 0%, rgba(10,10,12,0) 55%); }
.sx-videos .sx-videos__play {
  position: absolute; z-index: 1; right: 14px; top: 12px;
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.16); border: 1.5px solid rgba(255,255,255,.7); backdrop-filter: blur(6px);
}
.sx-videos .sx-videos__play svg { width: 24px; height: 24px; margin-left: 3px; }
.sx-videos .sx-videos__tile .sx-chip { position: absolute; z-index: 1; left: 12px; top: 12px; }
.sx-videos .sx-videos__cap { position: absolute; z-index: 1; left: 16px; right: 16px; bottom: 14px; }
.sx-videos .sx-videos__cap b { display: block; font-family: var(--sx-display); font-style: italic; font-weight: 800; font-size: 24px; line-height: 1; text-transform: uppercase; }
.sx-videos .sx-videos__cap small { display: block; margin-top: 4px; font-size: 12.5px; color: rgba(255,255,255,.75); }
@media (min-width: 768px) {
  .sx-videos { padding: 96px 0; }
  .sx-videos .sx-videos__row { margin: 0; padding: 0; gap: 18px; overflow: visible; }
  .sx-videos .sx-videos__tile { flex: 1 1 0; }
}
/* END shoopy-gen:videos-1 */

/* BEGIN shoopy-gen:reviews-1 */
.sx-reviews { background: var(--sx-fog); padding: 64px 0; }
.sx-reviews .sx-reviews__grid { display: grid; gap: 28px; }
.sx-reviews .sx-reviews__score { background: #fff; color: var(--sx-ink); border: 1px solid var(--sx-line); border-radius: var(--sx-radius); padding: 28px; position: relative; overflow: hidden; }
.sx-reviews .sx-reviews__score::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--sx-iris); }
.sx-reviews .sx-reviews__big { font-family: var(--sx-display); font-style: italic; font-weight: 800; font-size: 96px; line-height: .85; }
.sx-reviews .sx-reviews__big small { font-size: 32px; color: var(--sx-muted-d); }
.sx-reviews .sx-reviews__score p { margin: 10px 0 18px; font-size: 14px; color: var(--sx-muted-d); }
.sx-reviews .sx-reviews__bars { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.sx-reviews .sx-reviews__bar { display: grid; grid-template-columns: 22px 1fr 38px; align-items: center; gap: 10px; font-size: 12px; color: var(--sx-muted-d); }
.sx-reviews .sx-reviews__bar i { display: block; height: 6px; border-radius: 99px; background: var(--sx-line); overflow: hidden; }
.sx-reviews .sx-reviews__bar i b { display: block; height: 100%; background: var(--sx-iris); }
.sx-reviews .sx-reviews__cards {
  display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
  margin: 0 -20px; padding: 0 20px 4px; scroll-padding-inline: 20px;
}
.sx-reviews .sx-reviews__cards::-webkit-scrollbar { display: none; }
.sx-reviews .sx-reviews__card {
  flex: 0 0 84%; scroll-snap-align: start; display: flex; flex-direction: column; gap: 14px;
  border: 1px solid var(--sx-line); border-radius: var(--sx-radius); padding: 22px; background: #fff;
}
.sx-reviews .sx-reviews__quote { margin: 0; font-size: 15px; line-height: 1.6; color: var(--sx-ink); flex: 1; }
.sx-reviews .sx-reviews__who { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--sx-line); }
.sx-reviews .sx-reviews__who img { width: 48px; height: 48px; border-radius: 4px; object-fit: cover; border: 1px solid var(--sx-line); }
.sx-reviews .sx-reviews__name { margin: 0; font-weight: 700; font-size: 14px; }
.sx-reviews .sx-reviews__meta { margin: 2px 0 0; font-size: 12.5px; color: var(--sx-muted); }
.sx-reviews .sx-reviews__verified { color: #15803D; font-weight: 600; }
@media (min-width: 768px) {
  .sx-reviews { padding: 96px 0; }
  .sx-reviews .sx-reviews__cards { margin: 0; padding: 0; overflow: visible; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .sx-reviews .sx-reviews__grid { grid-template-columns: 320px 1fr; align-items: stretch; gap: 20px; }
  .sx-reviews .sx-reviews__cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
/* END shoopy-gen:reviews-1 */

/* BEGIN shoopy-gen:faq-1 */
.sx-faq { background: var(--sx-paper); padding: 64px 0; }
.sx-faq .sx-faq__grid { display: grid; gap: 28px; }
.sx-faq .sx-faq__list { display: grid; gap: 10px; }
.sx-faq .sx-faq__item { background: #fff; border: 1px solid var(--sx-line); border-radius: var(--sx-radius); }
.sx-faq .sx-faq__item summary {
  list-style: none; cursor: pointer; padding: 18px 56px 18px 20px; position: relative;
  font-weight: 600; font-size: 15px; line-height: 1.4;
}
.sx-faq .sx-faq__item summary::-webkit-details-marker { display: none; }
.sx-faq .sx-faq__item summary::after {
  content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  background: var(--sx-ink); color: #fff; font-size: 18px; font-weight: 500; transition: transform .2s ease, background .2s ease;
}
.sx-faq .sx-faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--sx-brand); }
.sx-faq .sx-faq__item p { margin: 0; padding: 0 20px 18px; font-size: 14.5px; line-height: 1.6; color: var(--sx-muted); }
.sx-faq .sx-faq__aside {
  position: relative; overflow: hidden; border-radius: var(--sx-radius); background: var(--sx-fog); color: var(--sx-ink); border: 1px solid var(--sx-line); padding: 28px;
  align-self: start;
}
.sx-faq .sx-faq__aside img { display: block; max-width: none; width: calc(100% + 58px); margin: -29px -29px 22px; aspect-ratio: 16 / 10; object-fit: cover; }
.sx-faq .sx-faq__aside h3 { margin: 0 0 8px; font-family: var(--sx-display); font-style: italic; font-weight: 800; font-size: 32px; line-height: 1; text-transform: uppercase; }
.sx-faq .sx-faq__aside p { margin: 0 0 20px; font-size: 14.5px; line-height: 1.6; color: var(--sx-muted-d); }
.sx-faq .sx-faq__wa { background: var(--sx-success); color: #fff; width: 100%; }
.sx-faq .sx-faq__wa:hover { box-shadow: 0 10px 24px rgba(37,211,102,.35); }
@media (min-width: 768px) { .sx-faq { padding: 96px 0; } }
@media (min-width: 1000px) { .sx-faq .sx-faq__grid { grid-template-columns: 1fr 360px; gap: 40px; } }
/* END shoopy-gen:faq-1 */

/* Cereto v3 (white theme) — base theme layer (tokens, chrome, Tier-A presentation) shared by index.html + pdp.html.
   NOT part of the publish contract: this is what the monarque base theme provides in the real store. */
/* ---- Page + theme chrome (theme-provided in a real store; inline here for preview) ---- */
:root {
  --secondary-main: #F30020;
  --brand: #F30020;
  --ink: #0A0A0C; --ink-2: #141418; --ink-3: #1D1D23;
  --paper: #ffffff; --fog: #F3F3F5; --mist: #E9EAEE; --line: #E5E6EA; --line-d: #E5E6EA;
  --muted: #62646D; --muted-d: #62646D;
  --cyan: #0284C7; --success: #25D366; --deal: #15803D;
  --iris: linear-gradient(90deg, #5B2BE0 0%, #0284C7 52%, #059669 100%);
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --maxw: 1320px; --radius: 6px;
}
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
button { font: inherit; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .container { padding: 0 32px; } }
.iris { background: var(--iris); -webkit-background-clip: text; background-clip: text; color: transparent; }
.red { color: var(--brand); }

/* Notice bar (Tier C) */
.notice { background: var(--brand); color: #fff; font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-align: center; padding: 9px 14px; }
.notice .extra { display: none; }
@media (min-width: 768px) { .notice .extra { display: inline; } }

/* Header (Tier C) */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line-d); }
.header__row { display: flex; align-items: center; justify-content: space-between; height: 62px; gap: 14px; }
.header__logo img { height: 34px; width: auto; }
.header__nav { display: none; gap: 30px; font-family: var(--display); font-weight: 700; font-size: 17px; letter-spacing: .08em; text-transform: uppercase; }
.header__nav a { position: relative; padding: 6px 0; color: var(--ink); }
.header__nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--iris); transition: right .25s ease; }
.header__nav a:hover { color: var(--brand); } .header__nav a:hover::after { right: 0; }
.header__search { display: none; flex: 0 1 300px; align-items: center; gap: 10px; background: var(--fog); border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; color: var(--muted); font-size: 13.5px; }
.header__icons { display: flex; align-items: center; gap: 2px; }
.icon-btn { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); position: relative; background: none; border: 0; cursor: pointer; }
.icon-btn:hover { background: var(--fog); }
.icon-btn svg { width: 22px; height: 22px; }
.icon-btn .dot { position: absolute; top: 5px; right: 5px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px; background: var(--brand); color: #fff; font-size: 10px; font-weight: 700; display: grid; place-items: center; }
@media (min-width: 1100px) {
  .header__row { height: 76px; }
  .header__logo img { height: 40px; }
  .header__nav, .header__search { display: flex; }
  .icon-btn--menu, .icon-btn--search { display: none; }
}
.drawer { position: fixed; inset: 0; z-index: 90; visibility: hidden; }
.drawer.is-open { visibility: visible; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(0,0,0,.6); opacity: 0; transition: opacity .25s; }
.drawer.is-open .drawer__scrim { opacity: 1; }
.drawer__panel { position: absolute; top: 0; bottom: 0; left: 0; width: min(86vw, 340px); background: var(--paper); transform: translateX(-100%); transition: transform .28s ease; padding: 22px; display: flex; flex-direction: column; }
.drawer.is-open .drawer__panel { transform: none; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.drawer__head img { height: 32px; }
.drawer__nav a { padding: 14px 0; border-bottom: 1px solid var(--line-d); font-family: var(--display); font-weight: 700; font-size: 22px; letter-spacing: .04em; text-transform: uppercase; display: flex; justify-content: space-between; }
.drawer__nav a span { color: var(--muted-d); }
.drawer__foot { margin-top: auto; display: grid; gap: 10px; font-size: 13px; color: var(--muted-d); }
.drawer__wa { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: var(--radius); background: var(--success); color: #fff; font-weight: 700; font-size: 14px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 28px; border-radius: var(--radius); background: var(--brand); color: #fff; font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; border: 1.5px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s, color .15s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(243,0,32,.35); }
.btn svg { width: 18px; height: 18px; }
.btn--ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; box-shadow: none; }
.btn--outline { background: #fff; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: #fff; box-shadow: none; }
.btn--sm { min-height: 42px; padding: 0 12px; font-size: 12.5px; letter-spacing: .06em; }

/* Hero (Tier A: StoreBanner — offers carousel) */
.hero { position: relative; background: var(--paper); color: var(--ink); overflow: hidden; border-bottom: 1px solid var(--line); }
.hero__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.hero__track::-webkit-scrollbar { display: none; }
.hero__slide { flex: 0 0 100%; scroll-snap-align: start; display: grid; grid-template-columns: minmax(0, 1fr); }
.hero__media { position: relative; order: -1; aspect-ratio: 5 / 4; background: var(--fog); overflow: hidden; }
.hero__media > img, .hero__media picture img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--paper) 0%, rgba(255,255,255,0) 28%); pointer-events: none; }
.hero__mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 4px; height: 100%; background: var(--paper); }
.hero__mosaic img { width: 100%; height: 100%; object-fit: cover; }
.hero__copy { padding: 4px 20px 84px; display: flex; align-items: center; }
.hero__kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--cyan); margin-bottom: 12px; }
.hero__kicker::before { content: ""; width: 28px; height: 3px; background: var(--iris); }
.hero__title { font-family: var(--display); font-weight: 800; font-style: italic; text-transform: uppercase; font-size: clamp(52px, 13vw, 116px); line-height: .88; letter-spacing: -.01em; margin: 0 0 16px; }
.hero__sub { margin: 0 0 24px; color: var(--muted-d); font-size: 15.5px; line-height: 1.6; max-width: 42ch; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__proof { display: flex; align-items: center; gap: 10px; margin-top: 22px; font-size: 13px; color: var(--muted-d); }
.hero__proof .stars { color: #F5A524; letter-spacing: 2px; }
.hero__ui { position: absolute; left: 20px; right: 20px; bottom: 24px; display: flex; align-items: center; gap: 16px; z-index: 2; }
.hero__count { font-family: var(--display); font-weight: 700; font-size: 16px; letter-spacing: .1em; color: var(--muted-d); min-width: 64px; }
.hero__count b { color: var(--ink); }
.hero__bars { display: flex; gap: 6px; flex: 1; max-width: 240px; }
.hero__bars button { flex: 1; height: 4px; border: 0; padding: 0; border-radius: 99px; background: rgba(10,10,12,.14); cursor: pointer; position: relative; overflow: hidden; }
.hero__bars button::after { content: ""; position: absolute; inset: 0; right: 100%; background: var(--brand); }
.hero__bars button[aria-current="true"]::after { right: 0; transition: right 6s linear; }
.hero__arrows { display: none; gap: 8px; margin-left: auto; }
.hero__arrows button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.85); color: var(--ink); display: grid; place-items: center; cursor: pointer; }
.hero__arrows button:hover { border-color: var(--ink); }
.hero__arrows svg { width: 18px; height: 18px; }
@media (min-width: 768px) {
  .hero__slide { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); min-height: 520px; }
  .hero__media { order: 0; aspect-ratio: auto; }
  .hero__media::after { background: linear-gradient(90deg, var(--paper) 0%, rgba(255,255,255,0) 22%); }
  .hero__copy { padding: 48px 24px 96px 32px; }
  .hero__title { font-size: clamp(56px, 7.4vw, 116px); }
  .hero__ui { left: 32px; right: 32px; bottom: 32px; }
  .hero__arrows { display: flex; }
}
@media (min-width: 1100px) {
  .hero__slide { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); min-height: 640px; }
  .hero__copy { padding-left: max(32px, calc((100vw - var(--maxw)) / 2 + 32px)); }
  .hero__title { font-size: clamp(64px, 5.6vw, 96px); }
  .hero__ui { left: max(32px, calc((100vw - var(--maxw)) / 2 + 32px)); right: auto; width: min(460px, 38vw); }
}

/* Section rhythm */
.section { padding: 64px 0; color: var(--ink); }
.section--light { background: var(--fog); color: var(--ink); }
.section--flush-top { padding-top: 0; }
.sec-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--brand); margin-bottom: 12px; }
.kicker::before { content: ""; width: 28px; height: 3px; background: currentColor; }
.section--light .kicker { color: var(--brand); }
.h2 { font-family: var(--display); font-weight: 800; font-style: italic; text-transform: uppercase; font-size: clamp(34px, 5vw, 60px); line-height: .95; margin: 0; }
.sub { margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; max-width: 60ch; }
.section--light .sub { color: var(--muted); }
.view-all { flex: none; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding-bottom: 4px; border-bottom: 2px solid currentColor; white-space: nowrap; }
.view-all:hover { color: var(--brand); }
@media (min-width: 768px) { .section { padding: 96px 0; } }

/* Shop by sport (Tier A: 4× LargeCollectionCard in one GenericCollectionV2 row) */
.sports { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.mini-banner-collection a { display: block; position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 5; background: var(--fog); color: #fff; }
.mini-banner-collection img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.mini-banner-collection a:hover img { transform: scale(1.06); }
.mini-banner-collection a::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(10,10,12,.92) 0%, rgba(10,10,12,.2) 45%, rgba(10,10,12,0) 60%); }
.mini-banner-collection a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 4px; z-index: 2; background: var(--iris); transition: right .35s ease; }
.mini-banner-collection a:hover::after { right: 0; }
.mini-banner-collection .banner-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 14px; }
.mini-banner-collection .num { display: block; font-family: var(--display); font-weight: 700; font-size: 13px; letter-spacing: .14em; color: #7DD3FC; }
.mini-banner-collection h3 { margin: 2px 0 0; font-family: var(--display); font-style: italic; font-weight: 800; font-size: 26px; line-height: .95; text-transform: uppercase; }
.mini-banner-collection .cta { display: inline-flex; gap: 6px; margin-top: 8px; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.85); }
@media (min-width: 768px) {
  .sports { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
  .mini-banner-collection .banner-content { padding: 22px; }
  .mini-banner-collection h3 { font-size: clamp(28px, 3vw, 40px); }
}

/* Product cards (Tier A: ProductGridCollection · TWO_CARD) */
.prow { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.prow--scroll { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 20px; scrollbar-width: none; gap: 12px; margin: 0 -20px; padding: 0 20px 4px; }
.prow--scroll::-webkit-scrollbar { display: none; }
.prow--scroll .pcard { flex: 0 0 66%; scroll-snap-align: start; }
.pcard { position: relative; background: #fff; color: var(--ink); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; }
.pcard:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(10,10,12,.12); }
.pcard__media { position: relative; aspect-ratio: 1; background: #fff; overflow: hidden; }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pcard:hover .pcard__media img { transform: scale(1.06); }
.pcard__badge { position: absolute; top: 10px; left: 10px; padding: 5px 9px; border-radius: 4px; background: var(--ink); color: #fff; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.pcard__badge--iris { background: var(--iris); color: #fff; }
.pcard__wish { position: absolute; top: 8px; right: 8px; width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); cursor: pointer; }
.pcard__wish svg { width: 16px; height: 16px; }
.pcard__body { padding: 12px 12px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; border-top: 1px solid var(--line); }
.pcard__series { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.pcard__title { font-size: 14px; font-weight: 600; line-height: 1.35; margin: 0; }
.pcard__rating { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.pcard__rating .stars { color: #F5A524; letter-spacing: 1px; }
.pcard__price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-top: auto; }
.pcard__price b { font-size: 17px; }
.pcard__price s { font-size: 13px; color: var(--muted); }
.pcard__price em { font-style: normal; font-size: 12px; font-weight: 700; color: var(--deal); }
.pcard__cta { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.pcard__cta .btn { flex: 1; }
@media (min-width: 640px) { .prow--scroll .pcard { flex-basis: 42%; } .pcard__cta { flex-direction: row; } }
@media (min-width: 768px) { .prow { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; } .prow--scroll { margin: 0; padding: 0; } .prow--scroll .pcard { flex-basis: calc(33.333% - 8px); } }
@media (min-width: 1100px) {
  .prow--scroll { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: visible; gap: 18px; }
  .pcard__body { padding: 16px 16px 18px; }
  .pcard__title { font-size: 15px; }
}

/* Promo banner (Tier A: BannerCollection) */
.banner-collection { padding: 0 0 64px; }
.banner-collection .sh-banner-img-ctn { display: block; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line-d); }
.banner-collection img { width: 100%; height: auto; transition: transform .6s ease; }
.banner-collection .sh-banner-img-ctn:hover img { transform: scale(1.02); }
@media (min-width: 768px) { .banner-collection { padding-bottom: 96px; } }

/* Footer (Tier C) */
.footer { background: var(--fog); color: var(--ink); padding: 56px 0 28px; position: relative; border-top: 1px solid var(--line); }
.footer::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 3px; background: var(--iris); }
.footer__grid { display: grid; gap: 30px; grid-template-columns: 1fr 1fr; }
.footer__brand { grid-column: 1 / -1; }
.footer__brand img { height: 46px; width: auto; }
.footer__brand p { font-size: 14px; color: var(--muted-d); line-height: 1.6; margin: 16px 0 0; max-width: 36ch; }
.footer h4 { margin: 0 0 14px; font-family: var(--display); font-weight: 700; font-size: 16px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 14px; color: var(--muted-d); }
.footer ul a:hover { color: var(--brand); }
.footer__contact { grid-column: 1 / -1; }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer__contact svg { width: 16px; height: 16px; flex: none; margin-top: 2px; color: var(--brand); }
.footer__social { display: flex; gap: 10px; margin-top: 18px; }
.footer__social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-d); display: grid; place-items: center; }
.footer__social a:hover { border-color: var(--ink); }
.footer__social svg { width: 17px; height: 17px; }
.footer__bottom { margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--line-d); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 12px; color: var(--muted); }
.footer__pay { display: flex; gap: 6px; flex-wrap: wrap; }
.footer__pay span { border: 1px solid var(--line-d); border-radius: 4px; padding: 3px 8px; font-size: 11px; font-weight: 600; color: var(--ink); background: #fff; }
@media (min-width: 900px) { .footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 36px; } .footer__brand, .footer__contact { grid-column: auto; } .footer { padding: 80px 0 28px; } }

.wa-fab { position: fixed; right: 16px; bottom: 16px; z-index: 60; width: 54px; height: 54px; border-radius: 50%; background: var(--success); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px rgba(37,211,102,.4); }
.wa-fab svg { width: 26px; height: 26px; }
@media (min-width: 1100px) { .wa-fab { display: none; } }
.section {
    padding: 1px !important;
    color: var(--ink);
}
@media (min-width: 768px) {
    .section {
       padding: 1px !important;
    }
}
.category-header,
.scroll-animate-fade-up.scroll-animate-visible,
.heading-title {
  font-family: var(--display);
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    font-size: clamp(34px, 5vw, 60px);
    line-height: .95;
    margin: 0;
}
