/** Shopify CDN: Minification failed

Line 4393:45 Unexpected "/"
Line 4396:73 Unterminated string token

**/
/* ================================================================
   EAGLE RAY — Shopify theme styles
   Ported from UI/style.css (2026-04-17). See CLAUDE.md for rules.
   Scoped to .eagleray-* selectors. Never #fff — always pale-gray.
================================================================ */

:root {
  --er-color-dark-blue: #13274e;
  --er-color-dark-teal: #384867;
  --er-color-gray-blue: #9ba4b4;
  --er-color-pale-gray: #f1f6f9;

  --er-font-display: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  --er-font-body: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
  --er-font-script: 'Playball', cursive;

  --er-text-xs: 0.6875rem;
  --er-text-sm: 0.75rem;
  --er-text-base: 0.875rem;
  --er-text-md: 1rem;
  --er-text-lg: 1.25rem;
  --er-text-xl: 1.75rem;
  --er-text-2xl: 2.5rem;
  --er-text-3xl: 3.5rem;
  --er-text-hero: clamp(3rem, 6.5vw, 6.5rem);
  --er-text-craft: clamp(4rem, 9vw, 9rem);

  --er-tracking-tight: -0.01em;
  --er-tracking-normal: 0;
  --er-tracking-display: 0.06em;
  --er-tracking-wide: 0.1em;
  --er-tracking-wider: 0.15em;
  --er-tracking-widest: 0.25em;

  --er-sp-1: 4px;
  --er-sp-2: 8px;
  --er-sp-3: 12px;
  --er-sp-4: 16px;
  --er-sp-5: 24px;
  --er-sp-6: 32px;
  --er-sp-7: 40px;
  --er-sp-8: 48px;
  --er-sp-9: 64px;
  --er-sp-10: 80px;
  --er-sp-11: 96px;
  --er-sp-12: 128px;

  --er-section-pad: clamp(80px, 10vw, 120px);
  --er-content-max: 1440px;
  --er-product-grid-max: 1100px;
  --er-content-pad: clamp(24px, 5.5vw, 88px);
  --er-gap-grid: 40px;

  /* Per-section content width — overridden inline by each section's "Layout & Sizing" setting */
  --er-section-width: 1440px;

  --er-ease-product: 400ms ease;
  --er-ease-reveal: 600ms ease-out;
  --er-ease-nav: 300ms ease;
  --er-ease-micro: 250ms ease;
  --er-ease-cart: 380ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ----------------------------------------------------------------
   REVEAL (scroll-in)
---------------------------------------------------------------- */
.eagleray-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--er-ease-reveal), transform var(--er-ease-reveal);
}

.eagleray-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------------------------------------
   UTILITIES (eyebrow, buttons)
---------------------------------------------------------------- */
.eagleray-eyebrow {
  display: block;
  font-family: var(--er-font-body);
  font-size: var(--er-text-xs);
  font-weight: 500;
  letter-spacing: var(--er-tracking-widest);
  text-transform: uppercase;
  color: var(--er-color-gray-blue);
  margin-bottom: var(--er-sp-3);
}

.eagleray-section-heading {
  font-family: 'Didot', 'GFS Didot', 'Playfair Display', 'Times New Roman', serif;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: var(--er-color-dark-teal);
  margin: 0 0 var(--er-sp-5) 0;
}

.eagleray-btn-ghost {
  display: inline-block;
  padding: 14px 36px;
  border: 1px solid var(--er-color-dark-blue);
  color: var(--er-color-dark-blue);
  background: transparent;
  font-family: var(--er-font-body);
  font-size: var(--er-text-sm);
  font-weight: 400;
  letter-spacing: var(--er-tracking-wider);
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  transition: background var(--er-ease-micro), color var(--er-ease-micro),
    border-color var(--er-ease-micro), transform var(--er-ease-micro);
}

.eagleray-btn-ghost:hover {
  background: var(--er-color-dark-blue);
  color: var(--er-color-pale-gray);
  transform: translateY(-1px);
}

.eagleray-btn-ghost--sm {
  padding: 10px 22px;
  font-size: var(--er-text-xs);
}

.eagleray-btn-ghost--light {
  border-color: rgba(241, 246, 249, 0.7);
  color: var(--er-color-pale-gray);
}

.eagleray-btn-ghost--light:hover {
  background: var(--er-color-pale-gray);
  color: var(--er-color-dark-blue);
  border-color: var(--er-color-pale-gray);
}

.eagleray-btn-solid {
  display: inline-block;
  padding: 16px 40px;
  background: var(--er-color-dark-blue);
  color: var(--er-color-pale-gray);
  border: 1px solid var(--er-color-dark-blue);
  font-family: var(--er-font-body);
  font-size: var(--er-text-sm);
  font-weight: 500;
  letter-spacing: var(--er-tracking-wider);
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  transition: background var(--er-ease-micro), transform var(--er-ease-micro),
    box-shadow var(--er-ease-micro);
}

.eagleray-btn-solid:hover {
  background: var(--er-color-dark-teal);
  border-color: var(--er-color-dark-teal);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(19, 39, 78, 0.25);
}

/* ================================================================
   HERO
================================================================ */
.eagleray-hero {
  position: relative;
  height: 100vh;
  min-height: 580px;
  overflow: hidden;
  background: var(--er-section-bg, var(--er-color-dark-blue));
}

.eagleray-hero__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
}

.eagleray-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(19, 39, 78, 0.82) 0%,
      rgba(19, 39, 78, 0.45) 40%,
      rgba(19, 39, 78, 0.15) 70%,
      rgba(19, 39, 78, 0.08) 100%);
  pointer-events: none;
}

.eagleray-hero__content {
  position: absolute;
  bottom: clamp(48px, 9vh, 100px);
  left: var(--er-content-pad);
  right: var(--er-content-pad);
  z-index: 2;
  max-width: var(--er-section-width, 680px);
  opacity: 0;
  animation: eagleray-hero-fade 600ms ease-out 350ms forwards;
}

.eagleray-hero__headline {
  font-family: 'Playfair Display', serif;
  font-size: var(--er-text-hero);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--er-color-pale-gray);
  line-height: 1.05;
  margin-bottom: var(--er-sp-5);
}

.eagleray-hero__subtext {
  font-family: var(--er-font-body);
  font-size: var(--er-text-md);
  font-weight: 300;
  line-height: 1.7;
  color: rgba(241, 246, 249, 0.75);
  max-width: 460px;
  margin-bottom: var(--er-sp-8);
}

.eagleray-hero__ctas {
  display: flex;
  gap: var(--er-sp-5);
  align-items: center;
  flex-wrap: wrap;
}

@keyframes eagleray-hero-fade {
  to {
    opacity: 1;
  }
}

/* No-image fallback (so the section is visible without a picked image) */
.eagleray-hero__image--empty {
  background: var(--er-color-dark-blue);
}

/* Slideshow variant ------------------------------------------------ */
.eagleray-hero--slideshow .eagleray-hero__slides {
  position: absolute;
  inset: 0;
}

.eagleray-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--er-hero-fade, 600ms) ease,
    transform var(--er-hero-fade, 600ms) ease;
}

.eagleray-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.eagleray-hero__slide .eagleray-hero__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
}

.eagleray-hero__slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(19, 39, 78, 0.82) 0%,
      rgba(19, 39, 78, 0.45) 40%,
      rgba(19, 39, 78, 0.15) 70%,
      rgba(19, 39, 78, 0.08) 100%);
  pointer-events: none;
}

.eagleray-hero--slideshow::after {
  display: none;
}

.eagleray-hero__slide .eagleray-hero__content {
  animation: none;
  opacity: 0;
  transition: opacity var(--er-hero-fade, 600ms) ease 80ms;
}

.eagleray-hero__slide.is-active .eagleray-hero__content {
  opacity: 1;
}

.eagleray-hero__eyebrow {
  color: rgba(241, 246, 249, 0.85);
  margin-bottom: var(--er-sp-4);
}

/* Transition variants */
.eagleray-hero--fx-slide .eagleray-hero__slide {
  transform: translateX(40px);
}

.eagleray-hero--fx-slide .eagleray-hero__slide.is-active {
  transform: translateX(0);
}

.eagleray-hero--fx-lift .eagleray-hero__slide {
  transform: translateY(40px);
}

.eagleray-hero--fx-lift .eagleray-hero__slide.is-active {
  transform: translateY(0);
}

/* Arrow base */
.eagleray-hero__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--er-color-pale-gray);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: var(--er-ease-micro);
}

.eagleray-hero__nav--prev {
  left: var(--er-sp-6);
}

.eagleray-hero__nav--next {
  right: var(--er-sp-6);
}

.eagleray-hero__nav-bracket {
  font-family: var(--er-font-display);
  font-size: 2.5rem;
  line-height: 1;
}

/* Arrow variants */
.eagleray-hero--arrows-circle .eagleray-hero__nav {
  border: 1px solid rgba(241, 246, 249, 0.4);
  background: rgba(19, 39, 78, 0.25);
  border-radius: 50%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.eagleray-hero--arrows-circle .eagleray-hero__nav:hover {
  background: rgba(19, 39, 78, 0.55);
  border-color: var(--er-color-pale-gray);
}

.eagleray-hero--arrows-square .eagleray-hero__nav {
  border: 1px solid rgba(241, 246, 249, 0.5);
  background: transparent;
  border-radius: 0;
}

.eagleray-hero--arrows-square .eagleray-hero__nav:hover {
  background: rgba(19, 39, 78, 0.4);
  border-color: var(--er-color-pale-gray);
}

.eagleray-hero--arrows-minimal .eagleray-hero__nav {
  opacity: 0.7;
}

.eagleray-hero--arrows-minimal .eagleray-hero__nav:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.08);
}

.eagleray-hero--arrows-bracketed .eagleray-hero__nav {
  width: auto;
  height: auto;
  opacity: 0.7;
}

.eagleray-hero--arrows-bracketed .eagleray-hero__nav:hover {
  opacity: 1;
}

/* Indicators base */
.eagleray-hero__dots {
  position: absolute;
  bottom: var(--er-sp-6);
  right: var(--er-content-pad);
  z-index: 3;
  display: flex;
  gap: var(--er-sp-3);
  align-items: center;
}

.eagleray-hero__dot {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: var(--er-ease-micro);
  color: rgba(241, 246, 249, 0.55);
}

.eagleray-hero__dot:hover {
  color: var(--er-color-pale-gray);
}

.eagleray-hero__dot.is-active {
  color: var(--er-color-pale-gray);
}

.eagleray-hero__dot-num {
  display: none;
  font-family: var(--er-font-body);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  font-weight: 400;
}

/* Bar (default) */
.eagleray-hero--dots-bar .eagleray-hero__dot {
  width: 32px;
  height: 2px;
  background: rgba(241, 246, 249, 0.35);
}

.eagleray-hero--dots-bar .eagleray-hero__dot:hover {
  background: rgba(241, 246, 249, 0.7);
}

.eagleray-hero--dots-bar .eagleray-hero__dot.is-active {
  background: var(--er-color-pale-gray);
}

/* Dot (circle) */
.eagleray-hero--dots-dot .eagleray-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(241, 246, 249, 0.35);
}

.eagleray-hero--dots-dot .eagleray-hero__dot:hover {
  background: rgba(241, 246, 249, 0.75);
}

.eagleray-hero--dots-dot .eagleray-hero__dot.is-active {
  background: var(--er-color-pale-gray);
  transform: scale(1.25);
}

/* Numbered */
.eagleray-hero--dots-numbered .eagleray-hero__dots {
  gap: var(--er-sp-4);
}

.eagleray-hero--dots-numbered .eagleray-hero__dot {
  width: auto;
  height: auto;
  padding: 4px 2px;
  background: transparent;
  border-bottom: 1px solid transparent;
}

.eagleray-hero--dots-numbered .eagleray-hero__dot-num {
  display: inline;
}

.eagleray-hero--dots-numbered .eagleray-hero__dot.is-active {
  border-bottom-color: var(--er-color-pale-gray);
}

/* Progress bar */
.eagleray-hero__progress {
  position: absolute;
  bottom: var(--er-sp-6);
  left: var(--er-content-pad);
  right: var(--er-content-pad);
  height: 2px;
  z-index: 3;
  background: rgba(241, 246, 249, 0.18);
  overflow: hidden;
}

.eagleray-hero__progress-fill {
  display: block;
  height: 100%;
  background: var(--er-color-pale-gray);
  transition: width var(--er-hero-fade, 600ms) ease;
}

/* ================================================================
   EDITORIAL SPLIT
================================================================ */
.eagleray-editorial {
  background: var(--er-section-bg, var(--er-color-pale-gray));
}

.eagleray-editorial__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 82vh;
  max-width: var(--er-section-width, 100%);
  margin: 0 auto;
}

.eagleray-editorial__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--er-section-pad) var(--er-content-pad);
}

.eagleray-editorial__descriptor {
  display: block;
  font-family: var(--er-font-display);
  font-size: var(--er-text-xl);
  letter-spacing: var(--er-tracking-display);
  color: var(--er-color-dark-blue);
  margin-bottom: var(--er-sp-5);
  line-height: 1.2;
}

.eagleray-editorial__statement {
  font-family: var(--er-font-body);
  font-size: var(--er-text-md);
  font-weight: 300;
  line-height: 1.75;
  color: var(--er-color-dark-teal);
  max-width: 380px;
  margin-bottom: var(--er-sp-3);
}

.eagleray-editorial__subtext {
  font-family: var(--er-font-body);
  font-size: var(--er-text-sm);
  font-weight: 300;
  line-height: 1.75;
  color: var(--er-color-gray-blue);
  max-width: 380px;
  margin-bottom: var(--er-sp-9);
}

.eagleray-editorial__image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 540px;
}

.eagleray-editorial__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  transition: transform 8s ease-out;
}

.eagleray-editorial__image-wrap:hover .eagleray-editorial__image {
  transform: scale(1.03);
}

.eagleray-editorial__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(19, 39, 78, 0.58) 0%,
      rgba(19, 39, 78, 0.08) 45%,
      transparent 70%);
  z-index: 1;
}

.eagleray-editorial__caption {
  position: absolute;
  bottom: var(--er-sp-9);
  left: var(--er-sp-9);
  z-index: 2;
  font-family: var(--er-font-display);
  font-size: var(--er-text-2xl);
  letter-spacing: var(--er-tracking-display);
  color: var(--er-color-pale-gray);
  line-height: 1;
}

/* ================================================================
   LOOKBOOK (3-up grid → carousel on mobile)
================================================================ */
.eagleray-lookbook {
  padding: var(--er-section-pad) var(--er-content-pad);
  background: var(--er-section-bg, var(--er-color-pale-gray));
}

.eagleray-lookbook__header {
  max-width: var(--er-section-width, 1100px);
  margin: 0 auto var(--er-sp-3);
}

.eagleray-lookbook__grid {
  max-width: var(--er-section-width, 1100px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--er-gap-grid);
}

.eagleray-lookbook__card {
  display: flex;
  flex-direction: column;
}

.eagleray-lookbook__img-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 0;
}

.eagleray-lookbook__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 600ms ease;
}

.eagleray-lookbook__card:hover .eagleray-lookbook__img {
  transform: scale(1.04);
}

.eagleray-lookbook__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 39, 78, 0.18);
  opacity: 0;
  transition: opacity var(--er-ease-product);
}

.eagleray-lookbook__card:hover .eagleray-lookbook__overlay {
  opacity: 1;
}

