/** Shopify CDN: Minification failed

Line 1439:0 Expected "}" to go with "{"

**/
:root {
  --bg: #000;
  --panel: rgba(255, 255, 255, 0.05);
  --panel-border: rgba(255, 255, 255, 0.10);
  --text: #fff;
  --muted: rgba(255, 255, 255, 0.70);
  --muted-2: rgba(255, 255, 255, 0.50);
  --red: #dc2626;
  --soft-red: rgba(220, 38, 38, 0.18);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-width {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== HEADER ===== */

.bs-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--panel-border);
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
}

.bs-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 10px 0;
  min-height: 72px;
}

.bs-logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.bs-logo-wrap img,
.bs-header-logo {
  display: block;
  width: auto;
  height: 70px;
  max-width: none;
  object-fit: contain;
}

.bs-brand-text {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bs-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.82);
}

.bs-nav a {
  transition: opacity 0.2s ease;
}

.bs-nav a:hover {
  opacity: 1;
}

.bs-header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 16px;
}

.bs-header-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.bs-account-link {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: 0.2s ease;
}

.bs-account-link:hover {
  background: #fff;
  color: #000;
}

.bs-btn,
.bs-button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 14px 22px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: 0.2s ease;
}

.bs-btn-primary {
  background: var(--red);
  color: #fff;
}

.bs-btn-secondary,
.bs-button-outline {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background: transparent;
}

.bs-btn-secondary:hover,
.bs-button-outline:hover {
  background: #fff;
  color: #000;
}

/* ===== HERO ===== */

.bs-hero {
  position: relative;
  overflow: hidden;
}

.bs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, var(--soft-red), transparent 35%);
  pointer-events: none;
}

.bs-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 96px 0 88px;
}

.bs-kicker {
  margin-bottom: 16px;
  color: #ef4444;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}

.bs-hero h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.95;
  text-transform: uppercase;
  font-weight: 900;
}

.bs-subheading {
  margin-top: 24px;
  max-width: 720px;
  font-size: 19px;
  line-height: 1.6;
  color: var(--muted);
}

.bs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* ===== NEWS CARD ===== */

.bs-news-card {
  border: 1px solid var(--panel-border);
  background: var(--panel);
  border-radius: 32px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.bs-news-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 440px;
  border: 1px solid var(--panel-border);
  border-radius: 24px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.02));
}

.bs-slide {
  display: none;
}

.bs-slide.is-active {
  display: block;
}

.bs-slide-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.34em;
}

.bs-slide-title {
  margin-top: 16px;
  font-size: 38px;
  line-height: 1.08;
  text-transform: uppercase;
  font-weight: 800;
}

.bs-slide-desc {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
}

.bs-slide-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.bs-slide-box {
  min-width: 200px;
  border: 1px solid var(--panel-border);
  border-radius: 18px;
  padding: 16px 18px;
  background: rgba(0, 0, 0, 0.38);
}

.bs-slide-box-label {
  color: var(--muted-2);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.bs-slide-box-value {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}

.bs-slide-button {
  display: inline-block;
  margin-top: 24px;
  color: #ef4444;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 700;
}

.bs-slider-dots {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.bs-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
}

.bs-slider-dot.is-active {
  background: #ef4444;
}

/* ===== GENERAL SECTIONS ===== */

.bs-section {
  padding: 72px 0;
}

.bs-section-muted {
  border-top: 1px solid var(--panel-border);
  border-bottom: 1px solid var(--panel-border);
  background: rgba(255, 255, 255, 0.03);
}

.bs-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.bs-section-head h2,
.bs-section-head h3 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

.bs-section-subhead {
  margin: 14px 0 0;
  max-width: 760px;
  color: var(--muted);
  line-height: 1.7;
}

.bs-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bs-card {
  border: 1px solid var(--panel-border);
  background: var(--panel);
  border-radius: 32px;
  padding: 32px;
}

.bs-card h3 {
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
}

.bs-card p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.bs-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.bs-about {
  border: 1px solid var(--panel-border);
  background: var(--panel);
  border-radius: 32px;
  padding: 42px;
}

/* ===== HIT WALL ===== */

.bs-hitwall-marquee {
  overflow: hidden;
  width: 100%;
}

.bs-hitwall-marquee-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
}

