/** Shopify CDN: Minification failed

Line 908:0 Unexpected "}"

**/
:root {
  --100: 100%;
  --1320px: 1320px;
  --white: white;
  --transparent: #fff0;
  --black:#000000;
  --1E4642:#1E4642;
  --1C3A13:#1C3A13;
  --F3F3EB:#F3F3EB;
  --C1DAD8:#C1DAD8;
  --C2EA99:#C2EA99;
}
.main{
  margin: 0 auto;
}

a.announcement-bar__button {
    text-decoration: underline;
}
.desktop-hide{
    display: none;
}
.u-14px-400{
     font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}
.u-16px-600{
     font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}
.u-16px-400{
     font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
}

.t-u{
    text-transform: uppercase;
}
.u-46px-500{
         font-family: "Urbanist", sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.24em;
  letter-spacing: 1%;
}
.u-44px-500{
         font-family: "Urbanist", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.28em;
}
.u-40px-500{
         font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.28em;

}
.u-20px-500{
         font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;

}
.u-18px-400{
         font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56em;
}
.u-20px-400{
         font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56em;
}
.bg-1E4642{
    background-color: #1E4642;
}
.text-white{
    color: var(--white);
}
.h-t{

    display: flex;
        gap: 10px;
          
            text-align: center;
            justify-content: center;
            align-items: center;
}
.tdl {
    text-decoration: underline !important;
    color: inherit;
}
.f-j{
    display: inline-flex;
    align-items: center;
    size: 6.5px;
    font-family: "Jost", sans-serif;
    padding: 4px 0px;

}

html {
  scroll-padding-top: 110px;
}

/* header */
.header {
  position: absolute;
  top: 54px; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 28px 32px;
  gap: 66px;
  isolation: isolate;
   max-width: 1320px;
  width: calc(100% - 32px);
  margin: 14px auto 0px;
  background: #FFFFFF;
  box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.05), 4px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 200px;
}

.nav-menu{
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 36px;
height: 24px;
}
.logo{
width: 154.58px;
height: 31.42px; 
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.asterisk{
  padding-top:4px;
}
.cart-icon-container {
  position: relative;
}
.cart-item-count {
    background: #0F1F17;
  position: absolute;
  color: white;
  top: -10px;
  right: -6px;
  min-width: 17px;
  height: 17px;
  padding: 1px 2px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}


/* hero */


.hero-sec {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.8) 0%, rgba(183, 167, 139, 0.8) 100%);
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
}



.hero-bg {
  position:absolute;
  top:-100px;
  left:0;
  right:0;
  bottom:0;
  z-index:0;
}

.hero-bg img {
  width:100%;
  height: 100%;
  object-fit: cover;
    object-position:center top;
}
.hero-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; 
background: 
  linear-gradient(180deg, rgba(248, 248, 248, 0.8) 0%, rgba(183, 167, 139, 0.8) 100%),
  url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");
background-blend-mode: overlay;
filter: blur(35px);
  left: calc(-100vw + 582px);
  width: 100vw;
}

.hero-inner {
  position: relative;
  max-width: 1166px;
  margin: 0 auto;
  padding: 190px 20px 120px;
   z-index: 3;

}

.hero-content {
  max-width: 560px;
  color: #1E4642;
  position: relative;
  z-index: 4;
}


.hero-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;

}

.hero-stars {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1C3A13;
}


.hero-title {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 1.24em;
  letter-spacing: 0.01em;
  color: #1C3A13;
  padding: 12px 0 16px;
}

.hero-text {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56em;
  color: #1C3A13;
  max-width: 422px;
  text-align: left;
}


.hero-cta {
  
  margin: 24px 0px 8px;
  display: flex;
  width: min(464px, 100%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 77px;
  gap: 10px;
  background: #1E4642;
  border-radius: 100px;
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  
}

.hero-note {
  margin-top: 10px;
  font-size: 13px;
  opacity: .85;
}

.hero-mobile-img {
  display: none;
}
.hero-sec .guarantee {
    max-width: 464px;
}
.header.is-sticky {
  position: fixed;
  top: 12px;
}


/* footer */
.bg-1B3F3B{
 background: #1B3F3B;
  position: relative;
  isolation: isolate;
}

.bg-1B3F3B::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.5'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
  z-index: -1;
}

