/* The Snooby — Oodie-style site design. Source: "Oodie redesign/snb-global.css" (copied by build.py). */
/* ==========================================================
   The Snooby — Oodie-style look & feel (site-wide)
   Header · mega menus · mobile menu · product cards · homepage
   ========================================================== */

:root {
  --snb-font: Montserrat, "Helvetica Neue", Arial, sans-serif;
  --snb-ink: #2a2d33;
  --snb-text: #3d4246;
  --snb-muted: #6b6f78;
  --snb-line: #ebe8f0;
  --snb-soft: #f5f3f9;
  --snb-purple: #8224e3;
  --snb-purple-d: #6a17c2;
  --snb-lavender: #9b6ee6;
  --snb-teal: #06d8d8;
  --snb-gold: #f5b921;
  --snb-bok: #0e3b28;
  --snb-bok-2: #155238;
  --snb-bok-soft: #eef5f0;
  --snb-sale: #d6334c;
  --snb-radius: 12px;
  --snb-wrap: 1290px;
}

/* ---------- Typography: Montserrat everywhere (icons untouched) ---------- */

html body,
html body p,
html body li,
html body input,
html body select,
html body textarea,
html body button,
html body .button,
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6,
html body .heading-font,
html body .alt-font,
html body .nav > li > a,
html body .product-title,
html body .price {
  font-family: var(--snb-font);
}
html body { color: var(--snb-text); letter-spacing: 0.2px; }
html body h1, html body h2, html body h3, html body h4 { color: var(--snb-ink); letter-spacing: -0.3px; }

/* ---------- Announcement bar ---------- */

#top-bar.header-top,
.header-top {
  min-height: 38px;
  background: var(--snb-bok) !important;
}
#top-bar .nav > li > a,
#top-bar .html,
#top-bar .header-top-text,
#top-bar p,
#top-bar a {
  color: var(--snb-gold) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}
#top-bar .nav > li > a:before,
#top-bar .nav > li > a:after,
#top-bar .button.is-underline:before,
#top-bar .button.is-underline:after { display: none !important; }
#top-bar .button { margin: 0; padding: 0; min-height: 0; line-height: 38px; }
#top-bar a:hover { color: #fff !important; }
@media (max-width: 849px) {
  #top-bar a, #top-bar .button span { font-size: 11px !important; letter-spacing: 0.04em !important; line-height: 1.3 !important; }
  #top-bar .button { padding: 9px 12px; line-height: 1.3; }
}

/* ---------- Main header (desktop) ---------- */

