/** Shopify CDN: Minification failed

Line 11:0 Unexpected "{"

**/
html{
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

{
    font-family: "GT-Mono";
}

main{
  min-height: 90vh;
}

.header__inline-menu li{
    font-family: "Diatype-Regular";
    font-style: normal;
    letter-spacing: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.1rem;
}


.header__menu-item span{
display: inline-block;
  position: relative;
  color: rgba(var(--color-foreground),1);
  text-decoration: none;
}

.header__menu-item span:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.header__menu-item span:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}



.header__menu-item {
    padding: 0.8rem
}

.header.page-width, .utility-bar__grid.page-width{
  max-width: 5000px !important;
}

.header--middle-left .header__inline-menu {
    margin-left: 9em;
  margin-top: -17px;
}

.header-border{
    z-index: 100;
    height: 15px;
    right: 2em;
    margin-top: 2.8em;
    left: 22em;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    position: absolute;
}

.header__active-menu-item{
  text-decoration: none;
}

.header__menu-item:hover span{
    text-decoration: none;
}

.menu-drawer{
  background-color: #EBE9DD !important;
}

.header__menu-item{
  color: rgba(var(--color-foreground),1);
    font-size: 1.2rem;
    letter-spacing: 0.04rem;
}

.page-content p, .page-content li, .page-content p{
  font-size: 1.5rem;
  color: black;
  letter-spacing: 0em;
  font-weight: normal;
  line-height: 1.2em;
}

.page-template .page-content{
  max-width: 900px;
}

.page-template.page-content h2{
  font-size: 1.5rem;
  text-decoration: underline;
}

.page-template .page-content h3{
      font-size: 1.2rem;
    text-transform: uppercase;

}

.page-template .page-content strong, .page-content b{
   font-weight: normal;
}

.display_quiz_body h3{
   font-family: "Diatype-Regular" !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
    font-weight: normal !important;
}

.page.quiz_frame{
   font-family: "Diatype-Regular" !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
    font-weight: normal !important;
}

.cart-count-bubble {
      position: absolute;
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
height: 1.6rem;
    width: 1.6rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    bottom: .5rem;
    line-height: calc(1 + .1 / var(--font-body-scale));
  left: 2.7rem;
}

.subscribe-link{
    display: block;
    float: right;
    text-align: right;
    margin-right: 25px;
    margin-top: -20px;
}

.header .subscribe-link a{
    border: 0px;
}

.subscribe-link a{
    font-family: "Diatype-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    padding: 1em 1.5em;
    background: #0000;
    text-decoration: none !important;
    color: #121212;
    border: 1px solid #121212;
    text-decoration: none;
    letter-spacing: 0em;
}

.subscribe-link a span{
      text-decoration: none !important;
}

.cart-drawer .cart-item{
    grid-template-columns: repeat(12, 1fr) !important;
    display: flex !important;
}

.cart-item__media{
  grid-column: span 4;
  width: auto !important;
}

.cart-drawer .cart-item__details{
   grid-column: span 10 !important;
  grid-row: 1 ;
}

.cart-item__info{
    display: flex;
    flex-direction: column;
    align-items: start;
}

.cart-drawer .cart-item__totals{
  grid-column: span 2;
  font-family: "Diatype-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  grid-row: 1 ;
  display: grid;
  position: absolute;
  right: 0;
}

.bookeasy-reservation-timer-message{
  font-family: "Diatype-Regular" !important;
  font-style: normal !important;
  font-size: 1.5rem !important;
  font-weight: normal !important;
  letter-spacing: 0rem !important;
}

.bookeasy-reservation-timer-minutes, .bookeasy-reservation-timer-seconds{
    text-align: center !important;
    font-size: 1.5rem !important;
    font-weight: normal !important;
    letter-spacing: 0rem !important;
}

.bookeasy-reservation-timer-semi-colon {
    margin: 0px 2px !important;
    text-align: center !important;
    font-size: 1.5rem !important;
    font-weight: normal !important;
    letter-spacing: 0rem !important;
}

.bookeasy-reservation-timer-message {
    margin-bottom: -2px !important;
}

.quantity-popover-container{
  display: none !important;
}

.cart-item .cart-item__quantity{
 padding-left: 0em;
}

.cart-drawer .cart-items .cart-item__quantity{
    padding-left: 0;
    grid-column: span 2 !important;
    grid-row: 3;
}

.drawer__cart-items-wrapper{
  position: relative;
}

.cart-item cart-remove-button{
  margin: 0 !important ;
  color: #0000005e;
    text-decoration: underline;
}

.cart-item .product-option {
    font-size: 1.2rem;
    grid-column: span 8 !important;
      font-family: "Diatype-Regular";
    font-style: normal;
    letter-spacing: 0;
}

.cart-drawer .button.cart-remove-button:hover{
  background: none;
}

.totals__total-value {
    font-size: 1.5rem;
    color: black;
}

.cart-drawer .button{
  color: black;
}

.cart-drawer .button:hover{
    color: white;
    background: black;
}

.product-option{
    grid-column: span 6 !important;
}



.totals__total-value {
    font-size: 1.6rem !important;
}

.cart-drawer .tax-note{
    font-family: "Diatype-Regular";
    font-style: normal;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 1.2rem;
    color: #0000005e;
}

.cart-drawer .cart__checkout-button.button{
  background: black;
      color: white;
}

.cart-item__name{
  grid-column: span 10;
      grid-row: 1 ;
}

.cart-item__image{
  width: 100%;
  mix-blend-mode: darken;
}

.cart-drawer .price{
    font-size: 1.2rem  !important;
    letter-spacing: 0  !important;
    color: rgb(126 126 126)  !important;
}

.drawer__inner{
  border: 0px !important;
}

.cart-drawer .cart-item__media {
    background: #ebe9dd;
    width: 40% !important;
}

.home-landing-wrapper{
  height: 80vh;
}

.home-landing-wrapper-inner{
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 60vh;
    justify-content: end;
}

 .product-media-container.constrain-height {
    --viewport-offset: 400px;
    --constrained-min-height: 700px !important;
 }

.home-landing .content{
  padding: 0rem 2rem !important;
}

.home-landing .button{
  background-color: #0000;
  font-family: "Diatype-Regular";
  font-style: normal;
  letter-spacing: 0;
  font-weight: normal;
  color: #121212;
  margin-top: 2em;
  font-size: 1.4rem;
  padding: 2rem 5rem 1.8rem 3.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
}