.fc{
  max-width: 1240px;
  padding: 60px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.fp1{
  max-width: 400px;
  width: 100%;
}
.f-logo{
width: 166.41px;
height: 33.83px;
fill: white;
}

.fst{

font-family: 'Urbanist';
font-weight: 500;
font-size: 24px;
line-height: 29px;
color: #FFFFFF;
padding:44px 0px 22px;

}
.fsu{
  font-family: 'Urbanist';
font-weight: 400;
font-size: 16px;
line-height: 1.44em;
text-transform: capitalize;
color: rgba(255, 255, 255, 0.8);
}

.subscribe-form{
  padding-top: 44px;
}


.subscribe-form .form-footer-block{
  position:relative;
  display:flex;
  align-items:center;
  width:100%;
  background:#fff;
  border-radius:100px;
  overflow:hidden;
}


.subscribe-form .form-text-field{
  flex:1;
  height:42px;
  border:0;
  outline:none;
  padding:0 15px;
  font-size:13px;
  color:#5A5A5A;
  background:transparent;
}


.subscribe-form .form-text-field::placeholder{
  color:#5A5A5A;
}


.subscribe-form .form-subscribe-btn{
  width:46px;
  height:42px;
  border:0;
  background:#c1dad8;
  cursor:pointer;
  display:grid;
  place-items:center;
  transition:all 0.3s ease;
}


.subscribe-form .form-subscribe-btn::before{
  content:"";
  width:16px;
  height:8px;
  background:no-repeat center/contain
    url("../assets/arrow.png");
}


.subscribe-form .form-subscribe-btn:hover{
  background:#c1dad8;
}
.subscribe-form .form-subscribe-btn:active{
  transform:scale(.96);
}

.fp2{
  display:flex;
  justify-content: space-between;
  align-items:flex-start;
  gap: 64px;
}

.fl{
 width: 240px;

}

.ft-title{
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}


.ft-links{
  padding-top: 25px;
  list-style: none;
  display:flex;
  flex-direction:column;
  gap: 25px; 
}

.ft-links a{
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.ft-links a:hover{
  transition:all 0.3s ease;
}


.fsc{
  max-width: 160px;
  text-align: left;
}


.ft-social{
  display:flex;
  gap: 36px;
 padding-top: 23px;
}


.ft-ico{
  width: 36px;
  height:36px;
  display:grid;
  place-items:center;
  text-decoration:none;
}

/* usp */
.usp-slider-wrapper {
  width: 100%;
  padding: 20px;
  margin: auto;
  background: #f3f3eb;
  overflow: hidden;
}
.usp-slider-wrapper .swiper {
  overflow: visible !important;
  max-width: 1484px;
  margin: auto;
}
.usp-slider-wrapper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.usp-slider-wrapper .swiper-wrapper.active {
  transition-timing-function: ease !important;
}
.usp-slider-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 30px;
}
.usp-item {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  white-space: nowrap;
  font-family: 'Urbanist', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.56em;
  color: #1E4642;
}
.usp-ico {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}



/* seen */
.seen-on-tv{
  background:#DAECEA;                 
  padding: 28px 0px;
  border-bottom: 1px solid #1E4642;
  border-top: 1px solid #1E4642;
  overflow:hidden;
}

.seen-title{
 font-family: 'Urbanist';
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 1.28em;
text-align: center;
color: #1C3A13;
padding-bottom: 33px;
}

.seen-swiper{
  width: 100%;
  max-width: 800px;                  
  margin: 0 auto;
}

.seen-slide{
  width: auto !important;
  display:flex;
text-align: center;
  align-items:center;
  justify-content:center;
  padding: 0 20px;
}


.seen-swiper .swiper-wrapper {

        align-items: center !important;
    }
   
    
    /* proof */

.proof-section{
  background:#F3F3EB;
}

.proof-inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 68px 20px;
    text-align: center;
     display: flex;
  flex-direction: column;
   align-items: center; 
}
.proof-text{
    max-width: 620px;
}

