/** Shopify CDN: Minification failed

Line 848:7 Expected ":"
Line 848:9 Expected identifier but found "#ffffff"

**/
/* =============================================
   ATHLYST Brand Overrides
   Colors: #000000 (60%), #FFFFFF (25%), #357ABD (10%), #E6E6E6 (5%)
   Fonts: Poppins (headings), Inter (body)
   ============================================= */

/* --- Product Page: 4x horizontal margins --- */
.template-product .page-width {
  padding-left: 6rem;
  padding-right: 6rem;
}

@media screen and (min-width: 750px) {
  .template-product .page-width {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

/* --- Brand Variables --- */
:root {
  --athlyst-black: #0A0A0A;
  --athlyst-white: #FFFFFF;
  --athlyst-blue: #357ABD;
  --athlyst-grey: #F5F5F5;
  --athlyst-grey-dark: #E6E6E6;
  --athlyst-blue-rgb: 53, 122, 189;
  --athlyst-grey-rgb: 245, 245, 245;
  --athlyst-shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
  --athlyst-shadow-md: 0 4px 16px rgba(0,0,0,0.06), 0 2px 6px rgba(0,0,0,0.04);
  --athlyst-shadow-lg: 0 12px 40px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.04);
  --athlyst-shadow-xl: 0 24px 64px rgba(0,0,0,0.1), 0 8px 24px rgba(0,0,0,0.06);
  --athlyst-ease-premium: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --athlyst-ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --athlyst-transition-fast: 0.25s var(--athlyst-ease-premium);
  --athlyst-transition-medium: 0.4s var(--athlyst-ease-premium);
  --athlyst-transition-slow: 0.6s var(--athlyst-ease-premium);
}

/* --- Global Typography --- */
body,
.rte,
.rte p,
p,
.product__description p,
.collapsible-content .accordion__content p,
.rich-text__text p,
.image-with-text__text p {
  text-align: justify;
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-heading-family);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: var(--heading-line-height, 1.2);
}

h1, .h1 { font-weight: 700; }
h2, .h2 { font-weight: 600; }
h3, .h3 { font-weight: 600; }

/* --- Body text --- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'kern' 1, 'liga' 1;
  text-rendering: optimizeLegibility;
  color: #1a1a1a;
}

/* --- Premium Image Treatment --- */
img {
  image-rendering: -webkit-optimize-contrast;
}

/* --- Links & Buttons --- */
a {
  transition: color var(--athlyst-transition-fast), opacity var(--athlyst-transition-fast);
}

.button,
.shopify-challenge__button,
.customer button,
button.button {
  font-family: var(--font-heading-family);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  transition: all var(--athlyst-transition-medium);
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

/* Primary CTA - Brand black with blue hover */
.button--primary,
.shopify-payment-button .shopify-payment-button__button--unbranded {
  background-color: var(--athlyst-black);
  color: var(--athlyst-white);
  border: 2px solid var(--athlyst-black);
}

.button--primary:hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background-color: var(--athlyst-blue);
  border-color: var(--athlyst-blue);
  color: var(--athlyst-white);
}

/* Secondary button */
.button--secondary {
  background-color: transparent;
  color: var(--athlyst-black);
  border: 2px solid var(--athlyst-black);
}

.button--secondary:hover {
  background-color: var(--athlyst-black);
  color: var(--athlyst-white);
}

/* --- Section Spacing Consistency --- */
.section-padding,
[class*="section-"][class*="-padding"] {
  --section-padding-top: 60px;
  --section-padding-bottom: 60px;
}

