:root{--cream:#fbefdd;--cream-soft:#fff9ef;--sage:#4f7a5d;--sage-dark:#345240;--sage-light:#e7f0e9;--pink:#f3b6c8;--pink-soft:#fce7ed;--baby-blue:#aee0f0;--yellow:#f6e27a;--text:#4a4238;--text-soft:#7a7267;--white:#fff;--border:#e8ddc9;--danger:#c0503f;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--shadow-sm:0 2px 10px #4a423814;--shadow-md:0 12px 32px #4a42381f;--sans:"Poppins", system-ui, "Segoe UI", Roboto, sans-serif;font:16px/1.6 var(--sans);color:var(--text);background:var(--cream-soft);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3{color:var(--sage-dark);margin:0;font-weight:700}p{margin:0}a{color:var(--sage);text-decoration:none}button{font-family:inherit}img{max-width:100%;display:block}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--sage);color:var(--white);box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:var(--white);color:var(--sage-dark);border:1.5px solid var(--border)}.btn-secondary:hover:not(:disabled){border-color:var(--sage)}.btn-block{width:100%}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem}.form-field{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.form-field label{color:var(--sage-dark);font-size:.85rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--white);color:var(--text);padding:.75rem .9rem;font-family:inherit;font-size:.95rem}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:2px solid var(--sage);outline-offset:1px}.form-row{gap:1rem;display:flex}.form-row .form-field{flex:1}.error-banner{color:var(--danger);border-radius:var(--radius-sm);background:#fbeae6;border:1px solid #f0c4b8;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.page-section{padding:3rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--sage);font-size:.75rem;font-weight:700}.site-header{z-index:50;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0}.announcement-bar{background:var(--sage-dark);color:var(--cream-soft);text-align:center;letter-spacing:.02em;padding:.5rem 1rem;font-size:.8rem;font-weight:600}.site-header__row{align-items:center;gap:1.1rem;padding:.75rem 1.5rem;display:flex}.site-header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:.4rem;display:none}.site-header__burger span{background:var(--sage-dark);border-radius:2px;width:22px;height:2px}.site-header__logo{flex-shrink:0;align-items:center;display:flex}.site-header__logo img{width:auto;height:54px;display:block}.site-header__nav{flex:1;gap:1.1rem;min-width:0;display:flex}.nav-item{position:relative}.nav-item__label{color:var(--text);white-space:nowrap;padding:.5rem 0;font-size:.88rem;font-weight:600;display:inline-block}.nav-item__label:hover{color:var(--sage)}.mega-menu{background:var(--white);border-radius:var(--radius-md);min-width:260px;box-shadow:var(--shadow-md);border:1px solid var(--border);opacity:0;visibility:hidden;padding:1.1rem;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:calc(100% + .4rem);left:-1rem;transform:translateY(-6px)}.mega-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu__grid{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.mega-menu__link{color:var(--text);border-radius:var(--radius-sm);padding:.3rem .4rem;font-size:.9rem}.mega-menu__link:hover{background:var(--sage-light);color:var(--sage-dark)}.mega-menu__all{color:var(--sage);border-top:1px solid var(--border);padding-top:.6rem;font-size:.82rem;font-weight:700;display:block}.site-header__search{background:var(--cream-soft);border:1.5px solid var(--border);border-radius:999px;flex-shrink:0;align-items:center;width:200px;padding:.35rem .5rem .35rem .9rem;display:flex}.site-header__search input{width:100%;color:var(--text);background:0 0;border:none;outline:none;font-size:.85rem}.site-header__search button{cursor:pointer;background:0 0;border:none;font-size:.95rem}.site-header__actions{align-items:center;gap:.9rem;display:flex}.site-header__icon-link{cursor:pointer;color:var(--text);background:0 0;border:none;font-size:1.15rem;line-height:1;position:relative}.cart-toggle__badge{background:var(--pink);color:var(--sage-dark);text-align:center;border-radius:999px;min-width:18px;padding:.1rem .4rem;font-size:.65rem;font-weight:800;position:absolute;top:-8px;right:-10px}.mobile-menu{display:none}@media (width<=900px){.site-header__nav,.site-header__search{display:none}.site-header__burger{display:flex}.site-header__row{justify-content:space-between;gap:.5rem;padding:.65rem 1rem}.site-header__logo{flex:auto;justify-content:center;min-width:0;overflow:hidden}.site-header__logo img{width:auto;max-width:100%;height:auto;max-height:46px}.mobile-menu{border-top:1px solid var(--border);background:var(--white);padding:1rem 1.5rem 1.5rem;display:block}.mobile-menu__search input{border:1.5px solid var(--border);border-radius:999px;width:100%;margin-bottom:1rem;padding:.7rem 1rem;font-size:.9rem}.mobile-menu__group{margin-bottom:1rem}.mobile-menu__title{color:var(--sage-dark);margin-bottom:.4rem;font-weight:700;display:block}.mobile-menu__child{color:var(--text);padding:.4rem 0 .4rem .75rem;font-size:.9rem;display:block}}@media (width<=380px){.site-header__logo img{max-height:38px}}.site-footer{background:var(--sage-dark);color:var(--cream-soft);margin-top:auto}.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding:3rem 1.5rem 2rem;display:grid}.site-footer__brand img{filter:brightness(0)invert();opacity:.9;width:auto;height:64px;margin-bottom:.8rem;display:block}.site-footer__brand p{opacity:.75;max-width:260px;font-size:.85rem}.site-footer__col{flex-direction:column;gap:.6rem;display:flex}.site-footer__col h4{color:var(--cream-soft);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;font-size:.85rem}.site-footer__col a{color:var(--cream-soft);opacity:.8;font-size:.9rem}.site-footer__col a:hover{opacity:1}.site-footer__col p{opacity:.8;font-size:.9rem}.site-footer__bottom{opacity:.7;border-top:1px solid #ffffff26;padding:1.2rem 1.5rem;font-size:.78rem}@media (width<=800px){.site-footer__grid{grid-template-columns:1fr 1fr}}.cart-drawer__overlay{opacity:0;visibility:hidden;z-index:90;background:#4a423859;transition:opacity .2s,visibility .2s;position:fixed;inset:0}.cart-drawer__overlay.is-open{opacity:1;visibility:visible}.cart-drawer{background:var(--white);z-index:91;width:min(420px,100%);height:100%;box-shadow:var(--shadow-md);flex-direction:column;transition:transform .25s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-drawer__header button{cursor:pointer;color:var(--text-soft);background:0 0;border:none;font-size:1.1rem}.cart-drawer__items{flex:1;padding:1rem 1.5rem;overflow-y:auto}.cart-drawer__empty{color:var(--text-soft);text-align:center;padding:3rem 0}.cart-drawer__item{border-bottom:1px solid var(--border);gap:.85rem;padding:1rem 0;display:flex;position:relative}.cart-drawer__item img,.cart-drawer__item-placeholder{object-fit:cover;border-radius:var(--radius-sm);background:var(--sage-light);flex-shrink:0;width:72px;height:88px}.cart-drawer__item-body{flex-direction:column;flex:1;gap:.25rem;display:flex}.cart-drawer__item-body a{color:var(--text);font-size:.9rem;font-weight:600}.cart-drawer__item-variant{color:var(--text-soft);font-size:.78rem}.cart-drawer__item-row{justify-content:space-between;align-items:center;margin-top:.4rem;display:flex}.qty-stepper{border:1px solid var(--border);border-radius:999px;align-items:center;display:flex;overflow:hidden}.qty-stepper button{cursor:pointer;width:26px;height:26px;color:var(--sage-dark);background:0 0;border:none;font-size:.9rem}.qty-stepper span{text-align:center;min-width:20px;font-size:.85rem}.cart-drawer__item-price{color:var(--sage-dark);font-size:.88rem;font-weight:700}.cart-drawer__remove{cursor:pointer;opacity:.5;background:0 0;border:none;font-size:.85rem;position:absolute;top:1rem;right:0}.cart-drawer__remove:hover{opacity:1}.cart-drawer__footer{border-top:1px solid var(--border);padding:1.25rem 1.5rem 1.5rem}.cart-drawer__subtotal{color:var(--sage-dark);justify-content:space-between;margin-bottom:.35rem;font-weight:700;display:flex}.cart-drawer__note{color:var(--text-soft);margin-bottom:1rem;font-size:.78rem}.product-card{color:var(--text);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-sm);flex-direction:column;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-card__image-wrap{aspect-ratio:4/5;background:var(--sage-light);position:relative;overflow:hidden}.product-card__image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-card__image-wrap img{transform:scale(1.05)}.product-card__image-placeholder{background:linear-gradient(135deg, var(--sage-light), var(--pink-soft));width:100%;height:100%}.product-card__badge{background:var(--text);color:var(--white);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm);padding:.3rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.product-card__body{flex-direction:column;gap:.3rem;padding:.9rem 1rem 1.1rem;display:flex}.product-card__title{color:var(--text);font-size:.95rem;font-weight:600;line-height:1.3}.product-card__price{color:var(--sage-dark);font-size:.9rem;font-weight:700}.hero{background:linear-gradient(135deg, var(--sage-light) 0%, var(--cream-soft) 60%, var(--pink-soft) 100%);padding:4.5rem 0 4rem}.hero__inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:720px;margin:0 auto;display:flex}.hero h1{font-size:clamp(2rem,4vw,3rem);line-height:1.15}.hero__sub{color:var(--text-soft);max-width:520px;font-size:1.05rem}.hero__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.section-heading{justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;display:flex}.section-heading h2{margin-bottom:0}.section-heading a{font-size:.9rem;font-weight:600}.page-section h2{margin-bottom:1.5rem;font-size:1.6rem}.category-tiles{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.category-tile{aspect-ratio:4/3;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background-position:50%;background-size:cover;align-items:flex-end;padding:1.25rem;display:flex;position:relative;overflow:hidden}.category-tile:after{content:"";background:linear-gradient(#0000 40%,#345240bf);position:absolute;inset:0}.category-tile span{color:var(--white);font-size:1.15rem;font-weight:700;position:relative}.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.muted{color:var(--text-soft)}.promo-strip{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.promo-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.75rem}.promo-card h3{margin-bottom:.5rem;font-size:1.05rem}.promo-card p{color:var(--text-soft);font-size:.9rem}@media (width<=900px){.category-tiles,.product-grid,.promo-strip{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.category-tiles,.product-grid,.promo-strip{grid-template-columns:1fr}}.shop-page__header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:2rem;display:flex}.shop-page__header h1{font-size:1.75rem}.shop-page__layout{grid-template-columns:220px 1fr;gap:2.5rem;display:grid}.shop-filters{flex-direction:column;gap:1.75rem;display:flex}.shop-filters__group h4{text-transform:uppercase;letter-spacing:.05em;color:var(--sage-dark);margin-bottom:.6rem;font-size:.85rem}.shop-filters__group select{border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--white);width:100%;padding:.6rem .75rem;font-size:.85rem}.pill-list{flex-wrap:wrap;gap:.5rem;display:flex}.pill{border:1.5px solid var(--border);background:var(--white);cursor:pointer;color:var(--text);border-radius:999px;padding:.4rem .85rem;font-size:.8rem}.pill.is-active{border-color:var(--sage);background:var(--sage-light);color:var(--sage-dark);font-weight:600}.shop-page__grid .product-grid{grid-template-columns:repeat(3,1fr)}@media (width<=900px){.shop-page__layout{grid-template-columns:1fr}.shop-filters{flex-flow:wrap;gap:1.5rem}.shop-page__grid .product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.shop-page__grid .product-grid{grid-template-columns:1fr}}.pdp__breadcrumb{color:var(--text-soft);margin-bottom:1.5rem;font-size:.85rem}.pdp__breadcrumb span{color:var(--text);font-weight:600}.pdp__grid{grid-template-columns:1.1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.pdp__main-image{aspect-ratio:4/5;border-radius:var(--radius-lg);background:var(--sage-light);overflow:hidden}.pdp__main-image img{object-fit:cover;width:100%;height:100%}.pdp__image-placeholder{background:linear-gradient(135deg, var(--sage-light), var(--pink-soft));width:100%;height:100%}.pdp__thumbs{gap:.6rem;margin-top:.75rem;display:flex}.pdp__thumb{border-radius:var(--radius-sm);cursor:pointer;background:var(--sage-light);border:2px solid #0000;width:64px;height:76px;padding:0;overflow:hidden}.pdp__thumb.is-active{border-color:var(--sage)}.pdp__thumb img{object-fit:cover;width:100%;height:100%}.pdp__info h1{margin-bottom:.5rem;font-size:1.75rem}.pdp__price{color:var(--sage-dark);margin-bottom:1rem;font-size:1.35rem;font-weight:700}.pdp__description{color:var(--text-soft);margin-bottom:1.5rem;line-height:1.6}.pdp__option-group{margin-bottom:1.5rem}.pdp__option-group h4{text-transform:uppercase;letter-spacing:.05em;color:var(--sage-dark);margin-bottom:.6rem;font-size:.85rem}.qty-stepper--lg{width:fit-content}.qty-stepper--lg button{width:36px;height:36px;font-size:1.1rem}.qty-stepper--lg span{min-width:32px;font-weight:600}.pdp__add-btn{margin:.5rem 0 1.5rem;padding:1rem;font-size:1rem}.pdp__meta{color:var(--text-soft);flex-direction:column;gap:.6rem;padding:0;font-size:.88rem;list-style:none;display:flex}.pdp__related h2{margin-bottom:1.5rem;font-size:1.5rem}.pdp__related .product-grid{grid-template-columns:repeat(4,1fr)}@media (width<=900px){.pdp__grid{grid-template-columns:1fr;gap:2rem}.pdp__related .product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.pdp__related .product-grid{grid-template-columns:1fr}}.checkout-page h1{margin-bottom:2rem}.checkout-page__grid{grid-template-columns:1.4fr 1fr;gap:3rem;display:grid}.checkout-section{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:1.5rem;padding:1.75rem}.checkout-section h3{margin-bottom:1.1rem;font-size:1.05rem}.checkout-hint{color:var(--text-soft);font-size:.82rem}.checkout-payment-note p{color:var(--text-soft);font-size:.88rem;line-height:1.6}.checkout-summary{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);align-self:flex-start;padding:1.75rem;position:sticky;top:100px}.checkout-summary h3{margin-bottom:1.2rem}.checkout-summary__item{align-items:center;gap:.8rem;margin-bottom:1rem;font-size:.88rem;display:flex}.checkout-summary__item-image{border-radius:var(--radius-sm);background:var(--sage-light);flex-shrink:0;width:52px;height:62px;position:relative;overflow:hidden}.checkout-summary__item-image img{object-fit:cover;width:100%;height:100%}.checkout-summary__qty{background:var(--sage-dark);color:var(--white);border-radius:999px;padding:.05rem .4rem;font-size:.65rem;font-weight:700;position:absolute;top:-6px;right:-6px}.checkout-summary__item-body{flex:1}.checkout-summary__item-body p:first-child{font-weight:600}.checkout-summary__totals{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding-top:1rem;font-size:.9rem;display:flex}.checkout-summary__totals>div{color:var(--text-soft);justify-content:space-between;display:flex}.checkout-summary__total{color:var(--sage-dark);border-top:1px solid var(--border);padding-top:.4rem;font-size:1.05rem;font-weight:700}@media (width<=900px){.checkout-page__grid{grid-template-columns:1fr}.checkout-summary{position:static}}.order-confirmation{text-align:center;max-width:620px;margin:0 auto}.order-confirmation__check{background:var(--sage);width:56px;height:56px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.6rem;display:flex}.order-confirmation h1{margin-bottom:.5rem}.order-confirmation .muted{margin-bottom:2rem}.order-confirmation__card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:left;margin-bottom:1.5rem;padding:1.5rem}.order-confirmation__card h3{margin-bottom:1rem}.order-confirmation__item{border-bottom:1px solid var(--border);justify-content:space-between;padding:.6rem 0;font-size:.9rem;display:flex}.order-confirmation__totals{flex-direction:column;gap:.5rem;padding-top:1rem;font-size:.9rem;display:flex}.order-confirmation__totals>div{color:var(--text-soft);justify-content:space-between;display:flex}.order-confirmation__total{color:var(--sage-dark);border-top:1px solid var(--border);padding-top:.5rem;font-weight:700}.track-order{text-align:center;max-width:420px;margin:0 auto}.track-order .muted{margin-bottom:2rem}.track-order__form{text-align:left;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.75rem}.auth-page{justify-content:center;display:flex}.auth-card{background:var(--white);border-radius:var(--radius-md);width:100%;max-width:400px;box-shadow:var(--shadow-sm);padding:2rem}.auth-card h1{margin-bottom:.4rem;font-size:1.5rem}.auth-card .muted{margin-bottom:1.5rem;font-size:.9rem}.auth-card__switch{text-align:center;color:var(--text-soft);margin-top:1.25rem;font-size:.88rem}.account-page{max-width:500px}.account-page h1{margin-bottom:.25rem}.account-page .muted{margin-bottom:1.5rem}.account-page__card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:1.5rem;padding:1.5rem}.account-page__card h3{margin-bottom:.5rem}
