/** Shopify CDN: Minification failed

Line 654:0 Unexpected "}"

**/
/* ============================================================
   PITCH SIDE APPARELS — Custom Design Override
   Energetic · Sporty · High-Contrast
   Injected on top of Booster theme base styles
   ============================================================ */

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

/* ── DESIGN TOKENS ── */
:root {
  --ps-black:   #0a0a0a;
  --ps-dark:    #f0eeea;
  --ps-surface: #1a1d24;
  --ps-card:    #ffffff;
  --ps-border:  #2a2e38;
  --ps-teal:    #f59e0b;
  --ps-teal2:   #d97706;
  --ps-red:     #ff3b3b;
  --ps-yellow:  #ffd600;
  --ps-white:   #ffffff;
  --ps-grey:    #8a8f9e;
  --ps-light:   #c8ccd6;
  --ps-font-display: 'Barlow Condensed', sans-serif;
  --ps-font-body:    'Barlow', sans-serif;
  --ps-radius: 6px;
  --ps-radius-lg: 12px;
}

/* ── GLOBAL OVERRIDES ── */
body {
  background: var(--ps-dark) !important;
  color: #1c1c1c !important;
  font-family: var(--ps-font-body) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ps-font-display) !important;
  text-transform: uppercase !important;
  letter-spacing: -0.01em !important;
}

a { color: inherit; }
a:not(.button):hover { color: var(--ps-teal) !important; }

/* ── ANNOUNCEMENT BAR ── */
.info-bar {
  background: var(--ps-teal) !important;
  color: var(--ps-black) !important;
  font-family: var(--ps-font-display) !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border-bottom: none !important;
}
.info-bar * { color: var(--ps-black) !important; }

/* ── HEADER ── */
.page__header {
  background: rgba(10,10,10,0.95) !important;
  backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid var(--ps-border) !important;
  box-shadow: none !important;
}
.page__header--transparent { background: rgba(10,10,10,0.7) !important; }

/* Nav logo */
.header__logo img { filter: brightness(0) invert(1); }

/* Nav links */
.main__navigation .nav__link {
  font-family: var(--ps-font-display) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: var(--ps-light) !important;
  transition: color 0.2s, background 0.2s !important;
  border-radius: var(--ps-radius) !important;
  padding: 8px 14px !important;
}
.main__navigation .nav__link:hover,
.main__navigation .nav__link--active,
.main__navigation .nav__link.nav__link--active {
  color: var(--ps-teal) !important;
  background: rgba(0,229,176,0.08) !important;
}

/* Submenu */
.nav__submenu {
  background: #111111 !important;
  border: 1px solid var(--ps-border) !important;
  border-top: 2px solid var(--ps-teal) !important;
}
.nav__submenu a { color: var(--ps-light) !important; }
.nav__submenu a:hover { color: var(--ps-teal) !important; }

/* Cart icon */
.header__utility { color: var(--ps-white) !important; }
.header__utility .uil { color: var(--ps-white) !important; }
.header__utility > *:hover { color: var(--ps-teal) !important; }
.item__count { background: var(--ps-teal) !important; color: var(--ps-black) !important; }

/* ── BUTTONS ── */
.button {
  font-family: var(--ps-font-display) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  border-radius: var(--ps-radius) !important;
  transition: all 0.2s !important;
}
.button--primary__filled,
.shopify-challenge__button,
.button--primary__filled {
  background: var(--ps-teal) !important;
  color: var(--ps-black) !important;
  border-color: var(--ps-teal) !important;
}
.button--primary__filled:hover {
  background: #00ffca !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0,229,176,0.3) !important;
}
.button--primary__ghost,
.button--primary__underlined {
  border-color: var(--ps-teal) !important;
  color: var(--ps-teal) !important;
}
.button--primary__ghost:hover {
  background: var(--ps-teal) !important;
  color: var(--ps-black) !important;
}
.button--secondary__filled {
  background: var(--ps-surface) !important;
  border-color: var(--ps-border) !important;
  color: var(--ps-white) !important;
}
.button--secondary__ghost {
  border-color: var(--ps-border) !important;
  color: var(--ps-white) !important;
}
.button--secondary__ghost:hover {
  border-color: var(--ps-teal) !important;
  color: var(--ps-teal) !important;
}

