/** Shopify CDN: Minification failed

Line 250:3 Expected "}" to go with "{"

**/
.quiz-banner-bottom h3{
  font-size:30px;
}
.hero-layout.shopify-section--slideshow .slideshow__nav {
  justify-content:center !important;
}

/*! login css | start */

#login-form-container{
  background:white !important;
  width:40% !important;
  margin:0 auto !important;
  border-radius:10px;
  padding:0 4em;
}

.page-header__text-wrapper{
  margin-block-start:0 !important;
  margin-block-end:0 !important;
  margin: 30px auto !important;
}

.login-1{
  padding-top:6em !important;
  padding-bottom:1em !important;
}

.login-bg-image{
     background-repeat: no-repeat;
     height:auto;
    background-position: center;
    background-size: cover;
    width: 100%;
}

@media screen and (max-width: 1025px) {
  #login-form-container{
    width:60% !important;
  }
}
@media screen and (max-width: 426px) {
  #login-form-container{
    width:100% !important;
  }
}

/*! login css | end */

/*! register css | start */

.form__secondary-action{
  margin-bottom:2em !important;
}


.product__media-image-wrapper {
  width: 500px !important; /* Set your desired width */
  height: 500px !important; /* Set your desired height */
  overflow: hidden !important; /* Hide overflow */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: transparent !important;
}

.product__media-image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; /* Adjust image inside the container */
}
@media (max-width: 999px) {
.product__media-image-wrapper {
    width: 250px !important; /* Set your desired width */
  height: 250px !important;
  padding-top:20px !important;
}
}
/*! header css | start */

@media screen and (min-width: 741px) {
    .header__logo-image {
      max-width: 180px !important;
    }
  .header__wrapper{
    padding: 10px 0 0 0 !important;
}
.header__bottom-navigation{
  padding-bottom:10px !important;
}
.header__search-bar{
  width:auto !important;
}

}
/*! header css | end */

/* Press css */
.press-column h5 {
  font-size: 20px !important;
  -webkit-line-clamp: 6 !important;
}

/* Press css */

/* Contact css */

.contact__text-list {
    grid-template-columns: 1fr 1fr !important;
}
.c-font{
  font-size:50px;
}

.shopify-section--contact-form .input__field, .select{
    border-radius: 100px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #4b4f54;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
.input__field{
  min-height: 50px !important;
}
.input__field.input__field--textarea{
  border-radius: 20px;
}

.input__label{
  display:block !important;
}
/* Contact css */
/* page header | start */

.shopify-section--main-page .page-header{
  padding: 80px 40px;
}

.shopify-section--main-page .page-header .banner__image--desktop {
    display: block;
}
.shopify-section--main-page .page-header .banner__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.shopify-section--main-page .page-header .banner__image--mobile {
    display: none;
}
.shopify-section--main-page .page-header .h1 {
    color: inherit;
    margin: 0;
    position: relative;
    text-wrap: balance;
}
.shopify-section--main-page .page-header p {
    max-width: 436px;
    position: relative;
    margin: 24px auto 0;
}

.t-c{
  text-align:center !important;
}

@media (max-width: 999px) {
    .shopify-section--contact-form .contact {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
      .shopify-section--contact-form .contact__aside img {
        display: none;
    }
      .shopify-section--contact-form .h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media (max-width: 740px) {
    .shopify-section--main-page .page-header .banner__image--mobile {
        display: block !important;
    }
  .shopify-section--main-page .page-header .banner__image--desktop {
    display: none !important;
}
  .shopify-section--main-page .page-header {
        padding: 35px 15px;
  }
}

/* page header | end */

.mini-cart__subtotal{
  font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.checkout-gap {
  gap:20px;
}

.faq__icon{
  width:25px;
  margin-right:10px;
}

.footer-guaranteed-box{
  display:none !important;
}

.footer-big-img{
  width:35% !important;
}
@media screen and (min-width: 741px){
.ingredient-philosophy-col .box{
  justify-content:space-between !important;
}
}
@media screen and (max-width: 768px){
  .ingredient-list .image img{
    width:100% !important;
  }
  .ingredient-list{
    padding: 15px 10px 15px 25px !important;
    gap:10px !important;
    border-radius:50px !important;
  }