@media (min-width: 850px) {
  .header-main { height: 78px; }
  .header-main .header-inner { max-width: 1440px; padding: 0 36px; }
  .header-main .logo img,
  .header-main #logo img { max-height: 58px; width: auto; }

  /* centre the menu between logo and icons, like the Oodie */
  .header-main .flex-left.flex-grow { justify-content: center; }
  .header-main .header-nav-main.nav-left { justify-content: center; }

  .header-nav-main > li { margin: 0 11px; }
  .header-nav-main > li > a.nav-top-link,
  .header-nav-main > li > a {
    padding: 0;
    color: var(--snb-text);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: none;
  }
  .header-nav-main > li > a:before,
  .header-nav-main > li > a:after { display: none !important; }
  /* no "active" highlighting (a product sits in several categories, so several items light up) */
  #masthead .header-nav-main > li.active > a { color: var(--snb-text); text-decoration: none; }
  #masthead .header-nav-main > li.snb-nav-strong.active > a { color: var(--snb-ink); }
  #masthead .header-nav-main > li.snb-nav-bok.active > a { color: var(--snb-bok-2); }
  #masthead .header-nav-main > li.snb-nav-sale.active > a { color: var(--snb-sale); }
  #masthead .header-nav-main > li:hover > a,
  #masthead .header-nav-main > li.current-dropdown > a {
    color: var(--snb-ink);
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 6px;
  }
  #masthead .header-nav-main > li.snb-nav-bok:hover > a,
  #masthead .header-nav-main > li.snb-nav-bok.current-dropdown > a { color: var(--snb-bok-2); }
  #masthead .header-nav-main > li.snb-nav-sale:hover > a { color: var(--snb-sale); }
  .header-nav-main > li > a .icon-angle-down { margin-left: 5px; font-size: 0.8em; opacity: 0.7; }

  .header-nav-main > li.snb-nav-strong > a { color: var(--snb-ink); font-weight: 700; }
  .header-nav-main > li.snb-nav-bok > a { color: var(--snb-bok-2); font-weight: 800; }
  .header-nav-main > li.snb-nav-bok > a::before {
    content: "";
    display: inline-block !important;
    position: static !important;
    width: 18px;
    height: 12px;
    margin-right: 8px;
    border-radius: 2px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 60'%3E%3Crect width='90' height='60' fill='%23001489'/%3E%3Crect width='90' height='30' fill='%23e03c31'/%3E%3Cpath d='M0 0L36 30H90M0 60L36 30' stroke='%23fff' stroke-width='20' fill='none'/%3E%3Cpath d='M0 0L36 30H90M0 60L36 30' stroke='%23007a4d' stroke-width='12' fill='none'/%3E%3Cpath d='M0 9L25 30L0 51Z' fill='%23000' stroke='%23ffb612' stroke-width='4'/%3E%3C/svg%3E") center / cover no-repeat;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    vertical-align: -1px;
    opacity: 1 !important;
  }
  .header-nav-main > li.snb-nav-sale > a { color: var(--snb-sale); font-weight: 700; }
}

/* fit nine menu items on smaller laptops */
@media (min-width: 850px) and (max-width: 1279px) {
  .header-main .header-inner { padding: 0 20px; }
  .header-main .logo img, .header-main #logo img { max-height: 48px; }
  .header-nav-main > li { margin: 0 7px; }
  .header-nav-main > li > a { font-size: 14px !important; }
}
@media (min-width: 850px) and (max-width: 1079px) {
  .header-nav-main > li { margin: 0 5px; }
  .header-nav-main > li > a { font-size: 13px !important; letter-spacing: 0 !important; }
  .header-nav-main > li.snb-nav-bok > a::before { display: none !important; }
  .header-nav-main > li > a .icon-angle-down { display: none; }
}

/* icons on the right: drop the "Cart / R0" words, keep the bag + count */
.header-cart-title,
.header-cart-link .cart-price { display: none !important; }
.header-main .cart-icon strong {
  border-color: var(--snb-ink);
  color: var(--snb-ink);
  border-radius: 0 0 6px 6px;
  font-family: var(--snb-font);
}
.header-main .cart-icon strong:after { border-color: var(--snb-ink); }
.header-main .header-search a,
.header-main .account-item a { color: var(--snb-ink); }

/* one weight for every top-level item (overrides old #menu-item-… "bolder" rules) */
html body #masthead .header-nav-main > li > a { font-weight: 500; }
html body #masthead .header-nav-main > li.snb-nav-strong > a { font-weight: 700; }
html body #masthead .header-nav-main > li.snb-nav-bok > a { font-weight: 800; }
html body #masthead .header-nav-main > li.snb-nav-sale > a { font-weight: 600; }
html body #masthead .snb-mega a.snb-mega__link { font-weight: 500; }
html body #masthead .snb-mega a.snb-mega__head,
html body #masthead .snb-mega a.snb-mega__link--all { font-weight: 700; }

/* ---------- Mega menus (full-width dropdowns) ---------- */

@media (min-width: 850px) {
  /* anchor every mega menu to the full header width, like the Oodie */
  #masthead .header-inner,
  #masthead .header-inner > .flex-col,
  #masthead .header-nav-main,
  #masthead .header-nav-main > li.menu-item-design-full-width { position: static; }
  #masthead .header-nav-main > li.menu-item-design-full-width > .nav-dropdown {
    display: block !important;
    top: 100% !important;
    bottom: auto !important;
    height: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
  }
}