/* Shopify pay button */
.shopify-payment-button__button { border-radius: var(--ps-radius) !important; }

/* ── PRODUCT CARDS ── */
.card--default {
  background: #ffffff !important;
  border: 1px solid #e2dfd8 !important;
  border-radius: var(--ps-radius-lg) !important;
  transition: all 0.25s !important;
}
.card--default:hover {
  border-color: var(--ps-teal) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 40px rgba(0,229,176,0.12) !important;
}
.card__title { color: #1c1c1c !important; font-family: var(--ps-font-display) !important; text-transform: uppercase !important; }
.card__price, .card__price * { color: #1c1c1c !important; }
.card__price--sale, .card__price--sale span { color: var(--ps-red) !important; }
.card__img--ratio { border-radius: var(--ps-radius) !important; overflow: hidden !important; }
.card--default:hover .card__img img { transform: scale(1.06) !important; }

/* Product card tags */
.tag { border-radius: 4px !important; font-family: var(--ps-font-display) !important; letter-spacing: 0.06em !important; }
.tag--sale { background: var(--ps-teal) !important; color: var(--ps-black) !important; }

/* ── TICKER / MARQUEE ── */
.ps-ticker {
  background: var(--ps-teal);
  overflow: hidden;
  padding: 12px 0;
  border-top: 2px solid var(--ps-teal2);
  border-bottom: 2px solid var(--ps-teal2);
}
.ps-ticker__track {
  display: flex;
  gap: 0;
  animation: ps-ticker 30s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.ps-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--ps-font-display);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ps-black);
  padding: 0 28px;
  flex-shrink: 0;
}
.ps-ticker__dot {
  width: 5px; height: 5px;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
}
@keyframes ps-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── CUSTOM HERO SECTION ── */
.ps-hero {
  min-height: 480px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #111111;
}
.ps-hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 50%, rgba(245,158,11,0.05) 0%, transparent 70%),
    linear-gradient(135deg, #0a0a0a 0%, #111111 100%);
}
.ps-hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(245,158,11,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,158,11,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
}
.ps-hero__inner {
  position: relative; z-index: 2;
  width: 100%;
  padding: 100px 40px 80px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.ps-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ps-font-display);
  font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--ps-teal); margin-bottom: 20px;
}
.ps-hero__eyebrow::before {
  content: ''; width: 32px; height: 2px; background: var(--ps-teal);
}
.ps-hero__title {
  font-family: var(--ps-font-display) !important;
  font-size: clamp(3.5rem, 8vw, 7rem) !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  line-height: 1.0 !important;
  color: var(--ps-white) !important;
  margin-bottom: 24px !important;
}
.ps-hero__title .accent { color: var(--ps-teal); display: block; }
.ps-hero__desc {
  font-size: 1.1rem;
  color: var(--ps-light);
  max-width: 460px;
  margin-bottom: 40px;
  line-height: 1.7;
}
.ps-hero__actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.ps-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ps-font-display); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  font-size: 15px; padding: 15px 32px;
  border-radius: var(--ps-radius);
  transition: all 0.2s; white-space: nowrap; text-decoration: none !important;
  cursor: pointer; border: 2px solid transparent;
}
.ps-btn--primary {
  background: var(--ps-teal); color: var(--ps-black) !important;
  border-color: var(--ps-teal);
}
.ps-btn--primary:hover {
  background: #00ffca !important; color: var(--ps-black) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,229,176,0.3);
}
.ps-btn--outline {
  background: transparent; color: var(--ps-white) !important;
  border-color: var(--ps-border);
}
.ps-btn--outline:hover {
  border-color: var(--ps-teal) !important; color: var(--ps-teal) !important;
}
.ps-btn--lg { padding: 18px 44px; font-size: 18px; }

