:root{--fv-text:#1d1d1f;--fv-muted:#6e6e73;--fv-line:#d2d2d7;--fv-soft:#f5f5f7;--fv-white:#fff;--fv-accent:#f58232;--fv-accent-dark:#d96313;--fv-radius:24px;--fv-shadow:0 8px 30px rgba(0,0,0,.06)}
.fv-theme,.fv-theme *{box-sizing:border-box}.fv-theme{margin:0;background:var(--fv-white);color:var(--fv-text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}.fv-theme img{display:block;max-width:100%}.fv-theme a{color:inherit;text-decoration:none}.fv-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.fv-skip-link{position:absolute;left:-9999px}.fv-skip-link:focus{left:16px;top:16px;z-index:1000;background:#fff;padding:10px 14px;border-radius:10px}
.fv-announcement{background:#1d1d1f;color:#fff;font-size:13px;letter-spacing:.01em}.fv-announcement__inner{min-height:34px;display:flex;justify-content:center;align-items:center;text-align:center}.fv-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid rgba(0,0,0,.08)}.fv-header__main{min-height:66px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.fv-brand{display:inline-flex;align-items:center;gap:10px;font-size:21px;font-weight:700;letter-spacing:-.03em}.fv-brand__mark{width:24px;height:24px;border-radius:8px;background:linear-gradient(135deg,var(--fv-accent),#ffad73)}.fv-header__nav{display:flex;justify-content:center;gap:28px;font-size:14px}.fv-header__nav a,.fv-cart-link{transition:opacity .2s ease}.fv-header__nav a:hover,.fv-cart-link:hover{opacity:.62}.fv-cart-link{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:600}.fv-cart-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.fv-cart-link__count{min-width:20px;height:20px;padding:0 6px;border-radius:99px;background:var(--fv-soft);display:grid;place-items:center;font-size:11px}
.fv-home,.fv-product-page{padding:72px 0 96px}.fv-hero{text-align:center;max-width:820px;margin:0 auto 58px}.fv-kicker{margin:0 0 12px;color:var(--fv-accent-dark);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.fv-hero h1{margin:0;font-size:clamp(44px,7vw,82px);line-height:.98;letter-spacing:-.065em}.fv-hero p:last-child{max-width:650px;margin:24px auto 0;color:var(--fv-muted);font-size:clamp(18px,2.2vw,23px);line-height:1.45}.fv-product-panel{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:56px;align-items:start}.fv-product-gallery{min-width:0}.fv-product-gallery__stage{aspect-ratio:1/1;background:var(--fv-soft);border-radius:var(--fv-radius);overflow:hidden;display:grid;place-items:center}.fv-product-gallery__main{width:100%;height:100%;object-fit:contain;padding:34px}.fv-product-gallery__thumbs{display:flex;gap:12px;margin-top:14px;overflow-x:auto;padding:2px 2px 7px;scrollbar-width:none}.fv-product-gallery__thumbs::-webkit-scrollbar{display:none}.fv-thumb{flex:0 0 78px;width:78px;height:78px;padding:6px;border:1px solid transparent;border-radius:16px;background:var(--fv-soft);cursor:pointer;overflow:hidden}.fv-thumb img{width:100%;height:100%;object-fit:contain}.fv-thumb.is-active{border-color:var(--fv-text);background:#fff}.fv-product-copy{padding:18px 0}.fv-product-copy__eyebrow{margin-bottom:14px;color:var(--fv-accent-dark);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.fv-product-copy h1{margin:0;font-size:clamp(38px,4vw,58px);line-height:1.02;letter-spacing:-.055em}.fv-price-row{display:flex;align-items:baseline;gap:12px;margin-top:22px}.fv-price{font-size:34px;font-weight:700;letter-spacing:-.035em}.fv-product-lede{margin:22px 0 0;color:var(--fv-muted);font-size:18px;line-height:1.55}.fv-check-list{list-style:none;padding:0;margin:26px 0;display:grid;gap:12px}.fv-check-list li{position:relative;padding-left:28px;font-size:16px;line-height:1.45}.fv-check-list li:before{content:'✓';position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#fff0e6;color:var(--fv-accent-dark);font-size:12px;font-weight:800}.fv-product-form{padding-top:26px;border-top:1px solid var(--fv-line)}.fv-product-form>label{display:block;margin-bottom:9px;font-size:13px;font-weight:700}.fv-product-form select,.fv-quantity input{width:100%;min-height:52px;border:1px solid var(--fv-line);border-radius:14px;background:#fff;color:var(--fv-text);font:inherit}.fv-product-form select{padding:0 44px 0 14px}.fv-buy-row{display:grid;grid-template-columns:92px 1fr;gap:12px;margin-top:14px}.fv-quantity label{display:block;margin-bottom:7px;font-size:12px;font-weight:700;color:var(--fv-muted);text-transform:uppercase}.fv-quantity input{text-align:center}.fv-add-button{min-height:58px;align-self:end;border:0;border-radius:16px;background:var(--fv-accent);color:#111;font:inherit;font-weight:700;cursor:pointer;transition:transform .15s ease,background .15s ease}.fv-add-button:hover{background:#ff9144;transform:translateY(-1px)}.fv-add-button:disabled{opacity:.45;cursor:not-allowed}.fv-purchase-note{margin:18px 0 0;color:var(--fv-muted);font-size:13px;line-height:1.5}.fv-inline-link{display:inline-block;margin-top:18px;color:var(--fv-accent-dark);font-size:14px;font-weight:650}.fv-inline-link:hover{text-decoration:underline}
.fv-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:64px}.fv-benefits article{padding:28px;border-radius:20px;background:var(--fv-soft)}.fv-benefits strong{display:block;font-size:18px}.fv-benefits p{margin:8px 0 0;color:var(--fv-muted);font-size:14px;line-height:1.5}.fv-refill-card,.fv-cross-sell{margin-top:72px;padding:38px;background:var(--fv-soft);border-radius:var(--fv-radius);display:grid;grid-template-columns:1fr .9fr;gap:44px;align-items:center}.fv-refill-card__image,.fv-cross-sell__image{background:#fff;border-radius:20px;overflow:hidden;aspect-ratio:4/3;display:grid;place-items:center}.fv-refill-card__image img,.fv-cross-sell__image img{width:100%;height:100%;object-fit:contain;padding:18px}.fv-refill-card h2,.fv-cross-sell h2,.fv-info-section h2{margin:0;font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.045em}.fv-refill-card p,.fv-cross-sell p{color:var(--fv-muted);line-height:1.55}.fv-secondary-button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 22px;border-radius:14px;background:var(--fv-text);color:#fff;font-size:14px;font-weight:700}.fv-secondary-button:hover{opacity:.82}
.fv-info-section{margin-top:80px;padding-top:64px;border-top:1px solid var(--fv-line)}.fv-info-section__heading{max-width:660px;margin-bottom:32px}.fv-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.fv-info-grid article{padding:26px;border-radius:20px;background:var(--fv-soft)}.fv-info-grid span{display:block;margin-bottom:24px;color:var(--fv-accent-dark);font-size:13px;font-weight:700}.fv-info-grid strong{font-size:18px}.fv-info-grid p{margin:8px 0 0;color:var(--fv-muted);font-size:14px;line-height:1.5}.fv-breadcrumbs{display:flex;gap:8px;margin-bottom:28px;color:var(--fv-muted);font-size:13px}.fv-breadcrumbs a:hover{color:var(--fv-text)}
.fv-footer{border-top:1px solid var(--fv-line);background:var(--fv-soft);padding:46px 0 28px}.fv-footer__main{display:grid;grid-template-columns:1.2fr auto auto;gap:70px;align-items:start}.fv-footer__brand p{max-width:360px;margin:14px 0 0;color:var(--fv-muted);font-size:14px;line-height:1.5}.fv-footer h2{margin:0 0 14px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--fv-muted)}.fv-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;font-size:14px}.fv-footer a:hover{text-decoration:underline}.fv-footer__bottom{margin-top:38px;padding-top:22px;border-top:1px solid var(--fv-line);display:flex;justify-content:space-between;gap:20px;color:var(--fv-muted);font-size:12px}.fv-payment-icons{display:flex;gap:6px;flex-wrap:wrap}.fv-payment-icons svg{width:34px;height:auto}
@media(max-width:900px){.fv-header__main{grid-template-columns:1fr auto;gap:16px}.fv-header__nav{grid-column:1/-1;grid-row:2;justify-content:flex-start;gap:22px;overflow-x:auto;padding-bottom:13px;white-space:nowrap;scrollbar-width:none}.fv-header__nav::-webkit-scrollbar{display:none}.fv-product-panel{grid-template-columns:1fr;gap:28px}.fv-product-copy{padding:4px 0}.fv-benefits,.fv-info-grid{grid-template-columns:1fr}.fv-refill-card,.fv-cross-sell{grid-template-columns:1fr;gap:28px}.fv-refill-card__image,.fv-cross-sell__image{order:-1}.fv-footer__main{grid-template-columns:1fr 1fr;gap:36px}.fv-footer__brand{grid-column:1/-1}}
@media(max-width:600px){.fv-shell{width:min(100% - 28px,1180px)}.fv-announcement{font-size:12px}.fv-header__main{min-height:58px}.fv-brand{font-size:19px}.fv-brand__mark{width:21px;height:21px}.fv-cart-link>span:not(.fv-cart-link__count){display:none}.fv-home,.fv-product-page{padding:42px 0 68px}.fv-hero{margin-bottom:34px}.fv-hero h1{font-size:48px}.fv-hero p:last-child{font-size:18px;margin-top:18px}.fv-product-gallery__stage{border-radius:20px}.fv-product-gallery__main{padding:20px}.fv-thumb{flex-basis:66px;width:66px;height:66px;border-radius:13px}.fv-product-copy__eyebrow{margin-bottom:10px}.fv-product-copy h1{font-size:38px}.fv-price{font-size:30px}.fv-product-lede{font-size:16px;margin-top:16px}.fv-check-list{margin:20px 0}.fv-check-list li{font-size:15px}.fv-buy-row{grid-template-columns:76px 1fr}.fv-add-button{min-height:56px}.fv-benefits{margin-top:44px}.fv-benefits article,.fv-info-grid article{padding:22px}.fv-refill-card,.fv-cross-sell{margin-top:52px;padding:22px;border-radius:20px}.fv-info-section{margin-top:58px;padding-top:48px}.fv-footer{padding-top:38px}.fv-footer__main{grid-template-columns:1fr 1fr;gap:30px 20px}.fv-footer__bottom{flex-direction:column}.fv-breadcrumbs{margin-bottom:20px}}
