/** Shopify CDN: Minification failed

Line 647:26 Expected ")" to end URL token

**/


/* CSS from section stylesheet tags */
.page-about-us {
    #waf-section-wrapper {
        display: none;
    }
}
#disclaimer-wrapper {
    background-color: #E6E6E8;
    padding: 2em 1em;
  }

  #disclaimer-wrapper #disclaimer {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.1em;
  }
@media screen and (min-width: 480px) {
  #benefits-wrapper #benefits {
    display: flex;
  }
}
  
#benefits-wrapper {  
  background-color: #000;
  padding: 30px 20px;
}

#benefits-wrapper #benefits {
  max-width: 900px;
  margin: 0 auto;
}

  #benefits-wrapper #benefits div {
    display: flex;
    flex-direction: column;
    flex: 1 1 33.33%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }

  #benefits-wrapper #benefits div p {
    font-size: 1.5em;
    margin-top: 20px;
    line-height: 1.2;    
    color: #fff;
  }
#featured-products-wrapper {
    text-align: center;
  }

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

    #featured-products-wrapper {
      padding: 0 20px 3em;
    }
    
    #featured-products-wrapper #featured-products {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        justify-content: space-between;    
    }
  
    #featured-products-wrapper #featured-products div {
        flex-basis: 49%;
    }
  }

  @media screen and (max-width: 750px) {

    #featured-products-wrapper {
      padding: 0 20px;
    }    
    
    #featured-products-wrapper #featured-products div {
        padding-bottom: 50px;
    }
  }
#mark-wrapper {
    background-color: #E6E6E8;
    padding: 3em 20px;
  }

  #mark div p:first-of-type {
      font-weight: 300;
  }  

  #mark div:last-of-type {
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    #mark {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
    }
    
    #mark div {
        flex: 1 1 50%;
    }
  
    #mark div:nth-of-type(2) {
      text-align: center;
    }
  
    #mark div p {
          font-size: 1.5em;
          text-align: center;
    }
  }
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

#millennium-products-slider {
  box-shadow: none;
}
  
#millennium-products-slider .product {
    text-align: center;
    margin-right: 15px;
}

#millennium-products-slider .product a {
  display: block;
  background-color: #E6E6E8;
  border-radius: 20px;
  padding: 30px;
}

#millennium-products-slider .product h3 {
  padding: 0 10px;
}

#millennium-products-slider .product img {
    max-width: 21vw;
}

@media (max-width: 680px) {
  #millennium-products-slider .product img {
    max-width: 45vw;
  }
}
#seen-on-section-wrapper {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
    padding: 30px 20px;
  }
  
  #seen-on {
    display: flex;
    justify-content: space-around;
    max-width: 1360px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  
  #seen-on img {
    width: 100%;
    height: auto;
    max-width: 120px;
    flex: 1 1 auto;
    filter: brightness(50%);
  }

  @media (max-width: 800px) {
    #seen-on img {
        max-width: 70px;
    }  
  }

  @media (max-width: 480px) {
    #seen-on img {
        max-width: 50px;
    }
  }
@media screen and (min-width: 860px) {
  #how-to-use-wrapper .section-wrapper {
    display: flex;
  }

  #how-to-use-wrapper .section-wrapper .img-wrapper {
    flex-basis: 30%;
    flex-shrink: 0;  
    max-width: 200px;
    margin-left: 20px;
  }

  #how-to-use-wrapper .section-header {
    white-space: nowrap;
    flex-basis: 40%;
  }  
}

.page-how-to-use {
  background-color: #E6E6E8 !important;
}

#how-to-use-wrapper .section-wrapper h4 {
  margin: 0;
}

#how-to-use-wrapper .section-wrapper img {
  width: 100%;
}

#how-to-use-wrapper .section-wrapper ul {
  list-style-type: none;
  margin: 0;
}

#how-to-use-wrapper .section-wrapper ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

#how-to-use-wrapper .section-wrapper ul li:first-of-type {
  padding-top: 0;
}

#how-to-use-wrapper .section-wrapper ul li:before {
  background-image: var(--checkmark-bg-image-url);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 40px 32px;
  width: 40px;
  height: 32px;
  content: "";
  flex-shrink: 0;
  margin-right: 10px;
}

@media screen and (max-width: 860px) {

  #how-to-use-wrapper .section-wrapper .img-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }

  #how-to-use-wrapper .section-wrapper ul {
    padding-left: 0;
    margin-top: 25px;
  }

  #how-to-use-wrapper .section-header {
    text-align: center;
  }

}
#klaviyo-reviews-outer-wrapper {
    border-top: 2px solid #000;
  }
  
  #klaviyo-reviews-section-wrapper {
    max-width: 1080px;
  }

  #klaviyo-reviews-section-wrapper #klaviyo-reviews-all h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * .06rem);    
  }
