/** Shopify CDN: Minification failed

Line 26:0 All "@import" rules must come first

**/
/* =============================================
   HOOPER JERSEYS — Custom Theme Override
   Paste this into assets/hooper-custom.css
   ============================================= */

/* === GLOBAL DARK THEME === */
:root {
  --color-background: 6, 6, 6;
  --color-foreground: 232, 232, 232;
  --color-primary-button: 255, 61, 0;
  --color-primary-button-label: 255, 255, 255;
  --gradient-base: #060606;
}

body, .color-background-1 {
  background-color: #060606 !important;
  color: #e8e8e8 !important;
}

/* === TYPOGRAPHY === */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:wght@300;400;500;600;700&family=Syne:wght@400;500;600;700;800&display=swap');

h1, h2, h3, .h1, .h2, .h3 {
  font-family: 'Anton', sans-serif !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
}

body, p, span, a, li, input, button, select, textarea {
  font-family: 'DM Sans', sans-serif !important;
}

/* === ANNOUNCEMENT BAR (Marquee) === */
.announcement-bar {
  background-color: #FF3D00 !important;
  border: none !important;
}
.announcement-bar__message {
  font-family: 'Syne', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
}

/* === HEADER / NAVBAR === */
.header-wrapper {
  background-color: rgba(6,6,6,0.92) !important;
  backdrop-filter: blur(30px) !important;
  -webkit-backdrop-filter: blur(30px) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}
.header__heading-link {
  font-family: 'Anton', sans-serif !important;
  letter-spacing: 4px !important;
  color: #ffffff !important;
}
.header__menu-item span {
  font-family: 'Syne', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #777 !important;
}
.header__menu-item:hover span {
  color: #ffffff !important;
}

/* === HERO / SLIDESHOW === */
.banner, .slideshow {
  min-height: 85vh !important;
}
.banner__content {
  background: transparent !important;
}
.banner__heading, .slideshow__slide .banner__heading {
  font-family: 'Anton', sans-serif !important;
  font-size: clamp(48px, 8vw, 100px) !important;
  letter-spacing: 3px !important;
  line-height: 0.95 !important;
}
.banner__text, .slideshow__slide .banner__text {
  font-size: 17px !important;
  color: rgba(255,255,255,0.55) !important;
  font-weight: 300 !important;
}

/* === BUTTONS === */
.button, .shopify-payment-button button, 
.btn, button[name="add"], .cart__submit-button {
  background-color: #FF3D00 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  font-family: 'Syne', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  padding: 16px 36px !important;
  transition: all 0.35s cubic-bezier(0.16,1,0.3,1) !important;
}
.button:hover, button[name="add"]:hover {
  background-color: #ff5722 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 40px rgba(255,61,0,0.3) !important;
}
.button--secondary {
  background-color: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: #ffffff !important;
}
.button--secondary:hover {
  background-color: rgba(255,255,255,0.12) !important;
  border-color: rgba(255,255,255,0.25) !important;
}

/* === PRODUCT CARDS === */
.card-wrapper {
  background: #0d0d0d !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  transition: all 0.45s cubic-bezier(0.16,1,0.3,1) !important;
}
.card-wrapper:hover {
  border-color: rgba(255,255,255,0.12) !important;
  transform: translateY(-6px) !important;
  box-shadow: 0 24px 64px rgba(0,0,0,0.5) !important;
}
.card__heading a {
  font-family: 'Syne', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #e8e8e8 !important;
}
.price-item--regular, .price-item--sale {
  font-family: 'Anton', sans-serif !important;
  font-size: 20px !important;
  color: #ffffff !important;
  letter-spacing: 1px !important;
}
.card__information {
  padding: 16px !important;
}
.card__media, .media {
  background: linear-gradient(160deg, #141414, #0d0d0d) !important;
}
/* Product card badge */
.badge {
  background-color: #FF3D00 !important;
  color: #ffffff !important;
  font-family: 'Syne', sans-serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
}
.badge--sale {
  background-color: #00E676 !important;
  color: #060606 !important;
}

/* === COLLECTION PAGE === */
.collection-hero {
  background: #0d0d0d !important;
}
.collection-hero__title {
  font-family: 'Anton', sans-serif !important;
  letter-spacing: 3px !important;
}

/* === PRODUCT PAGE === */
.product__title {
  font-family: 'Anton', sans-serif !important;
  font-size: 36px !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
}
.product__text {
  color: #777 !important;
}
.product__info-wrapper {
  background: #0d0d0d !important;
}

/* === CART === */
.cart-items, .cart__footer {
  background: #0d0d0d !important;
  border-color: rgba(255,255,255,0.06) !important;
}

/* === FOOTER === */
.footer {
  background-color: #0d0d0d !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}
.footer__content-bottom {
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}
.footer-block__heading {
  font-family: 'Syne', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
}
.footer a, .footer p, .footer span {
  color: #444 !important;
}
.footer a:hover {
  color: #ffffff !important;
}

/* === GENERAL OVERRIDES === */
.section-header__title {
  font-family: 'Anton', sans-serif !important;
  letter-spacing: 3px !important;
}
.color-background-2 {
  background: #0d0d0d !important;
}
input, select, textarea {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  color: #e8e8e8 !important;
  border-radius: 6px !important;
}
.field__input:focus, .select__select:focus {
  border-color: #FF3D00 !important;
  box-shadow: 0 0 0 1px #FF3D00 !important;
}

/* === FILM GRAIN TEXTURE === */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99999;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 180px;
}

/* === TRUST BADGE BAR (custom section) === */
.hooper-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hooper-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 20px;
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: background 0.3s;
}
.hooper-trust-item:last-child { border-right: none; }
.hooper-trust-item:hover { background: rgba(255,255,255,0.02); }
.hooper-trust-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,61,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.hooper-trust-text {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
}
@media (max-width: 768px) {
  .hooper-trust-bar { grid-template-columns: 1fr 1fr; }
}

/* === JORDAN BRAND BANNER (custom section) === */
.hooper-jordan {
  position: relative;
  padding: 100px 56px;
  overflow: hidden;
}
.hooper-jordan-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(255,61,0,0.1), transparent 55%), #060606;
}
.hooper-jordan-inner {
  position: relative;
  z-index: 2;
  max-width: 600px;
}
.hooper-jordan h2 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: 3px;
  line-height: 0.95;
  color: #fff;
  margin-bottom: 16px;
}
.hooper-jordan p {
  font-size: 16px;
  color: #777;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 32px;
}
.hooper-jordan-label {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #FF3D00;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hooper-jordan { padding: 60px 20px; }
}

/* === FLOATING BADGE === */
.hooper-float {
  position: fixed;
  bottom: 20px; right: 20px;
  background: rgba(10,10,10,0.92);
  border: 1px solid rgba(226,181,62,0.2);
  backdrop-filter: blur(20px);
  padding: 10px 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 999;
  font-family: 'Syne', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #E2B53E;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hooper-float-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #E2B53E;
  animation: hooper-pulse 2s infinite;
}
@keyframes hooper-pulse {
  0%,100% { opacity:1; }
  50% { opacity:0.4; }
}

/* === SCROLL ANIMATIONS === */
.hooper-reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.8s cubic-bezier(0.16,1,0.3,1);
}
.hooper-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === SELECTION COLOR === */
::selection {
  background: #FF3D00;
  color: #ffffff;
}