.header-nav-main .menu-item-design-full-width > .nav-dropdown {
  padding: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--snb-line) !important;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: 0 16px 28px -14px rgba(34, 12, 60, 0.28) !important;
}
.header-nav-main .menu-item-design-full-width > .nav-dropdown:before,
.header-nav-main .menu-item-design-full-width > .nav-dropdown:after { display: none !important; }

.snb-mega {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 38%);
  max-width: 1440px;
  margin: 0 auto;
  font-family: var(--snb-font);
  text-align: left;
}
.snb-mega--wide { grid-template-columns: minmax(0, 1fr) minmax(560px, 50%); }

.snb-mega__links {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 28px 64px;
  padding: 30px 44px 34px;
}
.snb-mega__col { min-width: 150px; }

.snb-mega a.snb-mega__head,
.snb-mega a.snb-mega__link {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: var(--snb-font);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none;
}
.snb-mega a.snb-mega__head { margin-bottom: 14px; color: #000; font-weight: 700; }
.snb-mega a.snb-mega__link { padding: 8px 0; color: #53565a; font-weight: 500; }
.snb-mega a.snb-mega__link:hover,
.snb-mega a.snb-mega__head:hover {
  color: var(--snb-purple);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.snb-mega a.snb-mega__link--all { margin-top: 4px; color: var(--snb-ink); font-weight: 700; }
.snb-mega__badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 99px;
  background: var(--snb-purple);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  vertical-align: 1px;
}
.snb-mega__badge--bok { background: var(--snb-gold); color: var(--snb-bok); }

.snb-mega__feat { padding: 30px 36px 34px; background: var(--snb-soft); }
.snb-mega__feat--bok { background: var(--snb-bok-soft); }
.snb-mega__label {
  margin: 0 0 14px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.snb-mega__tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
/* keep tile images from downloading until a menu is actually opened */
.nav-dropdown .snb-mega__tiles { display: none; }
.header-nav-main > li:hover > .nav-dropdown .snb-mega__tiles,
.header-nav-main > li.current-dropdown > .nav-dropdown .snb-mega__tiles,
.header-nav-main > li:focus-within > .nav-dropdown .snb-mega__tiles { display: grid; }
.snb-mega--wide .snb-mega__tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.snb-mega a.snb-tile { display: block; padding: 0; border: 0; color: #000; text-decoration: none; }
.snb-tile__img {
  display: block;
  overflow: hidden;
  aspect-ratio: 2 / 1.1;
  border-radius: 6px;
  background: #e9e6ef;
}
.snb-mega--wide .snb-tile__img { aspect-ratio: 4 / 3; }
.snb-tile__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.snb-mega a.snb-tile:hover .snb-tile__img img { transform: scale(1.05); }
.snb-tile__cap {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1.3;
  text-transform: uppercase;
}
.snb-tile__sub {
  display: block;
  margin-top: 2px;
  color: var(--snb-muted);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: none;
}
.snb-tile__img--mascot { background: #efe8fb; }
.snb-tile__img--mascot img { object-fit: contain; padding: 6px; }

/* ---------- Mobile menu (off-canvas) ---------- */

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content,
#main-menu.mobile-sidebar { background-color: #fff !important; }

.mobile-sidebar .nav-sidebar > li { border-top: 1px solid var(--snb-line); }
.mobile-sidebar .nav-sidebar > li > a {
  padding: 16px 22px;
  color: var(--snb-ink);
  font-family: var(--snb-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: none;
}
.mobile-sidebar .nav-sidebar > li > .toggle { margin-right: 10px; opacity: 0.6; }
.mobile-sidebar .nav-sidebar .sub-menu { padding: 0 0 10px; background: #faf9fc; }
.mobile-sidebar .nav-sidebar .sub-menu > li > a {
  padding: 11px 30px;
  color: #53565a;
  font-family: var(--snb-font);
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
}
.mobile-sidebar .nav-sidebar li.snb-m-all > a { color: var(--snb-ink) !important; font-weight: 700 !important; }
.mobile-sidebar .nav-sidebar > li.snb-m-sale > a { color: var(--snb-sale); }
.mobile-sidebar .nav-sidebar > li.snb-m-new > a::after {
  content: "New";
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 99px;
  background: var(--snb-purple);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  vertical-align: 2px;
}

/* photo cards at the top of the mobile menu */
.mobile-sidebar .nav-sidebar > li.snb-m-card { padding: 14px 16px 4px; border-top: 0; }
.mobile-sidebar .nav-sidebar > li.snb-m-card + li.snb-m-card { padding-top: 6px; }
.mobile-sidebar .nav-sidebar > li.snb-m-card + li:not(.snb-m-card) { margin-top: 12px; }
.mobile-sidebar .nav-sidebar > li.snb-m-card > a {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 104px;
  padding: 14px 16px;
  overflow: hidden;
  border-radius: var(--snb-radius);
  background-color: var(--snb-bok);
  background-position: center 30%;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}
.mobile-sidebar .nav-sidebar > li.snb-m-card > a::after {
  content: "Shop now \2192";
  position: absolute;
  left: 16px;
  top: 14px;
  color: var(--snb-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: none;
}
.mobile-sidebar .nav-sidebar > li.snb-m-card > a > * { position: relative; }
.mobile-sidebar .nav-sidebar > li.snb-m-card--bok > a {
  background-image:
    linear-gradient(90deg, rgba(14, 59, 40, 0.94) 0%, rgba(14, 59, 40, 0.8) 60%, rgba(14, 59, 40, 0.45) 100%),
    url("/wp-content/uploads/2026/06/Springbok-AD-UGC-5-768x1024.jpg");
}
.mobile-sidebar .nav-sidebar > li.snb-m-card--hp > a {
  background-color: #3a1f5c;
  background-image:
    linear-gradient(90deg, rgba(38, 16, 66, 0.94) 0%, rgba(38, 16, 66, 0.8) 60%, rgba(38, 16, 66, 0.45) 100%),
    url("/wp-content/uploads/2026/08/Harry-Potter-LP-Hero-2026-768x960.jpg");
  background-position: center 20%;
}


/* ---------- Footer: soft lavender with a cloud edge (Oodie-style) ---------- */

.footer-wrapper {
  --snb-foot: #efe7fb;
  position: relative;
  margin-top: 96px;
  background: var(--snb-foot);
  color: var(--snb-ink);
}
.footer-wrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: -44px;
  height: 46px;
  background:
    radial-gradient(46px 34px at 50% 100%, var(--snb-foot) 98%, transparent 100%) 0 100% / 150px 46px repeat-x,
    radial-gradient(70px 44px at 50% 100%, var(--snb-foot) 98%, transparent 100%) 60px 100% / 230px 46px repeat-x;
  pointer-events: none;
}
.footer-wrapper > .section,
.footer-wrapper > .section .section-bg { background: none !important; background-color: transparent !important; }
.footer-wrapper > .section { position: relative; z-index: 1; }
.footer-wrapper > .section:first-of-type { padding-top: 26px !important; padding-bottom: 8px !important; }

.footer-wrapper .klaviyo-form *:not(button):not(input) { color: var(--snb-ink) !important; font-family: var(--snb-font) !important; }
.footer-wrapper .klaviyo-form input,
.footer-wrapper .klaviyo-form button { font-family: var(--snb-font) !important; }
.footer-wrapper .klaviyo-form input { border-radius: 99px !important; border-color: #d9ccf3 !important; padding-left: 20px !important; }
.footer-wrapper .klaviyo-form button { border-radius: 99px !important; font-weight: 700 !important; letter-spacing: 0.06em !important; }
.footer-wrapper .klaviyo-form a { color: var(--snb-purple) !important; }

.footer-wrapper h5 { color: var(--snb-purple-d); font-size: 16px; font-weight: 800; letter-spacing: 0.2px; }
.footer-wrapper li.bullet-arrow { margin: 0; padding: 0; border: 0; list-style: none; }
.footer-wrapper li.bullet-arrow:before { display: none !important; }
.footer-wrapper li.bullet-arrow > a {
  display: inline-block;
  padding: 7px 0;
  color: var(--snb-text);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.footer-wrapper li.bullet-arrow > a:hover { color: var(--snb-purple); text-decoration: underline; text-underline-offset: 4px; }
.footer-wrapper .ux-menu-link__icon,
.footer-wrapper .ux-menu-link .icon-angle-right { display: none !important; }
.footer-wrapper .ux-menu-link__link,
.footer-wrapper .ux-menu-link a {
  min-height: 0;
  padding: 7px 0 !important;
  color: var(--snb-text) !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.footer-wrapper .ux-menu-link__link:hover,
.footer-wrapper .ux-menu-link a:hover { color: var(--snb-purple) !important; text-decoration: underline; text-underline-offset: 4px; }
.footer-wrapper .ux-menu-link { border: 0 !important; }
.footer-wrapper .follow-icons a.icon {
  width: 42px;
  height: 42px;
  border: 0 !important;
  background: #fff;
  color: var(--snb-purple) !important;
  box-shadow: 0 2px 8px rgba(91, 26, 168, 0.12);
}
.footer-wrapper .follow-icons a.icon:hover { background: var(--snb-purple); color: #fff !important; }
.footer-wrapper > .section:nth-of-type(3) { border-top: 1px solid rgba(130, 36, 227, 0.14); }
.footer-wrapper > .section:nth-of-type(3) .gap-element { display: none; }
.footer-wrapper > .section:nth-of-type(3) h5 { margin-top: 18px; color: var(--snb-ink); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
.absolute-footer.dark { background: var(--snb-purple-d) !important; }
.absolute-footer .copyright-footer { color: #fff; font-size: 13px; letter-spacing: 0.3px; }

/* ---------- Buttons ---------- */

.snb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 2px solid transparent;
  border-radius: 99px;
  font-family: var(--snb-font);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.snb-btn:hover { transform: translateY(-2px); }
.snb-btn:focus-visible { outline: 3px solid var(--snb-purple); outline-offset: 3px; }
.snb-btn--gold { background: var(--snb-gold); color: var(--snb-bok) !important; }
.snb-btn--gold:hover { background: #ffc93d; }
.snb-btn--purple { background: var(--snb-purple); color: #fff !important; }
.snb-btn--purple:hover { background: var(--snb-purple-d); }
.snb-btn--white { background: #fff; color: var(--snb-ink) !important; }
.snb-btn--white:hover { background: var(--snb-ink); color: #fff !important; }
.snb-btn--sm { min-height: 40px; padding: 0 22px; font-size: 13px; }

/* ==========================================================
   Homepage
   ========================================================== */

.snb-home-sec { max-width: var(--snb-wrap); margin: 0 auto; padding: 0 15px; }
.snb-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--snb-wrap);
  margin: 72px auto 22px;
  padding: 0 15px;
}
.snb-head h2 {
  margin: 0;
  color: var(--snb-ink);
  font-size: clamp(24px, 2.3vw, 32px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
  text-transform: none;
}
.snb-head p { margin: 6px 0 0; color: var(--snb-muted); font-size: 15px; font-weight: 500; }
.snb-head__link {
  flex: none;
  color: var(--snb-ink) !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-decoration: none;
  white-space: nowrap;
}
.snb-head__link:hover { text-decoration: underline; text-underline-offset: 5px; }
.snb-head--center { justify-content: center; text-align: center; }

/* ---------- Hero ---------- */

.snb-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
  min-height: 540px;
  background: var(--snb-bok);
  color: #fff;
  font-family: var(--snb-font);
}
.snb-hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 56px 56px max(40px, calc((100vw - 1290px) / 2 + 15px));
}
.snb-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--snb-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.snb-flag {
  display: inline-block;
  flex: none;
  overflow: hidden;
  width: 27px;
  height: 18px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.snb-flag svg { display: block; width: 100%; height: 100%; }
.snb-hero__title {
  margin: 0 0 18px;
  color: #fff !important;
  font-size: clamp(40px, 4.6vw, 68px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -2px;
  text-transform: none;
  text-wrap: balance;
}
.snb-hero__title em { color: var(--snb-gold); font-style: normal; }
.snb-hero__text {
  max-width: 34ch;
  margin: 0 0 30px;
  color: #dfeae3;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.snb-hero__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.snb-hero__quick { display: flex; gap: 18px; margin: 26px 0 0; padding: 0; list-style: none; }
.snb-hero__quick li { margin: 0; }
.snb-hero__quick a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(245, 185, 33, 0.7);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.snb-hero__quick a:hover { color: var(--snb-gold) !important; }
.snb-hero__media { position: relative; overflow: hidden; }
.snb-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 62% 40%;
}
.snb-hero__media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 90px;
  background: linear-gradient(90deg, var(--snb-bok), rgba(14, 59, 40, 0));
}

/* ---------- Mobile "stories" quick nav ---------- */

.snb-stories { display: none; }

/* ---------- Reviews strip ---------- */

.snb-reviews { max-width: 1190px; margin: 48px auto 0; padding: 0 15px; }
.snb-reviews__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  margin: 0;
  padding: 4px 0 14px;
  overflow-x: auto;
  list-style: none;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.snb-reviews__track::-webkit-scrollbar { display: none; }
.snb-review {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 24px 24px 22px;
  border: 1px solid #ecebf0;
  border-radius: var(--snb-radius);
  background: #f7f7f9;
  scroll-snap-align: start;
}
.snb-review__avatar {
  display: grid;
  flex: none;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--snb-purple);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.snb-review:nth-child(4n+2) .snb-review__avatar { background: var(--snb-bok-2); }
.snb-review:nth-child(4n+3) .snb-review__avatar { background: #e0892a; }
.snb-review:nth-child(4n+4) .snb-review__avatar { background: #1aa6a6; }
.snb-review__stars { margin: 0 0 6px; color: #b07a00; font-size: 15px; letter-spacing: 3px; line-height: 1; }
.snb-review__quote {
  margin: 0 0 10px;
  color: var(--snb-text);
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.snb-review__who { margin: 0; color: var(--snb-ink); font-size: 12.5px; font-weight: 700; letter-spacing: 0.4px; }
.snb-review__who span { margin-left: 8px; color: #1f7a3f; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.snb-review__prod { display: block; margin-top: 4px; color: var(--snb-muted); font-size: 12px; font-weight: 500; text-decoration: none; }
.snb-review__prod:hover { color: var(--snb-purple); text-decoration: underline; }
.snb-reviews__more { margin: 8px 0 0; text-align: center; }
.snb-reviews__more a { color: var(--snb-ink) !important; font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }

/* ---------- Springboks band ---------- */

.snb-bokband-top { height: 1px; }
.snb-head--bok h2 { color: var(--snb-bok); }
.snb-head--bok .snb-head__kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--snb-bok-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ---------- Product cards (Oodie-clean) ---------- */

.snb-prod .product-small .box-image { overflow: hidden; border-radius: 10px; background: #f2f1f4; }
.snb-prod .product-small .box-text { padding: 12px 2px 6px; text-align: left; }
.snb-prod .product-small .product-title,
.snb-prod .product-small .name.product-title a {
  color: var(--snb-ink);
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
}
.snb-prod .product-small .category { display: none; }
.snb-prod .product-small .price { color: var(--snb-ink); font-size: 15px; font-weight: 700; }
.snb-prod .product-small .price del { color: var(--snb-muted); font-weight: 500; }
.snb-prod .product-small .price ins { text-decoration: none; }
.snb-prod .product-small .add-to-cart-button,
.snb-prod .product-small .box-text .button { display: none !important; }
.snb-prod .product-small .star-rating { margin: 4px 0 2px; font-size: 12px; }
.snb-prod .flickity-button { background: #fff; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12); }

/* ---------- Category tiles ---------- */

.snb-cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 40px;
  list-style: none;
}
.snb-cats li { margin: 0; }
.snb-cat {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  background: #eee;
}
.snb-cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.snb-cat:hover img { transform: scale(1.04); }
.snb-cat .snb-btn {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.snb-cat:hover .snb-btn { transform: translate(-50%, -2px); }

/* ---------- Full-width promo banner ---------- */

.snb-promo { display: block; max-width: 1440px; margin: 72px auto 0; }
.snb-promo img { display: block; width: 100%; height: auto; }

/* ---------- Two large tiles ---------- */

.snb-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 1370px;
  margin: 72px auto 0;
  padding: 0 40px;
}
.snb-duo__tile {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.26 / 1;
  border-radius: 16px;
  background: #ddd;
  color: #fff;
  text-decoration: none;
}
.snb-duo__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.snb-duo__tile:hover img { transform: scale(1.03); }
.snb-duo__tile::after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
}
.snb-duo__text { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 26px; }
.snb-duo__kicker { display: inline-block; margin-bottom: 10px; padding: 5px 11px; border-radius: 99px; background: var(--snb-bok); color: var(--snb-gold); font-size: 13px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.snb-duo__title {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

/* ---------- Shop by character ---------- */

.snb-chars {
  display: flex;
  justify-content: center;
  gap: 28px;
  max-width: 1290px;
  margin: 0 auto;
  padding: 6px 15px 10px;
  overflow-x: auto;
  list-style: none;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.snb-chars::-webkit-scrollbar { display: none; }
.snb-chars li { flex: none; margin: 0; scroll-snap-align: start; }
.snb-char { display: block; width: 150px; color: var(--snb-ink) !important; text-align: center; text-decoration: none; }
.snb-char__img {
  display: block;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #eee;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px transparent;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.snb-char__img img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.snb-char:hover .snb-char__img { box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--snb-purple); transform: translateY(-3px); }
.snb-char__name { display: block; margin-top: 12px; font-size: 15px; font-weight: 700; line-height: 1.25; }
.snb-char--bok .snb-char__img { box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--snb-gold); }

.snb-home-end { height: 24px; }

/* ---------- Tablet ---------- */

@media (max-width: 1023px) {
  .snb-hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 460px; }
  .snb-hero__panel { padding: 40px 32px; }
  .snb-hero__text { font-size: 16px; }
  .snb-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 20px; }
  .snb-duo { padding: 0 20px; }
  .snb-reviews__track { grid-auto-columns: calc((100% - 24px) / 2); }
  .snb-chars { justify-content: flex-start; }
}

/* ---------- Phone ---------- */

@media (max-width: 767px) {
  .snb-stories {
    display: flex;
    gap: 14px;
    margin: 0;
    padding: 14px 16px 12px;
    overflow-x: auto;
    list-style: none;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    background: #fff;
  }
  .snb-stories { scroll-padding: 0 16px; }
  .snb-stories::-webkit-scrollbar { display: none; }
  .snb-stories li { flex: none; margin: 0; scroll-snap-align: start; }
  .snb-story { display: block; width: 76px; color: var(--snb-ink) !important; text-align: center; text-decoration: none; }
  .snb-story__img {
    display: block;
    overflow: hidden;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border: 2px solid var(--snb-ink);
    border-radius: 50%;
    background: #f1eff5;
  }
  .snb-story--bok .snb-story__img { border-color: var(--snb-gold); box-shadow: 0 0 0 2px var(--snb-bok); }
  .snb-story--sale .snb-story__img { display: grid; place-items: center; border-color: var(--snb-sale); background: #fdeef0; color: #b8243b; font-size: 26px; font-weight: 800; }
  .snb-story__img img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
  .snb-story__name { display: block; min-height: 2.4em; margin-top: 6px; font-size: 11.5px; font-weight: 700; line-height: 1.2; }

  .snb-hero { display: flex; flex-direction: column; min-height: 0; }
  .snb-hero__media { order: -1; height: 380px; }
  .snb-promo img { aspect-ratio: 1200 / 1400; }
  .snb-hero__media img { object-position: center 30%; }
  .snb-hero__media::before {
    inset: auto 0 0;
    width: auto;
    height: 90px;
    background: linear-gradient(0deg, var(--snb-bok), rgba(14, 59, 40, 0));
  }
  .snb-hero__panel { align-items: center; padding: 6px 22px 34px; text-align: center; }
  .snb-hero__eyebrow { margin-bottom: 12px; font-size: 12px; }
  .snb-hero__title { margin-bottom: 12px; font-size: 40px; letter-spacing: -1.2px; }
  .snb-hero__text { margin-bottom: 22px; font-size: 15.5px; }
  .snb-hero__ctas { justify-content: center; width: 100%; }
  .snb-hero__ctas .snb-btn { width: 100%; max-width: 340px; }
  .snb-hero__quick { justify-content: center; margin-top: 18px; }

  .snb-head { margin: 48px auto 16px; }
  .snb-head h2 { font-size: 24px; }
  .snb-head--center { text-align: center; }

  .snb-reviews { margin-top: 26px; padding: 0; }
  .snb-reviews__track { grid-auto-columns: 84%; gap: 12px; padding: 4px 16px 10px; scroll-padding: 0 16px; }
  .snb-review { padding: 18px 16px; }
  .snb-review__avatar { width: 40px; height: 40px; font-size: 16px; }
  .snb-review__quote { font-size: 14px; }

  .snb-cats { gap: 10px; padding: 0 10px; }
  .snb-cat .snb-btn { bottom: 12px; min-height: 34px; padding: 0 14px; font-size: 11px; letter-spacing: 0.06em; }

  .snb-promo { margin-top: 48px; }

  .snb-duo { grid-template-columns: 1fr; gap: 10px; margin-top: 48px; padding: 0 10px; }
  .snb-duo__tile { aspect-ratio: 1.15 / 1; }
  .snb-duo__text { left: 20px; bottom: 20px; }

  .snb-chars { gap: 16px; padding: 4px 16px 8px; scroll-padding: 0 16px; }
  .snb-char { width: 108px; }
  .snb-char__img { width: 108px; height: 108px; }
  .snb-char__name { font-size: 13.5px; }
}

/* ---------- Focus, screen-reader text ---------- */

.snb-sr {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.snb-hero .snb-btn:focus-visible,
.snb-hero__quick a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.snb-duo__tile:focus-visible,
.snb-cat:focus-visible,
.snb-char:focus-visible,
.snb-story:focus-visible,
.snb-review__prod:focus-visible,
.snb-head__link:focus-visible,
.snb-mega a:focus-visible { outline: 3px solid var(--snb-purple); outline-offset: 3px; border-radius: 6px; }
.snb-promo:focus-visible { outline: 3px solid var(--snb-purple); outline-offset: -5px; }
.mobile-sidebar .nav-sidebar > li.snb-m-card > a:focus-visible { outline: 3px solid var(--snb-purple); outline-offset: 2px; }
.snb-prod .flickity-button:focus-visible { opacity: 1 !important; outline: 2px solid var(--snb-ink); outline-offset: 2px; }
/* collapsed mobile submenus shouldn't be tabbable */
.mobile-sidebar .nav-sidebar li.has-child:not(.active) > .sub-menu { visibility: hidden; }

@media (prefers-reduced-motion: reduce) {
  .snb-btn, .snb-cat img, .snb-duo__tile img, .snb-tile__img img, .snb-char__img { transition: none !important; }
}