/* --- Product Card Minimal Styling --- */
.card__heading a {
  font-family: var(--font-heading-family);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.card .price {
  font-family: var(--font-body-family);
  font-weight: 500;
}

.card__inner {
  transition: box-shadow var(--athlyst-transition-medium), transform var(--athlyst-transition-medium);
}

.card:hover .card__inner {
  box-shadow: var(--athlyst-shadow-lg);
}

/* --- Premium Hover Effects --- */
.grid-banner-section .grid-banner-inner .grid-banner-content-inner img,
.grid-banner-section .grid-banner-block-image img,
.collection-list__item .card__inner img {
  transition: transform 1.2s var(--athlyst-ease-premium);
}

.grid-banner-section .grid-banner-inner:hover .grid-banner-content-inner img,
.grid-banner-section .grid-banner-wrapper:hover .grid-banner-block-image img,
.collection-list__item:hover .card__inner img {
  transform: scale(1.06);
}

/* --- Collapsible / FAQ Refinements --- */
.collapsible-content .accordion summary {
  padding: 24px 0;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  transition: color var(--athlyst-transition-fast), padding-left var(--athlyst-transition-fast);
  color: rgb(var(--color-foreground));
}

.collapsible-content .accordion summary:hover {
  color: var(--athlyst-blue);
  padding-left: 4px;
}

.collapsible-content .accordion__content {
  padding-bottom: 28px;
  line-height: 1.8;
  font-size: 16px;
  color: rgba(var(--color-foreground), 0.7);
}

.collapsible-content .accordion + .accordion {
  border-top: 1px solid rgba(var(--color-foreground), 0.06);
}

/* FAQ section — homepage: center the entire section horizontally */
.template-index .collapsible-content .collapsible-content__grid {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.template-index .collapsible-content .collapsible-content__grid > .grid__item.collapsible-content__grid-item {
  display: none !important;
}

.template-index .collapsible-content .collapsible-content__grid > .grid__item.left-block {
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

/* FAQ section — homepage-specific polish */
.template-index .collapsible-content .collapsible-content__header.content-align--center {
  text-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.template-index .collapsible-content .section-title-wrapper .title,
.template-index .collapsible-content .title-wrapper-with-link .title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.template-index .collapsible-content .collapsible-content__header .sub-title {
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--athlyst-blue);
  margin-bottom: 10px;
}

/* FAQ accordion items — keep left-aligned for readability */
.template-index .collapsible-content .accordion summary {
  text-align: left;
}
.template-index .collapsible-content .accordion__content {
  text-align: left;
}

/* FAQ image styling */
.template-index .collapsible-content .media img {
  border-radius: 0;
  object-fit: cover;
}

/* --- Marquee Refinements — Premium --- */
.marquee-section .marquee-title {
  font-family: var(--font-heading-family);
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* Separator dot between marquee items */
.marquee-section .marquee-block {
  position: relative;
}

.marquee-section .marquee-block::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  opacity: 0.6;
}

.marquee-section .marquee-list {
  gap: 0;
}

/* --- Support Block / USP Bar --- */
.support-block-list__item .support-block-card__heading {
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgb(var(--color-foreground));
}

.support-block .support-block-card {
  text-align: center;
}

.support-block .support-block-card__info p {
  font-size: 14px;
  color: rgba(var(--color-foreground), 0.7);
  line-height: 1.55;
}

/* USP icons — proper sizing per screen, with subtle hover */
.support-block .support-block-card__image-wrapper svg {
  width: 48px;
  height: 48px;
  opacity: 1;
  transition: opacity var(--athlyst-transition-fast), transform var(--athlyst-transition-fast);
}

.support-block .support-block-card:hover .support-block-card__image-wrapper svg {
  opacity: 1;
  transform: scale(1.05);
}

/* Subtle divider between USP items */
.support-block .support-block-list__item + .support-block-list__item {
  border-left: 1px solid rgba(var(--color-foreground), 0.08);
}

@media screen and (max-width: 749px) {
  .support-block .support-block-list__item + .support-block-list__item {
    border-left: none;
    border-top: 1px solid rgba(var(--color-foreground), 0.08);
  }
}

/* --- Hotspot Adjustments --- */
.hotspot-block-section {
  position: relative;
}

.hotspot-block-section .hotspot-block .dt-sc-hotspot-item {
  transition: all var(--athlyst-transition-fast);
}

/* Hotspot section header */
.template-index .hotspot-block-section .title-wrapper-with-link .title {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.template-index .hotspot-block-section .sub-heading {
  font-size: 15px;
  color: rgba(var(--color-foreground), 0.8);
  font-weight: 500;
}

.template-index .hotspot-block-section .description {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(var(--color-foreground), 0.8);
  max-width: 520px;
}

/* Hotspot image */
.hotspot-block-section .spot-image img {
  border-radius: 0;
}

/* Hotspot tooltip — cleaner */
.hotspot-block-section .dt-sc-hotspot-item .hotspot-content {
  font-family: var(--font-body-family);
  font-size: 14px;
  line-height: 1.55;
}

.hotspot-block-section .dt-sc-hotspot-item .hotspot-content .hotspot-content-title {
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
}

/* --- Product Page Refinements --- */
.product__info-wrapper .product__title {
  font-family: var(--font-heading-family);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product__info-wrapper .price {
  font-family: var(--font-body-family);
  font-weight: 600;
}

.product__info-wrapper .product-form__submit {
  font-family: var(--font-heading-family);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  min-height: 52px;
  font-size: 13px;
}

/* --- Wishlist & Compare Icons Fix --- */
.product__info-wrapper a.add-wishlist.button--secondary,
.product__info-wrapper a.add-compare.button--secondary {
  color: rgba(var(--color-foreground), 0.6);
  border-color: rgba(var(--color-foreground), 0.15);
  background: transparent;
  transition: all var(--athlyst-transition-fast);
  border-radius: 50%;
}

.product__info-wrapper a.add-wishlist.button--secondary:hover,
.product__info-wrapper a.add-compare.button--secondary:hover {
  color: var(--athlyst-black);
  border-color: var(--athlyst-black);
  background: transparent;
}

/* Card-level icons (product cards) */
.product-icons li a.add-wishlist,
.product-icons li a.add-compare {
  color: rgba(var(--color-foreground), 0.65);
  transition: color var(--athlyst-transition-fast);
}

.product-icons li a.add-wishlist:hover,
.product-icons li a.add-compare:hover {
  color: var(--athlyst-blue);
}

.product-icons li a.add-wishlist.added,
.product-icons li a.add-compare.added {
  color: var(--athlyst-blue);
}

/* --- Buy It Now / Dynamic Checkout Button Fix --- */
/* Ensure "Buy it now" is styled as brand secondary */
.product-form .shopify-payment-button .shopify-payment-button__button--unbranded,
.main-product-template .shopify-payment-button .shopify-payment-button__button--unbranded {
  background-color: var(--athlyst-white) !important;
  color: var(--athlyst-black) !important;
  border: 1px solid rgba(var(--color-foreground), 0.2) !important;
  border-radius: 0;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 56px;
  transition: all var(--athlyst-transition-medium);
}

.product-form .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.main-product-template .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background-color: var(--athlyst-black) !important;
  color: var(--athlyst-white) !important;
  border-color: var(--athlyst-black) !important;
}

/* Branded Shopify payment buttons (Apple Pay, Google Pay etc.) */
.product-form .shopify-payment-button__button--branded {
  border-radius: 0 !important;
  min-height: 56px;
}

/* "More payment options" link */
.shopify-payment-button__more-options {
  color: rgba(var(--color-foreground), 0.55);
  font-size: 12px;
  transition: color var(--athlyst-transition-fast);
}

.shopify-payment-button__more-options:hover {
  color: var(--athlyst-blue);
}

/* Variant pills */
.product-form__input label {
  font-family: var(--font-body-family);
  font-weight: 500;
}

/* --- Scrollbar Styling — Ultra-minimal --- */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
}

/* --- Mobile Optimizations --- */
@media screen and (max-width: 749px) {
  body,
  .rte,
  .rte p,
  p {
    font-size: 14px;
    line-height: 1.65;
  }

  h1, .h1 { font-size: 24px; }
  h2, .h2 { font-size: 20px; }
  h3, .h3 { font-size: 18px; }

  .button,
  .product__info-wrapper .product-form__submit {
    min-height: 48px;
    font-size: 13px;
  }

  /* Comfortable tap targets */
  .collapsible-content .accordion summary {
    padding: 18px 0;
    min-height: 48px;
  }

  /* Section spacing mobile */
  .section-padding,
  [class*="section-"][class*="-padding"] {
    --section-padding-top: 40px;
    --section-padding-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  h1, .h1 { font-size: 22px; }
  h2, .h2 { font-size: 18px; }
}

/* =============================================
   Header — Premium, Minimal
   ============================================= */

/* Header nav links — clean, spaced */
.header .header__menu-item,
.header .header__menu-item a {
  font-family: var(--font-heading-family);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color var(--athlyst-transition-fast);
}

.header .header__menu-item:hover a,
.header .header__menu-item a:hover {
  color: var(--athlyst-blue);
}

/* Header icons — refined */
.header .header__icon {
  transition: opacity var(--athlyst-transition-fast), transform var(--athlyst-transition-fast);
}

.header .header__icon:hover {
  opacity: 0.6;
  transform: scale(1.05);
}

/* Header border — ultra-subtle */
.section-header {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.05);
}

/* Announcement bar — premium */
.announcement-bar {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

/* --- Utility Classes --- */
.athlyst-accent { color: var(--athlyst-blue); }
.athlyst-bg-grey { background-color: var(--athlyst-grey); }
.athlyst-bg-black { background-color: var(--athlyst-black); color: var(--athlyst-white); }
.athlyst-divider {
  height: 1px;
  background-color: var(--athlyst-grey);
  border: none;
  margin: 40px 0;
}

/* --- Product Page Layout Cleanup --- */
.main-product-template .product__info-container {
  padding-left: 0;
}

.main-product-template .product__title h2.h1 {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  line-height: 1.2;
}

.main-product-template .price--large .price-item {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.main-product-template .product__description {
  line-height: 1.8;
  font-size: 15px;
  color: rgba(var(--color-foreground), 0.65);
}

.main-product-template .product__text {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(var(--color-foreground), 0.6);
}

/* Clean separator between product blocks — generous spacing */
.main-product-template .product__info-container > div + div {
  margin-top: 16px;
}

/* Product vendor — premium label style */
.main-product-template .product_vendor a,
.main-product-template .product_vendor {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--athlyst-blue) !important;
  font-weight: 600;
}

/* Product recommendations horizontal scroll */
.product-recommendations .product-recommendations__inner {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.product-recommendations .product-recommendations__inner .card {
  scroll-snap-align: start;
  flex-shrink: 0;
}

@media screen and (max-width: 749px) {
  .main-product-template .product__info-container {
    padding-left: 0;
    padding-top: 20px;
  }

  .main-product-template .product__title h2.h1 {
    font-size: 20px;
  }
}

/* --- Grid Banner (Shop Men/Women) — Premium Card Layout --- */
.grid-banner-section .grid-banner-wrapper {
  position: relative;
  overflow: hidden;
}

.grid-banner-section .grid-banner-block-image {
  overflow: hidden;
  position: relative;
}

/* Grid banner image — constrain height for grid style */
.grid-banner-section.grid .grid-banner-block-image img.grid-banner-image {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* Cinematic gradient overlay — editorial magazine quality */
.grid-banner-section.grid .grid-banner-wrapper .grid-banner-block-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.5) 100%);
  transition: opacity 0.7s var(--athlyst-ease-premium);
  pointer-events: none;
  z-index: 1;
}

.grid-banner-section.grid .grid-banner-wrapper:hover .grid-banner-block-image::after {
  opacity: 1;
  background: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.55) 100%);
}

.grid-banner-section .grid-banner-inner .main-title {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 42px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: rgb(var(--color-foreground));
}

.grid-banner-section .grid-banner-inner .main-title a {
  text-decoration: none;
  color: inherit;
}

.grid-banner-section .grid-banner-inner .sub-title {
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--athlyst-blue);
  opacity: 1;
  margin-bottom: 10px;
}

