@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700;800&display=swap";:root{--green:#2db57f;--green-d:#1a9465;--green-l:#edfbf5;--dark:#243846;--text:#555;--muted:#888;--red:#fb3737;--yellow:#fdc040;--white:#fff;--bg:#f7f7f7;--border:#e8e8e8;--r:8px;--shadow:0 4px 20px #00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:#fff;font-family:Quicksand,sans-serif;font-size:15px}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn-primary{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:30px;padding:12px 28px;font:700 15px Quicksand,sans-serif;transition:all .2s;display:inline-block}.btn-outline{color:var(--green);border:2px solid var(--green);cursor:pointer;background:0 0;border-radius:30px;padding:10px 26px;font:700 15px Quicksand,sans-serif;transition:all .2s;display:inline-block}.btn-outline:hover{background:var(--green);color:#fff}.btn-sm{padding:8px 18px;font-size:13px}.btn-full{text-align:center;width:100%;margin-bottom:8px;display:block}.top-bar{background:var(--dark);color:#fffc;justify-content:center;align-items:center;gap:40px;padding:8px 20px;font-size:13px;display:flex}.top-bar a{color:#fff;font-weight:600}.header{border-bottom:1px solid var(--border);z-index:100;background:#fff;position:sticky;top:0}.header__inner{align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:16px 20px;display:flex}.logo{color:var(--dark);align-items:center;gap:8px;font-size:26px;font-weight:800;display:flex}.search-wrap{border:2px solid var(--border);border-radius:30px;flex:1;max-width:440px;display:flex;overflow:hidden}.search-wrap input{color:var(--dark);border:none;outline:none;flex:1;padding:10px 18px;font:600 14px Quicksand,sans-serif}.search-wrap button{background:var(--green);color:#fff;cursor:pointer;border:none;padding:0 20px;font-size:16px}.header__right{align-items:center;gap:16px;margin-left:auto;display:flex}.header__phone{text-align:right}.header__phone span{color:var(--muted);font-size:11px;display:block}.cart-btn{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:30px;align-items:center;gap:8px;padding:10px 20px;font:700 14px Quicksand,sans-serif;display:flex;position:relative}.cart-badge{background:var(--red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-5px;right:-5px}.main-nav{background:var(--dark)}.main-nav__inner{align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.main-nav a{color:#fffc;border-bottom:3px solid #0000;padding:13px 16px;font:600 14px Quicksand,sans-serif;transition:all .2s;display:block}.main-nav a:hover,.main-nav a.active{color:#fff;border-bottom-color:var(--green)}.hero__inner{grid-template-columns:1fr 420px;align-items:center;gap:40px;max-width:1200px;margin:0 auto;display:grid}.hero__tag{background:var(--green);color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:30px;margin-bottom:18px;padding:5px 18px;font-size:12px;font-weight:700;display:inline-block}.hero__title{color:var(--dark);margin-bottom:16px;font-size:46px;font-weight:800;line-height:1.15}.hero__title em{color:var(--green);font-style:normal}.hero__text{color:var(--muted);max-width:460px;margin-bottom:32px;font-size:15px;line-height:1.8}.hero__cta{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hero__aside{flex-direction:column;gap:16px;display:flex}.hero__card{color:#fff;border-radius:16px;padding:28px;position:relative;overflow:hidden}.hero__card--a{background:linear-gradient(135deg,#2db57f,#0e8a5e)}.hero__card--b{background:linear-gradient(135deg,#f97316,#c2440c)}.hero__card-tag{text-transform:uppercase;opacity:.85;margin-bottom:8px;font-size:11px;font-weight:700}.hero__card h3{margin-bottom:14px;font-size:20px;font-weight:800;line-height:1.3}.hero__card-bg{opacity:.2;font-size:80px;line-height:1;position:absolute;bottom:-10px;right:-10px}.features{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;padding:0}.features__grid{grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto;display:grid}.feature-item{border-right:1px solid var(--border);align-items:center;gap:14px;padding:20px 24px;display:flex}.feature-item:last-child{border-right:none}.feature-item__icon{flex-shrink:0;font-size:30px}.feature-item strong{color:var(--dark);font-size:14px;font-weight:700;display:block}.feature-item span{color:var(--muted);font-size:12px}.sec-tag{background:var(--green-l);color:var(--green-d);text-transform:uppercase;letter-spacing:.08em;border-radius:30px;margin-bottom:10px;padding:4px 14px;font-size:11px;font-weight:700;display:inline-block}.sec-title{color:var(--dark);font-size:30px;font-weight:800}.sec-title span{color:var(--green)}.cats-grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.cat-card{background:var(--bg);border-radius:var(--r);text-align:center;cursor:pointer;border:2px solid #0000;padding:20px 10px;transition:all .2s}.cat-card:hover,.cat-card.active{border-color:var(--green);background:var(--green-l)}.cat-card__icon{margin-bottom:10px;font-size:36px}.cat-card__name{color:var(--dark);font-size:13px;font-weight:700}.cat-card__count{color:var(--muted);margin-top:2px;font-size:11px}.section-products{padding:50px 0}.products-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:30px;display:flex}.cat-pills{flex-wrap:wrap;gap:8px;display:flex}.cat-pill{background:var(--bg);border:2px solid var(--border);cursor:pointer;border-radius:30px;padding:7px 16px;font:600 13px Quicksand,sans-serif;transition:all .2s}.cat-pill:hover,.cat-pill.active{background:var(--green);color:#fff;border-color:var(--green)}.product-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.product-card{border-radius:var(--r);border:1px solid var(--border);background:#fff;transition:all .2s;overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #2db57f26}.product-card__img{background:var(--bg);justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.product-card__img img{object-fit:cover;width:100%;height:100%;transition:all .3s}.product-card:hover .product-card__img img{transform:scale(1.06)}.product-card__emoji{font-size:72px}.product-card__label{background:var(--red);color:#fff;text-transform:uppercase;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:800;position:absolute;top:10px;left:10px}.product-card__label--new{background:var(--green)}.product-card__actions{background:linear-gradient(#0000,#00000080);gap:8px;padding:10px;transition:all .3s;display:flex;position:absolute;bottom:-50px;left:0;right:0}.product-card:hover .product-card__actions{bottom:0}.quick-btn{cursor:pointer;color:var(--dark);background:#fff;border:none;border-radius:6px;flex:1;padding:7px;font:700 12px Quicksand,sans-serif;transition:all .2s}.quick-btn:hover{background:var(--green);color:#fff}.product-card__cat{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:11px;font-weight:600}.product-card__name{color:var(--dark);white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:15px;font-weight:700;overflow:hidden}.product-card__stars{color:var(--yellow);margin-bottom:8px;font-size:12px}.product-card__desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:12px;line-height:1.6;display:-webkit-box;overflow:hidden}.product-card__footer{justify-content:space-between;align-items:center;display:flex}.product-card__price{color:var(--green);font-size:20px;font-weight:800}.product-card__price-old{color:var(--muted);margin-left:6px;font-size:12px;text-decoration:line-through}.add-cart-btn{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:30px;padding:8px 16px;font:700 13px Quicksand,sans-serif;transition:all .2s}.add-cart-btn:hover{background:var(--green-d)}.loading-state,.empty-state{text-align:center;color:var(--muted);padding:60px}.spinner{border:4px solid var(--border);border-top-color:var(--green);border-radius:50%;width:44px;height:44px;margin:0 auto 16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.promo-section{background:var(--bg);padding:50px 0}.promo-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.promo-card{color:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;min-height:200px;padding:40px;display:flex;position:relative;overflow:hidden}.promo-card--a{background:linear-gradient(135deg,#2db57f,#0c7a55)}.promo-card--b{background:linear-gradient(135deg,#2b3a8a,#1a2560)}.promo-card__tag{text-transform:uppercase;opacity:.8;margin-bottom:10px;font-size:11px;font-weight:700}.promo-card h3{margin-bottom:20px;font-size:26px;font-weight:800;line-height:1.3}.promo-card__bg{opacity:.15;font-size:120px;position:absolute;bottom:-20px;right:-20px}.section-how{background:#fff;padding:60px 0}.how-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.how-card{text-align:center;background:var(--bg);border-radius:var(--r);padding:36px 20px}.how-card__num{background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 16px;font-size:16px;font-weight:800;display:flex}.how-card__icon{margin-bottom:14px;font-size:40px}.how-card h3{color:var(--dark);margin-bottom:8px;font-size:15px;font-weight:800}.how-card p{color:var(--muted);font-size:13px;line-height:1.7}.contacts-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.contact-card{border-radius:var(--r);text-align:center;box-shadow:var(--shadow);background:#fff;padding:30px}.contact-card__icon{margin-bottom:12px;font-size:36px}.contact-card h4{color:var(--dark);margin-bottom:6px;font-size:16px;font-weight:800}.contact-card p{color:var(--muted);font-size:14px;line-height:1.7}.footer{background:var(--dark);color:#ffffffb3;padding:60px 0 0}.footer__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;padding-bottom:40px;display:grid}.footer__brand .logo{color:#fff;margin-bottom:14px}.footer__brand p{font-size:13px;line-height:1.8}.footer__social{gap:10px;margin-top:16px;display:flex}.footer__social a{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.footer__social a:hover{background:var(--green)}.footer__col h4{color:#fff;margin-bottom:16px;font-size:15px;font-weight:700}.footer__col li{margin-bottom:10px}.footer__col a{font-size:13px;transition:all .2s}.footer__col a:hover{color:var(--green)}.footer__newsletter p{margin-bottom:14px;font-size:13px}.newsletter-form{background:#ffffff1a;border-radius:30px;display:flex;overflow:hidden}.newsletter-form input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:11px 16px;font:600 13px Quicksand,sans-serif}.newsletter-form input::placeholder{color:#fff6}.newsletter-form button{background:var(--green);color:#fff;cursor:pointer;border:none;padding:0 18px;font-size:16px}.footer__bottom{justify-content:space-between;align-items:center;padding:20px 0;font-size:13px;display:flex}.footer__payments{letter-spacing:4px;font-size:22px}.cart-overlay{z-index:300;background:#00000080;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-sidebar{background:#fff;flex-direction:column;width:min(420px,100vw);height:100%;animation:.3s slideIn;display:flex}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px;display:flex}.cart-header h2{color:var(--dark);font-size:18px;font-weight:800}.cart-close{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;display:flex}.cart-close:hover{background:var(--bg)}.cart-empty{color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.cart-empty span{font-size:48px}.cart-items{flex:1;padding:16px;overflow-y:auto}.cart-item{background:var(--bg);border-radius:var(--r);align-items:center;gap:12px;margin-bottom:10px;padding:12px;display:flex}.cart-item__thumb{background:#e8f5ee;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex;overflow:hidden}.cart-item__thumb img{object-fit:cover;width:100%;height:100%}.cart-item__info{flex:1;min-width:0}.cart-item__name{color:var(--dark);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.cart-item__price{color:var(--green);font-size:14px;font-weight:700}.qty-ctrl{align-items:center;gap:8px;display:flex}.qty-ctrl button{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;display:flex}.qty-ctrl span{text-align:center;min-width:20px;font-size:15px;font-weight:700}.cart-item__del{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px}.cart-footer{border-top:1px solid var(--border);padding:16px 20px}.cart-total{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.cart-total span{color:var(--muted);font-size:16px}.cart-total strong{color:var(--green);font-size:24px;font-weight:800}.checkout-form{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.checkout-form h3{color:var(--dark);font-size:16px;font-weight:800}.delivery-tabs{grid-template-columns:1fr 1fr;gap:8px;display:grid}.del-tab{border:2px solid var(--border);background:var(--bg);border-radius:var(--r);text-align:center;cursor:pointer;padding:10px;font:700 13px Quicksand,sans-serif;transition:all .2s}.del-tab.active{border-color:var(--green);background:var(--green-l);color:var(--green-d)}.checkout-form input,.checkout-form textarea{border:2px solid var(--border);border-radius:var(--r);width:100%;color:var(--dark);outline:none;padding:11px 14px;font:600 14px Quicksand,sans-serif;transition:all .2s}.checkout-form input:focus,.checkout-form textarea:focus{border-color:var(--green)}.checkout-form textarea{resize:vertical}.order-summary{background:var(--green-l);border-radius:var(--r);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.order-summary strong{color:var(--green);font-size:18px}.floating-cart{background:var(--green);color:#fff;cursor:pointer;z-index:200;border:none;border-radius:30px;align-items:center;gap:10px;padding:14px 22px;font:700 15px Quicksand,sans-serif;animation:.3s pop;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #2db57f66}@keyframes pop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.floating-cart__count{background:var(--red);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:flex}.mobile-menu-btn{cursor:pointer;color:var(--dark);background:0 0;border:none;font-size:24px;display:none}@media (width<=1024px){.product-grid,.cats-grid{grid-template-columns:repeat(3,1fr)}.how-grid,.features__grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr}.hero__inner{text-align:center;grid-template-columns:1fr}.hero__text{max-width:100%}.hero__cta{justify-content:center}.hero__aside{flex-direction:row}.hero__card{flex:1}}@media (width<=768px){.mobile-menu-btn{display:block}.main-nav{display:none}.main-nav.open{display:block}.main-nav__inner{flex-direction:column;align-items:flex-start}.header__phone,.search-wrap{display:none}.product-grid,.cats-grid{grid-template-columns:repeat(2,1fr)}.contacts-grid,.promo-grid,.footer__grid{grid-template-columns:1fr}.hero__title{font-size:30px}.how-grid,.features__grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.product-grid{grid-template-columns:1fr}.hero__aside{flex-direction:column}}:root{--green:#4caf2f;--green-d:#2f8a1d;--green-l:#eef9e9;--orange:#ff8a00;--cream:#fff8e8;--dark:#1f3421;--text:#5d665c;--muted:#8a9488;--border:#e8eee4;--bg:#f7faf4;--shadow:0 18px 50px #233f241a}body{color:var(--text);background:#fff}.container{max-width:1240px}.btn-primary{background:var(--green);box-shadow:0 10px 20px #4caf2f2e}.btn-primary:hover{background:var(--green-d);transform:translateY(-1px)}.btn-outline{border-color:var(--green);color:var(--green)}.top-bar{color:#dce8d8;background:#253923;padding:0}.top-bar__inner{justify-content:space-between;align-items:center;gap:18px;width:min(1240px,100%);margin:0 auto;padding:9px 20px;font-size:13px;display:flex}.top-bar a{color:#fff;background:#ffffff1f;border-radius:18px;padding:4px 12px;font-weight:800}.top-bar__links{color:#fff}.header{background:#fff;border:0;position:sticky;top:0;box-shadow:0 6px 24px #0000000d}.header__inner{gap:18px;max-width:1240px;padding:20px}.logo{letter-spacing:-.04em;font-size:31px}.logo:before{content:"✦";background:var(--green);color:#fff;letter-spacing:0;border-radius:12px;place-items:center;width:34px;height:34px;font-size:16px;display:grid}.logo__dot{color:var(--green)}.category-toggle{background:var(--green);color:#fff;cursor:pointer;white-space:nowrap;border:0;border-radius:8px;padding:12px 18px;font:800 14px Quicksand,sans-serif}.search-wrap{border:1px solid var(--border);background:var(--bg);border-radius:10px;max-width:520px}.search-wrap input{background:0 0;padding:13px 18px}.search-wrap button{background:var(--orange)}.cart-btn{background:#253923;border-radius:10px;padding:12px 18px}.main-nav{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff}.main-nav__inner{gap:4px;max-width:1240px}.main-nav__category{background:var(--green);color:#fff;border-radius:0 0 12px 12px;margin-right:16px;padding:14px 22px;font:800 14px Quicksand,sans-serif}.main-nav a{color:#344332;border:0;padding:16px 18px;font-weight:800}.main-nav a:hover,.main-nav a.active{color:var(--green);border:0}.main-nav__deals{margin-left:auto;color:var(--orange)!important}.hero__inner{grid-template-columns:270px 1fr;align-items:stretch;gap:24px;max-width:1240px}.category-panel{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:18px;overflow:hidden}.category-panel h3{background:var(--green);color:#fff;padding:17px 20px;font-size:16px;font-weight:800}.category-panel button{border:0;border-bottom:1px solid var(--border);color:#465045;cursor:pointer;text-align:left;background:#fff;align-items:center;gap:10px;width:100%;padding:14px 20px;font:800 14px Quicksand,sans-serif;display:flex}.category-panel button:hover,.category-panel button.active{background:var(--green-l);color:var(--green-d)}.hero__showcase{grid-template-rows:1fr 1fr;grid-template-columns:1.25fr .9fr;gap:20px;display:grid}.hero-deal{background:#eff9e9;border-radius:24px;align-items:center;min-height:214px;padding:36px;display:flex;position:relative;overflow:hidden}.hero-deal--1{background:linear-gradient(135deg,#f3fae9,#fff7de);grid-row:span 2;min-height:448px}.hero-deal--2{background:linear-gradient(135deg,#fff0dc,#fff8ed)}.hero-deal--3{background:linear-gradient(135deg,#eaf8ef,#f8fffa)}.hero-deal__price{color:var(--green);font-size:18px;font-weight:900}.hero-deal p{color:var(--orange);text-transform:uppercase;letter-spacing:.08em;margin:8px 0;font-size:12px;font-weight:900}.hero-deal h1{max-width:470px;color:var(--dark);letter-spacing:-.05em;margin:0 0 24px;font-size:clamp(24px,4vw,56px);font-weight:900;line-height:1.05}.hero-deal:not(.hero-deal--1) h1{max-width:260px;font-size:27px}.hero-deal__icon{filter:drop-shadow(0 16px 28px #0000001a);font-size:clamp(76px,13vw,170px);line-height:1;position:absolute;bottom:10px;right:24px}.hero-deal:not(.hero-deal--1) .hero-deal__icon{opacity:.9;font-size:92px;right:12px}.features{background:0 0;border:0;transform:translateY(-22px)}.features__grid{border:1px solid var(--border);max-width:1240px;box-shadow:var(--shadow);background:#fff;border-radius:18px;overflow:hidden}.feature-item{border-color:var(--border);padding:24px}.feature-item__icon{background:var(--green-l);border-radius:16px;place-items:center;width:52px;height:52px;font-size:26px;display:grid}.feature-item strong{color:var(--dark);font-size:15px}.feature-item span{margin-top:4px;display:block}.sec-tag{color:var(--green);background:0 0;margin-bottom:8px;padding:0;font-size:12px}.sec-title{letter-spacing:-.04em;color:var(--dark);font-size:clamp(28px,4vw,42px)}.cat-card{border:1px solid var(--border);background:#fff;border-radius:18px;padding:20px 8px;box-shadow:0 8px 24px #233f240d}.cat-card:hover,.cat-card.active{border-color:var(--green);background:var(--green-l);transform:translateY(-3px)}.deal-strip__grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.deal-tile{border:1px solid var(--border);background:linear-gradient(135deg,#f1faec,#fff);border-radius:22px;min-height:205px;padding:28px;position:relative;overflow:hidden}.deal-tile:nth-child(2){background:linear-gradient(135deg,#fff1dc,#fffaf0)}.deal-tile:nth-child(3){background:linear-gradient(135deg,#eaf7ff,#fff)}.deal-tile span{color:var(--orange);text-transform:uppercase;font-size:12px;font-weight:900}.deal-tile h3{color:var(--dark);max-width:250px;margin:8px 0 10px;font-size:27px;line-height:1.12}.deal-tile p{color:var(--green);margin-bottom:18px;font-weight:900}.deal-tile a{color:var(--dark);border-bottom:2px solid var(--green);font-weight:900}.deal-tile b{opacity:.75;font-size:96px;position:absolute;bottom:-6px;right:10px}.products-header{align-items:flex-end}.cat-pill{border:1px solid var(--border);background:#fff;font-weight:800}.cat-pill:hover,.cat-pill.active{background:var(--green);border-color:var(--green)}.product-card{border:1px solid var(--border);border-radius:18px;box-shadow:0 10px 30px #233f240a}.product-card__name{white-space:normal;min-height:42px;font-size:16px}.product-card__price{color:var(--green-d)}.add-cart-btn{background:var(--green);padding:9px 18px}.collection-section{background:#fff;padding:28px 0}.collection-banner{color:#fff;background:linear-gradient(110deg,#2f8a1deb,#4caf2fbd),url(https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1400&q=80) 50%/cover;border-radius:28px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:250px;padding:48px;display:flex;overflow:hidden}.collection-banner span{letter-spacing:.08em;text-transform:uppercase;opacity:.9;font-size:12px;font-weight:900}.collection-banner h2{max-width:620px;margin:12px 0 24px;font-size:clamp(28px,4vw,45px);line-height:1.08}.testimonial-section,.blog-section{background:var(--bg);padding:64px 0}.testimonial-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.testimonial-card{border:1px solid var(--border);background:#fff;border-radius:20px;padding:28px;box-shadow:0 10px 30px #233f240d}.testimonial-card__quote{color:var(--green);font-size:56px;line-height:.7}.testimonial-card p{margin-bottom:18px;line-height:1.75}.testimonial-card strong{color:var(--dark)}.about-section{background:#fff;padding:70px 0}.about-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:46px;display:grid}.about-visual{min-height:380px;box-shadow:var(--shadow);background:linear-gradient(135deg,#ecf9e8,#fff4db);border-radius:32px;justify-content:center;align-items:center;gap:22px;display:flex}.about-visual span{filter:drop-shadow(0 14px 22px #0000001f);font-size:92px}.about-section p{color:var(--text);margin:18px 0;font-size:16px;line-height:1.85}.about-list{gap:10px;margin-bottom:24px;display:grid}.about-list li{color:var(--dark);font-weight:900}.about-list li:before{content:"✓";color:var(--green);margin-right:10px}.blog-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.blog-card{border:1px solid var(--border);background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #233f240d}.blog-card__image{background:linear-gradient(135deg,#e9f7e4,#fff5dd);place-items:center;height:190px;font-size:86px;display:grid}.blog-card__body{padding:22px}.blog-card__body span{color:var(--green);text-transform:uppercase;font-size:12px;font-weight:900}.blog-card__body h3{color:var(--dark);margin-top:8px;font-size:18px;line-height:1.35}.section-contacts{background:#fff;padding:68px 0}.contact-card{border:1px solid var(--border);border-radius:20px;box-shadow:0 12px 32px #233f240f}.footer{background:#1d2e1d}@media (width<=1100px){.cats-grid{grid-template-columns:repeat(5,1fr)}.hero__inner{grid-template-columns:1fr}.category-panel{display:none}.category-panel.open{display:block}.hero__showcase{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=820px){.top-bar__inner{text-align:center;flex-wrap:wrap;justify-content:center}.top-bar__links,.category-toggle,.header__phone{display:none}.header__inner{justify-content:space-between}.main-nav__category{display:none}.main-nav__inner{align-items:stretch}.main-nav a{width:100%}.hero__showcase,.deal-strip__grid,.about-grid,.blog-grid{grid-template-columns:1fr}.hero-deal--1{grid-row:auto;min-height:340px}.features{padding:18px 20px;transform:none}.features__grid{grid-template-columns:1fr}.feature-item{border-right:0;border-bottom:1px solid var(--border)}.cats-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid{grid-template-columns:1fr}.collection-banner{padding:34px 24px}}@media (width<=520px){.logo{font-size:25px}.logo:before{width:28px;height:28px}.cart-btn{padding:12px;font-size:0}.cart-btn:before{content:"🛒";font-size:17px}.hero{padding:18px 12px 28px}.hero-deal{min-height:260px;padding:26px}.hero-deal h1,.hero-deal:not(.hero-deal--1) h1{font-size:30px}.hero-deal__icon{font-size:94px}.product-grid{grid-template-columns:1fr}}:root{--green:#2db57f;--green-d:#199566;--green-l:#eefbf5;--orange:#fdc040;--red:#fb3737;--dark:#243846;--text:#555;--muted:#888;--border:#e5e5e5;--bg:#f5f5f5;--shadow:0 10px 30px #24384614}.container{max-width:1648px;padding:0 24px}.btn-primary{background:var(--green);color:#fff;box-shadow:none;text-transform:capitalize;border-radius:25px}.btn-primary:hover{background:var(--green-d)}.top-bar{background:var(--green);color:#fff}.top-bar__inner{max-width:1648px}.top-bar a{background:0 0;padding:0;text-decoration:underline}.header{box-shadow:none;z-index:50;position:relative}.header__inner{border-top:1px solid var(--border);border-bottom:1px solid var(--border);max-width:1648px;min-height:98px}.logo{min-width:220px;display:block}.logo:before{display:none}.logo img{width:223px;height:auto}.category-toggle{color:var(--dark);background:0 0;padding:0;font-size:0}.category-toggle:before{content:"☰";color:var(--dark);font-size:26px}.search-wrap{background:#f5f5f5;border:0;border-radius:0;max-width:813px;height:48px}.search-wrap input{color:var(--dark);font-weight:600}.search-wrap button{color:var(--dark);background:0 0;width:56px;padding:0;font-size:0}.search-wrap button:before{content:"🔍";font-size:18px}.header__phone strong{color:var(--green);font-size:18px}.cart-btn{color:var(--dark);background:0 0;border-radius:0;padding:8px 0;font-size:0}.cart-btn:before{content:"🛒";font-size:25px}.cart-badge{background:var(--green);top:0;right:-12px}.main-nav{border-bottom:1px solid var(--border);border-top:0}.main-nav__inner{max-width:1648px;min-height:60px}.main-nav__category{background:var(--green);border-radius:0;align-self:stretch;align-items:center;min-width:265px;margin:0 28px 0 0;padding:0 30px;display:flex}.main-nav a{color:var(--dark);padding:19px 24px;font-size:16px}.main-nav__deals{background:var(--green);border-radius:25px;margin-left:auto;color:#fff!important;padding:12px 24px!important}.hero{background:#fff;padding:30px 0 0}.hero__inner{grid-template-columns:2fr 1fr;gap:30px;max-width:1648px;padding:0 24px;display:grid}.hero-slider{min-height:600px;position:relative;overflow:hidden}.hero-slide{background-position:50%;background-size:cover;border-radius:0;align-items:flex-start;min-height:600px;padding:95px 75px;display:none}.hero-slide.active{display:flex}.hero-slide__price{color:var(--red);margin-top:220px;font-size:40px;font-weight:700;line-height:1.2;display:block}.hero-slide p{color:var(--green);margin:0 0 12px;font-size:20px;font-weight:700}.hero-slide h1{max-width:580px;color:var(--dark);margin:0 0 16px;font-size:52px;font-weight:700;line-height:1.08}.hero-slide span:not(.hero-slide__price){color:var(--red);margin-bottom:18px;font-size:20px;font-weight:700;display:block}.hero-dots{gap:8px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.hero-dots span{border:2px solid var(--green);border-radius:50%;width:16px;height:16px}.hero-dots span.active{background:var(--green)}.hero-side{grid-template-rows:1fr 1fr;gap:20px;display:grid}.side-banner{background-position:50%;background-size:cover;border-radius:0;min-height:290px;padding:48px 40px}.side-banner span{color:var(--green);margin-bottom:12px;font-size:18px;font-weight:700;display:block}.side-banner h2{max-width:230px;color:var(--dark);margin-bottom:22px;font-size:31px;font-weight:700;line-height:1.16}.side-banner a{color:var(--dark);font-weight:700}.features{background:#fff;padding:30px 0;transform:none}.features__grid{border:1px solid var(--border);max-width:1648px;box-shadow:none;border-radius:0}.feature-item__icon{color:var(--green);background:0 0;width:auto;height:auto}.section-cats{padding:50px 0}.sec-head{text-align:center;margin-bottom:30px}.sec-tag{color:var(--green);text-transform:none;letter-spacing:.5px;font-size:18px;font-weight:700}.sec-title{letter-spacing:.2px;text-transform:capitalize;font-size:34px;font-weight:700;line-height:1.25}.cat-card{box-shadow:none;background:#fff;border:0;border-radius:0;padding:0 0 18px}.cat-card:hover,.cat-card.active{background:#fff;border:0;transform:none}.cat-card__image{justify-content:center;align-items:center;height:150px;margin-bottom:12px;display:flex;overflow:hidden}.cat-card__image img{object-fit:contain;width:150px;height:150px;transition:all .25s}.cat-card:hover .cat-card__image img{transform:scale(1.06)}.cat-card__name{font-size:16px}.cat-card__count{font-size:14px}.deal-strip__grid{grid-template-columns:repeat(3,1fr);gap:30px}.deal-tile{background-position:50%;background-size:cover;border:0;border-radius:0;min-height:350px;padding:58px 44px}.deal-tile span{color:var(--green);text-transform:none;font-size:18px}.deal-tile h3{max-width:260px;margin:12px 0 22px;font-size:32px;line-height:1.18}.deal-tile a{color:var(--dark);border:0;font-weight:700}.section-products{background:#fff;padding:58px 0}.section-products--soft{background:#fafafa}.product-card{border:1px solid var(--border);box-shadow:none;background:#fff;border-radius:0}.product-card:hover{box-shadow:var(--shadow)}.product-card__img{background:#fff;height:255px}.product-card__img img{object-fit:contain;width:100%;height:100%;padding:18px}.product-card__actions{background:0 0;padding:0;display:block;inset:12px 12px auto auto}.quick-btn{border:1px solid var(--border);width:42px;height:42px;box-shadow:var(--shadow);background:#fff;border-radius:50%;font-size:0}.quick-btn:before{content:"🛒";font-size:17px}.product-card__label{border-radius:0}.product-card__body{text-align:left}.product-card__cat{display:none}.product-card__name{min-height:45px;color:var(--dark);font-size:16px;line-height:1.4}.product-card__stars{color:var(--orange);display:block}.product-card__desc{display:none}.product-card__price{color:var(--dark);font-size:18px}.add-cart-btn{background:var(--green);border-radius:25px}.wide-promos__grid{grid-template-columns:1fr 2fr;gap:30px;display:grid}.wide-promo{background-position:50%;background-size:cover;min-height:280px;padding:55px 44px}.wide-promo span{color:var(--green);margin-bottom:12px;font-size:18px;font-weight:700;display:block}.wide-promo h3{max-width:380px;color:var(--dark);margin-bottom:22px;font-size:31px;line-height:1.18}.split-section{background:#f8f8f8;padding:70px 0}.split-grid{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.weekly-deal,.category-tabs{border:1px solid var(--border);background:#fff;padding:34px}.weekly-product{border-bottom:1px solid var(--border);grid-template-columns:190px 1fr;align-items:center;gap:24px;padding:18px 0;display:grid}.weekly-product:last-child{border-bottom:0}.weekly-product img{object-fit:contain;width:190px;height:190px}.weekly-product h3{color:var(--dark);margin:8px 0;font-size:20px}.weekly-product p,.mini-product p{color:var(--dark);margin:6px 0 12px;font-weight:800}.sale-badge{background:var(--red);color:#fff;padding:4px 10px;font-weight:800;display:inline-block}.tab-list{gap:10px;margin-bottom:22px;display:flex}.tab-list button{background:var(--green);color:#fff;border:0;border-radius:25px;padding:9px 20px;font-weight:700}.mini-product-list{grid-template-columns:1fr 1fr;gap:18px;display:grid}.mini-product{border:1px solid var(--border);grid-template-columns:90px 1fr;align-items:center;gap:14px;padding:12px;display:grid}.mini-product img{object-fit:contain;width:90px;height:90px}.mini-product h3{color:var(--dark);font-size:15px}.brand-section{background:#fff;padding:60px 0}.brand-grid{border:1px solid var(--border);grid-template-columns:repeat(8,1fr);align-items:center;gap:24px;padding:28px;display:grid}.brand-grid img{object-fit:contain;filter:grayscale();opacity:.65;max-height:58px;margin:auto;transition:all .2s}.brand-grid img:hover{filter:none;opacity:1}.testimonial-section{background:#f7f7f7}.testimonial-grid{grid-template-columns:repeat(5,1fr)}.testimonial-card{box-shadow:none;border-radius:0}.testimonial-card__person{align-items:center;gap:12px;margin-top:18px;display:flex}.testimonial-card__person img{object-fit:cover;border-radius:50%;width:56px;height:56px}.about-section{background:#fff}.about-visual{min-height:auto;box-shadow:none;background:0 0;border-radius:0}.about-visual img{width:100%;height:auto}.blog-section{background:#fff}.blog-grid{grid-template-columns:repeat(4,1fr)}.blog-card{box-shadow:none;border-radius:0}.blog-card__image{background:#f5f5f5;height:250px}.blog-card__image img{object-fit:cover;width:100%;height:100%}.footer{color:var(--muted);border-top:1px solid var(--border);background:#fff}.footer .logo{display:flex}.footer .logo:before{display:none}.footer__grid{border-bottom:1px solid var(--border);grid-template-columns:1.6fr 1fr 1fr 1.4fr}.footer__brand .logo{color:var(--dark)!important}.footer__col h4,.footer__newsletter h4{color:var(--dark)}.footer__social a{color:var(--dark);background:#f2f4f7}.newsletter-form{background:#f5f5f5}.newsletter-form input{color:var(--dark)}.footer__bottom{color:#fff;background:var(--green);margin:0 -24px;padding-left:24px;padding-right:24px}@media (width<=1200px){.hero__inner{grid-template-columns:1fr}.hero-side{grid-template-rows:auto;grid-template-columns:1fr 1fr}.cats-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.testimonial-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}.brand-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=820px){.header__inner{min-height:auto}.logo{min-width:160px}.logo img{width:160px}.hero-slide{min-height:420px;padding:42px 30px}.hero-slide__price{margin-top:130px;font-size:28px}.hero-slide h1{font-size:34px}.hero-side,.wide-promos__grid,.split-grid,.deal-strip__grid{grid-template-columns:1fr}.side-banner,.wide-promo,.deal-tile{min-height:240px}.cats-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.mini-product-list{grid-template-columns:1fr}.brand-grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr}}@media (width<=520px){.product-grid,.testimonial-grid,.blog-grid,.weekly-product{grid-template-columns:1fr}.weekly-product img{width:100%;height:220px}.hero-slide h1{font-size:28px}}:root{--site-width:1320px;--edge-pad:22px}.container,.top-bar__inner,.header__inner,.main-nav__inner,.hero__inner,.features__grid{max-width:var(--site-width)}.container,.hero__inner,.top-bar__inner,.header__inner,.main-nav__inner{padding-left:var(--edge-pad);padding-right:var(--edge-pad)}.header__inner{gap:16px;min-height:86px}.logo{min-width:190px}.logo img{width:190px}.search-wrap{background:#f7f7f7;border-radius:999px;max-width:560px}.main-nav__inner{min-height:54px}.main-nav__category{min-width:230px;margin-right:18px;padding:0 24px}.main-nav a{padding:16px 18px}.main-nav__deals{padding:10px 20px!important}.hero{padding-top:24px}.hero__inner{gap:22px}.hero-slider,.hero-slide{min-height:500px}.hero-slide{border-radius:14px;padding:70px 58px}.hero-slide__price{margin-top:180px;font-size:34px}.hero-slide h1{max-width:480px;font-size:44px}.hero-side{gap:18px}.side-banner{border-radius:14px;min-height:241px;padding:38px 32px}.side-banner h2{max-width:205px;font-size:27px}.features{padding:24px 0 18px}.features__grid{border-radius:14px}.feature-item{padding:18px 22px}.section-cats,.section-products,.testimonial-section,.about-section,.blog-section,.brand-section{padding-top:46px;padding-bottom:46px}.cats-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.cat-card{border:1px solid #0000;border-radius:14px;padding:16px 10px 18px;transition:all .2s}.cat-card:hover,.cat-card.active{border-color:var(--border);box-shadow:var(--shadow)}.cat-card__image{height:120px}.cat-card__image img{width:118px;height:118px}.deal-strip{padding:26px 0 34px}.deal-strip__grid{gap:22px}.deal-tile{border-radius:14px;min-height:270px;padding:38px 32px}.deal-tile h3{font-size:27px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{border-radius:14px;overflow:hidden}.product-card__img{height:220px}.product-card__body{padding:16px}.product-card__name{min-height:42px;font-size:15px}.wide-promos{padding:26px 0}.wide-promos__grid{gap:22px}.wide-promo{border-radius:14px;min-height:230px;padding:40px 34px}.split-section{padding:50px 0}.split-grid{gap:24px}.weekly-deal,.category-tabs{border-radius:14px;padding:26px}.brand-grid,.testimonial-card,.blog-card,.contact-card{border-radius:14px}.blog-card__image{height:210px}.footer__bottom{margin-left:calc(var(--edge-pad) * -1);margin-right:calc(var(--edge-pad) * -1);padding-left:var(--edge-pad);padding-right:var(--edge-pad)}@media (width<=1200px){:root{--site-width:1040px}.cats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=820px){:root{--edge-pad:16px}.header__inner{min-height:auto}.hero-slider,.hero-slide{min-height:390px}.hero-slide{padding:36px 26px}.hero-slide__price{margin-top:115px}.hero-slide h1{font-size:32px}.product-grid,.cats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.product-grid,.cats-grid{grid-template-columns:1fr}}.green-page{--g:#0f7b45;--g2:#7ccf59;--ink:#12311f;--soft:#edf8ef;--cream:#fbf7e8;--sun:#f4c64b;--line:#12311f1f;--shadow:0 28px 80px #0f7b4529;min-height:100vh;color:var(--ink);background:radial-gradient(circle at 82% 8%,#f4c64b3d,#0000 24rem),radial-gradient(circle at 4% 20%,#7ccf593d,#0000 30rem),radial-gradient(circle at 92% 72%,#0f7b452e,#0000 26rem),linear-gradient(#f2faea 0%,#fff7da 24%,#eaf8e4 54%,#fff2c8 78%,#e8f7e0 100%);font-family:Quicksand,sans-serif;position:relative;overflow:clip}.green-page:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#0f7b450b 1px,#0000 1px),linear-gradient(#0f7b4509 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0009,#0000 22%,#00000047 56%,#0000);mask-image:linear-gradient(#0009,#0000 22%,#00000047 56%,#0000)}.green-page a{color:inherit;text-decoration:none}.green-page *{box-sizing:border-box}.green-page h1,.green-page h2,.green-page h3,.green-page p{margin-top:0}.green-header,.green-hero,.green-promises,.green-section,.green-banner,.green-final,.green-order__inner,.green-order__steps{width:min(1280px,100% - 24px);margin:0 auto}.green-header{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;justify-content:space-between;align-items:center;gap:24px;height:72px;padding-left:clamp(1rem,4vw,2.5rem);padding-right:clamp(1rem,4vw,2.5rem);display:flex;position:sticky;top:0;box-shadow:0 2px 16px #00000014}.green-logo{align-items:center;gap:12px;min-width:220px;display:flex}.green-logo img{object-fit:cover;background:#fff8eb;border:1px solid #b07e2047;border-radius:50%;width:58px;height:58px;box-shadow:0 12px 26px #12311f1a}.green-logo span{gap:1px;line-height:1;display:grid}.green-logo strong{color:var(--ink);letter-spacing:-.045em;font-size:25px;font-weight:900}.green-logo small{color:#0f7b45c2;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:900}.green-header__nav-desktop{color:#12311fb8;align-items:center;gap:28px;font-weight:800;display:flex}.green-header__nav-desktop a:hover{color:var(--g)}.green-header nav{color:#12311fb8;align-items:center;gap:28px;font-weight:800;display:flex}.green-header nav a:hover{color:var(--g)}.green-header__cta,.green-btn{background:var(--g);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;padding:13px 24px;font-weight:900;display:inline-flex;box-shadow:0 16px 30px #0f7b4538}.green-header__actions{align-items:center;gap:12px;display:flex}.green-language{background:#ffffffad;border:1px solid #0f7b4524;border-radius:999px;align-items:center;gap:4px;padding:4px;display:inline-flex;box-shadow:0 10px 24px #0f7b450f}.green-language button{color:#12311fa8;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:8px 11px;font-weight:900}.green-language button.active{background:var(--g);color:#fff;box-shadow:0 8px 18px #0f7b452e}.green-header__cart{min-height:42px;color:var(--g);cursor:pointer;background:#ffffffb8;border:1px solid #0f7b452e;border-radius:999px;justify-content:center;align-items:center;padding:10px 18px;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 10px 24px #0f7b4514}.green-btn:disabled,.green-product footer button:disabled{cursor:not-allowed;opacity:.48}.green-hero{isolation:isolate;grid-template-columns:1fr 1.05fr;align-items:center;gap:52px;min-height:560px;margin-top:10px;padding:46px 46px 58px;display:grid;position:relative}.green-hero:before{content:"";z-index:-2;background:radial-gradient(circle at 12% 18%,#f4c64b33,#0000 17rem),radial-gradient(circle at 88% 20%,#7ccf5947,#0000 20rem),radial-gradient(circle at 68% 96%,#0f7b451f,#0000 18rem),linear-gradient(135deg,#fbfff5 0%,#f1faea 54%,#fff8df 100%);border:1px solid #0f7b451a;border-radius:46px;position:absolute;inset:0;box-shadow:0 28px 90px #0f7b451a}.green-hero:after{content:"";z-index:-1;opacity:.65;background:repeating-linear-gradient(45deg,#0f7b4517 0 2px,#0000 2px 10px);border-radius:999px;width:180px;height:88px;position:absolute;top:34px;left:38%;transform:rotate(-12deg)}.green-hero__copy{padding:34px 0;position:relative}.green-hero__copy:before{content:"";z-index:-1;background:#f4c64b2e;border-radius:46% 54% 62% 38%;width:170px;height:170px;position:absolute;top:6px;left:-34px}.green-hero__copy:after{content:"";z-index:-1;background:#0f7b4514;border-radius:50%;width:84px;height:84px;position:absolute;bottom:34px;right:24px}.eyebrow{color:var(--g);text-transform:uppercase;letter-spacing:.18em;align-items:center;gap:10px;font-size:11px;font-weight:800;display:inline-flex}.eyebrow:before{content:"";background:#0f7b4573;width:18px;height:1px}.green-hero__eyebrow{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffad;border:1px solid #0f7b4529;border-radius:999px;padding:8px 13px}.green-hero h1{letter-spacing:-.055em;max-width:570px;margin:20px 0;font-size:clamp(40px,5.1vw,64px);line-height:1.02}.green-hero p,.green-banner p,.green-final p{color:#12311fb3;max-width:560px;font-size:16px;line-height:1.85}.green-actions{flex-wrap:wrap;align-items:center;gap:18px;margin-top:30px;display:flex}.green-link{color:var(--g);border-bottom:2px solid #0f7b4540;font-weight:900}.green-hero__visual{background:linear-gradient(145deg,#ffffffb8,#edf8efeb), var(--soft);border-radius:36px;min-height:500px;position:relative;overflow:hidden;box-shadow:0 26px 70px #0f7b451f}.green-hero__visual:after{content:"";opacity:.55;background:repeating-linear-gradient(45deg,#0f7b451f 0 2px,#0000 2px 9px);border-radius:50%;width:150px;height:150px;position:absolute;inset:auto 38px 34px auto}.green-hero__orb{background:radial-gradient(circle at 34% 28%,#ffffffe6,#0000 28%),linear-gradient(135deg,#c7ef9b,#0f7b45);border-radius:50%;width:340px;height:340px;position:absolute;top:62px;right:78px;box-shadow:inset 0 -24px 60px #12311f29,0 28px 70px #0f7b4533}.green-hero__plate{z-index:2;aspect-ratio:1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff9e;border:1px solid #ffffffc2;border-radius:44% 56% 50% 50%;place-items:center;width:min(72%,390px);display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-48%)}.green-hero__plate img{object-fit:contain;filter:drop-shadow(0 26px 34px #12311f29);width:118%;max-width:450px}.produce-note{z-index:3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd6;border:1px solid #ffffffb8;border-radius:22px;align-items:center;gap:12px;padding:10px 14px 10px 10px;display:flex;position:absolute;box-shadow:0 18px 46px #12311f21}.produce-note img{object-fit:contain;background:#f4fbef;border-radius:16px;width:58px;height:58px}.produce-note strong{color:var(--ink);font-size:15px;display:block}.produce-note span{color:#12311f9e;font-size:13px;font-weight:800}.produce-note--top{top:42px;left:36px}.produce-note--bottom{bottom:48px;right:34px}.green-hero__stamp{z-index:3;background:var(--g);color:#fff;text-align:center;border-radius:50%;place-items:center;width:104px;height:104px;font-size:15px;font-weight:900;line-height:1.15;display:grid;position:absolute;bottom:42px;left:42px;transform:rotate(-8deg);box-shadow:0 18px 40px #0f7b4538}.green-promises{isolation:isolate;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:74px;padding:34px;display:grid;position:relative}.green-promises:before{content:"";z-index:-2;background:radial-gradient(circle at 10% 20%,#7ccf5938,#0000 15rem),radial-gradient(circle at 96% 18%,#f4c64b33,#0000 16rem),linear-gradient(135deg,#eff9e9e6,#fffae2c7);border:1px solid #0f7b4514;border-radius:36px;position:absolute;inset:0;box-shadow:0 24px 70px #0f7b4514}.green-promises:after{content:"";z-index:-1;opacity:.65;background:repeating-linear-gradient(45deg,#0f7b4514 0 2px,#0000 2px 10px);border-radius:999px;width:170px;height:76px;position:absolute;bottom:20px;right:28px;transform:rotate(-8deg)}.green-promises article{border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;border-radius:30px;padding:28px;position:relative;overflow:hidden;box-shadow:0 12px 40px #0f7b450f}.green-promises article:first-child{background:linear-gradient(145deg,#fff8dbeb,#ffffffb8)}.green-promises article:nth-child(2){background:linear-gradient(145deg,#e1f7d7eb,#ffffffb8)}.green-promises article:nth-child(3){color:#fff;background:radial-gradient(circle at 86% 8%,#f4c64b42,#0000 7rem),linear-gradient(145deg,#0f7b45f5,#12311feb)}.green-promises article:nth-child(3) h3{color:#fff}.green-promises article:nth-child(3) p{color:#ffffffc2}.green-promises article>span{background:linear-gradient(135deg,var(--g),var(--g2));border-radius:50%;width:42px;height:42px;margin-bottom:22px;display:block}.green-promises h3,.green-category h3,.green-product h3,.mini-title{color:var(--ink);margin-bottom:8px;font-size:20px}.green-promises p,.green-category p,.green-product p{color:#12311fa6;line-height:1.7}.green-section{isolation:isolate;padding:72px 0;position:relative}.green-section--market,.green-section--products{padding:64px 42px}.green-section--products{width:min(1280px,100% - 16px);padding-left:40px;padding-right:40px}.green-section--market:before,.green-section--products:before{content:"";z-index:-2;border:1px solid #0f7b4517;border-radius:42px;position:absolute;inset:0;box-shadow:0 26px 76px #0f7b4517}.green-section--market:before{background:radial-gradient(circle at 9% 18%,#f4c64b52,#0000 15rem),radial-gradient(circle at 92% 10%,#7ccf5933,#0000 18rem),linear-gradient(135deg,#fff8dceb,#eef9e5e0)}.green-section--products:before{background:radial-gradient(circle at 86% 16%,#f4c64b42,#0000 17rem),radial-gradient(circle at 10% 90%,#0f7b4529,#0000 18rem),linear-gradient(135deg,#e0f6d6f0,#fffdefdb)}.green-section--market:after,.green-section--products:after{content:"";z-index:-1;opacity:.75;background:repeating-linear-gradient(45deg,#0f7b4514 0 2px,#0000 2px 10px);border-radius:999px;width:210px;height:96px;position:absolute}.green-section--market:after{top:30px;right:34px;transform:rotate(-9deg)}.green-section--products:after{bottom:34px;left:38px;transform:rotate(8deg)}.green-section--market .green-section__head{background:radial-gradient(circle at 88% 14%,#0f7b4524,#0000 12rem),linear-gradient(135deg,#fff0b9,#f4fbec)}.green-section--products .green-section__head{color:#fff;background:radial-gradient(circle at 88% 12%,#f4c64b4d,#0000 12rem),linear-gradient(135deg,#12311f,#15814b)}.green-section--products .green-section__head .eyebrow{color:#d8ffc9}.green-section--products .green-section__head .eyebrow:before{background:#d8ffc9}.green-section--products .green-section__head mark{color:#fff;background:linear-gradient(#0000 54%,#f4c64b80 0)}.green-product-count{color:#ffffffb8;white-space:nowrap;font-size:13px;font-weight:900}.green-product-carousel{padding:0;position:relative}.green-product-arrow{z-index:4;color:#fff;cursor:pointer;background:#12311fd1;border:1px solid #ffffff85;border-radius:50%;width:46px;height:46px;font-size:32px;line-height:1;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 20px 48px #12311f3d}.green-product-arrow--left{left:-58px}.green-product-arrow--right{right:-58px}.green-product-arrow:hover:not(:disabled){background:var(--sun);color:var(--ink)}.green-product-arrow:disabled{cursor:not-allowed;opacity:.34}.green-product-controls{align-items:center;gap:10px;margin-left:auto;display:flex}.green-product-controls span{color:#ffffffb8;white-space:nowrap;font-size:13px;font-weight:900}.green-product-controls button{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff42;border-radius:50%;width:44px;height:44px;font-size:30px;line-height:1}.green-product-controls button:hover:not(:disabled){background:var(--sun);color:var(--ink)}.green-product-controls button:disabled{cursor:not-allowed;opacity:.38}.green-section__head{background:radial-gradient(circle at 94% 16%,#f4c64b3d,#0000 12rem),linear-gradient(135deg,#ffffffc7,#eff9e9d1);border:1px solid #0f7b451a;border-radius:32px;justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px;padding:28px 30px;display:flex;box-shadow:0 18px 46px #0f7b4514}.green-section__head h2{letter-spacing:-.055em;max-width:620px;margin-bottom:0;font-size:clamp(34px,4vw,54px);line-height:1.04}.green-section__head mark{color:var(--ink);background:linear-gradient(#0000 55%,#f4c64b8c 0);padding:0 .08em}.green-order{background:radial-gradient(circle at 18% 20%,#ffffffd1,#0000 17rem),radial-gradient(circle at 88% 18%,#f4c64b42,#0000 18rem),radial-gradient(circle at 72% 92%,#0f7b4529,#0000 19rem),linear-gradient(135deg,#eff9e9 0%,#fff8dc 48%,#e4f5dc 100%);margin:0 0 42px;padding:82px 0 76px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffb3,inset 0 -1px #0f7b4514}.green-order:before,.green-order:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.green-order:before{background:linear-gradient(135deg,#0f7b452e,#7ccf590d);width:340px;height:340px;top:-130px;right:-110px}.green-order:after{background:#f4c64b3d;width:220px;height:220px;bottom:-100px;left:-80px}.green-order__inner:before{content:"";z-index:-1;opacity:.7;background:repeating-linear-gradient(45deg,#0f7b451a 0 2px,#0000 2px 10px);border-radius:999px;width:210px;height:110px;position:absolute;inset:-28px -24px auto auto;transform:rotate(-8deg)}.green-order__inner{z-index:1;grid-template-columns:1fr 1.08fr;align-items:end;gap:42px;display:grid;position:relative}.green-order__copy{background:radial-gradient(circle at 90% 18%,#f4c64b38,#0000 10rem),linear-gradient(135deg,#ffffffa8,#e8f8df94);border:1px solid #0f7b451c;border-radius:34px;padding:30px;box-shadow:0 20px 54px #0f7b4514}.green-order__copy h2{letter-spacing:-.06em;max-width:620px;margin:18px 0;font-size:clamp(34px,4.4vw,58px);line-height:1.02}.green-order__copy p{color:#12311fb3;max-width:590px;font-size:17px;line-height:1.85}.green-order__choices{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.green-order__choices article{background:#ffffffc7;border:1px solid #ffffffc7;border-radius:34px;flex-direction:column;justify-content:flex-end;min-height:220px;padding:26px;display:flex;box-shadow:0 24px 58px #0f7b451f}.green-order__choices article:first-child{background:radial-gradient(circle at 88% 12%,#f4c64b2e,#0000 7rem),linear-gradient(145deg,#fff,#f7fbef)}.green-order__choices article:last-child{color:#fff;background:radial-gradient(circle at 85% 8%,#f4c64b47,#0000 8rem),linear-gradient(145deg,#14864d,#12311f)}.green-order__choices span{background:var(--sun);width:46px;height:46px;color:var(--ink);border-radius:50%;place-items:center;margin-bottom:auto;font-weight:900;display:grid}.green-order__choices h3{letter-spacing:-.035em;margin:28px 0 9px;font-size:25px}.green-order__choices p{color:#12311fad;margin-bottom:0;line-height:1.65}.green-order__choices article:last-child p{color:#ffffffc7}.green-order__steps{z-index:1;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px;display:grid;position:relative}.green-order__steps article{background:#ffffff94;border:1px solid #0f7b451f;border-radius:26px;padding:22px}.green-order__steps strong{color:var(--g);letter-spacing:.16em;font-size:13px}.green-order__steps h3{margin:10px 0 7px;font-size:18px}.green-order__steps p{color:#12311fa6;margin-bottom:0;line-height:1.6}.green-category-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.green-category{border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;border-radius:34px;padding:18px;transition:all .22s;box-shadow:0 14px 42px #0f7b4512}.green-category:nth-child(2),.green-category:nth-child(4){background:linear-gradient(145deg,#eff9e9f0,#fff8dcd1)}.green-category:nth-child(3){color:#fff;background:radial-gradient(circle at 86% 10%,#f4c64b38,#0000 7rem),linear-gradient(145deg,#12311ff0,#0f7b45e0)}.green-category:nth-child(3) h3{color:#fff}.green-category:nth-child(3) p{color:#ffffffbd}.green-category:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.green-category img{object-fit:contain;background:linear-gradient(145deg,#f8fff4,#fff3c9);border-radius:24px;width:100%;height:190px;margin-bottom:18px}.green-category div{padding:0 8px 8px}.green-banner{background:linear-gradient(135deg,var(--ink),#0c5f37);color:#fff;border-radius:44px;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:56px;display:grid;overflow:hidden}.green-banner .eyebrow{color:#baf2b0}.green-banner .eyebrow:before{background:#baf2b0}.green-banner h2{letter-spacing:-.055em;margin:18px 0;font-size:clamp(34px,4vw,56px);line-height:1.02}.green-banner p{color:#ffffffbf}.green-banner img{filter:drop-shadow(0 28px 50px #0000002e);width:100%}.green-product-grid{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.green-products-state{color:#12311fb8;text-align:center;background:#ffffffc2;border:1px solid #0f7b451f;border-radius:28px;padding:34px;font-weight:900;box-shadow:0 18px 46px #0f7b4514}.green-product{border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border-radius:34px;flex-direction:column;min-height:0;display:flex;overflow:hidden;box-shadow:0 18px 52px #0f7b4517}.green-product:nth-child(2n){background:linear-gradient(145deg,#fff8dceb,#ffffffdb)}.green-product:nth-child(3){color:#fff;background:radial-gradient(circle at 88% 10%,#f4c64b38,#0000 7rem),linear-gradient(145deg,#12311ff0,#0f7b45e0)}.green-product:nth-child(3) h3,.green-product:nth-child(3) strong{color:#fff}.green-product:nth-child(3) p,.green-product:nth-child(3) div>span{color:#ffffffbd}.green-product:nth-child(3) button{background:var(--sun);color:var(--ink)}.green-product__media{position:relative}.green-product img,.green-product__placeholder{object-fit:contain;background:radial-gradient(circle at 70% 18%,#f4c64b38,#0000 7rem),linear-gradient(#effbe8,#fff8df);width:100%;height:170px;padding:14px}.green-product__media img{display:block}.green-product__zoom{color:#fff;cursor:pointer;background:#12311fe0;border:1px solid #ffffffad;border-radius:50%;width:42px;height:42px;font-size:18px;font-weight:900;position:absolute;top:14px;right:14px;box-shadow:0 14px 30px #12311f2e}.green-product__zoom:hover{background:var(--g);transform:translateY(-1px)}.green-product__placeholder{color:var(--g);place-items:center;font-size:76px;font-weight:900;display:grid}.green-product div:not(.green-product__media){padding:16px 18px 18px}.green-product div>span{color:var(--g);text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:900}.green-product h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:48px;display:-webkit-box;overflow:hidden}.green-product p{-webkit-line-clamp:1;-webkit-box-orient:vertical;min-height:23px;margin-bottom:0;display:-webkit-box;overflow:hidden}.green-product footer{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.green-product strong{color:var(--g);font-size:22px}.green-product button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:50%;width:42px;height:42px;font-size:24px}.green-product .green-product__zoom{color:#fff;background:#12311fe0;border:1px solid #ffffffad;font-size:18px;position:absolute;top:14px;right:14px;box-shadow:0 14px 30px #12311f2e}.green-product .green-product__zoom:hover{background:var(--g)}.green-lightbox{z-index:80;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.green-lightbox__backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:zoom-out;background:#091c12b8;border:0;position:absolute;inset:0}.green-lightbox__panel{z-index:1;background:radial-gradient(circle at 86% 10%,#f4c64b33,#0000 14rem),linear-gradient(145deg,#fffaf0,#eef9e8);border:1px solid #ffffff47;border-radius:36px;width:min(760px,100%);max-height:calc(100vh - 56px);padding:28px;position:relative;overflow:auto;box-shadow:0 34px 110px #00000057}.green-lightbox__panel img{object-fit:contain;background:#fff7e8;border-radius:26px;width:100%;max-height:70vh}.green-lightbox__panel div{justify-content:space-between;align-items:end;gap:18px;padding:18px 4px 0;display:flex}.green-lightbox__panel span{color:var(--g);text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900}.green-lightbox__panel h3{margin:5px 0 0;font-size:25px}.green-lightbox__panel p{color:var(--g);margin:0;font-size:28px;font-weight:900}.green-lightbox__close{z-index:2;background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:50%;width:44px;height:44px;font-size:28px;line-height:1;position:absolute;top:18px;right:18px;box-shadow:0 14px 34px #12311f33}.green-account{background:radial-gradient(circle at 90% 12%,#f4c64b3d,#0000 18rem),radial-gradient(circle at 8% 82%,#0f7b4529,#0000 20rem),linear-gradient(135deg,#fbfff5f0,#fff8dfe6);border:1px solid #0f7b451a;border-radius:46px;width:min(1280px,100% - 24px);margin:84px auto 0;padding:64px 72px;position:relative;box-shadow:0 28px 90px #0f7b451a}.green-account__head{justify-content:space-between;align-items:flex-end;gap:34px;margin-bottom:28px;display:flex}.green-account__head h2{letter-spacing:-.055em;max-width:760px;margin:14px 0 0;font-size:clamp(34px,3.6vw,58px);line-height:1.02}.green-account__head p{color:#12311fb3;max-width:480px;margin:0;line-height:1.75}.green-account__grid{grid-template-columns:.9fr 1.1fr;gap:20px;margin-bottom:20px;display:grid}.green-account__card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;border:1px solid #0f7b451a;border-radius:34px;padding:24px;box-shadow:0 18px 54px #0f7b4517}.green-account__card-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.green-account__card-head h3{color:var(--ink);margin:0;font-size:24px}.green-account__card-head span,.green-account__card-head button{color:var(--g);background:#0f7b451a;border:0;border-radius:999px;padding:8px 12px;font-weight:900}.green-account-form,.green-checkout{gap:12px;display:grid}.green-account-form label,.green-checkout label{color:#12311fc2;gap:7px;font-size:13px;font-weight:900;display:grid}.green-field-label{align-items:center;gap:8px;display:inline-flex}.green-info-dot{width:20px;height:20px;color:var(--g);cursor:help;background:#0f7b451f;border-radius:50%;place-items:center;font-size:13px;font-weight:900;line-height:1;display:inline-grid;position:relative}.green-info-dot:after{content:attr(title);z-index:3;background:var(--ink);color:#fff;opacity:0;pointer-events:none;border-radius:16px;width:260px;padding:10px 12px;font-size:12px;font-weight:800;line-height:1.45;transition:all .18s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 16px 36px #12311f38}.green-info-dot:hover:after,.green-info-dot:focus:after{opacity:1;transform:translate(-50%)translateY(0)}.green-account-form input,.green-checkout input,.green-checkout select,.green-checkout textarea{width:100%;color:var(--ink);font:inherit;background:#ffffffd6;border:1px solid #0f7b4529;border-radius:18px;outline:none;padding:13px 14px}.green-account-switch{background:#0f7b4514;border-radius:999px;grid-template-columns:1fr 1fr;gap:8px;padding:5px;display:grid}.green-account-switch button{color:#12311f9e;background:0 0;border:0;border-radius:999px;padding:10px 14px;font-weight:900}.green-account-switch button.active{color:var(--g);background:#fff;box-shadow:0 8px 20px #0f7b451a}.green-profile{gap:10px;display:grid}.green-profile p{border-bottom:1px solid #0f7b4514;justify-content:space-between;gap:18px;margin:0;padding:12px 0;display:flex}.green-profile span{color:#12311fad;text-align:right}.green-account-msg,.green-empty{color:#12311fbd;background:#0f7b4514;border-radius:20px;margin:14px 0 0;padding:12px 14px;font-weight:800}.green-account-msg button{color:var(--g);font:inherit;cursor:pointer;background:0 0;border:0;font-weight:900;text-decoration:underline}.green-account-open{margin-top:16px}.green-shop-modal{z-index:50;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.green-shop-modal__backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05160ea8;border:0;position:absolute;inset:0}.green-shop-modal__panel{z-index:1;background:radial-gradient(circle at 92% 10%,#f4c64b38,#0000 14rem),linear-gradient(145deg,#fffffff5,#f2faeaf0);border:1px solid #ffffff47;border-radius:34px;width:min(620px,100%);max-height:calc(100dvh - 44px);padding:28px;position:relative;overflow:auto;box-shadow:0 36px 110px #0000004d}.green-shop-modal__panel--cart{width:min(720px,100%)}.green-shop-modal__panel--account{width:min(860px,100%)}.green-account-modal__body{gap:22px;display:grid}.green-account-modal__section h4{color:var(--g);margin:0 0 14px;font-size:18px}.green-profile-readonly{color:#12311fb8;gap:10px;margin:0 0 12px;display:flex}.green-order-card__toggle{text-align:left;cursor:pointer;color:inherit;font:inherit;background:0 0;border:0;padding:0}.green-order-card.is-open{background:#f7fff9eb;border-color:#0f7b4547}.green-order-card__conversation{gap:10px;margin-top:4px;display:grid}.green-order-card__conversation>strong{color:var(--g);font-size:13px}.green-order-card__msg{background:#fff;border:1px solid #0f7b451f;border-radius:18px;padding:12px 14px}.green-order-card__msg span,.green-order-card__msg--customer span{letter-spacing:.04em;text-transform:uppercase;color:#12311f8c;margin-bottom:6px;font-size:11px;font-weight:900;display:block}.green-order-card__msg p{margin:0;line-height:1.55}.green-shop-modal__close{z-index:2;background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:50%;width:42px;height:42px;font-size:28px;line-height:1;position:absolute;top:18px;right:18px;box-shadow:0 14px 34px #12311f33}.green-cart-list{gap:10px;margin-bottom:16px;display:grid}.green-cart-row{background:#fbf7e89e;border:1px solid #0f7b4514;border-radius:22px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.green-cart-row div:first-child{gap:3px;display:grid}.green-cart-row span{color:#12311f9e;font-size:13px;font-weight:800}.green-cart-qty{align-items:center;gap:8px;display:flex}.green-cart-qty button{background:var(--g);color:#fff;border:0;border-radius:50%;width:32px;height:32px;font-weight:900}.green-cart-total{border-top:1px dashed #0f7b452e;justify-content:space-between;align-items:center;gap:20px;padding:16px 0;display:flex}.green-cart-total span{color:#12311f9e;font-weight:900}.green-cart-total strong{color:var(--g);font-size:26px}.green-orders-card{padding:28px}.green-orders-list{gap:14px;display:grid}.green-order-card{background:radial-gradient(circle at 96% 12%,#f4c64b29,#0000 10rem),#ffffffc7;border:1px solid #0f7b451a;border-radius:26px;padding:18px}.green-order-card header,.green-order-card footer{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.green-order-card header div{gap:4px;display:grid}.green-order-card header span,.green-order-card__items span{color:#12311f9e;font-size:13px;font-weight:800}.green-order-card small{color:var(--g);text-align:right;background:#0f7b451a;border-radius:999px;padding:7px 10px;font-weight:900}.green-order-card__items{flex-wrap:wrap;gap:8px;margin:16px 0;display:flex}.green-order-card__items span{background:#12311f0f;border-radius:999px;padding:7px 10px}.green-order-card footer strong{color:var(--g);font-size:20px}.green-order-card footer p,.green-order-card__waiting{color:#12311f9e;text-align:right;max-width:620px;margin:0;font-style:italic;line-height:1.6}.green-order-card__jane{text-align:left;background:#0f7b4514;border:1px solid #0f7b4524;border-radius:18px;gap:6px;max-width:420px;margin-left:auto;padding:12px 14px;display:grid}.green-order-card__jane span{color:var(--g);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:900}.green-order-card__jane p{color:#12311fd1;text-align:left;margin:0;font-style:normal;line-height:1.55}.green-final{background:var(--g);color:#fff;border-radius:40px 40px 0 0;justify-content:space-between;align-items:center;gap:30px;padding:54px;display:flex}.green-final .eyebrow,.green-final p{color:#ffffffc7}.green-final .eyebrow:before{background:#fff}.green-final h2{letter-spacing:-.055em;max-width:680px;margin:16px 0;font-size:clamp(32px,4vw,52px);line-height:1.05}.green-btn--light{color:var(--g);box-shadow:none;white-space:nowrap;background:#fff}.green-header__mobile-right{align-items:center;gap:8px;display:none}.green-header__icon-btn{cursor:pointer;width:42px;height:42px;color:var(--g);background:#ffffffb8;border:1px solid #0f7b452e;border-radius:50%;justify-content:center;align-items:center;font-size:18px;text-decoration:none;display:inline-flex;position:relative}.green-hamburger{cursor:pointer;background:#ffffffb8;border:1px solid #0f7b452e;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;display:flex}.green-hamburger span{background:var(--g);transform-origin:50%;border-radius:2px;width:18px;height:2px;transition:transform .25s,opacity .2s;display:block}.green-hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.green-hamburger--open span:nth-child(2){opacity:0}.green-hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.green-mobile-menu{z-index:99;opacity:0;pointer-events:none;background:#fff;border-bottom-right-radius:24px;border-bottom-left-radius:24px;flex-direction:column;gap:20px;padding:20px 24px 28px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .25s;display:none;position:fixed;top:72px;left:0;right:0;transform:translateY(-110%);box-shadow:0 8px 32px #0000001f}.green-mobile-menu--open{opacity:1;pointer-events:auto;transform:translateY(0)}.green-mobile-menu__lang{background:#ffffffe6;border:1px solid #0f7b4524;border-radius:999px;align-self:flex-start;align-items:center;gap:4px;padding:4px;display:inline-flex}.green-mobile-menu__lang button{color:#12311fa8;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:8px 16px;font-size:14px;font-weight:900}.green-mobile-menu__lang button.active{background:var(--g);color:#fff;box-shadow:0 4px 12px #0f7b4538}.green-mobile-menu__nav{flex-direction:column;gap:4px;display:flex}.green-mobile-menu__nav a{color:#12311fd1;border-bottom:1px solid #0f7b4514;padding:12px 4px;font-size:18px;font-weight:800;text-decoration:none;display:block}.green-mobile-menu__nav a:last-child{border-bottom:none}.green-mobile-menu__nav a:hover{color:var(--g)}.green-mobile-menu__nav-shop{color:var(--g)!important}.green-mobile-menu__footer{align-items:center;gap:12px;padding-top:4px;display:flex}.green-mobile-menu__account{color:var(--g);background:#ffffffb8;border:1px solid #0f7b452e;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:6px;padding:11px 18px;font-size:14px;font-weight:900;text-decoration:none;display:inline-flex;position:relative}.green-mobile-backdrop{z-index:98;background:#00000059;position:fixed;inset:72px 0 0}@media (width<=980px){.green-header nav,.green-header__nav-desktop{display:none}.green-hero,.green-banner{grid-template-columns:1fr}.green-account__head,.green-account__grid{display:block}.green-account__head p{margin-top:14px}.green-account__card{margin-bottom:18px}.green-hero{padding:34px}.green-order__inner{grid-template-columns:1fr}.green-hero__visual{min-height:430px}.green-hero__orb{width:300px;height:300px;top:54px;right:10%}.green-promises,.green-category-grid,.green-product-grid,.green-order__steps{grid-template-columns:repeat(2,1fr)}.green-section__head{display:block}.green-section__head .eyebrow{margin-bottom:14px}.green-product-count{margin-top:16px;display:inline-flex}.green-section--products{width:min(100% - 28px,1180px);padding-left:48px;padding-right:48px}.green-product-arrow--left{left:-38px}.green-product-arrow--right{right:-38px}.green-final{display:block}.green-final .green-btn{margin-top:24px}}@media (width<=620px){.green-header,.green-hero,.green-promises,.green-section,.green-banner,.green-final,.green-order__inner,.green-order__steps{width:min(100% - 28px,1180px)}.green-header__actions--desktop{display:none!important}.green-header__mobile-right,.green-mobile-menu{display:flex}.green-logo{min-width:auto}.green-logo img{width:44px;height:44px}.green-logo strong{font-size:18px}.green-logo small{font-size:9px}.green-header{gap:12px;height:64px}.green-mobile-menu,.green-mobile-backdrop{top:64px}.green-hero{min-height:auto;padding:24px}.green-hero:before{border-radius:30px}.green-hero:after{display:none}.green-hero__copy{padding:12px 0 20px}.green-hero h1{font-size:42px}.green-promises{padding:18px}.green-promises:before{border-radius:28px}.green-order{margin-bottom:10px;padding:50px 0}.green-section--market,.green-section--products{padding:34px 18px}.green-section--market:before,.green-section--products:before{border-radius:30px}.green-section--market:after,.green-section--products:after{display:none}.green-order__choices,.green-promises,.green-category-grid,.green-product-grid,.green-order__steps{grid-template-columns:1fr}.green-product-carousel{padding:0 14px}.green-product-arrow{width:46px;height:46px;font-size:32px}.green-product-arrow--left{left:-4px}.green-product-arrow--right{right:-4px}.green-order__choices article{min-height:190px}.green-banner,.green-final{padding:30px}.green-account{border-radius:30px;width:min(100% - 20px,1180px);margin-top:52px;padding:30px 16px}.green-account__head h2{font-size:34px}.green-account__card{border-radius:26px;padding:18px}.green-cart-row,.green-order-card header,.green-order-card footer{display:grid}.green-order-card footer p{text-align:left}.green-hero__visual{border-radius:28px;min-height:390px}.green-hero__orb{width:230px;height:230px;top:58px;right:24px}.green-hero__plate{width:78%;top:47%}.produce-note{width:calc(100% - 28px);margin:10px 14px;position:relative;inset:auto}.green-hero__stamp{width:82px;height:82px;font-size:13px;bottom:18px;left:auto;right:18px}}.green-account--teaser{text-align:center}.green-account__teaser-actions{flex-direction:column;align-items:center;gap:14px;margin-top:8px;display:flex}.green-account-teaser__hello{color:#0f7b45b8;margin:0;font-weight:700}.green-account-page{color:#123524;background:radial-gradient(circle at 0 0,#ffd66659,#0000 28%),linear-gradient(#f7fff9 0%,#eef8f1 100%);min-height:100vh;padding:28px 0 60px}.green-account-header{width:min(100% - 32px,1180px);margin:0 auto 24px}.green-account-header__inner{background:#ffffffc7;border:1px solid #0f7b451f;border-radius:34px;padding:28px 32px;box-shadow:0 18px 50px #0f7b4514}.green-account-back{color:var(--g);margin-bottom:14px;font-weight:800;text-decoration:none;display:inline-block}.green-account-header h1{margin:0 0 10px;font-size:clamp(34px,5vw,54px);line-height:1.02}.green-account-header p{color:#123524b8;max-width:720px;margin:0;line-height:1.6}.green-account-lang{gap:8px;margin-top:18px;display:flex}.green-account-lang button{min-width:48px;min-height:38px;color:var(--g);cursor:pointer;background:#fff;border:1px solid #0f7b452e;border-radius:999px;font-weight:800}.green-account-lang button.active{background:var(--g);color:#fff}.green-account-notice{width:min(100% - 32px,1180px);color:var(--g);background:#0f7b451a;border-radius:18px;margin:0 auto 18px;padding:14px 18px;font-weight:700}.green-account-notice--error{color:#8f1f1f;background:#b42a2a1a}.green-account-main{width:min(100% - 32px,1180px);margin:0 auto}.green-account-auth,.green-account-card{background:#ffffffd6;border:1px solid #0f7b451f;border-radius:30px;padding:28px;box-shadow:0 16px 40px #0f7b4512}.green-account-auth h2,.green-account-card h2{margin:0 0 18px;font-size:28px}.green-account-auth__tabs{gap:10px;margin-bottom:18px;display:flex}.green-account-auth__tabs button{min-height:44px;color:var(--g);cursor:pointer;background:#fff;border:1px solid #0f7b4529;border-radius:999px;flex:1;font-weight:800}.green-account-auth__tabs button.active{background:var(--g);color:#fff}.green-account-grid{grid-template-columns:minmax(280px,.9fr) minmax(0,1.4fr);align-items:start;gap:22px;display:grid}.green-account-card__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.green-account-logout,.green-account-card__head button{color:var(--g);cursor:pointer;background:0 0;border:0;font-weight:800;text-decoration:underline}.green-account-greeting{color:#123524c7;margin:0 0 16px;font-weight:800}.green-account-phone-readonly{color:#123524b8;margin:0 0 14px}.green-account-muted{color:#12352494}.green-account-orders-layout{grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:18px;display:grid}.green-account-order-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.green-account-order-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #0f7b451f;border-radius:20px;gap:6px;width:100%;padding:14px 16px;display:grid}.green-account-order-item.active{background:#0f7b4514;border-color:#0f7b456b}.green-account-order-item__code{color:var(--g);font-weight:900}.green-account-order-item__status,.green-account-order-item__total{color:#123524b8;font-size:13px}.green-account-order-item__badge{justify-self:start}.green-account-order-detail{background:#f7fff9eb;border:1px solid #0f7b451a;border-radius:24px;padding:18px}.green-account-order-detail header h3{margin:0 0 8px}.green-account-order-meta{gap:10px;margin:0 0 18px;display:grid}.green-account-order-meta div{grid-template-columns:120px 1fr;gap:10px;display:grid}.green-account-order-meta dt{color:#1235249e;margin:0;font-weight:800}.green-account-order-meta dd{margin:0}.green-account-order-items ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.green-account-order-items li{border-bottom:1px solid #0f7b4514;justify-content:space-between;gap:12px;padding:10px 0;display:flex}.green-account-conversation{border-top:1px solid #0f7b451a;margin-top:18px;padding-top:18px}.green-account-thread{gap:12px;display:grid}.green-account-msg{border-radius:18px;padding:14px 16px}.green-account-msg--customer{background:#fff;border:1px solid #0f7b451f}.green-account-msg--jane{background:#0f7b451a;border:1px solid #0f7b452e}.green-account-msg__label{letter-spacing:.04em;text-transform:uppercase;color:#12352494;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.green-account-msg p{margin:0;line-height:1.55}.green-account-jane-pending{margin:0}@media (width<=900px){.green-account-grid,.green-account-orders-layout{grid-template-columns:1fr}}.ca-page{flex-direction:column;min-height:100vh;display:flex;overflow:clip}.ca-notice{color:var(--g);text-align:center;z-index:4;background:#0f7b451f;border-bottom:1px solid #0f7b4538;padding:11px 24px;font-size:14px;font-weight:700;position:relative}.ca-notice--error{color:#b02020;background:#c8282817;border-color:#c8282833}.ca-hero{z-index:2;color:#fff;text-align:center;background:radial-gradient(circle at 85% 30%,#f4c64b52,#0000 20rem),radial-gradient(circle at 5% 60%,#7ccf5947,#0000 24rem),linear-gradient(135deg,#0f7b45e6 0%,#0a5a32f2 100%);padding:48px 24px 52px;position:relative}.ca-hero__inner{max-width:640px;margin:0 auto}.ca-hero .eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffffe6;background:#ffffff26;border:1px solid #ffffff40;border-radius:999px;margin-bottom:12px;padding:4px 14px;font-size:11px;font-weight:900;display:inline-block}.ca-hero h1{letter-spacing:-.03em;color:#fff;margin-bottom:10px;font-size:clamp(26px,4vw,40px);font-weight:900}.ca-hero p{color:#ffffffc2;margin:0;font-size:15px;line-height:1.6}.ca-auth-screen{flex:1;justify-content:center;align-items:center;padding:48px 24px 64px;display:flex}.ca-auth-card{background:#fff;border:1px solid #0f7b451f;border-radius:24px;width:min(460px,100%);padding:40px 44px;box-shadow:0 24px 72px #0f7b4529}.ca-auth-tabs{border:1px solid #0f7b4524;border-radius:14px;margin-bottom:24px;display:flex;overflow:hidden}.ca-auth-tabs button{color:#12311f99;cursor:pointer;background:0 0;border:0;flex:1;padding:12px;font-family:inherit;font-size:14px;font-weight:900;transition:background .18s,color .18s}.ca-auth-tabs button.active{background:var(--g);color:#fff;box-shadow:0 6px 18px #0f7b453d}.ca-form{flex-direction:column;gap:14px;display:flex}.ca-field{flex-direction:column;gap:5px;display:flex}.ca-field>span:first-child{text-transform:uppercase;letter-spacing:.08em;color:#12311f80;font-size:11px;font-weight:900}.ca-field input,.ca-field textarea{color:var(--ink);background:#fafff8;border:1px solid #0f7b4529;border-radius:12px;outline:none;padding:12px 15px;font-family:inherit;font-size:14px;font-weight:600;transition:border-color .18s,box-shadow .18s}.ca-field input:focus,.ca-field textarea:focus{border-color:var(--g);background:#fff;box-shadow:0 0 0 3px #0f7b4521}.ca-field__help{color:#12311f7a;font-size:12px;line-height:1.4}.ca-field--readonly{background:#0f7b450f;border:1px solid #0f7b451f;border-radius:12px;flex-direction:row;align-items:center;gap:12px;padding:11px 15px}.ca-field--readonly>span:first-child{text-transform:uppercase;letter-spacing:.08em;color:#12311f7a;flex-shrink:0;font-size:11px;font-weight:900}.ca-field__value{font-size:14px;font-weight:700}.ca-btn{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:14px 30px;font-family:inherit;font-size:15px;font-weight:900;transition:opacity .15s,box-shadow .15s,transform .15s;display:inline-flex}.ca-btn--primary{background:linear-gradient(135deg,var(--g),#0a5f38);color:#fff;box-shadow:0 14px 32px #0f7b4547}.ca-btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 40px #0f7b455c}.ca-btn--primary:disabled{opacity:.52;cursor:not-allowed;transform:none}.ca-layout{flex:1;width:100%;max-width:1280px;margin:0 auto;display:flex}.ca-sidebar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff8c;border-right:1px solid #0f7b451a;flex-shrink:0;width:230px;padding:32px 16px}.ca-sidebar__list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.ca-sidebar__item{color:#12311f99;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:12px;width:100%;padding:13px 18px;font-family:inherit;font-size:14px;font-weight:800;transition:background .18s,color .18s,box-shadow .18s;display:flex}.ca-sidebar__item:hover{color:var(--g);background:#0f7b4517}.ca-sidebar__item.is-active{color:var(--g);box-shadow:inset 3px 0 0 var(--g);background:linear-gradient(135deg,#0f7b4524,#7ccf591a);font-weight:900}.ca-sidebar__icon{font-size:19px;line-height:1}.ca-content{flex:1;min-width:0;padding:40px 44px}.ca-section__header{margin-bottom:28px}.ca-section__header .eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--g);margin-bottom:6px;font-size:11px;font-weight:900;display:inline-block}.ca-section__header h2{letter-spacing:-.03em;align-items:center;gap:10px;margin:0;font-size:26px;font-weight:900;display:flex}.ca-count-badge{background:var(--g);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:26px;padding:0 7px;font-size:12px;font-weight:900;display:inline-flex}.ca-profile-card{background:#fff;border:1px solid #0f7b451f;border-radius:22px;max-width:500px;padding:36px 40px;box-shadow:0 16px 56px #0f7b451f}.ca-orders-layout{grid-template-columns:300px 1fr;align-items:start;gap:20px;display:grid}.ca-empty-state{color:#12311f73;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;font-size:15px;display:flex}.ca-empty-state span{opacity:.5;font-size:48px}.ca-order-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ca-order-list-item{align-items:stretch;display:flex;position:relative}.ca-order-list-item .ca-order-item{flex:1;padding-right:44px}.ca-order-hide-btn{color:#dc2626;cursor:pointer;opacity:0;z-index:1;background:#dc262614;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:700;transition:opacity .18s,background .18s;display:flex;position:absolute;top:10px;right:10px}.ca-order-list-item:hover .ca-order-hide-btn{opacity:1}.ca-order-hide-btn:hover{background:#dc26262e}.ca-order-item{cursor:pointer;text-align:left;width:100%;color:var(--ink);background:#fff;border:1px solid #0f7b451f;border-radius:16px;flex-direction:column;gap:7px;padding:16px 18px;font-family:inherit;transition:border-color .18s,box-shadow .18s,background .18s,transform .15s;display:flex}.ca-order-item:hover{border-color:#0f7b454d;transform:translateY(-1px);box-shadow:0 6px 22px #0f7b451f}.ca-order-item.is-active{border-color:var(--g);background:linear-gradient(135deg,#0f7b450f,#7ccf590a);box-shadow:0 8px 28px #0f7b452e}.ca-order-item__top{justify-content:space-between;align-items:center;display:flex}.ca-order-item__code{font-size:14px;font-weight:900}.ca-order-item__badge{font-size:15px}.ca-order-item__footer{justify-content:space-between;align-items:center;margin-top:2px;display:flex}.ca-order-item__total{color:var(--g);font-size:15px;font-weight:900}.ca-order-item__date{color:#12311f6b;font-size:11px;font-weight:600}.ca-status{border-radius:999px;padding:4px 10px;font-size:11px;font-weight:900;display:inline-block}.ca-status--pending{color:#8a6400;background:#f4c64b33}.ca-status--accepted{color:#0a5f38;background:#0f7b451f}.ca-status--shipped{color:#2a5fc4;background:#3e84ff1a}.ca-status--completed{color:#0a5a30;background:#0f7b452e}.ca-status--cancelled{color:#b02020;background:#c8282817}.ca-order-detail{background:#fff;border:1px solid #0f7b451f;border-radius:22px;flex-direction:column;gap:0;padding:0;display:flex;overflow:hidden;box-shadow:0 16px 56px #0f7b451f}.ca-order-detail__banner{color:#fff;background:linear-gradient(135deg,#0f7b45e0 0%,#0a5a30f0 100%);justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.ca-order-detail__code{color:#fff;margin:0 0 6px;font-size:16px;font-weight:900}.ca-order-detail__banner .ca-status{color:#fff;background:#ffffff2e;border:1px solid #ffffff47}.ca-order-detail__total{color:#fff;letter-spacing:-.02em;font-size:24px;font-weight:900}.ca-order-detail__meta{border-bottom:1px solid #0f7b4517;flex-wrap:wrap;gap:0;margin:0;padding:0;display:flex}.ca-order-detail__meta>div{border-right:1px solid #0f7b4517;flex-direction:column;flex:1;gap:3px;min-width:140px;padding:16px 22px;display:flex}.ca-order-detail__meta>div:last-child{border-right:0}.ca-order-detail__meta dt{text-transform:uppercase;letter-spacing:.1em;color:#12311f75;font-size:10px;font-weight:900}.ca-order-detail__meta dd{margin:0;font-size:14px;font-weight:700}.ca-order-detail__products,.ca-order-detail__conversation{border-top:1px solid #0f7b4514;padding:22px 28px}.ca-order-detail__products h4,.ca-order-detail__conversation h4{text-transform:uppercase;letter-spacing:.1em;color:#12311f75;margin-bottom:12px;font-size:11px;font-weight:900}.ca-order-detail__products ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.ca-product-row{background:#0f7b450d;border:1px solid #0f7b4514;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:14px;font-weight:700;display:flex}.ca-thread{flex-direction:column;gap:10px;display:flex}.ca-bubble{border-radius:16px;max-width:88%;padding:13px 17px}.ca-bubble--customer{background:#0f7b4512;border:1px solid #0f7b4524;align-self:flex-start}.ca-bubble--jane{background:#f4c64b29;border:1px solid #f4c64b57;align-self:flex-end}.ca-bubble__label{text-transform:uppercase;letter-spacing:.08em;color:#12311f7a;margin-bottom:5px;font-size:10px;font-weight:900;display:block}.ca-bubble p{margin:0;font-size:14px;font-weight:600;line-height:1.55}.ca-reply-form{border-top:1px solid #0f7b4524;flex-direction:column;gap:10px;margin-top:12px;padding-top:14px;display:flex}.ca-reply-form__input{resize:vertical;box-sizing:border-box;background:#0f7b4508;border:1.5px solid #0f7b4540;border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.ca-reply-form__input:focus{border-color:#0f7b45;outline:none}.ca-muted{color:#12311f75;margin:0;font-size:14px;font-style:italic}@media (width<=960px){.ca-sidebar{width:70px;padding:24px 10px}.ca-sidebar__label{display:none}.ca-sidebar__item{justify-content:center;gap:0;padding:13px}.ca-content{padding:28px 24px}.ca-orders-layout{grid-template-columns:1fr}}@media (width<=640px){.ca-sidebar{display:none}.ca-content{padding:20px 16px}.ca-profile-card{padding:24px 20px}.ca-auth-card{padding:28px 24px}.ca-hero{padding:36px 16px 40px}.ca-order-detail__banner{flex-direction:column;align-items:flex-start;gap:8px}}.green-section__head-right{align-items:center;gap:16px;display:flex}.green-shop-link{color:var(--g);white-space:nowrap;border-bottom:1px solid #0f7b454d;padding-bottom:1px;font-size:13px;font-weight:700;text-decoration:none;transition:color .2s}.green-shop-link:hover{color:var(--g2)}.shop-page{min-height:100vh}.shop-nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#f2faeaeb;position:sticky;top:0}.shop-nav nav{align-items:center;gap:4px;display:flex}.shop-nav nav a{color:var(--ink);border-radius:20px;padding:6px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.shop-nav nav a:hover{background:#0f7b4514}.shop-nav__active{background:var(--g)!important;color:#fff!important}.shop-cart-btn{align-items:center;gap:7px;display:inline-flex;position:relative}.shop-cart-badge{background:var(--g);color:#fff;border-radius:9999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.shop-account-btn{position:relative}.shop-msg-badge{background:#e53e3e;animation:1.8s ease-in-out infinite msg-pulse}@keyframes msg-pulse{0%,to{box-shadow:0 0 #e53e3e80}50%{box-shadow:0 0 0 5px #e53e3e00}}.shop-page-header{width:min(1280px,100% - 24px);margin:32px auto 0}.shop-breadcrumb{color:#12311f80;align-items:center;gap:6px;margin-bottom:10px;font-size:12px;display:flex}.shop-breadcrumb a{color:var(--g);font-weight:600;text-decoration:none}.shop-breadcrumb a:hover{text-decoration:underline}.shop-page-header__row{align-items:baseline;gap:16px;display:flex}.shop-page-title{color:var(--ink);letter-spacing:-.02em;margin:0;font-size:clamp(22px,4vw,36px);font-weight:900}.shop-product-count{color:#12311f80;font-size:13px;font-weight:600}.shop-filters-bar{flex-wrap:wrap;align-items:center;gap:16px;width:min(1280px,100% - 24px);margin:20px auto 0;display:flex}.shop-filter-tabs{flex-wrap:wrap;flex:1;gap:8px;display:flex}.shop-filter-tab{border:1.5px solid var(--line);color:#12311fa6;cursor:pointer;background:0 0;border-radius:9999px;align-items:center;gap:6px;padding:7px 16px;font-family:Quicksand,sans-serif;font-size:13px;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.shop-filter-tab:hover{border-color:var(--g);color:var(--g)}.shop-filter-tab--active{border-color:var(--g);background:var(--g);color:#fff}.shop-filter-tab--active:hover{background:var(--g2);border-color:var(--g2);color:var(--ink)}.shop-filter-tab__count{text-align:center;background:#ffffff40;border-radius:9999px;min-width:20px;padding:1px 6px;font-size:10px;font-weight:800}.shop-filter-tab:not(.shop-filter-tab--active) .shop-filter-tab__count{color:#12311f80;background:#12311f12}.shop-search-wrap{flex-shrink:0}.shop-search{border:1.5px solid var(--line);width:220px;height:40px;color:var(--ink);background:#fff;border-radius:20px;outline:none;padding:0 18px;font-family:Quicksand,sans-serif;font-size:13px;transition:border-color .2s}.shop-search:focus{border-color:var(--g)}.shop-search::placeholder{color:#12311f66}.shop-grid-wrap{width:min(1280px,100% - 24px);margin:28px auto 60px}.shop-state{text-align:center;color:#12311f80;padding:60px 0;font-size:15px}.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.shop-card{background:#fff;border:1px solid #0f7b451a;border-radius:16px;flex-direction:column;transition:transform .2s,border-color .2s;display:flex;overflow:hidden}.shop-card:hover{border-color:#0f7b454d;transform:translateY(-3px)}.shop-card__media{aspect-ratio:1;cursor:pointer;background:var(--soft);position:relative;overflow:hidden}.shop-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.shop-card:hover .shop-card__media img{transform:scale(1.04)}.shop-card__placeholder{width:100%;height:100%;color:var(--g);opacity:.35;justify-content:center;align-items:center;font-family:monospace;font-size:48px;font-weight:900;display:flex}.shop-card__in-cart{background:var(--g);color:#fff;letter-spacing:.04em;text-transform:uppercase;border-radius:9999px;padding:3px 9px;font-size:10px;font-weight:800;position:absolute;top:10px;right:10px}.shop-card__body{flex-direction:column;flex:1;gap:4px;padding:14px 16px 16px;display:flex}.shop-card__top-row{justify-content:space-between;align-items:center;gap:4px;margin-bottom:2px;display:flex}.shop-card__cat{text-transform:uppercase;letter-spacing:.06em;color:var(--g);font-size:10px;font-weight:800}.shop-card__sku{color:#555;letter-spacing:.02em;background:#00000012;border-radius:4px;padding:1px 5px;font-family:Courier New,monospace;font-size:11px;font-weight:700}.shop-card__name{color:var(--ink);cursor:pointer;margin:0;font-size:14px;font-weight:800;line-height:1.35}.shop-card__name:hover{color:var(--g)}.shop-card__desc{color:#12311f8c;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.shop-card__footer{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.shop-card__price{color:var(--ink);font-size:18px;font-weight:900}.shop-card__add{background:var(--g);color:#fff;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:22px;font-weight:300;line-height:1;transition:background .2s,transform .15s;display:flex}.shop-card__add:hover{background:var(--g2);transform:scale(1.1)}.shop-detail-panel{z-index:220;background:#fff;border:1px solid #0f7b451f;border-radius:20px;grid-template-columns:1fr 1fr;width:min(720px,94vw);max-height:90vh;margin:auto;display:grid;position:fixed;inset:0;overflow:hidden}.shop-detail-media{background:var(--soft);overflow:hidden}.shop-detail-media img{object-fit:cover;width:100%;height:100%}.shop-detail-placeholder{width:100%;height:100%;min-height:280px;color:var(--g);opacity:.3;justify-content:center;align-items:center;font-family:monospace;font-size:72px;font-weight:900;display:flex}.shop-detail-info{flex-direction:column;gap:12px;padding:36px 32px;display:flex;overflow-y:auto}.shop-detail-name{color:var(--ink);margin:0;font-size:22px;font-weight:900;line-height:1.3}.shop-detail-desc{color:#12311fa6;margin:0;font-size:14px;line-height:1.6}.shop-detail-meta{align-items:baseline;gap:10px;margin-top:4px;display:flex}.shop-detail-price{color:var(--ink);font-size:28px;font-weight:900}.shop-detail-unit{color:#12311f73;font-size:13px}.shop-detail-add{margin-top:auto}.shop-detail-add--incart{background:var(--g2);color:var(--ink)}.shop-drawer-overlay{z-index:200;position:fixed;inset:0}.shop-drawer-backdrop{cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#12311f59;border:none;position:absolute;inset:0}.shop-drawer{background:#fff;border-left:1px solid #0f7b4526;flex-direction:column;width:min(420px,100vw);height:100%;animation:.25s shopDrawerIn;display:flex;position:absolute;top:0;right:0;overflow:hidden}@keyframes shopDrawerIn{0%{transform:translate(100%)}to{transform:translate(0)}}.shop-drawer__header{border-bottom:1px solid var(--line);background:var(--soft);flex-shrink:0;align-items:center;gap:10px;padding:20px 24px 16px;display:flex}.shop-drawer__header h2{color:var(--ink);margin:0;font-size:18px;font-weight:900}.shop-drawer__header span{color:#12311f80;background:#0f7b451a;border-radius:9999px;padding:2px 8px;font-size:12px;font-weight:600}.shop-drawer__close{border:1px solid var(--line);cursor:pointer;color:#12311f80;background:0 0;border-radius:9999px;justify-content:center;align-items:center;width:32px;height:32px;margin-left:auto;font-size:18px;transition:background .15s;display:flex}.shop-drawer__close:hover{background:#12311f0f}.shop-drawer__items{flex-direction:column;flex:1;gap:10px;padding:16px 20px;display:flex;overflow-y:auto}.shop-drawer__item{background:#0f7b4508;border:1px solid #0f7b4517;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex}.shop-drawer__item-thumb{background:var(--soft);border-radius:8px;flex-shrink:0;width:52px;height:52px;overflow:hidden}.shop-drawer__item-thumb img{object-fit:cover;width:100%;height:100%}.shop-drawer__item-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.shop-drawer__item-info strong{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:800;overflow:hidden}.shop-drawer__item-info span{color:#12311f80;font-size:11px}.shop-drawer__item-qty{flex-shrink:0;align-items:center;gap:8px;display:flex}.shop-drawer__item-qty button{border:1px solid var(--line);cursor:pointer;width:26px;height:26px;color:var(--ink);background:0 0;border-radius:9999px;justify-content:center;align-items:center;font-family:Quicksand,sans-serif;font-size:16px;transition:background .15s;display:flex}.shop-drawer__item-qty button:hover{background:#0f7b451a}.shop-drawer__item-qty span{color:var(--ink);text-align:center;min-width:20px;font-size:14px;font-weight:800}.shop-drawer__footer{border-top:1px solid var(--line);background:var(--soft);flex-direction:column;flex-shrink:0;gap:14px;padding:20px;display:flex}.shop-drawer__total{justify-content:space-between;align-items:center;display:flex}.shop-drawer__total span{color:#12311f99;font-size:13px}.shop-drawer__total strong{color:var(--ink);font-size:22px;font-weight:900}.shop-drawer__total strong:before{content:""}.shop-drawer__checkout{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.shop-drawer__back{color:var(--g);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:Quicksand,sans-serif;font-size:13px;font-weight:700}.shop-drawer__back:hover{text-decoration:underline}.shop-checkout-summary{background:#0f7b4512;border:1px solid #0f7b4526;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.shop-checkout-summary span{color:#12311f99;font-size:12px}.shop-checkout-summary strong{color:var(--g);font-size:20px;font-weight:900}.shop-checkout-label{color:#12311fb3;flex-direction:column;gap:6px;font-size:13px;font-weight:700;display:flex}.shop-delivery-toggle{gap:8px;display:flex}.shop-del-btn{border:1.5px solid var(--line);color:#12311f99;cursor:pointer;background:0 0;border-radius:10px;flex:1;padding:9px 0;font-family:Quicksand,sans-serif;font-size:12px;font-weight:600;transition:all .15s}.shop-del-btn.active{border-color:var(--g);background:var(--g);color:#fff}.shop-checkout-input{border:1.5px solid var(--line);width:100%;color:var(--ink);resize:vertical;background:#fff;border-radius:10px;outline:none;padding:10px 14px;font-family:Quicksand,sans-serif;font-size:13px;transition:border-color .2s}.shop-checkout-input:focus{border-color:var(--g)}.shop-floating-cart{z-index:150;background:var(--g);color:#fff;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:8px;padding:12px 20px;font-family:Quicksand,sans-serif;font-size:14px;font-weight:800;transition:transform .2s,background .2s;display:flex;position:fixed;bottom:28px;right:28px}.shop-floating-cart:hover{background:var(--g2);color:var(--ink);transform:translateY(-2px)}.shop-floating-total{opacity:.85;font-size:13px;font-weight:700}@media (width<=1024px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-detail-panel{grid-template-columns:1fr}.shop-detail-media{aspect-ratio:16/9}}@media (width<=768px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-filters-bar{flex-direction:column;align-items:stretch}.shop-search,.shop-search-wrap{width:100%}.shop-nav nav{display:none}.shop-detail-panel{border-radius:0;width:100vw;height:100dvh;max-height:100dvh}}@media (width<=480px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shop-drawer{width:100vw}.shop-floating-cart{padding:10px 16px;font-size:13px;bottom:16px;right:16px}}.green-product--display .green-product__display-footer{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.green-product--display footer button{display:none}.green-carousel-cta{justify-content:center;margin-top:32px;display:flex}.green-carousel-cta .green-btn{letter-spacing:.02em;padding:14px 36px;font-size:1.05rem}.green-header__nav-shop{border:1.5px solid var(--g);border-radius:20px;font-weight:700;transition:background .15s,color .15s;color:var(--g)!important;padding:4px 14px!important}.green-header__nav-shop:hover{background:var(--g);color:#fff!important}.green-header__nav-shop--active{background:var(--g)!important;color:#fff!important}.green-header__nav-shop--active:hover{background:var(--ink)!important}.shop-cat-section{width:min(1280px,100% - 24px);margin:0 auto;padding:0 0 .5rem}.shop-cat-cards{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.shop-cat-card{border:2px solid var(--line);cursor:pointer;text-align:center;background:#fff;border-radius:14px;flex-direction:column;flex-shrink:0;align-items:center;gap:.45rem;width:130px;padding:.7rem .5rem .75rem;transition:border-color .18s,box-shadow .18s,transform .15s;display:flex}.shop-cat-card:hover{border-color:var(--g);transform:translateY(-2px);box-shadow:0 4px 18px #0f7b4521}.shop-cat-card--active{border-color:var(--g);background:#0f7b450f;box-shadow:0 4px 18px #0f7b452e}.shop-cat-card__img{border-radius:10px;flex-shrink:0;width:72px;height:72px;overflow:hidden}.shop-cat-card__img img{object-fit:cover;width:100%;height:100%}.shop-cat-card__label{color:var(--ink);font-size:.82rem;font-weight:700;line-height:1.2}.shop-cat-card--active .shop-cat-card__label{color:var(--g)}.shop-cat-card__count{color:#fff;background:var(--g);border-radius:999px;padding:1px 8px;font-size:.72rem;font-weight:600;line-height:1.6}.shop-cat-card--empty{opacity:.5;cursor:default}.shop-cat-card--empty .shop-cat-card__count{background:#aaa}.shop-cat-card__placeholder{background:var(--line);border-radius:10px;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.8rem;display:flex}.shop-cat-group{margin-bottom:2.5rem;scroll-margin-top:90px}.shop-cat-group__header{border-bottom:2px solid var(--line);align-items:baseline;gap:.75rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.shop-cat-group__title{color:var(--ink);margin:0;font-size:1.2rem;font-weight:800}.shop-cat-group__count{color:var(--g);font-size:.8rem;font-weight:700}.shop-hero-wrap{width:min(1280px,100% - 24px);margin:24px auto 0}.shop-hero{color:#fff;background:linear-gradient(135deg,#0f7b45 0%,#1a9455 40%,#c9a227 100%);border-radius:20px;justify-content:space-between;align-items:center;min-height:260px;padding:clamp(2.5rem,6vw,4rem) clamp(1.5rem,5vw,3.5rem);display:flex;position:relative;overflow:hidden}.shop-hero__inner{z-index:2;max-width:560px;position:relative}.shop-hero__tag{letter-spacing:.04em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff2e;border:1px solid #ffffff59;border-radius:999px;margin-bottom:1rem;padding:.25rem .9rem;font-size:.82rem;font-weight:700;display:inline-block}.shop-hero__h1{text-shadow:0 2px 12px #0000002e;margin:0 0 .85rem;font-size:clamp(1.6rem,4vw,2.6rem);font-weight:900;line-height:1.15}.shop-hero__sub{color:#ffffffe0;max-width:480px;margin:0 0 1.6rem;font-size:clamp(.9rem,2vw,1.05rem);line-height:1.6}.shop-hero__cta{border-radius:999px;padding:.75rem 1.8rem;font-size:.95rem;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #0003;color:#0f7b45!important;background:#fff!important}.shop-hero__cta:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000047}.shop-hero__deco{pointer-events:none;z-index:1;position:absolute;inset:0}.shop-hero__circle{opacity:.12;background:#fff;border-radius:50%;position:absolute}.shop-hero__circle--1{width:340px;height:340px;top:-100px;right:-80px}.shop-hero__circle--2{opacity:.07;width:200px;height:200px;bottom:-60px;right:120px}.shop-hero__leaf{opacity:.22;z-index:1;-webkit-user-select:none;user-select:none;font-size:clamp(4rem,10vw,7rem);position:absolute;top:50%;right:clamp(1.5rem,8vw,5rem);transform:translateY(-50%)}.shop-trust-strip{border:1px solid var(--line);background:#fff;border-radius:14px;flex-wrap:wrap;justify-content:center;gap:0;width:min(1280px,100% - 24px);margin:16px auto 0;display:flex;overflow:hidden}.shop-trust-item{border-right:1px solid var(--line);align-items:center;gap:.5rem;padding:.9rem 1.5rem;display:flex}.shop-trust-item:last-child{border-right:none}.shop-trust-icon{font-size:1.3rem;line-height:1}.shop-trust-label{color:var(--ink);white-space:nowrap;font-size:.82rem;font-weight:700}.shop-section-header{text-align:center;margin-bottom:1.5rem}.shop-section-title{color:var(--ink);margin:0 0 .35rem;font-size:clamp(1.2rem,3vw,1.6rem);font-weight:900}.shop-section-sub{color:#666;margin:0;font-size:.9rem}@media (width<=600px){.shop-hero-wrap{margin:12px auto 0}.shop-hero{border-radius:14px;min-height:200px;padding:2rem 1.25rem}.shop-trust-item{padding:.7rem .8rem}.shop-trust-label{font-size:.72rem}.shop-hero__circle--1{width:180px;height:180px}.shop-trust-strip{border-radius:12px}}.shop-cat-quote{border-left:3px solid var(--g);color:#3a5a3e;background:#0f7b450d;border-radius:0 10px 10px 0;max-width:680px;margin:0 0 1.5rem;padding:1rem 1.25rem 1rem 1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}