.ps-hero__stats {
  display: flex; gap: 36px;
  margin-top: 48px; padding-top: 40px;
  border-top: 1px solid var(--ps-border);
  flex-wrap: wrap;
}
.ps-hero__stat-num {
  font-family: var(--ps-font-display);
  font-size: 2.4rem; font-weight: 900;
  color: var(--ps-white); line-height: 1;
}
.ps-hero__stat-num .hl { color: var(--ps-teal); }
.ps-hero__stat-label {
  font-size: 12px; color: var(--ps-grey);
  text-transform: uppercase; letter-spacing: 0.06em; margin-top: 4px;
}

.ps-hero__visual {
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.ps-hero__card {
  width: 100%; max-width: 440px;
  aspect-ratio: 4/5;
  background: var(--ps-card);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius-lg);
  overflow: hidden; position: relative;
}
.ps-hero__card img { width: 100%; height: 100%; object-fit: cover; }
.ps-hero__card-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--ps-teal); color: var(--ps-black);
  font-family: var(--ps-font-display); font-size: 11px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.08em;
  padding: 5px 12px; border-radius: 4px;
}
.ps-hero__card-price {
  position: absolute; bottom: 16px; right: 16px;
  background: rgba(10,10,10,0.9);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius);
  padding: 10px 18px;
  font-family: var(--ps-font-display); font-size: 1.4rem; font-weight: 800;
  color: var(--ps-white);
}
.ps-hero__card-float {
  position: absolute; top: -16px; right: -16px;
  background: var(--ps-red); color: var(--ps-white);
  font-family: var(--ps-font-display); font-size: 11px; font-weight: 800;
  text-transform: uppercase; padding: 7px 14px; border-radius: var(--ps-radius);
  transform: rotate(5deg);
}
.ps-hero__card-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px; color: var(--ps-grey);
  font-family: var(--ps-font-display); font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  background: linear-gradient(135deg, var(--ps-surface), var(--ps-card));
  text-align: center; padding: 20px;
}
.ps-hero__card-placeholder em { font-style: normal; font-size: 11px; color: var(--ps-border); line-height: 1.5; }

/* ── TRUST STRIP ── */
.ps-trust {
  background: var(--ps-surface);
  border-top: 1px solid var(--ps-border);
  border-bottom: 1px solid var(--ps-border);
}
.ps-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1400px; margin: 0 auto; padding: 0 32px;
}
.ps-trust__item {
  display: flex; align-items: center; gap: 14px;
  padding: 24px 28px;
  border-right: 1px solid var(--ps-border);
}
.ps-trust__item:last-child { border-right: none; }
.ps-trust__icon {
  font-size: 1.8rem; flex-shrink: 0;
  width: 48px; height: 48px;
  background: rgba(0,229,176,0.1);
  border-radius: var(--ps-radius);
  display: flex; align-items: center; justify-content: center;
}
.ps-trust__name {
  font-family: var(--ps-font-display);
  font-size: 14px; font-weight: 700;
  text-transform: uppercase; color: var(--ps-white);
}
.ps-trust__sub { font-size: 12px; color: var(--ps-grey); margin-top: 2px; }

/* ── SECTION HEADINGS ── */
.ps-section { padding: 72px 0; }
.ps-section-head { margin-bottom: 44px; }
.ps-section-head__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ps-font-display); font-size: 12px; font-weight: 700;
  color: var(--ps-teal); text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.ps-section-head__eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--ps-teal); }
.ps-section-head__title {
  font-family: var(--ps-font-display) !important;
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  font-weight: 900 !important; text-transform: uppercase !important;
  color: var(--ps-white) !important; margin-bottom: 12px;
}
.ps-section-head__sub { color: var(--ps-grey); font-size: 1rem; max-width: 500px; }
.ps-section-head--center { text-align: center; }
.ps-section-head--center .ps-section-head__eyebrow { justify-content: center; }
.ps-section-head--center .ps-section-head__eyebrow::before { display: none; }
.ps-section-head--center .ps-section-head__sub { margin: 0 auto; }