.eagleray-lookbook__quick {
  display: inline-block;
  padding: 10px 24px;
  background: rgba(241, 246, 249, 0.95);
  color: var(--er-color-dark-blue);
  font-family: var(--er-font-body);
  font-size: var(--er-text-xs);
  font-weight: 500;
  letter-spacing: var(--er-tracking-wider);
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}

.eagleray-lookbook__info {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: var(--er-sp-3);
}

.eagleray-lookbook__name {
  font-family: 'Didot', 'GFS Didot', 'Playfair Display', 'Times New Roman', serif;
  font-size: var(--er-text-md);
  font-weight: 400;
  letter-spacing: var(--er-tracking-display);
  color: var(--er-color-dark-blue);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.eagleray-lookbook__fabric {
  font-family: var(--er-font-body);
  font-size: var(--er-text-xs);
  font-weight: 300;
  color: var(--er-color-gray-blue);
  letter-spacing: 0.02em;
  margin-top: -8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.eagleray-lookbook__price {
  font-family: var(--er-font-body);
  font-size: var(--er-text-xs);
  font-weight: 500;
  color: var(--er-color-dark-blue);
  letter-spacing: 0.04em;
  margin-bottom: 0;
}

/* ================================================================
   CRAFT (Playball once, dark bg)
================================================================ */
.eagleray-craft {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--er-section-bg, var(--er-color-dark-blue));
}

.eagleray-craft__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.32) saturate(0.4);
}

.eagleray-craft__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--er-sp-11);
  width: 100%;
  max-width: var(--er-section-width, 100%);
  margin: 0 auto;
  padding: var(--er-section-pad) var(--er-content-pad);
}

.eagleray-craft__left {
  display: flex;
  flex-direction: column;
  gap: var(--er-sp-4);
}

.eagleray-craft__script {
  font-family: var(--er-font-script);
  font-size: var(--er-text-craft);
  font-weight: 400;
  color: var(--er-color-pale-gray);
  line-height: 1;
  opacity: 0.93;
  text-shadow: 0 2px 24px rgba(19, 39, 78, 0.4);
}

.eagleray-craft__tagline {
  font-family: var(--er-font-body);
  font-size: var(--er-text-md);
  font-weight: 300;
  letter-spacing: var(--er-tracking-wide);
  color: rgba(241, 246, 249, 0.55);
  text-transform: uppercase;
}

.eagleray-craft__copy {
  display: flex;
  flex-direction: column;
  gap: var(--er-sp-5);
}

.eagleray-craft__body {
  font-family: var(--er-font-body);
  font-size: var(--er-text-base);
  font-weight: 300;
  line-height: 1.85;
  color: rgba(241, 246, 249, 0.82);
}

.eagleray-craft__features {
  display: flex;
  gap: var(--er-sp-7);
  padding: var(--er-sp-6) 0;
  border-top: 1px solid rgba(241, 246, 249, 0.12);
  border-bottom: 1px solid rgba(241, 246, 249, 0.12);
}

.eagleray-craft__feature {
  display: flex;
  flex-direction: column;
  gap: var(--er-sp-1);
}

.eagleray-craft__feature-value {
  font-family: var(--er-font-display);
  font-size: var(--er-text-xl);
  letter-spacing: var(--er-tracking-display);
  color: var(--er-color-pale-gray);
}

.eagleray-craft__feature-label {
  font-family: var(--er-font-body);
  font-size: var(--er-text-xs);
  font-weight: 300;
  color: rgba(241, 246, 249, 0.5);
  letter-spacing: 0.02em;
}

/* ================================================================
   NEW ARRIVALS
================================================================ */
.eagleray-arrivals {
  padding: var(--er-section-pad) var(--er-content-pad);
  background: var(--er-section-bg, var(--er-color-pale-gray));
}

.eagleray-arrivals__header {
  max-width: var(--er-section-width, 1100px);
  margin: 0 auto var(--er-sp-5);
}

.eagleray-arrivals__header-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.eagleray-arrivals__link {
  font-family: var(--er-font-body);
  font-size: var(--er-text-sm);
  font-weight: 400;
  letter-spacing: var(--er-tracking-wide);
  text-transform: uppercase;
  color: var(--er-color-dark-blue);
  border-bottom: 1px solid rgba(19, 39, 78, 0.28);
  padding-bottom: 2px;
  transition: opacity var(--er-ease-nav);
}

.eagleray-arrivals__link:hover {
  opacity: 0.5;
  border-color: transparent;
}

.eagleray-arrivals__grid {
  max-width: var(--er-section-width, 1100px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--er-gap-grid);
}

.eagleray-arrivals__card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.eagleray-arrivals__card product-card {
  flex: 1;
  width: 100%;
}

.eagleray-arrivals__card--featured {
  grid-row: span 2;
}

/* Override native product card typography to match Eagle Ray brand */
.eagleray-arrivals__card a[ref="productTitleLink"],
.eagleray-arrivals__card .text-block p[role="heading"] {
  font-family: var(--er-font-body) !important;
  font-size: var(--er-text-xs) !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--er-color-dark-blue) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: var(--er-title-lines, 1) !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  white-space: normal !important;
  word-break: break-word !important;
}

[style*="--er-title-lines: 0"] .eagleray-arrivals__card a[ref="productTitleLink"],
[style*="--er-title-lines: 0"] .eagleray-arrivals__card .text-block p[role="heading"] {
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
}

.eagleray-arrivals__card product-price,
.eagleray-arrivals__card .price-item,
.eagleray-arrivals__card [class*="price-item"],
.eagleray-arrivals__card .price,
.eagleray-arrivals__card product-price * {
  font-family: 'National2', var(--er-font-body) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: var(--er-color-dark-teal) !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.eagleray-arrivals__card product-price {
  margin-top: auto;
}

/* Featured card specific styling */
.eagleray-arrivals__card--featured product-card {
  height: 100%;
}

.eagleray-arrivals__card--featured .product-card__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.eagleray-arrivals__card--featured .product-card__media,
.eagleray-arrivals__card--featured slideshow-component {
  flex: 1;
  min-height: 400px;
}

.eagleray-arrivals__card--featured .product-card__media img {
  height: 100%;
  object-fit: cover;
}

/* ================================================================
   MATERIAL
================================================================ */
.eagleray-material {
  padding: var(--er-section-pad) var(--er-content-pad);
  background: var(--er-section-bg, var(--er-color-pale-gray));
  border-top: 1px solid rgba(155, 164, 180, 0.18);
}

.eagleray-material__inner {
  max-width: var(--er-section-width, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--er-sp-12);
  align-items: start;
}

.eagleray-material__pull {
  position: sticky;
  top: calc(80px + var(--er-sp-9));
}

.eagleray-material__headline {
  font-family: 'Playfair Display', serif;
  font-size: var(--er-text-3xl);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.01em;
  color: var(--er-color-dark-blue);
  line-height: 1.12;
  margin-top: var(--er-sp-5);
}

.eagleray-material__copy {
  display: flex;
  flex-direction: column;
  gap: var(--er-sp-7);
  padding-top: calc(var(--er-sp-8) + 28px);
}

.eagleray-material__copy p {
  font-family: var(--er-font-body);
  font-size: var(--er-text-base);
  font-weight: 300;
  line-height: 1.95;
  color: var(--er-color-dark-teal);
}

.eagleray-material__copy p+p {
  padding-top: var(--er-sp-3);
  border-top: 1px solid rgba(155, 164, 180, 0.18);
}

.eagleray-material__highlights,
.eagleray-material__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--er-sp-6);
  padding: var(--er-sp-7) 0;
  border-top: 1px solid rgba(155, 164, 180, 0.18);
  border-bottom: 1px solid rgba(155, 164, 180, 0.18);
}

.eagleray-material__blocks>.eagleray-material__detail {
  align-self: start;
}

.eagleray-material__highlight {
  display: flex;
  gap: var(--er-sp-4);
  align-items: flex-start;
}

.eagleray-material__highlight-icon {
  font-size: var(--er-text-lg);
  color: var(--er-color-gray-blue);
  line-height: 1.4;
  flex-shrink: 0;
}

.eagleray-material__highlight-title {
  display: block;
  font-family: var(--er-font-body);
  font-size: var(--er-text-sm);
  font-weight: 500;
  color: var(--er-color-dark-blue);
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}

.eagleray-material__highlight-desc {
  display: block;
  font-family: var(--er-font-body);
  font-size: var(--er-text-xs);
  font-weight: 300;
  color: var(--er-color-gray-blue);
  line-height: 1.5;
}

.eagleray-material__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--er-sp-5) var(--er-sp-8);
  margin-top: var(--er-sp-3);
}

.eagleray-material__detail {
  display: flex;
  flex-direction: column;
  gap: var(--er-sp-1);
}

.eagleray-material__detail-label {
  font-family: var(--er-font-display);
  font-size: var(--er-text-base);
  letter-spacing: var(--er-tracking-display);
  color: var(--er-color-dark-blue);
}

.eagleray-material__detail-value {
  font-family: var(--er-font-body);
  font-size: var(--er-text-sm);
  font-weight: 300;
  color: var(--er-color-gray-blue);
}

.eagleray-editorial__app-blocks {
  margin-top: var(--er-sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--er-sp-4);
}

/* ================================================================
   REVIEWS
================================================================ */
.eagleray-reviews {
  padding: var(--er-section-pad) 0;
  background: var(--er-section-bg, var(--er-color-pale-gray));
  overflow: hidden;
  border-top: 1px solid rgba(155, 164, 180, 0.15);
}

.eagleray-reviews__header {
  max-width: var(--er-section-width, 1440px);
  margin: 0 auto var(--er-sp-9);
  padding: 0 var(--er-content-pad);
}

.eagleray-reviews__headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.01em;
  color: var(--er-color-dark-blue);
  line-height: 1.1;
  margin-top: var(--er-sp-3);
}

.eagleray-reviews__track {
  display: flex;
  gap: var(--er-sp-5);
  padding: 0 var(--er-content-pad) var(--er-sp-5);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.eagleray-reviews__track::-webkit-scrollbar {
  display: none;
}

.eagleray-review {
  flex: 0 0 300px;
  scroll-snap-align: start;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  /* card surface only; not site background */
  border: 1px solid rgba(155, 164, 180, 0.22);
  box-shadow: 0 1px 8px rgba(19, 39, 78, 0.05);
  transition: box-shadow var(--er-ease-micro), transform var(--er-ease-micro);
}

.eagleray-review:hover {
  box-shadow: 0 4px 24px rgba(19, 39, 78, 0.10);
  transform: translateY(-2px);
}

.eagleray-review__texture {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(19, 39, 78, 0.15) 3px, rgba(19, 39, 78, 0.15) 4px),
    repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(19, 39, 78, 0.1) 5px, rgba(19, 39, 78, 0.1) 6px);
  pointer-events: none;
}

.eagleray-review__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: var(--er-sp-7) var(--er-sp-6);
}

.eagleray-review__mark {
  color: rgba(155, 164, 180, 0.2);
  margin-bottom: var(--er-sp-4);
  flex-shrink: 0;
}

.eagleray-review__quote {
  font-family: var(--er-font-display);
  font-size: 1.0625rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: var(--er-color-dark-blue);
  letter-spacing: 0.01em;
  margin-bottom: auto;
  padding-bottom: var(--er-sp-6);
}

.eagleray-review__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--er-sp-4);
  border-top: 1px solid rgba(155, 164, 180, 0.12);
}

.eagleray-review__meta {
  display: flex;
  align-items: center;
  gap: var(--er-sp-2);
}

.eagleray-review__name {
  font-family: var(--er-font-body);
  font-size: var(--er-text-sm);
  font-weight: 400;
  color: var(--er-color-dark-blue);
  letter-spacing: 0.02em;
}

.eagleray-review__city {
  font-family: var(--er-font-body);
  font-size: var(--er-text-sm);
  font-weight: 300;
  color: var(--er-color-gray-blue);
}

.eagleray-review__city::before {
  content: '\00b7';
  margin-right: var(--er-sp-2);
}

.eagleray-review__verified {
  font-family: var(--er-font-body);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: var(--er-tracking-wider);
  text-transform: uppercase;
  color: var(--er-color-gray-blue);
  opacity: 0.5;
}

/* ================================================================
   REELS (vertical video, horizontal scroll, modal)
================================================================ */
.eagleray-reels {
  padding: var(--er-section-pad) 0;
  background: var(--er-section-bg, var(--er-color-dark-teal));
  overflow: hidden;
}

.eagleray-reels__header {
  max-width: var(--er-section-width, 1440px);
  margin: 0 auto var(--er-sp-7);
  padding: 0 var(--er-content-pad);
}

.eagleray-reels__headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--er-color-pale-gray);
  line-height: 1.1;
  margin-top: var(--er-sp-3);
}

.eagleray-reels .eagleray-eyebrow {
  color: var(--er-color-gray-blue);
}

.eagleray-reels__track {
  display: flex;
  gap: var(--er-sp-5);
  padding: 0 var(--er-content-pad) var(--er-sp-5);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.eagleray-reels__track::-webkit-scrollbar {
  display: none;
}

.eagleray-reel {
  flex: 0 0 260px;
  scroll-snap-align: start;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  cursor: pointer;
  background: rgba(19, 39, 78, 0.3);
}

.eagleray-reel__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eagleray-reel__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: var(--er-sp-5);
  background: linear-gradient(to top, rgba(19, 39, 78, 0.75) 0%, transparent 100%);
  pointer-events: none;
}

.eagleray-reel__location {
  display: block;
  font-family: var(--er-font-body);
  font-size: var(--er-text-sm);
  font-weight: 300;
  color: rgba(241, 246, 249, 0.65);
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}

.eagleray-reel__product {
  display: block;
  font-family: var(--er-font-display);
  font-size: var(--er-text-md);
  letter-spacing: var(--er-tracking-display);
  color: var(--er-color-pale-gray);
}

.eagleray-reel__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 48px;
  height: 44px;
  border-radius: 50%;
  background: rgba(19, 39, 78, 0.45);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity var(--er-ease-micro), transform var(--er-ease-micro);
  pointer-events: none;
}

.eagleray-reel.is-playing .eagleray-reel__play {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
}

.eagleray-reel-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(19, 39, 78, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--er-ease-cart);
}

.eagleray-reel-modal.is-open {
  opacity: 1;
  pointer-events: all;
}

.eagleray-reel-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  background: none;
  border: none;
  color: var(--er-color-pale-gray);
  font-size: 2rem;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.eagleray-reel-modal__close:hover {
  opacity: 1;
}

.eagleray-reel-modal__body {
  position: relative;
  width: min(360px, 85vw);
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
}

.eagleray-reel-modal__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eagleray-reel-modal__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--er-sp-6);
  background: linear-gradient(to top, rgba(19, 39, 78, 0.7) 0%, transparent 100%);
  pointer-events: none;
}

.eagleray-reel-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(241, 246, 249, 0.1);
  backdrop-filter: blur(6px);
  border: none;
  color: var(--er-color-pale-gray);
  font-size: 2rem;
  width: 48px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--er-ease-micro);
}

.eagleray-reel-modal__nav:hover {
  background: rgba(241, 246, 249, 0.2);
}

.eagleray-reel-modal__prev {
  left: 12px;
}

.eagleray-reel-modal__next {
  right: 12px;
}

/* ================================================================
   CAROUSEL DOTS (mobile only, injected by JS)
================================================================ */
.eagleray-dots {
  display: none;
}

