/** Shopify CDN: Minification failed

Line 349:0 Unexpected "}"
Line 553:35 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Regular */
@font-face {
  font-family: "Argentum Sans";
  src: url("/cdn/shop/files/argentum-sans.regular.woff?v=1758002325") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Light */
@font-face {
  font-family: "Argentum Sans";
  src: url("/cdn/shop/files/argentum-sans.light.woff?v=1758002512") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* SemiBold */
@font-face {
  font-family: "Argentum Sans";
  src: url("/cdn/shop/files/argentum-sans.semibold.woff?v=1758002019") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* ExtraBold */
@font-face {
  font-family: "Argentum Sans";
  src: url("/cdn/shop/files/argentum-sans.extrabold.woff?v=1758002122") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Editor's Note */
@font-face {
  font-family: "Editor's Note";
  src: url("/cdn/shop/files/EditorsNote-Regular-iF664322be6e849.woff?v=1758009168") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.wt-product__option__title strong.value {
    display: none;
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.res-hori{
  color:#fff;
  background-color:#ffffff;
  margin-bottom:20px;
  width:97%;
  height:2px;
}
.page-width{
  max-width:120rem;
  margin:0 auto;
}
@media (min-width: 1921px){
    .res-hori{
     width:96.3%;
    }
    .hero-inner.container{
     max-width:1600px !important
    }
}
@media (min-width: 1526px) and (max-width: 1920px) {
  .res-hori {
    width: 94%;
   }
   .hero-inner.container{
     max-width: 1400px !important;
   }
   p.video-title{
    width:92% !important;
   }
}
@media (max-width: 1525px){
  .res-hori {
    width: 94%;
  }
}
/* footer */
.new-myfooter {
  background-color:#ED9B7D;
}
.new-myfooter .newsletter-form .wt-newsletter__send{
  display:none;
}
.new-myfooter .newsletter-form .wt-newsletter__field{
  background-color:#0000;
  border:none;
  outline:none;
  box-shadow:none;
  border-bottom:1px solid #fff;
  border-radius:0;
  color:#ffffff;
}
.new-myfooter .newsletter-form .wt-newsletter__field::placeholder{
  color:#FFFFFF;
}
.new-myfooter .wt-footer__title>div{
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
  text-transform:capitalize;
}
.new-myfooter .wt-newsletter__title{
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
  text-transform:capitalize;
}
.wt-header__aside ul{
  list-style:none;
  padding:0;
  display:flex;
}
.wt-header__aside ul li a{
 font-family: 'Montserrat';
 font-weight: 600;
 font-size: 20px;
 text-transform:uppercase;
}
.wt-header__aside .wt-page-nav-mega__item::after{
  content:unset;
}
.wt-header__body .wt-header__icon.wt-header__menu-trigger{
  display:none !important;
}
.wt-header__body.page-width{
  max-width:1200px;
}
.wt-header__nav-teaser__list{
  gap:20px;
}
.wt-header__nav-teaser__list li a{
  font-family: "Argentum Sans";
  font-weight: 600;
  font-size: 20px;
  text-transform:uppercase;
}
.wt-announcement__text{
  font-family: "Argentum Sans";
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wt-header__panel.wt-header__panel--no-labels{
  display:none;
}
@media(max-width:767px){
.wt-header__body .wt-header__icon.wt-header__menu-trigger{
  display:block !important;
}
.wt-header__aside ul{
  display:none !important;
}
.wt-header__aside {
    width: 100%;
    justify-content: space-between;
}

}


.sdfsdf h2 {
    font-size: 45px;
}

.sdfwe2ww .tabs {
  width: min(100%, 800px);
  margin: 0 auto;
}

.sdfwe2ww [role='tablist'] {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.sdfwe2ww [role='tab'] {
  flex: 1 0 auto;
  padding: 10px 35px;
  border: 2px solid var(--purple);
  background: var(--pinkish-gray);
  border-radius: 15px 15px 0 0;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--pink);
  transition: background 0.15s ease-in-out;
}

/* .sdfwe2ww [role='tab']:hover {
  curspor: pointer;
  background: var(--purple);
  color: white;
} */

.sdfwe2ww [role='tab'][aria-selected='true'] {
  background: var(--pink);
  border-color: var(--pink);
  padding-left: 0;
  border-bottom: solid 1px;
  padding-right: 0;
  position: relative;
  
  &:after {
    content: '';
    display: block;
    width: 45px;
    border-top: 2.5px solid white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
  }
}

.sdfwe2ww [role='tabpanel'] {
  padding: 5px;
  margin-top: -2px;
  border: 2px solid var(--purple);
  border-top: 4px solid var(--pink);
  border-radius: 0 0 15px 15px;
  position: relative;
  z-index: 2;
}

.sdfwe2ww [role='tabpanel']:not([tabindex]) {
  display: none;
}

.sdfwe2ww .tabpanel-content {
  display: unset;
  flex-direction: column;
  gap: 25px;
}

.sdfwe2ww .img-placeholder {
  position: relative;
  margin: 15px 0 0 10px;
  width: 100%;
  max-width: 250px;
  
  .sdfwe2ww .backboard {
    width: 100%;
    height: 150px;
    border: 5px solid black;
    border-radius: 20px;
    position: absolute;
    top: -15px;
    left: -10px;
  }
  
  .sdfwe2ww .content {
    width: 100%;
    height: 150px;
    background: var(--pinkish-gray);
    border: 5px solid black;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  
  .sdfwe2ww .sun {
    width: 35px;
    height: 35px;
    border: inherit;
    border-radius: 50%;
    position: absolute;
    top: 5%;
    right: 10%;
  }
  
  .sdfwe2ww .hill {
    width: 100px;
    height: 100px;
    background: var(--pinkish-gray);
    border: inherit;
    transform-origin: center;
    rotate: 45deg;
    position: absolute;
    top: calc(100% - 50px);
    
    &.taller {
      width: 250px;
      height: 250px;
    }
    
    &.right {
      right: 0;
    }
  }
}

.sdfwe2ww .eyebrow {
  color: var(--purple);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

.sdfwe2ww .heading {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.price__container * {
    font-family: "Argentum sans";
}
.price-item.price-item--sale.price-item--last.wt-product__price__final {
    color: #006D77 !important;
    font-weight: 900  !important;
}
.wt-product__add-to-cart_form {
    display: flex;
    flex-wrap: wrap !important;
    gap: 16px;
    flex-direction: row;
}
@media (min-width: 660px) {
  .sdfwe2ww [role='tab'] {
    flex: unset;
   padding-left: 0;
   padding-right: 0;
    }

  }
  
  .sdfwe2ww [role='tabpanel'] {
    border-radius: 0 15px 15px;
  }
}

@media (min-width: 768px) {
  .sdfwe2ww .tabpanel-content {
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }
  
  .sdfwe2ww .content-img {
    flex: 0 0 200px;
  }
  
  .sdfwe2ww .heading {
    font-size: 2rem;
  }
}

section.wt-product__main.rte {
    position: relative;
}

.wt-product__info span.wt-product__text-block__title.headline__title {
    font-size: 14px;
    font-weight: 500;
    font-family: "Argentum sans";
}

.wt-product__info .wt-product__text-block.rte {
    display: none;
}

.wt-product__info h1.wt-product__name {
    font-size: 24px;
    font-family: "Argentum sans";
    font-weight: 700;
    line-height: 28px;
    padding-right: 150px;
}


.benifits01 {
    background: #ecf0cd;
    width: 30%;
    padding: 4px 11px;
    border-radius: 17px;
    margin-top: 10px;
    font-weight: 400;
    font-family: "Argentum sans";
    font-size: 11px;
    display: inline;
}
.wt-product__option__body--tiles label{
  font-family: "Argentum sans";
    font-size: 12px;
}

/* Active state for all radio button labels */
.f-button__list__item label.f-button__list__link.rounded:active {
    background: #64361a !important;
    color: #fff !important;
}

/* Optional: Checked state to highlight default selection */
.f-button__list__item input:checked + label.f-button__list__link.rounded {
    background: #64361a !important;
    color: #fff !important;
}


.wt-product__info quantity-counter.counter-wrapper {
    position: absolute;
    top: 91px;
    left: 300px;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 13px !important;
}
.wt-product__price.no-js-hidden {
    max-width: 300px !important;
}

.wt-product__info .wt-product__add-to-cart_form--wrapper {
    display: flex;
    gap: 16px;
    width: 35%;
}

.wt-product__info .shopify-payment-button {
    width: 35%;
}

.template-product form#product-form-template--19324584362163__main {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.template-product div#prodenq-main-div {
    display: none;
}

.template-product .shopify-payment-button__button--unbranded {
    padding: 2em 2em !important;
}


.rte a:not([class*=button]) {
    text-decoration: none !important;
    text-underline-offset: 2px;
}


.right-content {
    display: flex;
    gap: 12px;
}

.product-informations-c {
    width: 69%;
}


.gerfge {
    background: #ecf0cd;
    padding: 0;
    border-radius: 28px;
    position: absolute;
    top: 90px;
    border: solid 1px;
    right: 0;
    width: calc(100% - 425px);
    max-width: 305px;
}
.gerfge > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between !important;
    padding-left: 8px;
    gap: 0 !important;
}
.gerfge > div > span {
    white-space: nowrap;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Argentum sans";
    font-size: 10px !important;
}
.wt-product__info .product__tax.caption.rte {
    padding-top: 15px;
}

.wt-product__info button.js-counter-decrease {
    background: #ecf0cd;
    margin-left: 0px !important;
        padding: 0px !important;
    margin: 0px !important;
    border: solid 1px;   
    border-radius: 37%;       
}

.wt-product__info button.js-counter-increase{
    background: #ecf0cd;
    margin-right: 0px !important;
     padding: 0px !important;
    margin: 0px !important;
    border: solid 1px;
    border-radius: 37%;
}


.wt-product__add-to-cart_form .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background: #006D77 !important;
    color:#FFD86E  !important;
}

.wt-product__add-to-cart_form .js-add-to-cart {
    background: #15151500 !important;
    color: var(--color-button-primary-text);
    border-color: #006D77 !important;
    flex-grow: 2;
    width: auto;
    border-radius: 50px;
    font-size: 14px;
    font-family: "Argentum Sans";
    font-weight: 400;
    padding: 16px 0 12px 0;
}

.wt-product__add-to-cart_form .js-add-to-cart:hover {
    background: #006D77 !important;
    color:#FFD86E  !important;
}

.metafield-rich_text_field strong, p {
    font-family: 'Argentum Sans';
    font-size: 13px;
    color: #2D2D2D;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 300 !important;
}

.metafield-rich_text_field strong, {
    font-weight: 300 !important;
}

.tabpanel-content strong {
    font-weight: 400 !important;
}

.wt-product__info li.f-button__list__item {
    border: solid 1px;
    border-radius: 28px;
}

.wt-product__info button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    font-size: 14px;
    font-family: "Argentum sans";
    font-weight: 400;
    border-color: #006D77 !important;
    padding: 10px !important;
    border-radius: 28px;
    background: #006D77 !important;
    color: #FFD86E !important;
}

.wt-product__add-to-cart_form .shopify-payment-button__button--unbranded:hover,.wt-product__info button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover{
 background: #15151500  !important;
    color: #006D77  !important;

}

.wt-product__info button#ProductSubmitButton-template--19324584362163__main {
    font-size: 18px;
    font-family: Argentum sans-serif;
    font-weight: 600;
    padding: 12px !important;
    border-radius: 28px;
}



.jdgm-prev-badge {
    position: absolute;
    right: 50px;
    top: 0;
}

.wt-product__info .counter-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-family: 'Argentum', sans-serif !important;
}

.wt-product__info .counter {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 1px solid #2D2D2D !important;
    border-radius: 50px !important;
    overflow: hidden !important;
    width: 100px !important;
    height: 30px !important;
}

.wt-product__info .counter button {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  border: 1px solid #2D2D2D !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.wt-product__info .counter input {
  width: 40px !important;
  text-align: center !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  outline: none !important;
  color: #2D2D2D !important;
}

/* SVG icons sizing */
.wt-product__info .counter svg {
  width: 12px !important;
  height: 12px !important;
  fill: none !important;
  stroke: #2D2D2D !important;
}


@media only screen and (max-width: 767px) {
  .wt-product__add-to-cart_form .js-add-to-cart{
    height: 44px;
  }
.wt-product__info .counter{
  width: 130px !important;
    height: 44px !important;
}
.wt-product__info .counter button {
    width: 40px !important;
    height: 40px !important;
}
  .wt-product__info h1.wt-product__name {
    font-size: 22px !important;
    padding-right: 0;
}

.wt-product__info quantity-counter.counter-wrapper {
    position: unset;
}

.benifits01 {
    background: #ecf0cd;
    width: 70%;;
}

.right-content {
    display: unset;
}

.gerfge {
    background: #ecf0cd;
    width: 93%;
    padding: 4px;
    margin-top: 10px;
    border-radius: 30px;
    position: unset;
    max-width: 325px;
    padding: 2px 2px;

}

.product-informations-c {
    width: 100%;
}

.sdfwe2ww [role='tablist'] {
    display: flex;
    flex-wrap: unset;
    /* gap: 52px; */
}

.sdfwe2ww [role='tablist'] {
    display: grid;
    gap: 5px;
}

.wt-product {
    display: flex;
    flex-direction: column;
    position: unset;
    overflow: hidden;
}

.wt-product__add-to-cart_form {
    display: unset !important;
}

.wt-product__info .wt-product__add-to-cart_form--wrapper {
    display: flex;
    gap: 16px;
    width: 100%;
}

.wt-product__info .shopify-payment-button {
    width: 100%;
    margin-top: 13px;
}

.wt-product__info quantity-counter.counter-wrapper {
    position: unset;
    border-radius: 22px !important;
}

.jdgm-prev-badge {
    position: unset;
}
.jdgm-prev-badge {
    position: unset;
    padding-top: 4px;
    padding-bottom: 4px;
    right: 50px;
    top: 0;
} 
.sdfsdf h2 {
    font-size: 32px;
    padding: 0px;
}
.hero__overlay {
    padding: 0;
    padding-bottom: 15px;
}
.arrow-img2 {
    position: absolute;
    left: 78px;
    transform: translateX(-50%);
    top: 1px !important;
    object-fit: cover !important;
    width: 39% !important;
}
.arrow-img2 img {
    width: 106px !important;
    height: auto !important;
}
.cbt-badge-circle img {
    width: 80px !important;
    object-fit: contain;
}
.solving-gut-section {
    padding: 0 !important;
}
[data-section-id="template--19324584362163__separator_gTr6gq"] {
    --section-gap-top: 20px;
    --section-gap-bottom: 36px;
}
}
svg.svg-icon.svg-icon--arrow-right {
    fill: #000 !important;
}
svg.svg-icon.svg-icon--arrow-left {
    fill: #000 !important;
}
.video-product-button:hover {
    background: #006d77;
    color: #fff !important;
}
p.faq-answer-unique.show {
    font-family: 'Argentum Sans' !important;
    color: #2d2d2d;
    font-size: 11px !important;
    line-height: 23px;
}
.faq-heading-unique {
    font-size: 40px !important;
     font-weight: 400 !important;
}
.sdfsdf h2.hero__title.hero {
    padding: 0px !important;
    font-family: 'Argentum Sans'!important;
    font-size: 40px !important;
    font-weight: 600 !important;
}
.nav-drawer-big .hero__overlay.hero__overlay--center.hero__overlay--center.hero__overlay--mobile--.hero__overlay--mobile-- {
    padding: 20px;
}
.template-page-about-new .hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-inline: 0px;
}
.template-page-about-new {
    overflow-x: hidden;
}
.template-page-ingredients-new .blog-hero-section {
    background-color: #FAFAF8;
    padding: 00px 20px 0px;
    position: relative;
}
.template-page-ingredients-new .hero__pic-container {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 35px;
}
.modern-why-different {
    display: none;
}
.modern-product-item:hover .modern-why-different {
    display: block;
}
.template-collection .modern-header-section {
    display: none;
}
@media only screen and (max-width: 600px) {

.template-page-ingredients-new .hero__pic-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 35px;
}
.faq-heading-unique {
    font-size: 30px !important;
}
.template-page-ingredients-new .blog-load-more-wrapper {
    text-align: center;
    padding-bottom: 0;
}

}


.unique-contact-section .contact-form input.form__field__input{
  background-color:#0000;
  padding:10px;
  height:auto;
  border-radius:50px;
}
.unique-contact-section .form__field--name, .unique-contact-section .form__field--phone {
    width: 100%;
}
.unique-contact-section .form__field__textarea{
   background-color:#0000;
   padding:10px;
   height:auto;
   border-radius:25px;
}


span.jdgm-prev-badge__stars {
    display: flex;
    font-size: 10px;
}

	
	.jdgm-preview-badge .jdgm-prev-badge {
    border-left: solid 2px;
    width: 140px;
    right: 0;
    padding-left: 10px;
    font-size: 12px;
}


.jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #000000 !important;
}

span.jdgm-prev-badge__text {
    font-weight: 300;
    font-family: Argentum Sans;
    letter-spacing: 1px;
}

.breadcrumbs__wrapper {
    display: none;
}
.wt-page.wt-page--compact {
    padding-bottom: 30px;
}
.wt-page.wt-page--compact p {
    font-size: 15px;
    color: #2D2D2D;
    font-family: 'Argentum Sans';
    line-height: 32px;
}
#shopify-section-template--19506384830643__main > div > h1 {
    display: none ! IMPORTANT;
}