:root{
  --green:var(--z-green,#1f5c4a);--green-dark:var(--z-dark,#123d32);--green-light:var(--z-light,#eaf4ee);
  --ink:var(--z-text,#0e2028);--muted:var(--z-muted,#657078);--line:#e2e6e4;--white:#fff;--container:1120px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--ink);background:#fff;font-size:14px;line-height:1.45}body.no-scroll{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.page-width{width:min(100% - 32px,var(--container));margin-inline:auto}.rte img{height:auto}
.announcement-bar{height:38px;background:var(--green);color:#fff;font-size:11px}.announcement-inner{width:min(100% - 32px,var(--container));height:100%;margin:auto;display:flex;align-items:center;justify-content:center;gap:28px}.announcement-divider{height:15px;width:1px;background:#fff9}
.site-header{height:70px;background:#fff;border-bottom:1px solid #edf0ef;position:sticky;top:0;z-index:100}.nav-container{height:100%;display:flex;align-items:center;gap:34px}.logo{font-size:23px;letter-spacing:5px;font-weight:700;white-space:nowrap}.logo-image{width:auto;max-width:160px;max-height:42px;object-fit:contain}.desktop-nav{display:flex;gap:26px;margin-right:auto;font-size:12px;font-weight:600}.desktop-nav a:hover,.footer-column a:hover{color:var(--green)}.nav-actions{display:flex;align-items:center;gap:12px}.search-box{width:175px;height:34px;border:1px solid #e4e8e6;border-radius:20px;display:flex;align-items:center;padding-left:13px}.search-box input{width:100%;border:0;outline:0;font-size:10px;background:transparent}.search-box button,.icon-button,.mobile-menu-button{border:0;background:transparent}.search-box button{width:35px;height:32px;font-size:20px}.icon-button,.mobile-menu-button{padding:4px;font-size:18px}.cart-button{position:relative}.cart-count{position:absolute;top:-5px;right:-7px;min-width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:9px;font-weight:700}.mobile-menu-button,.mobile-nav{display:none}
.hero{min-height:340px;display:grid;grid-template-columns:50% 50%;background:#f7faf8}.hero-copy{padding:45px 34px}.hero-copy-inner{width:min(100%,520px);margin-left:auto}.eyebrow{color:var(--green);font-size:11px;letter-spacing:1.1px;font-weight:700;margin:0 0 7px}.hero h1{font-size:clamp(36px,4vw,50px);line-height:.98;letter-spacing:-2px;margin:0 0 14px}.hero-description{color:#4d5b61;font-size:13px;margin:0 0 17px;white-space:pre-line}.primary-button{width:fit-content;min-height:36px;padding:9px 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:6px;background:var(--green);color:#fff;font-size:11px;font-weight:700;cursor:pointer}.primary-button:hover{background:var(--green-dark)}.trust-row{display:flex;gap:22px;margin-top:27px}.trust-item{display:flex;align-items:center;gap:7px}.trust-icon{font-size:21px}.trust-item strong,.trust-item small{display:block}.trust-item strong{font-size:9px}.trust-item small{color:#657078;font-size:8px;margin-top:2px}.hero-image{min-height:340px;overflow:hidden}.hero-image img,.hero-image svg{height:100%;width:100%;object-fit:cover}
.section{padding-top:0;padding-bottom:20px}.section-heading{min-height:70px;display:flex;align-items:center;justify-content:space-between}.section-heading h1,.section-heading h2{margin:0;font-size:20px;letter-spacing:-.4px}.section-heading p{margin:3px 0 0;color:var(--muted);font-size:11px}.section-heading>a{color:var(--green-dark);font-size:10px;font-weight:600}
.category-section{padding-bottom:15px}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:17px}.category{text-align:center;font-size:9px;font-weight:600}.category-image{width:78px;height:78px;margin:auto auto 7px;border-radius:50%;overflow:hidden;background:#edf1ef}.category-image img,.category-image svg{height:100%;width:100%;object-fit:cover}
.products-section{padding-bottom:20px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-image-wrap{height:135px;background:#f0f1f0;position:relative;border-radius:4px;overflow:hidden;display:block}.product-image-wrap img,.product-image-wrap svg{height:100%;width:100%;object-fit:cover}.badge{position:absolute;left:7px;top:7px;z-index:2;border-radius:10px;padding:4px 7px;background:#dceee6;color:var(--green);font-size:8px;line-height:1;font-weight:700}.product-info h3{font-size:11px;margin:8px 0 3px}.rating{display:flex;align-items:center;gap:4px;font-size:9px}.rating span,.review-stars{color:#efad19}.rating small{color:#7c858a;font-size:8px}.price-row{display:flex;align-items:baseline;gap:7px;margin:7px 0 9px}.price-row strong{font-size:13px}.price-row del{color:#8d9395;font-size:9px}.quick-add{width:100%;height:25px;border:0;border-radius:3px;color:#fff;background:var(--green);font-size:9px;font-weight:600;cursor:pointer}.quick-add:disabled{opacity:.6;cursor:not-allowed}.setup-message{border:1px dashed var(--line);padding:25px;border-radius:8px;text-align:center;color:var(--muted)}
.why-section{background:var(--green-light);padding:7px max(30px,calc((100vw - var(--container))/2)) 20px}.centered-heading{min-height:60px;justify-content:center;text-align:center}.centered-heading h2{font-size:19px}.centered-heading p{font-size:10px}.why-grid{max-width:var(--container);margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}.why-item{text-align:center;min-height:105px;padding:4px 35px;border-right:1px solid #cddbd4}.why-item:last-child{border-right:0}.feature-icon{font-size:25px;margin-bottom:8px}.why-item h3{font-size:11px;margin:0 0 3px}.why-item p{color:#63706b;font-size:9px;margin:0}
.reviews-section{padding-bottom:15px}.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.review-card{min-height:125px;border:1px solid #e1e5e3;border-radius:4px;padding:11px 12px}.reviewer{display:flex;align-items:center;gap:8px}.avatar{width:30px;height:30px;border-radius:50%;background:#dceee6;display:grid;place-items:center;color:var(--green);font-weight:700;font-size:12px;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.reviewer strong,.reviewer small{display:block}.reviewer strong{font-size:9px}.reviewer small{color:var(--green);font-size:7px}.review-card p{margin:5px 0 0;color:#556269;font-size:9px;line-height:1.55}
.newsletter{position:relative;min-height:105px;display:grid;place-items:center;overflow:hidden;background:var(--green-dark) center/cover;color:#fff;text-align:center}.newsletter-overlay{position:absolute;inset:0;background:#04261cbf}.newsletter-content{position:relative;z-index:1;width:min(100% - 30px,560px);padding:14px 0}.newsletter h2{margin:0;font-size:19px}.newsletter p{margin:2px 0 8px;font-size:9px;color:#e5ece9}.newsletter-form{display:flex;gap:5px}.newsletter-form input{flex:1;height:25px;border:0;border-radius:4px;padding:0 10px;font-size:9px}.newsletter-form button{width:82px;border:0;border-radius:4px;background:#fff;color:var(--green);font-size:9px;font-weight:700}.form-message{min-height:12px}
.footer{background:var(--brand-dark,#101b21);color:#fff;padding:20px max(30px,calc((100vw - var(--container))/2)) 8px}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:45px;padding-bottom:19px}.footer-brand p{color:#aab5b8;font-size:9px;margin:7px 0 13px}.footer-logo img{filter:none}.socials{display:flex;gap:11px}.socials a{width:19px;height:19px;border:1px solid #657076;border-radius:50%;display:grid;place-items:center;font-size:9px}.footer-column h3{margin:0 0 8px;font-size:10px}.footer-column a{display:block;color:#aab5b8;font-size:9px;margin:4px 0}.footer-bottom{border-top:1px solid #29353b;padding-top:8px;color:#849096;font-size:7px}
.drawer-backdrop{position:fixed;inset:0;background:#0006;opacity:0;visibility:hidden;transition:.25s;z-index:150}.drawer-backdrop.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;right:0;top:0;width:min(380px,92vw);height:100vh;background:#fff;z-index:151;transform:translateX(100%);transition:.25s;box-shadow:-12px 0 35px #0002;display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.cart-drawer-header{height:65px;border-bottom:1px solid var(--line);padding:0 18px;display:flex;align-items:center;justify-content:space-between}.cart-drawer-header h2{font-size:18px}.cart-drawer-header button{border:0;background:transparent;font-size:28px;cursor:pointer}.cart-items{flex:1;padding:18px;overflow:auto}.empty-cart{text-align:center;color:var(--muted);margin-top:50px}.cart-item{display:flex;gap:10px;border-bottom:1px solid var(--line);padding:12px 0}.cart-item-image{width:58px;height:58px;flex:0 0 58px;background:#f3f4f3;border-radius:4px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-copy{display:flex;flex-direction:column;gap:4px}.cart-item-copy strong{font-size:10px}.cart-item-copy small{color:var(--muted);font-size:9px}.cart-drawer-footer{border-top:1px solid var(--line);padding:18px}.cart-total-line{display:flex;justify-content:space-between;margin-bottom:12px;font-size:12px}.full-width{width:100%;margin-bottom:8px}
.product-page{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;padding-top:40px;padding-bottom:60px}.product-media{display:grid;gap:12px}.product-media-item{background:#f5f6f5;border-radius:6px;overflow:hidden}.product-media-item img{width:100%;height:auto}.product-details{padding-top:20px}.product-details h1{font-size:36px;line-height:1.05;letter-spacing:-1px}.product-price{display:flex;gap:10px;align-items:baseline;margin:15px 0}.product-price strong{font-size:20px}.product-price del{color:var(--muted)}.product-description{color:#56636a;margin-bottom:25px}.product-form{display:grid;gap:10px}.product-options select,.quantity-input{height:40px;border:1px solid var(--line);border-radius:4px;padding:0 10px}.product-submit{width:100%;margin-top:8px}
.collection-page,.cart-page,.standard-page,.search-page{padding-top:30px;padding-bottom:50px}.collection-header{padding-bottom:25px}.collection-header h1,.standard-page h1{font-size:34px;letter-spacing:-1px}.pagination{text-align:center;padding:25px}.cart-table{display:grid;gap:12px}.cart-row{display:grid;grid-template-columns:110px 1fr;gap:18px;border-bottom:1px solid var(--line);padding:12px 0}.cart-page-image{background:#f5f6f5}.cart-row input{width:70px;height:35px;border:1px solid var(--line);border-radius:4px;padding-left:8px}.cart-summary{margin:25px 0 0 auto;max-width:350px;display:grid;gap:10px}.cart-summary>div{display:flex;justify-content:space-between}.cart-summary p{font-size:11px;color:var(--muted)}.search-page-form{display:flex;gap:8px;margin-bottom:25px}.search-page-form input{flex:1;border:1px solid var(--line);border-radius:5px;padding:0 12px}.not-found{text-align:center;padding-top:80px;padding-bottom:100px}.not-found p{color:var(--muted)}
@media(max-width:900px){.desktop-nav,.search-box,.nav-actions>.icon-button:first-of-type{display:none}.nav-container{gap:12px}.logo{margin-right:auto}.mobile-menu-button{display:block}.mobile-nav{display:none;background:#fff;border-bottom:1px solid var(--line);padding:8px 0 15px}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:11px 0;border-bottom:1px solid #f0f2f1;font-size:13px;font-weight:600}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 30px}.hero-copy-inner{margin:0}.hero-image{min-height:300px;order:-1}.category-grid{grid-template-columns:repeat(4,1fr);row-gap:20px}.product-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}.why-item:nth-child(2){border-right:0}.why-item:nth-child(-n+2){border-bottom:1px solid #cddbd4}.footer-main{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr;gap:20px}.product-details{padding-top:0}}
@media(max-width:560px){.announcement-inner{gap:9px;font-size:8px}.page-width{width:min(100% - 28px,var(--container))}.hero-copy{padding:35px 20px}.hero h1{font-size:39px}.hero-image{min-height:235px}.trust-row{flex-direction:column;gap:10px}.category-grid{gap:14px 6px}.category-image{width:62px;height:62px}.category{font-size:8px}.product-grid,.reviews-grid{gap:12px}.product-image-wrap{height:125px}.why-item{padding:8px 12px}.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{width:100%;height:34px}.footer-main{grid-template-columns:1fr 1fr;gap:25px 20px}.footer-brand{grid-column:1/-1}.product-details h1{font-size:30px}.cart-row{grid-template-columns:80px 1fr}}