.proof-title{
  font-family: 'Urbanist';
font-style: normal;
font-weight: 500;
font-size: 44px;
line-height: 1.28em;
text-align: center;
color: #1C3A13;
padding-bottom: 20px;
 text-align: center;
}

.proof-body{
font-family: 'Urbanist';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 1.56em;
text-align: center;
color: #1E4642;
max-width: 560px;
margin: 0 auto;
}


.proof-card{
  margin: 44px auto 0; 
  max-width: 730px;
background: #FFFFFF;
border-radius: 20px;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 14px;
gap: 14px;
}

.proof-media{
  border-radius: 14px;
  overflow:hidden;
}
.proof-media img{
  width:100%;
  height: auto;
  display:block;
}

.proof-quote{
  font-family: "Urbanist", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 1.56em;
display: flex;
color: #1E4642;
max-width:509px;
width: 100%;

    text-align: start;
}

.proof-meta{
 font-weight: 500;
font-size: 18px;
line-height: 1.33em;
display: flex;
align-items: center;
color: #1E4642;
gap: 10px;

}

.proof-meta .name{
 font-weight: 500;
font-size: 18px;
line-height: 1.33em;
display: flex;
align-items: center;
color: #1E4642;
}

.proof-meta .verified{
 font-weight: 400;
font-size: 15px;
line-height: 1.4em;
display: flex;
align-items: center;
color: #1E4642;
}
.proof-meta .dot{
  width: 12px;
  height: 12px;
margin-right: 8px;
  background:url("../assets/verified.png");
}
/* benefit */

.benefits{
  background:#F3F3EB;
}
.benefits-inner{
  max-width: 1240px;
  margin: 0 auto;
  padding: 68px 20px;
}
.benefits-title{
  font-family: "Urbanist", sans-serif;
font-weight: 500;
font-size: 44px;
line-height: 1.28em;
text-align: center;
color: #1C3A13;
padding-bottom: 48px;

}

.benefits-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items:start;
  max-width: 1000px;
  margin: 0 auto;
}

.benefit{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  max-width: 220px;
}

.benefit-ico{
  width: 40px;
  height: 42px;
  object-fit: contain;
}

.benefit-line{
  width: 100%;
  height: 0;
  border-top: 1px dashed #1E4642;
  margin: 10px 0 16px;
}

.benefit-head{
font-family: "Urbanist", sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 24px;
color: #1E4642;

}

.benefit-text{
  padding-top: 10px;
  max-width: 220px;
  font-family: "Urbanist", sans-serif;
font-weight: 400
font-size: 16px;
line-height: 18px;
color: #1E4642;
}

.benefits-cta, .expert-cta, .ing-cta, .compare-cta, .pd-cta{
    margin: 48px auto 0;
display: flex;
 width: min(520px, 100%);
flex-direction: row;
justify-content: center;
align-items: center;
padding: 16px 77px;
gap: 10px;
background: #1E4642;
border-radius: 100px;
font-family: 'Urbanist';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #FFFFFF;
}

.header-c {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
}
/* faq */

.faq-sec{
  background:#F3F3EB;
}
.faq-inner{
  max-width: 760px;
  margin: 0 auto;
  padding: 68px 20px;
}

.faq-title{
  font-family:"Urbanist", sans-serif;
font-weight: 500;
font-size: 44px;
line-height: 1.28em;
text-align: center;
color: #1E4642;
padding-bottom: 40px;
}

.faq-item{
  overflow: hidden;
  background: #FFFFFF;
border-radius: 14px;
}
.faq-item:not(:last-child){
  margin-bottom: 18px;
}

.faq-item.is-open{
  background:#d5e4e0; 
  outline: 1px solid #1E4642;
}

.faq-q{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  padding: 18px 16px;
  background: transparent;
  border: 0;
  cursor:pointer;
  text-align:left;
  font-family:"Urbanist", sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 1.44em;
 color: #1E4642;
}

.faq-ico{
  transition: transform .25s ease;
   width: 14px;
  height: 10px;
  flex-shrink: 0;
}
  