/* ================================================================
   RESPONSIVE: TABLET (≤ 1024px)
================================================================ */
@media (max-width: 1024px) {
  .eagleray-editorial__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .eagleray-editorial__image-wrap {
    min-height: 60vh;
    order: -1;
  }

  .eagleray-editorial__text {
    padding: var(--er-sp-10) var(--er-content-pad);
  }

  .eagleray-craft__content {
    grid-template-columns: 1fr;
    gap: var(--er-sp-8);
    text-align: center;
  }

  .eagleray-craft__left {
    align-items: center;
  }

  .eagleray-craft__script {
    font-size: clamp(3.5rem, 10vw, 7rem);
  }

  .eagleray-craft__copy {
    align-items: center;
    max-width: 540px;
    margin: 0 auto;
  }

  .eagleray-craft__features {
    justify-content: center;
  }

  .eagleray-lookbook__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eagleray-arrivals__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eagleray-arrivals__card--featured {
    grid-row: span 1;
    grid-column: span 2;
  }

  .eagleray-arrivals__card--featured .eagleray-arrivals__media {
    min-height: 300px;
  }

  .eagleray-material__inner {
    grid-template-columns: 1fr;
    gap: var(--er-sp-8);
  }

  .eagleray-material__pull {
    position: static;
  }

  .eagleray-material__copy {
    padding-top: 0;
  }

  .eagleray-material__highlights {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   RESPONSIVE: MOBILE (≤ 767px)
================================================================ */
@media (max-width: 767px) {
  :root {
    --er-section-pad: 40px;
    --er-content-pad: 20px;
    --er-gap-grid: 16px;
  }

  .eagleray-btn-ghost {
    padding: 14px 28px;
    font-size: 0.8125rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .eagleray-btn-ghost--sm {
    padding: 12px 16px;
    font-size: 0.75rem;
    min-height: 44px;
  }

  .eagleray-btn-solid {
    padding: 15px 32px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
  }

  .eagleray-btn-ghost:hover,
  .eagleray-btn-solid:hover {
    transform: none;
    box-shadow: none;
  }

  .eagleray-reveal {
    transform: translateY(12px);
  }

  .eagleray-eyebrow {
    font-size: 0.625rem;
    margin-bottom: var(--er-sp-4);
  }

  .eagleray-hero {
    height: 100svh;
    min-height: 560px;
  }

  .eagleray-hero::after {
    background: linear-gradient(to top,
        rgba(19, 39, 78, 0.92) 0%,
        rgba(19, 39, 78, 0.60) 30%,
        rgba(19, 39, 78, 0.20) 60%,
        rgba(19, 39, 78, 0.08) 100%);
  }

  .eagleray-hero__content {
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    padding: 0 20px 48px;
  }

  .eagleray-hero__headline {
    font-size: clamp(2rem, 9vw, 2.75rem);
    margin-bottom: var(--er-sp-3);
    line-height: 1.1;
  }

  .eagleray-hero__subtext {
    font-size: 0.9375rem;
    line-height: 1.55;
    margin-bottom: var(--er-sp-5);
    max-width: none;
  }

  .eagleray-hero__ctas {
    flex-direction: column;
    align-items: stretch;
    gap: var(--er-sp-3);
    width: 100%;
  }

  .eagleray-hero__ctas .eagleray-btn-solid,
  .eagleray-hero__ctas .eagleray-btn-ghost {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .eagleray-hero__nav {
    display: none;
  }

  .eagleray-hero__dots {
    bottom: var(--er-sp-3);
    right: 50%;
    transform: translateX(50%);
  }

  .eagleray-editorial__image-wrap {
    order: -1;
    min-height: 0;
    height: 46vh;
    max-height: 400px;
  }

  .eagleray-editorial__text {
    padding: var(--er-sp-6) 20px var(--er-sp-7);
  }

  .eagleray-editorial__descriptor {
    font-size: 1.375rem;
    margin-bottom: var(--er-sp-3);
    letter-spacing: 0.04em;
  }

  .eagleray-editorial__statement {
    font-size: 1rem;
    max-width: none;
    margin-bottom: var(--er-sp-2);
    color: var(--er-color-dark-blue);
    line-height: 1.6;
  }

  .eagleray-editorial__subtext {
    font-size: 0.8125rem;
    max-width: none;
    margin-bottom: var(--er-sp-5);
    color: var(--er-color-dark-teal);
  }

  .eagleray-editorial__text .eagleray-btn-ghost {
    width: 100%;
    text-align: center;
  }

  .eagleray-editorial__caption {
    font-size: 1.375rem;
    bottom: var(--er-sp-4);
    left: var(--er-sp-5);
  }

  .eagleray-lookbook {
    padding: var(--er-section-pad) 0;
  }

  .eagleray-lookbook__header {
    padding: 0 20px;
    margin-bottom: var(--er-sp-4);
  }

  .eagleray-lookbook__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: var(--er-sp-3);
    padding: 0 20px var(--er-sp-3);
    scroll-padding-left: 20px;
    scrollbar-width: none;
  }

  .eagleray-lookbook__grid::-webkit-scrollbar {
    display: none;
  }

  /* Compact carousel on mobile — two cards visible per viewport. */
  .eagleray-lookbook__grid>*,
  .eagleray-lookbook__card {
    flex: 0 0 52vw;
    max-width: 240px;
    scroll-snap-align: start;
  }

  .eagleray-lookbook__grid>*>.eagleray-lookbook__card {
    width: 100%;
    max-width: none;
  }

  .eagleray-lookbook__img-wrap {
    aspect-ratio: 4 / 5;
  }

  .eagleray-lookbook__overlay {
    display: none;
  }

  .eagleray-lookbook__card:hover .eagleray-lookbook__img {
    transform: none;
  }

  .eagleray-lookbook__card .eagleray-btn-ghost--sm {
    width: 100%;
    text-align: center;
    margin-top: var(--er-sp-2);
  }

  .eagleray-craft {
    min-height: auto;
  }

  .eagleray-craft__content {
    grid-template-columns: 1fr;
    gap: var(--er-sp-5);
    padding: var(--er-section-pad) 20px;
    text-align: center;
  }

  .eagleray-craft__script {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .eagleray-craft__features {
    flex-direction: row;
    gap: 0;
    justify-content: space-around;
    padding: var(--er-sp-4) 0;
  }

  .eagleray-craft__feature {
    flex: 1;
    align-items: center;
    text-align: center;
  }

  .eagleray-craft__feature-value {
    font-size: 1.25rem;
  }

  .eagleray-craft__feature-label {
    font-size: 0.625rem;
    line-height: 1.3;
    color: rgba(241, 246, 249, 0.55);
  }

  .eagleray-craft__copy .eagleray-btn-ghost--light {
    width: 100%;
    text-align: center;
  }

  .eagleray-arrivals {
    padding: var(--er-section-pad) 0;
  }

  .eagleray-arrivals__header {
    padding: 0 20px;
    margin-bottom: var(--er-sp-4);
  }

  .eagleray-arrivals__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: var(--er-sp-3);
    padding: 0 20px var(--er-sp-3);
    scroll-padding-left: 20px;
    scrollbar-width: none;
  }

  .eagleray-arrivals__grid::-webkit-scrollbar {
    display: none;
  }

  .eagleray-arrivals__card--featured {
    grid-row: auto;
    grid-column: auto;
    position: static;
  }

  .eagleray-arrivals__card--featured .product-card__media,
  .eagleray-arrivals__card--featured slideshow-component {
    height: auto;
    min-height: 0;
    margin-bottom: var(--er-sp-4);
  }

  /* Compact carousel on mobile — two cards visible per viewport. */
  .eagleray-arrivals__grid>*,
  .eagleray-arrivals__card {
    flex: 0 0 52vw;
    max-width: 240px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .eagleray-arrivals__grid>*>.eagleray-arrivals__card {
    width: 100%;
    max-width: none;
    flex: 1;
  }

  .eagleray-arrivals__card .product-card__media {
    flex-shrink: 0;
    aspect-ratio: 3 / 4 !important;
  }

  .eagleray-arrivals__card .product-card__media img {
    height: 100% !important;
    object-fit: cover !important;
  }

  .eagleray-arrivals__card .product-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .eagleray-arrivals__shop-label {
    display: none;
  }

  .eagleray-material {
    padding: var(--er-section-pad) 20px;
    border-top: none;
  }

  .eagleray-material__inner {
    gap: var(--er-sp-5);
  }

  .eagleray-material__headline {
    font-size: 1.625rem;
    margin-top: var(--er-sp-2);
  }

  .eagleray-material__copy {
    gap: var(--er-sp-4);
  }

  .eagleray-material__highlights {
    grid-template-columns: 1fr 1fr;
    gap: var(--er-sp-4);
    padding: var(--er-sp-4) 0;
  }

  .eagleray-material__details {
    grid-template-columns: 1fr 1fr;
    gap: var(--er-sp-4) var(--er-sp-5);
  }

  .eagleray-reviews {
    padding: var(--er-section-pad) 0;
    border-top: none;
  }

  .eagleray-reviews__header {
    padding: 0 20px;
    margin-bottom: var(--er-sp-6);
  }

  .eagleray-reviews__headline {
    font-size: 1.5rem;
    margin-top: var(--er-sp-2);
  }

  .eagleray-reviews__track {
    gap: var(--er-sp-3);
    padding: 0 20px var(--er-sp-3);
  }

  .eagleray-review {
    flex: 0 0 78vw;
    max-width: 300px;
  }

  .eagleray-review:hover {
    transform: none;
    box-shadow: 0 1px 8px rgba(19, 39, 78, 0.05);
  }

  .eagleray-reels {
    padding: var(--er-section-pad) 0;
  }

  .eagleray-reels__header {
    padding: 0 20px;
    margin-bottom: var(--er-sp-5);
  }

  .eagleray-reels__headline {
    font-size: 1.5rem;
    margin-top: var(--er-sp-2);
  }

  .eagleray-reels__track {
    gap: var(--er-sp-3);
    padding: 0 20px var(--er-sp-3);
  }

  .eagleray-reel {
    flex: 0 0 45vw;
    max-width: 200px;
    border-radius: 10px;
  }

  .eagleray-reel__overlay {
    padding: var(--er-sp-4);
  }

  .eagleray-reel__location {
    font-size: 0.6875rem;
  }

  .eagleray-reel__product {
    font-size: 0.8125rem;
  }

  .eagleray-reel__play {
    width: 40px;
    height: 40px;
  }

  .eagleray-reel-modal__body {
    width: 100vw;
    height: 100svh;
    border-radius: 0;
    aspect-ratio: auto;
  }

  .eagleray-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: var(--er-sp-3) 20px 0;
  }

  .eagleray-dots__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--er-color-gray-blue);
    opacity: 0.25;
    transition: opacity var(--er-ease-micro), transform var(--er-ease-micro);
  }

  .eagleray-dots__dot.is-active {
    opacity: 0.8;
    transform: scale(1.4);
  }
}

/* ================================================================
   NAV / HEADER — transparent over hero, pale-gray on scroll
================================================================ */
#header-group {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: transform var(--er-ease-nav);
}

.eagleray-nav {
  position: relative;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 16px var(--er-content-pad);
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: background var(--er-ease-nav), box-shadow var(--er-ease-nav),
    padding var(--er-ease-nav), border-color var(--er-ease-nav),
    transform var(--er-ease-nav);
}

#header-group:has(.eagleray-nav[data-sticky-mode='never']) {
  position: static;
}

#header-group:has(.eagleray-nav[data-sticky-mode='scroll-up'][data-sticky-state='hidden']) {
  transform: translateY(-100%);
}

.eagleray-nav--transparent {
  background: transparent;
  border-bottom-color: transparent;
  margin-bottom: calc(-1 * var(--eagleray-nav-h, 88px));
}

.eagleray-nav.is-scrolled {
  background: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  padding-top: 12px;
  padding-bottom: 12px;
}

.eagleray-nav--transparent:not(.is-scrolled):hover {
  background: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.eagleray-nav__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  height: var(--logo-desktop-h, 40px);
  max-width: var(--logo-max-w, 160px);
  flex-shrink: 0;
  font-family: var(--er-font-display);
  font-size: var(--er-text-lg);
  letter-spacing: var(--er-tracking-display);
  text-transform: uppercase;
  color: var(--er-color-dark-blue);
  line-height: 1;
  transition: color var(--er-ease-nav);
}

.eagleray-nav__logo-img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.eagleray-nav--transparent:not(.is-scrolled):not(:hover) .eagleray-nav__logo {
  color: rgba(255, 255, 255, 0.95);
}

.eagleray-nav__left {
  display: flex;
  align-items: center;
  gap: var(--er-sp-7);
  justify-self: start;
}

.eagleray-nav__links {
  display: flex;
  gap: var(--er-sp-7);
  list-style: none;
}

.eagleray-nav__link {
  font-family: var(--er-font-body);
  font-size: var(--er-text-sm);
  font-weight: 400;
  letter-spacing: var(--er-tracking-wider);
  text-transform: uppercase;
  color: var(--er-color-dark-teal);
  transition: color var(--er-ease-nav), opacity var(--er-ease-nav);
  position: relative;
}

.eagleray-nav--transparent:not(.is-scrolled):not(:hover) .eagleray-nav__link {
  color: rgba(255, 255, 255, 0.85);
}

.eagleray-nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width var(--er-ease-micro);
}

.eagleray-nav__link:hover::after {
  width: 100%;
}

.eagleray-nav__link:hover {
  opacity: 0.7;
}

/* ================================================================
   MEGA MENU — desktop hover dropdowns
================================================================ */
.eagleray-mega {
  position: static;
  display: flex;
  align-items: center;
  height: 100%;
}

.eagleray-nav__link--has-children {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.eagleray-nav__link-chevron {
  flex-shrink: 0;
  transition: transform var(--er-ease-micro);
  margin-top: 1px;
}

.eagleray-mega.is-open .eagleray-nav__link-chevron {
  transform: rotate(180deg);
}

.eagleray-nav__links:has(.eagleray-mega.is-open)>.eagleray-nav__link,
.eagleray-nav__links:has(.eagleray-mega.is-open)>.eagleray-mega:not(.is-open) .eagleray-nav__link {
  opacity: 0.45;
}

.eagleray-nav__links:has(.eagleray-mega.is-open)>.eagleray-mega.is-open .eagleray-nav__link {
  opacity: 1;
}

.eagleray-mega__panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  pointer-events: none;
}

.eagleray-mega.is-open>.eagleray-mega__panel {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0s 0s;
  pointer-events: auto;
}

.eagleray-nav--transparent .eagleray-mega__panel {
  background: #fff;
}

.eagleray-mega__inner {
  max-width: var(--er-content-max, 1320px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--er-sp-10);
  padding: var(--er-sp-9) var(--er-content-pad) var(--er-sp-11);
}

.eagleray-mega__inner--has-images .eagleray-mega__columns,
.eagleray-mega__inner--has-images .eagleray-mega__list-simple {
  flex: 0 1 auto;
  min-width: 0;
}

.eagleray-mega__inner--has-images .eagleray-mega__images {
  flex: 0 0 42%;
  min-width: 0;
  margin-left: auto;
}

.eagleray-mega__columns {
  display: flex;
  flex-wrap: wrap;
  gap: var(--er-sp-11);
}

.eagleray-mega__list-simple {
  display: flex;
  flex-direction: column;
}

.eagleray-mega__inner--simple {
  padding-top: var(--er-sp-8);
  padding-bottom: var(--er-sp-9);
}

.eagleray-mega__col {
  display: flex;
  flex-direction: column;
  gap: var(--er-sp-4);
  min-width: 140px;
}

.eagleray-mega__col-heading {
  font-family: var(--er-font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--er-color-dark-blue);
  opacity: 0.85;
  padding-bottom: var(--er-sp-2);
}

