*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--brand-blue: #121342;--brand-blue-bright: #232560;--brand-navy: #090b24;--brand-ice: #e5e8ff;--brand-surface: #d7ddff;--brand-gold: #232560;--brand-lavender: #5b5f93;--brand-night: #0d1030;--brand-page: #f5e9d8;--brand-cream: var(--brand-surface);--brand-primary: var(--brand-blue);--brand-coral: var(--brand-gold);--brand-mint: #c8d0ff;--blue-dark: var(--brand-blue);--blue-mid: var(--brand-blue-bright);--blue-light: #c8d0ff;--blue-pale: var(--brand-ice);--cream: var(--brand-surface);--cream-dark: #c8d0ff;--orange: var(--brand-gold);--orange-hover: #1a1c52;--white: #ffffff;--black: var(--brand-navy);--gray: #5f637d;--gray-light: #b4bcdf;--red-x: #e93d3d;--font-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--max-width: 1320px;--section-padding: 80px 24px;--border-radius: 8px;--transition: .25s ease}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--brand-page);color:var(--black);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--blue-dark);text-decoration:underline}a:hover{color:var(--blue-mid)}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}.announcement-bar{background:var(--blue-dark);color:var(--cream);text-align:center;padding:10px 16px;font-size:13px;font-weight:500;letter-spacing:0}.announcement-bar__inner{display:none;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.announcement-badge{background:var(--brand-page);color:var(--blue-dark);padding:3px 10px;border-radius:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0}.announcement-text a{color:var(--cream);font-weight:600;text-decoration:underline}.site-header{background:--brand-page: #f5e9d8;border-bottom:1px solid rgba(18,19,66,.12);position:sticky;top:0;z-index:100;margin-top:0;padding-top:0}.site-header__inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 24px}.site-logo{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none;transition:opacity var(--transition)}.site-logo__image{display:block;width:112px;height:auto}.site-logo:hover{opacity:.82}.site-nav{display:flex;gap:32px}.site-nav a{text-decoration:none;color:var(--blue-dark);font-size:14px;font-weight:700;letter-spacing:0;transition:color var(--transition)}.site-nav a:hover{color:var(--blue-mid)}.site-header__actions{display:flex;gap:16px}.header-icon{padding:4px;transition:opacity var(--transition)}.header-icon:hover{opacity:.7}.product-page{max-width:var(--max-width);margin:0 auto;padding:70px 50px 60px;gap:10px}.product-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-gallery{position:sticky;top:80px}.gallery-main{border-radius:var(--border-radius);overflow:hidden;background:var(--cream-dark);margin-bottom:12px}.gallery-main__img{width:100%;aspect-ratio:1 / 1;object-fit:cover;transition:opacity .3s ease}.gallery-thumbnails{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.gallery-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;padding:0;transition:border-color var(--transition);cursor:pointer;flex-shrink:0}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--blue-dark)}.gallery-stats{display:flex;flex-direction:column;gap:8px}.stat-box{display:flex;align-items:center;gap:14px;background:var(--blue-pale);border:1px solid var(--blue-light);border-radius:10px;padding:14px 18px}.stat-number{font-size:28px;font-weight:700;color:var(--blue-dark);min-width:56px;font-family:var(--font-sans)}.stat-text{font-size:13px;color:#444;line-height:1.4}.product-header{margin-bottom:24px}.product-reviews-line{display:flex;align-items:center;gap:8px;margin-bottom:8px}.stars{color:var(--orange);font-size:16px;letter-spacing:0}.review-count{font-size:14px;color:var(--gray)}.product-title{font-family:var(--font-serif);font-size:32px;font-weight:600;color:var(--blue-dark);line-height:1.25;margin-bottom:16px}.product-description{font-size:15px;color:#444;line-height:1.65;margin-bottom:0}.benefit-icons{display:flex;flex-direction:column;gap:14px;margin-bottom:20px;padding-top:20px}.mobile-combo-intro{display:none}.benefit-icon-item{display:flex;align-items:center;gap:12px}.benefit-icon-circle{width:40px;height:40px;border-radius:50%;background:var(--blue-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--blue-light)}.benefit-icon-label{font-size:14.5px;font-weight:600;color:var(--black)}.urgency-line{display:inline-flex;align-items:center;gap:8px;background:var(--blue-pale);padding:10px 18px;border-radius:8px;margin-bottom:24px;font-size:14px;font-weight:600;color:var(--black)}.urgency-icon{font-size:16px}.jar-options-section{margin-bottom:16px}.jar-options-label{font-size:14px;font-weight:700;margin-bottom:12px;color:var(--black)}.jar-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.jar-option{position:relative;cursor:pointer;text-align:center;transition:all var(--transition)}.jar-option__card{border:2px solid var(--blue-light);border-radius:var(--border-radius);padding:16px 10px 12px;background:var(--blue-pale);transition:border-color var(--transition),box-shadow var(--transition);min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center}.jar-option.selected .jar-option__card{border-color:var(--blue-dark);box-shadow:0 0 0 2px var(--blue-dark)}.jar-option:hover .jar-option__card{border-color:var(--blue-dark)}.jar-option__header{margin-bottom:8px}.jar-qty-title{font-size:14px;font-weight:700;color:var(--blue-dark);display:block}.jar-shipping{font-size:12px;color:var(--blue-dark);font-weight:500;display:block;margin-top:2px}.jar-option__image{max-width:80px;margin:0 auto}.jar-option__image img{width:100%;height:auto}.jar-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);padding:3px 12px;border-radius:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0;white-space:nowrap;z-index:2}.jar-badge.most-popular{background:var(--blue-dark);color:var(--white)}.jar-badge.best-deal{background:var(--orange);color:var(--white)}.jar-option__pricing{padding-top:10px}.price-current{font-size:17px;font-weight:700;color:var(--blue-dark)}.price-compare{font-size:14px;color:var(--gray);text-decoration:line-through;margin-left:4px}.price-daily{font-size:12px;color:var(--gray);margin-top:2px}.auto-refill{background:var(--blue-pale);border:2px dashed var(--blue-dark);border-radius:var(--border-radius);padding:14px 18px;margin-bottom:20px}.auto-refill__label{display:flex;align-items:center;gap:12px;cursor:pointer}.auto-refill__checkbox{flex-shrink:0}.auto-refill__text{display:flex;flex-direction:column}.auto-refill__text strong{font-size:14.5px;color:var(--black)}.auto-refill__sub{font-size:12px;color:var(--gray);margin-top:2px}.purchase-row{display:flex;gap:12px;align-items:center;margin-bottom:20px}.quantity-selector{display:flex;align-items:center;border:2px solid var(--blue-light);border-radius:8px;overflow:hidden;flex-shrink:0}.qty-btn{width:44px;height:48px;font-size:20px;font-weight:500;color:var(--blue-dark);display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.qty-btn:hover{background:var(--blue-pale)}.qty-value{width:40px;text-align:center;font-size:16px;font-weight:600;color:var(--black)}.add-to-cart-btn{flex:1;height:52px;background:var(--orange);color:var(--white);border:none;border-radius:8px;font-size:16px;font-weight:700;letter-spacing:0;transition:background var(--transition),transform .15s ease}.add-to-cart-btn:active{transform:scale(.98)}.guarantee-block{display:flex;align-items:flex-start;gap:12px;margin-bottom:24px;padding:0 4px}.guarantee-icon{flex-shrink:0;margin-top:2px}.guarantee-text{font-size:13.5px;color:#555;line-height:1.5}.guarantee-text strong{color:var(--black)}.bundle-save{background:var(--blue-dark);border-radius:var(--border-radius);padding:24px;display:flex;align-items:center;gap:20px;margin-bottom:28px}.bundle-save__image{width:80px;flex-shrink:0}.bundle-save__image img{border-radius:8px}.bundle-save__content{flex:1}.bundle-save__title{font-family:var(--font-serif);font-size:20px;font-weight:600;color:var(--white);margin-bottom:6px}.bundle-save__text{font-size:13.5px;color:#ffffffd9;line-height:1.5}.bundle-save__text strong{color:var(--white)}.bundle-save__cta{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--white);border:2px solid var(--white);border-radius:8px;padding:10px 20px;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background var(--transition),color var(--transition);flex-shrink:0}.bundle-save__cta:hover{background:var(--white);color:var(--blue-dark)}.video-thumbs-row{display:flex;gap:8px;margin-bottom:28px;overflow-x:auto;padding-bottom:4px}.video-thumb{position:relative;width:100px;height:130px;border-radius:10px;overflow:hidden;flex-shrink:0;cursor:pointer}.video-thumb img{width:100%;height:100%;object-fit:cover}.play-icon{position:absolute;bottom:8px;left:8px;background:#00000080;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.info-accordions{border-top:1px solid rgba(18,19,66,.15)}.accordion-item{border-bottom:1px solid rgba(18,19,66,.15)}.accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;font-size:14px;font-weight:700;color:var(--blue-dark);letter-spacing:0;text-transform:uppercase;transition:color var(--transition)}.accordion-header:hover{color:var(--blue-mid)}.accordion-icon{font-size:22px;font-weight:300;color:var(--blue-dark)}.accordion-body{display:none;padding:0 0 20px}.accordion-body p,.accordion-body ul{font-size:14.5px;color:#444;line-height:1.7}.accordion-body a{color:var(--blue-dark);font-weight:600}.benefit-list{padding-left:0}.benefit-list li{padding:4px 0 4px 18px;position:relative}.benefit-list li:before{content:"\e2\20ac\a2";position:absolute;left:0;color:var(--blue-dark);font-weight:700}.ingredient-quick-list{padding-left:0;margin-top:8px;margin-bottom:16px}.ingredient-quick-list li{padding:3px 0 3px 18px;position:relative}.ingredient-quick-list li:before{content:"\e2\20ac\a2";position:absolute;left:0;color:var(--blue-dark)}.see-all-ingredients-btn{color:var(--blue-dark);font-size:14px;font-weight:600;text-decoration:underline;padding:4px 0;transition:color var(--transition)}.see-all-ingredients-btn:hover{color:var(--blue-mid)}.benefit-strip{background:var(--blue-pale);padding:16px 0;overflow:hidden;border-top:1px solid var(--blue-light);border-bottom:1px solid var(--blue-light)}.benefit-strip__track{display:flex;align-items:center;gap:36px;animation:marquee 25s linear infinite;width:max-content}.benefit-strip__item{display:flex;align-items:center;gap:12px;font-family:var(--font-serif);font-size:17px;font-weight:400;line-height:1;color:var(--blue-dark);white-space:nowrap}.benefit-strip__text{display:block}.bs-icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;flex:0 0 54px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.real-results{padding:var(--section-padding);background:var(--brand-page)}.real-results__inner{max-width:var(--max-width);margin:0 auto;text-align:center}.section-heading{font-family:var(--font-serif);font-size:36px;font-weight:500;color:var(--blue-dark);margin-bottom:14px}.serif-heading em{font-style:italic}.section-subtext{font-size:15px;color:#666;max-width:680px;margin:0 auto 32px;line-height:1.6}.results-avatars{display:flex;justify-content:center;gap:12px;margin-bottom:28px}.avatar-btn{width:56px;height:56px;border-radius:50%;overflow:hidden;border:3px solid transparent;padding:0;transition:border-color var(--transition);cursor:pointer}.avatar-btn img{width:100%;height:100%;object-fit:cover}.avatar-btn.active{border-color:var(--blue-dark)}.results-carousel{position:relative;overflow:hidden}.results-slides{display:flex;transition:transform .45s ease}.result-slide{min-width:100%;padding:0 60px;display:none}.result-slide.active{display:block}.ba-pair{display:flex;justify-content:center;gap:4px;margin-bottom:24px}.ba-card{position:relative;width:280px;height:340px;border-radius:10px;overflow:hidden}.ba-label{position:absolute;bottom:0;left:0;right:0;padding:10px;background:var(--blue-dark);color:var(--white);font-size:13px;font-weight:600;text-align:center}.ba-label.ba-after{background:var(--blue-mid)}.result-quote{font-size:15px;color:#444;line-height:1.65;max-width:620px;margin:0 auto 14px}.result-name{font-size:15px;font-weight:700;color:var(--black);margin-bottom:4px}.result-verified{font-size:13px;color:var(--blue-dark);font-weight:500}.carousel-arrow{position:absolute;top:40%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:2px solid var(--blue-dark);color:var(--blue-dark);font-size:24px;display:flex;align-items:center;justify-content:center;z-index:3;transition:background var(--transition),color var(--transition);background:var(--white)}.carousel-arrow:hover{background:var(--blue-dark);color:var(--white)}.carousel-prev{left:0}.carousel-next{right:0}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:28px}.dot{width:10px;height:10px;border-radius:50%;background:var(--blue-light);cursor:pointer;transition:background var(--transition)}.dot.active{background:var(--blue-dark)}.clinical-ingredients{padding:var(--section-padding);background:var(--brand-page)}.clinical-inner{max-width:var(--max-width);margin:0 auto;text-align:center}.clinical-pre{font-size:12px;font-weight:700;letter-spacing:0;color:var(--gray);text-transform:uppercase;display:block;margin-bottom:8px}.ingredients-row{display:flex;gap:24px;overflow-x:auto;padding:20px 0 10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.ingredient-card{min-width:200px;max-width:200px;flex-shrink:0;text-align:left;scroll-snap-align:start}.ingredient-img{width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto 14px}.ingredient-name{font-size:13px;font-weight:800;color:var(--blue-dark);letter-spacing:0;margin-bottom:8px;text-transform:uppercase}.ingredient-why{font-size:13px;color:var(--black);margin-bottom:4px}.ingredient-desc{font-size:13px;color:#666;line-height:1.5}.how-different{padding:var(--section-padding);background:var(--brand-page)}.comparison-table{margin-top:40px;text-align:center}.comparison-header{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;margin-bottom:0}.comp-col{padding:16px 12px}.comp-label-col{text-align:left;display:flex;align-items:center;justify-content:center}.comp-hero-img{max-width:160px;border-radius:10px}.comp-lullabites-col{background:var(--blue-pale);border-radius:16px 16px 0 0;display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 16px}.comp-other-col{background:#eee;border-radius:16px 16px 0 0;display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 16px}.comp-product-img{max-width:120px;border-radius:8px}.comp-other-jar{width:100px;height:100px;background:#ddd;border-radius:10px}.comp-brand{font-size:14px;font-weight:800;color:var(--blue-dark);letter-spacing:0}.comp-other-col .comp-brand{color:#666}.comparison-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid rgba(0,0,0,.08)}.comparison-row .comp-col{padding:20px 16px;font-size:13.5px;line-height:1.5;color:#555}.comparison-row .comp-label-col{justify-content:flex-start;font-size:14px;color:var(--black)}.comparison-row .comp-lullabites-col{background:var(--blue-pale);border-radius:0;color:var(--blue-dark);font-weight:500}.comparison-row:last-child .comp-lullabites-col{border-radius:0 0 16px 16px}.comparison-row .comp-other-col{background:#eee;border-radius:0;color:#888}.comparison-row:last-child .comp-other-col{border-radius:0 0 16px 16px}.check-icon{font-size:20px}.x-icon{font-size:20px;color:var(--red-x)}.reviews-summary-section{padding:28px 24px 18px;background:var(--brand-page)}.reviews-summary-inner{max-width:420px;margin:0 auto;text-align:center}.reviews-summary-inner .section-heading{margin-bottom:18px}.reviews-summary-badge{display:inline-flex;align-items:center;gap:14px;padding:18px 20px;border:1px solid rgba(18,19,66,.12);border-radius:999px;background:#fffdf7}.reviews-summary-badge__seal{width:58px;height:58px;border-radius:50%;background:radial-gradient(circle at 50% 50%,#fff6d7 0,#f6e7ae 58%,#ebd58a);display:flex;align-items:center;justify-content:center;color:var(--brand-blue);box-shadow:inset 0 0 0 1px #12134214}.reviews-summary-badge__mark{font-size:22px;line-height:1}.reviews-summary-badge__meta{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.reviews-summary-badge__score{display:flex;align-items:center;gap:8px}.reviews-summary-stars{color:#ebbf1f;font-size:14px;letter-spacing:0}.reviews-summary-score{font-size:16px;font-weight:700;color:var(--brand-blue)}.reviews-summary-count{font-size:12px;color:#090b2499}.customer-reviews{padding:var(--section-padding);background:var(--brand-page)}.reviews-inner{max-width:var(--max-width);margin:0 auto;text-align:center}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}.review-card{background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:var(--border-radius);padding:24px;text-align:left}.review-stars{color:var(--orange);font-size:15px;margin-bottom:10px;letter-spacing:0}.review-text{font-size:13.5px;color:#555;line-height:1.6}.load-more-btn{background:var(--blue-dark);color:var(--white);padding:12px 32px;border-radius:30px;font-size:14px;font-weight:600;transition:background var(--transition)}.load-more-btn:hover{background:var(--blue-mid)}.faq-section{padding:var(--section-padding);background:var(--brand-page)}.faq-inner{max-width:1000px;margin:0 auto;text-align:center}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 48px;text-align:left;margin-top:32px}.faq-item{border-bottom:1px solid rgba(18,19,66,.12)}.faq-question{width:100%;text-align:left;padding:16px 0;font-size:14.5px;font-weight:500;color:var(--blue-dark);display:flex;justify-content:space-between;align-items:center;gap:12px;transition:color var(--transition)}.faq-question:hover{color:var(--blue-mid)}.faq-arrow{font-size:16px;color:var(--blue-dark);transition:transform var(--transition);flex-shrink:0}.faq-item.open .faq-arrow{transform:rotate(90deg)}.faq-answer{display:none;padding:0 0 16px}.faq-answer p{font-size:13.5px;color:#555;line-height:1.6}.social-section{padding:60px 24px;background:var(--brand-page)}.social-inner{max-width:var(--max-width);margin:0 auto}.social-inner .section-heading{text-align:left}.social-inner .section-subtext{text-align:left;margin:0 0 20px}.social-feature-card{position:relative;display:block;margin-bottom:18px;border-radius:10px;overflow:hidden;text-decoration:none}.social-feature-card img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.social-feature-card__play{position:absolute;top:50%;left:50%;width:54px;height:54px;transform:translate(-50%,-50%);border-radius:50%;background:#ffffffe0;box-shadow:0 10px 28px #00000026}.social-feature-card__play:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-34%,-50%);width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid var(--brand-blue)}.social-feature-card__cta{position:absolute;left:50%;bottom:14px;transform:translate(-50%);min-width:116px;padding:9px 14px;border-radius:999px;background:var(--brand-coral);color:#eef1ff;font-size:11px;font-weight:700;letter-spacing:0;text-align:center}.social-cta-btn{display:inline-block;background:var(--orange);color:var(--white);padding:12px 28px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;margin-bottom:24px;transition:background var(--transition)}.social-cta-btn:hover{background:var(--orange-hover);color:var(--white)}.social-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.social-thumb{border-radius:10px;overflow:hidden;aspect-ratio:3 / 4}.social-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.social-thumb:hover img{transform:scale(1.04)}.newsletter-section{padding:48px 24px}.newsletter-inner{max-width:560px;margin:0 auto;text-align:center;background:var(--blue-pale);border-radius:8px;padding:48px 36px}.newsletter-form{display:flex;gap:8px;margin-top:8px}.newsletter-input{flex:1;padding:14px 18px;border:2px solid var(--blue-light);border-radius:8px;font-size:14px;background:var(--white);outline:none;font-family:var(--font-sans);transition:border-color var(--transition)}.newsletter-input:focus{border-color:var(--blue-dark)}.newsletter-submit{background:var(--orange);color:var(--white);padding:14px 24px;border-radius:8px;font-size:13px;font-weight:700;letter-spacing:0;transition:background var(--transition);white-space:nowrap}.newsletter-submit:hover{background:var(--orange-hover)}.site-footer{background:var(--brand-page);border-top:1px solid rgba(18,19,66,.1);padding:48px 24px 24px}.footer-brand{max-width:var(--max-width);margin:0 auto 24px}.footer-brand img{width:96px;height:auto}.footer-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.footer-col h4{font-size:14px;font-weight:700;color:var(--blue-dark);margin-bottom:16px}.footer-col ul li{margin-bottom:10px}.footer-col ul li a{font-size:13px;color:#555;text-decoration:none;transition:color var(--transition)}.footer-col ul li a:hover{color:var(--blue-dark);text-decoration:underline}.footer-social-icons{display:flex;gap:12px}.footer-social-icons a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--blue-dark);color:var(--white);text-decoration:none;font-size:12px;font-weight:700;transition:background var(--transition)}.footer-social-icons a:hover{background:var(--blue-mid)}.footer-bottom{max-width:var(--max-width);margin:24px auto 0;padding-top:16px;border-top:1px solid rgba(0,0,0,.06);text-align:center}.footer-bottom p{font-size:12px;color:var(--gray)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px}.modal-content{background:var(--white);border-radius:16px;padding:36px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;position:relative}.modal-content h3{font-family:var(--font-serif);font-size:22px;color:var(--blue-dark);margin-bottom:16px}.modal-content p{font-size:13px;color:#555;line-height:1.7}.modal-close{position:absolute;top:14px;right:18px;font-size:28px;color:#999;transition:color var(--transition)}.modal-close:hover{color:var(--black)}@media(max-width:1024px){.product-page__inner{grid-template-columns:1fr;gap:32px}.product-gallery{position:static}.reviews-grid,.footer-inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.site-nav{display:none}.product-title{font-size:26px}.section-heading{font-size:28px}.jar-options{grid-template-columns:1fr;gap:10px}.jar-option__card{flex-direction:row;min-height:auto;padding:12px 16px;gap:12px}.jar-option__image{max-width:50px}.ba-pair{flex-direction:column;align-items:center}.ba-card{width:100%;max-width:280px;height:260px}.result-slide{padding:0 16px}.comparison-header,.comparison-row{grid-template-columns:1fr 1fr}.comp-label-col{display:none}.reviews-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr;gap:0}.social-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}.bundle-save{flex-direction:column;text-align:center}.purchase-row{flex-direction:column}.quantity-selector{width:100%;justify-content:center}.add-to-cart-btn{width:100%}.video-thumbs-row{gap:6px}.video-thumb{width:80px;height:100px}.carousel-arrow{width:36px;height:36px;font-size:18px}.newsletter-form{flex-direction:column}}@media(max-width:480px){.announcement-bar{font-size:11px}.product-title{font-size:22px}.section-heading{font-size:24px}.gallery-thumbnails{gap:6px}.gallery-thumb{width:56px;height:56px}.stat-number{font-size:22px;min-width:44px}.stat-text{font-size:12px}.footer-inner{grid-template-columns:1fr}.carousel-prev{left:-4px}.carousel-next{right:-4px}}@font-face{font-family:Inter;src:local("Inter");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:local("Inter");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:local("Inter");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:local("Inter");font-weight:700;font-style:normal;font-display:swap}:root{--brand-cream: #d7ddff;--brand-blue: #121342;--brand-coral: #232560;--brand-mint: #c8d0ff;--cream: #d7ddff;--cream-dark: #c8d0ff;--blue-pale: #e5e8ff;--blue-light: #c8d0ff;--blue-dark: #121342;--blue-mid: #232560;--orange: #232560;--orange-hover: #1a1c52;--black: #090b24;--gray: #5f637d;--font-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--max-width: 1320px;--section-padding: 76px 24px;--border-radius: 6px}html,body{background:var(--brand-cream)}body{font-family:var(--font-sans);color:var(--black)}button,input,textarea,select{font-family:inherit}.announcement-bar{padding:12px 18px;font-size:13px;line-height:1;letter-spacing:0}.announcement-bar__inner{gap:0;flex-wrap:nowrap}.announcement-text{display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:13px;font-weight:600;text-transform:uppercase;white-space:nowrap}.announcement-text img{width:120px;height:25px;display:inline-block;flex:0 0 auto}.announcement-text a{color:inherit;font-weight:600;text-transform:none;text-underline-offset:2px}.site-header{top:0;background:#fdfaf0f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header__inner{max-width:1320px;padding:14px 24px}.header-menu{display:none;width:34px;height:34px;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:0}.header-menu span{display:block;width:14px;height:1.5px;border-radius:999px;background:var(--brand-blue)}.site-logo__image{width:121px}.site-nav{gap:30px}.site-nav a{font-size:11.5px;font-weight:700;letter-spacing:0}.site-header__actions{gap:10px}.header-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0}.header-icon img{width:20px;height:20px}.product-page{max-width:var(--max-width);padding:28px 24px 54px}.product-page__inner{grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);gap:42px}.product-gallery{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.gallery-desktop-grid{display:contents}.gallery-card{background:#fff1e8;border-radius:6px;overflow:hidden;aspect-ratio:1}.gallery-card--primary,.gallery-card--feature,.gallery-card--bundle,.gallery-card--support,.gallery-card--repeat{background:#f6f1e2}.gallery-card--primary{grid-column:1;grid-row:1}.gallery-card--feature{grid-column:2;grid-row:1}.gallery-card--hero{grid-column:1 / -1;grid-row:2;aspect-ratio:1.02}.gallery-stats{grid-column:1;grid-row:3;margin-top:0;gap:8px}.gallery-card--bundle{grid-column:2;grid-row:3}.gallery-stats-image{grid-column:1;grid-row:3;display:block;margin:0}.gallery-stats-image img{display:block;width:100%;height:auto}.gallery-card--lifestyle{grid-column:1;grid-row:4}.gallery-card--detail{grid-column:2;grid-row:4}.gallery-card--ingredients{grid-column:1;grid-row:5}.gallery-card--before{grid-column:2;grid-row:5}.gallery-card--after{grid-column:1;grid-row:6}.gallery-card--support{grid-column:2;grid-row:6}.gallery-card--repeat{grid-column:1;grid-row:7}.gallery-card img{width:100%;height:100%;object-fit:cover}.gallery-card--hero img{object-position:center top}.gallery-mobile-shell{display:none}.stat-box{align-items:center;gap:12px;background:#dfe5ff;border:0;border-radius:6px;padding:14px 16px}.stat-number{min-width:56px;font-size:31px;font-weight:700;color:var(--brand-blue)}.stat-text{font-size:12.5px;line-height:1.35;color:#121342d1}.product-header{margin-bottom:14px}.product-reviews-line{gap:3px;margin-bottom:10px}.product-reviews-line>.stars{display:none}.jdgm-prev-badge__stars{--jdgm-star-color: #ebbf1f;--jdgm-star-empty: #cfc6a7;display:inline-flex;align-items:center;gap:0;margin-right:2px;line-height:1;cursor:pointer}.jdgm-star{position:relative;display:inline-flex;width:20px;height:14.44px;flex:0 0 20px}.jdgm-star:before,.jdgm-star:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 95'%3E%3Cpolygon points='50,0 61,35 98,35 68,57 79,91 50,70 21,91 32,57 2,35 39,35'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 95'%3E%3Cpolygon points='50,0 61,35 98,35 68,57 79,91 50,70 21,91 32,57 2,35 39,35'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center left;mask-position:center left;-webkit-mask-size:14.44px 14.44px;mask-size:14.44px 14.44px}.jdgm-star:before{background:var(--jdgm-star-empty)}.jdgm-star.jdgm--on:before{background:var(--jdgm-star-color)}.jdgm-star.jdgm--half:after{width:50%;background:var(--jdgm-star-color)}.review-count{font-size:13px;color:var(--brand-blue);font-weight:500;letter-spacing:0}.product-title{font-size:30px;font-weight:400;line-height:1.04;color:var(--brand-blue);margin-bottom:14px}.product-description{font-size:15px;line-height:1.55;color:#090b24e6}.product-description strong{font-weight:600;color:var(--brand-blue)}.benefit-icons{gap:4px;margin-bottom:14px;padding-top:0}.benefit-icon-item{gap:10px;min-height:54px}.benefit-icon-item img{width:50px;height:50px;flex-shrink:0}.benefit-icon-label{font-size:15px;font-weight:500;color:var(--brand-blue)}.urgency-line{display:inline-flex;align-items:center;background:var(--brand-mint);color:var(--brand-blue);border-radius:999px;padding:6px 16px;margin-bottom:18px;font-size:15px;font-weight:500}.jar-options-section{margin-bottom:14px}.jar-options-label,.purchase-label{font-size:13px;font-weight:600;color:var(--brand-blue)}.jar-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.jar-option{padding:0;text-align:left}.jar-option__card{position:relative;min-height:142px;padding:13px 10px 12px;background:#ececf6;border:1.5px solid rgba(18,19,66,.16);border-radius:6px;gap:8px}.jar-option.selected .jar-option__card{border-color:var(--brand-blue);box-shadow:0 0 0 1px var(--brand-blue)}.jar-option:hover .jar-option__card{border-color:#12134280}.jar-badge{top:-9px;padding:3px 9px;border-radius:999px;font-size:9px;line-height:1.1;text-transform:uppercase}.jar-option__header{margin-bottom:0;text-align:center}.jar-qty-title{font-size:12px;font-weight:600;color:var(--brand-blue)}.jar-shipping{margin-top:2px;font-size:10px;font-weight:500;color:#121342b3}.jar-option__image{width:74px;max-width:none}.jar-option__image img{object-fit:contain}.jar-option__pricing{display:block;padding-top:9px;text-align:center}.price-current{font-family:var(--font-sans);font-size:16px;font-weight:700;color:var(--brand-blue)}.price-compare{display:inline-block;margin-left:4px;font-size:11.5px;font-weight:500;color:#090b2470}.price-daily{display:block;margin-top:2px;font-size:11px;color:#090b2485}.auto-refill{padding:13px 16px;margin-bottom:14px;background:#ececf6;border:2px dashed rgba(18,19,66,.5);border-radius:6px}.auto-refill__label{gap:12px}.auto-refill__native{position:absolute;opacity:0;pointer-events:none}.auto-refill__checkbox{position:relative;width:20px;height:20px;border:1.5px solid var(--brand-blue);border-radius:4px;background:transparent;flex-shrink:0}.auto-refill__native:checked+.auto-refill__checkbox{background:var(--brand-blue)}.auto-refill__native:checked+.auto-refill__checkbox:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}.auto-refill__text strong{font-size:14px;font-weight:600;color:var(--brand-blue)}.auto-refill__sub{font-size:11.5px;color:#090b2494}.purchase-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.purchase-cart-count{font-size:12.5px;font-weight:500;color:#090b248f}.purchase-row{align-items:center;gap:6px;margin-bottom:16px;padding:4px;border:1.5px solid rgba(18,19,66,.82);border-radius:999px;background:#eef1ff}.quantity-selector{min-width:106px;justify-content:center;border:none;border-radius:999px;background:transparent;overflow:visible}.qty-btn{position:relative;width:34px;height:42px;color:var(--brand-blue)}.qty-btn span{position:absolute;left:50%;top:50%;width:10px;height:1.5px;border-radius:999px;background:currentColor;transform:translate(-50%,-50%)}.qty-btn__vertical{width:1.5px;height:10px}.qty-value{width:24px;font-size:13px;font-weight:600;color:var(--brand-blue)}.add-to-cart-btn{flex:1;height:38px;border-radius:999px;background:#fb8f57;color:#fff9f0;font-size:13px;font-weight:500;letter-spacing:0}.add-to-cart-btn:hover{background:var(--orange-hover)}.guarantee-block{align-items:center;gap:12px;margin-bottom:20px;padding:0}.guarantee-icon{width:40px;height:40px;margin-top:0}.guarantee-text{font-size:15px;line-height:1.35;color:var(--brand-blue)}.guarantee-text strong{color:var(--brand-blue);font-weight:600}.bundle-save{align-items:center;gap:16px;padding:16px 18px;margin-bottom:22px;border-radius:6px}.bundle-save__image{width:88px}.bundle-save__title{font-size:23px;font-weight:400;margin-bottom:2px}.bundle-save__text{font-size:12.5px;line-height:1.35}.bundle-save__cta{min-width:122px;padding:10px 14px;border-radius:999px;font-size:11px;letter-spacing:0}.video-thumbs-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:16px;width:100%;margin-bottom:24px;overflow:visible;padding-bottom:0}.video-thumb{width:100%;height:188px;padding:0;border:1px solid rgba(35,32,28,.08);border-radius:5px;overflow:hidden;background:#d7ceb9;box-shadow:0 8px 16px #41382824;-webkit-appearance:none;appearance:none}.video-thumb img,.video-thumb video{display:block;width:100%;height:100%;object-fit:cover}.video-thumb video,.media-play-tile video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#d7ddff}.video-thumb__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;width:100%;height:100%;object-fit:cover;transition:opacity .18s ease;pointer-events:none}.play-icon{top:50%;left:50%;bottom:auto;width:34px;height:34px;border-radius:50%;background:#ffffffeb;box-shadow:0 8px 18px #1213421f;transform:translate(-50%,-50%)}.play-icon:before{content:"";display:block;width:0;height:0;margin-left:3px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:10px solid var(--brand-blue)}.video-thumb.is-playing .play-icon,.video-thumb.is-playing .video-thumb__poster,.media-play-tile.is-playing .video-thumb__poster{opacity:0}.info-accordions{border-top-color:#1213422e}.accordion-item{border-bottom-color:#1213422e}.accordion-header{padding:15px 0;font-size:12px;font-weight:600;color:var(--brand-blue)}.accordion-icon{font-size:18px;font-weight:400}.accordion-body{padding:0 0 18px}.accordion-body p,.accordion-body ul{font-size:14px;line-height:1.65;color:#090b24db}.benefit-list li,.ingredient-quick-list li{padding-left:15px}.benefit-list li:before,.ingredient-quick-list li:before{color:var(--brand-blue)}.see-all-ingredients-btn{font-size:13px}.benefit-strip{background:#dfe5ff;border-top-color:#12134214;border-bottom-color:#12134214}.comp-brand,.result-verified,.ingredient-name,.footer-col h4,.faq-question,.accordion-header,.social-cta-btn,.newsletter-submit{font-family:var(--font-sans)}.section-heading,.bundle-save__title,.product-title,.modal-content h3,.footer-col h4,.newsletter-inner .section-heading{font-family:var(--font-serif);font-weight:400;color:var(--brand-blue)}.section-subtext,.result-quote,.ingredient-desc,.review-text,.faq-answer p,.footer-col ul li a,.social-inner .section-subtext,.product-description,.accordion-body p,.accordion-body ul{color:#090b24b8}.review-card,.ingredient-card,.newsletter-inner,.modal-content{border-radius:6px}.review-stars{color:var(--brand-coral)}.load-more-btn,.social-cta-btn,.newsletter-submit,.footer-social-icons a{border-radius:6px}.faq-item{border-bottom-color:#1213421f}.comp-lullabites-col,.comp-other-col,.ba-card,.social-thumb{border-radius:6px}@media(max-width:1024px){.product-page__inner{grid-template-columns:1fr;gap:28px}}@media(max-width:1024px){.announcement-bar{padding:9px 10px}.announcement-bar__inner{gap:6px;flex-wrap:wrap}.announcement-text{gap:6px;font-size:10px;white-space:normal}.announcement-text img{width:78px;height:auto}.site-header__inner{display:grid;grid-template-columns:32px 1fr 48px;align-items:center;padding:14px 16px}.header-menu{display:inline-flex}.site-nav{display:none}.site-logo{justify-self:center}.site-logo__image{width:90px}.site-header__actions{justify-self:end;gap:4px}.header-icon{width:22px;height:22px}.header-icon img{width:16px;height:16px}.product-page{padding:0 0 44px}.product-page__inner{gap:0}.product-gallery,.product-info{padding:0 12px}.product-gallery{display:block}.gallery-desktop-grid{display:none}.gallery-mobile-shell{display:block;margin:0 -12px;padding-top:12px}.gallery-mobile-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.gallery-mobile-track::-webkit-scrollbar{display:none}.gallery-slide{flex:0 0 100%;scroll-snap-align:start;background:#fff1e8}.gallery-slide img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain}.gallery-counter{display:flex;justify-content:center;gap:4px;padding:9px 0 10px;font-size:12px;font-weight:600;color:#090b24a6}.gallery-thumbnails{margin:0;padding:0 12px 12px;overflow-x:auto;flex-wrap:nowrap;gap:6px;-ms-overflow-style:none;scrollbar-width:none}.gallery-thumbnails::-webkit-scrollbar{display:none}.gallery-thumb{width:40px;height:40px;border-width:1.5px;border-radius:4px;background:#eef1fff0}.gallery-stats{margin-top:10px}.stat-box{padding:11px 12px;gap:10px}.stat-number{min-width:40px;font-size:24px}.stat-text{font-size:10px}.product-info{padding-top:14px}.product-title{font-size:26px;margin-bottom:10px}.product-description{font-size:13px;line-height:1.48}.benefit-icon-item{min-height:44px}.benefit-icon-item img{width:38px;height:38px}.benefit-icon-label{font-size:13px}.urgency-line{margin-bottom:14px;font-size:12px;padding:5px 12px}.jar-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.jar-option__card{min-height:102px;padding:11px 6px 8px;gap:4px}.jar-option__image{width:50px}.jar-qty-title{font-size:10px}.jar-shipping{font-size:8px}.jar-badge{top:-7px;padding:2px 6px;font-size:7px}.price-current{font-size:13px}.price-compare,.price-daily{font-size:8px}.auto-refill{padding:10px 12px}.auto-refill__text strong{font-size:12.5px}.auto-refill__sub{font-size:9px}.purchase-label,.purchase-cart-count{font-size:12px}.purchase-row{flex-direction:row}.quantity-selector{min-width:116px;width:auto}.qty-btn{width:38px;height:44px}.qty-value{font-size:14px}.add-to-cart-btn{width:auto;flex:1;height:44px;font-size:14px}.guarantee-block{align-items:flex-start;margin-bottom:16px}.guarantee-icon{width:36px;height:36px}.guarantee-text{font-size:14px}.bundle-save{display:grid;grid-template-columns:64px 1fr;gap:10px 12px;text-align:left}.bundle-save__image{width:64px;grid-row:span 2}.bundle-save__title{font-size:20px}.bundle-save__text{font-size:11px}.bundle-save__cta{grid-column:1 / -1;width:fit-content;padding:9px 14px}.video-thumb{width:64px;height:88px}.accordion-header{font-size:11.5px}}.bs-icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;flex:0 0 54px;font-size:0}.gallery-card--product img{object-fit:contain;padding:18px 22px 12px}.info-accordions{margin-bottom:20px}.video-thumbs-row{margin-bottom:16px}.real-results{padding:56px 24px 46px}.real-results__inner{max-width:980px}.results-avatars{gap:10px;margin-bottom:18px}.avatar-btn{width:46px;height:46px}.results-carousel{max-width:760px;margin:0 auto}.result-slide{padding:0 44px}.ba-pair{gap:8px;margin-bottom:16px}.ba-card{width:244px;height:302px}.result-quote{max-width:520px;margin-bottom:8px;font-size:13px;line-height:1.55}.result-name{font-size:14px;margin-bottom:2px}.result-verified{font-size:12px}.carousel-arrow{top:36%;width:38px;height:38px;font-size:20px}.carousel-dots{margin-top:14px}.comp-mark{position:relative;display:inline-flex;width:19px;height:19px;align-items:center;justify-content:center;border-radius:50%;margin-bottom:8px;border:1px solid rgba(18,19,66,.18);background:#12134214}.comp-mark:before,.comp-mark:after{content:"";position:absolute;border-radius:999px;background:var(--brand-blue)}.comp-mark--yes:before{width:3px;height:8px;transform:translate(-2px,1px) rotate(-38deg)}.comp-mark--yes:after{width:3px;height:12px;transform:translate(2px,-1px) rotate(42deg)}.comp-mark--no:before,.comp-mark--no:after{width:2px;height:11px;background:var(--accent-orange)}.comp-mark--no:before{transform:rotate(45deg)}.comp-mark--no:after{transform:rotate(-45deg)}@media(max-width:1024px){.gallery-card--product img{padding:0}.info-accordions{margin-bottom:16px}.video-thumbs-row{margin-bottom:18px}.real-results{padding:42px 12px 36px}.results-avatars{gap:8px;margin-bottom:14px}.avatar-btn{width:36px;height:36px}.results-carousel{max-width:none}.result-slide{padding:0 26px}.ba-card{width:calc(50% - 4px);height:216px}.result-quote{font-size:12px;margin-bottom:6px}.carousel-arrow{top:33%;width:32px;height:32px;font-size:18px}.comp-mark{width:16px;height:16px;margin-bottom:6px}}@media(max-width:1024px){body{background:var(--brand-cream)}.site-header{position:sticky;top:0}.site-header__inner{min-height:56px;padding:12px 16px}.product-page{padding-bottom:40px}.product-gallery,.product-info,.real-results,.clinical-ingredients,.how-different,.customer-reviews,.faq-section,.newsletter,.site-footer{background:var(--brand-cream)}.product-gallery,.product-info{padding-left:16px;padding-right:16px}.product-gallery{display:block}.gallery-mobile-shell{margin:0 -16px;padding-top:0}.gallery-mobile-track{overscroll-behavior-x:contain;touch-action:pan-x pinch-zoom;scroll-snap-type:x mandatory;scroll-padding-left:0}.gallery-slide{display:flex;align-items:center;justify-content:center;min-height:392px;background:#f8f3e5}.gallery-slide img{width:100%;height:clamp(352px,96vw,420px);aspect-ratio:auto;object-fit:cover;object-position:center}.gallery-counter{padding:10px 16px 8px;justify-content:flex-end;font-size:12px;color:#121342b8}.gallery-thumbnails{padding:0 16px 14px;gap:7px}.gallery-thumb{width:42px;height:42px;border-radius:6px;background:#eef1fff0}.gallery-stats{display:none}.product-info{padding-top:12px}.product-header{margin-bottom:18px}.product-reviews-line{gap:4px;margin-bottom:12px}.jdgm-prev-badge__stars{margin-right:4px}.jdgm-star{width:18px;height:13px;flex-basis:18px}.jdgm-star:before,.jdgm-star:after{-webkit-mask-size:13px 13px;mask-size:13px 13px}.review-count{font-size:12px;color:var(--brand-blue)}.product-title{font-size:22px;line-height:1.12;margin-bottom:12px}.product-description{font-size:14px;line-height:1.58;color:#090b24e6}.benefit-icons{gap:12px;margin-bottom:18px;padding-top:0}.benefit-icon-item{align-items:center;gap:10px;min-height:42px}.benefit-icon-item img{width:34px;height:34px}.benefit-icon-label{font-size:13px;line-height:1.3;color:var(--brand-blue)}.urgency-line{margin-bottom:16px;padding:8px 14px;border-radius:999px;font-size:13px;line-height:1.1;color:var(--brand-blue)}.jar-options-section{margin-bottom:18px}.jar-options-label,.purchase-label{font-size:13px;letter-spacing:0;color:var(--brand-blue)}.jar-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.jar-option__card{min-height:120px;padding:14px 7px 10px;gap:6px;border-width:1.5px;background:#fbf8ee}.jar-option.selected .jar-option__card{box-shadow:0 0 0 1.5px var(--brand-blue)}.jar-option__header{margin-bottom:2px}.jar-option__image{width:58px}.jar-qty-title{font-size:11px;line-height:1.1}.jar-shipping{margin-top:3px;font-size:8.5px;line-height:1.15}.jar-badge{top:-8px;padding:3px 8px;border-radius:999px;font-size:7.5px;line-height:1}.jar-option__pricing{padding-top:8px}.price-current{display:inline-block;font-size:17px;line-height:1.1;color:var(--brand-blue)}.price-compare{display:inline-block;margin-left:3px;font-size:10px;line-height:1.1;color:#090b2473;text-decoration-thickness:1px}.price-daily{margin-top:4px;font-size:10px;line-height:1.15;color:#121342e6}.auto-refill{padding:13px 14px;margin-bottom:18px;border-width:1.5px;border-radius:8px}.auto-refill__label{gap:10px;align-items:flex-start}.auto-refill__text strong{font-size:13px;line-height:1.25;color:var(--brand-blue)}.auto-refill__sub{font-size:10px;margin-top:3px;color:#090b2494}.purchase-meta{margin-bottom:8px}.purchase-cart-count{font-size:12px;color:#090b2494}.purchase-row{gap:6px;align-items:center;margin-bottom:16px;padding:4px;border-radius:999px}.quantity-selector{min-width:106px;border:none;border-radius:999px}.qty-btn{width:34px;height:42px}.qty-value{width:24px;font-size:13px;color:var(--brand-blue)}.add-to-cart-btn{height:38px;background:#fb8f57;border-radius:999px;font-size:13px;font-weight:500}.add-to-cart-btn:hover{background:#fb8f57}.guarantee-block{gap:10px;margin-bottom:22px;padding:0}.guarantee-icon{width:34px;height:34px}.guarantee-text{font-size:13px;line-height:1.5;color:#090b24d1}.bundle-save{grid-template-columns:72px 1fr;gap:10px 14px;padding:18px 16px;margin-bottom:20px;border-radius:8px}.bundle-save__image{width:72px}.bundle-save__title{font-size:22px;line-height:1.02;margin-bottom:4px}.bundle-save__text{font-size:11.5px;line-height:1.45}.bundle-save__cta{width:100%;justify-content:center;padding:11px 14px;border-radius:999px;font-size:11px}.info-accordions{margin-bottom:18px}.accordion-header{padding:16px 0;font-size:12px;line-height:1.2}.accordion-body{padding-bottom:18px}.accordion-body p,.accordion-body ul{font-size:13px;line-height:1.6;color:#090b24d9}.video-thumbs-row{gap:8px;margin-bottom:18px}.video-thumb{width:72px;height:96px;border-radius:8px}.benefit-strip{padding:14px 0}.benefit-strip__track{gap:24px}.benefit-strip__item{gap:10px;font-size:15px}.bs-icon{width:48px;height:48px;flex:0 0 48px}.real-results,.clinical-ingredients,.how-different,.customer-reviews,.faq-section{padding-left:16px;padding-right:16px}.real-results{padding-top:44px;padding-bottom:34px}.section-heading{font-size:31px;line-height:1.04;margin-bottom:10px}.section-subtext{font-size:13px;line-height:1.55;margin-bottom:22px}.results-avatars{gap:8px;margin-bottom:16px}.avatar-btn{width:38px;height:38px}.result-slide{padding:0 20px}.ba-pair{gap:6px;margin-bottom:18px}.ba-card{width:calc(50% - 3px);height:232px;border-radius:8px}.ba-label{font-size:11px;padding:8px}.result-quote,.result-name,.result-verified{max-width:320px}.result-quote{font-size:12.5px;line-height:1.55;margin-bottom:8px}.result-name{font-size:13px}.result-verified{font-size:11px}.carousel-arrow{top:31%}.clinical-ingredients{padding-top:44px;padding-bottom:34px}.clinical-pre{font-size:11px;margin-bottom:8px}.ingredients-row{gap:14px;padding:14px 0 8px}.ingredient-card{width:220px;padding:14px 12px 16px;border-radius:8px}.ingredient-name{font-size:12px}.ingredient-why,.ingredient-desc{font-size:12px;line-height:1.5}.how-different,.customer-reviews,.reviews-summary-section,.faq-section{padding-top:44px;padding-bottom:34px}.comparison-table{overflow-x:auto;margin:0 -4px;padding-bottom:4px}.comparison-header,.comparison-row{min-width:620px}.reviews-grid{grid-template-columns:1fr;gap:10px;margin-bottom:16px}.review-card{padding:14px 12px;border-radius:8px;text-align:left}.review-stars{font-size:14px;margin-bottom:8px}.review-text{font-size:13px;line-height:1.6}.faq-grid{grid-template-columns:1fr;gap:0}.faq-question{padding:16px 0;font-size:13px;line-height:1.35}.faq-answer p{font-size:13px;line-height:1.6}.reviews-summary-section{padding:36px 16px 8px}.reviews-summary-inner .section-heading{margin-bottom:14px}.reviews-summary-badge{width:100%;justify-content:center;padding:14px 16px;gap:12px;border-radius:18px}.reviews-summary-badge__seal{width:48px;height:48px}.reviews-summary-badge__mark{font-size:18px}.reviews-summary-score{font-size:14px}.reviews-summary-stars{font-size:12px}.reviews-summary-count{font-size:10px}.customer-reviews{padding-top:18px}.load-more-btn{width:100%;padding:11px 12px;font-size:12px}.social-section{padding:40px 16px 32px}.social-inner .section-heading,.social-inner .section-subtext{text-align:center}.social-inner .section-subtext{margin-bottom:16px}.social-feature-card{margin-bottom:12px;border-radius:10px}.social-feature-card img{aspect-ratio:.84 / 1}.social-feature-card__play{width:46px;height:46px}.social-feature-card__play:before{border-top-width:8px;border-bottom-width:8px;border-left-width:13px}.social-feature-card__cta{bottom:10px;min-width:92px;padding:8px 12px;font-size:10px}.social-cta-btn{display:block;width:fit-content;margin:0 auto 14px;padding:10px 20px;border-radius:999px;font-size:11px}.social-grid{grid-template-columns:repeat(4,1fr);gap:6px}.social-thumb{border-radius:8px}.newsletter-section{padding:18px 16px 34px}.newsletter-inner{padding:22px 16px 20px;border-radius:10px}.newsletter-inner .section-heading{margin-bottom:8px}.newsletter-inner .section-subtext{margin-bottom:14px}.newsletter-form{flex-direction:row;gap:8px;margin-top:0}.newsletter-input{min-width:0;padding:12px 14px;font-size:12px;border-width:1.5px}.newsletter-submit{padding:12px 14px;font-size:11px;border-radius:999px}.site-footer{padding:10px 16px 20px}.footer-brand{margin-bottom:16px;text-align:center}.footer-brand img{width:86px}.footer-inner{grid-template-columns:1fr 1fr;gap:18px 14px}.footer-col h4{margin-bottom:10px;font-size:13px}.footer-col ul li{margin-bottom:7px}.footer-col ul li a{font-size:11px;line-height:1.4}.footer-social{grid-column:1 / -1}.footer-social-icons{justify-content:center;gap:10px}.footer-social-icons a{width:32px;height:32px;font-size:10px}.footer-bottom{margin-top:14px;padding-top:12px}.footer-bottom p{font-size:10px}}@media(max-width:420px){.gallery-slide{min-height:372px}.gallery-slide img{height:372px}.product-title{font-size:20px}.jar-options{gap:8px}.jar-option__card{min-height:112px;padding:13px 6px 9px}.price-current{font-size:15px}.price-compare,.price-daily{font-size:9px}.product-gallery,.product-info,.real-results,.clinical-ingredients,.how-different,.customer-reviews,.reviews-summary-section,.faq-section,.social-section,.newsletter-section,.site-footer{padding-left:12px;padding-right:12px}.gallery-mobile-shell{margin-left:-12px;margin-right:-12px}.gallery-counter,.gallery-thumbnails{padding-left:12px;padding-right:12px}.section-heading{font-size:27px}.social-grid{gap:5px}}@media(max-width:1024px){.mobile-combo-intro{display:none}.announcement-bar{padding:6px 10px 7px}.announcement-bar__inner{justify-content:center}.announcement-text{display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 8px;width:min(100%,334px);margin:0 auto;font-size:13px;font-weight:700;line-height:1.45;text-align:center}.announcement-text img{width:102px;height:auto}.site-header__inner{min-height:58px;padding:12px 16px 11px}.site-logo__image{width:102px}.header-icon{width:24px;height:24px}.header-icon img{width:18px;height:18px}.gallery-mobile-shell{position:relative;margin:0;padding-top:8px}.gallery-mobile-track{border:1px solid rgba(18,19,66,.08);background:#fff4ec}.gallery-slide{min-height:360px;padding:28px 22px 24px;background:#fff4ec}.gallery-slide img{width:100%;height:292px;aspect-ratio:auto;object-fit:contain;object-position:center}.gallery-zoom-btn{position:absolute;top:18px;left:14px;z-index:3;width:34px;height:34px;border-radius:999px;background:#fdfaf0f2;border:1px solid rgba(18,19,66,.1);box-shadow:0 2px 6px #0000000f;display:inline-flex;align-items:center;justify-content:center}.gallery-zoom-btn__icon{position:relative;width:14px;height:14px;border:1.5px solid rgba(18,19,66,.28);border-radius:50%}.gallery-zoom-btn__icon:after{content:"";position:absolute;right:-4px;bottom:-3px;width:6px;height:1.5px;background:#12134247;transform:rotate(45deg)}.gallery-counter{display:none}.gallery-thumb-row{display:grid;grid-template-columns:18px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:12px 0 8px}.gallery-thumbnails{margin:0;padding:0;gap:6px;overflow-x:auto;flex-wrap:nowrap}.gallery-thumb{width:42px;height:42px;border-radius:2px;border-width:1px;border-color:#1213420f;background:#fffdf8}.gallery-thumb.active{border-color:#1f2221}.gallery-arrow{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#090b246b;font-size:22px;line-height:1}.gallery-arrow span{transform:translateY(-1px)}.product-info{padding-top:2px}.product-reviews-line{margin-bottom:10px}.product-title{font-size:25px;line-height:1.12;margin-bottom:12px}.product-description{font-size:14px;line-height:1.62;color:#121342e6}.benefit-icons{display:flex;gap:12px;margin-bottom:16px;padding-top:4px}.benefit-icon-item{min-height:40px;gap:12px}.benefit-icon-item img{width:34px;height:34px}.benefit-icon-label{font-size:13px;line-height:1.25;color:var(--brand-blue)}.urgency-line{display:inline-flex;margin-bottom:16px;padding:10px 18px;border-radius:999px;background:#d3d6f0;font-size:13px;color:var(--brand-blue)}.urgency-text{line-height:1}.jar-options-section{margin-bottom:14px}.jar-options-label{margin-bottom:10px;font-size:12px;font-weight:700;color:var(--brand-blue)}.jar-options{gap:4px}.jar-option__card{min-height:124px;padding:10px 6px 8px;background:#eef1ff;border:1.5px solid rgba(18,19,66,.72);border-radius:4px;gap:6px}.jar-option.selected .jar-option__card{box-shadow:none;border-width:2px}.jar-option__header{margin-bottom:2px}.jar-qty-title{font-size:11px;font-weight:700;text-transform:capitalize}.jar-shipping{font-size:7px;line-height:1.15;color:#121342bf}.jar-option__image{width:72px}.jar-badge{top:-10px;padding:4px 10px;border-radius:999px;font-size:8px;line-height:1}.jar-option__pricing{padding-top:8px}.price-current{display:inline-block;font-size:16px;font-weight:700;color:var(--brand-blue)}.price-compare{margin-left:3px;font-size:10px;color:#090b246b}.price-daily{margin-top:3px;font-size:10px;font-weight:600;color:var(--brand-blue)}.auto-refill{padding:14px 16px;margin-bottom:16px;background:#ececf6;border:1.5px dashed rgba(18,19,66,.72);border-radius:8px}.auto-refill__label{gap:12px;align-items:flex-start}.auto-refill__checkbox{width:22px;height:22px;border-radius:2px}.auto-refill__text strong{font-size:13px;font-weight:700;color:var(--brand-blue)}.auto-refill__sub{font-size:10px}.purchase-meta{margin-bottom:8px}.purchase-label{font-size:12px;font-weight:700}.purchase-cart-count{display:none}.purchase-row{align-items:center;gap:6px;margin-bottom:14px;padding:4px;border:1.5px solid rgba(18,19,66,.82);border-radius:999px;background:#eef1ff}.quantity-selector{min-width:106px;border:none;border-radius:999px;background:transparent}.qty-btn{width:34px;height:40px}.qty-value{width:24px;font-size:13px;font-weight:600;color:var(--brand-blue)}.add-to-cart-btn{flex:1;height:38px;border-radius:999px;background:#fb8f57;color:#fff8ef;font-size:13px;font-weight:500}.guarantee-block{align-items:flex-start;gap:10px;margin-bottom:10px}.guarantee-icon{width:34px;height:34px}.guarantee-text{font-size:12px;line-height:1.55;color:var(--brand-blue)}.guarantee-text strong{color:var(--brand-blue)}.info-accordions{border-top:none}.accordion-item{border-bottom:1px solid rgba(18,19,66,.12)}.accordion-item.open:first-child{border-bottom:none}.accordion-item.open:first-child .accordion-header{padding:8px 0 10px;font-size:14px;text-transform:uppercase;color:var(--brand-blue)}.accordion-item.open:first-child .accordion-icon{font-size:20px;color:var(--brand-blue)}.accordion-item.open:first-child .accordion-body{padding-bottom:10px}.accordion-item.open:first-child .benefit-list li{padding:4px 0 4px 18px;font-size:12px;line-height:1.55;color:var(--brand-blue)}.accordion-item.open:first-child .benefit-list li strong{font-weight:500}}@media(max-width:430px){.announcement-text{width:min(100%,316px);font-size:12px;gap:4px 7px}.announcement-text img{width:96px}.gallery-slide{min-height:346px;padding:26px 16px 22px}.gallery-slide img{height:262px}.site-logo__image{width:96px}.product-title{font-size:22px}.benefit-icon-label{font-size:12px}.jar-option__card{min-height:116px;padding:10px 5px 7px}.jar-option__image{width:64px}.price-current{font-size:15px}.price-compare,.price-daily{font-size:9px}}@media(max-width:360px){.announcement-text{width:min(100%,296px);font-size:11.5px;line-height:1.42}.announcement-text img{width:90px}.gallery-slide{min-height:326px;padding:24px 14px 18px}.gallery-slide img{height:238px}.gallery-thumb-row{gap:8px}.gallery-thumb{width:38px;height:38px}.jar-options{gap:3px}.jar-option__card{min-height:108px;padding:10px 4px 7px}.jar-option__image{width:56px}.jar-badge{font-size:7px;padding:3px 8px}.price-current{font-size:13px}.price-compare,.price-daily{font-size:8px}.quantity-selector{min-width:112px}}@media(max-width:1024px){.jar-options-label{margin-bottom:12px;font-size:12px;font-weight:700;color:var(--brand-blue)}.jar-options{gap:4px}.jar-option{text-align:center}.jar-option__card{display:grid;grid-template-rows:auto 1fr;align-content:start;justify-items:center;min-height:140px;padding:9px 8px 10px;background:#eef1ff;border:1.5px solid rgba(18,19,66,.82);border-radius:4px;gap:0;justify-content:initial}.jar-option.selected .jar-option__card{background:#d6ddf8;border-width:2px;border-color:var(--brand-blue);box-shadow:none}.jar-option__header{min-height:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:3px;width:100%}.jar-qty-title{font-size:12px;font-weight:700;text-transform:none}.jar-shipping{margin-top:0;font-size:8px;font-weight:700;color:var(--brand-blue)}.jar-option__image{align-self:center;width:72px;margin-top:8px}.jar-badge{top:-12px;padding:5px 13px;border-radius:999px;font-size:9px;font-weight:700;text-transform:none;letter-spacing:0;background:var(--brand-blue);color:#eef1ff}.jar-option__pricing{padding-top:7px;text-align:center}.price-current{font-size:17px;line-height:1}.price-compare{margin-left:4px;font-size:10px;line-height:1;color:#090b247a;text-decoration-thickness:1px}.price-daily{margin-top:5px;font-size:11px;font-weight:700;line-height:1;color:var(--brand-blue)}}@media(max-width:430px){.jar-option__card{min-height:128px;padding:9px 6px 10px}.jar-option__image{width:64px;margin-top:7px}.price-current{font-size:16px}.price-compare{font-size:9px}.price-daily{font-size:10px}.jar-badge{padding:5px 12px;font-size:8.5px}}@media(max-width:360px){.jar-options{gap:3px}.jar-option__card{min-height:120px;padding:8px 4px 9px}.jar-option__header{min-height:0}.jar-qty-title{font-size:11px}.jar-shipping{font-size:7px}.jar-option__image{width:56px;margin-top:6px}.jar-badge{padding:4px 9px;font-size:7.5px}.price-current{font-size:14px}.price-compare{font-size:8px}.price-daily{font-size:9px}}.jar-badge.best-deal{background:var(--brand-blue)!important;color:#fff!important}.announcement-bar{display:block;position:relative;background:var(--blue-dark)!important;left:50%;width:100vw!important;max-width:none!important;min-width:100vw;margin-left:-50vw!important;margin-right:-50vw!important;border-radius:0!important;box-shadow:0 0 0 100vmax var(--blue-dark);clip-path:inset(0 -100vmax);overflow:visible}.announcement-bar__inner{width:100%;max-width:none!important;background:var(--blue-dark)}@media(max-width:430px){body{background:var(--brand-cream);overflow-x:hidden}.product-page,.benefit-strip,.real-results,.clinical-ingredients,.how-different,.reviews-summary-section,.customer-reviews,.faq-section,.social-section,.newsletter-section,.site-footer{background:var(--brand-cream)}.product-page{padding:0 16px 34px}.product-page__inner{display:block;gap:0}.announcement-bar{padding:4px 0 5px!important}.announcement-bar__inner{min-height:34px;padding:0 10px}.announcement-text{width:min(100%,342px);gap:4px 8px;font-size:13px;font-weight:700;line-height:1.48}.announcement-text img{width:104px}.site-header{background:#fdfaf0f7;border-bottom-color:#12134217}.site-header__inner{min-height:56px;padding:11px 14px 10px}.site-logo__image{width:102px}.site-header__actions{gap:4px}.header-icon{width:24px;height:24px}.header-icon img{width:17px;height:17px}.gallery-mobile-shell{margin:0;padding-top:10px}.gallery-mobile-track{border:1px solid rgba(18,19,66,.07);background:#fff4ec}.gallery-slide{min-height:358px;padding:28px 18px 20px}.gallery-slide img{height:272px}.gallery-zoom-btn{top:16px;left:12px;width:36px;height:36px}.gallery-thumb-row{grid-template-columns:14px minmax(0,1fr) 14px;gap:8px;padding:12px 0 10px}.gallery-thumbnails{gap:6px}.gallery-thumb{width:41px;height:41px;border-radius:3px}.gallery-arrow{width:14px;height:14px;font-size:20px}.product-info{padding-top:4px}.product-header{margin-bottom:10px}.product-reviews-line{gap:4px;margin-bottom:11px}.review-count{font-size:12px;line-height:1}.product-title{max-width:96%;font-size:21px;font-weight:400;line-height:1.15;margin-bottom:12px}.product-description{font-size:14px;line-height:1.58;letter-spacing:0;margin-bottom:0}.benefit-icons{gap:8px;margin-bottom:14px;padding-top:8px}.benefit-icon-item{min-height:44px;gap:10px}.benefit-icon-item img{width:36px;height:36px}.benefit-icon-label{font-size:12px;line-height:1.28}.urgency-line{margin-bottom:16px;padding:8px 16px;font-size:12.5px}.jar-options-section{margin-bottom:16px}.jar-options-label{margin-bottom:9px;font-size:12px}.jar-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.jar-option__card{min-height:140px;padding:11px 6px 10px;border-radius:5px;border-color:#121342c7}.jar-option.selected .jar-option__card{background:var(--brand-mint);border-width:2px}.jar-option__header{gap:4px}.jar-qty-title{font-size:14px;line-height:1.05;font-weight:700}.jar-shipping{font-size:9px;line-height:1.15;font-weight:700;color:var(--brand-blue)}.jar-option__image{width:68px;margin-top:10px}.jar-badge{top:-12px;padding:5px 14px 6px;font-size:9px;line-height:1}.jar-option__pricing{padding-top:8px}.price-current{font-size:15px}.price-compare{font-size:9.5px}.price-daily{margin-top:4px;font-size:10px}.auto-refill{padding:13px 15px;margin-bottom:15px}.auto-refill__text strong{font-size:12.75px;line-height:1.2}.auto-refill__sub{font-size:10px;line-height:1.2}.purchase-meta{margin-bottom:7px}.purchase-row{gap:6px;margin-bottom:14px;padding:4px}.quantity-selector{min-width:106px;min-height:40px}.qty-btn{width:34px;height:40px}.qty-value{width:24px;font-size:13px}.add-to-cart-btn{height:38px;font-size:13px;font-weight:500}.guarantee-block{gap:10px;margin-bottom:18px}.guarantee-text{max-width:312px;font-size:12px;line-height:1.5;color:#121342e6}.bundle-save{grid-template-columns:72px 1fr;gap:10px 12px;padding:16px 14px;margin-bottom:20px}.bundle-save__title{font-size:19px;line-height:1.04}.bundle-save__text{font-size:11px;line-height:1.45}.bundle-save__cta{padding:10px 12px;font-size:10.5px}.info-accordions{margin-bottom:16px}.accordion-header{padding:14px 0;font-size:12px;line-height:1.2}.accordion-body{padding-bottom:16px}.accordion-item.open:first-child .accordion-header{padding:7px 0 10px;font-size:13px}.accordion-item.open:first-child .benefit-list li{padding:4px 0 4px 16px;font-size:11.5px;line-height:1.52}.video-thumbs-row{gap:8px;margin-bottom:18px}.video-thumb{width:74px;height:132px;border-radius:5px}.video-thumb .play-icon{width:30px;height:30px}.video-thumb .play-icon:before{border-top-width:5px;border-bottom-width:5px;border-left-width:9px}.benefit-strip{padding:14px 16px 10px}.benefit-strip__track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 10px;width:100%;animation:none}.benefit-strip__item{flex-direction:column;justify-content:flex-start;gap:8px;font-size:12px;line-height:1.18;text-align:center;white-space:normal}.benefit-strip__item:nth-child(n+8){display:none}.bs-icon{width:42px;height:42px;flex:0 0 42px}.real-results,.clinical-ingredients,.how-different,.reviews-summary-section,.customer-reviews,.faq-section,.social-section,.newsletter-section,.site-footer{padding-left:16px;padding-right:16px}.real-results{padding-top:28px;padding-bottom:26px}.section-heading{font-size:28px;line-height:1.06;margin-bottom:8px}.section-subtext{font-size:12.5px;line-height:1.55;margin-bottom:18px}.results-avatars{gap:10px;margin-bottom:14px}.avatar-btn{width:34px;height:34px}.result-slide{padding:0 18px}.ba-pair{gap:8px;margin-bottom:16px}.ba-card{width:calc(50% - 4px);height:226px}.result-quote{font-size:12px;line-height:1.56}.clinical-ingredients{padding-top:32px;padding-bottom:28px}.ingredients-row{gap:12px;padding:12px 0 6px}.ingredient-card{width:192px;padding:12px 12px 14px}.ingredient-img{margin-bottom:10px}.ingredient-name{font-size:11px;letter-spacing:0}.ingredient-why,.ingredient-desc{font-size:11.5px;line-height:1.5}.how-different,.reviews-summary-section,.faq-section{padding-top:34px;padding-bottom:28px}.comparison-table{margin:0 -2px}.comparison-header,.comparison-row{min-width:592px}.reviews-summary-section{padding-bottom:10px}.reviews-summary-badge{gap:10px;padding:12px 14px;border-radius:16px}.reviews-summary-badge__seal{width:56px;height:56px}.reviews-summary-badge__mark{font-size:20px}.customer-reviews{padding-top:10px;padding-bottom:30px}.reviews-grid{gap:10px;margin-bottom:14px}.review-card{padding:14px 12px;border-radius:6px}.review-stars{font-size:13px}.review-text{font-size:12.5px;line-height:1.58}.faq-question{padding:14px 0;font-size:12.5px}.faq-answer p{font-size:12px;line-height:1.58}.social-section{padding-top:28px;padding-bottom:22px}.social-inner .section-subtext{margin-bottom:14px}.social-feature-card{margin-bottom:10px;border-radius:8px}.social-feature-card__cta{bottom:10px;min-width:88px;padding:8px 12px;font-size:10px}.social-cta-btn{margin-bottom:0;padding:9px 20px;font-size:11px}.social-grid{display:none}.newsletter-section{padding-top:18px;padding-bottom:26px}.newsletter-inner{padding:22px 16px 20px;border-radius:8px}.newsletter-form{gap:8px}.newsletter-input{padding:12px 14px;font-size:12px}.newsletter-submit{padding:12px 14px;font-size:10.5px}.site-footer{padding-top:8px;padding-bottom:18px}.footer-brand{margin-bottom:14px}.footer-brand img{width:88px}.footer-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 10px}.footer-col h4{margin-bottom:8px;font-size:12px}.footer-col ul li{margin-bottom:6px}.footer-col ul li a{font-size:10.5px;line-height:1.38}.footer-social{grid-column:1 / -1}.footer-bottom{margin-top:12px;padding-top:10px}.footer-bottom p{font-size:10px}}@media(max-width:360px){.announcement-text{width:min(100%,296px);font-size:11.5px;line-height:1.42}.announcement-text img{width:90px}.site-header__inner{padding-left:12px;padding-right:12px}.site-logo__image{width:92px}.gallery-slide{min-height:326px;padding:24px 14px 18px}.gallery-slide img{height:240px}.product-page,.real-results,.clinical-ingredients,.how-different,.reviews-summary-section,.customer-reviews,.faq-section,.social-section,.newsletter-section,.site-footer{padding-left:12px;padding-right:12px}.product-title{font-size:20px}.benefit-icon-label{font-size:11px}.jar-options{gap:3px}.jar-option__card{min-height:126px;padding:9px 4px 8px}.jar-qty-title{font-size:12px}.jar-shipping{font-size:7.5px}.jar-option__image{width:58px;margin-top:8px}.jar-badge{padding:4px 10px 5px;font-size:7.5px}.price-current{font-size:13px}.price-compare,.price-daily{font-size:8px}.quantity-selector{min-width:110px}.video-thumb{width:92px;height:128px}.ingredient-card{width:176px}.footer-inner{grid-template-columns:1fr 1fr}}.real-results{padding:72px 24px 66px}.real-results__inner{max-width:1220px}.real-results .section-heading{font-size:54px;line-height:1.05;margin-bottom:12px}.real-results .section-subtext{max-width:760px;margin:0 auto 22px;font-size:15px;line-height:1.55;color:#090b24b8}.results-avatars{gap:10px;margin-bottom:22px}.avatar-btn{width:42px;height:42px;border:2px solid transparent;background:transparent}.avatar-btn.active{border-color:var(--brand-blue)}.results-carousel{position:relative;max-width:1088px;margin:0 auto;overflow:visible}.results-viewport{overflow:hidden}.results-slides{display:flex;gap:22px;transition:transform .55s ease;will-change:transform}.result-slide{flex:0 0 clamp(304px,31vw,388px);min-width:0;display:block;padding:0;text-align:center}.ba-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.ba-card{position:relative;width:100%;height:276px;border-radius:10px;overflow:hidden;background:#dfd7cb}.ba-card img{width:100%;height:100%;object-fit:cover}.ba-label{position:absolute;left:0;right:0;bottom:0;padding:9px 12px 10px;background:#c7b36f;color:#eef1ff;font-size:13px;font-weight:600;line-height:1;text-align:center}.ba-label.ba-after{background:#c7b36f}.result-quote{max-width:360px;margin:0 auto 12px;font-size:14px;line-height:1.55;color:#090b24c2}.result-name{margin-bottom:6px;font-size:16px;font-weight:500;color:#090b24e6}.result-verified{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:500;color:var(--brand-blue)}.result-verified__icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:var(--brand-blue);color:#eef1ff;font-size:9px;line-height:1}.carousel-arrow{top:222px;width:36px;height:36px;border:1px solid rgba(18,19,66,.14);color:#1213427a;background:#fffaf0f5;font-size:23px;box-shadow:0 2px 10px #00000008}.carousel-arrow:hover{background:#fffaf0f5;color:var(--brand-blue)}.carousel-prev{left:-46px}.carousel-next{right:-46px}.carousel-dots{gap:10px;margin-top:28px}.dot{width:8px;height:8px;background:#d7e5cf}.dot.active{background:var(--brand-blue)}@media(max-width:1100px){.real-results .section-heading{font-size:46px}.results-carousel{max-width:calc(100% - 56px)}.result-slide{flex-basis:clamp(288px,40vw,346px)}.ba-card{height:250px}.carousel-prev{left:-18px}.carousel-next{right:-18px}}@media(max-width:1024px){.real-results{padding:44px 16px 36px}.real-results .section-heading{font-size:34px;margin-bottom:10px}.real-results .section-subtext{margin-bottom:18px;font-size:12.5px;line-height:1.52}.results-avatars{gap:8px;margin-bottom:16px}.avatar-btn{width:36px;height:36px}.results-carousel{max-width:100%}.results-slides{gap:14px}.result-slide{flex-basis:min(84vw,318px)}.ba-card{height:224px}.ba-label{padding-top:8px;padding-bottom:9px;font-size:12px}.result-quote{max-width:304px;font-size:12.5px;margin-bottom:10px}.result-name{font-size:14px;margin-bottom:5px}.result-verified{font-size:11px}.carousel-arrow{top:184px;width:32px;height:32px;font-size:19px}.carousel-prev{left:-6px}.carousel-next{right:-6px}.carousel-dots{margin-top:20px}}.clinical-ingredients{padding:74px 0 58px;background:var(--brand-page);overflow:hidden}.clinical-inner{max-width:none;margin:0;text-align:center}.clinical-ingredients .section-heading{margin-bottom:16px;font-size:clamp(38px,4vw,52px);line-height:1.04;letter-spacing:-.03em;font-weight:400;color:var(--brand-blue)}.clinical-ingredients .section-subtext{max-width:620px;margin:0 auto 34px;font-size:14px;line-height:1.6;color:#242c20c2}.clinical-pre{margin-bottom:14px;font-size:9px;font-weight:700;letter-spacing:2.8px;color:#242c208a;text-transform:uppercase}.ingredients-row{display:flex;gap:16px;max-width:1044px;margin:0 auto;padding:0 0 14px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ingredients-row::-webkit-scrollbar{display:none}.ingredient-card{flex:0 0 138px;min-width:138px;max-width:138px;text-align:left;scroll-snap-align:start}.ingredient-img{width:138px;height:176px;margin:0 0 14px;border-radius:999px;overflow:hidden}.ingredient-img img{width:100%;height:100%;object-fit:cover}.ingredient-name{margin-bottom:10px;font-size:11px;font-weight:800;line-height:1.45;letter-spacing:.06em;color:#060d08;text-transform:uppercase}.ingredient-why{margin-bottom:6px;font-size:12px;line-height:1.35;color:#060d08}.ingredient-desc{font-size:12px;line-height:1.45;color:#292d22bd}@media(max-width:1024px){.clinical-ingredients{padding:48px 0 36px}.clinical-ingredients .section-heading{font-size:32px;margin-bottom:12px}.clinical-ingredients .section-subtext{max-width:340px;margin-bottom:24px;font-size:12.5px;line-height:1.55}.clinical-pre{margin-bottom:12px;font-size:8px;letter-spacing:2.2px}.ingredients-row{gap:14px;max-width:none;margin:0;padding:0 16px 12px}.ingredient-card{flex-basis:154px;min-width:154px;max-width:154px}.ingredient-img{width:154px;height:196px;margin-bottom:12px}.ingredient-name{font-size:10.5px;margin-bottom:8px}.ingredient-why,.ingredient-desc{font-size:11.5px}}.how-different{padding:72px 24px 58px;background:var(--brand-page)}.how-different__inner{max-width:900px;margin:0 auto;text-align:center}.how-different .section-heading{margin-bottom:12px;font-size:clamp(40px,4.3vw,58px);line-height:1.04;letter-spacing:-.03em;font-weight:400;color:var(--brand-blue)}.how-different .section-subtext{margin:0 auto 34px;font-size:14px;line-height:1.5;color:#121342b8;font-style:normal}.comparison-table{max-width:676px;margin:0 auto;overflow-x:auto;padding-bottom:6px;scrollbar-width:none}.comparison-table::-webkit-scrollbar{display:none}.comparison-header,.comparison-row{display:grid;grid-template-columns:254px 211px 211px;min-width:676px}.comparison-header{align-items:end}.comp-col{padding:0}.comp-label-col{display:flex;align-items:center;justify-content:flex-start;text-align:left}.comp-label-head{justify-content:center;align-items:flex-end;padding:10px 22px 18px 0}.comp-hero-img{width:150px;height:150px;border-radius:8px;object-fit:cover}.comp-head-cell{min-height:186px;padding:18px 20px 20px;justify-content:flex-end;gap:10px}.comparison-header .comp-lullabites-col,.comparison-row .comp-lullabites-col{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#d3d6f0}.comparison-header .comp-lullabites-col{border-radius:14px 14px 0 0}.comparison-header .comp-other-col,.comparison-row .comp-other-col{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ebebeb}.comparison-header .comp-other-col{border-radius:14px 14px 0 0}.comparison-row:last-child .comp-lullabites-col{border-radius:0 0 14px 14px}.comparison-row:last-child .comp-other-col{border-radius:0 0 14px 14px}.comp-product-img{width:126px;height:126px;object-fit:contain}.comp-product-img--other{width:140px;height:104px}.comp-brand{font-size:13px;font-weight:800;line-height:1.2;letter-spacing:.02em;color:var(--brand-blue)}.comparison-row{border-top:1px solid rgba(18,19,66,.1)}.comparison-row .comp-col{min-height:74px;padding:17px 14px}.comparison-row .comp-label-col{justify-content:flex-start;font-size:13px;line-height:1.35;color:var(--brand-blue)}.comparison-row .comp-label-col strong{font-weight:600}.comp-mark-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin-bottom:8px}.comp-mark-icon--check{width:28px;height:28px}.comp-mark-icon--x{font-size:28px;line-height:1;font-weight:400;color:#ef4b4b}.comp-copy{display:block;max-width:156px;font-size:12.5px;line-height:1.5;color:inherit}.comparison-row .comp-lullabites-col{color:#121342}.comparison-row .comp-other-col{color:#121342b8}#how-different .comparison-row .comp-label-col,#how-different .comparison-row .comp-lullabites-col,#how-different .comparison-row .comp-lullabites-col .comp-copy{color:var(--brand-blue)}#how-different .comparison-row .comp-other-col,#how-different .comparison-row .comp-other-col .comp-copy{color:#121342b8}#how-different .comp-mark-icon--check{color:var(--brand-blue)}@media(max-width:1024px){.how-different{padding:44px 16px 34px}.how-different .section-heading{margin-bottom:10px;font-size:36px}.how-different .section-subtext{max-width:320px;margin-bottom:24px;font-size:12.5px}.comparison-table{max-width:none;margin:0 -4px}.comparison-header,.comparison-row{grid-template-columns:236px 198px 198px;min-width:632px}.comp-label-head{padding-right:14px}.comp-hero-img{width:142px;height:142px}.comp-head-cell{min-height:176px;padding:16px 16px 18px}.comp-product-img{width:118px;height:118px}.comp-product-img--other{width:132px;height:98px}.comparison-row .comp-col{min-height:70px;padding:16px 12px}.comparison-row .comp-label-col{font-size:12px}.comp-copy{font-size:11.5px}}.social-section{padding:58px 24px 48px;background:var(--brand-page)}.social-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"header handle" "collage collage";max-width:1062px;margin:0 auto}.social-header{grid-area:header;display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:30px}.social-copy{max-width:470px}.social-section .section-heading{margin-bottom:12px;font-size:clamp(42px,4.2vw,56px);line-height:1.03;letter-spacing:-.03em;font-weight:400;color:var(--brand-blue);text-align:left}.social-section .section-subtext{margin:0;font-size:14px;line-height:1.55;color:#121342c7;text-align:left}.social-handle-pill{grid-area:handle;align-self:start;justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-width:144px;height:40px;margin-top:12px;padding:0 24px;border-radius:999px;background:linear-gradient(180deg,#2a2f73,#121342);color:#eef1ff;font-size:14px;font-weight:700;letter-spacing:0;text-decoration:none;box-shadow:0 0 0 4px var(--cream),0 0 0 5px var(--brand-blue)}.social-collage{grid-area:collage;display:grid;grid-template-columns:315px 317px 315px;gap:16px;align-items:start}.social-collage__center{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.social-tile{position:relative;display:block;overflow:hidden;border-radius:7px;background:#ddcfbd;text-decoration:none}.social-tile img{display:block;width:100%;height:100%;object-fit:cover}.social-tile--large{height:542px}.social-tile--small{height:263px}.media-play-tile .play-icon{position:absolute;top:50%;left:50%;width:36px;height:36px;transform:translate(-50%,-50%);border-radius:50%;background:#ffffffe6;box-shadow:0 10px 18px #0000001f;z-index:2}.media-play-tile .play-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-35%,-50%);width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid var(--brand-blue)}.social-tile--large.media-play-tile .play-icon{width:40px;height:40px}.social-tile--large.media-play-tile .play-icon:before{border-top-width:8px;border-bottom-width:8px;border-left-width:12px}.social-comment-card{position:absolute;top:56px;left:31px;width:238px;padding:11px 13px 10px;border-radius:4px;background:#fffffff5;box-shadow:0 12px 30px #0000001f;color:#2f2d2b}.social-comment-card__header{display:flex;align-items:center;gap:8px;margin-bottom:7px}.social-comment-avatar{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#2a211a;color:#f8efe6;font-size:11px;font-weight:700;line-height:1}.social-comment-author{display:flex;flex-direction:column}.social-comment-name{font-size:8px;font-weight:700;line-height:1.2;color:#4c443d}.social-comment-card p{margin:0 0 8px;font-size:11px;line-height:1.35;color:#2c2926}.social-comment-meta{display:flex;align-items:center;gap:14px;font-size:8px;line-height:1;color:#4c443d94}@media(max-width:1024px){.social-section{padding:44px 18px 38px}.social-header{flex-direction:column;gap:18px;margin-bottom:24px}.social-handle-pill{margin-top:0}.social-collage{grid-template-columns:1fr 1fr;max-width:680px;margin:0 auto}.social-tile--left,.social-tile--right{grid-column:1 / -1;justify-self:center;width:100%;max-width:420px}.social-collage__center{grid-column:1 / -1;max-width:420px;margin:0 auto}}@media(max-width:640px){.social-section{padding:34px 16px 30px}.social-inner{max-width:420px}.social-section .section-heading{margin-bottom:10px;font-size:34px;line-height:1.05}.social-section .section-subtext{font-size:12.5px;line-height:1.55}.social-handle-pill{min-width:136px;height:38px;font-size:12px;box-shadow:0 0 0 3px var(--cream),0 0 0 4px var(--brand-blue)}.social-collage,.social-collage__center{gap:12px}.social-tile--large{height:min(124vw,512px)}.social-tile--small{height:min(53vw,224px)}.media-play-tile .play-icon{width:34px;height:34px}.media-play-tile .play-icon:before{border-top-width:6px;border-bottom-width:6px;border-left-width:10px}.social-comment-card{top:14px;left:12px;width:min(78%,238px);padding:9px 10px 8px}.social-comment-card p{font-size:10px}.social-comment-meta{gap:10px;font-size:7px}}.reviews-showcase{padding:56px 24px 22px;background:var(--brand-page)}.reviews-showcase__inner{max-width:1360px;margin:0 auto}.reviews-showcase .section-heading{margin-bottom:86px;font-size:clamp(56px,4.9vw,68px);line-height:1.02;letter-spacing:-.03em;font-weight:400;color:var(--brand-blue);text-align:center}.reviews-showcase__hero{display:grid;grid-template-columns:minmax(280px,1fr) 600px minmax(280px,1fr);align-items:start;justify-content:center;gap:56px;margin-bottom:40px}.reviews-showcase__summary{padding-top:0;width:320px;justify-self:end}.reviews-showcase__eyebrow{display:block;margin-bottom:10px;font-size:15px;line-height:1.25;color:#1f1e1b}.reviews-showcase__rating-line{display:flex;align-items:center;gap:6px;margin-bottom:30px;line-height:1}.reviews-showcase__rating-star{color:#e7b51c;font-size:31px}.reviews-showcase__rating-value{font-size:29px;font-weight:700;color:#1f1e1b}.reviews-showcase__rating-count{font-size:13px;color:#222222d1}.reviews-showcase__verified-pill{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 11px;border-radius:999px;background:#f49bc1;color:#eef1ff;font-size:11px;font-weight:700;letter-spacing:.01em}.reviews-showcase__breakdown{display:grid;gap:13px;max-width:256px}.reviews-showcase__bar-row{display:grid;grid-template-columns:12px 16px 164px 48px;align-items:center;gap:8px}.reviews-showcase__bar-label,.reviews-showcase__bar-count{font-size:13px;color:#202020b8}.reviews-showcase__bar-star{font-size:13px;color:#e7b51c}.reviews-showcase__bar-track{position:relative;height:2px;background:#e7b51c38;border-radius:999px;overflow:hidden}.reviews-showcase__bar-fill{display:block;width:var(--fill);height:100%;background:#e7b51c}.reviews-showcase__bar-row--5{--fill: 100%}.reviews-showcase__bar-row--4{--fill: 9.6%}.reviews-showcase__bar-row--3{--fill: 7.1%}.reviews-showcase__bar-row--2{--fill: 3.9%}.reviews-showcase__bar-row--1{--fill: 12.4%}.reviews-showcase__media{display:flex;flex-direction:column;align-items:center;justify-self:center;width:600px;max-width:600px;padding-top:88px}.reviews-showcase__media-grid{display:grid;grid-template-columns:repeat(4,88px);gap:14px;margin-bottom:40px}.reviews-showcase__thumb{display:block;width:88px;height:88px;overflow:hidden;border-radius:8px;background:#d9cba8}.reviews-showcase__thumb img{width:100%;height:100%;object-fit:cover}.reviews-showcase__topics{display:grid;grid-template-columns:repeat(8,max-content);align-items:center;justify-content:space-between;width:100%;max-width:600px;font-size:12px;color:#232323d6}.reviews-showcase__actions{display:flex;flex-direction:column;align-items:center;width:320px;justify-self:start;justify-content:flex-start;gap:88px;min-height:100%;padding-top:8px}@media(max-width:1360px){#reviews-summary-section>.reviews-showcase__hero{grid-template-columns:minmax(0,248px) minmax(360px,1fr) minmax(0,248px);gap:clamp(20px,3vw,36px)}#reviews-summary-section .reviews-showcase__summary,#reviews-summary-section .reviews-showcase__actions{width:100%;max-width:248px}#reviews-summary-section .reviews-showcase__summary{justify-self:stretch}#reviews-summary-section .reviews-showcase__media{width:100%;max-width:460px;padding-top:40px}#reviews-summary-section .reviews-showcase__media-grid{grid-template-columns:repeat(4,72px);gap:10px;margin-bottom:28px;justify-content:center}#reviews-summary-section .reviews-showcase__thumb{width:72px;height:72px}#reviews-summary-section .reviews-showcase__topics{grid-template-columns:repeat(4,max-content);justify-content:center;gap:12px 18px;max-width:460px}#reviews-summary-section .reviews-showcase__actions{gap:40px}#reviews-summary-section .reviews-showcase__write-btn{width:100%;max-width:240px}}@media(max-width:1200px)and (min-width:1025px){#reviews-summary-section>.reviews-showcase__hero{grid-template-columns:1fr;grid-template-areas:"summary" "media" "actions";justify-items:center;gap:24px}#reviews-summary-section .reviews-showcase__summary{grid-area:summary;width:100%;max-width:420px;justify-self:center;text-align:center}#reviews-summary-section .reviews-showcase__media{grid-area:media;max-width:440px;padding-top:0}#reviews-summary-section .reviews-showcase__actions{grid-area:actions;justify-self:center;width:100%;max-width:320px;gap:16px}#reviews-summary-section .reviews-showcase__badge{max-width:82px}#reviews-summary-section .reviews-showcase__rating-line{justify-content:center}#reviews-summary-section .reviews-showcase__breakdown{margin:0 auto}#reviews-summary-section .reviews-showcase__media-grid{margin-bottom:22px}#reviews-summary-section .reviews-showcase__topics{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 18px;max-width:420px}#reviews-summary-section .reviews-showcase__write-btn{min-width:220px}}.reviews-showcase__badge{width:86px;height:86px;object-fit:contain}.reviews-showcase__write-btn{min-width:242px;height:36px;border:1px solid #1f1e1b;border-radius:999px;background:transparent;color:#1f1e1b;font-size:13px;font-weight:500}.reviews-showcase__controls{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-bottom:40px;padding-right:8px}.reviews-showcase__control{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 16px;border:1px solid rgba(31,30,27,.28);border-radius:999px;background:transparent;color:#1f1e1b;font-size:12px;line-height:1}.reviews-showcase__filter-icon{position:relative;width:10px;height:10px}.reviews-showcase__filter-icon:before,.reviews-showcase__filter-icon:after{content:"";position:absolute;left:50%;transform:translate(-50%);border-left:3px solid transparent;border-right:3px solid transparent}.reviews-showcase__filter-icon:before{top:1px;border-top:0;border-bottom:4px solid #1f1e1b}.reviews-showcase__filter-icon:after{top:5px;width:2px;height:3px;background:#1f1e1b;border:0}.reviews-showcase__control-caret{font-size:14px;margin-top:-1px}.reviews-showcase__columns{display:grid;grid-template-columns:1fr 1fr;gap:22px}.reviews-showcase__column{display:flex;flex-direction:column;gap:12px}.reviews-showcase-card{padding:14px 12px 12px;border:1px solid rgba(153,153,153,.62);border-radius:4px;background:#fffffff0}.reviews-showcase-card--sm{min-height:106px}.reviews-showcase-card--md{min-height:140px}.reviews-showcase-card--lg{min-height:170px}.reviews-showcase-card--xl{min-height:172px}.reviews-showcase-card--faded{opacity:.34}.reviews-showcase-card__stars{margin-bottom:9px;color:#efbe2d;font-size:18px;letter-spacing:1px;line-height:1}.reviews-showcase-card__meta{display:flex;align-items:center;gap:6px;margin-bottom:4px}.reviews-showcase-card__author{font-size:11px;font-weight:700;line-height:1.2;color:#171717;text-transform:none}.reviews-showcase-card__verified{font-size:7px;font-weight:600;color:#1f1e1bad}.reviews-showcase-card__date{margin-bottom:10px;font-size:10px;line-height:1.2;color:#1f1e1ba8}.reviews-showcase-card__body{margin:0;font-size:12.5px;line-height:1.45;color:#242321}.reviews-showcase-card__more{color:#23211f;font-weight:600}.reviews-showcase-card__source{margin-top:14px;font-size:10px;line-height:1.2;color:#1f1e1b61}.reviews-showcase__more-btn{display:inline-flex;align-items:center;gap:4px;margin:12px auto 0;padding:0;background:transparent;color:#1f1e1b;font-size:11px;font-weight:600}@media(max-width:1024px){.reviews-showcase{padding:42px 18px 20px}.reviews-showcase__hero{grid-template-columns:1fr;gap:22px}.reviews-showcase__summary,.reviews-showcase__media,.reviews-showcase__actions{padding-top:0;justify-self:center;text-align:center}.reviews-showcase__breakdown{max-width:240px}.reviews-showcase__bar-row{grid-template-columns:12px 16px 148px 48px}.reviews-showcase__actions{gap:18px}.reviews-showcase__controls{justify-content:center}}@media(max-width:1024px){.video-thumbs-row{grid-template-columns:repeat(5,minmax(72px,1fr));gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;-ms-overflow-style:none}.video-thumbs-row::-webkit-scrollbar{display:none}.reviews-showcase{padding:34px 16px 18px}.reviews-showcase .section-heading{margin-bottom:34px;font-size:34px}.reviews-showcase__eyebrow{font-size:13px}.reviews-showcase__rating-line{justify-content:center;flex-wrap:wrap;margin-bottom:16px}.reviews-showcase__media-grid{grid-template-columns:repeat(4,46px);gap:6px;margin-bottom:18px}.reviews-showcase__thumb{width:46px;height:46px}.reviews-showcase__media{padding-top:0}.reviews-showcase__topics{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;font-size:11px;max-width:100%}.reviews-showcase__columns{grid-template-columns:1fr}.reviews-showcase__column{gap:10px}.reviews-showcase-card{padding:13px 11px 11px}.reviews-showcase-card--sm,.reviews-showcase-card--md,.reviews-showcase-card--lg,.reviews-showcase-card--xl{min-height:0}.reviews-showcase-card__stars{font-size:17px}.reviews-showcase-card__body{font-size:12px}}.benefit-strip{display:block;padding:16px 0;overflow:hidden}.benefit-strip__track{display:flex;align-items:center;flex-wrap:nowrap;gap:34px;width:max-content;min-width:max-content;animation:benefit-strip-loop 22s linear infinite;animation-play-state:paused;will-change:transform}.benefit-strip.is-animating .benefit-strip__track{animation-play-state:running}.benefit-strip.is-paused .benefit-strip__track{animation-play-state:paused}.benefit-strip__item{display:flex;align-items:center;flex:0 0 auto;gap:12px;white-space:nowrap}.benefit-strip__text{white-space:nowrap}.bs-icon{width:56px;height:56px;flex:0 0 56px}.bs-icon img{width:100%;height:100%;object-fit:contain}@keyframes benefit-strip-loop{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.benefit-strip__track{animation:none;transform:none}}@media(max-width:1024px){.benefit-strip{display:block;padding:12px 0}.benefit-strip__track{display:flex;grid-template-columns:none;gap:24px;width:max-content;min-width:max-content;animation:benefit-strip-loop 18s linear infinite;animation-play-state:paused}.benefit-strip__item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;font-size:15px;line-height:1;text-align:left;white-space:nowrap}.benefit-strip__item:nth-child(n+8){display:flex}.benefit-strip__text{white-space:nowrap}.bs-icon{width:50px;height:50px;flex:0 0 50px}}.newsletter-section{padding:52px 24px 46px;background:var(--brand-page)}.newsletter-shell{position:relative;max-width:890px;margin:0 auto;padding-bottom:25px}.newsletter-inner{max-width:none;margin:0;padding:33px 36px 45px;border:1.25px solid var(--brand-blue);border-radius:15px;background:linear-gradient(180deg,#eef1ff,#dfe5ff);text-align:center}.newsletter-inner .section-heading{margin-bottom:12px;font-size:clamp(42px,4.95vw,56px);line-height:1;letter-spacing:-.034em;font-weight:400;color:var(--brand-blue)}.newsletter-sparkles{position:relative;display:inline-block;width:28px;height:24px;margin-left:6px;vertical-align:top;transform:translateY(-8px)}.newsletter-sparkle{position:absolute;color:#5861b0;line-height:1}.newsletter-sparkle--lg{top:6px;left:0;font-size:19px}.newsletter-sparkle--sm{top:0;right:2px;font-size:12px}.newsletter-inner .section-subtext{max-width:520px;margin:0 auto;font-size:14px;line-height:1.5;color:#121342bd}.newsletter-form{position:absolute;left:50%;bottom:25px;width:min(100%,316px);padding:7px;display:flex;gap:0;transform:translate(-50%,50%);border:1.25px solid var(--brand-blue);border-radius:999px;background:#eef1ff}.newsletter-input{flex:1;height:40px;padding:0 16px;border:0;border-radius:999px;background:transparent;font-size:14px;color:var(--brand-blue)}.newsletter-input::placeholder{color:var(--brand-blue);opacity:1}.newsletter-input:focus{border:0}.newsletter-submit{min-width:106px;height:34px;margin:0;padding:0 18px;border-radius:999px;background:linear-gradient(180deg,#2a2f73,#121342);color:#eef1ff;font-size:10.5px;font-weight:700;letter-spacing:0}.newsletter-submit:hover{background:linear-gradient(180deg,#2a2f73,#121342)}.site-footer{padding:54px 24px 18px;background:var(--brand-page);border-top:0}.footer-inner{max-width:890px;margin:0 auto;display:grid;grid-template-columns:258px 155px 116px 155px;gap:36px 52px;align-items:start;justify-content:center}.footer-brand-block{display:flex;flex-direction:column;align-items:flex-start;gap:13px;padding-top:14px}.footer-brand{max-width:none;margin:0;display:inline-block}.footer-brand img{display:block;width:120px;height:auto}.footer-col h4{margin-bottom:18px;font-family:var(--font-serif);font-size:34px;line-height:1.04;font-weight:400;color:var(--brand-blue)}.footer-col ul{display:grid;gap:14px}.footer-col ul li{margin-bottom:0}.footer-col ul li a{display:block;font-size:13px;line-height:1.5;font-weight:500;color:var(--brand-blue);text-decoration:none;text-transform:uppercase}.footer-col ul li a:hover{color:var(--brand-blue);text-decoration:none;opacity:.76}.footer-social-icons{display:flex;align-items:center;gap:11px}.footer-social-icons a{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:0;background:transparent}.footer-social-icons a:hover{background:transparent;opacity:.82}.footer-social-icons img{display:block;width:32px;height:32px}.footer-bottom{max-width:250px;margin:72px auto 0;padding-top:0;border-top:0;text-align:center}.footer-bottom p{margin:0;font-size:12px;line-height:1.5;color:var(--brand-blue)}body>div.announcement-bar{display:block!important;width:100%;padding:4px 0!important;background:var(--brand-page)!important}body>div.announcement-bar>div.announcement-bar__inner{display:flex!important;align-items:center;justify-content:center;gap:10px;width:100%;min-height:42px;margin:0 auto;padding:6px 16px;background:var(--brand-blue);color:var(--cream);text-align:center;flex-wrap:nowrap}body>div.announcement-bar .announcement-badge{display:inline-flex;align-items:center;gap:7px;padding:4px 10px;border-radius:2px;background:#eef1ff;color:#232560;font-size:10px;line-height:1;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;flex:0 0 auto}body>div.announcement-bar .announcement-badge__dot{width:6px;height:6px;border-radius:999px;background:#5861b0;flex:0 0 6px}body>div.announcement-bar .announcement-message{color:var(--cream);font-size:11px;line-height:1.15;font-weight:700;text-transform:uppercase;white-space:nowrap}body>div.announcement-bar .announcement-link{color:var(--cream);font-size:11px;line-height:1.15;font-weight:700;text-decoration:underline;text-underline-offset:2px;white-space:nowrap;flex:0 0 auto}body>div.announcement-bar .announcement-link:hover{color:var(--cream);opacity:.9}@media(max-width:768px){body>div.announcement-bar>div.announcement-bar__inner{gap:8px;min-height:40px;padding:6px 10px}body>div.announcement-bar .announcement-badge{padding:4px 8px;font-size:9px}body>div.announcement-bar .announcement-message,body>div.announcement-bar .announcement-link{font-size:10px}}@media(max-width:560px){body>div.announcement-bar>div.announcement-bar__inner{flex-wrap:wrap;row-gap:5px;min-height:auto}body>div.announcement-bar .announcement-message{white-space:normal}}@media(max-width:1024px){.newsletter-section{padding:42px 18px 32px}.newsletter-shell{padding-bottom:24px}.newsletter-inner{padding:28px 22px 40px}.site-footer{padding:46px 18px 18px}.footer-inner{grid-template-columns:1fr 1fr;gap:28px 34px}.footer-brand-block{grid-column:1 / -1;align-items:center;padding-top:0}.footer-col h4{margin-bottom:16px;font-size:32px}.footer-bottom{margin-top:34px}}@media(max-width:640px){.newsletter-section{padding:34px 16px 28px}.newsletter-shell{padding-bottom:22px}.newsletter-inner{padding:26px 16px 36px;border-radius:14px}.newsletter-inner .section-heading{font-size:34px}.newsletter-inner .section-subtext{font-size:12.5px}.newsletter-form{width:min(100%,312px)}.newsletter-input{font-size:13px}.newsletter-submit{min-width:102px;font-size:10.5px}.site-footer{padding:44px 16px 20px}.footer-inner{grid-template-columns:1fr;gap:30px;text-align:center}.footer-brand-block{align-items:center;gap:16px}.footer-col h4{margin-bottom:14px;font-size:28px}.footer-col ul{gap:12px}.footer-social-icons{justify-content:center}.footer-bottom{margin-top:30px}.footer-bottom p{font-size:12px}}@media(min-width:1025px){.video-thumbs-row{display:flex!important;align-items:stretch;justify-content:space-between;gap:16px;width:100%;overflow:visible!important;padding-bottom:0}.video-thumbs-row .video-thumb{flex:1 1 0;width:auto!important;min-width:0;max-width:none;height:188px}}html,body{width:100%;max-width:100%;overflow-x:hidden}body{position:relative}.product-page,.product-page__inner,.product-gallery,.product-info,section,header,footer{max-width:100%}img,video{max-width:100%}#product-page{width:100%;max-width:var(--max-width);margin-left:auto;margin-right:auto}#product-page>.product-page__inner{width:100%;margin-left:auto;margin-right:auto}.product-description{font-size:16px;line-height:1.62;color:var(--brand-blue)}#product-info .accordion-body,#product-info .accordion-body p,#product-info .benefit-list,#product-info .benefit-list li,#product-info .ingredient-quick-list,#product-info .ingredient-quick-list li{color:var(--brand-blue)}#product-info>.guarantee-block{justify-content:center;text-align:center}#product-info>.guarantee-block .guarantee-text{max-width:420px}.faq-section,.faq-section .section-heading,.faq-section .section-subtext,.faq-question,.faq-answer,.faq-answer p,.faq-arrow{color:var(--brand-blue)}.review-count{font-size:14.5px}.benefit-icon-label,.accordion-body p,.benefit-list li,.ingredient-quick-list li{font-size:14.5px;line-height:1.55}.jar-options-label,.urgency-line,.purchase-meta,.price-daily,.auto-refill__sub,.guarantee-text,.accordion-header{font-size:13.5px}.auto-refill__text strong{font-size:15px}.guarantee-text{line-height:1.55}.result-quote{font-size:14px;line-height:1.6}.clinical-ingredients .section-subtext,.how-different .section-subtext,.social-section .section-subtext,.newsletter-inner .section-subtext{font-size:15px;line-height:1.6}.ingredient-name{font-size:12.5px;letter-spacing:.02em}.ingredient-why,.ingredient-desc{font-size:13.25px;line-height:1.52}.ingredients-slider{position:relative;max-width:1124px;margin:0 auto;padding:0 40px}.ingredients-slider .ingredients-row{max-width:1044px}.ingredients-arrow{position:absolute;top:86px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(18,19,66,.16);border-radius:50%;background:#fdfaf0f0;color:var(--brand-blue);font-size:28px;line-height:1;box-shadow:0 10px 20px #1213421a;transition:opacity var(--transition),transform var(--transition),background var(--transition)}.ingredients-arrow:hover{background:var(--brand-blue);color:var(--cream)}.ingredients-arrow:active{transform:scale(.96)}.ingredients-arrow[disabled]{opacity:.36;pointer-events:none}.ingredients-arrow--prev{left:0}.ingredients-arrow--next{right:0}.ingredients-arrow span{display:block;transform:translateY(-2px)}.reviews-showcase__eyebrow,.reviews-showcase__rating-count,.reviews-showcase__bar-label,.reviews-showcase__bar-count,.reviews-showcase__bar-star,.reviews-showcase__topics,.reviews-showcase__write-btn,.reviews-showcase__control{font-size:14px}.reviews-showcase-card__author{font-size:12.5px}.reviews-showcase-card__verified,.reviews-showcase-card__date,.reviews-showcase-card__source{font-size:11px}.reviews-showcase-card__body{font-size:14px;line-height:1.55}.social-tile{padding:0;border:0;color:inherit;font:inherit;text-align:left;cursor:pointer;-webkit-appearance:none;appearance:none}.social-tile img,.social-tile video{display:block;width:100%;height:100%;object-fit:cover}.social-tile.is-playing .play-icon,.media-play-tile.is-playing .play-icon{opacity:0;pointer-events:none}.social-comment-card{z-index:2}.social-handle-pill{cursor:default}.footer-social-icon,.footer-social-icons a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--brand-night);color:var(--white);flex:0 0 42px}.footer-social-icon{cursor:default;border:1px solid rgba(255,255,255,.28)}.footer-social-icon img,.footer-social-icons img,.footer-social-icon svg,.footer-social-icons svg{display:block;width:24px;height:24px;min-width:24px;min-height:24px;fill:currentColor}@media(max-width:1024px){.section-heading,.reviews-showcase .section-heading,.clinical-ingredients .section-heading,.social-section .section-heading,.newsletter-inner .section-heading{letter-spacing:0}.announcement-text{font-size:14px;line-height:1.45}.product-reviews-line{gap:6px;margin-bottom:13px}.jdgm-star{width:20px;height:15px;flex-basis:20px}.jdgm-star:before,.jdgm-star:after{-webkit-mask-size:15px 15px;mask-size:15px 15px}.review-count{font-size:14px}.product-description{font-size:15.5px;line-height:1.64}.benefit-icon-label{font-size:13.25px;line-height:1.36}.urgency-line,.jar-options-label,.purchase-meta{font-size:13.5px}.jar-qty-title{font-size:15px}.jar-shipping,.price-compare,.price-daily{font-size:10.5px}.jar-badge{font-size:9.5px}.auto-refill__text strong{font-size:14.25px}.auto-refill__sub{font-size:12px}.guarantee-text{max-width:100%;font-size:13.5px}.accordion-header,.accordion-item.open:first-child .accordion-header{font-size:13.5px}.accordion-body p,.accordion-item.open:first-child .benefit-list li,.ingredient-quick-list li{font-size:13.5px;line-height:1.58}.video-thumbs-row{display:flex;max-width:100%;gap:10px;overflow-x:auto;overflow-y:hidden;padding:0 1px 6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.video-thumb{flex:0 0 92px;width:92px;height:156px;scroll-snap-align:start}.clinical-ingredients .section-subtext{max-width:360px;font-size:13.5px}.ingredients-row{max-width:100%;overflow-x:auto;overflow-y:hidden;padding-left:16px;padding-right:16px}.ingredients-slider{max-width:100%;padding:0 38px}.ingredients-slider .ingredients-row{padding-left:0;padding-right:0}.ingredients-arrow{top:92px;width:34px;height:34px;font-size:25px}.ingredient-card{flex:0 0 168px;min-width:168px;max-width:168px}.ingredient-img{width:168px;height:214px}.ingredient-name{font-size:12.25px;line-height:1.4}.ingredient-why,.ingredient-desc{font-size:13px;line-height:1.5}.result-quote{font-size:13.5px;line-height:1.58}.result-name,.result-verified,.comp-copy,.faq-answer p{font-size:13.5px;line-height:1.55}.reviews-showcase__summary,.reviews-showcase__media,.reviews-showcase__actions{width:100%;max-width:100%}.reviews-showcase__rating-star{font-size:35px}.reviews-showcase__rating-value{font-size:33px}.reviews-showcase__rating-count{font-size:14px}.reviews-showcase__verified-pill{height:24px;font-size:12px}.reviews-showcase__breakdown{width:min(100%,286px);max-width:286px;margin:0 auto}.reviews-showcase__bar-row{grid-template-columns:16px 18px minmax(118px,1fr) 52px}.reviews-showcase__bar-label,.reviews-showcase__bar-count,.reviews-showcase__bar-star,.reviews-showcase__topics,.reviews-showcase__control,.reviews-showcase__more-btn{font-size:12.5px}.reviews-showcase__media-grid{grid-template-columns:repeat(4,58px);gap:8px;justify-content:center}.reviews-showcase__thumb{width:58px;height:58px}.reviews-showcase-card{padding:15px 14px 14px}.reviews-showcase-card__stars{font-size:19px}.reviews-showcase-card__author{font-size:12.5px}.reviews-showcase-card__verified{font-size:9.5px}.reviews-showcase-card__date,.reviews-showcase-card__source{font-size:11.5px}.reviews-showcase-card__body{font-size:14px;line-height:1.55}.social-section .section-subtext,.newsletter-inner .section-subtext{font-size:13.5px}.social-comment-card p{font-size:11.5px}.social-comment-name,.social-comment-meta{font-size:9px}.footer-col ul li a,.footer-bottom p{font-size:12.5px}}@media(max-width:430px){.product-page,.benefit-strip,.real-results,.clinical-ingredients,.how-different,.reviews-showcase,.reviews-summary-section,.customer-reviews,.faq-section,.social-section,.newsletter-section,.site-footer{overflow-x:hidden}.product-title{font-size:22px}.product-description{font-size:15.25px}.video-thumb{flex-basis:90px;width:90px;height:152px}.reviews-showcase__controls{flex-wrap:wrap}.ingredients-slider{padding:0 34px}.ingredients-arrow{top:90px;width:32px;height:32px;font-size:24px}}@media(max-width:360px){.announcement-text{font-size:12.5px}.product-title{font-size:21px}.product-description{font-size:14.75px}.benefit-icon-label,.guarantee-text,.accordion-header,.accordion-body p,.accordion-item.open:first-child .benefit-list li,.ingredient-quick-list li{font-size:12.75px}.video-thumb{flex-basis:86px;width:86px;height:146px}.ingredient-card{flex-basis:158px;min-width:158px;max-width:158px}.ingredients-slider{padding:0 30px}.ingredient-img{width:158px;height:202px}.reviews-showcase__media-grid{grid-template-columns:repeat(4,52px)}.reviews-showcase__thumb{width:52px;height:52px}}@media(max-width:1024px){#how-different{padding:46px 16px 34px;overflow-x:hidden}#how-different .how-different__inner{max-width:390px}#how-different .section-heading{margin-bottom:10px;font-size:34px;line-height:1.08;letter-spacing:0;color:var(--brand-blue)}#how-different .section-subtext{max-width:310px;margin:0 auto 32px;font-size:13.5px;line-height:1.55;color:#121342d1}#how-different .comparison-table{width:min(100%,344px);max-width:344px;margin:0 auto;padding:0;overflow:visible;border-radius:12px}#how-different .comparison-header,#how-different .comparison-row{display:grid;grid-template-columns:36% 32% 32%;width:100%;min-width:0}#how-different .comparison-header{align-items:stretch;border-bottom:1px solid rgba(18,19,66,.08)}#how-different .comp-label-col{display:flex}#how-different .comp-label-head{align-items:flex-end;justify-content:center;padding:0;background:transparent}#how-different .comp-hero-img{display:none}#how-different .comp-head-cell{min-height:154px;gap:9px;padding:14px 10px 18px}#how-different .comparison-header .comp-lullabites-col{border-radius:12px 0 0;background:#d6ddf8}#how-different .comparison-header .comp-other-col{border-radius:0 12px 0 0;background:#efefefeb}#how-different .comp-product-img{width:92px;max-width:100%;height:84px;object-fit:contain}#how-different .comp-product-img--other{width:92px;height:76px;opacity:.72}#how-different .comp-brand{font-size:10px;line-height:1.2;letter-spacing:.08em;color:var(--brand-blue)}#how-different .comparison-row{border-top:1px solid rgba(18,19,66,.08)}#how-different .comparison-row .comp-col{min-height:94px;padding:13px 8px}#how-different .comparison-row .comp-label-col{justify-content:flex-start;align-items:center;padding-left:10px;padding-right:8px;font-size:11.5px;line-height:1.45;color:var(--brand-blue)}#how-different .comparison-row .comp-label-col strong{font-weight:700}#how-different .comparison-row .comp-lullabites-col{gap:8px;background:#d6ddf8;color:var(--brand-blue);font-weight:600}#how-different .comparison-row .comp-other-col{gap:8px;background:#efefefeb;color:#121342c7}#how-different .comparison-row:last-child .comp-lullabites-col{border-radius:0 0 0 12px}#how-different .comparison-row:last-child .comp-other-col{border-radius:0 0 12px}#how-different .comp-mark-icon{width:20px;height:20px;margin-bottom:0;flex:0 0 20px}#how-different .comp-mark-icon--x{color:#d9443f;font-size:22px;line-height:1}#how-different .comp-copy{max-width:92px;font-size:11px;line-height:1.55}}@media(max-width:360px){#how-different{padding-left:10px;padding-right:10px}#how-different .comparison-table{max-width:326px}#how-different .section-heading{font-size:30px}#how-different .section-subtext{font-size:12.75px}#how-different .comparison-row .comp-label-col{font-size:10.75px}#how-different .comp-copy{max-width:84px;font-size:10.25px}#how-different .comp-head-cell{min-height:146px;padding-left:7px;padding-right:7px}#how-different .comp-product-img{width:82px}}@media(max-width:1024px){#customer-reviews{padding:36px 16px 26px;overflow-x:hidden}#customer-reviews .reviews-showcase__inner{max-width:390px}#customer-reviews .section-heading{max-width:330px;margin:0 auto 74px;font-size:34px;line-height:1.08;letter-spacing:0;color:var(--brand-blue)}#customer-reviews .reviews-showcase__hero{display:grid;grid-template-columns:1fr;gap:0;width:min(100%,360px);margin:0 auto 24px}#customer-reviews .reviews-showcase__summary,#customer-reviews .reviews-showcase__media,#customer-reviews .reviews-showcase__actions{display:contents}#customer-reviews .reviews-showcase__eyebrow{display:block;order:1;margin:0 0 8px;color:#1f1e1b;font-size:18px;line-height:1.25;text-align:center}#customer-reviews .reviews-showcase__rating-line{order:2;display:flex;justify-content:center;align-items:center;gap:6px;margin:0 0 26px;flex-wrap:nowrap}#customer-reviews .reviews-showcase__rating-star{font-size:27px;color:#e7b51c}#customer-reviews .reviews-showcase__rating-value{font-size:28px;line-height:1;color:#171717}#customer-reviews .reviews-showcase__rating-count{font-size:14px;color:#171717;white-space:nowrap}#customer-reviews .reviews-showcase__verified-pill{height:19px;padding:0 9px;background:#f49bc1;color:#171717;font-size:11px;font-weight:500}#customer-reviews .reviews-showcase__verified-pill:before{content:"\e2\153\201c";margin-right:3px;font-weight:700}#customer-reviews .reviews-showcase__badge{order:3;width:86px;height:86px;margin:0 auto 26px}#customer-reviews .reviews-showcase__breakdown{order:4;width:100%;max-width:none;margin:0 auto 20px;gap:11px}#customer-reviews .reviews-showcase__bar-row{grid-template-columns:14px 16px minmax(0,1fr) 38px;gap:6px;width:100%}#customer-reviews .reviews-showcase__bar-label,#customer-reviews .reviews-showcase__bar-count{color:#1f1e1ba3;font-size:14px;line-height:1}#customer-reviews .reviews-showcase__bar-star{color:#e7b51c;font-size:13px;line-height:1}#customer-reviews .reviews-showcase__bar-track{height:1px;background:#e7b51c38}#customer-reviews .reviews-showcase__media-grid{order:5;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;margin:0 auto 14px}#customer-reviews .reviews-showcase__thumb{display:none;width:100%;height:auto;aspect-ratio:1 / 1;border-radius:9px}#customer-reviews .reviews-showcase__thumb:nth-child(-n+3){display:block}#customer-reviews .reviews-showcase__write-btn{order:6;width:100%;min-width:0;height:34px;margin:0 0 24px;border-color:#171717;color:#171717;font-size:15px;font-weight:400}#customer-reviews .reviews-showcase__topics{order:7;display:flex;justify-content:center;flex-wrap:wrap;gap:14px 26px;width:min(100%,330px);max-width:330px;margin:0 auto 28px;color:#171717;font-size:11px;line-height:1.2}#customer-reviews .reviews-showcase__controls{display:grid;grid-template-columns:40px minmax(0,1fr);gap:8px;width:min(100%,360px);margin:0 auto 28px;padding:0}#customer-reviews .reviews-showcase__control{height:35px;border-color:#171717;color:#171717;font-size:15px;line-height:1}#customer-reviews .reviews-showcase__control--filter{justify-content:center;width:40px;padding:0;font-size:0}#customer-reviews .reviews-showcase__filter-icon{width:12px;height:12px}#customer-reviews .reviews-showcase__control:not(.reviews-showcase__control--filter){justify-content:space-between;padding:0 14px}#customer-reviews .reviews-showcase-card--faded{opacity:1}}@media(max-width:360px){#customer-reviews{padding-left:12px;padding-right:12px}#customer-reviews .section-heading{font-size:30px}#customer-reviews .reviews-showcase__hero,#customer-reviews .reviews-showcase__controls{width:min(100%,340px)}#customer-reviews .reviews-showcase__rating-count{font-size:12.5px}#customer-reviews .reviews-showcase__topics{gap:12px 20px}}@media(max-width:1024px){body{font-size:16.5px}.announcement-text{font-size:16px}.site-nav a,.section-subtext,.product-description,.benefit-icon-label,.urgency-line,.jar-options-label,.purchase-meta,.purchase-cart-count,.auto-refill__text strong,.auto-refill__sub,.guarantee-text,.accordion-header,.accordion-body p,.benefit-list li,.ingredient-quick-list li,.see-all-ingredients-btn,.result-quote,.result-name,.result-verified,.clinical-ingredients .section-subtext,.ingredient-why,.ingredient-desc,.how-different .section-subtext,.comp-copy,.reviews-showcase__eyebrow,.reviews-showcase__rating-count,.reviews-showcase__bar-label,.reviews-showcase__bar-count,.reviews-showcase__topics,.reviews-showcase__control,.reviews-showcase__write-btn,.reviews-showcase-card__author,.reviews-showcase-card__verified,.reviews-showcase-card__date,.reviews-showcase-card__body,.reviews-showcase-card__source,.faq-question,.faq-answer p,.social-section .section-subtext,.social-handle-pill,.social-comment-card p,.newsletter-inner .section-subtext,.newsletter-input,.footer-col ul li a,.footer-bottom p,.modal-content p{font-size:max(16px,1em);line-height:1.58}.product-title{font-size:26px;line-height:1.16}.review-count{font-size:16px}.jdgm-star{width:22px;height:16px;flex-basis:22px}.jdgm-star:before,.jdgm-star:after{-webkit-mask-size:16px 16px;mask-size:16px 16px}.jar-qty-title{font-size:16.5px}.jar-shipping,.price-compare,.price-daily{font-size:13px}.price-current{font-size:18px}.jar-badge{font-size:11.5px}.qty-value,.add-to-cart-btn{font-size:16px}.ingredient-name{font-size:14.5px}.reviews-showcase .section-heading{font-size:36px}#customer-reviews .reviews-showcase__rating-value{font-size:31px}#customer-reviews .reviews-showcase__rating-star{font-size:30px}#customer-reviews .reviews-showcase__verified-pill{font-size:12px}.reviews-showcase-card__stars{font-size:21px}.footer-col h4{font-size:32px}.newsletter-submit{font-size:12px}}@media(max-width:430px){.product-description,.benefit-icon-label,.guarantee-text,.accordion-header,.accordion-body p,.benefit-list li,.ingredient-quick-list li,.reviews-showcase-card__body,.faq-question,.faq-answer p,.footer-col ul li a,.footer-bottom p{font-size:16px}#how-different .comp-copy,#how-different .comparison-row .comp-label-col{font-size:13px}#customer-reviews .reviews-showcase__topics{font-size:13.5px}}@media(max-width:360px){.product-description,.benefit-icon-label,.guarantee-text,.accordion-header,.accordion-body p,.benefit-list li,.ingredient-quick-list li,.reviews-showcase-card__body,.faq-question,.faq-answer p{font-size:15.75px}#how-different .comp-copy,#how-different .comparison-row .comp-label-col{font-size:12.75px}}@media(max-width:640px){.social-section{padding:48px 0 78px;border-top:1px solid rgba(18,19,66,.18)}.social-inner{display:flex;flex-direction:column;max-width:100%;overflow:hidden}.social-header{display:flex;grid-area:header;order:1;align-items:center;justify-content:center;width:100%;margin:0 auto;padding:0}.social-copy{order:1;max-width:360px;margin:0 auto 26px;padding:0 24px;text-align:center}.social-section .section-heading{margin-bottom:14px;font-size:34px;line-height:1.08;text-align:center}.social-section .section-subtext{max-width:330px;margin:0 auto;font-size:16px;line-height:1.45;text-align:center}.social-collage{order:2;display:flex;grid-template-columns:none;gap:16px;width:100%;max-width:none;margin:0;padding:0 calc((100vw - min(332px,82vw))/2) 0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:calc((100vw - min(332px,82vw))/2);-webkit-overflow-scrolling:touch}.social-collage::-webkit-scrollbar{display:none}.social-collage__center{display:contents}.social-tile,.social-tile--left,.social-tile--right,.social-tile--small,.social-tile--large{flex:0 0 min(332px,82vw);width:min(332px,82vw);max-width:none;height:min(470px,116vw);border-radius:7px;scroll-snap-align:center}.social-tile video,.social-tile img{width:100%;height:100%;object-fit:cover}.media-play-tile .play-icon,.social-tile--large.media-play-tile .play-icon{width:46px;height:46px;background:#ffffffeb}.media-play-tile .play-icon:before,.social-tile--large.media-play-tile .play-icon:before{border-top-width:9px;border-bottom-width:9px;border-left-width:14px}.social-comment-card{display:none}.social-handle-pill{order:3;align-self:center;justify-self:center;min-width:150px;height:50px;margin:32px auto 70px;padding:0 30px;font-size:14px;line-height:1;position:relative;z-index:2;box-shadow:0 0 0 5px var(--cream),0 0 0 6px var(--brand-blue)}#social-section>div>span.social-handle-pill{margin-bottom:70px}}.benefit-strip{background:#ececf6;border-top-color:#12134229;border-bottom-color:#12134229;padding:22px 0}.benefit-strip__track{gap:46px}.benefit-strip__item{gap:16px;font-size:22px;color:var(--brand-blue)}.benefit-strip__text{color:var(--brand-blue)}.benefit-strip .bs-icon{width:68px;height:68px;flex:0 0 68px;border-radius:50%;background:#eef1fff0}.benefit-strip .bs-icon img{width:68px;height:68px;object-fit:contain}@media(max-width:1024px){.benefit-strip{padding:20px 0}.benefit-strip__track{gap:34px}.benefit-strip__item{gap:14px;font-size:18px}.benefit-strip .bs-icon{width:60px;height:60px;flex-basis:60px}.benefit-strip .bs-icon img{width:60px;height:60px}}@media(max-width:640px){body>div.announcement-bar{left:auto;width:100%!important;min-width:0;margin-left:0!important;margin-right:0!important;padding:0!important;background:var(--brand-page)!important}body>div.announcement-bar>div{display:flex;align-items:center;justify-content:center;width:100%;min-height:60px;margin:0 auto;padding:7px 12px;background:var(--blue-dark)}body>div.announcement-bar .announcement-text{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:3px 8px;width:100%;max-width:348px;margin:0 auto;color:var(--cream);font-size:12px;font-weight:500;line-height:1.25;text-align:center;text-transform:uppercase;white-space:normal}body>div.announcement-bar .announcement-text img{width:104px;height:auto;flex:0 0 auto}body>div.announcement-bar .announcement-offer{flex:0 1 auto;font-weight:500;white-space:nowrap}body>div.announcement-bar .announcement-offer--shipping{flex-basis:100%;margin-left:0;text-align:center}body>div.announcement-bar .announcement-text a{color:var(--cream);font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:2px;text-transform:none}}@media(max-width:1024px){body>div.announcement-bar{left:auto;width:100%!important;min-width:0;margin-left:0!important;margin-right:0!important;padding:0!important;background:var(--brand-page)!important}body>div.announcement-bar>div{display:flex;align-items:center;justify-content:center;width:100%;min-height:68px;margin:0 auto;padding:9px 14px 11px;background:var(--blue-dark)}body>div.announcement-bar .announcement-text{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 8px;width:100%;max-width:380px;margin:0 auto;color:var(--cream);font-size:13.5px;font-weight:500;line-height:1.22;text-align:center;text-transform:uppercase;white-space:normal}body>div.announcement-bar .announcement-text img{width:112px;height:auto;flex:0 0 auto}body>div.announcement-bar .announcement-offer{flex:0 1 auto;font-weight:500;white-space:nowrap}body>div.announcement-bar .announcement-break{flex:0 0 100%;width:100%;height:0}body>div.announcement-bar .announcement-offer--shipping{flex:0 0 auto;margin-left:0;text-align:center}body>div.announcement-bar .announcement-text a{color:var(--cream);font-size:13.5px;font-weight:800;text-decoration:underline;text-underline-offset:2px;text-transform:none}}@media(max-width:1024px){#product-info>div.video-thumbs-row{display:flex!important;align-items:stretch;justify-content:flex-start;gap:14px;width:calc(100% + 16px);max-width:none;margin:10px -16px 28px 0;padding:10px 16px 28px 0;overflow-x:auto!important;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}#product-info>div.video-thumbs-row::-webkit-scrollbar{display:none}#product-info>div.video-thumbs-row .video-thumb{flex:0 0 min(150px,39vw);width:min(150px,39vw)!important;height:min(268px,69vw);min-width:min(150px,39vw);max-width:none;border:0;border-radius:5px;box-shadow:none;scroll-snap-align:start}#product-info>div.video-thumbs-row .video-thumb video,#product-info>div.video-thumbs-row .video-thumb img{width:100%;height:100%;object-fit:cover}#product-info>div.video-thumbs-row .play-icon{top:50%;left:50%;bottom:auto;width:46px;height:46px;transform:translate(-50%,-50%);border-radius:50%;background:#ffffffeb;box-shadow:0 8px 18px #0000001f}#product-info>div.video-thumbs-row .play-icon:before{border-top-width:8px;border-bottom-width:8px;border-left-width:13px;border-left-color:var(--brand-blue)}}@media(max-width:640px){#newsletter-section{padding-top:28px;padding-bottom:54px}#newsletter-section>div.newsletter-shell{max-width:366px;padding-bottom:44px}#newsletter-section>div>div.newsletter-inner{padding:30px 22px 54px;border-radius:14px}#newsletter-form{bottom:50px;width:min(calc(100% - 76px),292px);height:52px;padding:4px;transform:translate(-50%,50%);border-width:1.5px;background:var(--brand-page);z-index:2}#newsletter-form .newsletter-input{height:42px;padding:0 14px;font-size:14px;line-height:1}#newsletter-form .newsletter-submit{min-width:118px;height:42px;padding:0 16px;font-size:11px}}@media(min-width:431px)and (max-width:1024px){.product-page{width:100%;padding-left:0;padding-right:0}.product-page__inner{display:block;width:100%;min-width:0;max-width:100%}.product-gallery,.product-info{width:100%;min-width:0;max-width:100%;padding-left:16px;padding-right:16px}.gallery-mobile-shell,.gallery-mobile-track,.gallery-thumb-row,.jar-options,.purchase-row,.auto-refill,.bundle-save,#product-info>div.video-thumbs-row{width:100%;min-width:0;max-width:100%}.gallery-mobile-shell{margin-left:0;margin-right:0}.gallery-mobile-track{overflow-x:auto}.gallery-slide{flex:0 0 100%;min-width:100%;max-width:100%}.gallery-thumbnails{min-width:0;max-width:100%}.jar-options{grid-template-columns:repeat(3,minmax(0,1fr))}.jar-option,.jar-option__card,.add-to-cart-btn{min-width:0}.purchase-row{flex-wrap:nowrap}.bundle-save{flex-wrap:wrap}}.jar-option[data-jar="3"] .jar-option__image{width:96px;max-width:none}@media(max-width:768px){.jar-option[data-jar="3"] .jar-option__image{width:84px}}@media(max-width:430px){.jar-option[data-jar="3"] .jar-option__image{width:76px}}@media(max-width:360px){.jar-option[data-jar="3"] .jar-option__image{width:68px}}.announcement-bar{display:block!important;width:100%!important;padding:4px 0!important;background:var(--brand-page)!important;color:var(--cream)!important;overflow:visible!important}.announcement-bar__inner{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;min-height:42px!important;margin:0 auto!important;padding:6px 16px!important;background:var(--brand-blue)!important;color:var(--cream)!important;text-align:center!important;white-space:nowrap;flex-wrap:nowrap!important;visibility:visible!important;opacity:1!important}.announcement-badge{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:4px 10px!important;border-radius:2px!important;background:var(--brand-page)!important;color:#232560!important;font-size:10px!important;line-height:1!important;font-weight:700!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important;visibility:visible!important;opacity:1!important}.announcement-badge__dot{display:block!important;width:6px!important;height:6px!important;border-radius:999px!important;background:#5861b0!important;flex:0 0 6px!important}.announcement-message,.announcement-link{display:inline-block!important;visibility:visible!important;opacity:1!important}.announcement-message{color:var(--cream)!important;font-size:11px!important;line-height:1.15!important;font-weight:700!important;text-transform:uppercase!important;white-space:nowrap!important}.announcement-link,.announcement-link:visited,.announcement-link:hover{color:var(--cream)!important;font-size:11px!important;line-height:1.15!important;font-weight:700!important;text-decoration:underline!important;text-underline-offset:2px;white-space:nowrap!important}@media(max-width:768px){.announcement-bar__inner{gap:8px!important;min-height:40px!important;padding:6px 10px!important}.announcement-badge{padding:4px 8px!important;font-size:9px!important}.announcement-message,.announcement-link,.announcement-link:visited,.announcement-link:hover{font-size:10px!important}}@media(max-width:560px){.announcement-bar__inner{flex-wrap:wrap!important;row-gap:5px!important;min-height:auto!important}.announcement-message{white-space:normal!important}}.page-main{max-width:1240px;margin:0 auto;padding:22px 24px 92px}.page-main--narrow{max-width:1180px}.page-section{margin-top:40px}.page-section--spacious{margin-top:64px}.page-intro-copy{max-width:860px;margin:0 auto;text-align:center}.page-intro-copy p{font-size:18px;line-height:1.7;color:#121342d6}.legal-page{padding-top:28px}.legal-hero{max-width:1060px;margin:0 auto 74px;padding:74px 48px 58px;border-radius:20px;background:var(--brand-blue);color:var(--cream);text-align:center}.legal-hero__title{margin:0;color:var(--cream);font-family:var(--font-serif);font-size:clamp(52px,5vw,72px);line-height:1.05;font-weight:400}.legal-hero__rule{width:min(360px,68%);height:1px;margin:18px auto 14px;background:#fdfaf0b8}.legal-hero__effective{display:inline-flex;align-items:center;gap:8px;margin:0;color:var(--cream);font-size:18px;line-height:1.35;font-weight:700}.legal-hero__lead{max-width:900px;margin:28px auto 0;color:#fdfaf0f5;font-size:18px;line-height:1.7}.legal-content{max-width:860px;margin:0 auto}.legal-block{margin-bottom:54px}.legal-block:last-child{margin-bottom:0}.legal-block__title{margin:0 0 16px;color:var(--blue-dark);font-family:var(--font-serif);font-size:clamp(42px,4.4vw,58px);line-height:1.08;font-weight:400}.legal-block__text,.legal-block__text p,.legal-block__text li{color:#121342e6;font-size:18px;line-height:1.7}.legal-block__text p{margin:0 0 14px}.legal-block__text p:last-child{margin-bottom:0}.legal-block__text ul{margin:8px 0 16px 28px;padding:0}.legal-block__text li{margin-bottom:6px}.legal-block__text strong{font-weight:700}.support-card{max-width:860px;margin:88px auto 0;padding:42px 38px;border:1.5px solid rgba(18,19,66,.36);border-radius:18px;background:linear-gradient(180deg,#eef1ff,#dfe5ff)}.support-card__title{margin:0 0 14px;color:var(--blue-dark);font-family:var(--font-serif);font-size:clamp(44px,4.6vw,60px);line-height:1.04;font-weight:400}.support-card__text{margin:0;color:#121342e6;font-size:20px;line-height:1.7}.support-card__text a{font-weight:700}.contact-care-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1060px;margin:0 auto 28px}.contact-care-pill{padding:18px 20px 20px;border:1px solid rgba(18,19,66,.18);border-radius:18px;background:linear-gradient(180deg,#eef1fffa,#d6ddf8fa);box-shadow:0 16px 36px #12134214}.contact-care-pill__label{display:block;margin-bottom:8px;color:#121342a8;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.contact-care-pill strong{display:block;color:var(--blue-dark);font-size:17px;line-height:1.45;font-weight:600}.contact-form-layout{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:24px;max-width:1060px;margin:0 auto;align-items:start}.contact-form-aside{padding:30px 26px;border:1px solid rgba(18,19,66,.14);border-radius:22px;background:linear-gradient(180deg,#eef1ff,#dfe5ff);box-shadow:0 18px 42px #12134214}.contact-form-aside__eyebrow,.contact-form-card__eyebrow{display:inline-flex;align-items:center;margin:0 0 14px;padding:8px 12px;border-radius:999px;background:#12134214;color:var(--blue-dark);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.contact-form-aside__title{margin:0 0 14px;color:var(--blue-dark);font-family:var(--font-serif);font-size:clamp(34px,3.2vw,44px);line-height:1.08;font-weight:400}.contact-form-aside__text{margin:0 0 22px;color:#121342d1;font-size:16px;line-height:1.7}.contact-form-aside__points{display:grid;gap:14px}.contact-form-aside__point{padding:14px 14px 16px;border-radius:16px;background:#eef1ffb8;border:1px solid rgba(18,19,66,.1)}.contact-form-aside__point-title{display:block;margin-bottom:6px;color:var(--blue-dark);font-size:14px;font-weight:700}.contact-form-aside__point-copy{display:block;color:#121342c7;font-size:14px;line-height:1.65}.contact-form-card{position:relative;padding:30px;border:1px solid rgba(18,19,66,.14);border-radius:24px;background:linear-gradient(180deg,#eef1fffa,#d6ddf8);box-shadow:0 24px 56px #12134214}.contact-form-card:before{content:"";position:absolute;top:14px;right:16px;width:92px;height:92px;border-radius:50%;background:radial-gradient(circle at center,#5b5f9338,#5b5f9300 68%);pointer-events:none}.contact-form-card__header{max-width:720px;margin-bottom:18px}.contact-form-card__title{margin:0 0 10px;color:var(--blue-dark);font-family:var(--font-serif);font-size:clamp(34px,3vw,42px);line-height:1.08;font-weight:400}.contact-form-card__text{margin:0;color:#121342cc;font-size:16px;line-height:1.7}.contact-form-card__frame{min-height:0;padding:22px;border-radius:22px;background:radial-gradient(circle at top left,#e5e8ffd1,#e5e8ff00 40%),radial-gradient(circle at bottom right,#12134214,#12134200 52%),linear-gradient(180deg,#eef1ff,#dfe5ff);border:1px solid rgba(18,19,66,.12);box-shadow:inset 0 0 0 1px #ffffffc7,0 16px 32px #12134214;overflow:hidden}.contact-form-card__frame iframe{display:block;border-radius:18px;background:#dfe5ff}.contact-form-card__frame .ghl-contact-embed{width:100%;height:1120px;max-height:1650px;overflow:hidden!important;display:block;scrollbar-width:none}.contact-form-card__frame .ghl-contact-embed::-webkit-scrollbar{display:none}.faq-hub{padding-top:14px}.faq-hub__hero{position:relative;margin-bottom:62px;overflow:hidden;border:2px solid rgba(18,19,66,.78);border-radius:22px}.faq-hub__hero img{width:100%;display:block;aspect-ratio:2.76 / 1;object-fit:cover}.faq-hub__hero-title{position:absolute;top:8%;left:50%;transform:translate(-50%);width:100%;padding:0 24px;text-align:center;color:var(--cream);font-family:var(--font-serif);font-size:clamp(48px,5.4vw,74px);line-height:1.04}.faq-hub__tabs{position:relative}.faq-hub__tabs input[type=radio]{position:absolute;opacity:0;pointer-events:none}.faq-hub__layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:54px;align-items:start}.faq-hub__sidebar{display:grid;gap:18px;padding-top:6px}.faq-hub__label{display:inline-flex;align-items:center;gap:10px;width:fit-content;color:var(--blue-dark);font-family:var(--font-serif);font-size:28px;line-height:1.18;cursor:pointer;transition:opacity var(--transition),transform var(--transition)}.faq-hub__label:before{content:"";width:9px;height:9px;border-radius:999px;background:transparent;box-shadow:0 0 0 1px transparent;transition:background var(--transition),box-shadow var(--transition)}.faq-hub__label:hover{opacity:.84}.faq-hub__content{min-width:0}.faq-hub__search-label{margin:0 0 10px;color:#121342e0;font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.faq-hub__search{position:relative;max-width:420px;margin-bottom:24px}.faq-hub__search input{width:100%;height:54px;padding:0 58px 0 22px;border:1.8px solid rgba(18,19,66,.72);border-radius:999px;background:transparent;color:var(--blue-dark);font-size:20px;font-family:var(--font-sans)}.faq-hub__search input::placeholder{color:#121342bd}.faq-hub__search input:focus{outline:none;border-color:var(--blue-dark)}.faq-hub__search-icon{position:absolute;top:50%;right:18px;width:22px;height:22px;transform:translateY(-50%)}.faq-hub__search-icon:before,.faq-hub__search-icon:after{content:"";position:absolute}.faq-hub__search-icon:before{top:0;right:0;bottom:0;left:0;border:2px solid rgba(18,19,66,.72);border-radius:50%}.faq-hub__search-icon:after{right:-2px;bottom:-2px;width:10px;height:2px;background:#121342b8;transform:rotate(45deg);transform-origin:center}.faq-hub__panel{display:none;padding:18px 22px 10px;border-radius:18px;background:linear-gradient(180deg,#eef1ff,#dfe5ff)}.faq-hub__panel-title{margin:0 0 2px;color:var(--blue-dark);font-family:var(--font-serif);font-size:24px;line-height:1.16;font-weight:400}.faq-accordion{border-bottom:1px solid rgba(18,19,66,.12)}.faq-accordion:last-child{border-bottom:0}.faq-accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;color:#121342e6;font-size:16px;line-height:1.5;font-weight:500;cursor:pointer}.faq-accordion summary::-webkit-details-marker{display:none}.faq-accordion__chevron{position:relative;flex:0 0 16px;width:16px;height:16px}.faq-accordion__chevron:before,.faq-accordion__chevron:after{content:"";position:absolute;top:7px;width:9px;height:1.5px;background:#121342b8}.faq-accordion__chevron:before{left:0;transform:rotate(45deg)}.faq-accordion__chevron:after{right:0;transform:rotate(-45deg)}.faq-accordion[open] .faq-accordion__chevron:before{transform:rotate(-45deg)}.faq-accordion[open] .faq-accordion__chevron:after{transform:rotate(45deg)}.faq-accordion__body{padding:0 0 18px;color:#121342d1;font-size:15px;line-height:1.65}#faq-tab-general:checked~.faq-hub__layout .faq-hub__label[for=faq-tab-general],#faq-tab-usage:checked~.faq-hub__layout .faq-hub__label[for=faq-tab-usage],#faq-tab-ingredients:checked~.faq-hub__layout .faq-hub__label[for=faq-tab-ingredients],#faq-tab-shipping:checked~.faq-hub__layout .faq-hub__label[for=faq-tab-shipping],#faq-tab-returns:checked~.faq-hub__layout .faq-hub__label[for=faq-tab-returns],#faq-tab-other:checked~.faq-hub__layout .faq-hub__label[for=faq-tab-other]{text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:8px}#faq-tab-general:checked~.faq-hub__layout .faq-hub__label[for=faq-tab-general]:before,#faq-tab-usage:checked~.faq-hub__layout .faq-hub__label[for=faq-tab-usage]:before,#faq-tab-ingredients:checked~.faq-hub__layout .faq-hub__label[for=faq-tab-ingredients]:before,#faq-tab-shipping:checked~.faq-hub__layout .faq-hub__label[for=faq-tab-shipping]:before,#faq-tab-returns:checked~.faq-hub__layout .faq-hub__label[for=faq-tab-returns]:before,#faq-tab-other:checked~.faq-hub__layout .faq-hub__label[for=faq-tab-other]:before{background:var(--blue-dark);box-shadow:0 0 0 1px var(--blue-dark)}#faq-tab-general:checked~.faq-hub__layout .faq-hub__panel--general,#faq-tab-usage:checked~.faq-hub__layout .faq-hub__panel--usage,#faq-tab-ingredients:checked~.faq-hub__layout .faq-hub__panel--ingredients,#faq-tab-shipping:checked~.faq-hub__layout .faq-hub__panel--shipping,#faq-tab-returns:checked~.faq-hub__layout .faq-hub__panel--returns,#faq-tab-other:checked~.faq-hub__layout .faq-hub__panel--other{display:block}.faq-products{max-width:1180px;margin:86px auto 0;text-align:center}.faq-products__title{margin:0 0 10px;color:var(--blue-dark);font-family:var(--font-serif);font-size:clamp(50px,5vw,68px);line-height:1.04;font-weight:400}.faq-products__subtext{max-width:660px;margin:0 auto 34px;color:#121342c7;font-size:18px;line-height:1.6}.faq-products__grid{display:grid;grid-template-columns:1fr 1fr 1.65fr;gap:18px;align-items:stretch}.faq-product-card{position:relative;display:flex;flex-direction:column;min-height:404px;padding:26px 18px 0;border-radius:12px;box-shadow:0 0 0 1px #121342c7;text-align:center}.faq-product-card--light{background:#d6ddf8;color:var(--blue-dark)}.faq-product-card--warm{background:#c8d0ff;color:var(--blue-dark)}.faq-product-card--blue{background:var(--blue-dark);color:var(--cream)}.faq-product-card__image{width:min(100%,260px);margin:0 auto 12px}.faq-product-card--blue .faq-product-card__image{width:min(100%,400px)}.faq-product-card__title{margin:0 0 10px;font-family:var(--font-serif);font-size:22px;line-height:1.18;font-weight:400}.faq-product-card__copy{margin:0 auto 18px;max-width:360px;font-size:16px;line-height:1.56}.faq-product-card__price-row{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-top:auto;margin-bottom:20px}.faq-product-card__price{font-size:18px;line-height:1;font-weight:500}.faq-product-card__compare{opacity:.6;font-size:15px;text-decoration:line-through}.faq-product-card__button{align-self:center;min-width:160px;margin-bottom:-26px;padding:16px 30px;border:3px solid currentColor;border-radius:999px;background:var(--brand-coral);color:var(--cream);font-size:14px;line-height:1;font-weight:700;text-decoration:none}.faq-product-card__button--pink{background:#343b8f}.faq-product-card__button--blue{background:var(--blue-dark)}.about-page{padding-top:12px}.about-hero{display:grid;grid-template-columns:1fr 1.45fr 1fr;gap:16px;align-items:stretch}.about-hero__stack{display:grid;gap:16px}.about-hero__media{overflow:hidden;border-radius:12px}.about-hero__media img{width:100%;height:100%;display:block;object-fit:cover}.about-hero__stack--left .about-hero__media:first-child{aspect-ratio:1.18 / .82}.about-hero__stack--left .about-hero__media:last-child{aspect-ratio:1.18 / 1.18}.about-hero__stack--right .about-hero__media:first-child,.about-hero__stack--right .about-hero__media:last-child{aspect-ratio:1 / .76}.about-hero__card{display:flex;flex-direction:column;justify-content:center;gap:28px;padding:56px 42px;border-radius:18px;background:var(--blue-dark);text-align:center}.about-hero__title{margin:0;color:var(--cream);font-family:var(--font-serif);font-size:clamp(44px,4.5vw,62px);line-height:1.14;font-weight:400}.about-hero__subtext{margin:0;color:#fdfaf0eb;font-size:19px;line-height:1.65}.about-values{padding-top:34px;text-align:center}.about-values__title,.about-section__title{margin:0 0 12px;color:var(--blue-dark);font-family:var(--font-serif);font-size:clamp(48px,5vw,68px);line-height:1.04;font-weight:400}.about-values__subtext,.about-section__subtext{max-width:820px;margin:0 auto;color:#121342c7;font-size:18px;line-height:1.6}.about-values__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin-top:34px}.about-values__item{text-align:center}.about-values__icon{width:78px;height:78px;margin:0 auto 18px;padding:13px;border:2px solid rgba(18,19,66,.48);border-radius:14px;background:#e5e8ff99}.about-values__icon img{width:100%;height:100%;object-fit:contain}.about-values__item-title{margin:0 0 10px;color:var(--blue-dark);font-size:14px;line-height:1.3;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.about-values__item-copy{margin:0;color:#121342bd;font-size:16px;line-height:1.55}.about-brand{display:grid;grid-template-columns:1.45fr 1fr;gap:18px;align-items:stretch;margin-top:54px}.about-brand__image{overflow:hidden;border-radius:12px}.about-brand__image img{width:100%;height:100%;display:block;object-fit:cover}.about-brand__card{display:flex;flex-direction:column;justify-content:center;gap:18px;padding:34px 28px;border-radius:16px;background:var(--blue-dark);color:var(--cream)}.about-brand__title{margin:0;color:var(--cream);font-family:var(--font-serif);font-size:clamp(40px,4.2vw,56px);line-height:1.06;font-weight:400}.about-brand__text{margin:0;color:#fdfaf0eb;font-size:18px;line-height:1.62}.about-brand__button{align-self:flex-start;padding:12px 28px;border:2px solid rgba(253,250,240,.78);border-radius:999px;color:var(--cream);font-size:13px;font-weight:700;text-decoration:none}.about-rules{margin-top:60px;text-align:center}.about-rules__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 18px;margin-top:36px}.about-rule-card{position:relative;padding:34px 24px 18px;border:1.5px solid rgba(18,19,66,.36);border-radius:12px;background:#e5e8ff57}.about-rule-card__badge{position:absolute;top:-18px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:999px;background:var(--blue-dark);color:var(--cream);font-size:12px;line-height:1;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.about-rule-card__copy{margin:0;color:#121342c7;font-size:17px;line-height:1.55}.about-promise{margin-top:68px;text-align:center}.about-promise__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:32px}.about-promise__item{text-align:left}.about-promise__image{overflow:hidden;border-radius:10px;margin-bottom:14px}.about-promise__image img{width:100%;display:block;aspect-ratio:1 / 1;object-fit:cover}.about-promise__item-title{margin:0 0 6px;color:var(--blue-dark);font-size:14px;line-height:1.3;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.about-promise__item-copy{margin:0;color:#121342bd;font-size:15px;line-height:1.55}.about-concerns{max-width:980px;margin:64px auto 0;text-align:center}.about-concerns__cloud{position:relative;display:inline-block;padding:22px 0 34px}.about-concerns__text{margin:0;color:transparent;font-family:var(--font-serif);font-size:clamp(54px,6vw,92px);line-height:1.04;font-weight:400;-webkit-text-stroke:1px rgba(18,19,66,.66)}.about-concerns__tag{position:absolute;display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:999px;color:var(--cream);font-size:12px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.about-concerns__tag img{width:16px;height:16px}.about-concerns__tag--orange{background:#232560}.about-concerns__tag--pink{background:#5861b0}.about-concerns__tag--brightens{top:4%;left:6%}.about-concerns__tag--repairs{top:14%;right:8%}.about-concerns__tag--firms{top:41%;right:26%}.about-concerns__tag--moisturizes{top:47%;left:10%}.about-concerns__tag--soothes{bottom:18%;left:24%}.about-concerns__tag--protects{bottom:6%;right:14%}.about-quality{max-width:1080px;margin:62px auto 0}.about-quality__badge{position:relative;z-index:1;width:fit-content;margin:0 auto -28px;padding:16px 30px;border:2px solid rgba(18,19,66,.46);border-radius:18px;background:var(--brand-page);text-align:center}.about-quality__badge-title{margin:0 0 4px;color:var(--blue-dark);font-family:var(--font-serif);font-size:clamp(34px,3.5vw,44px);line-height:1.08}.about-quality__badge-copy{margin:0;color:#121342bd;font-size:13px;line-height:1.45}.about-quality__panel{display:grid;grid-template-columns:.95fr 1.05fr;gap:30px;align-items:center;padding:56px 28px 36px;border-radius:14px;background:var(--blue-dark)}.about-quality__media{overflow:hidden;border-radius:10px;background:#e5e8ff24}.about-quality__media img{width:100%;display:block}.about-quality__copy{color:var(--cream)}.about-quality__lead{margin:0 0 18px;color:#fdfaf0f0;font-size:17px;line-height:1.66}.about-quality__list{display:grid;gap:14px}.about-quality__item{display:flex;gap:12px;align-items:flex-start;color:#fdfaf0eb;font-size:16px;line-height:1.6}.about-quality__item img{width:18px;height:18px;margin-top:4px;flex:0 0 18px}.about-quality__item strong{color:var(--cream)}.about-quality__cta{margin-top:24px}.about-quality__button{display:inline-flex;align-items:center;justify-content:center;min-width:150px;padding:14px 28px;border:2px solid rgba(253,250,240,.74);border-radius:999px;color:var(--cream);font-size:13px;line-height:1;font-weight:700;text-decoration:none}.about-faq-preview{max-width:1080px;margin:76px auto 0;text-align:center}.about-faq-preview__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 44px;margin-top:30px}.about-faq-preview .faq-accordion{text-align:left}.about-faq-preview__more{display:inline-flex;margin-top:18px;color:var(--blue-dark);font-size:13px;line-height:1;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-decoration:underline;text-underline-offset:6px}@media(max-width:1180px){.faq-products__grid{grid-template-columns:1fr 1fr}.faq-product-card--blue{grid-column:span 2}.about-values__grid,.about-rules__grid,.about-promise__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1024px){.page-main{padding-left:16px;padding-right:16px;padding-bottom:72px}.legal-hero{margin-bottom:52px;padding:54px 28px 42px}.legal-content{max-width:100%}.faq-hub__layout{grid-template-columns:1fr;gap:26px}.faq-hub__sidebar{display:flex;flex-wrap:wrap;gap:10px 18px;overflow:visible;padding-bottom:0}.faq-hub__label{font-size:18px;white-space:normal}.faq-hub__label:before{display:none}.about-hero{grid-template-columns:1fr}.about-hero__stack{grid-template-columns:1fr 1fr}.about-brand,.about-quality__panel{grid-template-columns:1fr}.about-concerns__tag--brightens{top:8%;left:0}.about-concerns__tag--repairs{top:18%;right:0}.about-concerns__tag--firms{top:47%;right:12%}.about-concerns__tag--moisturizes{top:52%;left:2%}.about-concerns__tag--soothes{bottom:16%;left:11%}.about-concerns__tag--protects{bottom:3%;right:6%}}@media(max-width:768px){.page-main{padding-top:16px;padding-bottom:60px}.legal-hero{padding:42px 20px 36px;border-radius:18px}.legal-hero__rule{width:min(240px,74%)}.legal-hero__effective,.legal-hero__lead,.legal-block__text,.legal-block__text p,.legal-block__text li{font-size:16px}.contact-care-strip{grid-template-columns:1fr;gap:12px;margin-bottom:18px}.contact-form-layout{grid-template-columns:1fr;gap:18px}.contact-form-aside,.contact-form-card{padding:22px 18px;border-radius:18px}.contact-form-aside__title,.contact-form-card__title{font-size:30px}.contact-form-card__frame{min-height:0;padding:12px}.contact-form-card__frame .ghl-contact-embed{height:1120px}.legal-block{margin-bottom:42px}.support-card{margin-top:66px;padding:30px 22px}.support-card__text{font-size:17px}.faq-hub__hero{margin-bottom:40px;border-radius:18px}.faq-hub__hero img{aspect-ratio:1.8 / 1}.faq-hub__hero-title{top:14%;font-size:46px}.faq-hub__search{max-width:100%}.faq-hub__panel{padding-left:16px;padding-right:16px}.faq-products{margin-top:64px}.faq-products__grid,.about-values__grid,.about-rules__grid,.about-promise__grid,.about-faq-preview__grid{grid-template-columns:1fr}.faq-product-card--blue{grid-column:auto}.faq-product-card{min-height:0}.about-hero__stack{grid-template-columns:1fr}.about-hero__card{padding:42px 24px}.about-values__icon{width:68px;height:68px;margin-bottom:14px}.about-rules,.about-promise,.about-faq-preview{margin-top:54px}.about-concerns{margin-top:52px}.about-concerns__cloud{display:block;padding-bottom:54px}.about-concerns__text{font-size:54px;line-height:1.14}.about-concerns__tag{padding:6px 12px;font-size:11px}.about-quality__badge{width:100%;max-width:420px;margin-bottom:-20px;padding:14px 18px}.about-quality__panel{gap:20px;padding:42px 18px 28px}}@media(max-width:560px){.page-main{padding-left:16px;padding-right:16px;overflow-x:hidden}.faq-hub__sidebar{display:grid;gap:12px}.legal-hero__title,.about-values__title,.about-section__title,.faq-products__title{font-size:30px}.legal-block__title{font-size:34px}.faq-hub__hero-title{top:12%;max-width:290px;font-size:26px;line-height:1.08;padding:0 18px}.faq-hub__label{font-size:18px}.social-section .section-heading{font-size:30px;line-height:1.08}.faq-hub__search input{height:48px;font-size:17px}.faq-accordion summary{font-size:14px;padding:12px 0}.faq-product-card{padding-left:16px;padding-right:16px}.faq-product-card__title{font-size:18px}.faq-product-card__copy,.about-values__item-copy,.about-rule-card__copy,.about-promise__item-copy,.about-quality__lead,.about-quality__item{font-size:15px}.about-hero__title,.about-brand__title{font-size:36px}.about-values,.about-brand,.about-rules,.about-promise,.about-quality,.about-faq-preview,.faq-products{margin-top:46px}.about-concerns__text{font-size:46px}.about-concerns__tag--brightens{top:6%;left:-2%}.about-concerns__tag--repairs{top:17%;right:-2%}.about-concerns__tag--firms{top:49%;right:1%}.about-concerns__tag--moisturizes{top:44%;left:0}.about-concerns__tag--soothes{bottom:18%;left:1%}.about-concerns__tag--protects{bottom:6%;right:2%}.about-quality__badge-title{font-size:30px}.about-quality__badge-copy{font-size:12px}}.checkout-page-shell{background:#eef1ff;color:#1a1a1a;overflow-x:hidden}.checkout-page-shell>.announcement-bar{background:#eef1ff!important}.checkout-page-shell>.announcement-bar>.announcement-bar__inner{background:#121342!important;color:#eef1ff!important;min-height:42px!important;padding:7px 18px!important;gap:12px!important}.checkout-page-shell .announcement-badge{color:#121342!important;background:#eef1ff!important;border-radius:8px!important;letter-spacing:0!important}.checkout-page-shell .announcement-badge__dot{background:#232560!important}.checkout-page-shell .announcement-message,.checkout-page-shell .announcement-link,.checkout-page-shell .announcement-link:visited,.checkout-page-shell .announcement-link:hover{color:#eef1ff!important;letter-spacing:0!important}.checkout-page-shell .site-header{position:relative;top:auto;background:#eef1ff;border-bottom:1px solid rgba(18,19,66,.14)}.checkout-page{width:min(100%,1180px);margin:0 auto;padding:46px 24px 72px}.checkout-hero{max-width:760px;margin:0 auto 34px;text-align:center}.checkout-eyebrow,.checkout-card-kicker{color:#232560;font-size:12px;font-weight:700;line-height:1.2;margin-bottom:8px;text-transform:uppercase;letter-spacing:0}.checkout-hero h1{font-family:var(--font-serif);color:#121342;font-size:clamp(38px,5vw,62px);font-weight:400;line-height:.98;margin-bottom:14px}.checkout-hero p:last-child{max-width:600px;margin:0 auto;color:#1a1a1abd;font-size:17px;line-height:1.55}.checkout-layout{display:grid;grid-template-columns:minmax(0,520px);grid-template-areas:"support" "testimonials";gap:22px;align-items:start;justify-content:center}.checkout-support-card,.checkout-testimonials{border:1px solid rgba(18,19,66,.18);border-radius:18px;background:#ffffff85;box-shadow:0 18px 40px #12134212}.checkout-product-copy h2,.checkout-testimonials__header h2{font-family:var(--font-serif);color:#121342;font-weight:400;line-height:1.06}.checkout-support-card{grid-area:support;padding:20px}.checkout-product-card{display:grid;grid-template-columns:116px minmax(0,1fr);gap:18px;align-items:center;margin-bottom:22px}.checkout-product-media{display:flex;align-items:center;justify-content:center;min-height:138px;border-radius:16px;background:#d6ddf8;border:1px solid rgba(18,19,66,.13);overflow:hidden}.checkout-product-media img{width:min(100%,122px);margin:0 auto;filter:drop-shadow(0 14px 16px rgba(18,19,66,.16))}.checkout-product-copy h2{font-size:31px;margin-bottom:9px}.checkout-product-copy p:last-child{color:#1a1a1ac2;font-size:14.5px;line-height:1.5}.checkout-benefit-list{display:grid;gap:10px;margin:0 0 18px}.checkout-benefit-list li{position:relative;padding-left:28px;color:#090b24;font-size:14.5px;line-height:1.45}.checkout-benefit-list li:before{content:"";position:absolute;left:0;top:3px;width:18px;height:18px;border-radius:999px;background:#121342;box-shadow:inset 0 0 0 5px #c8d0ff}.checkout-urgency-note{display:flex;align-items:center;gap:9px;width:fit-content;max-width:100%;margin:6px 0 18px;padding:10px 13px;border-radius:999px;background:#f68b5321;color:#121342;font-size:13px;font-weight:700;line-height:1.25}.checkout-urgency-note:before{content:"";width:8px;height:8px;border-radius:999px;background:#232560;flex:0 0 auto}.checkout-trust-badges{display:grid;grid-template-columns:1fr 1fr;gap:9px}.checkout-trust-badges span{display:flex;align-items:center;min-height:46px;padding:10px 12px;border-radius:12px;background:#d6ddf8;color:#121342;font-size:12px;font-weight:700;line-height:1.25}.checkout-testimonials{grid-area:testimonials;display:grid;gap:14px;padding:20px}.checkout-testimonials__header h2{font-size:30px}.checkout-testimonial{display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;align-items:center;padding:14px;border-radius:14px;background:#eef1ff;border:1px solid rgba(18,19,66,.12)}.checkout-testimonial img{width:82px;height:100px;border-radius:12px;object-fit:cover;object-position:center}.checkout-testimonial__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.checkout-testimonial__meta h3{font-family:var(--font-serif);color:#121342;font-size:20px;font-weight:400;line-height:1.1}.checkout-testimonial__meta span{color:#232560;font-size:12px;white-space:nowrap}.checkout-testimonial p{color:#1a1a1ac2;font-size:13.5px;line-height:1.5}.checkout-reviews-band{padding:0 24px 52px}.checkout-reviews-band__inner{width:min(100%,1180px);margin:0 auto;padding-top:30px;border-top:1px solid rgba(18,19,66,.14)}.checkout-reviews-band__header{max-width:720px;margin:0 auto 24px;text-align:center}.checkout-reviews-band__header h2{font-family:var(--font-serif);color:#121342;font-size:38px;font-weight:400;line-height:1.04;margin-bottom:10px}.checkout-reviews-band__header p:last-child{color:#1a1a1abd;font-size:15px;line-height:1.55}.checkout-review-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.checkout-review-card{padding:20px;border-radius:18px;border:1px solid rgba(18,19,66,.16);background:#fff9;box-shadow:0 16px 36px #1213420f}.checkout-review-card__stars{margin-bottom:12px;color:#232560;font-size:17px;line-height:1}.checkout-review-card__body{min-height:96px;color:#1a1a1ac7;font-size:15px;line-height:1.6}.checkout-review-card__meta{display:flex;align-items:center;gap:14px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(18,19,66,.12)}.checkout-review-card__meta img{width:64px;height:64px;min-width:64px;border-radius:999px;object-fit:cover;object-position:center;display:block}.checkout-review-card__meta-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}.checkout-review-card__meta strong,.checkout-review-card__meta-copy strong{display:block;color:#121342;font-family:var(--font-serif);font-size:18px;font-weight:400;line-height:1.1;margin:0}.checkout-review-card__meta span,.checkout-review-card__meta-copy span{display:block;margin-top:4px;color:#7d879c;font-size:14px;line-height:1.2}@media(max-width:1024px){.checkout-page{padding:38px 18px 62px}.checkout-layout{grid-template-columns:1fr;grid-template-areas:"support" "testimonials";gap:18px}.checkout-support-card,.checkout-testimonials{width:min(100%,720px);margin:0 auto}.checkout-review-cards{grid-template-columns:1fr}}@media(max-width:768px){.checkout-page-shell .site-header__inner{padding-left:16px;padding-right:16px}.checkout-page{padding-top:28px}.checkout-reviews-band{padding:0 18px 44px}.checkout-hero{margin-bottom:24px}.checkout-hero h1{font-size:42px}.checkout-product-card{grid-template-columns:104px minmax(0,1fr)}.checkout-support-card,.checkout-testimonials{border-radius:16px}}@media(max-width:560px){.checkout-page-shell>.announcement-bar>.announcement-bar__inner{padding:8px 12px!important;gap:7px!important}.checkout-page-shell .announcement-badge,.checkout-page-shell .announcement-message,.checkout-page-shell .announcement-link,.checkout-page-shell .announcement-link:visited,.checkout-page-shell .announcement-link:hover{font-size:9.5px!important}.checkout-page{padding:24px 14px 52px}.checkout-reviews-band{padding:0 14px 38px}.checkout-hero{text-align:left}.checkout-hero h1{font-size:38px}.checkout-hero p:last-child{font-size:15.5px}.checkout-support-card,.checkout-testimonials{padding:16px;border-radius:14px}.checkout-product-card{grid-template-columns:1fr;gap:14px}.checkout-product-media{min-height:160px}.checkout-product-media img{width:136px}.checkout-product-copy h2,.checkout-testimonials__header h2{font-size:27px}.checkout-reviews-band__header{text-align:left}.checkout-reviews-band__header h2{font-size:31px}.checkout-trust-badges{grid-template-columns:1fr}.checkout-testimonial{grid-template-columns:70px minmax(0,1fr);gap:12px;padding:12px}.checkout-testimonial img{width:70px;height:88px}.checkout-testimonial__meta{align-items:flex-start;flex-direction:column;gap:3px}.checkout-review-card{padding:16px;border-radius:14px}.checkout-review-card__body{min-height:0;font-size:14px}.checkout-review-card__meta img{width:56px;height:56px;min-width:56px}.checkout-review-card__meta strong,.checkout-review-card__meta-copy strong{font-size:16px}.checkout-review-card__meta span,.checkout-review-card__meta-copy span{font-size:13px}}@media(max-width:430px){.checkout-page,.checkout-reviews-band{padding-left:12px;padding-right:12px}.checkout-hero h1{font-size:36px}.checkout-benefit-list li{font-size:14px}.checkout-testimonial p{font-size:13px}}@media(max-width:375px){.checkout-page{padding-left:10px;padding-right:10px}.checkout-support-card,.checkout-testimonials{padding:14px}.checkout-testimonial{grid-template-columns:1fr}.checkout-testimonial img{width:100%;height:170px}}#col--rjHYjzvre{position:sticky!important;top:24px!important;align-self:start!important;height:fit-content!important;z-index:2!important;overflow-anchor:none}#one-step-order-9nMt1pSKAQ{display:block!important;flex:0 0 auto!important;align-self:start!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;position:sticky!important;top:24px!important;z-index:3!important;left:auto!important;right:auto!important;transform:none!important;transition:none!important;animation:none!important;height:auto!important;contain:none!important;isolation:isolate;overflow-anchor:none}#col-gS2uwGNogaU{position:relative!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}#div-cone-step-order-9nMt1pSKAQ,#div-one-step-order-9nMt1pSKAQ,#one-step-order-9nMt1pSKAQ,#col-gS2uwGNogaU,#div-cone-step-order-9nMt1pSKAQ *,#div-one-step-order-9nMt1pSKAQ *,#col-gS2uwGNogaU *,#one-step-order-9nMt1pSKAQ *{box-sizing:border-box}#col-gS2uwGNogaU .inner,#col-gS2uwGNogaU .column-inner,#col-gS2uwGNogaU .hl_wrapper,#col-gS2uwGNogaU .c-column,#col-gS2uwGNogaU .c-row,#col-gS2uwGNogaU .order-form,#col-gS2uwGNogaU .one-step-order-form,#col-gS2uwGNogaU .form-builder--wrap,#div-cone-step-order-9nMt1pSKAQ,#div-one-step-order-9nMt1pSKAQ,#one-step-order-9nMt1pSKAQ{width:100%!important;max-width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;margin:0!important;padding:0!important;overflow:visible!important;transform:none!important;transition:none!important;animation:none!important}#col-gS2uwGNogaU .product-element,#col-gS2uwGNogaU .order-form,#col-gS2uwGNogaU .one-step-order-form{position:relative!important}#div-cone-step-order-9nMt1pSKAQ:empty,#div-one-step-order-9nMt1pSKAQ:empty,#one-step-order-9nMt1pSKAQ:empty{min-height:760px!important}#div-cone-step-order-9nMt1pSKAQ>form,#div-one-step-order-9nMt1pSKAQ>form,#one-step-order-9nMt1pSKAQ iframe,#one-step-order-9nMt1pSKAQ form,#div-cone-step-order-9nMt1pSKAQ iframe,#div-one-step-order-9nMt1pSKAQ iframe,#col-gS2uwGNogaU>div,#div-cone-step-order-9nMt1pSKAQ>div,#div-one-step-order-9nMt1pSKAQ>div,#one-step-order-9nMt1pSKAQ>div{width:100%!important;max-width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;margin-left:0!important;margin-right:0!important;overflow:visible!important;transform:none!important;transition:none!important;animation:none!important}#div-cone-step-order-9nMt1pSKAQ img,#div-cone-step-order-9nMt1pSKAQ input,#div-cone-step-order-9nMt1pSKAQ select,#div-cone-step-order-9nMt1pSKAQ textarea,#div-cone-step-order-9nMt1pSKAQ button,#div-one-step-order-9nMt1pSKAQ img,#div-one-step-order-9nMt1pSKAQ input,#div-one-step-order-9nMt1pSKAQ select,#div-one-step-order-9nMt1pSKAQ textarea,#div-one-step-order-9nMt1pSKAQ button,#col-gS2uwGNogaU img,#col-gS2uwGNogaU input,#col-gS2uwGNogaU select,#col-gS2uwGNogaU textarea,#col-gS2uwGNogaU button,#one-step-order-9nMt1pSKAQ img,#one-step-order-9nMt1pSKAQ input,#one-step-order-9nMt1pSKAQ select,#one-step-order-9nMt1pSKAQ textarea,#one-step-order-9nMt1pSKAQ button{max-width:100%}.checkout-page-shell #col-gS2uwGNogaU [class*=timer],.checkout-page-shell #col-gS2uwGNogaU [class*=countdown],.checkout-page-shell #one-step-order-9nMt1pSKAQ [class*=timer],.checkout-page-shell #one-step-order-9nMt1pSKAQ [class*=countdown],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [class*=timer],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [class*=countdown],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [class*=timer],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [class*=countdown]{background:#121342!important;color:#eef1ff!important;border-color:#121342!important}.checkout-page-shell #col-gS2uwGNogaU [class*=timer] *,.checkout-page-shell #col-gS2uwGNogaU [class*=countdown] *,.checkout-page-shell #one-step-order-9nMt1pSKAQ [class*=timer] *,.checkout-page-shell #one-step-order-9nMt1pSKAQ [class*=countdown] *,.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [class*=timer] *,.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [class*=countdown] *,.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [class*=timer] *,.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [class*=countdown] *{color:#eef1ff!important}.checkout-page-shell #col-gS2uwGNogaU [style*=yellow],.checkout-page-shell #col-gS2uwGNogaU [style*="#ffb"],.checkout-page-shell #col-gS2uwGNogaU [style*="#ffc"],.checkout-page-shell #col-gS2uwGNogaU [style*="#ffd"],.checkout-page-shell #col-gS2uwGNogaU [style*="#ffe"],.checkout-page-shell #col-gS2uwGNogaU [style*="#fff1"],.checkout-page-shell #col-gS2uwGNogaU [style*="#f7c"],.checkout-page-shell #col-gS2uwGNogaU [style*="rgb(255, 2"],.checkout-page-shell #col-gS2uwGNogaU [style*="rgb(247, 2"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*=yellow],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="#ffb"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="#ffc"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="#ffd"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="#ffe"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="#fff1"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="#f7c"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="rgb(255, 2"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="rgb(247, 2"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*=yellow],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="#ffb"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="#ffc"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="#ffd"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="#ffe"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="#fff1"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="#f7c"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="rgb(255, 2"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="rgb(247, 2"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*=yellow],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="#ffb"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="#ffc"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="#ffd"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="#ffe"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="#fff1"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="#f7c"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="rgb(255, 2"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="rgb(247, 2"]{background-color:#121342!important;border-color:#121342!important;color:#eef1ff!important}.checkout-page-shell #col-gS2uwGNogaU [style*="color: rgb(255, 2"],.checkout-page-shell #col-gS2uwGNogaU [style*="color:rgb(255, 2"],.checkout-page-shell #col-gS2uwGNogaU [style*="color:#ffb"],.checkout-page-shell #col-gS2uwGNogaU [style*="color: #ffb"],.checkout-page-shell #col-gS2uwGNogaU [style*="color:yellow"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="color: rgb(255, 2"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="color:rgb(255, 2"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="color:#ffb"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="color: #ffb"],.checkout-page-shell #one-step-order-9nMt1pSKAQ [style*="color:yellow"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="color: rgb(255, 2"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="color:rgb(255, 2"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="color:#ffb"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="color: #ffb"],.checkout-page-shell #div-one-step-order-9nMt1pSKAQ [style*="color:yellow"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="color: rgb(255, 2"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="color:rgb(255, 2"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="color:#ffb"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="color: #ffb"],.checkout-page-shell #div-cone-step-order-9nMt1pSKAQ [style*="color:yellow"]{color:#121342!important}@media(max-width:1024px){#col--rjHYjzvre,#one-step-order-9nMt1pSKAQ,#div-cone-step-order-9nMt1pSKAQ,#div-one-step-order-9nMt1pSKAQ{position:static!important;top:auto!important}#one-step-order-9nMt1pSKAQ,#div-cone-step-order-9nMt1pSKAQ,#div-one-step-order-9nMt1pSKAQ{min-height:0!important}}body:not(.checkout-page-shell)>div.announcement-bar{padding-top:0!important;padding-bottom:0!important;background:var(--blue-dark)!important}body.mobile-nav-open{overflow:hidden}.thankyou-page-shell{background:var(--brand-page);color:var(--brand-blue)}.thankyou-page{width:min(100%,1240px);margin:0 auto;padding:clamp(34px,5vw,72px) 18px clamp(42px,7vw,88px)}.thankyou-hero{display:block;margin-bottom:clamp(24px,4vw,44px)}.thankyou-hero__content{width:min(100%,760px);min-width:0}.thankyou-eyebrow{margin:0 0 12px;color:#5861b0;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}#heading-lanwpHz0A5,#sub-heading--2rmQmB6WP,#order-confirmation-orJ-PseEob{font-family:var(--font-sans);color:var(--brand-blue)}#heading-lanwpHz0A5 h1,#heading-lanwpHz0A5{display:block!important;position:static!important;margin:0 0 clamp(14px,1.8vw,22px)!important;font-family:var(--font-serif);color:var(--brand-blue);font-size:clamp(50px,7.2vw,96px);font-weight:500;line-height:.94!important;letter-spacing:0!important}#sub-heading--2rmQmB6WP,#sub-heading--2rmQmB6WP p{display:block!important;position:static!important;clear:both!important;max-width:560px;margin:0!important;color:#090b24d1!important;font-family:var(--font-sans)!important;font-size:clamp(17px,1.65vw,23px)!important;font-weight:400!important;line-height:1.45!important;letter-spacing:0!important;text-transform:none!important}.thankyou-next-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px}.thankyou-next-steps div{min-width:0;padding:16px 15px;border:1px solid rgba(18,19,66,.16);border-radius:7px;background:#e5e8ff70}.thankyou-next-steps span{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin-bottom:10px;border-radius:50%;background:var(--brand-blue);color:var(--cream);font-size:12px;font-weight:800}.thankyou-next-steps p{margin:0;color:#090b24cc;font-size:13px;line-height:1.45}.thankyou-confirmation{display:grid;grid-template-columns:minmax(210px,.32fr) minmax(0,1fr);gap:clamp(18px,3vw,34px);align-items:start;padding:clamp(20px,3vw,34px);border:1px solid rgba(18,19,66,.14);border-radius:8px;background:linear-gradient(180deg,#eef1fffa,#d6ddf8fa);box-shadow:0 14px 34px #12134214}.thankyou-confirmation__header h2,.thankyou-support h2{margin:0;font-family:var(--font-serif);color:var(--brand-blue);font-size:clamp(28px,3.1vw,42px);font-weight:500;line-height:1}#order-confirmation-orJ-PseEob{width:100%;min-width:0;border-radius:7px;background:#eef1fff0}#order-confirmation-orJ-PseEob table{width:100%;border-collapse:collapse;color:#090b24e0;font-size:14px}#order-confirmation-orJ-PseEob th,#order-confirmation-orJ-PseEob td{padding:13px 14px;border-bottom:1px solid rgba(18,19,66,.12);text-align:left}#order-confirmation-orJ-PseEob th{color:var(--brand-blue);font-weight:800}#order-confirmation-sdY2nKXkJv,#order-confirmation-sdY2nKXkJv *{font-family:var(--font-sans);color:var(--brand-blue)}#order-confirmation-sdY2nKXkJv th{font-weight:800}#row-VJ0ZXM3ha4{width:min(100%,1204px)!important;max-width:1204px!important;margin:clamp(24px,4vw,44px) auto clamp(42px,6vw,72px)!important;padding:clamp(20px,3vw,34px)!important;border:1px solid rgba(18,19,66,.14)!important;border-radius:8px!important;background:linear-gradient(180deg,#eef1fffa,#d6ddf8fa)!important;box-shadow:0 14px 34px #12134214!important}#col-kkL7ZThZtP,#col-a6DZxGCcxN{min-width:0!important;margin:0!important}#col-kkL7ZThZtP{align-self:start!important}#col-a6DZxGCcxN{align-self:stretch!important}#row-VJ0ZXM3ha4>.inner{column-gap:clamp(18px,3vw,34px)!important;row-gap:18px!important}#col-kkL7ZThZtP .inner,#col-a6DZxGCcxN .inner{width:100%!important;max-width:100%!important;min-width:0!important}#row-VJ0ZXM3ha4 #sub-heading--2rmQmB6WP{margin:0 0 12px!important;color:#5861b0!important;font-family:var(--font-sans)!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:.08em!important;text-transform:uppercase!important}#row-VJ0ZXM3ha4 #sub-heading--2rmQmB6WP *,#row-VJ0ZXM3ha4 #sub-heading--2rmQmB6WP p{margin:0!important;color:inherit!important;font:inherit!important;letter-spacing:inherit!important;text-transform:inherit!important}#heading-52Leh0sQLI,#heading-52Leh0sQLI h1,#heading-52Leh0sQLI h2,#heading-52Leh0sQLI p{margin:0!important;color:var(--brand-blue)!important;font-family:var(--font-serif)!important;font-size:clamp(34px,3.2vw,46px)!important;font-weight:500!important;line-height:1!important;letter-spacing:0!important}#row-VJ0ZXM3ha4 #order-confirmation-orJ-PseEob{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border-radius:7px!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important}#row-VJ0ZXM3ha4 #order-confirmation-orJ-PseEob,#row-VJ0ZXM3ha4 #order-confirmation-orJ-PseEob *{box-sizing:border-box}#row-VJ0ZXM3ha4 #order-confirmation-orJ-PseEob table{width:100%!important;min-width:0!important;border-collapse:collapse!important;color:#090b24e0!important;font-family:var(--font-sans)!important;font-size:14px!important}#row-VJ0ZXM3ha4 #order-confirmation-orJ-PseEob th,#row-VJ0ZXM3ha4 #order-confirmation-orJ-PseEob td{padding:13px 14px!important;border-bottom:1px solid rgba(18,19,66,.12)!important;color:#090b24e0!important;line-height:1.35!important;text-align:left!important}#row-VJ0ZXM3ha4 #order-confirmation-orJ-PseEob th{color:var(--brand-blue)!important;font-weight:800!important}.thankyou-order-placeholder{width:100%}.thankyou-order-placeholder__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(80px,.24fr) minmax(80px,.22fr);gap:12px;padding:14px 16px;border-bottom:1px solid rgba(18,19,66,.12);color:#090b24d6;font-size:14px}.thankyou-order-placeholder__row--head{color:var(--brand-blue);font-weight:800}.thankyou-support{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;padding:24px clamp(20px,3vw,34px);border-radius:8px;background:var(--brand-blue);color:var(--cream)}.thankyou-support h2{color:var(--cream)}.thankyou-support p{max-width:620px;margin:8px 0 0;color:#fdfaf0d1;font-size:15px;line-height:1.55}.thankyou-support a{display:inline-flex;align-items:center;justify-content:center;min-width:132px;min-height:44px;padding:12px 18px;border-radius:999px;background:#232560;color:#eef1ff;font-size:12px;font-weight:800;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}@media(max-width:900px){.thankyou-confirmation{grid-template-columns:1fr}#row-VJ0ZXM3ha4{width:calc(100% - 28px)!important;margin-top:24px!important}.thankyou-next-steps{grid-template-columns:1fr}}@media(max-width:640px){.thankyou-page{padding-left:14px;padding-right:14px}#heading-lanwpHz0A5 h1,#heading-lanwpHz0A5{font-size:clamp(42px,14vw,58px);margin-bottom:12px!important}.thankyou-confirmation{padding:18px 14px}#row-VJ0ZXM3ha4{width:calc(100% - 24px)!important;padding:18px 14px!important;gap:16px!important}#heading-52Leh0sQLI,#heading-52Leh0sQLI h1,#heading-52Leh0sQLI h2,#heading-52Leh0sQLI p{font-size:clamp(30px,10vw,40px)!important}.thankyou-order-placeholder__row{grid-template-columns:minmax(0,1fr) 62px 58px;padding:12px 10px;gap:8px;font-size:12px}#order-confirmation-orJ-PseEob th,#order-confirmation-orJ-PseEob td{padding:11px 8px;font-size:12px}#row-VJ0ZXM3ha4 #order-confirmation-orJ-PseEob th,#row-VJ0ZXM3ha4 #order-confirmation-orJ-PseEob td{padding:11px 8px!important;font-size:12px!important}.thankyou-support{align-items:stretch;flex-direction:column}.thankyou-support a{width:100%}}.nav-link--inactive,.footer-link--inactive{opacity:.62}.mobile-nav[hidden]{display:none!important}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:250}.mobile-nav__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a1a5c}.mobile-nav__panel{position:relative;z-index:1;width:min(100%,360px);height:100%;padding:24px 20px 28px;background:var(--brand-page);box-shadow:18px 0 36px #0000001f}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.mobile-nav__title{color:var(--blue-dark);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mobile-nav__brand{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-blue);border-radius:8px;padding:7px 10px;text-decoration:none}.mobile-nav__brand img{display:block;width:112px;height:auto}.mobile-nav__close{color:var(--blue-dark);font-size:28px;line-height:1}.mobile-nav__links{display:grid;gap:14px}.mobile-nav__links a{color:var(--blue-dark);font-size:15px;font-weight:700;text-decoration:none}.mobile-nav__links a[aria-disabled=true]{text-decoration:none}@media(min-width:1025px){.mobile-nav{display:none!important}}.gallery-stats-image,.gallery-thumb,.video-thumb,.reviews-showcase__thumb,.social-tile,.footer-social-icon{overflow:hidden}.gallery-card{display:block}.gallery-card img,.gallery-thumb img,.avatar-btn img,.ba-card img,.ingredient-img img,.reviews-showcase__thumb img,.checkout-testimonial img,.checkout-review-card__meta img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.video-thumb video,.social-tile video,.social-tile img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.gallery-card--product img{object-fit:contain;padding:clamp(12px,2.2vw,24px)}.gallery-card--hero img,.gallery-card--lifestyle img,.gallery-card--detail img,.gallery-card--before img,.gallery-card--after img,.gallery-card--ingredients img{object-fit:cover}.gallery-stats-image{aspect-ratio:1 / 1;border-radius:6px;background:#fff1e8}.gallery-stats-image img{width:100%;height:100%;display:block;object-fit:cover}.gallery-mobile-track{overflow:hidden}.gallery-slide{display:flex;align-items:center;justify-content:center;min-height:0;height:auto;aspect-ratio:1 / 1;padding:0;overflow:hidden;background:#fff4ec}.gallery-slide img{width:100%;height:100%;display:block;aspect-ratio:auto;object-fit:cover;object-position:center}.gallery-slide--product-render{padding:clamp(16px,4vw,26px)}.gallery-slide--product-render img{object-fit:contain}.jar-option__image{display:flex;align-items:center;justify-content:center}.jar-option__image img,.comp-product-img,.checkout-product-media img{object-fit:contain;object-position:center}.faq-product-card__image{display:block;width:min(100%,260px);height:clamp(180px,24vw,260px);margin:0 auto 12px;object-fit:contain;object-position:center}.faq-product-card--blue .faq-product-card__image{width:min(100%,400px);height:clamp(220px,30vw,320px)}.comp-hero-img{width:min(100%,150px);height:auto;aspect-ratio:1 / 1;object-fit:cover;object-position:center}.checkout-product-media img{width:100%;max-width:136px;height:100%;max-height:136px;display:block}.footer-social-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px}.footer-social-icon img{width:100%;height:100%;display:block;object-fit:contain}.footer-social-icon svg{width:24px;height:24px;min-width:24px;min-height:24px;fill:currentColor}.site-logo{background:var(--brand-blue);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:7px 10px}.site-logo__image{display:block}.product-reviews-line .review-count{color:var(--brand-blue)}.jar-option__card{background:#ececf6;border-color:#1213424d}.jar-option.selected .jar-option__card{background:#d3d6f0;border-color:var(--brand-blue)}.benefit-strip{background:#ececf6;border-top-color:#12134229;border-bottom-color:#12134229}#how-different .comp-lullabites-col,#how-different .comparison-header .comp-lullabites-col,#how-different .comparison-row .comp-lullabites-col{background:#d3d6f0}.footer-brand{background:var(--brand-night);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px}@media(max-width:768px){.gallery-slide{aspect-ratio:1 / 1}.faq-product-card__image{height:clamp(172px,56vw,232px)}.faq-product-card--blue .faq-product-card__image{height:clamp(208px,62vw,288px)}}@media(max-width:430px){.gallery-slide--product-render{padding:14px}.footer-social-icon{width:38px;height:38px;flex-basis:38px}}#form-wTqMTBCSiB{--lullabites-form-cream: #d7ddff;--lullabites-form-blue: #121342;--lullabites-form-blue-dark: #090b24;--lullabites-form-accent: #5b5f93;--lullabites-form-soft-blue: #c8d0ff;--lullabites-form-ink: #171938;width:100%!important;max-width:620px!important;min-height:0!important;height:auto!important;margin:0 auto!important;padding:clamp(26px,3.2vw,36px)!important;color:var(--lullabites-form-ink)!important;background:linear-gradient(180deg,#eef1ff 0%,var(--lullabites-form-cream) 100%)!important;border:1px solid rgba(18,19,66,.16)!important;border-radius:24px!important;box-shadow:0 22px 54px #1213421f,0 1px #e5e8ffe6 inset!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;overflow:visible!important}#form-wTqMTBCSiB form,#form-wTqMTBCSiB iframe,#form-wTqMTBCSiB .ghl-form-wrap,#form-wTqMTBCSiB .form-builder--wrap,#form-wTqMTBCSiB .form-body,#form-wTqMTBCSiB .fields-container{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}#form-wTqMTBCSiB form,#form-wTqMTBCSiB .ghl-form-wrap,#form-wTqMTBCSiB .form-builder--wrap,#form-wTqMTBCSiB .form-body,#form-wTqMTBCSiB .fields-container{margin-top:0!important}#form-wTqMTBCSiB iframe{display:block!important;border-radius:18px!important}#form-wTqMTBCSiB form{display:flex!important;flex-direction:column!important;gap:15px!important}#form-wTqMTBCSiB .form-builder--item,#form-wTqMTBCSiB .form-field-container,#form-wTqMTBCSiB .field-container,#form-wTqMTBCSiB .input-group{width:100%!important;max-width:100%!important;margin:0 0 14px!important;padding:0!important}#form-wTqMTBCSiB h1,#form-wTqMTBCSiB h2,#form-wTqMTBCSiB h3,#form-wTqMTBCSiB legend,#form-wTqMTBCSiB .form-title,#form-wTqMTBCSiB .form-heading{margin:0 0 20px!important;color:var(--lullabites-form-blue)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;font-size:clamp(26px,3vw,34px)!important;font-weight:700!important;line-height:1.05!important;letter-spacing:0!important;text-align:center!important}#form-wTqMTBCSiB label,#form-wTqMTBCSiB .label,#form-wTqMTBCSiB .field-label{display:block!important;margin:0 0 7px!important;color:var(--lullabites-form-ink)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;font-size:13px!important;font-weight:700!important;line-height:1.3!important;letter-spacing:.01em!important}#form-wTqMTBCSiB .required,#form-wTqMTBCSiB .asterisk,#form-wTqMTBCSiB .field-required,#form-wTqMTBCSiB abbr[title*=required i]{color:var(--lullabites-form-accent)!important;text-decoration:none!important}#form-wTqMTBCSiB input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=hidden]),#form-wTqMTBCSiB select,#form-wTqMTBCSiB textarea,#form-wTqMTBCSiB .form-control{width:100%!important;min-height:54px!important;margin:0!important;padding:15px 17px!important;color:var(--lullabites-form-ink)!important;background:#eef1fff5!important;border:1px solid rgba(18,19,66,.18)!important;border-radius:16px!important;box-shadow:0 1px #e5e8ffe6 inset,0 8px 18px #1213420a!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;font-size:15px!important;font-weight:500!important;line-height:1.35!important;letter-spacing:0!important;outline:none!important;-webkit-appearance:none!important;appearance:none!important;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease!important}#form-wTqMTBCSiB textarea{min-height:126px!important;resize:vertical!important}#form-wTqMTBCSiB input::placeholder,#form-wTqMTBCSiB textarea::placeholder{color:#17193885!important;font-weight:500!important;opacity:1!important}#form-wTqMTBCSiB select{color:var(--lullabites-form-ink)!important;cursor:pointer!important}#form-wTqMTBCSiB .iti{width:100%!important}#form-wTqMTBCSiB .iti__selected-flag,#form-wTqMTBCSiB .input-group-text,#form-wTqMTBCSiB .field-icon,#form-wTqMTBCSiB i{color:var(--lullabites-form-blue)!important}#form-wTqMTBCSiB input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=hidden]):hover,#form-wTqMTBCSiB select:hover,#form-wTqMTBCSiB textarea:hover,#form-wTqMTBCSiB .form-control:hover{background:#eef1ff!important;border-color:#1213424d!important}#form-wTqMTBCSiB input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=hidden]):focus,#form-wTqMTBCSiB select:focus,#form-wTqMTBCSiB textarea:focus,#form-wTqMTBCSiB .form-control:focus{background:#eef1ff!important;border-color:var(--lullabites-form-blue)!important;box-shadow:0 0 0 4px #c8d0ffe6,0 14px 28px #1213421a!important}#form-wTqMTBCSiB input[aria-invalid=true],#form-wTqMTBCSiB select[aria-invalid=true],#form-wTqMTBCSiB textarea[aria-invalid=true],#form-wTqMTBCSiB .is-invalid{border-color:var(--lullabites-form-accent)!important;box-shadow:0 0 0 4px #5b5f9329!important}#form-wTqMTBCSiB button,#form-wTqMTBCSiB button[type=submit],#form-wTqMTBCSiB input[type=submit],#form-wTqMTBCSiB .ghl-button,#form-wTqMTBCSiB .submit-button,#form-wTqMTBCSiB .button-element,#form-wTqMTBCSiB .btn[type=submit]{width:100%!important;min-height:56px!important;margin:6px 0 12px!important;padding:16px 22px!important;color:#fff!important;background:var(--lullabites-form-blue)!important;border:1px solid var(--lullabites-form-blue)!important;border-radius:999px!important;box-shadow:0 16px 30px #1213423d!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;font-size:14px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:.08em!important;text-align:center!important;text-transform:uppercase!important;cursor:pointer!important;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease!important}#form-wTqMTBCSiB button:hover,#form-wTqMTBCSiB button[type=submit]:hover,#form-wTqMTBCSiB input[type=submit]:hover,#form-wTqMTBCSiB .ghl-button:hover,#form-wTqMTBCSiB .submit-button:hover,#form-wTqMTBCSiB .button-element:hover,#form-wTqMTBCSiB .btn[type=submit]:hover{background:var(--lullabites-form-blue-dark)!important;border-color:var(--lullabites-form-blue-dark)!important;box-shadow:0 20px 36px #12134247!important;transform:translateY(-2px)!important}#form-wTqMTBCSiB input[type=checkbox],#form-wTqMTBCSiB input[type=radio]{width:18px!important;height:18px!important;min-width:18px!important;margin:2px 10px 0 0!important;accent-color:var(--lullabites-form-blue)!important;cursor:pointer!important}#form-wTqMTBCSiB .checkbox,#form-wTqMTBCSiB .radio,#form-wTqMTBCSiB .option,#form-wTqMTBCSiB .checkbox-container,#form-wTqMTBCSiB .radio-container,#form-wTqMTBCSiB .option-radio,#form-wTqMTBCSiB .option-checkbox{display:flex!important;align-items:flex-start!important;gap:9px!important;margin:8px 0 0!important;padding:12px 13px!important;color:#171938c7!important;background:#c8d0ff6b!important;border:1px solid rgba(18,19,66,.12)!important;border-radius:14px!important;font-size:12px!important;line-height:1.45!important}#form-wTqMTBCSiB .checkbox label,#form-wTqMTBCSiB .radio label,#form-wTqMTBCSiB .option label,#form-wTqMTBCSiB .terms-text,#form-wTqMTBCSiB .tcpa,#form-wTqMTBCSiB .privacy-policy{margin:0!important;color:#171938c7!important;font-size:12px!important;font-weight:500!important;line-height:1.45!important;letter-spacing:0!important}#form-wTqMTBCSiB a{color:var(--lullabites-form-blue)!important;font-weight:700!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}#form-wTqMTBCSiB .error,#form-wTqMTBCSiB .error-message,#form-wTqMTBCSiB .form-error,#form-wTqMTBCSiB .validation-error,#form-wTqMTBCSiB .invalid-feedback,#form-wTqMTBCSiB .text-danger,#form-wTqMTBCSiB [role=alert]{margin:7px 0 0!important;color:var(--lullabites-form-accent)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;line-height:1.35!important}@media(max-width:768px){#form-wTqMTBCSiB{max-width:100%!important;padding:28px 22px!important;border-radius:22px!important}}@media(max-width:480px){#form-wTqMTBCSiB{padding:24px 18px!important;border-radius:20px!important;box-shadow:0 14px 34px #1213421c!important}#form-wTqMTBCSiB form{gap:12px!important}#form-wTqMTBCSiB input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=hidden]),#form-wTqMTBCSiB select,#form-wTqMTBCSiB textarea,#form-wTqMTBCSiB .form-control{min-height:52px!important;padding:14px 15px!important;border-radius:14px!important;font-size:16px!important}#form-wTqMTBCSiB button,#form-wTqMTBCSiB button[type=submit],#form-wTqMTBCSiB input[type=submit],#form-wTqMTBCSiB .ghl-button,#form-wTqMTBCSiB .submit-button,#form-wTqMTBCSiB .button-element,#form-wTqMTBCSiB .btn[type=submit]{min-height:54px!important;padding:15px 18px!important;font-size:13px!important}#form-wTqMTBCSiB .checkbox,#form-wTqMTBCSiB .radio,#form-wTqMTBCSiB .option,#form-wTqMTBCSiB .checkbox-container,#form-wTqMTBCSiB .radio-container,#form-wTqMTBCSiB .option-radio,#form-wTqMTBCSiB .option-checkbox{padding:11px 12px!important}}#form-wTqMTBCSiB #el_ObqCaTLA2e5XepeDlLWO_sCcDBZbc4WFpl62eM755_4{padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;outline:none!important}#form-wTqMTBCSiB #el_ObqCaTLA2e5XepeDlLWO_sCcDBZbc4WFpl62eM755_4 input,#form-wTqMTBCSiB #el_ObqCaTLA2e5XepeDlLWO_sCcDBZbc4WFpl62eM755_4 textarea,#form-wTqMTBCSiB #el_ObqCaTLA2e5XepeDlLWO_sCcDBZbc4WFpl62eM755_4 .form-control{background:#eef1fff5!important;border:1px solid rgba(18,19,66,.18)!important;border-radius:16px!important;box-shadow:0 1px #e5e8ffe6 inset,0 8px 18px #1213420a!important;color:var(--lullabites-form-ink)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif!important;font-size:15px!important;font-weight:500!important;line-height:1.35!important;outline:none!important}#form-wTqMTBCSiB #el_ObqCaTLA2e5XepeDlLWO_sCcDBZbc4WFpl62eM755_4 input::placeholder,#form-wTqMTBCSiB #el_ObqCaTLA2e5XepeDlLWO_sCcDBZbc4WFpl62eM755_4 textarea::placeholder{color:#17193885!important;font-weight:500!important;opacity:1!important}#form-wTqMTBCSiB #el_ObqCaTLA2e5XepeDlLWO_sCcDBZbc4WFpl62eM755_4 input:focus,#form-wTqMTBCSiB #el_ObqCaTLA2e5XepeDlLWO_sCcDBZbc4WFpl62eM755_4 textarea:focus,#form-wTqMTBCSiB #el_ObqCaTLA2e5XepeDlLWO_sCcDBZbc4WFpl62eM755_4 .form-control:focus{background:#eef1ff!important;border-color:var(--lullabites-form-blue)!important;box-shadow:0 0 0 4px #c8d0ffe6,0 14px 28px #1213421a!important}@media(max-width:1024px){body>.announcement-bar{padding:4px 8px!important}body>.announcement-bar>.announcement-bar__inner{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:nowrap!important;gap:4px!important;white-space:nowrap!important;overflow:hidden!important}body>.announcement-bar .announcement-text{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;white-space:nowrap!important;gap:4px!important;font-size:9px!important;line-height:1!important;letter-spacing:0!important}body>.announcement-bar .announcement-offer,body>.announcement-bar .announcement-offer--shipping,body>.announcement-bar .announcement-text a{display:inline!important;white-space:nowrap!important;font-size:9px!important;line-height:1!important}body>.announcement-bar .announcement-break{display:none!important}}@media(max-width:768px){#social-section{overflow:visible!important}#social-section .social-inner{padding-left:16px!important;padding-right:16px!important;overflow:visible!important}#social-section .social-collage{display:flex!important;flex-wrap:nowrap!important;gap:14px!important;align-items:stretch!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;padding:4px 11vw 10px!important;margin:0 -16px!important}#social-section .social-collage__center{display:contents!important}#social-section .social-tile,#social-section .social-tile--small,#social-section .social-tile--large{flex:0 0 78vw!important;width:78vw!important;max-width:360px!important;aspect-ratio:9 / 16!important;border-radius:18px!important;overflow:hidden!important;scroll-snap-align:center!important;touch-action:pan-x!important}#social-section .social-tile video,#social-section .social-tile img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}#social-section .social-tile video{pointer-events:none!important}#social-section .social-collage::-webkit-scrollbar{display:none!important}#social-section .social-comment-card{display:none!important}#social-section .social-handle-pill{margin:14px auto 0!important}}@media(max-width:420px){#social-section .social-collage{gap:12px!important;padding-left:10vw!important;padding-right:10vw!important}#social-section .social-tile,#social-section .social-tile--small,#social-section .social-tile--large{flex-basis:80vw!important;width:80vw!important}}body{margin:0}.announcement-bar{margin-top:0}.product-gallery .gallery-card,.product-gallery .gallery-main,.product-gallery .gallery-slide,.product-gallery .gallery-thumb,.product-gallery .gallery-stats-image,.product-gallery .gallery-card img,.product-gallery .gallery-main img,.product-gallery .gallery-slide img,.product-gallery .gallery-thumb img,.product-gallery .gallery-stats-image img{background:#d7ddff}.media-play-tile{position:relative;overflow:hidden;background:#fff}.media-play-tile video{position:relative;z-index:2;width:100%;height:100%;object-fit:cover}.ios-video-poster-fallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;background:#fff}.media-play-tile.is-playing .ios-video-poster-fallback{display:none}.play-icon{position:relative;z-index:3}.video-thumb{position:relative}.video-thumb .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/3/assets/lullabites.css.map */
