*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:10px;scroll-behavior:smooth;overflow-x:clip}body{font-family:"Source Sans 3",sans-serif;font-size:1.6rem;color:#252728;background:#fff;-webkit-font-smoothing:antialiased;overflow-x:clip;width:100%;max-width:100%}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}button{cursor:pointer;border:none;background:none}ul{list-style:none}:root{--blue: #0096FB;--blue-dark: #0073c6;--blue-soft: #eef4f9;--dark: #252728;--pink: #0096FB;--pink-light: #eef4f9;--white: #ffffff;--grey-bg: #F6F7F8;--text-dark: #252728;--text-body: #3a464f;--font-bebas: "Bebas Neue", sans-serif;--font-source: "Source Sans 3", sans-serif;--radius-pill: 2.4rem;--radius-card: 1.2rem}.announcement-bar{background:var(--blue);color:var(--white);text-align:center;padding:.7rem 2rem;font-family:var(--font-source);font-size:1.4rem;font-weight:600;letter-spacing:.02em;line-height:1.4}.site-header{position:sticky;top:0;z-index:100;background:var(--dark);height:5.6rem;display:flex;align-items:center}.header-inner{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 1.6rem;position:relative}.hamburger{display:flex;flex-direction:column;gap:.5rem;padding:.4rem;background:none;border:none;cursor:pointer}.hamburger span{display:block;width:2rem;height:.2rem;background:var(--white);border-radius:.2rem}.header-logo{position:absolute;left:50%;transform:translate(-50%)}.header-logo img{height:2.4rem;width:auto}.header-logo-text{font-family:var(--font-bebas);font-size:2.6rem;color:var(--white);letter-spacing:.05em}.header-actions{display:flex;align-items:center;gap:1.4rem}.header-icon{color:var(--white);display:flex;align-items:center}.header-icon svg{width:2.2rem;height:2.2rem;stroke:var(--white);fill:none;stroke-width:1.8}.cart-wrapper{position:relative}.cart-count{position:absolute;top:-.6rem;right:-.7rem;background:var(--blue);color:var(--white);font-size:.9rem;font-weight:700;width:1.6rem;height:1.6rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-drawer{position:fixed;inset:0 auto 0 0;width:28rem;background:var(--dark);z-index:200;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.nav-drawer.open{transform:translate(0)}.nav-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.nav-drawer-close{color:var(--white);font-size:2.4rem;background:none;border:none;cursor:pointer;line-height:1}.nav-drawer a{display:block;color:var(--white);font-family:var(--font-source);font-size:1.6rem;font-weight:500;padding:1.4rem 2rem;border-bottom:1px solid rgba(255,255,255,.07)}.nav-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:190}.nav-overlay.open{display:block}.product-section{background:var(--white);width:100%}.product-section-inner{width:100%;max-width:100%;margin:0 auto;padding:2rem 0 3.2rem;box-sizing:border-box}@media(min-width:768px){.product-section-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;padding:4.8rem 4rem;align-items:start;max-width:100%;width:100%}.product-gallery,.product-info{min-width:0;max-width:100%;overflow-x:hidden;box-sizing:border-box}}.product-gallery{position:relative;background:#fff}.swiper-container{position:relative;overflow:hidden;margin:0;border-radius:0;background:#fff}.swiper-wrapper{display:flex;transition:transform .35s ease}.swiper-slide{min-width:100%;flex-shrink:0;background:#fff}.swiper-slide img{width:100%;height:auto;max-height:44rem;object-fit:contain;object-position:center;display:block;background:#fff;padding:2rem}@media(max-width:767px){.product-section-inner{padding-top:0}.product-gallery{background:#fff;padding:.6rem .6rem 0}.swiper-container{border-radius:.6rem;background:#fff;overflow:hidden}.swiper-slide img{max-height:96vw;height:96vw;width:100%;padding:.4rem;object-fit:contain;object-position:center;background:#fff}}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:3.6rem;height:3.6rem;border-radius:50%;background:#ffffffd9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001f}.swiper-button-prev{left:1.2rem}.swiper-button-next{right:1.2rem}.swiper-button-prev svg,.swiper-button-next svg{width:1.4rem;height:1.4rem;stroke:var(--dark);stroke-width:2.5;fill:none}.product-gallery-thumbs{display:flex;gap:.8rem;overflow-x:auto;scrollbar-width:none;padding:1rem .8rem}.product-gallery-thumbs::-webkit-scrollbar{display:none}.gallery-thumb-item{min-width:6rem;height:6rem;border-radius:.8rem;overflow:hidden;border:2px solid transparent;cursor:pointer;flex-shrink:0;transition:border-color .2s;background:#f5f0ee}.gallery-thumb-item img{width:100%;height:100%;object-fit:cover}.gallery-thumb-item.active{border-color:var(--dark)}.product-info{padding:0 1.6rem}@media(min-width:768px){.product-info{padding:0 3.2rem}}.product-icon-ticker{display:flex;align-items:center;gap:1.6rem;overflow:hidden;white-space:nowrap;margin-bottom:1.6rem;padding:.8rem 0;border-top:1px solid #f0ede8;border-bottom:1px solid #f0ede8}.product-icon-ticker-track{display:inline-flex;align-items:center;gap:2rem;animation:icon-ticker 20s linear infinite;font-family:var(--font-source);font-size:1.3rem;font-weight:600;color:var(--text-dark);letter-spacing:.02em;text-transform:uppercase}@keyframes icon-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.icon-ticker-item{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.icon-ticker-item img{width:1.6rem;height:1.6rem}.product-label{font-family:var(--font-bebas);font-size:1.6rem;letter-spacing:.08em;color:var(--dark);margin-bottom:.4rem}.product-rating{display:flex;align-items:center;gap:.6rem;margin-bottom:1.2rem;cursor:pointer}.stars{display:flex;gap:.2rem}.star-icon{width:1.6rem;height:1.6rem;fill:var(--blue);color:var(--blue)}.star-icon.half{position:relative}.rating-number{font-family:var(--font-source);font-size:1.4rem;font-weight:700;color:var(--dark)}.rating-count{font-family:var(--font-source);font-size:1.4rem;color:#666;text-decoration:underline}.product-title{font-family:var(--font-bebas);font-size:2.6rem;color:var(--dark);letter-spacing:.02em;line-height:1.05;margin-bottom:.5rem;word-break:break-word;overflow-wrap:break-word}@media(min-width:768px){.product-title{font-size:2.8rem}}.product-subtitle{font-family:var(--font-source);font-size:1.4rem;color:#555;margin-bottom:1.8rem;line-height:1.45}.picker-label{font-family:var(--font-source);font-size:1.5rem;font-weight:600;color:var(--dark);margin-bottom:1rem}.picker-label span{font-weight:400;color:#555}.flavor-options{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1.8rem}.flavor-option{display:flex;align-items:center;gap:.6rem;padding:.6rem 1.2rem;border:2px solid #e0e0e0;border-radius:var(--radius-pill);cursor:pointer;font-family:var(--font-source);font-size:1.4rem;font-weight:500;transition:border-color .2s,background .2s;background:var(--white);color:var(--dark)}.flavor-option img{width:2.4rem;height:2.4rem;object-fit:contain}.flavor-option.active{border-color:var(--dark);background:var(--white)}.bundle-selector{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.bundle-bar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;border-radius:.8rem;cursor:pointer;border:2px solid #e8e8e8;background:#f6f6f6;transition:all .2s ease;position:relative}.bundle-bar.active{border-color:var(--blue);background:linear-gradient(to right,#fff,#d7ecfc)}.bundle-bar-left{display:flex;align-items:center;gap:1.2rem}.bundle-radio{width:2rem;height:2rem;border-radius:50%;border:2px solid #ccc;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.bundle-bar.active .bundle-radio{border-color:var(--dark)}.bundle-radio-dot{width:1rem;height:1rem;border-radius:50%;background:transparent;transition:background .2s}.bundle-bar.active .bundle-radio-dot{background:var(--dark)}.bundle-bar-info{display:flex;flex-direction:column;gap:.1rem}.bundle-bar-title{font-family:var(--font-source);font-size:1.4rem;font-weight:700;color:var(--dark);display:flex;align-items:center;gap:.6rem}.bundle-bar-subtitle{font-family:var(--font-source);font-size:1.2rem;color:#666}.bundle-free-ship{color:#2a8a3e;font-weight:600;font-size:1.1rem}.bundle-bar-right{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.bundle-bar-price{font-family:var(--font-source);font-size:1.6rem;font-weight:700;color:var(--dark)}.bundle-bar-per{font-family:var(--font-source);font-size:1.2rem;color:#666}.bundle-bar-original{font-family:var(--font-source);font-size:1.3rem;color:#999;text-decoration:line-through}.bundle-save-badge{display:inline-block;background:var(--blue);color:var(--white);font-family:var(--font-source);font-size:1.1rem;font-weight:700;padding:.2rem .7rem;border-radius:.4rem;text-transform:uppercase;letter-spacing:.02em}.bundle-popular-tag{position:absolute;top:-1rem;right:1.2rem;left:auto;transform:none;background:var(--dark);color:var(--white);font-family:var(--font-source);font-size:1.1rem;font-weight:700;padding:.2rem 1.2rem;border-radius:10rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.subscribe-toggle-wrap{margin-bottom:1rem;border:1px solid #e8e8e8;border-radius:.5rem;overflow:hidden}.subscribe-toggle{display:flex;align-items:center;justify-content:space-between;padding:.3rem .7rem;cursor:pointer;transition:background .2s;background:var(--white)}.subscribe-toggle.active{background:linear-gradient(to right,#fff,#d7ecfc);border-bottom:none}.subscribe-toggle-left{display:flex;align-items:center;gap:.5rem}.subscribe-toggle-text{display:flex;flex-direction:column}.subscribe-toggle-title{font-family:var(--font-source);font-size:1.1rem;font-weight:700;color:var(--dark)}.subscribe-toggle-sub{font-family:var(--font-source);font-size:.9rem;color:#666}.subscribe-check{width:1.5rem;height:1.5rem;border-radius:50%;border:2px solid #ccc;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;cursor:pointer}.subscribe-toggle.active .subscribe-check{background:var(--dark);border-color:var(--dark)}.subscribe-check-mark{display:none;width:1rem;height:1rem}.subscribe-toggle.active .subscribe-check-mark{display:block}.subscribe-price-display{padding:.25rem .7rem;background:#f9fff9;border-top:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-source)}.subscribe-price-display.hidden{display:none}.subscribe-price-amount{font-size:1.6rem;font-weight:700;color:#27ae60}.subscribe-price-label{font-size:1.3rem;color:#666}.atc-button{display:block;width:100%;background:linear-gradient(90deg,#252728 0% 100%);color:var(--white);font-family:var(--font-bebas);font-size:2.2rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;padding:0 1.6rem;height:5.2rem;line-height:5.2rem;border-radius:var(--radius-pill);border:none;cursor:pointer;text-align:center;transition:opacity .2s;margin-bottom:0}.atc-button:hover{opacity:.88}.atc-button:disabled{opacity:.5;cursor:default}.trust-ticker{background:var(--dark);padding:1.2rem 0;overflow:hidden;position:relative}.trust-ticker-track{display:inline-flex;align-items:center;gap:0;white-space:nowrap;animation:trust-scroll 24s linear infinite}@keyframes trust-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-ticker-item{display:inline-flex;align-items:center;gap:.8rem;font-family:var(--font-bebas);font-size:1.5rem;letter-spacing:.1em;color:var(--white);padding:0 2.4rem;text-transform:uppercase}.trust-ticker-dot{width:.4rem;height:.4rem;border-radius:50%;background:#fff6;flex-shrink:0}.hormones-section{background:var(--white);padding:3rem 2rem}.hormones-inner{max-width:64rem;margin:0 auto}.section-h2{font-family:var(--font-bebas);font-size:4.8rem;color:var(--dark);line-height:1;letter-spacing:.02em;margin-bottom:1.2rem}.section-sub{font-family:var(--font-source);font-size:1.6rem;color:#444;line-height:1.55;margin-bottom:2.8rem}.benefits-list{display:flex;flex-direction:column;gap:1.4rem}.benefit-row{display:flex;align-items:center;gap:1.2rem;font-family:var(--font-source);font-size:1.6rem;font-weight:600;color:var(--dark)}.benefit-row img{width:2.4rem;height:2.4rem;flex-shrink:0}.hormones-body{display:flex;align-items:flex-start;gap:2rem;margin-bottom:2rem}.hormones-body .benefits-list{flex:1}.hormones-lifestyle-card{flex-shrink:0;width:16rem;background:var(--white);border-radius:1.2rem;overflow:hidden;box-shadow:0 4px 16px #0000001a;border:1px solid #eee}.hormones-lifestyle-card img{width:100%;height:30rem;object-fit:cover;display:block}.hormones-lifestyle-caption{display:none}.pcos-card{background:linear-gradient(135deg,#eef4f9,#d7ecfc);border:1.5px solid var(--blue);border-radius:1.2rem;padding:1.4rem 1.6rem}.pcos-card-label{display:inline-block;background:var(--blue);color:var(--white);font-family:var(--font-bebas);font-size:1.1rem;letter-spacing:.1em;padding:.2rem .8rem;border-radius:10rem;margin-bottom:.7rem}.pcos-card-title{font-family:var(--font-bebas);font-size:2.2rem;color:var(--dark);line-height:1.05;letter-spacing:.02em;margin-bottom:.5rem}.pcos-card-sub{font-family:var(--font-source);font-size:1.35rem;color:#555;line-height:1.45;margin-bottom:1.4rem}.pcos-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}@media(min-width:480px){.pcos-grid{grid-template-columns:1fr 1fr}}.pcos-item{background:var(--white);border-radius:1rem;padding:1.2rem 1.4rem;box-shadow:0 2px 8px #0000000f}.pcos-symptom{font-family:var(--font-bebas);font-size:1.6rem;color:var(--dark);letter-spacing:.03em;margin-bottom:.4rem}.pcos-fix{font-family:var(--font-source);font-size:1.3rem;color:#555;line-height:1.45}.how-section{background:var(--blue-soft);padding:4.8rem 2rem;color:var(--dark)}.how-inner{max-width:64rem;margin:0 auto}.how-section .section-h2{color:var(--dark)}.how-steps{display:flex;flex-direction:column;gap:2rem;margin-bottom:3.2rem}.how-step{display:flex;align-items:flex-start;gap:1.4rem}.how-step-num{width:3.6rem;height:3.6rem;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-family:var(--font-bebas);font-size:2rem;color:var(--white);flex-shrink:0}.how-step-text{font-family:var(--font-source);font-size:1.8rem;font-weight:600;color:var(--dark);padding-top:.5rem;line-height:1.35}.how-image{border-radius:var(--radius-card);overflow:hidden;max-width:32rem;margin:0 auto}.how-image img{width:100%}.goodness-section{background:var(--white);padding:3rem 2rem}.goodness-inner{max-width:72rem;margin:0 auto}.goodness-section .section-h2{text-align:center;margin-bottom:.6rem}.goodness-section .section-sub{text-align:center;margin-bottom:2rem}.ingredients-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.ingredient-card{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem;border:1px solid #f0ede8;border-radius:var(--radius-card);background:var(--white)}.ingredient-icon-wrap{width:4.4rem;height:4.4rem;border-radius:50%;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.ingredient-icon-wrap img{width:100%;height:100%;object-fit:cover}.ingredient-body h4{font-family:var(--font-bebas);font-size:1.6rem;letter-spacing:.04em;color:var(--dark);margin-bottom:.1rem}.ingredient-dose{font-family:var(--font-source);font-size:1.2rem;font-weight:700;color:var(--blue);margin-bottom:.3rem}.ingredient-desc{font-family:var(--font-source);font-size:1.25rem;color:#555;line-height:1.45}.cert-badges{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:3.2rem;padding-top:2.4rem;border-top:1px solid #f0ede8}.cert-badges img{height:6rem;width:auto}.reviews-section{background:var(--white);padding:3rem 2rem;border-top:1px solid #f0ede8}.reviews-inner{max-width:80rem;margin:0 auto}.reviews-summary{display:flex;align-items:center;gap:1.6rem;margin-bottom:2rem;flex-wrap:wrap}.reviews-avg{font-family:var(--font-bebas);font-size:5.6rem;color:var(--dark);line-height:1}.reviews-meta{flex:1}.reviews-count{font-family:var(--font-source);font-size:1.4rem;color:#666;margin-bottom:.8rem}.review-bars{display:flex;flex-direction:column;gap:.4rem}.review-bar-row{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;color:#666;font-family:var(--font-source)}.review-bar-track{flex:1;height:.6rem;background:#e8e8e8;border-radius:.3rem;overflow:hidden}.review-bar-fill{height:100%;background:var(--blue);border-radius:.3rem}.review-photos-strip{display:flex;gap:.8rem;margin-bottom:2.4rem;overflow-x:auto;padding-bottom:.4rem}.review-photos-strip img{width:8rem;height:8rem;object-fit:cover;border-radius:.8rem;flex-shrink:0}.review-card-img-wrap{margin-top:1.2rem}.review-card-img-wrap img{width:8rem;height:8rem;object-fit:cover;border-radius:.8rem}.review-cards{display:flex;flex-direction:column;gap:2rem}.review-card{border:1px solid #efefef;border-radius:var(--radius-card);padding:2rem;background:var(--white)}.review-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.reviewer-info h5{font-family:var(--font-source);font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:.2rem}.reviewer-date{font-family:var(--font-source);font-size:1.3rem;color:#888}.review-verified{font-family:var(--font-source);font-size:1.2rem;color:#27ae60;font-weight:600}.review-title{font-family:var(--font-source);font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:.6rem}.review-body{font-family:var(--font-source);font-size:1.4rem;color:#444;line-height:1.6}.review-product-tag{font-family:var(--font-source);font-size:1.2rem;color:#888;margin-top:.8rem;font-style:italic}.impact-section{background:var(--grey-bg);padding:3rem 2rem}.impact-inner{max-width:72rem;margin:0 auto;text-align:center}.impact-section .section-h2{margin-bottom:1.2rem}.impact-section .section-sub{max-width:54rem;margin:0 auto 3.2rem}.impact-images{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:48rem;margin:0 auto}.impact-img-card{border-radius:var(--radius-card);overflow:hidden;aspect-ratio:1/1}.impact-img-card img{width:100%;height:100%;object-fit:cover}.faq-section{background:var(--white);padding:3rem 2rem;border-top:1px solid #f0ede8}.faq-inner{max-width:72rem;margin:0 auto}.faq-section .section-h2{margin-bottom:2.4rem}.faq-item{border-bottom:1px solid #efefef}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.8rem 0;cursor:pointer;font-family:var(--font-source);font-size:1.6rem;font-weight:600;color:var(--dark);gap:1rem}.faq-question svg{width:1.8rem;height:1.8rem;stroke:var(--dark);flex-shrink:0;transition:transform .2s;stroke-width:2;fill:none}.faq-item.open .faq-question svg{transform:rotate(45deg)}.faq-answer{display:none;padding:0 0 1.8rem;font-family:var(--font-source);font-size:1.5rem;color:#444;line-height:1.65}.faq-item.open .faq-answer{display:block}.site-footer{background:var(--dark);color:#ffffffb3;padding:3.2rem 2rem}.footer-inner{max-width:110rem;margin:0 auto}.footer-logo-row{display:flex;justify-content:center;margin-bottom:2.4rem}.footer-logo-row img{height:2.8rem}.footer-logo-text{font-family:var(--font-bebas);font-size:2.8rem;color:var(--white);letter-spacing:.05em}.footer-links{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;margin-bottom:2rem}.footer-links a{font-family:var(--font-source);font-size:1.4rem;color:#ffffffa6;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright{font-family:var(--font-source);font-size:1.3rem;color:#fff6}.footer-disclaimer{font-family:var(--font-source);font-size:1.2rem;color:#ffffff4d;line-height:1.6;margin-top:.8rem;max-width:72rem;margin-left:auto;margin-right:auto}.formula-section{background:var(--white);padding:3rem 2rem;border-top:1px solid #f0ede8}.formula-inner{max-width:110rem;margin:0 auto;display:flex;flex-direction:column;gap:2rem;align-items:center}@media(min-width:768px){.formula-inner{flex-direction:row;gap:5.6rem;align-items:center}}.formula-img-col{flex:1;max-width:44rem;width:100%}.formula-img-col img{width:100%;border-radius:1.6rem;display:block;object-fit:cover}.formula-content-col{flex:1;max-width:52rem}.formula-eyebrow{display:inline-block;background:var(--dark);color:var(--white);font-family:var(--font-source);font-size:1.1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem 1rem;border-radius:10rem;margin-bottom:1.4rem}.formula-title{font-family:var(--font-bebas);font-size:4rem;color:var(--dark);line-height:1.05;letter-spacing:.02em;margin-bottom:1rem}.formula-sub{font-family:var(--font-source);font-size:2rem;color:#3a464f;line-height:1.45;font-weight:500;margin-bottom:2.4rem;max-width:46rem}.formula-points{display:flex;flex-direction:column;gap:1.4rem}.formula-point{display:flex;align-items:flex-start;gap:1.2rem}.formula-point-icon{width:3.6rem;height:3.6rem;border-radius:50%;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}.formula-point-icon svg{stroke:var(--white)!important}.formula-point-icon svg{width:1.8rem;height:1.8rem;stroke:var(--dark);stroke-width:2.2;fill:none}.formula-point-body h4{font-family:var(--font-source);font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:.2rem}.formula-point-body p{font-family:var(--font-source);font-size:1.4rem;color:#555;line-height:1.5}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:500;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:44rem;background:var(--white);z-index:600;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-6px 0 32px #00000024}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.8rem 2rem;border-bottom:1px solid #f0ede8;flex-shrink:0}.cart-drawer-title{font-family:var(--font-bebas);font-size:2.4rem;letter-spacing:.05em;color:var(--dark)}.cart-drawer-close{width:3.6rem;height:3.6rem;border-radius:50%;border:none;background:#f5f5f5;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--dark);transition:background .2s}.cart-drawer-close:hover{background:#eee}.cart-drawer-close svg{width:1.6rem;height:1.6rem}.cart-drawer-body{flex:1;overflow-y:auto;padding:0;overscroll-behavior:contain}.cart-loading{display:flex;align-items:center;justify-content:center;padding:4rem}.cart-spinner{width:3.2rem;height:3.2rem;border:3px solid #f0ede8;border-top-color:var(--dark);border-radius:50%;animation:cart-spin .7s linear infinite}@keyframes cart-spin{to{transform:rotate(360deg)}}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem;padding:5.6rem 2rem;text-align:center}.cart-empty-icon{width:6.4rem;height:6.4rem;color:#ccc}.cart-empty-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5}.cart-empty h3{font-family:var(--font-bebas);font-size:2.4rem;color:var(--dark);letter-spacing:.04em}.cart-empty p{font-family:var(--font-source);font-size:1.5rem;color:#888;line-height:1.5}.cart-empty-cta{display:inline-block;background:var(--dark);color:var(--white);font-family:var(--font-bebas);font-size:1.8rem;letter-spacing:.06em;padding:1rem 3.2rem;border-radius:var(--radius-pill);text-decoration:none;margin-top:.8rem;transition:opacity .2s}.cart-empty-cta:hover{opacity:.85}.cart-items-list{display:flex;flex-direction:column}.cart-item{display:flex;align-items:flex-start;gap:1.4rem;padding:1.8rem 2rem;border-bottom:1px solid #f5f5f5;position:relative}.cart-item-img{width:7.2rem;height:7.2rem;border-radius:.8rem;overflow:hidden;flex-shrink:0;background:#f8f8f8;border:1px solid #eee}.cart-item-img img{width:100%;height:100%;object-fit:contain;padding:.4rem}.cart-item-details{flex:1;min-width:0}.cart-item-title{font-family:var(--font-source);font-size:1.4rem;font-weight:700;color:var(--dark);line-height:1.3;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-variant{font-family:var(--font-source);font-size:1.2rem;color:#888;margin-bottom:1rem}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between}.cart-qty-control{display:flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:var(--radius-pill);overflow:hidden}.cart-qty-btn{width:3rem;height:2.8rem;background:none;border:none;cursor:pointer;font-size:1.6rem;font-weight:700;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s;line-height:1}.cart-qty-btn:hover{background:#f5f5f5}.cart-qty-val{font-family:var(--font-source);font-size:1.4rem;font-weight:700;color:var(--dark);min-width:2.4rem;text-align:center}.cart-item-price{font-family:var(--font-source);font-size:1.5rem;font-weight:700;color:var(--dark)}.cart-item-remove{position:absolute;top:1.6rem;right:1.6rem;width:2.4rem;height:2.4rem;border-radius:50%;border:none;background:none;cursor:pointer;color:#bbb;display:flex;align-items:center;justify-content:center;transition:color .2s;padding:0;font-size:1.8rem;line-height:1}.cart-item-remove:hover{color:#e74c3c}.cart-drawer-footer{border-top:2px solid #f0ede8;padding:2rem;flex-shrink:0;background:var(--white)}.cart-subtotal-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.cart-subtotal-label{font-family:var(--font-source);font-size:1.6rem;font-weight:600;color:var(--dark)}.cart-subtotal-amount{font-family:var(--font-source);font-size:2rem;font-weight:800;color:var(--dark)}.cart-shipping-note{font-family:var(--font-source);font-size:1.2rem;color:#999;margin-bottom:1.6rem}.cart-checkout-btn{display:block;width:100%;background:var(--dark);color:var(--white);font-family:var(--font-bebas);font-size:2rem;letter-spacing:.08em;text-align:center;padding:1.4rem;border-radius:var(--radius-pill);text-decoration:none;transition:opacity .2s;margin-bottom:1rem}.cart-checkout-btn:hover{opacity:.88}.cart-view-link{display:block;text-align:center;font-family:var(--font-source);font-size:1.4rem;color:#888;text-decoration:underline;transition:color .2s}.cart-view-link:hover{color:var(--dark)}button.cart-wrapper{background:none;border:none;padding:0;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(min-width:768px){.trust-ticker,.formula-section,.hormones-section,.goodness-section,.reviews-section,.impact-section,.faq-section,.how-section,.product-section,.site-footer{width:100%;max-width:100%;overflow-x:clip;box-sizing:border-box}}.product-guarantee{display:flex;align-items:center;gap:.9rem;margin-top:1.2rem;padding:.7rem 1rem;border-radius:.8rem;background:#fff;border:1px solid rgba(0,150,251,.35);box-shadow:none}.product-guarantee-badge{flex-shrink:0;width:3.2rem;height:3.2rem;border-radius:50%;background:var(--blue);color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:var(--font-bebas);letter-spacing:.02em;box-shadow:none}.product-guarantee-badge strong{font-size:1.15rem;line-height:1;font-weight:500}.product-guarantee-badge span{font-size:.6rem;letter-spacing:.06em}.product-guarantee-text{flex:1;min-width:0}.product-guarantee-text h4{font-family:var(--font-source);font-size:1.2rem;font-weight:700;color:var(--dark);margin-bottom:.1rem;line-height:1.2}.product-guarantee-text p{font-family:var(--font-source);font-size:1.05rem;color:#4a5863;line-height:1.4;margin:0}.pp-symptoms{padding:5rem 2rem 4rem;background:linear-gradient(180deg,#fff,#eef4f9)}.pp-symptoms-inner{max-width:112rem;margin:0 auto}.pp-symptoms-header{text-align:center;margin-bottom:3rem}.pp-symptoms-title{font-family:"Source Sans 3",sans-serif;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:800;color:var(--dark);line-height:1.1;margin-bottom:.8rem}.pp-symptoms-title em{font-style:italic;color:var(--blue)}.pp-symptoms-sub{font-family:var(--font-source);font-size:1.5rem;color:#4a5863;line-height:1.5;max-width:56rem;margin:0 auto}.pp-symptoms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2.4rem}.pp-sympt-card{background:#fff;border-radius:1.2rem;overflow:hidden;box-shadow:0 8px 22px #25272814;border:1px solid rgba(0,150,251,.12);display:flex;flex-direction:column}.pp-sympt-img{width:100%;height:22rem;overflow:hidden;background:#eef4f9}.pp-sympt-img img{width:100%;height:100%;object-fit:cover;display:block}.pp-sympt-body{padding:1.4rem 1.6rem 1.8rem}.pp-sympt-body h3{font-family:"Source Sans 3",sans-serif;font-size:1.55rem;font-weight:800;line-height:1.2;color:var(--dark);margin-bottom:.6rem}.pp-sympt-body h3 em{font-style:italic;color:var(--blue)}.pp-sympt-body p{font-family:var(--font-source);font-size:1.25rem;color:#4a5863;line-height:1.5;margin:0}.pp-sympt-body strong{color:var(--blue-dark)}.pp-symptoms-callout{background:#fff;border:1.5px solid rgba(0,150,251,.35);border-radius:1rem;padding:1.2rem 1.6rem;text-align:center;max-width:72rem;margin:0 auto;box-shadow:0 4px 14px #0096fb14}.pp-symptoms-callout p{font-family:var(--font-source);font-size:1.3rem;color:#3a464f;line-height:1.5;margin:0}.pp-symptoms-callout strong{color:var(--blue)}@media(max-width:920px){.pp-symptoms-grid{grid-template-columns:1fr;gap:1.4rem}.pp-sympt-img{height:20rem}}.site-footer--minimal{padding:2.4rem 2rem}.site-footer--minimal .footer-logo-row{margin-bottom:1.2rem}.site-footer--minimal .footer-logo-text{font-size:2.4rem}.site-footer--minimal .footer-bottom{padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.site-footer--minimal .footer-copyright{font-size:1.2rem}.site-footer--minimal .footer-disclaimer{font-size:1.1rem;margin-top:.6rem}
/*# sourceMappingURL=/cdn/shop/t/94/assets/theme.css.map */