.grid-banner-section .grid-banner-inner .description {
  font-size: 16px;
  line-height: 1.65;
  opacity: 1;
  color: rgba(var(--color-foreground), 0.8);
  margin-top: 10px;
  max-width: 450px;
}

/* Grid banner CTA button — sharp, luxury, editorial */
.grid-banner-section .grid-banner-inner .banner-button {
  margin-top: 24px;
  border-radius: 0;
  min-width: 180px;
  padding: 15px 40px;
  font-size: 11px;
  font-family: var(--font-heading-family);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all var(--athlyst-transition-medium);
}

.grid-banner-section.grid .grid-banner-inner .banner-button.button--primary {
  background-color: rgba(255, 255, 255, 0.9); /* white 90% */
  color: var(--athlyst-blue);
  border: 2px solid rgba(255, 255, 255, 0.9);
  font-weight: 700; /* bold */
}

.grid-banner-section.grid .grid-banner-inner .banner-button.button--primary:hover {
  background-color: rgba(0, 0, 0, 0.9); /* black 90% */
  color: var(--athlyst-white);
  border-color: rgba(0, 0, 0, 0.9);
  font-weight: 700; /* keep bold */
}

/* List-style grid banner (image + text side by side) */
.grid-banner-section.list .grid-banner-wrapper {
  gap: 40px;
  align-items: center;
}

.grid-banner-section.list .grid-banner-content {
  padding: 32px 0;
}

/* =============================================
   Hero Slideshow — Impactful, Clean, Premium
   ============================================= */
.slideshow .slide-banner {
  position: relative;
  height: 100vh !important;
}

@media screen and (max-width: 576px) {
  .slideshow .slide-banner {
    height: 100vh !important;
  }
  .slideshow .slide-banner.banner--mobile-bottom {
    height: 100vh !important;
  }
}

/* Hero heading — large, bold, cinematic */
.slideshow .slideshow__text .banner__heading {
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: clamp(36px, 5.5vw, 72px);
  line-height: 1.02;
}

@media (max-width: 767px) {
  .slideshow .slideshow__text .banner__heading {
    text-shadow: none;
  }
}

/* Hero subheading */
.slideshow .slideshow__text .banner__sub_heading {
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 1;
}

/* Hero body text */
.slideshow .slideshow__text .banner__text span {
  font-size: 17px;
  line-height: 1.6;
  opacity: 1;
}

/* Hero CTA button — sharp, editorial, luxury */
.slideshow .slideshow__text .button {
  min-width: 240px;
  font-size: 12px;
  border-radius: 0;
  padding: 18px 48px;
  letter-spacing: 0.14em;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Hero CTA primary — white on dark overlay */
.slideshow .slideshow__text .button--primary {
  background-color: var(--athlyst-white);
  color: var(--athlyst-black);
  border-color: var(--athlyst-white);
}

.slideshow .slideshow__text .button--primary:hover {
  background-color: var(--athlyst-blue);
  border-color: var(--athlyst-blue);
  color: var(--athlyst-white);
}

/* Hero button — clean luxury style */
.slideshow__text.banner__box .banner__buttons .button {
  padding: 16px 40px; /* slightly tighter */
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color; #ffffff;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Remove theme arrows */
.slideshow__text.banner__box .banner__buttons .button::before,
.slideshow__text.banner__box .banner__buttons .button::after {
  display: none;
}




/* Hover */
.slideshow__text.banner__box .banner__buttons .button:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
}

/* Hero navigation arrows — glass morphism, luxury */
.slideshow .swiper-button-next,
.slideshow .swiper-button-prev {
  color: rgba(255, 255, 255, 0.85);
  transition: all var(--athlyst-transition-medium) !important;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 56px !important;
  height: 56px !important;
}

.slideshow .swiper-button-next:hover,
.slideshow .swiper-button-prev:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

/* Hero slide image — cinematic slow zoom on active */
.slideshow .swiper-slide-active .slideshow__media img {
  animation: heroZoom 14s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes heroZoom {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

/* Hero — ensure content sits centered with breathing room */
.slideshow .slideshow__text-wrapper.banner__content {
  z-index: 2;
}

.slideshow .slideshow__text.banner__box {
  max-width: 720px;
}

/* Hero — subtle line above heading for editorial feel */
.slideshow .slideshow__text.banner__box .banner__heading::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: var(--athlyst-blue);
  margin: 0 auto 20px;
  opacity: 0.7;
}

/* --- About Page Visual Rhythm --- */
.template-page .image-with-text {
  margin-bottom: 0;
}

.template-page .rich-text .rich-text__blocks {
  max-width: 100%;
  margin: 0 auto;
}

/* Scroll-triggered fade-in animation for About page sections */
@keyframes athlystFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.template-page section {
  animation: athlystFadeUp 0.6s ease-out both;
}

/* Stagger animations for sequential visual rhythm */
.template-page section:nth-child(1) { animation-delay: 0s; }
.template-page section:nth-child(2) { animation-delay: 0.1s; }
.template-page section:nth-child(3) { animation-delay: 0.15s; }
.template-page section:nth-child(4) { animation-delay: 0.2s; }
.template-page section:nth-child(5) { animation-delay: 0.25s; }
.template-page section:nth-child(6) { animation-delay: 0.3s; }
.template-page section:nth-child(7) { animation-delay: 0.35s; }
.template-page section:nth-child(8) { animation-delay: 0.4s; }
.template-page section:nth-child(9) { animation-delay: 0.45s; }

/* About page - Improve spacing between custom _blocks sections */
.template-page .shopify-section + .shopify-section {
  margin-top: 0;
}

/* About page heading — "OUR STORY" editorial luxury title */
.template-page .rich-text .h1 {
  font-family: var(--font-heading-family);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: clamp(32px, 5vw, 56px);
  position: relative;
  display: inline-block;
}

/* Decorative line under OUR STORY heading */
.template-page .rich-text .rich-text__blocks .h1::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: var(--athlyst-blue);
  margin: 20px auto 0;
}

/* About page — reduce excessive side spacing */
.template-page .page-width {
  max-width: 1400px;
}

/* About page image-with-text — generous, editorial spacing */
.template-page .image-with-text__content {
  padding: 48px 40px;
}

.template-page .image-with-text__heading {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -0.02em;
}

.template-page .image-with-text__text {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(var(--color-foreground), 0.7);
}

.template-page .image-with-text .image-with-text__media img {
  transition: transform 1s var(--athlyst-ease-premium);
}

.template-page .image-with-text:hover .image-with-text__media img {
  transform: scale(1.03);
}

/* About page - custom block sections visual polish */
.template-page .shopify-section .ai_gen_block_59fa3cc,
.template-page .shopify-section .ai_gen_block_e0edd00,
.template-page .shopify-section .ai_gen_block_93decd1 {
  transition: opacity var(--athlyst-transition-slow), transform var(--athlyst-transition-slow);
}

/* Alternating background rhythm for about page sections — subtle */
.template-page .shopify-section:nth-child(even) {
  background-color: rgba(245, 245, 245, 0.5);
}

/* About page "What ATHLYST Means" section - column polish */
.template-page [class*="ai_gen_block"] h3,
.template-page [class*="ai_gen_block"] h2 {
  font-family: var(--font-heading-family);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.template-page [class*="ai_gen_block"] p {
  text-align: justify;
  line-height: 1.7;
}

/* Founder Note Section — Editorial, Personal */
.founder-note-section {
  padding: 100px 0;
}

.founder-note-section .founder-note__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.founder-note-section .founder-note__text {
  max-width: 100%;
}

.founder-note-section .founder-note__heading {
  font-family: var(--font-heading-family);
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 44px);
  margin-bottom: 28px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.founder-note-section .founder-note__body {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(var(--color-foreground), 0.65);
  text-align: left;
  margin-bottom: 36px;
  font-style: italic;
}

.founder-note-section .founder-note__designation {
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--athlyst-blue);
}

.founder-note-section .founder-note__name {
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 16px;
  margin-top: 4px;
  letter-spacing: 0.02em;
}

.founder-note-section .founder-note__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  transition: transform 1s var(--athlyst-ease-premium);
}