/* ── LEAGUE CARDS ── */
.ps-leagues { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ps-league {
  background: #1f232c; border: 1px solid #2a2e38;
  border-radius: var(--ps-radius-lg); padding: 36px 20px;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  cursor: pointer; transition: all 0.25s; text-align: center;
  text-decoration: none !important;
}
.ps-league:hover {
  border-color: var(--ps-teal);
  background: rgba(0,229,176,0.05);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,229,176,0.1);
}
.ps-league__flag { font-size: 2.8rem; }
.ps-league__name {
  font-family: var(--ps-font-display); font-size: 1.2rem; font-weight: 800;
  text-transform: uppercase; color: #ffffff;
}
.ps-league__clubs { font-size: 12px; color: #8a8f9e; margin-top: 4px; }

/* ── NEWSLETTER ── */
.ps-newsletter {
  background: linear-gradient(135deg, #0d1a14 0%, #0a1a22 100%);
  border: 1px solid rgba(0,229,176,0.2);
  border-radius: var(--ps-radius-lg);
  padding: 56px 72px;
  text-align: center;
  position: relative; overflow: hidden;
}
.ps-newsletter::before {
  content: '⚽'; position: absolute;
  font-size: 200px; opacity: 0.04;
  top: -40px; right: -40px; pointer-events: none;
}
.ps-newsletter__title {
  font-family: var(--ps-font-display) !important;
  font-size: 2.8rem !important; font-weight: 900 !important;
  text-transform: uppercase !important; color: var(--ps-white) !important;
  margin-bottom: 12px;
}
.ps-newsletter__sub { color: var(--ps-grey); margin-bottom: 32px; font-size: 1rem; }
.ps-newsletter__form { display: flex; gap: 12px; max-width: 460px; margin: 0 auto; }
.ps-newsletter__input {
  flex: 1; background: var(--ps-card); border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius); padding: 14px 18px;
  color: var(--ps-white); font-size: 15px;
}
.ps-newsletter__input::placeholder { color: var(--ps-grey); }
.ps-newsletter__input:focus { border-color: var(--ps-teal); outline: none; }

/* ── PROOF BAR ── */
.ps-proof {
  background: rgba(0,229,176,0.06);
  border: 1px solid rgba(0,229,176,0.15);
  border-radius: var(--ps-radius-lg);
  padding: 20px 36px;
  display: flex; align-items: center; justify-content: center;
  gap: 40px; flex-wrap: wrap;
}
.ps-proof__item { display: flex; align-items: center; gap: 10px; }
.ps-proof__icon { font-size: 1.3rem; }
.ps-proof__text {
  font-family: var(--ps-font-display);
  font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em; color: var(--ps-light);
}
.ps-proof__text strong { color: var(--ps-teal); }

/* ── CLUB FILTER PILLS ── */
.ps-club-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.ps-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ps-card); border: 1px solid var(--ps-border);
  border-radius: 100px; padding: 9px 18px;
  font-family: var(--ps-font-display); font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--ps-light); cursor: pointer;
  transition: all 0.2s; white-space: nowrap;
}
.ps-pill:hover, .ps-pill.ps-active {
  background: var(--ps-teal); color: var(--ps-black); border-color: var(--ps-teal);
}

