*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #f5f0ea;--sand: #c8b9a2;--taupe: #b5a491;--dark: #2a2520;--footer-bg: #b8aa99;--white: #ffffff;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Jost", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--dark);background:var(--white);font-weight:300}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.announcement{background:var(--sand);color:var(--dark);text-align:center;padding:10px;font-size:13px;letter-spacing:.12em;text-transform:uppercase}header{background:var(--white);padding:0 40px;border-bottom:1px solid #e8e0d8;position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;min-height:70px;gap:10px}.logo{font-family:var(--font-serif);font-size:22px;font-weight:400;color:var(--dark);text-decoration:none;letter-spacing:.02em;white-space:nowrap}nav{display:flex;align-items:center;gap:28px;flex-wrap:wrap}nav a{font-size:14px;color:var(--dark);text-decoration:none;letter-spacing:.05em;transition:opacity .2s}nav a:hover{opacity:.5}.header-icons{display:flex;align-items:center;gap:18px}.header-icons a,.header-icons button{background:none;border:none;cursor:pointer;padding:0}.header-icons svg{width:20px;height:20px;stroke:var(--dark);fill:none;stroke-width:1.5;display:block}.header-icons svg:hover{opacity:.5}.cart-count{font-size:11px;background:var(--dark);color:var(--white);border-radius:50%;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;margin-left:-6px;vertical-align:top}.btn{display:inline-block;padding:14px 36px;background:var(--white);color:var(--dark);font-family:var(--font-sans);font-size:14px;font-weight:500;letter-spacing:.08em;text-decoration:none;border:none;cursor:pointer;transition:background .2s,color .2s}.btn:hover,.btn-dark{background:var(--dark);color:var(--white)}.btn-dark:hover{background:#444}.btn-outline{background:transparent;color:var(--white);border:1.5px solid var(--white)}.btn-outline:hover{background:var(--white);color:var(--dark)}.section-label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--taupe);margin-bottom:12px}.section-title{font-family:var(--font-serif);font-size:clamp(28px,4vw,42px);font-weight:400;margin-bottom:8px}.hero{position:relative;height:580px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#d9cfc4}.hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003}.hero-content{position:relative;text-align:center;color:var(--white);padding:20px}.hero-label{font-size:12px;letter-spacing:.2em;text-transform:uppercase;margin-bottom:16px}.hero-title{font-family:var(--font-serif);font-size:clamp(36px,6vw,64px);font-weight:400;line-height:1.1;margin-bottom:16px}.hero-sub{font-size:15px;margin-bottom:32px}.featured{padding:80px 40px}.featured-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap;gap:16px}.featured-tabs{display:flex;gap:24px}.tab{font-size:14px;color:var(--taupe);cursor:pointer;padding-bottom:4px;border-bottom:2px solid transparent;transition:all .2s;background:none;border-top:none;border-left:none;border-right:none;font-family:var(--font-sans)}.tab.active{color:var(--dark);border-bottom-color:var(--dark)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.product-card{cursor:pointer}.product-img-wrap{position:relative;aspect-ratio:1;background:var(--cream);overflow:hidden;margin-bottom:14px}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-img-wrap img{transform:scale(1.04)}.badge{position:absolute;top:12px;left:12px;background:var(--dark);color:var(--white);font-size:11px;padding:4px 8px}.product-name{font-size:14px;margin-bottom:6px;line-height:1.4}.product-price{font-size:14px}.price-old{text-decoration:line-through;color:var(--taupe);margin-left:8px}.color-dots{display:flex;gap:6px;margin-top:8px;align-items:center}.dot{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.1);cursor:pointer}.dot-more{font-size:10px;color:var(--taupe)}.banner{position:relative;min-height:420px;display:flex;align-items:center;background:#c9bfb2;overflow:hidden}.banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d}.banner-content{position:relative;color:var(--white);max-width:480px;padding:60px}.banner-title{font-family:var(--font-serif);font-size:clamp(32px,5vw,52px);font-weight:400;line-height:1.1;margin-bottom:16px}.banner-sub{font-size:15px;margin-bottom:32px;opacity:.9}.collections{padding:80px 40px}.collections h2{font-family:var(--font-serif);font-size:clamp(28px,4vw,42px);font-weight:400;text-align:center;margin-bottom:40px}.collections-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:12px;height:560px}.col-card{position:relative;overflow:hidden;cursor:pointer;background:var(--cream)}.col-card:first-child{grid-row:1 / 3}.col-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.col-card:hover img{transform:scale(1.05)}.col-label{position:absolute;bottom:24px;left:24px;color:var(--white);font-family:var(--font-serif);font-size:26px;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.3)}.about-split{display:grid;grid-template-columns:1fr 1fr;min-height:500px;background:var(--cream)}.about-img{overflow:hidden;background:#c9bfb0;min-height:400px}.about-img img{width:100%;height:100%;object-fit:cover}.about-text{padding:80px 60px;display:flex;flex-direction:column;justify-content:center}.about-text h2{font-family:var(--font-serif);font-size:clamp(30px,4vw,48px);font-weight:400;line-height:1.1;margin-bottom:20px}.about-text p{font-size:15px;line-height:1.7;color:#555;margin-bottom:32px}.guarantee{display:grid;grid-template-columns:1fr 1fr;min-height:420px;background:var(--cream)}.guarantee-text{padding:60px;display:flex;flex-direction:column;justify-content:center}.guarantee-text h2{font-family:var(--font-serif);font-size:clamp(28px,4vw,44px);font-weight:400;margin-bottom:16px}.guarantee-text p{font-size:15px;line-height:1.7;color:#666;margin-bottom:40px}.icons-row{display:flex;gap:28px;flex-wrap:wrap}.icon-item{text-align:center;max-width:90px}.icon-circle{width:54px;height:54px;border:1.5px solid var(--taupe);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.icon-circle svg{width:22px;height:22px;stroke:var(--dark);fill:none;stroke-width:1.5}.icon-item span{font-size:12px;line-height:1.4;color:#555}.guarantee-img{overflow:hidden;background:#c0b4a4}.guarantee-img img{width:100%;height:100%;object-fit:cover}.favorites{padding:80px 40px}.favorites-inner{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center}.favorites-text h2{font-family:var(--font-serif);font-size:clamp(28px,4vw,42px);font-weight:400;margin-bottom:12px}.favorites-text p{font-size:15px;color:#666;line-height:1.6;margin-bottom:24px}.arrow-btns{display:flex;gap:12px}.arrow-btn{width:44px;height:44px;border:1.5px solid var(--dark);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:transparent;transition:background .2s}.arrow-btn:hover{background:var(--dark)}.arrow-btn:hover svg{stroke:var(--white)}.arrow-btn svg{width:16px;height:16px;stroke:var(--dark);fill:none;stroke-width:2}.fav-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fav-card{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--cream);cursor:pointer}.fav-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.fav-card:hover img{transform:scale(1.05)}.fav-label{position:absolute;bottom:20px;left:20px;color:var(--white);font-family:var(--font-serif);font-size:22px;font-weight:400;text-shadow:0 2px 6px rgba(0,0,0,.3)}.testimonials{background:var(--cream);text-align:center;padding:80px 40px}.testimonials h2{font-family:var(--font-serif);font-size:clamp(24px,4vw,38px);font-weight:400;margin-bottom:48px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}.review-card{background:var(--white);padding:32px 28px;text-align:left}.review-name{font-weight:500;font-size:15px;margin-bottom:4px}.verified{font-size:12px;color:#4caf50;margin-bottom:10px}.stars{color:#f4a429;font-size:16px;margin-bottom:12px;letter-spacing:2px}.review-text{font-size:14px;line-height:1.7;color:#555;font-style:italic}.faq{padding:80px 40px}.faq-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.faq-left h2{font-family:var(--font-serif);font-size:clamp(26px,4vw,40px);font-weight:400;margin-bottom:32px}.faq-item{border-top:1px solid #ddd;padding:20px 0;cursor:pointer}.faq-item:last-child{border-bottom:1px solid #ddd}.faq-q{display:flex;justify-content:space-between;align-items:center;font-size:15px}.faq-q span{font-size:20px;color:var(--taupe)}.faq-a{font-size:14px;color:#666;line-height:1.7;margin-top:12px;display:none}.faq-item.open .faq-a{display:block}.faq-img{background:var(--cream);overflow:hidden;min-height:360px}.faq-img img{width:100%;height:100%;object-fit:cover}footer{background:var(--footer-bg);color:var(--white);padding:60px 40px 30px}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:48px}.footer-newsletter h3{font-family:var(--font-serif);font-size:22px;font-weight:400;margin-bottom:8px}.footer-newsletter p{font-size:13px;opacity:.8;margin-bottom:20px}.email-row{display:flex}.email-row input{flex:1;padding:12px 16px;border:1px solid rgba(255,255,255,.4);background:#ffffff26;color:var(--white);font-size:14px;outline:none}.email-row input::placeholder{color:#fff9}.email-row button{padding:12px 18px;background:#fff3;border:1px solid rgba(255,255,255,.4);border-left:none;color:var(--white);cursor:pointer;font-size:18px}.footer-small{font-size:12px;opacity:.7;margin-top:12px;line-height:1.6}.social-icons{display:flex;gap:12px;margin-top:20px}.social-icon{width:36px;height:36px;border:1.5px solid rgba(255,255,255,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.social-icon:hover{background:#fff3}.social-icon svg{width:16px;height:16px;fill:none;stroke:var(--white);stroke-width:1.5}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.footer-col h4{font-size:12px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px;opacity:.7}.footer-col a{display:block;font-size:14px;color:var(--white);margin-bottom:10px;opacity:.85}.footer-col a:hover{opacity:1}.footer-wordmark{font-family:var(--font-serif);font-size:clamp(36px,8vw,80px);font-weight:400;text-align:center;color:#fff3;padding:20px 0 10px;border-top:1px solid rgba(255,255,255,.15);margin-top:32px}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:12px;opacity:.7}@media(max-width:768px){header{padding:0 20px}.featured,.collections,.favorites,.testimonials,.faq{padding:50px 20px}nav{gap:16px}.collections-grid{grid-template-columns:1fr;height:auto}.col-card:first-child{grid-row:auto;height:280px}.col-card{height:200px}.about-split,.guarantee{grid-template-columns:1fr}.about-text,.guarantee-text{padding:40px 24px}.favorites-inner,.reviews-grid,.faq-inner,.footer-top{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}.banner-content{padding:40px 24px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/fleece-sections.css.map */