#product-matrix-section-wrapper {
    padding: 30px 20px;
  }

  #product-matrix-section-wrapper h2 {
    max-width: 960px;
    margin: 0 auto 2em;
  } 

  @media screen and (min-width: 680px) {
    #product-matrix-mobile {
      display: none;
    }
    #product-matrix-desktop {
      max-width: 960px;
      margin: 0 auto;
      display: block;
    }
  
    #product-matrix-desktop img {
      width: 100%;
      height: auto;
      margin-bottom: 3em;
      display: block;
    }
  }

  @media screen and (max-width: 680px) {
    #product-matrix-mobile {
      display: block;
      width: 90%;
      margin: 0 auto;
    }

    #product-matrix-mobile img {
      width: 100%;
      height: auto;
      display: block;
    }

    #product-matrix-desktop {
      display: none;
    }
  }
#product-method-section-wrapper {
  background-color: #E6E6E8;
  padding: 30px 20px;
}

#product-method-section-wrapper h2 {
  max-width: 960px;
  margin: 0 auto;
}

#product-method {
  max-width: 960px;
  margin: 0 auto;
}

#product-method img {
  width: 100%;
  height: auto;
  max-width: 250px;
}

@media screen and (min-width: 750px) {
  #product-method {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  #product-method div:first-of-type {
    flex-basis: 45%;
  }
  
  #product-method div:last-of-type {
    flex-basis: 50%;
    text-align: center;
  }
  
  #product-method div:last-of-type img {
    max-width: 65%;
    margin-top: 20px;
  }  
}

@media (max-width: 750px) {
  #product-method img {
      max-width: 70%;
      margin: 0 auto;
      display: block;      
  }  
}
#product-quality-section-wrapper {
    background-color: #E6E6E8;
    padding: 30px 20px;
  }

  #product-quality-section-wrapper h2 {
    max-width: 960px;
    margin: 0 auto;
  }  
  
  #product-quality {
    display: flex;
    justify-content: space-around;
    max-width: 960px;
    margin: 2em auto;
    flex-wrap: wrap;
  }
  
  #product-quality img {
    width: 100%;
    max-width: 120px;
    height: auto;
    flex: 1 1 auto;
    filter: brightness(50%);
  }

  @media (max-width: 800px) {
    #product-quality img {
        max-width: 120px;
        margin-bottom: 1em;
    }  
  }

  @media (max-width: 480px) {
    #product-quality img {
        max-width: 40%;
    }
  }
@media screen and (min-width: 680px) {
      #product-reviews {
        display: flex;
        justify-content: center;
      }

      #product-reviews div {
        max-width: 375px;
      }

      #product-reviews img {
          margin-bottom: 2em;
      }

      #product-reviews h4 {
          font-size: 30px;
      }

      #product-reviews p {
          font-size: 20px;
      }     
  }

  @media screen and (max-width: 680px) {
      #product-reviews h4 {
          font-size: 20px;
          margin-top: 0;
      }

      #product-reviews p {
          font-size: 14px;
      } 
  }

  #product-reviews-wrapper {
    border-top: 2px solid #000;
    padding: 2em 0;
  }
  
    #product-reviews {
        max-width: 1200px;
        margin: 0 auto;
    }

    #product-reviews div {
          background-color: #fff;
          color: #000;
          text-align: center;
          border-radius: 50px;
          padding: 30px;
          flex: 1 1 0px;
          margin: 0 10px;            
      }
@media screen and (min-width: 750px) {
    #product-supports {
      display: flex;
      justify-content: space-around;
    }
  }
  
  #product-supports-section-wrapper {
    background-color: #000;
    padding: 30px 20px;
  }

  #product-supports-section-wrapper h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
  }  
  
  #product-supports {
    max-width: 960px;
    margin: 0 auto;
  }

  #product-supports p {
    color: #fff;
    text-align: center;
    flex: 0 1 20%;
    font-size: 1.25em;
    line-height: 1.3;    
  }
@media screen and (min-width: 680px) {
      #reviews {
        display: flex;
        justify-content: space-between;
      }

      #reviews img {
          margin-bottom: 2em;
      }

      #reviews h4 {
          font-size: 30px;
      }

      #reviews p {
          font-size: 20px;
      }     
  }

  @media screen and (max-width: 680px) {
      #reviews h4 {
          font-size: 20px;
          margin-top: 0;
      }

      #reviews p {
          font-size: 14px;
      } 
  }

  #reviews-wrapper {
    border-top: 2px solid #000;
    padding: 2em 0;
  }
  
    #reviews {
        max-width: 1200px;
        margin: 0 auto;
    }

    #reviews div {
          background-color: #fff;
          color: #000;
          text-align: center;
          border-radius: 50px;
          padding: 30px;
          flex: 1 1 0px;
          margin: 0 10px;            
      }
