:root{--blue:#1F7AE0;--blue-soft:#EAF5FF;--ink:#111827;--muted:#5F6B7A;--line:#E5E7EB;--soft:#F5F7F9;--orange:#F59E0B;--white:#fff;--radius:12px;--page:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:9999;background:#fff;padding:12px 16px;border:1px solid var(--line)}.page-width{width:min(calc(100% - 40px),var(--page));margin-inline:auto}.section{padding:88px 0}.section--soft{background:var(--soft)}.section--blue{background:var(--blue-soft)}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:var(--blue-soft);color:#0a52a3;font-size:.75rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.eyebrow--warm{background:#fff7e6;color:#8a5200}.display{font-size:clamp(2.65rem,6vw,5.7rem);line-height:.96;letter-spacing:-.065em;margin:22px 0}.h1{font-size:clamp(2.15rem,4vw,4.25rem);line-height:1.03;letter-spacing:-.045em;margin:0 0 20px}.h2{font-size:clamp(1.8rem,3.3vw,3.35rem);line-height:1.06;letter-spacing:-.04em;margin:0 0 18px}.h3{font-size:1.35rem;line-height:1.2;margin:0 0 10px}.lead{font-size:clamp(1.05rem,1.6vw,1.28rem);color:var(--muted);max-width:680px}.muted{color:var(--muted)}.button{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:0 24px;border:1px solid var(--ink);border-radius:9px;background:var(--ink);color:#fff;font-weight:750;cursor:pointer;transition:.2s ease}.button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #1118271f}.button--blue{background:var(--blue);border-color:var(--blue)}.button--secondary{background:#fff;color:var(--ink);border-color:var(--line)}.button--full{width:100%}.button[disabled]{opacity:.45;cursor:not-allowed}.announcement{background:var(--ink);color:#fff;text-align:center;padding:9px 16px;font-size:.84rem}.site-header{position:sticky;top:0;z-index:100;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,235,.8)}.header-inner{height:74px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.brand-logo{width:168px;height:auto}.nav{display:flex;justify-content:center;gap:28px;font-size:.92rem}.nav a:hover{color:var(--blue)}.header-actions{display:flex;gap:14px;align-items:center}.icon-link{display:flex;align-items:center;gap:6px;font-size:.9rem}.cart-count{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:99px;background:var(--blue);color:#fff;font-size:.72rem}.menu-button{display:none;border:0;background:transparent;padding:8px}.mobile-nav{display:none;padding:0 20px 20px}.mobile-nav.is-open{display:grid;gap:16px}.hero{padding:38px 0 22px;background:linear-gradient(180deg,#f8fbff,#fff)}.hero-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:34px;align-items:center;min-height:700px}.hero-copy{max-width:680px;padding:32px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-note{margin-top:14px;color:var(--muted);font-size:.92rem}.hero-media{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 28px 70px #08182d1f;background:#eef4f8}.hero-media img{width:100%;height:100%;min-height:620px;object-fit:cover;object-position:70% center;transition:transform .9s cubic-bezier(.2,.7,.2,1)}.hero-media:hover img{transform:scale(1.02)}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:52px}.trust-item{display:flex;gap:11px;align-items:flex-start;font-size:.9rem}.trust-icon{width:36px;height:36px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center;background:#fff;flex:0 0 auto}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:38px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px #11182714}.product-card__image{aspect-ratio:1/1;object-fit:cover;width:100%;background:var(--soft)}.product-card__body{display:flex;flex-direction:column;flex:1;padding:20px}.product-card__title{font-size:1.08rem;font-weight:780;line-height:1.25;margin:0 0 8px}.product-card__copy{color:var(--muted);font-size:.91rem;margin:0 0 18px}.product-card__bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:12px}.price{font-weight:820;font-size:1.12rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split-media{border-radius:18px;overflow:hidden;background:var(--soft)}.split-media img{width:100%;aspect-ratio:1/1;object-fit:cover}.check-list{list-style:none;padding:0;margin:24px 0 30px;display:grid;gap:13px}.check-list li{display:flex;gap:11px}.check-list li:before{content:"\2713";width:24px;height:24px;border-radius:50%;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-weight:900;flex:0 0 auto}.situations{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.situation{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.situation span{display:inline-block;color:var(--blue);font-weight:800;margin-bottom:12px}.faq-list{display:grid;gap:12px}.faq-list details{border:1px solid var(--line);border-radius:10px;padding:18px 20px;background:#fff}.faq-list summary{cursor:pointer;font-weight:760;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list details p{color:var(--muted);margin:13px 0 0}.newsletter{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:40px;border-radius:16px;background:var(--ink);color:#fff}.newsletter p{color:#d1d5db;margin:8px 0 0}.newsletter-form{display:flex;gap:8px}.newsletter-form input{min-width:300px;height:50px;border-radius:8px;border:1px solid #374151;padding:0 15px}.site-footer{padding:65px 0 24px;background:#0b1220;color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:44px}.footer-logo{width:160px;filter:brightness(0) invert(1)}.footer-copy{color:#aeb8c8;max-width:350px}.footer-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#8ea0b8;margin-bottom:18px}.footer-links{display:grid;gap:10px;color:#e5e7eb;font-size:.92rem}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:55px;padding-top:20px;border-top:1px solid #263247;color:#9ca9ba;font-size:.82rem}.product-page{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:64px;align-items:start}.product-gallery{position:sticky;top:108px}.product-gallery__main{border-radius:18px;overflow:hidden;background:var(--soft)}.product-gallery__main img{width:100%;aspect-ratio:1/1;object-fit:cover}.purchase-box{padding:10px 0}.product-title{font-size:clamp(2.1rem,4vw,3.6rem);line-height:1.02;letter-spacing:-.045em;margin:18px 0}.product-price{font-size:1.55rem;font-weight:850;margin-bottom:20px}.benefits{display:grid;gap:11px;margin:24px 0;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefit{display:flex;gap:10px;font-size:.94rem}.product-form{display:grid;gap:14px}.field label{display:block;font-size:.84rem;font-weight:750;margin-bottom:7px}.field select,.field input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:8px;padding:0 12px;background:#fff}.shipping-note{font-size:.87rem;color:var(--muted);padding:14px;background:var(--soft);border-radius:9px}.transparency{padding:16px;border-left:4px solid var(--orange);background:#fff8e8;border-radius:6px;font-size:.9rem;margin:18px 0}.product-content{margin-top:82px}.content-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.prose{max-width:820px}.prose h2{font-size:1.8rem;margin:38px 0 12px}.prose h3{margin:28px 0 10px}.prose p,.prose li{color:#3e4a59}.prose table{width:100%;border-collapse:collapse}.prose td{padding:11px;border-bottom:1px solid var(--line)}.collection-head{text-align:center;padding:80px 0 44px}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:50px;align-items:start}.cart-items{display:grid;gap:18px}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--line)}.cart-item img{width:120px;height:120px;object-fit:cover;border-radius:10px}.cart-summary{position:sticky;top:110px;padding:26px;border:1px solid var(--line);border-radius:12px}.cart-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:850;margin:22px 0}.page-hero{padding:82px 0 46px;background:linear-gradient(180deg,var(--blue-soft),#fff)}.page-content{padding:50px 0 90px}.legal-warning{padding:18px;background:#fff3cd;border:1px solid #FFE69C;border-radius:8px;margin-bottom:28px}.contact-form{display:grid;gap:16px;max-width:720px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:13px}.contact-form textarea{min-height:170px}.search-form{display:flex;gap:10px;max-width:700px}.search-form input{flex:1;min-height:50px;border:1px solid var(--line);border-radius:8px;padding:0 15px}.empty{text-align:center;padding:80px 0}.password-page{min-height:100vh;display:grid;place-items:center;background:var(--blue-soft);padding:30px}.password-card{max-width:560px;width:100%;padding:46px;border-radius:18px;background:#fff;text-align:center}.password-card img{width:210px;margin:0 auto 24px}.password-card form{display:flex;gap:8px}.password-card input{flex:1;min-height:50px;border:1px solid var(--line);border-radius:8px;padding:0 12px}@media(max-width:990px){.nav{display:none}.menu-button{display:block}.header-inner{grid-template-columns:auto 1fr auto}.header-actions .account-link{display:none}.hero-layout{grid-template-columns:1fr}.hero-media img{min-height:420px;object-position:center}.trust-row,.product-grid,.situations{grid-template-columns:repeat(2,1fr)}.split,.product-page,.content-grid,.cart-layout{grid-template-columns:1fr}.product-gallery,.cart-summary{position:static}.footer-grid{grid-template-columns:1fr 1fr}.newsletter{grid-template-columns:1fr}.newsletter-form input{min-width:0}}@media(max-width:640px){.page-width{width:min(calc(100% - 28px),var(--page))}.section{padding:62px 0}.header-inner{height:66px}.brand-logo{width:140px}.header-actions .search-link{display:none}.hero{padding:24px 0 8px}.hero-layout{min-height:auto;gap:22px}.hero-copy{padding:18px 0 0}.hero-media img{min-height:280px}.display{font-size:3.15rem}.trust-row,.product-grid,.situations{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.split{gap:32px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.newsletter{padding:28px}.newsletter-form{flex-direction:column}.cart-item{grid-template-columns:90px 1fr}.cart-item img{width:90px;height:90px}.cart-item>div:last-child{grid-column:2}.product-page{gap:28px}.product-content{margin-top:56px}.password-card form{flex-direction:column}}:root{--navy:#08182d;--ice:#eef8ff;--glass:rgba(255,255,255,.72);--shadow:0 24px 70px rgba(8,24,45,.12)}body{background:linear-gradient(180deg,#fff,#fbfdff)}.announcement{background:linear-gradient(90deg,#08182d,#12365b,#08182d);letter-spacing:.02em}.site-header{box-shadow:0 5px 24px #08182d0a}.hero{min-height:760px;position:relative;overflow:hidden;background:linear-gradient(90deg,#f9fcff,#f9fcfff5 40%,#f9fcff26 70%),url(hero.webp);background-size:cover;background-position:center}.hero:after{content:"";position:absolute;inset:auto -10% -55% 38%;height:600px;background:radial-gradient(circle,rgba(31,122,224,.22),transparent 62%);filter:blur(20px);pointer-events:none}.hero-copy{position:relative;z-index:1}.hero .display{max-width:780px}.hero-badge{display:inline-flex;gap:9px;align-items:center;padding:9px 13px;background:#ffffffdb;border:1px solid rgba(255,255,255,.75);box-shadow:0 12px 35px #08182d14;border-radius:999px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-size:.82rem;font-weight:800}.pulse{width:9px;height:9px;background:#20b26b;border-radius:50%;box-shadow:0 0 #20b26b73;animation:pulse 2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 10px #20b26b00}to{box-shadow:0 0 #20b26b00}}.luxury-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;overflow:hidden;margin-top:-46px;position:relative;z-index:5}.luxury-strip>div{padding:26px;border-right:1px solid var(--line)}.luxury-strip>div:last-child{border:0}.luxury-strip strong{display:block;font-size:.94rem}.luxury-strip span{color:var(--muted);font-size:.8rem}.editorial-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.editorial-card{position:relative;min-height:580px;border-radius:22px;overflow:hidden;background:#eef4f8}.editorial-card.small{min-height:279px}.editorial-card img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .65s ease}.editorial-card:hover img{transform:scale(1.025)}.editorial-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 35%,rgba(8,24,45,.82));display:flex;flex-direction:column;justify-content:flex-end;padding:34px;color:#fff}.editorial-overlay p{color:#dce8f4;max-width:440px}.editorial-stack{display:grid;gap:22px}.story-band{padding:110px 0;background:radial-gradient(circle at 75% 20%,rgba(31,122,224,.16),transparent 32%),var(--navy);color:#fff}.story-band .lead{color:#c8d7e8}.story-number{font-size:clamp(3rem,8vw,7rem);font-weight:850;letter-spacing:-.08em;color:#8cc9ff;line-height:.8}.story-grid{display:grid;grid-template-columns:.55fr 1fr;gap:70px;align-items:center}.marquee{overflow:hidden;border-block:1px solid var(--line);background:#fff}.marquee-track{display:flex;gap:45px;white-space:nowrap;padding:17px 0;animation:marquee 24s linear infinite;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#28415f}@keyframes marquee{to{transform:translate(-50%)}}.product-card{border-radius:18px}.product-card__image{transition:transform .55s ease}.product-card:hover .product-card__image{transform:scale(1.035)}.product-gallery{position:sticky;top:104px}.gallery-main{border-radius:22px;overflow:hidden;background:#f3f7fa;box-shadow:0 15px 45px #08182d14}.gallery-main img{width:100%;aspect-ratio:4/5;object-fit:cover}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.gallery-thumb{border:2px solid transparent;border-radius:10px;overflow:hidden;padding:0;background:#f4f6f8;cursor:pointer}.gallery-thumb.is-active{border-color:var(--blue)}.gallery-thumb img{width:100%;aspect-ratio:1;object-fit:cover}.purchase-box{padding:24px;border:1px solid rgba(229,231,235,.9);border-radius:20px;background:#ffffffe0;box-shadow:0 18px 55px #08182d14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.micro-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.micro-trust>div{background:var(--soft);border-radius:10px;padding:11px;text-align:center;font-size:.72rem;font-weight:760}.stock-line{display:flex;gap:9px;align-items:center;color:#127146;font-size:.86rem;font-weight:800;margin:12px 0}.product-feature-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:70px 0}.feature-shot{border-radius:20px;overflow:hidden;position:relative}.feature-shot:nth-child(3n+1){grid-row:span 2}.feature-shot:after{content:"";position:absolute;top:55%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#08182d99)}.sticky-buy{position:fixed;left:50%;bottom:18px;z-index:130;transform:translate(-50%,140%);width:min(760px,calc(100% - 26px));display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px 12px 20px;border-radius:16px;background:#08182df0;color:#fff;box-shadow:0 20px 60px #00000040;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:.3s ease}.sticky-buy.is-visible{transform:translate(-50%)}.sticky-buy .button{min-height:44px}.sticky-buy small{display:block;color:#b8c8dc}.guarantee-box{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:22px;background:var(--ice);border-radius:16px;margin-top:18px}.guarantee-box div{font-size:.8rem}.guarantee-box strong{display:block;font-size:.88rem}.legal-contact{padding:18px 20px;border-radius:12px;background:var(--ice);border:1px solid #d9ebf8;margin:24px 0}.legal-contact a{color:var(--blue);font-weight:800}@media(max-width:990px){.editorial-grid,.story-grid{grid-template-columns:1fr}.luxury-strip{grid-template-columns:repeat(2,1fr)}.product-feature-gallery{grid-template-columns:1fr 1fr}.purchase-box{padding:20px}}@media(max-width:640px){.hero{min-height:700px;background:linear-gradient(180deg,#f9fcfffa,#f9fcffd1 58%,#f9fcff2e),url(hero.webp);background-size:auto 55%;background-repeat:no-repeat;background-position:center bottom}.hero-copy{padding-bottom:280px}.luxury-strip{grid-template-columns:1fr;margin-top:-20px}.luxury-strip>div{border-right:0;border-bottom:1px solid var(--line)}.editorial-card{min-height:440px}.editorial-card.small{min-height:360px}.product-feature-gallery{grid-template-columns:1fr}.feature-shot:nth-child(3n+1){grid-row:auto}.gallery-thumbs{grid-template-columns:repeat(4,1fr)}.micro-trust,.guarantee-box{grid-template-columns:1fr}.sticky-buy .sticky-copy{display:none}}.gallery-main{position:relative;overflow:hidden;background:#f5f7f9}.gallery-main img{transition:transform .55s cubic-bezier(.2,.7,.2,1),opacity .25s ease}.gallery-main:hover img{transform:scale(1.018)}.gallery-thumb img{aspect-ratio:1/1;object-fit:cover}.feature-shot img{width:100%;height:100%;object-fit:cover}@media(min-width:990px){.product-feature-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-shot:nth-child(3n){grid-column:span 2}}.above-fold-benefits{display:grid;gap:10px;margin:18px 0 22px;padding:18px;background:var(--ice);border-radius:14px;font-weight:750;font-size:.93rem}.legal-small{font-size:.72rem;color:var(--muted);margin:8px 0 0}.stock-line--out{color:#9b1c1c}.detail-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.detail-card{padding:30px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 15px 40px #08182d0d}.benefits--large{border:0;margin:0;padding:0}.situation{transition:.25s ease}.situation:hover{transform:translateY(-3px);box-shadow:0 16px 38px #08182d14;border-color:#c8ddf2}@media(max-width:740px){.detail-columns{grid-template-columns:1fr}}.story-block{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}.story-block__intro,.story-block__fact{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.story-block__fact{background:linear-gradient(180deg,#f8fbff,#fff)}.product-feature-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:18px auto 0}.feature-shot{border-radius:18px;overflow:hidden;background:#f5f7f9;box-shadow:0 10px 30px #1118270f}.feature-shot img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}.above-fold-benefits{display:grid;gap:10px;margin:16px 0 20px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#fbfdff}.micro-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;font-size:.85rem;color:var(--muted)}.stock-line{margin:8px 0 14px;color:#0f5f2c;font-weight:700}.stock-line--out{color:brown}.legal-small{font-size:.76rem;color:var(--muted);margin-top:10px}.detail-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.detail-card{border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff}.benefits--large{border-top:0;border-bottom:0;padding:0;margin:0}@media(max-width:990px){.story-block,.product-feature-gallery,.detail-columns,.micro-trust{grid-template-columns:1fr}}.urgency-banner{margin:22px auto 0;padding:14px 18px;border-radius:14px;background:#fff4de;border:1px solid #f3ddb0;color:#7a4a00;font-size:.95rem}.payment-types{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.payment-types--product{margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.payment-types--footer{margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.payment-type{display:inline-flex;align-items:center;justify-content:center;min-height:28px}.payment-type svg{height:24px;width:auto}.button,.product-card,.situation,.editorial-card,.gallery-thumb,.icon-link,.nav a{transition:all .25s ease}.button:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 14px 30px #11182724}.nav a:hover,.icon-link:hover{color:var(--blue)}.gallery-thumb{cursor:pointer;transform:translateY(0)}.gallery-thumb:hover{transform:translateY(-2px);box-shadow:0 10px 25px #08182d14}.urgency-inline{margin-top:12px;padding:14px 16px;border-radius:12px;background:#fff7e8;border:1px solid #f1dcc0;color:#7a4a00;font-size:.88rem;line-height:1.5}.hero-bullets{display:grid;gap:10px;margin:18px 0 4px;font-weight:750;color:#17324f}.reassurance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.reassurance-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 12px 34px #08182d0d}.reassurance-card .h3{margin-top:10px}.announcement{font-weight:700;letter-spacing:.01em}.luxury-strip>div,.reassurance-card,.newsletter,.detail-card,.story-block__intro,.story-block__fact,.product-card,.situation{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.luxury-strip>div:hover,.reassurance-card:hover,.detail-card:hover,.story-block__intro:hover,.story-block__fact:hover{transform:translateY(-2px);box-shadow:0 16px 38px #08182d14}.hero-badge{box-shadow:0 10px 30px #1f7ae01f}@media(max-width:990px){.reassurance-grid{grid-template-columns:1fr}}html,body{overflow-x:hidden}.hero-layout>*{min-width:0}.hero-copy{width:100%}.hero .display{font-size:clamp(2.8rem,5.15vw,5rem);max-width:11.5ch;overflow-wrap:normal}.hero-media{align-self:stretch;min-height:620px}.hero-media img{min-height:620px;object-position:center 48%}.collection-head{overflow:hidden}.collection-head .page-width{display:flex;flex-direction:column;align-items:center}.collection-head .h1{max-width:960px;width:100%;text-align:center;overflow-wrap:break-word;word-break:normal;margin-inline:auto}.collection-head .lead{max-width:760px;text-align:center}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.product-card{min-width:0;height:100%}.product-card__image{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center;background:#f5f7f9}.product-card__body{min-height:210px}.product-card__title,.product-card__copy{overflow-wrap:break-word}.editorial-card img,.split-media img,.feature-shot img,.gallery-main img{object-position:center}.product-feature-gallery{align-items:stretch}.feature-shot{min-height:0}.feature-shot img{aspect-ratio:4/5}.shipping-note{font-weight:750;color:#17324f;background:#eef7ff;border:1px solid #d6eaff}.announcement{white-space:normal}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-layout{grid-template-columns:1fr 1fr}.hero .display{font-size:clamp(2.6rem,5.5vw,4.4rem)}}@media(max-width:760px){.hero-layout{grid-template-columns:1fr}.hero-media{min-height:auto}.hero-media img{min-height:340px;aspect-ratio:4/3;object-position:center}.hero .display{max-width:none;font-size:clamp(2.45rem,12vw,3.6rem);line-height:.98}.product-grid{grid-template-columns:1fr}.product-card__image{aspect-ratio:4/5;object-fit:cover}.collection-head{padding:58px 0 28px}.collection-head .h1{font-size:clamp(2.2rem,11vw,3.5rem)}}.frizea-announcement{display:flex;overflow:hidden;background:#e24b4a;color:#fff;white-space:nowrap;font-size:13px;font-weight:500;line-height:38px;position:relative;z-index:999}.frizea-announcement span{display:inline-block;min-width:100%;padding-inline:24px;text-align:center}.frizea-promo-urgence-section{background:#1a1a2e;color:#fff;padding:74px 0}.frizea-promo-urgence-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center}.frizea-promo-urgence-copy h2{font-size:clamp(42px,6vw,74px);font-weight:500;line-height:1;margin:18px 0 8px}.frizea-cold-subtitle{font-size:clamp(28px,4vw,48px);color:#7ecfff;margin:0 0 26px}.frizea-pill{display:inline-flex;align-items:center;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:500;letter-spacing:.05em}.frizea-pill--red{background:#e24b4a;color:#fff}.frizea-pill--green{background:#27500a;color:#eaf3de}.frizea-sale-box{padding:20px;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;border-radius:18px;margin-bottom:18px}.frizea-sale-box>div{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.frizea-sale-box strong{font-size:30px;font-weight:500}.frizea-old-price{color:#999;text-decoration:line-through;font-size:18px}.frizea-discount{background:#e24b4a;color:#fff;border-radius:999px;padding:7px 12px}.frizea-sale-box small{display:block;color:#7ecfff;margin-top:10px}.frizea-promo-cta{display:inline-flex;background:#7ecfff;color:#0a1628;border-radius:10px;padding:14px 22px;font-weight:500}.frizea-promo-image img{width:100%;max-height:680px;object-fit:cover;border-radius:24px;box-shadow:0 28px 70px #0000004d}.frizea-pack-section{background:#f0faf5;padding:78px 0}.frizea-pack-head h2{color:#27500a;font-size:clamp(34px,5vw,60px);font-weight:500;line-height:1.05;max-width:820px}.frizea-pack-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:24px;margin-top:34px}.frizea-pack-products{display:grid;grid-template-columns:1fr 1fr;gap:18px}.frizea-pack-products article{background:#fff;border:1px solid #c0ddc8;border-radius:18px;padding:18px}.frizea-pack-products img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px}.frizea-pack-products h3{color:#27500a;font-size:22px;font-weight:500;margin:16px 0 4px}.frizea-pack-products p{color:#639922;font-size:12px}.frizea-pack-products span{display:flex;justify-content:space-between;gap:12px}.frizea-pack-products s{color:#999}.frizea-pack-bundle{background:#27500a;color:#fff;border-radius:20px;padding:28px;display:flex;flex-direction:column;justify-content:center;gap:12px}.frizea-pack-bundle small{color:#c0ddc8}.frizea-pack-bundle strong{font-size:42px;font-weight:500}.frizea-pack-bundle>span{align-self:flex-start;background:#eaf3de;color:#27500a;border-radius:999px;padding:8px 14px;font-weight:500}.frizea-pack-bundle em{font-style:normal;color:#c0ddc8;font-size:12px}.frizea-bundle-add{background:#eaf3de;color:#27500a;border-color:#eaf3de}.frizea-pack-bundle p{font-size:12px;color:#eaf3de}.product-price--sale{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-price--sale s{color:#999;font-size:18px;font-weight:400}.product-price--sale strong{font-size:32px;font-weight:500}.sale-badge{background:#e24b4a;color:#fff;border-radius:999px;padding:7px 12px;font-size:14px}.price--sale{display:grid;gap:2px}.price--sale s{color:#999;font-size:12px;font-weight:400}.price--sale strong{font-weight:500}.frizea-countdown{margin:12px 0;background:#fcebeb;color:#e24b4a;border-radius:8px;padding:9px 12px;font-size:14px}.frizea-countdown strong{font-variant-numeric:tabular-nums;font-weight:500}.product-promo-message{margin:10px 0 12px;padding:10px 12px;border-radius:10px;background:#eaf5ff;color:#0a52a3;font-size:13px;font-weight:500}.product-promo-message--red{background:#fcebeb;color:#e24b4a}.product-promo-message--green{background:#eaf3de;color:#27500a}@media(max-width:760px){.frizea-announcement span{animation:frizeaMarquee 18s linear infinite;text-align:left}.frizea-promo-urgence-grid,.frizea-pack-layout,.frizea-pack-products{grid-template-columns:1fr}.frizea-promo-urgence-section,.frizea-pack-section{padding:54px 0}.frizea-promo-image{order:-1}.frizea-promo-image img{max-height:520px}}@keyframes frizeaMarquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.card-badge{display:inline-block;background:#e24b4a;color:#fff;font-size:10px;font-weight:500;padding:2px 7px;border-radius:20px;margin-left:4px;vertical-align:middle}.free-ship-bar{background:#0f5f2c;color:#fff;text-align:center;font-size:13px;font-weight:600;padding:9px 16px}.free-ship-bar a{color:#fff;text-decoration:underline}.free-ship-progress{background:#eaf3de;border:1px solid #c0ddc8;border-radius:12px;padding:16px;margin-bottom:18px}.free-ship-progress p{margin:0 0 10px;font-size:.88rem;font-weight:700;color:#27500a}.free-ship-progress .track{height:8px;border-radius:99px;background:#d7e8d0;overflow:hidden}.free-ship-progress .fill{height:100%;background:#27500a;border-radius:99px;transition:width .3s ease}.free-ship-progress.is-complete p{color:#0f5f2c}.cross-sell{margin:26px 0;padding:22px;border:1px solid var(--line);border-radius:14px;background:#fbfdff}.cross-sell__head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.cross-sell__head strong{font-size:.95rem}.cross-sell__row{display:flex;align-items:center;gap:14px}.cross-sell__row img{width:64px;height:64px;object-fit:cover;border-radius:10px;flex:0 0 auto}.cross-sell__info{flex:1}.cross-sell__info .title{font-weight:750;font-size:.92rem}.cross-sell__info .price{font-size:.88rem;color:var(--muted)}.cross-sell__save{display:inline-block;margin-top:4px;font-size:.78rem;font-weight:700;color:#0f5f2c}.cross-sell button{white-space:nowrap}.qty-discount-note{font-size:.85rem;background:var(--blue-soft);color:#0a52a3;border-radius:8px;padding:10px 12px;margin-top:-2px}.trust-badge-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px;font-size:.85rem;color:var(--muted)}.pack-page-hero{background:#f0faf5;padding:72px 0}.pack-page-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:48px;align-items:center}.pack-page-copy h1{font-size:clamp(2.7rem,5vw,5.2rem);font-weight:500;line-height:.98;color:#27500a;margin:18px 0}.pack-price-line{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:24px 0}.pack-price-line s{color:#999;font-size:1.2rem}.pack-price-line strong{font-size:2.5rem;font-weight:500;color:#1a1a1a}.pack-price-line span{background:#eaf3de;color:#27500a;border-radius:999px;padding:8px 13px;font-weight:500}.pack-benefits{display:grid;gap:10px;padding:0;list-style:none;margin:0 0 24px}.pack-benefits li:before{content:"\2713";color:#639922;font-weight:700;margin-right:9px}.pack-duo-visual{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center}.pack-duo-visual figure{margin:0;background:#fff;border:1px solid #c0ddc8;border-radius:22px;padding:14px;box-shadow:0 20px 50px #27500a17}.pack-duo-visual img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:14px}.pack-duo-visual figcaption{text-align:center;color:#27500a;font-weight:500;padding:10px 4px 2px}.pack-plus{font-size:2.2rem;color:#27500a}.pack-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px;font-size:.82rem;color:#27500a}.pack-trust span{background:#fff;border:1px solid #c0ddc8;border-radius:999px;padding:7px 10px}.bundle-note{font-size:.82rem;color:#639922;text-align:center}.pack-reasons{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pack-reasons article{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff}.pack-reasons article>strong{color:#639922}.pack-products-detail{display:grid;gap:24px}.pack-products-detail article{display:grid;grid-template-columns:minmax(260px,.75fr) 1.25fr;gap:30px;align-items:center;background:#fff;border-radius:20px;padding:20px}.pack-products-detail img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px}.pack-final-cta{padding:70px 0;text-align:center;background:#1a1a2e;color:#fff}.pack-final-cta h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:500}.pack-price-line--center{justify-content:center}.pack-final-cta .pack-price-line strong{color:#fff}.pack-page-link{display:inline-block;color:#eaf3de;text-decoration:underline;margin-top:8px}.sticky-buy button{border:0}.header-actions .account-link{display:none!important}@media(max-width:760px){.pack-page-grid,.pack-products-detail article{grid-template-columns:1fr}.pack-duo-visual{grid-template-columns:1fr}.pack-plus{text-align:center}.pack-reasons{grid-template-columns:1fr}.pack-page-hero{padding:46px 0}.sticky-buy{padding-bottom:calc(10px + env(safe-area-inset-bottom));z-index:1000}.sticky-buy .button{min-height:48px}}.pack-promo-card{display:block;text-decoration:none;color:inherit;max-width:1000px;margin:0 auto}.pack-promo-card>img{display:block;width:100%;height:auto;border-radius:24px;box-shadow:0 18px 55px #27500a1f}.pack-promo-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;flex-wrap:wrap}.pack-promo-actions strong{font-size:1.45rem}.pack-duo-visual>img{width:100%;height:auto;display:block;border-radius:24px}.product-card[href*=pack-survie-frizea] .product-card__image{object-fit:cover;object-position:center}.pack-page-hero .pack-duo-visual{align-self:start}@media(max-width:767px){.pack-promo-actions{align-items:stretch}.pack-promo-actions .button{width:100%;text-align:center}.pack-page-hero .pack-duo-visual{order:-1}}.frizea-announcement{background:#e24b4a;color:#fff;overflow:hidden;text-align:center;font-size:13px;font-weight:600}.frizea-announcement a{display:block;padding:9px 16px}.frizea-announcement span{display:inline-block}.frizea-urgency-popup{position:fixed;right:22px;bottom:22px;z-index:1200;width:min(360px,calc(100vw - 28px));background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px;box-shadow:0 24px 80px #11182738}.frizea-urgency-popup strong{display:block;font-size:1.3rem;font-weight:500;line-height:1.2;margin:14px 30px 8px 0}.frizea-urgency-popup p{color:#5f6b7a;font-size:.92rem}.frizea-popup-close{position:absolute;right:12px;top:9px;border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:#5f6b7a}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.blog-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.blog-card>div{padding:20px}@media(max-width:760px){.frizea-announcement span{white-space:nowrap;animation:frizeaMarquee 18s linear infinite}.frizea-urgency-popup{right:14px;bottom:14px}.blog-grid{grid-template-columns:1fr}}:root{--mobile-gutter:16px;--mobile-radius:18px;--mobile-shadow:0 14px 40px rgba(17,24,39,.1)}img{image-rendering:auto;-ms-interpolation-mode:bicubic}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}.mobile-quick-actions{display:none}.mobile-section-reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.mobile-section-reveal.is-visible{opacity:1;transform:none}@media(max-width:767px){html{scroll-padding-top:118px}body{overflow-x:hidden;padding-bottom:72px}.page-width{width:calc(100% - 32px)}.section{padding:54px 0}.section-head{display:block;margin-bottom:24px}.section-head>a{display:inline-flex;margin-top:12px;color:var(--blue);font-weight:700}.display{font-size:clamp(2.35rem,13vw,3.8rem);line-height:.98;letter-spacing:-.055em;margin:16px 0}.h1{font-size:clamp(2rem,10vw,3rem);line-height:1.02}.h2{font-size:clamp(1.72rem,8vw,2.5rem);line-height:1.08}.lead{font-size:1rem;line-height:1.65}.button{min-height:54px;border-radius:12px;padding:0 20px;font-size:.98rem}.frizea-announcement{position:relative;font-size:12px}.frizea-announcement a{padding:8px 0;overflow:hidden}.frizea-announcement span{padding-left:100%;animation:frizeaMarquee 20s linear infinite;will-change:transform}.site-header{top:0;background:#fffffff7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{height:64px;grid-template-columns:44px 1fr auto;gap:8px}.brand-link{justify-self:center;grid-column:2}.brand-logo{width:132px;max-height:38px}.menu-button{display:grid;place-items:center;grid-column:1;grid-row:1;width:44px;height:44px;border-radius:12px;background:var(--soft);font-size:0}.menu-button:before{content:"\2630";font-size:23px;color:var(--ink)}.header-actions{grid-column:3;grid-row:1;gap:8px}.header-actions>a:first-child{display:none}.header-actions>a:last-child{font-size:0;min-width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--blue-soft)}.header-actions>a:last-child:before{content:"\1f6d2";font-size:20px}.nav{display:none}.mobile-nav{position:fixed;inset:104px 12px auto 12px;z-index:1100;padding:14px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 70px #1118272e;max-height:calc(100vh - 126px);overflow:auto}.mobile-nav.is-open{display:grid;gap:4px}.mobile-nav a{display:flex;align-items:center;min-height:50px;padding:0 14px;border-radius:12px;font-weight:650}.mobile-nav a:hover,.mobile-nav a:active{background:var(--blue-soft);color:#0a52a3}.hero{padding:18px 0 12px;background:radial-gradient(circle at 85% 12%,rgba(126,207,255,.2),transparent 34%),linear-gradient(180deg,#f7fbff,#fff)}.hero-layout{grid-template-columns:1fr;gap:22px;min-height:auto}.hero-copy{padding:10px 0 0}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:22px}.hero-actions .button{width:100%}.hero-note{font-size:.84rem;text-align:center}.hero-media{border-radius:22px;box-shadow:var(--mobile-shadow);aspect-ratio:4/5;order:-1}.hero-media:after{content:"";position:absolute;inset:auto 0 0;height:30%;background:linear-gradient(transparent,#0a162824);pointer-events:none}.hero-media img{min-height:0;height:100%;object-fit:cover;object-position:center;transform:none!important;filter:none!important;backface-visibility:hidden}.trust-row{display:flex;gap:10px;overflow-x:auto;margin:28px -16px 0;padding:0 16px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}.trust-row::-webkit-scrollbar{display:none}.trust-item{flex:0 0 78%;scroll-snap-align:start;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 6px 18px #1118270d}.product-grid{display:flex;gap:14px;overflow-x:auto;margin-inline:-16px;padding:4px 16px 18px;scroll-snap-type:x mandatory;scrollbar-width:none}.product-grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 82%;scroll-snap-align:center;border-radius:18px;box-shadow:0 10px 28px #11182712}.product-card:hover{transform:none}.product-card__image{aspect-ratio:4/5;object-fit:cover;object-position:center;background:#f4f7fa}.product-card__body{padding:16px}.product-card__title{font-size:1rem}.product-card__copy{font-size:.88rem;margin-bottom:14px}.product-card__bottom{align-items:flex-end}.product-card__bottom .button{min-height:46px;padding:0 14px;font-size:.88rem}.split,.content-grid,.newsletter,.footer-grid,.product-page,.cart-layout,.situations,.detail-columns,.story-block{grid-template-columns:1fr!important;gap:26px!important}.split-media,.feature-shot,.detail-card,.situation{border-radius:18px}.split-media img{aspect-ratio:4/5;object-fit:cover;object-position:center}.situations{display:flex;overflow-x:auto;gap:12px;margin-inline:-16px;padding:0 16px 12px;scroll-snap-type:x mandatory}.situation{flex:0 0 82%;scroll-snap-align:center;padding:20px}.product-page{display:flex;flex-direction:column}.product-gallery{position:relative;top:auto;width:100%}.product-gallery__main{border-radius:20px;box-shadow:var(--mobile-shadow);background:#f5f7f9}.product-gallery__main img{aspect-ratio:4/5;object-fit:cover;object-position:center;width:100%;height:auto}.gallery-thumbs{display:flex;overflow-x:auto;gap:8px;margin-top:10px;padding-bottom:6px;scroll-snap-type:x mandatory}.gallery-thumbs button{flex:0 0 72px;scroll-snap-align:start}.purchase-box{padding-top:4px}.product-title{font-size:clamp(2rem,9vw,2.8rem);margin:12px 0}.product-price{font-size:1.42rem;margin-bottom:14px}.benefits{margin:18px 0;padding:18px 0}.benefit{font-size:.9rem}.cross-sell__row{grid-template-columns:74px 1fr!important;gap:12px!important}.cross-sell__row .button{grid-column:1/-1;width:100%}.product-feature-gallery{display:flex!important;overflow-x:auto;gap:12px;margin-inline:0;padding:0 16px 18px;scroll-snap-type:x mandatory}.feature-shot{flex:0 0 88%;scroll-snap-align:center;overflow:hidden}.feature-shot img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center}.content-grid{display:block}.content-grid>div+div{margin-top:24px}.prose{font-size:.95rem;overflow-wrap:anywhere}.prose table{display:block;overflow-x:auto;white-space:nowrap}.pack-promo-card>img,.pack-duo-visual>img{border-radius:20px;box-shadow:var(--mobile-shadow)}.pack-promo-card>img{aspect-ratio:4/5;object-fit:cover;object-position:center}.pack-promo-actions{display:grid;grid-template-columns:1fr;gap:12px}.pack-promo-actions strong{text-align:center;font-size:1.35rem}.pack-page-hero{padding:34px 0}.pack-page-grid{gap:22px!important}.pack-reasons article{padding:20px}.cart-item{grid-template-columns:88px 1fr;gap:14px}.cart-item img{width:88px;height:108px;object-fit:cover;border-radius:12px}.cart-item>div:last-child{grid-column:2}.cart-summary{position:static;padding:20px;border-radius:16px}.newsletter{padding:24px;border-radius:18px}.newsletter-form,.search-form,.password-card form{display:grid;grid-template-columns:1fr}.newsletter-form input,.search-form input,.password-card input{min-width:0;width:100%;height:54px}.contact-form input,.contact-form textarea{font-size:16px}.site-footer{padding:48px 0 96px}.footer-grid{gap:28px!important}.footer-bottom{display:block;margin-top:34px}.footer-bottom>*+*{margin-top:8px}.frizea-urgency-popup{left:12px;right:12px;bottom:82px;width:auto;padding:20px;border-radius:20px;box-shadow:0 20px 70px #1118273d;max-height:calc(100vh - 150px);overflow:auto}.frizea-urgency-popup strong{font-size:1.15rem}.frizea-urgency-popup p{font-size:.88rem}.sticky-buy{left:0;right:0;bottom:0;border-radius:0;padding:10px 12px calc(10px + env(safe-area-inset-bottom));box-shadow:0 -12px 36px #11182726;background:#fffffffa;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sticky-copy{min-width:0}.sticky-copy strong{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:46vw}.sticky-copy small{font-size:.95rem;font-weight:800}.sticky-buy .button{min-height:48px;padding:0 16px;white-space:nowrap}.mobile-quick-actions{position:fixed;left:8px;right:8px;bottom:8px;z-index:950;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:6px;background:#fffffff5;border:1px solid rgba(229,231,235,.9);border-radius:18px;box-shadow:0 14px 50px #1118272e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-quick-actions a{display:grid;place-items:center;min-height:52px;border-radius:13px;font-size:.72rem;font-weight:700;color:var(--ink)}.mobile-quick-actions a span{display:block;font-size:19px;line-height:1;margin-bottom:2px}.mobile-quick-actions a:active{background:var(--blue-soft);color:#0a52a3}body:has(.sticky-buy.is-visible) .mobile-quick-actions{display:none}.product-card,.situation,.detail-card,.pack-reasons article{transition:transform .22s ease,box-shadow .22s ease}.product-card:active,.situation:active,.detail-card:active,.pack-reasons article:active{transform:scale(.985)}.hero-media,.pack-promo-card>img{animation:frizeaMobileFloat 5s ease-in-out infinite}}@media(max-width:390px){.page-width{width:calc(100% - 24px)}.product-card,.situation{flex-basis:88%}.display{font-size:2.3rem}.button{padding-inline:16px}.frizea-urgency-popup{padding:18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@keyframes frizeaMobileFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}html,body{max-width:100%;overflow-x:hidden}img,svg,video,canvas{max-width:100%;height:auto}*,*:before,*:after{box-sizing:border-box}@media(max-width:767px){:root{--mobile-gutter:16px;--mobile-radius:18px;--mobile-line:rgba(8,24,45,.09)}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-size:16px;line-height:1.55;color:#142033;background:#fff}main,.shopify-section,.page-width,.section,.prose,.product-page,.purchase-box,.content-grid,.split,.footer-grid{min-width:0;max-width:100%}.page-width{width:100%;padding-left:var(--mobile-gutter);padding-right:var(--mobile-gutter);margin-inline:auto}h1,h2,h3,h4,h5,h6,p,li,summary,a,span,strong,small,label,button,input,textarea,select,.display,.h1,.h2,.lead,.product-title,.product-card__title,.footer-copy,.prose,.faq-list,.benefit,.sticky-copy{max-width:100%;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}a,button{touch-action:manipulation}.display,.h1,.h2,.product-title{white-space:normal!important}.display{font-size:clamp(2.1rem,10.5vw,3.15rem);line-height:1.01;letter-spacing:-.045em}.h1{font-size:clamp(1.9rem,9.2vw,2.75rem);line-height:1.05;letter-spacing:-.035em}.h2{font-size:clamp(1.55rem,7.4vw,2.25rem);line-height:1.12;letter-spacing:-.025em}h3{font-size:clamp(1.15rem,5vw,1.45rem);line-height:1.2}p,.lead,.prose,.faq-list p{font-size:1rem;line-height:1.65}.eyebrow{font-size:.74rem;line-height:1.35;white-space:normal}.section{padding:44px 0}.product-card,.reassurance-card,.detail-card,.situation,.purchase-box,.cart-summary,.faq-list details,.newsletter,.pack-reasons article,.cross-sell__row{border-color:var(--mobile-line)!important;box-shadow:0 8px 24px #08182d0e!important;background:#fffffff0!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.faq-list details{border-radius:14px;padding:0 16px}.faq-list summary{min-height:52px;display:flex;align-items:center;padding:12px 0;font-size:.98rem;line-height:1.35}.faq-list details p{padding:0 0 16px;margin:0;color:#536174}.hero{overflow:hidden}.hero-layout{width:100%}.hero-copy{min-width:0;width:100%}.hero-copy>*{max-width:100%}.hero-media{width:100%;aspect-ratio:4/5;overflow:hidden;border:1px solid var(--mobile-line)}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center;image-rendering:auto;filter:none!important;transform:none!important}.product-page{width:100%;gap:24px!important;padding-top:18px}.purchase-box{width:100%;padding:18px!important;border-radius:var(--mobile-radius)}.purchase-box>*{min-width:0;max-width:100%}.product-title{font-size:clamp(1.8rem,8.5vw,2.55rem);line-height:1.06;margin:8px 0 12px}.product-price,.price-row,.price-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;max-width:100%}.product-price{font-size:1.35rem;line-height:1.25}.compare-price{font-size:.95rem}.badge,.discount-badge,.stock-badge{white-space:normal;text-align:center;line-height:1.25}.benefits{padding:16px 0;margin:16px 0}.benefit{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:start;font-size:.96rem;line-height:1.5}.product-form,.product-form form,.product-form__buttons{width:100%}.product-form .button,.purchase-box .button{width:100%;white-space:normal;text-align:center;line-height:1.25;padding:14px 18px;height:auto;min-height:54px}.product-gallery,.product-gallery__main,.gallery-main{width:100%;max-width:100%}.product-gallery__main,.gallery-main{border:1px solid var(--mobile-line);border-radius:var(--mobile-radius);overflow:hidden;background:#f7fafc}.product-gallery__main img,.gallery-main img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:contain;object-position:center;background:#f7fafc;image-rendering:auto}.gallery-thumbs{max-width:100%;padding-inline:2px}.gallery-thumb,.gallery-thumbs button{border-radius:10px;border:1px solid var(--mobile-line);overflow:hidden}.gallery-thumb img,.gallery-thumbs img{width:100%;height:72px;object-fit:cover;display:block}.prose{width:100%;max-width:100%;font-size:1rem;line-height:1.68}.prose>*{max-width:100%}.prose img{display:block;width:100%;height:auto;border-radius:14px}.prose pre,.prose code{white-space:pre-wrap;overflow-wrap:anywhere}.prose table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:normal;border-collapse:collapse}.prose th,.prose td{min-width:130px;padding:10px;font-size:.9rem;vertical-align:top}.content-grid,.split,.detail-columns,.story-block{width:100%;min-width:0}.product-grid{width:auto;max-width:none}.product-card{min-width:0;overflow:hidden}.product-card__body{min-width:0}.product-card__title{font-size:1.02rem;line-height:1.35;min-height:0}.product-card__copy{font-size:.92rem;line-height:1.55}.product-card__bottom{display:grid;grid-template-columns:1fr;gap:12px;align-items:stretch}.product-card__bottom .button{width:100%;white-space:normal}.product-card__image{width:100%;height:auto;aspect-ratio:4/5;object-fit:contain;background:#f7fafc}.pack-page-grid,.pack-promo-card,.pack-duo-visual{min-width:0;width:100%}.pack-promo-card>img,.pack-duo-visual>img{display:block;width:100%;height:auto;object-fit:contain;background:#f6fbf8}.pack-price,.pack-pricing{display:flex;flex-wrap:wrap;gap:10px;align-items:baseline}.pack-promo-actions{width:100%}.pack-promo-actions .button{width:100%;white-space:normal}.cart-layout,.cart-items,.cart-summary,.cart-item{width:100%;min-width:0}.cart-item>*{min-width:0}.cart-item a,.cart-item p,.cart-item strong{overflow-wrap:anywhere}.cart-summary .button,.cart-summary button{width:100%;white-space:normal;min-height:54px;height:auto;padding:14px 16px}input,textarea,select{width:100%;max-width:100%;min-width:0;font-size:16px!important;border-radius:12px;padding:13px 14px}textarea{min-height:150px;resize:vertical}.contact-form,.newsletter-form,.search-form{width:100%;min-width:0}.site-footer a[href^="mailto:"]{display:inline-block;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.footer-grid>*{min-width:0}.sticky-buy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.sticky-copy{max-width:100%}.sticky-copy strong{max-width:100%;white-space:normal;line-height:1.25;display:block}.sticky-buy .button{min-width:128px;max-width:46vw;white-space:normal;line-height:1.15;height:auto;padding:12px 14px}.mobile-nav{overflow-x:hidden}.mobile-nav a{white-space:normal;line-height:1.3}.frizea-urgency-popup{overflow-x:hidden}.frizea-urgency-popup *{max-width:100%;overflow-wrap:anywhere}.hero-media,.pack-promo-card>img,.product-card__image,.feature-shot img{animation:none!important;transform:none!important;filter:none!important}}@media(max-width:390px){:root{--mobile-gutter:12px}.display{font-size:2.05rem}.h1{font-size:1.85rem}.h2{font-size:1.55rem}.product-title{font-size:1.75rem}.purchase-box{padding:15px!important}.sticky-buy{grid-template-columns:minmax(0,1fr) 132px}.sticky-buy .button{max-width:132px;min-width:0;font-size:.86rem}}@media(max-width:767px){.product-page,.purchase-box,.product-gallery,.content-grid,.story-block,.detail-columns,.product-feature-gallery,.cross-sell,.cross-sell__row,.cross-sell__info,.shipping-note,.urgency-inline,.trust-badge-row,.legal-small,.frizea-countdown,.stock-line,.product-promo-message,.above-fold-benefits,.benefits,.detail-card,.prose,.faq-list{width:100%!important;min-width:0!important;max-width:100%!important;overflow:visible!important}.purchase-box{display:block!important}.purchase-box>*{width:100%;min-width:0;max-width:100%}.product-title{font-size:clamp(1.55rem,7.3vw,2.2rem)!important;line-height:1.12!important;letter-spacing:-.025em!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important}.product-price,.frizea-countdown,.stock-line,.product-promo-message,.shipping-note,.urgency-inline{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:6px 8px!important;white-space:normal!important;line-height:1.4!important}.frizea-countdown strong{white-space:nowrap}.stock-line,.product-promo-message,.shipping-note,.urgency-inline,.legal-small{font-size:.9rem!important;padding-left:12px!important;padding-right:12px!important}.above-fold-benefits{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.above-fold-benefits>div,.benefit,.check-list li{min-width:0!important;max-width:100%!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}.trust-badge-row{grid-template-columns:1fr 1fr!important;gap:8px!important}.trust-badge-row>div{min-width:0;white-space:normal;line-height:1.35;padding:9px 8px;text-align:center}.cross-sell__row{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:12px!important;align-items:center!important}.cross-sell__row>img{width:72px!important;height:72px!important;object-fit:cover!important}.cross-sell__info{min-width:0!important}.cross-sell__info .title,.cross-sell__info .price,.cross-sell__save{display:block!important;max-width:100%!important;white-space:normal!important;overflow-wrap:break-word!important;line-height:1.35!important}.cross-sell__row .button{grid-column:1/-1;width:100%!important;max-width:100%!important;white-space:normal!important;height:auto!important}.story-block__intro,.story-block__fact,.detail-card{min-width:0!important;max-width:100%!important}.story-block .h2,.content-grid .h2,.detail-card .h3{font-size:clamp(1.35rem,6.2vw,1.95rem)!important;line-height:1.18!important;white-space:normal!important;overflow-wrap:break-word!important}.story-block p,.content-grid p,.detail-card li,.faq-list summary,.faq-list p,.prose p,.prose li{max-width:100%!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}.prose iframe,.prose video,.prose embed,.prose object{width:100%!important;max-width:100%!important;height:auto!important}.prose img{max-width:100%!important;height:auto!important}.prose table{display:block!important;overflow-x:auto!important;max-width:100%!important}.sticky-buy{grid-template-columns:minmax(0,1fr) minmax(118px,42vw)!important}.sticky-copy strong{font-size:.78rem!important;line-height:1.2!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important}.sticky-copy small{font-size:.9rem!important}.sticky-buy .button{min-width:0!important;max-width:100%!important;font-size:.82rem!important;padding:11px 10px!important}}@media(max-width:374px){.product-title{font-size:1.5rem!important}.trust-badge-row{grid-template-columns:1fr!important}.sticky-buy{grid-template-columns:minmax(0,1fr) 118px!important}.sticky-buy .button{font-size:.78rem!important}}.benefit__icon{flex:0 0 auto;display:inline-flex;align-items:flex-start;justify-content:center;width:22px;font-weight:800;line-height:1.5}.benefit__text{display:block;min-width:0;max-width:100%;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}@media(max-width:767px){.usage-real-section{overflow:hidden}.usage-real-grid{display:block!important;width:100%!important;max-width:100%!important}.usage-real-copy,.usage-real-benefits{width:100%!important;max-width:100%!important;min-width:0!important}.usage-real-benefits{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;margin-top:28px!important;padding:0!important}.usage-real-benefits .benefit{display:flex!important;align-items:flex-start!important;gap:12px!important;width:100%!important;max-width:100%!important;min-width:0!important;font-size:1rem!important;line-height:1.5!important}.usage-real-benefits .benefit__text{flex:1 1 auto!important;width:auto!important;min-width:0!important;max-width:100%!important;overflow-wrap:normal!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/frizea.css.map */
