.not-found{display:grid;min-height:65vh;place-items:center;padding:70px 0;background:#faecea;color:#19282e;text-align:center}.not-found span{color:#9f1726;font-size:.8rem;font-weight:950;letter-spacing:.16em}.not-found h1{margin:.12em 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,8vw,6.5rem);line-height:.9;letter-spacing:-.06em}.not-found p{color:#617078}.not-found a{display:inline-flex;margin-top:14px;padding:.75rem 1rem;border-radius:13px;background:#9f1726;color:#fff;text-decoration:none;font-weight:950}.cart-page{min-height:62vh;padding:clamp(54px,8vw,100px) 0;background:#fff8f1}.cart-page h1,.cart-page h2,.cart-page h3{font-family:Georgia,Times New Roman,serif;letter-spacing:-.05em}.cart-page h1{margin:.08em 0 .65em;font-size:clamp(3rem,7vw,6rem);line-height:.9}.cart-kicker{margin:0;color:#9f1726;font-size:.72rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.cart-empty{max-width:680px;padding:28px;border:1px solid #ead8d3;border-radius:22px;background:#fff}.cart-empty a{display:inline-flex;margin-top:10px;padding:.75rem 1rem;border-radius:13px;background:#9f1726;color:#fff;font-weight:900;text-decoration:none}.cart-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:22px}.cart-items{display:grid;gap:12px}.cart-line{display:grid;grid-template-columns:118px minmax(0,1fr) auto;gap:17px;padding:16px;border:1px solid #ead8d3;border-radius:20px;background:#fff}.cart-line__image{display:block;overflow:hidden;border-radius:13px;background:#fff8f1}.cart-line__image img{width:100%;height:100%;aspect-ratio:1;object-fit:contain}.cart-line__info{display:grid;align-content:start;gap:7px}.cart-line__info>a{text-decoration:none}.cart-line__info small{color:#718087}.cart-line__info ul{margin:0;padding-left:1rem;color:#9f1726;font-size:.73rem}.cart-line__controls{display:flex;align-items:end;gap:12px;margin-top:8px}.cart-line__controls label{display:grid;color:#6d7a80;font-size:.66rem;font-weight:900}.cart-line__controls input{width:68px;height:38px;border:1px solid #ddcbc6;border-radius:10px;background:#fff;text-align:center}.cart-line__controls a{padding-bottom:8px;color:#9f1726;font-size:.72rem;font-weight:900}.cart-line__price{display:grid;align-content:start;text-align:right}.cart-line__price del{color:#869096;font-size:.72rem}.cart-summary{position:sticky;top:106px;align-self:start;padding:23px;border:1px solid #ead8d3;border-radius:22px;background:#fff;box-shadow:0 18px 55px #71101b12}.cart-summary>span{color:#9f1726;font-size:.7rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.cart-summary>div:first-of-type{display:flex;justify-content:space-between;gap:18px;margin:12px 0 5px}.cart-summary p{color:#617078;font-size:.78rem}.cart-discount{color:#9f1726!important}.cart-note{display:grid!important;gap:4px;margin:17px 0!important;padding:14px;border-radius:14px;background:#faecea;color:#6e2229}.cart-note span{font-size:.72rem}.cart-summary button{width:100%;min-height:45px;margin-top:8px;border:1px solid #9f1726;border-radius:13px;background:#fff;color:#9f1726;font-weight:900;cursor:pointer}.cart-summary .cart-checkout{min-height:54px;background:#9f1726;color:#fff}.cart-summary>small{display:block;margin-top:11px;color:#758187;text-align:center;font-size:.66rem}.cart-addons{margin-top:clamp(42px,6vw,72px);padding:clamp(22px,4vw,38px);border:1px solid #ead8d3;border-radius:26px;background:#fff}.cart-addons__heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:22px}.cart-addons__heading h2{margin:.12em 0;font-size:clamp(2rem,4vw,3.35rem);line-height:.96}.cart-addons__heading p:last-child{max-width:690px;margin:.45rem 0 0;color:#617078}.cart-addons__heading>small{display:flex;max-width:390px;gap:9px;padding:12px 14px;border-radius:14px;background:#fff2d9;color:#6f4a10;font-size:.7rem;line-height:1.45}.cart-addons__heading>small span{display:grid;width:20px;height:20px;flex:0 0 20px;place-items:center;border-radius:50%;background:#e69b25;color:#fff;font-weight:950}.cart-addons__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cart-addon{display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border:1px solid #ead8d3;border-radius:20px;background:#fffaf7}.cart-addon__image{aspect-ratio:1.45;overflow:hidden;background:#fff}.cart-addon__image img{width:100%;height:100%;object-fit:contain}.cart-addon__copy{padding:17px 17px 12px}.cart-addon__copy>span{display:inline-flex;margin-bottom:7px;padding:.22rem .45rem;border-radius:999px;background:#faecea;color:#9f1726;font-size:.57rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.cart-addon h3{margin:0;font-size:1.22rem;line-height:1.04}.cart-addon__copy p{margin:.5rem 0;color:#617078;font-size:.73rem;line-height:1.45}.cart-addon__copy strong{font-size:1.05rem}.cart-addon__action{padding:0 17px 17px}.cart-addon__action form{margin:0}.cart-addon__action button{width:100%;min-height:45px;border:1px solid #9f1726;border-radius:12px;background:#9f1726;color:#fff;font-weight:950;cursor:pointer}.cart-addon__action button:disabled{border-color:#c7d0d3;background:#eef1f2;color:#718087;cursor:not-allowed}@media(max-width:900px){.cart-addons__grid{grid-template-columns:1fr}.cart-addon{grid-template-columns:118px minmax(0,1fr) auto;grid-template-rows:auto}.cart-addon__image{aspect-ratio:1}.cart-addon__action{display:grid;align-items:center;padding:14px}.cart-addon__action button{min-width:132px}.cart-addons__heading{align-items:start;flex-direction:column}}@media(max-width:820px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-line{grid-template-columns:94px minmax(0,1fr)}.cart-line__price{grid-column:2;text-align:left}}@media(max-width:560px){.cart-addon{grid-template-columns:92px minmax(0,1fr)}.cart-addon__action{grid-column:1/-1;padding:0 13px 13px}.cart-addon__copy{padding:13px}.cart-addon h3{font-size:1rem}}@media(max-width:460px){.cart-line{grid-template-columns:76px minmax(0,1fr);gap:11px;padding:12px}.cart-line__controls{flex-wrap:wrap}}.collection-page{min-height:60vh;padding:clamp(58px,8vw,104px) 0;background:#fff8f1;color:#19282e}.collection-page__kicker{margin:0;color:#9f1726;font-size:.72rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.collection-page h1{margin:.08em 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,5.8rem);line-height:.95;letter-spacing:-.055em}.collection-page__description{max-width:760px;color:#617078}.collection-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}.collection-page article{overflow:hidden;border:1px solid #ead8d3;border-radius:22px;background:#fff}.collection-page article a{display:grid;gap:5px;padding:14px;color:#19282e;text-decoration:none}.collection-page article img{width:100%;aspect-ratio:1;object-fit:contain}.collection-page article span{font-family:Georgia,Times New Roman,serif;font-size:1.2rem}.collection-page article strong{color:#9f1726}@media(max-width:760px){.collection-page__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.collection-page__grid{grid-template-columns:1fr}}.standard-page{min-height:55vh;padding:clamp(60px,9vw,110px) 0;background:#fff8f1;color:#19282e}.standard-page>div>p{margin:0;color:#9f1726;font-size:.72rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.standard-page h1{margin:.1em 0 .55em;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,5.8rem);line-height:.95;letter-spacing:-.055em}.standard-page__content{max-width:820px;color:#53656d}.standard-page__content h2,.standard-page__content h3{color:#19282e;font-family:Georgia,Times New Roman,serif}.standard-page__content img{width:100%;height:auto;margin:24px 0;border-radius:20px}.search-page{min-height:60vh;padding:clamp(58px,8vw,104px) 0;background:#fff8f1;color:#19282e}.search-page__kicker{margin:0;color:#9f1726;font-size:.72rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.search-page h1{margin:.08em 0 .6em;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,5.8rem);line-height:.95;letter-spacing:-.055em}.search-page form{max-width:760px}.search-page form label{display:block;font-size:.75rem;font-weight:900}.search-page form>div{display:grid;grid-template-columns:1fr auto;gap:8px}.search-page input{min-width:0;height:52px;padding:0 14px;border:1px solid #ddcbc6;border-radius:13px;background:#fff}.search-page button{padding:0 18px;border:0;border-radius:13px;background:#9f1726;color:#fff;font-weight:950}.search-page__results{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:25px}.search-page article{overflow:hidden;border:1px solid #ead8d3;border-radius:20px;background:#fff}.search-page article a{display:grid;gap:10px;padding:12px;text-decoration:none}.search-page article img{width:100%;aspect-ratio:1;object-fit:contain}@media(max-width:720px){.search-page__results{grid-template-columns:1fr 1fr}}@media(max-width:460px){.search-page__results{grid-template-columns:1fr}}.ph{--navy:#123247;--navy-deep:#0b2637;--teal:#167565;--teal-dark:#0d5a4f;--sky:#edf7fa;--mint:#edf8f2;--sand:#faf8f4;--paper:#fff;--ink:#17313b;--muted:#5d737b;--line:#dce8e7;--gold:#e2ad4f;background:#fff;color:var(--ink)}.ph h1,.ph h2,.ph h3{margin-top:0;color:var(--navy);font-family:ui-serif,Georgia,Cambria,Times New Roman,serif;letter-spacing:-.035em;text-wrap:balance}.ph p{color:var(--muted)}.ph-section{padding-block:clamp(68px,8vw,112px)}.ph-kicker,.ph-eyebrow{margin:0 0 12px;color:var(--teal);font-size:.74rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.ph-eyebrow{display:flex;align-items:center;gap:9px}.ph-eyebrow span{width:24px;height:2px;background:var(--teal)}.ph-heading{max-width:760px}.ph-heading--center{margin-inline:auto;text-align:center}.ph-heading h2,.ph-mechanism h2,.ph-product h2,.ph-faq h2,.ph-final h2{margin-bottom:16px;font-size:clamp(2.25rem,4.5vw,4.25rem);line-height:1}.ph-heading>p:last-child{max-width:680px;font-size:1.02rem}.ph-heading--center>p:last-child{margin-inline:auto}.ph-button{display:inline-flex;min-height:54px;align-items:center;justify-content:center;padding:.85rem 1.2rem;border:1px solid transparent;border-radius:15px;font-weight:900;text-align:center;text-decoration:none;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.ph-button:hover{transform:translateY(-2px)}.ph-button--primary{background:var(--teal);color:#fff;box-shadow:0 14px 34px #1675652a}.ph-button--primary:hover{background:var(--teal-dark)}.ph-button--secondary{border-color:#c9dcda;background:#fff;color:var(--navy)}.ph-hero{position:relative;overflow:hidden;padding:clamp(46px,7vw,92px) 0;background:linear-gradient(135deg,#fff 0,#f4fafb 52%,#eaf6f1)}.ph-hero:before{position:absolute;top:-160px;right:-110px;width:460px;height:460px;border:1px solid #b9ded6;border-radius:50%;content:"";opacity:.42}.ph-hero__grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:clamp(36px,6vw,78px)}.ph-hero h1{max-width:720px;margin:.06em 0 .25em;font-size:clamp(3rem,5.5vw,5.6rem);line-height:.9}.ph-hero__lead{max-width:620px;font-size:clamp(1.02rem,1.45vw,1.18rem)}.ph-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 23px}.ph-proof{display:flex;flex-wrap:wrap;gap:8px 18px;color:#47616a;font-size:.75rem;font-weight:800}.ph-proof span:before{display:inline-grid;width:18px;height:18px;margin-right:6px;place-items:center;border-radius:50%;background:#dff2e9;color:var(--teal);content:"\2713"}.ph-hero__visual{position:relative;min-width:0;padding:clamp(20px,3vw,38px)}.ph-hero__shape{position:absolute;top:7%;right:7%;bottom:7%;left:7%;border-radius:35% 65% 54% 46%/52% 39% 61% 48%;background:#fff;box-shadow:0 30px 90px #12324718;transform:rotate(-4deg)}.ph-hero__visual>img,.ph-hero__visual>svg{position:relative;width:100%;aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 25px 28px #1232471c)}.ph-offer{position:absolute;right:0;bottom:3%;display:grid;min-width:184px;padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 22px 64px #1232471a}.ph-offer small{color:var(--teal);font-size:.66rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ph-offer div{display:flex;align-items:baseline;gap:8px}.ph-offer strong{color:var(--navy);font-size:1.55rem}.ph-offer del{color:#819198;font-size:.78rem}.ph-offer span{color:var(--teal);font-size:.72rem;font-weight:900}.ph-offer em{margin-top:4px;color:#667b83;font-size:.65rem;font-style:normal}.ph-emergency{background:var(--navy-deep);color:#fff}.ph-emergency__grid{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px;padding-block:14px}.ph-emergency__grid>div{display:flex;align-items:center;gap:10px}.ph-emergency__grid small{display:block;color:#cbdadd;font-size:.72rem}.ph-emergency__icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#fff;color:var(--navy-deep);font-weight:950}.ph-emergency a{padding:.55rem .72rem;border:1px solid #ffffff24;border-radius:10px;color:#fff;font-size:.72rem;font-weight:900;text-decoration:none}.ph-locations{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:38px}.ph-locations article{padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 14px 44px #1232470b}.ph-locations article>span{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;background:var(--mint);color:var(--teal);font-weight:950}.ph-locations h3{margin:28px 0 8px;font-size:1.45rem}.ph-locations p{margin-bottom:0}.ph-location-note{max-width:850px;margin:28px auto 0;padding:14px 18px;border-radius:14px;background:var(--sky);color:#46616c;text-align:center;font-size:.78rem}.ph-toxins{background:var(--sky)}.ph-toxins__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px}.ph-toxins article{padding:23px;border:1px solid #d5e8ec;border-radius:21px;background:#fff}.ph-toxins article b{display:inline-flex;padding:.35rem .55rem;border-radius:999px;background:#e7f5f1;color:var(--teal);font-size:.65rem;text-transform:uppercase}.ph-toxins h3{margin:20px 0 7px;font-size:1.25rem}.ph-toxins article p{margin:0;font-size:.84rem}.ph-disclaimer{max-width:900px;margin:24px 0 0;padding-left:14px;border-left:3px solid var(--teal);font-size:.76rem}.ph-mechanism{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(38px,7vw,90px)}.ph-text-link{display:inline-flex;margin-top:14px;color:var(--teal);font-weight:900;text-underline-offset:4px}.ph-mechanism__cards{display:grid;gap:12px}.ph-mechanism__cards article{display:flex;gap:16px;padding:22px;border:1px solid var(--line);border-radius:21px;background:var(--sand)}.ph-mechanism__cards span{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border-radius:13px;background:var(--navy);color:#fff;font-weight:950}.ph-mechanism__cards h3{margin:1px 0 6px}.ph-mechanism__cards p{margin:0;font-size:.86rem}.ph-plan{background:var(--navy);color:#fff}.ph-heading--light h2{color:#fff}.ph-heading--light .ph-kicker{color:#82dbc8}.ph-heading--light>p:last-child{color:#c5d6da}.ph-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin:38px 0 0;padding:0;list-style:none}.ph-steps li{padding:22px;border:1px solid #ffffff1e;border-radius:21px;background:#ffffff0a}.ph-steps li>b{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:#5ec4ae;color:var(--navy-deep)}.ph-steps h3{margin:24px 0 8px;color:#fff}.ph-steps p{margin:0;color:#c9d9dc;font-size:.82rem}.ph-guide{display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:clamp(24px,4vw,50px);margin-top:50px;padding:clamp(14px,2.3vw,25px);border-radius:28px;background:#fff;color:var(--ink);box-shadow:0 28px 70px #0619244a}.ph-guide__video{overflow:hidden;border-radius:20px;background:#0a1820}.ph-guide video{width:100%;max-height:680px;object-fit:contain}.ph-guide__copy{padding:clamp(8px,2vw,22px)}.ph-guide__copy>span{display:inline-flex;margin-bottom:18px;padding:.4rem .62rem;border-radius:999px;background:var(--mint);color:var(--teal);font-size:.66rem;font-weight:900}.ph-guide h3{margin:.1em 0;font-size:clamp(2rem,3.4vw,3.4rem);line-height:1}.ph-guide ul{display:grid;gap:7px;padding:0;list-style:none}.ph-guide li{color:#48616a;font-size:.8rem;font-weight:800}.ph-guide li:before{margin-right:7px;color:var(--teal);content:"\2713"}.ph-guide small{color:#70838a}.ph-product{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(40px,7vw,88px)}.ph-product__gallery{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(3,1fr);gap:10px}.ph-product__gallery figure{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff}.ph-product__gallery figure img{width:100%;height:100%;aspect-ratio:1;object-fit:contain}.ph-product__gallery .is-main{grid-row:span 3}.ph-product__copy>p{font-size:1.02rem}.ph-product__price{display:flex;align-items:center;gap:10px;margin:18px 0}.ph-product__price strong{color:var(--navy);font-size:2rem}.ph-product__price del{color:#7e9097}.ph-product__copy ul{display:grid;gap:8px;padding:0;list-style:none}.ph-product__copy li:before{margin-right:8px;color:var(--teal);content:"\2713"}.ph-product__note{display:block;margin-top:13px;color:#708188}.ph-reviews{background:var(--mint)}.ph-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:38px}.ph-reviews article{overflow:hidden;border:1px solid #d7e8df;border-radius:23px;background:#fff;box-shadow:0 12px 38px #1232470b}.ph-reviews article>img{width:100%;aspect-ratio:1.45;object-fit:cover}.ph-reviews article>div{padding:21px}.ph-stars{color:var(--gold);letter-spacing:.08em}.ph-reviews blockquote{min-height:96px;margin:11px 0 18px;color:#405a63}.ph-reviews article strong,.ph-reviews article small{display:block}.ph-reviews article small{margin-top:3px;color:#71848a;font-size:.67rem}.ph-review-note{max-width:760px;margin:24px auto 0;text-align:center;font-size:.72rem}.ph-videos{background:#fff}.ph-videos__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:36px}.ph-videos article{overflow:hidden;border:1px solid var(--line);border-radius:21px;background:var(--sand)}.ph-videos video{width:100%;aspect-ratio:9/16;background:#10232c;object-fit:cover}.ph-videos article p{padding:0 14px;font-size:.68rem}.ph-faq{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(38px,8vw,100px)}.ph-faq__list details{border-bottom:1px solid var(--line)}.ph-faq summary{display:flex;justify-content:space-between;gap:18px;padding:21px 0;color:var(--navy);cursor:pointer;font-weight:900;list-style:none}.ph-faq summary::-webkit-details-marker{display:none}.ph-faq details p{padding:0 0 20px}.ph-faq details[open] summary span{transform:rotate(45deg)}.ph-final{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:clamp(60px,7vw,96px);padding:clamp(34px,5vw,64px);border-radius:30px;background:linear-gradient(135deg,var(--navy),#16495b);color:#fff}.ph-final h2{max-width:720px;margin-bottom:10px;color:#fff}.ph-final p:not(.ph-kicker){max-width:700px;margin-bottom:0;color:#c8dadd}.ph-final .ph-kicker{color:#82dbc8}.ph-final .ph-button{flex:0 0 auto;background:#fff;color:var(--navy);box-shadow:none}@media(max-width:960px){.ph-hero__grid,.ph-mechanism,.ph-product,.ph-faq,.ph-guide{grid-template-columns:1fr}.ph-hero__copy{max-width:760px}.ph-hero__visual{max-width:680px;margin-inline:auto}.ph-locations,.ph-toxins__grid,.ph-steps,.ph-reviews__grid,.ph-videos__grid{grid-template-columns:repeat(2,1fr)}.ph-guide__copy{padding:10px}.ph-product__gallery{max-height:650px}.ph-faq__intro{max-width:680px}.ph-final{align-items:flex-start;flex-direction:column}}@media(max-width:680px){.ph-section{padding-block:58px}.ph-hero{padding:38px 0 48px}.ph-hero h1{font-size:clamp(2.7rem,14vw,4rem);line-height:.93}.ph-hero__actions{display:grid}.ph-button{width:100%}.ph-proof{display:grid;gap:8px}.ph-offer{right:2%;bottom:1%;min-width:160px}.ph-emergency__grid{grid-template-columns:1fr 1fr}.ph-emergency__grid>div{grid-column:1/-1}.ph-emergency a{text-align:center}.ph-locations,.ph-toxins__grid,.ph-steps,.ph-reviews__grid,.ph-videos__grid{grid-template-columns:1fr}.ph-locations article,.ph-toxins article{padding:21px}.ph-steps{gap:10px}.ph-product__gallery{grid-template-columns:1fr 1fr;grid-template-rows:auto}.ph-product__gallery .is-main{grid-row:auto;grid-column:1/-1}.ph-product__gallery figure:nth-child(n+4){display:none}.ph-product__copy h2,.ph-heading h2,.ph-mechanism h2,.ph-faq h2,.ph-final h2{font-size:clamp(2.15rem,10vw,3.25rem)}.ph-reviews blockquote{min-height:0}.ph-final{margin-inline:14px;border-radius:24px}}@media(prefers-reduced-motion:reduce){.ph-button{transition:none}}.pv{--navy:#123247;--navy-deep:#0a2535;--teal:#167565;--teal-dark:#0d5a4f;--sky:#edf7fa;--mint:#edf8f2;--sand:#faf8f4;--paper:#fff;--ink:#17313b;--muted:#5d737b;--line:#dce8e7;--gold:#e2ad4f;background:#fff;color:var(--ink)}.pv h1,.pv h2,.pv h3{color:var(--navy);font-family:ui-serif,Georgia,Cambria,Times New Roman,serif;letter-spacing:-.035em;text-wrap:balance}.pv p{color:var(--muted)}.pv-section{padding-block:clamp(68px,8vw,110px)}.pv-kicker{margin:0 0 10px;color:var(--teal);font-size:.72rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.pv-heading{max-width:780px}.pv-heading--center{margin-inline:auto;text-align:center}.pv-heading h2,.pv-included h2,.pv-video h2,.pv-safe h2,.pv-faq h2,.pv-final h2{margin:.08em 0 .32em;font-size:clamp(2.25rem,4.5vw,4.2rem);line-height:1}.pv-heading>p:last-child{font-size:1.02rem}.pv-heading--center>p:last-child{max-width:680px;margin-inline:auto}.pv-alert{padding:11px 0;background:var(--navy-deep);color:#fff}.pv-alert .shell{display:flex;justify-content:center;gap:8px;text-align:center;font-size:.75rem}.pv-alert span{color:#cfdee1}.pv-hero{display:grid;grid-template-columns:1.06fr .94fr;gap:clamp(34px,5.5vw,74px);padding-block:clamp(24px,5vw,70px)}.pv-gallery,.pv-buy{min-width:0}.pv-stage{position:relative;aspect-ratio:1;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 24px 72px #12324712}.pv-slide{width:100%;height:100%}.pv-slide img{width:100%;height:100%;object-fit:contain}.pv-gallery__arrow{position:absolute;z-index:2;top:50%;display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#ffffffed;color:var(--navy);cursor:pointer;box-shadow:0 8px 20px #12324714;transform:translateY(-50%)}.pv-gallery__arrow--prev{left:13px}.pv-gallery__arrow--next{right:13px}.pv-gallery__badge{position:absolute;top:14px;left:14px;padding:.42rem .6rem;border-radius:999px;background:var(--mint);color:var(--teal);font-size:.63rem;font-weight:900}.pv-thumbs{display:flex;gap:8px;margin-top:11px;padding:3px 1px 8px;overflow-x:auto;scrollbar-width:thin}.pv-thumbs button{width:74px;height:74px;flex:0 0 74px;padding:4px;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer}.pv-thumbs button.is-active{border:2px solid var(--teal);box-shadow:0 0 0 3px #16756513}.pv-thumbs img{width:100%;height:100%;object-fit:contain}.pv-caption{margin:4px 0;color:#7a8b91;font-size:.66rem}.pv-buy{position:sticky;top:102px;align-self:start}.pv-buy h1{margin:.08em 0 .12em;font-size:clamp(2.45rem,4.4vw,4.25rem);line-height:.96}.pv-product-name{margin:0;color:#77898f;font-size:.69rem}.pv-rating{display:flex;gap:9px;align-items:center;margin:13px 0}.pv-rating span,.pv-reviews article>span{color:var(--gold);letter-spacing:.08em}.pv-rating a{color:var(--teal);font-size:.75rem;font-weight:800;text-underline-offset:3px}.pv-subtitle{font-size:1rem}.pv-price{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:16px 0 8px}.pv-price strong{color:var(--navy);font-size:2rem}.pv-price del{color:#809096}.pv-price>span{padding:.32rem .55rem;border-radius:999px;background:var(--mint);color:var(--teal);font-size:.68rem;font-weight:900}.pv-stock{display:flex;align-items:center;gap:8px;color:var(--teal);font-size:.76rem;font-weight:900}.pv-stock:before{width:9px;height:9px;border-radius:50%;background:#42a284;box-shadow:0 0 0 4px #42a2841f;content:""}.pv-stock.is-out{color:#ad343d}.pv-stock.is-out:before{background:#ad343d}.pv-benefits{display:grid;gap:7px;margin:18px 0}.pv-benefits p{display:grid;grid-template-columns:auto 1fr;gap:4px 8px;margin:0;padding-left:24px;position:relative;font-size:.82rem}.pv-benefits p:before{position:absolute;left:0;color:var(--teal);font-weight:950;content:"\2713"}.pv-benefits b{color:var(--ink)}.pv-benefits span{color:#667a82}.pv-warning{margin:17px 0;padding:14px 15px;border-left:4px solid var(--teal);border-radius:0 14px 14px 0;background:var(--sky)}.pv-warning strong{color:var(--navy);font-size:.79rem}.pv-warning p{margin:.25rem 0 0;font-size:.72rem}.pv-form[aria-busy=true]{opacity:.64;pointer-events:none}.pv-options{margin:15px 0;padding:0;border:0}.pv-options legend{margin-bottom:8px;font-size:.75rem;font-weight:900}.pv-options>div{display:flex;flex-wrap:wrap;gap:8px}.pv-options label{position:relative}.pv-options input{position:absolute;opacity:0}.pv-options span{display:block;padding:.62rem .78rem;border:1px solid var(--line);border-radius:12px;background:#fff}.pv-options input:checked+span{border-color:var(--teal);background:var(--teal);color:#fff}.pv-bundles{margin:18px 0;padding:0;border:0}.pv-bundles>legend{font-weight:900}.pv-bundles>p{margin:.2rem 0 10px;font-size:.74rem}.pv-bundles>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pv-bundles button{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px;padding:12px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--ink);text-align:left;cursor:pointer}.pv-bundles button.is-active{border:2px solid var(--teal);background:#f6fcf9;box-shadow:0 8px 24px #16756514}.pv-bundles__copy,.pv-bundles__price{display:grid;min-width:0}.pv-bundles button b{font-size:.8rem}.pv-bundles__copy small{margin-top:2px;color:var(--teal);font-size:.63rem;font-weight:850}.pv-bundles__price{justify-items:end;text-align:right}.pv-bundles__price del{color:#87969b;font-size:.61rem}.pv-bundles__price strong{font-size:.88rem;white-space:nowrap}.pv-bundles__price small{color:#667a82;font-size:.58rem;white-space:nowrap}.pv-bundles__price em{margin-top:2px;padding:.16rem .34rem;border-radius:999px;background:#dff2e9;color:var(--teal);font-size:.56rem;font-style:normal;font-weight:900;white-space:nowrap}.pv-bundles>small{display:block;margin-top:7px;color:#78898f;font-size:.64rem}.pv-add{display:flex;width:100%;min-height:58px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:15px;background:var(--teal);color:#fff;font-weight:950;cursor:pointer;box-shadow:0 14px 32px #16756529}.pv-add:hover{background:var(--teal-dark)}.pv-add:disabled{opacity:.46;cursor:not-allowed}.pv-checkout{margin:.65rem 0;text-align:center;font-size:.66rem}.pv-policy{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:15px;padding-top:15px;border-top:1px solid var(--line);color:#5e747c;font-size:.65rem;font-weight:800}.pv-policy span:before,.pv-policy a:before{margin-right:5px;color:var(--teal);content:"\2713"}.pv-policy a{color:var(--navy);text-underline-offset:3px}.pv-answers{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding-bottom:clamp(64px,7vw,92px)}.pv-answers article{padding:20px;border:1px solid var(--line);border-radius:20px;background:var(--sand)}.pv-answers article>span{color:var(--teal);font-size:.65rem;font-weight:900;text-transform:uppercase}.pv-answers h2{margin:15px 0 7px;font-size:1.2rem}.pv-answers p{margin:0;font-size:.78rem}.pv-how{background:var(--sky)}.pv-how__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px}.pv-how article{padding:26px;border:1px solid #d5e7eb;border-radius:22px;background:#fff}.pv-how article>span{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:var(--mint);color:var(--teal);font-weight:950}.pv-how h3{margin:26px 0 8px;font-size:1.35rem}.pv-how article p{margin:0;font-size:.84rem}.pv-section-note{max-width:900px;margin:25px auto 0;color:#71848b;font-size:.72rem;text-align:center}.pv-scenarios__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.pv-scenarios article{display:grid;gap:5px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 32px #12324709}.pv-scenarios article b{color:var(--navy)}.pv-scenarios article span{color:#667a82;font-size:.79rem}.pv-included{background:var(--mint)}.pv-included__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(38px,7vw,90px)}.pv-included ul{display:grid;gap:10px;padding:0;list-style:none}.pv-included li{padding-left:25px;position:relative}.pv-included li:before{position:absolute;left:0;color:var(--teal);content:"\2713"}.pv-ingredients>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pv-ingredients article{padding:18px;border:1px solid #d7e8df;border-radius:17px;background:#fff}.pv-ingredients article b{color:var(--navy)}.pv-ingredients article p{margin-bottom:0;font-size:.8rem}.pv-ingredients small{display:block;margin-top:12px;color:#6d8188}.pv-plan{background:var(--navy);color:#fff}.pv-heading--light h2{color:#fff}.pv-heading--light .pv-kicker{color:#80dbc6}.pv-heading--light>p:last-child{color:#c7d8dc}.pv-plan ol{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin:38px 0 0;padding:0;list-style:none}.pv-plan li{padding:21px;border:1px solid #ffffff1d;border-radius:20px;background:#ffffff09}.pv-plan li>b{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:#5fc4ae;color:var(--navy-deep)}.pv-plan h3{margin:24px 0 8px;color:#fff}.pv-plan li p{margin:0;color:#c8d9dc;font-size:.81rem}.pv-video{background:linear-gradient(135deg,#fff,#f0f8f6)}.pv-video__grid{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:clamp(30px,5vw,68px)}.pv-video__frame{overflow:hidden;border:1px solid var(--line);border-radius:25px;background:#0b1c24;box-shadow:0 24px 68px #12324719}.pv-video video{width:100%;max-height:720px;object-fit:contain}.pv-video__copy>span{display:inline-flex;margin-bottom:17px;padding:.42rem .64rem;border-radius:999px;background:var(--mint);color:var(--teal);font-size:.66rem;font-weight:900}.pv-video ul{display:grid;gap:8px;padding:0;list-style:none}.pv-video li:before{margin-right:7px;color:var(--teal);content:"\2713"}.pv-video small{color:#71838a}.pv-compare__table{margin-top:34px;overflow:hidden;border:1px solid var(--line);border-radius:22px}.pv-compare__row{display:grid;grid-template-columns:1fr 1fr 1fr}.pv-compare__row>*{padding:16px;border-bottom:1px solid var(--line)}.pv-compare__row>*+*{border-left:1px solid var(--line)}.pv-compare__row:last-child>*{border-bottom:0}.pv-compare__head{background:var(--navy);color:#fff;font-weight:900}.pv-compare__row:not(.pv-compare__head)>*:nth-child(2){background:#f1faf6;color:var(--teal);font-weight:800}.pv-compare__row:not(.pv-compare__head)>*:nth-child(3){color:#667a82}.pv-reviews{background:var(--sand)}.pv-reviews__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:36px}.pv-reviews article{padding:21px;border:1px solid var(--line);border-radius:20px;background:#fff}.pv-reviews blockquote{min-height:145px;margin:12px 0;color:#425b64}.pv-reviews article b,.pv-reviews article small{display:block}.pv-reviews article small{margin-top:3px;color:#7a8b91;font-size:.65rem}.pv-safe{background:var(--navy-deep);color:#fff}.pv-safe__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(34px,7vw,90px)}.pv-safe h2{color:#fff}.pv-safe .pv-kicker{color:#80dbc6}.pv-safe p{color:#c6d7db}.pv-safe__grid>div:first-child>strong{display:block;color:#fff}.pv-hotlines{display:grid;gap:10px}.pv-hotlines a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px;border:1px solid #ffffff22;border-radius:16px;background:#ffffff0b;color:#fff;text-decoration:none}.pv-hotlines a span{font-size:.78rem}.pv-hotlines a b{white-space:nowrap}.pv-hotlines small{color:#aebfc4}.pv-faq{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(38px,8vw,100px)}.pv-faq details{border-bottom:1px solid var(--line)}.pv-faq summary{display:flex;justify-content:space-between;gap:18px;padding:21px 0;color:var(--navy);cursor:pointer;font-weight:900;list-style:none}.pv-faq summary::-webkit-details-marker{display:none}.pv-faq details p{padding:0 0 20px}.pv-faq details[open] summary span{transform:rotate(45deg)}.pv-final{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:clamp(70px,8vw,110px);padding:clamp(34px,5vw,62px);border-radius:28px;background:linear-gradient(135deg,var(--teal),#0e5260);color:#fff}.pv-final h2{max-width:720px;color:#fff}.pv-final p:not(.pv-kicker){max-width:670px;margin-bottom:0;color:#d4e8e5}.pv-final .pv-kicker{color:#d8fff4}.pv-final__button{display:inline-flex;min-height:54px;flex:0 0 auto;align-items:center;justify-content:center;padding:.85rem 1.15rem;border-radius:14px;background:#fff;color:var(--navy);font-weight:900;text-decoration:none}.pv-mobile-bar{display:none}.pv-empty{padding:100px 0}@media(max-width:980px){.pv-hero,.pv-included__grid,.pv-video__grid,.pv-safe__grid,.pv-faq{grid-template-columns:1fr}.pv-buy{position:static}.pv-answers,.pv-how__grid,.pv-scenarios__grid,.pv-plan ol,.pv-reviews__grid{grid-template-columns:repeat(2,1fr)}.pv-video__copy{max-width:720px}.pv-faq__intro{max-width:680px}.pv-final{align-items:flex-start;flex-direction:column}}@media(max-width:700px){.pv-alert .shell{display:grid;gap:1px}.pv-hero{gap:24px;padding-top:17px}.pv-stage{border-radius:20px}.pv-buy h1{font-size:clamp(2.3rem,11vw,3.4rem)}.pv-bundles>div,.pv-answers,.pv-how__grid,.pv-scenarios__grid,.pv-plan ol,.pv-reviews__grid{grid-template-columns:1fr}.pv-answers{padding-bottom:58px}.pv-included__grid{padding-block:58px}.pv-ingredients>div{grid-template-columns:1fr}.pv-compare__table{overflow-x:auto;border-radius:17px}.pv-compare__row{min-width:670px}.pv-hotlines a{align-items:flex-start;flex-direction:column;gap:4px}.pv-final{margin-inline:14px;margin-bottom:94px;border-radius:23px}.pv-final__button{width:100%}.pv-mobile-bar{position:fixed;z-index:70;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px max(14px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));border-top:1px solid var(--line);background:#ffffffef;box-shadow:0 -12px 38px #1232471a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transform:translateY(120%);transition:transform .25s ease}.pv-mobile-bar.is-visible{transform:translateY(0)}.pv-mobile-bar>div{display:grid}.pv-mobile-bar small{color:#73858b;font-size:.58rem}.pv-mobile-bar strong{color:var(--navy);font-size:1rem}.pv-mobile-bar button{min-height:46px;padding:.7rem 1rem;border:0;border-radius:13px;background:var(--teal);color:#fff;font-weight:900}.pv-mobile-bar button:disabled{opacity:.46}}@media(prefers-reduced-motion:reduce){.pv-mobile-bar{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/51/compiled_assets/styles.css.map */
