/** Shopify CDN: Minification failed

Line 31:104 Unterminated string token
Line 96:1 Expected ")" to go with "("

**/
/* Place any CSS overrides in this file. */
/* ===== Custom Brand Fonts ===== */
@font-face {
  font-family: 'Espiritu';
  src: url('/cdn/shop/files/Espiritu-Regular.woff2?v=1759745117') format('woff2'),
       url('/cdn/shop/files/Espiritu-Regular.woff?v=1759745117') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Boomerang';
  src: url('/cdn/shop/files/Boomerang_Bites.woff2?v=1759745117') format('woff2'),
       url('/cdn/shop/files/Boomerang_Bites.woff?v=1759745117') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Helvetica Neue';
  src: url('/cdn/shop/files/HelveticaNeue-Roman.woff2?v=1759745117') format('woff2'),
       url('/cdn/shop/files/HelveticaNeue-Roman.woff?v=1759745117
/* Apply custom fonts globally */
body, p, li, input, button, select, textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1, h2 {
  font-family: 'Espiritu', serif;
}

h3, h4, h5, h6 {
  font-family: 'Boomerang', sans-serif;
}

.flavor-container{
	display: flex;
    flex-direction: column;
    border: solid 1px #aaa;
    max-width: 430px;
}
.flavor-container h3{
	margin: 5px;
    margin-bottom: 0;
}
.flavor-items {
    display: flex;
    align-items: center;
    margin: 5px 5px;
    position: relative;
    justify-content: space-between;
}
.flavor-items img{
    max-width: 60px;
}
.flavor-items img,
.flavor-items label,
.flavor-items input{
	padding: 0 5px;
}
.flavor-items .flavor-input{
	width: 85px;
    border: solid 1px #000;
    margin-bottom: 0px;
}
.flavor-items .flavor-label{
    min-width: 210px;
}
div.ing-popups {
   display: none;
   position: absolute;
   width: 99%;
   padding: 10px;
   background: #eeeeee;
   color: #000000;
   border: 1px solid #1a1a1a;
   font-size: 90%;
   z-index: 99;
 }
.shipping-datepicker{
   padding-left: 10px;
}
@media only screen and (max-width:769px){
	.flavor-items .flavor-label{
        min-width: inherit;
    }
}