/** Shopify CDN: Minification failed

Line 95:20 Unexpected "{"
Line 95:29 Expected ":"
Line 101:22 Unexpected "{"
Line 101:31 Expected ":"
Line 110:20 Unexpected "{"
Line 110:29 Expected ":"
Line 136:20 Unexpected "{"
Line 136:29 Expected ":"
Line 149:20 Unexpected "{"
Line 149:29 Expected ":"
... and 7 more hidden warnings

**/

@font-face {
  font-family: 'Benzin';
  src: url('/cdn/shop/files/Benzin_Bold.woff2?v=1752653889') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Recoleta';
  src: url('/cdn/shop/files/Recoleta_Medium.woff2?v=1752708997') format('OpenType');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Armin Grotesk';
  src: url('/cdn/shop/files/Armin_Grotesk_Semi_Bold.woff2?v=1752708997') format('OpenType');
  font-style: normal;
  font-display: swap;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Recoleta' !important;
}
body {
  font-family: 'Armin Grotesk';
}
.btn,
.push-btn__surface,
.shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:before {
  font-family: 'Armin Grotesk';
}
.font-main {
  font-family: 'Armin Grotesk';
}

h2.split-layout-content-title {
  font-size: 5vw;
  font-family: 'Benzin', sans-serif !important;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  h2.split-layout-content-title {
  font-size: 12vw;
  }
}

h3.split-layout-grid-title {
  font-size: clamp(1.2rem, 3vw, 1.2rem);
}

.product-tile h3.font-body.text-base {
    font-family: 'Recoleta' !important;
    font-size: 1.5rem;
}


/* nav stop text wrap */
div#headerContainer [x-ref="navigation"].flex-wrap {
    flex-wrap: nowrap;
} 

div#headerContainer [x-ref="navigation"] li.no-js-focus-wrapper.inline-block.h-full {
  white-space: nowrap;
}

/*featured collection edits */

  #shopify-section-{{ section.id }} .quantity-add-wrapper {
    display: block;
    margin: 1rem auto 0;
    width: fit-content;
  }
  @media (min-width: 768px) {
    #shopify-section-{{ section.id }} .quantity-add-wrapper {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin: 1rem auto 0;
      width: fit-content;
    }
  }

  #shopify-section-{{ section.id }} .quantity-selector {
    display: inline-flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 9999px;
    overflow: visible; 
    background-color: white;
  }
 .qty-decrement,
 .qty-increment {
    background: none;
    border: none;
    font-size: 1.25rem;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
  }
  .qty-input {
    width: 2.5rem;
    min-width: 2.5rem;  
    text-align: center;
    border: none;
    font-size: 1rem;
    padding: 0.5rem 0;
    background-color: transparent;
  }

  #shopify-section-{{ section.id }} .add-button {
    background-color: #fdf3c1;
    border: 1px solid #000;
    border-radius: 9999px;
    padding: 0.5rem 2rem; 
    min-width: 6rem; 
    text-transform: uppercase;
    font-weight: 600;
    color: #000 !important;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 0;
  }
  #shopify-section-{{ section.id }} .add-button:hover {
    background-color: #000 !important;
    color: #fff !important;
  }

  #shopify-section-{{ section.id }} .product-tile-alt h3 {
    font-size: 1.5rem;
    }


  #shopify-section-{{ section.id }} section.featured-collection-alt {
    //*width: 85vw;*//
    margin: auto;
}

   #shopify-section-{{ section.id }} .grid {
    align-items: stretch;
  }


  .product-variants .variant-dropdown {
    width: 100%;
}


/*serves tag on product tile*/
span.mt-2\.5.inline-block.variant-price {
      display: inline-block;
      margin-right: 10px;
}
  
.serves-note {
    display: inline-block;
    background-color: #FCE8F1;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 50px;
    text-decoration: none;
    pointer-events: none;
    margin-left: 10px;
}



@media screen and (min-width:426px) and (max-width: 1024px) {
  .featured-collection-alt ul.grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 50px;
}

  #facets-results ul.grid {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 10px;
      row-gap: 50px;
  }
}


/* icon product badges and tags for products */
.product-tile-alt {
  position:relative;
}
/* your existing styles */
.dietary-badge-list {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: -0.75rem; /* pull upward into image */
  position: relative;
  z-index: 10;

  /* Reserve vertical space even when empty */
  min-height: 1.5rem; /* match badge height */
}

/* Existing badge chip style stays the same */
.dietary-badge,
.product-tags a[href$="/df"] .product-tag,
.product-tags a[href$="/v"] .product-tag,
.product-tags a[href$="/vg"] .product-tag,
.product-tags a[href$="/gf"] .product-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: 600;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid;
  border-radius: 999px;
  padding-top: 5px;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  background-color: #f3f3f3;
}

/* Hide the placeholder but keep its space so alignment stays */
.dietary-badge--placeholder {
  visibility: hidden;
  pointer-events: none;
}

/* Optional: when there are truly no badges, prevent stray gaps */
.dietary-badge-list--empty {
  justify-content: center; /* or space-between if you prefer */
}


.dietary-badge {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dietary-badge:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.product-tags a[href*="/serves"] .product-tag {
  font-size: 0.6rem;
  font-weight: 600;
  padding-top: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.product-block-description a[href$="#serves"] {
    background-color: #FCE8F1;
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 50px;
    text-decoration: none;
    pointer-events: none;
}

.dietary-badge--df, .product-tags a[href$="/df"] .product-tag   { background-color: #d1f7c4; color: #000; } /* Dairy-Free */
.dietary-badge--v, .product-tags a[href$="/v"] .product-tag    { background-color: #ffe4b3; color: #000; } /* Vegetarian */
.dietary-badge--vg, .product-tags a[href$="/vg"] .product-tag   { background-color: #cce0ff; color: #000 } /* Vegan */
.dietary-badge--gf, .product-tags a[href$="/gf"] .product-tag   { background-color: #fff3b0; color: #000; } /* Gluten-Free */
.dietary-badge--rsf, .product-tags a[href$="/rsf"] .product-tag   { background-color: #edf4f4; color: #000; } /* RSF */
.product-tags a[href*="/serves"] .product-tag  { background-color: #FCE8F1; color: #000; } /* Serves */



/*nutritional panel border*/
.product-block.product-block-nutritional-information {
    border: 2px solid;
    border-radius: 20px;
    padding: 30px;
}



/* navigation force break to mobile at 1260px */

 
@media screen and (max-width: 1260px) {
  div#headerBorderWrap {
    .lg\:block {
      display: none !important;
    }
    .lg\:flex {
      display: none !important;
    }

    .lg\:hidden {
      display: block !important;
    }
  }
}

@media screen and (min-width: 1260px) {
  div#headerBorderWrap {
    .lg\:block {
      display: block !important;
    }
    .lg\:flex {
      display: flex !important;
    }
    .lg\:hidden {
      display: none !important;
    }
  }
}

