/** Shopify CDN: Minification failed

Line 548:27 Unexpected "*"

**/
/* Retailer white-theme override.
 * PERF 2026-08-26: was a 92KB inline <style id="trc-white-theme-override">
 * in <body> at layout/theme.liquid:1725 — re-downloaded and re-parsed on
 * EVERY page view because inline CSS cannot be cached. Moved to this file
 * and loaded with a stylesheet_tag at the SAME position, so cascade order
 * is unchanged and the link stays render-blocking (no FOUC).
 * Nearly every rule here is !important, so position relative to the other
 * !important blocks is what matters — do not hoist this into <head>.
 */
/* Retailer White Theme Override */
      :root {
        --color-background: 255,255,255 !important;
        --color-foreground: 26,26,26 !important;
        --gradient-background: #ffffff !important;
      }
      body, .page-width {
        background-color: #ffffff !important;
        color: #1a1a1a !important;
      }
      .color-background-1 {
        --color-background: 255,255,255 !important;
        --color-foreground: 26,26,26 !important;
        --gradient-background: #ffffff !important;
        background: rgb(255,255,255) !important;
        color: rgb(26,26,26) !important;
      }
      .color-background-2 {
        --color-background: 245,245,245 !important;
        --color-foreground: 26,26,26 !important;
        background: #f8f9fa !important;
        color: rgb(26,26,26) !important;
      }
      .color-accent-1 {
        --color-background: 240,240,240 !important;
        --color-foreground: 26,26,26 !important;
        background: #f3f4f6 !important;
        color: rgb(26,26,26) !important;
      }
      .color-accent-2 {
        --color-background: 232,232,232 !important;
        --color-foreground: 26,26,26 !important;
        background: #e5e7eb !important;
        color: rgb(26,26,26) !important;
      }
      /* Keep inverse dark for contrast sections */
      .color-inverse {
        --color-background: 26,26,26 !important;
        --color-foreground: 255,255,255 !important;
        background: rgb(26,26,26) !important;
        color: rgb(255,255,255) !important;
      }
      /* Fix card text */
      .card__heading, .card-information__text, .card__content, .price, .price-item {
        color: #1a1a1a !important;
      }
      .price-item--regular { color: #1a1a1a !important; }
      .price .price-item--sale { color: #dc2626 !important; }
      .price s.price-item--regular { color: #9ca3af !important; }

      /* ==========================================================
         CARD PRICES — currency converter app strips inline styles
         and wraps each price in <span class="money">. Target the
         rendered DOM structure: .price > div > span:nth-child(n)
         This ONLY applies to cards (collection/recs), NOT product page.
         ========================================================== */
      .card .price > div > span:nth-child(1),
      .card .price > div > span:nth-child(1) .money,
      .card-wrapper .price > div > span:nth-child(1),
      .card-wrapper .price > div > span:nth-child(1) .money,
      .grid__item .price > div > span:nth-child(1),
      .grid__item .price > div > span:nth-child(1) .money,
      .product-recommendations .price > div > span:nth-child(1),
      .product-recommendations .price > div > span:nth-child(1) .money,
      .hp-pcard .price > div > span:nth-child(1),
      .hp-pcard .price > div > span:nth-child(1) .money {
        color: #242424 !important;
        font-weight: 800 !important;
        text-decoration: none !important;
      }
      .card .price > div > span:nth-child(2),
      .card .price > div > span:nth-child(2) .money,
      .card-wrapper .price > div > span:nth-child(2),
      .card-wrapper .price > div > span:nth-child(2) .money,
      .grid__item .price > div > span:nth-child(2),
      .grid__item .price > div > span:nth-child(2) .money,
      .product-recommendations .price > div > span:nth-child(2),
      .product-recommendations .price > div > span:nth-child(2) .money,
      .hp-pcard .price > div > span:nth-child(2),
      .hp-pcard .price > div > span:nth-child(2) .money {
        color: #9ca3af !important;
        font-weight: 500 !important;
        text-decoration: line-through !important;
        text-decoration-thickness: 1.5px !important;
      }
      /* Fix filter sidebar */
      .facets__form-vertical { background: #ffffff !important; border-color: #e5e7eb !important; }
      .facets__heading--vertical { color: #6b7280 !important; border-color: #e5e7eb !important; }
      #FacetFiltersForm label.facet-checkbox { color: #1a1a1a !important; }
      /* Fix product card borders */
      .card { border-color: #e5e7eb !important; }
      /* Header/nav */
      .header { background: #ffffff !important; }
      header .header__heading-link { color: #1a1a1a !important; }
      .header__menu-item { color: #1a1a1a !important; }
      /* Badge styling */
      .badge--bottom-left:not(.color-accent-1) { background: #f3f4f6 !important; color: #333 !important; }
      
      /* Fix nav links visibility */
      .header__menu-item span, .header__menu-item, 
      header a, .header a { color: #1a1a1a !important; }
      /* Fix SIGN UP button */
      .header .button, header .button { 
        background: #1a1a1a !important; 
        color: #ffffff !important; 
        border-color: #1a1a1a !important; 
      }
      /* Fix filter sidebar */
      .facets-vertical .facets-wrapper,
      .facets__form-vertical,
      .facets-vertical aside { 
        background: #ffffff !important; 
        color: #1a1a1a !important;
      }
      .facets__disclosure, .facets__summary span { color: #1a1a1a !important; }
      .facet-checkbox, .facet-checkbox span { color: #1a1a1a !important; }
      /* Fix product titles and vendor */
      .card__heading a, .card__heading, .card-information__text,
      .card-information__wrapper * { color: #1a1a1a !important; }
      .card__information .card__heading { color: #1a1a1a !important; }
      /* Fix vendor text */
      .caption-with-letter-spacing { color: #6b7280 !important; }
      /* Search icon, cart, account */
      .header__icon, .header__icon svg path { color: #1a1a1a !important; stroke: #1a1a1a !important; }
      details-modal .header__icon { color: #1a1a1a !important; }

      
      /* Force filter sidebar white */
      .facets-vertical, .facets-vertical * { background-color: transparent !important; }
      .facets-vertical { background-color: #ffffff !important; }
      .facets__form-vertical { background: #ffffff !important; border: 1px solid #e5e7eb !important; }
      /* Fix search button */
      .header__search button, details[open] .header__icon { 
        background: transparent !important; 
        color: #1a1a1a !important; 
      }
      /* Fix SIGN UP button more specifically — exclude mega-menu links */
      a.button[href*="sign-up"], .header a.button,
      header a[class*="button"]:not(.mega-menu__link) {
        background: #1a1a1a !important;
        color: #fff !important;
        border: 1px solid #1a1a1a !important;
      }


      /* SIGN UP button - force visible — exclude mega-menu */
      .header__inline-menu + * a[href*="sign"]:not(.mega-menu__link),
      a.header__menu-item--sign-up,
      .header .button--secondary:not(.mega-menu__link),
      .header__icon-wrapper a {
        background: #1a1a1a !important;
        color: #ffffff !important;
        border-color: #1a1a1a !important;
      }
      
      

      

      
      /* Fix size filter dropdown */
      .facets__disclosure-vertical details,
      .facets__disclosure-vertical details[open],
      .facets__disclosure-vertical details > div,
      .disclosure-has-popup__list,
      .facets__disclosure-vertical .facets__summary,
      details.disclosure-has-popup[open] > .facets__display,
      .facets__display, .facets__display-vertical,
      .facet-values, .facet-values li,
      .facets-vertical .facets__form-vertical *,
      .facets__disclosure-vertical {
        background: #ffffff !important;
        background-color: #ffffff !important;
        color: #1a1a1a !important;
      }
      /* Size heading bar */
      .facets__summary, summary.facets__summary {
        background: #f8f9fa !important;
        color: #1a1a1a !important;
      }
      /* Category headings in filter */
      .facets-vertical .facets__header span,
      .facets__heading, .facets__heading--vertical,
      .facet-values .facet-checkbox span {
        color: #1a1a1a !important;
      }

      
      /* How It Works dark cards */
      .multicolumn-list__item {
        min-height: 220px !important;
      }
      .multicolumn-card {
        background: #1a1a1a !important;
        border-radius: 12px !important;
        padding: 28px 24px !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        border: none !important;
        transition: border-color 0.2s !important;
      }
      .multicolumn-card:hover {
        border-color: #e5e7eb !important;
      }
      .multicolumn-card h3, .multicolumn-card .multicolumn-card__heading {
        color: #ffffff !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        letter-spacing: 0.5px !important;
        margin-bottom: 12px !important;
      }
      .multicolumn-card .rte, .multicolumn-card p, .multicolumn-card__info .rte {
        color: rgba(255,255,255,0.6) !important;
        font-size: 13px !important;
        line-height: 1.6 !important;
      }
      .multicolumn-card__info {
        flex: 1 !important;
      }

      
      /* Fix search icon dark circle */
      .header__icon, .header__icon--search,
      details-disclosure .header__icon,
      .header__search .header__icon { 
        background: transparent !important;
        border: none !important;
        color: #1a1a1a !important;
      }
      .header__icon svg { stroke: #1a1a1a !important; color: #1a1a1a !important; }
      .header__icon:hover { background: #f3f4f6 !important; }
      
      /* Fix NEW badge */
      .badge--top-right, .card__badge .badge,
      span.badge[aria-hidden] {
        background: #1a1a1a !important;
        color: #ffffff !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        letter-spacing: 1px !important;
        padding: 4px 10px !important;
        border-radius: 4px !important;
      }
      
      /* Fix Sold Out badge - black */
      .badge--bottom-left, .card__badge--bottom-left .badge,
      .badge[aria-hidden] {
        font-size: 10px !important;
        font-weight: 700 !important;
        padding: 4px 10px !important;
        border-radius: 4px !important;
        border: none !important;
      }
      /* Sold out = black */
      .color-sold-out-badge .badge,
      span.badge:not(.color-below-rrp-badge .badge) {
        background: #1a1a1a !important;
        color: #ffffff !important;
      }
      
      /* Fix size filter - show actual size text */
      .facets-vertical .facets-wrapper { background: #fff !important; }
      .facets__form-vertical { 
        background: #fff !important; 
        border: 1px solid #e5e7eb !important; 
        border-radius: 8px !important;
        padding: 16px !important;
      }
      .facets__heading--vertical { 
        color: #333 !important; 
        border-bottom: 1px solid #e5e7eb !important;
      }
      .facet-checkbox, .facet-checkbox span,
      #FacetFiltersForm label span { 
        color: #1a1a1a !important; 
        font-size: 13px !important;
      }
      .facets__disclosure summary,
      .facets__summary { 
        color: #1a1a1a !important;
        background: #f8f9fa !important;
        border-bottom: 1px solid #e5e7eb !important;
      }
      /* Section category headings */
      .facets__disclosure-vertical summary span,
      .disclosure-has-popup summary span {
        color: #1a1a1a !important;
        font-weight: 700 !important;
      }

      
      /* Fix membership accordion text - all same color */
      .xn-package-list-holder .xn-package-list-in,
      .xn-package-list-holder .xn-package-list-in summary,
      .xn-package-list-holder .xn-package-list-in span,
      .xn-package-list-holder summary span {
        color: #1a1a1a !important;
        opacity: 1 !important;
      }
      /* Fix membership card header area */
      .xn-plan-header {
        background: #f3f4f6 !important;
      }
      .xn-plan-header h3, .xn-plan-header .xn-price,
      .xn-plan-header span, .xn-plan-header p {
        color: #1a1a1a !important;
      }
      
      /* FIX HERO - force dark overlay on banner */
      .banner::after, .banner .banner__media::after,
      .banner__media .placeholder-svg + *,
      section.shopify-section:first-of-type .banner__media::after {
        background-color: rgba(0,0,0,0.45) !important;
      }
      .banner__content .banner__heading {
        color: #ffffff !important;
        text-shadow: 0 2px 15px rgba(0,0,0,0.9) !important;
      }
      .banner__box {
        background: transparent !important;
        box-shadow: none !important;
      }
      /* Override the white background that's killing the hero overlay */
      .color-inverse.gradient {
        background: transparent !important;
      }
      .banner .color-inverse {
        background: transparent !important;
      }

      
      
      /* Fix banner content - transparent over photos */
      .banner .banner__content,
      .banner .banner__content.page-width,
      .banner .page-width {
        background: transparent !important;
        background-color: transparent !important;
      }

      /* ===== HERO BANNER FIX ===== */
      .banner .banner__media::after {
        background: rgba(0,0,0,0.35) !important;
        content: '' !important;
        position: absolute !important;
        inset: 0 !important;
        z-index: 1 !important;
      }
      .banner__content {
        z-index: 2 !important;
        position: relative !important;
      }
      .banner__box {
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        max-width: none !important;
      }
      .banner .color-background-1 {
        background: transparent !important;
      }
      .banner__heading {
        color: #ffffff !important;
        text-shadow: 0 0 30px rgba(0,0,0,0.9), 0 0 60px rgba(0,0,0,0.7), 0 0 100px rgba(0,0,0,0.5), 0 2px 4px rgba(0,0,0,1) !important;
      }
      /* ===== END HERO FIX ===== */

      
      /* Fix footer (dark navy footer scheme) */
      .footer a, .footer__content-bottom a,
      footer a {
        color: rgba(255,255,255,0.72) !important;
        background: transparent !important;
        text-decoration: none !important;
      }
      footer a:hover { color: #ffffff !important; text-decoration: underline !important; }
      .footer__list-social a {
        color: #ffffff !important;
        background: rgba(255,255,255,0.12) !important;
      }
      .footer__list-social svg { fill: #ffffff !important; }
      /* Fix footer text */
      .footer h2, .footer__content-top h2,
      .footer .footer-block__heading,
      .footer .footer-block__heading span { color: #ffffff !important; }
      /* Payment strip: blend into the dark footer instead of a white slab */
      .footer__content-bottom { background: transparent !important; }
      .list-payment svg { color: inherit !important; }

      
      /* Fix search icon black box */
      .header__icon--search,
      details-disclosure .header__icon--search,
      .header__search details summary,
      .header details[id^="Details-"] summary.header__icon,
      .header summary.header__icon {
        background: transparent !important;
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
      }

      
      /* Fix SIGN UP button - white text on dark bg — but NOT in mega-menu dropdowns */
      .header a[href*="sign-up"]:not(.mega-menu__link):not(.mega-menu__link--level-2),
      .header .button, header .button,
      .header a.button {
        background-color: #1a1a1a !important;
        color: #ffffff !important;
        border: 1px solid #1a1a1a !important;
      }
      .header a[href*="sign-up"]:not(.mega-menu__link):not(.mega-menu__link--level-2):hover {
        background-color: #333 !important;
      }
      /* Ensure mega-menu membership link matches other nav items (grey pills) */
      .mega-menu__content a[href*="membership"],
      .mega-menu__link[href*="membership"],
      .mega-menu__list li a[href*="membership"] {
        background-color: transparent !important;
        color: #1a1a1a !important;
        border: none !important;
      }

      
      /* Fix search details black box - the actual culprit */
      header details, .header details,
      .header-wrapper details {
        background: transparent !important;
        background-color: transparent !important;
      }
      .search-modal, .search-modal.modal__content,
      .search-modal.modal__content.gradient {
        background: #ffffff !important;
      }
      .header .btn-primary, header .btn-primary {
        background: #1a1a1a !important;
        color: #ffffff !important;
      }

      
      /* ===== COLLECTION PAGE FIXES ===== */
      /* Sold out badge - subtle grey */
      .badge--bottom-left .badge,
      .card__badge--bottom-left .badge,
      span.badge[aria-hidden]:not(.badge--top-right) {
        background: #f3f4f6 !important;
        color: #9ca3af !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        border: 1px solid #e5e7eb !important;
        padding: 4px 10px !important;
        border-radius: 4px !important;
      }
      /* Below Market badge - cobalt for savings */
      .badge[class*="custom"]:not(.badge--top-right),
      .card__badge .color-accent-1.badge {
        background: #3971BC !important;
        color: #ffffff !important;
        border: none !important;
      }
      /* DRAW CLOSED badge on homepage */
      .pdc-badge {
        background: #e5e7eb !important;
        color: #6b7280 !important;
        font-size: 9px !important;
        font-weight: 700 !important;
        border-radius: 4px !important;
      }
      /* DRAW COMPLETED text */
      .pdc-status {
        color: #2C5A97 !important;
      }
      /* Fix filter labels visibility */
      .facet-checkbox span,
      label.facet-checkbox span,
      .facets__label span,
      #FacetFiltersForm label span,
      .facets-vertical label span {
        color: #1a1a1a !important;
        opacity: 1 !important;
      }
      /* Fix filter category headings */
      .facets__heading, .facets__disclosure summary span,
      .disclosure-has-popup summary span,
      #FacetFiltersForm summary span {
        color: #1a1a1a !important;
        font-weight: 700 !important;
      }
      /* Fix checkbox visual */
      label.facet-checkbox::before {
        border-color: #e5e7eb !important;
        background: #fff !important;
      }
      /* ===== END COLLECTION FIXES ===== */

      
      /* Fix membership accordion h4 text - force black */
      .xn-package-list-in h4,
      .xn-package-list-in h4 *,
      .xn-package-list-holder h4 {
        color: #1a1a1a !important;
      }
      .xn-package-list-in h4 svg path {
        fill: #6b7280 !important;
      }

      
      /* Fix footer social icons - no dark background */
      .list-social__link, a.list-social__link {
        background: transparent !important;
        background-color: transparent !important;
        color: #1a1a1a !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 50% !important;
      }
      .list-social__link svg, .list-social__link .icon {
        fill: #1a1a1a !important;
        color: #1a1a1a !important;
      }
      .list-social__link:hover {
        background: #f3f4f6 !important;
      }

      
      /* ===== COMPREHENSIVE MOBILE OPTIMIZATION ===== */
      @media (max-width: 749px) {
        /* Hero - reduce height and text size */
        .banner { min-height: 280px !important; }
        .banner__heading { font-size: 28px !important; line-height: 1.2 !important; }
        .banner__content { padding: 20px 16px !important; }
        
        /* Reduce section spacing globally */
        .section-template--*-padding, .shopify-section { 
          padding-top: 16px !important; 
          padding-bottom: 16px !important; 
        }
        .shopify-section--header + .shopify-section { padding-top: 0 !important; }
        
        /* Stats bar - 2x2 grid */
        .stats-bar { padding: 12px 0 !important; }
        .stats-inner { 
          flex-wrap: wrap !important; 
          gap: 4px 0 !important;
        }
        .stats-item { 
          width: 50% !important; 
          flex: 0 0 50% !important;
          padding: 8px 0 !important;
        }
        .stats-number { font-size: 20px !important; }
        .stats-label { font-size: 7px !important; }
        
        /* Featured In - stack vertically */
        .featured-logos { 
          flex-direction: column !important; 
          gap: 8px !important; 
          align-items: center !important;
        }
        
        /* Upcoming raffles - smaller */
        .ur h2 { font-size: 20px !important; }
        .urc { min-width: 120px !important; }
        .urc-body h4 { font-size: 9px !important; }
        
        /* Membership - stack vertically */
        .xn-stripe-membership .xn-plan-holder {
          flex-direction: column !important;
          gap: 12px !important;
        }
        .xn-stripe-membership .xn-plan-holder > div {
          width: 100% !important;
          max-width: 100% !important;
        }
        .xn-plan-header h3 { font-size: 16px !important; }
        .xn-price { font-size: 28px !important; }
        
        /* How It Works - 2x2 grid */
        .multicolumn-list {
          display: grid !important;
          grid-template-columns: 1fr 1fr !important;
          gap: 10px !important;
        }
        .multicolumn-list__item {
          width: 100% !important;
          min-height: auto !important;
        }
        .multicolumn-card {
          padding: 16px 12px !important;
          min-height: 160px !important;
        }
        .multicolumn-card h3 { font-size: 12px !important; }
        .multicolumn-card .rte, .multicolumn-card p { font-size: 10px !important; line-height: 1.4 !important; }
        
        /* This Week's Drop - smaller */
        .td-card { min-width: 130px !important; }
        
        /* Reviews - smaller cards */
        .rw-card { min-width: 200px !important; }
        
        /* Previous draws - smaller */
        .pdc { min-width: 120px !important; }
        
        /* Trusted section photos */
        .xn-col-card { min-width: 150px !important; }
        
        /* Bottom CTA */
        .bottom-cta h2 { font-size: 24px !important; }
        
        /* Collection page - countdown */
        #drop-countdown .countdown-inner,
        #drop-countdown > div > div:first-child {
          flex-direction: column !important;
          text-align: center !important;
          gap: 12px !important;
        }
        #countdown-display { justify-content: center !important; }
        #countdown-display > div { 
          min-width: 48px !important; 
          padding: 8px 10px !important; 
        }
        #countdown-display span:first-child { font-size: 18px !important; }
        
        /* Collection product grid */
        .product-card-wrapper .card__heading a { font-size: 11px !important; }
        
        /* Reduce all padding on mobile */
        .page-width { padding: 0 12px !important; }
      }
      /* ===== END MOBILE OPTIMIZATION ===== */

      
      /* ===== MOBILE HOW IT WORKS FIX ===== */
      @media (max-width: 749px) {
        /* How It Works - 2x2 grid on mobile */
        .multicolumn-list {
          display: grid !important;
          grid-template-columns: 1fr 1fr !important;
          gap: 8px !important;
          padding: 0 !important;
        }
        .multicolumn-list__item {
          min-height: auto !important;
          width: 100% !important;
          max-width: 100% !important;
          flex: none !important;
          padding: 0 !important;
          margin: 0 !important;
        }
        .multicolumn-card {
          padding: 16px 12px !important;
          min-height: auto !important;
          text-align: center !important;
          width: 100% !important;
          height: 100% !important;
          box-sizing: border-box !important;
        }
        .multicolumn-card h3,
        .multicolumn-card .multicolumn-card__heading {
          font-size: 12px !important;
          line-height: 1.3 !important;
          margin-bottom: 0 !important;
        }
        .multicolumn-card .rte,
        .multicolumn-card p,
        .multicolumn-card__info .rte {
          font-size: 9px !important;
          line-height: 1.3 !important;
          color: rgba(255,255,255,0.5) !important;
          margin: 4px 0 0 !important;
        }
        .multicolumn-card__info {
          padding: 0 !important;
        }
        /* Hamburger menu close button */
        .menu-drawer__close-button,
        .header__icon--menu,
        button.menu-drawer__close-button,
        details-modal .header__icon {
          background: transparent !important;
          background-color: transparent !important;
        }
      }
      @media (min-width: 750px) and (max-width: 989px) {
        /* Tablet - 2 column grid */
        .multicolumn-list {
          display: grid !important;
          grid-template-columns: 1fr 1fr !important;
          gap: 12px !important;
        }
      }
      /* ===== END MOBILE HOW IT WORKS FIX ===== */

      
      /* Hide default collection title - amber banner replaces it */
      .collection-hero, .collection-hero__title,
      .collection-hero__text-wrapper,
      .collection-hero__inner {
        display: none !important;
      }
      /* Hide the entire section wrapper too */
      .shopify-section:has(.collection-hero) {
        display: none !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
      }

      
      /* ===== COLLECTION MOBILE FIXES ===== */
      /* Fix black filter bar on mobile */
      .mobile-facets__disclosure,
      details.mobile-facets__disclosure,
      .mobile-facets__open-wrapper,
      summary.mobile-facets__open-wrapper {
        background: #fff !important;
        background-color: #fff !important;
        color: #1a1a1a !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 8px !important;
      }
      .mobile-facets__open-wrapper * {
        color: #1a1a1a !important;
      }
      .mobile-facets__open svg {
        color: #1a1a1a !important;
      }
      
      /* Sold out product image - fade overlay via JS */
      
      /* Move badges below image - cleaner on mobile */
      .card__badge {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        padding: 4px 0 0 !important;
      }
      .card__badge .badge {
        display: inline-block !important;
        font-size: 10px !important;
        padding: 3px 8px !important;
        border-radius: 4px !important;
      }
      /* Keep NEW badge in top-right corner */
      .card__badge.badge--top-right,
      .card__badge[class*="top-right"] {
        position: absolute !important;
        top: 8px !important;
        right: 8px !important;
        left: auto !important;
        padding: 0 !important;
      }
      /* ===== END COLLECTION MOBILE FIXES ===== */

      
      /* Fix mobile filter drawer background */
      .mobile-facets__wrapper,
      .mobile-facets__main,
      .mobile-facets,
      .mobile-facets__inner,
      .mobile-facets__inner.gradient,
      menu-drawer.mobile-facets__wrapper,
      .mobile-facets__header,
      .mobile-facets__footer,
      .mobile-facets details,
      .mobile-facets summary,
      .mobile-facets__sort,
      .mobile-facets__details,
      .mobile-facets .disclosure-has-popup,
      .mobile-facets details[open] summary {
        background: #fff !important;
        background-color: #fff !important;
        color: #1a1a1a !important;
      }
      .mobile-facets label, .mobile-facets span,
      .mobile-facets__label, .mobile-facets summary span {
        color: #1a1a1a !important;
      }
      .mobile-facets__close-button {
        background: transparent !important;
        color: #1a1a1a !important;
      }

      
      /* Sold out fade - applied by JS below */
      .card-wrapper--sold-out .card__media {
        opacity: 0.35 !important;
        filter: grayscale(40%) !important;
      }
      .card-wrapper--sold-out .card__inner::after {
        content: '' !important;
        position: absolute !important;
        inset: 0 !important;
        background: rgba(255,255,255,0.3) !important;
        pointer-events: none !important;
        z-index: 1 !important;
      }

      

      
      /* Pagination: inactive page numbers dark on white */
      .pagination__item, a.pagination__item,
      .pagination__item.link {
        color: #1a1a1a !important;
      }
      /* Active page: white number on the green pill so it stands out */
      .pagination__item.pagination__item--current {
        background: #3971BC !important;
        color: #fff !important;
        border-radius: 4px !important;
        font-weight: 800 !important;
        text-decoration: none !important;
      }

      
      /* Darken product page text */
      .product__text, .product__vendor,
      .product__text.caption-with-letter-spacing {
        color: #333 !important;
      }
      .product__description p, .product__description li,
      .accordion__content p, .accordion__content li,
      .product .rte p, .product .rte li {
        color: #333 !important;
      }

      
      /* Fix ALL product page collapsible/accordion text to black */
      .product .accordion__content,
      .product .accordion__content p,
      .product .accordion__content li,
      .product .accordion__content ul,
      .product .accordion__content span,
      .product details .rte,
      .product details .rte p,
      .product details .rte li,
      .product details .rte ul,
      .product details div,
      .product details p,
      .product .collapsible-content p,
      .product .collapsible-content li,
      .product .collapsible-content span,
      .product summary,
      .product summary span,
      .product summary h4,
      .product .product__accordion summary,
      .product__info-wrapper p,
      .product__info-wrapper li,
      .product__info-wrapper span,
      .product__info-wrapper div {
        color: #1a1a1a !important;
      }

      
      /* Fix SOLD OUT overlay on product images */
      .card__media > div[style*="position"] > span,
      .card__media div[style*="absolute"] span,
      .card__media > div:not([class]) > span {
        color: #ffffff !important;
        background: rgba(0,0,0,0.7) !important;
        padding: 6px 14px !important;
        border-radius: 4px !important;
        font-weight: 800 !important;
        font-size: 11px !important;
        letter-spacing: 1.5px !important;
      }
      /* The parent div needs to be centered */
      .card__media > div:not([class]) {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        inset: 0 !important;
        z-index: 2 !important;
      }

      
      /* Below Market badge - cobalt to signal a deal */
      .badge.color-accent-1,
      .card__badge .badge.color-accent-1,
      span.badge.badge--bottom-left.color-accent-1 {
        background: #dc2626 !important;
        color: #ffffff !important;
        font-weight: 700 !important;
      }

      
      /* NEW badge - dark */
      .badge--top-right, .card__badge .badge:not(.badge--bottom-left),
      .new-badge {
        background: #111 !important;
        color: #fff !important;
        font-size: 10px !important;
        font-weight: 800 !important;
        letter-spacing: 1.5px !important;
        padding: 4px 10px !important;
        border-radius: 4px !important;
        text-transform: uppercase !important;
      }
      /* NEW badge positioning */
      .new-badge {
        position: absolute !important;
        top: 8px !important;
        right: 8px !important;
        z-index: 2 !important;
        display: inline-block !important;
      }

      /* ATC button styles consolidated — see FINAL block below */



      /* ===== NEW HOMEPAGE SECTIONS CSS (April 2026 Redesign) ===== */

      /* Value Bar */
      .r-value-bar {
        background: #EAF0F8;
        border-bottom: 1px solid #C9D9F8;
        padding: 12px 16px;
      }
      .r-value-bar-inner {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        gap: 24px;
        flex-wrap: wrap;
      }
      .r-value-item {
        font-size: 13px;
        font-weight: 600;
        color: #2C5A97;
        display: flex;
        align-items: center;
        gap: 6px;
        white-space: nowrap;
      }
      .r-vi-icon { font-size: 16px; }
      @media (max-width: 749px) {
        .r-value-bar-inner { flex-direction: column; align-items: center; gap: 6px; }
        .r-value-item { font-size: 11px; }
      }

      /* Hero updates */
      .r-hero-value {
        margin: 16px 0;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        justify-content: center;
      }
      .r-hero-value-tag {
        background: #3971BC;
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        padding: 6px 14px;
        border-radius: 4px;
        letter-spacing: 0.5px;
      }
      .r-hero-value-trial {
        font-size: 13px;
        color: rgba(255,255,255,0.7);
        font-weight: 500;
      }

      /* Dual pricing on product cards */
      .r-card-dual-price {
        margin-top: 8px;
      }
      .r-card-retail-row, .r-card-member-row {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        line-height: 1.6;
      }
      .r-card-retail-label {
        font-size: 10px;
        font-weight: 600;
        color: #9ca3af;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        min-width: 52px;
      }
      .r-card-retail-price {
        color: #9ca3af;
        text-decoration: line-through;
        font-weight: 500;
      }
      .r-card-member-label {
        font-size: 10px;
        font-weight: 700;
        color: #2C5A97;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        min-width: 52px;
      }
      .r-card-member-price {
        color: #111;
        font-weight: 800;
        font-size: 16px;
      }
      .r-best-value-tag {
        background: #3971BC;
        color: #fff;
        font-size: 8px;
        font-weight: 800;
        padding: 2px 6px;
        border-radius: 3px;
        letter-spacing: 0.5px;
      }
      .r-savings-badge {
        position: absolute;
        top: 8px;
        left: 8px;
        background: #3971BC;
        color: #fff;
        font-size: 10px;
        font-weight: 800;
        padding: 4px 8px;
        border-radius: 4px;
        letter-spacing: 0.5px;
        z-index: 2;
      }

      /* Membership comparison section */
      .r-membership {
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto;
      }
      .r-membership-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        margin-top: 24px;
        align-items: start;
      }
      @media (max-width: 749px) {
        .r-membership-grid { grid-template-columns: 1fr; gap: 16px; }
      }
      .r-membership-comparison {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2px;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #e5e7eb;
      }
      .r-comp-col {
        padding: 20px 16px;
      }
      .r-comp-retail {
        background: #f8f9fa;
      }
      .r-comp-member {
        background: #EAF0F8;
      }
      .r-comp-header {
        font-size: 14px;
        font-weight: 800;
        color: #111;
        margin-bottom: 16px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
      }
      .r-comp-best {
        background: #3971BC;
        color: #fff;
        font-size: 8px;
        padding: 2px 6px;
        border-radius: 3px;
        margin-left: 6px;
        vertical-align: middle;
      }
      .r-comp-price-example {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        font-size: 13px;
        border-bottom: 1px solid rgba(0,0,0,0.05);
      }
      .r-comp-item { color: #6b7280; }
      .r-comp-amount { font-weight: 700; color: #111; }
      .r-comp-total {
        display: flex;
        justify-content: space-between;
        padding: 12px 0 4px;
        font-size: 15px;
        font-weight: 800;
        color: #111;
      }
      .r-comp-green { color: #3971BC; }
      .r-comp-savings {
        background: #3971BC;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        padding: 6px 10px;
        border-radius: 4px;
        text-align: center;
        margin-top: 8px;
      }
      .r-membership-card {
        background: #fff;
        border: 2px solid #111;
        border-radius: 12px;
        padding: 24px;
      }
      .r-mc-price {
        font-size: 48px;
        font-weight: 900;
        color: #111;
        line-height: 1;
      }
      .r-mc-price small {
        font-size: 18px;
        font-weight: 600;
        color: #6b7280;
      }
      .r-mc-trial {
        background: #3971BC;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        font-weight: 800;
        padding: 4px 12px;
        border-radius: 4px;
        margin: 8px 0 16px;
        letter-spacing: 0.5px;
      }
      .r-mc-features {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .r-mc-features li {
        font-size: 13px;
        color: #6b7280;
        padding: 6px 0;
        display: flex;
        align-items: flex-start;
        gap: 8px;
        border-bottom: 1px solid #f3f4f6;
      }
      .r-mc-features .r-check {
        color: #3971BC;
        font-weight: 700;
        font-size: 16px;
        flex-shrink: 0;
      }

      /* ===== END NEW HOMEPAGE CSS ===== */

/* ===== Retailer HOMEPAGE FULL CSS ===== */

/* Buttons */
.r-btn{display:inline-block;padding:14px 32px;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;text-decoration:none;border-radius:6px;transition:all 0.2s ease;cursor:pointer;text-align:center;}
.r-btn-primary{background:#111;color:#fff;border:2px solid #111;}
.r-btn-primary:hover{background:#333;transform:translateY(-1px);}
.r-btn-secondary{background:transparent;color:#111;border:2px solid #111;}
.r-btn-secondary:hover{background:#111;color:#fff;}
.r-btn-green{background:#3971BC;color:#fff;border:2px solid #3971BC;}
.r-btn-green:hover{background:#111;}

/* Section headers */
.r-section{max-width:1200px;margin:0 auto;padding:0 20px;}
.r-section-header{text-align:center;padding:32px 20px 16px;}
.r-section-label{font-size:11px;font-weight:700;letter-spacing:3px;color:#9ca3af;text-transform:uppercase;margin-bottom:8px;}
.r-section-title{font-size:clamp(24px,4vw,36px);font-weight:900;color:#111;text-transform:uppercase;letter-spacing:-0.5px;margin:0 0 8px;}
.r-section-sub{font-size:14px;color:#6b7280;font-weight:400;margin:0;}

/* Hero */
.r-hero{background:#111;padding:60px 20px;text-align:center;position:relative;overflow:hidden;}
.r-hero-inner{max-width:800px;margin:0 auto;position:relative;z-index:1;}
.r-hero-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:3px;color:#6b7280;border:1px solid #333;padding:6px 16px;border-radius:20px;margin-bottom:20px;}
.r-hero-heading{font-size:clamp(36px,8vw,72px);font-weight:900;color:#fff;line-height:0.95;margin:0 0 16px;text-transform:uppercase;}
.r-hero-accent{color:#fff;}
.r-hero-sub{font-size:clamp(14px,2vw,18px);color:rgba(255,255,255,0.6);font-weight:400;margin:0 0 20px;}
.r-hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:32px;}
.r-hero-stats{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;}
.r-hero-stats .r-stat{text-align:center;}
.r-hero-stats .r-stat strong{display:block;font-size:clamp(20px,3vw,28px);font-weight:900;color:#fff;}
.r-hero-stats .r-stat span{font-size:10px;color:rgba(255,255,255,0.4);text-transform:uppercase;letter-spacing:1.5px;font-weight:600;}
@media(max-width:749px){
  .r-hero{padding:40px 16px;}
  .r-hero-ctas .r-btn{width:100%;padding:14px 20px;}
  .r-hero-stats{gap:20px;}
}

/* Categories */
.r-categories{padding:16px 20px;border-bottom:1px solid #e5e7eb;}
.r-categories-inner{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;max-width:1200px;margin:0 auto;}
.r-cat-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;color:#6b7280;text-decoration:none;border:1px solid #e5e7eb;transition:all 0.2s ease;white-space:nowrap;}
.r-cat-pill:hover,.r-cat-pill.active{background:#111;color:#fff;border-color:#111;}
.r-cat-icon{font-size:16px;}
.r-flash-badge{background:#111;color:#fff;font-size:8px;font-weight:800;padding:2px 6px;border-radius:3px;letter-spacing:0.5px;}
@media(max-width:749px){
  .r-categories{padding:12px 8px;overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .r-categories-inner{flex-wrap:nowrap;justify-content:flex-start;padding:0 8px;}
  .r-cat-pill{font-size:12px;padding:6px 12px;}
}

/* Products grid */
.r-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1200px;margin:0 auto;padding:0 20px;}
.r-product-card{text-decoration:none;color:inherit;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all 0.2s ease;display:block;}
.r-product-card:hover{border-color:#e5e7eb;box-shadow:0 4px 6px rgba(0,0,0,0.07);transform:translateY(-2px);}
.r-card-img{position:relative;background:#ffffff;aspect-ratio:1;overflow:hidden;}
.r-card-img img{width:100%;height:100%;object-fit:contain;}
.r-card-body{padding:12px;}
.r-card-vendor{font-size:10px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:0.5px;}
.r-card-title{font-size:12px;font-weight:600;color:#111;margin:2px 0 0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
@media(max-width:749px){
  .r-products-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 12px;}
  .r-card-body{padding:8px;}
  .r-card-title{font-size:11px;}
}

/* How it works */
.r-how-it-works{padding:40px 20px;max-width:1200px;margin:0 auto;}
.r-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px;}
.r-step-card{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:12px;padding:28px 20px;text-align:center;transition:all 0.2s ease;}
.r-step-card:hover{border-color:#e5e7eb;box-shadow:0 4px 6px rgba(0,0,0,0.05);}
.r-step-num{font-size:12px;font-weight:800;color:#9ca3af;letter-spacing:2px;margin-bottom:8px;}
.r-step-icon{font-size:32px;margin-bottom:12px;}
.r-step-title{font-size:16px;font-weight:800;color:#111;margin-bottom:8px;}
.r-step-desc{font-size:13px;color:#6b7280;line-height:1.6;}
@media(max-width:749px){
  .r-steps-grid{grid-template-columns:1fr;gap:12px;}
  .r-step-card{padding:20px 16px;}
}

/* Raffles */
.r-raffles{padding:40px 0;overflow:hidden;}
.r-raffles-inner{max-width:1200px;margin:0 auto;padding:0 20px;}
.r-raffle-track{display:flex;gap:16px;white-space:nowrap;will-change:transform;}
.r-raffle-card{min-width:220px;flex-shrink:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:all 0.2s ease;}
.r-raffle-card:hover{border-color:#111;box-shadow:0 2px 8px rgba(0,0,0,0.08);}
.r-raffle-card-img{height:160px;background:#ffffff;overflow:hidden;}
.r-raffle-card-img img{width:100%;height:100%;object-fit:contain;}
.r-raffle-card-body{padding:12px;white-space:normal;}
.r-raffle-card-body h4{font-size:12px;font-weight:700;color:#111;margin:0 0 6px;}
.r-raffle-date{font-size:11px;color:#6b7280;font-weight:500;}
.r-raffle-val{font-size:11px;color:#6b7280;font-weight:500;}
.r-raffle-auto{font-size:10px;font-weight:700;color:#3971BC;margin-top:6px;text-transform:uppercase;letter-spacing:0.5px;}

/* Previous draws */
.r-prev-draws{padding:32px 0;overflow:hidden;}
.r-prev-track{display:flex;gap:12px;animation:scrollPrev 40s linear infinite;}
@keyframes scrollPrev{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.r-prev-card{min-width:180px;flex-shrink:0;text-decoration:none;color:inherit;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all 0.2s ease;}
.r-prev-card:hover{border-color:#e5e7eb;}
.r-prev-img{height:140px;background:#ffffff;position:relative;overflow:hidden;}
.r-prev-img img{width:100%;height:100%;object-fit:contain;}
.r-prev-badge{position:absolute;bottom:6px;left:6px;background:#e5e7eb;color:#6b7280;font-size:9px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:0.5px;}
.r-prev-body{padding:10px;text-align:center;}
.r-prev-body h4{font-size:11px;font-weight:600;color:#111;margin:0 0 2px;white-space:normal;}
.r-prev-body span{font-size:10px;color:#6b7280;font-weight:600;}

/* Featured in */
.r-featured-in{text-align:center;padding:24px 20px;border-top:1px solid #f3f4f6;}
.r-featured-in-label{font-size:10px;font-weight:700;letter-spacing:3px;color:#9ca3af;text-transform:uppercase;margin:0 0 12px;}
.r-featured-in-logos{display:flex;gap:24px;justify-content:center;align-items:center;flex-wrap:wrap;}
.r-featured-in-logos a{display:flex;align-items:center;gap:8px;text-decoration:none;color:#6b7280;font-size:13px;font-weight:600;transition:color 0.2s;}
.r-featured-in-logos a:hover{color:#111;}

/* Bottom CTA */
.r-scroll-banner{background:#111;padding:14px 0;overflow:hidden;white-space:nowrap;}
.r-scroll-text{display:inline-block;font-size:clamp(28px,5vw,48px);font-weight:900;color:rgba(255,255,255,0.08);letter-spacing:4px;animation:scrollText 20s linear infinite;}
@keyframes scrollText{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.r-cta-section{text-align:center;padding:48px 20px;background:#111;}
.r-cta-section h2{font-size:clamp(28px,5vw,48px);font-weight:900;color:#fff;margin:0 0 12px;line-height:1.1;}
.r-cta-section p{font-size:16px;color:rgba(255,255,255,0.6);margin:0 0 24px;}
.r-cta-price{display:block;font-size:12px;color:rgba(255,255,255,0.4);margin-top:16px;}

/* ===== END Retailer HOMEPAGE FULL CSS ===== */

      /* ===== FOOT LOCKER STYLE SALE ELEMENTS ===== */

      /* Bold red sale banner */
      .r-sale-banner{background:#dc2626;padding:20px;margin:0;}
      .r-sale-banner-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
      .r-sale-banner-text h2{font-size:clamp(18px,3vw,28px);font-weight:900;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px;}
      .r-sale-banner-text p{font-size:11px;color:rgba(255,255,255,0.7);margin:4px 0 0;}
      .r-sale-banner-ctas{display:flex;gap:8px;flex-wrap:wrap;}
      .r-sale-btn{display:inline-block;padding:10px 20px;background:transparent;color:#fff;border:2px solid #fff;border-radius:4px;font-size:12px;font-weight:800;text-decoration:none;text-transform:uppercase;letter-spacing:1px;transition:all 0.2s;}
      .r-sale-btn:hover{background:#fff;color:#dc2626;}
      @media(max-width:749px){
        .r-sale-banner-inner{flex-direction:column;text-align:center;}
        .r-sale-banner-ctas{justify-content:center;}
        .r-sale-btn{font-size:10px;padding:8px 14px;}
      }

      /* Sale pricing on cards */
      .r-card-sale-price{font-size:16px;font-weight:900;color:#dc2626;}
      .r-card-compare-price{font-size:13px;color:#9ca3af;text-decoration:line-through;margin-left:6px;}
      .r-card-regular-price{font-size:16px;font-weight:800;color:#111;}
      .r-card-pricing{margin-top:6px;display:flex;align-items:baseline;flex-wrap:wrap;}

      /* Price tier buttons */
      .r-price-tiers{display:flex;gap:8px;justify-content:center;padding:20px;flex-wrap:wrap;max-width:1200px;margin:0 auto;}
      .r-tier-btn{display:inline-block;padding:10px 20px;border:2px solid #111;color:#111;font-size:12px;font-weight:800;text-decoration:none;text-transform:uppercase;letter-spacing:0.5px;border-radius:4px;transition:all 0.2s;}
      .r-tier-btn:hover{background:#111;color:#fff;}
      @media(max-width:749px){.r-tier-btn{font-size:10px;padding:8px 14px;}}

      /* Subtle member strip */
      .r-member-strip{background:#EAF0F8;border-top:1px solid #C9D9F8;border-bottom:1px solid #C9D9F8;padding:24px 20px;}
      .r-member-strip-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
      .r-member-strip h3{font-size:18px;font-weight:800;color:#111;margin:0 0 4px;}
      .r-member-strip p{font-size:13px;color:#6b7280;margin:0;}
      @media(max-width:749px){
        .r-member-strip-inner{flex-direction:column;text-align:center;}
      }

      /* ===== END FOOT LOCKER STYLE ===== */

      /* ===== PRODUCT HERO ===== */
      .r-hero-product{background:#111;padding:40px 20px;overflow:hidden;}
      .r-hero-product-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
      .r-hero-product-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:3px;color:#fff;border:1px solid rgba(255,255,255,0.3);padding:4px 12px;border-radius:4px;margin-bottom:12px;text-transform:uppercase;}
      .r-hero-product-vendor{font-size:12px;font-weight:700;color:rgba(255,255,255,0.4);letter-spacing:2px;text-transform:uppercase;margin-bottom:4px;}
      .r-hero-product-title{font-size:clamp(28px,5vw,48px);font-weight:900;color:#fff;line-height:1.05;margin:0 0 16px;text-transform:uppercase;}
      .r-hero-product-pricing{display:flex;align-items:baseline;gap:10px;margin-bottom:20px;flex-wrap:wrap;}
      .r-hero-sale-price{font-size:32px;font-weight:900;color:#fff;}
      .r-hero-was-price{font-size:18px;color:rgba(255,255,255,0.4);text-decoration:line-through;}
      .r-hero-save-badge{background:#dc2626;color:#fff;font-size:11px;font-weight:800;padding:4px 10px;border-radius:4px;letter-spacing:0.5px;}
      .r-hero-product-ctas{display:flex;gap:12px;flex-wrap:wrap;}
      .r-hero-product-image{text-align:center;}
      .r-hero-product-image img{max-width:100%;max-height:400px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,0.3));}
      @media(max-width:749px){
        .r-hero-product-inner{grid-template-columns:1fr;gap:20px;text-align:center;}
        .r-hero-product-ctas{justify-content:center;}
        .r-hero-product-image{order:-1;}
        .r-hero-product-image img{max-height:250px;}
      }

      /* Trust strip */
      .r-trust-strip{background:#f8f9fa;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:16px 20px;}
      .r-trust-strip-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:32px;flex-wrap:wrap;}
      .r-ts-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#111;white-space:nowrap;}
      @media(max-width:749px){
        .r-trust-strip-inner{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
        .r-ts-item{font-size:11px;gap:6px;}
      }
      /* ===== END PRODUCT HERO ===== */

      /* ===== COLLECTION TILES GRID ===== */
      .r-collections-grid{max-width:1200px;margin:0 auto;padding:32px 20px;}
      .r-coll-tiles{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:20px;}
      .r-coll-tile{text-decoration:none;border-radius:12px;overflow:hidden;transition:all 0.2s ease;}
      .r-coll-tile:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,0.08);}
      .r-coll-large{grid-row:span 1;}
      .r-coll-tile-inner{padding:28px 24px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;min-height:140px;}
      .r-coll-large .r-coll-tile-inner{min-height:140px;}
      .r-coll-tile-inner h3{font-size:20px;font-weight:900;color:inherit;margin:0 0 6px;text-transform:uppercase;line-height:1.1;}
      .r-coll-tile-inner span{font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:1px;}
      @media(max-width:749px){
        .r-coll-tiles{grid-template-columns:1fr 1fr;gap:8px;}
        .r-coll-large{grid-row:span 1;}
        .r-coll-tile-inner{padding:20px 16px;min-height:100px;}
        .r-coll-large .r-coll-tile-inner{min-height:100px;}
        .r-coll-tile-inner h3{font-size:16px;}
      }
      /* ===== END COLLECTION TILES ===== */

      /* ===== MOBILE-FIRST HOMEPAGE (Based on Foot Locker + Hype DC patterns) ===== */
      @media (max-width: 749px) {
        /* Hero — full width, stacked, no split layout */
        .r-hero-product{padding:24px 16px 20px;}
        .r-hero-product-inner{grid-template-columns:1fr !important;gap:16px !important;text-align:center;}
        .r-hero-product-image{order:-1 !important;}
        .r-hero-product-image img{max-height:200px !important;}
        .r-hero-product-title{font-size:24px !important;}
        .r-hero-product-ctas{justify-content:center;}
        .r-hero-product-ctas .r-btn{width:100%;padding:12px 16px;font-size:12px;}
        .r-hero-product-pricing{justify-content:center;}
        .r-hero-sale-price{font-size:24px !important;}

        /* Sale banner — stacked */
        .r-sale-banner{padding:16px !important;}
        .r-sale-banner-inner{flex-direction:column !important;text-align:center !important;gap:12px !important;}
        .r-sale-banner-text h2{font-size:16px !important;}
        .r-sale-banner-ctas{justify-content:center !important;}
        .r-sale-btn{font-size:10px !important;padding:8px 12px !important;}

        /* Collection tiles — 2 columns, no large tile spanning */
        .r-coll-tiles{grid-template-columns:1fr 1fr !important;gap:8px !important;}
        .r-coll-large{grid-row:span 1 !important;}
        .r-coll-tile-inner{min-height:90px !important;padding:16px 12px !important;}
        .r-coll-large .r-coll-tile-inner{min-height:90px !important;}
        .r-coll-tile-inner h3{font-size:14px !important;}
        .r-coll-tile-inner span{font-size:10px !important;}
        .r-collections-grid{padding:20px 12px !important;}

        /* Product grids — horizontal scroll like Foot Locker, NOT grid */
        .r-products-grid{
          display:flex !important;
          overflow-x:auto !important;
          -webkit-overflow-scrolling:touch;
          scroll-snap-type:x mandatory;
          gap:10px !important;
          padding:0 12px !important;
          grid-template-columns:unset !important;
        }
        .r-products-grid::-webkit-scrollbar{display:none;}
        .r-product-card{
          min-width:160px !important;
          max-width:160px !important;
          flex-shrink:0 !important;
          scroll-snap-align:start;
        }
        .r-card-img{height:160px !important;aspect-ratio:unset !important;}
        .r-card-img img{height:100% !important;width:100% !important;object-fit:contain !important;}
        .r-card-body{padding:8px !important;}
        .r-card-title{font-size:11px !important;}
        .r-card-vendor{font-size:9px !important;}
        .r-card-regular-price, .r-card-sale-price{font-size:14px !important;}

        /* Section headers */
        .r-section-header{padding:20px 12px 8px !important;}
        .r-section-title{font-size:20px !important;}
        .r-section-sub{font-size:12px !important;}

        /* Price tier buttons — horizontal scroll */
        .r-price-tiers{
          display:flex !important;
          overflow-x:auto !important;
          -webkit-overflow-scrolling:touch;
          gap:6px !important;
          padding:12px !important;
          flex-wrap:nowrap !important;
        }
        .r-price-tiers::-webkit-scrollbar{display:none;}
        .r-tier-btn{
          white-space:nowrap !important;
          flex-shrink:0 !important;
          font-size:10px !important;
          padding:8px 14px !important;
        }

        /* Trust strip — 2x2 grid */
        .r-trust-strip{padding:12px !important;}
        .r-trust-strip-inner{
          display:grid !important;
          grid-template-columns:1fr 1fr !important;
          gap:8px !important;
        }
        .r-ts-item{font-size:11px !important;gap:4px !important;}
        .r-ts-item svg{width:14px !important;height:14px !important;}

        /* Member strip — stacked */
        .r-member-strip{padding:16px 12px !important;}
        .r-member-strip-inner{flex-direction:column !important;text-align:center !important;gap:12px !important;}
        .r-member-strip h3{font-size:16px !important;}
        .r-member-strip p{font-size:12px !important;}

        /* Bottom CTA */
        .r-cta-section h2{font-size:24px !important;}
        .r-cta-section p{font-size:14px !important;}

        /* Featured in */
        .r-featured-in{padding:16px 12px !important;}
        .r-featured-in-logos{gap:16px !important;}
        .r-featured-in-logos a{font-size:11px !important;}

        /* General page width */
        .r-section{padding:0 !important;}

        /* Buttons full width on mobile */
        .r-btn{font-size:12px !important;padding:12px 20px !important;}
      }
      
      /* Fix mobile tabs — no sliding, evenly spaced */
      @media (max-width: 749px) {
        .hp-tabs, .r-tabs {
          overflow-x: hidden !important;
          -webkit-overflow-scrolling: unset !important;
          flex-wrap: nowrap !important;
          justify-content: space-evenly !important;
          padding: 0 8px !important;
        }
        .hp-tabs .hp-tab, .r-tabs .r-tab {
          flex: 1 !important;
          text-align: center !important;
          padding: 10px 4px !important;
          font-size: 11px !important;
          white-space: nowrap !important;
        }
      }

      /* ===== END MOBILE-FIRST CSS ===== */

      /* ===== HYPE DC STYLE HOMEPAGE ===== */

      /* Callout bar — old r-callout classes removed, see hp-callout below */

      /* Hero banner */
      .r-hero-banner{background:#111;overflow:hidden;}
      .r-hero-slide{min-height:400px;display:flex;align-items:center;justify-content:center;}
      .r-hero-slide-content{text-align:center;padding:40px 20px;max-width:600px;}

      /* Tabbed products */
      .r-tabbed-section{padding:0 0 20px;}
      .r-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;padding:0 16px;}
      .r-tab{background:none;border:none;padding:14px 20px;font-size:15px;font-weight:700;color:#e5e7eb;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all 0.2s;text-transform:capitalize;}
      .r-tab-active{color:#111;border-bottom-color:#111;}
      .r-tab-panel{display:none;}
      .r-tab-panel-active{display:block;}
      .r-scroll-products{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:12px;padding:16px;scroll-snap-type:x mandatory;}
      .r-scroll-products::-webkit-scrollbar{display:none;}
      .r-scroll-card{min-width:180px;max-width:180px;flex-shrink:0;text-decoration:none;color:inherit;scroll-snap-align:start;}
      .r-scroll-img{background:#ffffff;border-radius:8px;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center;}
      .r-scroll-img img{width:100%;height:100%;object-fit:contain;}
      .r-scroll-info{padding:8px 0;}
      .r-scroll-vendor{font-size:10px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:0.5px;}
      .r-scroll-title{font-size:12px;font-weight:600;color:#111;margin:2px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
      .r-scroll-price{font-size:14px;font-weight:800;color:#111;}

      /* Shop by Brand */
      .r-brand-section{border-top:1px solid #e5e7eb;}
      .r-brand-scroll{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:12px;padding:0 16px 20px;scroll-snap-type:x mandatory;}
      .r-brand-scroll::-webkit-scrollbar{display:none;}
      .r-brand-item{min-width:100px;flex-shrink:0;text-decoration:none;scroll-snap-align:start;}
      .r-brand-logo{background:#f8f9fa;border-radius:8px;padding:16px 12px;text-align:center;font-size:10px;font-weight:900;color:#111;letter-spacing:1px;text-transform:uppercase;transition:all 0.2s;}
      .r-brand-item:hover .r-brand-logo{background:#e5e7eb;}

      /* Top Offers */
      .r-offers-section{border-top:1px solid #e5e7eb;}
      .r-offers-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 16px 20px;}
      .r-offer-tile{text-decoration:none;color:inherit;border-radius:10px;padding:24px 16px;display:flex;flex-direction:column;justify-content:flex-end;min-height:120px;transition:all 0.2s;}
      .r-offer-tile:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.08);}
      .r-offer-tile h3{font-size:16px;font-weight:900;margin:0 0 4px;text-transform:uppercase;}
      .r-offer-tile span{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:0.5px;}

      /* Shop by Size */
      .r-size-section{border-top:1px solid #e5e7eb;padding-bottom:20px;}
      .r-size-pills{display:flex;flex-wrap:wrap;gap:6px;padding:0 16px;}
      .r-size-pill{display:inline-block;padding:8px 14px;border:1.5px solid #e5e7eb;border-radius:6px;font-size:12px;font-weight:700;color:#111;text-decoration:none;transition:all 0.2s;}
      .r-size-pill:hover{border-color:#111;background:#111;color:#fff;}

      /* Delivery section */
      .r-delivery-section{border-top:1px solid #e5e7eb;padding:24px 16px;}
      .r-delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
      .r-delivery-item{text-align:center;padding:12px;}
      .r-delivery-item svg{margin-bottom:8px;}
      .r-delivery-item strong{display:block;font-size:12px;font-weight:800;color:#111;margin-bottom:2px;}
      .r-delivery-item span{font-size:10px;color:#9ca3af;}

      /* Mobile tweaks for Hype DC style */
      @media(max-width:749px){
        /* r-callout rules removed — see hp-callout */
        .r-hero-slide{min-height:280px;}
        .r-hero-slide-content h1{font-size:28px !important;}
        .r-scroll-card{min-width:150px;max-width:150px;}
        .r-tab{padding:12px 16px;font-size:14px;}
        .r-offers-grid{gap:6px;}
        .r-offer-tile{min-height:100px;padding:16px 12px;}
        .r-offer-tile h3{font-size:14px;}
        .r-delivery-grid{gap:10px;}
        .r-delivery-item{padding:8px;}
      }
      /* ===== END HYPE DC STYLE ===== */



      /* ===== Retailer HOMEPAGE V2 — HYPE DC INSPIRED ===== */

      /* -- Callout Bar -- */
      .hp-callout{display:flex;gap:4px;padding:4px;border-bottom:none;overflow-x:auto;-webkit-overflow-scrolling:touch;background:#1a1a1a;justify-content:center;flex-wrap:wrap;}
      .hp-callout::-webkit-scrollbar{display:none;}
      .hp-callout-item{min-width:max-content;padding:8px 16px;font-size:11px;color:#fff;text-decoration:none;text-align:center;white-space:nowrap;background:rgba(255,255,255,0.1);border-radius:4px;transition:background 0.2s;border:none;}
      .hp-callout-item:hover{background:rgba(255,255,255,0.2);}
      .hp-callout-item strong{font-weight:800;letter-spacing:0.5px;color:#fff;}
      .hp-callout-item span{color:#e5e7eb;font-weight:400;}
      .hp-callout-green strong{color:#fff;}

      /* -- Hero -- */
      .hp-hero{background:#111;padding:64px 20px 48px;text-align:center;position:relative;overflow:hidden;}
      .hp-hero-inner{max-width:680px;margin:0 auto;position:relative;z-index:1;}
      .hp-hero-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:3px;color:#6b7280;border:1px solid #333;padding:6px 16px;border-radius:20px;margin-bottom:20px;}
      .hp-hero-heading{font-size:clamp(36px,8vw,72px);font-weight:900;color:#fff;line-height:0.95;margin:0 0 16px;text-transform:uppercase;letter-spacing:-1px;}
      .hp-hero-accent{color:#fff;}
      .hp-hero-sub{font-size:clamp(14px,2vw,17px);color:rgba(255,255,255,0.55);font-weight:400;margin:0 0 24px;line-height:1.5;}
      .hp-hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:36px;}
      .hp-hero-stats{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;}
      .hp-stat{text-align:center;}
      .hp-stat strong{display:block;font-size:clamp(20px,3vw,28px);font-weight:900;color:#fff;}
      .hp-stat span{font-size:10px;color:rgba(255,255,255,0.35);text-transform:uppercase;letter-spacing:1.5px;font-weight:600;}

      /* -- Section Headers -- */
      .hp-section-header{padding:32px 20px 12px;max-width:1200px;margin:0 auto;}
      .hp-section-title{font-size:clamp(22px,3.5vw,32px);font-weight:900;color:#111;text-transform:uppercase;letter-spacing:-0.5px;margin:0;}

      /* -- Tabbed Products -- */
      .hp-tabbed{padding:0 0 8px;border-top:1px solid #e5e7eb;}
      .hp-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;padding:0 20px;overflow-x:hidden;flex-wrap:nowrap;justify-content:space-evenly;}
      .hp-tabs::-webkit-scrollbar{display:none;}
      .hp-tab{background:none;border:none;padding:14px 24px;font-size:15px;font-weight:700;color:#9ca3af;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all 0.15s;text-transform:capitalize;white-space:nowrap;}
      .hp-tab:hover{color:#6b7280;}
      .hp-tab--active{color:#111;border-bottom-color:#111;}
      .hp-tab-panel{display:none;}
      .hp-tab-panel--active{display:block;}
      .hp-product-scroll{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:14px;padding:20px;scroll-snap-type:x mandatory;}
      .hp-product-scroll::-webkit-scrollbar{display:none;}
      .hp-pcard{min-width:190px;max-width:190px;flex-shrink:0;text-decoration:none;color:inherit;scroll-snap-align:start;transition:transform 0.2s;}
      .hp-pcard:hover{transform:translateY(-3px);}
      .hp-pcard-img{background:#ffffff;border-radius:10px;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid #f3f4f6;}
      .hp-pcard-img img{width:100%;height:100%;object-fit:contain;transition:transform 0.3s;}
      .hp-pcard:hover .hp-pcard-img img{transform:scale(1.05);}
      .hp-pcard-info{padding:10px 2px 0;}
      .hp-pcard-vendor{display:block;font-size:10px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:0.5px;}
      .hp-pcard-title{display:block;font-size:12px;font-weight:600;color:#111;margin:3px 0 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
      .hp-pcard-prices{display:flex;align-items:baseline;gap:6px;}
      .hp-pcard-price{font-size:15px;font-weight:800;color:#111;}
      .hp-pcard-compare{font-size:12px;color:#9ca3af;text-decoration:line-through;}
      .hp-tab-cta{padding:0 20px 12px;}
      .hp-link-arrow{font-size:13px;font-weight:700;color:#111;text-decoration:none;letter-spacing:0.3px;transition:color 0.2s;}
      .hp-link-arrow:hover{color:#333;}

      /* -- Shop by Brand Grid (Hype DC style) -- */
      .hp-brands{border-top:1px solid #e5e7eb;padding-bottom:8px;}
      .hp-brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;padding:4px 20px 20px;max-width:1240px;margin:0 auto;}
      .hp-brand-box{text-decoration:none;color:inherit;display:block;transition:all 0.2s ease;}
      .hp-brand-box:hover{transform:translateY(-2px);}
      .hp-brand-box:hover .hp-brand-box-inner{border-color:#111;box-shadow:0 4px 12px rgba(0,0,0,0.08);}
      .hp-brand-box-inner{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:16px;transition:all 0.2s ease;}
      .hp-brand-name{font-size:15px;font-weight:700;color:#111;text-align:center;line-height:1.2;letter-spacing:0.3px;}
      /* Brand-specific typography */
      .hp-brand--nike{font-size:22px;font-weight:900;font-style:italic;text-transform:uppercase;letter-spacing:-0.5px;}
      .hp-brand--jordan{font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:1px;}
      .hp-brand--adidas{font-size:16px;font-weight:700;text-transform:lowercase;letter-spacing:0.5px;}
      .hp-brand--nb{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1px;line-height:1.3;}
      .hp-brand--asics{font-size:17px;font-weight:800;font-style:italic;text-transform:uppercase;letter-spacing:2px;}
      .hp-brand--puma{font-size:17px;font-weight:800;text-transform:uppercase;letter-spacing:2px;}
      .hp-brand--essentials{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:3px;}
      .hp-brand--syna{font-size:15px;font-weight:900;letter-spacing:0.5px;}
      .hp-brand--yeezy{font-size:15px;font-weight:400;text-transform:uppercase;letter-spacing:4px;}
      .hp-brand--champion{font-size:14px;font-weight:700;font-style:italic;letter-spacing:0.3px;}
      .hp-brand--kaws{font-size:18px;font-weight:900;text-transform:uppercase;letter-spacing:3px;}
      .hp-brand--dt{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;line-height:1.3;}

      /* -- Collection Tiles -- */
      .hp-tiles{padding-bottom:8px;border-top:1px solid #e5e7eb;}
      .hp-tiles-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding:4px 20px 20px;max-width:1240px;margin:0 auto;}
      .hp-tile{text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;transition:all 0.2s ease;position:relative;}
      .hp-tile:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.1);}
      .hp-tile--large{grid-row:span 1 !important;}
      .hp-tile-content{padding:24px 20px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;min-height:140px;}
      .hp-tile--large .hp-tile-content{min-height:300px;}
      .hp-tile-label{font-size:9px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:6px;}
      .hp-tile-content h3{font-size:20px;font-weight:900;margin:0 0 4px;text-transform:uppercase;line-height:1.1;letter-spacing:-0.3px;}
      .hp-tile-sub{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:0.5px;}

      /* -- Member Upsell Strip -- */
      .hp-member{background:linear-gradient(135deg,#EAF0F8 0%,#EAF0F8 50%,#EAF0F8 100%);border-top:1px solid #C9D9F8;border-bottom:1px solid #C9D9F8;padding:28px 20px;}
      .hp-member-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
      .hp-member-badge{display:inline-block;font-size:10px;font-weight:800;letter-spacing:2px;color:#3971BC;text-transform:uppercase;margin-bottom:6px;}
      .hp-member h3{font-size:20px;font-weight:900;color:#111;margin:0 0 6px;line-height:1.2;}
      .hp-member p{font-size:13px;color:#6b7280;margin:0;line-height:1.5;}

      /* -- Shop by Style -- */
      .hp-style{border-top:1px solid #e5e7eb;padding-bottom:8px;}
      .hp-style-scroll{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:10px;padding:4px 20px 20px;scroll-snap-type:x mandatory;max-width:1240px;margin:0 auto;}
      .hp-style-scroll::-webkit-scrollbar{display:none;}
      .hp-style-card{min-width:160px;flex-shrink:0;text-decoration:none;color:inherit;scroll-snap-align:start;transition:transform 0.2s;}
      .hp-style-card:hover{transform:translateY(-2px);}
      .hp-style-card-inner{border-radius:10px;padding:28px 20px;text-align:center;border:1px solid #e5e7eb;}
      .hp-style-card-inner h3{font-size:15px;font-weight:800;color:#111;text-transform:uppercase;margin:0;letter-spacing:0.5px;}

      /* -- Reviews (Hype DC style) -- */
      .hp-rev{background:#ffffff;padding:40px 0 48px;border-top:1px solid #e5e7eb;}
      .hp-rev-inner{max-width:1240px;margin:0 auto;padding:0 20px;}
      .hp-rev-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px;}
      .hp-rev-rating{display:flex;align-items:center;gap:12px;}
      .hp-rev-stars-big{color:#f59e0b;font-size:22px;letter-spacing:2px;}
      .hp-rev-score{font-size:15px;color:#6b7280;}
      .hp-rev-score strong{font-weight:900;color:#111;}
      .hp-rev-all{font-size:13px;font-weight:700;color:#111;text-decoration:none;letter-spacing:0.3px;transition:color 0.2s;}
      .hp-rev-all:hover{color:#333;}
      .hp-rev-scroll{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:16px;padding-bottom:8px;scroll-snap-type:x mandatory;}
      .hp-rev-scroll::-webkit-scrollbar{display:none;}
      .hp-rev-card{flex:1;min-width:280px;max-width:400px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px;scroll-snap-align:start;transition:all 0.2s;}
      .hp-rev-card:hover{border-color:#e5e7eb;box-shadow:0 4px 16px rgba(0,0,0,0.06);}
      .hp-rev-card-stars{color:#f59e0b;font-size:16px;margin-bottom:14px;letter-spacing:2px;}
      .hp-rev-card-text{font-size:14px;color:#6b7280;line-height:1.7;margin:0 0 18px;font-style:normal;}
      .hp-rev-card-author{display:flex;align-items:center;gap:8px;}
      .hp-rev-card-author strong{font-size:14px;font-weight:800;color:#111;}
      .hp-rev-card-author span{font-size:12px;color:#9ca3af;}

      /* -- Retailer Promise (blue themed delivery bar) -- */
      .hp-promise{background:linear-gradient(135deg,#1e3a5f 0%,#0f2440 100%);padding:48px 20px;border-top:none;}
      .hp-promise-inner{max-width:1240px;margin:0 auto;}
      .hp-promise-header{text-align:center;margin-bottom:32px;}
      .hp-promise-header h2{font-size:18px;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:2px;margin:0;}
      .hp-promise-sep{color:rgba(255,255,255,0.3);margin:0 8px;font-weight:300;}
      .hp-promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch;}
      .hp-promise-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 20px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:12px;transition:all 0.2s;}
      .hp-promise-card:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.2);}
      .hp-promise-icon{display:flex;justify-content:center;align-items:center;margin-bottom:16px;width:56px;height:56px;background:rgba(255,255,255,0.08);border-radius:50%;}
      .hp-promise-icon svg{opacity:0.9;}
      .hp-promise-card strong{display:block;font-size:14px;font-weight:800;color:#fff;margin-bottom:8px;line-height:1.3;}
      .hp-promise-card span{display:block;font-size:12px;color:rgba(255,255,255,0.6);line-height:1.6;max-width:200px;}

      /* -- Top Offers (Hype DC style sale tiles) -- */
      .hp-offers{border-top:1px solid #e5e7eb;padding-bottom:8px;}
      .hp-offers-scroll{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:4px 20px 20px;max-width:1240px;margin:0 auto;}
      .hp-offer-card{text-decoration:none;color:#fff;border-radius:12px;overflow:hidden;transition:all 0.25s ease;display:block;}
      .hp-offer-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.3);}
      .hp-offer-inner{padding:32px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-height:200px;justify-content:flex-end;}
      .hp-offer-brand{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:rgba(255,255,255,0.5);margin-bottom:auto;}
      .hp-offer-deal{font-size:28px;font-weight:900;line-height:1.1;letter-spacing:-0.5px;}
      .hp-offer-sub{font-size:13px;font-weight:500;color:rgba(255,255,255,0.6);margin-bottom:8px;}
      .hp-offer-btn{display:inline-block;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;padding:10px 24px;border:1.5px solid rgba(255,255,255,0.3);border-radius:4px;transition:all 0.2s;color:#fff;}
      .hp-offer-card:hover .hp-offer-btn{border-color:#fff;background:rgba(255,255,255,0.1);}

      /* -- Bottom CTA -- */
      .hp-bottom-cta{background:#111;padding:56px 20px;text-align:center;}
      .hp-bottom-cta-inner{max-width:600px;margin:0 auto;}
      .hp-bottom-cta h2{font-size:clamp(28px,5vw,48px);font-weight:900;color:#fff;margin:0 0 12px;line-height:1.05;text-transform:uppercase;letter-spacing:-0.5px;}
      .hp-bottom-cta p{font-size:15px;color:rgba(255,255,255,0.5);margin:0 0 28px;line-height:1.5;}
      .hp-bottom-cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}

      /* -- MOBILE OVERRIDES -- */
      @media(max-width:749px){
        .hp-callout{flex-wrap:nowrap;}
        .hp-callout-item{font-size:10px;padding:8px 14px;}

        .hp-hero{padding:40px 16px 32px;}
        .hp-hero-heading{letter-spacing:-0.5px;}
        .hp-hero-ctas{flex-direction:column;align-items:center;}
        .hp-hero-ctas .r-btn{width:100%;max-width:300px;padding:14px 20px;}
        .hp-hero-stats{gap:24px;}
        .hp-stat strong{font-size:20px;}
        .hp-stat span{font-size:9px;}

        .hp-section-header{padding:24px 16px 8px;}
        .hp-section-title{font-size:20px;}

        .hp-tabs{padding:0 12px;}
        .hp-tab{padding:12px 16px;font-size:13px;}
        .hp-product-scroll{gap:10px;padding:14px 12px;}
        .hp-pcard{min-width:155px;max-width:155px;}
        .hp-pcard-img{border-radius:8px;}
        .hp-pcard-title{font-size:11px;}
        .hp-pcard-price{font-size:14px;}

        .hp-brand-grid{grid-template-columns:repeat(3,1fr);gap:8px;padding:4px 12px 16px;}
        .hp-brand-box-inner{padding:12px;border-radius:6px;}
        .hp-brand-name{font-size:12px !important;}
        .hp-brand--nike{font-size:18px !important;}
        .hp-brand--asics{font-size:13px !important;letter-spacing:1px !important;}
        .hp-brand--puma{font-size:13px !important;letter-spacing:1px !important;}
        .hp-brand--kaws{font-size:14px !important;letter-spacing:2px !important;}
        .hp-brand--essentials{font-size:10px !important;letter-spacing:2px !important;}
        .hp-brand--yeezy{font-size:12px !important;letter-spacing:2px !important;}
        .hp-brand--nb{font-size:11px !important;}
        .hp-brand--dt{font-size:10px !important;}

        .hp-tiles-grid{grid-template-columns:1fr 1fr;gap:8px;padding:4px 12px 16px;}
        .hp-tile--large{grid-row:span 1;}
        .hp-tile-content{min-height:100px;padding:16px 14px;}
        .hp-tile--large .hp-tile-content{min-height:100px;}
        .hp-tile-content h3{font-size:15px;}
        .hp-tile-label{font-size:8px;}
        .hp-tile-sub{font-size:10px;}

        .hp-member{padding:20px 16px;}
        .hp-member-inner{flex-direction:column;text-align:center;gap:16px;}
        .hp-member h3{font-size:17px;}
        .hp-member p{font-size:12px;}

        .hp-style-scroll{gap:8px;padding:4px 12px 16px;}
        .hp-style-card{min-width:130px;}
        .hp-style-card-inner{padding:20px 14px;}
        .hp-style-card-inner h3{font-size:13px;}

        .hp-rev{padding:28px 0 32px;}
        .hp-rev-inner{padding:0 12px;}
        .hp-rev-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:16px;}
        .hp-rev-stars-big{font-size:18px;}
        .hp-rev-score{font-size:13px;}
        .hp-rev-scroll{gap:10px;}
        .hp-rev-card{flex:0 0 auto;min-width:270px;max-width:270px;padding:20px;}
        .hp-rev-card-text{font-size:13px;}

        .hp-promise{padding:32px 12px;}
        .hp-promise-header h2{font-size:13px;letter-spacing:1.5px;}
        .hp-promise-grid{grid-template-columns:1fr 1fr;gap:10px;}
        .hp-promise-card{padding:20px 14px;border-radius:8px;}
        .hp-promise-icon{width:44px;height:44px;}
        .hp-promise-icon svg{width:28px;height:28px;}
        .hp-promise-card strong{font-size:12px;}
        .hp-promise-card span{font-size:10px;}

        .hp-offers-scroll{grid-template-columns:1fr;gap:10px;padding:4px 12px 16px;overflow-x:auto;display:flex;scroll-snap-type:x mandatory;}
        .hp-offer-card{min-width:260px;flex-shrink:0;scroll-snap-align:start;}
        .hp-offer-inner{padding:24px 20px;min-height:160px;}
        .hp-offer-deal{font-size:22px;}
        .hp-offer-sub{font-size:12px;}
        .hp-offer-btn{font-size:10px;padding:8px 18px;}

        .hp-bottom-cta{padding:40px 16px;}
        .hp-bottom-cta h2{font-size:28px;}
        .hp-bottom-cta p{font-size:13px;}
        .hp-bottom-cta-buttons{flex-direction:column;align-items:center;}
        .hp-bottom-cta-buttons .r-btn{width:100%;max-width:300px;}
      }

      /* ===== END Retailer HOMEPAGE V2 ===== */








      
      
      /* Fix: all collection tiles same size */
      .hp-coll-large, .r-coll-large { grid-row: span 1 !important; }
      .hp-coll-large .hp-coll-tile-inner,
      .r-coll-large .r-coll-tile-inner { min-height: 140px !important; }

      /* ATC styles removed — consolidated in FINAL block */

/* Sort by and product count */
      .collection-hero__description, .active-facets-mobile { color: #6b7280 !important; }
    
      /* Fix facets/filter area */
      .facets-vertical { background-color: #ffffff !important; }
      .collection { background-color: #ffffff !important; }
      main#MainContent { background-color: #ffffff !important; }
      /* Fix WEEKLY DROP title */
      .collection-hero__title { color: #1a1a1a !important; }
      /* Fix sort by area */
      .facet-filters, .facets-container { color: #1a1a1a !important; }
      select.facet-filters__sort { color: #1a1a1a !important; background: #fff !important; border-color: #e5e7eb !important; }
      .facets__summary { color: #1a1a1a !important; }
      /* Fix product count */
      .product-count__text { color: #6b7280 !important; }
    
      
      /* All product images — white background, no grey */
      .hp-scroll-img,
      .r-scroll-img,
      .r-card-img,
      .card__media,
      .card__media .media,
      .card .media,
      .product__media-item .media {
        background: #ffffff !important;
        background-color: #ffffff !important;
      }

      
      
      
      /* Tabbed products section — full width on desktop */
      .hp-tabbed .hp-section-header{max-width:none;}

      
      /* Header nav — pure white background */
      .header,
      .header-wrapper,
      .shopify-section-group-header-group .header-wrapper,
      .shopify-section-group-header-group .header {
        background: #ffffff !important;
        background-color: #ffffff !important;
      }
      /* Callout bar (below header) — dark pill buttons */
      .hp-callout {
        background: #1a1a1a !important;
        border-bottom: none !important;
      }
      .hp-callout-item {
        color: #ffffff !important;
        border-color: transparent !important;
        background: rgba(255,255,255,0.1) !important;
        border-radius: 4px !important;
        padding: 8px 16px !important;
        margin: 4px !important;
        font-size: 11px !important;
        transition: all 0.2s !important;
        border-right: none !important;
      }
      .hp-callout-item:hover {
        background: rgba(255,255,255,0.2) !important;
      }
      .hp-callout-item strong {
        color: #ffffff !important;
      }
      .hp-callout-item span {
        color: #e5e7eb !important;
      }

      
      /* Footer — pure white background */
      .footer,
      .footer-wrapper,
      .section-footer,
      .shopify-section-group-footer-group,
      .shopify-section-group-footer-group .footer,
      footer,
      .footer__content-top,
      .footer__content-bottom {
        background: #ffffff !important;
        background-color: #ffffff !important;
      }

      
      

      
      
      /* Hero Single Image — unified rules */
      .hp-hero-single {
        width: 100%;
        background: #fff;
        line-height: 0;
      }
      .hp-hero-single-link {
        display: block;
        width: 100%;
      }
      .hp-hero-single-img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        object-position: center;
      }
      @media (max-width: 749px) {
        .hp-hero-single {
          width: 100vw !important;
          margin-left: -50vw !important;
          position: relative !important;
          left: 50% !important;
        }
        .hp-hero-single-img {
          max-height: none !important;
          width: 100vw !important;
          height: auto !important;
          object-fit: cover !important;
        }
      }
      @media (min-width: 750px) {
        .hp-hero-single-img {
          max-height: 620px;
        }
      }

      
      
      /* ===== Retailer PRICE DISPLAY CLASSES ===== */
      .trc-price-display {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
      }
      .trc-price-member {
        font-size: 28px !important;
        font-weight: 900 !important;
        color: #111 !important;
        line-height: 1;
      }
      .trc-price-retail-struck {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #9ca3af !important;
        text-decoration: line-through !important;
        text-decoration-thickness: 2px !important;
      }
      .trc-price-save-badge {
        display: inline-block;
        background: #dc2626;
        color: #fff;
        font-size: 10px;
        font-weight: 800;
        padding: 3px 8px;
        border-radius: 4px;
        letter-spacing: 0.5px;
        line-height: 1;
      }
      .trc-price-badge {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 12px;
        font-weight: 600;
        margin-top: 4px;
      }
      .trc-price-badge--member {
        color: #3971BC;
      }
      .trc-price-badge--unlock {
        color: #92400e;
        background: #fef3c7;
        padding: 3px 10px;
        border-radius: 4px;
        font-size: 11px;
      }
      /* Product page specific */
      .product .trc-price-member {
        font-size: 32px !important;
      }
      .product .trc-price-retail-struck {
        font-size: 18px !important;
      }
      /* Collection card prices — smaller */
      .card .trc-price-member {
        font-size: 16px !important;
      }
      .card .trc-price-retail-struck {
        font-size: 12px !important;
      }
      .card .trc-price-save-badge {
        font-size: 8px !important;
        padding: 2px 5px !important;
      }
      .card .trc-price-badge {
        font-size: 9px !important;
      }

      /* ===== PRICE DISPLAY FIX — proper strikethrough + color ===== */
      .product .price {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
      }
      .product .price div[style*="line-through"],
      .product .price span[style*="line-through"] {
        color: #9ca3af !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        text-decoration: line-through !important;
        text-decoration-thickness: 1.5px !important;
        text-decoration-color: #9ca3af !important;
      }
      .product .price .price-item--regular {
        color: #111 !important;
        font-size: 28px !important;
        font-weight: 900 !important;
      }
      /* Member price label */
      .product .price span[style*="22c55e"] {
        font-size: 13px !important;
      }
      /* Non-member: show retail struck through, member price big */
      .product .price div[style*="baseline"] {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        flex-wrap: wrap !important;
      }
      .product .price div[style*="baseline"] span[style*="line-through"] {
        color: #9ca3af !important;
        font-size: 16px !important;
        text-decoration: line-through !important;
        text-decoration-thickness: 2px !important;
        order: 2 !important;
      }
      .product .price div[style*="baseline"] span[style*="font-weight:700"],
      .product .price div[style*="baseline"] span[style*="font-weight: 700"] {
        color: #242424 !important;
        font-size: 28px !important;
        font-weight: 900 !important;
        order: 1 !important;
      }
      .product .price div[style*="baseline"] span[style*="b8860b"] {
        order: 3 !important;
        background: #fef3c7 !important;
        padding: 3px 8px !important;
        border-radius: 4px !important;
        font-size: 11px !important;
      }

      /* ===== SHOP PAY BUTTON SPACING ===== */
      .product .shopify-payment-button {
        margin-top: 10px !important;
      }
      .product .shopify-payment-button__button {
        border-radius: 8px !important;
        height: 50px !important;
      }
      .product .product-form__buttons {
        gap: 10px !important;
        display: flex !important;
        flex-direction: column !important;
      }
      /* More payment options link */
      .product .product-form__buttons + div,
      .product [data-shopify="payment-button"] + div {
        margin-top: 4px !important;
      }
      .shopify-payment-button__more-options {
        margin-top: 8px !important;
        font-size: 12px !important;
        color: #6b7280 !important;
      }

      
      /* ===== FIX STRIKETHROUGH — proper centered line-through on compare price ===== */
      .product .price--on-sale .price-item--regular,
      .product .price--on-sale .price-item--regular .money,
      .product s.price-item--regular,
      .product s.price-item--regular .money,
      .product .price s,
      .product .price s .money,
      .price--on-sale .price-item--regular,
      .price--on-sale .price-item--regular .money {
        text-decoration: line-through !important;
        text-decoration-line: line-through !important;
        text-decoration-thickness: 1.5px !important;
        color: #9ca3af !important;
      }
      .product .price--on-sale .price-item--regular::before,
      .product .price--on-sale .price-item--regular::after {
        display: none !important;
      }

      /* ===== RECOMMENDED PRODUCTS ===== */
      product-recommendations .card__media .media img,
      .related-products .card__media .media img {
        object-fit: contain !important;
        mix-blend-mode: multiply;
      }

      /* FINAL ATC BUTTON — MUST BE LAST — ALL STATES */
      .product .product-form__submit,
      .product .product-form__submit.button,
      .product .product-form__submit.button--primary,
      .product .product-form__submit.button--secondary,
      .product button.product-form__submit,
      .product-form__submit.button--full-width,
      .product .product-form__submit[style],
      #ProductSubmitButton-template--product,
      button[name="add"],
      .product-form__submit {
        background-color: #111111 !important;
        color: #ffffff !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        padding: 16px 32px !important;
        border: 2px solid #111 !important;
        border-radius: 8px !important;
        letter-spacing: 1.5px !important;
        text-transform: uppercase !important;
        -webkit-text-fill-color: #ffffff !important;
        opacity: 1 !important;
      }
      .product .product-form__submit:hover,
      .product-form__submit:hover,
      .product-form__submit.button--full-width:hover {
        background-color: #333333 !important;
        color: #ffffff !important;
        border-color: #333333 !important;
        -webkit-text-fill-color: #ffffff !important;
      }
      .product .product-form__submit[disabled],
      .product .product-form__submit:disabled,
      .product-form__submit[disabled],
      .product-form__submit:disabled {
        background-color: #e5e7eb !important;
        border-color: #e5e7eb !important;
        color: #9ca3af !important;
        -webkit-text-fill-color: #9ca3af !important;
        cursor: not-allowed !important;
      }
      .product .product-form__submit .loading-overlay__spinner,
      .product-form__submit .loading-overlay__spinner {
        color: #ffffff !important;
      }

      /* ===== MOBILE PRODUCT PAGE OPTIMISATIONS ===== */
      @media (max-width: 749px) {
        /* Price display: scale down for mobile */
        .product .trc-price-member,
        .product .price .price-item--regular,
        .product .price div[style*="baseline"] span[style*="font-weight:700"],
        .product .price div[style*="baseline"] span[style*="font-weight: 700"] {
          font-size: 24px !important;
        }
        .product .trc-price-retail-struck,
        .product .price div[style*="baseline"] span[style*="line-through"] {
          font-size: 14px !important;
        }
        .trc-price-display {
          gap: 8px !important;
        }
        .trc-price-save-badge {
          font-size: 9px !important;
          padding: 2px 6px !important;
        }
        .trc-price-badge {
          font-size: 11px !important;
        }
        .trc-price-badge--unlock {
          font-size: 10px !important;
          padding: 2px 8px !important;
        }

        /* Membership toggle: fit nicely on mobile */
        .trc-sub-selector {
          margin: 12px 0 !important;
        }
        .trc-sub-option {
          padding: 12px 14px !important;
          border-radius: 8px !important;
        }

        /* Shop Pay: tighter spacing from ATC on mobile */
        .product .shopify-payment-button {
          margin-top: 8px !important;
        }
        .product .shopify-payment-button__button {
          height: 46px !important;
        }
        .product .product-form__buttons {
          gap: 8px !important;
        }

        /* ATC button: slightly shorter on mobile */
        .product .product-form__submit,
        .product .product-form__submit.button,
        .product .product-form__submit.button--primary,
        .product .product-form__submit.button--secondary,
        .product button.product-form__submit,
        .product-form__submit.button--full-width,
        .product-form__submit {
          padding: 14px 24px !important;
          font-size: 14px !important;
        }
      }
