:root{--bg: #F8F5F0;--white: #FFFFFF;--green: #8FAF8C;--green-dark: #6D9169;--green-light: #EEF4EE;--charcoal: #2C2C2C;--grey-mid: #6B6B6B;--grey-light: #E8E4DF;--border: #DDD9D3;--radius: 8px;--radius-lg: 14px;--shadow: 0 4px 20px rgba(0,0,0,.07);--shadow-hover: 0 10px 32px rgba(0,0,0,.12);--font-display: "Playfair Display", serif;--font-body: "Inter", sans-serif;--max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--charcoal);font-family:var(--font-body);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:var(--radius);font-size:14px;font-weight:600;border:none;font-family:var(--font-body);letter-spacing:.2px;transition:all .2s ease;cursor:pointer}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 4px 14px #6d916959}.btn-outline{background:transparent;color:var(--charcoal);border:1.5px solid var(--charcoal)}.btn-outline:hover{background:var(--charcoal);color:#fff}.btn-white{background:#fff;color:var(--charcoal)}.btn-white:hover{background:var(--bg)}.btn-lg{padding:15px 36px;font-size:15px}.btn-full{width:100%}.announcement-bar{background:var(--green);color:#fff;text-align:center;padding:10px 20px;font-size:13px;font-weight:500;letter-spacing:.3px}.announcement-bar a{color:#fff;text-decoration:underline}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200;transition:box-shadow .2s}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:24px}.logo,.header-logo a{font-family:var(--font-display);font-size:22px;color:var(--charcoal);letter-spacing:-.3px;white-space:nowrap}.nav-links,.header-nav{display:flex;gap:0}.nav-links a,.header-nav a{font-size:14px;font-weight:500;color:var(--grey-mid);padding:8px 16px;border-radius:var(--radius);transition:all .2s}.nav-links a:hover,.header-nav a:hover,.nav-links a.active,.header-nav a.active{color:var(--green-dark);background:var(--green-light)}.header-icons,.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.cart-icon,.header-cart{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;padding:8px 14px;border-radius:var(--radius);border:1.5px solid var(--border);transition:all .2s}.cart-icon:hover,.header-cart:hover{border-color:var(--green);color:var(--green-dark)}.cart-count,.cart-badge{background:var(--green);color:#fff;border-radius:50%;width:20px;height:20px;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.hamburger{display:none;background:none;border:none;font-size:22px;cursor:pointer;color:var(--charcoal);padding:6px}.mobile-nav{display:none;background:var(--white);border-top:1px solid var(--border);padding:16px 24px 24px;flex-direction:column;gap:4px}.mobile-nav.open{display:flex}.mobile-nav a{font-size:15px;font-weight:500;color:var(--charcoal);padding:12px 0;border-bottom:1px solid var(--grey-light)}.hero{background:var(--white);padding:80px 20px;text-align:center;border-bottom:1px solid var(--border)}.hero-tag{display:inline-block;background:var(--grey-light);color:var(--grey-mid);font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:20px}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--green-light);color:var(--green-dark);font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:24px;width:fit-content}.hero h1,.hero-title{font-family:var(--font-display);font-size:clamp(36px,5vw,60px);color:var(--charcoal);line-height:1.15;margin-bottom:18px}.hero-title span{color:var(--green-dark)}.hero p,.hero-subtitle{font-size:16px;color:var(--grey-mid);max-width:500px;margin:0 auto 32px;line-height:1.7}.hero-btns,.hero-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.hero-stats{display:flex;gap:40px;justify-content:center;margin-top:40px;padding-top:32px;border-top:1px solid var(--grey-light);flex-wrap:wrap}.hero-stat strong{display:block;font-size:24px;font-weight:700;color:var(--charcoal)}.hero-stat span{font-size:12px;color:var(--grey-mid)}.hero-section{background:var(--white);border-bottom:1px solid var(--border);overflow:hidden}.hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:60px 48px 60px 0}.hero-visual{position:relative;background:var(--green-light);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-visual img{width:100%;height:100%;object-fit:cover}.hero-visual-placeholder{font-size:120px;opacity:.3}.hero-centered{text-align:center;padding:80px 24px}.hero-centered .hero-eyebrow{margin:0 auto 24px}.hero-centered .hero-buttons,.hero-centered .hero-stats{justify-content:center}.trust-bar{background:var(--green);padding:16px 20px}.trust-bar-inner{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:500}.trust-item-icon{font-size:18px}.section{padding:64px 0}.section-bg-white{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-bg-green{background:var(--green-light)}.section-header{margin-bottom:44px}.section-header.centered,.section-header.center{text-align:center}.section-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--green-dark);margin-bottom:10px}.section-title,.section-header h2{font-family:var(--font-display);font-size:clamp(24px,3vw,38px);color:var(--charcoal);margin-bottom:12px}.section-subtitle,.section-header p{font-size:15px;color:var(--grey-mid);max-width:520px}.section-header.centered .section-subtitle,.section-header.center .section-subtitle{margin:0 auto}.categories{padding:60px 0}.categories-grid,.category-grid-wrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.category-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 16px 22px;text-align:center;cursor:pointer;transition:all .22s ease;display:block}.category-card:hover{border-color:var(--green);transform:translateY(-3px);box-shadow:var(--shadow)}.category-icon,.category-card-icon{font-size:34px;margin-bottom:12px}.category-card span,.category-card-name{font-size:13px;font-weight:600;color:var(--charcoal);display:block}.category-card-count{font-size:11px;color:var(--grey-mid);margin-top:3px}.products-section{padding:60px 0}.product-grid,.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .22s ease;display:flex;flex-direction:column}.product-card:hover{border-color:var(--green);transform:translateY(-3px);box-shadow:var(--shadow-hover)}.product-image,.product-card-image{aspect-ratio:1;overflow:hidden;background:var(--grey-light);position:relative}.product-image img,.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-image img,.product-card:hover .product-card-image img{transform:scale(1.05)}.product-badge{position:absolute;top:10px;left:10px;background:var(--green);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:.5px}.product-info,.product-card-body{padding:16px;flex:1;display:flex;flex-direction:column}.product-title,.product-card-title{font-size:14px;font-weight:500;color:var(--charcoal);margin-bottom:8px;line-height:1.4;flex:1}.product-price,.product-card-price{display:flex;align-items:center;gap:8px;margin-bottom:14px}.price-current,.product-price{font-size:17px;font-weight:700;color:var(--green-dark)}.price-compare,.product-price .compare{font-size:13px;color:var(--grey-mid);text-decoration:line-through;font-weight:400}.product-card .btn{margin-top:auto}.features{padding:60px 0;background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:32px}.feature-item{text-align:center;padding:8px}.feature-icon{width:68px;height:68px;background:var(--green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;margin:0 auto 18px}.feature-item h3{font-size:16px;font-weight:600;margin-bottom:8px}.feature-item p{font-size:13px;color:var(--grey-mid);line-height:1.65}.promo-banner{background:var(--charcoal);color:#fff;border-radius:var(--radius-lg);padding:48px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.promo-banner-text h2{font-family:var(--font-display);font-size:30px;margin-bottom:10px}.promo-banner-text p{font-size:15px;opacity:.7;max-width:440px}.tag{display:inline-flex;align-items:center;background:var(--green-light);color:var(--green-dark);font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px}.testimonial-stars{color:#f4a623;font-size:16px;margin-bottom:14px;letter-spacing:2px}.testimonial-text{font-size:14px;color:var(--grey-mid);line-height:1.75;margin-bottom:20px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:42px;height:42px;border-radius:50%;background:var(--green-light);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.testimonial-name{font-size:14px;font-weight:600}.testimonial-location{font-size:12px;color:var(--grey-mid)}.newsletter-section{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:64px 24px;text-align:center}.newsletter-form{display:flex;gap:10px;max-width:440px;margin:28px auto 0}.newsletter-input{flex:1;padding:12px 18px;border:1.5px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);font-size:14px;background:var(--bg);color:var(--charcoal);outline:none;transition:border .2s}.newsletter-input:focus{border-color:var(--green)}.newsletter-note{font-size:12px;color:var(--grey-mid);margin-top:10px}.product-page{padding:32px 0 72px}.product-page-grid,.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.product-main-image,.product-gallery-main{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);aspect-ratio:1;background:var(--grey-light)}.product-main-image img,.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:10px;margin-top:12px}.product-gallery-thumbs img{width:72px;height:72px;object-fit:cover;border-radius:var(--radius);border:2px solid var(--border);cursor:pointer;transition:border-color .2s}.product-gallery-thumbs img:hover,.product-gallery-thumbs img.active{border-color:var(--green)}.product-detail h1,.product-info-title{font-family:var(--font-display);font-size:30px;margin-bottom:14px;line-height:1.2}.product-detail-price,.product-info-price{font-size:26px;font-weight:700;color:var(--green-dark);margin-bottom:22px;display:flex;align-items:center;gap:12px}.product-detail-price .compare,.product-info-price .compare{font-size:17px;color:var(--grey-mid);text-decoration:line-through;font-weight:400}.product-bullets{list-style:none;margin-bottom:26px}.product-bullets li{padding:10px 0;font-size:14px;color:var(--grey-mid);border-bottom:1px solid var(--grey-light);display:flex;align-items:flex-start;gap:10px}.product-bullets li:before{content:"\2713";color:var(--green-dark);font-weight:700;font-size:15px;flex-shrink:0;margin-top:1px}.product-variant-label{font-size:13px;font-weight:600;margin-bottom:8px;display:block}.product-select{width:100%;padding:11px 14px;border:1.5px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);font-size:14px;background:var(--bg);color:var(--charcoal);outline:none;margin-bottom:20px;transition:border .2s}.product-select:focus{border-color:var(--green)}.product-add-btn{width:100%;padding:16px;font-size:16px;margin-bottom:16px}.product-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.product-trust-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--grey-mid)}.product-description{margin-top:32px;padding-top:28px;border-top:1px solid var(--border)}.product-description h3{font-size:15px;font-weight:600;margin-bottom:12px}.product-description div{font-size:14px;color:var(--grey-mid);line-height:1.8}.collection-page{padding:32px 0 72px}.collection-header{margin-bottom:36px}.collection-header h1{font-family:var(--font-display);font-size:34px;margin-bottom:6px}.collection-header p{color:var(--grey-mid)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--border);flex-wrap:wrap}.collection-count{font-size:13px;color:var(--grey-mid)}.collection-sort{padding:9px 14px;border:1.5px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);font-size:13px;background:var(--white);color:var(--charcoal);outline:none}.cart-page{padding:40px 0 80px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.cart-title{font-family:var(--font-display);font-size:34px;margin-bottom:32px}.cart-empty{text-align:center;padding:80px 20px}.cart-empty-icon{font-size:72px;margin-bottom:20px}.cart-empty h2{font-family:var(--font-display);font-size:26px;margin-bottom:10px}.cart-empty p{color:var(--grey-mid);margin-bottom:28px}.cart-item{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid var(--border);align-items:center}.cart-item-img,.cart-item-image{width:88px;height:88px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);flex-shrink:0;background:var(--grey-light)}.cart-item-img img,.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-weight:500;margin-bottom:4px;font-size:14px}.cart-item-variant{font-size:12px;color:var(--grey-mid);margin-bottom:8px}.cart-item-price{color:var(--green-dark);font-weight:600;font-size:15px}.cart-qty{display:flex;align-items:center;gap:0;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden}.cart-qty button{width:34px;height:34px;background:var(--bg);border:none;font-size:16px;transition:background .15s}.cart-qty button:hover{background:var(--grey-light)}.cart-qty input{width:44px;height:34px;border:none;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);text-align:center;font-family:var(--font-body);font-size:14px;background:#fff;outline:none}.cart-sidebar{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;position:sticky;top:90px}.cart-sidebar h3{font-size:16px;font-weight:600;margin-bottom:20px}.cart-summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--grey-mid);margin-bottom:12px}.cart-summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;padding-top:16px;margin-top:8px;border-top:1.5px solid var(--border)}.cart-checkout-btn{width:100%;padding:16px;font-size:15px;margin-top:20px}.cart-trust{display:flex;flex-direction:column;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.cart-trust-item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--grey-mid)}.breadcrumb{font-size:13px;color:var(--grey-mid);margin-bottom:20px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.breadcrumb a:hover{color:var(--green-dark)}.breadcrumb-sep{opacity:.4}.page-template{padding:48px 0 80px;max-width:760px}.page-template h1{font-family:var(--font-display);font-size:38px;margin-bottom:28px}.page-template .page-content{font-size:15px;color:var(--grey-mid);line-height:1.85}.site-footer{background:var(--charcoal);color:#ffffffbf}.footer-inner,.footer-main{display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:48px;padding:56px 0 48px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand .logo,.footer-brand-logo{font-family:var(--font-display);font-size:22px;color:#fff;display:block;margin-bottom:12px}.footer-brand p,.footer-brand-desc{font-size:13px;opacity:.6;line-height:1.7;max-width:260px}.footer-col-title{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff80;margin-bottom:16px}.footer-links,.footer-col-links{display:flex;flex-direction:column;gap:10px}.footer-links a,.footer-col-links a{font-size:13px;opacity:.7;transition:opacity .2s}.footer-links a:hover,.footer-col-links a:hover{opacity:1}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:18px 0;flex-wrap:wrap;gap:12px}.footer-bottom-text,.footer-bottom p{font-size:12px;opacity:.35}.footer-payment-icons{display:flex;gap:8px}.footer-payment-icons span{background:#ffffff1a;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600;color:#fff9}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-40{margin-top:40px}.text-center{text-align:center}@media(max-width:1024px){.footer-inner,.footer-main{grid-template-columns:1fr 1fr;gap:36px}.hero-split{grid-template-columns:1fr}.hero-visual{min-height:280px}.hero-content{padding:48px 0}}@media(max-width:768px){.nav-links,.header-nav{display:none}.hamburger{display:block}.header-inner{height:60px}.hero{padding:52px 20px}.product-page-grid,.product-layout{grid-template-columns:1fr;gap:28px}.cart-layout{grid-template-columns:1fr}.cart-sidebar{position:static}.footer-inner,.footer-main{grid-template-columns:1fr 1fr;gap:28px;padding:40px 0 32px}.trust-bar-inner{gap:20px}.promo-banner{padding:32px 24px;flex-direction:column;text-align:center}.newsletter-form{flex-direction:column}}@media(max-width:480px){.categories-grid{grid-template-columns:repeat(3,1fr)}.product-grid,.products-grid{grid-template-columns:repeat(2,1fr);gap:14px}.footer-inner,.footer-main{grid-template-columns:1fr}.hero-stats{gap:24px}}.product-collapsible{margin:25px 0}.collapsible-row{border-top:1px solid #e5e5e5}.collapsible-row:last-child{border-bottom:1px solid #e5e5e5}.collapsible-row summary{list-style:none;cursor:pointer;padding:16px 0;font-weight:600;display:flex;justify-content:space-between;align-items:center}.collapsible-row summary::-webkit-details-marker{display:none}.collapsible-row summary:after{content:"+";font-size:22px;transition:.3s}.collapsible-row[open] summary:after{content:"\2212"}.collapsible-content{padding:0 0 16px;line-height:1.6}
/*# sourceMappingURL=/cdn/shop/t/28/assets/theme.css.map */