.home-landing .button:hover{
  background-color:  #121212;
  color: white;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.button:not([disabled]):hover:after{
   --border-offset: 0;
}
  
.home-landing .button:after{
    /* top: unset;
    right: unset;
    bottom: unset;
    left: unset; */
}

.arrow-wrapper{
    width: 14px;
    height: 14px;
    position: absolute;
    right: 24px;
    top: 12px;
}

.button{
  padding: 2rem 5rem;
}

.home-landing .button .arrow{
    width: 14px !important;
    transform: translate(0px, 0px) rotate(-45deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}



.home-landing .button:hover .arrow{
    transform: translate(10px, 0px) rotate(0deg);
     transform-origin: center;
      transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.home-landing .button:hover .arrow path{
      fill: #fff;
      transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.page-width, .page-width-desktop {
    max-width: 5000px !important;
    padding: 0 2rem  !important;
}

.header-wrapper--border-bottom {
    border-bottom: 0 !important;
}

.gradient{
    background-color: #EBE9DD;
    background: #EBE9DD;
}

.announcement-bar__message{
  letter-spacing: 0;
}

.header__heading-logo-wrapper{
  position: relative;
  width: 160px;
  height: 64px;
  max-width: 100%;
}

.header__heading-logo {
  width: 160px;
  height: auto;
  margin-top: 8px;
}

.header--middle-left .header__heading-link, .header--top-left .header__heading-link{
  margin-left: 0;
      padding: 0;
    height: auto;
}

.header__heading-link {
  width: 160px;
  height: 64px;
}

.header {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.header__icon--cart .icon {
    height: 25px;
    width: 25px;
    padding: 0;
    fill: black;
}

.header__icon--cart {
    position: absolute;
    right: 2.5em;
    top: 1.5em;
}

.header__icon--account{
    position: absolute;
    right: 4.5em;
    top: 1.5em;
}

.header__icon .icon.icon-account {
  width: 20px;
  height: 20px;
}

.header__icon .icon {
    height: 25px;
    width: 25px;
    fill: black;
    vertical-align: middle;
}

.header__icon, .header__icon--cart .icon{
  fill: black;
}

.drawer__inner {
    width: 65rem !important;
}

.light-logo{
  width: 160px;
  height: auto;
  position: absolute;
  top: 8px;
  left: 0px;
  display: none;
}

.conditions .light-logo{
    display: none;
}

/* .conditions .header__heading-logo{
    display: none;
} */

/* .light-logo img{
    width: 200px;
    height: auto;
} */

/* Sections */

.home-landing{
    background-color: #EBE9DD;
  min-height: 80vh;
}

.hero-title{
    padding-top: 10em;
    position: relative;
    display: block;
}

.hero-title h2{
  font-size: 3rem;
  margin-block-start: 0em;
  margin-block-end: 0em;
  letter-spacing: 0;
}

.home-landing img{
  mix-blend-mode: darken;
  width: 500px !important;
}

.landing-image-wrapper-inner{
  display: flex;
}
.landing-image-wrapper{
  /* display: flex; */
  flex-direction: row;
}
.image-landing-one img{
    mix-blend-mode: darken;
}

.image-landing-one{
    background-color: #EBE9DD;
}

.image-landing-three{
  display: none;
      background-color: #EBE9DD;
}

.image-landing-two{
    background-color: #EBE9DD;
    margin-left: -140px;
    width: 450px;
}


.double-image-section{
  display: flex;
  flex-direction: row;
  padding: 3rem 0rem;
  width: 100%;
}

.double-image-section .image-wrapper{
    width: 50%;
    position: relative;
   height: 80vh;
  overflow: hidden;
}

.double-image-section .image-wrapper img {

}

.double-image-section .image-text p{
    color: white;
    font-size: 1.8rem;
    width: 80%;
    text-indent: 40px;
}

.double-image-section.cta .image-wrapper.one{
    width: 33.33%;
    position: relative;
    height: 60vh;
    padding-bottom: 0;
  overflow: hidden;
}

.double-image-section.cta .image-wrapper.one img{
    object-fit: cover;
    object-position: center center;
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.double-image-section.cta .image-text {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    text-indent: 0px;
    width: auto;
}

.double-image-section.cta .image-text .arrow-wrapper .arrow path{
  fill: #fff;
}

.double-image-section.cta .image-text p{
  width: 100%;
  text-indent: 0px;
}

.double-image-section.cta .image-text p a{
  color: white;
  text-decoration: none;
}

.double-image-section .image-text p{
      width: 80%;
    text-indent: 40px;
}

.double-image-section.cta .arrow-wrapper{
  right: -22px;
}

.double-image-section.cta .image-wrapper.two{
    width: 66.66%;
    position: relative;
    height: 60vh;
    padding-bottom: 0;
  overflow: hidden;
}

.double-image-section.cta .image-text .arrow {
    width: 14px !important;
    transform: translate(0px, 0px) rotate(-45deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}


.double-image-section.cta .image-text:hover .arrow {
    width: 14px !important;
    transform: translate(5px, 0px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}


.double-image-section.cta .image-wrapper.two img{
    object-fit: cover;
    object-position: center center;
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


.double-image-section .image-text{
  position: absolute;
  top: 80%;
  left: 20px;

}

  .double-image-section img{
    object-fit: cover;
    object-position: center center;
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

}

.section-border{
     height: 15px;
    width: 100%;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.condition{
  padding-right: 2em;
}

.conditions-section .slick-arrows{
   margin-top: 3em;
  display: flex;
}

.condition-slider{
 
}

  .condition h3{
  font-size: 1.5rem;
  margin-block-end: 1em;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 0.3em;
}

.condition p{
    color: rgb(19 19 19);
    font-size: 1.3rem;
    margin-block-start: .2em;
    letter-spacing: 0.02em;

}

.condition p a, .condition p a:visited{
  color: rgb(19, 19, 19);
      text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 1px;
    line-height: 1em;
    margin-top: 7px;
    display: inline-block;
}

.slick-arrows{
    display: none;
    justify-content: flex-end;
    padding-bottom: 1em;
}

.slick-arrows ul{
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
  height: 22px;
}

.next img{
  width: 20px;
}

.section-title{
  font-family: "GT-Mono"  !important;
  letter-spacing: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: rgb(19 19 19);
}

.section-intro{
  max-width: 360px;
}

.section-intro p{
  color: #131313;
  font-family:  "Diatype-Regular";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 1.71875rem */
}

.ingredient-slider{
 margin-top: 3em;
}

.how-it-works-slider, .blog-slider{
 margin-top: 3em;
}

.ingredient{
    width: 33.33%;
    float: left;
    margin: 0em 0em 2em 0em;
    position: relative;
}


.ingredient-inner{
  /* border: 1px solid black; */
  padding: 1em;
  padding-bottom: 100%;
  height: 100%;
  position: relative;
    transition:  background-color 0.25s ease-in-out;
  background-color: #d8d7cb;
}

.ingredient-inner:hover{
  background-color: #B8AEA5;
  color: white;
  transition:  background-color 0.25s ease-in-out;
}

.ingredient-inner .arrow-wrapper {
    width: 10px;
    height: 14px;
    position: absolute;
    right: 24px;
    top: 12px;
}

.ingredient-inner .arrow{
      width: 14px !important;
    transform: translate(0px, 0px) rotate(-45deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.ingredient-inner:hover .arrow{
      width: 14px !important;
    transform: translate(5px, 0px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.ingredient-inner:hover .arrow path{
  fill: #fff;
     transition-property: fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s; 
}

.ingredient-inner:hover h3{
   color: white;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.ingredient:nth-child(1) {
    padding-right: 1em;
}

.ingredient:nth-child(2) {
  padding-left: 0.5em;
    padding-right: 0.5em;
}

.ingredient:nth-child(3) {
  padding-left: 1em;
}

.ingredient:nth-child(4) {
    padding-right: 1em;
}

.ingredient:nth-child(5) {
  padding-left: 0.5em;
    padding-right: 0.5em;
}

.ingredient:nth-child(6) {
  padding-left: 1em;
}


.ingredient-image img{
  max-width: 300px !important;
  margin: 0% auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
    transform: translate(-50%, -50%);
}

.ingredient-text-box{
  position: absolute;
  bottom: 1em;

}

.how-it-works{
    width: 25%;
    float: left;
    margin: 0em 0em 2em 0em;
    position: relative
}

.how-it-works-number p{
   font-size: 1.8rem;
}

/* .how-it-works:nth-child(2) .how-it-works-number{
  left: 35px;
}


.how-it-works:nth-child(4) .how-it-works-number{
  left: 35px;
} */

.how-it-works-number{
  /* position: absolute;
  top: 1em;
  left: 1em; */
  color: #131313;
  font-family:  "Diatype-Regular";
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 1.71875rem */
}

.how-it-works-box h3 {
    font-size: 1.5rem;
    margin-block-start: 0.2em;
    letter-spacing: 0.02em;
    font-size: 1.5rem;
}




.how-it-works-box p {
    color: rgb(19 19 19);
    font-size: 1.3rem;
    margin-block-start: .2em;
    letter-spacing: 0.02em;
}

.how-it-works-box{
    margin-top: 4em;
}

.how-it-works-box p a{
  font-family: "GT-Mono" !important;
  letter-spacing: 0;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #131313;
  color: #131313;
  border-bottom: 1px solid;
  text-decoration: none;
      display: inline-block;
}

.how-it-works-inner{
  
    padding: 1em;
    width: 100%;
    height: 100%;
    padding-bottom: 50%;
    background-color: #f1f0e5;
}

.how-it-works-text-box {
    position: absolute;
    width: 100%;
    top: 30%;
}

.how-it-works:nth-child(1) {
    padding-right: .5em;
}

.how-it-works:nth-child(2) {
      padding: 0em .5em;

}

.how-it-works:nth-child(3) {
      padding: 0em .5em;

}

.how-it-works:nth-child(4) {
    padding-left: .5em;
}

.blog-posts-home .blog-post .image-wrapper{
  position: relative;
  width: 100%; /* Set width to 100% to make it responsive */
  padding-bottom: 100%; /* Maintain a 1:1 aspect ratio */
  overflow: hidden; /* Ensure that the image doesn't overflow the wrapper */
}

.blog-posts-home .blog-post .image-wrapper img{
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    position: absolute;
}

.blog-posts-home .blog-post {
    width: 50%;
    float: left;
    margin: 0em 0em 2em 0em;
    /* padding-bottom: 31%; */
    position: relative;
}

.blog-posts-home .blog-post:nth-child(1) .blog-post-inner{
  padding-right: 1em;
}


.blog-posts-home .blog-post:nth-child(2) .blog-post-inner{
  padding-left: 1em;
}

.blog-posts-home .blog-post:nth-child(3) .blog-post-inner{
  padding-right: 1em;
}

.blog-posts-home .blog-post:nth-child(4) .blog-post-inner{
  padding-left: 1em;
}

.blog-posts-home .info-wrapper{
    position: absolute;
     bottom: 1em;
    padding-left: 2em;
}

.blog-posts-home .info-wrapper h2{
  color: white;
}

.blog-posts-home .info-wrapper a{
  color: white;
  text-decoration: none;
   font-family:  "Diatype-Regular";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.blog-posts-home .info-wrapper h2{
  font-size: 2rem;
}

.read-article-link{
  position: relative;
}

.blog-posts-home .arrow-wrapper{
  position: absolute;
    right: -17px;
    top: -5px;
  width: 10px;
}



.blog-posts-home.blog-post-inner img {
  filter: brightness(100%);
   transition: filter 0.25s ease-in-out;
}

.blog-posts-home .blog-post-inner img:hover {
  filter: brightness(75%);
   transition: filter 0.25s ease-in-out;
}

.blog-posts-home .blog-post-inner .arrow{
    width: 14px !important;
    transform: translate(0px, 0px) rotate(-45deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.blog-posts-home .blog-post-inner:hover .arrow{
      transform: translate(5px, 0px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.blog-posts-home .arrow path{
  fill: #fff;
}

.product-subscribe{
    position: relative;
}



.product-subscribe img{
  /* max-width: 700px;
  float: right;
     height: 100vh; */
  mix-blend-mode: darken;
}

.product-subscribe .button{
    font-size: 1.8rem;    
    padding: 1.8rem 3rem;
    color: #131313;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}


/* .home-landing .button{
  background-color: #0000;
  font-family: "Diatype-Regular";
  font-style: normal;
  letter-spacing: 0;
  font-weight: normal;
  color: #121212;
  margin-top: 2em;
  font-size: 2rem;
  padding: 2rem 5rem 1.8rem 3.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
} */

.product-subscribe .button:hover{
  background-color:  #121212;
  color: white;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.button:not([disabled]):hover:after{
   --border-offset: 0;
}

.product-subscribe-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-subscribe-wrapper .image-wrapper{
  max-width: 700px;
  width: 80%;
  float: right;
  background-color: #EBE9DD;
}

.product-subscribe-wrapper p, .product-subscribe-wrapper p a{
  color: #131313;
  letter-spacing: 0em;
  font-size: 1.5rem;
}

.about-section .content-wrapper  h2{
   font-family:  "Diatype-Regular";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 2rem;
}

.about-section{
  margin-bottom: 5em;
}

.about-section .content-wrapper{
  max-width: 370px;
}

.about-section .content-wrapper p{
    color: rgba(19, 19, 19, 0.40);
    font-size: 1.5rem;
    margin-block-start: 0.2em;
    letter-spacing: 0.02em;
}

.about-section .content a{
  font-size: 1.5rem;
  font-family:  "Diatype-Regular";
  color: #131313;
  text-decoration: none;
  letter-spacing: 0.02em;
  border-bottom: 1px solid;
}



.conditions-header{
  position: relative;
}

.conditions-header .image-wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.conditions-header .image-wrapper img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: auto;
}

/* .conditions .header-wrapper.gradient{
  background: #ebe9dd00;
} */

/* .conditions .header__menu-item span{
  color: white;
} */

/* .conditions .header-border {
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
} */

/* .conditions  .subscribe-link a {
    background: #ffffff;
    color: black;
} */

.conditions .image-text{
    margin-top: 5em;
    padding-right: 2em;
    max-width: 700px;
    position: relative;
  display: flex;
  flex-direction: column;
}

.conditions .image-text p{
  color: #121212;
  font-size: 2rem;
  margin-block-start: 0.2em;
}

.conditions .image-text h1{
  color: #121212;
  font-size: 2.8rem;
}

.conditions .card__content {
    padding: 1rem 1rem 1rem 0rem;
}

.conditions .blog-articles .article-card .card__information, .conditions  .blog__posts .article-card .card__information {
    padding-left: 0rem;
}

.conditions .main-blog{
    margin-top: 0em;
    margin-bottom: 6em;
}

.conditions .blog-articles .article-card .card__information, .conditions .blog__posts .article-card .card__information{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 20px;
}

.conditions  .article-card .card__heading{
  text-align: left;
grid-column: span 4;
}

.conditions .article-card__excerpt{
  margin: 0%;
  text-align: left;
  grid-column: span 5;
}

.read-more-wrapper{
  position: relative;
  grid-column: span 3;
  text-align: left;
}

.conditions .blog-articles__article{
      grid-column: span 2;
}

.conditions .card.article-card{
  border-top: 1px solid #000;
}

.conditions  .article-card p{
  color: rgba(19, 19, 19, 0.40);
  font-size: 1.5rem;
  margin-block-start: .2em;
  letter-spacing: 0.02em;
  max-width: 400px;
}

.read-more-wrapper .title{
  color: rgba(19, 19, 19, 0.40);
  font-size: 1.5rem;
  margin-block-start: .2em;
  letter-spacing: 0.02em;
     font-family: "Diatype-Regular";
}

.read-more-wrapper  .arrow-wrapper {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 124px;
    top: 2px;
}

.read-more-wrapper  .arrow {
    width: 14px !important;
    transform: translate(0px, 0px) rotate(-45deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.article-card-wrapper .card__heading.h2 a{
    display: inline;
}

.article-card-wrapper:hover .card__heading.h2 a{
  border-bottom: 1px solid #000;
}

.conditions .article-card:hover .read-more-wrapper  .arrow {
      transform: translate(5px, 0px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.article-template header{
    grid-column: span 1;
  margin: 0;
}

.article-template__hero-container{
  grid-column: span 1;
  margin: 0 !important;
  z-index: 1;
}

.article-template__content{
    grid-column: span 1;
    margin: 0 !important;
}

.article-template>*:first-child:not(.article-template__hero-container) {
    margin-top: 0em !important;
}

.article-template .article-template__content{
  margin-top: 0em !important;
  z-index: 2;
}

.article-template{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 15px;
    margin-top: 6em;
    margin-bottom: 5em;
}



.article-template h1{
  font-size: 3rem;
}

.article-template .rte ol{
  color: rgba(19, 19, 19, 0.40);
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  max-width: 600px;
  padding-left: 4rem;
}

.article-template .rte ol li{
  list-style: numbered;
}

.article-template p{
    color: rgba(19, 19, 19, 0.40);
    font-size: 1.5rem;
    margin-block-start: .2em;
    letter-spacing: 0.02em;
      max-width: 600px;
}

.article-template__content{
  margin: 0;
}

.article-template .button{
  margin-top: 3em;
}

.article-template .button:hover{
  background-color: #121212;
  color: white;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
}

.article-template .button:hover .arrow{
    transform: translate(10px, 0px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.article-template .button .arrow {
    width: 14px !important;
    transform: translate(0px, 0px) rotate(-45deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.article-template .button:hover .arrow path {
    fill: #fff;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.article-excerpt p{
  color: #121212;
   font-size: 2.2rem;
}

.article-excerpt{
    max-width: 600px;
    margin: 0;
}

.article-template h2, .article-template .h2{
    font-size: 2.2rem;
      max-width: 600px;
}

.article-template h3, .article-template .h3{
    font-size: 2rem;
      max-width: 600px;
}

.article-image-wrapper{
    width: 100%;
    position: absolute;
    height: 700px;
    overflow: hidden;
}

.article-image-wrapper img{
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;

}


.main-article-template .article-image-wrapper img{
      max-width: 600px;
}


.ingredient-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}


.ingredient-card-inner{
  border: 1px solid black;
  padding: 1em;
  padding-bottom: 90%;
  height: 100%;
  position: relative;
}

.ingredient-card-inner .card__content{
  position: absolute;
  bottom: 1em;
  width: auto;
}

.ingredient-card-inner .card__heading{
  margin-bottom: .5em;
}

.ingredient-card-inner .card__information{
  padding: 0rem 0rem;
}

.ingredient-card-inner:hover {
    background-color: #B8AEA5;
    color: white;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.ingredient-card-inner:hover .arrow{
      width: 14px !important;
    transform: translate(5px, 0px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.ingredient-card-inner:hover .arrow path{
  /* fill: #fff; */
     transition-property: fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s; 
}

.ingredient-card-inner .arrow {
    width: 14px !important;
    transform: translate(0px, 0px) rotate(-45deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.ingredient-card-inner .card__information p{
      color: rgba(19, 19, 19, 0.40);
    font-size: 1.5rem;
    margin-block-start: .2em;
    letter-spacing: 0.02em;
    max-width: 600px;
    margin: 0;
}

.ingredient-card-inner a.read-more {
  color: rgba(19, 19, 19, 0.40);
  font-size: 1.5rem;
  margin-block-start: .2em;
  letter-spacing: 0.02em;
  max-width: 600px;
  margin: 0;
  text-decoration: none;
  border-bottom: 1px solid;
     font-family: "Diatype-Regular";
}

.ingredients-header {
    position: relative;
}

.ingredients-header .image-text{
    margin-top: 5em;
    padding-right: 2em;
    max-width: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
}

  .ingredients-header .image-text h1{
    font-size: 2.8rem;
    /* color: #9e9d94; */
        margin-block-start: 0em;
    margin-block-end: 0.67em;
}

.ingredients-header .image-text p {
    font-size: 2rem;
    color: #121212;
    margin-block-start: 0.2em;
}

.ingredient-card-image-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    padding-bottom: 65%;
    display: block;
}


.ingredient-card-image-wrapper img{
  max-width: 400px !important;
  margin: 0% auto;
  width: 80%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.ingredients.main-blog {
    margin-top: 0em;
    margin-bottom: 6em;
}

.faq h1{
  font-size: 3rem;
  margin-top: 2.5em;
  margin-bottom: 5em;
}

.faq .main-blog{
  margin-bottom: 4em;
}

.faq-wrapper{
  border-top: 1px solid;
  padding: 1em 0em;
}

.faq-wrapper p{
  font-size: 1.5rem;
  line-height: 1.3em;
  letter-spacing: 0.03rem;
  max-width: 800px;
}

.question{
  cursor: pointer;
      display: flex;
    justify-content: space-between;
}

.question:hover h2{
    border-bottom: 1px solid #000;
}

.question h2{
  margin-right: 1em;
  border-bottom: 1px solid #EBE9DD;
}

.plus{
  margin-top: 19px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

  .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  .answer.show {
    max-height: 200px; /* Adjust as necessary */
  }


.journal{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 4em;
}

.journal .blog-post {
    grid-column: span 1;
    float: left;
    margin: 0em 0em 2em 0em;
    /* padding-bottom: 31%; */
    position: relative;
}

.journal .blog-post-inner{
  position: relative;
}

.journal  .blog-post .image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.journal .blog-post img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    position: absolute;
}

.journal .blog-post .info-wrapper{
    position: absolute;
    bottom: 1em;
    padding-left: 2em;
}

.journal .blog-post h2{
  color: white;
  
}

.journal .blog-post a h2{
  color: white;
  text-decoration: none;
}

.journal .blog-post a{
    text-decoration: none;
}


.journal .arrow-wrapper{
  position: absolute;
    right: -17px;
    top: -5px;
  width: 10px;
}

.journal  .blog-post-inner img {
  filter: brightness(100%);
   transition: filter 0.25s ease-in-out;
}

.journal  .blog-post-inner img:hover {
  filter: brightness(75%);
   transition: filter 0.25s ease-in-out;
}

.journal .blog-post-inner .arrow{
    width: 14px !important;
    transform: translate(0px, 0px) rotate(-45deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.journal .blog-post-inner:hover .arrow{
      transform: translate(5px, 0px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, rotate, fill;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.journal .arrow path{
  fill: #fff;
}


.journal .blog-post a .read-article-link{
  color: white;
  text-decoration: none;
   font-family: "Diatype-Regular";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;
}


.journal-article .info-wrapper h2{
  color: white;
  font-size: 2rem;
  text-decoration: none;
}
.journal-article .info-wrapper a {
    color: white;
    text-decoration: none;
    font-family: "Diatype-Regular";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;
}


.journal-article .article-template header {
    grid-column: span 2;
    margin: 0;
}

.journal-article .article-image-wrapper {
    width: 100%;
    position: relative;
    height: 640px;
    overflow: hidden;
}


.journal-article .article-image-wrapper-wrapper {
    grid-column: span 2;
}

.journal-article .article-template__hero-container {
    grid-column: span 2;
    margin: 0 !important;
}

.journal-article .article-image-wrapper img {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
}

.journal-article .article-template .article-template__content {
    margin-top: 2em !important;
     grid-column: span 2;
}

.journal-content-inner{
  margin: 0% auto;
  max-width: 600px;
}

.shopify-section .blog .blog__button{
  color: black;
}

.shopify-section .blog .blog__button:hover{
  color: white;
  background: black;
}

.shopify-section .blog{
  padding: 2rem 0rem 8rem 0rem;
}

.shopify-section .blog .article-card-wrapper.card-wrapper.underline-links-hover .card__heading.h2 a{
  text-decoration: none !important;
}


.article-information-wrapper{
  display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10px;
  row-gap: 15px;
      margin-top: 4em;

}

.article-information-wrapper .info-item {
  grid-column: span 2;
  height: 17px;
}


.article-information-wrapper .info-item p{
   font-size: 1.2rem;
  text-transform: uppercase;
}

.column-sticky{
  display: block;
    /* position: sticky; */
  position: relative;
    top: 3rem;
    z-index: 2;
}

.product__title h1{
  font-size: 2.5rem;
}

.product__info-container {
    margin-top: 5em;
}

.product--large:not(.product--no-media) .product__media-wrapper{
  width: 50%;
  max-width: 50% !important;
}

.product__column-sticky {
    display: block;
    position: sticky;
    top: 0rem;
    z-index: 2;
}

.product__media img{
      mix-blend-mode: darken;
}

.product-form__submit{
  color: #121212;
}

.product-form__submit.button:hover{
    background-color: #121212;
    color: white;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.price__regular .price-item--regular{
     font-family: "Diatype-Regular";
    font-size: 1.3rem;
    line-height: 1.25em;
    letter-spacing: 0.01rem;
}

.how-does-it-work-section{
    display: flex;
    flex-direction: row;
    padding: 0rem 0rem;
    width: 100%;
    margin-top: 5em;
}

.how-does-it-work-section .text-column{
    width: 50%;
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.how-does-it-work-section .column-inner{
    padding: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 100%;
}

.how-does-it-work-section .image-wrapper {
    width: 50%;
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.how-does-it-work-section img {
    object-fit: cover;
    object-position: center center;
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.how-does-it-work-section .section-title h2{ 
    font-size: 2rem;
    text-transform: none;
}

.how-does-it-work-section .section-subtitle h3{ 
  font-size: 3rem;
  color: rgba(19, 19, 19, 0.40);
  margin-block-start: 0em;
  margin-bottom: 0em;
}

.how-does-it-work-section .section-subtitle{
  border-bottom: 1px solid;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.how-does-it-work-section  .text-item h3{ 
   font-size: 1.6rem;
      margin-block-end: .5em;
}

.how-does-it-work-section .text-item h4{ 
  font-size: 1.6rem;
  color: rgba(19, 19, 19, 0.40);
      margin-block-start: 0em;
}

.how-does-it-work-section .text-item{
    padding-bottom: 0em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid  rgba(19, 19, 19, 0.20);
}

.how-does-it-work-section .text-item:nth-child(7) {
  border-bottom: 0px;
}



.ingredients-section{
    display: flex;
    flex-direction: row;
    padding: 0rem 0rem;
    width: 100%;
}

.ingredients-section .text-column{
    width: 50%;
    position: relative;
    height: 80vh;
    overflow: hidden;
}


.ingredients-section  .column-inner{
    padding: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 100%;
}

.ingredients-section .image-wrapper {
    width: 50%;
    position: relative;
    height: 80vh;
    overflow: hidden;
}

.ingredients-section img {
    object-fit: cover;
    object-position: center center;
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.ingredients-section a{
  color: inherit;
  text-decoration: none;
}

.ingredients-section a:visited{
  color: inherit;
  text-decoration: none;
}

.ingredients-section h2 a:hover{
  border-bottom: 1px solid #000;
}

.ingredients-section .section-title h2{ 
  font-size: 2rem;
  margin-block-start: 0em;
  margin-bottom: 0em;
  text-transform: none;
}

.ingredients-section  p{ 
  font-size: 1.6rem;
  max-width: 500px;
  color: rgba(19, 19, 19, 0.40);
}



.collection-hero__title{
  font-size: 2rem;
}

.facets.filters{
    font-family: "Diatype-Regular";
    font-size: 1rem;
    line-height: 1.25em;
    letter-spacing: 0.01rem;
}

.facets__summary{
      font-family: "Diatype-Regular";
    font-size: 1rem;
    line-height: 1.25em;
    letter-spacing: 0.01rem;
}

.product-card-wrapper .card__media img{
  mix-blend-mode: darken;
}

.product-card-wrapper .card__inner .media.media--transparent{
  background: #EBE9DD;
}



.contact-wrapper{
  display: flex;
  flex-direction: row;
}

.contact-text-column{
  width: 50%;
  max-width: 600px;
}

.contact-text-column p{
    max-width: 450px;

}

.contact-image-column{
  width: 50%;
}

.contact-wrapper .button{
  color: #121212;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
}


.contact-wrapper .button:hover{
  color: white;
  background: #121212;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
}

.contact-wrapper form{
    margin-top: 3em;
}


.contact-wrapper textarea{
    font-family: 'Diatype-Regular';
    font-size: 1.3rem;
    line-height: 1.25em;
    letter-spacing: 0.01rem;
}

.contact-wrapper .field__label, .contact-wrapper .customer .field label{
  color: black;
  left: 0;
}

.contact-wrapper .field__input, .contact-wrapper .select__select, .contact-wrapper .customer .contact-wrapper .field input, .contact-wrapper .customer select{
  background: #0000;
  padding: 2em 0 1em 0em;
  margin-bottom: 1em;
  border-bottom: 1px solid;
}

.contact-wrapper .field:after, .contact-wrapper .select:after, .contact-wrapper .customer .field:after, .contact-wrapper .customer select:after, .contact-wrapper .localization-form__select:after{
  box-shadow: none;
  border: 0;
}

.contact-wrapper .field__input:focus, .contact-wrapper .field__input:not(:placeholder-shown), .contact-wrapper .field__input:-webkit-autofill, .contact-wrapper .customer .field input:focus, .contact-wrapper .customer .field input:not(:placeholder-shown), .contact-wrapper .customer .field input:-webkit-autofill{
  left: 0;
    box-shadow: none;
  border: 0px;
    border-bottom: 1px solid;
}

.contact-wrapper .field__input:focus, .contact-wrapper .field__input:not(:placeholder-shown), .contact-wrapper .field__input:-webkit-autofill, .contact-wrapper .customer .field input:focus, .contact-wrapper .customer .field input:not(:placeholder-shown), .contact-wrapper .customer .field input:-webkit-autofill{
  left: 0;
    box-shadow: none;
  border: 0px;

}

.contact-wrapper .field__input:focus~.field__label, .contact-wrapper .field__input:not(:placeholder-shown)~.field__label, .contact-wrapper .field__input:-webkit-autofill~.field__label, .contact-wrapper .customer .field input:focus~label, .contact-wrapper .customer .field input:not(:placeholder-shown)~label, .contact-wrapper .customer .field input:-webkit-autofill~label{
  left: 0;
    box-shadow: none;
  border: 0px;
}

.field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after{
  box-shadow: none;
  border: 0px;
}

.bookeasy-button-container button{
  font-family: "Diatype-Regular" !important;
  letter-spacing: 0  !important;
}


main-search .field{
    border-bottom: 1px solid;
}

main-search .field:after{
  border: 0px;
  outline: none;
  box-shadow: none;

}


main-search .field__input:focus{
  margin-bottom: 0em;
  border: 0;
  box-shadow: none;
}

main-search .field__label{
  left: 0;
}

.template-search__results .article-card__info {
  margin-top: 1em;
}

.badge{
     font-family: "Diatype-Regular";
  letter-spacing: 0;
}

.single-column-wrapper{
  max-width: 700px;
  margin: 0% auto;
  display: block;
}

.button{
   font-family: "Diatype-Regular";
  letter-spacing: 0;
  
}

.button, .shopify-challenge__button, .customer button{
  background: #0000;
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
     font-family: "Diatype-Regular"  !important;
      line-height: 1.1em;
    letter-spacing: 0.01rem;
}

.h0{
  font-size: 3rem;
}

p{
    font-family: 'Diatype-Regular';
  font-size: 1.3rem;
    line-height: 1.25em;
    letter-spacing: 0.01rem;
}

.body{
  font-family: 'Diatype-Regular';
  font-size: 1.3rem;
    line-height: 1.3em;
    letter-spacing: 0.01rem;
}

.rte ul{
    font-family: 'Diatype-Regular';
    color: black;
    letter-spacing: 0em;
    line-height: 1.25em;
    list-style: disc;
}

.rte ol{
    font-family: 'Diatype-Regular';
    color: black;
    letter-spacing: 0em;
    font-size: 1.1em;
    line-height: 1.25em;
}

  /* grid */
  /*.row { margin-left: -24px; }*/
  .content{
    padding: 4rem 2rem;
    padding-left: clamp(40px,2.8vw,71px);
     padding-right: clamp(40px,2.8vw,71px);
    margin: 0% auto;
  }
  .row {
	margin-left: -20px;
  }
  
  .row::after, .clearfix::after {
	display: block;
	clear: both;
	width: 0;
	height: 0;
	content: " ";
  }
  
  .col {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid rgba(0, 0, 0, 0);
	border-left-width: 20px;
	background-clip: padding-box !important;
	-moz-background-clip: padding-box !important;
	-webkit-background-clip: padding-box !important;
  }
  
  .col.right {
	float: right;
  }
  
  .col img {
	max-width: 100%;
	height: auto;
	width: 100%;
  }

  .pb-6{
    padding-bottom: 6em;
  }
  
  .md-span-1 {
	width: 8.3333333333%;
  }
  
  .md-span-2 {
	width: 16.6666666667%;
  }
  
  .md-span-3 {
	width: 25%;
  }
  
  .md-span-4 {
	width: 33.3333333333%;
  }
  
  .md-span-5 {
	width: 41.6666666667%;
  }
  
  .md-span-6 {
	width: 50%;
  }
  
  .md-span-7 {
	width: 58.3333333333%;
  }
  
  .md-span-8 {
	width: 66.6666666667%;
  }
  
  .md-span-9 {
	width: 75%;
  }
  
  .md-span-10 {
	width: 83.3333333333%;
  }
  
  .md-span-11 {
	width: 91.6666666667%;
  }
  
  .md-span-12 {
	width: 100%;
  }
  
  .md-prefix-1 {
	margin-left: 8.3333333333%;
  }
  
  .md-prefix-2 {
	margin-left: 16.6666666667%;
  }
  
  .md-prefix-3 {
	margin-left: 25%;
  }
  
  .md-prefix-4 {
	margin-left: 33.3333333333%;
  }
  
  .md-prefix-5 {
	margin-left: 41.6666666667%;
  }
  
  .md-prefix-6 {
	margin-left: 50%;
  }
  
  .md-prefix-7 {
	margin-left: 58.3333333333%;
  }
  
  .md-prefix-8 {
	margin-left: 66.6666666667%;
  }
  
  .md-prefix-9 {
	margin-left: 75%;
  }
  
  .md-prefix-10 {
	margin-left: 83.3333333333%;
  }
  
  .md-prefix-11 {
	margin-left: 91.6666666667%;
  }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.footer-block__newsletter{
  padding-left: 1em;
  margin-bottom: 2em;
}

.footer{
  background-color: #0F0F0F;
}

.footer-block__heading{
  color: white;
      font-size: 1.4rem !important;
}

.footer-block__details-content .list-menu__item--link{
  color: rgba(255, 255, 255, 0.40) !important;
   font-family: "Diatype-Regular";
    font-style: normal;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 1.3rem;
}

.footer .field__input{
  background-color: #0000;
  color: white;
    border: 1px solid white;
}

.footer .field__label, .footer .customer .field label{
  color: white;
  font-family: "Diatype-Regular";
  font-style: normal;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 1.3rem;
}

.field__label, .customer .field label{
  color: black;
  font-family: "Diatype-Regular";
  font-style: normal;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 1.3rem;
}

.newsletter-form,  .footer-block__newsletter {
    justify-content: left !important;
    align-items: baseline !important;
}

.newsletter-form__button.field__button svg path{
  fill: #fff;
}

.footer .field__input:placeholder{
  color: white;
}

.pt2{
  padding-top: 2em;
}

.pt3{
  padding-top: 3em;
}

.customer button{
  font-family: "Diatype-Regular";
    font-style: normal;
    letter-spacing: 0;
    font-weight: normal;
    color: #121212;
    margin-top: 2em;
    font-size: 1.4rem;
    padding: 2rem 3.5rem 1.8rem 3.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.shopify-challenge__button{
    font-family: "Diatype-Regular";
    font-style: normal;
    letter-spacing: 0;
    font-weight: normal;
    color: #121212;
    margin-top: 2em;
    font-size: 1.4rem;
    padding: 2rem 3.5rem 1.8rem 3.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
      border: 1px solid;
}

.shopify-challenge__button:hover{
    background: #121212;
  color: white;
} 

.customer h1{
  font-size: 2rem;
}

.customer button:hover{
    background: #121212;
  color: white;
} 

.customer .field input:focus{
    left: 0;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid;
    padding: 2em 0 1em 0em;
    margin-bottom: 1em;
}

.customer .field input:focus~label{
    left: 0 !important;
}

.customer .field:after{
      box-shadow: none;
    border: 0px;
    outline: none;
}

.customer .field label{
  left: 0;
}

.field__input:focus~.field__label, .field__input:not(:placeholder-shown)~.field__label, .field__input:-webkit-autofill~.field__label, .customer .field input:focus~label, .customer .field input:not(:placeholder-shown)~label, .customer .field input:-webkit-autofill~label{
  left: 0;
}

.field__input:focus, .field__input:not(:placeholder-shown), .field__input:-webkit-autofill, .customer .field input:focus, .customer .field input:not(:placeholder-shown), .customer .field input:-webkit-autofill{
      padding: 2em 0 1em 0em;
      margin-bottom: 1em;
}

.customer .field input{
background: #0000;
    padding: 2em 0 1em 0em;
    margin-bottom: 1em;
    border-bottom: 1px solid;
}

.account h1+a{
  font-family: "Diatype-Regular";
}

.customer a{
    font-family: "Diatype-Regular";
      letter-spacing: 0rem;
}

.customer label{
    font-family: "Diatype-Regular";
}

.field__input, .select__select, .customer .field input, .customer select{
  background: #0000;
}

.errors{
  
}

.customer ul{
    font-family: "Diatype-Regular";
    letter-spacing: 0rem;
    padding-left: 1rem !important;
    text-align: left;
    margin-bottom: 2rem  !important;
    font-size: 1.2rem  !important;
    line-height: 1.3rem  !important;
}

.customer h2.form__message{
  font-size: 1.5rem;
  background: #0000;
  outline: none;
  border: 0px;
  box-shadow: none;
}

.form__message{
    font-size: 1.5rem;
  background: #0000;
  outline: none;
  border: 0px;
  box-shadow: none;
}

.menu-drawer__localization.header-localization{
  display: none;
}

.appstle_sub_widget{
  font-family: "Diatype-Regular";
  letter-spacing: 0rem;
  font-size: 1.3rem;
  font-weight: normal;
}

.appstle_radio_label .appstle_one_time_text, .appstle-text-and-badge-wrapper .appstle_subscribe_save_text{
    font-weight: normal !important;
}

#appstle_subscription_widget0 .appstle_subscription_wrapper{
  border: 0px !important;
}

.appstle_subscription_wrapper_option {
    border: 0px solid #000 !important;
    border-radius: 50px;
    margin-bottom: 1em;
    width: 400px;
    padding: 6px 0px !important;
}

.appstle-tootltip-parent{
      display: none !important;
}


@media (min-width: 2230px) and (max-width: 5000px) {

  .double-image-section .image-wrapper img {
      height: auto;
      width: 100%;
  }

}

@media screen and (max-width: 1170px) {
  .ingredient {
    width: auto;
    margin: 0em 1em 2em 0em;
  }
  .slick-arrows{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1em;
  }

  .ingredient-slider .slick-list{
    width: 101.6%;
  }
    .how-it-works-slider .slick-list{
    width: 101.6%;
  }

      .ingredient:nth-child(1) {
    padding-right: 0em;
      }
      
      .ingredient:nth-child(2) {
        padding-left: 0em;
          padding-right: 0em;
      }
      
      .ingredient:nth-child(3) {
        padding-left: 0em;
      }
      
      .ingredient:nth-child(4) {
          padding-right: 0em;
      }
      
      .ingredient:nth-child(5) {
        padding-left: 0em;
          padding-right: 0em;
      }
      
      .ingredient:nth-child(6) {
        padding-left: 0em;
      }

    .how-it-works:nth-child(1) {
    padding-right: 0em;
    }
    .how-it-works:nth-child(2) {
        padding-left: 0em;
    }
        .how-it-works:nth-child(3) {
        padding-right: 0em;
    }
        .how-it-works:nth-child(4) {
        padding-left: 0em;
    }
    .how-it-works{
      margin: 0em 1em 2em 0em;
    }
    .blog-slider .slick-list{
      width: 101.6%;
    }
    .blog-posts-home .blog-post{
            margin: 0em 1em 2em 0em;
    }
    .blog-posts-home .blog-post:nth-child(1) .blog-post-inner{
      padding-right: 0em;
    }
    .blog-posts-home .blog-post:nth-child(2) .blog-post-inner{
      padding-left: 0em;
    }
    .blog-posts-home .blog-post:nth-child(3) .blog-post-inner{
      padding-right: 0em;
    }
    .blog-posts-home .blog-post:nth-child(4) .blog-post-inner{
      padding-left: 0em;
    }
}
  
@media screen and (max-width: 1024px) {
  .contact-text-column, .contact-image-column{
    width: 100%;
    max-width: auto;
  }
  
.header__icon.header__icon--account{
    position: absolute;
    right: 7.4em;
    top: 1.5em;
}

  
  .contact-wrapper{
    flex-direction: column;
  }
  .contact-image-column {
    margin-top: 10em;
    margin-bottom: 3em;
  }
  .how-does-it-work-section, .ingredients-section {
    display: flex;
    flex-direction: column;
  }
  .how-does-it-work-section .column-inner, .ingredients-section .column-inner{
      padding: 0em 1.5em;
  }
  .how-does-it-work-section .text-column, .ingredients-section .text-column {
    height: auto;
  }
  .ingredients-section .text-column{
    width: 100%;
    order: 1;
  }

  .ingredients-section .image-wrapper {
      width: 100%;
    order: 2;
  }
  .how-does-it-work-section .text-column{
      width: 100%;
    }

  .how-does-it-work-section .image-wrapper {
      width: 100%;
  }

  .how-does-it-work-section .column-inner, .ingredients-section .column-inner{
    padding: 1.5em;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: 800px;
    width: 100%;
  }
  
  .article-information-wrapper .info-item {
    grid-column: span 3;
  }
  .article-template .article-template__content {
    margin-top: 0em !important;
  }
  .about-section .content-wrapper h2{
    margin-left: 0px;
  }
  .ingredients-header .image-text p{
        font-size: 1.5rem;
   
  }
  .faq h1{
    margin-top: 1em;
    font-size: 2.5rem;
  }
    .ingredient-card-wrapper{
       grid-column: span 2;
    }
  .ingredient-card-inner{
    padding-bottom: 120%;
  }
  .ingredients-header .image-text {
    margin-top: 2em;
  }
  .ingredient-card-inner .card__content {
    display: grid;
    grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr);
    width: 94%;
    padding: 0em;
  }
  .conditions-header, .conditions-header .image-wrapper{
    /* height: 50vh; */
  }
  .conditions .article-card__excerpt, .conditions .article-card .card__heading, .read-more-wrapper{
    grid-column: span 12;
  }
  .blog-articles .article-card .card__information, .blog__posts .article-card .card__information{
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .conditions .card__content{
    padding: 0rem !important;
  }
  .conditions .image-text{
    /* top: 10em; */
  }
  .conditions .image-text p{
    font-size: 1.5rem;
  }
  .conditions  .title--primary{
    margin: 0em;
  }
  .article-image-wrapper{
      width: auto;
      height: 40vh;
      position: relative;
      margin: 1em;
  }
  .journal-article .article-image-wrapper{
    margin: 0em;
        height: 37vh;

  }
  .article-template header{
    grid-column: span 2;
    margin: 0;
    }
    
    .article-template__hero-container{
    grid-column: span 2;
    margin: 0 !important;
    }
    
    .article-template__content{
    grid-column: span 2;
    margin: 0 !important;
    }
  .article-template{
    margin-top: 3em;
  }

  .double-image-section .image-wrapper{
    width: 100%;
    padding-bottom: 100%;
  }
  .double-image-section.cta .image-wrapper.one,   .double-image-section.cta .image-wrapper.two {
    width: 100%;
  }
  .double-image-section .image-text p{
    width: 90%;
  }
  .double-image-section .image-text{
    top: 70%;
  }
  .product-subscribe .button {
    font-size: 1.8rem;
    padding: 2.3rem 3rem;
    width: 100%;
  }
  .section-title {
    font-size: 1.2rem;
  }
  .product-subscribe-wrapper{
    flex-direction: column;
  }
  .product-subscribe-wrapper .image-wrapper{
    width: 100%;
  }
  .header {
    display: flex;
  }
  .header__heading-logo-wrapper {
    width: 16%;
    display: block;
  }
  .home-landing .button{
    margin-left: 18px;
    font-size: 1.5rem;
  }
  .menu-drawer__menu li{
     font-family: "Diatype-Regular";
    font-style: normal;
    letter-spacing: 0;
    font-weight: normal;
    text-transform: uppercase;    
    font-size: 1.5rem;
  }
  .header__icon--menu[aria-expanded=true]:before{
    background: #0000;
  }
  .menu-drawer__menu-item {
    padding: 1.1rem 1.5rem !important;
    text-transform: none;
      font-size: 1.5rem !important;
  }
  
  .header__icon, .header__icon--cart .icon{
    position: absolute !important;
    right: 20px;
    top: 20px;
    font-family: "Diatype-Regular";
    font-style: normal;
    letter-spacing: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.5rem;
  }
  .subscribe-link{
    display: none;
  }
  .header__search{
    display: none;
  }
  .home-landing-wrapper, .home-landing{
    height: auto;
        overflow: hidden;
  }
    .landing-image-wrapper-inner{
width: 140%;
    margin-left: -20%;
      display: flex;
      flex-direction: row;
    }
  .double-image-section{
    flex-direction: column;
  }
  .home-landing-wrapper-inner{
    height: auto;
  }
  .double-image-section img {
    width: 100%;
  }
  .sm-pt2 {
	padding-top: 2rem;
  }
  .sm-pt3 {
	padding-top: 3rem;
  }
  .sm-span-1 {
	width: 8.3333333333%;
  }
  
  .sm-span-2 {
	width: 16.6666666667%;
  }
  
  .sm-span-3 {
	width: 25%;
  }
  
  .sm-span-4 {
	width: 33.3333333333%;
  }
  
  .sm-span-5 {
	width: 41.6666666667%;
  }
  
  .sm-span-6 {
	width: 50%;
  }
  
  .sm-span-7 {
	width: 58.3333333333%;
  }
  
  .sm-span-8 {
	width: 66.6666666667%;
  }
  
  .sm-span-9 {
	width: 75%;
  }
  
  .sm-span-10 {
	width: 83.3333333333%;
  }
  
  .sm-span-11 {
	width: 91.6666666667%;
  }
  
  .sm-span-12 {
	width: 100%;
  }
  
	.sm-prefix-0 {
	  margin-left: 0%;
	}
  
	.sm-prefix-1 {
	  margin-left: 8.3333333333%;
	}
  
	.sm-prefix-2 {
	  margin-left: 16.6666666667%;
	}
  
	.sm-prefix-3 {
	  margin-left: 25%;
	}
  
	.sm-prefix-4 {
	  margin-left: 33.3333333333%;
	}
  
	.sm-prefix-5 {
	  margin-left: 41.6666666667%;
	}
  
	.sm-prefix-6 {
	  margin-left: 50%;
	}
  
	.sm-prefix-7 {
	  margin-left: 58.3333333333%;
	}
  
	.sm-prefix-8 {
	  margin-left: 66.6666666667%;
	}
  
	.sm-prefix-9 {
	  margin-left: 75%;
	}
  
	.sm-prefix-10 {
	  margin-left: 83.3333333333%;
	}
  
	.sm-prefix-11 {
	  margin-left: 91.6666666667%;
	} 
    .sm-pb2{
      padding-bottom: 2em;
    }
    .double-image-section.cta .image-wrapper.two img,   .double-image-section.cta .image-wrapper img{
        height: 100%;
        width: 100%;
  }
    .header__icon--cart {
        position: absolute;
        right: 2.5em;
          top: .8em;
          right: 5em !important;
    }
  }

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


.cart-count-bubble {

    height: 1.4rem;
    width: 1.4rem;

    font-size: .7rem;
    bottom: 0rem;
    left: 1.7rem;

}
    .header__heading-logo{
      margin-top: 7px;
      width: 130px;
    }
    .header__heading-link {
    width: 130px;
    }
    .journal .blog-post {
      grid-column: span 2;
    }
    .journal .blog-post .info-wrapper {
      padding-left: 1em;
      padding-right: 1em;
    }
    .home-landing-wrapper{
      display: flex;
      flex-direction: column;
    }
    .landing-image-wrapper{
      overflow: hidden;
    }
    .landing-image-wrapper-inner{
width: 140%;
    margin-left: -20%;
      display: flex;
      flex-direction: row;
    }
    .home-landing .content{
      padding: 0rem 0rem !important;
    }
    .ingredient:nth-child(1) {
    padding-right: 0em;
      }
      
      .ingredient:nth-child(2) {
        padding-left: 0em;
          padding-right: 0em;
      }
      
      .ingredient:nth-child(3) {
        padding-left: 0em;
      }
      
      .ingredient:nth-child(4) {
          padding-right: 0em;
      }
      
      .ingredient:nth-child(5) {
        padding-left: 0em;
          padding-right: 0em;
      }
      
      .ingredient:nth-child(6) {
        padding-left: 0em;
      }

    .how-it-works:nth-child(1) {
    padding-right: 0em;
    }
    .how-it-works:nth-child(2) {
        padding-left: 0em;
    }
        .how-it-works:nth-child(3) {
        padding-right: 0em;
    }
        .how-it-works:nth-child(4) {
        padding-left: 0em;
    }
    .how-it-works{
      margin: 0em 1em 2em 0em;
    }
    .header-border{
      display: none;
    }
    .order1{
      order:2;
    }
    .order2{
      order:1;
    }
    .hero-title{
      padding-top: 0em;
    }
    .home-landing img{
      width: 800px;
    }
     .image-landing-one{
          width: auto;
     }
    .image-landing-two{
      width: auto;
      margin-left: -140px;
    }
    .image-landing-three{
      width: auto;
      margin-left: -140px;
      display: block;
    }
    .hero-title h2{
      font-size: 2.5rem;
    }
    .hero-title {
      padding-left: 1em;
    }
    .md-prefix-2{
      margin-left: 0;
    }
    .blog-posts-home .info-wrapper{
      top: 60%;
      padding-left: 1em;
    }
      .blog-posts-home .info-wrapper h2 {
        font-size: 1.8rem;
    }
    .read-article-link{
      font-size: 1.2rem;
    }
  }
  @media screen and (max-width: 749px) {
    .product--large:not(.product--no-media) .product__media-wrapper {
      width: 100%;
      max-width: 100% !important;
  }
    .ingredients-header .image-text{
      position: relative;
    }
    .ingredients-header, .conditions-header {
        height: 100%;
        position: relative;
    }
    .conditions .image-text{
        position: relative;
    }
    .article-information-wrapper .info-item {
      grid-column: span 6;
    }
    .journal-article .article-image-wrapper img {
      height: 100%;
      width: auto;
    }
    .journal-article .article-image-wrapper {
    height: 400px;
    }
    .conditions .image-text p, .ingredients-header .image-text p{
        font-size: 1.6rem;
    }
    .header {
      padding: 10px 3rem 10px 3rem !important;
    }
    .conditions .image-text h1, .ingredients-header .image-text h1{
      /* font-size: 3rem; */
    }
    .how-it-works-box {
      padding: 1em;
      width: 100%;
    }
    .how-it-works:nth-child(4) .how-it-works-number, .how-it-works:nth-child(2) .how-it-works-number{
      left: 1em;
    }
     .how-it-works .how-it-works-number{
      left: 1em;
     }
    .sm-mt-6{
      margin-top: 6em;
    }
	.xs-span-3 {
	  width: 25%;
	}
  
	.xs-span-4 {
	  width: 33%;
	}
  
	.xs-span-6 {
	  width: 50%;
	}
  
	.xs-span-8 {
	  width: 66%;
	}
  
	.xs-span-9 {
	  width: 75%;
	}
  
	.xs-span-12 {
	  width: 100%;
	}
  
	.xs-prefix-0 {
	  margin-left: 0%;
	}
  
	.xs-prefix-1 {
	  margin-left: 8.3333333333%;
	}
  
	.xs-prefix-2 {
	  margin-left: 16.6666666667%;
	}
  
	.xs-prefix-3 {
	  margin-left: 25%;
	}
  
	.xs-prefix-4 {
	  margin-left: 33.3333333333%;
	}
  
	.xs-prefix-5 {
	  margin-left: 41.6666666667%;
	}
  
	.xs-prefix-6 {
	  margin-left: 50%;
	}
  
	.xs-prefix-7 {
	  margin-left: 58.3333333333%;
	}
  
	.xs-prefix-8 {
	  margin-left: 66.6666666667%;
	}
  
	.xs-prefix-9 {
	  margin-left: 75%;
	}
  
	.xs-prefix-10 {
	  margin-left: 83.3333333333%;
	}
  
	.xs-prefix-11 {
	  margin-left: 91.6666666667%;
	}
	.xs-pt4{
	  padding-top: 4em
	}
    /* .ingredient{
        margin: 0em 0em 2em 0em;
    }
     .ingredient.slick-slide{
       margin-right: 1em;
    }
    .ingredient.slick-slide.slick-current.slick-active{
        padding-left: 0;
       
    } */
     .ingredient-slider{
       width: 103.4%;
     }
    .article-template .page-width{
        max-width: 5000px !important;
        padding: 0 0rem !important;
    }
  }

@media screen and (max-width: 650px) {
  .how-does-it-work-section .section-subtitle h3{
    font-size: 2rem;
  }
  .conditions .image-text h1, .ingredients-header .image-text h1{
    font-size: 2rem;
  }
   .landing-image-wrapper-inner {
      width: 150vw;
      margin-left: -60px;
      display: flex;
      flex-direction: row;
  }
  
  .conditions-header .image-wrapper img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: auto;
    height: 100%;
  }
  
  .image-landing-one {
    width: auto;
    margin-left: -110px;
    display: block;
  }
  .image-landing-two {
    width: auto;
    margin-left: -110px;
    display: block;
  }
  .image-landing-three {
    width: auto;
    margin-left: -110px;
    display: block;
}
  .cart-drawer .cart-item{
    display: flex !important;
    flex-direction: column;
  }
  .cart-item__name.h4{
    z-index: 60;
    display: block;
    position: relative;
  }
  .cart-drawer .cart-items td{
    padding-top: 0rem !important;
  }
  quantity-popover {
      position: relative !important;
      display: block;
  }
  .cart-drawer .cart-item>td+td {
      padding-left: 0rem  !important;
  }
  .content {
      padding: 2rem 0rem;
      padding-left: clamp(20px, 2.8vw, 71px);
      padding-right: clamp(20px, 2.8vw, 71px);
      margin: 0% auto;
  }

}
