*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #FAF8F4;--cream-dark: #F2EDE4;--white: #FFFFFF;--black: #1A1A1A;--charcoal: #2E2E2E;--muted: #6B6B6B;--border: #E4DED4;--forest: #2C4A3E;--forest-light: #3D6456;--forest-pale: #EDF4F1;--amber: #C4873A;--amber-pale: #FDF5EC;--serif: "Cormorant Garamond", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif;--radius: 4px;--radius-lg: 8px;--shadow: 0 2px 24px rgba(0,0,0,.06);--shadow-hover: 0 8px 40px rgba(0,0,0,.12);--transition: .25s ease}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--sans);background:var(--cream);color:var(--charcoal);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--sans);border:none;background:none}ul{list-style:none}.serif{font-family:var(--serif)}h1,h2,h3,.h1,.h2,.h3{font-family:var(--serif);font-weight:500;line-height:1.15;color:var(--black)}h1,.h1{font-size:clamp(2.4rem,5vw,4rem)}h2,.h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3,.h3{font-size:clamp(1.2rem,2vw,1.6rem)}.eyebrow{font-family:var(--sans);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--amber)}.lead{font-size:1.1rem;color:var(--muted);line-height:1.7}.container{max-width:1320px;margin:0 auto;padding:0 24px}.announcement-bar{background:var(--forest);color:var(--white);font-size:.8rem;font-weight:500;letter-spacing:.04em;text-align:center;padding:10px 16px}.announcement-bar .slides{display:flex;gap:40px;justify-content:center}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000;transition:box-shadow var(--transition)}.site-header.scrolled{box-shadow:0 2px 20px #00000014}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 24px;height:68px;max-width:1320px;margin:0 auto}.header-logo{font-family:var(--serif);font-size:1.7rem;font-weight:600;color:var(--forest)}.header-logo span{color:var(--amber)}.header-nav{display:flex;gap:28px;align-items:center;justify-content:center}.header-nav a{font-size:.85rem;font-weight:500;color:var(--charcoal);padding:4px 0;border-bottom:2px solid transparent;transition:color var(--transition),border-color var(--transition)}.header-nav a:hover{color:var(--forest);border-bottom-color:var(--forest)}.header-actions{display:flex;gap:20px;align-items:center;justify-content:flex-end}.header-actions a{color:var(--charcoal);font-size:.85rem;font-weight:500;display:flex;align-items:center;gap:6px}.header-actions a:hover{color:var(--forest)}.cart-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--forest);color:var(--white);font-size:.65rem;font-weight:600;width:18px;height:18px;border-radius:50%}.hero{background:var(--cream-dark);display:grid;grid-template-columns:1fr 1fr;min-height:78vh;overflow:hidden}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:80px 64px}.hero-content .eyebrow{margin-bottom:20px}.hero-content h1{margin-bottom:24px;font-size:clamp(2.6rem,4vw,3.8rem)}.hero-content h1 em{font-style:italic;color:var(--forest)}.hero-content p{font-size:1.1rem;color:var(--muted);margin-bottom:40px;max-width:420px}.hero-cta{display:flex;gap:16px;flex-wrap:wrap}.hero-image{position:relative;overflow:hidden;background:linear-gradient(135deg,#d4cfc6,#b8b0a5)}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;bottom:32px;left:32px;background:var(--white);border-radius:var(--radius-lg);padding:14px 20px;box-shadow:var(--shadow);display:flex;align-items:center;gap:12px}.hero-badge .rating{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--forest)}.hero-badge .label{font-size:.75rem;color:var(--muted);line-height:1.4}.hero-badge .stars{color:#f4a82e;font-size:.7rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-family:var(--sans);font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius);transition:all var(--transition);cursor:pointer}.btn-primary{background:var(--forest);color:var(--white)}.btn-primary:hover{background:var(--forest-light);transform:translateY(-1px);box-shadow:0 4px 20px #2c4a3e4d}.btn-primary:disabled{background:var(--muted);cursor:not-allowed;transform:none;box-shadow:none}.btn-outline{background:transparent;color:var(--charcoal);border:1.5px solid var(--charcoal)}.btn-outline:hover{background:var(--charcoal);color:var(--white)}.trust-bar{background:var(--forest);color:var(--white);padding:20px 0}.trust-bar-inner{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;font-size:.82rem;font-weight:500}.trust-divider{width:1px;height:28px;background:#fff3}.category-grid{padding:72px 0}.section-header{text-align:center;margin-bottom:48px}.section-header h2{margin-bottom:12px}.section-header p{color:var(--muted);max-width:520px;margin:0 auto}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cat-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:3/4;cursor:pointer;background:linear-gradient(160deg,var(--forest) 0%,#1a2e27 100%)}.cat-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cat-card:hover img{transform:scale(1.04)}.cat-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,rgba(0,0,0,.1) 50%,transparent 100%)}.cat-card-content{position:absolute;bottom:24px;left:24px;right:24px;color:var(--white)}.cat-card-content h3{font-size:1.4rem;margin-bottom:8px;color:var(--white)}.cat-card-content span{font-size:.78rem;font-weight:500;opacity:.85;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:2px}.products-section{padding:72px 0;background:var(--white)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{cursor:pointer}.product-card-image{position:relative;background:var(--cream);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;margin-bottom:16px}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-image img{transform:scale(1.04)}.product-badge{position:absolute;top:12px;left:12px;background:var(--forest);color:var(--white);font-size:.68rem;font-weight:600;padding:4px 10px;border-radius:2px;letter-spacing:.05em;text-transform:uppercase;z-index:2}.product-badge.amber{background:var(--amber)}.product-card-quick{position:absolute;bottom:12px;left:12px;right:12px;background:var(--white);border-radius:var(--radius);padding:10px;text-align:center;font-size:.8rem;font-weight:600;color:var(--forest);opacity:0;transform:translateY(6px);transition:all var(--transition)}.product-card:hover .product-card-quick{opacity:1;transform:translateY(0)}.product-card-info h3{font-family:var(--sans);font-size:.9rem;font-weight:500;color:var(--charcoal);margin-bottom:4px;line-height:1.4}.product-card-info .price{display:flex;align-items:center;gap:8px;margin-top:8px}.product-card-info .price-current{font-weight:600;font-size:1rem;color:var(--black)}.product-card-info .price-was{font-size:.85rem;color:var(--muted);text-decoration:line-through}.product-card-info .stars{color:#f4a82e;font-size:.7rem;margin-bottom:4px}.value-props{background:var(--cream-dark);padding:56px 0}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.value-item{text-align:center}.value-icon{width:52px;height:52px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--forest);font-size:1.3rem}.value-item h4{font-family:var(--sans);font-size:.9rem;font-weight:600;margin-bottom:6px;color:var(--black)}.value-item p{font-size:.82rem;color:var(--muted);line-height:1.6}.editorial{background:var(--forest-pale)}.editorial-inner{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.editorial-image{overflow:hidden;background:linear-gradient(135deg,#b5c9c0,#8aaa9e)}.editorial-image img{width:100%;height:100%;object-fit:cover}.editorial-content{display:flex;flex-direction:column;justify-content:center;padding:80px 64px}.editorial-content .eyebrow{margin-bottom:16px}.editorial-content h2{margin-bottom:20px}.editorial-content p{color:var(--muted);margin-bottom:32px}.editorial-features{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.feature-row{display:flex;align-items:flex-start;gap:14px}.feature-dot{width:8px;height:8px;border-radius:50%;background:var(--forest);flex-shrink:0;margin-top:6px}.feature-row p{font-size:.9rem;color:var(--charcoal);margin:0}.testimonials{background:var(--white);padding:80px 0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.testimonial-card{background:var(--cream);border-radius:var(--radius-lg);padding:32px;border:1px solid var(--border);transition:box-shadow var(--transition)}.testimonial-card:hover{box-shadow:var(--shadow)}.testimonial-stars{color:#f4a82e;font-size:.85rem;margin-bottom:16px}.testimonial-card p{font-family:var(--serif);font-size:1.1rem;color:var(--charcoal);line-height:1.6;margin-bottom:20px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--forest-pale);color:var(--forest);font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center;font-family:var(--serif)}.testimonial-author-info strong{display:block;font-size:.85rem;font-weight:600}.testimonial-author-info span{font-size:.75rem;color:var(--muted)}.email-capture{background:var(--forest);color:var(--white);padding:80px 0;text-align:center}.email-capture h2{color:var(--white);margin-bottom:12px}.email-capture p{color:#ffffffbf;margin-bottom:36px}.email-form{display:flex;gap:0;max-width:480px;margin:0 auto}.email-form input{flex:1;padding:14px 20px;background:#ffffff1a;border:1.5px solid rgba(255,255,255,.3);border-right:none;color:var(--white);font-family:var(--sans);font-size:.9rem;border-radius:var(--radius) 0 0 var(--radius);outline:none}.email-form input::placeholder{color:#ffffff80}.email-form button{padding:14px 28px;background:var(--amber);color:var(--white);font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:0 var(--radius) var(--radius) 0;transition:background var(--transition)}.email-form button:hover{background:#b07830}.email-fine{font-size:.72rem;color:#ffffff80;margin-top:12px}.site-footer{background:var(--black);color:#ffffffbf;padding:64px 0 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand .logo{font-family:var(--serif);font-size:1.5rem;font-weight:600;color:var(--white);margin-bottom:16px;display:block}.footer-brand .logo span{color:var(--amber)}.footer-brand p{font-size:.85rem;line-height:1.7;margin-bottom:20px;max-width:280px}.footer-social{display:flex;gap:12px}.footer-social a{width:36px;height:36px;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#fff9;font-size:.75rem;font-weight:600;transition:all var(--transition)}.footer-social a:hover{border-color:var(--amber);color:var(--amber)}.footer-col h4{color:var(--white);font-family:var(--sans);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col ul li a{font-size:.85rem;color:#fff9;transition:color var(--transition)}.footer-col ul li a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#fff6;flex-wrap:wrap;gap:12px}.payment-icons{display:flex;gap:8px}.payment-icon{background:#ffffff14;border-radius:3px;padding:4px 8px;font-size:.65rem;font-weight:700;color:#ffffff80}@media(max-width:1024px){.cat-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.hero{grid-template-columns:1fr;min-height:auto}.hero-image{aspect-ratio:4/3;order:-1}.hero-content{padding:48px 32px}}@media(max-width:768px){.value-grid{grid-template-columns:1fr 1fr}.editorial-inner{grid-template-columns:1fr}.editorial-content{padding:48px 28px}.testimonials-grid{grid-template-columns:1fr}.header-nav{display:none}.header-inner{grid-template-columns:auto 1fr auto}.trust-bar-inner{gap:20px}.trust-divider{display:none}.announcement-bar .slides{flex-direction:column;gap:2px}}@media(max-width:480px){.cat-grid{grid-template-columns:1fr 1fr;gap:10px}.value-grid,.footer-grid{grid-template-columns:1fr}.email-form{flex-direction:column}.email-form input,.email-form button{border-radius:var(--radius);border-right:1.5px solid rgba(255,255,255,.3)}.product-grid{grid-template-columns:1fr 1fr;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
