/** Shopify CDN: Minification failed

Line 7:1 Unexpected "<"
Line 243:1 Unexpected "<"

**/
 <style>
    h1,h2,h3,h4,h5,h6{
      font-family: var(--font-primary) !important;
      font-weight:700 !important;
    }

    h2.banner__heading{
        font-family: var(--font-primary) !important;
        font-weight:700 !important;
    }
    body{
      font-family: var(--font-primary) !important;
    }
  
    .mapbox-improve-map {
      display: none;
    }

    .mapboxgl-ctrl-attrib-inner{
      display: none;
    }

    .title-icon-wrapper{
      background-color: #43a5d7;
      display:inline-flex;
      border-radius:100%;
    }

    .button.button--secondary{
      padding:1.2rem 5rem !important;
    }
   .button.button--secondary:hover{
      background-color: #ffffff !important;
      opacity:0.8;
      color: #2d2d2d;
      
    }
    .button.button--primary{
      padding:1.2rem 5rem !important;
      background-color: #43a5d7 !important;
      color: #ffffff;
      font-weight:700;
    }

    .button.button--primary:hover{
      background-color: #ffffff !important;
      color: #2d2d2d;
      font-weight:700;

    }

    .button-version-2--primary, .button-version-2--secondary {
      font-size: 12px;
      color: var(--color-blue);
      text-transform: uppercase;

      text-decoration: none;
      font-weight: 500;
    }
    
    .button-version-2--primary {
      padding:0.6rem 2rem;
      border: 1pt solid var(--color-blue);
    }

    .button-version-2--secondary {
      padding: 0.2rem 0;
      border-bottom: 1pt solid var(--color-blue);
    }

    .button-version-2--secondary:hover {
      font-weight: bold;
      border-bottom: 2pt solid var(--color-blue);
    }

    .button-version-2--tertiary {
      font-size: 14px;
      padding:0.6rem 2rem;
      border: 1px solid white;
      background-color: black;
      color: white;
      font-weight: 500;
      text-transform: uppercase;
      line-height: normal;
    }

    .button-version-2--primary-reversed {
      color: #FFF;
      text-align: center;
      font-family: var(--font-primary);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      background-color: var(--color-blue);
      text-transform: uppercase;
    }
    /* .button-version-2--primary:hover{
    } */

    .banner__box>*+.banner__buttons{
      margin-top:4rem  !important;
     
    }

    .feature-collection-section-desc{
      padding-left:2rem;
      border-left:10px solid #43a5d7 !important;
    }

    .video-filter{
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.2)
    }

    
.video-background h2{
      font-size: 4.8rem !important; 
    }

 .ingredient-card-section {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 1rem;
    }
    .ingredient-card{
        position: relative;
        width:100%;
    
    }

    .ingredient-desc{
        color: #a2a1a1;
        font-size: 1.2rem;
    }
  

    .ingredient-img{
        width: 100%;
       object-fit: cover;
       height:220px;
    }

    .numbering{
        background-color: #43A5D7;
        border-radius: 100%;
        padding:2px;
        width:80px;
        height: 80px;
        color:white;
        position: absolute;
        top: -5px;
        left:-5px;
        text-align: center;
        display:flex;
        align-items: center;
        justify-content: center;
        font-size:2rem;
        font-weight: 700;
      
    }

    .subheadling-underline{
      width: 90%;
      height: 50px;
      margin-top: -20px;
      border-bottom: 1px solid #43A5D7;
      box-shadow: 0 20px 20px -20px #43A5D7;
      margin: -50px auto 10px;
    }

    .ingredient-sub-title{
        text-align:center;
        font-weight: 700;
        font-size:1.8rem;
        margin-bottom: 0;
        position:relative;
 
    }

      .video-background{
        display:none;
      }

@media screen and (min-width: 750px) {
      .video-background{
        display:block;
      }
  
        .ingredient-section-heading{
           padding: 0 20rem;
        }
       .ingredient-card-section {
             grid-template-columns: auto auto auto;
             grid-gap: 1rem;
             padding: 0 20rem;
         }

        .ingredient-img{
            height:280;
        }

       .ingredient-sub-title{ 
          font-size:2rem;
      }
}
@media screen and (min-width: 990px) {
  .video-background h2{
      font-size: 8.3rem !important; 
    }

  .ingredient-img{
            height:320px;
        }
    .ingredient-sub-title{ 
          font-size:2.2rem;
      }

    
}

  
@media screen and (min-width: 1320px) {

  .ingredient-img{
            height:400px;
        }

  
}

 
 </style>