.faq-item .faq-ico{
  transform: rotate(0deg);
}
.faq-item.is-open .faq-ico{
  transform: rotate(180deg);
  color: #1E4642;
}

.faq-a{
  display:none;
  padding: 0 16px 16px;
}

.faq-a-inner{
  font-family:"Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.44em;
color: #0F1F17;
  max-width: 555px;
}


/* expert */

.expert-section{
  background:#F6F3EA;
}
.expert-inner{
  max-width: 1127px;
  margin: 0 auto;
  padding: 60px 20px;
}
.expert-head{
  text-align:center;
  max-width: 588px;
  margin: 0 auto 44px;
}
.expert-hat-c {
    display: flex;
    justify-content: center;
}
.expert-rating{
    font-family: 'Urbanist';
font-weight: 400;
font-size: 16px;
line-height: 1.56em;
 padding-bottom: 14px;
  padding-top: 12px;
      display: flex;
    align-items: center;
    justify-content: center;
    gap:6px;
}
}
.expert-rating span{
  color: #0F1F17;
 padding-left: 6px;
}

.expert-title{
  font-family:'Urbanist';
  font-size: 44px;
  font-weight: 500;
  line-height: 1.28em;
  color:#1C3A13;
  margin-bottom: 20px;
}

.expert-sub{
    font-family: 'Urbanist';
  font-weight: 400;
font-size: 18px;
  line-height:1.56em;
 color: #0F1F17;
 max-width:418px;
 margin:0 auto;
}

/* Card */
.expert-card{
  display:grid;
  grid-template-columns: 510px 1fr;
  gap: 36px;
  align-items:center;
}

.expert-img img{
  width:100%;
  border-radius: 24px;
  display:block;
}

.expert-name{
font-family: 'Urbanist';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #1C3A13;
  display:flex;
  align-items:center;
  gap: 10px;
padding-bottom: 15px;
}

.expert-badge{
font-family: 'Urbanist';
font-style: normal;
font-weight: 400;
font-size: 18px;
text-transform: capitalize;
line-height: 1.44em;
  color:#fff;
 align-items: center;
padding: 4px 12px;
 background: #1E4642;
border-radius: 100px;
}

.expert-quote{
 font-family: 'Urbanist';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 1.56em;
text-transform: capitalize;
color: #1C3A13;
}

.expert-icons{
  display:flex;
  gap: 24px;
  padding-top: 36px;
}
.expert-icons img{
  width: 102px;
  height: auto;
}


.expert-cta{
  text-align:center;
}

