.reviews__arrow,.customer-feedback__arrow,.wcs__arrow{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-card);cursor:pointer;z-index:5}.reviews__arrow:hover,.customer-feedback__arrow:hover,.wcs__arrow:hover{background:hsl(var(--primary));color:#fff}.reviews__arrow--prev,.customer-feedback__arrow--prev,.wcs__arrow--prev{left:-.5rem}.reviews__arrow--next,.customer-feedback__arrow--next,.wcs__arrow--next{right:-.5rem}@media(min-width:768px){.reviews__arrow--prev,.customer-feedback__arrow--prev,.wcs__arrow--prev{left:-1.25rem}.reviews__arrow--next,.customer-feedback__arrow--next,.wcs__arrow--next{right:-1.25rem}}.reviews{padding:3rem 0;overflow:hidden}.reviews__header{text-align:center;max-width:40rem;margin:0 auto 2rem}.reviews__eyebrow{display:inline-flex;align-items:center;gap:.4rem;background:hsl(var(--amber) / .12);color:hsl(var(--amber));border-radius:999px;padding:.35rem .85rem;font-size:.75rem;font-weight:600;margin-bottom:1rem}.reviews__eyebrow svg{width:.9rem;height:.9rem}.reviews__heading{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}@media(min-width:768px){.reviews__heading{font-size:2.25rem}}.reviews__subheading{font-size:.95rem;color:hsl(var(--muted-foreground))}.reviews__carousel{position:relative}.reviews__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.25rem .25rem 1rem;scrollbar-width:none}.reviews__track::-webkit-scrollbar{display:none}.reviews__card{flex:0 0 auto;width:200px;scroll-snap-align:start;cursor:pointer}@media(min-width:768px){.reviews__card{width:230px}}.reviews__media{position:relative;aspect-ratio:9 / 14;border-radius:1rem;overflow:hidden;background:hsl(var(--secondary));box-shadow:var(--shadow-card)}.reviews__media img,.reviews__video{width:100%;height:100%;object-fit:cover;display:block}.reviews__placeholder{display:flex;align-items:center;justify-content:center;height:100%;padding:1rem;text-align:center;font-size:.75rem;color:hsl(var(--muted-foreground))}.reviews__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;border-radius:999px;border:none;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-card);cursor:pointer}.reviews__card.is-playing .reviews__play{display:none}.reviews__badge{position:absolute;top:.6rem;left:.6rem;display:inline-flex;align-items:center;gap:.3rem;background:hsl(var(--amber) / .92);color:#fff;font-size:.65rem;font-weight:700;border-radius:999px;padding:.25rem .6rem}.reviews__badge svg{width:.7rem;height:.7rem}.reviews__caption{position:absolute;left:0;right:0;bottom:0;padding:.75rem;background:linear-gradient(to top,hsl(0 0% 0% / .75),transparent);color:#fff}.reviews__caption strong{display:block;font-size:.95rem}.reviews__caption span{display:block;font-size:.75rem;opacity:.85}.reviews__disclaimer{text-align:center;font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:1rem}.testimonials{padding:3.5rem 0;background:#15281f;overflow:hidden}.testimonials__header{text-align:center;max-width:48rem;margin:0 auto 2rem}.testimonials__eyebrow{display:inline-block;background:#ffffff1a;color:#ffffffe6;border-radius:999px;padding:.3rem .8rem;font-size:.7rem;font-weight:600;margin-bottom:.75rem}.testimonials__heading{font-size:1.75rem;font-weight:700;color:#fff;line-height:1.15;margin-bottom:1rem}.testimonials__heading em{font-style:italic;color:hsl(var(--amber))}@media(min-width:768px){.testimonials__heading{font-size:3rem}}.testimonials__rating{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.testimonials__stars{display:inline-flex;gap:.15rem;color:hsl(var(--amber))}.testimonials__stars svg{width:1.1rem;height:1.1rem}.testimonials__rating-text{color:#fff;font-weight:600;font-size:.9rem}.testimonials__consent{font-size:.75rem;color:#ffffff8c;font-style:italic;max-width:34rem;margin:0 auto}.testimonials__marquee-wrap{position:relative}.testimonials__marquee{display:flex;gap:.9rem;width:max-content;animation:testimonials-marquee 45s linear infinite}.testimonials__marquee:hover{animation-play-state:paused}@keyframes testimonials-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials__card{flex:0 0 240px}@media(min-width:768px){.testimonials__card{flex-basis:260px}}.testimonials__card>div,.testimonials__card{display:flex;flex-direction:column}.testimonials__photo{aspect-ratio:1;border-radius:1rem 1rem 0 0;overflow:hidden;background:hsl(var(--secondary))}.testimonials__photo img{width:100%;height:100%;object-fit:cover}.testimonials__photo-placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:.7rem;color:hsl(var(--muted-foreground))}.testimonials__card-body{background:#fff;border-radius:0 0 1rem 1rem;padding:1rem;box-shadow:var(--shadow-card);flex:1;display:flex;flex-direction:column}.testimonials__card-stars{display:flex;gap:.1rem;color:hsl(var(--amber));margin-bottom:.5rem}.testimonials__card-stars svg{width:.85rem;height:.85rem}.testimonials__quote{font-size:.8rem;font-weight:500;color:hsl(var(--foreground));flex:1;margin:0 0 .75rem;line-height:1.4}.testimonials__meta{display:flex;align-items:center;justify-content:space-between;padding-top:.6rem;border-top:1px solid hsl(var(--border));font-size:.7rem;color:hsl(var(--muted-foreground))}.testimonials__meta svg{width:.7rem;height:.7rem;vertical-align:-1px}.testimonials__duration{color:hsl(var(--primary));font-weight:600}.testimonials__fade{position:absolute;top:0;bottom:0;width:4rem;pointer-events:none;z-index:2}.testimonials__fade--left{left:0;background:linear-gradient(to right,hsl(150 30% 12%),transparent)}.testimonials__fade--right{right:0;background:linear-gradient(to left,hsl(150 30% 12%),transparent)}.customer-feedback{padding:3rem 0;background:hsl(var(--secondary) / .4)}.customer-feedback__header{text-align:center;max-width:40rem;margin:0 auto 2rem}.customer-feedback__hook{font-size:.9rem;font-weight:600;color:hsl(var(--primary));margin-bottom:.5rem}.customer-feedback__eyebrow{display:inline-flex;align-items:center;gap:.4rem;background:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:999px;padding:.4rem .9rem;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.customer-feedback__eyebrow svg{width:1rem;height:1rem}.customer-feedback__heading{font-size:1.5rem;font-weight:700}@media(min-width:768px){.customer-feedback__heading{font-size:2.25rem}}.customer-feedback__carousel{position:relative}.customer-feedback__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.25rem .25rem 1rem;scrollbar-width:none}.customer-feedback__track::-webkit-scrollbar{display:none}.customer-feedback__card{flex:0 0 260px;scroll-snap-align:start;background:hsl(var(--card));border-radius:1rem;overflow:hidden;border:1px solid hsl(var(--border));box-shadow:var(--shadow-card)}@media(min-width:768px){.customer-feedback__card{flex-basis:300px}}.customer-feedback__image{aspect-ratio:1;background:hsl(var(--secondary))}.customer-feedback__image img{width:100%;height:100%;object-fit:cover;object-position:top}.customer-feedback__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:.75rem;color:hsl(var(--muted-foreground));padding:1rem;text-align:center}.customer-feedback__card-body{padding:1rem}.customer-feedback__benefit{display:inline-block;background:hsl(var(--primary) / .1);color:hsl(var(--primary));font-size:.7rem;font-weight:600;border-radius:999px;padding:.25rem .7rem;margin-bottom:.5rem}.customer-feedback__highlight{font-size:.85rem;font-weight:500;margin:0}.customer-feedback__trust{text-align:center;margin-top:1.5rem}.customer-feedback__trust p{margin:0;font-size:.9rem;color:hsl(var(--muted-foreground))}.customer-feedback__disclaimer{font-size:.75rem;margin-top:.35rem;opacity:.7}.wcs{padding:3.5rem 0;background:linear-gradient(to bottom,#fcf3f4,hsl(var(--background)))}.wcs__wrap{max-width:56rem}.wcs__header{text-align:center;margin-bottom:2rem}.wcs__eyebrow{display:inline-flex;align-items:center;gap:.4rem;background:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:999px;padding:.35rem .8rem;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.wcs__eyebrow svg{width:.9rem;height:.9rem}.wcs__heading{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}@media(min-width:768px){.wcs__heading{font-size:2.25rem}}.wcs__rating{display:flex;align-items:center;justify-content:center;gap:.4rem;flex-wrap:wrap;font-size:.95rem}.wcs__stars{display:inline-flex;gap:.1rem;color:hsl(var(--amber))}.wcs__stars svg{width:1.1rem;height:1.1rem}.wcs__rating span{color:hsl(var(--muted-foreground))}.wcs__carousel{position:relative}.wcs__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.25rem .25rem 1rem;scrollbar-width:none}.wcs__track::-webkit-scrollbar{display:none}.wcs__card{flex:0 0 85%;scroll-snap-align:start;background:hsl(var(--card));border-radius:1rem;overflow:hidden;border:1px solid hsl(var(--border));box-shadow:var(--shadow-card)}@media(min-width:640px){.wcs__card{flex-basis:60%}}@media(min-width:900px){.wcs__card{flex-basis:48%}}.wcs__photo{aspect-ratio:16 / 10;background:hsl(var(--secondary))}.wcs__photo img{width:100%;height:100%;object-fit:cover}.wcs__photo-placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:.75rem;color:hsl(var(--muted-foreground))}.wcs__card-body{padding:1.25rem}.wcs__card-stars{display:flex;gap:.1rem;color:hsl(var(--amber));margin-bottom:.5rem}.wcs__card-stars svg{width:.85rem;height:.85rem}.wcs__card-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}.wcs__card-quote{font-size:.85rem;color:hsl(var(--muted-foreground));line-height:1.5;margin:0 0 1rem}.wcs__card-meta{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid hsl(var(--border));gap:.5rem}.wcs__card-meta strong{display:block;font-size:.85rem}.wcs__card-meta span{display:block;font-size:.75rem;color:hsl(var(--muted-foreground))}.wcs__verified{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:hsl(var(--primary));font-weight:600;flex-shrink:0}.wcs__verified svg{width:.8rem;height:.8rem}.wcs__disclaimer{text-align:center;font-size:.75rem;color:hsl(var(--muted-foreground));font-style:italic;margin-top:1rem}.clinical-results{padding:3.5rem 0;background:linear-gradient(135deg,#0e2f1f,#082116)}.clinical-results__wrap{max-width:56rem}.clinical-results__header{text-align:center;margin-bottom:2.5rem}.clinical-results__heading{font-size:1.75rem;font-weight:700;color:#fff}@media(min-width:768px){.clinical-results__heading{font-size:2.75rem}}.clinical-results__subheading{font-family:Fraunces,serif;font-style:italic;font-size:1.25rem;color:#ffffffb3;margin-top:.25rem}@media(min-width:768px){.clinical-results__subheading{font-size:1.75rem}}.clinical-results__asterisk{color:#ffffff80}.clinical-results__grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:768px){.clinical-results__grid{grid-template-columns:1fr 1fr;gap:1.25rem}}.clinical-results__card{border-radius:1rem;padding:1.5rem;border:1px solid hsl(0 0% 100% / .1);background:#ffffff0a}.clinical-results__label{font-size:.7rem;font-weight:700;letter-spacing:.12em;color:#fff9;margin-bottom:.75rem}.clinical-results__value{font-size:3rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.75rem}@media(min-width:768px){.clinical-results__value{font-size:3.5rem}}.clinical-results__divider{width:2.5rem;height:1px;background:#ffffff40;margin-bottom:1rem}.clinical-results__description{font-size:.9rem;color:#ffffffb3;line-height:1.5}.clinical-results__footnote{text-align:center;font-size:.7rem;color:#fff6;font-style:italic;margin-top:2rem}.expert-endorsement{padding:3.5rem 0}.expert-endorsement__header{text-align:center;margin-bottom:2rem}.expert-endorsement__eyebrow{display:inline-block;background:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:999px;padding:.35rem .9rem;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.expert-endorsement__heading{font-size:1.35rem;font-weight:700;padding:0 .5rem}@media(min-width:768px){.expert-endorsement__heading{font-size:2rem}}.expert-endorsement__grid{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:1024px){.expert-endorsement__grid{flex-direction:row;align-items:center;gap:3rem}}.expert-endorsement__image-col{order:1}@media(min-width:1024px){.expert-endorsement__image-col{order:2;flex:1;display:flex;justify-content:center}}.expert-endorsement__image-wrap{width:14rem;border-radius:1.25rem;overflow:hidden;box-shadow:var(--shadow-hover)}@media(min-width:768px){.expert-endorsement__image-wrap{width:18rem}}.expert-endorsement__image-wrap img{width:100%;height:auto;display:block}.expert-endorsement__placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:3/4;background:hsl(var(--secondary));color:hsl(var(--muted-foreground));font-size:.8rem;text-align:center;padding:1rem}.expert-endorsement__content{order:2;text-align:center}@media(min-width:1024px){.expert-endorsement__content{order:1;flex:1;text-align:left}}.expert-endorsement__quote{font-size:.95rem;color:hsl(var(--muted-foreground));line-height:1.65;margin:0 0 1rem}.expert-endorsement__quote p{margin:0 0 .75rem}.expert-endorsement__name{font-size:1.1rem;font-weight:700;margin:0}.expert-endorsement__title{font-size:.85rem;color:hsl(var(--muted-foreground));margin:0 0 1rem}.expert-endorsement__certs{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem}@media(min-width:1024px){.expert-endorsement__certs{justify-content:flex-start}}.expert-endorsement__cert{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500}.expert-endorsement__cert-icon{width:2.25rem;height:2.25rem;border-radius:999px;background:hsl(var(--primary) / .1);color:hsl(var(--primary));display:flex;align-items:center;justify-content:center}.expert-endorsement__cert-icon svg{width:1.1rem;height:1.1rem}.research-papers{padding:3rem 0;border-top:1px solid hsl(var(--border))}.research-papers__grid{display:grid;gap:2rem;align-items:center}@media(min-width:1024px){.research-papers__grid{grid-template-columns:1fr 1.4fr;gap:3rem}}.research-papers__badge{display:inline-block;background:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:999px;padding:.3rem .8rem;font-size:.75rem;font-weight:600;margin-bottom:1rem}.research-papers__heading{font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.research-papers__heading em{font-style:normal;color:hsl(var(--primary))}@media(min-width:768px){.research-papers__heading{font-size:2rem}}.research-papers__description{font-size:.9rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:1rem}.research-papers__stat{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:hsl(var(--muted-foreground))}.research-papers__stat svg{width:1.1rem;height:1.1rem;color:hsl(var(--primary));flex-shrink:0}.research-papers__stat strong{color:hsl(var(--foreground))}.research-papers__visual{position:relative}.research-papers__collage{border-radius:1rem;overflow:hidden;border:1px solid hsl(var(--border));box-shadow:var(--shadow-hover);background:#fff}.research-papers__collage img{width:100%;height:auto;display:block}.research-papers__placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;color:hsl(var(--muted-foreground));font-size:.85rem;padding:2rem;text-align:center}.research-papers__tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.research-papers__tag{font-size:.7rem;font-weight:600;padding:.3rem .7rem;border-radius:999px;background:hsl(var(--primary) / .1);color:hsl(var(--primary));border:1px solid hsl(var(--primary) / .2)}.research-papers__disclaimer{text-align:center;font-size:.7rem;color:hsl(var(--muted-foreground) / .8);max-width:40rem;margin:2rem auto 0}.expert{padding:3.5rem 0;overflow:hidden}.expert__header{text-align:center;max-width:42rem;margin:0 auto 2.5rem}.expert__badge{display:inline-block;background:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:999px;padding:.35rem .9rem;font-size:.8rem;font-weight:600;margin-bottom:1rem}.expert__heading{font-size:1.5rem;font-weight:700;line-height:1.2}.expert__heading em{font-style:normal;color:hsl(var(--primary))}@media(min-width:768px){.expert__heading{font-size:2.25rem}}.expert__row{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 1rem 1.5rem;scrollbar-width:thin}@media(min-width:768px){.expert__row{padding:0 1.5rem 1.5rem}}.expert__card{flex:0 0 200px;scroll-snap-align:start;cursor:pointer}@media(min-width:768px){.expert__card{flex-basis:240px}}.expert__media{position:relative;aspect-ratio:9 / 13;border-radius:1rem;overflow:hidden;background:hsl(var(--secondary));box-shadow:var(--shadow-card)}.expert__media img,.expert__video{width:100%;height:100%;object-fit:cover;display:block}.expert__placeholder{display:flex;align-items:center;justify-content:center;height:100%;padding:1rem;text-align:center;font-size:.75rem;color:hsl(var(--muted-foreground))}.expert__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;border-radius:999px;border:none;background:#ffffffbf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-card);cursor:pointer}.expert__card.is-playing .expert__play{display:none}.expert__caption{position:absolute;left:0;right:0;bottom:0;padding:.85rem;background:linear-gradient(to top,hsl(0 0% 0% / .8),transparent);color:#fff}.expert__caption strong{display:block;font-size:1rem}.expert__caption span{display:block;font-size:.75rem;opacity:.9}.inline-buy-cta{padding:2.5rem 0}.inline-buy-cta__wrap{max-width:34rem;text-align:center}.inline-buy-cta__heading{font-size:1.35rem;font-weight:700;margin-bottom:.5rem}@media(min-width:768px){.inline-buy-cta__heading{font-size:1.75rem}}.inline-buy-cta__subheading{font-size:.9rem;color:hsl(var(--muted-foreground));margin-bottom:1.25rem}.inline-buy-cta__button{width:100%;text-decoration:none}@media(min-width:640px){.inline-buy-cta__button{width:auto;min-width:20rem}}.inline-buy-cta__reassurance{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .5rem;font-size:.8rem;color:hsl(var(--muted-foreground));margin-top:.85rem}.inline-buy-cta__reassurance svg{width:.8rem;height:.8rem;vertical-align:-1px;color:hsl(var(--amber))}
/*# sourceMappingURL=/cdn/shop/t/6/assets/sections-c.css.map */
