*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text,#1a1a1a);background:#fff;overflow-x:hidden}img,svg{max-width:100%;height:auto}img{display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button,input,select,textarea{font-family:inherit}.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:16px;top:16px;background:#fff;z-index:9999;padding:10px;border:2px solid #000}:root{--green:#1a6b3a;--green-dark:#134d2a;--green-light:#e8f5ee;--green-mid:#2d8a50;--accent:#f0a500;--accent-dark:#d4920a;--text:#1a1a1a;--text-light:#5a5a5a;--text-muted:#8a8a8a;--border:#e5e5e5;--bg-light:#f8f9f7;--bg-dark:#0f2318;--white:#fff;--radius:12px;--radius-lg:20px;--shadow:0 4px 24px rgba(0,0,0,.08);--shadow-lg:0 8px 48px rgba(0,0,0,.12);--shadow-hover:0 12px 48px rgba(26,107,58,.2);--transition:.3s cubic-bezier(.4,0,.2,1)}body{--green:var(--theme-green,#1a6b3a);--green-dark:var(--theme-green-dark,#134d2a);--accent:var(--theme-accent,#f0a500)}.container{max-width:1280px;margin:0 auto;padding:0 24px}.section-tag{display:inline-block;background:var(--green-light);color:var(--green);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:16px}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.15;color:var(--text)}.section-title span{color:var(--green)}.section-subtitle{font-size:1.05rem;color:var(--text-light);margin-top:12px;max-width:620px;line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:8px;font-weight:600;font-size:.95rem;transition:var(--transition);white-space:nowrap;cursor:pointer;border:0}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-secondary{background:#fff;color:var(--green);border:2px solid var(--green)}.btn-secondary:hover{background:var(--green-light);transform:translateY(-2px)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 24px #f0a5004d}.btn-ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-ghost:hover{background:#ffffff1a;border-color:#fff}.badge{display:inline-block;padding:4px 10px;border-radius:100px;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.badge-green{background:var(--green);color:#fff}.badge-red{background:#e53e3e;color:#fff}.badge-amber{background:var(--accent);color:#fff}.placeholder-svg{background:#eaf2ed;color:#9fb8aa;width:100%;height:100%;display:block}.rte{line-height:1.7}.rte p{margin:0 0 1em}.rte ul{list-style:disc;margin-left:1.25em}.rte ol{list-style:decimal;margin-left:1.25em}.announcement-bar{background:var(--green-dark);color:#fff;padding:10px 0;overflow:hidden}.ticker{display:flex;gap:80px;animation:ticker 35s linear infinite;white-space:nowrap;width:max-content}.ticker span{font-size:.8rem;font-weight:500;letter-spacing:.02em;display:flex;align-items:center;gap:8px}.ticker span:before{content:"\e2\153\a6";color:var(--accent);font-size:.6rem}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.top-bar{background:#f0f4f1;border-bottom:1px solid var(--border);padding:8px 0}.top-bar .inner{display:flex;justify-content:space-between;align-items:center;gap:18px}.top-bar-left,.top-bar-right{display:flex;align-items:center;gap:20px}.top-bar a{font-size:.8rem;color:var(--text-light);display:flex;align-items:center;gap:5px;transition:color .2s}.top-bar a:hover{color:var(--green)}.trust-pill{background:var(--green);color:#fff;font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:100px;display:flex;align-items:center;gap:5px;white-space:nowrap}.header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px #0000000f;transition:box-shadow .3s}.header.scrolled{box-shadow:0 4px 24px #0000001a}.header-main{display:flex;align-items:center;gap:24px;padding:16px 0}.logo{display:flex;flex-direction:column;flex-shrink:0;text-decoration:none}.logo img{max-height:54px;width:auto}.logo-text{font-size:1.2rem;font-weight:900;color:var(--green-dark);line-height:1.1;letter-spacing:-.02em}.logo-sub{font-size:.62rem;font-weight:500;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:2px}.search-bar{flex:1;max-width:560px;position:relative}.search-bar input{width:100%;padding:11px 48px 11px 16px;border:2px solid var(--border);border-radius:8px;font-size:.9rem;transition:border-color .2s,box-shadow .2s;background:var(--bg-light)}.search-bar input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #1a6b3a1a;background:#fff}.search-bar button{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);transition:color .2s;border:none;background:none;cursor:pointer}.search-bar button:hover{color:var(--green)}.header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.header-action-btn{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 12px;border-radius:8px;color:var(--text-light);font-size:.7rem;font-weight:500;transition:all .2s}.header-action-btn:hover{background:var(--bg-light);color:var(--green)}.header-action-btn svg{width:20px;height:20px}.cart-btn{background:var(--green);color:#fff;padding:10px 18px;border-radius:8px;font-weight:600;font-size:.85rem;display:flex;align-items:center;gap:8px;transition:var(--transition)}.cart-btn:hover{background:var(--green-dark);transform:translateY(-1px)}.cart-count{background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.phone-cta{display:flex;flex-direction:column;align-items:flex-end;border-left:1px solid var(--border);padding-left:16px;margin-left:8px}.phone-cta .phone-label{font-size:.65rem;color:var(--text-muted);font-weight:500}.phone-cta a{font-size:.95rem;font-weight:700;color:var(--green-dark)}.mobile-menu-toggle{display:none;background:var(--green);color:#fff;border:0;border-radius:8px;padding:10px;cursor:pointer}.nav{background:var(--green-dark);position:relative;z-index:900}.nav-inner{display:flex;align-items:center}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:5px;padding:14px 18px;color:#ffffffe6;font-size:.875rem;font-weight:500;transition:all .2s;white-space:nowrap}.nav-link:hover,.nav-link.active{color:#fff;background:#ffffff1a}.nav-link.clearance{color:var(--accent);font-weight:700}.nav-link.clearance:hover{color:#fff;background:var(--accent)}.nav-link svg{width:14px;height:14px;opacity:.7;transition:transform .2s}.nav-item:hover .nav-link svg{transform:rotate(180deg)}.dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:0 0 var(--radius) var(--radius);box-shadow:var(--shadow-lg);min-width:240px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s;z-index:100;border-top:3px solid var(--green)}.nav-item:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{display:flex;align-items:center;gap:10px;padding:11px 18px;font-size:.875rem;color:var(--text);transition:all .15s;border-bottom:1px solid #f5f5f5}.dropdown a:last-child{border-bottom:none}.dropdown a:hover{background:var(--green-light);color:var(--green);padding-left:24px}.nav-bulk{margin-left:auto;padding:8px 18px;background:var(--accent);color:#fff;font-size:.8rem;font-weight:700;display:flex;align-items:center;gap:6px;transition:background .2s;border-radius:0}.nav-bulk:hover{background:var(--accent-dark);color:#fff}.hero{background:linear-gradient(135deg,#0f2318,#1a4a2a,#0f2318);min-height:78vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 50%,rgba(26,107,58,.3) 0%,transparent 60%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1;padding:80px 0}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ffffffe6;padding:6px 14px;border-radius:100px;font-size:.78rem;font-weight:500;margin-bottom:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-badge .dot{width:6px;height:6px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero h1{font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em;margin-bottom:20px}.hero h1 .highlight{color:#4ade80}.hero-sub{font-size:1.1rem;color:#ffffffbf;line-height:1.6;margin-bottom:32px;max-width:520px}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px}.hero-stats{display:flex;gap:32px}.hero-stat{display:flex;flex-direction:column}.hero-stat-num{font-size:1.75rem;font-weight:900;color:#fff;line-height:1}.hero-stat-label{font-size:.78rem;color:#fff9;margin-top:4px}.hero-image-area{position:relative}.hero-main-img{width:100%;height:520px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:0 24px 80px #0006;background:#1d3a27}.hero-floating-card{position:absolute;background:#fff;border-radius:var(--radius);padding:14px 18px;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:12px}.card-1{bottom:40px;left:-30px;animation:float1 4s ease-in-out infinite}.card-2{top:40px;right:-20px;animation:float2 4s ease-in-out infinite 2s}@keyframes float1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes float2{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-card-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.hero-card-icon.green{background:var(--green-light)}.hero-card-icon.amber{background:#fff8e6}.hero-card-text{display:flex;flex-direction:column}.hero-card-title{font-size:.85rem;font-weight:700;color:var(--text)}.hero-card-sub{font-size:.72rem;color:var(--text-muted)}.trust-bar{background:#fff;border-bottom:1px solid var(--border);padding:20px 0}.trust-items{display:flex;justify-content:space-between;align-items:center;gap:16px}.trust-item{display:flex;align-items:center;gap:12px;flex:1}.trust-item:not(:last-child){border-right:1px solid var(--border);padding-right:16px}.trust-icon{width:44px;height:44px;background:var(--green-light);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.2rem}.trust-title{font-size:.875rem;font-weight:700;color:var(--text)}.trust-desc{font-size:.75rem;color:var(--text-muted)}.categories{padding:80px 0;background:var(--bg-light)}.categories-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cat-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;min-height:260px;background:#dfe8e1}.cat-card:first-child{grid-column:span 2}.cat-card img,.cat-card .placeholder-svg{width:100%;height:260px;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.cat-card:first-child img,.cat-card:first-child .placeholder-svg{height:320px}.cat-card:hover img{transform:scale(1.06)}.cat-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,30,18,.85) 0%,rgba(10,30,18,.2) 50%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:24px;transition:background .3s}.cat-card:hover .cat-overlay{background:linear-gradient(to top,rgba(10,30,18,.9) 0%,rgba(10,30,18,.35) 60%,transparent 100%)}.cat-tag{font-size:.7rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.cat-title{font-size:1.3rem;font-weight:800;color:#fff;margin-bottom:8px}.cat-card:first-child .cat-title{font-size:1.6rem}.cat-link{display:inline-flex;align-items:center;gap:6px;color:#4ade80;font-size:.85rem;font-weight:600;opacity:0;transform:translateY(8px);transition:all .3s}.cat-card:hover .cat-link{opacity:1;transform:translateY(0)}.cat-count{position:absolute;top:16px;right:16px;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:100px;border:1px solid rgba(255,255,255,.2)}.brands{padding:60px 0;background:#fff}.brands-header{text-align:center;margin-bottom:40px}.brands-grid{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.brand-pill{padding:12px 24px;border:2px solid var(--border);border-radius:100px;font-size:.9rem;font-weight:700;color:var(--text-light);transition:all .2s;cursor:pointer;letter-spacing:.02em}.brand-pill:hover,.brand-pill.featured{border-color:var(--green);color:var(--green);background:var(--green-light);transform:translateY(-2px)}.products{padding:80px 0;background:var(--bg-light)}.products-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.filter-tabs{display:flex;gap:8px;margin-bottom:32px;flex-wrap:wrap}.filter-tab{padding:8px 18px;border:2px solid var(--border);border-radius:100px;font-size:.8rem;font-weight:600;color:var(--text-light);cursor:pointer;transition:all .2s;background:#fff}.filter-tab:hover,.filter-tab.active{border-color:var(--green);color:var(--green);background:var(--green-light)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:all .3s;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:transparent}.product-img-wrap{position:relative;overflow:hidden;background:#f8f9f7;height:220px}.product-img-wrap img,.product-img-wrap .placeholder-svg{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .4s}.product-card:hover .product-img-wrap img{transform:scale(1.08)}.product-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:4px}.product-wishlist{position:absolute;top:12px;right:12px;width:34px;height:34px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;opacity:0;transition:all .2s;cursor:pointer;font-size:1rem;border:0}.product-card:hover .product-wishlist{opacity:1}.product-wishlist:hover{background:#fee2e2}.product-body{padding:18px}.product-brand{font-size:.72rem;font-weight:600;color:var(--green);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.product-name{font-size:.95rem;font-weight:700;color:var(--text);line-height:1.3;margin-bottom:8px;min-height:2.5em}.product-rating{display:flex;align-items:center;gap:6px;margin-bottom:10px}.stars{color:var(--accent);font-size:.8rem;letter-spacing:1px}.rating-count{font-size:.72rem;color:var(--text-muted)}.product-price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:14px;flex-wrap:wrap}.product-price{font-size:1.3rem;font-weight:800;color:var(--text)}.product-price-orig{font-size:.85rem;color:var(--text-muted);text-decoration:line-through}.product-price-vat{font-size:.72rem;color:var(--text-muted)}.product-actions{display:flex;gap:8px}.btn-add-cart{flex:1;background:var(--green);color:#fff;padding:10px 16px;border-radius:8px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;border:0}.btn-add-cart:hover{background:var(--green-dark)}.btn-compare{padding:10px 14px;border:2px solid var(--border);border-radius:8px;font-size:.8rem;font-weight:600;color:var(--text-light);transition:all .2s;cursor:pointer;background:#fff}.btn-compare:hover{border-color:var(--green);color:var(--green)}.product-delivery{font-size:.72rem;color:var(--green);font-weight:500;margin-top:10px;display:flex;align-items:center;gap:4px}.sold-out{opacity:.55}.sold-out .btn-add-cart{background:#999}.view-all{text-align:center;margin-top:36px}.why-us{padding:80px 0;background:#fff}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.why-image{position:relative;border-radius:var(--radius-lg);overflow:hidden}.why-image img,.why-image .placeholder-svg{width:100%;height:500px;object-fit:cover;border-radius:var(--radius-lg)}.why-image-badge{position:absolute;bottom:24px;left:24px;background:var(--green);color:#fff;padding:16px 20px;border-radius:var(--radius);display:flex;flex-direction:column}.why-image-badge .num{font-size:2rem;font-weight:900;line-height:1}.why-image-badge .label{font-size:.8rem;opacity:.85}.why-features{display:flex;flex-direction:column;gap:20px;margin-top:32px}.why-feature{display:flex;gap:16px;align-items:flex-start;padding:20px;border-radius:var(--radius);transition:all .2s;border:1px solid transparent}.why-feature:hover{background:var(--green-light);border-color:#1a6b3a26}.why-feature-icon{width:48px;height:48px;background:var(--green-light);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0;transition:background .2s}.why-feature:hover .why-feature-icon{background:var(--green)}.why-feature-text h4{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:4px}.why-feature-text p{font-size:.875rem;color:var(--text-light);line-height:1.5}.process{padding:80px 0;background:var(--bg-dark)}.process-header{text-align:center;margin-bottom:60px}.process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative}.process-steps:before{content:"";position:absolute;top:36px;left:10%;right:10%;height:2px;background:linear-gradient(to right,var(--green),#4ade80,var(--green));z-index:0}.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 16px;position:relative;z-index:1}.step-num{width:72px;height:72px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900;color:#fff;margin-bottom:20px;border:4px solid var(--bg-dark);transition:all .3s;box-shadow:0 0 0 2px var(--green)}.process-step:hover .step-num{background:#4ade80;color:var(--bg-dark);transform:scale(1.1)}.step-title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:8px}.step-desc{font-size:.8rem;color:#ffffff8c;line-height:1.5}.bulk{padding:80px 0;background:var(--bg-light)}.bulk-inner{background:linear-gradient(135deg,var(--green-dark) 0%,var(--green) 100%);border-radius:var(--radius-lg);padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;overflow:hidden}.bulk-inner:before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;background:#ffffff0d;border-radius:50%}.bulk-inner:after{content:"";position:absolute;bottom:-80px;left:-40px;width:200px;height:200px;background:#ffffff0d;border-radius:50%}.bulk-content,.bulk-form{position:relative;z-index:1}.bulk-tag{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3)}.bulk-title{font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:900;color:#fff;margin-bottom:16px}.bulk-desc{font-size:1rem;color:#fffc;line-height:1.6;margin-bottom:28px}.bulk-features{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.bulk-feature{display:flex;align-items:center;gap:10px;color:#ffffffe6;font-size:.9rem;font-weight:500}.bulk-feature:before{content:"\e2\153\201c";width:22px;height:22px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.bulk-form-card{background:#fff;border-radius:var(--radius);padding:32px;box-shadow:0 16px 48px #0003}.bulk-form-title{font-size:1.1rem;font-weight:800;color:var(--text);margin-bottom:6px}.bulk-form-sub{font-size:.85rem;color:var(--text-muted);margin-bottom:24px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.8rem;font-weight:600;color:var(--text-light);margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:11px 14px;border:2px solid var(--border);border-radius:8px;font-size:.875rem;transition:border-color .2s;background:var(--bg-light)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--green);background:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.testimonials{padding:80px 0;background:#fff}.testimonials-header{text-align:center;margin-bottom:48px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--bg-light);border-radius:var(--radius-lg);padding:28px;border:1px solid var(--border);transition:all .3s;position:relative}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#1a6b3a33}.testimonial-card:before{content:'"';position:absolute;top:16px;right:24px;font-size:5rem;color:var(--green-light);font-family:Georgia,serif;line-height:1}.testimonial-stars{color:var(--accent);font-size:1rem;margin-bottom:14px}.testimonial-text{font-size:.9rem;color:var(--text-light);line-height:1.65;margin-bottom:20px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:44px;height:44px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.author-info{display:flex;flex-direction:column}.author-name{font-size:.875rem;font-weight:700;color:var(--text)}.author-role{font-size:.75rem;color:var(--text-muted)}.testimonial-verified{position:absolute;bottom:20px;right:20px;display:flex;align-items:center;gap:4px;font-size:.7rem;color:var(--green);font-weight:600}.clients{padding:48px 0;background:var(--bg-light);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.clients-label{text-align:center;font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:28px}.clients-logos{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap}.client-logo{font-size:1rem;font-weight:800;color:silver;letter-spacing:.05em;text-transform:uppercase;transition:color .2s;cursor:default}.client-logo:hover{color:var(--green)}.sustainability{padding:80px 0;background:var(--green-dark)}.sustainability-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.sust-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}.sust-stat{background:#ffffff1a;border-radius:var(--radius);padding:20px;border:1px solid rgba(255,255,255,.15)}.sust-stat-num{font-size:2rem;font-weight:900;color:#4ade80}.sust-stat-label{font-size:.8rem;color:#ffffffb3;margin-top:4px}.sust-image img,.sust-image .placeholder-svg{width:100%;height:420px;object-fit:cover;border-radius:var(--radius-lg);opacity:.85}.faq{padding:80px 0;background:#fff}.faq-header{text-align:center;margin-bottom:48px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:900px;margin:0 auto}.faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s}.faq-item.open{border-color:var(--green)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--text);transition:background .2s;gap:12px;background:#fff;border:0;width:100%;text-align:left}.faq-question:hover{background:var(--bg-light)}.faq-item.open .faq-question{background:var(--green-light);color:var(--green)}.faq-icon{width:24px;height:24px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;font-weight:700;transition:all .2s}.faq-item.open .faq-icon{background:var(--green);color:#fff;transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .2s;font-size:.875rem;color:var(--text-light);line-height:1.65}.faq-item.open .faq-answer{max-height:260px;padding:0 20px 18px}.finance{padding:60px 0;background:var(--bg-light)}.finance-inner{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:var(--radius-lg);padding:48px 60px;display:flex;justify-content:space-between;align-items:center;gap:40px;position:relative;overflow:hidden}.finance-inner:before{content:"\c2\a3";position:absolute;right:60px;font-size:14rem;font-weight:900;color:#ffffff08;line-height:1;top:-20px}.finance-content,.finance-cta{position:relative;z-index:1}.finance-tag{background:#f0a50033;color:var(--accent);border:1px solid rgba(240,165,0,.3)}.finance-title{font-size:1.8rem;font-weight:900;color:#fff;margin-bottom:10px}.finance-desc{font-size:.95rem;color:#ffffffb3;max-width:520px}.newsletter{padding:60px 0;background:var(--green)}.newsletter-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.newsletter-content{flex:1}.newsletter-title{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:6px}.newsletter-desc{font-size:.9rem;color:#fffc}.newsletter-form{display:flex;gap:10px;flex:1;max-width:520px}.newsletter-form input{flex:1;padding:13px 18px;border:none;border-radius:8px;font-size:.9rem}.newsletter-form input:focus{outline:2px solid rgba(255,255,255,.5)}.newsletter-form button{padding:13px 24px;background:var(--accent);color:#fff;border-radius:8px;font-weight:700;font-size:.9rem;white-space:nowrap;transition:background .2s;cursor:pointer;border:0}.newsletter-form button:hover{background:var(--accent-dark)}.form-message{margin-top:12px;color:#fff;font-size:.9rem}.footer{background:var(--bg-dark);padding:64px 0 0}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-desc{font-size:.875rem;color:#ffffff8c;line-height:1.65;margin:16px 0 24px;max-width:320px}.footer-contact a{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#ffffffb3;margin-bottom:10px;transition:color .2s}.footer-contact a:hover{color:#4ade80}.footer-col-title{font-size:.8rem;font-weight:700;color:#ffffffe6;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:.875rem;color:#ffffff8c;transition:color .2s}.footer-links a:hover{color:#4ade80}.footer-bottom{padding:24px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.footer-copy{font-size:.8rem;color:#fff6}.footer-legal{display:flex;gap:20px}.footer-legal a{font-size:.8rem;color:#fff6;transition:color .2s}.footer-legal a:hover{color:#ffffffb3}.footer-trust{display:flex;gap:12px;align-items:center}.trust-badge{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:6px 12px;font-size:.72rem;color:#ffffff80;font-weight:600}.sticky-cta{position:fixed;bottom:24px;right:24px;z-index:500}.sticky-btn{display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:100px;font-weight:700;font-size:.875rem;box-shadow:0 8px 32px #0003;transition:all .3s;cursor:pointer;background:var(--green);color:#fff;border:none}.sticky-btn:hover{transform:translateY(-3px);box-shadow:0 12px 40px #00000040}.product-main{padding:48px 0}.breadcrumbs{font-size:.8rem;color:var(--text-muted);margin:22px 0}.breadcrumbs a{color:var(--green)}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:56px}.product-gallery{display:grid;gap:16px}.product-featured-media{background:#f8f9f7;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.product-featured-media img,.product-featured-media .placeholder-svg{width:100%;height:560px;object-fit:contain;padding:24px}.product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.product-thumb{border:1px solid var(--border);border-radius:10px;background:#fff;padding:6px;cursor:pointer}.product-thumb img{width:100%;height:86px;object-fit:contain}.product-vendor{font-size:.8rem;font-weight:700;color:var(--green);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.product-title{font-size:clamp(2rem,3vw,3rem);font-weight:900;line-height:1.1;margin-bottom:14px}.product-price-large{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin:14px 0 24px}.product-price-large .current{font-size:2rem;font-weight:900}.product-price-large .compare{text-decoration:line-through;color:var(--text-muted);font-size:1.1rem}.product-short{color:var(--text-light);line-height:1.7;margin-bottom:22px}.product-form{display:grid;gap:16px;margin:24px 0}.product-form label{font-weight:700;font-size:.85rem}.product-form select,.product-form input[type=number]{width:100%;padding:12px;border:2px solid var(--border);border-radius:8px;background:#fff}.product-form .btn{width:100%}.shopify-payment-button{margin-top:8px}.product-tabs{margin-top:28px}.product-accordion{border-top:1px solid var(--border)}.product-accordion button{width:100%;padding:18px 0;background:#fff;border:0;border-bottom:1px solid var(--border);font-size:1rem;font-weight:800;text-align:left;display:flex;justify-content:space-between}.product-accordion-content{display:none;padding:16px 0;color:var(--text-light);line-height:1.7}.product-accordion.open .product-accordion-content{display:block}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.product-trust-item{background:var(--green-light);border-radius:10px;padding:12px;font-size:.82rem;font-weight:700;color:var(--green)}.collection-hero,.page-hero,.search-hero{padding:54px 0;background:var(--bg-light);border-bottom:1px solid var(--border)}.collection-hero h1,.page-hero h1,.search-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:900}.collection-description{max-width:760px;color:var(--text-light);line-height:1.7;margin-top:12px}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:32px 0;flex-wrap:wrap}.collection-toolbar select{padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:#fff}.collection-wrap{padding:40px 0 80px}.pagination{display:flex;justify-content:center;gap:10px;margin-top:36px}.pagination a,.pagination span{padding:10px 13px;border:1px solid var(--border);border-radius:8px}.pagination .current{background:var(--green);color:#fff}.cart-page{padding:60px 0}.cart-table{width:100%;border-collapse:collapse;background:#fff}.cart-table th{text-align:left;border-bottom:1px solid var(--border);padding:14px}.cart-table td{border-bottom:1px solid var(--border);padding:16px;vertical-align:middle}.cart-item-info{display:flex;gap:16px;align-items:center}.cart-item-info img{width:90px;height:90px;object-fit:contain;background:var(--bg-light);border-radius:8px}.cart-summary{max-width:420px;margin:32px 0 0 auto;background:var(--bg-light);border-radius:var(--radius);padding:24px}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:16px;font-size:1.2rem;font-weight:800}.empty-state{text-align:center;padding:80px 20px}.main-page{padding:60px 0}.contact-card{max-width:740px;margin:30px auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow)}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-delay-1{transition-delay:.1s}.fade-up-delay-2{transition-delay:.2s}.fade-up-delay-3{transition-delay:.3s}.fade-up-delay-4{transition-delay:.4s}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:1fr 1fr}.process-steps{grid-template-columns:repeat(3,1fr);gap:32px}.process-steps:before{display:none}.top-bar .inner{align-items:flex-start}.top-bar-right,.phone-cta{display:none}.product-layout{grid-template-columns:1fr}}@media(max-width:768px){.top-bar{display:none}.announcement-bar{padding:8px 0}.header-main{flex-wrap:wrap;gap:12px}.logo-text{font-size:1rem}.mobile-menu-toggle{display:flex;align-items:center}.search-bar{order:3;max-width:100%;flex:0 0 100%}.header-action-btn{display:none}.cart-btn{padding:10px 13px}.nav-inner{display:none;flex-direction:column;align-items:stretch}.nav.nav-open .nav-inner{display:flex}.nav-item{width:100%}.nav-link{justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border-top:0;border-radius:0;display:none}.nav-item.open .dropdown{display:block}.dropdown a{background:#fff}.nav-bulk{margin-left:0;justify-content:center}.hero-grid{grid-template-columns:1fr;gap:32px;padding:48px 0}.hero-image-area{display:none}.hero h1{font-size:2rem}.hero-stats{gap:18px;flex-wrap:wrap}.trust-items{flex-wrap:wrap;gap:12px}.trust-item{flex:0 0 calc(50% - 6px);border-right:none!important}.categories-grid{grid-template-columns:1fr 1fr}.cat-card:first-child{grid-column:span 2}.products-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.why-image{display:none}.bulk-inner{grid-template-columns:1fr;padding:32px}.testimonials-grid,.sustainability-inner{grid-template-columns:1fr}.sust-image{display:none}.faq-grid{grid-template-columns:1fr}.finance-inner{flex-direction:column;padding:32px;text-align:left}.newsletter-inner{flex-direction:column;align-items:flex-start}.newsletter-form{max-width:100%;width:100%}.footer-top{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;text-align:center}.process-steps{grid-template-columns:1fr 1fr}.categories-header,.products-header{flex-direction:column;align-items:flex-start;gap:12px}.product-featured-media img,.product-featured-media .placeholder-svg{height:380px}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table td{border-bottom:0}.cart-table tr{border-bottom:1px solid var(--border);padding:12px 0}.product-trust{grid-template-columns:1fr}}@media(max-width:480px){.container{padding:0 16px}.products-grid,.categories-grid{grid-template-columns:1fr}.cat-card:first-child{grid-column:span 1}.hero-ctas{flex-direction:column}.hero-ctas .btn{width:100%;justify-content:center}.sust-stats,.form-row{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.process-steps{grid-template-columns:1fr}.trust-item{flex:0 0 100%}.sticky-cta{right:16px;bottom:16px}.footer-legal{flex-wrap:wrap;justify-content:center}.product-thumbs{grid-template-columns:repeat(4,1fr)}}.product-main .product-layout{display:grid;grid-template-columns:minmax(0,var(--product-gallery-width,50%)) minmax(0,1fr);gap:56px;align-items:start}.product-main .product-gallery{display:grid;gap:14px;align-items:start}.product-main.product-thumbs--left .product-gallery{grid-template-columns:var(--product-thumb-size,96px) minmax(0,1fr);grid-template-areas:"thumbs media"}.product-main.product-thumbs--left .product-featured-media{grid-area:media}.product-main.product-thumbs--left .product-thumbs{grid-area:thumbs;grid-template-columns:1fr;max-height:var(--product-main-max-height,620px);overflow:auto;padding-right:2px}.product-main .product-featured-media{background:#f8f9f7;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:var(--product-main-ratio,1 / 1);max-height:var(--product-main-max-height,620px);display:flex;align-items:center;justify-content:center}.product-main .product-featured-media img,.product-main .product-featured-media .placeholder-svg{width:100%;height:100%;object-fit:var(--product-media-fit,contain);padding:var(--product-media-padding,16px)}.product-main--ratio-natural .product-featured-media{aspect-ratio:auto;max-height:none}.product-main--ratio-natural .product-featured-media img,.product-main--ratio-natural .product-featured-media .placeholder-svg{height:auto;max-height:var(--product-main-max-height,620px)}.product-main .product-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--product-thumb-size,96px),1fr));gap:10px}.product-main .product-thumb{border:1px solid var(--border);border-radius:12px;background:#fff;padding:6px;cursor:pointer;aspect-ratio:var(--product-thumb-ratio,1 / 1);height:auto;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .2s,box-shadow .2s,transform .2s}.product-main .product-thumb:hover,.product-main .product-thumb.active{border-color:var(--green);box-shadow:0 0 0 2px #1a6b3a1f}.product-main .product-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.product-main--sticky-info .product-info{position:sticky;top:140px}.product-main .product-short.rte{font-size:.95rem}.product-main .product-accordion-content.rte p{margin-bottom:1em}.product-main .product-accordion-content.rte ul{list-style:disc;margin-left:1.2em}.product-main .product-form select,.product-main .product-form input[type=number]{min-height:48px}.product-main .product-form .btn{min-height:52px;justify-content:center}.product-main .shopify-payment-button__button{border-radius:8px!important;min-height:52px!important}@media(max-width:1100px){.product-main .product-layout{grid-template-columns:1fr}.product-main--sticky-info .product-info{position:static}.product-main.product-thumbs--left .product-gallery{grid-template-columns:1fr;grid-template-areas:"media" "thumbs"}.product-main.product-thumbs--left .product-thumbs{grid-template-columns:repeat(auto-fit,minmax(74px,1fr));max-height:none;overflow:visible;padding-right:0}}@media(max-width:768px){.product-main{padding:28px 0}.product-main .product-layout{gap:28px}.product-main .product-featured-media{max-height:440px}.product-main .product-title{font-size:2rem}.product-main .product-thumbs{grid-template-columns:repeat(4,1fr)}.product-main .product-thumb{border-radius:10px}.product-main .product-trust{grid-template-columns:1fr 1fr;gap:8px}.product-main .product-trust-item{font-size:.76rem;padding:10px}}@media(max-width:480px){.product-main .product-featured-media{max-height:360px}.product-main .product-thumbs{grid-template-columns:repeat(4,1fr);gap:8px}.product-main .product-trust{grid-template-columns:1fr}.product-main .product-price-large .current{font-size:1.7rem}}.collection-wrap .products-grid,.search-hero+.collection-wrap .products-grid,.products .products-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;align-items:start}.collection-wrap .product-card,.products .product-card{min-height:auto;height:auto;border-radius:14px}.collection-wrap .product-img-wrap,.products .product-img-wrap{height:210px;min-height:210px;max-height:210px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:#f3faf6}.collection-wrap .product-img-wrap img,.collection-wrap .product-img-wrap .placeholder-svg,.products .product-img-wrap img,.products .product-img-wrap .placeholder-svg{width:100%;height:100%;max-width:92%;max-height:92%;object-fit:contain;padding:10px}.collection-wrap .product-body,.products .product-body{padding:14px}.collection-wrap .product-name,.products .product-name{font-size:.86rem;line-height:1.3;min-height:2.4em;margin-bottom:8px}.collection-wrap .product-brand,.products .product-brand{font-size:.68rem;margin-bottom:5px}.collection-wrap .product-rating,.products .product-rating{margin-bottom:8px}.collection-wrap .product-price,.products .product-price{font-size:1.05rem}.collection-wrap .product-price-row,.products .product-price-row{margin-bottom:10px}.collection-wrap .btn-add-cart,.collection-wrap .btn-compare,.products .btn-add-cart,.products .btn-compare{padding:9px 10px;font-size:.78rem}.collection-wrap .product-delivery,.products .product-delivery{font-size:.68rem;margin-top:8px}@media screen and (max-width:1200px){.collection-wrap .products-grid,.search-hero+.collection-wrap .products-grid,.products .products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.collection-wrap .product-img-wrap,.products .product-img-wrap{height:200px;min-height:200px;max-height:200px}}@media screen and (max-width:900px){.collection-wrap .products-grid,.search-hero+.collection-wrap .products-grid,.products .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-wrap .product-img-wrap,.products .product-img-wrap{height:190px;min-height:190px;max-height:190px}}@media screen and (max-width:600px){.collection-wrap .products-grid,.search-hero+.collection-wrap .products-grid,.products .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.collection-wrap .product-img-wrap,.products .product-img-wrap{height:160px;min-height:160px;max-height:160px}.collection-wrap .product-body,.products .product-body{padding:11px}.collection-wrap .product-name,.products .product-name{font-size:.78rem}.collection-wrap .product-price,.products .product-price{font-size:.95rem}.collection-wrap .product-rating,.collection-wrap .product-delivery,.collection-wrap .btn-compare,.products .product-rating,.products .product-delivery,.products .btn-compare{display:none}}.announcement-bar .ticker span:before,.ticker span:before{content:"\2605"!important;color:#f0a500!important;font-size:.75rem!important;font-weight:900!important;margin-right:8px!important;display:inline-block!important;line-height:1!important}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