/* ingredients */
.ing-sec {
  padding: 60px 20px;
  background: #1B3F3B;
  position: relative;
  isolation: isolate;
}
.ing-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.5'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
  z-index: -1;
}
.ing-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.ing-title {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.28em;
  color: #fff;
  margin: 0 0 20px;
}
.ing-sub {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56em;
  color: #fff;
  max-width: 420px;
  margin: 0 auto;
}
.ing-grid {
  display: grid;
  grid-template-columns: 486px 1fr;
  align-items: center;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  padding: 44px 20px 0;
}
.ing-visual {
  max-width: 486px;
  width: 100%;
}
.ing-visual img {
  width: 100%;
  height: auto;
}
.right-c {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ing-acc {
  max-width: 375px;
  width: 100%;
  margin-left: auto;
  border-radius: 20px;
  border: 1px solid #8e8e8e;
  overflow: hidden;
}
.ing-item {
  border-top: 1px solid #8e8e8e;
}
.ing-item:first-child {
  border-top: 0;
}
.ing-q {
  width: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
}
.ing-q-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ing-q-title {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.ing-pilltag {
  display: inline-flex;
  width: fit-content;
  padding: 3px 10px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.44em;
  color: #1E4642;
  background: rgba(237, 247, 246, 0.7);
  border-radius: 100px;
}
.ing-item.is-open .ing-pilltag {
  background: #EDF7F6;
}
.ing-ico {
  width: 13px;
  height: 13px;
  position: relative;
  flex: 0 0 auto;
  margin-top: 5px;
}
.ing-ico::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.ing-ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 14px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform .3s ease, opacity .3s ease;
  border-radius: 2px;
}
.ing-item.is-open .ing-ico::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.ing-a {
  display: none;
  padding: 0 14px 14px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.44em;
  color: #fff;
}
.ing-a p {
  margin: 0 0 8px;
}
.ing-a p:last-child {
  margin-bottom: 0;
}
.ing-a strong {
  font-weight: 600;
}
.trial-link {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.44em;
  text-decoration: underline;
  color: #C8C8C8;
}
.ing-cta {
  background: #C1DAD8;
  color: #1E4642;

}


/* uric-levels */
.levels-sub{
  font-family: "Urbanist", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 1.56em;
text-align: center;
color: #FFFFFF;
}


.levels-card{
  max-width: 690px;
  margin: 44px auto 0;
  background:#fff;
  color:#1E4642;
  border-radius: 20px;
  padding: 24px 24px 24px 28px;
}

.card-title{
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.28em;
color: #1E4642;
padding-bottom: 8px;
}

.card-sub{
  font-family: "Urbanist", sans-serif;
 font-weight: 600;
font-size: 15px;
line-height: 1.28em;
text-align: center;
color: #1E4642;
}

.card-grid{
  padding-top: 32px;
  display: grid;
  grid-template-columns: 303px 1fr;
  gap: 36px;
  align-items: start;
  text-align: left;
}


.circle-visual{
  width: 251px;
  height: 251px;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 14px;
}
.circle-visual img{
  height: auto;
  width: 100%;
}
.before-after{
  display:flex;
  justify-content: space-between;
  gap: 56px;
  font-family: "Urbanist", sans-serif;
}
.ba-col{
  width: 50%;
}

.ba-title{
  font-weight: 600;
font-weight: 400;
font-weight: 600;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #1E4642;
}

.ba-text{
font-weight: 400;
font-size: 13px;
line-height: 1.56em;

text-align: center;

color: #1E4642;
}


.card-p{
  font-family: "Urbanist", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.56em;
  color:#1E4642;
}

.card-list{
  padding:12px 0px 12px;
  
}

.card-list li{
  position: relative;
  padding-left: 14px;
  padding-bottom: 6px;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  line-height: 1.56em;
  color: #1E4642;
  font-weight: 600;

}

.card-list li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #1E4642;
    padding-bottom: 6px;
  
}

.levels-footnote{
  max-width: 614px;
  margin: 0 auto;
font-weight: 400;
font-size: 15px;
line-height: 1.4em;
text-align: center;
padding-top: 16px;
color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
}



/* compare */

   .compare-sec {
      background: #F3F3EB;
    }

    .compare-inner {
      max-width: 824px;
      padding: 68px 20px;
      margin: 0 auto;
      text-align: center;
    }

    .compare-text {
      font-family: 'Urbanist', sans-serif;
      font-weight: 600;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      text-transform: uppercase;
      color: #1E4642;
      letter-spacing: 1px;
    }

    .compare-title {
      font-family: "Urbanist", sans-serif;
      font-weight: 500;
      font-size: 42px;
      line-height: 1.28em;
      text-align: center;
      color: #1E4642;
      padding: 14px 0px 0px;
      margin: 0;
    }

    .tt-compare-wrapper {
      padding-top: 105px;
      max-width: 660px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: flex-start;
    }

    .tt-compare-1 {
      width: 220px;
      padding-top: 133px;
          margin-top: -30px;
    }

    .tt-compare-2 {
      width: 195px;
      background: #FFFFFF;
      border-radius: 12px;
box-shadow: 0px 7.93948px 7.93948px rgba(0, 0, 0, 0.06), 0px 1.32325px 2.64649px rgba(0, 0, 0, 0.06), 0px 0px 0px 1.32325px rgba(0, 0, 0, 0.02);
      position: relative;
      z-index: 2;
      
    }

    .tt-compare-3 {
      width: 150px;
    }

    .tt-compare-blank {
      height: 133px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      padding-bottom: 12px;
      gap: 26px;
        margin-top: -30px;
    }

    .tt-compare-2 .tt-compare-blank {
      padding-bottom: 16px;
    }

    .tt-compare-wrapper p {
      margin: 0;
      height: 88px;
      display: flex;
      align-items: center;
      border-bottom: 1px dashed #292923;
      font-family: 'Urbanist', sans-serif;
     font-weight: 400;
font-size: 18px;
line-height: 29px;
display: flex;
align-items: center;
letter-spacing: 0.0568996px;
      color: #1E4642;
      padding: 0 20px;
    }

    .tt-compare-wrapper p.last {
      border-bottom: none;
    }

    .tt-compare-1 p {
      text-align: left;
      justify-content: flex-start;
      padding-left: 0;
      padding-right: 16px;
    }

    .tt-compare-2 p {
      justify-content: center;
      text-align: center;
      font-weight: 500;
font-size: 16px;
line-height: 1em;

text-align: center;

color: #1E4642;
    }

    .tt-compare-3 p {
      justify-content: center;
      text-align: center;
     font-weight: 500;
font-size: 16px;
line-height: 1em;
text-align: center;
color: #1E4642;
    }


    .tt-compare-3 .tt-col-title {
           font-family: 'Urbanist', sans-serif;
    font-weight: 400;
font-size: 12px;
line-height: 136%;
 border: none !important;
      height: auto !important;
      padding: 0 !important;
      display: block;
letter-spacing: 0.06px;
color: #292923;
    }

    .tt-compare-2 .c-i {
      height: auto;
    }