.eagleray-mega__list {
  display: flex;
  flex-direction: column;
  gap: var(--er-sp-1);
}

.eagleray-mega__child-link {
  font-family: var(--er-font-body);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--er-color-dark-blue);
  padding: 4px 0;
  transition: opacity var(--er-ease-micro);
  display: inline-block;
}

.eagleray-mega__child-link:hover {
  opacity: 0.6;
}

.eagleray-mega__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--er-sp-3);
  align-self: stretch;
}

.eagleray-mega__promo {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 4 / 3;
}

.eagleray-mega__promo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2, 1, .2, 1);
}

.eagleray-mega__promo:hover .eagleray-mega__promo-img {
  transform: scale(1.05);
}

.eagleray-mega__promo-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  font-family: var(--er-font-body);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.eagleray-mobile-menu__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.eagleray-mobile-menu__link--expandable {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.eagleray-mobile-menu__chevron {
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
  opacity: 0.35;
  width: 10px;
  height: 6px;
}

.eagleray-mobile-menu__link--expandable[aria-expanded="true"] .eagleray-mobile-menu__chevron {
  transform: rotate(180deg);
  opacity: 0.6;
}

.eagleray-mobile-menu__sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.45s cubic-bezier(.4, 0, .2, 1),
    opacity 0.3s ease,
    padding 0.35s ease;
  padding: 0;
  width: 100%;
}

.eagleray-mobile-menu__sub.is-open {
  max-height: 500px;
  opacity: 1;
  padding-top: var(--er-sp-5);
  padding-bottom: var(--er-sp-1);
}

.eagleray-mobile-menu__sub-link {
  font-family: var(--er-font-body);
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--er-color-dark-blue);
  transition: opacity var(--er-ease-micro), color var(--er-ease-micro);
  text-align: center;
  padding: 6px 0;
  position: relative;
}

.eagleray-mobile-menu__sub-link:hover,
.eagleray-mobile-menu__sub-link:active {
  opacity: 0.55;
}

.eagleray-mobile-menu__sub-link--view-all {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  color: var(--er-color-dark-teal);
  padding-bottom: 10px;
  margin-bottom: 4px;
  border-bottom: none;
  position: relative;
}

.eagleray-mobile-menu__sub-link--view-all::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background: var(--er-color-dark-teal);
  opacity: 0.35;
}

.eagleray-mobile-menu__sub-link--nested {
  font-weight: 300;
  color: var(--er-color-gray-blue);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.eagleray-mobile-menu__help {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--er-sp-4);
  width: 100%;
  flex-shrink: 0;
  padding: var(--er-sp-5) 24px;
  padding-bottom: max(var(--er-sp-6), env(safe-area-inset-bottom, var(--er-sp-6)));
  border-top: 1px solid rgba(155, 164, 180, 0.15);
}

.eagleray-mobile-menu__help-heading {
  font-family: var(--er-font-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--er-color-dark-blue);
}

.eagleray-mobile-menu__help-contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--er-sp-6);
  flex-wrap: wrap;
}

.eagleray-mobile-menu__help-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--er-font-body);
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--er-color-dark-blue);
  transition: opacity var(--er-ease-micro);
}

.eagleray-mobile-menu__help-link:hover {
  opacity: 0.55;
}

.eagleray-mobile-menu__help-link svg {
  flex-shrink: 0;
  opacity: 0.7;
}

.eagleray-mobile-menu__help-ctas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--er-sp-3);
  width: 100%;
  max-width: 360px;
}

.eagleray-mobile-menu__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  font-family: var(--er-font-body);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  transition: opacity var(--er-ease-micro), background var(--er-ease-micro);
}

.eagleray-mobile-menu__cta--filled {
  background: var(--er-color-dark-blue);
  color: #fff;
}

.eagleray-mobile-menu__cta--filled:hover {
  opacity: 0.85;
}

.eagleray-mobile-menu__cta--outline {
  background: transparent;
  color: var(--er-color-dark-blue);
  border: 1px solid var(--er-color-dark-blue);
}

.eagleray-mobile-menu__cta--outline:hover {
  background: rgba(19, 39, 78, 0.04);
}

.eagleray-nav__actions {
  display: flex;
  align-items: center;
  gap: var(--er-sp-4);
  justify-self: end;
}

.eagleray-nav__actions header-actions {
  display: flex !important;
  align-items: center !important;
  gap: var(--er-sp-3);
}

.eagleray-nav__actions header-actions .header-actions__action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--er-color-dark-teal);
  overflow: visible !important;
  /* never clip the cart count badge */
}

.eagleray-nav__actions cart-drawer-component.cart-drawer {
  display: flex !important;
  align-items: center !important;
  margin-inline-end: 0 !important;
  overflow: visible !important;
  /* never clip the cart count badge */
}

.eagleray-nav__actions header-actions {
  overflow: visible !important;
}

.eagleray-nav__actions .header-actions__cart-icon {
  display: inline-flex !important;
  align-items: center !important;
  position: relative;
}

/* --------------------------------------------------------------
   Eagle Ray header cart button (icon + count).
   Fully self-contained replacement for the stock <cart-icon> +
   cart-bubble (which glitched on live). No custom-property or mask
   dependency, so it renders consistently everywhere. Markup is in
   snippets/header-actions.liquid; count sync in eagleray.js.
   -------------------------------------------------------------- */
.eagleray-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 0;
  overflow: visible;
}

.eagleray-cart__icon {
  width: 24px;
  height: 24px;
  display: block;
  flex: none;
}

.eagleray-cart__label {
  line-height: 1;
}

.eagleray-cart__count {
  position: absolute;
  top: -6px;
  right: -4px;
  box-sizing: border-box;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--er-color-dark-blue);
  color: var(--er-color-pale-gray);
  font-family: var(--er-font-body);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

.eagleray-cart__count.is-empty {
  display: none;
}

.eagleray-nav__actions .account-button {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 !important;
}


.eagleray-nav__cart-wrap {
  display: inline-flex;
}

.eagleray-nav__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 28px;
  color: var(--er-color-dark-teal);
  transition: color var(--er-ease-nav), opacity var(--er-ease-nav);
}

.eagleray-nav--transparent:not(.is-scrolled):not(:hover) .eagleray-nav__icon-btn,
.eagleray-nav--transparent:not(.is-scrolled):not(:hover) .eagleray-nav__icon,
.eagleray-nav--transparent:not(.is-scrolled):not(:hover) .eagleray-nav__cart-icon,
.eagleray-nav--transparent:not(.is-scrolled):not(:hover) .header-actions__action,
.eagleray-nav--transparent:not(.is-scrolled):not(:hover) header-actions svg {
  color: rgba(255, 255, 255, 0.95);
}

.eagleray-nav__icon-btn:hover {
  opacity: 0.7;
}

.eagleray-nav__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.eagleray-nav__support {
  position: relative;
  display: none;
}

@media (min-width: 768px) {
  .eagleray-nav__support {
    display: inline-flex;
  }
}

.eagleray-nav__support-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 28px;
  color: var(--er-color-dark-teal);
  transition: color var(--er-ease-nav), opacity var(--er-ease-nav);
}

.eagleray-nav--transparent:not(.is-scrolled):not(:hover) .eagleray-nav__support-trigger {
  color: rgba(255, 255, 255, 0.95);
}

.eagleray-nav__support-panel {
  position: absolute;
  top: calc(100% + 6px);
  right: -16px;
  width: 360px;
  background: #f5f7f8;
  border-radius: 6px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 28px 24px 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 1000;
}

.eagleray-nav__support-panel::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 14px;
}

.eagleray-nav__support:hover .eagleray-nav__support-panel,
.eagleray-nav__support-panel:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.eagleray-nav__support-contacts {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 16px;
}

.eagleray-nav__support-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--er-color-dark-blue, #13274e);
  transition: opacity 0.15s ease;
}

.eagleray-nav__support-item:hover {
  opacity: 0.7;
}

.eagleray-nav__support-item svg {
  width: 28px;
  height: 28px;
  color: var(--er-color-dark-blue, #13274e);
}

.eagleray-nav__support-item span {
  font-family: var(--er-font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.eagleray-nav__support-hours {
  text-align: center;
  font-family: var(--er-font-body);
  font-size: 0.75rem;
  font-style: italic;
  color: var(--er-color-dark-blue, #13274e);
  opacity: 0.6;
  margin: 0 0 20px;
}

.eagleray-nav__support-ctas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.eagleray-nav__support-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-family: var(--er-font-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 2px;
  transition: opacity 0.15s ease;
}

.eagleray-nav__support-cta:hover {
  opacity: 0.85;
}

.eagleray-nav__support-cta--filled {
  background: var(--er-color-dark-blue, #13274e);
  color: #fff;
  border: 1.5px solid var(--er-color-dark-blue, #13274e);
}

.eagleray-nav__support-cta--outline {
  background: transparent;
  color: var(--er-color-dark-blue, #13274e);
  border: 1.5px solid var(--er-color-dark-blue, #13274e);
}

.eagleray-nav__cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 28px;
  height: 28px;
  color: var(--er-color-dark-teal);
  transition: color var(--er-ease-nav), opacity var(--er-ease-nav);
}

.eagleray-nav--transparent:not(.is-scrolled):not(:hover) .eagleray-nav__cart-btn {
  color: rgba(255, 255, 255, 0.85);
}

.eagleray-nav__cart-btn:hover {
  opacity: 0.7;
}

.eagleray-nav__cart-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.eagleray-nav__cart-count {
  position: absolute;
  top: -4px;
  right: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 50%;
  background: var(--er-color-dark-teal);
  color: #fff;
  font-family: var(--er-font-body);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
}

.eagleray-nav__menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.eagleray-nav__menu-bar {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--er-color-dark-teal);
  transition: background var(--er-ease-nav), transform var(--er-ease-nav);
}

.eagleray-nav--transparent:not(.is-scrolled):not(:hover) .eagleray-nav__menu-bar {
  background: rgba(255, 255, 255, 0.85);
}

.eagleray-nav__menu-btn.is-active .eagleray-nav__menu-bar {
  background: var(--er-color-dark-teal);
}

.eagleray-nav__menu-btn.is-active .eagleray-nav__menu-bar:first-child {
  transform: rotate(45deg) translate(2px, 2px);
}

.eagleray-nav__menu-btn.is-active .eagleray-nav__menu-bar:last-child {
  transform: rotate(-45deg) translate(2px, -2px);
}

.eagleray-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(241, 246, 249, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--er-ease-nav);
}

.eagleray-mobile-menu.is-open {
  opacity: 1;
  pointer-events: all;
}

.eagleray-mobile-menu__header {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  padding: 20px 16px 12px;
  padding-top: max(20px, calc(env(safe-area-inset-top, 0px) + 12px));
  flex-shrink: 0;
}

.eagleray-mobile-menu__close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--er-color-dark-teal);
  transition: opacity var(--er-ease-micro);
  -webkit-tap-highlight-color: transparent;
}

.eagleray-mobile-menu__close-btn svg {
  width: 22px;
  height: 22px;
}

.eagleray-mobile-menu__close-btn:hover {
  opacity: 0.6;
}

.eagleray-mobile-menu__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eagleray-mobile-menu__logo img {
  height: 20px;
  width: auto;
}

.eagleray-mobile-menu__body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 24px 16px;
}

.eagleray-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--er-sp-6);
}

.eagleray-mobile-menu__link {
  font-family: 'Didot', 'GFS Didot', 'Playfair Display', 'Times New Roman', serif;
  font-size: var(--er-text-2xl);
  letter-spacing: var(--er-tracking-display);
  color: var(--er-color-dark-blue);
  transition: opacity var(--er-ease-micro);
}

.eagleray-mobile-menu__link:hover {
  opacity: 0.5;
}

.eagleray-mobile-menu__divider {
  display: block;
  width: 40px;
  height: 1px;
  margin: var(--er-sp-2) 0;
  background: var(--er-color-gray-blue);
  opacity: 0.4;
}

.eagleray-mobile-menu__account {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--er-sp-3);
}

.eagleray-mobile-menu__account-link {
  font-family: var(--er-font-body);
  font-size: var(--er-text-xs);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--er-color-dark-blue);
  transition: opacity var(--er-ease-micro);
}

.eagleray-mobile-menu__account-link:hover {
  opacity: 0.5;
}

.eagleray-mobile-menu__account-link--muted {
  color: var(--er-color-gray-blue);
  font-weight: 400;
}

/* ================================================================
   FOOTER
================================================================ */
.er-footer {
  background: var(--er-color-dark-blue);
  font-family: var(--er-font-body);
  color: var(--er-color-gray-blue);
}

.er-footer__body {
  max-width: var(--er-content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: var(--er-sp-12);
  padding: var(--er-sp-11) var(--er-content-pad) var(--er-sp-9);
}

.er-footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--er-sp-9);
}

.er-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--er-sp-8);
  align-items: start;
}

.er-footer__col {
  display: flex;
  flex-direction: column;
  gap: var(--er-sp-3);
}

.er-footer__col-title {
  font-size: var(--er-text-xs);
  font-weight: 500;
  letter-spacing: var(--er-tracking-widest);
  text-transform: uppercase;
  color: var(--er-color-pale-gray);
  margin-bottom: var(--er-sp-2);
}

.er-footer__col a {
  font-size: var(--er-text-sm);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--er-color-gray-blue);
  text-decoration: none;
  transition: color var(--er-ease-nav);
}

.er-footer__col a:hover {
  color: var(--er-color-pale-gray);
}

.er-footer__help-item {
  display: flex;
  align-items: flex-start;
  gap: var(--er-sp-3);
  text-decoration: none;
  color: var(--er-color-gray-blue);
  transition: color var(--er-ease-nav);
}

.er-footer__help-item:hover {
  color: var(--er-color-pale-gray);
}

.er-footer__help-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: inherit;
}

.er-footer__help-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.er-footer__help-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.er-footer__help-label {
  font-size: var(--er-text-sm);
  font-weight: 400;
  color: var(--er-color-pale-gray);
}

.er-footer__help-sub {
  font-size: var(--er-text-xs);
  font-weight: 300;
  color: var(--er-color-gray-blue);
}

.er-footer__link--highlight {
  color: #c9a96e !important;
}

.er-footer__social-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--er-sp-3);
}

.er-footer__social-title {
  font-size: var(--er-text-xs);
  font-weight: 500;
  letter-spacing: var(--er-tracking-widest);
  text-transform: uppercase;
  color: var(--er-color-gray-blue);
}

.er-footer__social {
  display: flex;
  gap: var(--er-sp-5);
  align-items: center;
}

.er-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--er-color-pale-gray);
  transition: color var(--er-ease-micro), opacity var(--er-ease-micro);
}

.er-footer__social-link:hover {
  opacity: 0.65;
}

.er-footer__social-link svg {
  width: 20px;
  height: 20px;
}

.er-footer__right {
  display: flex;
  align-items: flex-start;
  padding-top: var(--er-sp-2);
}

.er-footer__newsletter {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.er-footer__newsletter-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--er-color-pale-gray);
  margin: 0 0 var(--er-sp-4) 0;
}

.er-footer__newsletter-desc {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(155, 164, 180, 0.75);
  margin: 0 0 var(--er-sp-8) 0;
  max-width: 380px;
}

.er-footer__newsletter-form {
  margin: 0;
}

.er-footer__newsletter-field {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(241, 246, 249, 0.15);
  transition: border-color var(--er-ease-micro);
  padding: 0 0 10px 0;
}