.bs-hitwall-marquee.is-animated .bs-hitwall-marquee-track {
  animation: bsHitWallScroll var(--hitwall-duration, 24s) linear infinite;
}

.bs-hitwall-marquee:hover .bs-hitwall-marquee-track {
  animation-play-state: paused;
}

.bs-hitwall-item {
  flex: 0 0 var(--hitwall-card-width, 210px);
  width: var(--hitwall-card-width, 210px);
}

.bs-hitwall-card-rect {
  position: relative;
  width: 100%;
  aspect-ratio: 2.5 / 3.5;
  border: 1px solid var(--panel-border);
  background: var(--panel);
  border-radius: 22px;
  overflow: hidden;
}

.bs-hitwall-image-rect,
.bs-hitwall-placeholder-rect {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bs-hitwall-placeholder-rect {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: var(--muted-2);
  background: rgba(255, 255, 255, 0.04);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  text-align: center;
}

.bs-hitwall-caption-wrap.rect {
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 12px 14px;
  border-radius: 16px;
}

.bs-hitwall-caption-wrap.rect h3 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
}

.bs-hitwall-caption-wrap.rect p {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.45;
}

@keyframes bsHitWallScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

/* ===== SCHEDULE ===== */

.bs-schedule-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.bs-schedule-scroll::-webkit-scrollbar {
  height: 10px;
}

.bs-schedule-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.bs-schedule-card {
  scroll-snap-align: start;
  min-width: 0;
}

/* ===== MERCH PANEL ===== */

.bs-merch-panel {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 32px;
  border: 1px solid var(--panel-border);
  padding: 40px;
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.20), rgba(255, 255, 255, 0.05));
  display: flex;
  align-items: flex-end;
}

.bs-merch-panel.has-image {
  background: #0b0b0b;
}

.bs-merch-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bs-merch-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.62));
}

.bs-merch-panel-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* ===== FOOTER ===== */

.bs-footer {
  border-top: 1px solid var(--panel-border);
}

.bs-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0;
  color: var(--muted-2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* ===== SHOP PAGE ===== */

.bs-shop-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--panel-border);
  border-radius: 32px;
  padding: 48px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 20px 60px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(220, 38, 38, 0.08);
}

.bs-shop-hero-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, #dc2626, transparent);
  opacity: 0.9;
  pointer-events: none;
}

.bs-shop-hero-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 140px;
  height: 2px;
  background: linear-gradient(270deg, #dc2626, transparent);
  opacity: 0.6;
  pointer-events: none;
}

.bs-shop-back-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.bs-shop-back-link:hover {
  color: #fff;
}

.bs-shop-hero-title {
  margin: 0;
}

.bs-shop-hero-subheading {
  margin-top: 18px;
}

.bs-shop-cats {
  padding-top: 0;
  padding-bottom: 0;
}

.bs-shop-cats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 10px 0;
}

.bs-shop-cat-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--panel-border);
  background: var(--panel);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.bs-shop-cat-pill:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

/* ===== PRODUCT PAGE ===== */

.bs-shop-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.bs-shop-featured-image-wrap {
  border: 1px solid var(--panel-border);
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  min-height: 0;
}

.bs-main-image {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.bs-shop-featured-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f3f3f3;
}

.bs-product-thumbnails {
  display: flex;
  gap: 10px;
  padding: 12px;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow-x: auto;
}

.bs-thumb {
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.78;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #111;
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.bs-thumb:hover {
  opacity: 1;
  transform: scale(1.04);
  border-color: rgba(255, 255, 255, 0.22);
}

.bs-shop-featured-placeholder {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}

.bs-shop-featured-content h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

.bs-shop-featured-content .bs-btn {
  margin-top: 24px;
}

.bs-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.bs-shop-product-card {
  border: 1px solid var(--panel-border);
  background: var(--panel);
  border-radius: 28px;
  overflow: hidden;
}

.bs-shop-product-image-wrap {
  display: block;
  aspect-ratio: 1 / 1.2;
  background: rgba(255, 255, 255, 0.03);
}

.bs-shop-product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bs-shop-product-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 340px;
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
}

.bs-shop-product-info {
  padding: 22px;
}

