:root{--color-brand-green: #2E7D5A;--color-deep-green: #1E4E38;--color-bg: #FBFBF9;--color-surface-tint: #F0F5F2;--color-text: #222222;--color-text-muted: #555555;--color-white: #FFFFFF;--color-walmart: #0071DC;--color-amazon: #131921;--color-border: rgba(30, 78, 56, .12);--font-heading: "Assistant", "Outfit", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Inter", "Assistant", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-pill: 999px;--shadow-soft: 0 2px 10px rgba(30, 78, 56, .06);--shadow-card: 0 4px 18px rgba(30, 78, 56, .08);--container-max: 1240px;--gutter: 24px;--watermark-opacity: .03}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5{font-family:var(--font-heading);color:var(--color-deep-green);margin:0 0 .5em;line-height:1.2;font-weight:700;letter-spacing:-.01em}p{margin:0 0 1em}[hidden]{display:none!important}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:8px;top:-60px;background:var(--color-deep-green);color:#fff;padding:10px 16px;border-radius:var(--radius-sm);z-index:999;transition:top .15s ease}.skip-link:focus{top:8px}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--gutter)}.section-padding{padding:56px 0}@media(min-width:750px){.section-padding{padding:84px 0}}.section-header{text-align:center;max-width:640px;margin:0 auto 40px}.section-header .eyebrow{display:inline-block;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand-green);margin-bottom:10px}.section-header h2{font-size:clamp(26px,3.4vw,38px)}.section-header p{color:var(--color-text-muted);font-size:16px}.watermark-bg{position:relative;isolation:isolate}.watermark-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:var(--watermark-opacity, .03);background-repeat:repeat;background-size:140px 88px;background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='88' viewBox='0 0 140 88'%3E%3Cg fill='none' stroke='%231E4E38' stroke-width='3'%3E%3Cpath d='M28 18c-11 0-20 8-20 18s9 18 20 18c9 0 15-5 20-12'/%3E%3Cpath d='M78 62c11 0 20-8 20-18s-9-18-20-18c-9 0-15 5-20 12'/%3E%3C/g%3E%3C/svg%3E")}.icon{width:18px;height:18px;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-pill);font-weight:600;font-size:15px;border:1.5px solid transparent;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-block{width:100%}.btn-primary{background:var(--color-brand-green);color:#fff}.btn-primary:hover{background:var(--color-deep-green)}.btn-outline{background:transparent;border-color:var(--color-deep-green);color:var(--color-deep-green)}.btn-outline:hover{background:var(--color-deep-green);color:#fff}.btn-ghost{background:var(--color-surface-tint);color:var(--color-deep-green)}.btn-ghost:hover{background:#e3ece7}.btn-amazon{background:#f90;border-color:#f90;color:#111}.btn-amazon:hover{background:#e88a00;border-color:#e88a00}.btn-walmart{background:var(--color-walmart);color:#fff;border-color:var(--color-walmart)}.btn-walmart:hover{background:#005bb0;border-color:#005bb0}.btn-sm{padding:9px 18px;font-size:13px}.badge{display:inline-flex;align-items:center;gap:6px;background:var(--color-surface-tint);color:var(--color-deep-green);font-size:12.5px;font-weight:600;padding:5px 12px;border-radius:var(--radius-pill)}.badge .icon{width:14px;height:14px}.announcement-bar{background:var(--color-deep-green);color:#fff}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:10px;padding:9px var(--gutter);font-size:13px;font-weight:500;letter-spacing:.01em;text-align:center;flex-wrap:wrap}.announcement-bar .icon{width:15px;height:15px;color:#fff}.site-header{background:var(--color-bg);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:60}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px var(--gutter)}.site-header__logo img{height:auto}.site-header__logo-text{font-family:var(--font-heading);font-weight:800;font-size:22px;color:var(--color-deep-green);letter-spacing:-.01em}.site-nav{display:none}@media(min-width:990px){.site-nav{display:flex;gap:34px}.site-nav a{font-weight:600;font-size:14.5px;color:var(--color-text);position:relative;padding:6px 0}.site-nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--color-brand-green);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.site-nav a:hover:after,.site-nav a[aria-current=page]:after{transform:scaleX(1)}}.site-header__icons{display:flex;align-items:center;gap:6px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:transparent;border:none;color:var(--color-deep-green);position:relative;transition:background-color .15s ease}.icon-btn:hover{background:var(--color-surface-tint)}.icon-btn .icon{width:21px;height:21px}.cart-count{position:absolute;top:2px;right:2px;background:var(--color-brand-green);color:#fff;font-size:10.5px;font-weight:700;min-width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px}.nav-toggle{display:inline-flex}@media(min-width:990px){.nav-toggle{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;visibility:hidden;pointer-events:none}.mobile-nav.is-open{visibility:visible;pointer-events:auto}.mobile-nav__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#141e1959;opacity:0;transition:opacity .2s ease}.mobile-nav.is-open .mobile-nav__backdrop{opacity:1}.mobile-nav__panel{position:absolute;top:0;left:0;bottom:0;width:82%;max-width:340px;background:var(--color-bg);padding:20px 24px;transform:translate(-100%);transition:transform .25s ease;display:flex;flex-direction:column;gap:4px}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__panel a{display:block;padding:13px 4px;font-weight:600;font-size:17px;border-bottom:1px solid var(--color-border)}.mobile-nav__close{align-self:flex-end;margin-bottom:8px}.hero{position:relative;background:linear-gradient(160deg,var(--color-surface-tint) 0%,var(--color-bg) 60%);overflow:hidden}.hero__grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center;padding:56px var(--gutter) 48px;max-width:var(--container-max);margin:0 auto}@media(min-width:860px){.hero__grid{grid-template-columns:1.05fr .95fr;padding:88px var(--gutter) 96px;gap:56px}}.hero__eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--color-brand-green);font-weight:700;font-size:13px;letter-spacing:.07em;text-transform:uppercase;margin-bottom:18px}.hero h1{font-size:clamp(32px,5vw,54px);margin-bottom:20px}.hero p.hero__subtext{font-size:17.5px;color:var(--color-text-muted);max-width:480px;margin-bottom:30px}.hero__actions{display:flex;gap:14px;flex-wrap:wrap}.hero__visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-white);box-shadow:var(--shadow-card);aspect-ratio:4 / 3.3}.hero__visual img{width:100%;height:100%;object-fit:cover}.hero__visual-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,var(--color-surface-tint),var(--color-bg));color:var(--color-brand-green)}.hero__visual-placeholder .icon{width:120px;height:76px;opacity:.5}.hero__eyebrow-icon{width:26px;height:16px}.icon--404{width:64px;height:40px;color:var(--color-brand-green);margin-bottom:20px}.brand-story__text{max-width:680px;margin:0 auto 28px;text-align:center;color:var(--color-text-muted);font-size:16.5px;line-height:1.75}.brand-story__text p{margin-bottom:1em}.brand-story__text p:last-child{margin-bottom:0}.product-grid{display:grid;grid-template-columns:1fr;gap:28px}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:#fff;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--color-border);transition:box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-card);transform:translateY(-3px)}.product-card__media{position:relative;aspect-ratio:1 / 1;background:var(--color-surface-tint);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.06)}.product-card__media img.is-alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease}.product-card:hover .product-card__media img.is-alt{opacity:1}.product-card__pack-tag{position:absolute;top:12px;left:12px;background:#fbfbf9eb;color:var(--color-deep-green);font-size:11.5px;font-weight:700;padding:5px 10px;border-radius:var(--radius-pill);letter-spacing:.02em}.product-card__quick-add{position:absolute;right:10px;bottom:10px;width:40px;height:40px;border-radius:50%;background:var(--color-brand-green);color:#fff;border:none;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease,background-color .15s ease}.product-card__quick-add .icon{width:18px;height:18px}.product-card:hover .product-card__quick-add,.product-card__quick-add:focus-visible{opacity:1;transform:translateY(0)}.product-card__quick-add:hover{background:var(--color-deep-green)}.product-card__quick-add[disabled]{opacity:.55;cursor:not-allowed}.product-card__body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card__rating{display:flex;align-items:center;gap:3px;color:#e3b341}.product-card__rating .icon{width:13px;height:13px}.product-card__rating span{color:var(--color-text-muted);font-size:12.5px;margin-left:4px}.product-card__title{font-family:var(--font-heading);font-weight:700;font-size:16.5px;color:var(--color-text);margin:0}.product-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.product-card{position:relative}.product-card__price-row{display:flex;align-items:baseline;gap:8px;margin-top:auto}.price{font-weight:700;color:var(--color-deep-green);font-size:17px}.price--compare{font-weight:500;color:var(--color-text-muted);text-decoration:line-through;font-size:14px}.price--sale{color:#b4472f}.guarantee-strip{background:var(--color-surface-tint)}.guarantee-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}@media(min-width:720px){.guarantee-grid{grid-template-columns:repeat(4,1fr)}}.guarantee-item{text-align:center;padding:8px}.guarantee-item__icon{width:56px;height:56px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:var(--color-brand-green);box-shadow:var(--shadow-soft)}.guarantee-item__icon .icon{width:26px;height:26px}.guarantee-item h3{font-size:15.5px;margin-bottom:4px}.guarantee-item p{font-size:13.5px;color:var(--color-text-muted);margin:0}.site-footer{background:var(--color-deep-green);color:#ffffffd1;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:750px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:32px}}.footer-brand .icon{color:#fff;width:34px;height:22px}.footer-brand__name{color:#fff;font-family:var(--font-heading);font-weight:800;font-size:19px;margin:10px 0}.footer-brand p{font-size:13.5px;line-height:1.6;max-width:280px}.footer-social{display:flex;gap:10px;margin-top:16px}.footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center}.footer-social .icon{width:15px;height:15px;color:#fff}.footer-heading{color:#fff;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}.footer-links li{margin-bottom:10px}.footer-links a{font-size:14px}.footer-links a:hover{color:#fff}.footer-newsletter p{font-size:13.5px}.newsletter-form{display:flex;gap:8px;margin-top:12px}.newsletter-form input[type=email]{flex:1;padding:12px 14px;border-radius:var(--radius-pill);border:1px solid rgba(255,255,255,.28);background:#ffffff14;color:#fff;font-size:14px}.newsletter-form input::placeholder{color:#ffffff8c}.newsletter-form button{background:var(--color-brand-green);color:#fff;border:none;border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:48px;padding-top:22px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;font-size:12.5px}.footer-bottom__badge{display:flex;align-items:center;gap:6px}.footer-bottom__badge .icon{width:14px;height:14px;color:#e5424b}.product-page{padding:44px 0 88px}.product-page__grid{display:grid;grid-template-columns:1fr;gap:44px}@media(min-width:940px){.product-page__grid{grid-template-columns:1.05fr .95fr;gap:60px}}.product-gallery__main{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface-tint);aspect-ratio:1/1;margin-bottom:14px}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product-gallery__thumb{width:74px;height:74px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;background:var(--color-surface-tint);padding:0}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active{border-color:var(--color-brand-green)}.product-info__vendor{color:var(--color-brand-green);font-weight:700;font-size:12.5px;letter-spacing:.07em;text-transform:uppercase;margin-bottom:8px}.product-info h1{font-size:clamp(24px,3vw,32px);margin-bottom:10px}.product-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#e3b341}.product-info__rating .icon{width:15px;height:15px}.product-info__rating span{color:var(--color-text-muted);font-size:13.5px}.product-info__price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}.product-info__price-row .price{font-size:26px}.product-info__sku{color:var(--color-text-muted);font-size:12.5px;margin-bottom:20px}.product-info__pack-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.buy-box{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:20px;background:#fff;margin-bottom:26px}.qty-selector{display:inline-flex;align-items:center;border:1.5px solid var(--color-border);border-radius:var(--radius-pill);overflow:hidden;margin-bottom:14px}.qty-selector button{width:40px;height:42px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;color:var(--color-deep-green)}.qty-selector button:hover{background:var(--color-surface-tint)}.qty-selector input{width:46px;text-align:center;border:none;background:transparent;font-weight:700;font-size:15px;-moz-appearance:textfield}.qty-selector input::-webkit-outer-spin-button,.qty-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.buy-box__primary-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px}.buy-box__primary-row .btn{flex:1;min-width:160px}.buy-box__external{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px}.buy-box__external .btn{flex:1;min-width:140px}.buy-box__divider{display:flex;align-items:center;gap:12px;color:var(--color-text-muted);font-size:12px;letter-spacing:.04em;text-transform:uppercase;margin:16px 0}.buy-box__divider:before,.buy-box__divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.trust-mini{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:8px}.trust-mini__item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-muted)}.trust-mini__item .icon{width:17px;height:17px;color:var(--color-brand-green)}.accordion{border-top:1px solid var(--color-border);margin-top:28px}.accordion-item{border-bottom:1px solid var(--color-border)}.accordion-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:18px 2px;font-family:var(--font-heading);font-weight:700;font-size:15.5px;color:var(--color-text);text-align:left}.accordion-item__trigger .icon{width:18px;height:18px;color:var(--color-brand-green);transition:transform .2s ease;flex-shrink:0}.accordion-item.is-open .accordion-item__trigger .icon{transform:rotate(45deg)}.accordion-item__panel{max-height:0;overflow:hidden;transition:max-height .25s ease}.accordion-item__panel-inner{padding:0 2px 20px;color:var(--color-text-muted);font-size:14.5px;line-height:1.7}.accordion-item__panel-inner ul{list-style:disc;padding-left:20px}.accordion-item__panel-inner li{margin-bottom:6px}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;pointer-events:none}.cart-drawer.is-open{visibility:visible;pointer-events:auto}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#141e1959;opacity:0;transition:opacity .2s ease}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:92%;max-width:420px;background:var(--color-bg);display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--color-border)}.cart-drawer__header h2{margin:0;font-size:18px}.cart-drawer__items{flex:1;overflow-y:auto;padding:8px 22px}.cart-line{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--color-border)}.cart-line__image{width:74px;height:74px;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-surface-tint);flex-shrink:0}.cart-line__image img{width:100%;height:100%;object-fit:cover}.cart-line__title{font-weight:700;font-size:14.5px;margin-bottom:4px}.cart-line__meta{font-size:12.5px;color:var(--color-text-muted);margin-bottom:8px}.cart-line__row{display:flex;align-items:center;justify-content:space-between}.cart-line__remove{font-size:12.5px;color:var(--color-text-muted);text-decoration:underline;background:none;border:none;padding:0}.cart-drawer__empty{padding:60px 0;text-align:center;color:var(--color-text-muted)}.cart-drawer__footer{padding:20px 22px 26px;border-top:1px solid var(--color-border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:16px;margin-bottom:14px}.page-content{max-width:760px;margin:0 auto;padding:56px var(--gutter) 90px}.page-content h1{font-size:clamp(28px,4vw,40px);margin-bottom:22px}.page-content .rte p{margin-bottom:1.1em;color:var(--color-text-muted)}.page-content .rte h2{font-size:22px;margin-top:1.6em}.faq-list{max-width:760px;margin:0 auto;padding:0 var(--gutter) 90px}.contact-form{max-width:560px;margin:0 auto;padding:0 var(--gutter) 90px}.field{margin-bottom:18px}.field label{display:block;font-weight:600;font-size:13.5px;margin-bottom:6px}.field input,.field textarea{width:100%;padding:13px 15px;border-radius:var(--radius-sm);border:1.5px solid var(--color-border);background:#fff}.field input:focus,.field textarea:focus{outline:none;border-color:var(--color-brand-green)}.empty-state{text-align:center;padding:100px var(--gutter)}.empty-state h1{font-size:30px}.collection-header{text-align:center;padding:48px var(--gutter) 8px;max-width:720px;margin:0 auto}.mt-0{margin-top:0}.text-center{text-align:center}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
