/** Shopify CDN: Minification failed

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

**/
/* ── EUROCINE BLACK ── */
@font-face {
  font-family: 'Eurocine-Black';
  src: url('/cdn/shop/files/Eurocine-Black.woff2?v=1777840437') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   OVERMONO — Dawn Theme CSS (clean)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap');

/* ── EUROCINE BLACK ── */
@font-face {
  font-family: 'Eurocine-Black';
  src: url('{{ "Eurocine-Black.woff2" | asset_url }}') format('woff2'),
       url('{{ "Eurocine-Black.woff" | asset_url }}') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



:root {
  --overmono-yellow: #1a1919;
  --overmono-black:  #e61c24;
  --overmono-font:   'Eurocine-Black', 'Helvetica Neue', Helvetica, sans-serif;
  --overmono-tracking: -0.025em;
}

/* ── GLOBAL ── */
body { background: var(--overmono-yellow); color: var(--overmono-black); }

/* ── HIDE DAWN'S OWN HEADER ── */
.header-wrapper,
.shopify-section-group-header-group { display: none !important; }

/* ── SONGER HEADER ── */
.overmono-header {
  background: var(--overmono-yellow);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 1000;
  isolation: isolate;
}

.overmono-header__logo {
  font-family: var(--overmono-font);
  font-size: clamp(22px, 6vw, 96px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: var(--overmono-tracking);
  color: var(--overmono-black);
  text-decoration: none;
  line-height: 1;
}

.overmono-header__logo-img {
  height: clamp(28px, 6vw, 96px);
  width: auto;
  display: block;
  max-height: 36px; /* mobile cap so it doesn't overflow header */
}

@media (min-width: 768px) {
  .overmono-header__logo-img {
    max-height: none;
    height: clamp(42px, 6vw, 88px);
  }
}

/* ── THREE DOTS (mobile) ── */
.overmono-hamburger {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 200;
}

.overmono-hamburger span {
  display: block;
  width: 6px; height: 6px;
  background: var(--overmono-black);
  border-radius: 50%;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}

.overmono-hamburger.is-active span { opacity: 0; }

/* ── MOBILE NAV OVERLAY ── */
.overmono-mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26, 25, 25, 0.85);
  backdrop-filter: blur(2px);
  z-index: 1001;
  flex-direction: column;
  justify-content: flex-start;
  /* Match header padding exactly so logo doesn't jump */
  padding: 14px 24px 40px;
  overflow-y: auto;
}

.overmono-mobile-nav.is-open { display: flex; }

.overmono-mobile-nav__close {
  position: absolute;
  /* Match dots button position: header padding is 14px top, 24px right */
  top: 14px; right: 24px;
  background: none; border: none;
  font-family: var(--overmono-font);
  font-size: clamp(28px, 7vw, 36px);
  font-weight: 900;
  line-height: 1;
  color: var(--overmono-black);
  cursor: pointer;
  padding: 0;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  z-index: 160;
  transition: opacity 0.15s ease;
}
.overmono-mobile-nav__close:hover { opacity: 0.5; }

.overmono-mobile-nav__list { list-style: none; margin: 0; padding: 0; }

.overmono-mobile-nav__item {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.overmono-mobile-nav.is-open .overmono-mobile-nav__item { opacity: 1; transform: translateX(0); }
.overmono-mobile-nav.is-open .overmono-mobile-nav__item:nth-child(1) { transition-delay: 0.05s; }
.overmono-mobile-nav.is-open .overmono-mobile-nav__item:nth-child(2) { transition-delay: 0.10s; }
.overmono-mobile-nav.is-open .overmono-mobile-nav__item:nth-child(3) { transition-delay: 0.15s; }
.overmono-mobile-nav.is-open .overmono-mobile-nav__item:nth-child(4) { transition-delay: 0.20s; }
.overmono-mobile-nav.is-open .overmono-mobile-nav__item:nth-child(5) { transition-delay: 0.25s; }
.overmono-mobile-nav.is-open .overmono-mobile-nav__item:nth-child(6) { transition-delay: 0.30s; }

.overmono-mobile-nav__logo {
  display: block;
  font-family: var(--overmono-font);
  font-size: clamp(42px, 8vw, 96px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: var(--overmono-tracking);
  color: var(--overmono-black);
  text-decoration: none;
  line-height: 1;
  margin-bottom: 20px;
  /* Match exact header logo size */
}

.overmono-mobile-nav__logo .overmono-header__logo-img {
  height: clamp(28px, 6vw, 96px);
  width: auto;
  display: block;
  max-height: 36px; /* mobile cap so it doesn't overflow header */
}

@media (min-width: 768px) {
  .overmono-header__logo-img {
    max-height: none;
    height: clamp(42px, 6vw, 88px);
  }
}

/* Hide header logo when nav is open so it doesn't show behind overlay */
body.nav-open .overmono-header__logo,
body.nav-open .overmono-header__logo-img {
  opacity: 0;
}

.overmono-mobile-nav__link {
  display: block;
  font-family: var(--overmono-font);
  font-size: clamp(36px, 10vw, 52px);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--overmono-black);
  text-decoration: none;
  line-height: 1;
  padding: 4px 0;
  letter-spacing: var(--overmono-tracking);
  transition: opacity 0.15s ease;
}
.overmono-mobile-nav__link:hover { opacity: 0.6; }

/* ── DESKTOP OVERRIDES ── */
@media (min-width: 768px) {
  .overmono-hamburger { display: flex; }

  .overmono-header__right {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
  }

  .overmono-cart-icon {
    display: flex !important;
  }

  .overmono-header {
    padding: 14px 40px;
  }

  /* Hero section wrapper */
  .sh-section {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* ── SECTION SPACING RESET ── */
#MainContent > .shopify-section {
  border-top: none !important;
  margin-top: 0 !important;
}

.sh-section, .shopify-section.sh-section {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* ── HERO SECTION WRAPPER RESET ── */
.sh-section,
div.sh-section,
.shopify-section.sh-section {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  display: block !important;
}

/* ── PAYMENT ICONS: monotone ── */
.payment-icons img,
.payment-icons svg,
[class*="payment"] img,
[class*="payment"] svg,
.footer__payment img,
.footer__payment svg,
svg.icon--full-color,
.list-payment img,
.list-payment svg {
  filter: grayscale(100%) !important;
  opacity: 0.7;
}

/* ── HIDE BANDSINTOWN LOGO ── */
.bit-footer,
.bit-footer-logo,
[class*="bit-footer"],
.bit-widget .bit-footer {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* ── COLLECTION & PRODUCT TYPOGRAPHY ── */

/* Section headings (BUNDLES, SHOP etc) */
.collection__title,
.featured-collection .title,
.section-heading,
h1.title, h2.title, h3.title,
.collection-list__title,
[class*="section"] h1,
[class*="section"] h2 {
  font-family: 'Eurocine-Black', 'Helvetica Neue', Helvetica, sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.025em !important;
  color: #e61c24 !important;
}

/* Product card title */
.card__heading,
.card__heading a,
.card-information__text,
.product-card__title,
.card__title,
.card__title a {
  font-family: 'Eurocine-Black', 'Helvetica Neue', Helvetica, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.025em !important;
  color: #e61c24 !important;
  font-size: clamp(13px, 1.4vw, 18px) !important;
}

/* Product price */
.price,
.price__regular,
.price__sale,
.price-item,
.price-item--regular,
.price-item--sale,
.card-information .price {
  font-family: 'Eurocine-Black', 'Helvetica Neue', Helvetica, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  color: #e61c24 !important;
  font-size: clamp(12px, 1.2vw, 16px) !important;
}

/* ── CONSISTENT SECTION HEADING SIZE ── */
.collection__title,
.featured-collection .title,
h1.title, h2.title, h3.title,
.section-heading,
[class*="section"] h1,
[class*="section"] h2,
.st__heading {
  font-size: clamp(42px, 6vw, 88px) !important;
}

/* ── PRODUCT CARD BACKGROUNDS: yellow ── */
.card__media,
.card .media,
.card--product .media,
.card-wrapper .media,
.product-card__image,
.card__inner .media,
[class*="card"] .media {
  background-color: #1a1919 !important;
}



/* ── REMOVE PRODUCT IMAGE BORDERS ── */
.media,
.product__media,
.product-media-container,
.product__media-item .media,
.card__media,
[class*="media--"] {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  --media-border-opacity: 0 !important;
  --media-shadow-opacity: 0 !important;
}

/* ── FOOTER: hide Powered by Shopify, clean copyright ── */
.footer__powered-by,
.powered-by-link,
a[href*="shopify.com"]:not([href*="myshopify"]) {
  display: none !important;
}

.footer__copyright {
  font-family: 'Eurocine-Black', 'Helvetica Neue', Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.025em !important;
  color: #e61c24 !important;
}

/* ── FOOTER: centre all content ── */
.footer__content-bottom,
.footer__content-bottom-wrapper,
.footer__copyright,
.footer__payment {
  justify-content: center !important;
  text-align: center !important;
}

.footer__copyright {
  flex-wrap: wrap !important;
  gap: 8px !important;
}
/* ── FOOTER: country/region heading size fix ── */
.footer__localization h2.caption-large,
.footer__localization .caption-large {
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

/* ── GLOBAL HEADING FONT OVERRIDE (Dawn sections) ── */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.title,
.card__heading,
.featured-collection .title,
[class*="heading"] {
  font-family: 'Eurocine-Black', 'Helvetica Neue', Helvetica, sans-serif !important;
}

/* ── BANDSINTOWN WIDGET OVERRIDES ── */
.bit-widget *,
.bit-widget .bit-event__date,
.bit-widget .bit-event__venue,
.bit-widget .bit-event__location,
.bit-widget .bit-event__offers,
.bit-widget .bit-header,
.bit-widget p,
.bit-widget span,
.bit-widget div {
  color: #e61c24 !important;
}

/* Dividers */
.bit-widget .bit-event,
.bit-widget hr,
.bit-widget .bit-divider,
[class*="bit-"] hr,
[class*="bit-"] .divider {
  border-color: #e61c24 !important;
  border-top-color: #e61c24 !important;
}

/* RSVP button - white outline style */
.bit-widget .bit-rsvp-button,
.bit-widget [class*="rsvp"] {
  border-color: #e61c24 !important;
  color: #e61c24 !important;
  background: transparent !important;
}

/* Ticket button text — dark on red background */
.bit-widget .bit-offers__offer--ticket a,
.bit-widget .bit-offers__offer--ticket span,
.bit-widget [class*="ticket"] span,
.bit-widget [class*="ticket"] a,
.bit-widget .bit-ticket__cta,
.bit-widget .bit-ticket__cta * {
  color: #1a1919 !important;
}

/* ── COOKIE CONSENT BANNER ── */
#shopify-pc__banner,
.shopify-pc__banner {
  background: #1a1919 !important;
  border-top: 1px solid #e61c24 !important;
  padding: 12px 24px !important;
  font-size: 11px !important;
}

#shopify-pc__banner *,
.shopify-pc__banner * {
  color: #e61c24 !important;
  font-family: 'Eurocine-Black', 'Helvetica Neue', Helvetica, sans-serif !important;
  font-size: 11px !important;
}

/* Heading */
#shopify-pc__banner h2,
.shopify-pc__banner h2 {
  font-size: 13px !important;
  margin-bottom: 4px !important;
}

/* Buttons */
#shopify-pc__banner button,
.shopify-pc__banner button {
  background: transparent !important;
  border: 1px solid #e61c24 !important;
  color: #e61c24 !important;
  padding: 4px 14px !important;
  font-size: 11px !important;
  border-radius: 0 !important;
}

#shopify-pc__banner button[data-accept],
.shopify-pc__banner button[data-accept] {
  background: #e61c24 !important;
  color: #1a1919 !important;
}

/* ── CART ICON ── */
.overmono-header__right {
  display: flex !important;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  position: relative;
  z-index: 200;
}

.overmono-cart-icon {
  position: relative;
  color: #e61c24;
  display: flex !important;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}

.overmono-cart-icon svg {
  display: block;
  stroke: #e61c24;
}

.overmono-cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #e61c24;
  color: #1a1919;
  font-family: 'Eurocine-Black', sans-serif;
  font-size: 9px;
  font-weight: normal;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ── KILL DAWN GRADIENT BACKGROUND ── */
body.gradient,
body.gradient::before,
body.gradient::after {
  background: #1a1919 !important;
  background-image: none !important;
}

/* ── REMOVE TOP GAP ON FIRST SECTION ── */
.shopify-section:first-of-type,
#MainContent > .shopify-section:first-child,
#MainContent > .shopify-section:first-child > * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.content-for-layout > .shopify-section:first-child {
  margin-top: 0 !important;
}


/* ── DESKTOP HERO CART ICON ── */
.sh__cart-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--sh-black);
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 10;
}

.sh__cart-icon svg {
  stroke: var(--sh-black);
  display: block;
}

.sh__cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: var(--sh-black);
  color: var(--sh-yellow);
  font-family: 'Eurocine-Black', sans-serif;
  font-size: 9px;
  font-weight: normal;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Kill gradient body gap */
body.overflow-hidden {
  background: #1a1919 !important;
  background-image: none !important;
}

/* Checkout button */
cart-drawer .cart__checkout-button,
#CartDrawer .cart__checkout-button,
cart-drawer .button--checkout {
  background: #e61c24 !important;
  color: #1a1919 !important;
  border: none !important;
}

/* Product image border */
cart-drawer .cart-item__image,
#CartDrawer .cart-item__image {
  border: none !important;
}

/* Overlay */
cart-drawer .cart-drawer__overlay,
#CartDrawer-Overlay {
  background: rgba(26, 25, 25, 0.5) !important;
}

/* Quantity buttons */
cart-drawer .quantity__button,
#CartDrawer .quantity__button {
  background: transparent !important;
  border-color: #e61c24 !important;
}