.bs-shop-product-info h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.bs-shop-price {
  margin: 12px 0 18px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.bs-shop-promo {
  margin-top: 28px;
  border: 1px solid var(--panel-border);
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.18), rgba(255, 255, 255, 0.04));
  border-radius: 32px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bs-shop-promo h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
  text-transform: uppercase;
}

/* ===== ACTIVE SHOP PRODUCT GRID ===== */

.shop-grid-section {
  padding: 8px 0 40px;
}

.shop-grid-heading {
  margin-bottom: 12px;
}

.shop-grid-heading h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: none;
}

.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.shop-product-grid--count-1,
.shop-product-grid--count-2,
.shop-product-grid--count-3 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
}

.shop-product-grid--count-1 {
  justify-content: start;
}

.shop-product-card {
  width: 100%;
  max-width: 260px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background: #0b0b0b;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.shop-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.shop-product-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.shop-product-card__image-wrap {
  height: 260px;
  background: #111;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shop-product-card__info {
  padding: 14px 16px 16px;
}

.shop-product-card__title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.shop-product-card__price {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #ff3b30;
}

.shop-grid-empty {
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.72);
}

/* ===== CONTACT PAGE ===== */

.bs-contact-shell {
  max-width: 980px;
  margin: 0 auto;
}

.bs-contact-head {
  margin-bottom: 30px;
}

.bs-contact-title {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.98;
  font-weight: 900;
}

