:root{--coral: #FE7272;--coral-deep: #ED5757;--coral-soft: rgba(254,114,114,.12);--ink: #1a1a1a;--muted: #6b6b67;--hairline: rgba(26,26,26,.12);--paper: #faf7f1;--cream: #f6f1e8;--sans: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;--mono: "Geist Mono", ui-monospace, monospace}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--sans);background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}.layout{max-width:1280px;margin:0 auto;padding:40px 32px 44px;display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:start}.gallery{display:grid;gap:16px}.gx-cq{margin-top:30px}.gx-cq-head{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.gx-cq-list{border-top:1px solid var(--hairline)}.gx-cq-item{border-bottom:1px solid var(--hairline)}.gx-cq-q{width:100%;-webkit-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 2px;text-align:left;font-family:var(--sans);font-size:15px;font-weight:700;color:var(--ink);letter-spacing:-.005em;line-height:1.3;transition:color .15s}.gx-cq-q:hover{color:var(--coral-deep)}.gx-cq-ic{flex-shrink:0;width:22px;height:22px;position:relative;border-radius:50%;border:1.5px solid var(--hairline);transition:border-color .15s,background .15s}.gx-cq-item[data-open=true] .gx-cq-ic{background:var(--coral);border-color:var(--coral)}.gx-cq-ic:before,.gx-cq-ic:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--ink);transition:background .15s,transform .22s}.gx-cq-ic:before{width:9px;height:1.5px}.gx-cq-ic:after{width:1.5px;height:9px}.gx-cq-item[data-open=true] .gx-cq-ic:before,.gx-cq-item[data-open=true] .gx-cq-ic:after{background:#fff}.gx-cq-item[data-open=true] .gx-cq-ic:after{transform:translate(-50%,-50%) scaleY(0)}.gx-cq-a{overflow:hidden;max-height:0;transition:max-height .28s ease}.gx-cq-a-inner{padding:0 2px 18px;font-size:14px;line-height:1.55;color:var(--muted);max-width:54ch}.gx-cq-a-inner strong{color:var(--ink);font-weight:700}.gx-cq-a-inner p{margin:0 0 12px}.gx-cq-a-inner p:last-child{margin-bottom:0}.gx-cq-a-inner .cov{color:var(--coral-deep);font-weight:700}.gallery .main{aspect-ratio:1;border-radius:20px;background:var(--cream);border:1px solid var(--hairline);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;container-type:inline-size}.gallery .main img{width:100%;height:100%;object-fit:cover}.gallery .main .label{position:absolute;top:16px;left:16px;background:#ffffffeb;padding:5px 10px;border-radius:4px;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;z-index:2}@media(max-width:640px){.gallery .main .label{display:none}}.gallery .main .review-overlay{position:absolute;top:8.5%;right:6%;z-index:2;text-align:right;pointer-events:none;font-size:clamp(11px,3.35cqw,17px)}.review-overlay .rv-num{display:block;font-family:var(--serif);font-weight:800;font-size:2.05em;line-height:1;letter-spacing:-.01em;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.4),0 1px 2px rgba(0,0,0,.5)}.review-overlay .rv-sub{display:block;margin-top:.12em;font-family:var(--sans);font-weight:500;font-size:1em;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.55)}.review-overlay .rv-stars{display:block;margin-top:.18em;margin-left:auto;height:1.05em;width:auto;aspect-ratio:111.2 / 18.68;fill:#ffe11a;stroke:#ffe11a;stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round;paint-order:stroke;filter:drop-shadow(0 1px 2.5px rgba(0,0,0,.5))}.gallery .thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:12px}.gallery .thumb{-webkit-appearance:none;appearance:none;aspect-ratio:1;background:var(--cream);border:1px solid var(--hairline);border-radius:12px;padding:0;cursor:pointer;overflow:hidden;transition:border-color .15s}.gallery .thumb:hover{border-color:var(--ink)}.gallery .thumb[data-on=true]{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.gallery .thumb img{width:100%;height:100%;object-fit:cover}.info-col{min-width:0}.wrap{max-width:100%;padding:0;margin:0}h1.product{font-family:var(--sans);font-weight:800;font-size:clamp(32px,3.4vw,44px);line-height:1;letter-spacing:-.025em;margin:0 0 7px;text-transform:uppercase}p.subtitle{font-size:clamp(16px,1.6vw,19px);font-weight:500;line-height:1.45;color:var(--muted);margin:0 0 20px}.pdp-rating{display:flex;align-items:stretch;gap:0;padding:14px 0 18px;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);margin-bottom:24px}.pdp-rating .cell{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:0 10px}.pdp-rating .cell+.cell{border-left:1px solid var(--hairline)}.pdp-rating .v{font-size:15px;font-weight:700;color:var(--ink);display:flex;align-items:center;justify-content:center;gap:7px;line-height:1;white-space:nowrap}.pdp-rating .stars{color:#ffe11a;letter-spacing:.04em;font-size:13px;-webkit-text-stroke:.4px rgba(180,130,0,.45)}.pdp-rating .l{font-size:12px;color:var(--muted);line-height:1.3;white-space:nowrap}p.overview{font-size:15px;line-height:1.55;color:var(--ink);margin:0 0 36px;max-width:60ch}p.overview-lead{font-size:15px;font-weight:700;line-height:1.4;color:var(--coral-deep);margin:0 0 10px;max-width:60ch}p.overview strong{font-weight:700;color:var(--ink)}.seg-note{margin-top:10px;font-size:12px;color:var(--muted);line-height:1.4;text-align:center}p.promise{font-family:var(--sans);font-size:clamp(17px,1.8vw,20px);font-weight:500;line-height:1.4;letter-spacing:-.005em;color:var(--ink);margin:0;max-width:30ch}p.promise em{font-style:normal;color:var(--coral-deep);font-weight:600}ul.gx-benefits{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:12px}ul.gx-benefits li{display:flex;gap:10px;align-items:flex-start;font-size:15px;line-height:1.5;color:var(--ink)}ul.gx-benefits .bic{flex:none;color:var(--coral-deep);font-size:14px;font-weight:800;line-height:1.5}ul.gx-benefits strong{font-weight:700}ul.gx-benefits sup{color:var(--muted);font-size:10px}blockquote.hero-quote{margin:20px 0 4px;padding:2px 0 2px 16px;border-left:2px solid rgba(254,114,114,.38);font-size:15px;line-height:1.55;color:var(--muted);font-style:italic;max-width:48ch}blockquote.hero-quote cite{display:block;margin-top:9px;font-style:normal;font-size:12.5px;font-weight:600;color:var(--muted)}blockquote.hero-quote .vf{color:var(--coral-deep);font-weight:600;margin-left:8px}.gx-hero-h1{font-family:var(--sans);font-weight:800;font-size:clamp(20px,2.25vw,28px);line-height:1.28;letter-spacing:-.025em;text-transform:uppercase;margin:0 0 14px;color:var(--ink)}.gx-hero-h1 .coral{color:var(--coral)}.gx-hero-lede{font-size:16px;line-height:1.55;color:var(--muted);margin:0 0 14px;max-width:52ch}.gx-hero-benefit{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:6px;margin:0 0 18px;padding:0}.gx-hero-benefit span{font-family:var(--sans);font-size:13px;font-weight:600;letter-spacing:0;text-transform:none;white-space:nowrap;color:var(--ink);background:var(--cream);border:1px solid var(--hairline);border-radius:999px;padding:7px 14px}.gx-hero-lede strong{color:var(--ink);font-weight:700}.cmp-ref{font-size:.55em;color:inherit;font-weight:700;vertical-align:super;margin-left:1px}.gx-compare-cards .cmp-ref{color:#ffffffb8}.cmp-refs{display:none}@media(min-width:701px){.gx-section{padding-top:64px!important;padding-bottom:64px!important}.cmp-refs{display:grid;grid-template-columns:1fr 1fr;gap:6px 32px;margin-top:28px;font-family:var(--mono);font-size:11px;line-height:1.4;color:#ffffff80}.cmp-refs .cr-head{grid-column:1 / -1;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;font-weight:700;margin-bottom:4px}.cmp-refs .cr{display:flex;gap:6px}.cmp-refs .cr .n{color:#ffffff80;font-weight:700;flex:0 0 auto}.cmp-refs a{color:inherit;text-decoration:none;overflow-wrap:anywhere}.cmp-refs a:hover{text-decoration:underline}}@media(max-width:700px){.cmp-refs{display:flex;flex-direction:column;gap:4px;margin-top:22px;font-family:var(--mono);font-size:9.5px;line-height:1.4;color:#ffffff80}.cmp-refs .cr{display:flex;gap:6px}.cmp-refs .cr-head{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;font-weight:700;margin-bottom:8px}.cmp-refs .cr>span:last-child{min-width:0;overflow-wrap:anywhere}.cmp-refs .cr .n{color:#ffffff80;font-weight:700;flex:0 0 auto}.cmp-refs a{color:inherit;text-decoration:none;overflow-wrap:anywhere}.cmp-refs a:hover{text-decoration:underline}}.gx-transform .gx-sect-head .lede{font-size:21px;line-height:1.5}.gx-hero-benefit span span{border:none;background:none;padding:0;border-radius:0}.gx-hero-lede sup{color:var(--coral-deep);font-size:11px;font-weight:600}.gx-hero-rating{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;font-size:15px;color:var(--muted);padding:16px 0 20px;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);margin:0}.gx-hero-rating .stars{color:#ffb400;letter-spacing:1px;font-size:16px;-webkit-text-stroke:.4px rgba(180,130,0,.4)}.gx-hero-rating b{color:var(--ink);font-weight:700}.gx-hero-rating .rdiv{width:1px;height:13px;background:var(--hairline)}@media(max-width:640px){.gx-hero-rating{flex-wrap:nowrap;white-space:nowrap;gap:0 5px;font-size:14px;letter-spacing:-.1px;padding:14px 0 18px}.gx-hero-rating .stars{font-size:14px;letter-spacing:0}.gx-hero-rating .rdiv{height:13px}.gx-hero-rating .rt-extra{display:none}}.gx-trust{display:flex;flex-wrap:wrap;gap:7px 18px;margin:0 0 24px}.gx-trust .pill{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;border-radius:0;font-size:12.5px;font-weight:600;color:var(--muted);background:none}.gx-trust .pill svg{color:var(--coral);flex:none}.gx-trust .pill.hero{color:var(--coral-deep)}.gx-trust .pill.hero svg{color:var(--coral-deep)}.formulator-chip{display:flex;align-items:center;gap:11px;margin:0 0 26px;padding:0;border:none;border-radius:0;background:none}.formulator-chip .av{flex:none;width:38px;height:38px;border-radius:50%;background:var(--coral-soft);display:inline-flex;align-items:center;justify-content:center;font-family:var(--sans);font-weight:800;font-size:13px;color:var(--coral-deep);border:none;letter-spacing:0}.formulator-chip .ft{font-size:12.5px;line-height:1.4;color:var(--muted)}.formulator-chip .ft b{color:var(--ink);font-weight:700;display:block;font-size:13.5px;margin-bottom:1px}.how-block{margin-top:32px;padding-top:26px;border-top:1px solid var(--hairline)}.info-foot{margin-top:14px;margin-bottom:14px;font-size:10.5px;line-height:1.5;color:var(--muted);max-width:none}.info-foot .cite{display:inline-block;white-space:nowrap;margin-right:14px}.info-foot .fn-mark{color:var(--coral-deep);font-weight:700;margin-right:4px}.info-foot em{font-style:italic}.info-foot a{color:var(--coral-deep);text-decoration:none}.info-foot a:hover{text-decoration:underline}@media(max-width:700px){.gutx-buybox-section .gx-eyebrow{font-size:12px;letter-spacing:.1em}.info-foot{font-size:12px}}.step-label{font-size:15px;font-weight:700;margin:0 0 14px;color:var(--ink)}.step-label .sub{font-weight:400;color:var(--muted);margin-left:4px}.sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:36px}.size{-webkit-appearance:none;appearance:none;background:#fff;border:1.5px solid var(--hairline);border-radius:10px;padding:0;cursor:pointer;text-align:left;position:relative;transition:border-color .15s;overflow:hidden}.size:hover{border-color:#1a1a1a66}.size[data-on=true]{border-color:var(--ink);border-width:2px}.size .img{aspect-ratio:4 / 3;background:#fff;display:flex;align-items:center;justify-content:center;padding:14px;border-bottom:1px solid var(--hairline)}.size .img img{width:100%;height:100%;object-fit:contain}.size .body{padding:12px 14px 14px}.size .name{font-size:14px;font-weight:700;margin:0 0 6px}.size .tile-save{display:inline-block;font-size:11px;color:var(--coral-deep);font-weight:700;background:var(--coral-soft);padding:3px 9px;border-radius:999px}.size[data-on=true] .tile-save{background:var(--coral);color:#fff}.size .badge{position:absolute;top:-1px;left:-1px;background:var(--ink);color:#fff;font-family:var(--sans);font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 8px 5px;border-radius:10px 0 8px}.cadence{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:36px}.cad{position:relative;-webkit-appearance:none;appearance:none;background:#fff;border:1.5px solid var(--hairline);border-radius:10px;padding:14px 12px;cursor:pointer;text-align:center;font-family:var(--sans);transition:border-color .15s}.cad-rec{position:absolute;top:-9px;left:50%;transform:translate(-50%);white-space:nowrap;background:var(--coral);color:#fff;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:999px}.cad:hover{border-color:#1a1a1a66}.cad[data-on=true]{border-color:var(--ink);border-width:2px}.cad .n{font-size:18px;font-weight:700;display:block}.cad .l{font-size:11px;color:var(--muted);margin-top:4px;display:block}.perks{background:var(--cream);border-radius:10px;padding:20px 24px;margin-bottom:24px}.perks-head{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);margin-bottom:12px}.perks-list{list-style:none;margin:0;padding:0;display:grid;gap:10px;font-size:13px}.perks-list li{display:flex;align-items:flex-start;gap:10px;line-height:1.45}.perks-list li .ic{width:16px;height:16px;border-radius:50%;background:var(--coral);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0;margin-top:2px}.perks-list li.bonus{padding-top:10px;border-top:1px dashed rgba(26,26,26,.18);margin-top:4px}.perks-list li.bonus strong{font-weight:700}.perks-list .new-tag{display:inline-block;margin-left:8px;padding:2px 6px;border-radius:3px;background:var(--coral);color:#fff;font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;vertical-align:1px}.autoship{position:relative;background:#fff;border:1.5px solid var(--ink);border-radius:12px;padding:20px 24px 18px;margin-bottom:0}.autoship .pop-tab{position:absolute;top:-14px;right:16px;background:var(--ink);color:#fff;font-family:var(--sans);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 10px 6px;border-radius:6px 6px 0 0}.autoship-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:8px}.autoship-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700}.save-pill{background:var(--coral);color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;padding:4px 10px;border-radius:999px;text-transform:uppercase}.autoship-price{text-align:right;line-height:1.1}.autoship-price .strike{color:var(--muted);text-decoration:line-through;font-size:16px;font-weight:500;margin-right:6px}.autoship-price .now{font-size:22px;font-weight:700}.autoship-price .savings{display:inline-block;font-size:12px;font-weight:700;color:#fff;background:var(--coral);padding:3px 10px;border-radius:999px;margin-top:6px}.autoship-meta{display:flex;align-items:center;gap:14px;font-size:13px;color:var(--ink);margin-bottom:18px}.autoship-meta strong{font-weight:700}.autoship-meta .dot{width:4px;height:4px;border-radius:50%;background:var(--muted);display:inline-block}.add-cta{display:flex;flex-direction:column;align-items:center;gap:3px;width:100%;background:var(--coral);color:#fff;border:0;border-radius:10px;padding:14px 24px;font-family:var(--sans);font-size:16px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .15s}.add-cta .cta-label{font-size:15px;letter-spacing:.06em}.add-cta .cta-price{font-size:19px;letter-spacing:.01em}.add-cta:hover{background:var(--coral-deep)}.cta-rating{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.cta-rating .stars{color:var(--coral);font-size:14px;letter-spacing:1px}.cta-rating .rcount{font-family:var(--mono);font-size:11px;letter-spacing:.04em;color:var(--muted);text-transform:uppercase}.cta-rating .rcount strong{color:var(--ink);font-weight:600}.express-or{display:flex;align-items:center;gap:12px;margin:14px 0 12px;font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.express-or:before,.express-or:after{content:"";flex:1;height:1px;background:var(--hairline)}.express{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.xpay{display:flex;align-items:center;justify-content:center;height:42px;border-radius:8px;border:0;cursor:pointer;font-family:var(--sans);font-weight:700;font-size:13px;transition:filter .15s}.xpay:hover{filter:brightness(.92)}.xpay.shop{background:#5a31f4;color:#fff}.xpay.paypal{background:#ffc439;color:#003087;font-style:italic}.xpay.apple{background:#000;color:#fff}.xpay .pp-1{font-weight:800}.xpay .pp-2{font-weight:800;color:#0070ba}.pay-badges{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;margin-top:12px}.pay-badges .pb{height:22px;padding:0 7px;border:1px solid var(--hairline);border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:9px;font-weight:800;letter-spacing:.02em;color:var(--ink)}.pay-badges .pb.visa{color:#1a1f71}.pay-badges .pb.mc{color:#eb001b}.pay-badges .pb.amex{color:#006fcf}.pay-badges .pb.disc{color:#ff6000}.pay-badges .financing{width:100%;text-align:center;margin-top:8px;font-size:12px;color:var(--muted)}.pay-badges .financing strong{color:var(--ink);font-weight:600}.checks{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.check{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.35;color:var(--ink)}.check .ic{margin-top:1px;width:16px;height:16px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0}.one-time{text-align:center;margin:26px 0 36px;font-size:14px}.one-time a{color:var(--ink);text-decoration:underline;text-underline-offset:3px;font-weight:600}.one-time .strike{color:var(--muted);text-decoration:line-through;margin-right:4px;font-weight:500}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:28px 0 0;border-top:1px solid var(--hairline)}.trust{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.trust .ic{width:36px;height:36px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center}.trust .label{font-size:13px;font-weight:600;line-height:1.35}.variant-tag{position:fixed;bottom:12px;left:12px;z-index:60;background:var(--ink);color:#fff;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:6px 10px;border-radius:4px;z-index:100}.ship-cutoff{margin:16px 0 0;padding-top:15px;border-top:1px solid var(--hairline);font-size:13px;line-height:1.45;color:var(--ink);text-align:center}.ship-cutoff strong{font-weight:700}.ship-cutoff .sc-count{font-variant-numeric:tabular-nums}.sc-zip{display:inline-flex;align-items:center;gap:6px;margin-top:9px;padding:0 0 3px;border-bottom:1.5px solid var(--hairline);background:none;transition:border-color .2s;position:relative}.sc-zip:focus-within{border-color:var(--coral)}.sc-zip-pin{color:var(--muted);flex-shrink:0;transition:color .2s}.sc-zip:focus-within .sc-zip-pin{color:var(--coral-deep)}.sc-zip-input{border:0;outline:0;background:none;font-family:var(--sans);font-size:11px;font-weight:700;color:var(--ink);width:74px;text-align:left;letter-spacing:.02em}.sc-zip-input::placeholder{color:var(--muted);font-weight:500}.sc-zip-ph{position:absolute;left:20px;top:50%;transform:translateY(-50%);pointer-events:none;font-family:var(--sans);font-size:11px;font-weight:500;color:var(--muted);letter-spacing:.02em;white-space:nowrap}.sc-zip-input:not(:placeholder-shown)+.sc-zip-ph{display:none}.sc-zip:focus-within .sc-zip-ph{display:none}.sc-zip-ok{color:#1f8a5b;font-weight:800;font-size:12px;line-height:1}.ship-cutoff .dd-short{display:none}@media(max-width:640px){.sc-zip-input{font-size:16px;height:16px;line-height:16px}.ship-cutoff{font-size:12px;letter-spacing:-.1px}.ship-cutoff .sc-line{white-space:nowrap}.ship-cutoff .dd-full{display:none}.ship-cutoff .dd-short{display:inline}}.buybox{border:1px solid var(--hairline);border-radius:14px;padding:2px;margin:16px 0 0;background:#fff}.mode-group{display:flex;flex-direction:column;gap:8px}.mode{position:relative;display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px;row-gap:5px;padding:16px 18px;border:1.5px solid var(--hairline);border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s}.mode:hover{border-color:var(--ink)}.mode[data-on=true]{border-color:var(--coral);background:var(--coral-soft)}.mode .radio{flex-shrink:0;width:18px;height:18px;border-radius:50%;border:2px solid var(--hairline);margin-top:2px;position:relative;transition:border-color .15s}.mode[data-on=true] .radio{border-color:var(--coral)}.mode[data-on=true] .radio:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--coral);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mode .mode-main{flex:1}.mode .mode-title{font-size:14px;font-weight:700;color:var(--ink);letter-spacing:-.005em;display:flex;align-items:center;gap:8px;flex-wrap:wrap;row-gap:6px}.mode .mode-sub{flex-basis:100%;width:100%;box-sizing:border-box;padding-left:30px;font-size:12.5px;color:var(--muted);margin-top:-2px;line-height:1.4}.mode .mode-foot{flex-basis:100%;width:100%;box-sizing:border-box;padding-left:30px;margin-top:6px;font-size:12.5px;color:var(--muted);line-height:1.4;white-space:nowrap}.mode[data-on=true] .cov{font-weight:700;color:var(--coral-deep)}.mode .mode-price{text-align:right;flex-shrink:0}.mode .mode-price .now{font-size:18px;font-weight:800;color:var(--ink);letter-spacing:-.01em}.mode .mode-price .strike{display:block;font-size:12px;color:var(--muted);text-decoration:line-through}.mode .mode-badge{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-family:var(--mono);font-size:9px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--coral);padding:4px 8px;border-radius:999px}.gx-field{padding:16px 18px 0}.gx-field>label{display:flex;align-items:center;gap:4px;flex-wrap:wrap;row-gap:3px;font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.gx-field>label .step-n{flex-shrink:0;color:var(--muted);font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.12em}.gx-field>label .lo{color:var(--ink);font-weight:500}.gx-field>label .size-hint{color:var(--muted);font-weight:500}.seg{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.seg button{background:#fff;border:1.5px solid var(--hairline);border-radius:8px;padding:11px 6px 9px;cursor:pointer;text-align:center;font-family:var(--sans);transition:border-color .15s,background .15s;display:flex;flex-direction:column;gap:2px;align-items:center}.seg button:hover{border-color:var(--ink)}.seg button[data-on=true]{border-color:var(--coral);background:var(--coral-soft)}.seg button .sg-n{font-size:14px;font-weight:700;color:var(--ink)}.seg button .sg-l{font-size:10.5px;color:var(--muted)}.seg button[data-on=true] .sg-l{color:var(--coral-deep);font-weight:700}.buybox .add-cta{margin:16px 0 0;border-radius:10px}.mode .mode-perks{flex-basis:100%;width:100%;box-sizing:border-box;padding-left:30px;margin:8px 0 0;list-style:none;display:grid;gap:5px;font-size:12.5px;color:var(--muted);line-height:1.4}.mode .mode-perks li{position:relative;padding-left:16px;white-space:nowrap}.mode .mode-perks li:before{content:"";position:absolute;left:2px;top:.52em;width:5px;height:5px;border-radius:50%;background:var(--muted);opacity:.5}.mode .mode-perks li.perk-bonus{color:var(--coral-deep);font-weight:600}.mode .mode-perks li.perk-bonus:before{background:var(--coral);opacity:1}.buybox-pad{padding:0 18px 16px}.express-min{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.reassure{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 14px;margin-top:14px;font-size:12px;color:var(--muted)}.reassure span{display:inline-flex;align-items:center;gap:5px}.reassure svg{color:var(--coral)}.included{margin-top:22px}.included-head{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.included-list{list-style:none;margin:0;padding:0;display:grid;gap:9px}.included-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--ink);line-height:1.4}.included-list .ic{flex-shrink:0;width:18px;height:18px;border-radius:50%;background-color:var(--coral);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>');background-repeat:no-repeat;background-position:center;background-size:11px 11px;color:transparent;font-size:0;margin-top:1px}.included-list li.bonus .ic{background-color:var(--coral)}.included-list li.bonus{align-items:flex-start}.included-list li.bonus .inc-bonus-name{color:var(--ink);font-weight:700}.included-list li.bonus .inc-bonus-tag{color:var(--coral-deep);font-size:14px;font-weight:700}.included-foot{margin:11px 0 0;font-size:11.5px;line-height:1.4;color:var(--muted)}@media(max-width:640px){.included-list li.bonus .inc-bonus-tag{display:block;margin-top:1px}}.included-note{margin-top:12px;padding-top:12px;border-top:1px dashed rgba(26,26,26,.16);font-size:12.5px;line-height:1.45;color:var(--muted)}.included-note a{color:var(--coral-deep);font-weight:600;text-decoration:underline;cursor:pointer}.nd2{margin-top:14px;padding:14px 16px;background:var(--coral-soft);border-radius:14px}.nd2-row{display:flex;align-items:flex-start;gap:10px}.nd2-ic{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:var(--coral);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;margin-top:1px}.nd2-row span:last-child{font-size:13px;line-height:1.45;color:var(--ink)}.nd2 a{color:var(--coral-deep);font-weight:700;text-decoration:underline;cursor:pointer}.bonus-card{margin-top:12px;padding:14px 16px;background:var(--coral-soft);border-radius:14px;display:flex;align-items:flex-start;gap:10px}.bonus-card .bic{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:var(--coral);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;margin-top:1px}.bonus-card .btxt{font-size:13px;line-height:1.45;color:var(--ink)}.bonus-card .btxt strong{font-weight:700}.bonus-card .bsub{color:var(--coral-deep);font-weight:700}.mobile-buybar{display:none}@media(max-width:1024px){.gx-nav{padding-top:5px}.layout{grid-template-columns:1fr;gap:18px;padding:24px 8px 15px}#gx-sections-root>.gx-section:first-child{padding-top:28px}.gallery{position:static;grid-template-columns:1fr;gap:12px}.gallery .thumbs{flex-direction:row;overflow-x:auto}.gallery .thumb{width:72px;flex-shrink:0}.seg button{padding:14px 6px 12px}.seg button .sg-n{font-size:15px}.mode{padding:18px}.add-cta{min-height:56px;font-size:16px}.express-min button{min-height:50px}.mobile-buybar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:80;align-items:center;gap:14px;background:#fff;border-top:1px solid var(--hairline);padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));box-shadow:0 -10px 30px -16px #00000047;transform:translateY(115%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.mobile-buybar[data-show=true]{transform:translateY(0)}.mbb-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.mbb-mode{font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mbb-price{display:flex;align-items:baseline;gap:7px}.mbb-strike{font-size:13px;color:var(--muted);text-decoration:line-through}.mbb-now{font-size:20px;font-weight:800;color:var(--ink);letter-spacing:-.015em}.mbb-cta{flex-shrink:0;background:var(--coral);color:#fff;border:0;font-family:var(--sans);font-weight:700;font-size:15px;padding:14px 22px;border-radius:10px;cursor:pointer;min-height:48px}.mbb-cta:hover{background:var(--coral-deep)}.gx-foot{padding-bottom:96px}}@media(max-width:640px){.wrap{padding:0}.sizes{grid-template-columns:1fr 1fr 1fr;gap:8px}.size .img{padding:8px}.size .body{padding:10px}.autoship-head{flex-direction:column;align-items:stretch}.autoship-price{text-align:left}.checks{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr;gap:22px}.mode{flex-wrap:wrap}.mode .mode-price{margin-left:auto;text-align:right}.mode-group .mode:last-child .mode-price{margin-top:-2px}}.species-bar{background:var(--ink);color:#ffffffd1;display:flex;align-items:stretch;justify-content:space-between;height:46px;padding-left:12px}.species-tabs{display:flex;align-items:stretch}.sp-tab{display:flex;align-items:center;padding:0 22px;font-family:var(--sans);font-weight:700;font-size:13px;letter-spacing:.03em;text-transform:uppercase;color:#ffffff8c;text-decoration:none;border-bottom:3px solid transparent;transition:color .15s,background .15s,border-color .15s}.sp-tab:hover{color:#fff;background:#ffffff0d}.sp-tab.active{color:#fff;background:#ffffff12;border-bottom-color:var(--coral)}.species-note{display:flex;align-items:center;gap:14px;padding:0 22px;font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.species-note .sep{width:4px;height:4px;border-radius:50%;background:var(--coral)}.species-note b{color:#fff;font-family:var(--sans);font-weight:700;letter-spacing:0;text-transform:none}@media(max-width:820px){.species-note{display:none}.sp-tab{padding:0 16px}}@media(max-width:420px){.sp-tab{padding:0 12px;font-size:12px}}.gx-nav-burger{display:none;-webkit-appearance:none;appearance:none;border:0;background:none;cursor:pointer;width:42px;height:42px;border-radius:10px;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0}.gx-nav-burger span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:transform .26s ease,opacity .2s ease}.gx-nav-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.gx-nav-burger.is-open span:nth-child(2){opacity:0}.gx-nav-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.m-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1a1a66;opacity:0;pointer-events:none;transition:opacity .3s;z-index:199}.m-scrim.open{opacity:1;pointer-events:auto}body.gx-mlock{overflow:hidden}.m-drawer{position:fixed;top:0;bottom:0;left:50%;width:100%;max-width:430px;transform:translate(-50%) translateY(-102%);transition:transform .34s cubic-bezier(.4,0,.2,1);background:var(--paper);z-index:200;display:none;flex-direction:column;padding:24px 28px 32px;box-shadow:0 30px 70px -30px #00000080}.m-drawer.open{transform:translate(-50%) translateY(0)}.m-drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.m-drawer-top .gx-nav-logo .gx-lm-num{font-size:19px}.m-drawer-top .gx-nav-logo .gx-lm-x{height:24px}.m-drawer-top .gx-nav-logo .gx-lm-pill{font-size:11px;padding:5px 8px 3px}.m-close{width:40px;height:40px;border:none;background:none;font-size:26px;line-height:1;color:var(--ink);cursor:pointer}.m-drawer nav{display:flex;flex-direction:column;gap:2px}.m-drawer nav a{font-family:var(--sans);font-weight:700;font-size:22px;letter-spacing:-.02em;text-transform:uppercase;color:var(--ink);text-decoration:none;padding:14px 0;border-bottom:1px solid var(--hairline)}.m-drawer nav a:active{color:var(--coral-deep)}.m-drawer-cta{margin-top:auto;display:flex;flex-direction:column;gap:14px;padding-top:24px}.m-drawer-cta .gx-btn-primary{justify-content:center;padding:16px;font-size:16px}.m-drawer-cta .gx-btn-link{justify-content:center;text-align:center}.gx-navico{display:none}@media(max-width:640px){.gx-nav-cta .gx-btn-primary{display:none}.gx-nav-burger{display:inline-flex}.m-drawer{display:flex}.gx-navico{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:var(--ink);opacity:.9;font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase;padding:4px 6px}.gx-navico span{opacity:.7}.gx-navico svg{width:19px;height:19px}}.gx-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;color:var(--ink);opacity:.82;text-decoration:none;transition:background .15s,opacity .15s,color .15s}.gx-icon-btn:hover{opacity:1;color:var(--coral-deep);background:var(--coral-soft)}.gx-nav-cta .gx-btn-link{white-space:nowrap}.gx-nav{transition:background-color .25s ease;top:0}html[data-navscrolled=true] .gx-nav{background:#d5d2cd}#gx-nav-root{display:contents}.gx-protocol .ph-tick,.gx-protocol .ph-supply,.gx-protocol .protocol-note-m,.gx-protocol .nm-brk{display:none}.gx-protocol-ticks{display:grid;grid-template-columns:1fr 2fr;gap:4px}.gx-protocol-ticks .tk-load{display:flex;justify-content:space-between}.gx-protocol-ticks .tk-maint{display:flex;justify-content:center}@media(max-width:760px){.gx-protocol-ticks{display:none}.gx-protocol{padding:14px;position:relative}.gx-protocol-bar{grid-template-columns:1fr;height:auto;gap:8px;margin:20px 0 34px}.gx-protocol-phase{position:relative;flex-direction:column;align-items:flex-start;justify-content:center;min-height:0;padding:16px 20px}.gx-protocol-phase.maint{margin-top:36px}.gx-protocol-phase .dose{font-size:22px}#protocol .gx-protocol-foot,.gx-protocol .gx-protocol-foot,.gx-protocol .nm-extra,.gx-protocol .nm-brk{display:none}.gx-protocol .protocol-note-m{display:block;text-align:center;position:absolute;left:0;right:0;bottom:6px;margin:0;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.gx-protocol .ph-tick{display:flex;position:absolute;top:-17px;left:4px;right:4px;justify-content:space-between;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);pointer-events:none}.gx-protocol .ph-tick-maint{justify-content:flex-start}.gx-protocol .ph-supply{display:block;position:absolute;bottom:-18px;left:4px;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);white-space:nowrap;pointer-events:none}}body{padding-top:0!important}@media(min-width:701px){.gx-barn-entry{margin-top:48px}.gx-barn-entry--proto .gx-barn-entry-inner{max-width:720px;padding:22px 26px;gap:22px;border-radius:16px}.gx-barn-entry--proto .gx-barn-entry-tx b{font-size:22px}.gx-barn-entry--proto .gx-barn-entry-tx span{font-size:14.5px;margin-top:4px}.gx-barn-entry--proto .gx-barn-entry-link{font-size:15px;padding:14px 22px}.gx-barn-entry--proto .gx-barn-entry-ic{width:44px;height:44px;border-radius:12px}.gx-barn-entry--proto .gx-barn-entry-ic svg{width:22px;height:22px}}@media(max-width:700px){.gx-barn-entry-inner{flex-direction:column;align-items:stretch;gap:14px;padding:20px}.gx-section,.gx-final{padding-top:32px!important;padding-bottom:32px!important}.gx-foot{padding-top:32px!important}.gx-tan-spacer{display:none}.gx-barn-entry:not(.gx-barn-entry--proto){display:none!important}.gx-cq{display:none!important}.gx-faq .gx-faq-list .gx-faq-item:last-child{border-bottom:0}.gx-bundle-section{padding-top:32px!important;padding-bottom:32px!important}.gx-bundle-section .bx-stacks-head{gap:10px}.gx-bundle-section .bx-stacks-head>p{flex:0 0 auto}.gx-bundle-section .bx-stack-grid{margin-top:18px}.gx-founder-body p.gx-founder-sub,.gx-founder-body p.gx-founder-sub b{color:var(--coral)}.gx-founder-body p.gx-founder-sub{line-height:1.35;text-align:left;text-wrap:balance;margin:14px 0 16px;padding-top:16px;border-top:1px solid rgba(254,114,114,.35);font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.gx-founder-body p.gx-founder-sub b{font-weight:600}.gx-barn-entry-tx{order:1}.gx-barn-entry-ic{display:none}.gx-barn-entry-link{order:2;width:100%;text-align:center;padding:14px 18px;font-size:15px}.gx-calc .bx-plan-step .lab{display:none}.gx-calc .bx-plan-step .n{width:32px;height:32px;font-size:15px}.gx-calc .bx-plan-steps{gap:8px}.gx-calc .bx-plan-rule{flex-basis:30px}.gx-calc .bx-plan-counts{grid-template-columns:1fr;gap:10px}.gx-calc .bx-plan-count{display:flex;align-items:center;justify-content:space-between;gap:12px}.gx-calc .bx-plan-count label{margin-bottom:0;flex:1 1 auto}.gx-calc .bx-plan-count .bx-plan-mini{flex:0 0 auto}.gx-calc .bx-plan-count label .dose{color:var(--muted);font-weight:500}.gx-calc .bx-plan-line{flex-direction:column;align-items:flex-start;gap:6px}.gx-calc .bx-plan-line .nm{white-space:nowrap}.gx-calc .bx-plan-line .qty{align-items:flex-start;text-align:left}.gx-calc .bx-plan-confirm .nm{white-space:nowrap}.gx-calc .bx-plan-line,.gx-calc .bx-plan-line .qty,.gx-drawer .gx-dr-trust{align-items:center;text-align:center}.gx-drawer .gx-dr-trust-rate{flex-wrap:wrap;justify-content:center}.gx-drawer .gx-dr-trust-row{justify-content:center;gap:6px 18px}}@media(max-width:700px){.gx-hero-h1{font-size:19px;line-height:1.45}.gx-hero-benefit{flex-direction:row;flex-wrap:wrap;align-items:center;gap:3px;justify-content:flex-start;margin:0 0 18px}.gx-hero-benefit span{font-family:var(--sans);font-size:10px;font-weight:600;letter-spacing:0;text-transform:none;white-space:nowrap;color:var(--ink)}.gx-hero-benefit>span{display:inline-block;background:var(--cream);border:1px solid var(--hairline);border-radius:999px;padding:5px 6px}.gx-reviews.gx-section{padding-top:22px}.gx-reviews .gx-sect-head{margin-bottom:22px;gap:8px}.gx-reviews .gx-sect-head h2{font-size:26px;line-height:1.14}.gx-reviews .lede-drop-m{display:none}.gx-reviews-grid>.gx-review-card:nth-child(n+4){display:none}.gx-reviews .gx-review-card{padding:18px}.gx-reviews .gx-review-card .stars{font-size:12px;margin-bottom:8px}.gx-reviews .gx-review-card .ttl{font-size:15px;margin:0 0 8px}.gx-reviews .gx-review-card .body{font-size:12px;line-height:1.5;margin:0 0 12px}.gx-reviews .gx-review-card .meta{font-size:10px}.gx-transform .gx-sect-head h2{display:block;font-size:22px;line-height:1.14;margin:0}.gx-transform .gx-sect-head h2 .h2-br-m{display:inline}.gx-transform .gx-sect-head .lede{font-family:var(--sans);color:var(--muted);font-weight:500;font-size:15px;line-height:1.5;letter-spacing:0;margin-top:10px}.gx-transform .gx-sect-head{margin-bottom:20px}.gx-transform .gx-tf-row{margin-top:26px}.gx-transform .gx-tf-row .gx-tf-grid{margin-top:14px}.gx-transform .gx-tf-rowlede{margin-top:8px}.gx-gap-sect .gx-sect-head h2.gap-h2{font-size:23px}.gx-gap-sect .gx-sect-head h2.gap-h2 .coral{display:inline-block;margin-top:10px}.gx-gap-sect .gx-gap{flex-direction:column;flex-wrap:nowrap;gap:16px}.gx-gap-sect .gx-gap-mech{margin-top:26px}.gx-gap-sect .gx-mech-item{padding:20px 24px}.mode-group .mode:last-child .mode-title{white-space:nowrap}.mode .mode-title{font-size:14px}}@media(max-width:700px){.gx-trustbar .ti-hide-mobile{display:none}.gx-trustbar .gx-wrap-wide{padding:0}.gx-trustbar-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.gx-trustbar .ti{padding:20px 4px;gap:6px;justify-content:center;align-items:center}.gx-trustbar .ti:nth-child(n+3){border-top:0}.gx-trustbar .ti+.ti{border-left:1px solid var(--hairline);border-top:0}.gx-trustbar .ti .v{font-size:19px;line-height:1;white-space:nowrap}.gx-trustbar .ti .l{font-size:9.5px;letter-spacing:.05em;line-height:1.35}.gx-trustbar .ti:last-child .v.coral{color:var(--ink)}}.gx-announce{background:var(--ink);color:#fff;text-align:center;font-family:var(--mono);font-size:12px;letter-spacing:.03em;padding:9px 16px;line-height:1.3}.gx-announce strong{color:var(--coral);font-weight:600}@media(max-width:560px){.gx-announce{font-size:11px}}.gx-transform .gx-tf-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(16px,2.5vw,28px);margin-top:36px}.gx-tf-card{position:relative}.gx-tf-slot{width:100%;aspect-ratio:1440 / 714;height:auto;object-fit:cover;object-position:center;display:block}.gx-tf-day{position:absolute;top:14px;left:14px;z-index:2;font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;background:#1a1a1ad9;color:#fff;padding:7px 12px;border-radius:999px}.gx-tf-cap{margin-top:15px;font-size:13.5px;line-height:1.5;color:var(--muted)}.gx-tf-cap b{color:var(--ink);font-weight:700}.gx-tf-row{margin-top:clamp(40px,5vw,64px)}.gx-tf-row .gx-tf-grid{margin-top:20px}.gx-tf-name{font-family:var(--mono);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ed5757;text-align:center}.gx-tf-rowlede{max-width:90ch;margin:12px auto 0;text-align:center;font-size:15px;line-height:1.6;color:var(--muted);text-wrap:balance}@media(max-width:820px){.gx-transform .gx-tf-grid{gap:12px}}@media(max-width:700px){.gx-transform .gx-tf-grid{grid-template-columns:1fr;gap:18px}}@media(min-width:701px){.gx-founder-body p.gx-founder-sub,.gx-founder-body p.gx-founder-sub b{color:var(--coral);font-weight:700}}.gx-wall{margin-top:40px;display:flex;flex-direction:column;gap:14px;-webkit-mask-image:linear-gradient(to right,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(to right,transparent,#000 7%,#000 93%,transparent)}.gx-wall-row{overflow:hidden}.gx-wall-track{display:flex;gap:14px;width:max-content;will-change:transform;animation:gx-wall-scroll 70s linear infinite}.gx-wall-track--rev{animation-direction:reverse}.gx-wall:hover .gx-wall-track{animation-play-state:paused}.gx-wall-tile{flex:0 0 auto;margin:0;width:272px;height:196px;border-radius:14px;overflow:hidden;background:#ece7dd;box-shadow:0 1px 3px #00000014;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.gx-wall-tile:hover{transform:translateY(-3px);box-shadow:0 8px 22px #00000029}.gx-wall-tile:focus-visible{outline:2px solid #ED5757;outline-offset:2px}.gx-wall-tile img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none}@keyframes gx-wall-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:640px){.gx-wall-tile{width:200px;height:150px}}.gx-wall-row:last-child .gx-wall-track{animation-duration:88s}@media(prefers-reduced-motion:reduce){.gx-wall-track{animation:none}}.gx-wall-lb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:5vmin;background:#141210db;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:gx-lb-fade .18s ease;cursor:zoom-out}@keyframes gx-lb-fade{0%{opacity:0}to{opacity:1}}.gx-wall-lb-fig{margin:0;max-width:min(92vw,900px);cursor:default}.gx-wall-lb-fig img{display:block;width:100%;max-height:80vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #00000080}.gx-wall-lb-fig figcaption{margin-top:14px;text-align:center;color:#f3eee5;font-family:var(--mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.gx-wall-lb-x{position:absolute;top:20px;right:26px;width:44px;height:44px;border:none;border-radius:50%;background:#ffffff1f;color:#fff;font-size:26px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.gx-wall-lb-x:hover{background:#ffffff38}.gx-coverage .gx-coverage-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,3vw,30px);margin-top:38px}.gx-cov-step{border-top:2px solid rgba(254,114,114,.5);padding-top:18px}.gx-cov-step .cov-n{font-family:var(--mono);font-size:12px;letter-spacing:.1em;color:var(--coral)}.gx-cov-step h3{color:#fff;font-weight:700;font-size:18px;letter-spacing:-.01em;margin:10px 0 8px}.gx-cov-step p{color:#ffffffa8;font-size:14px;line-height:1.55;margin:0}.gx-coverage-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px;padding-top:30px;border-top:1px solid rgba(255,255,255,.14)}.gx-cov-stat{display:flex;flex-direction:column;gap:7px}.gx-cov-stat .v{font-weight:800;font-size:clamp(26px,3.4vw,38px);letter-spacing:-.02em;color:var(--coral);line-height:1}.gx-cov-stat .l{font-size:12.5px;color:#fff9;line-height:1.35}.gx-cov-terms{margin:30px 0 0;font-size:12px;line-height:1.5;color:#ffffff80;max-width:70ch}.gx-cov-terms a{color:#ffffffd1}.gx-cov-terms .gx-cov-termslink{display:inline-block;margin-top:14px}@media(max-width:760px){.gx-coverage .gx-coverage-steps{grid-template-columns:1fr}.gx-coverage-foot{grid-template-columns:1fr;gap:22px}}.gx-fn-break{display:none}@media(max-width:700px){.gx-fn-break{display:inline}}.gallery .main image-slot,.gallery button.thumb image-slot,.gx-tf-card image-slot{display:block;width:100%;height:100%}.gx-protocol--twodose .gx-protocol-bar{grid-template-columns:1fr 1fr}.gx-protocol--twodose .gx-protocol-foot:has(.foot-maint){grid-template-columns:1fr 1fr}.gx-protocol--twodose .gx-protocol-ticks{display:none}.gx-protocol-when{margin:16px 0 0;font-size:13px;line-height:1.5;color:var(--muted)}@media(max-width:760px){.gx-protocol--twodose .gx-protocol-bar{grid-template-columns:1fr;margin-bottom:34px}.gx-protocol--twodose .gx-protocol-foot:has(.foot-maint){grid-template-columns:1fr}.gx-protocol--twodose .gx-protocol-phase.maint{margin-top:8px}.gx-protocol--twodose .ph-tick,.gx-protocol--twodose .nm-brk{display:none!important}}.gx-hyd-eq{max-width:780px;margin:30px auto 0;padding:22px 24px;background:#fff;border:1px solid var(--hairline);border-radius:14px;text-align:center}.gx-hyd-eq .eq-lab{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--coral-deep);margin-bottom:10px}.gx-hyd-eq .eq{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:6px 10px;margin:0;font-size:clamp(17px,2.1vw,24px);font-weight:800;letter-spacing:-.015em;color:var(--ink)}.gx-hyd-eq .eq i{font-style:normal;font-weight:500;color:var(--coral)}.gx-hyd-eq .eq-note{margin:12px auto 0;max-width:62ch;font-size:13.5px;line-height:1.55;color:var(--muted)}.gx-hyd-eq .eq-note b{color:var(--ink);font-weight:700}.gx-cov-cite{display:flex;gap:7px;margin:14px 0 0;font-size:11px;line-height:1.5;color:#ffffff73}.gx-cov-cite .n{color:var(--coral);font-weight:700;flex:none}.gx-ingredient.jf-oz .dose-v.jf-oz-fig{font-family:var(--serif);font-size:58px;line-height:.95;letter-spacing:-.01em;color:var(--coral)}@media(max-width:700px){.gx-ingredient.jf-oz .dose-v.jf-oz-fig{font-size:44px}}.gx-coverage--two .gx-coverage-steps,.gx-coverage--two .gx-coverage-foot{grid-template-columns:repeat(2,1fr)}@media(max-width:760px){.gx-coverage--two .gx-coverage-steps,.gx-coverage--two .gx-coverage-foot{grid-template-columns:1fr}}.gx-cartpage{padding-top:34px;padding-bottom:72px}.gx-cp-grid{display:grid;grid-template-columns:minmax(0,1fr) 344px;gap:40px;align-items:start}.gx-cartpage[data-gx-busy] .gx-cp-lines{opacity:.55;pointer-events:none}.gx-cp-lines{transition:opacity .15s ease}.gx-cp-line{display:grid;grid-template-columns:80px minmax(0,1fr) auto auto 28px;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid #e2e2e2}.gx-cp-line:first-child{border-top:1px solid #e2e2e2}.gx-cp-th{display:block;width:80px;height:80px;border-radius:10px;overflow:hidden;background:#f2f2f2;flex:0 0 auto}.gx-cp-th img{width:100%;height:100%;object-fit:cover;display:block}.gx-cp-nm{min-width:0;display:flex;flex-direction:column;gap:3px}.gx-cp-nm a{text-decoration:none;color:inherit}.gx-cp-nm b{font-size:15.5px;line-height:1.3}.gx-cp-var,.gx-cp-unit{font-size:12.5px;color:#8a8a88}.gx-cp-plan{font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#339230;background:#3aaa351a;border-radius:999px;padding:3px 9px;align-self:flex-start}.gx-cp-plan--one{color:#8a8a88;background:#f2f2f2}.gx-cp-qty{display:inline-flex;align-items:center;border:1px solid #e2e2e2;border-radius:8px;overflow:hidden}.gx-cp-qty button{width:32px;height:36px;border:0;background:transparent;cursor:pointer;font-size:16px;line-height:1;color:#2a2a2a}.gx-cp-qty button:hover{background:#f2f2f2}.gx-cp-qty input{width:42px;height:36px;border:0;text-align:center;font:inherit;font-size:14px;-moz-appearance:textfield;background:transparent}.gx-cp-qty input::-webkit-outer-spin-button,.gx-cp-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gx-cp-lp{text-align:right;white-space:nowrap;font-size:15px}.gx-cp-lp s{display:block;font-size:12.5px;color:#8a8a88}.gx-cp-rm{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#8a8a88;text-decoration:none;font-size:19px;line-height:1}.gx-cp-rm:hover{background:#f2f2f2;color:#c0392b}.gx-cp-sum{position:sticky;top:24px}.gx-cp-sumbox{background:#f2f2f2;border-radius:12px;padding:22px}.gx-cp-totrow{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:15px;margin-bottom:8px}.gx-cp-totrow .tv{font-weight:800;font-size:19px}.gx-cp-disc .tv{color:#339230;font-size:15px}.gx-cp-ship{margin:4px 0 16px;font-size:12.5px;color:#8a8a88}.gx-cp-alts{margin-top:10px;display:grid;gap:8px}.gx-cp-cont{display:inline-block;margin-top:16px;font-size:13.5px;color:#8a8a88;text-decoration:none}.gx-cp-cont:hover{color:#2a2a2a}.gx-cp-empty{text-align:center;padding:56px 20px 64px}.gx-cp-empty .gx-empty-h{display:block;font-size:19px;margin-bottom:6px}.gx-cp-empty .gx-empty-p{color:#8a8a88;margin-bottom:18px}@media(max-width:900px){.gx-cp-grid{grid-template-columns:1fr;gap:26px}.gx-cp-sum{position:static}}@media(max-width:640px){.gx-cp-line{grid-template-columns:64px minmax(0,1fr) 40px;gap:12px;row-gap:12px}.gx-cp-th{width:64px;height:64px}.gx-cp-qty{grid-column:2}.gx-cp-lp{grid-column:3 / span 1;grid-row:2;text-align:right}.gx-cp-rm{grid-column:3;grid-row:1}.gx-cp-qty button{width:44px;height:44px}.gx-cp-qty input{height:44px;width:48px}.gx-cp-rm{width:40px;height:40px;font-size:22px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/gutx-pdp.css.map */
