/* ── RESET & BASE ──────────────────────────────────────────────── */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Poppins', 'Inter', Arial, sans-serif; background: #f5f5f7; color: #1a1a1a; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1280px, 92%); margin: 0 auto; }

/* ── HEADER ─────────────────────────────────────────────────────── */
.header { position: sticky; top: 0; z-index: 100; background: #0a0a0f; border-bottom: 1px solid rgba(255,255,255,0.07); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 70px; padding: 0 2rem; gap: 2rem; }
.logo { font-weight: 800; font-size: 1.5rem; font-family: 'Poppins', sans-serif; letter-spacing: -0.02em; display: inline-flex; align-items: center; gap: 0; }
.logo .logo-jers { color: #ffffff; }
.logo .logo-hub { background: #ffffff; color: #000000; padding: 0.05em 0.35em; border-radius: 5px; margin-left: 2px; }

.nav { display: flex; }
.nav-list { display: flex; align-items: center; gap: 0.25rem; list-style: none; }
.nav-link { display: inline-block; padding: 0.55rem 1rem; border-radius: 8px; font-weight: 500; color: rgba(255,255,255,0.75); font-size: 0.95rem; transition: all 0.2s; white-space: nowrap; }
.nav-link:hover { background: rgba(255,255,255,0.08); color: #fff; }
.cart-link { color: #4ade80 !important; font-weight: 600; display: flex; align-items: center; gap: 0.4rem; position: relative; }
.cart-icon { font-size: 1.2rem; }
.cart-badge { position: absolute; top: -6px; right: -8px; background: #4ade80; color: #000; font-size: 0.65rem; font-weight: 700; padding: 2px 5px; border-radius: 50%; min-width: 18px; text-align: center; }

/* ── 2-LEVEL DROPDOWN + FLY-OUT ─────────────────────────────────── */
.nav-list li { position: relative; }

/* Level 1: Season dropdown */
.has-flyout { position: relative; }
.flyout-l1 { position: absolute; top: calc(100% + 6px); left: 0; background: #13131c; border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.5); padding: 0.4rem; min-width: 190px; opacity: 0; visibility: hidden; transition: opacity 0.18s ease, visibility 0.18s ease; z-index: 300; list-style: none; }
.has-flyout:hover .flyout-l1 { opacity: 1; visibility: visible; }

/* Level 1 items */
.flyout-l1 > li { position: relative; }
.flyout-l1 > li > a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.55rem 0.9rem; color: rgba(255,255,255,0.85); font-size: 0.88rem; font-weight: 500; border-radius: 8px; transition: background 0.15s, color 0.15s; white-space: nowrap; }
.flyout-l1 > li > a:hover { background: rgba(255,255,255,0.07); color: #fff; }
.flyout-l1 > li > a .arrow { font-size: 0.65rem; opacity: 0.5; }
/* "Show all" header row */
.flyout-l1 .season-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.55rem 0.9rem; color: #4ade80; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.06em; border-radius: 8px; cursor: pointer; text-transform: uppercase; }
.flyout-l1 .season-row:hover { background: rgba(74,222,128,0.08); }
.flyout-l1 .season-row .arrow { font-size: 0.65rem; opacity: 0.7; }

/* Level 2: Teams fly-out */
.flyout-l2 { position: absolute; top: 0; left: calc(100% + 6px); background: #13131c; border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.5); padding: 0.4rem; min-width: 180px; max-height: 480px; overflow-y: auto; opacity: 0; visibility: hidden; transition: opacity 0.15s ease, visibility 0.15s ease; z-index: 400; list-style: none; }
/* Opens LEFT — used when nav item is near the right edge */
.flyout-l2.flyout-left { left: auto; right: calc(100% + 6px); }
.flyout-l2::-webkit-scrollbar { width: 4px; }
.flyout-l2::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 4px; }
.flyout-l1 > li:hover .flyout-l2 { opacity: 1; visibility: visible; }
.flyout-l2 > li > a { display: block; padding: 0.45rem 0.9rem; color: rgba(255,255,255,0.75); font-size: 0.86rem; border-radius: 8px; transition: background 0.12s, color 0.12s; white-space: nowrap; }
.flyout-l2 > li > a:hover { background: rgba(255,255,255,0.07); color: #4ade80; }

/* Two-column fly-out for Retros */
.flyout-l2.two-col { display: grid; grid-template-columns: 1fr 1fr; min-width: 340px; }
.flyout-l2 .col-header { grid-column: span 1; padding: 0.4rem 0.9rem 0.2rem; color: #4ade80; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.menu-toggle { display: none; border: 1px solid rgba(255,255,255,0.15); background: transparent; color: #fff; width: 42px; height: 42px; border-radius: 10px; cursor: pointer; font-size: 1.1rem; transition: all 0.2s; }
.menu-toggle:hover { background: rgba(255,255,255,0.08); }

/* ── HERO BANNER ────────────────────────────────────────────────── */
.hero-banner { background: linear-gradient(135deg, rgba(10,10,15,0.82) 0%, rgba(17,24,40,0.72) 50%, rgba(13,31,13,0.80) 100%), url('Iconic PICTURE.webp') center/cover no-repeat; padding: 5rem 0 4rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.hero-banner-inner { display: flex; align-items: center; }
.hero-text { max-width: 620px; }
.hero-eyebrow { display: inline-block; background: rgba(74,222,128,0.12); color: #4ade80; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.35rem 0.9rem; border-radius: 20px; border: 1px solid rgba(74,222,128,0.25); margin-bottom: 1.25rem; }
.hero-text h1 { font-size: 3.75rem; font-weight: 800; color: #ffffff; line-height: 1.08; margin-bottom: 1.25rem; font-family: 'Poppins', sans-serif; letter-spacing: -0.03em; }
.hero-text p { font-size: 1.15rem; color: rgba(255,255,255,0.6); margin-bottom: 2rem; line-height: 1.7; max-width: 500px; }
.hero-cta-group { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn { display: inline-block; padding: 0.85rem 2rem; border-radius: 10px; font-weight: 600; font-size: 0.95rem; font-family: 'Poppins', sans-serif; transition: all 0.2s; cursor: pointer; border: none; }
.btn-primary { background: #4ade80; color: #0a0a0f; }
.btn-primary:hover { background: #22c55e; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(74,222,128,0.3); }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.25); }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.06); transform: translateY(-2px); }

/* ── SEARCH BAR ─────────────────────────────────────────────────── */
.search-section { padding: 2rem 0 0.5rem; }
.search-bar-wrap {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.search-icon-left {
  position: absolute;
  left: 1.1rem;
  font-size: 1.1rem;
  pointer-events: none;
  opacity: 0.55;
}
.search-input {
  width: 100%;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 50px;
  padding: 0.9rem 3.2rem 0.9rem 3rem;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  color: #111827;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.search-input::placeholder { color: #9ca3af; }
.search-input:focus {
  border-color: #4ade80;
  box-shadow: 0 0 0 4px rgba(74,222,128,0.15);
}
.search-clear {
  position: absolute;
  right: 1rem;
  background: #f3f4f6;
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 0.75rem;
  cursor: pointer;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
}
.search-clear:hover { background: #e5e7eb; color: #111827; }

/* Search results section */
.search-results-title { font-size: 2rem !important; }
.search-results-count { color: #6b7280; font-size: 0.95rem; }
.search-result-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 20px;
  margin-bottom: 0.35rem;
  background: rgba(74,222,128,0.12);
  color: #16a34a;
  border: 1px solid rgba(74,222,128,0.25);
}
.search-result-badge.retro { background: rgba(251,191,36,0.1); color: #b45309; border-color: rgba(251,191,36,0.25); }
.search-result-badge.national { background: rgba(99,102,241,0.1); color: #4338ca; border-color: rgba(99,102,241,0.25); }
.search-no-results {
  text-align: center;
  padding: 3rem 1rem;
  color: #9ca3af;
}
.search-no-results span { font-size: 2.5rem; display: block; margin-bottom: 0.75rem; }
.search-no-results p { font-size: 1.05rem; }

/* ── CATEGORY NAVIGATION PILLS ──────────────────────────────────── */
.category-nav { display: flex; gap: 0.75rem; flex-wrap: wrap; padding: 2rem 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cat-pill { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.55rem 1.25rem; background: #fff; border: 1.5px solid #e5e7eb; border-radius: 30px; font-size: 0.88rem; font-weight: 600; color: #374151; transition: all 0.2s; white-space: nowrap; }
.cat-pill:hover, .cat-pill.active { background: #0a0a0f; color: #fff; border-color: #0a0a0f; }

/* ── SECTION HEADINGS ───────────────────────────────────────────── */
.products-section { padding: 3.5rem 0 5rem; }
.section-heading { text-align: center; margin-bottom: 3rem; }
.section-tag { display: inline-block; background: rgba(74,222,128,0.1); color: #16a34a; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.9rem; border-radius: 20px; border: 1px solid rgba(74,222,128,0.2); margin-bottom: 0.75rem; }
.retro-tag { background: rgba(251,191,36,0.1); color: #b45309; border-color: rgba(251,191,36,0.25); }
.section-heading h2 { font-size: 2.5rem; font-weight: 800; color: #0a0a0f; margin-bottom: 0.6rem; font-family: 'Poppins', sans-serif; letter-spacing: -0.02em; }
.section-heading p { font-size: 1.05rem; color: #6b7280; }

/* ── BANNER DIVIDER ─────────────────────────────────────────────── */
.banner-divider { background: linear-gradient(90deg, #0f172a 0%, #1e3a5f 50%, #0f172a 100%); padding: 2rem 0; text-align: center; }
.banner-divider.dark { background: linear-gradient(90deg, #1a0a00 0%, #7c2d12 50%, #1a0a00 100%); }
.banner-divider span { color: rgba(255,255,255,0.85); font-weight: 600; font-size: 1.05rem; letter-spacing: 0.04em; }

/* ── PRODUCT GRID & CARDS ───────────────────────────────────────── */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.product-card { background: #ffffff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.07); transition: all 0.25s ease; border: 1px solid #e5e7eb; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.13); }

/* Legacy (non-slider) images */
.product-image { width: 100%; height: 380px; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }

/* ── IMAGE SLIDER ───────────────────────────────────────────────── */
.product-image-slider { position: relative; width: 100%; height: 380px; overflow: hidden; background: #f3f4f6; }
.product-image-slider .slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; pointer-events: none; transition: opacity 0.35s ease; }
.product-image-slider .slide.active { opacity: 1; pointer-events: auto; }
.product-card:hover .product-image-slider .slide.active { transform: scale(1.03); transition: opacity 0.35s ease, transform 0.3s ease; }

.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.9); border: none; border-radius: 50%; width: 34px; height: 34px; font-size: 1rem; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 10px rgba(0,0,0,0.15); transition: background 0.15s, transform 0.15s; }
.slider-btn:hover { background: #fff; transform: translateY(-50%) scale(1.1); }
.slider-prev { left: 8px; }
.slider-next { right: 8px; }
.slide-label { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.55); color: #fff; font-size: 0.7rem; font-weight: 700; padding: 3px 10px; border-radius: 20px; pointer-events: none; letter-spacing: 0.08em; text-transform: uppercase; }

/* Retro badge */
.retro-badge { position: absolute; top: 10px; left: 10px; background: #fbbf24; color: #78350f; font-size: 0.65rem; font-weight: 800; padding: 3px 9px; border-radius: 20px; letter-spacing: 0.08em; text-transform: uppercase; }
.retro-card { border-color: #fde68a; }
.retro-card:hover { box-shadow: 0 16px 40px rgba(251,191,36,0.15); }

/* ── PRODUCT INFO & BUTTON ──────────────────────────────────────── */
.product-info { padding: 1.2rem 1.2rem 0.5rem; }
.product-info h3 { font-size: 1rem; font-weight: 600; color: #111827; margin-bottom: 0.4rem; font-family: 'Poppins', sans-serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-price { display: flex; align-items: center; gap: 0.5rem; }
.price-original { font-size: 0.9rem; color: #9ca3af; text-decoration: line-through; font-weight: 500; }
.price-sale { font-size: 1.15rem; font-weight: 800; color: #dc2626; }

/* ── PRODUCT ADD-ONS ────────────────────────────────────────────── */
.product-addons { padding: 0.75rem 1.2rem 0; border-top: 1px solid #f3f4f6; margin-top: 0.5rem; display: flex; flex-direction: column; gap: 0.35rem; }
.addon-option { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; padding: 0.3rem 0; }
.addon-option input[type="checkbox"] { width: 15px; height: 15px; accent-color: #16a34a; cursor: pointer; flex-shrink: 0; }
.addon-option span { font-size: 0.82rem; color: #374151; font-weight: 500; display: flex; align-items: center; gap: 0.4rem; }
.addon-price { color: #16a34a; font-weight: 700; font-size: 0.8rem; }

/* Backprint name + number input fields */
.backprint-fields { display: flex; gap: 0.5rem; padding: 0.5rem 0 0.25rem; }
.backprint-fields input {
  flex: 1;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0.45rem 0.7rem;
  font-size: 0.82rem;
  font-family: 'Poppins', sans-serif;
  color: #111827;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  text-transform: uppercase;
}
.backprint-fields input:focus { border-color: #22c55e; box-shadow: 0 0 0 2px rgba(34,197,94,0.15); }
.backprint-fields input:last-child { max-width: 70px; }

/* ── Size Buttons ─────────────────────────────────────────────────────────── */
.size-row { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; padding: 0.4rem 0 0.1rem; }
.size-label { font-size: 0.78rem; font-weight: 600; color: #6b7280; white-space: nowrap; }
.size-options { display: flex; gap: 0.35rem; flex-wrap: wrap; }
.size-btn { padding: 0.28rem 0.6rem; font-size: 0.75rem; font-weight: 700; border: 1.5px solid #d1d5db; border-radius: 6px; background: #fff; color: #374151; cursor: pointer; transition: all 0.15s; font-family: 'Poppins', sans-serif; line-height: 1.4; }
.size-btn:hover { border-color: #16a34a; color: #16a34a; }
.size-btn.selected { background: #0a0a0f; border-color: #0a0a0f; color: #fff; }
.size-options.size-error .size-btn { border-color: #ef4444; animation: shake 0.3s ease; }
@keyframes shake { 0%,100% { transform: translateX(0); } 25% { transform: translateX(-4px); } 75% { transform: translateX(4px); } }

/* ── Lightbox ─────────────────────────────────────────────────────────────── */
.lightbox-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; }
.lightbox-overlay.active { opacity: 1; pointer-events: all; }
.lightbox-inner { position: relative; display: flex; flex-direction: column; align-items: center; max-width: 92vw; max-height: 94vh; }
.lightbox-inner > img { max-width: 88vw; max-height: 78vh; object-fit: contain; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.6); display: block; transition: opacity 0.18s ease; }
.lightbox-close { position: absolute; top: -18px; right: -18px; width: 38px; height: 38px; background: #fff; border: none; border-radius: 50%; font-size: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 12px rgba(0,0,0,0.3); z-index: 10000; transition: background 0.15s; }
.lightbox-close:hover { background: #f3f4f6; }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.15); backdrop-filter: blur(4px); border: 1.5px solid rgba(255,255,255,0.25); color: #fff; width: 46px; height: 46px; border-radius: 50%; font-size: 1.3rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.15s, transform 0.15s; z-index: 10000; }
.lightbox-nav:hover { background: rgba(255,255,255,0.3); transform: translateY(-50%) scale(1.08); }
.lightbox-prev { left: -58px; }
.lightbox-next { right: -58px; }
.lightbox-footer { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; margin-top: 0.9rem; }
.lightbox-label { color: rgba(255,255,255,0.75); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Poppins', sans-serif; min-height: 1.2em; }
.lightbox-dots { display: flex; gap: 0.4rem; }
.lb-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.3); transition: background 0.15s, transform 0.15s; }
.lb-dot.active { background: #fff; transform: scale(1.25); }
.product-image img, .product-image-slider .slide { cursor: zoom-in; }
@media (max-width: 600px) {
  .lightbox-prev { left: -44px; } .lightbox-next { right: -44px; }
  .lightbox-nav { width: 36px; height: 36px; font-size: 1rem; }
}

.add-to-cart-btn { display: block; width: calc(100% - 2.4rem); margin: 0.75rem 1.2rem 1.2rem; padding: 0.75rem; background: #0a0a0f; color: #ffffff; border: none; border-radius: 10px; font-weight: 600; font-size: 0.88rem; cursor: pointer; transition: all 0.2s; font-family: 'Poppins', sans-serif; }
.add-to-cart-btn:hover { background: #22c55e; transform: translateY(-1px); }

/* ── REVIEWS SECTION ────────────────────────────────────────────── */
.reviews-section { background: #fff; padding: 1.5rem 0 1.25rem; border-bottom: 1px solid #e5e7eb; }
.reviews-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; gap: 1rem; flex-wrap: wrap; }
.reviews-title-wrap { display: flex; align-items: center; gap: 0.6rem; }
.reviews-stars-overall { color: #fbbf24; font-size: 1.15rem; letter-spacing: 2px; }
.reviews-headline { font-size: 0.95rem; font-weight: 700; color: #111827; }
.write-review-btn { display: inline-flex; align-items: center; gap: 0.4rem; background: #0a0a0f; color: #fff; border: none; border-radius: 50px; padding: 0.55rem 1.25rem; font-size: 0.85rem; font-weight: 600; cursor: pointer; font-family: 'Poppins', sans-serif; transition: all 0.2s; white-space: nowrap; }
.write-review-btn:hover { background: #22c55e; transform: translateY(-1px); }

.reviews-slider-outer { position: relative; padding: 0 2rem; }
.reviews-viewport { overflow: hidden; padding: 0.4rem 0; }
.reviews-track { display: flex; gap: 1rem; transition: transform 0.4s ease; will-change: transform; }

.review-card { flex: 0 0 calc(33.333% - 0.67rem); min-width: 0; background: #f9fafb; border: 1.5px solid #e5e7eb; border-radius: 14px; padding: 1.25rem; display: flex; flex-direction: column; gap: 0.6rem; }
.review-card.pending { border-color: #fde68a; background: #fffbeb; }
.review-card-header { display: flex; align-items: center; justify-content: space-between; }
.review-card-stars { color: #fbbf24; font-size: 1rem; letter-spacing: 1px; }
.review-card-date { font-size: 0.75rem; color: #9ca3af; }
.review-card-photo { width: 100%; max-height: 220px; object-fit: contain; border-radius: 8px; cursor: zoom-in; transition: opacity 0.2s, transform 0.2s; background: #f3f4f6; }
.review-card-photo:hover { opacity: 0.88; transform: scale(1.02); }

/* ── Review Photo Lightbox ───────────────────────────────── */
#review-photo-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.88);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  cursor: zoom-out;
  backdrop-filter: blur(4px);
}
#review-photo-lightbox.rpl-open { display: flex; }
#review-photo-lightbox img {
  max-width: min(90vw, 820px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.7);
  animation: rplFadeIn 0.25s ease;
  pointer-events: none;
}
#review-photo-lightbox-close {
  position: fixed;
  top: 1.1rem;
  right: 1.3rem;
  background: rgba(255,255,255,0.12);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10001;
}
#review-photo-lightbox-close:hover { background: rgba(255,255,255,0.25); }
@keyframes rplFadeIn {
  from { opacity: 0; transform: scale(0.93); }
  to   { opacity: 1; transform: scale(1); }
}
.review-card-text { font-size: 0.875rem; color: #374151; line-height: 1.6; flex: 1; }
.review-card-footer { display: flex; align-items: center; gap: 0.65rem; margin-top: auto; }
.review-card-avatar { width: 34px; height: 34px; background: #0a0a0f; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 700; flex-shrink: 0; }
.review-card-name { font-size: 0.85rem; font-weight: 700; color: #111827; }
.review-card-jersey { font-size: 0.75rem; color: #6b7280; }
.review-verified-badge { font-size: 0.7rem; color: #16a34a; font-weight: 600; }
.review-pending-badge { font-size: 0.7rem; color: #d97706; font-weight: 600; }

.reviews-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: #fff; border: 1.5px solid #e5e7eb; border-radius: 50%; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; transition: all 0.2s; font-size: 0.95rem; color: #374151; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.reviews-arrow:hover { background: #0a0a0f; color: #fff; border-color: #0a0a0f; }
.rev-prev { left: 0; }
.rev-next { right: 0; }

.reviews-dots { display: flex; justify-content: center; gap: 0.4rem; margin-top: 1rem; padding: 0; }
.rev-dot { width: 7px; height: 7px; border-radius: 50%; background: #d1d5db; border: none; cursor: pointer; padding: 0; transition: all 0.2s; }
.rev-dot.active { background: #0a0a0f; transform: scale(1.3); }

/* ── REVIEW MODAL ───────────────────────────────────────────────── */
.review-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.72); z-index: 5000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.22s; padding: 1rem; }
.review-overlay.active { opacity: 1; pointer-events: all; }
.review-modal { background: #fff; border-radius: 20px; padding: 2rem; max-width: 500px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; transform: translateY(22px); transition: transform 0.25s; scrollbar-width: thin; }
.review-overlay.active .review-modal { transform: translateY(0); }
.review-close { position: absolute; top: 1rem; right: 1rem; background: #f3f4f6; border: none; border-radius: 50%; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 0.85rem; transition: background 0.15s; }
.review-close:hover { background: #e5e7eb; }
.review-modal h3 { font-size: 1.3rem; font-weight: 800; color: #111827; margin-bottom: 0.35rem; font-family: 'Poppins', sans-serif; padding-right: 2rem; }
.review-modal-sub { font-size: 0.83rem; color: #6b7280; margin-bottom: 1.5rem; line-height: 1.55; }

.review-form-row { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 0.9rem; }
.review-form-row label { font-size: 0.82rem; font-weight: 600; color: #374151; }
.review-form-row input[type="text"],
.review-form-row input[type="email"],
.review-form-row textarea { border: 1.5px solid #e5e7eb; border-radius: 10px; padding: 0.7rem 0.9rem; font-size: 0.9rem; font-family: 'Poppins', sans-serif; color: #111827; outline: none; transition: border-color 0.2s, box-shadow 0.2s; width: 100%; }
.review-form-row input:focus, .review-form-row textarea:focus { border-color: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,0.12); }
.review-form-row textarea { resize: vertical; min-height: 95px; }

.star-picker { display: flex; gap: 0.25rem; margin-top: 0.1rem; }
.star-picker .star { font-size: 2rem; color: #d1d5db; cursor: pointer; transition: color 0.12s, transform 0.1s; line-height: 1; user-select: none; }
.star-picker .star:hover, .star-picker .star.selected { color: #fbbf24; }
.star-picker .star:hover { transform: scale(1.15); }

.photo-upload-label { display: inline-flex; align-items: center; gap: 0.75rem; cursor: pointer; }
.photo-upload-label input[type="file"] { display: none; }
.photo-upload-btn { display: inline-flex; align-items: center; gap: 0.4rem; background: #f3f4f6; border: 1.5px dashed #d1d5db; border-radius: 8px; padding: 0.5rem 1rem; font-size: 0.85rem; font-weight: 500; color: #374151; transition: all 0.2s; white-space: nowrap; }
.photo-upload-btn:hover { background: #e9f0e9; border-color: #22c55e; }
.photo-upload-name { font-size: 0.78rem; color: #9ca3af; }
.photo-preview-wrap { position: relative; display: inline-block; margin-top: 0.6rem; }
.photo-preview-wrap img { max-width: 110px; max-height: 110px; border-radius: 8px; object-fit: cover; border: 1.5px solid #e5e7eb; display: block; }
.photo-remove-btn { position: absolute; top: -6px; right: -6px; background: #ef4444; color: #fff; border: none; border-radius: 50%; width: 20px; height: 20px; font-size: 0.65rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }

.review-submit-btn { width: 100%; background: #0a0a0f; color: #fff; border: none; border-radius: 12px; padding: 0.9rem; font-size: 0.95rem; font-weight: 700; font-family: 'Poppins', sans-serif; cursor: pointer; transition: all 0.2s; margin-top: 0.25rem; }
.review-submit-btn:hover { background: #22c55e; transform: translateY(-1px); }
.review-note { font-size: 0.77rem; color: #9ca3af; text-align: center; margin-top: 0.6rem; line-height: 1.5; }

.review-success { text-align: center; padding: 2rem 1rem; }
.review-success-icon { font-size: 3rem; display: block; margin-bottom: 0.9rem; }
.review-success h4 { font-size: 1.15rem; font-weight: 700; color: #111827; margin-bottom: 0.5rem; font-family: 'Poppins', sans-serif; }
.review-success p { font-size: 0.88rem; color: #6b7280; line-height: 1.6; }

/* Reviews responsive */
@media (max-width: 768px) {
  .review-card { flex: 0 0 calc(50% - 0.5rem); }
  .reviews-slider-outer { padding: 0 1.75rem; }
}
@media (max-width: 480px) {
  .review-card { flex: 0 0 calc(88%); }
  .reviews-header { flex-direction: column; align-items: flex-start; gap: 0.6rem; }
  .reviews-slider-outer { padding: 0 1.5rem; }
}

/* ── VIEW MORE BUTTON ───────────────────────────────────────────── */
.view-more-wrapper { text-align: center; padding: 2rem 0 0.5rem; }
.view-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #ffffff;
  color: #0a0a0f;
  border: 2px solid #e5e7eb;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: all 0.2s;
}
.view-more-btn:hover {
  background: #0a0a0f;
  color: #ffffff;
  border-color: #0a0a0f;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.view-more-count {
  background: #f3f4f6;
  color: #6b7280;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.2em 0.65em;
  border-radius: 20px;
  transition: background 0.2s, color 0.2s;
}
.view-more-btn:hover .view-more-count {
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.85);
}

/* ── INFO SECTIONS ──────────────────────────────────────────────── */
.info-section { background: #fff; padding: 4rem 0; border-top: 1px solid #e5e7eb; }
.info-section.alt { background: #f5f5f7; }
.info-section h2 { font-size: 2rem; font-weight: 700; margin-bottom: 1rem; font-family: 'Poppins', sans-serif; }
.info-section p { color: #6b7280; max-width: 600px; }
.info-section a { color: #16a34a; font-weight: 600; }
.info-section a:hover { text-decoration: underline; }
.spoken { font-size: 1.1rem; line-height: 1.8; }

/* ── CONTACT FORM ───────────────────────────────────────────────── */
.contact-email-line { font-size: 1.05rem; color: #374151; margin-bottom: 2rem; }
.contact-email-line a { color: #16a34a; font-weight: 600; }
.contact-email-line a:hover { text-decoration: underline; }

.contact-form-wrap { background: #fff; border-radius: 20px; padding: 2rem; max-width: 680px; box-shadow: 0 4px 24px rgba(0,0,0,0.07); border: 1px solid #e5e7eb; margin-top: 0.5rem; }
.contact-form-title { font-size: 1.15rem; font-weight: 700; color: #111827; margin-bottom: 1.5rem; font-family: 'Poppins', sans-serif; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.contact-row-two { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-field { display: flex; flex-direction: column; gap: 0.35rem; }
.contact-field label { font-size: 0.82rem; font-weight: 600; color: #374151; }
.contact-field input,
.contact-field textarea { border: 1.5px solid #e5e7eb; border-radius: 10px; padding: 0.75rem 0.9rem; font-size: 0.92rem; font-family: 'Poppins', sans-serif; color: #111827; outline: none; transition: border-color 0.2s, box-shadow 0.2s; width: 100%; background: #fafafa; }
.contact-field input:focus,
.contact-field textarea:focus { border-color: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,0.12); background: #fff; }
.contact-field textarea { resize: vertical; min-height: 110px; }
.contact-submit-btn { align-self: flex-start; background: #0a0a0f; color: #fff; border: none; border-radius: 10px; padding: 0.8rem 2rem; font-size: 0.95rem; font-weight: 700; font-family: 'Poppins', sans-serif; cursor: pointer; transition: all 0.2s; }
.contact-submit-btn:hover { background: #22c55e; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(34,197,94,0.3); }
.contact-alert { padding: 0.9rem 1.1rem; border-radius: 10px; font-size: 0.9rem; font-weight: 500; margin-top: 0.25rem; }
.contact-success { background: rgba(34,197,94,0.1); color: #15803d; border: 1px solid rgba(34,197,94,0.25); }
.contact-error   { background: rgba(239,68,68,0.08); color: #b91c1c; border: 1px solid rgba(239,68,68,0.2); }

@media (max-width: 480px) {
  .contact-row-two { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 1.25rem; }
  .contact-submit-btn { width: 100%; text-align: center; }
}

/* ── FOOTER ──────────────────────────────────────────────────────── */
.footer { background: #0a0a0f; color: rgba(255,255,255,0.4); text-align: center; padding: 2rem; font-size: 0.9rem; }

/* ── RESPONSIVE ─────────────────────────────────────────────────── */

/* ── Tablet / Large Mobile (≤ 768px) ──────────────────────────── */
@media (max-width: 768px) {
  /* Nav: hamburger */
  .nav { display: none; }
  .menu-toggle { display: block; }
  .nav.active { display: block; position: absolute; top: 70px; left: 0; width: 100%; background: #0a0a0f; border-bottom: 1px solid rgba(255,255,255,0.07); padding-bottom: 1rem; z-index: 99; overflow-y: auto; max-height: 80vh; }
  .nav-list { flex-direction: column; gap: 0; padding: 0.5rem 1rem; }
  .nav-link { padding: 0.9rem; text-align: center; width: 100%; }

  /* Dropdowns: flatten for mobile */
  .flyout-l1, .flyout-l2 { position: static; opacity: 1; visibility: visible; display: none; box-shadow: none; border: none; background: rgba(255,255,255,0.04); border-radius: 8px; max-height: 260px; overflow-y: auto; }
  .has-flyout.open > .flyout-l1 { display: block; max-height: none; }
  .flyout-l1 > li.open > .flyout-l2 { display: block; }
  .flyout-l2.two-col { display: block; min-width: unset; }
  .flyout-l2 > li > a { padding: 0.45rem 1.4rem; }

  /* Hero */
  .hero-banner { padding: 3.5rem 0 3rem; min-height: 42vh; background-position: center top; }
  .hero-text { max-width: 100%; }
  .hero-text h1 { font-size: 2.4rem; }
  .hero-text p { font-size: 1rem; max-width: 100%; }
  .hero-cta-group { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .btn { text-align: center; }

  /* Products */
  .products-section { padding: 2.5rem 0 3.5rem; }
  .products-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; }
  .product-image, .product-image-slider { height: 300px; }

  /* Section headings */
  .section-heading { margin-bottom: 2rem; }
  .section-heading h2 { font-size: 2rem; }

  /* Category pills */
  .category-nav { padding: 1.25rem 0; gap: 0.5rem; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
  .category-nav::-webkit-scrollbar { display: none; }
  .cat-pill { flex-shrink: 0; padding: 0.45rem 1rem; font-size: 0.82rem; }

  /* Dividers */
  .banner-divider { padding: 1.25rem 0; }
  .banner-divider span { font-size: 0.9rem; }

  /* Info sections */
  .info-section { padding: 2.5rem 0; }
  .info-section h2 { font-size: 1.7rem; }
}

/* ── Small Mobile (≤ 480px) ────────────────────────────────────── */
@media (max-width: 480px) {
  /* Hero */
  .hero-banner { padding: 2.5rem 0 2rem; }
  .hero-eyebrow { font-size: 0.7rem; padding: 0.3rem 0.75rem; }
  .hero-text h1 { font-size: 1.9rem; letter-spacing: -0.02em; }
  .hero-cta-group { width: 100%; }
  .hero-cta-group .btn { width: 100%; text-align: center; }

  /* Products */
  .products-section { padding: 2rem 0 2.5rem; }
  .products-grid { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .product-image, .product-image-slider { height: 230px; }
  .section-heading h2 { font-size: 1.7rem; }
  .section-heading p { font-size: 0.92rem; }

  /* Product card */
  .product-info { padding: 0.9rem 0.9rem 0.4rem; }
  .product-info h3 { font-size: 0.83rem; }
  .price-sale { font-size: 1rem; }
  .price-original { font-size: 0.82rem; }
  .product-addons { padding: 0.6rem 0.9rem 0; }
  .addon-option span { font-size: 0.78rem; }
  .backprint-fields { flex-direction: column; gap: 0.4rem; }
  .backprint-fields input:last-child { max-width: 100%; }
  .add-to-cart-btn { font-size: 0.8rem; padding: 0.6rem; margin: 0.6rem 0.9rem 0.9rem; width: calc(100% - 1.8rem); }

  /* Size buttons */
  .size-btn { padding: 0.25rem 0.55rem; font-size: 0.72rem; }

  /* Lightbox */
  .lightbox-prev { left: -38px; }
  .lightbox-next { right: -38px; }
  .lightbox-nav { width: 32px; height: 32px; font-size: 0.9rem; }

  /* Search */
  .search-input { font-size: 0.92rem; padding: 0.8rem 2.8rem 0.8rem 2.8rem; }
}

/* ── Extra Small (≤ 375px — small Android / SE) ─────────────────── */
@media (max-width: 375px) {
  .header-inner { padding: 0 1rem; }
  .hero-text h1 { font-size: 1.65rem; }
  .products-grid { gap: 0.5rem; }
  .product-image, .product-image-slider { height: 195px; }
  .product-info { padding: 0.75rem 0.75rem 0.3rem; }
  .product-info h3 { font-size: 0.78rem; }
  .add-to-cart-btn { font-size: 0.75rem; padding: 0.55rem; margin: 0.5rem 0.6rem 0.6rem; width: calc(100% - 1.2rem); }
  .size-btn { padding: 0.2rem 0.4rem; font-size: 0.68rem; }
  .section-heading h2 { font-size: 1.5rem; }
  .cat-pill { padding: 0.4rem 0.85rem; font-size: 0.78rem; }
  .lightbox-prev { left: -28px; }
  .lightbox-next { right: -28px; }
}

/* ── MORE JERSEYS CTA SECTION ───────────────────────────────────────── */
.more-jerseys-section {
  background: linear-gradient(135deg, #0d1f0d 0%, #0a0a0f 40%, #0f1a2e 100%);
  border-top: 1px solid rgba(74,222,128,0.12);
  border-bottom: 1px solid rgba(74,222,128,0.12);
  padding: 4.5rem 0;
  text-align: center;
}
.more-jerseys-inner {
  max-width: 700px;
  margin: 0 auto;
}
.mj-badge {
  display: inline-block;
  background: rgba(74,222,128,0.12);
  border: 1px solid rgba(74,222,128,0.3);
  color: #4ade80;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 20px;
  margin-bottom: 1.25rem;
}
.mj-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.mj-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 2rem;
}
.mj-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 2.25rem;
}
.mj-tag {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.65);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 20px;
}
.mj-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #4ade80;
  color: #0a0a0f;
  font-weight: 800;
  font-size: 1rem;
  padding: 0.9rem 2.25rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: -0.01em;
}
.mj-btn:hover {
  background: #22c55e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(74,222,128,0.3);
}

/* ── MORE AVAILABLE HINT (section headings) ─────────────────────────── */
.more-available-hint {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #4ade80;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s;
  border-bottom: 1px dashed rgba(74,222,128,0.4);
  padding-bottom: 1px;
}
.more-available-hint:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .mj-title { font-size: 1.8rem; }
  .mj-sub { font-size: 0.92rem; }
  .more-jerseys-section { padding: 3rem 0; }
}

/* ── HERO: GHOST GREEN BUTTON ───────────────────────────────────────── */
.btn-ghost-green {
  background: rgba(74,222,128,0.1);
  border: 1.5px solid rgba(74,222,128,0.45);
  color: #4ade80;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
.btn-ghost-green:hover {
  background: rgba(74,222,128,0.2);
  border-color: #4ade80;
  transform: translateY(-1px);
}

/* ── STICKY FLOATING BUTTON ─────────────────────────────────────────── */
.sticky-jersey-btn {
  position: fixed;
  top: 80px;
  right: 1.5rem;
  z-index: 999;
  background: #4ade80;
  color: #0a0a0f;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 0.65rem 1.25rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(74,222,128,0.35);
  transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
  opacity: 0;
  transform: translateY(-12px) scale(0.9);
  pointer-events: none;
  white-space: nowrap;
}
.sticky-jersey-btn--visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.sticky-jersey-btn:hover {
  background: #22c55e;
  box-shadow: 0 6px 28px rgba(74,222,128,0.5);
  transform: translateY(-2px) scale(1.03);
}

@media (max-width: 480px) {
  .sticky-jersey-btn {
    top: auto;
    bottom: 5.5rem;
    right: 1rem;
    font-size: 0.78rem;
    padding: 0.55rem 1rem;
  }
  .hero-cta-group { flex-direction: column; align-items: flex-start; }
}

/* ── Cart Toast Notification ─────────────────────────────── */
#cart-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(6rem);
  background: #18181b;
  color: #f4f4f5;
  border: 1px solid #22c55e;
  border-radius: 12px;
  padding: 0.85rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.95rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.45);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
  white-space: nowrap;
  max-width: 90vw;
}
#cart-toast.cart-toast--show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
#cart-toast.cart-toast--hide {
  opacity: 0;
  transform: translateX(-50%) translateY(6rem);
}
.cart-toast-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}
.cart-toast-text strong {
  color: #4ade80;
}