.er-footer__newsletter-field:focus-within {
  border-bottom-color: rgba(241, 246, 249, 0.5);
}

.er-footer__newsletter-input {
  flex: 1;
  padding: 0;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  color: var(--er-color-pale-gray);
  font-family: var(--er-font-body);
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  outline: none !important;
}

.er-footer__newsletter-input::placeholder {
  color: rgba(155, 164, 180, 0.5);
  text-transform: uppercase;
}

.er-footer__newsletter-input:-webkit-autofill,
.er-footer__newsletter-input:-webkit-autofill:hover,
.er-footer__newsletter-input:-webkit-autofill:focus,
.er-footer__newsletter-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #13274e inset !important;
  -webkit-text-fill-color: var(--er-color-pale-gray) !important;
  transition: background-color 5000s ease-in-out 0s;
}

.er-footer__newsletter-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 0 16px;
  background: transparent !important;
  background-color: transparent !important;
  color: rgba(241, 246, 249, 0.8) !important;
  border: none !important;
  box-shadow: none !important;
  font-family: var(--er-font-body);
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: color var(--er-ease-micro);
}

.er-footer__newsletter-btn svg {
  transition: transform var(--er-ease-micro);
}

.er-footer__newsletter-btn:hover {
  color: var(--er-color-pale-gray) !important;
}

.er-footer__newsletter-btn:hover svg {
  transform: translateX(4px);
}

.er-footer__newsletter-btn svg {
  flex-shrink: 0;
}

.er-footer__newsletter-msg {
  font-size: var(--er-text-xs);
  font-weight: 300;
  margin: var(--er-sp-2) 0 0;
  min-height: 1.2em;
}

.er-footer__newsletter-msg--error {
  color: #e57373;
}

.er-footer__newsletter-msg--success {
  color: #81c784;
}

.er-footer__bottom {
  border-top: 1px solid rgba(155, 164, 180, 0.12);
}

.er-footer__bottom-inner {
  max-width: var(--er-content-max);
  margin: 0 auto;
  padding: var(--er-sp-5) var(--er-content-pad);
  /* Safe-area insets resolve to 0 in iOS Safari as configured (no
     viewport-fit=cover), so these are inert there. Kept as max() rather than
     calc() so that IF cover is ever enabled, the inset absorbs the base
     padding instead of stacking on top of it. */
  padding-bottom: max(var(--er-sp-5), env(safe-area-inset-bottom, var(--er-sp-5)));
  padding-left: max(var(--er-content-pad), env(safe-area-inset-left, var(--er-content-pad)));
  padding-right: max(var(--er-content-pad), env(safe-area-inset-right, var(--er-content-pad)));
  display: flex;
  align-items: center;
  justify-content: center;
}

.er-footer__copy {
  font-size: var(--er-text-xs);
  font-weight: 300;
  color: var(--er-color-gray-blue);
  opacity: 0.6;
  letter-spacing: 0.04em;
  margin: 0;
}

.er-footer__copy strong {
  font-weight: 500;
}

.er-footer__accordion {
  border: none;
  margin: 0;
  padding: 0;
}

.er-footer__accordion-trigger {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.er-footer__accordion-trigger::-webkit-details-marker {
  display: none;
}

.er-footer__accordion-icon {
  transition: transform 0.25s ease;
}

.er-footer__accordion[open] .er-footer__accordion-icon {
  transform: rotate(180deg);
}

.er-footer__accordion-content {
  display: flex;
  flex-direction: column;
  gap: var(--er-sp-3);
}

.er-footer__accordion-content a {
  font-size: var(--er-text-sm);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--er-color-gray-blue);
  text-decoration: none;
  transition: color var(--er-ease-nav);
}

.er-footer__accordion-content a:hover {
  color: var(--er-color-pale-gray);
}

.er-footer__accordion-content .er-footer__link--highlight {
  color: #c9a96e !important;
}

@media (min-width: 768px) {
  .er-footer__accordion {
    display: flex;
    flex-direction: column;
    gap: var(--er-sp-3);
  }

  .er-footer__accordion[open],
  .er-footer__accordion:not([open]) {
    display: flex;
    flex-direction: column;
    gap: var(--er-sp-3);
  }

  .er-footer__accordion-trigger {
    pointer-events: none;
  }

  .er-footer__accordion-trigger .er-footer__col-title {
    margin-bottom: var(--er-sp-2);
  }

  .er-footer__accordion-icon {
    display: none;
  }

  .er-footer__accordion-content {
    display: flex !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 1024px) {
  .er-footer__body {
    grid-template-columns: 1fr;
    gap: var(--er-sp-9);
  }

  .er-footer__columns {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .eagleray-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    padding-left: max(16px, env(safe-area-inset-left, 16px));
    padding-right: max(16px, env(safe-area-inset-right, 16px));
    position: relative;
  }

  .eagleray-nav.is-scrolled {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .eagleray-nav__left {
    display: contents;
  }

  .eagleray-nav__links {
    display: none;
  }

  .eagleray-nav__menu-btn {
    display: flex;
    padding: 8px;
    min-width: 40px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    order: 0;
  }

  .eagleray-nav__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: var(--logo-mobile-h, 28px);
    max-width: calc(var(--logo-max-w, 160px) * 0.75);
    font-size: 1rem;
    pointer-events: auto;
  }

  .eagleray-nav__actions {
    display: contents;
  }

  .eagleray-nav__search-btn {
    order: 1;
  }

  .eagleray-wishlist-link {
    order: 2;
    margin-left: auto;
  }

  .eagleray-nav__actions header-actions {
    order: 3;
    display: flex !important;
    align-items: center !important;
    gap: 4px;
  }

  header-actions.eagleray-nav__account-wrap shopify-account {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    --shopify-account-color-background: var(--er-color-pale-gray, #f4f4f4);
    --shopify-account-color-text: var(--er-color-dark-teal, #002b2d);
    --shopify-account-dialog-z-index: 10001;
    --shopify-account-dialog-position-top: var(--eagleray-nav-h, 80px);
  }

  header-actions.eagleray-nav__account-wrap shopify-account::part(button) {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
  }

  header-actions.eagleray-nav__account-wrap shopify-account button {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    color: inherit !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    box-shadow: none !important;
  }

  .eagleray-nav__menu-bar {
    width: 20px;
  }

  .eagleray-nav__icon-btn {
    width: 36px;
    height: 36px;
    padding: 6px;
  }

  .eagleray-nav__cart-label {
    display: none;
  }

  .eagleray-nav__cart-btn {
    width: 36px;
    height: 36px;
    padding: 6px;
  }

  .eagleray-nav__cart-count {
    top: -2px;
    right: -4px;
    min-width: 16px;
    height: 16px;
    font-size: 9px;
  }

  .eagleray-mobile-menu__link {
    font-size: var(--er-text-xl);
  }

  .eagleray-mobile-menu__nav {
    gap: var(--er-sp-5);
  }

  .er-footer__body {
    display: flex;
    flex-direction: column;
    gap: var(--er-sp-8);
    padding: var(--er-sp-9) 20px var(--er-sp-7);
  }

  .er-footer__right {
    order: -1;
  }

  .er-footer__newsletter-heading {
    font-size: 1.25rem;
  }

  .er-footer__newsletter-desc {
    font-size: 0.75rem;
    margin-bottom: var(--er-sp-6);
  }

  .er-footer__newsletter-field {
    flex-direction: row;
    gap: 0;
  }

  .er-footer__newsletter-input {
    width: 100%;
    padding: 0;
    min-height: auto;
    font-size: 0.75rem;
    border-right: none;
  }

  .er-footer__newsletter-btn {
    width: auto;
    min-height: auto;
    justify-content: flex-end;
  }

  .er-footer__columns {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  .er-footer__accordion {
    border-bottom: 1px solid rgba(155, 164, 180, 0.12);
    padding: var(--er-sp-4) 0;
  }

  .er-footer__accordion:first-of-type {
    border-top: 1px solid rgba(155, 164, 180, 0.12);
  }

  .er-footer__accordion-trigger {
    padding: var(--er-sp-1) 0;
  }

  .er-footer__accordion-trigger .er-footer__col-title {
    margin-bottom: 0;
  }

  .er-footer__accordion-icon {
    color: var(--er-color-gray-blue);
    width: 14px;
    height: 14px;
  }

  .er-footer__accordion-content {
    padding-top: var(--er-sp-4);
    gap: var(--er-sp-2);
  }

  .er-footer__accordion-content a {
    font-size: 0.75rem;
    padding: 6px 0;
  }

  .er-footer__col--help {
    grid-column: 1 / -1;
    order: 10;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--er-sp-4);
    padding-top: var(--er-sp-6);
    border-top: 1px solid rgba(155, 164, 180, 0.12);
    text-align: center;
  }

  .er-footer__col--help .er-footer__col-title {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: var(--er-sp-3);
  }

  .er-footer__col--help .er-footer__help-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--er-sp-2);
  }

  .er-footer__col--help .er-footer__help-icon {
    width: 28px;
    height: 28px;
    margin: 0 auto;
  }

  .er-footer__col--help .er-footer__help-text {
    align-items: center;
  }

  .er-footer__col--help .er-footer__help-label {
    font-size: 0.75rem;
    font-weight: 500;
  }

  .er-footer__col--help .er-footer__help-sub {
    font-size: 0.625rem;
  }

  .er-footer__col-title {
    font-size: 0.6875rem;
    margin-bottom: 0;
  }

  .er-footer__help-item {
    padding: 4px 0;
  }

  .er-footer__social-wrap {
    align-items: center;
    text-align: center;
  }

  .er-footer__social {
    justify-content: center;
  }

  .er-footer__bottom-inner {
    padding: var(--er-sp-3) 20px;
  }

  .er-footer__copy {
    font-size: 0.625rem;
  }
}

/* ----------------------------------------------------------------
   CATEGORY NAV
---------------------------------------------------------------- */
.eagleray-category-nav {
  --ercn-bg: var(--er-color-pale-gray);
  --ercn-text: var(--er-color-dark-blue);
  --ercn-active-text: var(--er-color-dark-teal);
  --ercn-active-indicator: var(--er-color-dark-blue);
  --ercn-border-color: var(--er-color-gray-blue);
  --ercn-pad-x: var(--er-sp-5);
  --ercn-pad-y: 14px;
  --ercn-gap: var(--er-sp-5);
  --ercn-font-size: var(--er-text-sm);
  --ercn-tracking: 0.1em;
  --ercn-transform: uppercase;
  --ercn-align: flex-start;
  --ercn-border-width: 1px;
  position: relative;
  width: 100%;
  background: var(--ercn-bg);
  font-family: var(--er-font-body);
  z-index: 20;
}

.eagleray-category-nav--sticky {
  position: sticky;
  top: 0;
  z-index: 40;
}

.eagleray-category-nav--border-top {
  border-top: var(--ercn-border-width) solid var(--ercn-border-color);
}

.eagleray-category-nav--border-bottom {
  border-bottom: var(--ercn-border-width) solid var(--ercn-border-color);
}

.eagleray-category-nav__scroller {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.eagleray-category-nav__scroller::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
  background: transparent;
}

.eagleray-category-nav__list {
  display: flex;
  align-items: center;
  justify-content: var(--ercn-align);
  gap: var(--ercn-gap);
  margin: 0;
  padding: var(--ercn-pad-y) var(--ercn-pad-x);
  list-style: none;
  min-width: max-content;
}

.eagleray-category-nav__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.eagleray-category-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 2px;
  color: var(--ercn-text);
  font-size: var(--ercn-font-size);
  font-weight: 500;
  letter-spacing: var(--ercn-tracking);
  text-transform: var(--ercn-transform);
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--er-ease-micro), opacity var(--er-ease-micro);
}

.eagleray-category-nav__link:hover,
.eagleray-category-nav__link:focus-visible {
  color: var(--ercn-active-text);
  outline: none;
}

.eagleray-category-nav__link:focus-visible {
  outline: 2px solid var(--ercn-active-indicator);
  outline-offset: 3px;
  border-radius: 2px;
}

.eagleray-category-nav__link.is-active {
  color: var(--ercn-active-text);
}

.eagleray-category-nav--indicator-underline .eagleray-category-nav__link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--ercn-active-indicator);
}

.eagleray-category-nav--indicator-pill .eagleray-category-nav__link.is-active {
  background: var(--ercn-active-indicator);
  color: var(--ercn-bg);
  padding: 6px 14px;
  border-radius: 999px;
}

.eagleray-category-nav--indicator-bold .eagleray-category-nav__link.is-active {
  font-weight: 700;
}

@media (min-width: 768px) {
  .eagleray-category-nav--vis-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .eagleray-category-nav--vis-desktop {
    display: none;
  }

  .eagleray-category-nav__list {
    justify-content: flex-start;
  }
}

/* ================================================================
   ANNOUNCEMENT BAR
================================================================ */
.announcement-bar__slider {
  justify-content: center;
}

.announcement-bar__slides {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--button-size);
  box-sizing: border-box;
}

.announcement-bar__slide {
  width: 100%;
  text-align: center;
  place-content: center;
}

.announcement-bar__text {
  text-align: center;
  margin-inline: auto;
  width: 100%;
}

/* ================================================================
   WELCOME
================================================================ */
.eagleray-welcome {
  background: var(--er-section-bg, var(--er-color-pale-gray));
  padding: var(--er-section-pad) var(--er-content-pad);
}

.eagleray-welcome__inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--er-sp-5);
}

.eagleray-welcome__emblem {
  margin-bottom: var(--er-sp-3);
}

.eagleray-welcome__emblem img {
  display: block;
  height: auto;
  object-fit: contain;
}

.eagleray-welcome__heading {
  font-family: var(--er-font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 400;
  letter-spacing: var(--er-tracking-display);
  color: var(--erw-text-color, var(--er-color-dark-blue));
  line-height: 1.15;
  margin: 0;
}

.eagleray-welcome__description {
  max-width: 580px;
  margin: 0 auto;
}

.eagleray-welcome__description p {
  font-family: var(--er-font-body);
  font-size: var(--er-text-base);
  font-weight: 300;
  line-height: 1.75;
  color: var(--erw-muted-color, var(--er-color-dark-teal));
  margin: 0 0 var(--er-sp-2) 0;
}

.eagleray-welcome__description p:last-child {
  margin-bottom: 0;
}

.eagleray-welcome__description a {
  color: var(--erw-text-color, var(--er-color-dark-blue));
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity var(--er-ease-micro);
}

.eagleray-welcome__description a:hover {
  opacity: 0.6;
}

.eagleray-welcome__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--er-sp-7);
  padding: var(--er-sp-6) 0 var(--er-sp-4);
  width: 100%;
}

.eagleray-welcome__category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--er-sp-3);
  text-decoration: none;
  transition: transform var(--er-ease-micro), opacity var(--er-ease-micro);
  cursor: pointer;
}

.eagleray-welcome__category:hover {
  transform: translateY(-3px);
}

.eagleray-welcome__category:active {
  transform: translateY(0);
}

.eagleray-welcome__category-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 39, 78, 0.04);
  border: 1px solid rgba(19, 39, 78, 0.08);
  transition: border-color var(--er-ease-micro), box-shadow var(--er-ease-micro);
}

.eagleray-welcome__category:hover .eagleray-welcome__category-icon {
  border-color: rgba(19, 39, 78, 0.2);
  box-shadow: 0 4px 16px rgba(19, 39, 78, 0.08);
}

.eagleray-welcome__category-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eagleray-welcome__category-placeholder {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(19, 39, 78, 0.08);
}