#science-section-benefits .benefit-wrapper {
    display: flex;
    gap: 50px;
    justify-content: center;
  }

  #science-section-benefits .benefit-wrapper:not(:last-of-type) {
    margin-bottom: 50px;
  }

  #science-section-benefits .benefit {
    border: 1px dashed #fff;
    border-radius: 40px;
    width: 250px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 25px;
    font-size: .8em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #science-section-benefits .benefit img {
    display: block;
    margin: 5px auto 15px;
    max-height: 35px;
  }


  @media screen and (max-width: 769px) {
    #science-section-benefits .benefit-wrapper {
      gap: 2vw;
    }

    #science-section-benefits .benefit-wrapper:not(:last-of-type) {
      margin-bottom: 4vw;
    }
  }
#science-ingredients-wrapper {
    max-width:  var(--page-width);
    margin: 0 auto;
    padding: 5rem;    
  }

  #science-ingredients-wrapper #science-ingredients {
    display: flex;
    gap: 50px;
  }

  #science-ingredients-wrapper #science-ingredients > div {
    flex-basis: 50%;
  }

  #science-ingredients-wrapper #science-ingredients > div .accordion:first-of-type {
    margin-top: 0;
    border-top: none;
  }

  #science-ingredients-wrapper .accordion__title {
    border-bottom: none;
  }

  #science-ingredients-wrapper .accordion__content {
    padding: 0;
  }

  @media screen and (max-width: 760px) {
      #science-ingredients-wrapper #science-ingredients {
        display: block;
      }
  
      #science-ingredients-wrapper {
        padding: 15px;
      }
  
      #science-wrapper .core-ingredient {
        max-width: 70% !important;
        text-align: center;
        margin: 0 auto;
      }
  }
#science-wrapper #science-tbi-section {
  padding-top: 0;
}

#science-tbi-section.section-wrapper h2 {
  border-bottom: none;
  font-size: 3.5em;
  margin-bottom: 0;
  margin-top: 0;
}

#science-wrapper #science-formulation-wrapper.science-section-wrapper {
  max-width: 680px;
  text-align: center;
}

#science-wrapper #science-formulation-wrapper.science-section-wrapper p {
  font-size: 1.5em;
}

#science-tbi p:first-of-type {
  font-size: 1.2em;
}

#science-wrapper .core-ingredient {
  background-image: url({{'drop-icon@2x.png' | asset_url }});
  background-repeat: no-repeat;
    max-width: 200px;
}

.core-ingredient p {
    border-top: 1px solid #000;
    margin-top: .8em;
    padding-top: 1em;      
}      

.section-wrapper .core-ingredient-row {
    display: flex;
    max-width: 800px;
    justify-content: space-between;
    margin: 0 auto;      
}

.core-ingredient p {
    border-top: 1px solid #000;
    margin-top: .8em;
    padding-top: 1em;      
}

@media screen and (min-width: 960px) {
  #science-tbi {
    display: flex;
    align-items: flex-end;
    gap: 1em;
  }

  #science-inflammation-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 726px) {
  #science-wrapper #science-formulation-wrapper.science-section-wrapper p {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 726px) {
    #science-wrapper .core-ingredient {
      max-width: 140px;
    }
}

@media screen and (max-width: 560px) {
    #science-wrapper .core-ingredient-row {
      display: block;
    }

    #science-wrapper .core-ingredient {
      max-width: 100%;
    }  
}
#waf-section-wrapper {
    background-color: #3886AF;
  }
  
  #waf-section-wrapper #waf {
    padding: 3em 1em;
  }

  #waf-section-wrapper #waf div p, #waf-section-wrapper #waf div h3 {
    color: #fff;
    margin-top: 0;
  }

  #waf-section-wrapper #waf div:first-of-type img {
    width: 100%;
  }

  #waf-section-wrapper #waf div:first-of-type img {
    max-width: 275px;
  }  

  @media screen and (min-width: 750px) {
    #waf-section-wrapper #waf {
      display: flex;
      max-width: 1100px;
      margin: 0 auto;
    }

    #waf-section-wrapper #waf div:first-of-type {
      padding-right: 25px;
      flex-basis: 40%;
      text-align: center;      
    }     

    #waf-section-wrapper #waf div:last-of-type {
      flex-basis: 60%;
    }
  }

  @media screen and (max-width: 750px) {
    #waf-section-wrapper #waf {
        padding: 3em;
        text-align: center;
    }

    #waf-section-wrapper #waf div:first-of-type {
      margin-bottom: 2em;
      text-align: center;
    }

  }