/* Close button */
cart-drawer .drawer__close {
  display: block !important;
  color: #e61c24 !important;
}


/* ── FEATURED COLLECTION FULL WIDTH ── */
.featured-collection .page-width {
  max-width: 100% !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* Contain drawer to viewport */
cart-drawer.drawer {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 1000 !important;
  display: flex !important;
  justify-content: flex-end !important;
  pointer-events: none;
}

cart-drawer.drawer.active {
  pointer-events: auto;
}

/* Inner panel */
cart-drawer .drawer__inner {
  width: min(420px, 100vw) !important;
  height: 100% !important;
  overflow-y: auto !important;
  background: #1a1919 !important;
  display: flex !important;
  flex-direction: column !important;
  transform: translateX(100%);
  transition: transform 0.3s ease !important;
}

cart-drawer.drawer.active .drawer__inner {
  transform: translateX(0) !important;
}

/* Cart item layout */
cart-drawer .cart-item {
  display: grid !important;
  grid-template-columns: 80px 1fr auto !important;
  gap: 12px !important;
  align-items: start !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid rgba(230,28,36,0.2) !important;
}

cart-drawer .cart-item__name {
  font-size: 13px !important;
  line-height: 1.3 !important;
  word-break: break-word !important;
}

/* Hide error icon */
cart-drawer .cart-item__error,
cart-drawer [class*="error"] svg.icon-error {
  display: none !important;
}

/* Close button */
cart-drawer .drawer__close {
  display: flex !important;
  justify-content: flex-end !important;
  padding: 16px !important;
  color: #e61c24 !important;
}

cart-drawer .drawer__close svg {
  stroke: #e61c24 !important;
  width: 24px !important;
  height: 24px !important;
}

/* ── CART DRAWER ── */
#CartDrawer { background: #1a1919 !important; }
#CartDrawer .cart-item__name,
#CartDrawer .totals__total-value,
#CartDrawer .cart-drawer__header h2 { color: #e61c24 !important; }
#CartDrawer .cart__checkout-button { background: #e61c24 !important; color: #1a1919 !important; }

/* ── DAWN HEADER: hidden but in DOM for cart drawer JS ── */
.shopify-section-group-header-group .header-wrapper {
  position: fixed !important;
  top: -9999px !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

/* ── CART DRAWER OVERLAY ── */
.cart-drawer__overlay,
#CartDrawer-Overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

cart-drawer.drawer {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* ── CART PAGE HEADING SIZES ── */
.cart__title-heading {
  font-size: clamp(18px, 3vw, 28px) !important;
}

.totals__total {
  font-size: clamp(14px, 2vw, 18px) !important;
}