/* ── REVEAL ANIMATIONS ── */
.ps-reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ps-reveal.ps-visible { opacity: 1; transform: none; }
.ps-d1 { transition-delay: 0.1s; }
.ps-d2 { transition-delay: 0.2s; }
.ps-d3 { transition-delay: 0.3s; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .ps-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .ps-trust__item:nth-child(2) { border-right: none; }
  .ps-leagues { grid-template-columns: repeat(4, 1fr); }
  .ps-newsletter { padding: 44px 36px; }
}
@media (max-width: 768px) {
  .ps-hero__inner { grid-template-columns: 1fr; }
  .ps-hero__visual { display: none; }
  .ps-hero__stats { gap: 20px; }
  .ps-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .ps-leagues { grid-template-columns: repeat(2, 1fr); }
  .ps-newsletter { padding: 36px 20px; }
  .ps-newsletter__form { flex-direction: column; }
  .ps-proof { gap: 20px; padding: 20px; }
}
@media (max-width: 480px) {
  .ps-trust__grid { grid-template-columns: 1fr; }
  .ps-trust__item { border-right: none; border-bottom: 1px solid var(--ps-border); }
  .ps-leagues { grid-template-columns: repeat(2, 1fr); }
}

/* ══════════════════════════════════════════════════
   PRODUCT PAGE + SWATCHES
   Uses hardcoded values — no CSS variable dependencies
══════════════════════════════════════════════════ */