.bs-contact-sub {
  margin: 16px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.bs-contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 32px;
  padding: 34px;
  background:
    radial-gradient(circle at top left, rgba(220, 38, 38, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 20px 60px rgba(0, 0, 0, 0.45),
    0 0 36px rgba(220, 38, 38, 0.06);
}

.bs-contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, #dc2626, transparent);
  opacity: 0.9;
  pointer-events: none;
}

.bs-contact-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 28px;
  width: 140px;
  height: 2px;
  background: linear-gradient(270deg, #dc2626, transparent);
  opacity: 0.65;
  pointer-events: none;
}

.bs-contact-card form {
  position: relative;
  z-index: 1;
}

.bs-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.bs-contact-field {
  margin-bottom: 16px;
}

.bs-contact-field label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bs-contact-field input,
.bs-contact-field select,
.bs-contact-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(8, 8, 8, 0.94);
  color: #fff;
  padding: 15px 16px;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bs-contact-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.bs-contact-field input::placeholder,
.bs-contact-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.bs-contact-field input:hover,
.bs-contact-field select:hover,
.bs-contact-field textarea:hover {
  border-color: rgba(255, 255, 255, 0.14);
}

.bs-contact-field input:focus,
.bs-contact-field select:focus,
.bs-contact-field textarea:focus {
  outline: none;
  border-color: rgba(220, 38, 38, 0.65);
  box-shadow:
    0 0 0 3px rgba(220, 38, 38, 0.10),
    0 0 20px rgba(220, 38, 38, 0.06);
  background: rgba(12, 12, 12, 0.98);
}

.bs-contact-field textarea {
  resize: vertical;
  min-height: 180px;
}

.bs-contact-actions {
  margin-top: 10px;
}

.bs-contact-actions .bs-btn {
  margin-left: 0;
}

.bs-contact-alert {
  margin-bottom: 18px;
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
}

.bs-contact-alert--success {
  border: 1px solid rgba(34, 197, 94, 0.25);
  background: rgba(34, 197, 94, 0.10);
  color: #86efac;
}

.bs-contact-alert--error {
  border: 1px solid rgba(239, 68, 68, 0.25);
  background: rgba(239, 68, 68, 0.10);
  color: #fca5a5;
}

.bs-contact-alert ul {
  margin: 8px 0 0 18px;
  padding: 0;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 989px) {
  .shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-product-card__image-wrap {
    height: 220px;
  }
}

@media (max-width: 960px) {
  .bs-hero-grid,
  .bs-grid-3,
  .bs-split {
    grid-template-columns: 1fr;
  }

  .bs-nav {
    display: none;
  }

  .bs-hitwall-item {
    flex-basis: min(44vw, 190px);
    width: min(44vw, 190px);
  }

  .bs-schedule-scroll {
    grid-auto-columns: minmax(280px, 82vw);
  }

  .bs-shop-featured,
  .bs-shop-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bs-shop-promo {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .page-width {
    padding: 0 16px;
  }

  .bs-header-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    min-height: 64px;
  }

  .bs-logo-wrap {
    width: 100%;
    justify-content: center;
  }

  .bs-logo-wrap img,
  .bs-header-logo {
    height: 52px;
  }

  .bs-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-left: 0;
    order: 3;
  }

  .bs-nav a {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .bs-header-cta {
    order: 2;
    margin-left: 0;
    gap: 10px;
  }

  .bs-btn,
  .bs-button-outline,
  .bs-account-link {
    padding: 11px 14px;
    font-size: 11px;
    letter-spacing: 0.08em;
    min-height: 40px;
  }

  .bs-hero-grid {
    gap: 28px;
    padding: 48px 0 44px;
  }

  .bs-kicker {
    font-size: 11px;
    letter-spacing: 0.22em;
    margin-bottom: 10px;
  }

  .bs-hero h1 {
    font-size: clamp(30px, 10vw, 44px);
    line-height: 1;
  }

  .bs-subheading {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.5;
  }

  .bs-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .bs-news-card {
    padding: 16px;
    border-radius: 22px;
  }

  .bs-news-inner {
    min-height: auto;
    padding: 18px;
    border-radius: 18px;
  }

  .bs-slide-title {
    font-size: 24px;
    line-height: 1.1;
  }

  .bs-slide-desc {
    font-size: 14px;
    line-height: 1.5;
  }

  .bs-slide-box {
    min-width: 100%;
  }

  .bs-section {
    padding: 44px 0;
  }

  .bs-section-head {
    gap: 14px;
    margin-bottom: 20px;
  }

  .bs-section-head h2,
  .bs-section-head h3 {
    font-size: clamp(24px, 8vw, 34px);
    line-height: 1.05;
  }

  .bs-section-subhead {
    font-size: 14px;
    line-height: 1.6;
  }

  .bs-card {
    padding: 22px;
    border-radius: 22px;
  }

  .bs-card h3 {
    font-size: 20px;
  }

  .bs-merch-panel {
    min-height: 240px;
    padding: 22px;
    border-radius: 22px;
  }

  .bs-about {
    padding: 24px;
    border-radius: 22px;
  }

  .bs-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 0;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .bs-shop-hero-card {
    padding: 28px;
    border-radius: 22px;
  }

  .bs-shop-featured,
  .bs-shop-grid {
    grid-template-columns: 1fr;
  }

  .bs-shop-featured-placeholder {
    min-height: 300px;
  }

  .bs-shop-featured-image {
    aspect-ratio: 1 / 1;
  }

  .bs-product-thumbnails {
    padding: 10px;
    gap: 8px;
  }

  .bs-thumb {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
  }

  .bs-shop-product-placeholder {
    min-height: 280px;
  }

  .shop-product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .shop-product-card__image-wrap {
    height: 200px;
  }

  .bs-shop-hero-card::before {
    left: 24px;
    width: 90px;
  }

  .bs-shop-hero-card::after {
    right: 24px;
    width: 100px;
  }

  .bs-contact-card {
    padding: 24px;
    border-radius: 24px;
  }

  .bs-contact-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bs-contact-sub {
    font-size: 15px;
    line-height: 1.55;
  }
}

  /* ===== Shop Navigation ===== */

.bs-shop-nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
}

.bs-shop-btn{
  display:inline-block !important;
  background:#111 !important;
  color:#fff !important;
  text-decoration:none !important;
  padding:12px 22px !important;
  border-radius:8px !important;
  border:1px solid #333 !important;
  font-weight:700 !important;
  font-size:14px !important;
  transition:.2s ease;
}

.bs-shop-btn:hover{
  background:#e10600 !important;
  border-color:#e10600 !important;
  color:#fff !important;
  transform:translateY(-1px);
}

@media (max-width: 749px) {
  .shop-grid-heading h2 {
    font-size: 22px;
  }

  /* ===== Product Variant Selector ===== */

.bs-variant-wrap {
  margin: 24px 0 18px;
}

.bs-variant-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bs-variant-select {
  width: 100%;
  max-width: 100%;
  min-height: 56px;

  background: #111;
  color: #fff;

  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;

  padding: 16px 18px;

  font-size: 16px;
  font-weight: 700;
}