.eagleray-welcome__category-label {
  font-family: var(--er-font-body);
  font-size: var(--er-text-xs);
  font-weight: 500;
  letter-spacing: var(--er-tracking-widest);
  text-transform: uppercase;
  color: var(--erw-text-color, var(--er-color-dark-blue));
  white-space: nowrap;
  transition: color var(--er-ease-micro);
}

.eagleray-welcome__category:hover .eagleray-welcome__category-label {
  color: var(--erw-muted-color, var(--er-color-dark-teal));
}

.eagleray-welcome__cta {
  padding-top: var(--er-sp-4);
}

@media (max-width: 1024px) {
  .eagleray-welcome__categories {
    gap: var(--er-sp-5);
  }
}

@media (max-width: 767px) {
  .eagleray-welcome {
    padding: var(--er-sp-10) var(--er-sp-5);
  }

  .eagleray-welcome__categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
    gap: var(--er-sp-5);
    padding: var(--er-sp-5) var(--er-sp-1) var(--er-sp-3);
    margin: 0 calc(-1 * var(--er-sp-5));
    padding-left: var(--er-sp-5);
    padding-right: var(--er-sp-5);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .eagleray-welcome__categories::-webkit-scrollbar {
    display: none;
  }

  .eagleray-welcome__category {
    scroll-snap-align: start;
    flex-shrink: 0;
    min-width: 80px;
  }

  .eagleray-welcome__category-icon {
    width: 80px;
    height: 80px;
  }

  .eagleray-welcome__heading {
    font-size: 1.625rem;
  }
}

/* ================================================================
   SEARCH MODAL
================================================================ */
.search-modal .search-modal__content {
  font-family: var(--er-font-body);
  background: #fff;
}

.search-modal .predictive-search {
  background-color: #fff;
}