/* Product page: white background */
.product__row, .product__page--info, .slide--product,
.gallery, .gallery__image, .gallery__thumbnails--holder, .gallery__thumbnail {
  background: #ffffff !important;
}
.gallery__thumbnail { border: 2px solid #e2dfd8 !important; border-radius: 6px !important; overflow: hidden !important; }
.gallery__thumbnail.bstrSlider__thumb--active { border-color: #111111 !important; }

/* Breadcrumbs */
.breadcrumbs--default { background: #ffffff !important; border-bottom: 1px solid #e2dfd8 !important; }
.breadcrumb a { color: #6b6762 !important; }
.breadcrumb a:hover { color: #1c1c1c !important; }

/* Product title */
.product__title {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #1c1c1c !important;
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  line-height: 1.05 !important;
}

/* Price */
.product__price { font-family: 'Barlow Condensed', sans-serif !important; font-weight: 900 !important; font-size: 2.2rem !important; color: #1c1c1c !important; }
.product__price--sale { color: #16a34a !important; }
.product__price--old  { color: #6b6762 !important; }

/* Description */
.product__description, .product__description * { color: #555555 !important; font-size: 14px !important; line-height: 1.7 !important; }
.product__description strong, .product__description b { color: #1c1c1c !important; }

/* Add to cart */
.button--addToCart {
  background: #111111 !important; color: #ffffff !important; border-color: #111111 !important;
  font-family: 'Barlow Condensed', sans-serif !important; font-size: 16px !important;
  font-weight: 900 !important; text-transform: uppercase !important;
  padding: 15px 32px !important; border-radius: 8px !important; width: 100% !important;
}
.button--addToCart:hover { background: #333333 !important; }
.shopify-payment-button__button { border-radius: 8px !important; }

/* Recommended products */
#s--product-page__recommended { background: #f0eeea !important; padding: 48px 0 !important; }

/* ── COLOUR SWATCHES ──
   background-color is set by swatch__custom-finder.liquid inline style.
   DO NOT set background-color here — it will override the colour.
   Only set interaction states.
*/
.swatch--color {
  cursor: pointer !important;
  display: inline-block !important;
  transition: transform .15s, box-shadow .15s !important;
  box-shadow: 0 0 0 1.5px rgba(0,0,0,0.2) !important;
}
.swatch--color:hover { transform: scale(1.12) !important; }
.swatch--color.swatch--active { box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #111111 !important; }

/* Size / model text swatches (AirPods, AirPods Pro, iPhone 16 Pro etc.) */
span[data-swatch-option]:not(.swatch--color) {
  background: #f7f6f4 !important;
  color: #1c1c1c !important;
  border: 1.5px solid #e2dfd8 !important;
  border-radius: 6px !important;
  min-height: 40px !important;
  padding: 6px 14px !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  margin: 3px !important;
  cursor: pointer !important;
  transition: all .18s !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
span[data-swatch-option]:not(.swatch--color):hover { border-color: #111111 !important; background: #f0eeea !important; }
span[data-swatch-option].swatch--active:not(.swatch--color) { background: #111111 !important; color: #ffffff !important; border-color: #111111 !important; }

.swatches__title, .swatches__holder h4 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 12px !important; font-weight: 700 !important;
  text-transform: uppercase !important; letter-spacing: .08em !important;
  color: #3d3a37 !important;
}
span[data-swatch-selected-name] { color: #1c1c1c !important; font-weight: 700 !important; }
/* Shop Your League — dark background */
#shopify-section-pitchside_leagues,
#shopify-section-ps_leagues {
  background: #111111 !important;
}
.ps-league {
  background: #1f232c !important;
  border-color: #2a2e38 !important;
}
.ps-league__name { color: #ffffff !important; }
.ps-league__clubs { color: #8a8f9e !important; }
/* Force mobile hamburger white */
.page__header .uil-bars,
.page__header .uil-times,
.header__mobile-menu,
.header__mobile-menu span,
.mobile__menu-trigger,
.mobile__menu-trigger span,
.page__header svg,
.page__header button { color: #ffffff !important; fill: #ffffff !important; }

}
/* Move "View All" to bottom on mobile for all sections */
@media (max-width: 768px) {
  .ps-see-all { display: none !important; }
  .ps-sec-head::after {
    content: 'View All →';
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #555;
    padding: 10px 14px;
    border: 1.5px solid #e2dfd8;
    border-radius: 100px;
  }
}@media (max-width: 768px) {
  .ps-viewall {
    order: 999 !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 16px !important;
    justify-content: center !important;
    display: flex !important;
  }
}/* Product page — full width white, no gaps */
.product__row,
.product__page--info,
.s__holder:has(.product__row),
#shopify-section-product-page__product {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  border-radius: 0 !important;
}/* Recommended products — full width */
#shopify-section-product-page__recommended,
#s--product-page__recommended {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  border-radius: 0 !important;
}

/* Fix footer and info badges side gaps */
#shopify-section-footer .max-width,
#shopify-section-footer .layout__boxed,
#shopify-section-footer .s__holder,
#shopify-section-info-badges .max-width,
#shopify-section-info-badges .layout__boxed,
#shopify-section-info-badges .s__holder,
#shopify-section-sub-footer .max-width,
#shopify-section-sub-footer .layout__boxed,
#shopify-section-sub-footer .s__holder {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

#shopify-section-footer,
#shopify-section-info-badges,
#shopify-section-sub-footer {
  padding: 0 !important;
  margin: 0 !important;
}
/* Fix product page corner rectangles */
.product__row { overflow: hidden !important; }
#shopify-section-product-page__product { overflow: hidden !important; }
/* Breadcrumbs + product page — all white */
.breadcrumbs--default,
#shopify-section-breadcrumbs,
.breadcrumbs__wrapper,
.breadcrumbs {
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 8px 28px !important;
}
/* Sub footer — full black, no gaps */
#shopify-section-sub-footer,
.subfooter,
.sub-footer {
  background: #111111 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
}
#shopify-section-sub-footer .max-width,
#shopify-section-sub-footer .layout__boxed,
#shopify-section-sub-footer .s__holder,
#shopify-section-sub-footer > div {
  background: #111111 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}#shopify-section-sub-footer .subfooter__inner,
#shopify-section-sub-footer .subfooter__wrapper,
#shopify-section-sub-footer p,
#shopify-section-sub-footer > div > div {
  background: #111111 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.subfooter__copyright,
.subfooter__copyright div,
.subfooter__copyright p,
.sub__footer,
.sub__footer div {
  background: #111111 !important;
  width: 100% !important;
  max-width: 100% !important;
}.wrapper--bottom {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.ps-viewall {
  background: #f59e0b !important;
  color: #111111 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-weight: 900 !important;
}
.ps-viewall:hover {
  background: #d97706 !important;
  color: #111111 !important;
}