/* review */

.review-inner .trusted-text{
color: white;
}
.reviews-swiper{
  margin-top: 34px;

}
.review-card-c{
  max-width: 1177px;
  margin: 0 auto;
}
.reviews-swiper .swiper-wrapper{
  align-items: stretch;
}

.reviews-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.review-card{
  border-radius: 20px;
  border: 1px solid #FFFFFF80;
  padding: 14px;
}

.review-content.review-star{
  width: 68px;
  height: 12px;
}

.review-img img{
  width:100%;
  height:auto;
   border-radius: 16px;
}

.review-content{
  padding: 14px 6px 0;
  text-align:left;
}

.review-quote{
padding:14px 0 20px ;
  font-family:"Urbanist",sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 1.44em;
display: flex;
align-items: center;
color: #FFFFFF;
}

.review-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  color: #FFFFFF;
}

.review-name{
font-weight: 500;
font-size: 16px;
line-height: 1.4em;
color: #FFFFFF;
}

.review-verified{
  display:inline-flex;
  align-items:center;
  font-weight: 400;
font-size: 14px;
line-height: 1.4em;
gap:6px

}

.v-dot{
  width:12px;
  height:12px;
}

/* timeline */
.timeline-title {
  max-width: 654px;
  text-align: center;
  margin: 0 auto;
}
.timeline-head {
  display: flex;
  gap: 0px;
  position: relative;
  max-width: 880px;
  margin: 0 auto 32px;
  padding-top: 14px;
}



.timeline-step {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 14px 0 0;
  margin: 0;
  text-align: left;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44em;
  color: #a3a3a3;
  position: relative;
  cursor: pointer;
}

.timeline-step::before {
  content: "";
  position: absolute;
  left: 0;
  right: 10px;
  top: 0;
  height: 1.5px;
  background: rgba(30, 70, 66, 0.25);
}


.timeline-step::after {
  content: "";
  position: absolute;
  left: 0;
 right: 10px;
  top: 0;
  height: 1.5px;
  background: transparent;
  transition: all 0.3s ease;
}

.timeline-step.is-active {
  color: #1e4642;
}

.timeline-step.is-active::after {
  background: #1e4642;
}

.timeline-swiper {
  max-width: 880px;
  margin: 0 auto;
  overflow: hidden;
}

.timeline-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.timeline-swiper.is-grid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.timeline-swiper.is-grid .swiper-slide {
  width: auto !important;
  margin: 0 !important;
}


.timeline-card {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.timeline-media {
  border-radius: 14px;
}

.timeline-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.timeline-pill {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 999px;
  background: #3e746e;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.44em;
  margin: 15px 0;
}

.timeline-card-title {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 10px;

  color: #1e4642;
}
.timeline-card-text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.44em;
  color: #000000;
}



.guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #1e4642;
}

.guarantee svg {
  width: 13px;
  height: 13px;
}

/* product */

.pd-inner {
  max-width: 1206px;
  margin: 0 auto;
}

.pd-flex {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pd-gallery {
  flex: 1 1 500px;
  min-width: 0;
}

.pd-info {
  flex: 1 1 400px;
  min-width: 0;
}

.pd-main,
.pd-thumbs {
  width: 100%;
}

.pd-main {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.pd-main img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.pd-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 0;
  background: #FFFFFF80;
  color: #D2D2D2;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}

.pd-prev {
  left: 26px;
  z-index: 5;
}

.pd-next {
  right: 26px;
  z-index: 5;
}
.swiper-button-disabled {
  opacity: .35;
  pointer-events: none;
}

.pd-thumbs {
  margin-top: 14px;
}

.pd-thumbs .swiper-slide {
  width: 113px;
  height: 113px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
}

.pd-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pd-thumbs .swiper-slide-thumb-active {
  border: 1px solid #1E4642;
}

.pd-info {
  color: #fff;
  font-family: "Urbanist", sans-serif;
}

.pd-info .expert-rating {
  display: flex;
  justify-content: flex-start;
}
.expert-rating .trusted-text{
  color: white;
}
.pd-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.28em;
  color: #FFFFFF;
  padding: 8px 0 14px;
}

.pd-sub {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44em;
  padding-bottom: 28px;
}

.pd-pill {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  gap: 4px;
  background: #C2EA99;
  border: 1px solid #1E4642;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.44em;
  color: #1E4642;
}

.pd-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 26px 0 22px;
}

.pd-now {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.44em;
  color: #fff;
}

.pd-was {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  color: #A3A3A3;
  text-decoration: line-through;
}

.pd-options {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pd-option {
  display: block;
  cursor: pointer;
}

.pd-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pd-card {
  background: #FFFFFF;
  border: 1px solid rgba(15, 31, 23, 0.4);
  border-radius: 4px;
  position: relative;
  padding: 20px 16px;
  gap: 16px;
}

.pd-card-content {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 24px;
}

.pd-left {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pd-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #1E4642;
  position: relative;
  flex: 0 0 auto;
}

.pd-radio::after {
  content: "";
  width: 12.5px;
  height: 12.5px;
  background: #1E4642;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .2s ease;
}

.pd-option input:checked + .pd-card {
  border-color: #1E4642;
}

.pd-option input:checked + .pd-card .pd-radio::after {
  transform: translate(-50%, -50%) scale(1);
}

.pd-titles {
  display: flex;
  align-items: baseline;
  gap: 7px;
  flex-wrap: nowrap;
  min-width: 0;
}

.pd-r-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1E4642;
}

.pd-r-sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.56;
  text-transform: capitalize;
  color: #0F1F17;
}

.pd-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.pd-badges {
  position: absolute;
  top: -16px;
  right: 24px;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.badge {
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  background: #C2EA99;
  border: 1px solid #1E4642;
  color: #1E4642;
  white-space: nowrap;
}

.pd-c-price {
  font-size: 16px;
  font-weight: 600;
  color: #1E4642;
  line-height: 1.4em;
}

.pd-note {
  font-family: 'Urbanist';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56em;
  max-width: 426px;
  padding: 16px 0 0;
  text-transform: capitalize;
  color: #0F1F17;
}

.pd-cta {
  margin-top: 24px;
   background: #C1DAD8;
  color: #1E4642;
}

.pd-mini {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration-line: underline;
  text-transform: capitalize;
  padding-top: 8px;
}

.pd-features {
  display: flex;
justify-content: space-between;
text-align: center;
max-width: 400px;
margin: 0 auto;
  gap: 14px;
  align-items: center;
  padding-top: 30px;
 
  
}

.pd-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
   padding-bottom: 14px;
}

.pd-feature-txt {
  font-family: "Urbanist", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.56em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* button:hover {
    
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  
} */
