:root{--fh-green:#6f8f63;--fh-green-dark:#4f724b;--fh-cream:#f7f3ed;--fh-soft:#fbfaf7;--fh-coral:#e99583;--fh-text:#1c1c1c;--fh-muted:#68645f;--fh-line:#ebe5dc;--fh-card:#ffffff;--fh-shadow:0 18px 45px rgba(47,59,45,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--fh-soft);color:var(--fh-text)}a{color:inherit;text-decoration:none}.fh-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.fh-trust{background:var(--fh-green);color:#fff;font-size:13px;font-weight:700}.fh-trust__inner{min-height:34px;display:flex;gap:28px;align-items:center;justify-content:center;flex-wrap:wrap}.fh-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.04);position:sticky;top:0;z-index:30}.fh-header__inner{height:70px;display:flex;align-items:center;justify-content:space-between;gap:28px}.fh-logo{font-weight:800;font-size:24px;color:var(--fh-green-dark);letter-spacing:-.03em}.fh-nav{display:flex;gap:28px;align-items:center;font-weight:700;font-size:15px}.fh-nav a{color:#333;transition:.18s ease}.fh-nav a:hover{color:var(--fh-green-dark)}.fh-lang{border:1px solid var(--fh-line);border-radius:999px;padding:8px 11px;font-size:12px;background:#fff}.fh-hero{min-height:650px;position:relative;display:flex;align-items:center;overflow:hidden;background:#f4efe7}.fh-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fffffff0,#ffffffc7 34%,#ffffff59 62%,#ffffff1f),var(--hero-image);background-size:cover;background-position:center right;filter:saturate(.98)}.fh-hero__content{position:relative;z-index:1;max-width:560px;padding:86px 0}.fh-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:#6f8f631f;color:var(--fh-green-dark);font-weight:800;font-size:13px;margin-bottom:20px}.fh-hero h1{font-size:clamp(46px,6vw,78px);line-height:1.07;letter-spacing:-.055em;margin:0 0 24px;font-weight:800}.fh-hero p{font-size:19px;line-height:1.65;color:var(--fh-muted);max-width:470px;margin:0 0 30px}.fh-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;padding:17px 31px;background:var(--fh-coral);color:#fff;font-weight:800;box-shadow:0 12px 24px #e9958347;transition:.18s ease}.fh-btn:hover{transform:translateY(-1px);filter:brightness(.98)}.fh-section{padding:78px 0}.fh-section--cream{background:var(--fh-cream)}.fh-section__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.fh-section__head h2,.fh-centered h2{font-size:clamp(30px,3.5vw,46px);letter-spacing:-.04em;line-height:1.12;margin:0}.fh-section__head p,.fh-centered p{color:var(--fh-muted);font-size:17px;line-height:1.65;margin:12px 0 0}.fh-link{font-weight:800;color:var(--fh-green-dark)}.fh-grid{display:grid;gap:22px}.fh-products{grid-template-columns:repeat(5,minmax(0,1fr))}.fh-card{background:#fff;border:1px solid var(--fh-line);border-radius:24px;overflow:hidden;box-shadow:var(--fh-shadow);transition:.18s ease}.fh-card:hover{transform:translateY(-3px)}.fh-product__media{position:relative;aspect-ratio:1/1;background:#f1ebe3;overflow:hidden}.fh-product__media img{width:100%;height:100%;object-fit:cover;display:block}.fh-badge{position:absolute;top:14px;left:14px;border-radius:999px;background:#fff;color:var(--fh-green-dark);font-weight:800;font-size:12px;padding:7px 11px;box-shadow:0 8px 18px #00000014}.fh-product__body{padding:18px}.fh-product__body h3{font-size:17px;line-height:1.28;margin:0 0 8px;letter-spacing:-.02em}.fh-product__body p{font-size:14px;line-height:1.5;color:var(--fh-muted);margin:0 0 14px;min-height:42px}.fh-price{font-weight:800;font-size:18px}.fh-compare{font-size:14px;color:#9d978e;text-decoration:line-through;margin-left:8px}.fh-categories{grid-template-columns:repeat(4,minmax(0,1fr))}.fh-category{position:relative;min-height:250px;border-radius:28px;overflow:hidden;color:#fff;display:flex;align-items:flex-end;padding:24px;background:#355}.fh-category:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#00000094,#0000000d)}.fh-category img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.fh-category div{position:relative;z-index:1}.fh-category h3{font-size:24px;margin:0 0 8px;letter-spacing:-.03em}.fh-category p{font-size:14px;line-height:1.5;margin:0;color:#ffffffe6}.fh-centered{text-align:center;max-width:720px;margin:0 auto 34px}.fh-testimonials{grid-template-columns:repeat(3,minmax(0,1fr))}.fh-quote{padding:28px}.fh-stars{color:#e0a339;font-weight:800;letter-spacing:2px;margin-bottom:14px}.fh-quote blockquote{font-size:17px;line-height:1.7;margin:0;color:#2c2c2c}.fh-quote cite{display:block;margin-top:18px;font-style:normal;font-weight:800;color:var(--fh-green-dark)}.fh-cta{background:linear-gradient(135deg,var(--fh-green),var(--fh-green-dark));color:#fff;border-radius:34px;padding:58px 34px;text-align:center;box-shadow:0 22px 50px #4f724b3d}.fh-cta h2{font-size:clamp(32px,4vw,54px);line-height:1.08;letter-spacing:-.05em;margin:0 0 14px}.fh-cta p{font-size:18px;line-height:1.65;color:#ffffffe0;max-width:640px;margin:0 auto 28px}.fh-cta .fh-btn{background:#fff;color:var(--fh-green-dark);box-shadow:none}.fh-footer{background:#1f2d1d;color:#fff;padding:46px 0}.fh-footer__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:28px}.fh-footer p{color:#ffffffb8;max-width:440px;line-height:1.7}.fh-footer__links{display:flex;gap:18px;flex-wrap:wrap;color:#ffffffc7;font-weight:700}.fh-mini{font-size:13px;color:#ffffff8c;margin-top:22px}@media(max-width:1050px){.fh-products{grid-template-columns:repeat(3,1fr)}.fh-categories{grid-template-columns:repeat(2,1fr)}.fh-nav{gap:16px;font-size:14px}}@media(max-width:760px){.fh-container{width:min(100% - 24px,1180px)}.fh-trust__inner{gap:10px;justify-content:flex-start;padding:8px 0}.fh-header__inner{height:auto;padding:18px 0;align-items:flex-start;flex-direction:column}.fh-nav{flex-wrap:wrap}.fh-hero{min-height:560px}.fh-hero:before{background:linear-gradient(90deg,#fffffff0,#ffffffb8),var(--hero-image);background-size:cover;background-position:center}.fh-products,.fh-testimonials,.fh-categories{grid-template-columns:1fr}.fh-section__head{align-items:flex-start;flex-direction:column}.fh-footer__inner{flex-direction:column}}.fh-product-page{padding:64px 0 84px;background:linear-gradient(180deg,#fff 0%,var(--fh-soft) 100%)}.fh-product-page__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:46px;align-items:start}.fh-product-gallery{background:#fff;border:1px solid var(--fh-line);border-radius:32px;padding:18px;box-shadow:var(--fh-shadow)}.fh-product-gallery__main{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:24px;background:#f4efe7}.fh-product-gallery__placeholder{aspect-ratio:1/1;border-radius:24px;background:var(--fh-cream);display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--fh-green-dark)}.fh-product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.fh-product-gallery__thumbs img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;border:1px solid var(--fh-line)}.fh-product-info{background:#fff;border:1px solid var(--fh-line);border-radius:32px;padding:34px;box-shadow:var(--fh-shadow);position:sticky;top:105px}.fh-product-info h1{font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.05em;margin:8px 0 18px}.fh-product-price{display:flex;align-items:center;gap:14px;margin-bottom:18px}.fh-product-price span{font-size:32px;font-weight:800;color:var(--fh-green-dark)}.fh-product-price s{font-size:18px;color:#9d978e}.fh-product-trustline{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 22px}.fh-product-trustline span{font-size:12px;font-weight:800;color:var(--fh-green-dark);background:#6f8f631f;padding:8px 10px;border-radius:999px}.fh-product-form{display:grid;gap:12px;margin-top:18px}.fh-product-label{font-weight:800;font-size:13px}.fh-product-select,.fh-product-qty{width:100%;padding:13px 14px;border-radius:14px;border:1px solid var(--fh-line);font:inherit;background:#fff}.fh-product-submit{width:100%;margin-top:8px}.fh-product-submit:disabled{background:#9d978e;box-shadow:none;cursor:not-allowed}.fh-product-benefits{display:grid;gap:10px;margin-top:22px;color:var(--fh-muted);font-size:14px;line-height:1.55}.fh-product-description{margin-top:46px}.fh-product-description h2{font-size:34px;letter-spacing:-.035em}.fh-product-description__card{padding:32px;line-height:1.75}.fh-product-description__card h2{font-size:26px;margin-top:0}.fh-product-description__card li{margin:6px 0}.fh-dynamic-products{grid-template-columns:repeat(4,minmax(0,1fr))}.fh-dynamic-products .fh-product__body p{min-height:auto}.fh-product-link{display:block}.fh-support-box{position:fixed;right:22px;bottom:22px;z-index:50;background:#fff;border:1px solid var(--fh-line);border-radius:22px;box-shadow:0 18px 45px #00000024;padding:18px;width:min(320px,calc(100vw - 44px))}.fh-support-box strong{display:block;margin-bottom:6px}.fh-support-box p{margin:0 0 12px;color:var(--fh-muted);font-size:14px;line-height:1.55}.fh-support-box a{display:inline-flex;background:var(--fh-green);color:#fff;border-radius:999px;padding:10px 14px;font-weight:800;font-size:13px}.fh-page-content{max-width:880px;margin:0 auto;background:#fff;border:1px solid var(--fh-line);border-radius:30px;padding:38px;box-shadow:var(--fh-shadow);line-height:1.8}.fh-page-content h1{font-size:clamp(34px,4vw,54px);line-height:1.1;letter-spacing:-.05em;margin-top:0}.fh-page-content h2{font-size:26px;margin-top:34px}@media(max-width:900px){.fh-product-page__grid{grid-template-columns:1fr}.fh-product-info{position:static}.fh-dynamic-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.fh-dynamic-products{grid-template-columns:1fr}.fh-product-info{padding:24px}.fh-support-box{position:static;margin:24px auto}}.fh-cart{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.fh-cart__item{display:grid;grid-template-columns:110px 1fr 110px;gap:18px;align-items:center;padding:18px;margin-bottom:14px}.fh-cart__item img{width:110px;height:110px;object-fit:cover;border-radius:18px}.fh-cart__item h3{margin:0 0 6px;font-size:18px}.fh-cart__item p{margin:0 0 10px;color:var(--fh-muted)}.fh-cart__summary{padding:24px;position:sticky;top:105px}.fh-cart__summary>div{display:flex;align-items:center;justify-content:space-between;font-size:20px;margin-bottom:12px}.fh-cart__summary p{color:var(--fh-muted);line-height:1.55}.fh-cart__summary .fh-btn{width:100%;margin-top:10px}@media(max-width:900px){.fh-cart{grid-template-columns:1fr}.fh-cart__summary{position:static}}@media(max-width:620px){.fh-cart__item{grid-template-columns:80px 1fr}.fh-cart__item .fh-product-qty{grid-column:1/-1}.fh-cart__item img{width:80px;height:80px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/fluffhome.css.map */