.founder-note-section:hover .founder-note__image img {
  transform: scale(1.02);
}

@media screen and (max-width: 749px) {
  .founder-note-section .founder-note__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .founder-note-section {
    padding: 48px 0;
  }

  .founder-note-section .founder-note__heading {
    font-size: 24px;
  }

  .founder-note-section .founder-note__body {
    font-size: 14px;
  }
}

/* Founder Note — decorative left accent for visual weight */
@media screen and (min-width: 750px) {
  .founder-note-section .founder-note__text {
    border-left: 3px solid var(--athlyst-blue);
    padding-left: 40px;
  }
}

/* About page — medium-screen padding for custom block containers */
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .template-page [class*="ai-two-column-container"],
  .template-page [class*="ai-brand-philosophy-container"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* --- Feature Highlight Section (Full-bleed) --- */
.feature-highlight-section {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.feature-highlight-section .feature-highlight__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.feature-highlight-section .feature-highlight__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-highlight-section .feature-highlight__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.feature-highlight-section .feature-highlight__content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 60px 0;
  color: var(--athlyst-white);
}

.feature-highlight-section .feature-highlight__subheading {
  font-family: var(--font-heading-family);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  opacity: 0.8;
}

.feature-highlight-section .feature-highlight__heading {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.feature-highlight-section .feature-highlight__body {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
  text-align: justify;
}

.feature-highlight-section .feature-highlight__cta {
  display: inline-block;
  margin-top: 28px;
  padding: 16px 44px;
  background: var(--athlyst-white);
  color: var(--athlyst-black);
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  border-radius: 0;
  transition: all var(--athlyst-transition-medium);
}

.feature-highlight-section .feature-highlight__cta:hover {
  background: var(--athlyst-blue);
  color: var(--athlyst-white);
}

@media screen and (max-width: 749px) {
  .feature-highlight-section {
    min-height: 400px;
  }

  .feature-highlight-section .feature-highlight__content {
    padding: 32px 0;
    max-width: 100%;
  }

  .feature-highlight-section .feature-highlight__heading {
    font-size: 24px;
  }
}

/* --- Feature Stats Section (Built Different) --- */
.feature-stats-section {
  position: relative;
  overflow: hidden;
}

.feature-stats-section .feature-stats__header {
  text-align: center;
  margin-bottom: 56px;
  padding-left: 24px;
  padding-right: 24px;
}

.feature-stats-section .feature-stats__label-tag {
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}

.feature-stats-section .feature-stats__title {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.feature-stats-section .feature-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.feature-stats-section .feature-stat {
  text-align: center;
  padding: 40px 24px;
  border: 1px solid;
  border-radius: 0;
  transition: all var(--athlyst-transition-fast);
  position: relative;
  overflow: hidden;
}

.feature-stats-section .feature-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.feature-stats-section .feature-stat__icon-wrap {
  margin-bottom: 20px;
}

.feature-stats-section .feature-stat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(53, 122, 189, 0.1);
  transition: background var(--athlyst-transition-fast), transform var(--athlyst-transition-fast);
}

.feature-stats-section .feature-stat:hover .feature-stat__icon {
  background: rgba(53, 122, 189, 0.16);
  transform: scale(1.05);
}

.feature-stats-section .feature-stat__icon svg {
  width: 36px;
  height: 36px;
  transition: transform var(--athlyst-transition-fast);
}

.feature-stats-section .feature-stat__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature-stats-section .feature-stat__value {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.feature-stats-section .feature-stat__label {
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.feature-stats-section .feature-stat__description {
  font-size: 13px;
  text-align: center;
  line-height: 1.55;
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 989px) {
  .feature-stats-section .feature-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 749px) {
  .feature-stats-section .feature-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-stats-section .feature-stat {
    padding: 28px 16px;
    border-radius: 0;
  }

  .feature-stats-section .feature-stat__value {
    font-size: 26px;
  }

  .feature-stats-section .feature-stat__label {
    font-size: 13px;
  }

  .feature-stats-section .feature-stat__description {
    font-size: 12px;
  }

  .feature-stats-section .feature-stats__title {
    font-size: 28px;
  }

  .feature-stats-section .feature-stats__header {
    margin-bottom: 36px;
  }
}

/* =============================================
   Collection Page — Premium Grid & Typography
   ============================================= */

/* Collection title / breadcrumb — clean, minimal */
.template-collection .section-breadcrumb {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.05);
}

.template-collection .breadcrumb-heading {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}

/* Product grid — generous spacing */
.template-collection .collection-product-grid .grid {
  gap: 28px;
}

/* Product card in collection — premium treatment */
.template-collection .card-wrapper .card {
  border-radius: 0;
  transition: box-shadow var(--athlyst-transition-medium), transform var(--athlyst-transition-medium);
}

.template-collection .card-wrapper:hover .card {
  box-shadow: var(--athlyst-shadow-lg);
}

.template-collection .card__heading a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.template-collection .card .price {
  font-weight: 600;
  font-size: 14px;
}

/* Collection pagination — premium */
.template-collection .pagination__list li a,
.template-collection .pagination__list li span {
  transition: all var(--athlyst-transition-fast);
}

.template-collection .pagination__list li a:hover {
  background: var(--athlyst-black);
  color: var(--athlyst-white);
}

/* --- Flex Banner Refinements --- */
.flex-banner .block-main-title {
  font-family: var(--font-heading-family);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.flex-banner .block-sub-title {
  font-family: var(--font-heading-family);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.flex-banner .block-description {
  font-family: var(--font-body-family);
  font-size: 14px;
  line-height: 1.6;
}

.flex-banner .image-gallery-overlay {
  padding: 24px;
}

/* --- Product Recommendations / "You May Also Like" --- */
/* Ensure the section wrapper is always visible so IntersectionObserver fires */
.section-recommendation {
  display: block !important;
  min-height: 50px;
}

.product-recommendations-component {
  display: block;
  min-height: 50px;
}

.product-recommendations .swiper-wrapper {
  scroll-behavior: smooth;
}

.product-recommendations .swiper-slide .card {
  transition: box-shadow var(--athlyst-transition-fast);
}

.product-recommendations .swiper-slide .card:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.product-recommendations .product-recommendations__heading {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 28px);
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

/* Swiper navigation for recommendations */
.product-recommendations .swiper-button-next,
.product-recommendations .swiper-button-prev {
  color: var(--athlyst-black);
  transition: opacity var(--athlyst-transition-fast);
}

.product-recommendations .swiper-button-next:hover,
.product-recommendations .swiper-button-prev:hover {
  opacity: 0.6;
}

/* --- Google Reviews Section --- */
.google-reviews-section {
  padding: 60px 0;
}

.google-reviews-section .google-reviews__header {
  text-align: center;
  margin-bottom: 32px;
}

.google-reviews-section .google-reviews__title {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.google-reviews-section .google-reviews__subtitle {
  font-size: 15px;
  color: rgba(var(--color-foreground), 0.6);
}

.google-reviews-section .google-reviews__embed {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .google-reviews-section {
    padding: 40px 0;
  }
}

/* =============================================
   Product Page — Animations & Overall Polish
   ============================================= */

/* --- Scroll-triggered animations (subtle, fast) --- */
@keyframes athlystSlideUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes athlystScaleIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes athlystFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Product page section entrance — fast, subtle fade-in */
.template-product .shopify-section {
  animation: athlystFadeIn 0.4s ease both;
}

.template-product .shopify-section:nth-child(1) { animation-delay: 0s; }
.template-product .shopify-section:nth-child(2) { animation-delay: 0.05s; }
.template-product .shopify-section:nth-child(3) { animation-delay: 0.08s; }
.template-product .shopify-section:nth-child(4) { animation-delay: 0.1s; }
.template-product .shopify-section:nth-child(5) { animation-delay: 0.12s; }
.template-product .shopify-section:nth-child(6) { animation-delay: 0.14s; }
.template-product .shopify-section:nth-child(7) { animation-delay: 0.16s; }
.template-product .shopify-section:nth-child(8) { animation-delay: 0.18s; }
.template-product .shopify-section:nth-child(9) { animation-delay: 0.2s; }
.template-product .shopify-section:nth-child(10) { animation-delay: 0.22s; }

/* Main product section — gallery fade-in */
.main-product-template .product__media-item {
  animation: athlystFadeIn 0.5s ease both;
  animation-delay: 0.1s;
}

/* Main product section — info slide up */
.main-product-template .product__info-container {
  animation: athlystSlideUp 0.4s ease both;
  animation-delay: 0.15s;
}

/* --- Product Page Overall Aesthetic Refinements --- */

/* Product title — luxury, editorial */
.main-product-template .product__title h2.h1 {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  line-height: 1.2;
}

/* Price — prominent, clean */
.main-product-template .price--large .price-item {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* Add to Cart button — sharp, editorial, luxury with shimmer */
.main-product-template .product-form__submit {
  background-color: var(--athlyst-black);
  color: var(--athlyst-white);
  border-radius: 0;
  min-height: 56px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all var(--athlyst-transition-medium);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--athlyst-black);
}

.main-product-template .product-form__submit:hover {
  background-color: var(--athlyst-blue);
  border-color: var(--athlyst-blue);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(53, 122, 189, 0.25);
}

/* Shimmer effect on Add to Cart */
.main-product-template .product-form__submit::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.08) 25%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.08) 75%, transparent 100%);
  transition: left 0.7s var(--athlyst-ease-premium);
}

.main-product-template .product-form__submit:hover::after {
  left: 100%;
}

/* Product description — premium reading experience */
.main-product-template .product__description {
  line-height: 1.85;
  font-size: 15px;
  color: rgba(var(--color-foreground), 0.65);
}

/* --- Fix: Shipping / Tax text visibility --- */
.main-product-template .product__tax,
.main-product-template .product__tax a,
.product__info-wrapper .product__tax,
.product__info-wrapper .product__tax a {
  color: rgba(var(--color-foreground), 0.55);
  font-size: 12px;
}

.main-product-template .product__tax a:hover {
  color: var(--athlyst-blue);
}

/* --- Comprehensive text color audit: ensure all product page text is visible --- */
/* Price block */
.main-product-template .price,
.main-product-template .price .price-item,
.main-product-template .price .price-item--regular,
.main-product-template .price .price-item--sale {
  color: rgb(var(--color-foreground));
}

.main-product-template .price .price-item--compare {
  color: rgba(var(--color-foreground), 0.55);
}

/* Vendor text */
.main-product-template .product__info-container .product_vendor,
.main-product-template .product__info-container .product_vendor a,
.main-product-template .product__info-container .product__sku,
.main-product-template .product__info-container .product_type {
  color: rgba(var(--color-foreground), 0.65);
}

/* Product labels / form labels */
.main-product-template .product__info-container .product-label,
.main-product-template .product__info-container .form__label,
.main-product-template .product__info-container .product-form__input .form__label {
  color: rgb(var(--color-foreground));
}

/* Caption text blocks */
.main-product-template .product__info-container .caption,
.main-product-template .product__info-container .rte {
  color: rgba(var(--color-foreground), 0.72);
}

/* Installment / payment terms */
.main-product-template .product-form-installment,
.main-product-template .installment {
  color: rgba(var(--color-foreground), 0.65);
}

/* Inventory / stock info */
.main-product-template .product__info-container .inventory-form__label,
.main-product-template .product__info-container .product-form__input--pill-item label {
  color: rgb(var(--color-foreground));
}

/* Delivery / shipping custom HTML blocks */
.main-product-template .product__info-container p.delivery,
.main-product-template .product__info-container p.delivery span,
.main-product-template .product__info-container p.shipping,
.main-product-template .product__info-container p.shipping span {
  color: rgba(var(--color-foreground), 0.65);
}

.main-product-template .product__info-container p.delivery svg,
.main-product-template .product__info-container p.shipping svg {
  color: rgba(var(--color-foreground), 0.45);
}

/* Badge text */
.main-product-template .badge-wrapper .badge {
  color: rgba(var(--color-foreground), 0.65);
}

/* Sub total */
.main-product-template .sub-total,
.main-product-template .total-price__container {
  color: rgb(var(--color-foreground));
}

/* Collapsible tab headings in product info */
.main-product-template .product__accordion summary,
.main-product-template .product__accordion .accordion__content {
  color: rgb(var(--color-foreground));
}

/* "More payment options" */
.main-product-template .shopify-payment-button__more-options {
  color: rgba(var(--color-foreground), 0.55);
}

/* Variant selector — luxury, minimal */
.main-product-template .product-form__input--pill .product-form__input--pill-item label {
  border-radius: 0;
  transition: all var(--athlyst-transition-fast);
  font-size: 13px;
  letter-spacing: 0.02em;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-product-template .product-form__input--pill .product-form__input--pill-item label:hover {
  border-color: var(--athlyst-black);
}

.main-product-template .product-form__input--pill .product-form__input--pill-item input:checked + label {
  background: var(--athlyst-black) !important;
  color: var(--athlyst-white) !important;
  border-color: var(--athlyst-black) !important;
}

/* Quantity selector — sharp, editorial */
.main-product-template .quantity {
  border-radius: 0;
}

/* Product gallery — clean, no border-radius (like Cult Store) */
.main-product-template .product__media-item img {
  border-radius: 0;
  pointer-events: auto;
}

/* --- Fix: Ensure PhotoSwipe lightbox works on product images --- */
/* The gallery anchor tags must be clickable for PhotoSwipe */
.main-product-template .product__media-list a,
.main-product-template .product__media-item a,
.main-product-template .pswp-gallery a {
  cursor: zoom-in;
  display: block;
  position: relative;
  z-index: 2;
}

/* Ensure modal-opener doesn't block clicks */
.main-product-template modal-opener {
  display: block;
  position: relative;
}

/* Ensure the media wrapper doesn't create overflow issues blocking the lightbox */
.main-product-template .product__media-item .product__media {
  overflow: visible;
}

/* PhotoSwipe overlay - ensure it sits on top */
.pswp {
  z-index: 999999 !important;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.92) !important;
}

/* Collapsible rows in product info — premium, clean */
.main-product-template .product__accordion .accordion summary {
  padding: 18px 0;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color var(--athlyst-transition-fast), padding-left var(--athlyst-transition-fast);
}

.main-product-template .product__accordion .accordion summary:hover {
  color: var(--athlyst-blue);
  padding-left: 4px;
}

/* Badge styling */
.main-product-template .badge-wrapper {
  margin-top: 16px;
}

/* --- Image-with-Text Feature Sections on Product Page --- */
.template-product .image-with-text__media img {
  border-radius: 0;
}

/* Fix: Ensure text is visible in image-with-text sections (color_scheme may be empty) */
.template-product .image-with-text__content {
  color: rgb(var(--color-foreground));
}

.template-product .image-with-text__heading {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: rgb(var(--color-foreground));
}

.template-product .image-with-text__text {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(var(--color-foreground), 0.72);
}

/* Fix: When color scheme is empty/unset, force readable text colors */
.image-with-text .image-with-text__content.color- {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.image-with-text .image-with-text__content.color- .image-with-text__heading {
  color: rgb(var(--color-foreground));
}

.image-with-text .image-with-text__content.color- .image-with-text__text {
  color: rgba(var(--color-foreground), 0.72);
}

/* --- Feature Highlight Section — subtle entrance --- */
.feature-highlight-section .feature-highlight__content {
  animation: athlystFadeIn 0.5s ease both;
  animation-delay: 0.2s;
}

/* --- FAQ Section on Product Page --- clean */
.template-product .collapsible-content .accordion summary {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
  transition: color var(--athlyst-transition-fast);
}

.template-product .collapsible-content .accordion summary:hover {
  color: rgba(var(--color-foreground), 0.6);
}

/* --- Section dividers / visual breathing room --- */
.template-product .shopify-section + .shopify-section {
  border-top: none;
}

/* Clean white background — no alternating tint */

/* --- Smooth page transitions --- */
.template-product {
  animation: athlystFadeIn 0.3s ease both;
}

/* --- Selection highlight with brand color --- */
::selection {
  background-color: rgba(53, 122, 189, 0.12);
  color: inherit;
}

::-moz-selection {
  background-color: rgba(53, 122, 189, 0.12);
  color: inherit;
}

/* --- Focus states — brand-consistent --- */
*:focus-visible {
  outline: 2px solid var(--athlyst-blue);
  outline-offset: 3px;
  border-radius: 0;
}

/* =============================================
   Image-with-Banner Section (Product Tabs) — Premium
   ============================================= */
.image-with-banner .image-with-banner-grid {
  background: none;
}

.image-with-banner a.image-banner-heading {
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  transition: opacity 0.5s var(--athlyst-ease-premium), color 0.5s var(--athlyst-ease-premium), transform 0.5s var(--athlyst-ease-premium) !important;
}

.image-with-banner .image-with-banner-wrapper.active a.image-banner-heading,
.image-with-banner .image-with-banner-wrapper.hover a.image-banner-heading {
  opacity: 1;
}

/* Inactive headings — muted */
.image-with-banner .image-with-banner-wrapper:not(.active) a.image-banner-heading {
  opacity: 0.25;
}

.image-with-banner .image-with-banner-wrapper:not(.active):hover a.image-banner-heading {
  opacity: 0.5;
}

/* Active state — brand blue underline with animation */
.image-with-banner .image-with-banner-wrapper.active a.image-banner-heading::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: var(--athlyst-blue);
  margin-top: 10px;
  animation: lineGrow 0.5s var(--athlyst-ease-spring) forwards;
}

@keyframes lineGrow {
  from { width: 0; opacity: 0; }
  to { width: 50px; opacity: 1; }
}

/* =============================================
   Homepage — Section Entrance Animations
   ============================================= */
@keyframes homeFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeScaleIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Staggered entrance for homepage sections */
.template-index .shopify-section {
  animation: homeFadeUp 0.5s ease both;
}

.template-index .shopify-section:nth-child(1) { animation-delay: 0s; }
.template-index .shopify-section:nth-child(2) { animation-delay: 0.06s; }
.template-index .shopify-section:nth-child(3) { animation-delay: 0.1s; }
.template-index .shopify-section:nth-child(4) { animation-delay: 0.13s; }
.template-index .shopify-section:nth-child(5) { animation-delay: 0.15s; }
.template-index .shopify-section:nth-child(6) { animation-delay: 0.17s; }
.template-index .shopify-section:nth-child(7) { animation-delay: 0.19s; }
.template-index .shopify-section:nth-child(8) { animation-delay: 0.21s; }

/* Hero — no delay, instant */
.template-index .shopify-section:first-child {
  animation: homeScaleIn 0.4s ease both;
  animation-delay: 0s;
}

/* Grid banner items — stagger within section */
.template-index .grid-banner-section .grid-banner-wrapper:nth-child(1) {
  animation: homeFadeUp 0.5s ease both;
  animation-delay: 0.1s;
}

.template-index .grid-banner-section .grid-banner-wrapper:nth-child(2) {
  animation: homeFadeUp 0.5s ease both;
  animation-delay: 0.2s;
}

/* =============================================
   Homepage — Overall Visual Polish
   ============================================= */

/* Page-level smooth transitions */
.template-index {
  animation: athlystFadeIn 0.3s ease both;
}

/* Ensure consistent section spacing on homepage */
.template-index .shopify-section + .shopify-section {
  border-top: none;
}

/* Homepage headings — consistent style */
.template-index .title-wrapper-with-link .title,
.template-index .section-title-wrapper .title {
  font-family: var(--font-heading-family);
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Homepage sub-headings — brand blue accent */
.template-index .title-wrapper-with-link .sub-heading,
.template-index .section-title-wrapper .sub-heading {
  color: var(--athlyst-blue);
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* --- Smooth scroll for the whole page --- */
html {
  scroll-behavior: smooth;
}

/* =============================================
   Homepage — Comprehensive Mobile Responsiveness
   ============================================= */

/* --- Prevent horizontal overflow on all pages --- */
html, body {
  overflow-x: hidden;
}

.page-width,
.page-full-width {
  max-width: 100%;
}

/* --- Large Laptop (max-width: 1540px) --- */
@media screen and (max-width: 1540px) {
  /* Hero — proportional scaling */
  .slideshow .slideshow__text .banner__heading {
    font-size: clamp(28px, 4.2vw, 52px);
  }

  .slideshow .slideshow__text.banner__box {
    max-width: 580px;
  }

  /* Grid banner — scale text proportionally */
  .grid-banner-section .grid-banner-inner .main-title {
    font-size: clamp(24px, 2.6vw, 36px);
  }

  .grid-banner-section .grid-banner-inner .description {
    font-size: 15px;
    max-width: 400px;
  }

  /* Marquee */
  .marquee-section .marquee-title {
    font-size: 22px;
  }

  /* Feature stats */
  .feature-stats-section .feature-stat {
    padding: 36px 20px;
  }

  .feature-stats-section .feature-stat__value {
    font-size: 32px;
  }
}

/* --- Medium Laptop (max-width: 1440px) --- */
@media screen and (max-width: 1440px) {
  .slideshow .slideshow__text .banner__heading {
    font-size: clamp(26px, 3.8vw, 46px);
  }

  .slideshow .slideshow__text .button {
    padding: 14px 32px;
    min-width: 180px;
  }

  .slideshow .slideshow__text.banner__box {
    max-width: 540px;
  }

  /* Grid banner */
  .grid-banner-section .grid-banner-inner .main-title {
    font-size: clamp(22px, 2.4vw, 32px);
  }

  .grid-banner-section .grid-banner-inner .sub-title {
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .grid-banner-section .grid-banner-inner .description {
    font-size: 15px;
  }

  .grid-banner-section .grid-banner-inner .banner-button {
    padding: 13px 30px;
    font-size: 13px;
    min-width: 160px;
  }

  /* Marquee */
  .marquee-section .marquee-title {
    font-size: 20px;
  }

  /* Image-with-banner tabs — scale heading */
  .image-with-banner a.image-banner-heading {
    font-size: 7rem;
  }
}

/* --- Small Laptop (max-width: 1200px) --- */
@media screen and (max-width: 1200px) {
  /* Fix: Override theme's 0.5 opacity on slideshow media at <=1200px */
  .slideshow__media.banner__media.media {
    opacity: 1 !important;
  }

  .slideshow .slideshow__text .banner__heading {
    font-size: clamp(24px, 3.5vw, 38px);
  }

  .slideshow .slideshow__text.banner__box {
    max-width: 480px;
  }

  .slideshow .slideshow__text .button {
    padding: 13px 28px;
    min-width: 170px;
  }

  /* Grid banner — tighter */
  .grid-banner-section .grid-banner-inner .main-title {
    font-size: 26px;
  }

  .grid-banner-section .grid-banner-inner .sub-title {
    font-size: 13px;
  }

  .grid-banner-section .grid-banner-inner .description {
    font-size: 15px;
    max-width: 100%;
  }

  .grid-banner-section .grid-banner-inner .banner-button {
    padding: 12px 28px;
    font-size: 13px;
    min-width: 150px;
  }

  /* Marquee */
  .marquee-section .marquee-title {
    font-size: 20px;
  }

  /* FAQ section — ensure image doesn't crowd content on smaller laptops */
  .collapsible-content .collapsible-content__media {
    max-width: 45%;
  }

  /* Hotspot — constrain tooltip */
  .hotspot-block-section .dt-sc-hotspot-item .hotspot-content {
    font-size: 13px;
  }

  /* Image-with-banner tabs */
  .image-with-banner a.image-banner-heading {
    font-size: 5.5rem;
  }

  /* Feature stats — tighter */
  .feature-stats-section .feature-stat {
    padding: 32px 16px;
  }

  .feature-stats-section .feature-stat__value {
    font-size: 28px;
  }

  .feature-stats-section .feature-stat__label {
    font-size: 14px;
  }

  .feature-stats-section .feature-stat__description {
    font-size: 12px;
  }

  /* Support block */
  .support-block .support-block-card__image-wrapper svg {
    width: 44px;
    height: 44px;
  }
}

/* --- Tablet (max-width: 989px) --- */
@media screen and (max-width: 989px) {
  /* Fix: slideshow media opacity override (theme sets 0.5 at 1200px) */
  .slideshow__media.banner__media.media {
    opacity: 1 !important;
  }

  /* Hero — scale down for tablet */
  .slideshow .slideshow__text .banner__heading {
    font-size: clamp(22px, 3.5vw, 36px);
  }

  .slideshow .slideshow__text .button {
    padding: 13px 26px;
    min-width: 160px;
    font-size: 12px;
  }

  .slideshow .slideshow__text.banner__box {
    max-width: 420px;
    padding: 24px 20px;
  }

  .slideshow__text.banner__box .banner__buttons .button {
    padding: 13px 26px;
    padding-right: 26px;
  }

  /* Grid banner — tighter spacing */
  .grid-banner-section .grid-banner-inner .main-title {
    font-size: 24px;
  }

  .grid-banner-section .grid-banner-inner .sub-title {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .grid-banner-section .grid-banner-inner .description {
    font-size: 15px;
    line-height: 1.55;
    max-width: 100%;
  }

  .grid-banner-section .grid-banner-inner .banner-button {
    padding: 12px 26px;
    font-size: 13px;
    min-width: 140px;
  }

  /* Grid banner image ratio — slightly wider on tablet */
  .grid-banner-section.grid .grid-banner-block-image img.grid-banner-image {
    aspect-ratio: 3 / 4;
  }

  /* Marquee */
  .marquee-section .marquee-title {
    font-size: 20px;
  }

  /* Image-with-banner tabs */
  .image-with-banner a.image-banner-heading {
    font-size: 4.5rem;
  }

  /* Hotspot — reduce content tooltip */
  .hotspot-block-section .dt-sc-hotspot-item .hotspot-content {
    font-size: 13px;
  }

  /* Support block icons */
  .support-block .support-block-card__image-wrapper svg {
    width: 44px;
    height: 44px;
  }

  .support-block-list__item .support-block-card__heading {
    font-size: 14px;
  }

  .support-block .support-block-card__info p {
    font-size: 13px;
  }

  /* Feature stats — adjust for tablet */
  .feature-stats-section .feature-stat__icon {
    width: 60px;
    height: 60px;
  }

  .feature-stats-section .feature-stat__icon svg {
    width: 30px;
    height: 30px;
  }

  .feature-stats-section .feature-stat__value {
    font-size: 28px;
  }

  .feature-stats-section .feature-stat__label {
    font-size: 13px;
  }

  /* FAQ section titles */
  .template-index .collapsible-content .section-title-wrapper .title,
  .template-index .collapsible-content .title-wrapper-with-link .title {
    font-size: clamp(24px, 3.2vw, 34px);
  }

  .collapsible-content .accordion summary {
    font-size: 17px;
  }

  .collapsible-content .accordion__content {
    font-size: 15px;
  }

  /* Hotspot section titles */
  .template-index .hotspot-block-section .title-wrapper-with-link .title {
    font-size: clamp(22px, 3vw, 32px);
  }

  .template-index .hotspot-block-section .description {
    font-size: 15px;
    max-width: 100%;
  }

  /* Sub-headings */
  .template-index .title-wrapper-with-link .sub-heading,
  .template-index .section-title-wrapper .sub-heading {
    font-size: 13px;
  }
}

/* --- Mobile (max-width: 749px) --- */
@media screen and (max-width: 749px) {
  /* Hero slideshow — mobile optimizations */
  .slideshow .slideshow__text .banner__heading {
font-size: clamp(24px, 7vw, 36px);
font-weight: 1200;    letter-spacing: -0.02em;
    line-height: 1.1;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);  }

  .slideshow .slideshow__text .banner__sub_heading {
    font-size: 10px;
    letter-spacing: 0.15em;
  }

  .slideshow .slideshow__text .banner__text span {
    font-size: 14px;
    line-height: 1.5;
  }

  .slideshow .slideshow__text .button {
    min-width: 160px;
    padding: 14px 28px;
    font-size: 13px;
  }

  .slideshow__text.banner__box .banner__buttons .button {
    padding: 14px 28px;
    padding-right: 28px;
  }

  .slideshow .slideshow__text.banner__box {
    max-width: 100%;
    padding: 20px 16px;
  }

  /* Hero navigation arrows — hide on mobile, use swipe */
  .slideshow .swiper-button-next,
  .slideshow .swiper-button-prev {
    display: none;
  }

  /* Grid banner — clean mobile layout */
  .grid-banner-section .grid-banner-inner .main-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .grid-banner-section .grid-banner-inner .sub-title {
    font-size: 13px;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
  }

  .grid-banner-section .grid-banner-inner .description {
    font-size: 15px;
    line-height: 1.5;
    max-width: 100%;
  }

  .grid-banner-section .grid-banner-inner .banner-button {
    margin-top: 14px;
    padding: 13px 28px;
    font-size: 13px;
    min-width: 150px;
  }

  .grid-banner-section.grid .grid-banner-wrapper .grid-banner-content .grid-banner-inner {
    padding: 16px 0;
  }

  /* Grid banner image — more landscape on mobile single-column stack */
  .grid-banner-section.grid .grid-banner-block-image img.grid-banner-image {
    aspect-ratio: 16 / 10;
  }

  /* Image-with-banner — tighter on mobile */
  .image-with-banner .image-with-banner-grid {
    min-height: auto;
  }

  .image-with-banner .image-with-banner-wrapper {
    gap: 2rem;
  }

  .image-with-banner .image-with-banner-wrapper.active a.image-banner-heading::after {
    width: 24px;
    height: 2px;
    margin-top: 6px;
  }

  /* Marquee — tighter on mobile */
  .marquee-section .marquee-title {
    font-size: 18px;
    letter-spacing: 0.08em;
  }

  .marquee-section .marquee-block {
    padding: 4px 12px;
  }

  .marquee-section .marquee-block::before {
    font-size: 6px;
    left: -2px;
  }

  /* Hotspot — constrain image, cleaner layout */
  .hotspot-block-section .spot-image {
    max-height: 350px;
    overflow: hidden;
  }

  .template-index .hotspot-block-section .title-wrapper-with-link .title {
    font-size: 24px;
  }

  .template-index .hotspot-block-section .description {
    font-size: 14px;
    max-width: 100%;
  }

  /* FAQ — mobile layout fixes */
  .template-index .collapsible-content .section-title-wrapper .title,
  .template-index .collapsible-content .title-wrapper-with-link .title {
    font-size: 26px;
  }

  .collapsible-content .accordion summary {
    font-size: 16px;
    padding: 18px 0;
  }

  .collapsible-content .accordion__content {
    font-size: 15px;
    padding-bottom: 18px;
  }

  /* Support block / USP — properly sized for mobile */
  .support-block .support-block-card {
    padding: 16px 12px;
  }

  .support-block-list__item .support-block-card__heading {
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .support-block .support-block-card__info p {
    font-size: 13px;
  }

  .support-block .support-block-card__image-wrapper svg {
    width: 40px;
    height: 40px;
  }

  /* Feature stats — mobile sizing */
  .feature-stats-section .feature-stat__icon {
    width: 52px;
    height: 52px;
  }

  .feature-stats-section .feature-stat__icon svg {
    width: 26px;
    height: 26px;
  }

  /* Homepage section titles — scale down */
  .template-index .title-wrapper-with-link .title,
  .template-index .section-title-wrapper .title {
    font-size: clamp(22px, 6vw, 30px);
  }

  .template-index .title-wrapper-with-link .sub-heading,
  .template-index .section-title-wrapper .sub-heading {
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  /* Ensure page-width has proper mobile padding */
  .page-width {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-full-width_spacing {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* --- Small Mobile (max-width: 480px) --- */
@media screen and (max-width: 480px) {
  /* Hero — compact */
  .slideshow .slideshow__text .banner__heading {
    font-size: clamp(22px, 7vw, 32px);
  }

  .slideshow .slideshow__text .button {
    min-width: 140px;
    padding: 12px 24px;
    font-size: 12px;
  }

  /* Grid banner — ensure full-width, no side overflow */
  .grid-banner-section .grid-banner-inner .main-title {
    font-size: 22px;
  }

  .grid-banner-section .grid-banner-inner .sub-title {
    font-size: 12px;
  }

  .grid-banner-section .grid-banner-inner .description {
    font-size: 14px;
  }

  .grid-banner-section .grid-banner-inner .banner-button {
    min-width: auto;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 12px;
  }

  /* Marquee — smaller text */
  .marquee-section .marquee-title {
    font-size: 16px;
  }

  /* Hotspot section */
  .hotspot-block-section .spot-image {
    max-height: 280px;
  }

  .template-index .hotspot-block-section .title-wrapper-with-link .title {
    font-size: 22px;
  }

  /* Support block — compact */
  .support-block .support-block-card {
    padding: 14px 10px;
  }

  .support-block-list__item .support-block-card__heading {
    font-size: 12px;
  }

  .support-block .support-block-card__image-wrapper svg {
    width: 36px;
    height: 36px;
  }

  /* Feature stats — smaller mobile */
  .feature-stats-section .feature-stat__icon {
    width: 48px;
    height: 48px;
  }

  .feature-stats-section .feature-stat__icon svg {
    width: 22px;
    height: 22px;
  }

  .feature-stats-section .feature-stat__value {
    font-size: 24px;
  }

  /* FAQ — compact */
  .template-index .collapsible-content .section-title-wrapper .title,
  .template-index .collapsible-content .title-wrapper-with-link .title {
    font-size: 22px;
  }

  .collapsible-content .accordion summary {
    font-size: 15px;
  }

  .collapsible-content .accordion__content {
    font-size: 14px;
  }
}

/* --- Very small screens (max-width: 375px) --- */
@media screen and (max-width: 375px) {
  .slideshow .slideshow__text .banner__heading {
    font-size: 22px;
  }

  .grid-banner-section .grid-banner-inner .main-title {
    font-size: 20px;
  }

  .marquee-section .marquee-title {
    font-size: 14px;
  }

  .page-width {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* =============================================
   Footer — Premium, Editorial
   ============================================= */
.section-footer {
  border-top: 1px solid rgba(var(--color-foreground), 0.06);
}

.footer .footer__content-bottom-wrapper {
  justify-content: center;
}

.footer .footer__column--info {
  align-items: center;
  text-align: center;
}

.footer .footer__copyright {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  opacity: 0.6;
}

@media screen and (min-width: 750px) {
  .footer .footer__copyright {
    text-align: center;
  }
}

/* Footer headings — editorial, uppercase */
.footer .footer__content-top h2,
.footer .footer-block__heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Footer links — premium hover underline */
.footer .footer__content-top a {
  font-size: 14px;
  transition: color var(--athlyst-transition-fast);
  color: rgba(var(--color-foreground), 0.6);
}

.footer .footer__content-top a:hover {
  color: var(--athlyst-blue);
}

/* Footer social icons — premium hover */
.footer .list-social__link {
  transition: all var(--athlyst-transition-fast);
  opacity: 0.6;
}

.footer .list-social__link:hover {
  opacity: 1;
  transform: translateY(-2px);
}

/* Footer newsletter input — clean, luxury */
.footer .newsletter-form__field-wrapper input {
  border-radius: 0;
  border: 1px solid rgba(var(--color-foreground), 0.15);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.footer .newsletter-form__button {
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

/* --- Product Thumbnail Slider Bottom Layout --- */
/* Force column direction: big image on top, thumbnail strip below */
.product--thumbnail_slider_bottom media-gallery {
  flex-direction: column !important;
}

/* Main image takes full width */
.product--thumbnail_slider_bottom:not(.product--no-media) .slider-mobile-gutter:not(.thumbnail-slider) {
  width: 100% !important;
}

/* Thumbnail strip: full width, sits below the main image */
.product--thumbnail_slider_bottom .thumbnail-slider {
  width: 100% !important;
  margin-top: 12px;
}

/* Thumbnails lay out horizontally */
.product--thumbnail_slider_bottom .thumbnail-slider .thumbnail-list,
.product--thumbnail_slider_bottom .thumbnail-slider .thumbnail-list.slider--tablet-up {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding: 0;
}

/* Each thumbnail: fixed square, no vertical stacking */
.product--thumbnail_slider_bottom .thumbnail-slider .thumbnail-list .thumbnail-list__item.slider__slide,
.product--thumbnail_slider_bottom .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
  width: auto !important;
  height: 100px !important;
  flex: 0 0 100px;
  margin: 0 !important;
}

.product--thumbnail_slider_bottom .thumbnail-slider .thumbnail,
.product--thumbnail_slider_bottom .thumbnail-slider .thumbnail[aria-current] {
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  box-shadow: none;
  padding: 0;
}

.product--thumbnail_slider_bottom .thumbnail-slider .thumbnail[aria-current="true"] {
  border-color: rgb(var(--color-foreground));
}

.product--thumbnail_slider_bottom .thumbnail-slider .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Hide vertical slider arrows — horizontal scroll instead */
.product--thumbnail_slider_bottom .thumbnail-slider .slider-button {
  display: none !important;
}

/* Mobile: same horizontal strip, slightly smaller */
@media screen and (max-width: 749px) {
  .product--thumbnail_slider_bottom .thumbnail-slider .thumbnail-list .thumbnail-list__item.slider__slide,
  .product--thumbnail_slider_bottom .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    height: 80px !important;
    flex: 0 0 80px;
  }
}

/* Reduced motion — respect user preferences */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
