/** Shopify CDN: Minification failed

Line 117:1 Expected "}" to go with "{"

**/
/* ============================================
   DESKTOP MENU BADGES
   ============================================ */

.tvg_header_BIfLoG_Header_link {
  position: relative !important;
  display: inline-block !important;
}

.tvg_header_BIfLoG_Header_link::after {
  content: '';
  display: none;
  background-color: #dc2626;
  color: #ffffff;
  font-family: neue_montreal, sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  position: absolute;
  top: -0.75rem;
  right: 0;
}

/* Test Kitchen - NEW badge */
.tvg_header_BIfLoG_Header_link[href*="/products/test-kitchen"]::after {
  content: 'LIMITED';
  display: inline-block;
}

/* GUINNESS - NEW badge */
.tvg_header_BIfLoG_Header_link[href*="/products/last-crumb-x-guinness"]::after {
  content: 'LIMITED';
  display: inline-block;
}

/* GIFT CARD - NEW badge */
.tvg_header_BIfLoG_Header_link[href*="/products/gift-card"]::after {
  content: 'TRENDING';
  display: inline-block;
}

/* Halloween Remix - PRESALE badge */
.tvg_header_BIfLoG_Header_link[href*="/products/thanksgiving-collection"]::after {
  content: 'LIMITED';
  display: inline-block;
}

/* Desktop responsive */
@media print, screen and (min-width: 64em) {
  .tvg_header_BIfLoG_Header_link::after {
    font-size: 0.625rem;
    padding: 0.1875rem 0.5rem;
    top: -0.875rem;
  }
}
/* ============================================
   MOBILE MENU BADGES
   ============================================ */

.tvg_mobile_menu_Q68MNW_MobileMenu .js-navbar-link {
  position: relative !important;
  display: inline-block !important;
}

.tvg_mobile_menu_Q68MNW_MobileMenu .js-navbar-link::after {
  content: '';
  display: none;
  background-color: #dc2626 !important;
  color: #ffffff !important;
  font-family: neue_montreal, sans-serif !important;
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 0.1875rem 0.5rem !important;
  border-radius: 0.25rem !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
  position: absolute !important;
  top: -1rem !important;
  right: 0 !important;
  z-index: 10 !important;
}

/* Test Kitchen - NEW badge (Mobile) */
.tvg_mobile_menu_Q68MNW_MobileMenu .js-navbar-link[href*="/products/test-kitchen"]::after {
  content: 'LIMITED' !important;
  display: inline-block !important;
}

/* GUINNESS - NEW badge (Mobile) */
.tvg_mobile_menu_Q68MNW_MobileMenu .js-navbar-link[href*="/products/last-crumb-x-guinness"]::after {
  content: 'LIMITED' !important;
  display: inline-block !important;
}

/* Halloween Remix - PRESALE badge (Mobile) */
.tvg_mobile_menu_Q68MNW_MobileMenu .js-navbar-link[href*="/products/thanksgiving-collection"]::after {
  content: 'LIMITED' !important;
  display: inline-block !important;


/* PRESALE Button Styling */
.button--presale {
  background-color: #f97316 !important;
  border-color: #f97316 !important;
}