/** Shopify CDN: Minification failed

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

**/

/* ===============================
   CABINET GROTESK BOLD – HEADINGS
   =============================== */

/* 1️⃣ Load font */
@font-face {
  font-family: 'CabinetGroteskBold';
  src: url('/cdn/shop/files/CabinetGrotesk-Bold_6ee23bb8-925d-4a65-a7f2-8e011f051cb6.woff?v=1767785859') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 2️⃣ Shopify 2.0 heading variables (MOST IMPORTANT) */
:root {
  --font-heading-family: CabinetGroteskBold, sans-serif;
  --font-heading-weight: 700;
}

/* 3️⃣ Force apply (backup) */
h1, h2, h3, h4, h5, h6,
.heading,
.title,
.rich-text__heading,
.banner__heading,
.product__title {
  font-family: CabinetGroteskBold, sans-serif !important;
  font-weight: 700 !important;
}


@media (max-width: 749px) {
  .header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-account {
    padding: 10px !important;
  }

  /* Mobile-only header background */
@media (max-width: 768px) {
  header.header.header--middle-center.header--mobile-center.page-width.header--has-menu.header--has-account {
    background: #ffffff !important;
  }
}