.search-modal .predictive-search-form__header {
  padding: 16px 20px;
  background: #fff;
  border-bottom: 1px solid rgba(19, 39, 78, 0.06);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.search-modal .predictive-search-form__header-inner {
  background: var(--er-color-pale-gray);
  border: 1px solid rgba(19, 39, 78, 0.08);
  border-radius: 6px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.search-modal .predictive-search-form__header-inner:focus-within {
  border-color: rgba(19, 39, 78, 0.2);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(19, 39, 78, 0.04);
}

.search-modal input.search-input {
  font-family: var(--er-font-body);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--er-color-dark-blue);
  padding-block: 14px;
}

.search-modal .search-input::placeholder {
  color: var(--er-color-gray-blue);
  font-weight: 300;
  letter-spacing: 0.02em;
}

.search-modal .predictive-search__icon {
  opacity: 0.4;
}

.search-modal .predictive-search__close-modal-button {
  opacity: 0.5;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.search-modal .predictive-search__close-modal-button:hover {
  opacity: 1;
}

.search-modal .predictive-search-form__content {
  padding: 20px;
  background: #fff;
}

.search-modal .predictive-search-form__content-wrapper {
  background: #fff;
}

.search-modal .predictive-search-results__title {
  font-family: var(--er-font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--er-color-gray-blue);
  margin-block: 4px 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(19, 39, 78, 0.05);
}

.search-modal .predictive-search-results__title:first-of-type {
  margin-block-start: 0;
}

.search-modal .predictive-search-results__clear {
  font-family: var(--er-font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--er-color-gray-blue);
  transition: color 0.2s ease;
}

.search-modal .predictive-search-results__clear:hover {
  color: var(--er-color-dark-blue);
}

.search-modal .predictive-search-results__products {
  padding-inline: 0;
}

.search-modal .predictive-search-results__wrapper-products {
  gap: 16px;
}

.search-modal .resource-card {
  row-gap: 10px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-modal .resource-card__media {
  border-radius: 4px;
  overflow: hidden;
  background: var(--er-color-pale-gray);
  aspect-ratio: 3 / 4;
}

.search-modal .resource-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.search-modal .predictive-search-results__card--product:hover .resource-card__image {
  transform: scale(1.03);
}

.search-modal .resource-card__content {
  gap: 4px;
  padding: 0 2px;
}

.search-modal .resource-card__title {
  font-family: var(--er-font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--er-color-dark-blue);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-modal .resource-card .price {
  font-family: var(--er-font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--er-color-dark-teal);
}

.search-modal .resource-card .price--on-sale .price__regular {
  font-weight: 300;
  text-decoration: line-through;
  color: var(--er-color-gray-blue);
  font-size: 11px;
}

.search-modal .resource-card .price--on-sale .price__sale {
  font-weight: 500;
  color: var(--er-color-dark-blue);
}

.search-modal .predictive-search__search-button {
  font-family: var(--er-font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--er-color-dark-blue);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.search-modal .predictive-search__search-button:hover {
  background: var(--er-color-dark-teal);
  transform: translateY(-1px);
}

.search-modal .predictive-search-results__pill {
  font-family: var(--er-font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgba(19, 39, 78, 0.1);
  background: transparent;
  color: var(--er-color-dark-teal);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.search-modal .predictive-search-results__pill:hover {
  background: var(--er-color-pale-gray);
  border-color: rgba(19, 39, 78, 0.15);
  transform: translateY(-1px);
}

.search-modal .predictive-search-results__card--product:hover,
.search-modal .recently-viewed-wrapper .predictive-search-results__card--product:hover {
  background: transparent;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .search-modal .search-modal__content {
    max-height: 100dvh;
    height: 100dvh;
  }

  .search-modal .predictive-search-form__header {
    padding: 14px 16px;
    border-bottom-color: rgba(19, 39, 78, 0.05);
  }

  .search-modal input.search-input {
    font-size: 16px;
    padding-block: 12px;
  }

  .search-modal .predictive-search-form__content {
    padding: 16px;
    max-height: calc(100dvh - 70px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .search-modal .predictive-search-results__title {
    font-size: 10px;
    letter-spacing: 0.16em;
    margin-block: 0 12px;
    padding-bottom: 8px;
  }

  .search-modal .predictive-search-results__wrapper-products,
  .search-modal .recently-viewed-wrapper .predictive-search-results__wrapper-products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    overflow: visible !important;
  }

  .search-modal .predictive-search-results__products {
    padding-inline: 0;
  }

  .search-modal .resource-card {
    row-gap: 8px;
  }

  .search-modal .resource-card__media {
    aspect-ratio: 3 / 4;
    border-radius: 3px;
  }

  .search-modal .resource-card__title {
    font-size: 11.5px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
  }

  .search-modal .resource-card .price {
    font-size: 11.5px;
  }

  .search-modal .resource-card .price--on-sale .price__regular {
    font-size: 10.5px;
  }

  .search-modal .predictive-search-form__footer {
    padding: 12px 16px 20px;
    background: linear-gradient(to top, #fff 60%, transparent);
  }

  .search-modal .predictive-search__search-button {
    width: 100%;
    padding: 15px 28px;
    font-size: 10.5px;
  }

  .search-modal .predictive-search-results__wrapper-products:last-child {
    padding-block-end: 8px;
  }

  .search-modal .predictive-search-results__card--product:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }

  .search-modal .predictive-search-results__card--product:active .resource-card__image {
    opacity: 0.92;
  }
}

/* ================================================================
   CLS FIX — Collection infinite-scroll layout shift prevention
   (v2026-06-13)

   Root cause: When paginated-list.js injects new product card batches
   via infinite scroll (or anchor-hash pagination), each .product-grid__item
   starts at height:0, causing massive layout shift (measured CLS 1.3 on
   /collections/shirts?page=1 and /collections/all-products?page=1).

   Fix 1 — content-visibility + contain-intrinsic-size on .product-grid__item
   tells the browser to reserve predicted height for off-screen items before
   they render, eliminating the height:0 → full-height jump on inject.

   Fix 2 — aspect-ratio applied directly to .card-gallery container (not just
   as CSS var on the inner .product-media child), so the container holds space
   the moment the element appears in the DOM, before any JS or images run.

   Fix 3 — Explicit portrait/square/landscape aspect-ratio fallbacks ensure
   the container never collapses to zero even on adapt-ratio cards where
   --gallery-aspect-ratio hasn't been computed yet.
================================================================ */

/* Reserve ~460px height per card (portrait 4:5 at ~345px wide + info area).
   The browser uses this as a placeholder for off-screen cards that haven't
   painted yet, preventing reflow when they scroll into view or are injected. */
.product-grid__item {
  content-visibility: auto;
  contain-intrinsic-size: 0 460px;
}

/* First 8 cards are in viewport on load — render them immediately.
   Without this override the intrinsic-size placeholder would briefly
   appear as a blank gap before the first paint completes. */
.product-grid__item:nth-child(-n+8) {
  content-visibility: visible;
  contain-intrinsic-size: none;
}

/* Give the card gallery container itself an explicit aspect-ratio.
   Previously only the inner .product-media had aspect-ratio set, meaning
   the outer container collapsed to 0 height during infinite scroll injection
   (before JS ran to set --gallery-aspect-ratio). Now the container holds
   space from the moment the element is inserted into the DOM. */
.card-gallery[data-image-ratio] {
  aspect-ratio: var(--gallery-aspect-ratio, 4 / 5);
}

/* Named ratio overrides — applied when --gallery-aspect-ratio CSS var
   hasn't been computed yet (e.g. during infinite scroll injection lag). */
.card-gallery[data-image-ratio='portrait'] {
  aspect-ratio: 4 / 5;
}

.card-gallery[data-image-ratio='square'] {
  aspect-ratio: 1;
}

.card-gallery[data-image-ratio='landscape'] {
  aspect-ratio: 16 / 9;
}

/* Ensure product-media-container never collapses — let aspect-ratio
   on the parent .card-gallery do all the height-reservation work. */
.product-grid .product-media-container {
  min-height: 0;
}

/* ==================================================================
   Eagle Ray — Mobile sticky purchase bar
   sections/eagleray-mobile-buy-bar.liquid  +  initMobileBuyBar()
   Mobile-only (<768px). Desktop is never shown / never altered.
   ================================================================== */

   full cart PAGE is untouched, and NO markup/refs/ids/forms change:
   - <button name="checkout"> (Shiprocket "Buy Now" target) is left intact
   - cart-items refs / data-key / Section Rendering morph hooks preserved
   Brand tokens only (--er-*). Mirrors the reference's hierarchy, not its
   colours. (Cart drawer is capped at 420px; this is effectively mobile.)
   ================================================================== */

/* ---- drawer shell (Refined Classic Cart) ----------------------- */
.cart-drawer__dialog {
  background: #ffffff !important;
}

.cart-drawer .cart-drawer__inner {
  font-family: var(--font-body--family);
  /* Inter (theme body) */
}

/* ---- header: "CART" + count badge + close --------------------- */
.cart-drawer .cart-drawer__header {
  padding: 20px 22px;
  border-bottom: 1px solid rgba(19, 39, 78, 0.08);
  align-items: center;
}

.cart-drawer .cart-drawer__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--er-font-display) !important;
  /* Poppins */
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #13274e !important;
}

/* count badge — pale-gray pill, dark-blue text */
.cart-drawer .cart-drawer__heading .cart-bubble {
  width: auto;
  min-width: 20px;
  height: 20px;
  aspect-ratio: auto;
  padding: 0 6px;
  color: #13274e;
}

.cart-drawer .cart-drawer__heading .cart-bubble__background {
  background-color: #f1f6f9 !important;
  border-radius: 999px !important;
}

.cart-drawer .cart-drawer__heading .cart-bubble__text {
  font-family: var(--font-body--family);
  font-size: 11px !important;
  font-weight: 600;
}

.cart-drawer .cart-drawer__close-button {
  color: #384867;
  padding: 4px;
}

.cart-drawer .cart-drawer__close-button:hover {
  color: #13274e;
}

/* ---- items area ----------------------------------------------- */
.cart-drawer .cart-drawer__items {
  padding: 6px 22px;
}

/* line item: compact horizontal grid */
.cart-drawer .cart-items__table-row,
.cart-drawer .cart-items__table-row--full-width-variants {
  grid-template-columns: 56px minmax(0, 1fr) auto !important;
  grid-template-areas: 
    "media details price"
    "media quantity quantity" !important;
  column-gap: 10px !important;
  row-gap: 0px !important;
  align-items: start;
  border-bottom: 1px solid rgba(19, 39, 78, 0.06);
  padding-block: 8px !important;
  margin-bottom: 0 !important;
}

.cart-drawer .cart-items__table-row:last-child {
  border-bottom: none;
}

.cart-drawer .cart-items__media {
  grid-area: media;
}

.cart-drawer .cart-items__details {
  grid-area: details;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
}

.cart-drawer .cart-items__product-info {
  /* no longer grid children */
}

/* image — 64px wide, 3:4 portrait, 6px radius */
.cart-drawer .cart-items__media-container {
  aspect-ratio: 3 / 4 !important;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(19, 39, 78, 0.04);
}

/* title — Inter 600, 13px, two-line clamp */
.cart-drawer .cart-items__title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  color: #13274e !important;
  text-transform: none !important;
  margin-bottom: 2px !important;
}

/* variant — Inter 11px, gray-blue */
.cart-drawer .cart-items__variants-wrapper {
  margin-top: 0;
  line-height: 1.2;
}

.cart-drawer .cart-items__variants-wrapper,
.cart-drawer .cart-items__variants-wrapper * {
  font-size: 11px !important;
  letter-spacing: 0 !important;
  color: #9ba4b4 !important;
}

/* pricing — line total is primary (top-right) */
.cart-drawer .cart-items__unit-price-wrapper {
  display: none !important;
}

.cart-drawer .cart-items__price {
  grid-area: price;
  text-align: right;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.cart-drawer .cart-items__price text-component {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #13274e !important;
  white-space: nowrap;
}

/* Removed old unit price CSS */

/* ---- quantity stepper + remove (design spec) ------------------ */
.cart-drawer .cart-items__quantity {
  grid-area: quantity;
  margin-top: 4px;
  width: 100%;
}

.cart-drawer .cart-items__quantity-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-drawer .cart-items__quantity .quantity-selector-wrapper {
  flex: 0 0 auto !important;
  width: auto !important;
}

.cart-drawer .cart-items__quantity .quantity-selector {
  flex: 0 0 auto !important;
  width: auto !important;
  height: 28px;
  border: 1px solid rgba(19, 39, 78, 0.14);
  border-radius: 6px;
  overflow: hidden;
  background: transparent;
  display: flex;
}

.cart-drawer .cart-items__quantity .quantity-selector button {
  width: 28px;
  height: 28px;
  background: transparent;
  color: #384867;
  box-shadow: none;
}

.cart-drawer .cart-items__quantity .quantity-selector button:hover {
  background: #f1f6f9;
}

.cart-drawer .cart-items__quantity .quantity-selector input {
  width: 24px;
  min-width: 24px;
  color: #13274e;
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  text-align: center;
}

.cart-drawer .cart-items__remove {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 4px !important;
  color: #9ba4b4 !important;
  transition: color 0.15s ease;
}

.cart-drawer .cart-items__remove svg {
  width: 18px;
  height: 18px;
}

.cart-drawer .cart-items__remove:hover {
  color: #13274e !important;
}

/* Force the stepper (−/+) and trash glyphs to render. The inline SVGs carry
   stroke-width:var(--icon-stroke-width) as a *presentation attribute*; after the
   cart Section-Rendering-API morph re-injects them, WebKit can drop that var so
   the strokes paint at zero width and the icons look missing. Pin an explicit
   stroke COLOUR + width + size (CSS beats presentation attributes; an explicit
   colour removes any currentColor/cascade dependency) so the −, + and bin are
   always visible. Strokes match the design's 1.6 / 1.5 weights. */
.cart-drawer .cart-items__quantity .quantity-selector button .svg-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}

.cart-drawer .cart-items__quantity .quantity-selector button svg,
.cart-drawer .cart-items__quantity .quantity-selector button svg :is(path, line, rect) {
  width: 14px;
  height: 14px;
  display: block;
  overflow: visible;
  stroke: #384867 !important;
  stroke-width: 1.6px !important;
  fill: none !important;
}

.cart-drawer .cart-items__remove svg,
.cart-drawer .cart-items__remove svg :is(path, line, rect) {
  stroke: #9ba4b4 !important;
  stroke-width: 1.5px !important;
  fill: none !important;
}

.cart-drawer .cart-items__remove:hover svg,
.cart-drawer .cart-items__remove:hover svg :is(path, line, rect) {
  stroke: #13274e !important;
}

/* ---- footer (Refined Classic Cart): total + checkout + note ----
   NOTE: the design's free-shipping PROGRESS BAR is intentionally OMITTED
   (it will be built separately). */
.cart-drawer .cart-drawer__summary {
  background: #ffffff;
  border-top: 1px solid #e8e8e8;
  box-shadow: none;
  padding: 16px 18px max(16px, env(safe-area-inset-bottom, 16px));
  gap: 0;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

/* keep the footer separator to just the summary's own hairline above — the
   stock cart-totals adds its own top border + var(--padding-2xl)/--margin-xl
   which doubled the line and opened a big gap above ESTIMATED TOTAL. Drop it. */
.cart-drawer .cart-drawer__summary .cart-totals {
  gap: 14px;
  border-block-start: none;
  padding-block-start: 0;
  margin-block-start: 0;
}

/* estimated total — "ESTIMATED TOTAL" + "Incl. of taxes" stacked tight on the
   left, big total bottom-aligned on the right (design uses align-items:flex-end) */
.cart-drawer .cart-totals__container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  row-gap: 3px;
  column-gap: 12px;
}

.cart-drawer .cart-totals__total {
  display: contents;
}

.cart-drawer .cart-totals__total-label {
  grid-column: 1;
  grid-row: 1;
  font-family: var(--font-body--family) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #384867 !important;
}

.cart-drawer .cart-totals__total-value,
.cart-drawer .cart-totals__total-value text-component {
  font-family: var(--font-body--family) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  color: #13274e !important;
}

.cart-drawer .cart-totals__total-value {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  justify-self: end;
}

.cart-drawer .cart-totals__tax-note {
  grid-column: 1;
  grid-row: 2;
}

.cart-drawer .cart-totals__tax-note,
.cart-drawer .cart-totals__tax-note small {
  font-size: 12px !important;
  letter-spacing: 0 !important;
  color: #9ba4b4 !important;
}

/* subtotal + savings rows (only render with cart-level discounts) */
.cart-drawer .cart-totals__original-label {
  color: #384867;
}

.cart-drawer .cart-discounts__value {
  color: #13274e;
  font-weight: 600;
}

/* ---- checkout button: full width, 54px, 10px radius, Poppins ---- */
.cart-drawer .cart__ctas {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

/* collapse the empty express/wallet container so it doesn't add dead space
   between the checkout button and the note */
.cart-drawer .cart__ctas .additional-checkout-buttons:empty {
  display: none;
}

/* Shiprocket: if its express override is ON it injects its own "BUY NOW"
   button and hides this native one; that button's label + colour live in the
   Shiprocket app, not the theme. */
.cart-drawer .cart__checkout-button {
  width: 100%;
  min-height: 52px;
  height: 52px !important;
  padding-inline: 16px !important;
  border-radius: 10px !important;
  background: #13274e !important;
  color: #f1f6f9 !important;
  border: none !important;
  font-family: var(--er-font-display) !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cart-drawer .cart__checkout-button:hover {
  background: #1c3566 !important;
}

.cart-drawer .cart__checkout-button .button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

/* express/wallet + any Shiprocket-injected button stay full width */
.cart-drawer .cart__ctas>* {
  width: 100%;
}

/* ---- cart drawer: upsell slider (single-card carousel) --------- */
.cart-drawer .eagleray-cart-recs {
  padding: 8px 22px 8px;
  border-top: 1px solid rgba(19, 39, 78, 0.06);
  width: 100%;
}

@media screen and (min-width: 750px) {
  .cart-drawer .eagleray-cart-recs {
    padding: 8px 32px 8px;
  }
}

/* Sticky footer wrapper for upsell + cart summary */
.cart-drawer__footer--sticky {
  position: sticky;
  bottom: 0;
  z-index: 2;
  /* keep above scrolling cart items */
  background-color: var(--color-background, #ffffff);
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

/* Override the summary's own sticky behavior since the wrapper handles it */
.cart-drawer .cart-drawer__footer--sticky .cart-drawer__summary {
  position: relative;
  bottom: auto;
  margin-top: 0;
  z-index: auto;
}

/* Ensure the slider doesn't collapse horizontally in the wrapper */
.cart-drawer .cart-drawer__footer--sticky .eagleray-cart-recs {
  width: 100%;
}

.cart-drawer__dialog[cart-summary-sticky='false'] .cart-drawer__footer--sticky {
  position: static;
}

/* slider root */
.eagleray-upsell {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}

/* viewport — clips overflow, no scrollbar */
.eagleray-upsell__viewport {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* track — flex row, slides at 100% width, transitions via JS transform */
.eagleray-upsell__track {
  display: flex;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* disable smooth transition during active swipe */
.eagleray-upsell__track.is-dragging {
  transition: none;
}

/* each slide — full width of viewport */
.eagleray-upsell__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
}

/* card — horizontal layout: image left, info right */
.eagleray-upsell__card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}

/* product image — square, rounded */
.eagleray-upsell__img-wrap {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(19, 39, 78, 0.04);
  display: block;
}

.eagleray-upsell__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* info column */
.eagleray-upsell__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

/* title — 1-line clamp to save space */
.eagleray-upsell__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-body--family);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  color: var(--er-color-dark-blue, #13274e);
  text-decoration: none;
}

.eagleray-upsell__title:hover {
  text-decoration: underline;
}

/* price row & add button flex wrapper */
.eagleray-upsell__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.eagleray-upsell__price-wrapper {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.eagleray-upsell__price {
  font-family: var(--font-body--family);
  font-weight: 600;
  font-size: 12px;
  color: var(--er-color-dark-blue, #13274e);
  white-space: nowrap;
}

.eagleray-upsell__compare {
  font-family: var(--font-body--family);
  font-weight: 400;
  font-size: 11px;
  color: var(--er-color-gray-blue, #9ba4b4);
  text-decoration: line-through;
  white-space: nowrap;
}

/* add button */
.eagleray-upsell__add-btn {
  padding: 4px 12px;
  border: none;
  border-radius: 4px;
  background: rgba(19, 39, 78, 0.08);
  color: var(--er-color-dark-blue, #13274e);
  font-family: var(--font-body--family);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.eagleray-upsell__add-btn:hover {
  background: var(--er-color-dark-blue, #13274e);
  color: #fff;
}

.eagleray-upsell__add-btn.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

/* sold out label */
.eagleray-upsell__sold-out {
  font-family: var(--font-body--family);
  font-size: 10px;
  font-weight: 500;
  color: var(--er-color-gray-blue, #9ba4b4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ---- pagination dots ---- */
.eagleray-upsell__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 12px 0 2px;
}

.eagleray-upsell__dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(19, 39, 78, 0.15);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.eagleray-upsell__dot:hover {
  background: rgba(19, 39, 78, 0.3);
}

.eagleray-upsell__dot.is-active {
  background: var(--er-color-dark-blue, #13274e);
  transform: scale(1.25);
}

/* ================================================================
   WISHLIST
   Save toggles (cards + PDP), header count badge, and the dedicated
   /pages/wishlist page (grid filled via the Section Rendering API).
   Behaviour: assets/eagleray.js → initWishlist*().
   ================================================================ */

/* ---- shared save toggle ---- */
.eagleray-wishlist-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--er-sp-2);
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--er-font-body);
  color: var(--er-color-dark-teal);
  -webkit-tap-highlight-color: transparent;
}

.eagleray-wishlist-toggle__icon {
  display: inline-flex;
  line-height: 0;
}

.eagleray-wishlist-toggle__icon svg {
  width: 20px;
  height: 20px;
  display: block;
  transition: fill var(--er-ease-micro), stroke var(--er-ease-micro), transform var(--er-ease-micro);
}

.eagleray-wishlist-toggle.is-active .eagleray-wishlist-toggle__icon svg {
  fill: var(--er-color-dark-blue);
  stroke: var(--er-color-dark-blue);
}

/* ---- card overlay heart ---- */
.product-card:has(.eagleray-wishlist-toggle--card) {
  position: relative;
}

.eagleray-wishlist-toggle--card {
  position: absolute;
  top: var(--er-sp-3);
  right: var(--er-sp-3);
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(241, 246, 249, 0.82);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 4px rgba(19, 39, 78, 0.12);
  transition: background var(--er-ease-micro), transform var(--er-ease-micro), box-shadow var(--er-ease-micro);
}

.eagleray-wishlist-toggle--card .eagleray-wishlist-toggle__icon svg {
  width: 18px;
  height: 18px;
}

.eagleray-wishlist-toggle--card:hover {
  transform: scale(1.06);
  background: var(--er-color-pale-gray);
}

.eagleray-wishlist-toggle--card:active {
  transform: scale(0.94);
}

.eagleray-wishlist-toggle--card.is-active {
  color: var(--er-color-dark-blue);
}

/* ---- PDP "save to wishlist" button ---- */
.eagleray-wishlist-pdp {
  display: flex;
}

.eagleray-wishlist-pdp--align-stretch {
  display: block;
}

.eagleray-wishlist-pdp--align-start {
  justify-content: flex-start;
}

.eagleray-wishlist-pdp--align-center {
  justify-content: center;
}

.eagleray-wishlist-toggle--pdp {
  min-height: 44px;
  padding: 0 var(--er-sp-5);
  border: 1px solid var(--er-color-dark-blue);
  border-radius: 2px;
  background: transparent;
  color: var(--er-color-dark-blue);
  font-size: var(--er-text-sm);
  font-weight: 600;
  letter-spacing: var(--er-tracking-wide);
  text-transform: uppercase;
  transition: background var(--er-ease-micro), color var(--er-ease-micro), border-color var(--er-ease-micro);
}

.eagleray-wishlist-pdp--align-stretch .eagleray-wishlist-toggle--pdp {
  width: 100%;
}

.eagleray-wishlist-toggle--pdp:hover,
.eagleray-wishlist-toggle--pdp.is-active {
  background: var(--er-color-dark-blue);
  color: var(--er-color-pale-gray);
}

.eagleray-wishlist-toggle--pdp:hover .eagleray-wishlist-toggle__icon svg,
.eagleray-wishlist-toggle--pdp.is-active .eagleray-wishlist-toggle__icon svg {
  fill: var(--er-color-pale-gray);
  stroke: var(--er-color-pale-gray);
}

/* ---- header icon + count badge (mirrors .eagleray-cart) ---- */
.eagleray-wishlist-link {
  position: relative;
  text-decoration: none;
  color: var(--er-color-dark-teal);
}

.eagleray-wishlist-link .eagleray-nav__icon {
  display: block;
}

.eagleray-wishlist__count {
  position: absolute;
  top: -6px;
  right: -6px;
  box-sizing: border-box;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--er-color-dark-blue);
  color: var(--er-color-pale-gray);
  font-family: var(--er-font-body);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

.eagleray-wishlist__count.is-empty {
  display: none;
}

/* inline variant for the mobile menu link */
.eagleray-wishlist__count--inline {
  position: static;
  margin-left: var(--er-sp-2);
}

/* ---- wishlist page ---- */
.eagleray-wishlist {
  width: 100%;
  margin-inline: auto;
  padding: var(--er-sp-7) var(--er-content-pad) var(--er-sp-10);
  background: var(--er-section-bg, var(--er-color-pale-gray));
}

.eagleray-wishlist__header {
  text-align: center;
  max-width: var(--er-section-width);
  margin: 0 auto var(--er-sp-7);
  padding-bottom: var(--er-sp-5);
  border-bottom: 1px solid color-mix(in srgb, var(--er-color-gray-blue) 35%, transparent);
}

@media (max-width: 749px) {
  .eagleray-wishlist {
    padding-block-start: var(--er-sp-5);
    padding-block-end: var(--er-sp-8);
  }

  .eagleray-wishlist__header {
    margin-bottom: var(--er-sp-6);
  }
}

.eagleray-wishlist__headline {
  font-family: var(--er-font-display);
  font-size: var(--er-text-2xl);
  font-weight: 500;
  letter-spacing: var(--er-tracking-tight);
  color: var(--er-color-dark-blue);
  margin: var(--er-sp-2) 0 0;
}

.eagleray-wishlist__intro {
  font-family: var(--er-font-body);
  font-size: var(--er-text-base);
  color: var(--er-color-dark-teal);
  margin: var(--er-sp-4) auto 0;
  max-width: 48ch;
}

.eagleray-wishlist__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: var(--er-sp-7) var(--er-sp-4);
  max-width: var(--er-section-width);
  margin-inline: auto;
}

@media (min-width: 750px) {
  .eagleray-wishlist__grid {
    grid-template-columns: repeat(auto-fit, minmax(248px, 280px));
    gap: var(--er-sp-9) var(--er-sp-6);
  }
}

.eagleray-wishlist-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--er-color-pale-gray);
  transition: transform var(--er-ease-product), opacity var(--er-ease-micro);
}

.eagleray-wishlist-card:hover {
  transform: translateY(-5px);
}

.eagleray-wishlist-card.is-removing {
  opacity: 0;
  transform: scale(0.96);
}

.eagleray-wishlist-card__remove {
  position: absolute;
  top: var(--er-sp-2);
  right: var(--er-sp-2);
  z-index: 2;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgba(241, 246, 249, 0.82);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 4px rgba(19, 39, 78, 0.12);
  color: var(--er-color-dark-teal);
  cursor: pointer;
  transition: background var(--er-ease-micro), transform var(--er-ease-micro);
}

.eagleray-wishlist-card__remove svg {
  width: 15px;
  height: 15px;
  display: block;
}

.eagleray-wishlist-card__remove:hover {
  background: var(--er-color-pale-gray);
  transform: scale(1.06);
}

.eagleray-wishlist-card__media {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 3px;
  background: #e6edf2;
  box-shadow: 0 1px 2px rgba(19, 39, 78, 0.05);
  transition: box-shadow var(--er-ease-product);
}

.eagleray-wishlist-card:hover .eagleray-wishlist-card__media {
  box-shadow: 0 16px 34px rgba(19, 39, 78, 0.14);
}

.eagleray-wishlist-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--er-ease-product);
}

.eagleray-wishlist-card:hover .eagleray-wishlist-card__media img {
  transform: scale(1.05);
}

.eagleray-wishlist-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--er-sp-2);
  padding: var(--er-sp-4) var(--er-sp-1) 0;
}

.eagleray-wishlist-card__title {
  font-family: var(--er-font-display);
  font-size: var(--er-text-md);
  font-weight: 500;
  letter-spacing: var(--er-tracking-tight);
  color: var(--er-color-dark-blue);
  text-decoration: none;
  line-height: 1.35;
}

.eagleray-wishlist-card__title:hover {
  color: var(--er-color-dark-teal);
}

.eagleray-wishlist-card__price {
  display: flex;
  align-items: baseline;
  gap: var(--er-sp-2);
  font-family: var(--er-font-body);
  font-size: var(--er-text-base);
  color: var(--er-color-dark-teal);
}

.eagleray-wishlist-card__price.is-on-sale .eagleray-wishlist-card__price-current {
  color: var(--er-color-dark-blue);
  font-weight: 600;
}

.eagleray-wishlist-card__price-compare {
  color: var(--er-color-gray-blue);
  font-size: var(--er-text-sm);
  text-decoration: line-through;
}

.eagleray-wishlist-card__cta {
  position: relative;
  margin-top: var(--er-sp-3);
  align-self: stretch;
  padding: var(--er-sp-3) var(--er-sp-4);
  text-align: center;
  font-family: var(--er-font-body);
  font-size: var(--er-text-xs);
  font-weight: 600;
  letter-spacing: var(--er-tracking-wider);
  text-transform: uppercase;
  color: var(--er-color-dark-blue);
  text-decoration: none;
  border: 1px solid color-mix(in srgb, var(--er-color-dark-blue) 35%, transparent);
  border-radius: 2px;
  transition: background var(--er-ease-micro), color var(--er-ease-micro), border-color var(--er-ease-micro);
}

.eagleray-wishlist-card__cta:hover {
  background: var(--er-color-dark-blue);
  border-color: var(--er-color-dark-blue);
  color: var(--er-color-pale-gray);
}

/* ---- loading + empty states ---- */
.eagleray-wishlist__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--er-sp-9) 0;
}

.eagleray-wishlist__spinner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--er-color-gray-blue);
  border-top-color: var(--er-color-dark-blue);
  animation: eagleray-wishlist-spin 0.7s linear infinite;
}

@keyframes eagleray-wishlist-spin {
  to {
    transform: rotate(360deg);
  }
}

.eagleray-wishlist__empty {
  text-align: center;
  padding: var(--er-sp-10) var(--er-content-pad);
  color: var(--er-color-dark-teal);
}

.eagleray-wishlist__empty-icon svg {
  width: 48px;
  height: 44px;
  color: var(--er-color-gray-blue);
}

.eagleray-wishlist__empty-text {
  font-family: var(--er-font-body);
  font-size: var(--er-text-md);
  margin: var(--er-sp-4) auto var(--er-sp-5);
  max-width: 40ch;
}

.eagleray-wishlist__empty-cta {
  display: inline-block;
  padding: var(--er-sp-3) var(--er-sp-6);
  border: 1px solid var(--er-color-dark-blue);
  border-radius: 2px;
  font-family: var(--er-font-body);
  font-size: var(--er-text-sm);
  font-weight: 600;
  letter-spacing: var(--er-tracking-wide);
  text-transform: uppercase;
  color: var(--er-color-dark-blue);
  text-decoration: none;
  transition: background var(--er-ease-micro), color var(--er-ease-micro);
}

.eagleray-wishlist__empty-cta:hover {
  background: var(--er-color-dark-blue);
  color: var(--er-color-pale-gray);
}

.eagleray-wishlist [hidden] {
  display: none;
}

/* ---- cart drawer: progress bar -------------------------------- */
.eagleray-cart-progress {
  padding: 8px 20px;
  border-top: none;
  border-bottom: 1px solid rgba(19, 39, 78, 0.08);
  width: 100%;
}

.eagleray-cart-progress__head {
  font-family: var(--er-font-display, var(--font-body--family));
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--er-color-dark-blue, #13274e);
  margin-bottom: 2px;
}

.eagleray-cart-progress__msg {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-body--family);
  font-weight: 500;
  font-size: 11px;
  color: var(--er-color-dark-blue, #13274e);
  text-align: center;
}

.eagleray-cart-progress__highlight {
  color: inherit;
  font-weight: 800;
}

.eagleray-cart-progress__bar {
  position: relative;
  height: 8px;
  margin-bottom: 40px; /* space for labels */
}

.eagleray-cart-progress__track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: rgba(19, 39, 78, 0.06);
}

.eagleray-cart-progress__fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 999px;
  background: var(--er-color-dark-blue, #13274e);
  width: 0%;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

/* milestone marker */
.eagleray-cart-progress__marker {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* marker dot */
.eagleray-cart-progress__marker-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--er-color-gray-blue, #9ba4b4);
  transition: all 0.3s ease;
  display: block;
}

.eagleray-cart-progress__marker.is-reached .eagleray-cart-progress__marker-dot {
  border-color: var(--er-color-dark-blue, #13274e);
  background: var(--er-color-dark-blue, #13274e);
  box-shadow: inset 0 0 0 2px #ffffff;
}

/* marker info block */
.eagleray-cart-progress__marker-info {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}



.eagleray-cart-progress__marker:last-child .eagleray-cart-progress__marker-info {
  align-items: flex-end;
  transform: translateX(-100%);
  left: 8px;
}

.eagleray-cart-progress__marker-label {
  font-family: var(--font-body--family);
  font-weight: 600;
  font-size: 11px;
  color: var(--er-color-dark-teal, #384867);
  white-space: nowrap;
}

.eagleray-cart-progress__marker-sub {
  font-family: var(--font-body--family);
  font-weight: 400;
  font-size: 9px;
  color: #9ba4b4;
  white-space: nowrap;
}

.eagleray-cart-progress__marker.is-reached .eagleray-cart-progress__marker-label,
.eagleray-cart-progress__marker.is-reached .eagleray-cart-progress__marker-sub {
  color: var(--er-color-dark-blue, #13274e);
}

.eagleray-cart-progress__marker.is-next .eagleray-cart-progress__marker-dot {
  border-color: var(--er-color-dark-blue, #13274e);
  background: #ffffff;
  border-width: 2px;
  box-shadow: 0 0 0 3px rgba(19, 39, 78, 0.1);
}

.eagleray-cart-progress__marker.is-next .eagleray-cart-progress__marker-label {
  font-weight: 700;
  color: var(--er-color-dark-blue, #13274e);
}

/* upsell slider title */
.eagleray-upsell__head {
  font-family: var(--er-font-display, var(--font-body--family));
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--er-color-dark-teal, #384867);
  margin-bottom: 12px;
  line-height: 1.3;
}

@media (prefers-reduced-motion: reduce) {
  .eagleray-wishlist__spinner {
    animation-duration: 1.4s;
  }

  .eagleray-wishlist-toggle__icon svg,
  .eagleray-wishlist-toggle--card,
  .eagleray-wishlist-card,
  .eagleray-wishlist-card__media img,
  .eagleray-wishlist-card__remove {
    transition: none;
  }
}

/* ================================================================
   ORDER SUMMARY — Premium compact luxury layout
   ================================================================ */
.cart-drawer .eagleray-order-summary {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin-bottom: 10px;
  background: transparent;
}

.cart-drawer .eagleray-order-summary__head {
  font-family: var(--er-font-display, var(--font-body--family));
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--er-color-dark-blue, #13274e);
  margin-bottom: 8px;
}

.cart-drawer .eagleray-order-summary__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-drawer .eagleray-order-summary__row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  font-family: var(--font-body--family);
}

.cart-drawer .eagleray-order-summary__row .eagleray-order-summary__label {
  font-size: 14px;
  font-weight: 400;
  color: var(--er-color-dark-teal, #384867);
}

.cart-drawer .eagleray-order-summary__row .eagleray-order-summary__value {
  font-size: 14px;
  font-weight: 500;
  color: var(--er-color-dark-blue, #13274e);
}

.cart-drawer .eagleray-order-summary__divider {
  height: 1px;
  background: #e8e8e8;
  margin: 8px 0;
  border: none;
}

.cart-drawer .eagleray-order-summary__total {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cart-drawer .eagleray-order-summary__total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--font-body--family);
}

.cart-drawer .eagleray-order-summary__total-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--er-color-dark-blue, #13274e);
}

.cart-drawer .eagleray-order-summary__total-value {
  font-size: 22px;
  font-weight: 600;
  color: var(--er-color-dark-blue, #13274e);
  line-height: 1.1;
}

.cart-drawer .eagleray-order-summary__total-value text-component {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

.cart-drawer .eagleray-order-summary__tax-note {
  font-size: 12px;
  font-weight: 400;
  color: var(--er-color-gray-blue, #9ba4b4);
  text-align: left;
}

/* ================================================================
   STICKY FOOTER
   ================================================================ */
.cart-drawer .eagleray-sticky-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cart-drawer .eagleray-sticky-footer__cta {
  padding: 0;
  background: transparent;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-drawer .eagleray-sticky-footer__cta .cart__checkout-button {
  width: 100%;
  margin-top: 0;
  min-height: 52px;
  border-radius: 10px;
}

/* Additional checkout buttons / payment icons — compact right-aligned row */
.cart-drawer .cart__ctas .additional-checkout-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.cart-drawer .cart__ctas .additional-checkout-buttons:empty {
  display: none;
}

.cart-drawer .cart__ctas .additional-checkout-buttons > * {
  flex: 0 0 auto;
  margin: 0 !important;
}
/* ==========================================================================
   EagleRay Mobile Sticky Add to Cart (eagleray-msab)
   ========================================================================== */

/* The main bar - now lives inside sticky-add-to-cart */
.eagleray-msab__bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  background: var(--color-background);
  border-radius: 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  padding: 16px;
  /* Bottom padding set to 4px for a slight breathing room without safe area logic. */
  padding-bottom: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

/* Scroll reveal: the bar rests off-screen and slides in while the user is
   scrolling, then slides back out once scrolling stops. The `is-scrolling`
   class is toggled by #onScroll in assets/eagleray-mobile-buy-bar.js.
   Mobile only — the component is display:none from 768px up regardless.
   Only visibility is affected here; layout, size and position are untouched,
   and the drawer/overlay are siblings of the bar so the transform can't
   disturb their fixed positioning. */
@media (max-width: 767px) {
  .eagleray-msab__bar {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }

  /* Kept visible while the size drawer is open, since the drawer locks
     scrolling and would otherwise strand the bar mid-interaction. */
  .eagleray-msab.is-scrolling .eagleray-msab__bar,
  .eagleray-msab.is-drawer-open .eagleray-msab__bar {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  @media (prefers-reduced-motion: no-preference) {
    .eagleray-msab__bar {
      transition: transform 0.25s var(--ease-out-quad, ease-out), opacity 0.25s var(--ease-out-quad, ease-out);
    }
  }
}

.eagleray-msab__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.eagleray-msab__size {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font-body-family);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-foreground);
  cursor: pointer;
}

.eagleray-msab__size-caret {
  width: 16px;
  height: 16px;
}

.eagleray-msab__top-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.eagleray-msab__link {
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  color: var(--color-foreground);
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.eagleray-msab__sizechart-icon {
  width: 14px;
  height: 14px;
}

.eagleray-msab__actions {
  display: flex;
  gap: 8px;
  width: 100%;
}

.eagleray-msab__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: var(--style-border-radius-buttons-primary);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s, transform 0.1s;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.eagleray-msab__btn:active {
  transform: scale(0.98);
}

.eagleray-msab__atc {
  background: #fff;
  color: var(--color-foreground);
  border-color: var(--color-foreground);
}

.eagleray-msab__buynow {
  background: var(--color-foreground);
  color: var(--color-background);
}

.eagleray-msab__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.eagleray-msab__btn-main {
  display: flex;
  align-items: center;
  gap: 8px;
}

.eagleray-msab__bag-icon {
  width: 18px;
  height: 18px;
}

.eagleray-msab__btn-added {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--color-foreground);
  color: var(--color-background);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.eagleray-msab__atc.is-added .eagleray-msab__btn-added {
  opacity: 1;
}
.eagleray-msab__btn-added svg {
  width: 20px;
  height: 20px;
}


.eagleray-msab__atc.is-added .eagleray-msab__btn-main {
  opacity: 0;
}

.eagleray-msab__microcopy {
  text-align: center;
  font-size: 11px;
  color: rgba(var(--color-foreground-rgb), 0.6);
  margin: 0;
}

/* Drawer */
.eagleray-msab__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.3s;
}

.eagleray-msab.is-drawer-open .eagleray-msab__overlay {
  opacity: 1;
}

.eagleray-msab__drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--color-background);
  border-radius: 20px 20px 0 0;
  z-index: 9999;
  padding: 24px;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 -10px 40px rgba(0,0,0,0.15);
}

.eagleray-msab.is-drawer-open .eagleray-msab__drawer {
  transform: translateY(0);
}

.eagleray-msab__drawer-handle {
  width: 36px;
  height: 4px;
  background: rgba(0,0,0,0.1);
  border-radius: 2px;
  margin: 0 auto 20px;
}

.eagleray-msab__drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

/* Same treatment as the product page "SIZE" legend
   (.variant-picker--er-boxes .variant-option--buttons legend). */
.eagleray-msab__drawer-title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #13274e;
}

.eagleray-msab__drawer-head-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.eagleray-msab__drawer-sizechart {
  background: none;
  border: none;
  padding: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: underline;
  color: #13274e;
  cursor: pointer;
}

.eagleray-msab__drawer-close {
  background: none;
  border: none;
  padding: 8px;
  margin: -8px;
  cursor: pointer;
  color: var(--color-foreground);
}

.eagleray-msab__drawer-close svg {
  width: 20px;
  height: 20px;
}

/* Boxes mirroring the product page variant picker
   (.variant-picker--er-boxes .variant-option__button-label): equal-width cells
   on one row, same height, padding, radius and colours. */
.eagleray-msab__sizes {
  --er-box-border: #c8c4bc;
  --er-box-border-hover: #13274e;
  --er-box-bg-selected: #13274e;
  --er-box-text: #13274e;
  --er-box-text-selected: #ffffff;
  --er-box-radius: 4px;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 6px;
}

.eagleray-msab__size-option {
  position: relative;
  height: 52px;
  padding: 14px 6px;
  flex: 1 1 0;
  min-width: 0;
  width: 0;
  border: 1px solid var(--er-box-border);
  border-radius: var(--er-box-radius);
  background: transparent;
  color: var(--er-box-text);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.eagleray-msab__size-option:hover {
  border-color: var(--er-box-border-hover);
}

.eagleray-msab__size-option.is-selected {
  background: var(--er-box-bg-selected);
  border-color: var(--er-box-bg-selected);
  color: var(--er-box-text-selected);
}

.eagleray-msab__size-option.is-unavailable {
  opacity: 0.35;
  background: transparent;
  border-color: #d0ccc4;
  cursor: not-allowed;
}

.eagleray-msab__size-option.is-unavailable::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 6%;
  width: 88%;
  height: 1px;
  background: #b0aaa4;
  transform: rotate(-16deg);
}

.eagleray-msab__size-option-label {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
}

/* Sold-out is shown by the diagonal strike on the chip; keep the text for screen readers only. */
.eagleray-msab__size-option-note {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}


/* Hide main buy buttons on mobile since custom sticky bar is always present */
@media (max-width: 767px) {
  .buy-buttons-block,
  .product-form-buttons {
    display: none !important;
  }

  /* The quick-add modal is built from the PDP's own markup (quick-add.js moves
     <product-form-component> into #quick-add-modal-content), so the rule above
     would also hide the modal's add-to-cart CTA. The sticky bar doesn't cover
     the modal, so its buy buttons must stay visible. */
  .quick-add-modal .buy-buttons-block {
    display: block !important;
  }

  .quick-add-modal .product-form-buttons {
    display: flex !important;
  }
}

/* Ensure custom sticky bar is hidden on desktop */
@media (min-width: 768px) {
  eagleray-mobile-buy-bar {
    display: none !important;
  }
}
