@import"https://fonts.googleapis.com/css2?family=Syne:wght@500;600;700;800&display=swap";:root{--fh-ink: #2F2923;--fh-ink-rgb: 47, 41, 35;--fh-earth: #6F665D;--fh-olive-dark: #2F2923;--fh-olive: #8B8176;--fh-leaf: #B7AEA4;--fh-khaki: #E7E2DA;--fh-wood: #211C18;--fh-ochre: #A79B8F;--fh-clay: #82766C;--fh-rose: #AFA69D;--fh-teal: #DED6CA;--fh-grey: #756B61;--fh-blue: #C4BCB2;--fh-linen: #F6F1EA;--fh-cream: #FCFAF6;--fh-soft: #EEE6DA;--fh-white: #FFFFFF;--fh-muted: #756B61;--fh-accent-rgb: 139, 129, 118;--fh-warm-rgb: 183, 174, 164;--fh-soft-rgb: 238, 230, 218;--fh-star: #F5A623;--fh-border: rgba(var(--fh-ink-rgb), .1);--fh-border-strong: rgba(var(--fh-ink-rgb), .24);--fh-shadow: 0 18px 50px rgba(33, 28, 24, .12);--fh-focus: 0 0 0 3px rgba(var(--fh-accent-rgb), .28);--fh-coral-gradient: linear-gradient(135deg, #2F2923 0%, #5F574F 58%, #7C746C 100%);--fh-coral-gradient-soft: linear-gradient(135deg, #FFFFFF 0%, #FCFAF6 38%, #E5E0D8 70%, #A79F96 100%);--fh-radius: 8px;--fh-media-radius: 18px;--fh-container: min(1180px, calc(100vw - 32px) );--fh-wide: min(1360px, calc(100vw - 32px) );--fh-section: clamp(56px, 8vw, 112px);--fh-gap: clamp(18px, 3vw, 36px);--fh-title-font: "Syne", var(--font-primary--family, system-ui, sans-serif);--fh-type-title: clamp(1.45rem, 2.6vw, 2.35rem);--fh-type-subtitle: clamp(.94rem, 1.12vw, 1.08rem);--fh-type-body: clamp(1rem, 1.35vw, 1.12rem);--fh-type-small: .84rem;--fh-fast: .18s cubic-bezier(.2, .65, .25, 1);--fh-smooth: .42s cubic-bezier(.2, .65, .25, 1);--fh-z-header: 200;--fh-z-drawer: 500;--fh-z-sticky: 70}html{overflow-x:hidden;scroll-behavior:smooth}body{overflow-x:hidden;background:var(--fh-cream)}body.fh-menu-open{overflow:hidden}body.fh-has-sticky-atc{padding-bottom:88px}.fh-shell{color:var(--fh-ink);background:var(--fh-cream);font-family:var(--font-body--family, "Outfit", system-ui, sans-serif)}.fh-wrap{width:var(--fh-container);margin:0 auto}.fh-wide{width:var(--fh-wide);margin:0 auto}.fh-section{padding:var(--fh-section) 0;overflow:hidden}.fh-hero+.fh-section{padding-top:clamp(34px,5vw,64px)}.shopify-section:has(.fh-hero)+.shopify-section .fh-section{padding-top:clamp(34px,5vw,64px)}.fh-section--linen{background:var(--fh-linen)}.fh-section--soft{background:var(--fh-soft)}.fh-section--dark{background:var(--fh-coral-gradient);color:var(--fh-white)}.fh-section--dark .fh-copy,.fh-section--dark .fh-eyebrow,.fh-section--dark .fh-muted{color:#ffffffc7}.fh-eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:var(--fh-olive);font-size:.76rem;font-weight:800;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.fh-title,.fh-h2{margin:0;color:inherit;font-family:var(--fh-title-font);font-weight:600;letter-spacing:0;text-wrap:balance}.fh-title{font-size:var(--fh-type-title);line-height:.98;max-width:100%}.fh-h2{font-size:var(--fh-type-title);line-height:1.02}.fh-h3{margin:0;color:inherit;font-family:var(--fh-title-font);font-size:var(--fh-type-subtitle);font-weight:600;line-height:1.18;letter-spacing:0;text-wrap:balance}.fh-copy{margin:0;color:var(--fh-muted);font-size:var(--fh-type-body);line-height:1.65}.fh-copy--narrow{max-width:62ch}.fh-muted{color:var(--fh-muted)}.fh-icon{width:1em;height:1em;display:inline-block;flex:0 0 auto;fill:currentColor}.fh-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border:1px solid var(--fh-olive);border-radius:999px;background:var(--fh-olive);color:var(--fh-white);font:inherit;font-size:.96rem;font-weight:800;line-height:1;text-decoration:none;cursor:pointer;-webkit-appearance:none;appearance:none;transition:transform var(--fh-fast),background var(--fh-fast),border-color var(--fh-fast),box-shadow var(--fh-fast)}.fh-button:hover{transform:translateY(-1px);background:var(--fh-earth);border-color:var(--fh-earth);color:var(--fh-white)}.fh-button:active,.fh-button.is-pressed{transform:translateY(0) scale(.98)}.fh-button:focus-visible{outline:none;box-shadow:var(--fh-focus)}.fh-button[disabled]{opacity:.56;cursor:not-allowed;transform:none}.fh-button--light{background:var(--fh-cream);color:var(--fh-olive-dark);border-color:var(--fh-cream)}.fh-button--ghost{background:transparent;color:var(--fh-olive-dark);border-color:var(--fh-border-strong)}.fh-button--ghost:hover{background:var(--fh-linen);color:var(--fh-olive-dark);border-color:var(--fh-khaki)}.fh-section--dark .fh-button--ghost{color:var(--fh-white);border-color:#ffffff47}.fh-section--dark .fh-button--ghost:hover{background:var(--fh-white);color:var(--fh-ink);border-color:var(--fh-white)}.fh-card{border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:#ffffffb8;overflow:hidden;box-shadow:0 1px #0000000a}.fh-card__body{padding:clamp(18px,2.5vw,28px)}.fh-card p{margin:10px 0 0;color:var(--fh-muted);line-height:1.55}.fh-media{position:relative;overflow:hidden;border-radius:var(--fh-media-radius);background:#f6f1ea}.fh-media img,.fh-media video,.fh-media iframe{display:block;width:100%;height:100%;object-fit:cover}.fh-media iframe{border:0}.fh-media--contain img{object-fit:contain;padding:clamp(16px,3vw,42px)}.fh-placeholder-media{display:grid;place-items:center;width:100%;height:100%;min-height:clamp(220px,38vw,520px);border:1px dashed rgba(70,70,70,.22);background:linear-gradient(135deg,rgba(255,255,255,.14) 0 25%,transparent 25% 50%,rgba(255,255,255,.14) 50% 75%,transparent 75%),#e7e2da;background-size:28px 28px;color:#32323294;font-size:.82rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.fh-placeholder-media--compact{min-height:0;border:0;background-size:18px 18px}.fh-placeholder-media--compact span{width:1px;height:1px;overflow:hidden;position:absolute;white-space:nowrap}.fh-badges{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none}.fh-badge{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:9px 13px;border:1px solid var(--fh-border);border-radius:999px;background:#ffffffc7;color:var(--fh-olive-dark);font-size:.86rem;font-weight:750}.fh-badge .fh-icon{color:var(--fh-leaf)}.fh-product-main .fh-badges,.fh-product-main .fh-secure-line{display:none!important}.fh-price{display:grid;gap:6px;align-items:start}.fh-price__badge{width:fit-content;display:inline-flex;align-items:center;min-height:30px;padding:7px 11px;border-radius:999px;background:rgba(var(--fh-warm-rgb),.12);color:var(--fh-clay);font-size:.76rem;font-weight:900;line-height:1}.fh-price__line{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 14px}.fh-price__sale{color:var(--fh-olive-dark);font-size:clamp(1.45rem,2.8vw,2rem);font-weight:900;line-height:1}.fh-price__compare{color:var(--fh-muted);font-size:clamp(1rem,1.6vw,1.22rem)}.fh-price__tax-note{color:var(--fh-ink);font-size:.72rem;font-weight:520;line-height:1.2}.fh-price__saving{color:var(--fh-clay);font-size:.9rem;font-weight:850}.fh-price [hidden],.fh-price .hidden{display:none!important}.fh-label{display:block;color:var(--fh-olive-dark);font-size:.86rem;font-weight:850;line-height:1.2}.fh-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.fh-header{position:sticky!important;top:0;z-index:var(--fh-z-header);background:#fffffff0;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);border-bottom:1px solid var(--fh-border);transition:background var(--fh-fast),border-color var(--fh-fast),box-shadow var(--fh-fast),backdrop-filter var(--fh-fast)}.fh-header.is-scrolled{background:#fcfaf6a3;-webkit-backdrop-filter:blur(20px) saturate(170%);backdrop-filter:blur(20px) saturate(170%);border-bottom-color:rgba(var(--fh-ink-rgb),.08);box-shadow:0 10px 30px rgba(var(--fh-ink-rgb),.08)}#header-group:has(.fh-header){position:fixed!important;top:0;left:0;right:0;width:100%;z-index:var(--fh-z-header)}.shopify-section:has(>.fh-header){position:relative!important;z-index:var(--fh-z-header)}html:has(#header-group .fh-header){scroll-padding-top:calc(var(--fh-header-offset, 96px) + 16px)}body:has(#header-group .fh-header) #MainContent{padding-top:var(--fh-header-offset, 96px)}.fh-announcement{display:flex;justify-content:center;align-items:center;gap:8px;min-height:36px;padding:8px 14px;background:var(--fh-coral-gradient);color:var(--fh-white);text-align:center;font-size:.83rem;font-weight:400}.fh-nav{width:var(--fh-container);min-height:66px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}.fh-logo{color:var(--fh-olive-dark);font-family:var(--font-primary--family, Georgia, serif);font-size:clamp(1.25rem,2.4vw,1.65rem);font-weight:900;line-height:1;letter-spacing:0;text-decoration:none;white-space:nowrap}.fh-logo img{display:block;width:auto;max-height:30px}.fh-footer-logo img{max-height:34px}.fh-links{display:flex;justify-content:center;gap:clamp(18px,3vw,34px)}.fh-links a{color:var(--fh-ink);text-decoration:none;font-size:.94rem;font-weight:700;background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-position:0 100%;background-size:0 1px;transition:background-size var(--fh-fast),color var(--fh-fast)}.fh-links a:hover,.fh-links a:focus-visible{background-size:100% 1px;color:var(--fh-earth);outline:none}.fh-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}#header-group .fh-announcement{min-height:32px;padding:6px 14px;line-height:1.15}#header-group .fh-header-cta{align-self:center;width:auto!important;min-width:0!important;max-width:max-content!important;height:44px!important;min-height:44px;padding:10px 20px;box-sizing:border-box;white-space:nowrap}#header-group .fh-nav{min-height:60px}.fh-icon-button{min-width:44px;min-height:44px;border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--fh-olive-dark);background:transparent;text-decoration:none;cursor:pointer;transition:background var(--fh-fast),box-shadow var(--fh-fast),transform var(--fh-fast)}.fh-icon-button:hover{background:var(--fh-linen)}.fh-icon-button:focus-visible{outline:none;box-shadow:var(--fh-focus)}.fh-icon-button:active{transform:scale(.96)}.fh-cart-button{min-width:52px;min-height:52px;font-size:1.18rem}.fh-cart-button .fh-icon{width:1.18em;height:1.18em}.fh-basket-count{min-width:18px;height:18px;display:inline-grid;place-items:center;margin:-20px 0 0 -14px;border-radius:999px;background:var(--fh-clay);color:var(--fh-white);font-size:11px;font-weight:800;line-height:1}.fh-menu-toggle,.fh-mobile-panel{display:none}.fh-hero{padding:clamp(24px,4vw,48px) 0 var(--fh-section);background:linear-gradient(180deg,var(--fh-cream) 0%,#F6F1EA 100%)}.fh-hero-grid{width:var(--fh-wide);margin:0 auto;display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:clamp(26px,5vw,76px);align-items:center}.fh-hero-copy{display:grid;justify-items:start;gap:18px;max-width:700px;margin:0;padding-left:0;text-align:left}.fh-hero-media{aspect-ratio:1.12 / 1;box-shadow:var(--fh-shadow)}.fh-hero-note{position:absolute;right:16px;bottom:16px;width:min(270px,calc(100% - 32px));padding:14px 15px;border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:#ffffffeb;color:var(--fh-earth);font-size:.9rem;line-height:1.38}.fh-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:12px}.fh-hero .fh-hero-price{display:none!important}.fh-hero-actions .fh-button:first-child{font-size:0!important}.fh-hero-actions .fh-button:first-child:before{content:"Approfitta dell'offerta";font-size:.96rem}.fh-hero-rating{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:7px;margin:0;color:var(--fh-ink);font-size:.82rem;font-weight:650;line-height:1.2;text-align:left}.fh-hero-rating__stars{display:inline-flex;align-items:center;gap:1px;color:var(--fh-ink);font-size:.88rem}.fh-hero-rating__stars .fh-icon{width:1em;height:1em}.fh-hero-proof{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:var(--fh-muted);font-weight:720}.fh-stars{display:inline-flex;gap:2px;color:var(--fh-ochre)}.fh-stars .fh-icon{width:14px;height:14px}.fh-offer-strip{width:var(--fh-wide);margin:18px auto 0;display:flex;gap:22px;overflow:hidden;border-top:1px solid var(--fh-border);border-bottom:1px solid var(--fh-border);background:#ffffffb8}.fh-offer-strip__track{min-width:max-content;display:flex;gap:24px;padding:12px 0;animation:fh-marquee 22s linear infinite}.fh-offer-strip span{display:inline-flex;align-items:center;gap:8px;color:var(--fh-muted);font-weight:750;white-space:nowrap}.fh-marquee-banner{overflow:hidden;border-top:1px solid var(--fh-border);border-bottom:1px solid var(--fh-border);background:var(--fh-coral-gradient);color:var(--fh-white);display:none!important}.fh-marquee-banner__track{width:max-content;min-width:200%;display:flex;align-items:center;gap:clamp(24px,5vw,62px);padding:13px 0;animation:fh-marquee 26s linear infinite}.fh-marquee-banner__track--reverse{animation-direction:reverse}.fh-marquee-banner span{display:inline-flex;align-items:center;gap:9px;color:#ffffffe6;font-size:.82rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.fh-marquee-banner .fh-icon{color:var(--fh-ochre)}.fh-social-proof{overflow:hidden;background:var(--fh-cream)}.fh-social-proof,.fh-assurance{display:none!important}.fh-social-proof .fh-wrap{padding-bottom:clamp(46px,5vw,72px)}.fh-social-proof__heading{margin:0;color:var(--fh-ink);font-family:var(--fh-title-font);font-size:clamp(1.35rem,3vw,2rem);font-weight:600;line-height:1.18;letter-spacing:0}.fh-social-proof__viewport{width:100vw;margin-left:50%;overflow:hidden;transform:translate(-50%)}.fh-social-proof__track{width:max-content;display:flex;align-items:stretch;gap:clamp(14px,2.5vw,24px);padding:0 max(16px,calc((100vw - 1180px)/2)) 6px;animation:fh-social-proof-scroll var(--fh-social-proof-speed, 34s) linear infinite;will-change:transform}.fh-social-proof__viewport:hover .fh-social-proof__track,.fh-social-proof__viewport:focus-within .fh-social-proof__track{animation-play-state:paused}.fh-social-proof-card{flex:0 0 clamp(210px,23vw,300px)}.fh-social-proof-card__media{aspect-ratio:9 / 14;border-radius:clamp(16px,2vw,22px);background:var(--fh-white);box-shadow:0 14px 38px rgba(var(--fh-warm-rgb),.14)}.fh-social-proof-card__media .fh-placeholder-media{min-height:0;border-radius:inherit;text-align:center}.fh-blur-banner{position:relative;isolation:isolate;background:var(--fh-cream);--fh-immersive-sticky-offset: var(--fh-header-offset, var(--header-group-height, 0px));--fh-immersive-viewport-height: calc(100vh - var(--fh-immersive-sticky-offset))}@supports (height: 100dvh){.fh-blur-banner{--fh-immersive-viewport-height: calc(100dvh - var(--fh-immersive-sticky-offset))}}.fh-blur-banner__stage{position:relative;display:block;overflow:visible;min-height:var(--fh-immersive-viewport-height)}.fh-blur-banner__hero{position:absolute;top:0;left:0;right:0;height:calc(100vh - var(--fh-immersive-sticky-offset));height:var(--fh-immersive-viewport-height);min-height:min(640px,var(--fh-immersive-viewport-height));overflow:hidden;background:#e7e2da;z-index:1}.fh-blur-banner__hero.is-pinned{position:fixed;top:var(--fh-immersive-sticky-offset);left:0;right:0;height:var(--fh-immersive-viewport-height);min-height:min(640px,var(--fh-immersive-viewport-height))}.fh-blur-banner__hero.is-released{position:absolute;top:auto;bottom:0;height:var(--fh-immersive-viewport-height);min-height:min(640px,var(--fh-immersive-viewport-height))}.fh-blur-banner__media,.fh-blur-banner__media .fh-placeholder-media{width:100%;height:100%;min-height:100%;border:0;border-radius:0}.fh-blur-banner__media .fh-placeholder-media{background-size:36px 36px}.fh-blur-banner__hero:before,.fh-blur-banner__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.fh-blur-banner__hero:before{z-index:1;background:linear-gradient(90deg,rgba(var(--fh-warm-rgb),.72),#e6e3df7a 52%,#ffffff2e),linear-gradient(180deg,rgba(255,255,255,.18) 0%,transparent 34%,rgba(var(--fh-warm-rgb),.36) 100%)}.fh-blur-banner__hero:after{z-index:2;background:rgb(124 116 108 / var(--fh-blur-opacity, 0));backdrop-filter:blur(var(--fh-blur-amount, 0px));-webkit-backdrop-filter:blur(var(--fh-blur-amount, 0px));transition:background var(--fh-smooth),backdrop-filter var(--fh-smooth),-webkit-backdrop-filter var(--fh-smooth)}.fh-blur-banner__hero.is-filtered:after{background:rgb(124 116 108 / var(--fh-blur-opacity, .34));backdrop-filter:blur(var(--fh-blur-amount, 13px));-webkit-backdrop-filter:blur(var(--fh-blur-amount, 13px))}.fh-blur-banner__content{position:relative;z-index:3;display:block;min-height:calc(100vh - var(--fh-immersive-sticky-offset));min-height:var(--fh-immersive-viewport-height);color:var(--fh-cream)}.fh-blur-banner__intro{min-height:calc(100vh - var(--fh-immersive-sticky-offset));min-height:var(--fh-immersive-viewport-height);display:flex;align-items:center;justify-content:flex-end;padding:clamp(84px,10vw,148px) max(16px,calc((100vw - 1180px)/2)) clamp(60px,8vw,112px)}.fh-blur-banner__intro-inner{width:min(560px,calc(100vw - 32px));display:grid;gap:18px;justify-items:start}.fh-blur-banner .fh-eyebrow,.fh-blur-banner .fh-copy{color:#ffffffd1}.fh-blur-banner .fh-eyebrow{margin-bottom:0}.fh-blur-banner .fh-h2{max-width:11ch;color:var(--fh-cream);text-shadow:0 12px 36px rgba(0,0,0,.22)}.fh-blur-banner__details{min-height:0;padding:0 0 clamp(84px,10vw,136px)}.fh-blur-banner__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,2vw,24px)}.fh-blur-card{min-width:0;display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid rgba(255,255,255,.28);border-radius:var(--fh-radius);background:#2a241f24!important;color:var(--fh-white)!important;box-shadow:0 24px 58px #0003,inset 0 1px #ffffff1f;backdrop-filter:blur(26px) saturate(145%);-webkit-backdrop-filter:blur(26px) saturate(145%)}.fh-blur-card__media{aspect-ratio:4 / 5;overflow:hidden;background:#e7e2da}.fh-blur-card__media img,.fh-blur-card__media video,.fh-blur-card__media .fh-placeholder-media{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.fh-blur-card__media .fh-placeholder-media{min-height:100%;border:0;border-radius:0;background-size:24px 24px}.fh-blur-card__body{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;padding:clamp(16px,2vw,22px);background:linear-gradient(135deg,#1c181547,#0a09082e)!important;backdrop-filter:blur(28px) saturate(150%);-webkit-backdrop-filter:blur(28px) saturate(150%)}.fh-blur-card .fh-card-icon{margin:0;border:1px solid rgba(255,255,255,.18);background:#ffffff1f!important;color:var(--fh-white)!important}.fh-blur-card .fh-h3{color:var(--fh-white)!important}.fh-blur-card p{margin:8px 0 0;color:#ffffffdb!important;line-height:1.6}.fh-benefits-immersive{position:relative;isolation:isolate;background:var(--fh-cream);--fh-immersive-sticky-offset: var(--fh-header-offset, var(--header-group-height, 0px));--fh-immersive-viewport-height: calc(100vh - var(--fh-immersive-sticky-offset))}@supports (height: 100dvh){.fh-benefits-immersive{--fh-immersive-viewport-height: calc(100dvh - var(--fh-immersive-sticky-offset))}}.fh-benefits-immersive__stage{position:relative;display:block;overflow:visible;min-height:var(--fh-immersive-viewport-height)}.fh-benefits-immersive__content{position:relative;z-index:3;display:block;min-height:calc(100vh - var(--fh-immersive-sticky-offset));min-height:var(--fh-immersive-viewport-height);color:var(--fh-cream)}.fh-benefits-immersive__intro{min-height:calc(100vh - var(--fh-immersive-sticky-offset));min-height:var(--fh-immersive-viewport-height);display:flex;align-items:center;justify-content:flex-start;padding:clamp(84px,10vw,148px) max(16px,calc((100vw - 1180px)/2)) clamp(70px,8vw,118px)}.fh-benefits-immersive__intro-inner{width:min(640px,calc(100vw - 32px));display:grid;gap:18px;justify-items:start}.fh-benefits-immersive .fh-eyebrow,.fh-benefits-immersive .fh-copy{color:#ffffffd1}.fh-benefits-immersive .fh-eyebrow{margin-bottom:0}.fh-benefits-immersive .fh-h2{max-width:13ch;color:var(--fh-cream);text-shadow:0 12px 36px rgba(0,0,0,.22)}.fh-benefits-immersive__details{padding:0 0 clamp(84px,10vw,136px)}.fh-benefits-immersive__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,2vw,24px)}.fh-benefits-immersive .fh-benefit-card{min-height:clamp(230px,23vw,310px);display:grid;align-content:start;border-color:#ffffff47;background:linear-gradient(135deg,#2a241f3d,#0c0a0929)!important;color:var(--fh-white)!important;box-shadow:0 24px 58px #0003,inset 0 1px #ffffff1f;backdrop-filter:blur(28px) saturate(150%);-webkit-backdrop-filter:blur(28px) saturate(150%)}.fh-benefits-immersive .fh-benefit-card .fh-card-icon{border:1px solid rgba(255,255,255,.18);background:#ffffff1f!important;color:var(--fh-white)!important}.fh-benefits-immersive .fh-benefit-card .fh-h3{color:var(--fh-white)!important}.fh-benefits-immersive .fh-benefit-card p{color:#ffffffdb!important}.fh-split-head{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);gap:var(--fh-gap);align-items:end;margin-bottom:clamp(24px,4vw,48px)}.fh-two-col,.fh-product-layout,.fh-editorial,.fh-details-layout,.fh-comparison-layout,.fh-colours-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(22px,5vw,72px);align-items:center}.fh-two-col--reverse>:first-child,.fh-editorial--reverse .fh-editorial-media{order:2}.fh-panel{display:grid;gap:clamp(18px,3vw,28px)}.fh-point-list,.fh-detail-list,.fh-mini-list{display:grid;gap:12px;padding:0;margin:0;list-style:none}.fh-point{display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;align-items:start;padding:18px}.fh-point .fh-icon,.fh-mini-list .fh-icon{color:var(--fh-leaf);margin-top:3px}.fh-point .fh-icon{width:28px;height:28px;justify-self:center;margin-top:0;font-size:28px}.fh-point .fh-icon--baby{width:29px;height:29px}.fh-mini-list li{display:flex;gap:10px;color:var(--fh-muted);line-height:1.5}.fh-grid{display:grid;gap:14px}.fh-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.fh-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.fh-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.fh-benefit-card,.fh-step-card,.fh-detail-card,.fh-review-card,.fh-assurance-card{padding:clamp(18px,2.6vw,28px)}.fh-card-icon{width:42px;height:42px;display:inline-grid;place-items:center;margin-bottom:16px;border-radius:999px;background:rgba(var(--fh-warm-rgb),.14);color:var(--fh-olive)}.fh-step-card{position:relative}.fh-step-card:before{content:attr(data-step);display:block;margin-bottom:16px;color:var(--fh-ochre);font-family:var(--font-primary--family, Georgia, serif);font-size:2rem;font-weight:900;line-height:1}.fh-key-stats{background:var(--fh-cream)}.fh-key-stats.fh-section{padding-top:clamp(48px,5.6vw,82px);padding-bottom:clamp(48px,5.6vw,82px)}.fh-key-stats__rule{display:none}.fh-key-stats__list{display:grid;gap:clamp(28px,3.6vw,46px);max-width:760px;margin:0 auto;text-align:center}.fh-key-stat{display:grid;justify-items:center;gap:8px}.fh-key-stat__value{margin:0;color:var(--fh-ink);font-family:var(--fh-title-font)!important;font-size:var(--fh-type-title)!important;font-weight:600!important;line-height:1.02!important;letter-spacing:0!important;text-transform:none!important}.fh-key-stat p{max-width:620px;margin:0;color:var(--fh-ink);font-size:clamp(.88rem,1.25vw,1.02rem)!important;font-weight:440!important;line-height:1.28!important}.fh-detail-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}.fh-detail-card .fh-card-icon{margin-bottom:0}.fh-editorial-media,.fh-problem-media,.fh-detail-media{aspect-ratio:4 / 5;box-shadow:var(--fh-shadow)}.fh-problem-media img{height:100%;object-fit:cover;object-position:center}.fh-compare-media,.fh-colours-media{aspect-ratio:16 / 10;box-shadow:var(--fh-shadow)}.fh-callout{padding:16px 18px;border-left:3px solid var(--fh-ochre);border-radius:0 var(--fh-radius) var(--fh-radius) 0;background:#f5f5f5db;color:var(--fh-earth);line-height:1.55}.fh-product-main{padding:clamp(24px,4vw,48px) 0 var(--fh-section);overflow:visible}.fh-product-layout{width:var(--fh-container);margin:0 auto;align-items:start;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);min-width:0}.fh-product-gallery{position:sticky;top:clamp(78px,7vw,104px);align-self:start;display:grid;grid-template-columns:84px minmax(0,1fr);gap:12px;min-width:0}.fh-thumbs{display:grid;align-content:start;gap:10px}.fh-thumb{border:1px solid var(--fh-border);border-radius:var(--fh-radius);padding:0;aspect-ratio:1;background:var(--fh-white);overflow:hidden;cursor:pointer}.fh-thumb[aria-current=true]{border-color:var(--fh-olive);box-shadow:0 0 0 2px rgba(var(--fh-warm-rgb),.28)}.fh-thumb:focus-visible{outline:none;box-shadow:var(--fh-focus)}.fh-thumb img,.fh-thumb video{width:100%;height:100%;display:block;object-fit:cover}.fh-thumb--video{position:relative}.fh-thumb--video:after{content:"";position:absolute;left:50%;top:50%;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:12px solid rgba(255,255,255,.92);filter:drop-shadow(0 1px 4px rgba(0,0,0,.28));transform:translate(-38%,-50%);pointer-events:none}.fh-thumb .fh-placeholder-media{aspect-ratio:1}.fh-thumb-track{display:contents}.fh-thumb-nav{display:none}.fh-thumb-nav__icon{display:grid;place-items:center;width:100%;height:100%}.fh-product-stage{aspect-ratio:1 / 1.08;box-shadow:var(--fh-shadow)}.fh-product-stage img{object-fit:cover}.fh-product-stage video.fh-gallery-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;background:#f6f1ea}.fh-product-mobile-track,.fh-product-mobile-dots{display:none}.fh-product-panel{position:sticky;top:104px;min-width:0;max-width:100%;display:grid;gap:20px}.fh-product-main .fh-product-layout>*,.fh-product-main .fh-product-panel>*,.fh-product-main .fh-product-form,.fh-product-main .fh-product-form>*,.fh-product-main .fh-product-panel [class*=kaching],.fh-product-main .fh-product-panel [class*=Kaching]{min-width:0;max-width:100%;box-sizing:border-box}.fh-product-main .fh-product-title,.fh-product-main .fh-copy,.fh-product-main .fh-product-rating,.fh-product-main .fh-product-proof{max-width:100%;overflow-wrap:anywhere}@media(min-width:990px){.fh-product-gallery{--fh-thumb-size: clamp(64px, 5.2vw, 88px);--fh-thumb-gap: clamp(8px, .75vw, 12px);--fh-visible-thumb-slots: 5;--fh-thumb-strip-height: calc((var(--fh-thumb-size) * var(--fh-visible-thumb-slots)) + (var(--fh-thumb-gap) * (var(--fh-visible-thumb-slots) - 1)));grid-template-columns:var(--fh-thumb-size) minmax(0,1fr);gap:clamp(18px,2vw,26px);align-items:start}.fh-product-gallery .fh-thumbs{position:relative;display:block;width:var(--fh-thumb-size);height:min(var(--fh-product-stage-height, 620px),var(--fh-thumb-strip-height));max-height:min(var(--fh-product-stage-height, 620px),var(--fh-thumb-strip-height));overflow:hidden;padding:0}.fh-product-gallery .fh-thumb-track{display:grid;grid-auto-rows:var(--fh-thumb-size);align-content:start;gap:var(--fh-thumb-gap);height:100%;overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-width:none}.fh-product-gallery .fh-thumb-track::-webkit-scrollbar{display:none}.fh-product-gallery .fh-thumb{width:var(--fh-thumb-size);height:var(--fh-thumb-size);border-color:rgba(var(--fh-ink-rgb),.1);border-radius:clamp(16px,1.35vw,22px);box-shadow:0 10px 24px rgba(var(--fh-ink-rgb),.06);transition:border-color var(--fh-fast),box-shadow var(--fh-fast),transform var(--fh-fast)}.fh-product-gallery .fh-thumb:hover{transform:translateY(-1px);border-color:rgba(var(--fh-ink-rgb),.22);box-shadow:0 14px 30px rgba(var(--fh-ink-rgb),.1)}.fh-product-gallery .fh-thumb[aria-current=true]{border-color:rgba(var(--fh-ink-rgb),.72);box-shadow:inset 0 0 0 2px rgba(var(--fh-ink-rgb),.72),0 14px 30px rgba(var(--fh-ink-rgb),.1)}.fh-product-gallery .fh-thumb-nav{position:absolute;left:0;z-index:4;isolation:isolate;display:grid;place-items:center;height:var(--fh-thumb-size);border-color:rgba(var(--fh-ink-rgb),.08);background:#f3efeb;color:var(--fh-ink);opacity:0;pointer-events:none;visibility:hidden;transition:opacity var(--fh-fast),transform var(--fh-fast),border-color var(--fh-fast),box-shadow var(--fh-fast)}.fh-product-gallery .fh-thumb-nav--prev{top:0;transform:translateY(-4px)}.fh-product-gallery .fh-thumb-nav--next{bottom:0;transform:translateY(4px)}.fh-product-gallery.has-thumbs-prev .fh-thumb-nav--prev,.fh-product-gallery.has-thumbs-next .fh-thumb-nav--next{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.fh-product-gallery .fh-thumb-nav:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:linear-gradient(180deg,#ffffff29,#ffffffe6),linear-gradient(180deg,#f7f4f1,#f3efeb);background-position:center;background-size:100% 100%,cover;transform:scale(1.04);opacity:.92}.fh-thumb-nav__icon{position:relative;z-index:1;width:clamp(42px,3.5vw,50px);height:clamp(42px,3.5vw,50px);border-radius:999px;background:#ffffffeb;box-shadow:0 14px 32px rgba(var(--fh-ink-rgb),.14)}.fh-thumb-nav__icon:after{content:"";position:absolute;top:43%;left:50%;width:15px;height:15px;border-right:3px solid rgba(var(--fh-ink-rgb),.82);border-bottom:3px solid rgba(var(--fh-ink-rgb),.82);border-radius:1px;transform:translate(-50%,-50%) rotate(45deg)}.fh-thumb-nav--prev .fh-thumb-nav__icon:after{top:57%;transform:translate(-50%,-50%) rotate(225deg)}.fh-thumb-nav:hover,.fh-thumb-nav:focus-visible{border-color:rgba(var(--fh-ink-rgb),.46);box-shadow:0 16px 34px rgba(var(--fh-ink-rgb),.16)}}.fh-product-rating{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:0 0 18px;color:var(--fh-ink);font-size:.95rem;font-weight:650;line-height:1.2}.fh-product-rating__stars{display:inline-flex;align-items:center;gap:2px;color:var(--fh-ink);font-size:1.05rem}.fh-product-proof{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:var(--fh-muted);font-weight:700}.fh-product-form{display:grid;gap:16px}.fh-form-row{display:grid;gap:8px}.fh-variant-row{display:none!important}.fh-select,.fh-input{width:100%;min-height:46px;border:1px solid var(--fh-border);border-radius:999px;padding:0 16px;background:var(--fh-white);color:var(--fh-ink);font:inherit}.fh-select:focus-visible,.fh-input:focus-visible{outline:none;box-shadow:var(--fh-focus)}.fh-qty{width:142px;display:flex;border:1px solid var(--fh-border);border-radius:999px;background:var(--fh-white);overflow:hidden}.fh-qty button,.fh-qty input{min-height:44px;border:0;background:transparent;color:var(--fh-ink);text-align:center}.fh-qty button{width:44px;display:grid;place-items:center;cursor:pointer}.fh-qty button:focus-visible{outline:none;box-shadow:inset var(--fh-focus)}.fh-qty input{width:54px;-webkit-appearance:textfield;appearance:textfield;font-weight:800}.fh-size-guide-row{margin:-6px 0 2px}.fh-size-guide-trigger{display:inline-flex;width:fit-content;padding-bottom:2px;border-bottom:1px solid currentColor!important;color:var(--fh-earth);font-size:.92rem;font-weight:400!important;line-height:1.2;text-decoration:none!important;text-decoration-color:currentColor!important}.fh-size-guide-trigger:hover{color:var(--fh-ink)}.fh-size-guide-trigger:focus-visible{outline:none;box-shadow:var(--fh-focus);border-radius:4px}.fh-size-guide-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:clamp(16px,4vw,40px);opacity:0;pointer-events:none;transition:opacity var(--fh-fast)}.fh-size-guide-modal:target{opacity:1;pointer-events:auto}.fh-size-guide-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#201d1a8f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.fh-size-guide-modal__panel{position:relative;z-index:1;width:min(940px,94vw);max-height:88vh;display:grid;gap:14px;padding:clamp(14px,2vw,20px);border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:var(--fh-white);box-shadow:var(--fh-shadow);overflow:auto}.fh-size-guide-modal__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.fh-size-guide-modal__head h2{margin:0;color:var(--fh-ink);font-family:var(--fh-title-font)!important;font-size:var(--fh-type-title)!important;font-weight:600!important;line-height:1.02!important;letter-spacing:0!important;text-transform:none!important}.fh-size-guide-modal__close{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--fh-border);border-radius:999px;color:var(--fh-ink);font-size:1.35rem;line-height:1;text-decoration:none}.fh-size-guide-modal__close:focus-visible{outline:none;box-shadow:var(--fh-focus)}.fh-size-guide-modal img{width:100%;height:auto;display:block;border-radius:calc(var(--fh-radius) - 4px)}.fh-submit{width:100%;min-height:56px;font-size:1rem}.fh-service-promises{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(8px,2vw,14px);padding:10px 2px 2px}.fh-service-promise{display:grid;justify-items:center;align-content:start;gap:8px;min-width:0;color:var(--fh-ink);text-align:center;font-size:clamp(.72rem,2.6vw,.86rem);font-weight:800;line-height:1.14}.fh-service-promise__icon{width:clamp(26px,7vw,34px);height:clamp(26px,7vw,34px);color:var(--fh-olive)}.fh-service-promise__text{display:grid;gap:2px;justify-items:center;min-width:0}.fh-service-promise__text span{display:block;min-width:0;overflow-wrap:normal;white-space:nowrap}@media(min-width:750px)and (max-width:1180px){.fh-service-promises{gap:clamp(14px,3vw,28px)}.fh-service-promise{font-size:clamp(.78rem,1.55vw,.92rem);line-height:1.08}}.fh-secure-line{display:flex;gap:10px;align-items:center;color:var(--fh-muted);font-size:.92rem}.fh-secure-line .fh-icon{color:var(--fh-olive)}.fh-colour-picker{display:grid;gap:11px}.fh-colour-picker__head{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.fh-colour-picker__selected{color:var(--fh-muted);font-size:.9rem}.fh-colour-picker__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.fh-colour-choice{min-height:76px;display:grid;place-items:center;gap:7px;border:1px solid var(--fh-border);border-radius:var(--fh-radius);padding:9px 6px;background:var(--fh-white);color:var(--fh-ink);cursor:pointer;transition:transform var(--fh-fast),border-color var(--fh-fast),box-shadow var(--fh-fast)}.fh-colour-choice:hover{transform:translateY(-1px)}.fh-colour-choice:focus-visible{outline:none;box-shadow:var(--fh-focus)}.fh-colour-choice.is-selected{border-color:var(--fh-olive);box-shadow:0 0 0 2px rgba(var(--fh-warm-rgb),.28)}.fh-colour-choice.is-disabled{opacity:.45;cursor:not-allowed}.fh-colour-choice__input{position:absolute;opacity:0;pointer-events:none}.fh-colour-choice__disc{width:30px;height:30px;border-radius:999px;background:var(--fh-colour);border:2px solid var(--fh-white);box-shadow:0 0 0 1px #00000038}.fh-colour-choice__name{max-width:100%;color:var(--fh-muted);font-size:.72rem;line-height:1.15;text-align:center;overflow-wrap:anywhere}.fh-colour-choice.is-selected .fh-colour-choice__name{color:var(--fh-ink);font-weight:850}.fh-colour-picker__note{margin:0;color:var(--fh-muted);font-size:.9rem}.fh-colour-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fh-colour-card{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:14px}.fh-colour-dot{width:32px;height:32px;border-radius:999px;background:var(--fh-colour);border:2px solid var(--fh-white);box-shadow:0 0 0 1px #0003}.fh-accordion{display:grid;gap:8px}.fh-faq{max-width:900px;margin:0 auto;display:grid;gap:10px}.fh-faq-section .fh-split-head{grid-template-columns:1fr;gap:16px;max-width:900px;margin-right:auto;margin-left:auto;align-items:start}.fh-faq-section .fh-split-head .fh-copy{max-width:660px}.fh-accordion details,.fh-faq details{border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:#ffffffb8;overflow:hidden}.fh-accordion summary,.fh-faq summary{min-height:56px;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;cursor:pointer;font-weight:850;list-style:none}.fh-accordion summary::-webkit-details-marker,.fh-faq summary::-webkit-details-marker{display:none}.fh-accordion summary .fh-icon,.fh-faq summary .fh-icon{transition:transform var(--fh-fast)}.fh-accordion details[open] summary .fh-icon,.fh-faq details[open] summary .fh-icon{transform:rotate(180deg)}.fh-answer{padding:0 18px 18px;color:var(--fh-muted);line-height:1.62}.fh-size-guide{margin-top:14px;overflow:hidden;border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:#ffffffc7;box-shadow:0 12px 34px rgba(var(--fh-ink-rgb),.06)}.fh-size-guide img{display:block;width:100%;height:auto}.tov-size-guide{width:100%;box-sizing:border-box;background:var(--fh-cream);padding:38px 18px;margin:14px 0 0}.tov-size-guide *,.tov-size-guide *:before,.tov-size-guide *:after{box-sizing:border-box}.tov-size-guide__inner{max-width:920px;margin:0 auto;text-align:center}.tov-size-guide__eyebrow{margin:0 0 10px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#9a7b5d;font-weight:600}.tov-size-guide__title{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.12;font-weight:500;color:#1f1f1f}.tov-size-guide__text{max-width:560px;margin:12px auto 24px;font-size:14px;line-height:1.55;color:#5f5b55}.tov-size-guide__table-wrap{width:100%;overflow-x:auto;background:#fff;border:1px solid rgba(154,123,93,.34);box-shadow:0 14px 32px #1f1f1f0f}.tov-size-guide__table{width:100%;border-collapse:collapse;min-width:620px;background:#fff}.tov-size-guide__table th{background:#e8dfd3;color:#242424;font-size:13px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:16px 14px;border-right:1px solid rgba(154,123,93,.3);border-bottom:1px solid rgba(154,123,93,.38)}.tov-size-guide__table th:last-child,.tov-size-guide__table td:last-child{border-right:0}.tov-size-guide__table td{padding:18px 14px;font-size:16px;color:#2d2d2d;border-right:1px solid rgba(154,123,93,.22);border-bottom:1px solid rgba(154,123,93,.22)}.tov-size-guide__table tbody tr:nth-child(2n){background:#faf8f4}.tov-size-guide__table tbody tr:last-child td{border-bottom:0}.tov-size-guide__table td:first-child{font-weight:700;color:#1f1f1f}.tov-size-guide__note{margin:18px auto 0;max-width:680px;font-size:13px;line-height:1.6;color:#746f68}.fh-comparison-showcase{background:var(--fh-cream)}.fh-comparison-showcase__header{display:grid;justify-items:center;gap:18px;max-width:850px;margin:0 auto clamp(30px,5vw,58px);text-align:center}.fh-comparison-showcase__heading{width:100%;max-width:680px}.fh-comparison-showcase__heading span{display:block;color:transparent;background:linear-gradient(90deg,#e7e2da,#afa69d 54%,#8f877e 78%,#5f574f);-webkit-background-clip:text;background-clip:text}.fh-comparison-showcase__header .fh-copy{max-width:720px}.fh-comparison-showcase__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(12px,3vw,28px);max-width:980px;margin:0 auto clamp(14px,2vw,22px)}.fh-comparison-product{min-width:0;overflow:hidden;border-radius:var(--fh-radius);background:var(--fh-white);box-shadow:0 12px 36px #0000000f}.fh-comparison-product__media{aspect-ratio:1.5 / 1;border-radius:var(--fh-radius);background:var(--fh-white)}.fh-comparison-product__media img{width:100%;height:100%;object-fit:cover;object-position:center}.fh-comparison-product__media .fh-placeholder-media{min-height:0;border:0;border-radius:var(--fh-radius);font-size:clamp(.68rem,1.5vw,.82rem);text-align:center}.fh-comparison-list{display:grid;gap:10px;max-width:980px;margin:0 auto}.fh-comparison-labels,.fh-comparison-row{display:grid;grid-template-columns:minmax(72px,.58fr) minmax(0,1fr) minmax(72px,.58fr);align-items:center;gap:clamp(10px,2vw,24px)}.fh-comparison-labels{grid-template-columns:1fr 1fr;padding:clamp(16px,2.5vw,24px) clamp(18px,3vw,32px);border-radius:var(--fh-radius);background:var(--fh-white);color:var(--fh-ink);font-size:clamp(.98rem,1.55vw,1.25rem);font-weight:650}.fh-comparison-labels span:last-child{justify-self:end;color:#b7aea4}.fh-comparison-row{min-height:clamp(58px,6.5vw,78px);padding:clamp(12px,1.8vw,18px) clamp(16px,2.5vw,26px);border-radius:var(--fh-radius);background:#ffffffc7}.fh-comparison-row--text-values{grid-template-columns:minmax(104px,.82fr) minmax(0,1.1fr) minmax(92px,.76fr)}.fh-comparison-row:nth-child(odd){background:var(--fh-white)}.fh-comparison-row__feature{margin:0;color:var(--fh-ink);font-family:var(--font-body--family, "Outfit", system-ui, sans-serif)!important;font-size:clamp(.9rem,1.5vw,1.18rem)!important;font-weight:680;line-height:1.24;text-transform:none!important;text-align:center}.fh-comparison-status{min-width:0;display:flex;align-items:center;color:var(--fh-leaf);font-size:clamp(1.32rem,2.35vw,1.8rem);line-height:1}.fh-comparison-status:last-child{justify-content:flex-end}.fh-comparison-status .fh-icon{width:1em;height:1em}.fh-comparison-status--no{color:#b7aea4}.fh-comparison-status--value{color:var(--fh-ink);font-size:clamp(.88rem,1.45vw,1.08rem);font-weight:650;line-height:1.2;justify-content:center;overflow-wrap:anywhere;text-align:center}.fh-comparison-status--other-value{color:#b7aea4}.fh-comparison-showcase__actions{display:flex;justify-content:center;margin-top:clamp(30px,5vw,56px)}.fh-comparison-showcase__actions .fh-button{min-width:min(100%,360px)}.fh-review-card{display:grid;align-content:space-between;gap:24px;background:var(--fh-cream)}.fh-review-card .fh-stars{color:var(--fh-ochre)!important}.fh-review-card blockquote{margin:0;color:var(--fh-ink);font-size:clamp(1.08rem,1.5vw,1.34rem);line-height:1.55}.fh-review-card__footer{display:flex;align-items:center;gap:12px;margin-top:auto}.fh-review-card__avatar{width:56px;height:56px;flex:0 0 56px;border-radius:50%;object-fit:cover}.fh-review-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.fh-review-card__meta cite{color:var(--fh-earth);font-size:.92rem;font-style:normal;font-weight:400;line-height:1.2}.fh-review-card__verified{display:inline-flex;align-items:center;min-height:26px;padding:3px 11px;border-radius:999px;background:var(--fh-soft);color:var(--fh-earth);font-size:.78rem;font-weight:820;line-height:1;white-space:nowrap}.fh-testimonial-carousel{overflow:hidden;padding:0 0 clamp(36px,5vw,68px);background:var(--fh-cream)}.fh-testimonial-carousel--spaced{padding-top:clamp(46px,7vw,88px)}.fh-testimonial-carousel__top-band{height:clamp(70px,13vw,150px);margin-bottom:clamp(42px,7vw,82px);background:var(--fh-earth)}.fh-testimonial-carousel__header{display:grid;justify-items:center;gap:16px;max-width:760px;margin:0 auto clamp(30px,5vw,56px);text-align:center}.fh-testimonial-carousel__rating{display:inline-flex;align-items:center;justify-content:center;gap:12px;color:var(--fh-earth);font-weight:820;line-height:1.1}.fh-testimonial-stars{display:inline-flex;align-items:center;gap:4px;color:var(--fh-ink)}.fh-testimonial-stars .fh-icon{width:18px;height:18px}.fh-testimonial-stars--small{gap:3px;margin-top:5px}.fh-testimonial-stars--small .fh-icon{width:15px;height:15px}.fh-testimonial-carousel__heading{display:grid;gap:2px;justify-items:center;font-size:clamp(2.15rem,5vw,4.5rem);line-height:.98}.fh-testimonial-carousel__heading span{color:transparent;background:linear-gradient(90deg,#e7e2da,#afa69d 54%,#8f877e 78%,#5f574f);-webkit-background-clip:text;background-clip:text}.fh-testimonial-carousel__viewport{width:100vw;margin-left:50%;overflow:hidden;transform:translate(-50%)}.fh-testimonial-carousel__track{--fh-review-gap: clamp(18px, 3vw, 30px);--fh-review-loop-distance: 50%;display:flex;width:max-content;gap:var(--fh-review-gap);padding:0 0 6px;animation:fh-testimonials-scroll var(--fh-review-speed, 34s) linear infinite;will-change:transform}html.fh-js .fh-testimonial-carousel__track{animation-play-state:paused}html.fh-js .fh-testimonial-carousel.is-rolling .fh-testimonial-carousel__track{animation-play-state:running}.fh-testimonial-carousel__viewport:hover .fh-testimonial-carousel__track,.fh-testimonial-carousel__viewport:focus-within .fh-testimonial-carousel__track{animation-play-state:paused}.fh-testimonial-card{flex:0 0 min(390px,calc(100vw - 88px));display:grid;align-content:space-between;min-height:clamp(250px,23vw,310px);padding:clamp(20px,2.3vw,30px);border:1px solid rgba(var(--fh-warm-rgb),.14);border-radius:var(--fh-radius);background:var(--fh-white);box-shadow:0 16px 46px #00000012}.fh-testimonial-carousel.fh-shell .fh-testimonial-card .fh-h3{color:var(--fh-ink);font-family:var(--fh-title-font);font-size:clamp(18px,1.42vw,24px)!important;font-weight:600;line-height:1.16}.fh-testimonial-card blockquote{margin:12px 0 18px;color:var(--fh-ink);font-size:clamp(.95rem,1.18vw,1.1rem);line-height:1.5}.fh-testimonial-card__footer{display:flex;align-items:center;gap:12px;margin-top:auto}.fh-testimonial-avatar{width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--fh-avatar-bg, #DED6CA);color:var(--fh-white);font-weight:900}.fh-testimonial-avatar img{width:100%;height:100%;object-fit:cover}.fh-testimonial-card cite{display:block;color:var(--fh-ink);font-style:normal;font-weight:720}.fh-testimonial-carousel__actions{width:var(--fh-container);display:flex;justify-content:center;margin-top:clamp(34px,6vw,70px);margin-right:auto;margin-left:auto}.fh-testimonial-carousel__actions .fh-button{min-width:min(100%,430px)}.fh-newsletter-box{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:clamp(24px,5vw,46px);border-radius:var(--fh-media-radius);background:var(--fh-coral-gradient);color:var(--fh-white)}.fh-newsletter-box .fh-copy{color:#ffffffc7}.fh-newsletter-form{display:flex;gap:10px;min-width:min(430px,100%)}.fh-newsletter-form .fh-input{border-color:#ffffff57;background:#fffffff5}.fh-final-cta{text-align:center;overflow:hidden;padding-top:0;padding-bottom:0;background:var(--fh-cream);color:var(--fh-ink)}.fh-final-cta.fh-section{padding-top:0;padding-bottom:0}.fh-final-cta__panel{width:min(100%,1360px);min-height:clamp(420px,54vw,640px);margin:0 auto;display:grid;align-content:center;justify-items:center;gap:clamp(18px,2.8vw,28px);padding:clamp(56px,9vw,112px) var(--fh-pad);background:linear-gradient(135deg,#211c18fa,#2f2923f5 52%,#575757f0),linear-gradient(180deg,#ffffff1f,#ffffff0a);color:var(--fh-white)}.fh-final-cta__rating{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin:0;font-size:clamp(.92rem,1.7vw,1.08rem);font-weight:760}.fh-final-cta__stars{display:inline-flex;gap:2px}.fh-final-cta__stars .fh-icon{width:1em;height:1em}.fh-final-cta .fh-h2{max-width:min(100%,12.5ch);color:var(--fh-white);font-family:var(--fh-title-font);font-size:clamp(2.65rem,6vw,5.2rem);font-weight:600;line-height:1;text-transform:none}.fh-final-cta .fh-copy{max-width:760px;color:#ffffffc7;font-size:clamp(1.02rem,2vw,1.38rem);line-height:1.45}.fh-final-cta .fh-price{justify-items:center}.fh-final-cta .fh-price__sale{color:var(--fh-white)}.fh-final-cta .fh-price__compare{color:#ffffff9e}.fh-final-cta .fh-button{min-width:min(100%,430px);border-color:var(--fh-white);background:var(--fh-white);color:var(--fh-ink)}.fh-final-cta .fh-button:hover{border-color:var(--fh-linen);background:var(--fh-linen);color:var(--fh-ink)}.fh-final-cta__marquee{width:100vw;margin-left:50%;overflow:hidden;transform:translate(-50%);background:#fffffffa;color:var(--fh-ink)}.fh-final-cta__marquee-track{width:max-content;min-width:max-content;display:flex;align-items:center;gap:0;padding:18px 0;animation:fh-final-cta-marquee 38s linear infinite}.fh-final-cta__marquee span{display:inline-flex;align-items:center;gap:11px;color:var(--fh-ink);font-size:.98rem;font-weight:650;white-space:nowrap}.fh-final-cta__marquee .fh-icon{color:var(--fh-earth);font-size:1.25em}.fh-contact-page__grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);gap:clamp(28px,6vw,92px);align-items:start}.fh-contact-page__copy{display:grid;gap:18px;max-width:560px}.fh-contact-form{display:grid;gap:16px;box-sizing:border-box;width:100%;min-width:0;padding:clamp(22px,3.5vw,38px);border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:#ffffffd1;box-shadow:0 18px 48px #00000012}.fh-contact-form__row{display:grid;gap:8px;min-width:0}.fh-contact-form label{color:var(--fh-olive-dark);font-weight:820}.fh-contact-form input,.fh-contact-form textarea{box-sizing:border-box;width:100%;min-width:0;max-width:100%;border:1px solid var(--fh-border);border-radius:18px;background:var(--fh-white);color:var(--fh-ink);font:inherit;padding:14px 16px}.fh-contact-form textarea{resize:vertical}.fh-contact-form .fh-button{box-sizing:border-box;width:100%;max-width:100%}.fh-contact-form input:focus,.fh-contact-form textarea:focus{outline:none;box-shadow:var(--fh-focus)}.fh-contact-form__success,.fh-contact-form__errors{margin:0;border-radius:18px;padding:14px 16px}.fh-contact-form__success{background:rgba(var(--fh-warm-rgb),.14);color:var(--fh-olive-dark)}.fh-contact-form__errors{background:rgba(var(--fh-warm-rgb),.12);color:var(--fh-clay)}.fh-not-found__inner{display:grid;justify-items:center;gap:18px;max-width:620px;margin:0 auto;text-align:center}.fh-footer{background:var(--fh-coral-gradient);color:var(--fh-white);padding:clamp(44px,7vw,78px) 0 24px}.fh-footer-newsletter{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);gap:clamp(18px,4vw,48px);align-items:center;margin-bottom:clamp(32px,5vw,58px);padding-bottom:clamp(28px,4vw,48px);border-bottom:1px solid rgba(255,255,255,.16)}.fh-footer-newsletter .fh-eyebrow{color:#afa69d}.fh-footer-newsletter .fh-h2{max-width:min(100%,19ch);color:var(--fh-white)}.fh-footer-grid{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(3,minmax(130px,.55fr));gap:clamp(24px,5vw,58px)}.fh-footer h2,.fh-footer h3{margin:0 0 14px;color:var(--fh-white)}.fh-footer p{margin:0;color:#ffffffbd;line-height:1.6}.fh-footer-secure{display:inline-flex;align-items:center;gap:8px;margin-top:16px!important}.fh-footer a{color:#ffffffc7;text-decoration:none}.fh-footer a:hover{color:var(--fh-white)}.fh-footer ul{display:grid;gap:9px;padding:0;margin:0;list-style:none}.fh-footer-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.16);color:#ffffffa3;font-size:.86rem}.fh-sticky-atc{position:fixed;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:var(--fh-z-sticky);display:none;align-items:center;justify-content:space-between;gap:12px;padding:10px 10px 10px 14px;border:1px solid var(--fh-border);border-radius:var(--fh-radius);background:#fffffff7;box-shadow:0 -10px 30px #00000024;transform:translateY(calc(100% + 24px));opacity:0;transition:transform var(--fh-smooth),opacity var(--fh-smooth)}.fh-sticky-atc.is-visible{transform:translateY(0);opacity:1}.fh-sticky-copy{min-width:0;display:grid;gap:2px}.fh-sticky-copy strong{display:block;max-width:48vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;line-height:1.1}.fh-sticky-price{gap:3px}.fh-sticky-price .fh-price__badge{min-height:22px;padding:5px 8px;font-size:.66rem}.fh-sticky-price .fh-price__line{gap:6px}.fh-sticky-price .fh-price__sale{font-size:.96rem}.fh-sticky-price .fh-price__tax-note{font-size:.64rem}.fh-sticky-price .fh-price__compare,.fh-sticky-price .fh-price__saving{font-size:.76rem}.fh-sticky-atc .fh-button{min-height:44px;padding:12px 16px;white-space:nowrap}html.fh-js [data-fh-reveal]{opacity:0;transform:translateY(22px);transition:opacity .62s cubic-bezier(.2,.65,.25,1),transform .62s cubic-bezier(.2,.65,.25,1)}html.fh-js [data-fh-reveal].is-visible{opacity:1;transform:translateY(0)}html.fh-js [data-fh-stagger]>*{opacity:0;transform:translateY(18px);transition:opacity .52s cubic-bezier(.2,.65,.25,1),transform .52s cubic-bezier(.2,.65,.25,1)}html.fh-js [data-fh-stagger].is-visible>*{opacity:1;transform:translateY(0)}html.fh-js [data-fh-stagger].is-visible>*:nth-child(2){transition-delay:70ms}html.fh-js [data-fh-stagger].is-visible>*:nth-child(3){transition-delay:.14s}html.fh-js [data-fh-stagger].is-visible>*:nth-child(4){transition-delay:.21s}html.fh-js [data-fh-stagger].is-visible>*:nth-child(5){transition-delay:.28s}html.fh-js [data-fh-stagger].is-visible>*:nth-child(6){transition-delay:.35s}@keyframes fh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fh-final-cta-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fh-social-proof-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fh-testimonials-scroll{0%{transform:translate(0)}to{transform:translate(calc(-1 * var(--fh-review-loop-distance)))}}@media(hover:hover)and (pointer:fine){.fh-media img{transition:transform .65s cubic-bezier(.2,.65,.25,1)}.fh-media:hover img{transform:scale(1.035) translateY(-2px)}.fh-benefit-card,.fh-step-card,.fh-review-card,.fh-testimonial-card,.fh-assurance-card{transition:transform var(--fh-fast),box-shadow var(--fh-fast),border-color var(--fh-fast)}.fh-benefit-card:hover,.fh-step-card:hover,.fh-review-card:hover,.fh-testimonial-card:hover,.fh-assurance-card:hover{transform:translateY(-3px);border-color:var(--fh-border-strong);box-shadow:0 12px 28px rgba(var(--fh-warm-rgb),.14)}}@media(max-width:989px){#header-group .fh-announcement{min-height:20px;padding:3px 10px;font-size:.72rem;line-height:1.15}#header-group .fh-announcement span{max-width:calc(100vw - 32px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#header-group .fh-nav{min-height:52px}#header-group .fh-actions .fh-header-cta{display:none!important}#header-group .fh-cart-button{min-width:42px;min-height:42px}.fh-blur-banner,.fh-benefits-immersive{--fh-immersive-viewport-height: calc(var(--fh-immersive-dynamic-viewport-height, 100dvh) - var(--fh-immersive-sticky-offset))}body.fh-has-sticky-atc{padding-bottom:96px}.fh-links,.fh-actions .fh-header-cta{display:none}.fh-menu-toggle{display:inline-flex}.fh-nav{min-height:58px;grid-template-columns:auto 1fr auto}.fh-logo{justify-self:center}.fh-logo img{max-height:26px}.fh-mobile-panel__top .fh-logo img{max-height:24px}.fh-actions{justify-self:end}.fh-cart-button{min-width:48px;min-height:48px;font-size:1.08rem}.fh-mobile-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--fh-z-drawer);display:grid;grid-template-rows:auto 1fr auto;background:var(--fh-cream);min-height:100dvh;overflow-y:auto;transform:translate(-100%);transition:transform .3s cubic-bezier(.2,.65,.25,1)}.fh-mobile-panel.is-open{transform:translate(0)}.fh-mobile-panel__top{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid var(--fh-border)}.fh-mobile-panel nav{display:grid;align-content:start;padding:22px 32px;background:var(--fh-cream)}.fh-mobile-panel nav a{display:flex;align-items:center;min-height:56px;border-bottom:1px solid var(--fh-border);color:var(--fh-ink);text-decoration:none;font-size:1.08rem;font-weight:760}.fh-mobile-panel__foot{padding:22px 32px calc(22px + env(safe-area-inset-bottom));background:var(--fh-coral-gradient);color:var(--fh-white)}.fh-mobile-panel__foot a{color:var(--fh-white);text-decoration:none;display:inline-flex;align-items:center;gap:8px}.fh-hero-grid,.fh-split-head,.fh-two-col,.fh-product-layout,.fh-editorial,.fh-details-layout,.fh-comparison-layout,.fh-colours-layout,.fh-contact-page__grid{grid-template-columns:1fr}.fh-hero-copy{order:2;padding-left:0}.fh-hero-media{order:1;aspect-ratio:4 / 3.7}.fh-title{max-width:100%}.fh-grid--3,.fh-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.fh-two-col--reverse>:first-child,.fh-editorial--reverse .fh-editorial-media{order:0}.fh-blur-banner__stage,.fh-benefits-immersive__stage{min-height:var(--fh-immersive-viewport-height)}.fh-blur-banner__content{display:block}.fh-blur-banner__hero{height:var(--fh-immersive-viewport-height);min-height:var(--fh-immersive-viewport-height);opacity:1}.fh-blur-banner__hero.is-pinned{position:fixed;top:var(--fh-immersive-sticky-offset);left:0;right:0;bottom:0;height:auto;min-height:0}.fh-blur-banner__hero.is-released{position:absolute;top:auto;bottom:0;height:var(--fh-immersive-viewport-height);min-height:var(--fh-immersive-viewport-height)}.fh-blur-banner__media,.fh-blur-banner__hero.is-pinned .fh-blur-banner__media,.fh-blur-banner__media img,.fh-blur-banner__media video,.fh-blur-banner__media .fh-placeholder-media{height:100%;min-height:0}.fh-blur-banner__hero.is-pinned .fh-blur-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:auto}.fh-blur-banner__intro{position:relative;z-index:3;justify-content:flex-start;min-height:calc(100vh - var(--fh-immersive-sticky-offset));min-height:var(--fh-immersive-viewport-height);padding:clamp(86px,12vw,132px) 16px clamp(72px,10vh,118px)}.fh-blur-banner__intro-inner{width:min(600px,calc(100vw - 32px))}.fh-blur-banner__cards{display:grid;grid-template-columns:1fr;width:min(82vw,340px);max-width:340px;gap:18px;margin:0 auto;padding:0;transform:none;will-change:auto;touch-action:auto}.fh-blur-card{width:100%}.fh-blur-card__media{aspect-ratio:4 / 3}.fh-blur-banner__details{position:relative;z-index:4;display:block;margin-top:clamp(-74px,-9vh,-48px);padding:0 0 clamp(76px,10vh,126px);overflow:visible;pointer-events:auto}.fh-blur-banner__details .fh-wrap{width:100%;max-width:none}.fh-benefits-immersive__content{display:block}.fh-benefits-immersive__intro{position:relative;z-index:3;justify-content:flex-start;min-height:calc(100vh - var(--fh-immersive-sticky-offset));min-height:var(--fh-immersive-viewport-height);padding:clamp(86px,12vw,132px) 16px clamp(72px,10vh,118px)}.fh-benefits-immersive__intro-inner{width:min(600px,calc(100vw - 32px))}.fh-benefits-immersive__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.fh-product-gallery{position:static;display:block}.fh-product-frame,.fh-thumbs{display:none}.fh-product-mobile-track{width:100%;max-width:100%;min-width:0;display:flex;gap:12px;overflow-x:auto;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.fh-product-mobile-track::-webkit-scrollbar{display:none}.fh-product-mobile-track .fh-product-stage{flex:0 0 100%;max-width:100%;min-width:0;scroll-snap-align:start}.fh-product-mobile-dots{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:12px}.fh-product-mobile-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(var(--fh-ink-rgb),.22);cursor:pointer;-webkit-appearance:none;appearance:none;transition:width var(--fh-fast),background var(--fh-fast)}.fh-product-mobile-dots button[aria-current=true]{width:22px;background:var(--fh-olive)}.fh-product-panel{position:static}.fh-sticky-atc{display:flex}.fh-footer-newsletter{grid-template-columns:1fr}.fh-footer-grid{grid-template-columns:1fr 1fr}.fh-newsletter-box{grid-template-columns:1fr}.fh-newsletter-form{min-width:0}.fh-testimonial-card{flex-basis:min(340px,calc(100vw - 86px));min-height:260px}}@media(max-width:620px){:root{--fh-container: min(100vw - 28px, 1180px);--fh-wide: min(100vw, 1360px);--fh-type-title: clamp(1.38rem, 5.4vw, 1.95rem);--fh-type-subtitle: clamp(.92rem, 3.6vw, 1.02rem);--fh-type-body: clamp(.95rem, 3.8vw, 1.03rem);--fh-type-small: .82rem}.fh-blur-banner,.fh-benefits-immersive{--fh-immersive-viewport-height: calc(var(--fh-immersive-dynamic-viewport-height, 100dvh) - var(--fh-immersive-sticky-offset))}.fh-section{padding:clamp(48px,14vw,72px) 0}.fh-hero+.fh-section{padding-top:34px}.shopify-section:has(.fh-hero)+.shopify-section .fh-section{padding-top:34px}.fh-contact-page__grid{gap:22px}.fh-contact-form{gap:14px;padding:20px;border-radius:16px}.fh-contact-form input,.fh-contact-form textarea{border-radius:16px;padding:13px 14px}.fh-contact-form .fh-button{min-height:52px;padding:14px 18px}.fh-hero{padding-top:0}.fh-hero-grid{width:100%;gap:16px}.fh-hero-copy{width:var(--fh-container);justify-items:center;margin:0 auto;gap:15px;text-align:center}.fh-hero-media{border-radius:0;box-shadow:none}.fh-title{font-size:var(--fh-type-title);text-align:center}.fh-h2{font-size:var(--fh-type-title)}.fh-testimonial-carousel{padding-bottom:clamp(28px,8vw,42px)}.fh-testimonial-carousel--spaced{padding-top:48px}.fh-testimonial-carousel__top-band{height:78px;margin-bottom:46px}.fh-testimonial-carousel__header{gap:14px;margin-bottom:28px}.fh-testimonial-carousel__rating{flex-wrap:wrap;gap:8px 10px}.fh-testimonial-carousel__heading{font-size:clamp(2.15rem,13vw,3.55rem)}.fh-testimonial-carousel__track{--fh-review-gap: 18px}.fh-testimonial-card{flex-basis:clamp(236px,66vw,258px);min-height:258px;padding:19px}.fh-social-proof{padding-top:52px;padding-bottom:54px}.fh-social-proof__heading{font-size:1.32rem}.fh-social-proof .fh-wrap{padding-bottom:44px}.fh-social-proof__track{gap:14px;padding-inline:18px}.fh-social-proof-card{flex-basis:clamp(196px,64vw,236px)}.fh-testimonial-carousel.fh-shell .fh-testimonial-card .fh-h3{font-size:17px!important}.fh-testimonial-card blockquote{margin-bottom:14px;font-size:.9rem;line-height:1.48}.fh-testimonial-avatar{width:42px;height:42px;flex-basis:42px}.fh-testimonial-card__footer{gap:9px}.fh-testimonial-card cite{font-size:.78rem;line-height:1.2}.fh-testimonial-stars--small .fh-icon{width:13px;height:13px}.fh-blur-banner__stage,.fh-benefits-immersive__stage{min-height:var(--fh-immersive-viewport-height)}.fh-blur-banner__hero{height:var(--fh-immersive-viewport-height);min-height:var(--fh-immersive-viewport-height);opacity:1}.fh-blur-banner__hero.is-pinned{position:fixed;top:var(--fh-immersive-sticky-offset);left:0;right:0;bottom:0;height:auto;min-height:0}.fh-blur-banner__hero.is-released{position:absolute;top:auto;bottom:0;height:var(--fh-immersive-viewport-height);min-height:var(--fh-immersive-viewport-height)}.fh-blur-banner__media,.fh-blur-banner__hero.is-pinned .fh-blur-banner__media,.fh-blur-banner__media img,.fh-blur-banner__media video,.fh-blur-banner__media .fh-placeholder-media{height:100%;min-height:0}.fh-blur-banner__hero.is-pinned .fh-blur-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:auto}.fh-blur-banner__intro{align-items:end;min-height:var(--fh-immersive-viewport-height);padding:88px 14px clamp(78px,12vh,116px)}.fh-blur-banner__intro-inner{width:100%;gap:16px}.fh-blur-banner .fh-h2{max-width:100%}.fh-blur-banner__details{margin-top:clamp(-64px,-8vh,-42px);padding:0 0 84px}.fh-blur-banner__cards{width:min(82vw,310px);margin-inline:auto}.fh-benefits-immersive__intro{align-items:end;min-height:var(--fh-immersive-viewport-height);padding:88px 14px clamp(78px,12vh,116px)}.fh-benefits-immersive__intro-inner{width:100%;gap:16px}.fh-benefits-immersive .fh-h2{max-width:100%}.fh-benefits-immersive__details{margin-top:clamp(-64px,-8vh,-42px);padding:0 0 84px}.fh-benefits-immersive__details .fh-wrap{width:100%;max-width:none}.fh-benefits-immersive__cards{grid-template-columns:1fr;width:min(82vw,310px);margin-inline:auto;gap:18px}.fh-benefits-immersive .fh-benefit-card{min-height:220px;padding:20px}.fh-blur-card__body{grid-template-columns:38px minmax(0,1fr);gap:12px;padding:16px}.fh-blur-card__media{aspect-ratio:4 / 3}.fh-blur-card .fh-card-icon{width:38px;height:38px}.fh-product-main{padding-top:18px}.fh-product-layout{width:var(--fh-container);gap:24px}.fh-product-mobile-track{width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw);padding-inline:0;scroll-padding-inline:0}.fh-product-mobile-track .fh-product-stage{flex-basis:100vw;max-width:100vw;border-radius:0}.fh-product-panel{gap:18px}.fh-size-guide{margin-top:10px;border-radius:var(--fh-radius)}.tov-size-guide{width:100%;max-width:100%;padding:30px 12px;margin:10px auto 0}.tov-size-guide__inner{width:100%}.tov-size-guide__title{font-size:24px}.tov-size-guide__text{font-size:13.5px;line-height:1.48;margin-bottom:18px}.tov-size-guide__table{min-width:0;table-layout:fixed}.tov-size-guide__table th,.tov-size-guide__table td{padding:12px 6px;font-size:12px;line-height:1.25;white-space:normal;word-break:normal;overflow-wrap:anywhere}.tov-size-guide__table th{font-size:10px;letter-spacing:.015em}.tov-size-guide__table th:nth-child(1),.tov-size-guide__table td:nth-child(1){width:18%}.tov-size-guide__table th:nth-child(2),.tov-size-guide__table td:nth-child(2){width:22%}.tov-size-guide__table th:nth-child(3),.tov-size-guide__table td:nth-child(3){width:22%}.tov-size-guide__table th:nth-child(4),.tov-size-guide__table td:nth-child(4){width:38%}.tov-size-guide__note{font-size:12.5px}.fh-product-rating{margin-bottom:16px;gap:8px;font-size:.9rem}.fh-hero-rating{justify-content:center;gap:6px;font-size:.8rem;text-align:center}.fh-hero-rating__stars{font-size:.84rem}.fh-product-rating__stars{font-size:.98rem}.fh-product-panel .fh-h2{overflow-wrap:anywhere;font-size:clamp(2rem,9vw,2.75rem)}.fh-hero-actions,.fh-newsletter-form{flex-direction:column}.fh-hero-actions{width:min(100%,320px);margin:0 auto;justify-content:center;align-items:stretch;gap:12px}.fh-hero-actions .fh-button{box-sizing:border-box;width:100%;min-height:50px;padding:13px 18px;font-size:.94rem}.fh-hero-actions .fh-button:first-child:before{font-size:.94rem}.fh-button,.fh-newsletter-form .fh-button{width:100%}.fh-service-promise__text span{display:block}.fh-badges{gap:8px}.fh-badge{width:100%;justify-content:flex-start}.fh-grid--2,.fh-grid--3,.fh-grid--4,.fh-colour-cards{grid-template-columns:1fr}.fh-colour-picker__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fh-comparison-showcase__header{gap:14px;margin-bottom:30px}.fh-comparison-showcase__heading{max-width:100%}.fh-comparison-showcase__products{gap:10px;margin-bottom:12px}.fh-comparison-product__media{aspect-ratio:1.28 / 1}.fh-comparison-product__media .fh-placeholder-media{padding:8px;font-size:.6rem;line-height:1.18}.fh-comparison-list{gap:8px}.fh-comparison-labels{padding:11px 16px;font-size:.9rem}.fh-comparison-row{grid-template-columns:38px minmax(0,1fr) 38px;min-height:58px;gap:8px;padding:10px 16px}.fh-comparison-row--text-values{grid-template-columns:minmax(92px,.92fr) minmax(0,1.22fr) minmax(82px,.82fr);gap:6px;padding:10px 12px}.fh-comparison-row__feature{font-size:.9rem!important}.fh-comparison-row--text-values .fh-comparison-row__feature{font-size:.78rem!important;line-height:1.16}.fh-comparison-status{font-size:1.32rem}.fh-comparison-status--value{font-size:.78rem}.fh-comparison-row--text-values .fh-comparison-status--value{font-size:.58rem;line-height:1.12}.fh-key-stats.fh-section{padding-top:46px;padding-bottom:46px}.fh-key-stats__list{gap:28px;max-width:330px}.fh-key-stat__value{font-size:var(--fh-type-title)!important}.fh-key-stat p{font-size:clamp(.84rem,3.6vw,.96rem)!important;line-height:1.22!important}.fh-footer-grid{grid-template-columns:1fr}.fh-footer-bottom{display:grid}.fh-footer-newsletter{margin-bottom:32px;padding-bottom:28px}.fh-footer-newsletter .fh-h2{max-width:100%}.fh-final-cta__panel{min-height:470px;padding:58px 18px}.fh-final-cta .fh-h2{max-width:100%;font-size:clamp(2.35rem,12vw,3.7rem)}.fh-final-cta .fh-copy{font-size:clamp(1rem,5vw,1.2rem)}.fh-final-cta__marquee-track{padding:15px 0}.fh-final-cta__marquee span{font-size:.9rem}.fh-hero-note{position:static;width:auto;margin:12px}.fh-sticky-copy strong{max-width:42vw}.fh-sticky-atc .fh-button{width:auto;max-width:45vw;white-space:normal;line-height:1.1}}:root{--font-size--h1: clamp(1.65rem, 2.6vw, 1.95rem);--font-size--h2: clamp(1.45rem, 2.1vw, 1.7rem);--font-size--h3: clamp(1.2rem, 1.55vw, 1.42rem);--font-size--h4: .98rem;--font-size--h5: .86rem;--font-size--h6: .75rem;--font-h1--size: var(--font-size--h1);--font-h2--size: var(--font-size--h2);--font-h3--size: var(--font-size--h3);--font-h4--size: var(--font-size--h4);--font-h5--size: var(--font-size--h5);--font-h6--size: var(--font-size--h6);--fh-type-title: clamp(1.46rem, 2.5vw, 2.25rem);--fh-type-subtitle: clamp(.94rem, 1.15vw, 1.05rem)}@media(max-width:620px){:root{--font-size--h1: clamp(1.42rem, 6vw, 1.68rem);--font-size--h2: clamp(1.28rem, 5.2vw, 1.5rem);--font-size--h3: clamp(1.08rem, 4.2vw, 1.25rem);--font-size--h4: .95rem;--font-size--h5: .82rem;--font-size--h6: .74rem;--font-h1--size: var(--font-size--h1);--font-h2--size: var(--font-size--h2);--font-h3--size: var(--font-size--h3);--font-h4--size: var(--font-size--h4);--font-h5--size: var(--font-size--h5);--font-h6--size: var(--font-size--h6);--fh-type-title: clamp(1.38rem, 5.7vw, 1.88rem);--fh-type-subtitle: clamp(.92rem, 3.6vw, 1.04rem)}.fh-logo{font-size:clamp(1.08rem,4.4vw,1.24rem)}.fh-social-proof__heading{font-size:clamp(1.08rem,4.5vw,1.18rem)}.fh-product-panel .fh-h2{font-size:clamp(1.55rem,7.2vw,2.05rem)!important}}.fh-title,.fh-h2,.fh-final-cta .fh-h2,.fh-comparison-showcase__heading,.fh-testimonial-carousel__heading,.fh-social-proof__heading,.fh-key-stat__value{font-size:var(--fh-type-title)!important}.fh-h3,.fh-testimonial-carousel.fh-shell .fh-testimonial-card .fh-h3,.fh-comparison-row__feature{font-size:var(--fh-type-subtitle)!important}.fh-copy,.fh-card p,.fh-detail-card p,.fh-review-card blockquote,.fh-testimonial-card blockquote,.fh-answer,.fh-mini-list li,.fh-footer p,.fh-footer a,.fh-final-cta .fh-copy{font-size:var(--fh-type-body)!important}.fh-eyebrow,.fh-hero-rating,.fh-product-rating,.fh-final-cta__rating,.fh-testimonial-carousel__rating,.fh-badge,.fh-footer-bottom,.fh-product-price .fh-tax-note{font-size:var(--fh-type-small)!important}.fh-product-main .fh-product-price{display:none!important}.fh-hero-rating,.fh-product-rating{gap:7px!important;font-size:clamp(.72rem,2.5vw,.84rem)!important;font-weight:720!important;line-height:1.14!important}.fh-product-rating{margin-bottom:12px!important}.fh-hero-rating__stars,.fh-product-rating__stars,.fh-final-cta__stars,.fh-testimonial-stars,.fh-stars{color:var(--fh-star)!important}.fh-hero-rating__stars,.fh-product-rating__stars{gap:2px!important;font-size:.9rem!important}.fh-hero-rating__stars .fh-icon,.fh-product-rating__stars .fh-icon{width:1em!important;height:1em!important}.fh-shell .fh-title,.fh-shell .fh-h2,.fh-shell .fh-h3,.fh-shell .fh-social-proof__heading,.fh-shell .fh-key-stat__value{font-family:var(--fh-title-font)!important;font-weight:600!important;text-transform:none!important}.fh-product-main .fh-product-title{font-family:var(--fh-title-font)!important;font-size:var(--fh-type-title)!important;font-weight:600!important;line-height:1.04!important;letter-spacing:0!important;margin:0!important;text-transform:none!important}.fh-product-main .fh-product-title+.fh-copy,.fh-product-main .fh-product-panel>div+.fh-copy,.fh-product-main .fh-product-price+.fh-copy{margin-top:-14px!important}@media(max-width:620px){.fh-product-main .fh-product-title{font-size:var(--fh-type-title)!important;line-height:1.08!important}.fh-product-main .fh-product-title+.fh-copy,.fh-product-main .fh-product-panel>div+.fh-copy,.fh-product-main .fh-product-price+.fh-copy{margin-top:-18px!important}}.collection-links__link{--min-font-size: var(--font-size--3xl);--max-font-size: var(--font-size--5xl)}@media screen and (max-width:749px){.collection-links__link{--min-font-size: var(--font-size--2xl);--max-font-size: var(--font-size--4xl);font-size:clamp(var(--min-font-size),7vw,var(--max-font-size))}.product-card-gallery__title-placeholder{font-size:var(--font-size--xl)}}@media(max-width:360px){.fh-sticky-atc{left:8px;right:8px;gap:8px}.fh-sticky-atc .fh-button{padding-inline:12px}.fh-colour-choice{min-height:72px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.fh-offer-strip__track,.fh-marquee-banner__track,.fh-final-cta__marquee-track,.fh-social-proof__track,.fh-testimonial-carousel__track{animation:none}html.fh-js [data-fh-reveal],html.fh-js [data-fh-stagger]>*{opacity:1!important;transform:none!important}}main,footer,.content-for-layout{width:100%;max-width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0;overflow-x:hidden}.shopify-section:has(>.fh-shell),.shopify-section:has(>.fh-section){width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:0!important;padding-right:0!important;overflow-x:hidden}.fh-shell{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);box-sizing:border-box}.shopify-section:has(>.fh-shell)>.fh-shell,.shopify-section:has(>.fh-section)>.fh-section{margin-left:0;margin-right:0}dialog-component.search-modal{display:contents;height:0!important;min-height:0!important;border:0!important}dialog-component.search-modal>dialog:not([open]){display:none!important}.fh-final-cta{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.fh-final-cta__panel{width:100%;max-width:none;box-sizing:border-box}.fh-final-cta__marquee{width:100%;margin-left:0;transform:none}.fh-final-cta__marquee-track{width:max-content;min-width:max-content;gap:0;animation-name:fh-final-cta-marquee}.fh-final-cta__marquee-group{flex:0 0 auto;display:flex;align-items:center;gap:clamp(26px,5vw,70px);padding-right:clamp(26px,5vw,70px)}.fh-final-cta .fh-button{width:min(100%,430px);max-width:430px;box-sizing:border-box}@media(max-width:620px){.fh-final-cta__panel{min-height:auto;padding:64px max(18px,env(safe-area-inset-left)) 58px max(18px,env(safe-area-inset-right));gap:18px}.fh-final-cta .fh-h2{font-size:clamp(2rem,9.5vw,2.8rem);line-height:1.08}.fh-final-cta .fh-copy{max-width:min(100%,32ch);font-size:clamp(1rem,4.6vw,1.12rem);line-height:1.45}.fh-final-cta .fh-button{width:min(100%,360px);min-height:56px;padding:16px 22px}.fh-final-cta__marquee-track{min-width:max-content;padding:14px 0}.fh-final-cta__marquee-group{gap:28px;padding-right:28px}}@media(min-width:990px){#MainContent:has(.fh-product-main),main.content-for-layout:has(.fh-product-main),#MainContent>.shopify-section:has(>.fh-product-main),.shopify-section:has(>.fh-product-main),.fh-product-main,.fh-product-layout{overflow:visible!important}.fh-product-layout{align-items:start!important}.fh-product-gallery{position:sticky!important;top:clamp(128px,9vw,164px)!important;align-self:start!important;align-items:start!important;height:auto!important;min-height:0!important;transform:none!important;opacity:1!important;will-change:auto!important}.fh-product-frame,.fh-product-stage{height:auto!important;min-height:0!important}.fh-product-stage{aspect-ratio:1 / 1.08!important}.fh-product-panel{position:static!important;top:auto!important}}@media(min-width:990px){.fh-product-gallery{top:0!important}.fh-product-gallery-stick{top:clamp(128px,9vw,164px)!important}}@media(min-width:990px)and (max-width:1180px){.fh-product-layout{width:min(100%,calc(100vw - 28px))!important;gap:clamp(18px,2.2vw,28px)!important;grid-template-columns:minmax(0,1fr) minmax(0,.95fr)!important}.fh-product-gallery{--fh-thumb-size: clamp(58px, 5vw, 72px);gap:clamp(12px,1.6vw,18px)!important}.fh-product-gallery-stick{gap:clamp(12px,1.6vw,18px)!important}.fh-product-main .fh-product-title{font-size:clamp(1.75rem,3.2vw,2.2rem)!important}.fh-product-main .fh-copy{font-size:clamp(.98rem,1.5vw,1.08rem)!important;line-height:1.55!important}}.cart-page .cart-items__quantity-controls{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;width:fit-content!important;max-width:100%!important;overflow:visible!important}.cart-page .cart-items__quantity-controls .quantity-selector{display:inline-flex!important;align-items:center!important;width:auto!important;min-width:126px!important;min-height:44px!important;overflow:visible!important;border:1px solid rgba(47,41,35,.14)!important;border-radius:999px!important;background:#fff!important;color:#2f2923!important}.cart-page .cart-items__quantity-controls .quantity-minus,.cart-page .cart-items__quantity-controls .quantity-plus,.cart-page .cart-items__quantity-controls .cart-items__remove{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 42px!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;max-width:42px!important;padding:0!important;margin:0!important;opacity:1!important;visibility:visible!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#2f2923!important;line-height:1!important;box-shadow:none!important}.cart-page .cart-items__quantity-controls .cart-items__remove{border:1px solid rgba(47,41,35,.16)!important;background:#f6f1ea!important;box-shadow:0 8px 18px #2f29231a!important}.cart-page .cart-items__quantity-controls .quantity-minus svg,.cart-page .cart-items__quantity-controls .quantity-plus svg,.cart-page .cart-items__quantity-controls .cart-items__remove svg,.cart-page .cart-items__quantity-controls .svg-wrapper{display:block!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;opacity:1!important;visibility:visible!important;color:#2f2923!important;fill:currentColor!important}.cart-page .cart-items__quantity-controls .cart-items__remove:hover{background:#e7e2da!important;color:#2f2923!important}.cart-page .cart-items__quantity-controls input[name="updates[]"]{min-width:36px!important;width:42px!important;color:#2f2923!important;opacity:1!important;text-align:center!important}@media(max-width:749px){.cart-page .cart-items__quantity-controls{margin-top:10px!important}}@media(max-width:749px){.fh-blur-banner,.fh-blur-banner__intro,.fh-blur-banner__intro-inner,.fh-footer,.fh-footer .fh-wrap,.fh-footer-newsletter,.fh-newsletter-form,.fh-button,.fh-input{box-sizing:border-box!important}.fh-blur-banner__intro{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;padding-inline:max(16px,env(safe-area-inset-left)) max(16px,env(safe-area-inset-right))!important}.fh-blur-banner__intro-inner{width:100%!important;max-width:calc(100vw - 32px)!important;min-width:0!important;justify-items:stretch!important}.fh-blur-banner .fh-h2,.fh-blur-banner .fh-copy,.fh-footer-newsletter .fh-h2{max-width:100%!important;overflow-wrap:anywhere!important}.fh-blur-banner__intro .fh-button{width:100%!important;max-width:100%!important;min-width:0!important;padding-inline:18px!important;white-space:normal!important;text-align:center!important}.fh-footer .fh-wrap,.fh-footer-newsletter{width:100%!important;max-width:100%!important;min-width:0!important}.fh-footer .fh-wrap{padding-inline:max(22px,env(safe-area-inset-left)) max(22px,env(safe-area-inset-right))!important}.fh-footer-newsletter{overflow-x:hidden!important}.fh-newsletter-form{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;min-width:0!important;gap:12px!important}.fh-newsletter-form .fh-input,.fh-newsletter-form .fh-button{display:flex!important;width:100%!important;max-width:100%!important;min-width:0!important;margin-inline:0!important}.fh-newsletter-form .fh-input{-webkit-appearance:none!important;appearance:none!important}}.fh-product-main .fh-product-panel .fh-product-title{margin-block:0!important}.fh-stock-pressure{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin:-2px 0 0!important;padding:8px 12px;border:1px solid rgba(245,166,35,.28);border-radius:999px;background:#f5a62314;color:var(--fh-ink);font-size:.86rem;font-weight:760;line-height:1.2}.fh-stock-pressure__dot{width:8px;height:8px;flex:0 0 8px;border-radius:999px;background:var(--fh-star);box-shadow:0 0 0 4px #f5a62329}.fh-product-main .fh-product-form~.fh-accordion{margin-top:18px!important}@media(max-width:620px){.fh-product-main .fh-product-form~.fh-accordion{margin-top:28px!important}}.fh-product-main .fh-product-panel .fh-product-price+.fh-copy,.fh-product-main .fh-product-panel>div+.fh-copy{margin-top:12px!important}@media(max-width:620px){.shopify-section:has(.fh-problem-media) .fh-section,.fh-section:has(.fh-problem-media){padding-top:0!important}.fh-problem-media{width:100vw!important;max-width:100vw!important;margin-top:0!important;margin-inline:calc(50% - 50vw)!important;border-radius:0!important;box-shadow:none!important}.fh-problem-media img,.fh-problem-media video,.fh-problem-media iframe{border-radius:0!important}.fh-detail-media:has(img[src*=tovaneo-how-it-works-white-dress]){width:100vw!important;max-width:100vw!important;margin-inline:calc(50% - 50vw)!important;border-radius:0!important;box-shadow:none!important}.fh-detail-media:has(img[src*=tovaneo-how-it-works-white-dress]) img{border-radius:0!important}.fh-faq-section{padding-top:28px!important}.fh-product-main{padding-top:0!important}.fh-product-main .fh-product-layout,.fh-product-main .fh-product-gallery,.fh-product-main .fh-product-gallery-stick,.fh-product-main .fh-product-mobile-track{margin-top:0!important;padding-top:0!important}.fh-product-main .fh-product-panel{gap:12px!important}.fh-product-main .fh-product-panel .fh-product-price+.fh-copy,.fh-product-main .fh-product-panel>div+.fh-copy{margin-top:10px!important}}@media(min-width:990px){.shopify-section:has(.fh-hero){overflow:hidden}.fh-hero{position:relative;width:100vw;max-width:100vw;min-height:clamp(640px,calc(100vh - 116px),860px);margin-inline:calc(50% - 50vw);padding:0;display:grid;align-items:center;background:#211d19;overflow:hidden}.fh-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#14110ec7,#14110e8a,#14110e29 68%,#14110e1f),linear-gradient(180deg,#14110e42,#14110e1a 42%,#14110e5c);pointer-events:none}.fh-hero-grid{position:static;width:min(100vw - 96px,1360px);min-height:inherit;display:flex;align-items:center;margin:0 auto}.fh-hero-copy{position:relative;z-index:2;width:min(600px,48vw);max-width:600px;padding:clamp(56px,8vw,104px) 0;color:var(--fh-white)}.fh-hero .fh-title,.fh-hero .fh-copy,.fh-hero .fh-copy--narrow,.fh-hero-rating,.fh-hero-proof{color:var(--fh-white)}.fh-hero .fh-copy,.fh-hero .fh-copy--narrow{color:#ffffffdb}.fh-hero-rating{text-shadow:0 2px 16px rgba(0,0,0,.22)}.fh-hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100vw;height:100%;aspect-ratio:auto;border-radius:0;box-shadow:none}.fh-hero-media img,.fh-hero-media video,.fh-hero-media .fh-placeholder-media{width:100%;height:100%;object-fit:cover;object-position:center center}.fh-hero-note{display:none}.fh-hero-actions .fh-button{border-color:var(--fh-white);background:var(--fh-white);color:var(--fh-ink);box-shadow:0 12px 34px #0000002e}.fh-hero-actions .fh-button:hover{border-color:var(--fh-linen);background:var(--fh-linen);color:var(--fh-ink)}.fh-hero-actions .fh-button--ghost{background:#ffffff14;color:var(--fh-white);border-color:#ffffff9e;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.fh-hero-actions .fh-button--ghost:hover{background:var(--fh-white);color:var(--fh-ink);border-color:var(--fh-white)}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/fh-custom.css.map */
