@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--cream:#F6F0E6;--cream-2:#EFE6D6;--ink:#16241A;--forest:#1E3A2B;--forest-2:#2C4F3A;--rose:#E3B7AE;--rose-2:#D89C90;--coral:#E15D3F;--coral-dark:#C24A2F;--sage:#A9BC9C;--line:rgba(22,36,26,.14);--white:#FFFDF9}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:Manrope,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,.font-display{font-family:Fraunces,serif;font-weight:600;letter-spacing:-.01em;color:var(--forest)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{max-width:1180px;margin:0 auto;padding:0 28px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12.5px;font-weight:700;color:var(--coral-dark)}.announce{background:var(--forest);color:var(--cream);font-size:13.5px;font-weight:600;letter-spacing:.02em}.announce .wrap{display:flex;justify-content:center;gap:36px;padding:9px 28px;flex-wrap:wrap}.announce span{display:flex;align-items:center;gap:7px;opacity:.95}header{padding:20px 0;border-bottom:1px solid var(--line);background:var(--cream);position:sticky;top:0;z-index:50}header .wrap{display:flex;align-items:center;justify-content:space-between}.brand{font-family:Fraunces,serif;font-weight:700;font-size:23px;color:var(--forest);display:flex;align-items:center;gap:9px}.brand-mark{width:44px;height:44px;border-radius:50%;background:var(--rose);display:flex;align-items:center;justify-content:center;border:2px solid var(--forest);overflow:hidden}.brand-mark img{width:100%;height:100%;object-fit:cover}nav{display:flex;gap:30px;font-size:14.5px;font-weight:600}nav a{opacity:.75;transition:opacity .2s}nav a:hover{opacity:1}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:100px;font-weight:700;font-size:14.5px;cursor:pointer;border:none;transition:transform .15s ease,box-shadow .15s ease}.btn-primary{background:var(--coral);color:var(--white);box-shadow:0 6px 18px #e15d3f52}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 22px #e15d3f66}.btn-ghost{background:transparent;border:1.5px solid var(--forest);color:var(--forest);padding:11px 24px}.btn-ghost:hover{background:var(--forest);color:var(--cream)}.hero{padding:76px 0 90px;position:relative}.hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.hero-copy h1{font-size:52px;line-height:1.06;margin:18px 0 22px}.hero-copy h1 em{font-style:normal;color:var(--coral);background:linear-gradient(transparent 62%,#e15d3f38 62%)}.hero-copy p{font-size:17.5px;line-height:1.6;color:#16241abf;max-width:480px;margin-bottom:32px}.hero-cta{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.hero-stars{display:flex;gap:10px;align-items:center;margin-top:26px;font-size:14px;font-weight:600;color:var(--forest-2)}.hero-stars .stars{color:var(--coral);letter-spacing:2px}.hero-photo{position:relative}.hero-photo-frame{position:relative;border-radius:28px;overflow:hidden;border:10px solid var(--white);box-shadow:0 30px 60px -20px #1e3a2b59;transform:rotate(1.2deg)}.hero-photo-frame img{width:100%;height:auto;display:block}.hero-blob{position:absolute;width:230px;height:230px;border-radius:50%;background:var(--sage);opacity:.35;filter:blur(10px);top:-60px;right:-60px;z-index:-1}.hero-badge{position:absolute;bottom:-18px;left:-18px;background:var(--white);border-radius:16px;padding:12px 18px;box-shadow:0 14px 30px #1e3a2b2e;font-size:13px;font-weight:700;color:var(--forest);display:flex;align-items:center;gap:9px;transform:rotate(-2deg)}.hero-badge .dot{width:9px;height:9px;border-radius:50%;background:var(--coral)}.section{padding:88px 0}.section-head{max-width:620px;margin:0 auto 50px;text-align:center}.section-head .eyebrow{display:block;margin-bottom:12px}.section-head h2{font-size:36px;line-height:1.15}.section-head p{color:#16241aad;margin-top:14px;font-size:16px;line-height:1.6}.problem{background:var(--forest);color:var(--cream)}.problem .section-head h2{color:var(--cream)}.problem .section-head p{color:#f6f0e6bf}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:20px}.problem-card{background:#f6f0e60f;border:1px solid rgba(246,240,230,.14);border-radius:18px;padding:28px 24px}.problem-card .num{font-family:Fraunces,serif;font-size:15px;color:var(--rose);font-weight:600;margin-bottom:14px;display:block}.problem-card p{font-size:15.5px;line-height:1.55;color:#f6f0e6d9}.usages{background:var(--cream)}.usage-tabs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:44px}.usage-tab{padding:11px 20px;border-radius:100px;font-size:14px;font-weight:700;border:1.5px solid var(--line);background:var(--white);cursor:pointer;display:flex;align-items:center;gap:9px;transition:all .2s ease}.usage-tab .swatch{width:11px;height:11px;border-radius:4px}.usage-tab.active{border-color:var(--forest);background:var(--forest);color:var(--cream)}.usage-stage{display:grid;grid-template-columns:.85fr 1.15fr;gap:0;background:var(--white);border-radius:26px;overflow:hidden;border:1px solid var(--line);box-shadow:0 20px 50px -30px #1e3a2b66;min-height:340px}.usage-visual{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:30px}.usage-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.14;background-image:radial-gradient(var(--forest) 1.4px,transparent 1.4px);background-size:16px 16px}.usage-visual img.usage-photo{width:100%;height:100%;object-fit:cover;border-radius:14px;position:relative;z-index:1;box-shadow:0 18px 40px -18px #1e3a2b59}.pouch{position:relative;width:100%;max-width:290px;aspect-ratio:4/3;border-radius:18px;background:#ffffffb3;border:2px solid rgba(22,36,26,.1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;box-shadow:0 18px 40px -18px #1e3a2b59}.pouch-zip{height:16px;border-radius:18px 18px 0 0}.pouch-body{flex:1;display:flex;align-items:center;justify-content:center;padding:18px;font-family:Fraunces,serif;font-weight:600;font-size:14px;text-align:center;color:var(--forest);line-height:1.4}.usage-info{padding:48px 46px;display:flex;flex-direction:column;justify-content:center}.usage-info .eyebrow{margin-bottom:10px}.usage-info h3{font-size:27px;margin-bottom:14px}.usage-info p{font-size:15.5px;line-height:1.65;color:#16241ab8}.usage-info ul{margin-top:18px}.usage-info li{font-size:14.5px;font-weight:600;color:var(--forest-2);display:flex;align-items:center;gap:10px;margin-bottom:10px}.usage-info li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--coral)}.features{background:var(--cream-2)}.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.feat-card{background:var(--white);border-radius:20px;padding:30px 24px;border:1px solid var(--line)}.feat-icon{width:44px;height:44px;border-radius:12px;background:var(--rose);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.feat-icon svg{width:22px;height:22px;stroke:var(--forest)}.feat-card h3{font-size:17px;margin-bottom:8px}.feat-card p{font-size:14px;line-height:1.55;color:#16241aad}.feat-photo{width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden;margin-bottom:18px}.feat-photo img{width:100%;height:100%;object-fit:cover}.howto{background:var(--cream)}.howto-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}.howto-photo{border-radius:24px;overflow:hidden;border:10px solid var(--white);box-shadow:0 26px 55px -22px #1e3a2b59}.howto-photo img{width:100%;display:block}.howto-steps{display:flex;flex-direction:column;gap:22px}.howto-step{display:flex;gap:18px;align-items:flex-start}.howto-step .n{width:38px;height:38px;border-radius:50%;background:var(--forest);color:var(--cream);display:flex;align-items:center;justify-content:center;font-family:Fraunces,serif;font-weight:700;font-size:16px;flex-shrink:0}.howto-step h4{font-size:16.5px;margin-bottom:6px;color:var(--forest)}.howto-step p{font-size:14.5px;line-height:1.55;color:#16241aad}.voyage{background:var(--forest);color:var(--cream);overflow:hidden}.voyage .wrap{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.voyage-photo{border-radius:24px;overflow:hidden;box-shadow:0 30px 60px -24px #00000080;transform:rotate(-1deg)}.voyage-photo img{width:100%;display:block}.voyage-text .eyebrow{color:var(--rose)}.voyage-text h2{color:var(--cream);font-size:32px;margin:14px 0 16px;line-height:1.18}.voyage-text p{color:#f6f0e6c7;font-size:15.5px;line-height:1.65;margin-bottom:26px;max-width:440px}.voyage-text ul li{font-size:14.5px;font-weight:600;color:var(--cream);display:flex;align-items:center;gap:10px;margin-bottom:12px}.voyage-text ul li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--rose);flex-shrink:0}.compare{background:var(--cream)}.compare-photo{max-width:820px;margin:0 auto 30px;border-radius:22px;overflow:hidden;box-shadow:0 24px 50px -22px #1e3a2b59}.compare-photo img{width:100%;display:block}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.compare-card{border-radius:22px;padding:34px 30px}.compare-before{background:var(--white);border:1.5px dashed rgba(22,36,26,.25)}.compare-after{background:var(--forest);color:var(--cream)}.compare-tag{display:inline-block;padding:6px 14px;border-radius:100px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;margin-bottom:18px}.compare-before .compare-tag{background:#e15d3f1f;color:var(--coral-dark)}.compare-after .compare-tag{background:#f6f0e629;color:var(--cream)}.compare-card ul li{font-size:15px;line-height:1.6;margin-bottom:12px;padding-left:22px;position:relative}.compare-before li:before{content:"\2715";position:absolute;left:0;color:var(--coral);font-weight:700}.compare-after li:before{content:"\2713";position:absolute;left:0;color:var(--rose);font-weight:700}.reviews{background:var(--cream-2)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-card{background:var(--white);border-radius:20px;padding:28px 26px;border:1px solid var(--line)}.review-stars{color:var(--coral);letter-spacing:2px;font-size:14px;margin-bottom:14px}.review-card p{font-size:15px;line-height:1.6;color:#16241acc;margin-bottom:18px}.review-author{display:flex;align-items:center;gap:11px}.review-avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Fraunces,serif;font-weight:700;color:var(--white);font-size:14px}.review-name{font-size:13.5px;font-weight:700}.review-loc{font-size:12px;color:#16241a8c}.offer{background:var(--forest);color:var(--cream)}.offer-card{max-width:820px;margin:0 auto;background:var(--cream);color:var(--ink);border-radius:28px;padding:52px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;box-shadow:0 30px 70px -30px #00000080}.offer-visual .pouch{max-width:100%}.offer-price-row{display:flex;align-items:baseline;gap:14px;margin:18px 0 6px}.price-new{font-family:Fraunces,serif;font-size:44px;font-weight:700;color:var(--coral)}.price-old{font-size:19px;text-decoration:line-through;color:#16241a66}.price-save{display:inline-block;background:var(--rose);color:var(--forest);font-size:12.5px;font-weight:800;padding:5px 12px;border-radius:100px;margin-bottom:14px}.offer-timer{display:flex;gap:10px;margin:22px 0}.timer-box{background:var(--forest);color:var(--cream);border-radius:10px;padding:10px 14px;text-align:center;min-width:56px}.timer-box .n{font-family:Fraunces,serif;font-size:20px;font-weight:700;display:block}.timer-box .l{font-size:10px;text-transform:uppercase;letter-spacing:.06em;opacity:.8}.variant-row{margin:18px 0 8px}.variant-label{font-size:13px;font-weight:700;color:var(--forest);margin-bottom:10px;display:block}.variant-swatches{display:flex;gap:12px}.variant-swatch{width:44px;height:44px;border-radius:50%;cursor:pointer;border:3px solid transparent;position:relative;box-shadow:inset 0 0 0 1px #16241a26;transition:border-color .2s ease,transform .15s ease}.variant-swatch:hover{transform:translateY(-2px)}.variant-swatch.active{border-color:var(--coral)}.variant-swatch .check{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:16px;opacity:0}.variant-swatch.active .check{opacity:1}.variant-name{font-size:13px;font-weight:700;color:var(--forest-2);margin-top:10px}.pay-chip{font-size:12px;font-weight:700;color:var(--forest-2);border:1px solid var(--line);padding:6px 12px;border-radius:8px}.btn-block{width:100%;justify-content:center;padding:16px;font-size:15.5px}.buybox{padding:0 0 70px}.buybox-card{max-width:560px;margin:0 auto;background:var(--white);border:1px solid var(--line);border-radius:24px;padding:36px 38px;box-shadow:0 24px 55px -28px #1e3a2b59}.buybox-card .eyebrow{display:block;margin-bottom:10px}.buybox-card h2{font-size:24px;margin-bottom:14px;line-height:1.25}.buybox-price-row{display:flex;align-items:baseline;gap:14px;margin:6px 0 4px}.buybox-trust{display:flex;gap:18px;margin-top:22px;flex-wrap:wrap;padding-top:20px;border-top:1px solid var(--line)}.buybox-trust-item{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;color:var(--forest-2)}.buybox-trust-item svg{width:18px;height:18px;stroke:var(--forest);flex-shrink:0}.trust{padding:46px 0;background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust .wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:12px;flex:1;min-width:220px}.trust-item svg{width:30px;height:30px;stroke:var(--forest);flex-shrink:0}.trust-item .t{font-size:14px;font-weight:700;color:var(--forest)}.trust-item .s{font-size:12.5px;color:#16241a99}.faq{background:var(--cream-2)}.faq-list{max-width:760px;margin:0 auto}.faq-item{background:var(--white);border:1px solid var(--line);border-radius:16px;margin-bottom:14px;overflow:hidden}.faq-q{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:700;font-size:15.5px;color:var(--forest)}.faq-q .plus{font-size:20px;font-weight:400;transition:transform .25s ease;color:var(--coral);flex-shrink:0;margin-left:16px}.faq-item.open .plus{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 24px}.faq-item.open .faq-a{max-height:220px;padding-bottom:22px}.faq-a p{font-size:14.5px;line-height:1.6;color:#16241ab3}.final-cta{padding:90px 0;text-align:center}.final-cta h2{font-size:38px;max-width:600px;margin:0 auto 16px}.final-cta p{color:#16241aad;max-width:480px;margin:0 auto 30px;font-size:16px}footer{background:var(--forest);color:#f6f0e6b3;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(246,240,230,.15)}.footer-brand{color:var(--cream);font-family:Fraunces,serif;font-weight:700;font-size:20px;margin-bottom:12px;display:flex;align-items:center;gap:10px}.footer-brand img{width:42px;height:42px;border-radius:50%;object-fit:cover}.footer-grid p{font-size:13.5px;line-height:1.6}.footer-col h4{color:var(--cream);font-size:13px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.footer-col a{display:block;font-size:13.5px;margin-bottom:10px;opacity:.85}.footer-col a:hover{opacity:1;text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;padding-top:26px;font-size:12px;flex-wrap:wrap;gap:10px}.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:80;background:var(--white);border-top:1px solid var(--line);box-shadow:0 -10px 30px #16241a1f;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.sticky-cta-inner{display:flex;align-items:center;gap:12px}.sticky-cta-price{flex-shrink:0}.sticky-cta-price .n{font-family:Fraunces,serif;font-weight:700;font-size:19px;color:var(--coral);display:block;line-height:1.1}.sticky-cta-price .o{font-size:11.5px;text-decoration:line-through;color:#16241a66}.sticky-cta .btn{flex:1;justify-content:center;padding:14px;font-size:14.5px}@media(max-width:900px){html{-webkit-text-size-adjust:100%}.wrap{padding:0 20px}.announce .wrap{gap:18px;font-size:12px;padding:8px 20px}header{padding:14px 0}.brand{font-size:19px}nav{display:none}header .btn-primary{padding:10px 18px;font-size:13px}.hero{padding:36px 0 40px}.hero .wrap{grid-template-columns:1fr;gap:32px}.hero-photo{order:-1}.hero-photo-frame{transform:none;border-width:6px;border-radius:22px}.hero-blob{display:none}.hero-badge{left:50%;transform:translate(-50%);bottom:-16px;font-size:12px;padding:10px 16px}.hero-copy{text-align:center}.hero-copy p{margin-left:auto;margin-right:auto}.hero-copy h1{font-size:32px;margin:14px 0 16px}.hero-cta,.hero-stars{justify-content:center}.buybox{padding:0 0 40px}.buybox-card{padding:26px 22px;border-radius:20px}.buybox-card h2{font-size:20px}.price-new{font-size:36px}.buybox-trust{gap:14px}.buybox-trust-item{font-size:11.5px}.section{padding:56px 0}.section-head h2{font-size:27px}.section-head p{font-size:14.5px}.howto-wrap{grid-template-columns:1fr;gap:30px}.howto-photo{border-width:6px;border-radius:18px}.howto-steps{text-align:left}.problem-grid{grid-template-columns:1fr;gap:16px}.usage-tabs{gap:8px}.usage-tab{padding:9px 15px;font-size:12.5px}.usage-stage{grid-template-columns:1fr;border-radius:20px;min-height:unset}.usage-visual{padding:22px;min-height:280px}.pouch{max-width:100%}.usage-info{padding:30px 24px;text-align:left}.usage-info h3{font-size:22px}.feat-grid{grid-template-columns:1fr 1fr;gap:14px}.feat-card{padding:20px 16px;border-radius:16px}.feat-photo{aspect-ratio:1/1;margin-bottom:14px}.feat-card h3{font-size:15px}.feat-card p{font-size:12.5px}.feat-icon{width:38px;height:38px}.voyage .wrap{grid-template-columns:1fr;gap:28px;text-align:center}.voyage-photo{transform:none;order:-1}.voyage-text h2{font-size:25px}.voyage-text p{margin-left:auto;margin-right:auto}.voyage-text ul{display:inline-block;text-align:left}.compare-photo{border-radius:18px;margin-bottom:22px}.compare-grid{grid-template-columns:1fr;gap:16px}.compare-card{padding:26px 22px;border-radius:18px}.review-grid{grid-template-columns:1fr;gap:16px}.trust{padding:28px 0}.trust .wrap{flex-direction:column;gap:18px;align-items:flex-start}.faq-q{padding:17px 18px;font-size:14px}.final-cta{padding:56px 0}.final-cta h2{font-size:26px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px;padding-bottom:28px}footer{padding:44px 0 100px}.footer-bottom{flex-direction:column;text-align:center}body{padding-bottom:0}.sticky-cta{display:block}}@media(max-width:480px){.hero-copy h1{font-size:28px}.feat-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-col a{text-align:center}.usage-tabs{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:6px;-webkit-overflow-scrolling:touch}.usage-tab{flex-shrink:0}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/pockiva.css.map */
