:root {
  --af-black: #111111;
  --af-ink: #2b2826;
  --af-muted: #756b62;
  --af-border: #e7ded7;
  --af-cream: #f7f3ef;
  --af-stone: #ece7df;
  --af-taupe: #9a8f83;
  --af-mist: #f4f6f6;
  --af-blush: #e7b9b1;
  --af-blue: #b9d7e8;
  --af-yellow: #f0d36a;
  --af-rust: #c94c4c;
  --af-wishlist-hot: var(--af-rust);
  --af-green: #9bbf9d;
  --af-white: #ffffff;
  --af-font-display: "Cormorant Garamond", Georgia, serif;
  --af-font-body: "Inter", Arial, sans-serif;
  --af-max: 1240px;
  --af-radius: 8px;
  --af-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
  --af-shadow-soft: 0 14px 34px rgba(17, 17, 17, 0.07);
}

/* Homepage redesign layer: A hero, B editorial system, C search-led commerce. */
:root {
  --af-black: #111111;
  --af-ink: #171413;
  --af-muted: #6e6760;
  --af-border: #ddd5ce;
  --af-cream: #f7f3ef;
  --af-stone: #ece7df;
  --af-mist: #f4f2ef;
  --af-rust: #b24a5a;
  --af-wishlist-hot: var(--af-rust);
  --af-white: #ffffff;
  --af-font-display: "Bodoni Moda", "Didot", "Bodoni 72", Georgia, serif;
  --af-font-body: "Manrope", Arial, sans-serif;
  --af-surface: #f7f3ef;
  --af-surface-alt: #ffffff;
  --af-surface-strong: #111111;
  --af-text: #151313;
  --af-text-soft: #6e6760;
  --af-line: rgba(17, 17, 17, 0.13);
  --af-on-dark: #fff8ef;
  --af-header-bg: rgba(255, 255, 255, 0.94);
  --af-header-text: #111111;
  --af-nav-bg: #111111;
  --af-nav-text: #fff8ef;
  --af-card-bg: #ffffff;
  --af-shadow-editorial: 0 28px 70px rgba(17, 17, 17, 0.16);
}

:root[data-af-theme="dark"] {
  --af-black: #111111;
  --af-ink: #f4efe7;
  --af-muted: #b8ada3;
  --af-border: rgba(255, 255, 255, 0.15);
  --af-cream: #151515;
  --af-stone: #22201f;
  --af-mist: #1c1b1a;
  --af-white: #ffffff;
  --af-surface: #111111;
  --af-surface-alt: #171615;
  --af-surface-strong: #f7f3ef;
  --af-text: #f7f3ef;
  --af-text-soft: #b9aea4;
  --af-line: rgba(255, 255, 255, 0.16);
  --af-on-dark: #fff8ef;
  --af-header-bg: rgba(17, 17, 17, 0.9);
  --af-header-text: #fff8ef;
  --af-nav-bg: #151515;
  --af-nav-text: #fff8ef;
  --af-card-bg: #1b1a19;
  --af-shadow-editorial: 0 30px 72px rgba(0, 0, 0, 0.42);
}

html {
  scroll-behavior: smooth;
}

body.atelier-femme {
  background: var(--af-surface);
  color: var(--af-text);
}

body.atelier-femme::before {
  position: fixed;
  inset: 0;
  z-index: 300;
  pointer-events: none;
  content: "";
  opacity: 0.055;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 42%),
    radial-gradient(circle at 30% 10%, rgba(178, 74, 90, 0.35), transparent 22%);
  mix-blend-mode: soft-light;
}

.af-announcement {
  min-height: 30px;
  letter-spacing: 0.08em;
}

.af-site-header {
  background: var(--af-header-bg);
  color: var(--af-header-text);
  border-bottom: 1px solid var(--af-line);
}

body.admin-bar .af-site-header {
  top: 32px;
}

.af-header-grid {
  grid-template-columns: minmax(220px, 0.72fr) minmax(320px, 1fr) minmax(220px, 0.72fr);
  min-height: 74px;
}

.af-brand {
  justify-self: start;
  font-family: var(--af-font-display);
  font-size: clamp(26px, 2.4vw, 40px);
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
}

.af-brand a,
.af-footer-brand {
  color: inherit;
}

.af-header-search-pill {
  min-height: 48px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  justify-self: center;
  width: min(100%, 640px);
  border: 1px solid var(--af-line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--af-surface-alt) 90%, transparent);
  color: var(--af-text-soft);
  padding: 0 22px;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.af-header-search-pill:hover,
.af-header-search-pill:focus-visible {
  border-color: color-mix(in srgb, var(--af-header-text) 38%, transparent);
  background: var(--af-surface-alt);
  transform: translateY(-1px);
}

.af-header-search-pill svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.af-header-search-pill span {
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.af-header-actions {
  gap: 10px;
}

.af-theme-toggle,
.af-icon-link,
.af-cart-link,
.af-icon-button {
  border-color: var(--af-line);
  background: color-mix(in srgb, var(--af-surface-alt) 92%, transparent);
  color: var(--af-header-text);
}

.af-theme-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--af-line);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--af-header-text);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.af-navigation {
  grid-column: auto;
  grid-row: auto;
  border-top: 1px solid color-mix(in srgb, var(--af-nav-text) 16%, transparent);
  background: var(--af-nav-bg);
  color: var(--af-nav-text);
}

.af-navigation__inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.af-menu {
  width: 100%;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
}

.af-menu a {
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  text-transform: none;
}

.af-menu a:hover,
.af-menu a:focus-visible {
  color: var(--af-rust);
}

.af-home {
  background: var(--af-surface);
  color: var(--af-text);
}

.af-home-hero {
  position: relative;
  min-height: min(820px, calc(100dvh - 160px));
  display: grid;
  overflow: hidden;
  background: #111111;
  color: var(--af-on-dark);
}

.af-home-hero__image,
.af-home-hero__wash {
  position: absolute;
  inset: 0;
}

.af-home-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: af-hero-drift 16s ease-in-out infinite alternate;
}

.af-hero-paused .af-home-hero__image {
  animation-play-state: paused;
}

.af-home-hero__wash {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0.4) 36%, rgba(17, 17, 17, 0.04) 74%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.04), rgba(17, 17, 17, 0.34));
}

.af-home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(300px, 0.92fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  padding-block: clamp(54px, 9vw, 112px);
}

.af-home-hero__brand {
  align-self: start;
  display: grid;
  gap: 0;
  font-family: var(--af-font-display);
  font-size: clamp(72px, 10vw, 170px);
  font-weight: 600;
  line-height: 0.76;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.58);
}

.af-home-hero__copy {
  max-width: 610px;
  justify-self: start;
}

.af-home-hero__copy h1 {
  max-width: 680px;
  margin: 0;
  font-family: var(--af-font-body);
  font-size: clamp(52px, 7vw, 112px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 12px 42px rgba(0, 0, 0, 0.48);
}

.af-home-hero__copy p {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(255, 248, 239, 0.82);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
}

.af-home-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.af-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 4px;
  font-family: var(--af-font-body);
  letter-spacing: 0.04em;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.af-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-1px);
}

.af-home-hero__media-ui {
  position: absolute;
  right: 36px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.af-home-hero__media-ui span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.44);
}

.af-home-hero__media-ui span.is-active {
  background: var(--af-on-dark);
}

.af-hero-pause {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 248, 239, 0.75);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.18);
  color: var(--af-on-dark);
  cursor: pointer;
}

.af-home-promo {
  min-height: 54px;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 56px);
  align-items: center;
  border-bottom: 1px solid var(--af-line);
  background: var(--af-surface-alt);
  color: var(--af-text);
  font-size: 14px;
  font-weight: 800;
}

.af-home-promo a:first-child,
.af-home-promo span {
  color: var(--af-rust);
}

.af-section {
  padding: clamp(72px, 10vw, 132px) 0;
}

.af-home-plan__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.af-home-plan__copy {
  max-width: 390px;
}

.af-home-plan h2,
.af-home-section-head h2,
.af-home-story h2,
.af-home-detail h2,
.af-home-newsletter h2 {
  margin: 0;
  color: var(--af-text);
  font-family: var(--af-font-display);
  font-size: clamp(48px, 6vw, 96px);
  font-weight: 600;
  line-height: 0.93;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.af-home-plan p,
.af-home-story p,
.af-home-detail p,
.af-home-newsletter p {
  margin: 22px 0 0;
  color: var(--af-text-soft);
  font-size: 17px;
  line-height: 1.65;
}

.af-link-arrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  color: var(--af-text);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.af-plan-bento {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  grid-auto-rows: minmax(210px, 1fr);
  gap: 8px;
}

.af-plan-tile {
  position: relative;
  min-height: 210px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 8px;
  background: var(--af-stone);
}

.af-plan-tile--large {
  grid-row: span 2;
}

.af-plan-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1), filter 220ms ease;
}

.af-plan-tile::after {
  position: absolute;
  inset: auto 0 0;
  height: 60%;
  content: "";
  background: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.7));
}

.af-plan-tile span {
  position: relative;
  z-index: 1;
  padding: 18px;
  color: #fff8ef;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
}

.af-plan-tile:hover img,
.af-plan-tile:focus-visible img {
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.06);
}

.af-home-arrivals {
  background: var(--af-surface-alt);
}

.af-home-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.af-home-section-head a {
  color: var(--af-text);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.af-home-product-rail .woocommerce ul.products {
  grid-template-columns: repeat(5, minmax(210px, 1fr));
  gap: 24px;
}

.af-home-product-rail .af-product-options--card .af-option-group--size,
.af-home-product-rail .af-product-options--card .af-option-label,
.af-home-product-rail .af-product-options--card .af-text-chip {
  display: none;
}

.af-home-product-rail .af-product-options--card {
  min-height: 28px;
}

.af-home-product-rail .af-option-group {
  grid-template-columns: 1fr;
}

.af-home-product-rail .af-product-card .button {
  border-color: var(--af-text);
  background: var(--af-text);
  color: var(--af-surface);
}

.af-home-product-rail .af-product-card__media {
  border-color: var(--af-line);
  background: var(--af-stone);
}

.af-home-product-rail .af-product-card__title,
.af-home-product-rail .af-product-card__price,
.af-home-product-rail .woocommerce ul.products li.product .price {
  color: var(--af-text);
}

.af-home-story {
  background: #111111;
  color: var(--af-on-dark);
}

.af-home-story h2,
.af-home-story p {
  color: inherit;
}

.af-home-story p {
  color: rgba(255, 248, 239, 0.78);
}

.af-home-story__grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.43fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}

.af-home-story__copy {
  position: sticky;
  top: 160px;
  align-self: start;
}

.af-home-story__copy h2 {
  font-size: clamp(56px, 7vw, 112px);
}

.af-story-stack {
  min-height: 600px;
  position: relative;
}

.af-story-card {
  position: absolute;
  width: min(56%, 520px);
  overflow: hidden;
  border: 1px solid rgba(255, 248, 239, 0.14);
  border-radius: 8px;
  background: #22201f;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
}

.af-story-card:nth-child(1) {
  left: 0;
  top: 0;
  z-index: 3;
}

.af-story-card:nth-child(2) {
  left: 34%;
  top: 72px;
  z-index: 2;
}

.af-story-card:nth-child(3) {
  right: 0;
  top: 142px;
  z-index: 1;
}

.af-story-card img {
  width: 100%;
  aspect-ratio: 4 / 5.2;
  object-fit: cover;
}

.af-story-card span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: min(76%, 220px);
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(17, 17, 17, 0.72);
  color: #fff8ef;
  padding: 13px;
  font-size: 13px;
}

.af-story-card strong {
  font-weight: 700;
}

.af-home-detail__grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(300px, 0.78fr) minmax(220px, 0.33fr);
  gap: 20px;
  align-items: center;
}

.af-home-detail__copy {
  padding-right: 24px;
}

.af-detail-main,
.af-detail-list a {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--af-stone);
}

.af-detail-main img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.af-detail-orbit {
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(70%, 460px);
  display: grid;
  place-items: center;
  border-top: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.af-detail-list {
  display: grid;
  gap: 10px;
}

.af-detail-list a {
  min-height: 168px;
  display: grid;
  align-items: end;
}

.af-detail-list img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.af-detail-list a::after {
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(17, 17, 17, 0.62));
}

.af-detail-list span {
  position: relative;
  z-index: 1;
  padding: 14px;
  color: #fff8ef;
  font-size: 19px;
  font-weight: 700;
}

.af-detail-list a:hover img,
.af-detail-list a:focus-visible img {
  transform: scale(1.06);
}

.af-home-newsletter {
  background: var(--af-surface-strong);
  color: var(--af-surface);
}

.af-home-newsletter h2,
.af-home-newsletter p {
  color: inherit;
}

.af-home-newsletter p {
  opacity: 0.72;
}

.af-home-newsletter .af-newsletter input {
  border-color: color-mix(in srgb, var(--af-surface) 38%, transparent);
  background: transparent;
  color: var(--af-surface);
}

.af-home-newsletter .af-newsletter input::placeholder {
  color: color-mix(in srgb, var(--af-surface) 70%, transparent);
}

.af-home-newsletter .af-newsletter button {
  background: var(--af-surface);
  color: var(--af-surface-strong);
}

[data-af-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms cubic-bezier(0.16, 1, 0.3, 1), transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-af-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes af-hero-drift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.1) translate3d(-1.4%, 0.8%, 0);
  }
}

@media (max-width: 1120px) {
  .af-header-grid {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .af-header-search-pill {
    display: none;
  }

  .af-navigation {
    position: fixed;
    inset: 104px 0 0;
    z-index: 60;
    display: none;
    overflow-y: auto;
    padding: 0;
  }

  .af-navigation.is-open {
    display: block;
  }

  .af-navigation__inner {
    min-height: 0;
    align-items: stretch;
    padding-block: 18px;
  }

  .af-menu {
    display: grid;
    gap: 0;
  }

  .af-menu a {
    display: block;
    border-bottom: 1px solid color-mix(in srgb, currentColor 16%, transparent);
    padding: 16px 0;
    font-size: 18px;
  }

  .af-icon-button {
    display: inline-grid;
  }

  .af-home-hero__grid,
  .af-home-plan__grid,
  .af-home-story__grid,
  .af-home-detail__grid {
    grid-template-columns: 1fr;
  }

  .af-home-hero__copy {
    align-self: end;
  }

  .af-home-product-rail {
    margin-inline: calc((100vw - 100%) / -2);
    overflow-x: auto;
    padding-inline: max(16px, calc((100vw - var(--af-max)) / 2));
  }

  .af-home-product-rail .woocommerce ul.products {
    width: max-content;
    grid-template-columns: repeat(5, minmax(230px, 270px));
  }

  .af-home-story__copy {
    position: static;
  }

  .af-story-stack {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .af-announcement span:nth-child(n+2),
  .af-theme-toggle,
  .af-search-link {
    display: none;
  }

  .af-header-grid {
    min-height: 64px;
  }

  .af-home-hero {
    min-height: 690px;
  }

  .af-home-hero__wash {
    background:
      linear-gradient(180deg, rgba(17, 17, 17, 0.08), rgba(17, 17, 17, 0.56) 46%, rgba(17, 17, 17, 0.82)),
      linear-gradient(90deg, rgba(17, 17, 17, 0.46), rgba(17, 17, 17, 0.12));
  }

  .af-home-hero__grid {
    gap: 30px;
    align-content: end;
    padding-block: 38px 74px;
  }

  .af-home-hero__brand {
    font-size: clamp(68px, 21vw, 108px);
  }

  .af-home-hero__copy h1 {
    font-size: clamp(42px, 13vw, 66px);
  }

  .af-home-hero__copy p {
    font-size: 15px;
  }

  .af-home-hero__actions {
    gap: 10px;
  }

  .af-home-hero__actions .af-button {
    min-height: 48px;
    padding-inline: 18px;
    font-size: 11px;
  }

  .af-home-hero__media-ui {
    right: 18px;
    bottom: 18px;
  }

  .af-home-promo {
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding-inline: 16px;
    white-space: nowrap;
  }

  .af-section {
    padding: 62px 0;
  }

  .af-home-plan h2,
  .af-home-section-head h2,
  .af-home-story h2,
  .af-home-detail h2,
  .af-home-newsletter h2 {
    font-size: clamp(42px, 15vw, 64px);
  }

  .af-plan-bento {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(230px, auto);
  }

  .af-plan-tile--large {
    grid-row: auto;
  }

  .af-home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .af-story-stack {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .af-story-card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100%;
  }

  .af-story-card img {
    aspect-ratio: 4 / 4.7;
  }

  .af-home-detail__copy {
    padding-right: 0;
  }

  .af-detail-list {
    grid-template-columns: 1fr;
  }

  .af-home-newsletter .af-container {
    gap: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .af-home-hero__image,
  [data-af-reveal] {
    animation: none;
    transition: none;
    transform: none;
  }

  [data-af-reveal] {
    opacity: 1;
  }
}

* {
  box-sizing: border-box;
}

body.atelier-femme {
  margin: 0;
  overflow-x: hidden;
  background: var(--af-white);
  color: var(--af-ink);
  font-family: var(--af-font-body);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

body.af-nav-open {
  overflow: hidden;
}

body.af-cart-drawer-open {
  overflow: hidden;
}

body.af-search-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.af-container {
  width: min(100% - 32px, var(--af-max));
  margin-inline: auto;
}

.af-skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 999;
  background: var(--af-black);
  color: var(--af-white);
  padding: 10px 14px;
}

.af-skip-link:focus {
  left: 12px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.af-announcement {
  min-height: 36px;
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
  background: var(--af-black);
  color: var(--af-white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.af-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 17, 17, 0.09);
  backdrop-filter: blur(16px);
}

.af-header-grid {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

.af-brand {
  justify-self: center;
  font-family: var(--af-font-display);
  font-size: 30px;
  font-weight: 700;
  color: var(--af-black);
  white-space: nowrap;
}

.af-navigation {
  grid-column: 1;
  grid-row: 1;
}

.af-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-menu a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.af-header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}

.af-icon-link,
.af-cart-link,
.af-icon-button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--af-border);
  border-radius: 999px;
  background: var(--af-white);
  color: var(--af-black);
}

.af-icon-button {
  display: none;
  cursor: pointer;
}

.af-icon-link svg,
.af-cart-link svg,
.af-search-panel svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.af-header-actions .af-icon-link,
.af-header-actions .af-cart-link {
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.af-header-actions .af-icon-link:hover,
.af-header-actions .af-icon-link:focus-visible,
.af-header-actions .af-cart-link:hover,
.af-header-actions .af-cart-link:focus-visible {
  border-color: rgba(17, 17, 17, 0.18);
  background: #fbfaf8;
  color: var(--af-black);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
  transform: translateY(-1px);
}

.af-header-actions .af-icon-link:focus-visible,
.af-header-actions .af-cart-link:focus-visible {
  outline: 2px solid rgba(138, 83, 79, 0.22);
  outline-offset: 3px;
}

.af-search-panel {
  position: fixed;
  inset: 0;
  z-index: 100000;
  pointer-events: none;
}

.af-search-panel__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 17, 17, 0.42);
  cursor: pointer;
  opacity: 0;
  transition: opacity 180ms ease;
}

.af-search-panel__sheet {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1120px);
  max-height: calc(100dvh - 32px);
  margin: 16px auto 0;
  border: 1px solid rgba(17, 17, 17, 0.11);
  border-radius: 24px;
  background: var(--af-white);
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.2);
  opacity: 0;
  outline: none;
  overflow-y: auto;
  transform: translateY(-12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.af-search-panel.is-open {
  pointer-events: auto;
}

.af-search-panel.is-open .af-search-panel__overlay {
  opacity: 1;
}

.af-search-panel.is-open .af-search-panel__sheet {
  opacity: 1;
  transform: translateY(0);
}

.af-search-panel__inner {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 32px;
}

.af-search-panel__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--af-black);
  cursor: pointer;
}

.af-search-form {
  width: min(100%, 930px);
  margin-inline: auto;
}

.af-search-form__field {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 999px;
  background: #f1f2f2;
  padding: 8px 14px 8px 24px;
}

.af-search-page-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.af-search-form input[type="search"] {
  width: 100%;
  min-height: 56px;
  border: 0;
  background: transparent;
  color: var(--af-black);
  padding: 0;
  font-size: 18px;
  outline: none;
}

.af-search-page-form input[type="search"] {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 999px;
  background: var(--af-white);
  color: var(--af-black);
  padding: 0 20px;
  font-size: 16px;
  outline: none;
}

.af-search-form input[type="search"]:focus,
.af-search-page-form input[type="search"]:focus {
  border-color: var(--af-black);
}

.af-search-page-form button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--af-black);
  border-radius: 999px;
  background: var(--af-black);
  color: var(--af-white);
  padding: 0 20px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.af-search-form__submit {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--af-black);
  cursor: pointer;
}

.af-search-live {
  display: grid;
  gap: 14px;
}

.af-search-live__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.af-search-live__header h2,
.af-search-panel__terms h2 {
  margin: 0;
  color: var(--af-black);
  font-size: 17px;
  font-weight: 900;
}

.af-search-live__header a {
  color: var(--af-muted);
  font-size: 12px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.af-search-live__grid {
  min-height: 282px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.af-search-result-card {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.af-search-result-card__media {
  aspect-ratio: 4 / 5.2;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: var(--af-mist);
}

.af-search-result-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.af-search-result-card__body {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.af-search-result-card__label,
.af-search-result-card__price {
  color: var(--af-black);
  font-size: 12px;
  font-weight: 850;
}

.af-search-result-card__label {
  text-transform: uppercase;
}

.af-search-result-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--af-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.af-search-live__status {
  margin: 0;
  color: var(--af-muted);
  font-size: 14px;
}

.af-search-panel__terms {
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--af-border);
  padding-top: 24px;
}

.af-search-panel__terms nav,
.af-search-suggestions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.af-search-suggestions span {
  color: var(--af-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.af-search-panel__terms a,
.af-search-suggestions a {
  min-height: 34px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  border: 1px solid rgba(17, 17, 17, 0.05);
  border-radius: 999px;
  background: var(--af-mist);
  color: var(--af-black);
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.af-search-panel__terms a:hover,
.af-search-panel__terms a:focus {
  background: var(--af-black);
  color: var(--af-white);
}

.af-cart-link,
.af-wishlist-link {
  position: relative;
}

.af-wishlist-link {
  border-color: rgba(138, 83, 79, 0.18);
  background:
    radial-gradient(circle at 58% 34%, rgba(255, 255, 255, 0.95) 0 30%, rgba(255, 247, 244, 0.92) 31% 100%),
    var(--af-white);
  color: #3a3430;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.af-wishlist-link svg {
  width: 21px;
  height: 21px;
  overflow: visible;
  transition: fill 180ms ease, stroke-width 180ms ease, transform 180ms ease;
}

.af-wishlist-link:hover,
.af-wishlist-link:focus-visible {
  border-color: rgba(138, 83, 79, 0.32);
  background:
    radial-gradient(circle at 58% 34%, rgba(255, 255, 255, 0.98) 0 30%, rgba(255, 241, 237, 0.96) 31% 100%),
    var(--af-white);
  color: var(--af-rust);
}

.af-wishlist-link:hover svg,
.af-wishlist-link:focus-visible svg {
  fill: currentColor;
  stroke-width: 1.45;
  transform: scale(1.08);
}

.af-account-menu {
  position: relative;
}

.af-account-menu::after {
  position: absolute;
  top: 100%;
  right: -24px;
  z-index: 74;
  width: 342px;
  height: 15px;
  content: "";
}

.af-account-popover {
  position: absolute;
  top: calc(100% + 13px);
  right: -6px;
  z-index: 75;
  width: 318px;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(17, 17, 17, 0.11);
  border-radius: 8px;
  background: var(--af-white);
  padding: 14px;
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.af-account-popover::before {
  position: absolute;
  top: -7px;
  right: 20px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(17, 17, 17, 0.11);
  border-left: 1px solid rgba(17, 17, 17, 0.11);
  background: var(--af-white);
  content: "";
  transform: rotate(45deg);
}

.af-account-menu:hover .af-account-popover,
.af-account-menu:focus-within .af-account-popover,
.af-account-menu.is-open .af-account-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.af-account-menu.is-suppressed:hover .af-account-popover,
.af-account-menu.is-suppressed:focus-within .af-account-popover,
.af-account-menu.is-suppressed.is-open .af-account-popover {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.af-account-popover__primary,
.af-account-popover__secondary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.af-account-popover__primary {
  background: var(--af-black);
  color: var(--af-white);
}

.af-account-popover__secondary {
  border: 1px solid var(--af-border);
  background: var(--af-white);
  color: var(--af-black);
}

.af-account-popover__links {
  display: grid;
  margin-top: 4px;
  border-top: 1px solid var(--af-border);
}

.af-account-popover__links a {
  min-height: 43px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid var(--af-border);
  padding: 10px 2px;
  color: var(--af-ink);
  font-size: 13px;
  font-weight: 700;
}

.af-account-popover__links a:last-child {
  border-bottom: 0;
}

.af-account-popover__links a:hover,
.af-account-popover__links a:focus {
  color: var(--af-rust);
}

.af-account-popover__links svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.af-cart-count {
  position: absolute;
  right: -4px;
  top: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--af-rust);
  color: var(--af-white);
  font-size: 11px;
  display: grid;
  place-items: center;
}

.af-wishlist-count.is-empty {
  display: none;
}

.af-header-wishlist-count {
  right: -2px;
  top: -5px;
  min-width: 18px;
  height: 18px;
  border: 2px solid var(--af-white);
  font-size: 10px;
}

.af-cart-drawer__icon .af-cart-count {
  right: -8px;
  top: -10px;
}

.af-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 100000;
  pointer-events: none;
}

.af-cart-drawer__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.58);
  cursor: pointer;
  opacity: 0;
  transition: opacity 220ms ease;
}

.af-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(560px, calc(100vw - 24px));
  height: 100%;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  background: var(--af-white);
  color: var(--af-black);
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.18);
  overflow-x: hidden;
  transform: translateX(102%);
  transition: transform 240ms ease;
  outline: none;
}

.af-cart-drawer.is-open {
  pointer-events: auto;
}

.af-cart-drawer.is-open .af-cart-drawer__overlay {
  opacity: 1;
}

.af-cart-drawer.is-open .af-cart-drawer__panel {
  transform: translateX(0);
}

.af-cart-drawer__header {
  min-width: 0;
  min-height: 68px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 12px;
  overflow-x: hidden;
  padding: 20px 28px 12px;
}

.af-cart-drawer__header h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.af-cart-drawer__icon {
  position: relative;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}

.af-cart-drawer__icon svg,
.af-cart-drawer__close svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.af-cart-drawer__close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  justify-self: end;
  border: 0;
  background: transparent;
  color: var(--af-black);
  cursor: pointer;
}

.af-cart-drawer__shipping {
  min-width: 0;
  overflow-x: hidden;
  padding: 0 28px 20px;
  border-bottom: 1px solid var(--af-border);
  color: var(--af-black);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.af-cart-drawer__progress {
  height: 12px;
  margin-top: 12px;
  background: var(--af-stone);
}

.af-cart-drawer__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--af-black);
}

.af-cart-drawer__content {
  min-height: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 18px 28px;
}

.af-cart-drawer__items {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-cart-drawer__item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--af-border);
}

.af-cart-drawer__thumb {
  display: block;
  background: var(--af-mist);
}

.af-cart-drawer__thumb img {
  display: block;
  width: 112px;
  height: 150px;
  object-fit: cover;
}

.af-cart-drawer__item-body {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.af-cart-drawer__item-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  align-items: start;
}

.af-cart-drawer__item-title {
  min-width: 0;
  color: var(--af-black);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.af-cart-drawer__item-price {
  justify-self: start;
  color: var(--af-black);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
}

.af-cart-drawer__item-data {
  min-width: 0;
  color: var(--af-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.af-cart-drawer__item-data dl,
.af-cart-drawer__item-data dt,
.af-cart-drawer__item-data dd,
.af-cart-drawer__item-data p {
  margin: 0;
}

.af-cart-drawer__item-data dl {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 10px;
}

.af-cart-drawer__item-data dt::after {
  content: "";
}

.af-cart-drawer__item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-self: end;
}

.af-cart-drawer__quantity {
  color: var(--af-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.af-cart-drawer__remove {
  margin-left: auto;
  color: var(--af-muted);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.woocommerce .af-cart-drawer__remove.remove {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  color: var(--af-muted) !important;
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}

.woocommerce .af-cart-drawer__remove.remove:hover,
.woocommerce .af-cart-drawer__remove.remove:focus {
  background: transparent;
  color: var(--af-black) !important;
}

.af-cart-drawer__empty {
  margin: 28px 0;
  color: var(--af-muted);
  font-size: 15px;
  text-align: center;
}

.af-cart-drawer__footer {
  min-width: 0;
  display: grid;
  gap: 12px;
  overflow-x: hidden;
  padding: 20px 28px;
  border-top: 1px solid var(--af-border);
  background: var(--af-white);
}

.af-cart-drawer__subtotal {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--af-black);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.af-cart-drawer__checkout,
.af-cart-drawer__cart {
  min-height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--af-black);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.af-cart-drawer__checkout {
  background: var(--af-black);
  color: var(--af-white);
}

.af-cart-drawer__cart {
  background: var(--af-white);
  color: var(--af-black);
}

html.af-js .woocommerce-message .af-add-to-cart-message {
  display: none;
}

html.af-js .woocommerce-message:has(.af-add-to-cart-message),
html.af-js .woocommerce-message.af-notice-opened-drawer {
  display: none;
}

.af-icon-lines,
.af-icon-lines::before,
.af-icon-lines::after {
  width: 18px;
  height: 2px;
  display: block;
  background: var(--af-black);
  content: "";
}

.af-icon-lines::before {
  transform: translateY(-6px);
}

.af-icon-lines::after {
  transform: translateY(4px);
}

.af-main {
  min-height: 55vh;
}

.af-hero {
  min-height: min(760px, calc(100vh - 108px));
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--af-black);
}

.af-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.af-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.68));
}

.af-hero-copy {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 880px);
  margin: 0 auto;
  padding: 0 0 72px;
  color: var(--af-white);
  text-align: center;
}

.af-hero-copy p,
.af-section-heading p,
.af-editorial-copy p,
.af-look-panel p,
.af-newsletter-band p,
.af-shop-header p {
  margin: 0 0 10px;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.af-hero-copy h1 {
  margin: 0;
  font-family: var(--af-font-display);
  font-size: clamp(60px, 9vw, 128px);
  line-height: 0.88;
  letter-spacing: 0;
}

.af-hero-copy span {
  display: block;
  width: min(100%, 650px);
  margin: 18px auto 0;
  font-size: 18px;
}

.af-hero-actions,
.af-section-heading--split,
.af-shop-tools {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.af-hero-actions {
  margin-top: 26px;
}

.af-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid var(--af-black);
  border-radius: 999px;
  background: var(--af-black);
  color: var(--af-white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.af-button--light {
  border-color: #fff8ef;
  background: #fff8ef;
  color: #111111;
}

.af-button--outline-light {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12);
  color: #fff8ef;
}

.af-button--dark {
  border-color: var(--af-black);
  background: var(--af-black);
  color: var(--af-white);
}

.af-trust-strip {
  min-height: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--af-border);
  background: var(--af-cream);
}

.af-trust-strip span {
  display: grid;
  place-items: center;
  padding: 12px;
  border-right: 1px solid var(--af-border);
  color: var(--af-ink);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.af-trust-strip span:last-child {
  border-right: 0;
}

.af-section {
  padding: 78px 0;
}

.af-section--soft {
  background: var(--af-cream);
}

.af-section-heading {
  margin-bottom: 28px;
  text-align: center;
}

.af-section-heading h2,
.af-editorial-copy h2,
.af-look-panel h2,
.af-newsletter-band h2,
.af-shop-header h1,
.af-entry-header h1 {
  margin: 0;
  font-family: var(--af-font-display);
  color: var(--af-black);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.af-section-heading--split {
  justify-content: space-between;
  text-align: left;
}

.af-section-heading--split a {
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.af-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.af-category-tile {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: var(--af-radius);
  background: var(--af-cream);
}

.af-category-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease;
}

.af-category-tile::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(17, 17, 17, 0.62));
}

.af-category-tile span {
  position: relative;
  z-index: 1;
  padding: 18px;
  color: var(--af-white);
  font-size: 20px;
  font-weight: 800;
}

.af-category-tile:hover img {
  transform: scale(1.04);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 38px 18px;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.af-product-card {
  position: relative;
  float: none;
  width: auto;
  margin: 0;
  list-style: none;
  min-width: 0;
}

.woocommerce ul.products li.product.af-product-card,
.woocommerce-page ul.products li.product.af-product-card {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
}

.af-product-card__media {
  position: relative;
  aspect-ratio: 4 / 5.55;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--af-mist), var(--af-stone));
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.04);
  isolation: isolate;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.af-wishlist-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  border: 0;
  background: transparent;
  color: rgba(32, 29, 27, 0.74);
  cursor: pointer;
  box-shadow: none;
  font-family: var(--af-font-body);
  font-weight: 800;
  transition: color 180ms ease, filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.af-wishlist-button:hover,
.af-wishlist-button:focus-visible {
  color: var(--af-wishlist-hot);
  filter: drop-shadow(0 10px 16px rgba(255, 51, 102, 0.24));
  transform: translateY(-2px) rotate(-3deg) scale(1.04);
}

.af-wishlist-button.is-active {
  color: var(--af-wishlist-hot);
}

.af-wishlist-button:focus-visible {
  outline: 2px solid rgba(138, 83, 79, 0.28);
  outline-offset: 3px;
}

.af-wishlist-button.is-loading {
  opacity: 0.62;
  pointer-events: none;
}

.af-wishlist-button__icon {
  display: inline-flex;
  width: 25px;
  height: 25px;
  line-height: 1;
}

.af-wishlist-drop {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.af-wishlist-drop__heart,
.af-wishlist-drop-token .af-wishlist-drop__heart {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.af-wishlist-drop__heart path {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: center;
  transition: fill 180ms ease, stroke-width 180ms ease, transform 180ms ease;
}

.af-wishlist-button:hover .af-wishlist-drop,
.af-wishlist-button:focus-visible .af-wishlist-drop {
  transform: translateY(-1px) scale(1.08);
}

.af-wishlist-button:hover .af-wishlist-drop__heart path,
.af-wishlist-button:focus-visible .af-wishlist-drop__heart path {
  transform: scale(1.08);
}

.af-wishlist-button.is-active .af-wishlist-drop__heart path,
.af-wishlist-drop-token .af-wishlist-drop__heart path {
  fill: currentColor;
  stroke-width: 1.6;
}

.af-wishlist-button.is-dropping .af-wishlist-drop {
  opacity: 0.28;
  transform: translateY(4px) scale(0.78);
}

.af-wishlist-drop-token {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 240;
  width: 25px;
  height: 25px;
  display: inline-flex;
  color: var(--af-wishlist-hot);
  filter: drop-shadow(0 16px 18px rgba(255, 51, 102, 0.26));
  pointer-events: none;
  transform: translate(calc(var(--af-drop-start-x) - 12.5px), calc(var(--af-drop-start-y) - 12.5px)) scale(1);
  transform-origin: center;
}

.af-wishlist-drop-token.is-active {
  animation: af-wishlist-gravity-drop 920ms cubic-bezier(0.18, 0.84, 0.22, 1) forwards;
}

.af-wishlist-button--card {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  width: 38px;
  height: 38px;
  border-radius: 0;
  box-shadow: none;
}

.af-wishlist-button--card .af-wishlist-button__text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@keyframes af-wishlist-gravity-drop {
  0% {
    opacity: 1;
    transform: translate(calc(var(--af-drop-start-x) - 12.5px), calc(var(--af-drop-start-y) - 12.5px)) rotate(-8deg) scale(1);
  }
  42% {
    opacity: 1;
    transform: translate(calc(var(--af-drop-mid-x) - 12.5px), calc(var(--af-drop-mid-y) - 12.5px)) rotate(15deg) scale(1.18);
  }
  78% {
    opacity: 1;
    transform: translate(calc(var(--af-drop-end-x) - 12.5px), calc(var(--af-drop-end-y) - 12.5px)) rotate(-10deg) scale(0.78);
  }
  100% {
    opacity: 0;
    transform: translate(calc(var(--af-drop-end-x) - 12.5px), calc(var(--af-drop-end-y) - 12.5px)) rotate(0deg) scale(0.4);
  }
}

.af-wishlist-link.is-drop-target {
  animation: af-wishlist-target-bounce 620ms cubic-bezier(0.18, 0.86, 0.32, 1.28);
}

@keyframes af-wishlist-target-bounce {
  0% {
    transform: translateY(0) scale(1);
  }
  28% {
    transform: translateY(2px) scale(0.9);
  }
  54% {
    transform: translateY(-3px) scale(1.12);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .af-wishlist-button.is-dropping .af-wishlist-drop,
  .af-wishlist-drop-token.is-active,
  .af-wishlist-link.is-drop-target {
    animation: none;
  }

  .af-wishlist-drop-token {
    display: none;
  }
}

.af-product-card__media img,
.woocommerce ul.products li.product a img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.af-product-card__image {
  position: absolute;
  inset: 0;
  transform: scale(1.01);
  transition: opacity 260ms ease, transform 520ms ease;
}

.af-product-card__image--scene {
  opacity: 0;
}

.af-product-card__media-shade {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 38%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.2));
  opacity: 0;
  transition: opacity 220ms ease;
}

.af-product-card__scene-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--af-black);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  opacity: 0;
  text-transform: uppercase;
  transition: opacity 220ms ease, transform 220ms ease;
  transform: translateY(4px);
}

.af-product-card:hover .af-product-card__media {
  box-shadow: var(--af-shadow-soft);
  transform: translateY(-2px);
}

.af-product-card:hover .af-product-card__image--primary {
  transform: scale(1.055);
}

.af-product-card.is-color-previewing .af-product-card__image--primary {
  transform: scale(1.035);
}

.af-product-card__image.is-switching-color {
  opacity: 0.84;
}

.af-product-card:hover .af-product-card__image--scene {
  opacity: 1;
  transform: scale(1.03);
}

.af-product-card.is-color-previewing .af-product-card__image--scene,
.af-product-card.is-color-previewing .af-product-card__media-shade,
.af-product-card.is-color-previewing .af-product-card__scene-label {
  opacity: 0;
}

.af-product-card:hover .af-product-card__media-shade,
.af-product-card:hover .af-product-card__scene-label {
  opacity: 1;
}

.af-product-card:hover .af-product-card__scene-label {
  transform: translateY(0);
}

.af-product-card.is-color-previewing:hover .af-product-card__media-shade,
.af-product-card.is-color-previewing:hover .af-product-card__scene-label {
  opacity: 0;
}

.af-product-card.is-color-previewing:hover .af-product-card__scene-label {
  transform: translateY(4px);
}

.af-product-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 2px;
  background: var(--af-white);
  color: var(--af-black);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.af-product-badge--sale {
  background: var(--af-rust);
  color: var(--af-white);
}

.af-product-card__body {
  display: grid;
  gap: 10px;
  padding-top: 13px;
}

.af-product-card__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: var(--af-black);
  font-family: var(--af-font-body);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.af-product-card__meta,
.woocommerce ul.products li.product .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  color: var(--af-black);
  font-weight: 800;
}

.af-product-card__price,
.woocommerce ul.products li.product .price {
  font-size: 14px;
  letter-spacing: 0;
}

.woocommerce ul.products li.product .price del {
  color: var(--af-muted);
  font-weight: 500;
}

.woocommerce ul.products li.product .price ins {
  color: var(--af-rust);
  text-decoration: none;
}

.af-product-card .button {
  width: 100%;
  min-height: 42px;
  margin-top: 0;
  border-color: rgba(17, 17, 17, 0.16);
  border-radius: 2px;
  background: transparent;
  color: var(--af-black);
  font-size: 12px;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.af-product-card .button:hover,
.af-product-card .button:focus {
  border-color: var(--af-black);
  background: var(--af-black);
  color: var(--af-white);
}

.af-product-options {
  display: grid;
  gap: 8px;
}

.af-product-options--card {
  gap: 6px;
  padding-top: 1px;
}

.af-product-options--card .af-option-group--size {
  display: none;
}

.af-product-options--card .af-option-label {
  display: none;
}

.af-product-options--card .af-option-group {
  grid-template-columns: 1fr;
}

.af-option-group {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.af-option-label {
  color: var(--af-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-option-values {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.af-color-chip,
.af-size-chip,
.af-text-chip,
.af-more-chip {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 999px;
  background: var(--af-white);
  color: var(--af-black);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.af-color-chip {
  width: 24px;
  padding: 0;
  background: var(--swatch);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.62);
}

.af-color-chip--button {
  appearance: none;
  font-family: inherit;
  cursor: pointer;
}

.af-color-chip--preview:hover,
.af-color-chip--preview:focus-visible,
.af-product-options--card .af-color-chip.is-selected {
  border-color: var(--af-black);
  box-shadow: 0 0 0 2px var(--af-white), 0 0 0 3px rgba(17, 17, 17, 0.45);
}

.af-color-chip span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.af-size-chip,
.af-text-chip,
.af-more-chip {
  padding: 0 8px;
}

.af-text-chip {
  color: var(--af-muted);
  background: var(--af-mist);
}

.post-type-archive-product,
.tax-product_cat,
.tax-product_tag,
.search-results {
  background: #fff;
}

.post-type-archive-product .af-shop-main,
.tax-product_cat .af-shop-main,
.tax-product_tag .af-shop-main,
.search-results .af-shop-main {
  padding-top: 34px;
}

.post-type-archive-product .af-shop-main > .af-container,
.tax-product_cat .af-shop-main > .af-container,
.tax-product_tag .af-shop-main > .af-container,
.search-results .af-shop-main > .af-container {
  width: min(100% - 32px, 1840px);
}

.af-sport-shop-header {
  margin: 0 0 28px;
}

.af-sport-hero {
  display: block;
  padding: 22px 0 18px;
  border: 0;
  background: #fff;
}

.af-sport-hero__copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.af-sport-hero__copy p {
  margin: 0;
  color: #7b837d;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.af-sport-hero__copy h1 {
  max-width: 1100px;
  margin: 0;
  color: #111;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(42px, 5.2vw, 86px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

.af-sport-shop-header .af-shop-header__copy {
  max-width: 680px;
  margin: 4px 0 0;
  color: #68716b;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.af-sport-shop-layout {
  display: grid;
  grid-template-columns: clamp(180px, 13vw, 220px) minmax(0, 1fr);
  gap: clamp(28px, 3.2vw, 52px);
  align-items: start;
}

.af-sport-sidebar {
  position: sticky;
  top: 132px;
  align-self: start;
}

.af-sport-products {
  min-width: 0;
}

.af-sport-products__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e2;
}

.af-sport-tabs,
.af-sport-mobile-tabs {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.af-sport-tabs a,
.af-sport-mobile-tabs a {
  color: #1e211f;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease, opacity 180ms ease;
}

.af-sport-tabs a:hover,
.af-sport-tabs a:focus-visible,
.af-sport-mobile-tabs a:hover,
.af-sport-mobile-tabs a:focus-visible {
  color: #6f8f7a;
}

.af-sport-mobile-tabs,
.af-sport-mobile-toolbar {
  display: none;
}

.af-sport-products__sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: #6f746f;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  white-space: nowrap;
}

.af-sport-products__sort .woocommerce-result-count {
  font-size: 12px;
}

.af-sport-products__sort .woocommerce-ordering select,
.af-shop-panel__sort .woocommerce-ordering select {
  min-height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1d1f1d;
  padding: 0 24px 0 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-sport-filters {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.af-sport-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
  border-bottom: 1px solid #dede;
}

.af-sport-filters__head span,
.af-sport-filters__head a {
  color: #151515;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.af-sport-filters__head a {
  color: #7b817c;
  letter-spacing: 0.08em;
}

.af-sport-filter-group {
  border-bottom: 1px solid #e8e8e2;
}

.af-sport-filter-group summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #1f211f;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  list-style: none;
  text-transform: uppercase;
}

.af-sport-filter-group summary::-webkit-details-marker {
  display: none;
}

.af-sport-filter-group summary i {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.af-sport-filter-group[open] summary i {
  transform: rotate(225deg) translateY(-1px);
}

.af-sport-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 16px;
}

.af-sport-filter-options button,
.af-sport-filter-options label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: #6d746f;
  padding: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  text-align: left;
}

.af-sport-filter-options button {
  cursor: default;
}

.af-sport-filter-options--stacked {
  display: grid;
  gap: 10px;
}

.af-sport-filter-options input {
  width: 12px;
  height: 12px;
  accent-color: #111;
}

.af-sport-products ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 18px;
}

.af-sport-products .af-product-card__media {
  aspect-ratio: 3 / 4;
  border-radius: 0;
  background: #f6f6f1;
  box-shadow: none;
}

.af-sport-products .af-product-card:hover .af-product-card__media {
  box-shadow: none;
  transform: none;
}

.af-sport-products .af-product-card:hover .af-product-card__image--primary {
  transform: scale(1.035);
}

.af-sport-products .af-product-card__media-shade,
.af-sport-products .af-product-card__scene-label {
  display: none;
}

.af-sport-products .af-wishlist-button--card {
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  color: rgba(20, 22, 20, 0.78);
}

.af-sport-products .af-wishlist-button__icon {
  width: 22px;
  height: 22px;
}

.af-sport-products .af-product-badge {
  display: none;
}

.af-sport-products .af-product-card__body {
  gap: 5px;
  padding-top: 9px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.af-sport-products .af-product-options--card {
  padding: 0;
}

.af-sport-products .af-option-values {
  gap: 4px;
}

.af-sport-products .af-color-chip {
  width: 11px;
  min-height: 11px;
  border-color: rgba(17, 17, 17, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.af-sport-products .af-color-chip--preview:hover,
.af-sport-products .af-color-chip--preview:focus-visible,
.af-sport-products .af-product-options--card .af-color-chip.is-selected {
  border-color: rgba(17, 17, 17, 0.24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.af-sport-products .af-more-chip,
.af-sport-products .af-text-chip {
  min-height: 11px;
  border: 0;
  background: transparent;
  padding: 0 2px;
  color: #7a807b;
  font-size: 10px;
}

.af-product-card__label {
  color: #6f8f7a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.af-sport-color-row {
  display: flex;
  align-items: center;
  min-height: 12px;
}

.af-sport-color-dot {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 50%;
  background: var(--af-sport-color);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68);
}

.af-sport-products .af-product-card__title {
  min-height: 0;
  color: #171917;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.28;
  -webkit-line-clamp: 1;
}

.af-product-card__color-name {
  color: #777e78;
  font-size: 12px;
  line-height: 1.2;
}

.af-sport-products .af-product-card__meta,
.af-sport-products ul.products li.product .price {
  justify-content: flex-start;
  color: #555c56;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.af-sport-products .af-product-card .button {
  width: auto;
  min-height: auto;
  justify-self: start;
  margin-top: 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: #171917;
  padding: 0 0 2px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.af-sport-products .af-product-card .button:hover,
.af-sport-products .af-product-card .button:focus {
  background: transparent;
  color: #6f8f7a;
}

.af-shop-panel {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: none;
}

.af-shop-panel.is-open {
  display: block;
}

.af-shop-panel__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 17, 17, 0.28);
}

.af-shop-panel__sheet {
  position: absolute;
  inset: auto 0 0;
  max-height: min(82vh, 720px);
  overflow: auto;
  background: #fff;
  padding: 18px 16px 28px;
  outline: none;
}

.af-shop-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e2;
}

.af-shop-panel__head h2 {
  margin: 0;
  color: #111;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.af-shop-panel__head button {
  border: 0;
  background: transparent;
  color: #6d746f;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.af-shop-panel-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .af-sport-shop-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 28px;
  }

  .af-sport-products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .af-sport-hero {
    padding-top: 14px;
  }

  .af-sport-shop-layout {
    display: block;
  }

  .af-sport-sidebar,
  .af-sport-tabs,
  .af-sport-products__sort {
    display: none;
  }

  .af-sport-mobile-tabs {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    margin: 0 0 14px;
    padding: 0 0 9px;
    border-bottom: 1px solid #e8e8e2;
    scrollbar-width: none;
  }

  .af-sport-mobile-tabs::-webkit-scrollbar {
    display: none;
  }

  .af-sport-mobile-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 18px;
    border-top: 1px solid #e8e8e2;
    border-bottom: 1px solid #e8e8e2;
  }

  .af-sport-mobile-toolbar button {
    min-height: 42px;
    border: 0;
    background: transparent;
    color: #151515;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .af-sport-mobile-toolbar button + button {
    border-left: 1px solid #e8e8e2;
  }

  .af-sport-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
  }
}

@media (max-width: 640px) {
  .post-type-archive-product .af-shop-main,
  .tax-product_cat .af-shop-main,
  .tax-product_tag .af-shop-main,
  .search-results .af-shop-main {
    padding-top: 20px;
  }

  .post-type-archive-product .af-shop-main > .af-container,
  .tax-product_cat .af-shop-main > .af-container,
  .tax-product_tag .af-shop-main > .af-container,
  .search-results .af-shop-main > .af-container {
    width: min(100% - 28px, 100%);
  }

  .af-sport-shop-header {
    margin-bottom: 20px;
  }

  .af-sport-hero {
    padding: 8px 0 4px;
  }

  .af-sport-hero__copy h1 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 0.96;
  }

  .af-sport-shop-header .af-shop-header__copy {
    font-size: 13px;
    line-height: 1.48;
  }

  .af-sport-products ul.products {
    gap: 26px 11px;
  }

  .af-sport-products .af-product-card__body {
    gap: 4px;
    padding-top: 8px;
  }

  .af-sport-products .af-product-card__title {
    font-size: 12px;
  }

  .af-product-card__color-name,
  .af-sport-products .af-product-card__meta,
  .af-sport-products ul.products li.product .price {
    font-size: 11px;
  }

  .af-product-card__label {
    font-size: 9px;
  }
}

.af-editorial {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.af-editorial-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--af-radius);
  object-fit: cover;
}

.af-editorial-copy {
  max-width: 560px;
}

.af-editorial-copy span {
  display: block;
  margin: 18px 0 26px;
  color: var(--af-muted);
  font-size: 18px;
}

.af-section--drops {
  background: var(--af-black);
  color: var(--af-white);
}

.af-section--drops .af-section-heading h2,
.af-section--drops .af-section-heading p {
  color: var(--af-white);
}

.af-drop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.af-drop-grid a {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--af-radius);
}

.af-drop-grid strong {
  font-family: var(--af-font-display);
  font-size: 34px;
  line-height: 1;
}

.af-drop-grid span {
  color: rgba(255, 255, 255, 0.78);
}

.af-look {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) 1.15fr;
  gap: 30px;
  align-items: stretch;
}

.af-look > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border-radius: var(--af-radius);
  object-fit: cover;
}

.af-look-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.af-look-panel h2 {
  margin-bottom: 24px;
}

.af-newsletter-band {
  padding: 56px 0;
  background: var(--af-yellow);
}

.af-newsletter-band .af-container {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 460px);
  gap: 24px;
  align-items: center;
}

.af-newsletter {
  display: flex;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
}

.af-newsletter input {
  min-width: 0;
  flex: 1;
  height: 48px;
  border: 1px solid rgba(17, 17, 17, 0.25);
  border-radius: 999px;
  background: var(--af-white);
  padding: 0 16px;
}

.af-newsletter input[name="website"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.af-newsletter button {
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--af-black);
  color: var(--af-white);
  padding: 0 18px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.af-newsletter button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.af-newsletter__status {
  flex: 0 0 100%;
  min-height: 18px;
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 12px;
  font-weight: 750;
}

.af-newsletter[data-af-newsletter-state="success"] .af-newsletter__status {
  color: #25613a;
}

.af-newsletter[data-af-newsletter-state="error"] .af-newsletter__status {
  color: #9a2f2f;
}

.af-site-footer {
  padding: 58px 0 28px;
  background: var(--af-black);
  color: var(--af-white);
}

.af-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1.2fr;
  gap: 34px;
}

.af-footer-brand {
  font-family: var(--af-font-display);
  font-size: 34px;
  font-weight: 700;
}

.af-site-footer p {
  color: rgba(255, 255, 255, 0.7);
}

.af-site-footer h2 {
  margin: 0 0 12px;
  font-size: 13px;
  text-transform: uppercase;
}

.af-site-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-site-footer a {
  color: inherit;
}

.af-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.af-page-main,
.af-shop-main {
  padding: 52px 0 80px;
}

.af-search-main {
  min-height: 62vh;
}

.af-search-header {
  display: grid;
  gap: 18px;
}

.af-search-page-form {
  width: min(100%, 780px);
  margin: 4px auto 0;
}

.af-search-suggestions {
  justify-content: center;
}

.af-wishlist-page {
  padding-top: 26px;
}

.af-likes-shell {
  width: min(100% - 12px, 100%);
  margin-inline: auto;
}

.af-likes-header {
  display: grid;
  gap: 26px;
  margin-bottom: 22px;
  padding-inline: 0;
}

.af-likes-header h1 {
  margin: 0;
  color: var(--af-black);
  font-family: var(--af-font-body);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
}

.af-likes-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--af-black);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.af-likes-toolbar__left,
.af-likes-toolbar__right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.af-likes-toolbar strong {
  color: var(--af-black);
  font-size: 12px;
  font-weight: 500;
}

.af-likes-toolbar__left strong {
  color: var(--af-taupe);
  text-transform: none;
}

.af-likes-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.af-likes-view-toggle button {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(17, 17, 17, 0.34);
  cursor: pointer;
  padding: 0;
}

.af-likes-view-toggle button span {
  width: 14px;
  height: 12px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.af-likes-view-toggle button span::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.af-likes-view-toggle button[data-af-likes-density="2"] span::before {
  background: linear-gradient(90deg, currentColor 0 38%, transparent 38% 62%, currentColor 62% 100%);
}

.af-likes-view-toggle button[data-af-likes-density="3"] span::before {
  background: linear-gradient(90deg, currentColor 0 22%, transparent 22% 39%, currentColor 39% 61%, transparent 61% 78%, currentColor 78% 100%);
}

.af-likes-view-toggle button[data-af-likes-density="5"] span::before {
  background: linear-gradient(90deg, currentColor 0 11%, transparent 11% 22%, currentColor 22% 33%, transparent 33% 44%, currentColor 44% 56%, transparent 56% 67%, currentColor 67% 78%, transparent 78% 89%, currentColor 89% 100%);
}

.af-likes-view-toggle button[aria-pressed="true"] {
  color: var(--af-black);
}

.af-likes-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  align-items: stretch;
  gap: 4px;
}

.af-likes-products {
  display: grid;
  grid-template-columns: repeat(var(--af-likes-columns, 5), minmax(170px, 1fr));
  gap: 4px;
}

.af-likes-board[data-af-density="2"] {
  --af-likes-columns: 2;
}

.af-likes-board[data-af-density="3"] {
  --af-likes-columns: 3;
}

.af-likes-board[data-af-density="5"] {
  --af-likes-columns: 5;
}

.af-like-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(300px, 46vh) auto;
  background: var(--af-mist);
}

.af-like-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--af-mist);
}

.af-like-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 380ms ease;
}

.af-like-card:hover .af-like-card__image {
  transform: scale(1.025);
}

.af-like-card__meta {
  display: grid;
  gap: 4px;
  min-height: 64px;
  padding: 10px 4px 0;
  background: var(--af-white);
  color: var(--af-black);
}

.af-like-card__meta a {
  overflow: hidden;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.af-like-card__meta span {
  font-size: 11px;
  font-weight: 700;
}

.af-like-card .af-wishlist-button--card {
  top: 12px;
  right: 12px;
}

.af-likes-account {
  min-height: 300px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 36px 34px;
  background: #f4f4f4;
  color: var(--af-black);
  text-align: center;
}

.af-likes-account h2 {
  max-width: 220px;
  margin: 0;
  font-family: var(--af-font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.af-likes-account p {
  max-width: 210px;
  margin: 0 0 14px;
  color: var(--af-ink);
  font-size: 12px;
  line-height: 1.35;
}

.af-likes-account__primary,
.af-likes-account__secondary {
  width: min(100%, 190px);
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--af-black);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.af-likes-account__primary {
  background: var(--af-black);
  color: var(--af-white);
}

.af-likes-account__secondary {
  background: transparent;
  color: var(--af-black);
}

.af-search-empty,
.af-wishlist-empty {
  width: min(100%, 760px);
  display: grid;
  justify-items: center;
  gap: 14px;
  margin: 34px auto 0;
  border: 1px solid var(--af-border);
  border-radius: 8px;
  background: var(--af-cream);
  padding: 42px 28px;
  text-align: center;
}

.af-search-empty h2,
.af-wishlist-empty h2 {
  margin: 0;
  color: var(--af-black);
  font-family: var(--af-font-display);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
}

.af-search-empty p,
.af-wishlist-empty p {
  width: min(100%, 520px);
  margin: 0;
  color: var(--af-muted);
}

.af-content {
  width: min(100% - 32px, 820px);
}

.af-entry-header {
  margin-bottom: 24px;
}

.af-entry-content a {
  color: var(--af-rust);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.af-entry-content h2 {
  margin-top: 32px;
  color: var(--af-black);
}

.af-policy-main {
  background: linear-gradient(180deg, #fbfaf8 0, var(--af-white) 260px);
}

.af-policy-content {
  width: min(100% - 32px, 1120px);
}

.af-policy-entry {
  padding-bottom: clamp(56px, 8vw, 96px);
}

.af-policy-entry .af-entry-header {
  max-width: 760px;
  margin: 0 0 28px;
  padding-top: clamp(18px, 3vw, 38px);
}

.af-policy-entry .af-entry-header h1 {
  margin-bottom: 14px;
  font-size: clamp(48px, 8vw, 84px);
  line-height: 0.92;
}

.af-policy-hero {
  max-width: 780px;
  margin-bottom: clamp(28px, 5vw, 48px);
  color: var(--af-ink);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
}

.af-policy-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--af-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-policy-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 clamp(34px, 5vw, 56px);
  border: 1px solid var(--af-border);
  background: var(--af-border);
}

.af-policy-summary__item {
  min-height: 136px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(18px, 2.5vw, 26px);
  background: var(--af-white);
}

.af-policy-summary__item span,
.af-policy-note span,
.af-policy-step span {
  color: var(--af-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-policy-summary__item strong {
  color: var(--af-black);
  font-family: var(--af-font-display);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 0.95;
}

.af-policy-summary__item p,
.af-policy-note p,
.af-policy-step p {
  margin: 0;
  color: var(--af-muted);
  font-size: 14px;
  line-height: 1.6;
}

.af-policy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: start;
  margin-bottom: clamp(36px, 6vw, 64px);
}

.af-policy-panel {
  border: 1px solid var(--af-border);
  background: var(--af-white);
  padding: clamp(22px, 3vw, 34px);
}

.af-policy-panel h2,
.af-policy-section h2 {
  margin: 0 0 18px;
  color: var(--af-black);
  font-family: var(--af-font-display);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.95;
}

.af-policy-panel p,
.af-policy-section p {
  color: var(--af-muted);
  line-height: 1.7;
}

.af-policy-list {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.af-policy-list li {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--af-ink);
  font-size: 14px;
  line-height: 1.65;
}

.af-policy-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--af-rust);
}

.af-policy-steps {
  display: grid;
  gap: 12px;
}

.af-policy-step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid var(--af-border);
  padding: 18px;
  background: #fbfaf8;
}

.af-policy-step__number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 999px;
  color: var(--af-black);
  font-family: var(--af-font-display);
  font-size: 24px;
  line-height: 1;
}

.af-policy-step strong {
  display: block;
  margin: 1px 0 4px;
  color: var(--af-black);
  font-size: 15px;
}

.af-policy-section {
  margin-bottom: clamp(36px, 6vw, 64px);
}

.af-policy-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--af-border);
  background: var(--af-white);
}

.af-policy-table th,
.af-policy-table td {
  border-bottom: 1px solid var(--af-border);
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
}

.af-policy-table th {
  background: #fbfaf8;
  color: var(--af-black);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-policy-table td {
  color: var(--af-muted);
  font-size: 14px;
  line-height: 1.6;
}

.af-policy-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.af-policy-note {
  border: 1px solid var(--af-border);
  background: #fbfaf8;
  padding: 20px;
}

.af-policy-note strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--af-black);
}

.af-policy-faq {
  display: grid;
  gap: 10px;
}

.af-policy-faq details {
  border: 1px solid var(--af-border);
  background: var(--af-white);
}

.af-policy-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--af-black);
  font-weight: 800;
  list-style: none;
}

.af-policy-faq summary::-webkit-details-marker {
  display: none;
}

.af-policy-faq summary::after {
  content: "+";
  float: right;
  color: var(--af-muted);
}

.af-policy-faq details[open] summary::after {
  content: "-";
}

.af-policy-faq details p {
  margin: 0;
  border-top: 1px solid var(--af-border);
  padding: 0 20px 18px;
  color: var(--af-muted);
  font-size: 14px;
  line-height: 1.7;
}

body.af-order-page .af-content {
  width: min(100% - 32px, 1120px);
}

body.af-order-page .af-entry-header {
  display: none;
}

.af-order-confirmation {
  padding: clamp(16px, 4vw, 42px) 0 clamp(60px, 8vw, 96px);
}

.af-order-hero {
  max-width: 780px;
  margin-bottom: clamp(24px, 4vw, 38px);
}

.af-order-kicker,
.af-order-section-heading span,
.af-order-overview__item span,
.af-order-summary-card h3,
.af-order-service-notes span,
.af-order-address-card h3,
.af-order-item__quantity,
.af-order-actions > span {
  color: var(--af-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-order-kicker {
  display: inline-flex;
  margin: 0 0 12px;
}

.af-order-hero h2 {
  max-width: 720px;
  margin: 0 0 16px;
  color: var(--af-black);
  font-family: var(--af-font-display);
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.94;
}

.af-order-hero p {
  max-width: 640px;
  margin: 0;
  color: var(--af-muted);
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.7;
}

.af-order-overview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 clamp(32px, 5vw, 52px);
  border: 1px solid var(--af-border);
  background: var(--af-border);
}

.af-order-overview__item {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
  background: var(--af-white);
}

.af-order-overview__item strong {
  color: var(--af-black);
  font-size: 16px;
  line-height: 1.3;
  word-break: break-word;
}

.af-order-confirmation > p:not([class]),
.af-order-confirmation > .woocommerce-bacs-bank-details,
.af-order-confirmation > .woocommerce-order-details + p {
  margin: -20px 0 clamp(28px, 4vw, 42px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: var(--af-cream);
  padding: 14px 18px;
  color: var(--af-muted);
  font-size: 14px;
  line-height: 1.6;
}

.af-order-details {
  margin-top: clamp(28px, 5vw, 48px);
}

.af-order-details__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
}

.af-order-section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.af-order-section-heading h2,
.af-order-section-heading .woocommerce-order-details__title {
  margin: 0;
  color: var(--af-black);
  font-family: var(--af-font-display);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.af-order-items {
  display: grid;
  border: 1px solid var(--af-border);
  background: var(--af-white);
}

.af-order-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(110px, auto);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid var(--af-border);
}

.af-order-item:last-child {
  border-bottom: 0;
}

.af-order-item__media {
  display: block;
  width: 96px;
  height: 124px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: var(--af-cream);
}

.af-order-item__media img,
.af-order-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.af-order-item__body {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.af-order-item h3 {
  margin: 0;
  color: var(--af-black);
  font-family: var(--af-font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.af-order-item h3 a {
  color: inherit;
  text-decoration: none;
}

.af-order-item h3 a:hover {
  color: var(--af-rust);
}

.af-order-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
}

.af-order-item-meta div {
  display: inline-flex;
  gap: 5px;
  align-items: baseline;
}

.af-order-item-meta dt,
.af-order-item-meta dd {
  margin: 0;
  color: var(--af-muted);
  font-size: 13px;
  line-height: 1.4;
}

.af-order-item-meta dd p {
  display: inline;
  margin: 0;
}

.af-order-item-meta dt {
  color: var(--af-ink);
  font-weight: 800;
}

.af-order-item__aside {
  display: grid;
  justify-items: end;
  gap: 12px;
  text-align: right;
}

.af-order-item__aside strong {
  color: var(--af-black);
  font-size: 15px;
}

.af-order-purchase-note {
  border-top: 1px solid var(--af-border);
  padding: 16px 18px;
  color: var(--af-muted);
  font-size: 14px;
}

.af-order-details__summary {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
}

.af-order-summary-card {
  border: 1px solid var(--af-border);
  background: #fbfaf8;
  padding: 22px;
}

.af-order-summary-card h3 {
  margin: 0 0 18px;
  color: var(--af-black);
}

.af-order-summary-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.af-order-total-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  border-top: 1px solid var(--af-border);
  padding: 13px 0;
}

.af-order-total-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.af-order-total-row dt,
.af-order-total-row dd {
  margin: 0;
  color: var(--af-ink);
  font-size: 14px;
  font-weight: 700;
}

.af-order-total-row dd {
  text-align: right;
}

.af-order-total-row--order_total dt,
.af-order-total-row--order_total dd {
  color: var(--af-black);
  font-size: 18px;
  font-weight: 800;
}

.af-order-next-steps,
.af-order-service-notes {
  display: grid;
  gap: 1px;
  border: 1px solid var(--af-border);
  background: var(--af-border);
}

.af-order-next-steps div,
.af-order-service-notes div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  background: var(--af-white);
  padding: 14px 16px;
}

.af-order-next-steps span {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--af-border);
  border-radius: 999px;
  color: var(--af-rust);
  font-family: var(--af-font-display);
  font-size: 18px;
  font-weight: 700;
}

.af-order-next-steps strong,
.af-order-service-notes strong {
  color: var(--af-black);
  font-size: 13px;
}

.af-order-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  border: 1px solid var(--af-border);
  padding: 16px;
}

.af-order-actions div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.af-order-customer-details {
  margin-top: clamp(32px, 5vw, 54px);
}

.af-order-address-grid {
  display: grid;
  gap: 18px;
}

.af-order-address-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.af-order-address-card {
  min-width: 0;
  border: 1px solid var(--af-border);
  background: var(--af-white);
  padding: 20px;
}

.af-order-address-card h3 {
  margin: 0 0 14px;
  color: var(--af-black);
}

.af-order-address-card address {
  margin: 0;
  color: var(--af-ink);
  font-style: normal;
  font-size: 14px;
  line-height: 1.65;
}

.af-order-address-card address p {
  margin: 10px 0 0;
}

.af-order-service-notes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.af-order-service-notes div {
  grid-template-columns: 1fr;
  gap: 6px;
  align-content: start;
  min-height: 92px;
}

body.woocommerce-account .af-content {
  width: min(100% - 32px, 1120px);
}

body.woocommerce-account .af-entry-header {
  display: none;
}

.af-auth-shell {
  width: 100%;
  display: grid;
  justify-items: center;
  padding: clamp(10px, 3vw, 28px) 0 38px;
}

.af-auth-panels {
  width: min(100%, 552px);
  display: grid;
  gap: clamp(42px, 7vw, 76px);
}

.af-auth-panels--single,
.af-auth-panels--stacked {
  grid-template-columns: 1fr;
}

.af-auth-card[hidden] {
  display: none;
}

.af-auth-shell[data-af-auth-mode="login"] .af-auth-card--register,
.af-auth-shell[data-af-auth-mode="register"] .af-auth-card--login {
  display: none;
}

.af-auth-card__heading {
  display: grid;
  justify-items: center;
  gap: 4px;
  margin-bottom: clamp(34px, 5vw, 48px);
  text-align: center;
}

.af-auth-card__heading p {
  margin: 0;
  color: var(--af-black);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.af-auth-card__heading h2,
.af-auth-card__heading h3 {
  margin: 0;
  color: var(--af-muted);
  font-family: var(--af-font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.woocommerce-ResetPassword h2,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin: 0 0 16px;
  color: var(--af-black);
  font-family: var(--af-font-display);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  letter-spacing: 0;
}

.af-auth-card__heading span {
  color: var(--af-muted);
  font-size: 13px;
  line-height: 1.5;
}

.af-auth-card__heading a,
.af-auth-row a {
  color: var(--af-black);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.af-auth-card,
.woocommerce-ResetPassword,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  border: 1px solid var(--af-border);
  border-radius: var(--af-radius);
  background: var(--af-white);
  box-shadow: var(--af-shadow-soft);
}

.af-auth-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.woocommerce-ResetPassword,
.woocommerce-MyAccount-content {
  padding: clamp(22px, 3vw, 34px);
}

.af-auth-form,
.woocommerce-ResetPassword {
  display: grid;
  gap: 28px;
}

.woocommerce form.af-auth-form.login,
.woocommerce form.af-auth-form.register {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.woocommerce .af-auth-form .form-row,
.woocommerce .woocommerce-ResetPassword .form-row,
.woocommerce-account .woocommerce-address-fields .form-row,
.woocommerce-account .woocommerce-EditAccountForm .form-row {
  display: grid;
  gap: 8px;
  margin: 0;
}

.woocommerce .af-auth-form label,
.woocommerce .woocommerce-ResetPassword label,
.woocommerce-account .woocommerce-address-fields label,
.woocommerce-account .woocommerce-EditAccountForm label {
  color: var(--af-ink);
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.woocommerce .af-auth-form input.input-text,
.woocommerce .woocommerce-ResetPassword input.input-text,
.woocommerce-account .woocommerce-address-fields input.input-text,
.woocommerce-account .woocommerce-address-fields select,
.woocommerce-account .woocommerce-EditAccountForm input.input-text,
.woocommerce-account .woocommerce-EditAccountForm input[type="password"],
.woocommerce-account .woocommerce-EditAccountForm input[type="email"] {
  width: 100%;
  min-height: 37px;
  border: 1px solid var(--af-black);
  border-radius: 0;
  padding: 9px 11px;
  background: var(--af-white);
  color: var(--af-black);
  box-shadow: none;
  font-size: 13px;
}

.woocommerce .af-auth-form input.input-text:focus,
.woocommerce .woocommerce-ResetPassword input.input-text:focus,
.woocommerce-account .woocommerce-address-fields input.input-text:focus,
.woocommerce-account .woocommerce-EditAccountForm input:focus {
  border-color: var(--af-black);
  outline: 2px solid rgba(17, 17, 17, 0.14);
  outline-offset: 2px;
}

.af-auth-row {
  display: grid;
  justify-items: center;
  gap: 12px;
  color: var(--af-muted);
  font-size: 13px;
  text-align: center;
}

.af-auth-row .woocommerce-form-login__rememberme {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-self: start;
  color: var(--af-muted);
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.af-auth-row .woocommerce-form-login__rememberme input {
  width: 14px;
  height: 14px;
  margin: 0;
}

.af-auth-row a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.af-auth-forgot-link {
  justify-self: center;
  color: var(--af-black);
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 3px;
}

.woocommerce .af-auth-form .button,
.woocommerce .woocommerce-ResetPassword .button {
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
  border-radius: 2px;
}

.af-auth-note {
  margin: 0;
  border: 1px solid var(--af-border);
  padding: 12px;
  color: var(--af-muted);
  font-size: 13px;
  text-align: center;
}

.woocommerce-account.logged-in .woocommerce {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  grid-column: 1;
  grid-row: 1;
  width: auto !important;
  overflow: hidden;
  justify-self: stretch;
}

.woocommerce-account .woocommerce-MyAccount-content {
  grid-column: 2;
  grid-row: 1;
  width: auto !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  margin: 0;
  padding: 8px;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--af-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: var(--af-black);
  color: var(--af-white);
}

.woocommerce-account .woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
  min-height: 480px;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--af-rust);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.af-account-dashboard {
  min-height: 410px;
  display: flex;
  flex-direction: column;
}

.af-account-dashboard__eyebrow {
  margin: 0 0 8px;
  color: var(--af-taupe);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.af-account-dashboard h2 {
  max-width: 620px;
}

.af-account-dashboard__copy {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--af-muted);
}

.af-account-dashboard__quicklinks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.af-account-dashboard__quicklinks a {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid var(--af-border);
  border-radius: 6px;
  padding: 16px;
  background: var(--af-cream);
  color: var(--af-black);
  text-decoration: none;
}

.af-account-dashboard__quicklinks strong {
  font-size: 13px;
  text-transform: uppercase;
}

.af-account-dashboard__quicklinks span {
  color: var(--af-muted);
  font-size: 13px;
  font-weight: 500;
}

.af-account-dashboard__logout {
  margin: auto 0 0;
  border-top: 1px solid var(--af-border);
  padding-top: 22px;
  text-align: center;
  color: var(--af-muted);
  font-size: 14px;
}

.af-account-dashboard__logout strong {
  color: var(--af-black);
}

.af-account-guides {
  display: grid;
  gap: 26px;
}

.af-account-guides__header {
  max-width: 680px;
}

.af-account-guides__header h2 {
  margin-bottom: 14px;
}

.af-account-guides__header p:last-child {
  margin: 0;
  color: var(--af-muted);
  font-size: 14px;
  line-height: 1.7;
}

.af-guide-quicklinks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.af-guide-quicklinks a,
.af-lookbook-grid a {
  min-width: 0;
  display: grid;
  gap: 7px;
  border: 1px solid var(--af-border);
  border-radius: 6px;
  background: var(--af-cream);
  color: var(--af-black);
  padding: 16px;
  text-decoration: none;
}

.af-guide-quicklinks a:hover,
.af-lookbook-grid a:hover {
  border-color: rgba(17, 17, 17, 0.18);
  background: #fbfaf8;
}

.af-guide-quicklinks strong,
.af-lookbook-grid strong {
  color: var(--af-black);
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}

.af-guide-quicklinks span,
.af-lookbook-grid em {
  color: var(--af-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.af-guide-section {
  display: grid;
  gap: 16px;
  border-top: 1px solid var(--af-border);
  padding-top: 24px;
}

.af-guide-section__heading {
  display: grid;
  gap: 7px;
}

.af-guide-section__heading span,
.af-care-grid span,
.af-lookbook-grid span {
  color: var(--af-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-content .af-guide-section__heading h3,
.woocommerce-account .woocommerce-MyAccount-content .af-care-grid h3,
.woocommerce-account .woocommerce-MyAccount-content .af-lookbook-grid h3 {
  margin: 0;
  font-family: var(--af-font-body);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.af-size-guide-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 16px;
  align-items: start;
}

.af-measure-steps {
  display: grid;
  gap: 1px;
  border: 1px solid var(--af-border);
  background: var(--af-border);
}

.af-measure-steps div {
  display: grid;
  gap: 7px;
  background: var(--af-white);
  padding: 16px;
}

.af-measure-steps span {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--af-border);
  border-radius: 999px;
  color: var(--af-rust);
  font-family: var(--af-font-display);
  font-size: 17px;
  font-weight: 700;
}

.af-measure-steps strong {
  color: var(--af-black);
  font-size: 13px;
  text-transform: uppercase;
}

.af-measure-steps p,
.af-care-grid p,
.af-size-table-wrap p {
  margin: 0;
  color: var(--af-muted);
  font-size: 13px;
  line-height: 1.6;
}

.af-size-table-wrap {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.af-size-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  border: 1px solid var(--af-border);
  background: var(--af-white);
}

.af-size-table th,
.af-size-table td {
  border-bottom: 1px solid var(--af-border);
  padding: 12px 11px;
  color: var(--af-ink);
  font-size: 13px;
  text-align: left;
}

.af-size-table th {
  background: #fbfaf8;
  color: var(--af-black);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.af-care-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--af-border);
  background: var(--af-border);
}

.af-care-grid article {
  display: grid;
  gap: 9px;
  background: var(--af-white);
  padding: 16px;
}

.af-lookbook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.af-lookbook-grid a {
  min-height: 154px;
  align-content: start;
}

.af-guide-help {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--af-border);
  background: #fbfaf8;
  padding: 16px;
}

.af-guide-help div {
  display: grid;
  gap: 5px;
}

.af-guide-help strong {
  color: var(--af-black);
  font-size: 14px;
}

.af-guide-help span {
  color: var(--af-muted);
  font-size: 13px;
  line-height: 1.5;
}

.af-guide-help nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.woocommerce-account .woocommerce-MyAccount-content .af-guide-help a,
.woocommerce-account .woocommerce-MyAccount-content .af-guide-quicklinks a,
.woocommerce-account .woocommerce-MyAccount-content .af-lookbook-grid a {
  text-decoration: none;
}

.af-guide-downloads {
  margin-top: 4px;
}

.woocommerce .woocommerce-notices-wrapper {
  margin-bottom: 18px;
}

.post-type-archive-product .af-shop-main,
.tax-product_cat .af-shop-main,
.tax-product_tag .af-shop-main,
.search-results .af-shop-main {
  padding-top: 26px;
}

.af-shop-header {
  max-width: none;
  margin: 0 0 18px;
  text-align: left;
}

.af-shop-header p {
  color: var(--af-taupe);
}

.af-shop-header__copy {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--af-muted);
  font-size: 15px;
}

.af-shop-tools {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding: 10px 0;
  border-top: 1px solid var(--af-border);
  border-bottom: 1px solid var(--af-border);
}

.post-type-archive-product .af-shop-main > .af-container,
.tax-product_cat .af-shop-main > .af-container,
.tax-product_tag .af-shop-main > .af-container,
.search-results .af-shop-main > .af-container {
  width: min(100% - 24px, 1900px);
}

.af-shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  gap: clamp(16px, 3vw, 52px);
  align-items: stretch;
  min-height: clamp(198px, 20vw, 292px);
  margin: 0 0 14px;
  padding: clamp(14px, 2.15vw, 30px);
  border: 1px solid rgba(17, 17, 17, 0.12);
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 240, 0.86)),
    radial-gradient(circle at 93% 8%, rgba(178, 74, 90, 0.12), transparent 30%),
    #f8f6f2;
}

.af-shop-hero__content {
  display: grid;
  align-content: end;
  min-width: 0;
}

.af-shop-hero__content h1 {
  max-width: 760px;
  font-size: clamp(46px, 5.9vw, 96px);
  line-height: 0.88;
}

.af-shop-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.af-shop-hero__stats span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(17, 17, 17, 0.14);
  padding: 0 12px;
  color: var(--af-ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.af-shop-hero__panel {
  align-self: end;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: clamp(12px, 1.45vw, 18px);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08);
}

.af-shop-quick-search,
.af-shop-hero__panel .af-search-page-form {
  width: 100%;
}

.af-shop-category-pills,
.af-search-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.af-shop-category-pills a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex: 1 1 calc(50% - 8px);
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: rgba(255, 255, 255, 0.54);
  padding: 0 12px;
  color: var(--af-black);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.af-shop-hero__panel .af-search-page-form {
  gap: 8px;
}

.af-shop-hero__panel .af-search-page-form input[type="search"],
.af-shop-hero__panel .af-search-page-form button {
  min-height: 48px;
}

.af-shop-category-pills a:hover,
.af-shop-category-pills a:focus-visible {
  border-color: var(--af-black);
  background: var(--af-white);
  transform: translateY(-1px);
}

.af-shop-category-pills em {
  color: var(--af-muted);
  font-style: normal;
}

.af-shop-tools--empty {
  justify-content: center;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin: 0;
}

.af-product-filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex: 1 1 460px;
  min-width: min(100%, 360px);
}

.af-product-filter-control {
  display: grid;
  gap: 5px;
}

.af-product-filter-control label {
  color: var(--af-muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.af-product-filter-control select,
.woocommerce .woocommerce-ordering select {
  min-height: 42px;
  border: 1px solid var(--af-border);
  border-radius: 999px;
  background: var(--af-white);
  color: var(--af-black);
  padding: 0 38px 0 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.af-product-filter-control select {
  min-width: 168px;
}

.af-product-filters__clear {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--af-muted);
  padding: 0 8px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.af-product-filters__clear:hover,
.af-product-filters__clear:focus {
  color: var(--af-black);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-product .af-shop-main > .af-container {
  width: min(100% - 32px, 1760px);
}

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(620px, 1.16fr) minmax(420px, 0.84fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: start;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
  float: none;
  width: auto;
}

.woocommerce.single-product div.product div.images.woocommerce-product-gallery,
.woocommerce-page.single-product div.product div.images.woocommerce-product-gallery,
.woocommerce.single-product div.product div.summary,
.woocommerce-page.single-product div.product div.summary {
  float: none;
  width: 100%;
  max-width: none;
}

.single-product div.product .summary {
  position: sticky;
  top: 118px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 24px;
  row-gap: 18px;
  align-self: start;
  padding-top: 4px;
}

.single-product div.product .summary > * {
  grid-column: 1 / -1;
}

.single-product .woocommerce-product-gallery {
  position: relative;
  top: auto;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  opacity: 1 !important;
}

.single-product .woocommerce-product-gallery.is-switching .woocommerce-product-gallery__wrapper {
  opacity: 0.88;
}

.single-product .woocommerce-product-gallery .flex-viewport,
.single-product .woocommerce-product-gallery__wrapper {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #eeecea;
}

.single-product .woocommerce-product-gallery__wrapper {
  display: flex;
}

.single-product .woocommerce-product-gallery.af-color-gallery-ready .woocommerce-product-gallery__wrapper {
  width: 100% !important;
  transform: none !important;
}

.single-product .woocommerce-product-gallery.af-color-gallery-ready .flex-viewport {
  height: auto !important;
  min-height: clamp(620px, calc(100vh - 160px), 1040px) !important;
}

.single-product .woocommerce-product-gallery__image {
  position: relative;
  flex: 0 0 auto;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #eeecea;
}

.single-product .woocommerce-product-gallery.af-color-gallery-ready .woocommerce-product-gallery__image {
  display: none !important;
  flex: 0 0 100%;
  width: 100% !important;
  margin-right: 0 !important;
}

.single-product .woocommerce-product-gallery.af-color-gallery-ready .woocommerce-product-gallery__image.is-active {
  display: block !important;
}

.single-product .woocommerce-product-gallery.af-color-gallery-ready .woocommerce-product-gallery__image.is-hidden-color,
.single-product .woocommerce-product-gallery.af-color-gallery-ready .woocommerce-product-gallery__image[hidden] {
  display: none !important;
}

.single-product .woocommerce-product-gallery__image:first-child {
  grid-column: auto;
}

.single-product .woocommerce-product-gallery__image a {
  display: block;
}

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  height: clamp(620px, calc(100vh - 160px), 1040px);
  aspect-ratio: 4 / 5.35;
  object-fit: cover;
  object-position: center top;
  transition: transform 520ms ease;
}

.single-product .woocommerce-product-gallery__image:hover img {
  transform: scale(1.018);
}

.single-product .af-pdp-video-slide {
  background: #111;
}

.single-product .af-pdp-video-frame {
  position: relative;
  width: 100%;
  height: clamp(620px, calc(100vh - 160px), 1040px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #111;
}

.single-product .af-pdp-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  background: #111;
}

.single-product .af-pdp-video-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.36);
  color: var(--af-white);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.single-product .woocommerce-product-gallery .flex-control-thumbs {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: clamp(620px, calc(100vh - 160px), 1040px);
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
  scrollbar-width: none;
}

.single-product .woocommerce-product-gallery .af-gallery-thumb-rail {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 8px;
  max-height: clamp(620px, calc(100vh - 160px), 1040px);
  min-height: 0;
}

.single-product .woocommerce-product-gallery .af-gallery-thumb-rail .flex-control-thumbs {
  grid-column: auto;
  grid-row: 2;
  max-height: none;
  min-height: 0;
}

.single-product .woocommerce-product-gallery .af-gallery-thumb-nav {
  width: 100%;
  min-height: 26px;
  display: none;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--af-black);
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.single-product .woocommerce-product-gallery .af-gallery-thumb-rail.has-overflow .af-gallery-thumb-nav {
  display: grid;
}

.single-product .woocommerce-product-gallery .af-gallery-thumb-nav svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.single-product .woocommerce-product-gallery .af-gallery-thumb-nav--next svg {
  transform: rotate(180deg);
}

.single-product .woocommerce-product-gallery .af-gallery-thumb-nav:hover,
.single-product .woocommerce-product-gallery .af-gallery-thumb-nav:focus-visible {
  color: var(--af-black);
  box-shadow: none;
  transform: translateY(-1px);
}

.single-product .woocommerce-product-gallery .af-gallery-thumb-nav:disabled {
  opacity: 0.28;
  cursor: default;
  transform: none;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li,
.woocommerce.single-product div.product div.images .flex-control-thumbs li,
.woocommerce-page.single-product div.product div.images .flex-control-thumbs li {
  position: relative;
  flex: 0 0 auto;
  float: none;
  width: 100%;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li.af-gallery-thumb--hidden,
.single-product .woocommerce-product-gallery .flex-control-thumbs li[hidden] {
  display: none !important;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 4 / 5.28;
  border: 2px solid transparent;
  border-radius: 0;
  background: #eeecea;
  object-fit: cover;
  opacity: 1;
  cursor: pointer;
  transition: border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover,
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  border-color: var(--af-black);
}

.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover {
  transform: translateY(-1px);
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li.af-gallery-thumb--compare::after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  left: 4px;
  min-height: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.9);
  color: var(--af-black);
  content: "All Colors";
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li.af-gallery-thumb--video::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  color: var(--af-white);
  content: "";
  pointer-events: none;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li.af-gallery-thumb--video::after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  left: 4px;
  min-height: 18px;
  display: grid;
  place-items: center;
  z-index: 2;
  background: rgba(17, 17, 17, 0.72);
  color: var(--af-white);
  content: attr(data-af-thumb-label);
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  pointer-events: none;
  text-align: center;
  text-transform: uppercase;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li.af-gallery-thumb--video img {
  filter: saturate(0.9) brightness(0.82);
}

.single-product .woocommerce-product-gallery__trigger {
  top: 18px;
  right: 18px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.24);
  color: var(--af-white);
  text-indent: -9999px;
}

.single-product .woocommerce-product-gallery__trigger::before {
  inset: auto;
  margin: 0;
}

.af-pdp-heading {
  grid-column: 1 / 2;
  padding: 0;
  border-bottom: 0;
}

.af-pdp-heading p {
  margin: 0 0 8px;
  color: var(--af-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-product div.product .product_title {
  margin: 0;
  font-family: var(--af-font-body);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 850;
  line-height: 1.05;
}

.single-product div.product p.price,
.single-product div.product span.price {
  display: block;
  color: var(--af-black);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 850;
  line-height: 1;
}

.single-product div.product .summary > p.price {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  margin: 4px 0 0;
  white-space: nowrap;
}

.af-wishlist-button--pdp {
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-color: rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.af-wishlist-button--pdp .af-wishlist-button__icon {
  width: 21px;
  height: 21px;
}

.single-product .woocommerce-product-details__short-description {
  max-width: 720px;
  margin: -4px 0 2px;
  color: #6f6c68;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.48;
}

.single-product form.cart {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  margin: 18px 0 0;
}

.single-product form.cart::before,
.single-product form.cart::after {
  display: none;
}

.single-product .quantity {
  grid-column: 1 / -1;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 14px 0 18px;
  border: 1px solid rgba(17, 17, 17, 0.22);
  background: var(--af-white);
}

.single-product .quantity::before {
  color: var(--af-black);
  font-size: 14px;
  font-weight: 750;
  content: "Quantity";
}

.af-cart-choices {
  grid-column: 1 / -1;
  display: grid;
  gap: 14px;
}

.af-cart-choice {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.af-cart-choice legend {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 8px;
  padding: 0;
  color: var(--af-black);
  font-size: 13px;
  font-weight: 850;
}

.af-cart-choice legend span {
  color: var(--af-muted);
  font-size: 11px;
  font-weight: 750;
}

.af-cart-choice[data-af-choice-required="false"] legend span {
  color: var(--af-rust);
}

.af-cart-choice__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.af-cart-choice__option {
  min-height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 0;
  background: var(--af-white);
  color: var(--af-black);
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
}

.af-cart-choice__option--color {
  width: 42px;
  min-width: 42px;
  padding: 0;
  border-radius: 999px;
  background: var(--swatch);
  color: transparent;
}

.af-cart-choice__option--size {
  min-width: 48px;
  padding: 0 14px;
}

.af-cart-choice__option.is-selected,
.af-cart-choice__option[aria-pressed="true"] {
  border-color: var(--af-black);
  background: var(--af-black);
  color: var(--af-white);
}

.af-cart-choice__option.af-color-chip.is-selected,
.af-cart-choice__option.af-color-chip[aria-pressed="true"] {
  border-color: var(--af-black);
  background: var(--swatch);
  color: transparent;
  box-shadow: 0 0 0 3px var(--af-white), 0 0 0 4px rgba(17, 17, 17, 0.42);
}

.af-cart-choice.has-error legend {
  color: #b42318;
}

.af-cart-choice.has-error .af-cart-choice__option {
  border-color: rgba(180, 35, 24, 0.5);
}

.single-product .quantity input.qty {
  width: 76px;
  min-height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--af-black);
  font-weight: 850;
  text-align: right;
}

.single-product .single_add_to_cart_button,
.single-product .af-buy-now-button {
  width: 100%;
  min-height: 60px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.single-product .single_add_to_cart_button.button.alt {
  border: 1px solid var(--af-black);
  background: var(--af-black);
  color: var(--af-white);
}

.single-product .af-buy-now-button {
  border: 1px solid rgba(17, 17, 17, 0.62);
  background: var(--af-white);
  color: var(--af-black);
  cursor: pointer;
}

.single-product .af-buy-now-button:hover,
.single-product .af-buy-now-button:focus {
  border-color: var(--af-black);
  background: var(--af-mist);
}

.af-pdp-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.af-pdp-trust span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 0;
  background: var(--af-mist);
  color: var(--af-black);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.af-product-options--pdp {
  display: grid;
  gap: 18px;
  margin: 18px 0 2px;
  padding: 0;
  border: 0;
}

.af-product-options--pdp .af-option-group {
  grid-template-columns: 1fr;
  gap: 10px;
}

.af-product-options--pdp .af-option-label {
  color: var(--af-black);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.af-product-options--pdp .af-option-values {
  gap: 12px;
}

.af-product-options--pdp .af-color-chip,
.af-product-options--pdp .af-more-chip {
  width: 38px;
  min-width: 38px;
  min-height: 38px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 999px;
  background: var(--swatch);
  color: transparent;
  font-size: 0;
}

.af-product-options--pdp .af-color-chip.is-selected,
.af-product-options--pdp .af-color-chip[aria-pressed="true"] {
  border-color: var(--af-black);
  box-shadow: 0 0 0 3px var(--af-white), 0 0 0 4px rgba(17, 17, 17, 0.42);
}

.af-product-options--pdp .af-color-chip--button:focus-visible {
  outline: 2px solid var(--af-black);
  outline-offset: 4px;
}

.af-product-options--pdp .af-color-chip::before {
  display: none;
}

.af-product-options--pdp .af-color-chip span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.af-product-options--pdp .af-size-chip,
.af-product-options--pdp .af-text-chip {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 0;
  background: var(--af-white);
  font-size: 13px;
  font-weight: 850;
}

.af-product-options--pdp .af-more-chip {
  display: inline-grid;
  place-items: center;
  background: var(--af-mist);
  color: var(--af-black);
  font-size: 12px;
}

.af-pdp-editorial {
  grid-column: 1 / -1;
  margin-top: 62px;
  padding: clamp(32px, 5vw, 54px) 0 0;
  border-top: 1px solid var(--af-border);
}

.af-pdp-editorial__intro {
  max-width: 720px;
  margin-bottom: 26px;
}

.af-pdp-editorial__intro p {
  margin: 0 0 10px;
  color: var(--af-taupe);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-pdp-editorial__intro h2 {
  margin: 0;
  color: var(--af-black);
  font-family: var(--af-font-display);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.98;
}

.af-pdp-description-copy {
  max-width: 1040px;
  margin: 0 0 28px;
}

.af-product-story {
  display: grid;
  gap: 20px;
}

.af-product-story > p {
  max-width: 780px;
  margin: 0;
  color: var(--af-muted);
  font-size: 16px;
  line-height: 1.75;
}

.af-product-story h3 {
  margin: 8px 0 0;
  color: var(--af-black);
  font-family: var(--af-font-body);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.af-amazon-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-amazon-bullets li,
.af-fit-report article {
  padding: 18px;
  border: 1px solid var(--af-border);
  border-radius: 6px;
  background: var(--af-white);
  color: var(--af-muted);
  font-size: 14px;
  line-height: 1.55;
}

.af-amazon-bullets strong,
.af-fit-report h4 {
  color: var(--af-black);
  font-weight: 850;
}

.af-size-chart-wrap {
  overflow-x: auto;
  border: 1px solid var(--af-border);
  border-radius: 6px;
  background: var(--af-white);
}

.af-size-chart {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  margin: 0;
  font-size: 14px;
}

.af-size-chart th,
.af-size-chart td {
  padding: 14px;
  border-bottom: 1px solid var(--af-border);
  text-align: left;
}

.af-size-chart th {
  color: var(--af-black);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-size-chart tr:last-child td {
  border-bottom: 0;
}

.af-size-note {
  color: var(--af-muted);
  font-size: 13px;
}

.af-fit-report {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.af-fit-report h4,
.af-fit-report p {
  margin: 0;
}

.af-fit-report article {
  display: grid;
  gap: 8px;
}

.af-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.af-keywords span {
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  padding: 0 12px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: var(--af-mist);
  color: var(--af-black);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.af-pdp-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.af-pdp-detail-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--af-border);
  border-radius: 6px;
  background: var(--af-white);
}

.af-pdp-detail-grid h3,
.af-pdp-attributes h3 {
  margin: 0 0 12px;
  color: var(--af-black);
  font-family: var(--af-font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-pdp-detail-grid p {
  margin: 0;
  color: var(--af-muted);
  font-size: 14px;
}

.af-pdp-attributes {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--af-border);
  border-radius: 6px;
  background: var(--af-mist);
}

.woocommerce table.shop_attributes {
  margin: 0;
  border: 0;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  background: transparent;
  padding: 11px 0;
  color: var(--af-ink);
  font-size: 14px;
}

.woocommerce table.shop_attributes tr:last-child th,
.woocommerce table.shop_attributes tr:last-child td {
  border-bottom: 0;
}

.woocommerce div.product div.summary .product_meta {
  display: none;
}

.single-product table.variations {
  margin: 18px 0 0;
  border: 0;
}

.single-product table.variations th,
.single-product table.variations td {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.single-product table.variations label {
  display: block;
  margin: 0 0 8px;
  color: var(--af-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-product table.variations select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--af-border);
  border-radius: 999px;
  background: var(--af-white);
  color: var(--af-black);
  padding: 0 14px;
  font-weight: 700;
}

.single-product .af-has-variation-choice-chips form.variations_form table.variations,
.single-product .af-has-variation-choice-chips form.variations_form .reset_variations {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.single-product .af-size-chip--button {
  cursor: pointer;
}

.single-product .af-size-chip--button.is-selected,
.single-product .af-size-chip--button[aria-pressed="true"] {
  border-color: var(--af-black);
  background: var(--af-black);
  color: var(--af-white);
}

.single-product .reset_variations {
  display: inline-flex;
  margin-top: 8px;
  color: var(--af-muted);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.af-mobile-buybar {
  display: none;
}

@media (max-width: 980px) {
  .af-likes-board {
    grid-template-columns: 1fr;
  }

  .af-likes-products {
    grid-template-columns: repeat(var(--af-likes-columns, 5), minmax(0, 1fr));
  }

  .af-likes-account {
    min-height: 220px;
  }

  .af-like-card {
    grid-template-rows: minmax(260px, 44vh) auto;
  }

  .af-announcement span:nth-child(2) {
    display: none;
  }

  .af-header-grid {
    grid-template-columns: auto 1fr auto;
  }

  .af-icon-button {
    display: inline-grid;
  }

  .af-brand {
    justify-self: start;
    font-size: 26px;
  }

  .af-navigation {
    position: fixed;
    inset: 109px 0 0;
    z-index: 60;
    display: none;
    background: var(--af-white);
    padding: 20px;
  }

  .af-navigation.is-open {
    display: block;
  }

  .af-menu {
    display: grid;
    gap: 0;
  }

  .af-menu a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid var(--af-border);
    font-size: 18px;
  }

  .af-category-grid,
  .woocommerce ul.products,
  .af-footer-grid,
  .af-pdp-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .af-editorial,
  .af-look,
  .af-newsletter-band .af-container,
  .single-product div.product {
    grid-template-columns: 1fr;
  }

  .single-product div.product .summary {
    position: static;
    top: auto;
  }

  .single-product .woocommerce-product-gallery {
    position: relative;
    top: auto;
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .single-product .woocommerce-product-gallery__image img {
    height: min(820px, calc(100vh - 136px));
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    max-height: min(820px, calc(100vh - 136px));
  }

  .af-pdp-editorial {
    margin-top: 42px;
  }

  .af-drop-grid {
    grid-template-columns: 1fr;
  }

  .af-look > img {
    min-height: 420px;
  }

  .af-auth-panels--stacked,
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1;
  }

  .af-account-dashboard__quicklinks {
    grid-template-columns: 1fr;
  }

  .af-guide-quicklinks,
  .af-size-guide-grid,
  .af-care-grid,
  .af-lookbook-grid {
    grid-template-columns: 1fr;
  }

  .af-size-table-wrap {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .af-guide-help {
    align-items: flex-start;
    flex-direction: column;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .af-policy-summary,
  .af-policy-grid,
  .af-policy-notes {
    grid-template-columns: 1fr;
  }

  .af-policy-summary__item {
    min-height: auto;
  }

  .af-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .af-order-details__layout {
    grid-template-columns: 1fr;
  }

  .af-order-details__summary {
    position: static;
    top: auto;
  }

  .af-order-address-grid--two,
  .af-order-service-notes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .af-container {
    width: min(100% - 24px, var(--af-max));
  }

  .af-likes-shell {
    width: min(100% - 16px, 100%);
  }

  .af-likes-header {
    gap: 18px;
  }

  .af-likes-header h1 {
    font-size: 24px;
  }

  .af-likes-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .af-likes-board {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .af-likes-products {
    grid-template-columns: repeat(var(--af-likes-columns, 5), minmax(0, 1fr));
    gap: 3px;
  }

  .af-like-card {
    grid-template-rows: minmax(230px, 52vw) auto;
  }

  .af-like-card__meta {
    min-height: 58px;
  }

  .af-likes-account {
    padding: 28px 18px;
  }

  .af-wishlist-button--card {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }

  .af-wishlist-button__icon {
    width: 23px;
    height: 23px;
  }

  .af-announcement {
    gap: 12px;
    font-size: 11px;
  }

  .af-header-grid {
    min-height: 64px;
    gap: 10px;
  }

  .af-navigation {
    inset: 100px 0 0;
  }

  .af-brand {
    font-size: 22px;
  }

  .af-icon-link {
    display: none;
  }

  .af-search-link {
    display: inline-grid;
  }

  .af-account-menu .af-icon-link {
    display: inline-grid;
  }

  .af-account-popover {
    right: -46px;
    width: min(300px, calc(100vw - 24px));
  }

  .af-account-menu::after {
    right: -58px;
    width: min(324px, calc(100vw - 12px));
  }

  .af-account-popover::before {
    right: 60px;
  }

  .af-cart-drawer__panel {
    width: 100%;
    max-width: 100dvw;
  }

  .af-cart-drawer__header,
  .af-cart-drawer__shipping,
  .af-cart-drawer__content,
  .af-cart-drawer__footer {
    padding-inline: 16px;
  }

  .af-cart-drawer__item {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
  }

  .af-cart-drawer__thumb img {
    width: 86px;
    height: 116px;
  }

  .af-search-panel__sheet {
    width: 100%;
    max-width: 100dvw;
    min-height: 100vh;
    max-height: 100dvh;
    margin: 0;
    border-radius: 0;
    overflow-x: hidden;
  }

  .af-search-panel__inner {
    gap: 18px;
    padding: 18px 16px 24px;
  }

  .af-search-form__field {
    min-height: 62px;
    grid-template-columns: minmax(0, 1fr) 42px;
    padding: 7px 10px 7px 18px;
  }

  .af-search-form input[type="search"] {
    min-height: 48px;
    font-size: 15px;
  }

  .af-search-page-form {
    grid-template-columns: 1fr;
  }

  .af-search-page-form button {
    width: 100%;
  }

  .af-shop-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 14px;
    padding: 14px 12px;
  }

  .af-shop-hero__content h1 {
    font-size: clamp(44px, 14vw, 68px);
  }

  .af-shop-header__copy {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
  }

  .af-shop-hero__stats {
    flex-wrap: nowrap;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .af-shop-hero__stats span {
    flex: 0 0 auto;
    min-height: 30px;
    font-size: 10px;
  }

  .af-shop-hero__panel {
    padding: 12px;
  }

  .af-shop-hero__panel .af-search-page-form {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
  }

  .af-shop-hero__panel .af-search-page-form input[type="search"],
  .af-shop-hero__panel .af-search-page-form button {
    min-height: 44px;
  }

  .af-shop-hero__panel .af-search-page-form input[type="search"] {
    padding-inline: 14px;
    font-size: 14px;
  }

  .af-shop-hero__panel .af-search-page-form button {
    width: auto;
    padding-inline: 14px;
    font-size: 11px;
  }

  .af-shop-category-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .af-shop-category-pills::-webkit-scrollbar {
    display: none;
  }

  .af-shop-category-pills a {
    flex: 0 0 auto;
    min-width: 132px;
    min-height: 34px;
  }

  .af-shop-tools {
    align-items: stretch;
    justify-content: flex-start;
  }

  .woocommerce .woocommerce-result-count {
    flex: 1 0 100%;
    text-align: center;
  }

  .af-product-filters {
    flex: 1 0 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .af-product-filter-control select {
    width: 100%;
    min-width: 0;
  }

  .af-product-filters__clear {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .woocommerce .woocommerce-ordering {
    width: 100%;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }

  .af-search-live__grid {
    min-height: 0;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 0 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .af-search-live__grid::-webkit-scrollbar {
    display: none;
  }

  .af-search-result-card {
    width: 42vw;
    min-width: 148px;
    max-width: 190px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .af-search-panel__terms nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-inline: 0;
    scrollbar-width: none;
  }

  .af-search-panel__terms nav::-webkit-scrollbar {
    display: none;
  }

  .af-search-panel__terms a {
    flex: 0 0 auto;
  }

  .af-hero {
    min-height: 620px;
  }

  .af-hero-copy {
    padding-bottom: 42px;
  }

  .af-hero-copy span {
    font-size: 16px;
  }

  .af-hero-actions .af-button {
    width: min(100%, 260px);
  }

  .af-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .af-trust-strip span:nth-child(2n) {
    border-right: 0;
  }

  .af-section {
    padding: 52px 0;
  }

  .af-policy-content {
    width: min(100% - 24px, var(--af-max));
  }

  .af-policy-entry .af-entry-header {
    padding-top: 8px;
  }

  .af-policy-entry .af-entry-header h1 {
    font-size: clamp(42px, 16vw, 58px);
  }

  .af-policy-hero {
    font-size: 15px;
  }

  .af-policy-panel,
  .af-policy-note {
    padding: 18px;
  }

  .af-policy-step {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .af-policy-step__number {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }

  .af-policy-table {
    display: block;
    overflow-x: auto;
  }

  .af-policy-table th,
  .af-policy-table td {
    min-width: 150px;
    padding: 14px;
  }

  body.af-order-page .af-content {
    width: min(100% - 24px, var(--af-max));
  }

  .af-order-confirmation {
    padding-top: 10px;
  }

  .af-order-hero h2 {
    font-size: clamp(40px, 14vw, 58px);
  }

  .af-order-overview {
    grid-template-columns: 1fr;
  }

  .af-order-overview__item {
    min-height: auto;
    padding: 16px;
  }

  .af-order-section-heading h2,
  .af-order-section-heading .woocommerce-order-details__title {
    font-size: clamp(30px, 10vw, 42px);
  }

  .af-order-item {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px;
  }

  .af-order-item__media {
    width: 78px;
    height: 102px;
  }

  .af-order-item h3 {
    font-size: 14px;
  }

  .af-order-item__aside {
    grid-column: 2;
    justify-items: start;
    grid-template-columns: auto auto;
    gap: 12px;
    text-align: left;
  }

  .af-order-item-meta {
    gap: 6px 10px;
  }

  .af-order-item-meta dt,
  .af-order-item-meta dd {
    font-size: 12px;
  }

  .af-order-summary-card,
  .af-order-address-card {
    padding: 18px;
  }

  .af-section-heading--split {
    align-items: end;
  }

  .af-category-grid {
    gap: 10px;
  }

  .af-category-tile {
    min-height: 250px;
  }

  .af-category-tile span {
    padding: 14px;
    font-size: 16px;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }

  .af-product-card__body {
    gap: 8px;
  }

  .af-product-card__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 40px;
    font-size: 12px;
  }

  .af-product-card .button {
    padding-inline: 10px;
    font-size: 11px;
  }

  .af-option-group {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .af-option-values {
    gap: 4px;
  }

  .af-color-chip,
  .af-size-chip,
  .af-text-chip,
  .af-more-chip {
    min-height: 22px;
    font-size: 9px;
  }

  .af-color-chip {
    width: 22px;
  }

  .single-product div.product .product_title {
    font-size: clamp(34px, 13vw, 48px);
  }

  .single-product .af-shop-main > .af-container {
    width: min(100% - 24px, var(--af-max));
  }

  .single-product .woocommerce-product-gallery {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-inline: calc((100vw - 100%) / -2);
    max-width: 100vw;
    overflow: hidden;
    padding-inline: 12px;
  }

  .single-product .woocommerce-product-gallery .flex-viewport,
  .single-product .woocommerce-product-gallery__wrapper {
    grid-column: 1;
    grid-row: 1;
  }

  .single-product .woocommerce-product-gallery.af-color-gallery-ready .flex-viewport {
    height: auto !important;
    min-height: min(74vh, 640px) !important;
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    gap: 8px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
  }

  .single-product .woocommerce-product-gallery .af-gallery-thumb-rail {
    grid-column: 1;
    grid-row: 2;
    display: block;
    max-height: none;
  }

  .single-product .woocommerce-product-gallery .af-gallery-thumb-rail .flex-control-thumbs {
    max-height: none;
  }

  .single-product .woocommerce-product-gallery .af-gallery-thumb-rail .af-gallery-thumb-nav {
    display: none;
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs li,
  .woocommerce.single-product div.product div.images .flex-control-thumbs li,
  .woocommerce-page.single-product div.product div.images .flex-control-thumbs li {
    flex: 0 0 58px;
    width: 58px;
  }

  .single-product .woocommerce-product-gallery__image img {
    height: min(74vh, 640px);
    aspect-ratio: 4 / 5.25;
  }

  .single-product .af-pdp-video-frame {
    height: min(74vh, 640px);
  }

  .af-product-options--pdp .af-option-group,
  .af-amazon-bullets,
  .af-fit-report,
  .af-pdp-detail-grid {
    grid-template-columns: 1fr;
  }

  .af-pdp-detail-grid article {
    min-height: auto;
  }

  .af-newsletter {
    flex-direction: column;
  }

  .af-footer-grid,
  .af-footer-bottom {
    grid-template-columns: 1fr;
  }

  .af-footer-bottom {
    display: grid;
  }

  .af-pdp-trust {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account .af-content {
    width: min(100% - 24px, var(--af-max));
  }

  .af-auth-row {
    display: grid;
  }

  .af-auth-card,
  .woocommerce-ResetPassword,
  .woocommerce-MyAccount-content {
    padding: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .af-account-guides {
    gap: 22px;
  }

  .af-guide-quicklinks a,
  .af-lookbook-grid a,
  .af-care-grid article,
  .af-measure-steps div {
    padding: 14px;
  }

  .af-mobile-buybar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid var(--af-border);
    background: var(--af-white);
    padding: 10px 12px;
    box-shadow: 0 -10px 28px rgba(17, 17, 17, 0.1);
  }

  .af-mobile-buybar span {
    font-size: 13px;
    font-weight: 800;
  }

  .af-mobile-buybar .af-button {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 12px;
  }
}

/* Final cascade lock for the homepage redesign. */
body.atelier-femme {
  background: var(--af-surface);
  color: var(--af-text);
  font-family: var(--af-font-body);
}

.af-site-header {
  background: var(--af-header-bg);
  color: var(--af-header-text);
  border-bottom: 1px solid var(--af-line);
}

.af-header-grid {
  grid-template-columns: minmax(220px, 0.72fr) minmax(320px, 1fr) minmax(220px, 0.72fr);
  min-height: 74px;
}

.af-brand {
  justify-self: start;
  color: var(--af-header-text);
  font-family: var(--af-font-display);
  font-size: clamp(26px, 2.4vw, 40px);
  font-style: italic;
  font-weight: 600;
}

.af-header-search-pill {
  min-height: 48px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  justify-self: center;
  width: min(100%, 640px);
  border: 1px solid var(--af-line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--af-surface-alt) 90%, transparent);
  color: var(--af-text-soft);
  padding: 0 22px;
}

.af-theme-toggle,
.af-header-actions .af-icon-link,
.af-header-actions .af-cart-link,
.af-icon-button {
  border-color: var(--af-line);
  background: color-mix(in srgb, var(--af-surface-alt) 92%, transparent);
  color: var(--af-header-text);
}

.af-navigation {
  grid-column: auto;
  grid-row: auto;
  border-top: 1px solid color-mix(in srgb, var(--af-nav-text) 16%, transparent);
  background: var(--af-nav-bg);
  color: var(--af-nav-text);
}

.af-navigation__inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.af-menu {
  width: 100%;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
}

.af-menu a {
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  text-transform: none;
}

.af-button--light {
  border-color: #fff8ef;
  background: #fff8ef;
  color: #111111;
}

.af-button--outline-light {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12);
  color: #fff8ef;
}

.af-home-product-rail .af-product-options--card .af-option-group--size,
.af-home-product-rail .af-product-options--card .af-option-label {
  display: none;
}

@media (max-width: 1120px) {
  .af-header-grid {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .af-header-search-pill {
    display: none;
  }

  .af-navigation {
    position: fixed;
    inset: 104px 0 0;
    z-index: 60;
    display: none;
    overflow-y: auto;
    padding: 0;
  }

  .af-navigation.is-open {
    display: block;
  }

  .af-icon-button {
    display: inline-grid;
  }
}

@media (max-width: 760px) {
  .af-theme-toggle,
  .af-search-link {
    display: none;
  }

  .af-header-grid {
    min-height: 64px;
  }

  body.admin-bar .af-site-header {
    top: 46px;
  }
}

/* Homepage full-bleed lock: reference-2 editorial commerce direction. */
body.af-home-template {
  --af-hero-edge: clamp(22px, 2.8vw, 54px);
  --af-hero-header-offset: 142px;
  background: var(--af-surface);
}

body.af-home-template .af-announcement {
  position: relative;
  z-index: 80;
  min-height: 42px;
  gap: clamp(14px, 2.4vw, 34px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0f0f0f;
  color: #fff8ef;
  font-size: clamp(10px, 0.84vw, 12px);
  letter-spacing: 0.16em;
}

body.af-home-template .af-site-header {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 70;
  background: transparent;
  border-bottom: 0;
  color: #fff8ef;
  backdrop-filter: none;
}

body.admin-bar.af-home-template .af-site-header {
  top: 74px;
}

body.af-home-template .af-site-header .af-container,
body.af-home-template .af-home-hero > .af-container {
  width: calc(100% - (var(--af-hero-edge) * 2));
  max-width: none;
}

body.af-home-template .af-header-grid {
  min-height: 98px;
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(250px, 318px) auto;
  gap: clamp(18px, 2vw, 30px);
  align-items: start;
  padding-top: 36px;
}

body.af-home-template .af-menu-toggle,
body.af-home-template .af-brand {
  display: none;
}

body.af-home-template .af-navigation {
  position: absolute;
  left: var(--af-hero-edge);
  top: clamp(236px, 19vw, 270px);
  width: auto;
  margin-top: 0;
  border-top: 0;
  background: transparent;
  color: #fff8ef;
}

body.af-home-template .af-navigation__inner {
  min-height: 30px;
  width: auto;
  padding: 0;
}

body.af-home-template .af-navigation__inner.af-container {
  width: auto;
  max-width: none;
  margin-inline: 0;
}

body.af-home-template .af-menu {
  justify-content: flex-start;
  gap: clamp(22px, 2.45vw, 42px);
  width: auto;
}

body.af-home-template .af-menu a {
  color: #fff8ef;
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

body.af-home-template .af-menu a:hover,
body.af-home-template .af-menu a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 7px;
}

body.af-home-template .af-header-search-pill {
  grid-column: 2;
  grid-row: 1;
  justify-self: stretch;
  width: min(100%, 318px);
  min-height: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px;
  padding: 0 0 9px;
  border: 0;
  border-bottom: 1px solid rgba(255, 248, 239, 0.88);
  border-radius: 0;
  background: transparent;
  color: #fff8ef;
  box-shadow: none;
}

body.af-home-template .af-header-search-pill svg {
  grid-column: 2;
  grid-row: 1;
  width: 22px;
  height: 22px;
  stroke-width: 1.6;
}

body.af-home-template .af-header-search-pill span {
  grid-column: 1;
  grid-row: 1;
  color: rgba(255, 248, 239, 0.92);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

body.af-home-template .af-header-search-pill:hover,
body.af-home-template .af-header-search-pill:focus-visible {
  border-color: #ffffff;
  background: transparent;
  transform: translateY(-1px);
}

body.af-home-template .af-header-actions {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  justify-self: end;
  gap: clamp(16px, 1.8vw, 28px);
  margin-top: 0;
  padding-left: 0;
}

body.af-home-template .af-search-link {
  display: none;
}

body.af-home-template .af-theme-toggle {
  min-height: 34px;
  border: 1px solid rgba(255, 248, 239, 0.68);
  border-radius: 0;
  background: rgba(17, 17, 17, 0.08);
  color: #fff8ef;
  padding: 0 10px;
  font-size: 11px;
  letter-spacing: 0.08em;
}

body.af-home-template .af-header-actions .af-icon-link,
body.af-home-template .af-header-actions .af-cart-link {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff8ef;
  box-shadow: none;
}

body.af-home-template .af-header-actions .af-icon-link:hover,
body.af-home-template .af-header-actions .af-icon-link:focus-visible,
body.af-home-template .af-header-actions .af-cart-link:hover,
body.af-home-template .af-header-actions .af-cart-link:focus-visible {
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  transform: translateY(-1px);
}

body.af-home-template .af-header-actions svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.55;
}

body.af-home-template .af-home-hero {
  min-height: clamp(690px, calc(100dvh - 42px), 860px);
  margin-top: 0;
  background: #111111;
  border-radius: 0 0 8px 8px;
}

body.admin-bar.af-home-template .af-home-hero {
  min-height: clamp(690px, calc(100dvh - 74px), 860px);
}

body.af-home-template .af-home-hero__image {
  object-position: 58% center;
  transform: scale(1.01);
  filter: saturate(1.05) contrast(1.04);
}

body.af-home-template .af-home-hero__wash {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0.38) 24%, rgba(17, 17, 17, 0.03) 58%, rgba(17, 17, 17, 0.22) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.1) 0%, rgba(17, 17, 17, 0.02) 48%, rgba(17, 17, 17, 0.46) 100%);
}

body.af-home-template .af-home-hero__grid {
  min-height: inherit;
  grid-template-columns: minmax(330px, 0.82fr) minmax(400px, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: clamp(22px, 4.2vw, 74px);
  align-items: end;
  padding-top: clamp(44px, 5.2vw, 76px);
  padding-bottom: clamp(58px, 7.5vw, 104px);
}

body.af-home-template .af-home-hero__brand {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  justify-self: start;
  max-width: min(36vw, 500px);
  font-size: clamp(76px, 9vw, 148px);
  line-height: 0.72;
  letter-spacing: -0.058em;
  text-shadow: 0 22px 60px rgba(0, 0, 0, 0.48);
}

body.af-home-template .af-home-hero__copy {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
  justify-self: start;
  max-width: min(44vw, 650px);
}

body.af-home-template .af-home-hero__copy h1 {
  max-width: 660px;
  color: #fff8ef;
  font-size: clamp(46px, 6.1vw, 96px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

body.af-home-template .af-home-hero__copy p {
  max-width: 470px;
  margin-top: 18px;
  color: rgba(255, 248, 239, 0.83);
  font-size: clamp(14px, 1.12vw, 17px);
  line-height: 1.55;
}

body.af-home-template .af-home-hero__actions {
  gap: 12px;
  margin-top: 28px;
}

body.af-home-template .af-home-hero__actions .af-button {
  min-width: clamp(170px, 14vw, 230px);
  min-height: 58px;
  border-radius: 0;
  padding-inline: 24px;
  font-size: 12px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

body.af-home-template .af-home-hero__media-ui {
  right: var(--af-hero-edge);
  bottom: clamp(28px, 4vw, 54px);
  gap: 9px;
}

body.af-home-template .af-hero-pause {
  order: 2;
  width: 58px;
  height: 58px;
  margin-left: 24px;
  border-color: rgba(255, 248, 239, 0.84);
  background: rgba(17, 17, 17, 0.16);
  font-size: 17px;
}

body.af-home-template .af-home-hero__media-ui span {
  width: 9px;
  height: 9px;
  background: rgba(255, 248, 239, 0.52);
}

body.af-home-template .af-home-hero__media-ui span.is-active {
  background: #fff8ef;
}

body.af-home-template .af-home-promo {
  min-height: 48px;
  background: var(--af-surface);
}

body.af-home-template .af-section > .af-container,
body.af-home-template .af-newsletter-band > .af-container {
  width: min(100% - 48px, 1520px);
  max-width: none;
}

body.af-home-template .af-home-product-rail .woocommerce ul.products {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
}

body.af-home-template .af-home-product-rail .af-product-options--card .af-option-group--size,
body.af-home-template .af-home-product-rail .af-product-options--card .af-option-label,
body.af-home-template .af-home-product-rail .af-product-options--card .af-size-chip,
body.af-home-template .af-home-product-rail .af-product-options--card .af-text-chip {
  display: none;
}

body.af-home-template .af-home-product-rail .af-product-options--card {
  min-height: 26px;
}

@media (max-width: 1320px) {
  body.af-home-template .af-header-grid {
    grid-template-columns: minmax(430px, 1fr) minmax(240px, 300px) auto;
  }

  body.af-home-template .af-navigation {
    top: 244px;
  }

  body.af-home-template .af-home-hero__copy {
    max-width: 560px;
  }
}

@media (max-width: 1120px) {
  body.af-home-template {
    --af-hero-header-offset: 78px;
  }

  body.af-home-template .af-site-header {
    position: sticky;
    top: 0;
    background: var(--af-header-bg);
    color: var(--af-header-text);
    border-bottom: 1px solid var(--af-line);
    backdrop-filter: blur(16px);
  }

  body.admin-bar.af-home-template .af-site-header {
    top: 32px;
  }

  body.af-home-template .af-header-grid {
    min-height: 70px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding-top: 0;
  }

  body.af-home-template .af-menu-toggle,
  body.af-home-template .af-brand {
    display: inline-grid;
  }

  body.af-home-template .af-brand {
    display: block;
    justify-self: start;
  }

  body.af-home-template .af-header-actions {
    grid-column: 3;
    padding-left: 0;
  }

  body.af-home-template .af-header-actions .af-icon-link,
  body.af-home-template .af-header-actions .af-cart-link,
  body.af-home-template .af-theme-toggle,
  body.af-home-template .af-icon-button {
    border: 1px solid var(--af-line);
    background: color-mix(in srgb, var(--af-surface-alt) 92%, transparent);
    color: var(--af-header-text);
  }

  body.af-home-template .af-header-actions .af-icon-link,
  body.af-home-template .af-header-actions .af-cart-link,
  body.af-home-template .af-icon-button {
    border-radius: 999px;
  }

  body.af-home-template .af-theme-toggle {
    border-radius: 999px;
  }

  body.af-home-template .af-header-actions svg {
    width: 20px;
    height: 20px;
  }

  body.af-home-template .af-header-search-pill {
    display: none;
  }

  body.af-home-template .af-navigation {
    position: fixed;
    inset: 104px 0 0;
    z-index: 60;
    display: none;
    overflow-y: auto;
    width: auto;
    margin-top: 0;
    padding: 0;
    background: var(--af-nav-bg);
    color: var(--af-nav-text);
  }

  body.af-home-template .af-navigation.is-open {
    display: block;
  }

  body.af-home-template .af-navigation__inner.af-container {
    width: min(100% - 32px, var(--af-max));
    margin-inline: auto;
  }

  body.af-home-template .af-menu {
    display: grid;
    gap: 0;
    width: 100%;
  }

  body.af-home-template .af-menu a {
    display: block;
    border-bottom: 1px solid color-mix(in srgb, currentColor 16%, transparent);
    padding: 16px 0;
    color: inherit;
    font-size: 18px;
  }

  body.af-home-template .af-home-hero {
    min-height: 720px;
  }

  body.af-home-template .af-home-hero__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    align-content: end;
    padding-top: 70px;
  }

  body.af-home-template .af-home-hero__brand,
  body.af-home-template .af-home-hero__copy {
    max-width: min(100%, 680px);
  }

  body.af-home-template .af-home-hero__copy {
    grid-row: 3;
  }
}

@media (max-width: 760px) {
  body.af-home-template {
    --af-hero-edge: 18px;
  }

  body.af-home-template .af-announcement {
    min-height: 36px;
    letter-spacing: 0.11em;
  }

  body.admin-bar.af-home-template .af-site-header {
    top: 46px;
  }

  body.af-home-template .af-site-header .af-container,
  body.af-home-template .af-home-hero > .af-container {
    width: calc(100% - 32px);
  }

  body.af-home-template .af-home-hero {
    min-height: 690px;
    border-radius: 0 0 6px 6px;
  }

  body.af-home-template .af-home-hero__image {
    object-position: 58% center;
  }

  body.af-home-template .af-home-hero__grid {
    gap: 22px;
    padding-top: 54px;
    padding-bottom: 72px;
  }

  body.af-home-template .af-home-hero__brand {
    font-size: clamp(64px, 20vw, 102px);
    max-width: 100%;
  }

  body.af-home-template .af-home-hero__copy h1 {
    font-size: clamp(42px, 12.4vw, 62px);
    line-height: 0.98;
  }

  body.af-home-template .af-home-hero__copy p {
    max-width: 330px;
    margin-top: 14px;
    font-size: 14px;
  }

  body.af-home-template .af-home-hero__actions {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 22px;
  }

  body.af-home-template .af-home-hero__actions .af-button {
    width: min(100%, 238px);
    min-height: 50px;
  }

  body.af-home-template .af-home-hero__media-ui {
    right: 18px;
    bottom: 18px;
  }

  body.af-home-template .af-hero-pause {
    width: 48px;
    height: 48px;
    margin-left: 12px;
  }

  body.af-home-template .af-section > .af-container,
  body.af-home-template .af-newsletter-band > .af-container {
    width: calc(100% - 32px);
  }
}

/* Aelvoro white-theme homepage refinement. */
:root,
:root[data-af-theme="dark"] {
  --af-surface: #f8f6f2;
  --af-surface-alt: #ffffff;
  --af-surface-strong: #111111;
  --af-text: #151515;
  --af-text-soft: #665f58;
  --af-header-bg: rgba(255, 255, 255, 0.96);
  --af-header-text: #111111;
  --af-nav-bg: #ffffff;
  --af-nav-text: #111111;
  --af-card-bg: #ffffff;
}

body.atelier-femme,
:root[data-af-theme="dark"] body.atelier-femme {
  background: var(--af-surface);
  color: var(--af-text);
}

.af-theme-toggle,
body.af-home-template .af-theme-toggle {
  display: none !important;
}

body.af-home-template {
  --af-hero-edge: clamp(26px, 3.1vw, 62px);
  background: #f8f6f2;
}

body.af-home-template .af-site-header {
  top: 42px;
}

body.admin-bar.af-home-template .af-site-header {
  top: 74px;
}

body.af-home-template .af-header-grid {
  grid-template-columns: minmax(560px, 1fr) minmax(300px, 390px) auto;
  min-height: 82px;
  padding-top: 26px;
}

body.af-home-template .af-header-actions {
  gap: clamp(18px, 1.8vw, 28px);
}

body.af-home-template .af-header-actions .af-icon-link,
body.af-home-template .af-header-actions .af-cart-link {
  width: 38px;
  height: 38px;
}

body.af-home-template .af-header-search-pill {
  width: min(100%, 390px);
}

body.af-home-template .af-home-hero {
  min-height: clamp(720px, calc(100dvh - 42px), 900px);
  border-radius: 0;
}

body.admin-bar.af-home-template .af-home-hero {
  min-height: clamp(720px, calc(100dvh - 74px), 900px);
}

body.af-home-template .af-home-hero__image {
  animation: none;
  object-position: 60% 44%;
  transform: none;
}

body.af-home-template .af-home-hero__wash {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.74) 0%, rgba(17, 17, 17, 0.48) 24%, rgba(17, 17, 17, 0.06) 57%, rgba(17, 17, 17, 0.18) 100%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.08) 0%, rgba(17, 17, 17, 0.04) 46%, rgba(17, 17, 17, 0.42) 100%);
}

body.af-home-template .af-home-hero__grid {
  grid-template-columns: minmax(480px, 0.62fr) minmax(500px, 1fr);
  grid-template-rows: auto 1fr auto;
  padding-top: clamp(86px, 9.4vw, 140px);
  padding-bottom: clamp(62px, 7vw, 96px);
}

body.af-home-template .af-home-hero__brand {
  max-width: min(44vw, 700px);
  font-size: clamp(112px, 12.7vw, 214px);
  font-style: italic;
  line-height: 0.73;
  letter-spacing: -0.075em;
  text-transform: lowercase;
}

body.af-home-template .af-navigation {
  top: clamp(292px, 25vw, 382px);
}

body.af-home-template .af-menu {
  gap: clamp(22px, 2.15vw, 38px);
}

body.af-home-template .af-menu a {
  font-size: clamp(12px, 0.82vw, 14px);
}

body.af-home-template .af-home-hero__copy {
  max-width: min(42vw, 640px);
}

body.af-home-template .af-home-hero__media-ui,
body.af-home-template .af-hero-pause {
  display: none;
}

body.af-home-template .af-home-promo {
  min-height: 44px;
}

body.af-home-template .af-section {
  padding: clamp(44px, 6vw, 92px) 0;
}

body.af-home-template .af-section > .af-container,
body.af-home-template .af-newsletter-band > .af-container {
  width: min(100% - clamp(28px, 3.1vw, 58px), 1840px);
}

body.af-home-template .af-home-plan {
  padding-top: clamp(36px, 4.8vw, 76px);
}

body.af-home-template .af-home-plan__grid {
  position: relative;
  grid-template-columns: minmax(250px, 0.34fr) minmax(760px, 1fr);
  gap: clamp(26px, 3vw, 54px);
  align-items: stretch;
}

body.af-home-template .af-home-plan__copy {
  max-width: none;
  min-height: clamp(430px, 28vw, 560px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 3vw, 54px);
  background: #fbfaf7;
}

body.af-home-template .af-home-plan h2,
body.af-home-template .af-home-section-head h2,
body.af-home-template .af-home-story h2,
body.af-home-template .af-home-detail h2,
body.af-home-template .af-home-newsletter h2 {
  font-size: clamp(58px, 6vw, 112px);
}

body.af-home-template .af-plan-bento {
  grid-template-columns: 1.15fr 0.9fr 0.9fr;
  grid-auto-rows: minmax(215px, 1fr);
  gap: clamp(10px, 0.9vw, 16px);
}

body.af-home-template .af-plan-tile {
  min-height: 230px;
  border-radius: 6px;
  box-shadow: 0 22px 56px rgba(17, 17, 17, 0.08);
}

body.af-home-template .af-plan-tile span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  font-size: clamp(24px, 2.1vw, 38px);
}

body.af-home-template .af-plan-tile span::after {
  content: "→";
  width: 42px;
  height: 42px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 248, 239, 0.82);
  border-radius: 999px;
  font-family: var(--af-font-body);
  font-size: 20px;
  line-height: 1;
}

body.af-home-template .af-floating-arrow {
  position: absolute;
  z-index: 5;
  width: clamp(58px, 5vw, 84px);
  height: clamp(58px, 5vw, 84px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--af-black);
  box-shadow: 0 22px 56px rgba(17, 17, 17, 0.14);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

body.af-home-template .af-floating-arrow:hover,
body.af-home-template .af-floating-arrow:focus-visible {
  transform: translateX(8px);
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.18);
}

body.af-home-template .af-floating-arrow span {
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1;
}

body.af-home-template .af-floating-arrow--plan {
  right: clamp(22px, 3vw, 58px);
  bottom: clamp(22px, 3vw, 58px);
}

body.af-home-template .af-home-arrivals {
  padding-top: clamp(40px, 5vw, 78px);
  background: #ffffff;
}

body.af-home-template .af-home-arrivals > .af-container {
  width: min(100% - clamp(28px, 3vw, 60px), 1740px);
}

body.af-home-template .af-home-section-head--wide {
  width: min(100%, 1180px);
  margin-inline: auto;
}

body.af-home-template .af-home-product-rail .woocommerce ul.products {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 1.35vw, 30px);
}

body.af-home-template .af-home-product-rail .af-product-card__media {
  aspect-ratio: 3.7 / 5.45;
  border-radius: 7px;
}

body.af-home-template .af-home-product-rail .af-product-card .button {
  min-height: 52px;
}

body.af-home-template .af-home-story {
  position: relative;
  overflow: clip;
  padding: clamp(68px, 8vw, 118px) 0 clamp(92px, 10vw, 154px);
}

body.af-home-template .af-home-story__grid {
  position: relative;
  grid-template-columns: minmax(280px, 0.35fr) minmax(740px, 1fr);
  min-height: clamp(610px, 43vw, 760px);
  gap: clamp(34px, 4vw, 78px);
}

body.af-home-template .af-story-stack {
  min-height: clamp(560px, 42vw, 720px);
}

body.af-home-template .af-story-card {
  border-radius: 8px;
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.28);
}

body.af-home-template .af-story-card:nth-child(1) {
  width: min(36%, 500px);
  left: 3%;
  top: 0;
}

body.af-home-template .af-story-card:nth-child(2) {
  width: min(34%, 470px);
  left: 33%;
  top: 46px;
}

body.af-home-template .af-story-card:nth-child(3) {
  width: min(34%, 470px);
  right: 2%;
  top: 96px;
}

body.af-home-template .af-floating-arrow--story {
  right: clamp(18px, 3vw, 54px);
  bottom: clamp(28px, 4vw, 70px);
  background: rgba(255, 248, 239, 0.92);
}

body.af-home-template .af-home-detail {
  padding: clamp(72px, 8vw, 132px) 0;
}

body.af-home-template .af-home-detail__grid {
  grid-template-columns: minmax(250px, 0.32fr) minmax(560px, 0.82fr) minmax(280px, 0.34fr);
  gap: clamp(24px, 3vw, 56px);
  align-items: stretch;
}

body.af-home-template .af-home-detail__copy {
  min-height: clamp(560px, 42vw, 780px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 3vw, 52px);
}

body.af-home-template .af-detail-main {
  align-self: stretch;
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(17, 17, 17, 0.12);
}

body.af-home-template .af-detail-main img {
  display: block;
  aspect-ratio: 5 / 7.1;
  max-height: min(82vh, 820px);
}

body.af-home-template .af-detail-orbit {
  width: min(74%, 520px);
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

body.af-home-template .af-detail-list {
  align-self: stretch;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.3vw, 22px);
}

body.af-home-template .af-detail-list a {
  width: 100%;
  min-height: 0;
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(17, 17, 17, 0.1);
  transform: none;
}

body.af-home-template .af-detail-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.af-home-template .af-home-newsletter {
  background: #111111;
}

@media (max-width: 1320px) {
  body.af-home-template .af-header-grid {
    grid-template-columns: minmax(420px, 1fr) minmax(260px, 320px) auto;
  }

  body.af-home-template .af-home-hero__brand {
    font-size: clamp(98px, 12vw, 176px);
  }

  body.af-home-template .af-navigation {
    top: clamp(274px, 26vw, 334px);
  }
}

@media (max-width: 1120px) {
  body.af-home-template .af-site-header {
    position: sticky;
    top: 0;
    background: #ffffff;
    color: #111111;
  }

  body.admin-bar.af-home-template .af-site-header {
    top: 32px;
  }

  body.af-home-template .af-header-grid {
    min-height: 72px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-top: 0;
  }

  body.af-home-template .af-menu-toggle,
  body.af-home-template .af-brand {
    display: inline-grid;
  }

  body.af-home-template .af-brand {
    display: block;
    color: #111111;
    font-size: clamp(32px, 5vw, 46px);
    font-style: italic;
    text-transform: lowercase;
  }

  body.af-home-template .af-header-actions .af-icon-link,
  body.af-home-template .af-header-actions .af-cart-link {
    border-color: rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
  }

  body.af-home-template .af-search-link {
    display: inline-grid;
  }

  body.af-home-template .af-navigation {
    top: auto;
  }

  body.af-home-template .af-home-hero {
    min-height: 720px;
  }

  body.af-home-template .af-home-hero__grid {
    grid-template-columns: 1fr;
    padding-top: clamp(54px, 8vw, 86px);
  }

  body.af-home-template .af-home-hero__brand {
    max-width: 100%;
    font-size: clamp(76px, 17vw, 138px);
  }

  body.af-home-template .af-home-hero__copy {
    max-width: min(100%, 620px);
  }

  body.af-home-template .af-home-plan__grid,
  body.af-home-template .af-home-story__grid,
  body.af-home-template .af-home-detail__grid {
    grid-template-columns: 1fr;
  }

  body.af-home-template .af-home-plan__copy,
  body.af-home-template .af-home-detail__copy {
    min-height: auto;
    padding-block: clamp(34px, 5vw, 60px);
  }

  body.af-home-template .af-home-story__grid {
    min-height: auto;
  }

  body.af-home-template .af-story-stack {
    min-height: 600px;
  }

  body.af-home-template .af-detail-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  body.af-home-template .af-detail-list a {
    min-height: clamp(150px, 18vw, 210px);
    transform: none;
  }
}

@media (max-width: 760px) {
  body.af-home-template .af-announcement {
    min-height: 42px;
  }

  body.admin-bar.af-home-template .af-site-header {
    top: 46px;
  }

  body.af-home-template .af-home-hero {
    min-height: 690px;
  }

  body.af-home-template .af-home-hero__image {
    object-position: 59% center;
  }

  body.af-home-template .af-home-hero__brand {
    font-size: clamp(60px, 18vw, 92px);
    line-height: 0.82;
  }

  body.af-home-template .af-home-hero__copy h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  body.af-home-template .af-home-hero__copy p {
    max-width: 330px;
  }

  body.af-home-template .af-home-plan__copy,
  body.af-home-template .af-home-detail__copy {
    padding: 8px 0 22px;
    background: transparent;
  }

  body.af-home-template .af-plan-bento,
  body.af-home-template .af-detail-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  body.af-home-template .af-plan-tile {
    min-height: 260px;
  }

  body.af-home-template .af-home-product-rail {
    margin-inline: calc((100vw - 100%) / -2);
    overflow-x: auto;
    padding-inline: 16px;
  }

  body.af-home-template .af-home-product-rail .woocommerce ul.products {
    width: max-content;
    grid-template-columns: repeat(5, minmax(238px, 274px));
  }

  body.af-home-template .af-story-stack {
    min-height: auto;
  }

  body.af-home-template .af-story-card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
  }

  body.af-home-template .af-floating-arrow {
    display: none;
  }

  body.af-home-template .af-detail-main img {
    max-height: none;
  }
}

/* Aelvoro reference polish: brush wordmark, borderless line icons, half-screen search. */
.af-brand a,
.af-footer-brand {
  display: inline-flex;
  align-items: center;
  color: inherit;
  line-height: 1;
}

.af-brand img,
.af-footer-brand img,
.af-home-hero__brand img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.af-brand {
  width: clamp(124px, 12.5vw, 210px);
  font-size: 0;
  line-height: 1;
}

.af-brand a {
  width: 100%;
}

.af-footer-brand {
  width: clamp(148px, 13vw, 240px);
  max-width: 100%;
  font-size: 0;
}

.af-footer-brand img {
  filter: none;
}

body.af-home-template .af-home-hero__brand {
  max-width: min(46vw, 720px);
  width: min(46vw, 720px);
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: none;
}

body.af-home-template .af-home-hero__brand img {
  filter: invert(1);
  opacity: 0.96;
  drop-shadow: none;
}

.af-header-actions {
  gap: clamp(13px, 1.2vw, 24px);
}

.af-header-actions .af-icon-link,
.af-header-actions .af-cart-link {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  box-shadow: none;
}

.af-header-actions .af-icon-link:hover,
.af-header-actions .af-icon-link:focus-visible,
.af-header-actions .af-cart-link:hover,
.af-header-actions .af-cart-link:focus-visible {
  border-color: transparent;
  background: transparent;
  color: #111111;
  box-shadow: none;
  transform: translateY(-1px);
}

.af-header-actions .af-icon-link:focus-visible,
.af-header-actions .af-cart-link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}

.af-header-actions .af-icon-link svg,
.af-header-actions .af-cart-link svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.45;
  vector-effect: non-scaling-stroke;
}

.af-wishlist-link {
  border-color: transparent;
  background: transparent;
  color: currentColor;
  box-shadow: none;
}

.af-header-actions .af-wishlist-link:hover,
.af-header-actions .af-wishlist-link:focus-visible {
  color: var(--af-wishlist-hot);
}

.af-header-actions .af-wishlist-link:hover svg,
.af-header-actions .af-wishlist-link:focus-visible svg {
  fill: currentColor;
  stroke-width: 1.45;
}

.af-header-wishlist-count,
.af-header-cart-count {
  top: -4px;
  right: -2px;
  min-width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  background: #e11919;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

body.af-home-template .af-search-link {
  display: inline-grid;
}

body.af-home-template .af-header-search-pill {
  display: none;
}

body.af-home-template .af-header-actions .af-icon-link,
body.af-home-template .af-header-actions .af-cart-link {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff8ef;
  box-shadow: none;
}

body.af-home-template .af-header-actions .af-icon-link:hover,
body.af-home-template .af-header-actions .af-icon-link:focus-visible,
body.af-home-template .af-header-actions .af-cart-link:hover,
body.af-home-template .af-header-actions .af-cart-link:focus-visible {
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}

body.af-home-template .af-header-actions .af-wishlist-link:hover,
body.af-home-template .af-header-actions .af-wishlist-link:focus-visible {
  color: var(--af-wishlist-hot);
}

body.af-home-template .af-header-actions svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.45;
}

body.af-home-template .af-header-cart-count,
body.af-home-template .af-header-wishlist-count {
  border-color: rgba(255, 248, 239, 0.95);
  background: #e11919;
  color: #ffffff;
}

@media (min-width: 1121px) {
  .af-header-actions .af-search-link {
    display: none !important;
  }

  body.af-home-template .af-header-actions .af-search-link {
    display: inline-grid !important;
  }
}

.af-search-panel {
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 0s linear 200ms;
}

.af-search-panel.is-open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.af-search-panel__overlay {
  background: rgba(17, 17, 17, 0.16);
  opacity: 0;
}

.af-search-panel.is-open .af-search-panel__overlay {
  opacity: 1;
}

.af-search-panel__sheet {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  min-height: min(58dvh, 560px);
  max-height: min(72dvh, 680px);
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(17, 17, 17, 0.11);
  overflow-y: auto;
  transform: translateY(-100%);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.af-search-panel.is-open .af-search-panel__sheet {
  transform: translateY(0);
}

.af-search-panel__inner {
  width: min(100% - clamp(42px, 5.4vw, 108px), 1780px);
  margin-inline: auto;
  display: grid;
  gap: clamp(24px, 3vh, 36px);
  padding: clamp(72px, 8.5vh, 104px) 0 clamp(34px, 4vh, 54px);
}

.af-search-form {
  width: 100%;
  margin: 0;
}

.af-search-form__field {
  min-height: 44px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 2px;
  background: #ffffff;
  padding: 0 8px 0 14px;
}

.af-search-form__icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #111111;
  stroke-width: 1.35;
}

.af-search-form input[type="search"] {
  min-height: 42px;
  color: #111111;
  font-size: 15px;
  font-weight: 400;
}

.af-search-form input[type="search"]::placeholder {
  color: rgba(17, 17, 17, 0.52);
}

.af-search-form__submit {
  display: none;
}

.af-search-panel__close {
  position: static;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  box-shadow: none;
}

.af-search-panel__close svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.1;
}

.af-search-panel__content {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 130px);
  align-items: start;
}

.af-search-panel__terms {
  gap: 14px;
  border-top: 0;
  padding-top: 0;
}

.af-search-panel__terms h2 {
  display: none;
}

.af-search-panel__terms nav {
  display: grid;
  gap: 13px;
}

.af-search-panel__terms a {
  min-height: 0;
  justify-content: flex-start;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #313131;
  padding: 0;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.25;
  text-transform: lowercase;
}

.af-search-panel__terms a:hover,
.af-search-panel__terms a:focus {
  background: transparent;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.af-search-live {
  min-width: 0;
  gap: 20px;
}

.af-search-live__header {
  justify-content: flex-start;
}

.af-search-live__header h2 {
  color: #343434;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: lowercase;
}

.af-search-live__header a {
  display: none;
}

.af-search-live__grid {
  min-height: 250px;
  display: grid;
  grid-template-columns: repeat(5, minmax(128px, 1fr));
  gap: clamp(14px, 1.4vw, 24px);
}

.af-search-result-card {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(150px, 1fr) auto;
  gap: 0;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #ffffff;
  color: #343434;
  transition: transform 180ms ease, border-color 180ms ease;
}

.af-search-result-card:hover,
.af-search-result-card:focus-visible {
  border-color: rgba(17, 17, 17, 0.34);
  transform: translateY(-2px);
}

.af-search-result-card__media {
  aspect-ratio: 1 / 1.18;
  border-radius: 0;
  background: #f4f3f1;
}

.af-search-result-card__media img {
  object-fit: cover;
  transition: transform 420ms ease;
}

.af-search-result-card:hover .af-search-result-card__media img,
.af-search-result-card:focus-visible .af-search-result-card__media img {
  transform: scale(1.035);
}

.af-search-result-card__body {
  min-height: 104px;
  gap: 5px;
  padding: 12px 12px 10px;
}

.af-search-result-card__label {
  display: none;
}

.af-search-result-card__title {
  color: #343434;
  font-size: 14px;
  font-weight: 680;
  line-height: 1.25;
  -webkit-line-clamp: 2;
}

.af-search-result-card__price {
  color: rgba(17, 17, 17, 0.72);
  font-size: 13px;
  font-weight: 420;
}

.af-search-result-card__price::after {
  content: "view piece";
  min-height: 30px;
  display: grid;
  place-items: center;
  margin-top: 7px;
  border: 1px solid rgba(17, 17, 17, 0.7);
  color: #343434;
  font-size: 12px;
  font-weight: 500;
  text-transform: lowercase;
}

.af-search-live__status {
  color: rgba(17, 17, 17, 0.58);
  font-size: 13px;
}

@media (max-width: 1120px) {
  .af-brand {
    width: clamp(132px, 19vw, 196px);
  }

  body.af-home-template .af-brand {
    width: clamp(132px, 22vw, 204px);
    font-size: 0;
  }

  body.af-home-template .af-brand img {
    filter: none;
  }

  body.af-home-template .af-header-actions .af-icon-link,
  body.af-home-template .af-header-actions .af-cart-link,
  body.af-home-template .af-icon-button {
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  body.af-home-template .af-header-actions svg {
    width: 23px;
    height: 23px;
  }

  .af-header-actions .af-search-link,
  body.af-home-template .af-header-actions .af-search-link {
    display: inline-grid;
  }

  .af-search-panel__sheet {
    min-height: 66dvh;
    max-height: 82dvh;
  }

  .af-search-panel__inner {
    width: min(100% - 32px, 920px);
    padding-top: 42px;
  }

  .af-search-panel__content {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .af-search-panel__terms nav {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 4px;
  }

  .af-search-panel__terms a {
    flex: 0 0 auto;
  }

  .af-search-live__grid {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .af-search-result-card {
    min-width: 150px;
  }
}

@media (max-width: 760px) {
  .af-header-actions {
    gap: 8px;
  }

  .af-header-actions .af-icon-link,
  .af-header-actions .af-cart-link {
    width: 30px;
    height: 30px;
  }

  .af-header-actions .af-icon-link svg,
  .af-header-actions .af-cart-link svg,
  body.af-home-template .af-header-actions svg {
    width: 22px;
    height: 22px;
  }

  body.af-home-template .af-search-link,
  .af-search-link {
    display: inline-grid;
  }

  .af-brand,
  body.af-home-template .af-brand {
    width: clamp(116px, 34vw, 152px);
  }

  body.af-home-template .af-home-hero__brand {
    width: min(92vw, 430px);
    max-width: min(92vw, 430px);
  }

  .af-search-panel__sheet {
    min-height: 78dvh;
    max-height: 88dvh;
  }

  .af-search-panel__inner {
    width: calc(100% - 28px);
    gap: 22px;
    padding-top: 24px;
  }

  .af-search-form__field {
    grid-template-columns: 22px minmax(0, 1fr) 36px;
    min-height: 42px;
    padding-left: 12px;
  }

  .af-search-panel__close {
    width: 34px;
    height: 34px;
  }

  .af-search-live__grid {
    display: flex;
    gap: 12px;
    min-height: 242px;
    overflow-x: auto;
  }

  .af-search-result-card {
    flex: 0 0 170px;
  }
}

/* Wishlist page corrections: no home overlay nav, stable icons, uncropped density views. */
body.af-wishlist-template .af-site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  color: #111111;
  backdrop-filter: blur(16px);
}

body.admin-bar.af-wishlist-template .af-site-header {
  top: 32px;
}

body.af-wishlist-template .af-header-grid {
  min-height: 72px;
  grid-template-columns: minmax(220px, 0.72fr) minmax(320px, 1fr) minmax(220px, 0.72fr);
  align-items: center;
  padding-top: 0;
}

body.af-wishlist-template .af-brand {
  display: block;
  justify-self: start;
  color: #111111;
}

body.af-wishlist-template .af-brand img {
  filter: none;
}

body.af-wishlist-template .af-header-search-pill {
  display: grid;
  grid-column: auto;
  grid-row: auto;
  justify-self: center;
  width: min(100%, 640px);
  min-height: 48px;
  grid-template-columns: 22px minmax(0, 1fr);
  border: 1px solid rgba(17, 17, 17, 0.13);
  border-radius: 999px;
  background: color-mix(in srgb, #ffffff 90%, transparent);
  color: #665f58;
  padding: 0 22px;
}

body.af-wishlist-template .af-header-actions {
  grid-column: auto;
  grid-row: auto;
  align-self: center;
  justify-self: end;
  gap: clamp(13px, 1.2vw, 22px);
}

body.af-wishlist-template .af-header-actions .af-icon-link,
body.af-wishlist-template .af-header-actions .af-cart-link {
  width: 32px;
  height: 32px;
  display: inline-grid;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  box-shadow: none;
}

body.af-wishlist-template .af-header-actions .af-search-link {
  display: none !important;
}

body.af-wishlist-template .af-header-actions svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.45;
}

body.af-wishlist-template .af-header-cart-count,
body.af-wishlist-template .af-header-wishlist-count {
  border-color: #ffffff;
  background: #e11919;
  color: #ffffff;
}

body.af-wishlist-template .af-navigation {
  display: none !important;
}

body.af-wishlist-template .af-wishlist-page {
  padding-top: 28px;
}

body.af-wishlist-template .af-likes-shell {
  width: min(100% - clamp(24px, 3vw, 58px), 1840px);
}

body.af-wishlist-template .af-likes-board {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
  align-items: start;
  gap: 18px;
}

body.af-wishlist-template .af-likes-products {
  gap: 8px;
}

body.af-wishlist-template .af-like-card {
  grid-template-rows: auto auto;
  background: #ffffff;
}

body.af-wishlist-template .af-like-card__media {
  aspect-ratio: 3 / 4;
  min-height: 0;
}

body.af-wishlist-template .af-like-card__image {
  object-fit: cover;
  object-position: center top;
}

body.af-wishlist-template .af-like-card__meta {
  min-height: 72px;
  padding: 10px 6px 12px;
}

body.af-wishlist-template .af-likes-board[data-af-density="3"] .af-like-card__media {
  aspect-ratio: 4 / 5.7;
}

body.af-wishlist-template .af-likes-board[data-af-density="2"] .af-like-card__media {
  aspect-ratio: 4 / 5;
}

/* Homepage plan section: wider editorial spread, cleaner arrow treatment. */
body.af-home-template .af-home-plan {
  padding-block: clamp(34px, 4.8vw, 74px);
}

body.af-home-template .af-home-plan > .af-container {
  width: min(100% - clamp(12px, 1.1vw, 24px), 1880px);
}

body.af-home-template .af-home-plan__grid {
  grid-template-columns: minmax(300px, 0.25fr) minmax(0, 1fr);
  gap: clamp(18px, 2.25vw, 42px);
}

body.af-home-template .af-home-plan__copy {
  min-height: clamp(430px, 28vw, 560px);
  padding-inline: clamp(28px, 3.4vw, 62px);
}

body.af-home-template .af-plan-bento {
  grid-template-columns: 1.18fr 0.92fr 0.92fr;
  gap: clamp(8px, 0.8vw, 14px);
}

body.af-home-template .af-plan-tile span::after {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
}

body.af-home-template .af-floating-arrow--plan {
  display: none !important;
}

@media (max-width: 1120px) {
  body.af-home-template .af-home-plan > .af-container {
    width: min(100% - 32px, 980px);
  }

  body.af-home-template .af-home-plan__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1120px) {
  body.af-wishlist-template .af-header-grid {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  body.af-wishlist-template .af-header-search-pill {
    display: none;
  }

  body.af-wishlist-template .af-header-actions .af-search-link {
    display: inline-grid !important;
  }

  body.af-wishlist-template .af-navigation {
    position: fixed;
    inset: 104px 0 0;
    z-index: 60;
    overflow-y: auto;
    background: #ffffff;
    color: #111111;
  }

  body.af-wishlist-template .af-navigation.is-open {
    display: block !important;
  }
}

@media (max-width: 980px) {
  body.af-wishlist-template .af-likes-board {
    grid-template-columns: 1fr;
  }
}

/* Homepage arrivals: editorial copy plus a wide product carousel. */
body.af-home-template .af-home-arrivals {
  padding: 3.75rem 0 7.5rem;
  overflow: hidden;
  background: #ffffff;
}

body.af-home-template .af-home-arrivals > .af-container.af-home-arrivals__layout {
  display: grid;
  grid-template-columns: clamp(320px, 21vw, 430px) minmax(0, 1fr);
  gap: clamp(18px, 1.65vw, 32px);
  align-items: stretch;
  width: min(100% - clamp(12px, 1vw, 20px), 1980px);
  max-width: none;
}

body.af-home-template .af-home-arrivals__copy {
  display: flex;
  min-height: 37.5rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem clamp(28px, 3vw, 58px) 5.5rem;
  color: #34312f;
  text-align: left;
}

body.af-home-template .af-home-arrivals__copy span {
  margin-bottom: 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body.af-home-template .af-home-arrivals__copy h2 {
  max-width: 22rem;
  margin: 0;
  font-family: var(--af-font-display);
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

body.af-home-template .af-home-arrivals__copy a {
  display: inline-block;
  margin-top: 1.8rem;
  margin-left: 0.1rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.34rem;
  color: #34312f;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

body.af-home-template .af-home-product-rail-wrap {
  position: relative;
  min-width: 0;
  isolation: isolate;
}

body.af-home-template .af-home-product-rail {
  margin-inline: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 4px;
  scroll-behavior: smooth;
  scroll-padding-left: 0;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

body.af-home-template .af-home-product-rail::-webkit-scrollbar {
  display: none;
}

body.af-home-template .af-home-product-rail .woocommerce ul.products {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(360px, 24vw, 470px);
  grid-template-columns: none;
  width: max-content;
  gap: 12px;
  align-items: start;
}

body.af-home-template .af-home-product-rail .woocommerce ul.products li.product.af-product-card {
  width: auto !important;
  scroll-snap-align: start;
}

body.af-home-template .af-home-product-rail .af-product-card__media,
body.af-home-template .af-home-product-rail .af-product-card:nth-child(3) .af-product-card__media {
  aspect-ratio: 4 / 5.48;
  border: 0;
  border-radius: 0;
  background: #f5f2ee;
  box-shadow: none;
}

body.af-home-template .af-home-product-rail .af-product-card__media img {
  object-fit: cover;
}

body.af-home-template .af-home-product-rail .af-product-card__body {
  padding-top: 1.25rem;
}

body.af-home-template .af-home-product-rail .af-product-card__title {
  max-width: 94%;
  color: #34312f;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.22;
  text-transform: uppercase;
}

body.af-home-template .af-home-product-rail .af-product-card__price,
body.af-home-template .af-home-product-rail .woocommerce ul.products li.product .price {
  color: #34312f;
  font-size: 0.94rem;
}

body.af-home-template .af-home-product-rail .af-product-card .button {
  min-height: 54px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

body.af-home-template .af-home-product-arrow {
  position: absolute;
  top: 17.4rem;
  z-index: 5;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 68px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(17, 17, 17, 0.78);
  box-shadow: none;
  cursor: pointer;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

body.af-home-template .af-home-product-arrow span {
  display: block;
  transform: translateY(-1px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 300;
  line-height: 0.76;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.7);
}

body.af-home-template .af-home-product-arrow--prev {
  left: 12px;
}

body.af-home-template .af-home-product-arrow--next {
  right: 12px;
}

body.af-home-template .af-home-product-arrow:hover,
body.af-home-template .af-home-product-arrow:focus-visible {
  color: #111111;
}

body.af-home-template .af-home-product-arrow:active {
  transform: scale(0.96);
}

body.af-home-template .af-home-product-arrow:disabled {
  opacity: 0.26;
  pointer-events: none;
}

@media (min-width: 1500px) {
  body.af-home-template .af-home-product-rail .woocommerce ul.products {
    grid-auto-columns: clamp(390px, 24vw, 470px);
  }
}

@media (max-width: 1120px) {
  body.af-home-template .af-home-arrivals {
    padding: 4rem 0 6.5rem;
  }

  body.af-home-template .af-home-arrivals > .af-container.af-home-arrivals__layout {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 980px);
  }

  body.af-home-template .af-home-arrivals__copy {
    min-height: auto;
    align-items: flex-start;
    padding: 0 0 1.25rem;
    text-align: left;
  }

  body.af-home-template .af-home-arrivals__copy h2 {
    max-width: 26rem;
    font-size: 4.2rem;
  }

  body.af-home-template .af-home-product-rail {
    margin-inline: calc((100vw - 100%) / -2);
    padding-inline: 12px;
  }

  body.af-home-template .af-home-product-rail .woocommerce ul.products {
    grid-auto-columns: clamp(290px, 46vw, 420px);
  }

  body.af-home-template .af-home-product-arrow {
    top: 13.8rem;
  }
}

@media (max-width: 640px) {
  body.af-home-template .af-home-arrivals__copy h2 {
    font-size: 3.6rem;
  }

  body.af-home-template .af-home-product-rail .woocommerce ul.products {
    grid-auto-columns: minmax(270px, 82vw);
    gap: 12px;
  }

  body.af-home-template .af-home-product-arrow {
    top: 12rem;
    width: 30px;
    height: 58px;
  }

  body.af-home-template .af-home-product-arrow span {
    font-size: 2.45rem;
  }
}

/* Homepage plan: full-width visual grid without the left editorial text panel. */
body.af-home-template .af-home-plan {
  padding-block: clamp(24px, 3vw, 48px) clamp(42px, 5vw, 82px);
}

body.af-home-template .af-home-plan > .af-container {
  width: min(100% - clamp(12px, 1vw, 20px), 1980px);
  max-width: none;
}

body.af-home-template .af-home-plan__grid {
  display: block;
}

body.af-home-template .af-home-plan__copy {
  display: none;
}

body.af-home-template .af-plan-bento {
  display: grid;
  grid-template-columns: minmax(520px, 1.22fr) repeat(2, minmax(330px, 0.95fr));
  grid-auto-rows: clamp(275px, 18.5vw, 390px);
  gap: clamp(8px, 0.72vw, 14px);
  width: 100%;
}

body.af-home-template .af-plan-tile {
  min-height: 0;
  border-radius: 6px;
  box-shadow: 0 22px 58px rgba(17, 17, 17, 0.08);
}

body.af-home-template .af-plan-tile--large {
  grid-row: span 2;
}

body.af-home-template .af-plan-tile span {
  padding: clamp(18px, 1.35vw, 28px);
  font-size: 2.5rem;
  line-height: 0.95;
}

body.af-home-template .af-plan-tile span::after {
  font-size: 2.15rem;
}

@media (min-width: 1920px) {
  body.af-home-template .af-home-plan > .af-container {
    width: calc(100% - 20px);
  }

  body.af-home-template .af-plan-bento {
    grid-template-columns: minmax(640px, 1.25fr) repeat(2, minmax(400px, 1fr));
    grid-auto-rows: minmax(345px, 19vw);
  }
}

@media (max-width: 1320px) {
  body.af-home-template .af-plan-bento {
    grid-template-columns: minmax(420px, 1.05fr) repeat(2, minmax(260px, 0.9fr));
    grid-auto-rows: clamp(230px, 22vw, 320px);
  }

  body.af-home-template .af-plan-tile span {
    font-size: 2rem;
  }
}

@media (max-width: 900px) {
  body.af-home-template .af-home-plan > .af-container {
    width: min(100% - 24px, 760px);
  }

  body.af-home-template .af-plan-bento {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(260px, 62vw);
  }

  body.af-home-template .af-plan-tile--large {
    grid-row: span 1;
  }
}

/* Homepage story: aligned image cards with a transparent arrow-only jump control. */
body.af-home-template .af-home-story__grid {
  grid-template-columns: minmax(300px, 0.32fr) minmax(0, 1fr);
  gap: clamp(28px, 3.4vw, 64px);
  min-height: clamp(560px, 38vw, 720px);
}

body.af-home-template .af-story-stack {
  display: grid;
  min-height: clamp(520px, 36vw, 690px);
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  align-items: end;
  gap: clamp(0px, 0.45vw, 8px);
  overflow: visible;
}

body.af-home-template .af-story-card,
body.af-home-template .af-story-card:nth-child(1),
body.af-home-template .af-story-card:nth-child(2),
body.af-home-template .af-story-card:nth-child(3) {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 100%;
  height: clamp(470px, 34vw, 650px);
  border-radius: 7px;
}

body.af-home-template .af-story-card:nth-child(1) {
  z-index: 3;
  transform: translateX(5%);
}

body.af-home-template .af-story-card:nth-child(2) {
  z-index: 2;
  transform: translateX(-5%);
}

body.af-home-template .af-story-card:nth-child(3) {
  z-index: 1;
  transform: translateX(-15%);
}

body.af-home-template .af-story-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

body.af-home-template .af-story-card span {
  display: none;
}

body.af-home-template .af-floating-arrow--story {
  right: clamp(26px, 4vw, 76px);
  bottom: clamp(48px, 5.5vw, 92px);
  width: auto;
  height: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  box-shadow: none;
}

body.af-home-template .af-floating-arrow--story:hover,
body.af-home-template .af-floating-arrow--story:focus-visible {
  transform: translateX(8px);
  background: transparent;
  box-shadow: none;
}

body.af-home-template .af-floating-arrow--story span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1120px) {
  body.af-home-template .af-home-story__grid {
    grid-template-columns: 1fr;
  }

  body.af-home-template .af-story-stack {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  body.af-home-template .af-story-card,
  body.af-home-template .af-story-card:nth-child(1),
  body.af-home-template .af-story-card:nth-child(2),
  body.af-home-template .af-story-card:nth-child(3) {
    height: auto;
    transform: none;
  }

  body.af-home-template .af-story-card img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  body.af-home-template .af-floating-arrow--story {
    display: none;
  }
}

/* Sport Couture Uniform homepage for Aelvoro test site. */
body.af-home-template.af-home-template {
  --af-surface: #f7f8f5;
  --af-surface-alt: #ffffff;
  --af-surface-strong: #181b18;
  --af-text: #181b18;
  --af-text-soft: #70776f;
  --af-line: #d8ded7;
  --af-court-accent: #8aa47c;
  --af-court-accent-dark: #4f6846;
  --af-court-chrome: #b8c8ce;
  background: linear-gradient(180deg, rgba(201, 220, 229, 0.12), rgba(247, 248, 245, 0) 420px), #f7f8f5;
  color: #181b18;
}

body.af-home-template .af-announcement,
body.af-home-template .af-home-promo {
  display: none;
}

body.af-home-template .af-site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(247, 248, 245, 0.9);
  border-bottom: 1px solid rgba(24, 27, 24, 0.08);
  color: #181b18;
  backdrop-filter: blur(18px);
}

body.admin-bar.af-home-template .af-site-header {
  top: 32px;
}

body.af-home-template .af-header-grid {
  min-height: 68px;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  gap: 18px;
  align-items: center;
  padding-top: 0;
}

body.af-home-template .af-brand {
  justify-self: center;
  width: clamp(130px, 13vw, 214px);
}

body.af-home-template .af-brand img,
body.af-home-template .af-home-hero__brand img {
  filter: none;
}

body.af-home-template .af-menu-toggle,
body.af-home-template .af-header-search-pill {
  display: none;
}

body.af-home-template .af-header-actions {
  justify-self: end;
  gap: clamp(16px, 1.7vw, 28px);
}

body.af-home-template .af-header-actions .af-icon-link,
body.af-home-template .af-header-actions .af-cart-link {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #181b18;
  box-shadow: none;
}

body.af-home-template .af-header-actions svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.45;
}

body.af-home-template .af-header-cart-count,
body.af-home-template .af-header-wishlist-count {
  border-color: #ffffff;
  background: #e11919;
  color: #ffffff;
}

body.af-home-template .af-navigation {
  position: fixed;
  top: 0;
  left: clamp(18px, 2.6vw, 46px);
  z-index: 75;
  display: block;
  width: auto;
  padding: 0;
  background: transparent;
  color: #181b18;
}

body.admin-bar.af-home-template .af-navigation {
  top: 32px;
}

body.af-home-template .af-navigation__inner.af-container {
  width: auto;
  margin: 0;
}

body.af-home-template .af-menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
  min-height: 68px;
}

body.af-home-template .af-menu li:nth-child(n+5) {
  display: none;
}

body.af-home-template .af-menu a {
  display: block;
  border: 0;
  padding: 0;
  color: #181b18;
  font-size: 12px;
  font-weight: 520;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

body.af-home-template .af-menu a:hover,
body.af-home-template .af-menu a:focus-visible {
  color: #4f6846;
}

body.af-home-template .af-court-hero {
  position: relative;
  min-height: calc(100dvh - 68px);
  overflow: hidden;
  border-radius: 0;
  background: #eef2ec;
  isolation: isolate;
}

body.af-home-template .af-court-hero .af-home-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
  animation: none;
}

body.af-home-template .af-court-hero .af-home-hero__wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 248, 245, 0.95) 0%, rgba(247, 248, 245, 0.72) 28%, rgba(247, 248, 245, 0.16) 62%, rgba(247, 248, 245, 0.04) 100%),
    linear-gradient(0deg, rgba(24, 27, 24, 0.16), rgba(24, 27, 24, 0) 34%);
}

body.af-home-template .af-court-hero .af-home-hero__grid {
  width: min(100% - clamp(36px, 5.2vw, 92px), 1660px);
  min-height: calc(100dvh - 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 7vh 0 17vh;
}

body.af-home-template .af-court-hero .af-home-hero__brand {
  width: clamp(220px, 26vw, 420px);
  max-width: none;
  margin: 0;
}

body.af-home-template .af-court-hero .af-home-hero__copy {
  max-width: min(76vw, 980px);
}

body.af-home-template .af-court-hero .af-home-hero__copy h1 {
  max-width: 960px;
  margin: 0;
  color: #181b18;
  font-family: var(--af-font-body);
  font-size: clamp(56px, 7.3vw, 126px);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 0.89;
  text-transform: none;
}

body.af-home-template .af-court-hero .af-home-hero__copy p {
  max-width: 440px;
  margin-top: 24px;
  color: #343833;
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.55;
}

body.af-home-template .af-court-hero .af-home-hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

body.af-home-template .af-button--dark,
body.af-home-template .af-court-hero .af-button--dark {
  min-height: 46px;
  border: 1px solid #181b18;
  border-radius: 0;
  background: #181b18;
  color: #ffffff;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.af-home-template .af-button--dark:hover,
body.af-home-template .af-button--dark:focus-visible {
  background: #2b302b;
  color: #ffffff;
  transform: translateY(-2px);
}

body.af-home-template .af-court-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-bottom: 1px solid currentColor;
  color: #181b18;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

body.af-home-template .af-court-hero__rail {
  position: absolute;
  left: clamp(18px, 2.6vw, 46px);
  right: clamp(18px, 2.6vw, 46px);
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 10px;
  align-items: end;
}

body.af-home-template .af-court-hero__rail a {
  display: block;
  height: clamp(126px, 15vw, 206px);
  overflow: hidden;
  background: #eef2ec;
}

body.af-home-template .af-court-hero__rail img,
body.af-home-template .af-court-sets__media img,
body.af-home-template .af-court-fabric__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.af-home-template .af-court-hero__rail img {
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.af-home-template .af-court-hero__rail a:hover img {
  transform: scale(1.055);
}

body.af-home-template .af-section > .af-container,
body.af-home-template .af-newsletter-band > .af-container {
  width: min(100% - clamp(36px, 5.2vw, 92px), 1660px);
  max-width: none;
}

body.af-home-template .af-section {
  padding: clamp(84px, 11vw, 168px) 0;
}

body.af-home-template .af-court-section-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 7vw, 116px);
  align-items: start;
  margin-bottom: clamp(34px, 5vw, 76px);
}

body.af-home-template .af-court-section-copy h2,
body.af-home-template .af-court-sets__copy h2,
body.af-home-template .af-court-fabric__copy h2,
body.af-home-template .af-home-story__copy h2,
body.af-home-template .af-home-arrivals__copy h2,
body.af-home-template .af-home-newsletter h2 {
  margin: 0;
  color: #181b18;
  font-family: var(--af-font-body);
  font-size: clamp(38px, 5.8vw, 92px);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 0.92;
  text-transform: none;
}

body.af-home-template .af-court-section-copy p,
body.af-home-template .af-court-sets__copy p,
body.af-home-template .af-court-fabric__copy p,
body.af-home-template .af-home-story__copy p {
  max-width: 620px;
  margin: 0;
  color: #70776f;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.65;
}

body.af-home-template .af-court-movement {
  background: #f7f8f5;
}

body.af-home-template .af-court-movement__grid.af-plan-bento {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 0.8fr;
  grid-auto-rows: minmax(220px, 1fr);
  gap: 8px;
  min-height: clamp(440px, 52vw, 760px);
}

body.af-home-template .af-court-movement__grid .af-plan-tile {
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
}

body.af-home-template .af-court-movement__grid .af-plan-tile--large {
  grid-column: span 2;
  grid-row: span 2;
}

body.af-home-template .af-court-movement__grid .af-plan-tile span {
  align-items: flex-end;
  color: #ffffff;
  padding: 18px;
  font-size: clamp(20px, 2.2vw, 38px);
  letter-spacing: -0.035em;
  line-height: 0.94;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.25);
}

body.af-home-template .af-court-movement__grid .af-plan-tile span::after {
  color: #ffffff;
  font-family: var(--af-font-body);
  font-size: clamp(24px, 2vw, 34px);
}

body.af-home-template .af-court-sets {
  padding-top: clamp(56px, 7vw, 112px);
  padding-bottom: clamp(56px, 7vw, 112px);
  background: #f7f8f5;
}

body.af-home-template .af-court-sets__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: clamp(20px, 2vw, 34px);
  align-items: stretch;
}

body.af-home-template .af-court-sets__media {
  min-height: clamp(520px, 58vw, 900px);
  overflow: hidden;
  background: #eef2ec;
}

body.af-home-template .af-court-sets__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid #d8ded7;
  border-bottom: 1px solid #d8ded7;
  padding: clamp(20px, 3.2vw, 48px) 0;
}

body.af-home-template .af-court-sets__copy h2 {
  font-size: clamp(36px, 4.8vw, 78px);
  line-height: 0.93;
}

body.af-home-template .af-court-sets__copy p {
  margin-top: 20px;
  max-width: 440px;
}

body.af-home-template .af-court-fabric {
  background: linear-gradient(180deg, rgba(184, 200, 206, 0.12), rgba(247, 248, 245, 0) 44%), #f7f8f5;
}

body.af-home-template .af-court-fabric__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 10px;
}

body.af-home-template .af-court-fabric__copy,
body.af-home-template .af-court-fabric__media {
  min-height: clamp(320px, 35vw, 560px);
  overflow: hidden;
  background: color-mix(in srgb, #b8c8ce 9%, #f7f8f5);
  border-top: 1px solid #d8ded7;
}

body.af-home-template .af-court-fabric__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 3.2vw, 46px);
}

body.af-home-template .af-court-fabric__copy h2 {
  font-size: clamp(40px, 5vw, 86px);
  line-height: 0.93;
}

body.af-home-template .af-court-arrivals {
  background: #ffffff;
}

body.af-home-template .af-court-arrivals .af-home-arrivals__copy {
  color: #181b18;
}

body.af-home-template .af-court-arrivals .af-home-arrivals__copy span {
  color: #4f6846;
}

body.af-home-template .af-court-arrivals .af-home-arrivals__copy a {
  color: #181b18;
}

body.af-home-template .af-home-product-rail .af-sport-color-row {
  display: flex;
  gap: 5px;
  margin: 12px 0 9px;
}

body.af-home-template .af-home-product-rail .af-sport-color-dot {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(24, 27, 24, 0.18);
  border-radius: 999px;
  background: var(--af-sport-color, #c8cec9);
}

body.af-home-template .af-home-product-rail .af-product-card__media,
body.af-home-template .af-home-product-rail .af-product-card:nth-child(3) .af-product-card__media {
  aspect-ratio: 3 / 4;
  border: 0;
  border-radius: 0;
  background: #eef2ec;
  box-shadow: none;
}

body.af-home-template .af-home-product-rail .af-product-card__title {
  color: #181b18;
  font-size: 13px;
  font-weight: 680;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

body.af-home-template .af-home-product-rail .af-product-card__label {
  color: #4f6846;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.af-home-template .af-home-product-rail .af-product-card__color-name,
body.af-home-template .af-home-product-rail .af-product-card__price,
body.af-home-template .af-home-product-rail .woocommerce ul.products li.product .price {
  color: #70776f;
  font-size: 12px;
}

body.af-home-template .af-home-product-rail .af-product-card .button {
  min-height: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: #181b18;
  padding: 0 0 4px;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.08em;
}

body.af-home-template .af-court-proof {
  background: linear-gradient(180deg, rgba(184, 200, 206, 0.12), rgba(247, 248, 245, 0) 44%), #f7f8f5;
}

body.af-home-template .af-court-proof .af-home-story__grid {
  grid-template-columns: minmax(300px, 0.38fr) minmax(0, 1fr);
  align-items: center;
}

body.af-home-template .af-court-proof .af-story-stack {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 0;
}

body.af-home-template .af-court-proof .af-story-card,
body.af-home-template .af-court-proof .af-story-card:nth-child(1),
body.af-home-template .af-court-proof .af-story-card:nth-child(2),
body.af-home-template .af-court-proof .af-story-card:nth-child(3) {
  height: clamp(420px, 34vw, 640px);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

body.af-home-template .af-court-proof .af-story-card img {
  height: 100%;
  aspect-ratio: auto;
}

body.af-home-template .af-court-newsletter {
  background: #181b18;
}

body.af-home-template .af-court-newsletter h2 {
  color: #f7f8f5;
}

@media (max-width: 1120px) {
  body.af-home-template .af-header-grid {
    grid-template-columns: 52px 1fr auto;
  }

  body.af-home-template .af-menu-toggle {
    display: inline-grid;
  }

  body.af-home-template .af-brand {
    justify-self: center;
  }

  body.af-home-template .af-navigation {
    position: fixed;
    inset: 68px 0 0;
    display: none;
    width: auto;
    padding: 0 16px;
    background: #ffffff;
  }

  body.admin-bar.af-home-template .af-navigation {
    inset: 100px 0 0;
  }

  body.af-home-template .af-navigation.is-open {
    display: block;
  }

  body.af-home-template .af-menu {
    display: grid;
    gap: 0;
    min-height: 0;
    padding: 20px 0;
  }

  body.af-home-template .af-menu li:nth-child(n+5) {
    display: block;
  }

  body.af-home-template .af-menu a {
    border-bottom: 1px solid rgba(24, 27, 24, 0.1);
    padding: 16px 0;
    font-size: 16px;
  }

  body.af-home-template .af-court-hero {
    min-height: 680px;
  }

  body.af-home-template .af-court-hero .af-home-hero__grid {
    min-height: 680px;
    padding-bottom: 168px;
  }

  body.af-home-template .af-court-hero__rail {
    overflow-x: auto;
    display: flex;
  }

  body.af-home-template .af-court-hero__rail a {
    flex: 0 0 160px;
    height: 176px;
  }

  body.af-home-template .af-court-section-copy,
  body.af-home-template .af-court-sets__grid,
  body.af-home-template .af-court-fabric__grid,
  body.af-home-template .af-court-proof .af-home-story__grid {
    grid-template-columns: 1fr;
  }

  body.af-home-template .af-court-movement__grid.af-plan-bento {
    display: flex;
    min-height: 420px;
    overflow-x: auto;
  }

  body.af-home-template .af-court-movement__grid .af-plan-tile,
  body.af-home-template .af-court-movement__grid .af-plan-tile--large {
    flex: 0 0 78%;
    grid-column: auto;
    grid-row: auto;
  }

  body.af-home-template .af-court-proof .af-story-stack {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.af-home-template .af-court-hero .af-home-hero__grid,
  body.af-home-template .af-section > .af-container,
  body.af-home-template .af-newsletter-band > .af-container {
    width: calc(100% - 28px);
  }

  body.af-home-template .af-court-hero .af-home-hero__brand {
    width: 218px;
  }

  body.af-home-template .af-court-hero .af-home-hero__copy h1 {
    max-width: 350px;
    font-size: clamp(48px, 15vw, 68px);
  }

  body.af-home-template .af-court-hero .af-home-hero__copy p {
    max-width: 315px;
    font-size: 14px;
  }

  body.af-home-template .af-court-hero .af-home-hero__actions {
    flex-wrap: wrap;
  }

  body.af-home-template .af-section {
    padding: 64px 0;
  }

  body.af-home-template .af-court-section-copy h2,
  body.af-home-template .af-court-sets__copy h2,
  body.af-home-template .af-court-fabric__copy h2,
  body.af-home-template .af-home-story__copy h2,
  body.af-home-template .af-home-arrivals__copy h2 {
    font-size: clamp(34px, 11vw, 52px);
    line-height: 0.96;
  }

  body.af-home-template .af-court-sets__media,
  body.af-home-template .af-court-fabric__copy,
  body.af-home-template .af-court-fabric__media {
    min-height: 420px;
  }

  body.af-home-template .af-court-proof .af-story-card,
  body.af-home-template .af-court-proof .af-story-card:nth-child(1),
  body.af-home-template .af-court-proof .af-story-card:nth-child(2),
  body.af-home-template .af-court-proof .af-story-card:nth-child(3) {
    height: auto;
  }
}

/* Aelvoro Sport Couture test-site QA fixes. */
body.af-home-template .af-header-wishlist-count,
body.af-home-template .af-header-cart-count,
.af-header-wishlist-count,
.af-header-cart-count {
  background: #e11923;
  color: #ffffff;
}

@media (max-width: 760px) {
  body.af-home-template .af-court-hero {
    min-height: 760px;
    overflow: hidden;
  }

  body.af-home-template .af-court-hero .af-home-hero__image {
    object-position: 66% center;
  }

  body.af-home-template .af-court-hero .af-home-hero__wash {
    background:
      linear-gradient(90deg, rgba(247, 248, 245, 0.98) 0%, rgba(247, 248, 245, 0.82) 40%, rgba(247, 248, 245, 0.08) 78%),
      linear-gradient(180deg, rgba(247, 248, 245, 0.08) 0%, rgba(247, 248, 245, 0.46) 58%, rgba(247, 248, 245, 0.84) 100%);
  }

  body.af-home-template .af-court-hero .af-home-hero__grid {
    width: calc(100% - 32px);
    min-height: 590px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding: 54px 0 174px;
  }

  body.af-home-template .af-court-hero .af-home-hero__brand {
    display: none;
  }

  body.af-home-template .af-court-hero .af-home-hero__copy {
    position: absolute;
    left: 16px;
    top: 58px;
    width: min(326px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    align-self: auto;
    justify-self: start;
    grid-column: auto;
    grid-row: auto;
    margin: 0;
    transform: none;
  }

  body.af-home-template .af-court-hero .af-home-hero__copy h1 {
    max-width: 326px;
    font-size: clamp(44px, 13.6vw, 54px);
    line-height: 0.94;
    letter-spacing: -0.045em;
  }

  body.af-home-template .af-court-hero .af-home-hero__copy p {
    max-width: 292px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.48;
  }

  body.af-home-template .af-court-hero .af-home-hero__actions {
    width: min(100%, 310px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    margin-top: 22px;
  }

  body.af-home-template .af-court-hero .af-home-hero__actions .af-button {
    width: auto;
    min-width: 156px;
    min-height: 46px;
    padding-inline: 18px;
  }

  body.af-home-template .af-court-hero .af-court-text-link {
    min-height: 30px;
    font-size: 11px;
  }

  body.af-home-template .af-court-hero__rail {
    left: 16px;
    right: auto;
    bottom: 18px;
    width: calc(100% - 16px);
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-right: 16px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  body.af-home-template .af-court-hero__rail::-webkit-scrollbar {
    display: none;
  }

  body.af-home-template .af-court-hero__rail a {
    flex: 0 0 150px;
    height: 176px;
    scroll-snap-align: start;
  }

  body.af-home-template .af-court-section-copy {
    gap: 18px;
    margin-bottom: 28px;
  }

  body.af-home-template .af-court-movement__grid.af-plan-bento {
    min-height: 360px;
  }

  body.af-home-template .af-court-movement__grid .af-plan-tile,
  body.af-home-template .af-court-movement__grid .af-plan-tile--large {
    flex-basis: 82%;
  }

  body.af-home-template .af-sport-couture-home {
    overflow-x: hidden;
  }

  body.af-home-template .af-court-section-copy h2 {
    max-width: 100%;
    font-size: clamp(32px, 10.2vw, 42px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    overflow-wrap: break-word;
  }

  .af-sport-shop-header {
    overflow: hidden;
  }

  .af-sport-hero__copy h1 {
    max-width: 100%;
    font-size: clamp(32px, 10vw, 42px);
    line-height: 0.98;
    letter-spacing: -0.015em;
    overflow-wrap: break-word;
  }
}

/* Aelvoro Sport Couture prototype parity layer. */
body.af-home-template {
  --af-court-chalk: #f7f8f5;
  --af-court-white: #ffffff;
  --af-court-mist: #eef2ec;
  --af-court-line: #d8ded7;
  --af-court-charcoal: #181b18;
  --af-court-muted: #70776f;
  --af-court-accent: #8aa47c;
  --af-court-accent-dark: #4f6846;
  --af-court-chrome: #b8c8ce;
  --af-court-sale: #d71920;
  --af-court-page-pad: clamp(18px, 2.6vw, 46px);
  --af-court-wide: min(100% - (var(--af-court-page-pad) * 2), 1660px);
  --af-court-ease: cubic-bezier(0.16, 1, 0.3, 1);
  background:
    linear-gradient(180deg, rgba(201, 220, 229, 0.12), rgba(247, 248, 245, 0) 420px),
    var(--af-court-chalk);
  color: var(--af-court-charcoal);
}

body.af-home-template .af-announcement {
  display: none;
}

body.af-home-template .af-site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  height: 68px;
  background: rgba(247, 248, 245, 0.88);
  border-bottom: 1px solid rgba(25, 27, 25, 0.08);
  color: var(--af-court-charcoal);
  backdrop-filter: blur(18px);
}

body.admin-bar.af-home-template .af-site-header {
  top: 32px;
}

body.af-home-template .af-header-grid {
  width: 100%;
  max-width: none;
  min-height: 68px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin: 0;
  padding: 0 var(--af-court-page-pad);
}

body.af-home-template .af-menu-toggle {
  display: none;
}

.af-home-primary-links {
  display: none;
}

body.af-home-template .af-home-primary-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 28px);
  min-width: 0;
}

body.af-home-template .af-home-primary-links a,
body.af-home-template .af-header-search-pill span {
  color: var(--af-court-charcoal);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.af-home-template .af-brand {
  display: block;
  grid-column: 2;
  justify-self: center;
  margin: 0;
  width: clamp(130px, 13vw, 214px);
}

body.af-home-template .af-brand a {
  width: 100%;
  min-height: 0;
  display: block;
}

body.af-home-template .af-brand img {
  width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

body.af-home-template .af-header-actions {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.8vw, 28px);
  min-width: 0;
  padding: 0;
  padding-left: clamp(190px, 18vw, 290px);
}

body.af-home-template .af-header-search-pill {
  grid-column: 3;
  justify-self: end;
  width: auto;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-right: clamp(132px, 12vw, 188px);
}

body.af-home-template .af-header-search-pill svg {
  display: none;
}

body.af-home-template .af-header-actions .af-icon-link,
body.af-home-template .af-header-actions .af-cart-link {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--af-court-charcoal);
  box-shadow: none;
}

body.af-home-template .af-header-actions svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.65;
}

body.af-home-template .af-header-actions .af-icon-link:hover,
body.af-home-template .af-header-actions .af-icon-link:focus-visible,
body.af-home-template .af-header-actions .af-cart-link:hover,
body.af-home-template .af-header-actions .af-cart-link:focus-visible,
body.af-home-template .af-header-search-pill:hover,
body.af-home-template .af-header-search-pill:focus-visible {
  background: transparent;
  color: var(--af-court-accent-dark);
  box-shadow: none;
  transform: none;
}

body.af-home-template .af-navigation {
  display: none;
}

body.af-home-template .af-home,
body.af-home-template .af-sport-couture-home {
  overflow-x: hidden;
  background: transparent;
}

body.af-home-template .af-court-hero {
  position: relative;
  min-height: calc(100dvh - 68px);
  overflow: hidden;
  background: var(--af-court-mist);
  border-radius: 0;
  isolation: isolate;
}

body.af-home-template .af-court-hero .af-home-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: none;
  animation: none;
  filter: none;
}

body.af-home-template .af-court-hero .af-home-hero__wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 248, 245, 0.95) 0%, rgba(247, 248, 245, 0.72) 28%, rgba(247, 248, 245, 0.16) 62%, rgba(247, 248, 245, 0.04) 100%),
    linear-gradient(0deg, rgba(25, 27, 25, 0.16), rgba(25, 27, 25, 0) 34%);
}

body.af-home-template .af-court-hero .af-home-hero__grid {
  width: var(--af-court-wide);
  max-width: none;
  min-height: calc(100dvh - 68px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-inline: auto;
  padding: 7vh 0 17vh;
}

body.af-home-template .af-court-hero .af-home-hero__brand {
  display: none;
}

body.af-home-template .af-court-hero .af-home-hero__copy {
  position: relative;
  left: auto;
  top: auto;
  width: min(76vw, 980px);
  max-width: min(76vw, 980px);
  margin: 0;
  align-self: center;
  transform: translateY(-7vh);
  text-align: left;
}

body.af-home-template .af-court-hero .af-home-hero__copy h1 {
  max-width: 960px;
  margin: 0;
  color: var(--af-court-charcoal);
  font-family: var(--af-font-body);
  font-size: clamp(56px, 7.3vw, 126px);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 0.89;
  text-transform: none;
}

body.af-home-template .af-court-hero .af-home-hero__copy p {
  max-width: 440px;
  margin-top: 24px;
  color: #343833;
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.55;
}

body.af-home-template .af-court-hero .af-home-hero__actions,
body.af-home-template .af-home-hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 34px;
}

body.af-home-template .af-button--dark,
body.af-home-template .af-button--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--af-court-charcoal);
  border-radius: 0;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.af-home-template .af-button--dark {
  background: var(--af-court-charcoal);
  color: var(--af-court-white);
}

body.af-home-template .af-button--ghost {
  background: transparent;
  color: var(--af-court-charcoal);
}

body.af-home-template .af-court-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-bottom: 1px solid currentColor;
  color: var(--af-court-charcoal);
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.af-home-template .af-court-hero__rail {
  position: absolute;
  left: var(--af-court-page-pad);
  right: var(--af-court-page-pad);
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 10px;
  align-items: end;
}

body.af-home-template .af-court-hero__rail a {
  display: block;
  height: clamp(126px, 15vw, 206px);
  overflow: hidden;
  background: var(--af-court-mist);
}

body.af-home-template .af-court-hero__rail img,
body.af-home-template .af-court-sets__media img,
body.af-home-template .af-court-fabric__media img,
body.af-home-template .af-court-set-pair img,
body.af-home-template .af-court-lookbook__media img,
body.af-home-template .af-court-shop-look__editorial img,
body.af-home-template .af-court-shop-look__product img,
body.af-home-template .af-court-proof__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.af-home-template .af-section > .af-container,
body.af-home-template .af-newsletter-band > .af-container {
  width: var(--af-court-wide);
  max-width: none;
}

body.af-home-template .af-section {
  padding: clamp(84px, 11vw, 168px) 0;
}

body.af-home-template .af-court-sets {
  padding-top: clamp(56px, 7vw, 112px);
  padding-bottom: clamp(56px, 7vw, 112px);
}

body.af-home-template .af-court-section-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 7vw, 116px);
  align-items: start;
  margin-bottom: clamp(34px, 5vw, 76px);
}

body.af-home-template .af-court-section-copy h2,
body.af-home-template .af-court-sets__copy h2,
body.af-home-template .af-court-fabric__copy h2,
body.af-home-template .af-home-arrivals__copy h2,
body.af-home-template .af-court-lookbook__copy h2,
body.af-home-template .af-court-proof__head h2,
body.af-home-template .af-court-shop-look__head h2,
body.af-home-template .af-home-newsletter h2 {
  margin: 0;
  color: var(--af-court-charcoal);
  font-family: var(--af-font-body);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 0.92;
  text-transform: none;
}

body.af-home-template .af-court-section-copy h2 {
  max-width: 760px;
  font-size: clamp(38px, 5.8vw, 92px);
}

body.af-home-template .af-court-section-copy p,
body.af-home-template .af-court-sets__copy p,
body.af-home-template .af-court-fabric__copy p,
body.af-home-template .af-court-lookbook__copy p,
body.af-home-template .af-court-proof__head p,
body.af-home-template .af-court-proof__copy p {
  max-width: 620px;
  margin: 0;
  color: var(--af-court-muted);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.65;
}

body.af-home-template .af-court-movement__grid.af-plan-bento {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 0.8fr 0.9fr;
  gap: 8px;
  min-height: clamp(440px, 52vw, 760px);
  margin-top: clamp(34px, 5vw, 76px);
}

body.af-home-template .af-court-movement__grid .af-plan-tile {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 0;
  background: var(--af-court-mist);
  box-shadow: none;
}

body.af-home-template .af-court-movement__grid .af-plan-tile--large {
  grid-column: span 2;
  grid-row: auto;
}

body.af-home-template .af-court-movement__grid .af-plan-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.34));
}

body.af-home-template .af-court-movement__grid .af-plan-tile span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  width: auto;
  color: #ffffff;
  padding: 0;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.25);
}

body.af-home-template .af-court-movement__grid .af-plan-tile span::after {
  content: none;
}

body.af-home-template .af-court-movement__grid .af-plan-tile strong {
  font-size: clamp(20px, 2.2vw, 38px);
  font-style: normal;
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 0.94;
}

body.af-home-template .af-court-movement__grid .af-plan-tile em {
  max-width: 150px;
  font-size: 12px;
  font-style: normal;
  line-height: 1.3;
}

body.af-home-template .af-court-sets__grid,
body.af-home-template .af-court-lookbook__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: clamp(20px, 2vw, 34px);
  align-items: stretch;
}

body.af-home-template .af-court-sets__media {
  min-height: clamp(520px, 58vw, 900px);
}

body.af-home-template .af-court-sets__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid var(--af-court-line);
  border-bottom: 1px solid var(--af-court-line);
  padding: clamp(20px, 3.2vw, 48px) 0;
}

body.af-home-template .af-court-sets__copy h2 {
  font-size: clamp(36px, 4.8vw, 78px);
}

body.af-home-template .af-court-sets__copy p {
  margin-top: 20px;
  max-width: 440px;
}

body.af-home-template .af-court-set-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 36px;
}

body.af-home-template .af-court-set-pair figure {
  margin: 0;
}

body.af-home-template .af-court-set-pair figure > div {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--af-court-mist);
}

body.af-home-template .af-court-set-pair figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 11px;
  color: var(--af-court-muted);
  font-size: 12px;
}

body.af-home-template .af-court-fabric__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 10px;
  margin-top: clamp(34px, 5vw, 72px);
}

body.af-home-template .af-court-fabric__copy,
body.af-home-template .af-court-fabric__media {
  min-height: clamp(320px, 35vw, 560px);
  overflow: hidden;
  border-top: 1px solid var(--af-court-line);
  background: color-mix(in srgb, var(--af-court-chrome) 9%, var(--af-court-chalk));
}

body.af-home-template .af-court-fabric__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 3.2vw, 46px);
}

body.af-home-template .af-court-fabric__copy h2 {
  max-width: 680px;
  font-size: clamp(40px, 5vw, 86px);
}

body.af-home-template .af-court-fabric-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}

body.af-home-template .af-court-fabric-row div {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid var(--af-court-line);
  background: var(--af-court-white);
  padding: 20px;
}

body.af-home-template .af-court-fabric-row strong {
  font-size: 21px;
  letter-spacing: -0.02em;
}

body.af-home-template .af-court-fabric-row span {
  color: var(--af-court-muted);
  font-size: 12px;
  line-height: 1.45;
}

body.af-home-template .af-court-arrivals .af-home-arrivals__layout {
  display: block;
}

body.af-home-template .af-home-arrivals__copy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(26px, 4vw, 56px);
}

body.af-home-template .af-home-arrivals__copy span {
  display: none;
}

body.af-home-template .af-home-arrivals__copy h2 {
  max-width: 760px;
  font-size: clamp(42px, 5.6vw, 92px);
}

body.af-home-template .af-home-arrivals__copy a {
  border-bottom: 1px solid currentColor;
  color: var(--af-court-charcoal);
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.af-home-template .af-home-product-arrow {
  display: none;
}

body.af-home-template .af-home-product-rail {
  overflow: visible;
  margin: 0;
  padding: 0;
}

body.af-home-template .af-home-product-rail .woocommerce ul.products {
  width: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 22px);
}

body.af-home-template .af-home-product-rail .af-product-card__media {
  aspect-ratio: 3 / 4;
  border: 0;
  border-radius: 0;
  background: var(--af-court-mist);
  box-shadow: none;
}

body.af-home-template .af-home-product-rail .af-product-card .button {
  width: auto;
  min-height: 0;
  justify-self: start;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--af-court-charcoal);
  padding: 0 0 4px;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.08em;
}

body.af-home-template .af-court-lookbook__media {
  min-height: clamp(500px, 58vw, 820px);
  overflow: hidden;
  background: var(--af-court-mist);
}

body.af-home-template .af-court-lookbook__copy {
  display: grid;
  align-content: space-between;
  padding: clamp(14px, 2vw, 24px) 0;
}

body.af-home-template .af-court-lookbook__copy h2 {
  font-size: clamp(38px, 4.7vw, 82px);
}

body.af-home-template .af-court-lookbook__copy p {
  margin-top: 22px;
  max-width: 420px;
}

body.af-home-template .af-court-proof {
  padding-top: clamp(92px, 11vw, 172px);
  background:
    linear-gradient(180deg, rgba(184, 200, 206, 0.12), rgba(247, 248, 245, 0) 44%),
    var(--af-court-chalk);
}

body.af-home-template .af-court-proof__head {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.4fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 76px);
}

body.af-home-template .af-court-proof__head span {
  color: var(--af-court-accent-dark);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.af-home-template .af-court-proof__head h2 {
  max-width: 920px;
  margin-top: 10px;
  font-size: clamp(44px, 6.4vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.052em;
  font-weight: 740;
}

body.af-home-template .af-court-proof__head p {
  max-width: 430px;
  font-size: 14px;
}

body.af-home-template .af-court-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--af-court-line);
  background: color-mix(in srgb, var(--af-court-chrome) 16%, var(--af-court-line));
}

body.af-home-template .af-court-proof__grid article {
  min-width: 0;
  border-right: 1px solid var(--af-court-line);
}

body.af-home-template .af-court-proof__grid article:last-child {
  border-right: 0;
}

body.af-home-template .af-court-proof__grid article > div:first-child {
  aspect-ratio: 1 / 0.82;
  overflow: hidden;
  background: var(--af-court-mist);
}

body.af-home-template .af-court-proof__copy {
  min-height: 176px;
  background: color-mix(in srgb, var(--af-court-chrome) 9%, var(--af-court-chalk));
  padding: clamp(20px, 2vw, 32px);
}

body.af-home-template .af-court-proof__copy h3 {
  margin: 0;
  color: var(--af-court-charcoal);
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1;
}

body.af-home-template .af-court-proof__copy p {
  max-width: 430px;
  margin-top: 18px;
  color: var(--af-court-charcoal);
  font-size: 14px;
  line-height: 1.5;
}

body.af-home-template .af-court-proof__copy a {
  display: inline-block;
  margin-top: 24px;
  border-bottom: 1px solid currentColor;
  color: var(--af-court-charcoal);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.af-home-template .af-court-shop-look {
  padding-top: clamp(86px, 10vw, 150px);
}

body.af-home-template .af-court-shop-look__head {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-bottom: clamp(34px, 4.6vw, 70px);
  text-align: center;
}

body.af-home-template .af-court-shop-look__head span {
  font-size: 28px;
  font-weight: 760;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

body.af-home-template .af-court-shop-look__head h2 {
  max-width: 960px;
  font-size: clamp(36px, 5.2vw, 86px);
  line-height: 0.94;
  letter-spacing: -0.048em;
}

body.af-home-template .af-court-shop-look__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  gap: clamp(30px, 5vw, 86px);
  align-items: center;
  width: min(100%, 1200px);
  margin-inline: auto;
}

body.af-home-template .af-court-shop-look__editorial {
  position: relative;
  aspect-ratio: 1 / 0.86;
  overflow: hidden;
  background: var(--af-court-mist);
}

body.af-home-template .af-court-hotspot {
  position: absolute;
  left: var(--af-hotspot-left, 62%);
  top: var(--af-hotspot-top, 36%);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 28px rgba(25, 27, 25, 0.18);
  transition: left 260ms var(--af-court-ease), top 260ms var(--af-court-ease), transform 220ms ease;
  transform: translate(-50%, -50%);
}

body.af-home-template .af-court-hotspot::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  background: var(--af-court-white);
}

body.af-home-template .af-court-hotspot--one {
  --af-hotspot-left: 62%;
  --af-hotspot-top: 36%;
}

body.af-home-template .af-court-hotspot--two {
  --af-hotspot-left: 69%;
  --af-hotspot-top: 58%;
}

body.af-home-template .af-court-shop-look__product {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

body.af-home-template .af-court-shop-look__product > div:first-child {
  width: min(100%, 280px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--af-court-mist);
}

body.af-home-template .af-court-shop-look__product h3 {
  max-width: 280px;
  margin: 0;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.af-home-template .af-court-shop-look__product p {
  margin: -6px 0 0;
  color: var(--af-court-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
}

body.af-home-template .af-court-swatches,
body.af-home-template .af-court-look-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}

body.af-home-template .af-court-swatches span {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(25, 27, 25, 0.18);
  border-radius: 999px;
  background: var(--af-swatch, var(--af-court-line));
}

body.af-home-template .af-court-look-dots span {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(25, 27, 25, 0.28);
}

body.af-home-template .af-court-look-dots span.is-active {
  background: var(--af-court-charcoal);
}

body.af-home-template .af-court-look-arrow {
  position: absolute;
  top: 48%;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(25, 27, 25, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--af-court-charcoal);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(25, 27, 25, 0.08);
}

body.af-home-template .af-court-look-arrow--prev {
  left: clamp(-86px, -5vw, -46px);
}

body.af-home-template .af-court-look-arrow--next {
  right: clamp(-86px, -5vw, -46px);
}

body.af-home-template .af-court-newsletter {
  background: #161815;
}

body.af-home-template .af-court-newsletter .af-container {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 48px;
  align-items: start;
}

body.af-home-template .af-court-newsletter h2 {
  max-width: 980px;
  color: var(--af-court-chalk);
  font-size: clamp(52px, 8vw, 126px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

body.af-home-template .af-court-newsletter p {
  max-width: 460px;
  color: rgba(247, 248, 245, 0.72);
  line-height: 1.65;
}

@media (max-width: 1120px) {
  body.af-home-template .af-site-header {
    height: 64px;
  }

  body.af-home-template .af-header-grid {
    min-height: 64px;
    grid-template-columns: 52px 1fr auto;
  }

  body.af-home-template .af-menu-toggle {
    display: inline-grid;
    border: 0;
    background: transparent;
  }

  body.af-home-template .af-home-primary-links,
  body.af-home-template .af-header-search-pill {
    display: none;
  }

  body.af-home-template .af-brand {
    grid-column: 2;
  }

  body.af-home-template .af-header-actions {
    grid-column: 3;
    gap: 12px;
  }

  body.af-home-template .af-search-link {
    display: inline-grid;
  }

  body.af-home-template .af-navigation {
    position: fixed;
    inset: 64px 0 0;
    z-index: 60;
    display: none;
    overflow-y: auto;
    width: auto;
    padding: 0 16px;
    background: #ffffff;
    color: var(--af-court-charcoal);
  }

  body.admin-bar.af-home-template .af-navigation {
    inset: 96px 0 0;
  }

  body.af-home-template .af-navigation.is-open {
    display: block;
  }

  body.af-home-template .af-menu {
    display: grid;
    gap: 0;
    padding: 20px 0;
  }

  body.af-home-template .af-menu a {
    display: block;
    border-bottom: 1px solid rgba(24, 27, 24, 0.1);
    padding: 16px 0;
    color: inherit;
    font-size: 16px;
  }

  body.af-home-template .af-court-hero,
  body.af-home-template .af-court-hero .af-home-hero__grid {
    min-height: 690px;
  }

  body.af-home-template .af-court-sets__grid,
  body.af-home-template .af-court-fabric__grid,
  body.af-home-template .af-court-lookbook__grid,
  body.af-home-template .af-court-proof__head,
  body.af-home-template .af-court-shop-look__stage,
  body.af-home-template .af-court-newsletter .af-container {
    grid-template-columns: 1fr;
  }

  body.af-home-template .af-court-movement__grid.af-plan-bento {
    display: flex;
    min-height: 420px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  body.af-home-template .af-court-movement__grid .af-plan-tile,
  body.af-home-template .af-court-movement__grid .af-plan-tile--large {
    flex: 0 0 78%;
    grid-column: auto;
  }

  body.af-home-template .af-court-fabric-row,
  body.af-home-template .af-court-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.af-home-template {
    --af-court-page-pad: 14px;
  }

  body.af-home-template .af-brand {
    width: 142px;
  }

  body.af-home-template .af-header-actions .af-wishlist-link,
  body.af-home-template .af-header-actions .af-cart-link {
    display: none;
  }

  body.af-home-template .af-court-hero {
    min-height: 640px;
  }

  body.af-home-template .af-court-hero .af-home-hero__image {
    object-position: 76% center;
  }

  body.af-home-template .af-court-hero .af-home-hero__wash {
    background:
      linear-gradient(90deg, rgba(247, 248, 245, 0.94) 0%, rgba(247, 248, 245, 0.74) 42%, rgba(247, 248, 245, 0.08) 82%),
      linear-gradient(0deg, rgba(247, 248, 245, 0.96), rgba(247, 248, 245, 0.25) 48%, rgba(247, 248, 245, 0.02));
  }

  body.af-home-template .af-court-hero .af-home-hero__grid {
    width: calc(100% - 28px);
    min-height: 640px;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 0 214px;
  }

  body.af-home-template .af-court-hero .af-home-hero__copy {
    position: relative;
    width: min(100%, 330px);
    max-width: 330px;
    align-self: flex-start;
    transform: none;
  }

  body.af-home-template .af-court-hero .af-home-hero__copy h1 {
    max-width: 330px;
    font-size: 48px;
    line-height: 0.92;
    letter-spacing: -0.045em;
  }

  body.af-home-template .af-court-hero .af-home-hero__copy p {
    max-width: 310px;
    margin-top: 13px;
    color: #353a34;
    font-size: 14px;
    line-height: 1.45;
  }

  body.af-home-template .af-court-hero .af-home-hero__actions {
    gap: 14px;
    margin-top: 20px;
  }

  body.af-home-template .af-court-hero__rail {
    left: 14px;
    right: auto;
    bottom: 24px;
    width: calc(100% - 14px);
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-right: 14px;
    scrollbar-width: none;
  }

  body.af-home-template .af-court-hero__rail::-webkit-scrollbar {
    display: none;
  }

  body.af-home-template .af-court-hero__rail a {
    flex: 0 0 72%;
    height: 178px;
  }

  body.af-home-template .af-section {
    padding: 44px 0;
  }

  body.af-home-template .af-court-section-copy {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 22px;
  }

  body.af-home-template .af-court-section-copy h2,
  body.af-home-template .af-court-sets__copy h2,
  body.af-home-template .af-court-fabric__copy h2,
  body.af-home-template .af-home-arrivals__copy h2,
  body.af-home-template .af-court-lookbook__copy h2,
  body.af-home-template .af-court-proof__head h2,
  body.af-home-template .af-court-shop-look__head h2,
  body.af-home-template .af-home-newsletter h2 {
    font-size: 34px;
    line-height: 0.94;
    letter-spacing: -0.04em;
  }

  body.af-home-template .af-court-movement__grid.af-plan-bento {
    min-height: 360px;
  }

  body.af-home-template .af-court-movement__grid .af-plan-tile,
  body.af-home-template .af-court-movement__grid .af-plan-tile--large {
    flex: 0 0 72%;
  }

  body.af-home-template .af-court-sets__media,
  body.af-home-template .af-court-fabric__copy,
  body.af-home-template .af-court-fabric__media,
  body.af-home-template .af-court-lookbook__media {
    min-height: 420px;
  }

  body.af-home-template .af-court-set-pair,
  body.af-home-template .af-court-fabric-row,
  body.af-home-template .af-court-proof__grid,
  body.af-home-template .af-home-product-rail .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  body.af-home-template .af-home-arrivals__copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  body.af-home-template .af-home-product-rail .woocommerce ul.products {
    gap: 28px;
  }

  body.af-home-template .af-court-look-arrow {
    display: none;
  }

  body.af-home-template .af-court-shop-look__head span {
    font-size: 18px;
    letter-spacing: 0.18em;
  }

  body.af-home-template .af-court-proof__grid article {
    border-right: 0;
    border-bottom: 1px solid var(--af-court-line);
  }
}

/* Aelvoro Sport Couture image-fit refinement. */
body.af-home-template .af-header-search-pill {
  display: none !important;
}

body.af-home-template .af-header-actions {
  padding-left: 0;
  min-height: 68px;
  align-self: stretch;
  align-items: center;
  line-height: 1;
}

body.af-home-template .af-header-actions .af-account-menu {
  display: inline-flex;
  align-items: center;
  height: 68px;
}

body.af-home-template .af-header-actions .af-icon-link,
body.af-home-template .af-header-actions .af-cart-link {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  align-self: center;
  padding: 0;
  line-height: 1;
}

body.af-home-template .af-header-actions svg {
  display: block;
}

body.af-home-template .af-home-primary-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 68px;
  color: var(--af-court-charcoal);
  font-weight: 760;
  text-decoration: none;
  transition: color 180ms ease;
}

body.af-home-template .af-home-primary-links a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 260ms var(--af-court-ease);
}

body.af-home-template .af-home-primary-links a:hover::after,
body.af-home-template .af-home-primary-links a:focus-visible::after {
  transform: scaleX(1);
}

body.af-home-template .af-home-primary-links a.is-sale {
  color: var(--af-court-sale);
}

.af-product-badge--sale {
  background: #d71920;
  color: var(--af-white);
}

.af-product-card.product.sale .af-product-card__label,
.woocommerce ul.products li.product.sale .af-product-card__label,
.af-product-card.product.sale .price ins,
.woocommerce ul.products li.product.sale .price ins {
  color: #d71920;
}

body.af-home-template .af-court-hero .af-home-hero__grid {
  padding-bottom: 9vh;
}

body.af-home-template .af-court-hero .af-home-hero__image {
  object-position: center top;
}

body.af-home-template .af-court-hero__rail {
  display: none !important;
}

body.af-home-template .af-court-hero__rail a {
  height: clamp(176px, 18vw, 280px);
}

body.af-home-template .af-court-hero__rail img {
  object-fit: contain;
  object-position: center center;
}

body.af-home-template .af-court-movement__grid .af-plan-tile img {
  object-position: center top;
}

body.af-home-template .af-court-fabric__media img,
body.af-home-template .af-court-proof__grid img,
body.af-home-template .af-court-shop-look__product img {
  object-fit: contain;
  object-position: center center;
}

body.af-home-template .af-court-proof__grid article > div:first-child,
body.af-home-template .af-court-shop-look__product > div:first-child {
  background: color-mix(in srgb, var(--af-court-chrome) 10%, var(--af-court-chalk));
}

body.af-home-template .af-home-product-rail .af-product-card__image--primary {
  object-position: center top;
}

@media (max-width: 760px) {
  body.af-home-template .af-court-hero .af-home-hero__image {
    object-position: 76% center;
  }

  body.af-home-template .af-court-hero__rail a {
    height: 210px;
  }
}

/* Aelvoro Court Coast PLP palette. */
.post-type-archive-product,
.tax-product_cat,
.tax-product_tag,
.search-results {
  --af-plp-bg: #f6f8f4;
  --af-plp-panel: #ffffff;
  --af-plp-panel-soft: #f8faf6;
  --af-plp-media: #eef2ec;
  --af-plp-line: #dde4dc;
  --af-plp-text: #171a17;
  --af-plp-muted: #6f766e;
  --af-plp-accent: #6f8f7a;
  --af-plp-sale: #d71920;
  background:
    linear-gradient(180deg, rgba(238, 242, 236, 0.82), rgba(246, 248, 244, 0) 260px),
    var(--af-plp-bg);
  color: var(--af-plp-text);
}

.post-type-archive-product .af-site-header,
.tax-product_cat .af-site-header,
.tax-product_tag .af-site-header,
.search-results .af-site-header {
  background: rgba(246, 248, 244, 0.92);
  border-bottom-color: rgba(23, 26, 23, 0.1);
}

.post-type-archive-product .af-shop-main,
.tax-product_cat .af-shop-main,
.tax-product_tag .af-shop-main,
.search-results .af-shop-main {
  background: transparent;
}

.post-type-archive-product .af-shop-main > .af-container,
.tax-product_cat .af-shop-main > .af-container,
.tax-product_tag .af-shop-main > .af-container,
.search-results .af-shop-main > .af-container {
  background: transparent;
}

.af-sport-shop-header {
  background: transparent;
}

.af-sport-hero {
  border-top: 1px solid rgba(221, 228, 220, 0.86);
  border-bottom: 1px solid var(--af-plp-line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 246, 0.78)),
    var(--af-plp-panel);
}

.af-sport-hero__copy p {
  color: var(--af-plp-accent);
}

.af-sport-hero__copy h1 {
  color: var(--af-plp-text);
}

.af-sport-shop-header .af-shop-header__copy,
.af-sport-products__sort,
.af-sport-products__sort .woocommerce-result-count,
.af-sport-filter-options button,
.af-sport-filter-options label,
.af-product-card__color-name {
  color: var(--af-plp-muted);
}

.af-sport-products__topline,
.af-sport-filters__head,
.af-sport-filter-group {
  border-color: var(--af-plp-line);
}

.af-sport-tabs a,
.af-sport-mobile-tabs a,
.af-sport-products__sort .woocommerce-ordering select,
.af-shop-panel__sort .woocommerce-ordering select,
.af-sport-filters__head span,
.af-sport-filter-group summary,
.af-sport-products .af-product-card__title,
.af-sport-products .af-product-card .button {
  color: var(--af-plp-text);
}

.af-sport-tabs a:hover,
.af-sport-tabs a:focus-visible,
.af-sport-mobile-tabs a:hover,
.af-sport-mobile-tabs a:focus-visible,
.af-sport-products .af-product-card .button:hover,
.af-sport-products .af-product-card .button:focus,
.af-product-card__label {
  color: var(--af-plp-accent);
}

.af-sport-filters__head a,
.af-sport-products .af-product-card__meta,
.af-sport-products ul.products li.product .price {
  color: color-mix(in srgb, var(--af-plp-text) 68%, var(--af-plp-muted));
}

.af-sport-products .af-product-card__media,
.af-shop-panel__sheet {
  background: var(--af-plp-media);
}

.af-sport-products .af-product-card__media {
  outline: 1px solid rgba(221, 228, 220, 0.36);
  outline-offset: -1px;
}

.af-sport-products .af-color-chip,
.af-sport-color-dot {
  border-color: rgba(23, 26, 23, 0.16);
}

.af-product-badge--sale,
.af-sport-products .af-product-badge--sale {
  background: var(--af-plp-sale);
}

.af-product-card.product.sale .af-product-card__label,
.woocommerce ul.products li.product.sale .af-product-card__label,
.af-product-card.product.sale .price ins,
.woocommerce ul.products li.product.sale .price ins {
  color: var(--af-plp-sale);
}

/* Aelvoro Court Coast PLP v2 refinement. */
.post-type-archive-product,
.tax-product_cat,
.tax-product_tag,
.search-results {
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 0%, rgba(209, 224, 210, 0.38), rgba(209, 224, 210, 0) 260px),
    linear-gradient(180deg, rgba(242, 246, 241, 0.96) 0%, rgba(246, 248, 244, 0.78) 340px, #f8faf6 100%);
}

.post-type-archive-product .af-shop-main > .af-container,
.tax-product_cat .af-shop-main > .af-container,
.tax-product_tag .af-shop-main > .af-container,
.search-results .af-shop-main > .af-container {
  width: min(100% - clamp(28px, 3vw, 56px), 1880px);
}

.af-sport-hero {
  padding: clamp(18px, 2.2vw, 34px) 0 clamp(16px, 2vw, 28px);
  border-top-color: rgba(221, 228, 220, 0.66);
  background: transparent;
}

.af-sport-hero__copy {
  width: min(100%, 1120px);
}

.af-sport-hero__copy h1 {
  max-width: 100%;
  text-wrap: balance;
}

.af-sport-shop-header .af-shop-header__copy {
  max-width: 620px;
  text-wrap: pretty;
}

.af-sport-products__topline {
  background: rgba(248, 250, 246, 0.76);
}

.af-sport-tabs {
  flex-wrap: wrap;
}

.af-sport-tabs a,
.af-sport-mobile-tabs a {
  position: relative;
  text-decoration: none;
}

.af-sport-tabs a::after,
.af-sport-mobile-tabs a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 260ms cubic-bezier(0.32, 0.72, 0, 1);
}

.af-sport-tabs a:hover::after,
.af-sport-tabs a:focus-visible::after,
.af-sport-mobile-tabs a:hover::after,
.af-sport-mobile-tabs a:focus-visible::after {
  transform: scaleX(1);
}

.af-sport-products .af-product-card {
  min-width: 0;
}

.af-sport-products ul.products li.product,
.woocommerce-page .af-sport-products ul.products li.product,
.af-sport-products ul.products li.product.af-product-card,
.woocommerce-page .af-sport-products ul.products li.product.af-product-card {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

.af-sport-products .af-product-card__media {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(238, 242, 236, 0.72)),
    var(--af-plp-media);
}

.af-sport-products .af-product-card__image {
  object-position: center top;
}

.af-sport-products .af-product-card__body {
  min-width: 0;
}

@media (max-width: 980px) {
  .post-type-archive-product .af-shop-main,
  .tax-product_cat .af-shop-main,
  .tax-product_tag .af-shop-main,
  .search-results .af-shop-main {
    overflow: hidden;
  }

  .af-sport-mobile-tabs {
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    border-bottom-color: var(--af-plp-line);
  }

  .af-sport-mobile-toolbar {
    border-color: var(--af-plp-line);
  }

  .af-sport-mobile-toolbar button {
    color: var(--af-plp-text);
  }

  .af-sport-mobile-toolbar button + button {
    border-left-color: var(--af-plp-line);
  }

  .af-sport-products ul.products {
    width: 100%;
    min-width: 0;
  }

  .af-sport-products ul.products li.product,
  .woocommerce-page .af-sport-products ul.products li.product,
  .af-sport-products ul.products li.product.af-product-card,
  .woocommerce-page .af-sport-products ul.products li.product.af-product-card {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 640px) {
  .post-type-archive-product .af-shop-main > .af-container,
  .tax-product_cat .af-shop-main > .af-container,
  .tax-product_tag .af-shop-main > .af-container,
  .search-results .af-shop-main > .af-container {
    width: min(100% - 28px, 100%);
  }

  .af-sport-hero__copy {
    max-width: 100%;
  }

  .af-sport-hero__copy h1 {
    font-size: clamp(34px, 10.8vw, 48px);
    overflow-wrap: break-word;
  }

  .af-sport-shop-header .af-shop-header__copy {
    max-width: 100%;
  }
}

/* Aelvoro Salt Air Chrome PLP palette. Active option B. */
.post-type-archive-product,
.tax-product_cat,
.tax-product_tag,
.search-results {
  --af-plp-bg: #f3f5f2;
  --af-plp-panel: #ffffff;
  --af-plp-panel-soft: #f7f8f5;
  --af-plp-media: #e8edf0;
  --af-plp-line: #cfd7d4;
  --af-plp-text: #151716;
  --af-plp-muted: #646b67;
  --af-plp-accent: #5f7880;
  --af-plp-accent-soft: #b8c8ce;
  --af-plp-chrome: #c8cec9;
  --af-plp-sale: #d71920;
  background:
    radial-gradient(circle at 14% -8%, rgba(184, 200, 206, 0.72), rgba(184, 200, 206, 0) 340px),
    radial-gradient(circle at 92% 18%, rgba(200, 206, 201, 0.42), rgba(200, 206, 201, 0) 300px),
    linear-gradient(180deg, #eef2f2 0%, #f6f7f4 330px, #f9faf7 100%);
}

.post-type-archive-product .af-site-header,
.tax-product_cat .af-site-header,
.tax-product_tag .af-site-header,
.search-results .af-site-header {
  background: rgba(246, 247, 244, 0.94);
  border-bottom-color: rgba(95, 120, 128, 0.18);
}

.af-sport-hero {
  border-top-color: rgba(184, 200, 206, 0.32);
  border-bottom-color: rgba(95, 120, 128, 0.18);
}

.af-sport-hero__copy p,
.af-product-card__label {
  color: var(--af-plp-accent);
}

.af-sport-products__topline {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.66), rgba(232, 237, 240, 0.36));
  border-bottom-color: rgba(95, 120, 128, 0.2);
}

.af-sport-filters__head,
.af-sport-filter-group,
.af-sport-mobile-tabs,
.af-sport-mobile-toolbar {
  border-color: rgba(95, 120, 128, 0.2);
}

.af-sport-tabs a:hover,
.af-sport-tabs a:focus-visible,
.af-sport-mobile-tabs a:hover,
.af-sport-mobile-tabs a:focus-visible,
.af-sport-products .af-product-card .button:hover,
.af-sport-products .af-product-card .button:focus {
  color: var(--af-plp-accent);
}

.af-sport-products .af-product-card__media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(232, 237, 240, 0.82)),
    var(--af-plp-media);
  outline-color: rgba(95, 120, 128, 0.16);
}

.af-sport-products .af-wishlist-button--card {
  color: rgba(21, 23, 22, 0.78);
}

.af-sport-products .af-color-chip,
.af-sport-color-dot {
  border-color: rgba(95, 120, 128, 0.24);
}

.af-sport-products .af-more-chip,
.af-sport-products .af-text-chip,
.af-product-card__color-name,
.af-sport-products .af-product-card__meta,
.af-sport-products ul.products li.product .price,
.af-sport-products__sort,
.af-sport-products__sort .woocommerce-result-count,
.af-sport-filter-options button,
.af-sport-filter-options label {
  color: var(--af-plp-muted);
}

.af-shop-panel__sheet {
  background:
    linear-gradient(180deg, #ffffff, #f6f7f4);
}

/* Aelvoro Soft Cherry Serve PLP palette. Active option C. */
.post-type-archive-product,
.tax-product_cat,
.tax-product_tag,
.search-results {
  --af-plp-bg: #f8f8f5;
  --af-plp-panel: #ffffff;
  --af-plp-panel-soft: #faf8f6;
  --af-plp-media: #f1eeee;
  --af-plp-line: #dedcd7;
  --af-plp-text: #171a18;
  --af-plp-muted: #74716d;
  --af-plp-accent: #8d4c52;
  --af-plp-accent-soft: #dfa1a6;
  --af-plp-chrome: #d8d2cf;
  --af-plp-sale: #d71920;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% -8%, rgba(223, 161, 166, 0.34), rgba(223, 161, 166, 0) 360px),
    radial-gradient(circle at 90% 12%, rgba(216, 210, 207, 0.38), rgba(216, 210, 207, 0) 320px),
    linear-gradient(180deg, #f6f3f1 0%, #f8f8f5 340px, #fbfaf8 100%);
}

.post-type-archive-product .af-site-header,
.tax-product_cat .af-site-header,
.tax-product_tag .af-site-header,
.search-results .af-site-header {
  background: rgba(248, 248, 245, 0.94);
  border-bottom-color: rgba(141, 76, 82, 0.12);
}

.af-sport-hero {
  border-top-color: rgba(223, 161, 166, 0.22);
  border-bottom-color: rgba(141, 76, 82, 0.14);
}

.af-sport-hero__copy p,
.af-product-card__label {
  color: var(--af-plp-accent);
}

.af-sport-products__topline {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(250, 248, 246, 0.58));
  border-bottom-color: rgba(141, 76, 82, 0.14);
}

.af-sport-filters__head,
.af-sport-filter-group,
.af-sport-mobile-tabs,
.af-sport-mobile-toolbar {
  border-color: rgba(141, 76, 82, 0.14);
}

.af-sport-tabs a:hover,
.af-sport-tabs a:focus-visible,
.af-sport-mobile-tabs a:hover,
.af-sport-mobile-tabs a:focus-visible,
.af-sport-products .af-product-card .button:hover,
.af-sport-products .af-product-card .button:focus {
  color: var(--af-plp-accent);
}

.af-sport-products .af-product-card__media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(241, 238, 238, 0.86)),
    var(--af-plp-media);
  outline-color: rgba(141, 76, 82, 0.1);
}

.af-sport-products .af-wishlist-button--card {
  color: rgba(23, 26, 24, 0.8);
}

.af-sport-products .af-color-chip,
.af-sport-color-dot {
  border-color: rgba(141, 76, 82, 0.2);
}

.af-shop-panel__sheet {
  background:
    linear-gradient(180deg, #ffffff, #faf8f6);
}

@media (max-width: 640px) {
  .post-type-archive-product .af-shop-main,
  .tax-product_cat .af-shop-main,
  .tax-product_tag .af-shop-main,
  .search-results .af-shop-main {
    overflow-x: hidden;
  }

  .post-type-archive-product .af-sport-products ul.products,
  .tax-product_cat .af-sport-products ul.products,
  .tax-product_tag .af-sport-products ul.products,
  .search-results .af-sport-products ul.products {
    grid-template-columns: repeat(2, minmax(0, calc((100vw - 39px) / 2))) !important;
    gap: 26px 11px !important;
    justify-content: start;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  .post-type-archive-product .af-sport-products ul.products li.product,
  .tax-product_cat .af-sport-products ul.products li.product,
  .tax-product_tag .af-sport-products ul.products li.product,
  .search-results .af-sport-products ul.products li.product {
    width: calc((100vw - 39px) / 2) !important;
    max-width: calc((100vw - 39px) / 2) !important;
  }
}

/* Aelvoro white PLP title system. Active direction. */
.post-type-archive-product,
.tax-product_cat,
.tax-product_tag,
.search-results {
  --af-plp-bg: #ffffff;
  --af-plp-panel: #ffffff;
  --af-plp-panel-soft: #fafafa;
  --af-plp-media: #f3f4f2;
  --af-plp-line: #e5e5e0;
  --af-plp-text: #111312;
  --af-plp-muted: #696d68;
  --af-plp-accent: #596e63;
  --af-plp-accent-soft: #d9e2dc;
  --af-plp-sale: #d71920;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--af-plp-text);
}

.post-type-archive-product .af-site-header,
.tax-product_cat .af-site-header,
.tax-product_tag .af-site-header,
.search-results .af-site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(17, 19, 18, 0.1);
}

.post-type-archive-product .af-navigation,
.tax-product_cat .af-navigation,
.tax-product_tag .af-navigation,
.search-results .af-navigation {
  overflow: hidden;
  transform-origin: top center;
  transition:
    max-height 280ms cubic-bezier(0.32, 0.72, 0, 1),
    opacity 220ms cubic-bezier(0.32, 0.72, 0, 1),
    transform 280ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 220ms cubic-bezier(0.32, 0.72, 0, 1);
}

.post-type-archive-product .af-navigation:not(.is-open),
.tax-product_cat .af-navigation:not(.is-open),
.tax-product_tag .af-navigation:not(.is-open),
.search-results .af-navigation:not(.is-open) {
  max-height: 58px;
}

body.af-shop-nav-collapsed .af-navigation:not(.is-open) {
  max-height: 0;
  border-top-color: transparent;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

.post-type-archive-product .af-shop-main,
.tax-product_cat .af-shop-main,
.tax-product_tag .af-shop-main,
.search-results .af-shop-main {
  padding-top: clamp(28px, 4vw, 64px);
  background: #ffffff;
}

.af-sport-shop-header {
  margin: 0 0 clamp(22px, 3.4vw, 48px);
}

.af-sport-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 320px);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  padding: 0 0 clamp(24px, 3.2vw, 44px);
  border-top: 0;
  border-bottom: 1px solid var(--af-plp-line);
  background: transparent;
}

.af-sport-hero__copy {
  width: min(100%, 860px);
  gap: 12px;
}

.af-sport-hero__copy p {
  color: var(--af-plp-accent);
  font-family: var(--af-font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.af-sport-hero__copy h1 {
  max-width: 760px;
  color: var(--af-plp-text);
  font-family: var(--af-font-body);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 0.96;
  text-transform: none;
  text-wrap: balance;
}

.af-sport-shop-header .af-shop-header__copy {
  max-width: 620px;
  margin-top: 8px;
  color: var(--af-plp-muted);
  font-family: var(--af-font-body);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.55;
  text-wrap: pretty;
}

.af-sport-hero__meta {
  display: grid;
  justify-items: end;
  gap: 8px;
  padding-bottom: 5px;
  color: var(--af-plp-muted);
  font-family: var(--af-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: right;
}

.af-sport-hero__meta span:first-child {
  color: var(--af-plp-text);
  font-size: 13px;
}

.af-sport-hero__meta span:last-child {
  max-width: 220px;
}

.af-sport-products__topline {
  background: #ffffff;
  border-bottom-color: var(--af-plp-line);
}

.af-sport-products .af-product-card__media {
  background: var(--af-plp-media);
  outline: 0;
}

.af-sport-hero__copy p,
.af-product-card__label {
  color: var(--af-plp-accent);
}

@media (max-width: 980px) {
  .af-sport-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .af-sport-hero__meta {
    display: flex;
    justify-content: space-between;
    justify-items: stretch;
    gap: 16px;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .post-type-archive-product .af-shop-main,
  .tax-product_cat .af-shop-main,
  .tax-product_tag .af-shop-main,
  .search-results .af-shop-main {
    padding-top: 24px;
  }

  .af-sport-shop-header {
    margin-bottom: 20px;
  }

  .af-sport-hero {
    padding-bottom: 22px;
  }

  .af-sport-hero__copy {
    gap: 10px;
  }

  .af-sport-hero__copy p {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .af-sport-hero__copy h1 {
    max-width: 330px;
    font-size: clamp(40px, 13.2vw, 54px);
    line-height: 0.94;
  }

  .af-sport-shop-header .af-shop-header__copy {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.45;
  }

  .af-sport-hero__meta {
    display: none;
  }
}

/* Aelvoro homepage campaign carousel. */
body.af-home-template .af-court-hero {
  background: #e9ece8;
}

body.af-home-template .af-court-hero .af-home-hero__slides,
body.af-home-template .af-court-hero .af-home-hero__slide {
  position: absolute;
  inset: 0;
}

body.af-home-template .af-court-hero .af-home-hero__slides {
  z-index: -2;
}

body.af-home-template .af-court-hero .af-home-hero__slide {
  opacity: 0;
  transition: opacity 900ms ease;
}

body.af-home-template .af-court-hero .af-home-hero__slide.is-active {
  opacity: 1;
}

body.af-home-template .af-court-hero .af-home-hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(238, 239, 234, 0.05);
  mix-blend-mode: screen;
  pointer-events: none;
}

body.af-home-template .af-court-hero .af-home-hero__image {
  z-index: auto;
  object-position: var(--af-hero-position, center center);
  transition: transform 6200ms ease;
  will-change: opacity;
}

body.af-home-template .af-court-hero .af-home-hero__slide.is-active .af-home-hero__image {
  transform: scale(1.018);
}

body.af-home-template .af-court-hero .af-home-hero__wash {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(244, 245, 241, 0.93) 0%, rgba(244, 245, 241, 0.72) 24%, rgba(244, 245, 241, 0.18) 54%, rgba(244, 245, 241, 0) 100%),
    linear-gradient(0deg, rgba(20, 22, 20, 0.14), rgba(20, 22, 20, 0) 38%);
}

body.af-home-template .af-court-hero[data-af-hero-text="right"] .af-home-hero__wash {
  background:
    linear-gradient(270deg, rgba(244, 245, 241, 0.9) 0%, rgba(244, 245, 241, 0.7) 26%, rgba(244, 245, 241, 0.12) 58%, rgba(244, 245, 241, 0) 100%),
    linear-gradient(0deg, rgba(20, 22, 20, 0.14), rgba(20, 22, 20, 0) 38%);
}

body.af-home-template .af-court-hero[data-af-hero-text="right"] .af-home-hero__grid {
  justify-content: flex-end;
}

body.af-home-template .af-court-hero[data-af-hero-text="right"] .af-home-hero__copy {
  width: min(52vw, 760px);
  max-width: min(52vw, 760px);
  margin-left: auto;
  margin-right: 0;
}

body.af-home-template .af-court-hero[data-af-hero-text="right"] .af-home-hero__copy h1 {
  max-width: 760px;
}

body.af-home-template .af-court-hero .af-home-hero__media-ui {
  right: var(--af-court-page-pad);
  bottom: 26px;
  z-index: 2;
  gap: 12px;
}

body.af-home-template .af-court-hero .af-home-hero__media-ui button {
  width: 48px;
  height: 18px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

body.af-home-template .af-court-hero .af-home-hero__media-ui button span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: rgba(21, 23, 21, 0.28);
  transition: background 180ms ease, transform 180ms ease;
}

body.af-home-template .af-court-hero .af-home-hero__media-ui button:hover span,
body.af-home-template .af-court-hero .af-home-hero__media-ui button:focus-visible span {
  background: rgba(21, 23, 21, 0.64);
}

body.af-home-template .af-court-hero .af-home-hero__media-ui button.is-active span {
  background: var(--af-court-charcoal);
  transform: scaleX(1.18);
}

body.af-home-template .af-court-hero .af-home-hero__arrows {
  position: absolute;
  right: var(--af-court-page-pad);
  bottom: 54px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
}

body.af-home-template .af-court-hero .af-home-hero__arrows button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(21, 23, 21, 0.38);
  border-radius: 999px;
  background: rgba(246, 247, 242, 0.12);
  color: var(--af-court-charcoal);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

body.af-home-template .af-court-hero .af-home-hero__arrows button span {
  display: block;
  transform: translateY(-1px);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

body.af-home-template .af-court-hero .af-home-hero__arrows button:hover,
body.af-home-template .af-court-hero .af-home-hero__arrows button:focus-visible {
  border-color: rgba(21, 23, 21, 0.78);
  background: rgba(246, 247, 242, 0.34);
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  body.af-home-template .af-court-hero .af-home-hero__slide,
  body.af-home-template .af-court-hero .af-home-hero__image {
    transition: none;
  }

  body.af-home-template .af-court-hero .af-home-hero__slide.is-active .af-home-hero__image {
    transform: none;
  }
}

@media (max-width: 760px) {
  body.af-home-template .af-court-hero .af-home-hero__image {
    object-position: var(--af-hero-position-mobile, center center);
  }

  body.af-home-template .af-court-hero .af-home-hero__wash,
  body.af-home-template .af-court-hero[data-af-hero-text="right"] .af-home-hero__wash {
    background:
      linear-gradient(0deg, rgba(244, 245, 241, 0.94) 0%, rgba(244, 245, 241, 0.76) 36%, rgba(244, 245, 241, 0.12) 74%, rgba(244, 245, 241, 0.02) 100%),
      linear-gradient(90deg, rgba(244, 245, 241, 0.68), rgba(244, 245, 241, 0.05) 72%);
  }

  body.af-home-template .af-court-hero[data-af-hero-text="right"] .af-home-hero__grid {
    justify-content: flex-start;
  }

  body.af-home-template .af-court-hero[data-af-hero-text="right"] .af-home-hero__copy {
    margin-left: 0;
  }

  body.af-home-template .af-court-hero .af-home-hero__grid {
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 92px;
  }

  body.af-home-template .af-court-hero .af-home-hero__copy {
    width: min(100%, 340px);
    max-width: 340px;
    align-self: flex-start;
  }

  body.af-home-template .af-court-hero .af-home-hero__copy h1 {
    max-width: 340px;
    font-size: clamp(44px, 12.6vw, 52px);
  }

  body.af-home-template .af-court-hero .af-home-hero__copy p {
    max-width: 315px;
  }

  body.af-home-template .af-court-hero .af-home-hero__media-ui {
    left: 14px;
    right: auto;
    bottom: 22px;
  }

  body.af-home-template .af-court-hero .af-home-hero__media-ui button {
    width: 38px;
  }

  body.af-home-template .af-court-hero .af-home-hero__arrows {
    right: 14px;
    bottom: 18px;
    gap: 8px;
  }

  body.af-home-template .af-court-hero .af-home-hero__arrows button {
    width: 36px;
    height: 36px;
  }

  body.af-home-template .af-court-hero .af-home-hero__arrows button span {
    font-size: 24px;
  }
}

/* Premium account center navigation. */
body.woocommerce-account .af-content {
  width: min(100% - 32px, 1280px);
}

.woocommerce-account.logged-in .woocommerce {
  max-width: 1280px;
  grid-template-columns: minmax(260px, 272px) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 36px);
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.af-account-sidebar {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e2dd;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

.af-account-sidebar__header {
  padding: 22px 20px 18px;
  border-bottom: 1px solid #ebe7e2;
}

.af-account-sidebar__header p {
  margin: 0 0 12px;
  color: #171413;
  font-family: var(--af-font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.af-account-sidebar__header h2 {
  margin: 0;
  color: #3d3834;
  font-family: var(--af-font-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

.af-account-sidebar__header span {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #81776e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.af-account-sidebar__header i {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #9dae9c;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-sidebar-menu,
.af-account-sidebar-menu {
  display: grid;
  margin: 0;
  padding: 10px;
  list-style: none;
}

.af-account-sidebar-menu--primary {
  gap: 2px;
}

.af-account-sidebar-menu__item {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 6px;
  padding: 10px 12px 10px 14px;
  color: #3b3632;
  font-family: var(--af-font-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: #151313;
  opacity: 0;
  transform: scaleY(0.35);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.af-account-link__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  color: #5f5750;
}

.af-account-link__icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.af-account-link__label {
  min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .is-active .af-account-link,
.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link:hover,
.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link:focus-visible {
  background: #f6f4f1;
  color: #151313;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .is-active .af-account-link::before {
  opacity: 1;
  transform: scaleY(1);
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .is-active .af-account-link .af-account-link__icon,
.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link:hover .af-account-link__icon,
.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link:focus-visible .af-account-link__icon {
  color: #151313;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link:focus-visible {
  outline: 2px solid rgba(21, 19, 19, 0.16);
  outline-offset: 2px;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link:active {
  transform: translateY(1px);
}

.af-account-sidebar__footer {
  margin-top: auto;
  border-top: 1px solid #ebe7e2;
  padding: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link--logout {
  color: #6e6760;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link--logout:hover,
.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link--logout:focus-visible {
  background: #fbf6f5;
  color: #9f3333;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link--logout:hover .af-account-link__icon,
.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link--logout:focus-visible .af-account-link__icon {
  color: #9f3333;
}

.af-account-mobile-tabs {
  display: none;
}

@media (max-width: 900px) {
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav,
  .woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1;
  }

  .af-account-sidebar {
    display: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav {
    margin-inline: -12px;
  }

  .af-account-mobile-tabs {
    display: block;
    border-bottom: 1px solid #e6e2dd;
    background: #ffffff;
  }

  .af-account-mobile-tabs__track {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    padding: 0 12px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .af-account-mobile-tabs__track::-webkit-scrollbar {
    display: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab {
    position: relative;
    flex: 0 0 auto;
    padding: 13px 0 12px;
    color: #6e6760;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    text-transform: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: #151313;
    opacity: 0;
    transform: scaleX(0.45);
    transform-origin: center;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab.is-active {
    color: #151313;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab.is-active::after,
  .woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab:hover::after,
  .woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
  }
}

@media (max-width: 480px) {
  body.woocommerce-account .af-content {
    width: min(100% - 24px, var(--af-max));
  }

  .woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav {
    margin-inline: -6px;
  }

  .af-account-mobile-tabs__track {
    gap: 18px;
    padding-inline: 6px;
  }
}

/* Court Club account dashboard. */
.woocommerce-account.logged-in .woocommerce {
  max-width: 1340px;
  grid-template-columns: minmax(260px, 272px) minmax(0, 1fr);
  gap: clamp(26px, 3.2vw, 42px);
}

.woocommerce-account .woocommerce-MyAccount-content:has(.af-court-locker) {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.af-court-locker {
  min-height: auto;
  display: grid;
  gap: 18px;
  color: #171413;
}

.af-court-locker__hero {
  position: relative;
  min-height: 254px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid #d9d4ce;
  border-radius: 10px;
  background: #151515;
  isolation: isolate;
}

.af-court-locker__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.78) 0%, rgba(17, 17, 17, 0.42) 42%, rgba(17, 17, 17, 0.14) 100%),
    linear-gradient(0deg, rgba(17, 17, 17, 0.48), rgba(17, 17, 17, 0.04) 60%);
}

.af-court-locker__hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.af-court-locker__hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(0.9) contrast(1.06);
}

.af-court-locker__hero-copy {
  width: min(100%, 720px);
  padding: clamp(24px, 4vw, 42px);
  color: #fffaf3;
}

.af-court-locker__kicker,
.af-court-card__head span {
  margin: 0;
  color: currentColor;
  font-family: var(--af-font-body);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-court-locker__kicker {
  color: rgba(255, 250, 243, 0.72);
}

.woocommerce-account .woocommerce-MyAccount-content .af-court-locker__hero-copy h2,
.woocommerce-account .woocommerce-MyAccount-content .af-court-card h3 {
  margin: 0;
  color: inherit;
  font-family: var(--af-font-body);
  letter-spacing: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .af-court-locker__hero-copy h2 {
  max-width: 760px;
  margin-top: 8px;
  font-size: clamp(38px, 5.2vw, 72px);
  font-weight: 750;
  line-height: 0.96;
  text-wrap: balance;
}

.af-court-locker__hero-copy p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 250, 243, 0.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.af-court-locker__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content .af-court-locker__hero-actions a,
.woocommerce-account .woocommerce-MyAccount-content .af-court-card__head a,
.woocommerce-account .woocommerce-MyAccount-content .af-court-text-action,
.woocommerce-account .woocommerce-MyAccount-content .af-court-locker__footer a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content .af-court-locker__hero-actions a {
  position: relative;
  color: #fffaf3;
  font-size: 13px;
}

.woocommerce-account .woocommerce-MyAccount-content .af-court-locker__hero-actions a::after,
.woocommerce-account .woocommerce-MyAccount-content .af-court-text-action::after,
.woocommerce-account .woocommerce-MyAccount-content .af-court-locker__footer a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 180ms ease;
}

.woocommerce-account .woocommerce-MyAccount-content .af-court-locker__hero-actions a:hover::after,
.woocommerce-account .woocommerce-MyAccount-content .af-court-locker__hero-actions a:focus-visible::after,
.woocommerce-account .woocommerce-MyAccount-content .af-court-text-action:hover::after,
.woocommerce-account .woocommerce-MyAccount-content .af-court-text-action:focus-visible::after,
.woocommerce-account .woocommerce-MyAccount-content .af-court-locker__footer a:hover::after,
.woocommerce-account .woocommerce-MyAccount-content .af-court-locker__footer a:focus-visible::after {
  transform: scaleX(1);
}

.af-court-locker__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.af-court-card {
  min-height: 214px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ded9d3;
  border-radius: 8px;
  padding: clamp(18px, 2.1vw, 24px);
  background: rgba(255, 255, 255, 0.92);
  color: #171413;
  box-shadow: none;
}

.af-court-card--order {
  grid-column: span 7;
}

.af-court-card--saved {
  grid-column: span 5;
}

.af-court-card--returns {
  grid-column: span 3;
}

.af-court-card--fit {
  grid-column: span 6;
}

.af-court-card--address {
  grid-column: span 3;
}

.af-court-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  color: #81776e;
}

.woocommerce-account .woocommerce-MyAccount-content .af-court-card__head a {
  color: #5f5750;
  font-size: 12px;
}

.woocommerce-account .woocommerce-MyAccount-content .af-court-card h3 {
  font-size: clamp(21px, 2.4vw, 31px);
  font-weight: 740;
  line-height: 1;
  text-wrap: balance;
}

.af-court-card p {
  max-width: 540px;
  margin: 12px 0 0;
  color: #6e6760;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.af-order-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  margin-top: auto;
  padding-top: 28px;
}

.af-order-progress span {
  height: 3px;
  border-radius: 999px;
  background: #ded9d3;
}

.af-order-progress span.is-complete {
  background: #171413;
}

.af-order-progress__labels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  margin-top: 8px;
  color: #8a8178;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.woocommerce-account .woocommerce-MyAccount-content .af-court-text-action {
  position: relative;
  align-self: flex-start;
  margin-top: 20px;
  color: #171413;
  font-size: 13px;
}

.af-court-saved-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.af-court-saved-rail a {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 4px;
  background: #f4f2ef;
}

.af-court-saved-rail img,
.af-court-fit-proof img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 520ms ease;
}

.af-court-saved-rail a:hover img,
.af-court-saved-rail a:focus-visible img {
  transform: scale(1.045);
}

.af-court-card--fit {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1fr);
  column-gap: 20px;
}

.af-court-card--fit .af-court-card__head {
  grid-column: 1 / -1;
}

.af-court-fit-proof {
  overflow: hidden;
  min-height: 170px;
  border-radius: 5px;
  background: #f4f2ef;
}

.af-court-card--fit ul {
  display: grid;
  align-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-court-card--fit li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #e6e2dd;
  padding: 12px 0;
  color: #171413;
}

.af-court-card--fit li:last-child {
  border-bottom: 0;
}

.af-court-card--fit strong {
  font-size: 13px;
  font-weight: 760;
}

.af-court-card--fit span {
  color: #6e6760;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.af-court-locker__footer {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  border-top: 1px solid #ded9d3;
  padding-top: 18px;
  color: #6e6760;
}

.woocommerce-account .woocommerce-MyAccount-content .af-court-locker__footer a {
  position: relative;
  color: #6e6760;
  font-size: 13px;
}

@media (max-width: 1080px) {
  .af-court-card--order,
  .af-court-card--saved,
  .af-court-card--returns,
  .af-court-card--fit,
  .af-court-card--address {
    grid-column: span 12;
  }
}

@media (max-width: 900px) {
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav,
  .woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1;
  }

  .woocommerce-account .woocommerce-MyAccount-content:has(.af-court-locker) {
    padding-top: 8px;
  }

  .af-court-locker__hero {
    min-height: 430px;
  }

  .af-court-locker__hero::after {
    background:
      linear-gradient(0deg, rgba(17, 17, 17, 0.82) 0%, rgba(17, 17, 17, 0.52) 44%, rgba(17, 17, 17, 0.12) 100%),
      linear-gradient(90deg, rgba(17, 17, 17, 0.38), rgba(17, 17, 17, 0.02));
  }

  .af-court-locker__hero-media img {
    object-position: center top;
  }

  .woocommerce-account .woocommerce-MyAccount-content .af-court-locker__hero-copy h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .af-court-card--fit {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }
}

@media (max-width: 560px) {
  .af-court-locker__grid {
    gap: 12px;
  }

  .af-court-card {
    min-height: 0;
    padding: 18px;
  }

  .af-court-saved-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .af-order-progress__labels {
    font-size: 9px;
  }

  .af-court-locker__footer {
    justify-content: flex-start;
  }
}

/* Lacquer Utility Grid account prototype. */
body.woocommerce-account .af-content {
  width: min(100% - 72px, 1760px);
}

.woocommerce-account.logged-in .woocommerce {
  max-width: 1760px;
  grid-template-columns: minmax(260px, 292px) minmax(0, 1fr);
  gap: clamp(22px, 2.4vw, 36px);
}

.woocommerce-account .woocommerce-MyAccount-content:has(.af-lacquer-account) {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .is-active .af-account-link {
  background: #f7e8eb;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .is-active .af-account-link::before {
  background: #b5162e;
}

.af-account-sidebar {
  border-color: #ddd9d4;
  background: #fff;
}

.af-lacquer-account {
  --af-lacquer-red: #b5162e;
  --af-lacquer-red-dark: #8e1024;
  --af-lacquer-wash: #f7e8eb;
  --af-lacquer-chrome: #d9dad6;
  --af-lacquer-stone: #ecebe7;
  --af-lacquer-paper: #f7f7f4;
  min-height: auto;
  display: grid;
  gap: 14px;
  color: #161616;
}

.af-lacquer-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #ddd9d4;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(181, 22, 46, 0.07), transparent 18%),
    #f7f7f4;
  overflow: hidden;
}

.af-lacquer-status div {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 6px;
  border-right: 1px solid #ddd9d4;
  padding: 14px clamp(14px, 1.4vw, 22px);
}

.af-lacquer-status div:last-child {
  border-right: 0;
}

.af-lacquer-status span,
.af-lacquer-panel__head span,
.af-lacquer-wardrobe__head span {
  color: #7c756f;
  font-family: var(--af-font-body);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.af-lacquer-status strong {
  color: #161616;
  font-size: clamp(17px, 1.5vw, 24px);
  font-weight: 780;
  line-height: 1;
}

.af-lacquer-status div:first-child {
  position: relative;
}

.af-lacquer-status div:first-child::before {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 3px;
  background: var(--af-lacquer-red);
}

.af-lacquer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 14px;
}

.af-lacquer-workspace,
.af-lacquer-wardrobe {
  border: 1px solid #ddd9d4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: none;
}

.af-lacquer-workspace {
  display: grid;
  grid-template-rows: auto 1fr;
}

.af-lacquer-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 24px;
  border-bottom: 1px solid #ddd9d4;
  padding: clamp(22px, 2.6vw, 36px);
  background:
    linear-gradient(135deg, rgba(217, 218, 214, 0.58), transparent 42%),
    #fff;
}

.af-lacquer-intro p {
  grid-column: 1 / -1;
  margin: 0 0 -8px;
  color: var(--af-lacquer-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-intro h2 {
  margin: 0;
  color: #161616;
  font-family: var(--af-font-body);
  font-size: clamp(52px, 5vw, 92px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
}

.af-lacquer-intro span {
  max-width: 420px;
  color: #6e6a64;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.af-lacquer-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 0;
}

.af-lacquer-panel {
  min-height: 254px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ddd9d4;
  border-bottom: 1px solid #ddd9d4;
  padding: clamp(20px, 2vw, 30px);
  background: #fff;
}

.af-lacquer-panel--order {
  grid-column: span 8;
}

.af-lacquer-panel--returns {
  grid-column: span 4;
  background: var(--af-lacquer-paper);
}

.af-lacquer-panel--care {
  grid-column: span 12;
  min-height: 230px;
  border-bottom: 0;
}

.af-lacquer-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-panel__head a,
.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-wardrobe__head a,
.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-action {
  color: #161616;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-panel__head a,
.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-wardrobe__head a {
  color: var(--af-lacquer-red);
}

.af-lacquer-order-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.af-lacquer-order-row__thumb {
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 4px;
  background: var(--af-lacquer-stone);
}

.af-lacquer-order-row__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-panel h3 {
  margin: 0;
  color: #161616;
  font-family: var(--af-font-body);
  font-size: clamp(24px, 2.4vw, 40px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.af-lacquer-panel p {
  max-width: 560px;
  margin: 10px 0 0;
  color: #6e6a64;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.58;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  align-self: center;
  white-space: nowrap;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-action::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: var(--af-lacquer-red);
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 180ms ease;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-action:hover::after,
.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-action:focus-visible::after {
  transform: scaleX(1);
}

.af-lacquer-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: auto;
  padding-top: 30px;
}

.af-lacquer-progress span {
  height: 3px;
  background: #ddd9d4;
}

.af-lacquer-progress span.is-active {
  background: var(--af-lacquer-red);
}

.af-lacquer-progress__labels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
  color: #7c756f;
  font-size: 10px;
  font-weight: 750;
}

.af-lacquer-care-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ddd9d4;
  margin-top: auto;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-care-list a,
.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-quicklinks a {
  display: grid;
  gap: 8px;
  color: #161616;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-care-list a {
  min-height: 118px;
  align-content: center;
  border-right: 1px solid #ddd9d4;
  padding: 18px clamp(14px, 1.6vw, 24px);
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-care-list a:last-child {
  border-right: 0;
}

.af-lacquer-care-list strong,
.af-lacquer-quicklinks strong {
  font-size: 14px;
  font-weight: 800;
}

.af-lacquer-care-list span,
.af-lacquer-quicklinks span {
  color: #6e6a64;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.af-lacquer-wardrobe {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 232, 235, 0.94), rgba(247, 247, 244, 0.9) 42%, #fff 100%);
}

.af-lacquer-wardrobe__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #ddd9d4;
  padding: 22px 22px 18px;
}

.af-lacquer-wardrobe__head div {
  display: grid;
  gap: 7px;
}

.af-lacquer-wardrobe__head strong {
  max-width: 210px;
  color: #161616;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.af-lacquer-style-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(120px, auto);
  gap: 8px;
  padding: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-style-stack a {
  position: relative;
  overflow: hidden;
  min-height: 160px;
  display: block;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-style-stack a.is-featured {
  grid-row: span 2;
  min-height: 330px;
  border-color: var(--af-lacquer-red);
}

.af-lacquer-style-stack img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 520ms ease;
}

.af-lacquer-style-stack a:hover img,
.af-lacquer-style-stack a:focus-visible img {
  transform: scale(1.04);
}

.af-lacquer-style-stack span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.55);
}

.af-lacquer-quicklinks {
  display: grid;
  gap: 0;
  margin-top: auto;
  border-top: 1px solid #ddd9d4;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-quicklinks a {
  border-bottom: 1px solid #ddd9d4;
  padding: 18px 22px;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-quicklinks a:last-child {
  border-bottom: 0;
}

@media (min-width: 1560px) {
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: minmax(270px, 304px) minmax(0, 1fr);
  }

  .af-lacquer-layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 460px);
  }
}

@media (max-width: 1180px) {
  .af-lacquer-layout {
    grid-template-columns: 1fr;
  }

  .af-lacquer-wardrobe {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  body.woocommerce-account .af-content {
    width: min(100% - 24px, var(--af-max));
  }

  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav,
  .woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1;
  }

  .af-lacquer-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .af-lacquer-status div:nth-child(2) {
    border-right: 0;
  }

  .af-lacquer-status div:nth-child(-n + 2) {
    border-bottom: 1px solid #ddd9d4;
  }

  .af-lacquer-intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .af-lacquer-intro h2 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .af-lacquer-panel--order,
  .af-lacquer-panel--returns,
  .af-lacquer-panel--care {
    grid-column: span 12;
  }

  .af-lacquer-panel {
    border-right: 0;
  }

  .af-lacquer-order-row {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .woocommerce-account .woocommerce-MyAccount-content .af-lacquer-order-row .af-lacquer-action {
    grid-column: 2;
    justify-self: start;
    margin-top: 8px;
  }

  .af-lacquer-care-list {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-content .af-lacquer-care-list a {
    border-right: 0;
    border-bottom: 1px solid #ddd9d4;
  }

  .woocommerce-account .woocommerce-MyAccount-content .af-lacquer-care-list a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .af-lacquer-status {
    grid-template-columns: 1fr;
  }

  .af-lacquer-status div,
  .af-lacquer-status div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #ddd9d4;
  }

  .af-lacquer-status div:last-child {
    border-bottom: 0;
  }

  .af-lacquer-intro,
  .af-lacquer-panel {
    padding: 18px;
  }

  .af-lacquer-style-stack {
    grid-template-columns: 1fr 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-content .af-lacquer-style-stack a,
  .woocommerce-account .woocommerce-MyAccount-content .af-lacquer-style-stack a.is-featured {
    min-height: 190px;
    grid-row: auto;
  }
}

/* Scheme 4 account restoration: aligned editorial account center. */
body.woocommerce-account .af-content {
  width: min(100% - 92px, 1840px);
}

.woocommerce-account.logged-in .woocommerce {
  align-items: start;
  max-width: 1840px;
  grid-template-columns: minmax(270px, 304px) minmax(0, 1fr);
  gap: clamp(28px, 2.5vw, 48px);
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav {
  align-self: start;
}

.woocommerce-account .woocommerce-MyAccount-content:has(.af-lacquer-account) {
  align-self: start;
}

.woocommerce-account .woocommerce-MyAccount-content:has(.af-lacquer-account) > .woocommerce-notices-wrapper:empty {
  margin-bottom: 0;
}

.af-account-sidebar {
  min-height: 736px;
  border-color: #dedbd6;
  border-radius: 6px;
}

.af-account-sidebar__header {
  padding: 28px 24px 22px;
}

.af-account-sidebar__header p {
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.af-account-sidebar__header h2 {
  color: #151313;
  font-size: 25px;
  font-weight: 650;
  line-height: 1.08;
}

.af-account-sidebar__header span {
  align-items: flex-start;
  color: #595551;
  font-size: 12px;
  line-height: 1.45;
}

.af-account-sidebar__header i {
  width: 9px;
  height: 9px;
  margin-top: 4px;
  background: #d3192e;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-sidebar-menu,
.af-account-sidebar-menu {
  padding: 14px 14px 10px;
}

.af-account-sidebar-menu--primary {
  gap: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link {
  min-height: 43px;
  border-radius: 4px;
  padding: 10px 12px;
  color: #111;
  font-size: 13px;
  font-weight: 720;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link::before {
  top: 0;
  bottom: 0;
  left: -14px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: #d3192e;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .is-active .af-account-link,
.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link:hover,
.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link:focus-visible {
  background: #f4f1ed;
}

.af-account-sidebar__footer {
  padding: 14px;
}

.af-lacquer-account {
  --af-lacquer-red: #d3192e;
  --af-lacquer-red-dark: #a81424;
  --af-lacquer-line: #dedbd6;
  display: block;
}

.af-lacquer-layout {
  min-height: 736px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  gap: 0;
  border: 1px solid var(--af-lacquer-line);
  border-radius: 0;
  background: #fff;
}

.af-lacquer-workspace,
.af-lacquer-wardrobe {
  border: 0;
  border-radius: 0;
  background: #fff;
}

.af-lacquer-workspace {
  min-width: 0;
  border-right: 1px solid var(--af-lacquer-line);
}

.af-lacquer-intro {
  display: block;
  border-bottom: 1px solid var(--af-lacquer-line);
  padding: clamp(30px, 3vw, 44px) clamp(34px, 4vw, 54px) 28px;
  background: #fff;
}

.af-lacquer-intro p {
  margin: 0 0 12px;
  color: var(--af-lacquer-red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-intro h2 {
  max-width: none;
  margin: 0;
  color: #070707;
  font-size: clamp(44px, 3.15vw, 58px);
  font-weight: 850;
  line-height: 0.98;
  white-space: nowrap;
}

.af-lacquer-intro span {
  display: block;
  max-width: 760px;
  margin-top: 20px;
  color: #54504c;
  font-size: 15px;
  font-weight: 560;
  line-height: 1.5;
}

.af-lacquer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.af-lacquer-panel {
  min-height: auto;
  border-right: 0;
  border-bottom: 1px solid var(--af-lacquer-line);
  padding: 24px clamp(28px, 3.4vw, 54px);
  background: #fff;
}

.af-lacquer-panel--order,
.af-lacquer-panel--returns {
  grid-column: 1 / -1;
}

.af-lacquer-panel--care,
.af-lacquer-panel--details {
  grid-column: span 1;
  border-bottom: 0;
  padding-top: 22px;
  padding-bottom: 28px;
}

.af-lacquer-panel--care {
  border-right: 1px solid var(--af-lacquer-line);
}

.af-lacquer-panel__head {
  margin-bottom: 18px;
}

.af-lacquer-status span,
.af-lacquer-panel__head span,
.af-lacquer-wardrobe__head span {
  color: #151313;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.04em;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-panel__head a,
.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-wardrobe__head a,
.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-action {
  color: var(--af-lacquer-red);
  font-size: 13px;
  font-weight: 760;
}

.af-lacquer-order-row {
  grid-template-columns: 124px minmax(210px, 0.82fr) minmax(380px, 1.25fr);
  gap: clamp(20px, 3vw, 44px);
}

.af-lacquer-order-row__thumb {
  aspect-ratio: 1 / 1.06;
  border-radius: 4px;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-panel h3 {
  font-size: 20px;
  font-weight: 780;
  line-height: 1.12;
}

.af-lacquer-panel p {
  margin-top: 5px;
  color: #5e5954;
  font-size: 13px;
  font-weight: 550;
}

.af-lacquer-order-copy .af-lacquer-action {
  margin-top: 24px;
}

.af-lacquer-progress {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
}

.af-lacquer-progress div {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #8a8580;
  text-align: center;
}

.af-lacquer-progress div::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 50%;
  left: -50%;
  height: 1px;
  background: #dad6d1;
  z-index: 0;
}

.af-lacquer-progress div:first-child::before {
  display: none;
}

.af-lacquer-progress i {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  display: block;
  border: 1px solid #dad6d1;
  border-radius: 50%;
  background: #fff;
}

.af-lacquer-progress i::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.af-lacquer-progress .is-active i {
  border-color: var(--af-lacquer-red);
  background: var(--af-lacquer-red);
  color: #fff;
}

.af-lacquer-progress strong {
  color: #211e1b;
  font-size: 12px;
  font-weight: 760;
}

.af-lacquer-progress span {
  height: auto;
  background: none;
  color: #6f6963;
  font-size: 12px;
  font-weight: 520;
}

.af-lacquer-return-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.af-lacquer-return-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f4f1ed;
  color: #4c4742;
}

.af-lacquer-return-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.af-lacquer-care-list {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 0;
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-care-list a {
  min-height: 58px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  gap: 2px 18px;
  border-right: 0;
  border-bottom: 1px solid #ebe8e4;
  padding: 12px 0;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-care-list a:last-child {
  border-bottom: 0;
}

.af-lacquer-care-list strong {
  color: #171413;
  font-size: 13px;
  font-weight: 780;
}

.af-lacquer-care-list span {
  color: #6b6660;
  font-size: 12px;
  font-weight: 520;
}

.af-lacquer-care-list em {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: #171413;
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
}

.af-lacquer-wardrobe {
  min-width: 0;
  background: #fff;
}

.af-lacquer-wardrobe__head {
  align-items: center;
  border-bottom: 0;
  padding: 22px 32px 14px;
}

.af-lacquer-wardrobe__head strong {
  display: none;
}

.af-lacquer-style-stack {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 0;
  padding: 0 32px;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-style-stack a {
  min-height: 88px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 16px;
  border: 0;
  border-bottom: 1px solid #ebe8e4;
  border-radius: 0;
  background: transparent;
  color: #171413;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-style-stack a::after {
  content: "♡";
  justify-self: end;
  color: #171413;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-style-stack a.is-featured {
  min-height: 172px;
  display: block;
  border: 1px solid var(--af-lacquer-red);
  border-radius: 4px;
  margin-bottom: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-style-stack a.is-featured::after {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #d8d3ce;
  border-radius: 50%;
  background: #fff;
}

.af-lacquer-style-stack img {
  height: 74px;
  border-radius: 3px;
  object-fit: cover;
}

.af-lacquer-style-stack a.is-featured img {
  height: 172px;
  border-radius: 3px;
}

.af-lacquer-style-stack span {
  position: static;
  display: grid;
  gap: 5px;
  color: #171413;
  font-size: 12px;
  text-shadow: none;
}

.af-lacquer-style-stack span strong {
  font-size: 13px;
  font-weight: 690;
  line-height: 1.25;
}

.af-lacquer-style-stack span em {
  color: #4f4a45;
  font-size: 12px;
  font-style: normal;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-style-stack a.is-featured span {
  display: none;
}

.af-lacquer-quicklinks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--af-lacquer-line);
  margin-top: 0;
}

.af-lacquer-quicklinks section {
  min-height: 170px;
  padding: 20px 32px;
}

.af-lacquer-quicklinks section:first-child {
  border-right: 1px solid var(--af-lacquer-line);
}

.af-lacquer-quicklinks header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.af-lacquer-quicklinks header strong {
  color: #171413;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-quicklinks header a,
.woocommerce-account .woocommerce-MyAccount-content .af-lacquer-help a {
  color: var(--af-lacquer-red);
  font-size: 12px;
  font-weight: 760;
  text-decoration: none;
}

.af-lacquer-quicklinks dl,
.af-lacquer-quicklinks address {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #5d5752;
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.af-lacquer-quicklinks dl div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
}

.af-lacquer-quicklinks dt {
  color: #171413;
  font-weight: 760;
}

.af-lacquer-quicklinks dd {
  margin: 0;
}

.af-lacquer-quicklinks address strong,
.af-lacquer-quicklinks address span {
  display: block;
}

.af-lacquer-quicklinks address strong {
  color: #171413;
  font-weight: 760;
}

.af-lacquer-help {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--af-lacquer-line);
  padding: 20px 32px;
}

.af-lacquer-help > span {
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 50%;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #d8d3ce, #f4f1ed) border-box;
  border: 1px solid transparent;
}

.af-lacquer-help strong {
  color: var(--af-lacquer-red);
  font-size: 12px;
  font-weight: 840;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.af-lacquer-help p {
  margin: 5px 0 0;
  color: #5d5752;
  font-size: 13px;
  font-weight: 520;
}

@media (max-width: 1320px) {
  .woocommerce-account .woocommerce-MyAccount-content .af-lacquer-intro h2 {
    white-space: normal;
    font-size: clamp(40px, 4.4vw, 52px);
  }

  .af-lacquer-layout {
    grid-template-columns: 1fr;
  }

  .af-lacquer-workspace {
    border-right: 0;
    border-bottom: 1px solid var(--af-lacquer-line);
  }
}

@media (max-width: 900px) {
  body.woocommerce-account .af-content {
    width: min(100% - 24px, var(--af-max));
  }

  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .af-account-sidebar {
    display: none;
  }

  .af-lacquer-layout {
    min-height: 0;
  }

  .af-lacquer-intro,
  .af-lacquer-panel {
    padding-inline: 18px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .af-lacquer-intro h2 {
    font-size: clamp(34px, 11vw, 48px);
    white-space: normal;
  }

  .af-lacquer-order-row,
  .af-lacquer-return-row,
  .af-lacquer-help {
    grid-template-columns: 1fr;
  }

  .af-lacquer-progress {
    margin-top: 22px;
  }

  .af-lacquer-panel--care,
  .af-lacquer-panel--details {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--af-lacquer-line);
  }

  .af-lacquer-style-stack {
    padding-inline: 18px;
  }

  .af-lacquer-quicklinks {
    grid-template-columns: 1fr;
  }

  .af-lacquer-quicklinks section:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--af-lacquer-line);
  }

  .af-lacquer-quicklinks section,
  .af-lacquer-help,
  .af-lacquer-wardrobe__head {
    padding-inline: 18px;
  }
}

@media (max-width: 560px) {
  .woocommerce-account .woocommerce-MyAccount-content .af-lacquer-style-stack a {
    grid-template-columns: 86px minmax(0, 1fr) 24px;
  }

  .af-lacquer-style-stack img {
    height: 68px;
  }

  .af-lacquer-progress strong,
  .af-lacquer-progress span {
    font-size: 10px;
  }
}

/* Account page white canvas: remove container framing. */
body.woocommerce-account,
body.woocommerce-account .site,
body.woocommerce-account .af-main,
body.woocommerce-account .af-content {
  background: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content:has(.af-lacquer-account),
.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav {
  background: transparent;
}

.af-account-sidebar {
  border-color: transparent;
  background: transparent;
}

.af-lacquer-layout {
  border-color: transparent;
  background: transparent;
}

.af-lacquer-workspace,
.af-lacquer-wardrobe {
  background: transparent;
}

.af-lacquer-intro {
  background: transparent;
}

.af-lacquer-panel {
  background: transparent;
}

/* Account sidebar scale-up to balance the main workspace. */
.woocommerce-account.logged-in .woocommerce {
  grid-template-columns: minmax(300px, 330px) minmax(0, 1fr);
  gap: clamp(30px, 2.7vw, 50px);
}

.af-account-sidebar {
  min-height: 820px;
}

.af-account-sidebar__header {
  padding: 30px 26px 24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-sidebar-menu,
.af-account-sidebar-menu {
  padding: 16px 14px 12px;
}

.af-account-sidebar-menu--primary {
  gap: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-link {
  min-height: 52px;
  gap: 14px;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 760;
}

.af-account-link__icon {
  width: 21px;
  height: 21px;
  flex-basis: 21px;
}

.af-account-link__icon svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.7;
}

.af-account-sidebar__footer {
  padding: 16px 14px;
}

@media (max-width: 900px) {
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
  }

  .af-account-sidebar {
    min-height: 0;
  }
}

/* Production header guardrails: keep hidden menus from affecting account pages. */
.af-account-menu:not(:hover):not(:focus-within):not(.is-open) .af-account-popover {
  visibility: hidden;
}

.af-account-menu:hover .af-account-popover,
.af-account-menu:focus-within .af-account-popover,
.af-account-menu.is-open .af-account-popover {
  visibility: visible;
}

.af-language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.af-language-toggle {
  width: auto;
  min-width: 54px;
  height: 34px;
  display: inline-grid;
  grid-template-columns: 18px auto 10px;
  align-items: center;
  justify-items: center;
  gap: 5px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--af-header-text);
  cursor: pointer;
  font: 760 11px/1 var(--af-font-body);
  padding: 0;
}

.af-language-toggle__flag,
.af-language-toggle__flag img {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
}

.af-language-toggle svg {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transform: translateY(1px);
}

.af-language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 80;
  min-width: 178px;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(17, 17, 17, 0.11);
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.14);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
}

.af-language-switcher:hover .af-language-menu,
.af-language-switcher:focus-within .af-language-menu,
.af-language-switcher.is-open .af-language-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.af-language-menu a,
.af-language-switcher .glink {
  min-height: 34px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: #171413;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.2;
  text-decoration: none;
}

.af-language-menu img,
.af-language-switcher .glink img {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
}

.af-language-menu a:hover,
.af-language-menu a:focus-visible {
  color: var(--af-lacquer-red, #d3192e);
}

.af-navigation .af-mobile-quicklinks {
  display: none;
}

@media (max-width: 768px) {
  .af-navigation.is-open .af-mobile-quicklinks {
    display: grid;
  }
}

.af-lacquer-order-row {
  grid-template-columns: 124px minmax(170px, 0.72fr) minmax(0, 1fr);
  column-gap: clamp(18px, 1.75vw, 28px);
}

.af-lacquer-progress {
  min-width: 0;
}

/* Account access and auth modal responsive guardrails. */
.af-account-access {
  min-height: min(620px, 66vh);
  display: grid;
  place-items: center;
  padding: clamp(42px, 7vw, 96px) 0;
}

.af-account-access__panel {
  width: min(100%, 520px);
  display: grid;
  gap: 24px;
  justify-items: center;
  border: 1px solid var(--af-border);
  border-radius: 8px;
  background: var(--af-white);
  padding: clamp(30px, 5vw, 52px);
  text-align: center;
  box-shadow: var(--af-shadow-soft);
}

.af-account-access__brand {
  width: 132px;
  display: block;
  text-decoration: none;
}

.af-account-access__brand img {
  width: 100%;
  height: auto;
  display: block;
}

.af-account-access__heading {
  display: grid;
  gap: 10px;
}

.af-account-access__heading h2,
.af-account-access__heading p {
  margin: 0;
}

.af-account-access__heading h2 {
  color: var(--af-black);
  font-family: var(--af-font-body);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 840;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.af-account-access__heading p {
  max-width: 360px;
  color: var(--af-muted);
  font-size: 14px;
  line-height: 1.55;
}

.af-account-access__actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.af-account-access__actions .af-button {
  width: 100%;
  min-width: 0;
  border-radius: 999px;
  text-align: center;
}

.af-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 320;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 42px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.af-auth-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.af-auth-modal__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 17, 17, 0.54);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.af-auth-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100vw - 40px));
  max-width: calc(100vw - 40px);
  height: min(620px, calc(100dvh - 48px));
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  transform: translateY(10px) scale(0.985);
  transition: transform 200ms ease;
}

.af-auth-modal.is-open .af-auth-modal__dialog {
  transform: translateY(0) scale(1);
}

.af-auth-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: #b64a4a;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.af-auth-modal__close span,
.af-auth-modal__close span::after,
.af-auth-stage__close span,
.af-auth-stage__close span::after {
  width: 17px;
  height: 1px;
  display: block;
  background: currentColor;
  content: "";
}

.af-auth-modal__close span,
.af-auth-stage__close span {
  transform: rotate(45deg);
}

.af-auth-modal__close span::after,
.af-auth-stage__close span::after {
  transform: rotate(90deg);
}

body.af-auth-modal-open {
  overflow: hidden;
}

.af-auth-modal .af-auth-stage,
body.af-auth-template .af-auth-stage {
  position: relative;
  display: grid;
  overflow: hidden;
  background: #fff;
  color: #202020;
  font-family: var(--af-font-body);
}

body.af-auth-template .af-auth-stage {
  min-height: 100dvh;
}

.af-auth-modal .af-auth-stage {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
}

.af-auth-modal .af-auth-shell,
body.af-auth-template .af-auth-shell {
  width: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(320px, 48%) minmax(0, 52%);
  align-items: stretch;
  justify-items: stretch;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.af-auth-modal .af-auth-shell {
  height: 100%;
  max-height: none;
}

body.af-auth-template .af-auth-shell {
  min-height: 100dvh;
}

.af-auth-stage__brand {
  width: 136px;
  display: block;
  margin: 0 auto 22px;
  text-decoration: none;
}

.af-auth-stage__brand img {
  width: 100%;
  height: auto;
  display: block;
}

.af-auth-stage__close {
  position: fixed;
  top: clamp(18px, 2vw, 32px);
  right: clamp(18px, 2vw, 34px);
  z-index: 12;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #b64a4a;
  text-decoration: none;
}

.af-auth-modal .af-auth-stage__form,
body.af-auth-template .af-auth-stage__form {
  width: 100%;
  min-width: 0;
  display: grid;
  align-items: center;
  justify-self: stretch;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  padding: clamp(28px, 4vh, 44px) clamp(28px, 4vw, 52px);
}

.af-auth-modal .af-auth-stage__form {
  height: 100%;
  min-height: 0;
  max-height: none;
  align-items: center;
  overflow: hidden;
  padding: clamp(22px, 3vw, 38px) clamp(28px, 3.8vw, 46px);
}

body.af-auth-template .af-auth-stage__form {
  min-height: 100dvh;
}

.af-auth-stage__inner {
  width: min(100%, 330px);
  justify-self: center;
}

.af-auth-poster {
  position: relative;
  min-width: 0;
  justify-self: stretch;
  align-self: stretch;
  overflow: hidden;
  background: #f4f4f1;
}

.af-auth-modal .af-auth-poster {
  height: 100%;
  min-height: 0;
  max-height: none;
}

body.af-auth-template .af-auth-poster {
  min-height: 100dvh;
}

.af-auth-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 54% 50%;
}

.af-auth-card__heading {
  display: grid;
  gap: 9px;
  margin-bottom: 16px;
  text-align: left;
}

.af-auth-card__heading h2,
.af-auth-card__heading h3 {
  margin: 0;
  color: #151515;
  font-family: var(--af-font-body);
  font-size: clamp(25px, 2.6vw, 31px);
  font-weight: 840;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.af-auth-card__heading p {
  max-width: 340px;
  margin: 0;
  color: #777;
  font-family: var(--af-font-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
}

.af-auth-stage .af-auth-form,
.af-auth-stage .woocommerce-ResetPassword {
  display: grid;
  gap: 10px;
}

.woocommerce .af-auth-stage form.af-auth-form.login,
.woocommerce .af-auth-stage form.af-auth-form.register,
.af-auth-modal form.af-auth-form.login,
.af-auth-modal form.af-auth-form.register {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.woocommerce .af-auth-stage .af-auth-form .form-row,
.woocommerce .af-auth-stage .woocommerce-ResetPassword .form-row,
.af-auth-modal .af-auth-form .form-row {
  width: 100%;
  min-width: 0;
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 6px;
  margin: 0;
  box-sizing: border-box;
}

.woocommerce .af-auth-stage .af-auth-form label,
.woocommerce .af-auth-stage .woocommerce-ResetPassword label,
.af-auth-modal .af-auth-form label {
  display: block;
  margin: 0;
  color: #3b3b3b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.af-auth-stage .required {
  display: none;
}

.af-auth-stage .password-input,
.af-auth-modal .af-auth-form .password-input {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.woocommerce .af-auth-stage .af-auth-form input.input-text,
.woocommerce .af-auth-stage .woocommerce-ResetPassword input.input-text,
.af-auth-modal .af-auth-form input.input-text,
.af-auth-modal .af-auth-form .password-input input.input-text {
  width: 100% !important;
  max-width: none;
  min-height: 44px;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 0 14px;
  background: #f7f7f7;
  color: #171717;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce .af-auth-stage .af-auth-form .password-input input.input-text,
.af-auth-modal .af-auth-form .password-input input.input-text {
  padding-right: 46px;
}

.woocommerce .af-auth-stage .af-auth-form input.input-text:focus,
.woocommerce .af-auth-stage .woocommerce-ResetPassword input.input-text:focus,
.af-auth-modal .af-auth-form input.input-text:focus {
  border-color: #222;
  background: #fff;
  outline: 0;
}

.af-auth-stage .show-password-input {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 22px;
  height: 22px;
  min-height: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  transform: translateY(-50%);
}

.af-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #222;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

.af-auth-row .woocommerce-form-login__rememberme,
.af-auth-newsletter {
  display: inline-flex;
  gap: 8px;
  align-items: flex-start;
  color: #5e5e5e;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
}

.af-auth-row .woocommerce-form-login__rememberme input,
.af-auth-newsletter input {
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin: 1px 0 0;
  accent-color: #171717;
}

.af-auth-row a,
.af-auth-switch-note a {
  color: #171717;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce .af-auth-stage .af-auth-form .button,
.woocommerce .af-auth-stage .woocommerce-ResetPassword .button,
.af-auth-modal .af-auth-form .button {
  width: 100%;
  min-height: 44px;
  margin-top: 4px;
  border-color: #171717;
  border-radius: 10px;
  background: #171717;
  color: #fff;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.af-auth-note {
  margin: 0;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fafafa;
  padding: 10px 12px;
  color: #777;
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}

.af-auth-switch-note,
.aelvoro-verification-note {
  margin: 0;
  color: #777;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.af-auth-stage .woocommerce-privacy-policy-text {
  display: none;
}

.af-auth-stage .woocommerce-password-strength,
.af-auth-stage .woocommerce-password-hint {
  margin: 0;
  color: #666;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.af-auth-stage .woocommerce-notices-wrapper,
.af-auth-stage .woocommerce-notices-wrapper:empty {
  margin: 0;
}

.af-auth-modal .af-auth-stage__brand {
  width: 126px;
  margin-bottom: 16px;
}

.af-auth-modal .af-auth-panels,
.af-auth-modal .af-auth-card,
.af-auth-modal .af-auth-form {
  min-width: 0;
}

.af-auth-modal .af-auth-card__heading {
  gap: 8px;
  margin-bottom: 14px;
}

.af-auth-modal .af-auth-card__heading p {
  max-width: 320px;
}

.af-auth-modal .aelvoro-verification-note {
  max-width: 300px;
  justify-self: center;
  color: #666;
  font-size: 11px;
  line-height: 1.42;
}

.af-auth-modal .af-auth-newsletter {
  gap: 7px;
  font-size: 11px;
  line-height: 1.25;
}

.af-auth-modal .af-auth-row {
  gap: 12px;
  font-size: 11px;
}

.af-auth-modal .af-auth-switch-note {
  line-height: 1.35;
}

.af-auth-modal[data-af-auth-mode="lost-password-confirmation"] .af-auth-stage__form {
  justify-items: center;
}

.af-auth-modal[data-af-auth-mode="lost-password-confirmation"] .af-auth-card--lost-password-confirmation {
  display: grid;
  gap: 18px;
}

.af-auth-modal[data-af-auth-mode="register"] .af-auth-stage__form {
  padding-top: clamp(18px, 2.4vw, 30px);
  padding-bottom: clamp(18px, 2.4vw, 30px);
}

.af-auth-modal[data-af-auth-mode="register"] .af-auth-stage__brand {
  width: 118px;
  margin-bottom: 12px;
}

.af-auth-modal[data-af-auth-mode="register"] .af-auth-card__heading {
  gap: 7px;
  margin-bottom: 12px;
}

.af-auth-modal[data-af-auth-mode="register"] .af-auth-card__heading h2 {
  font-size: clamp(24px, 2.3vw, 30px);
}

.af-auth-modal[data-af-auth-mode="register"] .af-auth-card__heading p {
  font-size: 11px;
  line-height: 1.45;
}

.af-auth-modal[data-af-auth-mode="register"] .af-auth-form {
  gap: 8px;
}

.af-auth-modal[data-af-auth-mode="register"] .af-auth-form .form-row {
  gap: 5px;
}

.af-auth-modal[data-af-auth-mode="register"] .af-auth-form input.input-text,
.af-auth-modal[data-af-auth-mode="register"] .af-auth-form .password-input input.input-text {
  min-height: 40px;
  border-radius: 8px;
}

.af-auth-modal[data-af-auth-mode="register"] .aelvoro-verification-note {
  font-size: 10.5px;
  line-height: 1.34;
}

.af-auth-modal[data-af-auth-mode="register"] .af-auth-newsletter {
  font-size: 10.5px;
  line-height: 1.18;
}

.af-auth-modal[data-af-auth-mode="register"] .af-auth-form .button {
  min-height: 42px;
  margin-top: 2px;
  border-radius: 8px;
}

.af-auth-fallback {
  width: min(100%, 420px);
  display: grid;
  gap: 14px;
  justify-items: start;
  margin: clamp(46px, 8vw, 96px) auto;
  color: #171717;
}

.af-auth-fallback h2 {
  margin: 0;
  font-family: var(--af-font-body);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 840;
  line-height: 1.08;
  letter-spacing: 0;
}

.af-auth-fallback p {
  margin: 0;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.af-auth-stage .woocommerce-error,
.af-auth-stage .woocommerce-message,
.af-auth-stage .woocommerce-info {
  margin: 0 0 12px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  color: #333;
  box-shadow: none;
  padding: 11px 12px;
  font-size: 12px;
  line-height: 1.5;
}

.af-auth-stage .woocommerce-error::before,
.af-auth-stage .woocommerce-message::before,
.af-auth-stage .woocommerce-info::before {
  display: none;
}

.af-auth-stage .aelvoro-code-panel {
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 16px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.af-auth-stage .aelvoro-code-panel h3 {
  margin: 0;
  color: #151515;
  font-family: var(--af-font-body);
  font-size: clamp(27px, 3vw, 34px);
  font-weight: 840;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left;
}

.af-auth-stage .aelvoro-code-panel p {
  margin: 0;
  color: #777;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  text-align: left;
}

.af-auth-stage .aelvoro-code-boxes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 0;
}

.af-auth-stage .aelvoro-code-box {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.2;
  border: 1px solid #ececec !important;
  border-radius: 10px !important;
  background: #f7f7f7;
  color: #171717;
  font-size: 24px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.af-auth-modal[data-af-auth-mode="verify"] .af-auth-poster {
  display: none;
}

.af-auth-modal[data-af-auth-mode="verify"] .af-auth-shell {
  grid-template-columns: 1fr;
}

.af-auth-modal[data-af-auth-mode="verify"] .af-auth-stage__form {
  justify-items: center;
}

@media (max-width: 760px) {
  body.woocommerce-account:not(.logged-in) .af-content {
    width: min(100% - 24px, var(--af-max));
  }

  body.woocommerce-account:not(.logged-in) .af-entry-content {
    min-width: 0;
  }

  .af-account-access {
    min-height: auto;
    align-items: start;
    padding: 34px 0 52px;
  }

  .af-account-access__panel {
    width: 100%;
    gap: 20px;
    border-radius: 8px;
    padding: 28px 18px;
    box-shadow: 0 14px 34px rgba(17, 17, 17, 0.06);
  }

  .af-account-access__brand {
    width: 116px;
  }

  .af-account-access__heading {
    gap: 8px;
  }

  .af-account-access__heading h2 {
    font-size: 28px;
    line-height: 1.08;
  }

  .af-account-access__heading p {
    max-width: 280px;
    font-size: 13px;
    line-height: 1.45;
  }

  .af-account-access__actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .af-account-access__actions .af-button {
    min-height: 50px;
  }

  .af-auth-modal {
    place-items: stretch;
    padding: 0;
  }

  .af-auth-modal__dialog {
    width: 100%;
    max-width: 100dvw;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: none;
  }

  .af-auth-modal__close {
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.92);
  }

  .af-auth-modal .af-auth-shell,
  body.af-auth-template .af-auth-shell {
    min-height: 100dvh;
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .af-auth-modal .af-auth-stage,
  .af-auth-modal .af-auth-shell,
  .af-auth-modal .af-auth-stage__form {
    height: auto;
    max-height: none;
  }

  .af-auth-modal .af-auth-stage__form,
  body.af-auth-template .af-auth-stage__form {
    min-height: 100dvh;
    align-items: start;
    padding: 34px 18px 40px;
  }

  .af-auth-stage__inner,
  .af-auth-modal .af-auth-stage__inner {
    width: min(100%, 420px);
  }

  .af-auth-stage__brand {
    width: 118px;
    margin-bottom: 24px;
  }

  .af-auth-poster,
  .af-auth-modal .af-auth-poster {
    display: none;
  }

  .af-auth-card__heading {
    gap: 8px;
    margin-bottom: 20px;
  }

  .af-auth-card__heading h2,
  .af-auth-card__heading h3,
  .af-auth-stage .aelvoro-code-panel h3 {
    font-size: 28px;
  }

  .af-auth-card__heading p,
  .af-auth-stage .aelvoro-code-panel p {
    max-width: none;
    font-size: 13px;
  }

  .af-auth-row {
    display: grid;
    justify-content: stretch;
    gap: 10px;
  }

  .af-auth-row a {
    justify-self: start;
  }

  .woocommerce .af-auth-stage .af-auth-form input.input-text,
  .woocommerce .af-auth-stage .woocommerce-ResetPassword input.input-text,
  .af-auth-modal .af-auth-form input.input-text,
  .af-auth-modal .af-auth-form .password-input input.input-text {
    min-height: 50px;
  }

  .af-auth-stage .aelvoro-code-boxes {
    gap: 8px;
  }
}

@media (max-width: 380px) {
  .af-account-access__panel {
    padding-inline: 14px;
  }

  .af-auth-modal .af-auth-stage__form,
  body.af-auth-template .af-auth-stage__form {
    padding-inline: 14px;
  }

  .af-auth-stage .aelvoro-code-box {
    font-size: 20px !important;
  }
}

/* Lost password is a normal page, not a full-screen auth modal. */
body.af-auth-template .af-auth-stage {
  min-height: auto;
  overflow: visible;
  padding: clamp(34px, 5vw, 72px) 16px clamp(48px, 6vw, 86px);
}

body.af-auth-template .af-auth-stage__close {
  display: none;
}

body.af-auth-template .af-auth-shell {
  width: min(100%, 1120px);
  min-height: auto;
  margin-inline: auto;
  grid-template-columns: minmax(300px, 380px) minmax(420px, 1fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
  overflow: visible;
}

body.af-auth-template .af-auth-stage__form {
  min-height: auto;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: clamp(20px, 3vw, 34px) 0;
  box-shadow: none;
}

body.af-auth-template .af-auth-stage__brand {
  width: 126px;
  margin-bottom: clamp(28px, 4vw, 42px);
}

body.af-auth-template .af-auth-stage__inner {
  width: min(100%, 330px);
}

body.af-auth-template .af-auth-poster {
  min-height: 0;
  height: clamp(420px, 42vw, 620px);
  border-radius: 0;
  background: transparent;
}

@media (max-width: 900px) {
  body.af-auth-template .af-auth-stage {
    padding: 28px 16px 52px;
  }

  body.af-auth-template .af-auth-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.af-auth-template .af-auth-stage__form {
    justify-self: center;
    width: min(100%, 460px);
    padding: 28px 0;
  }

  body.af-auth-template .af-auth-stage__brand {
    width: 116px;
    margin-bottom: 26px;
  }

  body.af-auth-template .af-auth-poster {
    display: none;
  }
}

/* Account dashboard mobile guardrails: keep order controls from colliding. */
@media (max-width: 900px) {
  body.woocommerce-account.logged-in .af-content {
    width: min(100% - 24px, var(--af-max));
    overflow-x: hidden;
  }

  .woocommerce-account.logged-in .woocommerce,
  .af-lacquer-layout {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content:has(.af-lacquer-account),
  .af-lacquer-account,
  .af-lacquer-layout,
  .af-lacquer-workspace,
  .af-lacquer-panel {
    min-width: 0;
  }

  .af-lacquer-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px 14px;
    flex-wrap: wrap;
  }

  .woocommerce-account .woocommerce-MyAccount-content .af-lacquer-panel__head a {
    max-width: 100%;
    text-align: right;
    overflow-wrap: anywhere;
  }

  .af-lacquer-order-row {
    display: grid;
    grid-template-columns: minmax(96px, 120px) minmax(0, 1fr) !important;
    align-items: start;
    column-gap: 16px !important;
    row-gap: 18px;
  }

  .af-lacquer-order-row__thumb,
  .af-lacquer-order-copy {
    min-width: 0;
  }

  .af-lacquer-order-row__thumb {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-content .af-lacquer-panel h3,
  .af-lacquer-panel p {
    overflow-wrap: anywhere;
  }

  .af-lacquer-order-copy .af-lacquer-action {
    margin-top: 14px;
  }

  .af-lacquer-progress {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 4px 0 0;
    padding-top: 12px;
  }

  .af-lacquer-progress div {
    min-width: 0;
  }

  .af-lacquer-progress div::before {
    top: 16px;
  }

  .af-lacquer-progress i {
    width: 32px;
    height: 32px;
  }

  .af-lacquer-progress i::after {
    inset: 10px;
  }

  .af-lacquer-progress strong,
  .af-lacquer-progress span {
    max-width: 100%;
    font-size: 10px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .af-lacquer-return-row,
  .af-lacquer-help {
    grid-template-columns: 54px minmax(0, 1fr) !important;
  }

  .af-lacquer-return-row .af-lacquer-action,
  .af-lacquer-help > a {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 4px;
  }
}

@media (max-width: 480px) {
  .af-lacquer-order-row {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    column-gap: 14px !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content .af-lacquer-panel h3 {
    font-size: 18px;
    line-height: 1.08;
  }

  .af-lacquer-panel p {
    font-size: 12px;
    line-height: 1.35;
  }

  .af-lacquer-progress strong,
  .af-lacquer-progress span {
    font-size: 9px;
  }
}

@media (max-width: 360px) {
  .af-lacquer-order-row {
    grid-template-columns: 1fr !important;
  }

  .af-lacquer-order-row__thumb {
    width: 120px;
    max-width: 42vw;
  }

  .af-lacquer-progress {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 2px;
  }

  .af-lacquer-progress div {
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    gap: 2px 10px;
    text-align: left;
  }

  .af-lacquer-progress div::before {
    display: none;
  }

  .af-lacquer-progress i {
    grid-row: 1 / span 2;
  }
}

/* Home mobile header/menu guardrails: prevent brand and action overlap. */
@media (max-width: 760px) {
  body.af-home-template .af-site-header {
    height: 64px;
  }

  body.af-home-template .af-header-grid,
  body.af-home-template .af-site-header .af-header-grid.af-container {
    width: 100%;
    max-width: none;
    min-height: 64px;
    display: grid;
    grid-template-columns: 44px minmax(116px, 1fr) minmax(104px, auto);
    align-items: center;
    gap: 6px;
    padding: 0 12px;
  }

  body.af-home-template .af-menu-toggle {
    grid-column: 1;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    justify-self: start;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.af-home-template .af-brand {
    grid-column: 2;
    justify-self: center;
    width: clamp(116px, 36vw, 150px);
    max-width: 100%;
    min-width: 0;
  }

  body.af-home-template .af-brand a,
  body.af-home-template .af-brand img {
    display: block;
    max-width: 100%;
  }

  body.af-home-template .af-header-actions {
    grid-column: 3;
    min-width: 0;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 0;
  }

  body.af-home-template .af-header-actions .af-account-menu,
  body.af-home-template .af-header-actions .af-wishlist-link {
    display: none !important;
  }

  body.af-home-template .af-header-actions .af-search-link,
  body.af-home-template .af-header-actions .af-cart-link {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    display: inline-grid !important;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.af-home-template .af-header-actions .af-search-link svg,
  body.af-home-template .af-header-actions .af-cart-link svg {
    width: 21px;
    height: 21px;
  }

  body.af-home-template .af-language-switcher {
    min-width: 48px;
    flex: 0 0 auto;
  }

  body.af-home-template .af-language-toggle {
    min-width: 48px;
    height: 30px;
    grid-template-columns: 16px auto 8px;
    gap: 4px;
    padding: 0;
  }

  body.af-home-template .af-language-toggle__flag,
  body.af-home-template .af-language-toggle__flag img {
    width: 16px;
    height: 16px;
  }

  body.af-home-template .af-language-toggle svg {
    width: 8px;
    height: 8px;
  }

  body.af-home-template .af-header-cart-count {
    top: -6px;
    right: -6px;
  }

  body.af-home-template .af-navigation,
  body.af-home-template .af-navigation.is-open {
    padding: 0 !important;
    background: #fff !important;
    color: var(--af-court-charcoal, #181b18) !important;
  }

  body.af-home-template .af-navigation__inner,
  body.af-home-template .af-navigation__inner.af-container {
    width: 100% !important;
    max-width: none !important;
    min-height: 0;
    display: grid !important;
    gap: 22px !important;
    align-items: start;
    margin: 0 !important;
    padding: 18px 24px 34px !important;
  }

  body.af-home-template .af-navigation .af-mobile-quicklinks,
  body.af-home-template .af-navigation.is-open .af-mobile-quicklinks {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px !important;
    border-bottom: 1px solid rgba(24, 27, 24, 0.1);
    padding: 0 0 20px !important;
  }

  body.af-home-template .af-navigation .af-mobile-quicklinks a {
    min-width: 0;
    min-height: 52px;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 0 !important;
    border-radius: 999px;
    background: transparent !important;
    color: var(--af-court-charcoal, #181b18) !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: none !important;
  }

  body.af-home-template .af-navigation .af-mobile-quicklink__icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    flex: 0 0 28px !important;
    display: inline-grid !important;
    place-items: center;
    border-radius: 50%;
    background: var(--af-court-charcoal, #181b18) !important;
    color: #fff !important;
  }

  body.af-home-template .af-navigation .af-mobile-quicklink__icon svg {
    width: 16px !important;
    height: 16px !important;
    display: block;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body.af-home-template .af-navigation .af-mobile-quicklink__text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.af-home-template .af-navigation .af-mobile-wishlist-count {
    position: static !important;
    min-width: 18px;
    height: 18px;
    margin-left: auto;
    transform: none !important;
  }

  body.af-home-template .af-navigation .af-menu {
    width: 100%;
    display: grid !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.af-home-template .af-navigation .af-menu a {
    min-height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 27, 24, 0.1) !important;
    color: var(--af-court-charcoal, #181b18) !important;
    font-size: 16px !important;
    font-weight: 820;
    letter-spacing: .06em;
    line-height: 1;
    padding: 0 !important;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.af-home-template .af-court-hero .af-home-hero__actions {
    width: min(100%, 330px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }

  body.af-home-template .af-court-hero .af-home-hero__actions .af-button {
    min-width: 156px;
    min-height: 46px;
    flex: 0 0 auto;
    padding-inline: 18px;
    white-space: nowrap;
  }

  body.af-home-template .af-court-hero .af-court-text-link {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  body.af-home-template .af-header-grid,
  body.af-home-template .af-site-header .af-header-grid.af-container {
    grid-template-columns: 38px minmax(104px, 1fr) minmax(92px, auto);
    gap: 4px;
    padding-inline: 10px;
  }

  body.af-home-template .af-brand {
    width: clamp(104px, 34vw, 136px);
  }

  body.af-home-template .af-header-actions {
    gap: 6px;
  }

  body.af-home-template .af-header-actions .af-search-link,
  body.af-home-template .af-header-actions .af-cart-link {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }

  body.af-home-template .af-language-switcher,
  body.af-home-template .af-language-toggle {
    min-width: 44px;
  }

  body.af-home-template .af-language-toggle__code {
    font-size: 10px;
  }

  body.af-home-template .af-navigation__inner,
  body.af-home-template .af-navigation__inner.af-container {
    padding-inline: 18px !important;
  }

  body.af-home-template .af-navigation .af-mobile-quicklinks {
    gap: 8px !important;
  }

  body.af-home-template .af-navigation .af-mobile-quicklinks a {
    padding-inline: 8px !important;
    font-size: 12px !important;
  }

  body.af-home-template .af-navigation .af-mobile-quicklink__icon {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    flex-basis: 26px !important;
  }
}

/* Account mobile header/menu and section tabs. */
@media (max-width: 760px) {
  body.woocommerce-account .af-site-header {
    height: 64px;
  }

  body.woocommerce-account .af-header-grid,
  body.woocommerce-account .af-site-header .af-header-grid.af-container {
    width: 100%;
    max-width: none;
    min-height: 64px;
    display: grid;
    grid-template-columns: 44px minmax(116px, 1fr) minmax(104px, auto);
    align-items: center;
    gap: 6px;
    padding: 0 12px;
  }

  body.woocommerce-account .af-menu-toggle {
    grid-column: 1;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    justify-self: start;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--af-court-charcoal, #181b18);
  }

  body.woocommerce-account .af-menu-toggle:hover,
  body.woocommerce-account .af-menu-toggle:focus-visible {
    background: rgba(24, 27, 24, 0.06) !important;
  }

  body.woocommerce-account .af-brand {
    grid-column: 2;
    justify-self: center;
    width: clamp(116px, 36vw, 150px);
    max-width: 100%;
    min-width: 0;
  }

  body.woocommerce-account .af-brand a,
  body.woocommerce-account .af-brand img {
    display: block;
    max-width: 100%;
  }

  body.woocommerce-account .af-header-actions {
    grid-column: 3;
    min-width: 0;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 0;
  }

  body.woocommerce-account .af-header-actions .af-account-menu,
  body.woocommerce-account .af-header-actions .af-wishlist-link {
    display: none !important;
  }

  body.woocommerce-account .af-header-actions .af-search-link,
  body.woocommerce-account .af-header-actions .af-cart-link {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    display: inline-grid !important;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.woocommerce-account .af-header-actions .af-search-link svg,
  body.woocommerce-account .af-header-actions .af-cart-link svg {
    width: 21px;
    height: 21px;
  }

  body.woocommerce-account .af-language-switcher {
    min-width: 48px;
    flex: 0 0 auto;
  }

  body.woocommerce-account .af-language-toggle {
    min-width: 48px;
    height: 30px;
    grid-template-columns: 16px auto 8px;
    gap: 4px;
    padding: 0;
  }

  body.woocommerce-account .af-language-toggle__flag,
  body.woocommerce-account .af-language-toggle__flag img {
    width: 16px;
    height: 16px;
  }

  body.woocommerce-account .af-language-toggle svg {
    width: 8px;
    height: 8px;
  }

  body.woocommerce-account .af-header-cart-count {
    top: -6px;
    right: -6px;
  }

  body.woocommerce-account .af-navigation,
  body.woocommerce-account .af-navigation.is-open {
    padding: 0 !important;
    background: #fff !important;
    color: var(--af-court-charcoal, #181b18) !important;
  }

  body.woocommerce-account .af-navigation__inner,
  body.woocommerce-account .af-navigation__inner.af-container {
    width: 100% !important;
    max-width: none !important;
    min-height: 0;
    display: grid !important;
    gap: 22px !important;
    align-items: start;
    margin: 0 !important;
    padding: 18px 24px 34px !important;
  }

  body.woocommerce-account .af-navigation .af-mobile-quicklinks,
  body.woocommerce-account .af-navigation.is-open .af-mobile-quicklinks {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px !important;
    border-bottom: 1px solid rgba(24, 27, 24, 0.1);
    padding: 0 0 20px !important;
  }

  body.woocommerce-account .af-navigation .af-mobile-quicklinks a {
    min-width: 0;
    min-height: 52px;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 0 !important;
    border-radius: 999px;
    background: transparent !important;
    color: var(--af-court-charcoal, #181b18) !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: none !important;
  }

  body.woocommerce-account .af-navigation .af-mobile-quicklink__icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    flex: 0 0 28px !important;
    display: inline-grid !important;
    place-items: center;
    border-radius: 50%;
    background: var(--af-court-charcoal, #181b18) !important;
    color: #fff !important;
  }

  body.woocommerce-account .af-navigation .af-mobile-quicklink__icon svg {
    width: 16px !important;
    height: 16px !important;
    display: block;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body.woocommerce-account .af-navigation .af-mobile-quicklink__text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.woocommerce-account .af-navigation .af-mobile-wishlist-count {
    position: static !important;
    min-width: 18px;
    height: 18px;
    margin-left: auto;
    transform: none !important;
  }

  body.woocommerce-account .af-navigation .af-menu {
    width: 100%;
    display: grid !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.woocommerce-account .af-navigation .af-menu a {
    min-height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 27, 24, 0.1) !important;
    color: var(--af-court-charcoal, #181b18) !important;
    font-size: 16px !important;
    font-weight: 820;
    letter-spacing: .06em;
    line-height: 1;
    padding: 0 !important;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav {
    margin: 0 -12px 18px;
    overflow: visible;
  }

  body.woocommerce-account .af-account-mobile-tabs {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #eee9e3;
    border-bottom: 1px solid #e5dfd8;
    background: #fff;
    box-shadow: 0 8px 18px rgba(24, 27, 24, 0.04);
  }

  body.woocommerce-account .af-account-mobile-tabs::before,
  body.woocommerce-account .af-account-mobile-tabs::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 18px;
    pointer-events: none;
  }

  body.woocommerce-account .af-account-mobile-tabs::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }

  body.woocommerce-account .af-account-mobile-tabs::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }

  body.woocommerce-account .af-account-mobile-tabs__track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 12px 12px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  body.woocommerce-account .af-account-mobile-tabs__track::-webkit-scrollbar {
    display: none;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab {
    position: relative;
    flex: 0 0 auto;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
    border: 1px solid #ded8d0;
    border-radius: 999px;
    background: #fff;
    color: #504a44;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 760;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    box-shadow: 0 1px 0 rgba(24, 27, 24, 0.04);
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab::after {
    display: none !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab.is-active {
    border-color: var(--af-court-charcoal, #181b18);
    background: var(--af-court-charcoal, #181b18);
    color: #fff;
    box-shadow: none;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab:hover,
  body.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab:focus-visible {
    border-color: var(--af-court-charcoal, #181b18);
    color: var(--af-court-charcoal, #181b18);
    outline: none;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab.is-active:hover,
  body.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab.is-active:focus-visible {
    color: #fff;
  }
}

@media (max-width: 380px) {
  body.woocommerce-account .af-header-grid,
  body.woocommerce-account .af-site-header .af-header-grid.af-container {
    grid-template-columns: 38px minmax(104px, 1fr) minmax(92px, auto);
    gap: 4px;
    padding-inline: 10px;
  }

  body.woocommerce-account .af-brand {
    width: clamp(104px, 34vw, 136px);
  }

  body.woocommerce-account .af-header-actions {
    gap: 6px;
  }

  body.woocommerce-account .af-header-actions .af-search-link,
  body.woocommerce-account .af-header-actions .af-cart-link {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }

  body.woocommerce-account .af-language-switcher,
  body.woocommerce-account .af-language-toggle {
    min-width: 44px;
  }

  body.woocommerce-account .af-language-toggle__code {
    font-size: 10px;
  }

  body.woocommerce-account .af-navigation__inner,
  body.woocommerce-account .af-navigation__inner.af-container {
    padding-inline: 18px !important;
  }

  body.woocommerce-account .af-navigation .af-mobile-quicklinks {
    gap: 8px !important;
  }

  body.woocommerce-account .af-navigation .af-mobile-quicklinks a {
    padding-inline: 8px !important;
    font-size: 12px !important;
  }

  body.woocommerce-account .af-navigation .af-mobile-quicklink__icon {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    flex-basis: 26px !important;
  }

  body.woocommerce-account .af-account-mobile-tabs__track {
    gap: 7px;
    padding-inline: 10px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav .af-account-mobile-tab {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 11px;
  }
}

/* Mobile header/menu sync for wishlist and product pages, plus account orders polish. */
@media (max-width: 760px) {
  body.af-wishlist-template .af-site-header,
  body.single-product .af-site-header {
    height: 64px;
  }

  body.af-wishlist-template .af-header-grid,
  body.af-wishlist-template .af-site-header .af-header-grid.af-container,
  body.single-product .af-header-grid,
  body.single-product .af-site-header .af-header-grid.af-container {
    width: 100%;
    max-width: none;
    min-height: 64px;
    display: grid;
    grid-template-columns: 44px minmax(116px, 1fr) minmax(104px, auto);
    align-items: center;
    gap: 6px;
    padding: 0 12px;
  }

  body.af-wishlist-template .af-menu-toggle,
  body.single-product .af-menu-toggle {
    grid-column: 1;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    justify-self: start;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--af-court-charcoal, #181b18);
  }

  body.af-wishlist-template .af-menu-toggle:hover,
  body.af-wishlist-template .af-menu-toggle:focus-visible,
  body.single-product .af-menu-toggle:hover,
  body.single-product .af-menu-toggle:focus-visible {
    background: rgba(24, 27, 24, 0.06) !important;
  }

  body.af-wishlist-template .af-brand,
  body.single-product .af-brand {
    grid-column: 2;
    justify-self: center;
    width: clamp(116px, 36vw, 150px);
    max-width: 100%;
    min-width: 0;
  }

  body.af-wishlist-template .af-brand a,
  body.af-wishlist-template .af-brand img,
  body.single-product .af-brand a,
  body.single-product .af-brand img {
    display: block;
    max-width: 100%;
  }

  body.af-wishlist-template .af-header-actions,
  body.single-product .af-header-actions {
    grid-column: 3;
    min-width: 0;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 0;
  }

  body.af-wishlist-template .af-header-actions .af-account-menu,
  body.af-wishlist-template .af-header-actions .af-wishlist-link,
  body.single-product .af-header-actions .af-account-menu,
  body.single-product .af-header-actions .af-wishlist-link {
    display: none !important;
  }

  body.af-wishlist-template .af-header-actions .af-search-link,
  body.af-wishlist-template .af-header-actions .af-cart-link,
  body.single-product .af-header-actions .af-search-link,
  body.single-product .af-header-actions .af-cart-link {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    display: inline-grid !important;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.af-wishlist-template .af-header-actions .af-search-link svg,
  body.af-wishlist-template .af-header-actions .af-cart-link svg,
  body.single-product .af-header-actions .af-search-link svg,
  body.single-product .af-header-actions .af-cart-link svg {
    width: 21px;
    height: 21px;
  }

  body.af-wishlist-template .af-language-switcher,
  body.single-product .af-language-switcher {
    min-width: 48px;
    flex: 0 0 auto;
  }

  body.af-wishlist-template .af-language-toggle,
  body.single-product .af-language-toggle {
    min-width: 48px;
    height: 30px;
    grid-template-columns: 16px auto 8px;
    gap: 4px;
    padding: 0;
  }

  body.af-wishlist-template .af-language-toggle__flag,
  body.af-wishlist-template .af-language-toggle__flag img,
  body.single-product .af-language-toggle__flag,
  body.single-product .af-language-toggle__flag img {
    width: 16px;
    height: 16px;
  }

  body.af-wishlist-template .af-language-toggle svg,
  body.single-product .af-language-toggle svg {
    width: 8px;
    height: 8px;
  }

  body.af-wishlist-template .af-header-cart-count,
  body.single-product .af-header-cart-count {
    top: -6px;
    right: -6px;
  }

  body.af-wishlist-template .af-navigation,
  body.af-wishlist-template .af-navigation.is-open,
  body.single-product .af-navigation,
  body.single-product .af-navigation.is-open {
    padding: 0 !important;
    background: #fff !important;
    color: var(--af-court-charcoal, #181b18) !important;
  }

  body.af-wishlist-template .af-navigation__inner,
  body.af-wishlist-template .af-navigation__inner.af-container,
  body.single-product .af-navigation__inner,
  body.single-product .af-navigation__inner.af-container {
    width: 100% !important;
    max-width: none !important;
    min-height: 0;
    display: grid !important;
    gap: 22px !important;
    align-items: start;
    margin: 0 !important;
    padding: 18px 24px 34px !important;
  }

  body.af-wishlist-template .af-navigation .af-mobile-quicklinks,
  body.af-wishlist-template .af-navigation.is-open .af-mobile-quicklinks,
  body.single-product .af-navigation .af-mobile-quicklinks,
  body.single-product .af-navigation.is-open .af-mobile-quicklinks {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px !important;
    border-bottom: 1px solid rgba(24, 27, 24, 0.1);
    padding: 0 0 20px !important;
  }

  body.af-wishlist-template .af-navigation .af-mobile-quicklinks a,
  body.single-product .af-navigation .af-mobile-quicklinks a {
    min-width: 0;
    min-height: 52px;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 0 !important;
    border-radius: 999px;
    background: transparent !important;
    color: var(--af-court-charcoal, #181b18) !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: none !important;
  }

  body.af-wishlist-template .af-navigation .af-mobile-quicklink__icon,
  body.single-product .af-navigation .af-mobile-quicklink__icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    flex: 0 0 28px !important;
    display: inline-grid !important;
    place-items: center;
    border-radius: 50%;
    background: var(--af-court-charcoal, #181b18) !important;
    color: #fff !important;
  }

  body.af-wishlist-template .af-navigation .af-mobile-quicklink__icon svg,
  body.single-product .af-navigation .af-mobile-quicklink__icon svg {
    width: 16px !important;
    height: 16px !important;
    display: block;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body.af-wishlist-template .af-navigation .af-mobile-quicklink__text,
  body.single-product .af-navigation .af-mobile-quicklink__text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.af-wishlist-template .af-navigation .af-mobile-wishlist-count,
  body.single-product .af-navigation .af-mobile-wishlist-count {
    position: static !important;
    min-width: 18px;
    height: 18px;
    margin-left: auto;
    transform: none !important;
  }

  body.af-wishlist-template .af-navigation .af-menu,
  body.single-product .af-navigation .af-menu {
    width: 100%;
    display: grid !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.af-wishlist-template .af-navigation .af-menu a,
  body.single-product .af-navigation .af-menu a {
    min-height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border: 0 !important;
    border-bottom: 1px solid rgba(24, 27, 24, 0.1) !important;
    color: var(--af-court-charcoal, #181b18) !important;
    font-size: 16px !important;
    font-weight: 820;
    letter-spacing: .06em;
    line-height: 1;
    padding: 0 !important;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-info,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-message,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-Message {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
    border: 1px solid #e7e0d8;
    border-radius: 0;
    border-top: 1px solid #e7e0d8;
    background: #faf8f6;
    color: #3f3934;
    padding: 18px !important;
    box-shadow: none;
    font-size: 15px;
    line-height: 1.45;
    overflow: hidden;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-info::before,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-message::before,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-Message::before {
    display: none;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-info .button,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-message .button,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-Message .button {
    order: 2;
    float: none !important;
    min-height: 44px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: var(--af-court-charcoal, #181b18);
    color: #fff;
    padding: 0 22px;
    font-size: 12px;
    font-weight: 860;
    letter-spacing: .06em;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
  }
}

@media (max-width: 380px) {
  body.af-wishlist-template .af-header-grid,
  body.af-wishlist-template .af-site-header .af-header-grid.af-container,
  body.single-product .af-header-grid,
  body.single-product .af-site-header .af-header-grid.af-container {
    grid-template-columns: 38px minmax(104px, 1fr) minmax(92px, auto);
    gap: 4px;
    padding-inline: 10px;
  }

  body.af-wishlist-template .af-brand,
  body.single-product .af-brand {
    width: clamp(104px, 34vw, 136px);
  }

  body.af-wishlist-template .af-header-actions,
  body.single-product .af-header-actions {
    gap: 6px;
  }

  body.af-wishlist-template .af-header-actions .af-search-link,
  body.af-wishlist-template .af-header-actions .af-cart-link,
  body.single-product .af-header-actions .af-search-link,
  body.single-product .af-header-actions .af-cart-link {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }

  body.af-wishlist-template .af-language-switcher,
  body.af-wishlist-template .af-language-toggle,
  body.single-product .af-language-switcher,
  body.single-product .af-language-toggle {
    min-width: 44px;
  }

  body.af-wishlist-template .af-language-toggle__code,
  body.single-product .af-language-toggle__code {
    font-size: 10px;
  }

  body.af-wishlist-template .af-navigation__inner,
  body.af-wishlist-template .af-navigation__inner.af-container,
  body.single-product .af-navigation__inner,
  body.single-product .af-navigation__inner.af-container {
    padding-inline: 18px !important;
  }

  body.af-wishlist-template .af-navigation .af-mobile-quicklinks,
  body.single-product .af-navigation .af-mobile-quicklinks {
    gap: 8px !important;
  }

  body.af-wishlist-template .af-navigation .af-mobile-quicklinks a,
  body.single-product .af-navigation .af-mobile-quicklinks a {
    padding-inline: 8px !important;
    font-size: 12px !important;
  }

  body.af-wishlist-template .af-navigation .af-mobile-quicklink__icon,
  body.single-product .af-navigation .af-mobile-quicklink__icon {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    flex-basis: 26px !important;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-info,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-message,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-Message {
    padding: 16px !important;
    font-size: 14px;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-info .button,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-message .button,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-Message .button {
    width: 100%;
    padding-inline: 14px;
  }
}

/* Product detail mobile header parity: final override for the responsive nav breakpoint. */
@media (max-width: 1120px) {
  body.woocommerce.single-product .af-site-header,
  body.single-product .af-site-header {
    height: 64px !important;
    background: #fff !important;
    color: var(--af-court-charcoal, #181b18) !important;
    border-bottom: 1px solid rgba(24, 27, 24, 0.12) !important;
  }

  body.woocommerce.single-product .af-header-grid,
  body.woocommerce.single-product .af-site-header .af-header-grid.af-container,
  body.single-product .af-header-grid,
  body.single-product .af-site-header .af-header-grid.af-container {
    width: 100% !important;
    max-width: none !important;
    min-height: 64px !important;
    display: grid !important;
    grid-template-columns: 44px minmax(116px, 1fr) minmax(104px, auto) !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 12px !important;
  }

  body.woocommerce.single-product .af-menu-toggle,
  body.single-product .af-menu-toggle {
    grid-column: 1 !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    justify-self: start !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--af-court-charcoal, #181b18) !important;
    box-shadow: none !important;
  }

  body.woocommerce.single-product .af-brand,
  body.single-product .af-brand {
    grid-column: 2 !important;
    justify-self: center !important;
    width: clamp(116px, 36vw, 150px) !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body.woocommerce.single-product .af-brand a,
  body.woocommerce.single-product .af-brand img,
  body.single-product .af-brand a,
  body.single-product .af-brand img {
    display: block !important;
    max-width: 100% !important;
  }

  body.woocommerce.single-product .af-header-actions,
  body.single-product .af-header-actions {
    grid-column: 3 !important;
    min-width: 0 !important;
    min-height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    padding: 0 !important;
  }

  body.woocommerce.single-product .af-header-actions .af-account-menu,
  body.woocommerce.single-product .af-header-actions .af-wishlist-link,
  body.single-product .af-header-actions .af-account-menu,
  body.single-product .af-header-actions .af-wishlist-link {
    display: none !important;
  }

  body.woocommerce.single-product .af-header-actions .af-search-link,
  body.woocommerce.single-product .af-header-actions .af-cart-link,
  body.single-product .af-header-actions .af-search-link,
  body.single-product .af-header-actions .af-cart-link {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    display: inline-grid !important;
    place-items: center !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  body.woocommerce.single-product .af-header-actions .af-search-link svg,
  body.woocommerce.single-product .af-header-actions .af-cart-link svg,
  body.single-product .af-header-actions .af-search-link svg,
  body.single-product .af-header-actions .af-cart-link svg {
    width: 21px !important;
    height: 21px !important;
  }

  body.woocommerce.single-product .af-language-switcher,
  body.single-product .af-language-switcher {
    min-width: 48px !important;
    flex: 0 0 auto !important;
  }

  body.woocommerce.single-product .af-language-toggle,
  body.single-product .af-language-toggle {
    min-width: 48px !important;
    height: 30px !important;
    grid-template-columns: 16px auto 8px !important;
    gap: 4px !important;
    padding: 0 !important;
  }

  body.woocommerce.single-product .af-language-toggle__flag,
  body.woocommerce.single-product .af-language-toggle__flag img,
  body.single-product .af-language-toggle__flag,
  body.single-product .af-language-toggle__flag img {
    width: 16px !important;
    height: 16px !important;
  }

  body.woocommerce.single-product .af-language-toggle svg,
  body.single-product .af-language-toggle svg {
    width: 8px !important;
    height: 8px !important;
  }

  body.woocommerce.single-product .af-navigation,
  body.woocommerce.single-product .af-navigation.is-open,
  body.single-product .af-navigation,
  body.single-product .af-navigation.is-open {
    inset: 104px 0 0 !important;
    padding: 0 !important;
    background: #fff !important;
    color: var(--af-court-charcoal, #181b18) !important;
  }

  body.woocommerce.single-product .af-navigation__inner,
  body.woocommerce.single-product .af-navigation__inner.af-container,
  body.single-product .af-navigation__inner,
  body.single-product .af-navigation__inner.af-container {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    display: grid !important;
    gap: 22px !important;
    align-items: start !important;
    margin: 0 !important;
    padding: 18px 24px 34px !important;
  }

  body.woocommerce.single-product .af-navigation .af-mobile-quicklinks,
  body.woocommerce.single-product .af-navigation.is-open .af-mobile-quicklinks,
  body.single-product .af-navigation .af-mobile-quicklinks,
  body.single-product .af-navigation.is-open .af-mobile-quicklinks {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    border-bottom: 1px solid rgba(24, 27, 24, 0.1) !important;
    padding: 0 0 20px !important;
  }

  body.woocommerce.single-product .af-navigation .af-mobile-quicklinks a,
  body.single-product .af-navigation .af-mobile-quicklinks a {
    min-width: 0 !important;
    min-height: 52px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: var(--af-court-charcoal, #181b18) !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .04em !important;
    line-height: 1 !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
  }

  body.woocommerce.single-product .af-navigation .af-mobile-quicklink__icon,
  body.single-product .af-navigation .af-mobile-quicklink__icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    flex: 0 0 28px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: var(--af-court-charcoal, #181b18) !important;
    color: #fff !important;
  }

  body.woocommerce.single-product .af-navigation .af-mobile-quicklink__icon svg,
  body.single-product .af-navigation .af-mobile-quicklink__icon svg {
    width: 16px !important;
    height: 16px !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  body.woocommerce.single-product .af-navigation .af-mobile-quicklink__text,
  body.single-product .af-navigation .af-mobile-quicklink__text {
    min-width: 0 !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.woocommerce.single-product .af-navigation .af-mobile-wishlist-count,
  body.single-product .af-navigation .af-mobile-wishlist-count {
    position: static !important;
    min-width: 18px !important;
    height: 18px !important;
    margin-left: auto !important;
    transform: none !important;
  }
}

@media (max-width: 380px) {
  body.woocommerce.single-product .af-header-grid,
  body.woocommerce.single-product .af-site-header .af-header-grid.af-container,
  body.single-product .af-header-grid,
  body.single-product .af-site-header .af-header-grid.af-container {
    grid-template-columns: 38px minmax(104px, 1fr) minmax(92px, auto) !important;
    gap: 4px !important;
    padding-inline: 10px !important;
  }

  body.woocommerce.single-product .af-brand,
  body.single-product .af-brand {
    width: clamp(104px, 34vw, 136px) !important;
  }

  body.woocommerce.single-product .af-header-actions,
  body.single-product .af-header-actions {
    gap: 6px !important;
  }

  body.woocommerce.single-product .af-header-actions .af-search-link,
  body.woocommerce.single-product .af-header-actions .af-cart-link,
  body.single-product .af-header-actions .af-search-link,
  body.single-product .af-header-actions .af-cart-link {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
  }

  body.woocommerce.single-product .af-language-switcher,
  body.woocommerce.single-product .af-language-toggle,
  body.single-product .af-language-switcher,
  body.single-product .af-language-toggle {
    min-width: 44px !important;
  }

  body.woocommerce.single-product .af-language-toggle__code,
  body.single-product .af-language-toggle__code {
    font-size: 10px !important;
  }

  body.woocommerce.single-product .af-navigation__inner,
  body.woocommerce.single-product .af-navigation__inner.af-container,
  body.single-product .af-navigation__inner,
  body.single-product .af-navigation__inner.af-container {
    padding-inline: 18px !important;
  }

  body.woocommerce.single-product .af-navigation .af-mobile-quicklinks,
  body.single-product .af-navigation .af-mobile-quicklinks {
    gap: 8px !important;
  }

  body.woocommerce.single-product .af-navigation .af-mobile-quicklinks a,
  body.single-product .af-navigation .af-mobile-quicklinks a {
    padding-inline: 8px !important;
    font-size: 12px !important;
  }

  body.woocommerce.single-product .af-navigation .af-mobile-quicklink__icon,
  body.single-product .af-navigation .af-mobile-quicklink__icon {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    flex-basis: 26px !important;
  }
}

/* Account orders mobile spacing: keep the empty-order card clear of the tabs. */
@media (max-width: 760px) {
  body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
    padding-top: 28px !important;
  }

  body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info,
  body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-message,
  body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-Message {
    margin-top: 8px !important;
  }
}

@media (max-width: 380px) {
  body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
    padding-top: 24px !important;
  }
}

/* Account mobile layout row guard: keep tabs and page content in separate rows. */
@media (max-width: 900px) {
  body.woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    row-gap: 22px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-navigation.af-account-nav {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    margin-bottom: 0 !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: start !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 760px) {
  body.woocommerce-account.woocommerce-orders .woocommerce {
    row-gap: 30px !important;
  }

  body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
    padding-top: 18px !important;
  }

  body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-info,
  body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-message,
  body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content > .woocommerce-Message {
    margin-top: 0 !important;
  }
}

/* Home mobile product rail: keep product media and actions in their own rows. */
@media (max-width: 760px) {
  body.af-home-template .af-home-product-rail-wrap {
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  body.af-home-template .af-home-product-rail {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-inline: calc((100vw - 100%) / -2) !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 0 12px 18px !important;
    scroll-padding-left: 12px !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
  }

  body.af-home-template .af-home-product-rail::-webkit-scrollbar {
    display: none !important;
  }

  body.af-home-template .af-home-product-rail .woocommerce,
  body.af-home-template .af-home-product-rail .woocommerce.columns-4 {
    width: max-content !important;
    max-width: none !important;
    overflow: visible !important;
  }

  body.af-home-template .af-home-product-rail .woocommerce ul.products,
  body.af-home-template .af-home-product-rail .woocommerce ul.products.columns-4 {
    width: max-content !important;
    max-width: none !important;
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-flow: initial !important;
    grid-auto-columns: initial !important;
    align-items: flex-start !important;
    gap: 18px !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-type: x proximity !important;
  }

  body.af-home-template .af-home-product-rail .woocommerce ul.products li.product,
  body.af-home-template .af-home-product-rail .woocommerce-page ul.products li.product,
  body.af-home-template .af-home-product-rail .woocommerce ul.products li.product.af-product-card,
  body.af-home-template .af-home-product-rail .af-product-card {
    position: relative !important;
    float: none !important;
    clear: none !important;
    flex: 0 0 clamp(240px, 76vw, 300px) !important;
    width: clamp(240px, 76vw, 300px) !important;
    max-width: clamp(240px, 76vw, 300px) !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    align-items: start !important;
    gap: 14px !important;
    margin: 0 !important;
    overflow: visible !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  body.af-home-template .af-home-product-rail .af-product-card__media,
  body.af-home-template .af-home-product-rail .af-product-card:nth-child(3) .af-product-card__media {
    position: relative !important;
    z-index: 1 !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 3 / 4 !important;
    display: block !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #eef2ec !important;
    box-shadow: none !important;
    transform: none !important;
    isolation: isolate !important;
  }

  body.af-home-template .af-home-product-rail .af-product-card__media img,
  body.af-home-template .af-home-product-rail .af-product-card__image,
  body.af-home-template .af-home-product-rail .woocommerce ul.products li.product a img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    display: block !important;
    margin: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
    transform: none !important;
  }

  body.af-home-template .af-home-product-rail .af-product-card__image--primary {
    opacity: 1 !important;
  }

  body.af-home-template .af-home-product-rail .af-product-card__image--scene,
  body.af-home-template .af-home-product-rail .af-product-card__media-shade,
  body.af-home-template .af-home-product-rail .af-product-card__scene-label {
    display: none !important;
  }

  body.af-home-template .af-home-product-rail .af-product-badge {
    top: 10px !important;
    left: 10px !important;
    z-index: 3 !important;
  }

  body.af-home-template .af-home-product-rail .af-wishlist-button--card {
    top: 12px !important;
    right: 12px !important;
    z-index: 4 !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.af-home-template .af-home-product-rail .af-product-card__body {
    position: relative !important;
    z-index: 1 !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    display: grid !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
  }

  body.af-home-template .af-home-product-rail .af-sport-color-row {
    margin: 0 0 8px !important;
  }

  body.af-home-template .af-home-product-rail .af-product-card__title {
    min-height: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    color: #181b18 !important;
    font-size: 13px !important;
    font-weight: 680 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    text-transform: none !important;
    -webkit-line-clamp: 2 !important;
  }

  body.af-home-template .af-home-product-rail .af-product-card__meta,
  body.af-home-template .af-home-product-rail .af-product-card__price,
  body.af-home-template .af-home-product-rail .woocommerce ul.products li.product .price {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.af-home-template .af-home-product-rail .af-product-card .button {
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 0 !important;
    justify-self: start !important;
    border: 0 !important;
    border-bottom: 1px solid currentColor !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #181b18 !important;
    padding: 0 0 4px !important;
    font-size: 11px !important;
    font-weight: 720 !important;
    letter-spacing: 0.08em !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    text-align: left !important;
    box-shadow: none !important;
  }

  body.af-home-template .af-home-product-arrow {
    display: none !important;
  }
}

@media (max-width: 380px) {
  body.af-home-template .af-home-product-rail .woocommerce ul.products li.product,
  body.af-home-template .af-home-product-rail .woocommerce ul.products li.product.af-product-card,
  body.af-home-template .af-home-product-rail .af-product-card {
    flex-basis: clamp(224px, 76vw, 274px) !important;
    width: clamp(224px, 76vw, 274px) !important;
    max-width: clamp(224px, 76vw, 274px) !important;
  }
}

/* Home shop-the-look controls: keep desktop arrows above the media and clickable. */
@media (min-width: 761px) {
  body.af-home-template .af-court-shop-look__stage {
    overflow: visible !important;
  }

  body.af-home-template .af-court-shop-look__editorial,
  body.af-home-template .af-court-shop-look__product {
    position: relative !important;
    z-index: 1 !important;
  }

body.af-home-template .af-court-look-arrow {
    z-index: 12 !important;
    pointer-events: auto !important;
  }
}

/* Final header wishlist hover lock: homepage should use red, never green. */
body.af-home-template .af-header-actions .af-wishlist-link:hover,
body.af-home-template .af-header-actions .af-wishlist-link:focus-visible,
body.af-home-template .af-header-actions .af-wishlist-link:hover svg,
body.af-home-template .af-header-actions .af-wishlist-link:focus-visible svg {
  color: #e11919 !important;
  fill: #e11919 !important;
  stroke: #e11919 !important;
}

body.af-home-template .af-header-actions .af-wishlist-link:hover path,
body.af-home-template .af-header-actions .af-wishlist-link:focus-visible path {
  fill: #e11919 !important;
  stroke: #e11919 !important;
}

/* PDP desktop header alignment: match the sport homepage's full-width utility rhythm. */
@media (min-width: 1121px) {
  html:has(body.single-product),
  html:has(body.woocommerce.single-product),
  body.single-product,
  body.woocommerce.single-product {
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  body.single-product .af-site-header,
  body.woocommerce.single-product .af-site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 90 !important;
    width: 100% !important;
    background: rgba(247, 248, 245, 0.94) !important;
    border-bottom: 1px solid rgba(24, 27, 24, 0.08) !important;
    color: #181b18 !important;
    backdrop-filter: blur(18px) !important;
    transform: none !important;
  }

  body.admin-bar.single-product .af-site-header,
  body.admin-bar.woocommerce.single-product .af-site-header {
    top: 32px !important;
  }

  body.single-product .af-site-header .af-container,
  body.woocommerce.single-product .af-site-header .af-container {
    width: calc(100% - clamp(48px, 6vw, 128px)) !important;
    max-width: none !important;
    margin-inline: auto !important;
  }

  body.single-product .af-header-grid,
  body.single-product .af-site-header .af-header-grid.af-container,
  body.woocommerce.single-product .af-header-grid,
  body.woocommerce.single-product .af-site-header .af-header-grid.af-container {
    min-height: 72px !important;
    display: grid !important;
    grid-template-columns: minmax(210px, 0.38fr) minmax(240px, 1fr) auto !important;
    gap: clamp(20px, 2.4vw, 44px) !important;
    align-items: center !important;
    padding: 0 !important;
  }

  body.single-product .af-menu-toggle,
  body.woocommerce.single-product .af-menu-toggle,
  body.single-product .af-home-primary-links,
  body.woocommerce.single-product .af-home-primary-links {
    display: none !important;
  }

  body.single-product .af-brand,
  body.woocommerce.single-product .af-brand {
    grid-column: 1 !important;
    justify-self: start !important;
    width: clamp(154px, 12.8vw, 240px) !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.single-product .af-brand a,
  body.woocommerce.single-product .af-brand a {
    display: block !important;
    width: 100% !important;
  }

  body.single-product .af-brand img,
  body.woocommerce.single-product .af-brand img,
  body.single-product .custom-logo,
  body.woocommerce.single-product .custom-logo {
    display: block !important;
    width: 100% !important;
    max-width: 240px !important;
    height: auto !important;
    max-height: 62px !important;
    object-fit: contain !important;
  }

  body.single-product .af-header-search-pill,
  body.woocommerce.single-product .af-header-search-pill {
    grid-column: 2 !important;
    justify-self: end !important;
    width: clamp(220px, 18vw, 330px) !important;
    min-height: 38px !important;
    display: grid !important;
    grid-template-columns: 19px minmax(0, 1fr) !important;
    gap: 10px !important;
    border-color: rgba(24, 27, 24, 0.14) !important;
    background: rgba(255, 255, 255, 0.74) !important;
    color: #4c514b !important;
    padding: 0 16px !important;
    box-shadow: none !important;
  }

  body.single-product .af-header-search-pill svg,
  body.woocommerce.single-product .af-header-search-pill svg {
    width: 18px !important;
    height: 18px !important;
    stroke-width: 1.65 !important;
  }

  body.single-product .af-header-search-pill span,
  body.woocommerce.single-product .af-header-search-pill span {
    font-size: 13px !important;
    font-weight: 560 !important;
  }

  body.single-product .af-header-actions,
  body.woocommerce.single-product .af-header-actions {
    grid-column: 3 !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(15px, 1.3vw, 24px) !important;
    min-width: max-content !important;
    padding: 0 !important;
  }

  body.single-product .af-header-actions .af-account-menu,
  body.woocommerce.single-product .af-header-actions .af-account-menu {
    display: block !important;
  }

  body.single-product .af-header-actions .af-icon-link,
  body.single-product .af-header-actions .af-cart-link,
  body.woocommerce.single-product .af-header-actions .af-icon-link,
  body.woocommerce.single-product .af-header-actions .af-cart-link {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #181b18 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.single-product .af-header-actions .af-icon-link:hover,
  body.single-product .af-header-actions .af-icon-link:focus-visible,
  body.single-product .af-header-actions .af-cart-link:hover,
  body.single-product .af-header-actions .af-cart-link:focus-visible,
  body.woocommerce.single-product .af-header-actions .af-icon-link:hover,
  body.woocommerce.single-product .af-header-actions .af-icon-link:focus-visible,
  body.woocommerce.single-product .af-header-actions .af-cart-link:hover,
  body.woocommerce.single-product .af-header-actions .af-cart-link:focus-visible {
    background: transparent !important;
    color: #4f6846 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.single-product .af-header-actions svg,
  body.single-product .af-header-actions .af-icon-link svg,
  body.single-product .af-header-actions .af-cart-link svg,
  body.woocommerce.single-product .af-header-actions svg,
  body.woocommerce.single-product .af-header-actions .af-icon-link svg,
  body.woocommerce.single-product .af-header-actions .af-cart-link svg {
    width: 23px !important;
    height: 23px !important;
    stroke-width: 1.65 !important;
  }

  body.single-product .af-header-cart-count,
  body.single-product .af-header-wishlist-count,
  body.woocommerce.single-product .af-header-cart-count,
  body.woocommerce.single-product .af-header-wishlist-count {
    top: -8px !important;
    right: -7px !important;
    min-width: 17px !important;
    height: 17px !important;
    border-color: #fff !important;
    background: #e11919 !important;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 17px !important;
  }

  body.single-product .af-language-switcher,
  body.woocommerce.single-product .af-language-switcher {
    margin-left: 2px !important;
  }

  body.single-product .af-language-toggle,
  body.woocommerce.single-product .af-language-toggle {
    min-height: 34px !important;
    gap: 6px !important;
    border: 0 !important;
    background: transparent !important;
    color: #181b18 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  body.single-product .af-navigation,
  body.single-product .af-navigation:not(.is-open),
  body.woocommerce.single-product .af-navigation,
  body.woocommerce.single-product .af-navigation:not(.is-open),
  body.af-shop-nav-collapsed.single-product .af-navigation:not(.is-open),
  body.af-shop-nav-collapsed.woocommerce.single-product .af-navigation:not(.is-open) {
    position: relative !important;
    inset: auto !important;
    z-index: 89 !important;
    display: block !important;
    max-height: 52px !important;
    overflow: visible !important;
    border-top: 1px solid rgba(24, 27, 24, 0.08) !important;
    background: rgba(247, 248, 245, 0.94) !important;
    color: #181b18 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
  }

  body.single-product .af-navigation__inner,
  body.single-product .af-navigation__inner.af-container,
  body.woocommerce.single-product .af-navigation__inner,
  body.woocommerce.single-product .af-navigation__inner.af-container {
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  body.single-product .af-navigation .af-mobile-quicklinks,
  body.woocommerce.single-product .af-navigation .af-mobile-quicklinks {
    display: none !important;
  }

  body.single-product .af-navigation .af-menu,
  body.woocommerce.single-product .af-navigation .af-menu {
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(28px, 3.1vw, 56px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  body.single-product .af-navigation .af-menu a,
  body.woocommerce.single-product .af-navigation .af-menu a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 52px !important;
    border: 0 !important;
    color: #181b18 !important;
    font-size: 14px !important;
    font-weight: 780 !important;
    letter-spacing: 0.02em !important;
    line-height: 1 !important;
    text-transform: none !important;
  }

  body.single-product .af-navigation .af-menu a:hover,
  body.single-product .af-navigation .af-menu a:focus-visible,
  body.woocommerce.single-product .af-navigation .af-menu a:hover,
  body.woocommerce.single-product .af-navigation .af-menu a:focus-visible {
    color: #4f6846 !important;
  }
}

/* AELVORO SEO/GEO collection and PDP modules. */
.af-geo-collection-header .af-sport-hero__copy {
  max-width: 720px;
}

.af-geo-collection-guide {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(230px, 0.54fr) minmax(0, 1.46fr);
  gap: clamp(20px, 3vw, 42px);
  align-items: stretch;
  margin: clamp(18px, 2.4vw, 34px) auto clamp(24px, 3vw, 42px);
  padding: clamp(18px, 2.4vw, 28px) 0;
  border-top: 1px solid rgba(24, 27, 24, 0.1);
  border-bottom: 1px solid rgba(24, 27, 24, 0.1);
  scroll-margin-top: 120px;
  color: #181b18;
}

.af-geo-collection-guide__intro {
  align-self: start;
}

.af-geo-collection-guide__intro > p,
.af-geo-proof-list article span,
.af-pdp-geo-brief__eyebrow {
  margin: 0 0 8px;
  color: rgba(24, 27, 24, 0.58);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.af-geo-collection-guide h2 {
  max-width: 460px;
  margin: 0 0 12px;
  color: #181b18;
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.08;
}

.af-geo-collection-guide__intro > div {
  max-width: 430px;
  color: rgba(24, 27, 24, 0.68);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.58;
}

.af-geo-proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid rgba(24, 27, 24, 0.1);
}

.af-geo-proof-list article {
  min-height: 0;
  padding: 0 clamp(18px, 2vw, 26px);
  border-right: 1px solid rgba(24, 27, 24, 0.1);
}

.af-geo-proof-list article p {
  margin: 0;
  color: rgba(24, 27, 24, 0.7);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.52;
}

.af-geo-faq {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 64px);
  margin: clamp(44px, 6vw, 76px) auto;
  padding-top: clamp(22px, 3vw, 34px);
  border-top: 1px solid rgba(24, 27, 24, 0.1);
  color: #181b18;
}

.af-geo-faq h2 {
  max-width: 320px;
  margin: 0 0 10px;
  font-size: clamp(20px, 1.8vw, 30px);
  line-height: 1.08;
}

.af-geo-faq__head p {
  max-width: 330px;
  margin: 0;
  color: rgba(24, 27, 24, 0.62);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.56;
}

.af-geo-faq__list {
  border-top: 1px solid rgba(24, 27, 24, 0.1);
}

.af-geo-faq details {
  border-bottom: 1px solid rgba(24, 27, 24, 0.1);
  padding: 16px 0;
}

.af-geo-faq summary {
  cursor: pointer;
  color: #181b18;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
}

.af-geo-faq details p {
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(24, 27, 24, 0.66);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.66;
}

.af-geo-fallback-products {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(20px, 3vw, 42px) auto 0;
}

.af-geo-fallback-products__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(24, 27, 24, 0.1);
}

.af-geo-fallback-products__head h2 {
  margin: 0;
  color: #181b18;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.05;
}

.af-geo-fallback-products__head p {
  max-width: 420px;
  margin: 0;
  color: rgba(24, 27, 24, 0.62);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.52;
  text-align: right;
}

.af-pdp-geo-brief {
  margin: 12px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(24, 27, 24, 0.1);
}

.af-pdp-geo-brief dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.af-pdp-geo-brief dl > div {
  display: grid;
  grid-template-columns: minmax(82px, 0.28fr) minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid rgba(24, 27, 24, 0.08);
  padding: 10px 0;
}

.af-pdp-geo-brief dt {
  color: rgba(24, 27, 24, 0.56);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.af-pdp-geo-brief dd {
  margin: 0;
  color: rgba(24, 27, 24, 0.78);
  font-size: 13px;
  line-height: 1.58;
}

@media (max-width: 900px) {
  .af-geo-collection-guide {
    width: min(100% - 28px, 680px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .af-geo-proof-list {
    grid-template-columns: 1fr;
    border-left: 0;
    border-top: 1px solid rgba(24, 27, 24, 0.1);
  }

  .af-geo-proof-list article {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 27, 24, 0.1);
  }

  .af-geo-proof-list article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .af-geo-faq {
    width: min(100% - 28px, 680px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .af-geo-fallback-products {
    width: min(100% - 28px, 680px);
  }

  .af-geo-fallback-products__head {
    display: block;
  }

  .af-geo-fallback-products__head p {
    margin-top: 8px;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .af-geo-collection-guide {
    width: min(100% - 24px, 520px);
    margin-block: 18px 18px;
    padding: 14px 0;
    scroll-margin-top: 96px;
  }

  .af-geo-collection-header .af-sport-hero__copy h1 {
    font-size: clamp(36px, 10vw, 44px);
    line-height: 0.96;
  }

  .af-geo-collection-guide h2 {
    max-width: 340px;
    font-size: clamp(18px, 5.4vw, 22px);
  }

  .af-geo-collection-guide__intro > div {
    display: none;
  }

  .af-geo-proof-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding-top: 12px;
  }

  .af-geo-proof-list article {
    padding: 0 8px 0 0;
    border-bottom: 0;
  }

  .af-geo-proof-list article span {
    margin-bottom: 0;
    font-size: 9px;
    line-height: 1.25;
  }

  .af-geo-proof-list article p {
    display: none;
  }

  .af-sport-mobile-tabs {
    margin-bottom: 10px;
  }

  .af-geo-faq {
    width: min(100% - 24px, 520px);
    margin-block: 34px;
  }

  .af-geo-fallback-products {
    width: min(100% - 24px, 520px);
  }

  .af-geo-fallback-products__head {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .af-pdp-geo-brief {
    padding-top: 12px;
  }

  .af-geo-fallback-products__head p {
    display: none;
  }

  .af-pdp-geo-brief dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 9px 0;
  }
}


/* AELVORO PLP v1.0.205 layer: Lululemon-inspired shopping hierarchy. */
.post-type-archive-product,
.tax-product_cat,
.tax-product_tag,
.search-results {
  --af-plp-bg: #ffffff;
  --af-plp-panel: #ffffff;
  --af-plp-panel-soft: #f7f7f5;
  --af-plp-media: #f2f3f0;
  --af-plp-line: #deded8;
  --af-plp-text: #111312;
  --af-plp-muted: #626761;
  --af-plp-accent: #4f6f5d;
  --af-plp-sale: #c8102e;
  background: #ffffff;
  color: var(--af-plp-text);
  overflow-x: hidden;
}

.post-type-archive-product .af-site-header,
.tax-product_cat .af-site-header,
.tax-product_tag .af-site-header,
.search-results .af-site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(17, 19, 18, 0.1);
}

.post-type-archive-product .af-shop-main,
.tax-product_cat .af-shop-main,
.tax-product_tag .af-shop-main,
.search-results .af-shop-main,
.post-type-archive-product .af-shop-main > .af-container,
.tax-product_cat .af-shop-main > .af-container,
.tax-product_tag .af-shop-main > .af-container,
.search-results .af-shop-main > .af-container {
  background: #ffffff;
}

.post-type-archive-product .af-shop-main > .af-container,
.tax-product_cat .af-shop-main > .af-container,
.tax-product_tag .af-shop-main > .af-container,
.search-results .af-shop-main > .af-container {
  width: min(100% - clamp(28px, 3vw, 48px), 1640px);
}

.af-sport-shop-header {
  margin: 0 0 clamp(18px, 2.4vw, 34px);
  background: #ffffff;
}

.af-sport-hero {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 54px);
  align-items: end;
  padding: clamp(14px, 2vw, 26px) 0 clamp(16px, 2vw, 26px);
  border-top: 0;
  border-bottom: 1px solid var(--af-plp-line);
  background: #ffffff;
}

.af-sport-hero__copy {
  width: min(100%, 760px);
  gap: 9px;
}

.af-sport-hero__copy p {
  color: var(--af-plp-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.af-sport-hero__copy h1,
.af-geo-collection-header .af-sport-hero__copy h1 {
  max-width: 760px;
  color: var(--af-plp-text);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 740;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: none;
}

.af-sport-shop-header .af-shop-header__copy {
  max-width: 620px;
  margin-top: 2px;
  color: var(--af-plp-muted);
  font-size: 14px;
  line-height: 1.55;
}

.af-sport-hero__meta {
  gap: 6px;
  padding-bottom: 2px;
  color: var(--af-plp-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: right;
}

.af-sport-hero__meta span:first-child {
  color: var(--af-plp-text);
  font-size: 12px;
}

.af-sport-shop-layout {
  grid-template-columns: clamp(214px, 15vw, 268px) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 46px);
}

.af-sport-sidebar {
  top: 118px;
}

.af-sport-products__topline {
  margin-bottom: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--af-plp-line);
  background: #ffffff;
}

.af-sport-tabs,
.af-sport-mobile-tabs {
  gap: clamp(18px, 2vw, 28px);
}

.af-sport-tabs a,
.af-sport-mobile-tabs a {
  color: var(--af-plp-text);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.af-sport-tabs a::after,
.af-sport-mobile-tabs a::after {
  bottom: -7px;
  height: 2px;
}

.af-sport-products__sort,
.af-sport-products__sort .woocommerce-result-count {
  color: var(--af-plp-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.af-sport-products__sort .woocommerce-ordering select,
.af-shop-panel__sort .woocommerce-ordering select {
  min-height: 36px;
  border: 1px solid transparent;
  background: #ffffff;
  color: var(--af-plp-text);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.af-sport-filters__head {
  min-height: 42px;
  border-bottom: 1px solid var(--af-plp-line);
}

.af-sport-filters__head span,
.af-sport-filters__head a,
.af-sport-filter-group summary {
  color: var(--af-plp-text);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.af-sport-filters__head a {
  color: var(--af-plp-muted);
}

.af-sport-filter-group {
  border-bottom: 1px solid var(--af-plp-line);
}

.af-sport-filter-group summary {
  min-height: 48px;
}

.af-sport-filter-options {
  gap: 8px;
  padding-bottom: 18px;
}

.af-sport-filter-options button,
.af-sport-filter-options label {
  min-height: 32px;
  border: 1px solid #d7d7d1;
  border-radius: 4px;
  background: #ffffff;
  color: var(--af-plp-text);
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.2;
}

.af-sport-filter-options--stacked label {
  width: 100%;
  justify-content: flex-start;
}

.af-sport-filter-options input {
  accent-color: var(--af-plp-text);
}

.af-sport-products ul.products,
.post-type-archive-product .af-sport-products ul.products,
.tax-product_cat .af-sport-products ul.products,
.tax-product_tag .af-sport-products ul.products,
.search-results .af-sport-products ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(30px, 3vw, 48px) clamp(14px, 1.4vw, 22px) !important;
  width: 100% !important;
  max-width: 100% !important;
}

.af-sport-products ul.products li.product,
.woocommerce-page .af-sport-products ul.products li.product,
.af-sport-products ul.products li.product.af-product-card,
.woocommerce-page .af-sport-products ul.products li.product.af-product-card,
.post-type-archive-product .af-sport-products ul.products li.product,
.tax-product_cat .af-sport-products ul.products li.product,
.tax-product_tag .af-sport-products ul.products li.product,
.search-results .af-sport-products ul.products li.product {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.af-sport-products .af-product-card__media {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 0;
  background: var(--af-plp-media);
  outline: 0;
  box-shadow: none;
}

.af-sport-products .af-product-card__image {
  object-fit: cover;
  object-position: center top;
  transition: transform 280ms ease;
}

.af-sport-products .af-product-card:hover .af-product-card__image--primary {
  transform: scale(1.025);
}

.af-sport-products .af-wishlist-button--card {
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(17, 19, 18, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--af-plp-text);
  box-shadow: none;
}

.af-sport-products .af-wishlist-button--card:hover,
.af-sport-products .af-wishlist-button--card:focus-visible {
  background: #ffffff;
  border-color: rgba(17, 19, 18, 0.28);
  transform: translateY(-1px);
}

.af-sport-products .af-product-card__body {
  gap: 5px;
  padding-top: 10px;
}

.af-sport-color-row {
  min-height: 16px;
}

.af-sport-color-dot {
  width: 13px;
  height: 13px;
  border-color: rgba(17, 19, 18, 0.22);
}

.af-product-card__label {
  color: var(--af-plp-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.af-sport-products .af-product-card__title {
  color: var(--af-plp-text);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.32;
  -webkit-line-clamp: 2;
}

.af-product-card__color-name {
  color: var(--af-plp-muted);
  font-size: 12px;
}

.af-sport-products .af-product-card__meta,
.af-sport-products ul.products li.product .price {
  color: var(--af-plp-text);
  font-size: 13px;
  font-weight: 550;
}

.af-product-card.product.sale .af-product-card__label,
.woocommerce ul.products li.product.sale .af-product-card__label,
.af-product-card.product.sale .price ins,
.woocommerce ul.products li.product.sale .price ins {
  color: var(--af-plp-sale);
}

.af-sport-products .af-product-card .button {
  width: fit-content;
  margin-top: 2px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--af-plp-text);
  padding: 0 0 2px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.af-sport-products .af-product-card .button:hover,
.af-sport-products .af-product-card .button:focus {
  background: transparent;
  color: var(--af-plp-accent);
}

.af-shop-panel {
  z-index: 360;
}

.af-shop-panel__overlay {
  background: rgba(17, 19, 18, 0.32);
}

.af-shop-panel__sheet {
  background: #ffffff;
  color: var(--af-plp-text);
}

.af-shop-panel__head h2,
.af-shop-panel__head button,
.af-shop-panel__sort > span {
  color: var(--af-plp-text);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.af-shop-panel__head button {
  color: var(--af-plp-muted);
}

.af-shop-panel__sort--combined {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--af-plp-line);
}

.af-shop-panel__sort--combined .woocommerce-ordering,
.af-shop-panel__sort--combined .woocommerce-ordering select {
  width: 100%;
}

.af-shop-panel__sort--combined .woocommerce-ordering select {
  min-height: 42px;
  border: 1px solid var(--af-plp-line);
  border-radius: 4px;
  padding: 0 12px;
}

.af-geo-collection-guide,
.af-geo-faq {
  width: 100%;
  max-width: 1100px;
  color: var(--af-plp-text);
}

.af-geo-collection-guide {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 54px);
  margin: clamp(44px, 6vw, 80px) 0 0 auto;
  padding: clamp(20px, 3vw, 34px) 0 0;
  border-top: 1px solid var(--af-plp-line);
  border-bottom: 0;
}

.af-geo-related-categories {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  padding-bottom: clamp(18px, 2.6vw, 28px);
  border-bottom: 1px solid var(--af-plp-line);
}

.af-geo-related-categories h2,
.af-geo-collection-guide h2,
.af-geo-faq h2 {
  margin: 0;
  color: var(--af-plp-text);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.14;
}

.af-geo-related-categories nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.af-geo-related-categories a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--af-plp-line);
  border-radius: 4px;
  background: #ffffff;
  color: var(--af-plp-text);
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.af-geo-related-categories a:hover,
.af-geo-related-categories a:focus-visible {
  border-color: rgba(17, 19, 18, 0.34);
  background: var(--af-plp-panel-soft);
}

.af-geo-collection-guide__intro > p,
.af-geo-proof-list article span,
.af-pdp-geo-brief__eyebrow {
  color: var(--af-plp-muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.af-geo-collection-guide__intro > div,
.af-geo-proof-list article p,
.af-geo-faq__head p,
.af-geo-faq details p {
  color: var(--af-plp-muted);
  font-size: 13px;
  line-height: 1.58;
}

.af-geo-proof-list {
  border-left: 1px solid var(--af-plp-line);
}

.af-geo-proof-list article {
  border-right: 1px solid var(--af-plp-line);
}

.af-geo-faq {
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 56px);
  margin: clamp(34px, 5vw, 64px) 0 clamp(48px, 6vw, 76px) auto;
  padding-top: clamp(20px, 3vw, 30px);
  border-top: 1px solid var(--af-plp-line);
}

.af-geo-faq__list,
.af-geo-faq details {
  border-color: var(--af-plp-line);
}

.af-geo-faq summary {
  color: var(--af-plp-text);
  font-size: 14px;
  font-weight: 650;
}

@media (min-width: 981px) {
  .af-sport-products ul.products,
  .post-type-archive-product .af-sport-products ul.products,
  .tax-product_cat .af-sport-products ul.products,
  .tax-product_tag .af-sport-products ul.products,
  .search-results .af-sport-products ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .af-sport-shop-layout {
    grid-template-columns: 196px minmax(0, 1fr);
    gap: 24px;
  }

  .af-sport-products .af-product-card__title {
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  .post-type-archive-product .af-shop-main,
  .tax-product_cat .af-shop-main,
  .tax-product_tag .af-shop-main,
  .search-results .af-shop-main {
    padding-top: 18px;
    overflow-x: hidden;
  }

  .af-sport-hero {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 8px;
  }

  .af-sport-hero__meta {
    display: none;
  }

  .af-sport-mobile-tabs {
    display: flex;
    gap: 22px;
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--af-plp-line);
  }

  .af-sport-mobile-toolbar {
    display: block;
    margin: 0 0 18px;
    border: 0;
  }

  .af-sport-mobile-toolbar button {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--af-plp-text);
    border-radius: 4px;
    background: #ffffff;
    color: var(--af-plp-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .af-sport-products ul.products,
  .post-type-archive-product .af-sport-products ul.products,
  .tax-product_cat .af-sport-products ul.products,
  .tax-product_tag .af-sport-products ul.products,
  .search-results .af-sport-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .af-shop-panel__sheet {
    max-height: min(86vh, 760px);
    border-radius: 12px 12px 0 0;
    padding: 18px 16px 24px;
  }

  .af-geo-collection-guide,
  .af-geo-faq {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-inline: 0;
  }

  .af-geo-proof-list {
    grid-template-columns: 1fr;
    border-left: 0;
    border-top: 1px solid var(--af-plp-line);
  }

  .af-geo-proof-list article {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--af-plp-line);
  }

  .af-geo-proof-list article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .post-type-archive-product .af-shop-main > .af-container,
  .tax-product_cat .af-shop-main > .af-container,
  .tax-product_tag .af-shop-main > .af-container,
  .search-results .af-shop-main > .af-container {
    width: calc(100% - 28px);
  }

  .af-sport-shop-header {
    margin-bottom: 16px;
  }

  .af-sport-hero__copy h1,
  .af-geo-collection-header .af-sport-hero__copy h1 {
    max-width: 100%;
    font-size: clamp(28px, 8.4vw, 36px);
    line-height: 1.06;
  }

  .af-sport-shop-header .af-shop-header__copy {
    font-size: 13px;
    line-height: 1.48;
  }

  .af-sport-products .af-wishlist-button--card {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
  }

  .af-sport-products .af-wishlist-button__icon {
    width: 18px;
    height: 18px;
  }

  .af-sport-products .af-product-card__body {
    padding-top: 8px;
  }

  .af-sport-products .af-product-card__title {
    font-size: 12px;
    line-height: 1.3;
  }

  .af-product-card__label,
  .af-product-card__color-name,
  .af-sport-products .af-product-card__meta,
  .af-sport-products ul.products li.product .price,
  .af-sport-products .af-product-card .button {
    font-size: 11px;
  }

  .af-geo-collection-guide {
    margin-top: 38px;
    padding-top: 20px;
  }

  .af-geo-related-categories h2,
  .af-geo-collection-guide h2,
  .af-geo-faq h2 {
    font-size: 19px;
  }

  .af-geo-related-categories nav {
    gap: 7px;
  }

  .af-geo-related-categories a {
    min-height: 32px;
    padding: 7px 9px;
    font-size: 11px;
  }
}

/* PLP parity pass: aligned Lululemon-style filters and card swatches. */
.af-sport-filter-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
  padding-bottom: 18px;
}

.af-sport-filter-options--product_type,
.af-sport-filter-options--fabric,
.af-sport-filter-options--pockets,
.af-sport-filter-options--liner,
.af-sport-filter-options--price {
  grid-template-columns: 1fr;
}

.af-sport-filter-options--size,
.af-sport-filter-options--length,
.af-sport-filter-options--waist_rise,
.af-sport-filter-options--activity {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.af-sport-filter-options--color {
  grid-template-columns: 1fr;
}

.af-sport-filter-options .af-sport-filter-pill,
.af-sport-filter-options button.af-sport-filter-pill,
.af-sport-filter-options label.af-sport-filter-pill {
  width: 100%;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border: 1px solid #cfcfca;
  border-radius: 4px;
  background: #ffffff;
  color: var(--af-plp-text);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.18;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.af-sport-filter-options--size .af-sport-filter-pill,
.af-sport-filter-options--length .af-sport-filter-pill,
.af-sport-filter-options--waist_rise .af-sport-filter-pill,
.af-sport-filter-options--activity .af-sport-filter-pill {
  justify-content: center;
  text-align: center;
}

.af-sport-filter-options .af-sport-filter-pill:hover,
.af-sport-filter-options .af-sport-filter-pill:focus-visible,
.af-sport-filter-options label.af-sport-filter-pill:has(input:checked) {
  border-color: var(--af-plp-text);
  background: #ffffff;
}

.af-sport-filter-options--price label.af-sport-filter-pill {
  position: relative;
  padding-left: 34px;
}

.af-sport-filter-options--price input {
  position: absolute;
  left: 10px;
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--af-plp-text);
}

.af-sport-filter-swatch {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 1px solid rgba(17, 19, 18, 0.22);
  border-radius: 50%;
  background: var(--af-filter-color);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
}

.af-sport-color-row {
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.af-sport-card-swatches {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.af-sport-color-dot {
  position: relative;
  width: 14px;
  height: 14px;
  min-width: 14px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(17, 19, 18, 0.24);
  border-radius: 50%;
  background: var(--af-sport-color);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
}

button.af-sport-color-dot {
  padding: 0;
  cursor: pointer;
}

.af-sport-color-dot span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.af-sport-color-dot.is-selected::after,
.af-sport-color-dot:hover::after,
.af-sport-color-dot:focus-visible::after {
  position: absolute;
  inset: -4px;
  border: 1px solid var(--af-plp-text);
  border-radius: 50%;
  content: "";
}

.af-sport-color-count {
  color: var(--af-plp-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.af-sport-products .af-product-card__body {
  gap: 6px;
}

.af-sport-products .af-product-card__title {
  margin-top: 1px;
}

.af-sport-products .af-product-card .button {
  margin-top: 4px;
}

@media (max-width: 980px) {
  .af-shop-panel__sheet .af-sport-filter-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .af-shop-panel__sheet .af-sport-filter-options--product_type,
  .af-shop-panel__sheet .af-sport-filter-options--fabric,
  .af-shop-panel__sheet .af-sport-filter-options--pockets,
  .af-shop-panel__sheet .af-sport-filter-options--liner,
  .af-shop-panel__sheet .af-sport-filter-options--color,
  .af-shop-panel__sheet .af-sport-filter-options--price {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .af-sport-color-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .af-sport-card-swatches {
    gap: 5px;
  }

  .af-sport-color-dot {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }

  .af-sport-color-count {
    font-size: 11px;
  }
}

/* Lululemon reference pass: compact PLP filter rail. */
@media (min-width: 981px) {
  .af-sport-shop-layout {
    grid-template-columns: 224px minmax(0, 1fr);
    gap: clamp(28px, 3vw, 48px);
  }

  .af-sport-sidebar {
    width: 224px;
  }

  .af-sport-filters--desktop .af-sport-filters__head {
    display: none;
  }
}

.af-sport-filters {
  color: #111111;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.af-sport-filter-group {
  border-bottom: 1px solid #e2e2e2;
}

.af-sport-filter-group summary {
  min-height: 38px;
  padding: 0;
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.af-sport-filter-group summary i {
  position: relative;
  width: 11px;
  height: 11px;
  border: 0;
  color: #111111;
  transform: none;
  transition: none;
}

.af-sport-filter-group summary i::before,
.af-sport-filter-group summary i::after {
  position: absolute;
  top: 5px;
  right: 0;
  width: 10px;
  height: 1px;
  background: currentColor;
  content: "";
}

.af-sport-filter-group summary i::after {
  transform: rotate(90deg);
}

.af-sport-filter-group[open] summary i {
  transform: none;
}

.af-sport-filter-group[open] summary i::after {
  opacity: 0;
}

.af-sport-filter-group--inseam summary i::after {
  opacity: 0;
}

.af-sport-filter-options {
  gap: 0;
  padding: 0 0 18px;
}

.af-sport-filter-options--size {
  display: block;
}

.af-sport-size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 10px;
}

.af-sport-size-grid--numeric {
  padding-top: 0;
}

.af-sport-size-grid--alpha {
  gap: 9px 7px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dotted #d4d4d4;
}

.af-sport-filter-options--size .af-sport-filter-pill,
.af-sport-filter-options--size button.af-sport-filter-pill {
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  height: 28px;
  justify-content: center;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background: #ffffff;
  color: #111111;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.af-sport-size-grid--alpha .af-sport-filter-pill,
.af-sport-size-grid--alpha button.af-sport-filter-pill {
  width: auto;
  min-width: 30px;
  padding: 0 6px;
}

.af-sport-filter-options--size .af-sport-filter-pill:hover,
.af-sport-filter-options--size .af-sport-filter-pill:focus-visible {
  border-color: #111111;
  background: #ffffff;
}

.af-sport-filter-options--color {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  padding-top: 8px;
  padding-bottom: 26px;
}

.af-sport-filter-options--color .af-sport-filter-pill,
.af-sport-filter-options--color button.af-sport-filter-pill {
  width: 100%;
  min-height: 20px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.22;
  text-align: left;
}

.af-sport-filter-options--color .af-sport-filter-pill:hover,
.af-sport-filter-options--color .af-sport-filter-pill:focus-visible {
  background: transparent;
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.af-sport-filter-swatch {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  background: var(--af-filter-color);
  box-shadow: none;
}

.af-sport-filter-swatch--white {
  border-color: #cfcfcf;
  background: linear-gradient(180deg, #303442 0 46%, #f1f1f1 47% 100%);
}

.af-sport-filter-swatch--tennis-ball-polka-white-club-blue {
  position: relative;
  border-color: #a9b8c4;
  background:
    radial-gradient(circle at 41% 50%, #f4f6f2 0 32%, transparent 33%),
    linear-gradient(90deg, #162433 0 42%, #d7edf2 43% 100%);
}

.af-sport-filter-swatch--tennis-ball-polka-white-club-blue::after {
  position: absolute;
  inset: 3px 8px 3px 6px;
  border-left: 2px solid #f8faf8;
  border-radius: 50%;
  content: "";
}

.af-sport-filter-options--inseam,
.af-sport-filter-options--product_type,
.af-sport-filter-options--waist_rise,
.af-sport-filter-options--fabric,
.af-sport-filter-options--activity,
.af-sport-filter-options--pockets,
.af-sport-filter-options--liner,
.af-sport-filter-options--price {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.af-sport-filter-options--inseam .af-sport-filter-pill,
.af-sport-filter-options--product_type .af-sport-filter-pill,
.af-sport-filter-options--waist_rise .af-sport-filter-pill,
.af-sport-filter-options--fabric .af-sport-filter-pill,
.af-sport-filter-options--activity .af-sport-filter-pill,
.af-sport-filter-options--pockets .af-sport-filter-pill,
.af-sport-filter-options--liner .af-sport-filter-pill,
.af-sport-filter-options--price .af-sport-filter-pill {
  justify-content: flex-start;
  min-height: 32px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background: #ffffff;
  color: #111111;
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width: 980px) {
  .af-shop-panel__sheet .af-sport-filters__head {
    display: flex;
  }

  .af-shop-panel__sheet .af-sport-filter-options--size {
    display: block;
  }

  .af-shop-panel__sheet .af-sport-filter-options--color {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
  }
}
