:root{--green:#1b3b22;--green-2:#2b4e30;--olive:#6b7746;--cream:#faf7f2;--cream-2:#f4eee3;--paper:#fffdfa;--line:#e6dfd3;--text:#22241f;--muted:#68645a;--gold:#d79b19;--shadow:0 12px 35px #3b2b1214}html,body{width:100%;max-width:100%;color:var(--text);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}img,video{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}*{box-sizing:border-box}.cart-page{background:#fbf8f2;min-height:100vh}.cart-hero{border-bottom:1px solid var(--line);background:linear-gradient(90deg,#faf7f2fa 0%,#faf7f2db 48%,#faf7f233 100%),url(/assets/shop-hero.jpg) 100%/cover;justify-content:space-between;align-items:center;min-height:245px;padding:38px 6vw;display:flex;overflow:hidden}.cart-hero-copy{max-width:520px}.cart-back-link{color:var(--green);text-underline-offset:5px;margin-bottom:18px;font-size:13px;font-weight:800;text-decoration:underline;display:inline-flex}.cart-hero h1{color:var(--green);margin:0 0 12px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(42px,5vw,66px);line-height:.95}.cart-hero p{color:var(--text);margin:0;font-size:17px;line-height:1.5}.cart-hero-art{justify-content:flex-end;width:min(42vw,520px);display:flex}.cart-hero-art img{object-fit:contain;max-height:205px}.cart-shell{max-width:1280px;margin:0 auto;padding:26px 6vw 56px}.cart-shipping-meter{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffdfa;border-radius:14px;align-items:center;gap:18px;margin-bottom:24px;padding:18px 22px;display:flex}.cart-meter-icon{color:var(--green);background:#eef4e8;border:1px solid #d8e3cc;border-radius:50%;flex:0 0 46px;justify-content:center;align-items:center;height:46px;font-size:12px;font-weight:900;display:flex}.cart-meter-body{flex:1}.cart-meter-copy{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.cart-meter-copy strong{color:var(--green);font-size:15px}.cart-meter-copy span,.cart-meter-labels{color:var(--muted);font-size:12px;font-weight:600}.cart-meter-track{background:#e8e0d2;border-radius:999px;height:9px;overflow:hidden}.cart-meter-track span{border-radius:inherit;background:linear-gradient(90deg,#1b3b22,#5f7d39);height:100%;transition:width .25s;display:block}.cart-meter-labels{justify-content:space-between;margin-top:8px;display:flex}.cart-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:26px;display:grid}.cart-items-panel,.cart-summary-card,.cart-coupon-card,.cart-help-card,.cart-suggestions{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffdfa;border-radius:14px}.cart-items-panel{padding:24px}.cart-section-head{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.cart-section-head h2{color:var(--text);margin:5px 0 0;font-family:Cormorant Garamond,Georgia,serif;font-size:30px;line-height:1}.cart-section-head a{color:var(--green);text-underline-offset:5px;font-size:13px;font-weight:800;text-decoration:underline}.cart-eyebrow{color:#8a5a12;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900;display:block}.cart-items-list{flex-direction:column;display:flex}.cart-item-row{border-top:1px solid #eee6da;grid-template-columns:154px minmax(0,1fr);gap:22px;padding:24px 0;display:grid}.cart-item-row:first-child{border-top:0;padding-top:0}.cart-item-row:last-child{padding-bottom:0}.cart-product-image{color:inherit;cursor:pointer;background:#faf4ea;border:1px solid #eadfce;border-radius:12px;place-items:center;width:154px;height:154px;text-decoration:none;display:grid}.cart-product-image img{object-fit:contain;width:132px;height:132px}.cart-product-info{min-width:0}.cart-product-title-row{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.cart-product-title-row h3,.cart-product-title-link{color:var(--text);cursor:pointer;margin:5px 0 8px;font-family:Cormorant Garamond,Georgia,serif;font-size:25px;font-weight:700;line-height:1.05;text-decoration:none;display:block}.cart-product-title-row>strong{color:var(--text);white-space:nowrap;font-size:20px}.cart-product-badge{background:var(--green);color:#fff;border-radius:5px;padding:4px 8px;font-size:10px;font-weight:900;display:inline-block}.cart-product-info p{color:var(--muted);margin:0 0 12px;font-size:13px}.cart-product-tags{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.cart-product-tags span{color:var(--muted);background:#f6f1e8;border:1px solid #e8dece;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}.cart-item-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.cart-qty-stepper{border:1px solid #d7cdbf;border-radius:10px;align-items:center;height:40px;display:inline-flex;overflow:hidden}.cart-qty-stepper button{color:var(--green);cursor:pointer;background:#fffdfa;border:0;width:40px;height:40px;font-size:18px;font-weight:800}.cart-qty-stepper span{color:var(--text);text-align:center;border-left:1px solid #eee6da;border-right:1px solid #eee6da;width:44px;font-size:14px;font-weight:800}.cart-muted-action,.cart-danger-action{cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:800}.cart-muted-action{color:var(--muted)}.cart-danger-action{color:#b33a2e}.cart-summary-panel{flex-direction:column;gap:16px;display:flex;position:sticky;top:104px}.cart-summary-card,.cart-coupon-card,.cart-help-card{padding:22px}.cart-summary-title,.cart-price-lines div,.cart-total-line{justify-content:space-between;align-items:center;display:flex}.cart-summary-title span{color:var(--text);font-family:Cormorant Garamond,Georgia,serif;font-size:25px;font-weight:800}.cart-summary-title small{color:var(--muted);font-size:12px;font-weight:700}.cart-price-lines{border-top:1px solid #eee6da;border-bottom:1px solid #eee6da;flex-direction:column;gap:12px;margin:18px 0;padding:18px 0;display:flex}.cart-price-lines div{color:var(--muted);font-size:14px}.cart-price-lines strong{color:var(--text)}.cart-save{color:#17753c!important}.cart-total-line{margin-bottom:18px}.cart-total-line span{color:var(--text);font-size:16px;font-weight:800}.cart-total-line strong{color:var(--green);font-family:Cormorant Garamond,Georgia,serif;font-size:34px}.cart-savings-callout{color:var(--green);background:#f6f1e8;border:1px dashed #cfbe9e;border-radius:10px;flex-direction:column;gap:3px;margin-bottom:18px;padding:13px 14px;display:flex}.cart-savings-callout span{color:var(--muted);font-size:12px}.cart-checkout-button,.cart-primary-link{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:50px;padding:0 20px;font-size:15px;font-weight:900;display:inline-flex}.cart-checkout-button:disabled{cursor:not-allowed;background:#a7b2a0}.cart-secure-note{color:var(--muted);text-align:center;margin-top:12px;font-size:12px;font-weight:700;display:block}.cart-coupon-card,.cart-help-card{flex-direction:column;gap:14px;display:flex}.cart-coupon-card strong,.cart-help-card strong{color:var(--text);font-size:15px;display:block}.cart-coupon-row{grid-template-columns:1fr 82px;display:grid}.cart-coupon-row input{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:9px 0 0 9px;min-width:0;padding:12px}.cart-coupon-row button,.cart-help-card button,.cart-add-small{background:var(--green);color:#fff;cursor:pointer;border:0;font-weight:800}.cart-coupon-row button{opacity:.65;border-radius:0 9px 9px 0}.cart-help-card{background:linear-gradient(90deg,#fffdfa 0%,#fffdfad1 100%),url(/assets/cat-herbs.png) 100% 100%/120px no-repeat}.cart-help-card span{color:var(--muted);max-width:240px;font-size:13px;line-height:1.45}.cart-help-card button{border-radius:9px;width:165px;min-height:42px}.cart-empty-state{text-align:center;flex-direction:column;align-items:center;padding:38px 20px 42px;display:flex}.cart-empty-state img{object-fit:contain;height:130px}.cart-empty-state h2{color:var(--green);margin:14px 0 8px;font-family:Cormorant Garamond,Georgia,serif;font-size:34px}.cart-empty-state p{color:var(--muted);max-width:420px;margin:0 0 22px;line-height:1.6}.cart-primary-link{width:auto}.cart-suggestions{margin-top:26px;padding:24px}.cart-suggestion-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.cart-suggestion-card{background:#fff;border:1px solid #eee6da;border-radius:12px;grid-template-columns:74px 1fr auto;gap:12px;min-width:0;padding:12px;display:grid}.cart-suggestion-card>button:first-child{cursor:pointer;background:#faf4ea;border:0;border-radius:10px;width:74px;height:74px}.cart-suggestion-card img{object-fit:contain;width:70px;height:70px}.cart-suggestion-card h3{color:var(--text);margin:3px 0 4px;font-size:13px;line-height:1.25}.cart-suggestion-card span{color:var(--muted);margin-bottom:6px;font-size:11px;display:block}.cart-suggestion-card strong{color:var(--green);font-size:14px}.cart-add-small{border-radius:8px;align-self:end;height:34px;padding:0 13px}.cart-trust-strip{border:1px solid var(--line);background:#f6f1e8;border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:26px;padding:18px;display:grid}.cart-trust-strip div{border-right:1px solid #e2d7c5;grid-template-columns:42px 1fr;align-items:center;gap:2px 12px;display:grid}.cart-trust-strip div:last-child{border-right:0}.cart-trust-strip span{color:var(--green);background:#fffdfa;border:1px solid #e2d7c5;border-radius:50%;grid-row:span 2;justify-content:center;align-items:center;width:42px;height:42px;font-size:11px;font-weight:900;display:flex}.cart-trust-strip strong{color:var(--text);font-size:13px}.cart-trust-strip small{color:var(--muted);font-size:12px}.login-page,.account-page{background:#fbf8f2;min-height:100vh}.login-page{grid-template-columns:minmax(0,1.05fr) minmax(360px,.7fr);display:grid}.login-art{color:#fff;background:linear-gradient(90deg,#1b3b22eb,#1b3b22a8),url(/assets/hero-banner-combined.jpg) 50%/cover;flex-direction:column;justify-content:space-between;min-height:calc(100vh - 116px);padding:46px 6vw;display:flex}.login-logo img{filter:brightness(0)invert();object-fit:contain;height:72px}.login-art span,.login-card-head span,.account-panel-head span{color:#9d6b22;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900}.login-art h1{max-width:640px;margin:12px 0 18px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(48px,6vw,76px);line-height:.95}.login-art p{color:#ffffffd1;max-width:520px;font-size:17px;line-height:1.55}.login-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffdfa;border-radius:18px;align-self:center;margin:42px 6vw 42px 42px;padding:34px}.login-card-head h2,.account-login-gate h1,.account-hero h1,.account-panel-head h2{color:var(--green);font-family:Cormorant Garamond,Georgia,serif;font-weight:800}.login-card-head h2{margin:6px 0;font-size:38px}.login-card-head p,.account-login-gate p,.account-muted{color:var(--muted);margin:0;line-height:1.55}.login-error{color:#9b1c1c;background:#fff1f1;border:1px solid #ffd5d5;border-radius:10px;margin:18px 0;padding:12px 14px;font-size:13px;font-weight:700}.login-form{flex-direction:column;gap:15px;margin-top:22px;display:flex}.login-form label{color:var(--text);flex-direction:column;gap:7px;font-size:12px;font-weight:800;display:flex}.login-form input{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:10px;min-height:46px;padding:0 13px;font-size:14px}.login-form button,.account-primary-btn,.account-empty a{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;min-height:48px;padding:0 20px;font-size:14px;font-weight:900;display:inline-flex}.login-switch{border-top:1px solid var(--line);color:var(--muted);text-align:center;margin-top:22px;padding-top:18px;font-size:13px}.login-switch button{color:var(--green);cursor:pointer;background:0 0;border:0;margin-left:6px;font-weight:900}.account-page{padding:34px 6vw 70px}.account-loading,.account-login-gate,.account-hero,.account-panel,.account-stats article{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffdfa;border-radius:16px}.account-login-gate,.account-loading{text-align:center;max-width:520px;margin:40px auto;padding:42px}.account-login-gate img{height:72px}.account-login-gate h1{margin:16px 0 8px;font-size:38px}.account-primary-btn,.account-empty a{align-items:center;margin-top:22px}.account-hero{align-items:center;gap:20px;max-width:1240px;margin:0 auto 22px;padding:26px;display:flex}.account-avatar{color:var(--green);background:#e9f1e5;border-radius:50%;flex:0 0 78px;justify-content:center;align-items:center;height:78px;font-size:26px;font-weight:900;display:flex}.account-hero span{color:var(--muted);font-size:13px}.account-hero h1{margin:3px 0 7px;font-size:38px;line-height:1}.account-hero p{color:var(--muted);margin:0}.account-hero button{color:#a12828;cursor:pointer;background:#fff1f1;border:1px solid #ffd5d5;border-radius:10px;min-height:42px;margin-left:auto;padding:0 16px;font-weight:800}.account-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:1240px;margin:0 auto 22px;display:grid}.account-stats article{padding:20px}.account-stats span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800;display:block}.account-stats strong{color:var(--green);margin:7px 0 5px;font-family:Cormorant Garamond,Georgia,serif;font-size:34px;line-height:1;display:block}.account-stats small{color:var(--muted)}.account-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.7fr);gap:22px;max-width:1240px;margin:0 auto;display:grid}.account-panel{padding:24px}.account-side{flex-direction:column;gap:18px;display:flex}.account-panel-head{justify-content:space-between;align-items:flex-end;margin-bottom:18px;display:flex}.account-panel-head.compact{align-items:flex-start}.account-panel-head h2{margin:5px 0 0;font-size:30px;line-height:1}.account-panel-head a{color:var(--green);text-underline-offset:5px;font-size:13px;font-weight:900;text-decoration:underline}.account-empty{border:1px dashed var(--line);text-align:center;background:#fbf8f2;border-radius:14px;padding:28px}.account-empty h3{color:var(--green);margin:0 0 8px;font-family:Cormorant Garamond,Georgia,serif;font-size:28px}.account-order-list{flex-direction:column;gap:12px;display:flex}.account-order-card{background:#fff;border:1px solid #eee6da;border-radius:12px;grid-template-columns:112px minmax(0,1fr) auto auto auto;align-items:center;gap:16px;padding:14px;display:grid}.account-order-products{display:flex}.account-order-products img{object-fit:contain;background:#faf4ea;border:1px solid #eadfce;border-radius:9px;width:46px;height:46px;margin-right:-8px}.account-order-card strong,.account-details dd{color:var(--text)}.account-order-card span,.account-details dt,.account-address-list span{color:var(--muted);font-size:12px;display:block}.account-order-total{text-align:right}.account-status{text-align:center;background:#eef4e8;border-radius:999px;padding:6px 10px;font-weight:900;color:var(--green)!important}.account-order-card a{color:var(--green);font-size:13px;font-weight:900}.account-details{flex-direction:column;gap:14px;margin:0;display:flex}.account-details div{border-bottom:1px solid #eee6da;padding-bottom:12px}.account-details div:last-child{border-bottom:0}.account-details dd{margin:4px 0 0;font-weight:800}.account-address-list{flex-direction:column;gap:12px;display:flex}.account-address-list article{background:#fbf8f2;border:1px solid #eee6da;border-radius:12px;padding:14px}.account-address-list strong{color:var(--green);margin-bottom:6px;font-size:13px;display:block}.account-dashboard{background:#fbf8f2;padding:28px 2.6vw 64px}.account-layout{grid-template-columns:236px minmax(0,1fr);align-items:start;gap:28px;max-width:1380px;margin:0 auto;display:grid}.account-nav-card{background:#fffdfa;border:1px solid #eee6da;border-radius:10px;padding:22px 10px 12px;position:sticky;top:118px;box-shadow:0 10px 28px #3b2b120d}.account-nav-title{color:#9b8d7b;letter-spacing:.08em;text-transform:uppercase;padding:0 16px 12px;font-size:12px;font-weight:800;display:block}.account-nav-card nav{flex-direction:column;gap:4px;display:flex}.account-nav-card nav a,.account-nav-card nav button{color:#342f29;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-left:3px solid #0000;border-radius:0 8px 8px 0;align-items:center;gap:12px;min-height:48px;padding:0 14px;font-size:14px;font-weight:650;text-decoration:none;display:flex}.account-nav-card nav a.active{border-left-color:var(--green);color:var(--green);background:#eef3e5}.account-nav-card nav svg{color:currentColor;flex:none}.account-nav-card nav small{color:var(--green);background:#eef3e5;border-radius:6px;margin-left:auto;padding:4px 7px;font-size:10px;font-weight:900}.account-refer-card{background:#f1f5e8 url(/assets/cat-combo.png) 100% 100%/96px no-repeat;border-radius:9px;min-height:166px;margin:22px 8px 0;padding:18px 14px}.account-refer-card strong{color:var(--green);font-family:Cormorant Garamond,Georgia,serif;font-size:20px;line-height:1.15;display:block}.account-refer-card p{color:#534940;max-width:140px;font-size:13px;line-height:1.45}.account-refer-card a,.account-outline-btn,.account-green-btn{border-radius:7px;justify-content:center;align-items:center;min-height:38px;padding:0 14px;font-size:13px;font-weight:850;text-decoration:none;display:inline-flex}.account-refer-card a,.account-green-btn{background:var(--green);color:#fff;border:0}.account-outline-btn{color:var(--green);background:#fffdfa;border:1px solid #d8cbbb;margin-top:12px}.account-main{flex-direction:column;gap:22px;min-width:0;display:flex}.account-welcome,.account-page-hero{background-color:#fff6eb;background-position:100%;background-repeat:no-repeat;background-size:min(48%,540px) 100%;border-radius:0;min-height:176px}.account-welcome{align-items:center;gap:24px;padding:28px 34px;display:flex}.account-art-grains{background-image:linear-gradient(90deg,#fffaf3 0%,#fffaf3f0 48%,#fffaf33d 100%),url(/assets/hero-banner-combined.jpg)}.account-avatar.large{flex-basis:108px;width:108px;height:108px;font-size:42px}.account-welcome p,.account-page-hero p{color:#2b251f;margin:0 0 6px;font-size:16px}.account-welcome h1,.account-page-hero h1{color:#1b1b19;margin:0 0 8px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(40px,4vw,56px);line-height:.98}.account-welcome span{color:var(--muted);font-size:13px;line-height:1.7;display:block}.account-welcome>a{color:var(--green);background:#eef3e5;border-radius:7px;margin-left:10px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none}.account-page-hero{flex-direction:column;justify-content:center;padding:36px 34px;display:flex}.account-page-hero p{max-width:420px;line-height:1.45}.account-stat-grid,.account-two-col,.account-three-col{gap:18px;display:grid}.account-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.account-stat-grid article,.account-ui-panel,.account-profile-card{background:#fffdfa;border:1px solid #eee6da;border-radius:10px;box-shadow:0 10px 28px #3b2b120b}.account-stat-grid article{padding:22px 26px}.account-stat-grid span{color:#2b251f;font-size:13px;font-weight:800;display:block}.account-stat-grid strong{color:var(--green);margin:12px 0 6px;font-family:Cormorant Garamond,Georgia,serif;font-size:42px;line-height:1;display:block}.account-stat-grid a,.account-stat-grid small{color:var(--green);font-size:13px;font-weight:750}.account-two-col,.account-three-col{grid-template-columns:minmax(0,1.15fr) minmax(350px,.86fr)}.account-ui-panel{padding:22px}.account-ui-panel-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.account-ui-panel-head h2{color:#2b251f;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:27px;line-height:1}.account-ui-panel-head a,.account-ui-panel-head button,.account-ui-panel-head select{color:var(--green);text-underline-offset:4px;background:0 0;border:0;font-size:13px;font-weight:850;text-decoration:underline}.account-mini-orders,.account-address-stack,.account-settings-list,.account-toggle-list,.account-orders-list{flex-direction:column;gap:12px;display:flex}.account-mini-orders article{border-bottom:1px solid #eee6da;grid-template-columns:54px minmax(0,1fr) auto auto auto;align-items:center;gap:14px;padding-bottom:12px;display:grid}.account-mini-orders article:last-child{border-bottom:0;padding-bottom:0}.account-order-thumbs{min-width:0;display:flex}.account-order-thumbs img{object-fit:contain;background:#fbf4e8;border:1px solid #eadfce;border-radius:6px;width:42px;height:42px;margin-right:-9px}.account-mini-orders strong,.account-address-stack strong,.account-settings-list a,.account-settings-list button{color:#2b251f;font-size:13px}.account-mini-orders span,.account-address-stack p,.account-address-stack small,.account-mini-orders small{color:var(--muted);font-size:12px;line-height:1.45}.account-mini-orders b{color:#2b251f;font-size:13px}.account-mini-orders small{color:var(--green);background:#eef3e5;border-radius:7px;padding:7px 10px;font-weight:850}.account-mini-orders a{color:var(--green);font-size:12px;font-weight:850}.account-address-stack article{border:1px solid #eee6da;border-radius:10px;padding:14px}.account-address-stack strong{color:var(--green);margin-bottom:5px;display:block}.account-address-stack span{margin-bottom:5px;font-size:12px;font-weight:800;display:block}.account-address-stack p{margin:0 0 8px}.account-wishlist-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.account-wishlist-row article{min-width:0}.account-wishlist-row img{object-fit:contain;width:100%;height:86px}.account-wishlist-row strong,.account-product-grid h3{color:#2b251f;min-height:31px;font-size:12px;line-height:1.25;display:block}.account-wishlist-row span{color:#2b251f;margin:7px 0;font-size:12px;font-weight:850;display:block}.account-wishlist-row button,.account-product-grid article>button:last-child{color:var(--green);cursor:pointer;background:#fffdfa;border:1px solid #d8cbbb;border-radius:6px;width:100%;min-height:34px;font-size:12px;font-weight:850}.account-settings-list a,.account-settings-list button{cursor:pointer;background:0 0;border:0;border-bottom:1px solid #eee6da;justify-content:space-between;align-items:center;width:100%;min-height:42px;padding:0;font-weight:750;text-decoration:none;display:flex}.account-settings-list button{color:#b42318}.account-family-banner{background:#f5f1e8;border:1px solid #eee6da;border-radius:10px;grid-template-columns:250px minmax(0,1fr) 300px repeat(3,110px);align-items:center;gap:22px;padding:18px;display:grid}.account-family-banner img{object-fit:cover;border-radius:8px;width:100%;height:118px}.account-family-banner h2,.account-simple-card h3,.delivery-card h3,.account-profile-card h2{color:#2b251f;font-family:Cormorant Garamond,Georgia,serif}.account-family-banner h2{margin:0 0 6px;font-size:26px}.account-family-banner p{color:var(--muted);margin:0;font-size:13px}.account-family-banner form{display:flex}.account-family-banner input{border:1px solid #d8cbbb;border-radius:7px 0 0 7px;width:100%;min-width:0;min-height:42px;padding:0 12px}.account-family-banner button{background:var(--green);color:#fff;border:0;border-radius:0 7px 7px 0;padding:0 14px;font-weight:850}.account-family-banner>span{color:var(--green);text-align:center;font-size:12px;font-weight:850}.account-order-tabs{border-bottom:1px solid #eee6da;gap:28px;margin:-4px 0 18px;display:flex;overflow-x:auto}.account-order-tabs button{color:#2b251f;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;padding:0 0 12px;font-weight:750}.account-order-tabs button.active{border-bottom-color:var(--green);color:var(--green)}.account-orders-list article{background:#fff;border:1px solid #eee6da;border-radius:10px;grid-template-columns:150px minmax(150px,1fr) minmax(180px,1.1fr) minmax(120px,.55fr) 110px;align-items:center;gap:22px;padding:24px;display:grid}.account-orders-list small,.account-orders-list span{color:var(--muted);font-size:12px;line-height:1.6;display:block}.account-orders-list strong,.account-orders-list b{color:#2b251f;margin-bottom:4px;font-size:15px;display:block}.account-orders-list b{color:var(--green);font-size:28px}.account-orders-list a{color:var(--green);border:1px solid #b9c9af;border-radius:7px;align-items:center;min-height:38px;margin-top:10px;padding:0 16px;font-size:13px;font-weight:850;text-decoration:none;display:inline-flex}.account-order-state{color:var(--green);text-align:center;background:#eef3e5;border-radius:999px;justify-content:center;align-items:center;height:88px;font-size:13px;font-weight:850;display:flex}.account-address-cards{flex-direction:column;gap:18px;display:flex}.account-address-cards article{border:1px solid #eee6da;border-radius:10px;grid-template-columns:190px minmax(0,1fr) 178px;display:grid;overflow:hidden}.account-address-cards article>div{background:#f7f5ee;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 16px;display:flex}.account-address-cards article>div>span{color:var(--green);border:1px solid #d8cbbb;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.account-address-cards article>div strong{color:#2b251f;font-family:Cormorant Garamond,Georgia,serif;font-size:24px}.account-address-cards article>div small,.account-address-cards aside b{color:var(--green);text-transform:uppercase;background:#eef3e5;border-radius:6px;padding:5px 8px;font-size:11px;font-weight:900}.account-address-cards section{padding:34px 26px}.account-address-cards h3{color:#2b251f;margin:0 0 8px;font-family:Cormorant Garamond,Georgia,serif;font-size:24px}.account-address-cards p{color:#534940;max-width:460px;margin:0 0 14px;font-size:15px;line-height:1.6}.account-address-cards section small{color:var(--muted)}.account-address-cards aside{border-left:1px solid #eee6da;flex-direction:column;justify-content:center;gap:14px;padding:22px;display:flex}.account-address-cards aside button{color:#2b251f;cursor:pointer;text-align:left;background:0 0;border:0;font-size:14px;font-weight:800}.account-address-cards aside button.danger{color:#b42318}.account-benefit-strip{background:#f2f5eb;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px;padding:22px;display:grid}.account-benefit-strip span{color:var(--green);font-weight:850}.account-profile-card{grid-template-columns:132px minmax(0,1fr) 240px;align-items:center;gap:28px;padding:32px 44px;display:grid}.account-profile-card h2{margin:0 0 8px;font-size:32px}.account-profile-card p,.account-profile-card span,.account-profile-card aside p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.account-profile-card span{color:var(--green);background:#eef3e5;border-radius:7px;margin-bottom:10px;padding:5px 9px;font-weight:850;display:inline-flex}.account-profile-card aside{background:#f2f5eb;border-radius:10px;padding:22px}.account-profile-card aside strong{color:var(--green)}.account-profile-card aside a{color:var(--green);margin-top:12px;font-size:13px;font-weight:850;display:inline-block}.account-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 48px;margin:0;display:grid}.account-profile-grid div{border-bottom:1px solid #eee6da;padding-bottom:14px}.account-profile-grid dt{color:#2b251f;margin-bottom:6px;font-size:13px;font-weight:850}.account-profile-grid dd{color:#534940;margin:0;font-size:14px}.account-toggle-list label{border-bottom:1px solid #eee6da;justify-content:space-between;align-items:center;min-height:54px;display:flex}.account-toggle-list label:last-child{border-bottom:0}.account-toggle-list strong,.account-toggle-list small{display:block}.account-toggle-list strong{color:#2b251f;font-size:14px}.account-toggle-list small{color:var(--muted);font-size:12px}.account-toggle-list input{accent-color:var(--green);width:42px;height:22px}.account-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.account-product-grid article{border:1px solid #eee6da;border-radius:10px;padding:14px;position:relative}.account-product-grid article>button:first-child{color:#d82912;cursor:pointer;background:0 0;border:0;font-size:19px;position:absolute;top:10px;right:12px}.account-product-grid img{object-fit:contain;width:100%;height:146px}.account-product-grid p{color:var(--muted);margin:4px 0;font-size:12px}.account-product-grid strong{color:#2b251f;margin:7px 0 10px;font-size:18px;display:block}.tracking-steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.tracking-steps span{color:var(--muted);text-align:center;border-top:3px solid #e2d9ca;padding-top:12px;font-size:12px;font-weight:800}.tracking-steps span.done{border-top-color:var(--green);color:var(--green)}.tracking-note,.delivery-card,.account-simple-card{color:var(--green);background:#f2f5eb;border-radius:10px;margin-bottom:18px;padding:18px;font-weight:850}.delivery-card h3{margin:8px 0 2px;font-size:32px}.delivery-card p,.account-simple-card p{color:#534940;line-height:1.55}.account-simple-card{max-width:640px;margin:0}.account-simple-card h3{margin:0 0 8px;font-size:34px}.track-page{color:#2b251f;background:#fbf8f2;padding-bottom:58px}.track-loading,.track-alert{background:#fffdfa;border:1px solid #eee6da;border-radius:10px;max-width:1180px;margin:24px auto;padding:18px 22px;box-shadow:0 10px 28px #3b2b120d}.track-loading-screen{text-align:center;background:radial-gradient(circle at 50% 20%,#eef3e5f2,#fffdfafa 52%,#fbf8f2 100%);flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 116px);padding:48px 18px;display:flex}.track-loading-screen img{object-fit:contain;height:74px;margin-bottom:26px}.track-loader-circle{border:4px solid #dfe9d6;border-top-color:var(--green);border-radius:50%;width:58px;height:58px;margin-bottom:22px;animation:.9s linear infinite trackSpin}@keyframes trackSpin{to{transform:rotate(360deg)}}.track-loading-screen h1{color:#1b1b19;margin:0 0 10px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(34px,5vw,54px);line-height:1}.track-loading-screen p{color:var(--green);margin:0;font-size:16px;font-weight:750}.track-alert{color:#8a5a12;font-size:14px}.track-hero{background:linear-gradient(90deg,#fffaf3 0% 40%,#f4f0e6 100%);grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;min-height:286px;padding:36px 6vw;display:grid;position:relative;overflow:hidden}.track-hero>div:first-child{z-index:2;position:relative}.track-hero span{color:#9d6b22;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:900;display:block}.track-hero h1{color:#161616;margin:0 0 22px;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(44px,5.2vw,68px);line-height:.96}.track-hero h1 em{color:var(--green);font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-weight:700}.track-hero p{color:#2b251f;max-width:390px;margin:0;font-size:17px;line-height:1.55}.track-hero-art{justify-content:flex-start;align-items:center;min-height:240px;padding-left:clamp(10px,3vw,44px);display:flex;position:relative}.track-hero-art:before{content:"";background:radial-gradient(circle,#547c3c2b,#0000 62%);position:absolute;inset:0}.track-hero-art:after{content:"";z-index:1;border:2px dashed #1b3b226b;border-left:0;border-radius:0 999px 999px 0;width:250px;height:118px;position:absolute;top:54px;right:128px;transform:rotate(4deg)}.track-hero-art img{filter:drop-shadow(0 20px 28px #3b2b1226);object-fit:cover;z-index:2;border-radius:16px;width:min(58vw,520px);height:242px;position:relative;transform:translate(-12px)}.track-hero-art aside{color:var(--green);z-index:3;background:#fffdfa;border:1px solid #eee6da;border-radius:12px;grid-template-columns:54px 1fr;align-items:center;gap:4px 12px;min-width:190px;padding:18px;display:grid;position:absolute;top:86px;right:clamp(4px,2vw,28px);box-shadow:0 16px 36px #3b2b121f}.track-hero-art aside:before{background:var(--green);content:"";border:4px solid #fffdfa;border-radius:50%;width:18px;height:18px;position:absolute;top:28px;left:-42px;box-shadow:0 4px 12px #1b3b2233}.track-hero-art aside svg{grid-row:1/3;width:46px;height:46px}.track-hero-art aside strong{color:#2b251f;font-size:14px}.track-hero-art aside small{color:var(--muted);font-size:12px}.track-summary{z-index:4;background:#fffdfa;border:1px solid #eee6da;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;max-width:1180px;margin:-28px auto 24px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 28px #3b2b120f}.track-summary article{border-right:1px solid #eee6da;align-items:center;gap:18px;min-height:98px;padding:0 28px;display:flex}.track-summary article:last-child{border-right:0}.track-summary svg{color:var(--green)}.track-summary span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:850;display:block}.track-summary strong{color:#1b1b19;font-size:15px}.track-summary article:last-child strong{color:var(--green);font-family:Cormorant Garamond,Georgia,serif;font-size:34px}.track-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:22px;max-width:1180px;margin:0 auto;display:grid}.track-left,.track-stack,.track-right{flex-direction:column;gap:18px;display:flex}.track-card{background:#fffdfa;border:1px solid #eee6da;border-radius:12px;padding:24px;box-shadow:0 10px 28px #3b2b120b}.track-card h2,.track-section-head h2{color:#2b251f;margin:0 0 22px;font-family:Cormorant Garamond,Georgia,serif;font-size:27px;line-height:1}.track-steps{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:26px;display:grid}.track-steps article{text-align:center;position:relative}.track-steps article:before{content:"";background:#e6ded1;width:100%;height:3px;position:absolute;top:26px;left:-50%}.track-steps article:first-child:before{display:none}.track-steps article.done:before{background:var(--green)}.track-steps article div{color:#9b9b91;z-index:2;background:#f2f5eb;border:1px solid #e0ead7;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 14px;display:flex;position:relative}.track-steps article.done div{background:var(--green);border-color:var(--green);color:#fff}.track-steps article.current div{border:2px solid var(--green);color:var(--green);background:#f8f3e8;transform:scale(1.1)}.track-steps article strong{color:#2b251f;margin-bottom:5px;font-size:13px;display:block}.track-steps article span{color:var(--muted);font-size:12px}.track-progress-note{background:#f4f6ed;border-radius:10px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px 18px;display:grid}.track-progress-note img{object-fit:contain;width:52px;height:52px}.track-progress-note strong,.track-progress-note span{display:block}.track-progress-note strong{color:var(--green);font-size:14px}.track-progress-note span,.track-card p{color:#534940;margin:0;font-size:13px;line-height:1.55}.track-progress-note a,.track-help-box a,.track-outline-btn,.track-link-btn{color:var(--green);cursor:pointer;background:#fffdfa;border:1px solid #cfc2b1;border-radius:7px;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-size:13px;font-weight:850;text-decoration:none;display:inline-flex}.track-subgrid{grid-template-columns:minmax(0,1.05fr) minmax(260px,.7fr);gap:18px;display:grid}.track-items{flex-direction:column;gap:0;display:flex}.track-items article{border-bottom:1px solid #eee6da;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 0;display:grid}.track-items article:first-child{padding-top:0}.track-items article:last-child{border-bottom:0}.track-items img{object-fit:contain;background:#fbf4e8;border-radius:8px;width:54px;height:54px}.track-items strong,.track-items span{display:block}.track-items strong{font-size:13px}.track-items span{color:var(--muted);margin-top:6px;font-size:12px}.track-items b{font-size:14px}.track-link-btn{margin-top:16px}.track-card hr{border:0;border-top:1px solid #eee6da;margin:18px 0}.track-partner{color:#ef6f1a;font-weight:900}.track-help-box{background:#f5f1e8;border-radius:12px;flex-direction:column;gap:8px;padding:20px;display:flex}.track-help-box strong{color:#2b251f}.track-help-box span{color:var(--muted);font-size:13px}.track-right{position:sticky;top:126px}.track-right .track-card h3{color:var(--green);margin:-12px 0 5px;font-family:Cormorant Garamond,Georgia,serif;font-size:31px}.track-map{background-color:#eef0ed;background-image:linear-gradient(90deg,#1b3b220a 1px,#0000 1px),linear-gradient(#1b3b220a 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-radius:10px;height:160px;margin:14px 0;position:relative;overflow:hidden}.track-map:before{content:"";border-top:3px dashed #1b3b229e;border-bottom:0;border-left:0;border-right:3px dashed #1b3b229e;border-radius:50%;width:170px;height:90px;position:absolute;top:34px;left:60px;transform:rotate(16deg)}.track-map span,.track-map i{background:var(--green);border:4px solid #fff;border-radius:50%;width:22px;height:22px;position:absolute;box-shadow:0 4px 12px #1b3b2238}.track-map span{bottom:36px;left:70px}.track-map i{top:34px;right:58px}.track-care-banner{background:#f3eee3;border:1px solid #eee6da;border-radius:12px;min-height:126px;padding:24px}.track-care-banner strong{color:#2b251f;font-family:Cormorant Garamond,Georgia,serif;font-size:24px;line-height:1.15}.track-recommend{max-width:1180px;margin:30px auto 0}.track-section-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.track-section-head h2{margin:0}.track-section-head a{color:var(--green);font-size:13px;font-weight:850}.track-rec-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.track-rec-grid article{background:#fffdfa;border:1px solid #eee6da;border-radius:10px;padding:14px;position:relative}.track-rec-grid img{object-fit:contain;width:100%;height:112px}.track-rec-grid strong,.track-rec-grid span,.track-rec-grid b{display:block}.track-rec-grid strong{min-height:34px;font-size:13px;line-height:1.3}.track-rec-grid span{color:var(--muted);margin:5px 0;font-size:12px}.track-rec-grid b{margin-bottom:8px;font-size:15px}.track-rec-grid button{color:var(--green);cursor:pointer;background:#fffdfa;border:1px solid #cfc2b1;border-radius:6px;width:100%;min-height:34px;font-size:12px;font-weight:850}.track-trust{text-align:center;background:#f4f6ed;border:1px solid #eee6da;border-radius:10px;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;max-width:1180px;margin:30px auto 0;padding:20px;display:grid}.track-trust span{color:var(--green);font-weight:900}.track-trust small{color:#534940;font-weight:500}@media (max-width:1180px){.account-layout{grid-template-columns:210px minmax(0,1fr)}.account-stat-grid,.account-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-two-col,.account-three-col,.account-family-banner,.account-profile-card{grid-template-columns:1fr}.account-family-banner{align-items:start}.account-family-banner img{display:none}.account-orders-list article{grid-template-columns:120px minmax(0,1fr) minmax(180px,1fr)}.account-orders-list article>div:nth-child(4),.account-order-state{grid-column:auto}}@media (max-width:820px){.account-dashboard{padding:12px 10px 44px}.account-layout{display:block}.account-nav-card{border-radius:10px;margin-bottom:14px;padding:12px 8px;position:static}.account-nav-title,.account-refer-card{display:none}.account-nav-card nav{scrollbar-width:none;flex-direction:row;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.account-nav-card nav::-webkit-scrollbar{display:none}.account-nav-card nav a,.account-nav-card nav button{white-space:nowrap;border:1px solid #e5dccf;border-radius:999px;flex:none;gap:7px;min-height:40px;padding:0 12px;font-size:12px}.account-nav-card nav a.active{border-color:var(--green)}.account-main{gap:14px}.account-welcome,.account-page-hero{border-radius:10px;min-height:auto;padding:22px 18px;background-image:none!important}.account-welcome{flex-direction:column;align-items:flex-start;gap:12px}.account-avatar.large{flex-basis:78px;width:78px;height:78px;font-size:30px}.account-welcome h1,.account-page-hero h1{font-size:38px}.account-welcome>a{margin-left:0}.account-stat-grid,.account-two-col,.account-three-col,.account-product-grid,.account-wishlist-row,.account-profile-grid,.tracking-steps,.account-benefit-strip{grid-template-columns:1fr!important}.account-stat-grid{gap:10px}.account-stat-grid article,.account-ui-panel,.account-profile-card{border-radius:10px;padding:18px}.account-stat-grid strong{font-size:34px}.account-ui-panel-head{flex-direction:column;align-items:flex-start;gap:8px}.account-mini-orders article{grid-template-columns:48px minmax(0,1fr);align-items:start}.account-mini-orders b,.account-mini-orders small,.account-mini-orders a{grid-column:2}.account-orders-list article{grid-template-columns:1fr;align-items:start;gap:14px;padding:16px}.account-order-thumbs img{width:48px;height:48px}.account-order-state{justify-content:flex-start;height:auto;padding:10px 14px}.account-order-tabs{gap:18px}.account-address-cards article{grid-template-columns:1fr}.account-address-cards article>div{align-items:flex-start;padding:18px}.account-address-cards article>div>span{width:54px;height:54px}.account-address-cards section,.account-address-cards aside{border-left:0;padding:18px}.account-profile-card{gap:16px}.account-toggle-list label{gap:12px}.account-family-banner{display:none}.account-product-grid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.account-product-grid article{padding:10px}.account-product-grid img{height:112px}.account-product-grid h3{font-size:12px}.tracking-steps span{text-align:left}}@media (max-width:900px){.track-page{padding-bottom:36px}.track-alert{margin:12px}.track-hero{grid-template-columns:1fr;min-height:auto;padding:26px 16px 18px}.track-hero h1{font-size:42px}.track-hero p{font-size:14px}.track-hero-art{justify-content:center;min-height:130px;margin-top:18px;padding-left:0}.track-hero-art:after{width:150px;height:72px;display:block;top:18px;right:52px}.track-hero-art img{width:min(68vw,300px);height:132px;transform:translate(-22px)}.track-hero-art aside{min-width:0;margin-left:0;padding:12px;top:40px;right:0}.track-hero-art aside:before{width:12px;height:12px;top:24px;left:-24px}.track-summary{grid-template-columns:1fr 1fr;margin:12px}.track-summary article{border-bottom:1px solid #eee6da;min-height:82px;padding:12px}.track-summary article:nth-child(2n){border-right:0}.track-summary article:nth-child(n+3){border-bottom:0}.track-summary article:last-child strong{font-size:25px}.track-grid,.track-subgrid{grid-template-columns:1fr;margin:0 12px}.track-card{padding:18px}.track-right{position:static}.track-steps{grid-template-columns:1fr;gap:0}.track-steps article{text-align:left;grid-template-columns:48px minmax(0,1fr);gap:2px 12px;min-height:70px;display:grid}.track-steps article:before{width:3px;height:100%;top:-35px;left:23px}.track-steps article div{grid-row:1/3;width:46px;height:46px;margin:0}.track-progress-note{grid-template-columns:48px minmax(0,1fr)}.track-progress-note a{grid-column:1/-1}.track-items article{grid-template-columns:54px minmax(0,1fr) auto}.track-map{height:138px}.track-recommend,.track-trust{margin-left:12px;margin-right:12px}.track-rec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.track-rec-grid img{height:100px}.track-trust{grid-template-columns:1fr 1fr}}@media (max-width:768px){*,:before,:after{-webkit-tap-highlight-color:#1b3b221f}html,body{touch-action:pan-x pan-y;max-width:100%;overflow-x:hidden}button,a,input,select,textarea{-webkit-user-select:auto;pointer-events:auto;touch-action:manipulation}a,button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.topbar{display:none!important}.site-header{z-index:3000!important;background:#fffdfa!important;border-bottom:1px solid #eadfce!important;grid-template-columns:48px 1fr auto!important;min-height:56px!important;padding:4px 10px!important;display:grid!important;position:sticky!important;top:0!important}.header-left{grid-column:1!important;align-items:center!important;min-width:48px!important;display:flex!important}.brand,.nav-links,.desktop-search,.header-tools .desktop-only{display:none!important}.mobile-menu-btn{cursor:pointer!important;touch-action:manipulation!important;z-index:3010!important;background:#fffdfa!important;border:0!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important}.header-tools{z-index:3010!important;grid-column:3!important;justify-self:end!important;gap:8px!important;margin-left:0!important;display:flex!important;position:relative!important}.account-icon-btn,.cart-btn{pointer-events:auto!important;touch-action:manipulation!important;background:#fffdfa!important;border-radius:50%!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;display:inline-flex!important}.mobile-search-wrapper{box-shadow:none!important;z-index:1!important;background:#fffdfa!important;border-bottom:1px solid #eadfce!important;padding:8px 10px!important;display:block!important;position:relative!important;top:auto!important}.site-header:before,.site-header:after,.mobile-search-wrapper:before,.mobile-search-wrapper:after,.shop-content:before,.shop-content:after,.shop-grid:before,.shop-grid:after,.product-row:before,.product-row:after{pointer-events:none!important}.mobile-search-form{background:#f7f2ea!important;border:1px solid #d7cab8!important;border-radius:8px!important;flex-direction:row!important;gap:8px!important;min-height:44px!important;padding:0 12px!important;display:flex!important}.mobile-search-form input{min-height:42px!important;padding:0!important;font-size:14px!important}.mobile-drawer-overlay{z-index:5000!important;background:#141c1573!important;width:100vw!important;height:100dvh!important;position:fixed!important;inset:0!important}.mobile-drawer-content{background:#fffdfa!important;width:min(88vw,340px)!important;max-width:340px!important;height:100dvh!important;overflow-y:auto!important}.mobile-drawer-links a,.mobile-drawer-header button,.mobile-wa-btn{pointer-events:auto!important;touch-action:manipulation!important;min-height:48px!important}.shop-container{padding:10px 10px 28px!important;display:block!important}.shop-content{z-index:0!important;gap:12px!important;display:flex!important;position:relative!important}.category-pills{z-index:1!important;background:#fffdfa!important;margin:0 -10px!important;padding:8px 10px 10px!important;position:relative!important;top:auto!important}.category-pill{pointer-events:auto!important;touch-action:manipulation!important;min-height:72px!important}.shop-toolbar{z-index:0!important;position:relative!important}.shop-grid,.product-row{z-index:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important;position:relative!important}.product-card{pointer-events:auto!important;z-index:0!important;touch-action:manipulation!important;position:relative!important}.product-card:before,.product-card:after{pointer-events:none!important}.wishlist-btn,.add-to-cart-btn,.login-form button,.login-switch button,.account-primary-btn,.header-signin-btn,.category-pill,.mobile-drawer-links a{cursor:pointer!important;pointer-events:auto!important;touch-action:manipulation!important;z-index:5!important;min-height:44px!important;position:relative!important}.add-to-cart-btn{justify-content:center!important;align-items:center!important;width:100%!important;display:flex!important}.login-page{min-height:100dvh!important}.login-card{z-index:1!important;position:relative!important}.login-form{display:flex!important}.login-form label,.login-form input,.login-form button,.login-switch,.login-switch button{pointer-events:auto!important;touch-action:manipulation!important}}.admin-shell{background:#f4f6f9;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex}.admin-workspace{flex:1;min-width:0;margin-left:240px}.admin-topbar{z-index:20;background:#fff;border-bottom:1px solid #e8ecf0;justify-content:space-between;align-items:center;height:66px;padding:0 34px;display:flex;position:sticky;top:0}.admin-topbar span{color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800;display:block}.admin-topbar strong{color:#0f172a;font-size:16px;display:block}.admin-topbar nav{gap:10px;display:flex}.admin-topbar a{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:9px 12px;font-size:12px;font-weight:800}.admin-page-content{min-height:calc(100vh - 66px);padding:32px 36px}.topbar{background:var(--green);color:#fff;justify-content:flex-end;align-items:center;gap:24px;height:34px;padding:0 6vw;font-size:12px;font-weight:500;display:flex}.topbar-item{color:#fff;align-items:center;gap:6px;transition:opacity .2s;display:inline-flex}.topbar-item:hover{opacity:.85}.topbar span:first-child{margin-right:auto}.site-header{border-bottom:1px solid var(--line);z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffdfafa;justify-content:space-between;align-items:center;gap:26px;min-height:82px;padding:0 5.5vw;display:flex;position:sticky;top:0}.header-left{flex:auto;align-items:center;gap:34px;min-width:0;display:flex}.brand{color:var(--green);align-items:center;width:max-content;line-height:1;display:flex}.brand-mark{margin-bottom:1px;font-size:14px;transform:rotate(45deg)}.brand-name,.footer-logo{letter-spacing:1px;font-family:Cormorant Garamond,Georgia,serif;font-size:28px;font-weight:700}.brand-line{letter-spacing:.2px;color:var(--muted);font-size:9px;font-weight:600}.header-logo-img{object-fit:contain;height:68px;max-height:68px;transition:all .2s}.nav-links{flex:auto;justify-content:center;align-items:center;gap:clamp(18px,2vw,34px);min-width:0;margin-left:clamp(12px,2vw,34px);display:flex}.nav-links a{color:var(--green);letter-spacing:.2px;white-space:nowrap;font-family:Cormorant Garamond,Georgia,serif;font-size:15px;font-weight:700;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--gold)}.nav-links a.active{color:var(--green);position:relative}.nav-links a.active:after{background:var(--green);content:"";border-radius:999px;width:100%;height:2px;position:absolute;bottom:-10px;left:0}.header-tools{flex:none;align-items:center;gap:18px;margin-left:auto;display:flex}.mobile-header-search{display:none}.cart-btn{color:var(--green);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:relative}.cart-badge{color:#fff;background:#8a5a12;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:0;right:0}.search{background:#fff;border:1px solid #e0d7c8;border-radius:999px;flex:0 250px;align-items:center;gap:8px;width:clamp(190px,18vw,250px);padding:7px 15px;transition:all .2s;display:flex;position:relative;transform:none}.search:focus-within{border-color:var(--green);box-shadow:0 0 0 2px #1b3b2214}.search button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:flex}.header-icon-btn{width:36px;height:36px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:inline-flex}.header-icon-btn:hover{background:#0000000a;transform:translateY(-1px)}.search input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.clear-search-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 4px;font-size:14px;line-height:1;transition:color .2s;display:flex}.clear-search-btn:hover{color:var(--green)}.icon-btn{color:var(--green);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:background .2s;display:inline-flex;position:relative}.icon-btn:hover{background:#1b3b220d}.cart b,.cart-count{color:#fff;background:#8a5a12;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.hero{background:var(--cream);border-bottom:1px solid var(--line);max-height:520px;padding:0;position:relative;overflow:hidden}.hero img{object-fit:cover;width:100%;height:100%;max-height:520px;display:block}.eyebrow{color:var(--green);letter-spacing:.22em;text-transform:uppercase;margin:0;font-size:14px;font-weight:800}h1,h2,h3{margin:0;font-family:Cormorant Garamond,Georgia,serif;line-height:1.04}h1{margin:18px 0;font-size:clamp(48px,6vw,76px)}h2{color:#604123;font-size:28px}h3{font-size:22px}.button{border-radius:6px;justify-content:center;align-items:center;gap:12px;min-height:46px;padding:0 28px;font-size:14px;font-weight:700;display:inline-flex}.primary{background:var(--green-2);color:#fff}.secondary{background:#ffffffb3;border:1px solid #9e8d77}.assurance,.footer-service{background:var(--paper);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:0;padding:18px 8vw;display:grid}.assurance span,.footer-service span{color:var(--muted);text-align:center;font-size:13px;font-weight:700}.assurance span:before,.footer-service span:before{color:var(--green-2);content:"♧";border:1px solid #cfc6b6;border-radius:50%;place-items:center;width:26px;height:26px;margin-right:8px;display:inline-grid}.section{padding:36px 7vw}.categories{text-align:center;background:#fffdfa;padding:24px 5vw 28px}.categories h2{color:var(--green);margin-top:4px;font-size:clamp(26px,3.2vw,36px)}.section-subtitle{color:#34342d;max-width:580px;margin:6px auto 20px;font-size:14px;line-height:1.45}.category-grid{grid-template-columns:repeat(8,1fr);gap:14px;margin-top:14px;display:grid}.category-grid a{flex-direction:column;place-items:center;gap:6px;text-decoration:none;transition:transform .2s;display:flex;position:relative}.category-grid a:hover{transform:translateY(-3px)}.category-grid img{aspect-ratio:1;object-fit:cover;background:#faf7f2;border:2px solid #efe5d4;border-radius:50%;width:76px;height:76px;display:block;box-shadow:0 4px 12px #412d130f}.category-grid span{color:#1d211b;font-size:12px;font-weight:600;line-height:1.2}.view-categories{border:1.5px solid var(--green);color:var(--green);border-radius:6px;justify-content:center;align-items:center;gap:10px;min-height:38px;margin-top:18px;padding:0 20px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.view-categories:hover{background:var(--green);color:#fff}.section-head{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.section-head a{color:var(--green-2);font-size:14px;font-weight:700}.product-row{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:10px;flex-direction:column;justify-content:space-between;min-width:0;padding:14px 14px 16px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 8px 24px #3b2b120f}.product-card-link{color:inherit;text-decoration:none;display:block}.product-card:hover{border-color:var(--green);transform:translateY(-6px);box-shadow:0 16px 36px #1b3b2224}.product-card h3{color:#2b251f;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:36px;margin:0;font-family:Inter,sans-serif;font-size:13.5px;line-height:1.3;transition:color .2s;display:-webkit-box;overflow:hidden}.product-card:hover h3{color:var(--green)}.product-card-link:focus-visible,.cart-product-image:focus-visible,.cart-product-title-link:focus-visible{outline:2px solid var(--green);outline-offset:4px;border-radius:8px}.badge{background:var(--green-2);color:#fff;text-transform:uppercase;z-index:1;border-radius:5px;padding:5px 8px;font-size:10px;font-weight:800;position:absolute;top:12px;left:12px}.badge.brown{background:#8c4d17}.wishlist-btn{color:#8a6a4a;cursor:pointer;background:#fff;border:0;font-size:22px;position:absolute;top:10px;right:12px}.product-image{object-fit:contain;width:100%;height:160px;margin:0 auto 12px;display:block}.product-card p{color:var(--muted);margin:4px 0 6px;font-size:11.5px}.stars{color:var(--gold);margin-bottom:8px;font-size:12px}.stars span{color:var(--muted)}.product-card strong{margin-bottom:10px;font-size:15px;display:block}.add-to-cart-btn{background:var(--green-2);color:#fff;cursor:pointer;text-align:center;border:0;border-radius:6px;margin-top:auto;padding:9px 0;font-size:12px;font-weight:600;text-decoration:none;display:block}.wishlist-btn{cursor:pointer;line-height:1}.why{background:var(--cream);border-block:1px solid var(--line);text-align:center}.why-grid{grid-template-columns:repeat(5,1fr);gap:18px;margin-top:26px;display:grid}.why-grid div{border-right:1px solid var(--line);place-items:center;gap:6px;min-height:92px;padding:0 12px;display:grid}.why-grid div:last-child{border-right:0}.why-grid i{color:var(--green-2);background:#eef2e3;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-style:normal;display:flex}.why-grid strong{font-size:13px}.why-grid span{color:var(--muted);font-size:12px;line-height:1.45}.split{grid-template-columns:1fr 1fr;gap:56px;display:grid}.recipe-card,blockquote,.newsletter{background:var(--cream);border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 30px #3b2b1212}.recipe-card{grid-template-columns:1.25fr 1fr;display:grid;overflow:hidden}.recipe-image{object-fit:cover;width:100%;height:100%;min-height:205px;display:block}.recipe-card>div:last-child{padding:28px}.mini-recipes{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px;display:grid}.mini-recipes span{border:1px solid var(--line);background:#fff;border-radius:7px;padding:18px;font-size:12px;font-weight:700}.rating{color:var(--gold);margin:20px 0;font-weight:700}blockquote{color:#4a3d30;margin:0;padding:52px 54px;font-size:18px;line-height:1.75}cite{color:#2d2d27;margin-top:26px;font-size:13px;font-style:normal;font-weight:800;display:block}.newsletter{grid-template-columns:1fr 1fr;align-items:center;gap:40px;margin:30px 8vw;padding:30px;display:grid}.newsletter p{color:var(--muted)}form{max-width:440px;margin-top:16px;display:flex}form input{border:1px solid var(--line);border-radius:5px 0 0 5px;flex:1;min-width:0;padding:14px 18px}form button{background:var(--green-2);color:#fff;border:0;border-radius:0 5px 5px 0;padding:0 24px;font-weight:700}.social-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.social-grid img{object-fit:cover;border-radius:6px;width:100%;height:86px;display:block}.footer{background:var(--green);color:#eef5e9}.footer-service{background:var(--paper);color:var(--text)}.footer-service small{color:var(--muted);font-weight:500}.footer-main{grid-template-columns:1.4fr repeat(4,1fr);gap:34px;padding:42px 8vw;display:grid}.footer-logo{color:#fff}.footer-main p,.footer-main a{color:#ffffffbf;font-size:13px;line-height:1.7}.footer-main nav{align-content:start;gap:10px;display:grid}.footer-main strong{color:#fff;text-transform:uppercase;font-size:13px}.copyright{color:#ffffffbf;border-top:1px solid #ffffff26;padding:18px 8vw;font-size:12px}.header-logo-img{object-fit:contain;height:68px;max-height:68px}.hero-grid{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:36px;max-width:1280px;margin:0 auto;display:grid;position:relative}.hero-features-bar{z-index:5;border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:-25px auto 40px;padding:16px 24px;display:grid;position:relative;box-shadow:0 10px 25px #0000000d}.process-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1140px;margin:30px auto 0;display:grid}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.mobile-search-bar{border-bottom:1px solid var(--line);background:#fff;padding:10px 16px;display:none}.mobile-search-form{border:1px solid var(--line);background:#faf6f0;border-radius:999px;align-items:center;width:100%;padding:6px 14px;display:flex}.mobile-search-form input{background:0 0;border:none;outline:none;width:100%;font-size:13px}.mobile-search-form button{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.mobile-quick-nav{white-space:nowrap;border-bottom:1px solid var(--line);-webkit-overflow-scrolling:touch;background:#faf6f0;gap:8px;padding:10px 16px;display:none;overflow-x:auto}.mobile-nav-pill{border:1px solid var(--line);color:var(--green);background:#fff;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600;text-decoration:none;display:inline-block}.mobile-nav-pill.active{background:var(--green);color:#fff;border-color:var(--green)}.mobile-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#00000080;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.mobile-drawer-content{background:#fff;flex-direction:column;width:85vw;max-width:340px;height:100%;animation:.25s ease-out slideInLeft;display:flex;box-shadow:4px 0 24px #00000026}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px;display:flex}.mobile-drawer-links{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.mobile-drawer-links a{color:var(--green);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-bottom:12px;font-size:15px;font-weight:600;text-decoration:none;display:flex}.mobile-drawer-footer{border-top:1px solid var(--line);background:#faf6f0;padding:20px}.mobile-wa-btn{color:#fff;background:#25d366;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:10px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.category-circles-scroll-bar{white-space:nowrap;border-bottom:1px solid var(--line);box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#faf6f0;justify-content:space-evenly;gap:20px;max-width:1380px;margin:0 auto;padding:16px 24px;display:flex;overflow-x:auto}.category-circles-scroll-bar::-webkit-scrollbar{display:none}.category-circle-plate{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;width:72px;text-decoration:none;display:flex}.circle-image-ring{border:2px solid var(--line);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:3px;transition:all .2s;display:flex;box-shadow:0 4px 10px #0000000f}.circle-image-ring img{object-fit:cover;border-radius:50%;width:100%;height:100%}.category-circle-plate.active .circle-image-ring,.category-circle-plate:hover .circle-image-ring{border-color:var(--green);box-shadow:0 0 0 2px var(--gold);transform:scale(1.05)}.circle-plate-title{color:var(--green);text-align:center;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:72px;font-size:11px;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden}.mobile-search-wrapper{border-bottom:1px solid var(--line);background:#fff;padding:10px 16px;display:none}.mobile-search-form{border:1px solid var(--line);background:#faf6f0;border-radius:999px;align-items:center;gap:10px;width:100%;padding:8px 16px;display:flex;box-shadow:inset 0 1px 3px #0000000a}.mobile-search-form input{width:100%;color:var(--text);background:0 0;border:none;outline:none;font-size:14px}@media (max-width:1180px) and (min-width:993px){.site-header{padding-inline:18px}.header-left{gap:14px}.nav-links{gap:9px;margin-left:8px}.nav-links a{font-size:12px}.search{width:150px}.header-tools{gap:8px}}@media (max-width:992px){.mobile-menu-btn{display:flex!important}.desktop-only,.desktop-search{display:none!important}.site-header{grid-template-columns:none!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;min-height:66px!important;padding:8px 12px!important;display:flex!important}.header-left{flex:none;gap:6px}.header-logo-img{height:46px!important;max-height:46px!important}.nav-links{display:none!important}.mobile-search-wrapper{display:block!important}.header-tools{flex:none;gap:0;margin-left:0}.cart-btn{width:38px;height:38px}.shop-container,.pdp-main-grid,.cart-main-layout,.checkout-main-grid{grid-template-columns:1fr!important;gap:22px!important;display:grid!important}.filters-sidebar,.checkout-side-box,.summary-card,.checkout-summary-col{position:static!important;top:auto!important}.filters-sidebar{order:1}.shop-content{order:2}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-main>div:first-child{grid-column:1/-1}}@media (max-width:768px){.login-page{display:block}.login-art{min-height:310px;padding:28px 18px}.login-logo img{height:58px}.login-card{border-radius:16px 16px 0 0;margin:-26px 12px 32px;padding:24px;position:relative}.account-page{padding:22px 12px 54px}.account-login-gate{padding:28px 18px}.account-hero{flex-direction:column;align-items:flex-start;padding:20px}.account-hero button{width:100%;margin-left:0}.account-stats,.account-grid{grid-template-columns:1fr}.account-order-card{grid-template-columns:1fr;align-items:flex-start}.account-order-total{text-align:left}.admin-shell{display:block}.admin-shell aside{width:100%!important;min-height:auto!important;position:static!important}.admin-workspace{margin-left:0}.admin-topbar{flex-direction:column;align-items:flex-start;gap:10px;height:auto;padding:16px;position:static}.admin-topbar nav{flex-wrap:wrap}.admin-page-content{padding:18px 12px}.cart-hero{background:linear-gradient(#faf7f2fa 0%,#faf7f2db 100%),url(/assets/shop-hero.jpg) 100%/cover;align-items:flex-start;min-height:210px;padding:28px 16px}.cart-hero h1{font-size:46px}.cart-hero p{font-size:15px}.cart-hero-art{display:none}.cart-shell{padding:18px 12px 92px}.cart-shipping-meter{border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:16px;padding:14px}.cart-meter-copy{flex-direction:column;align-items:flex-start;gap:3px}.cart-layout{grid-template-columns:1fr}.cart-items-panel,.cart-summary-card,.cart-coupon-card,.cart-help-card,.cart-suggestions{border-radius:12px;padding:16px}.cart-section-head{align-items:flex-start;gap:10px}.cart-section-head h2{font-size:26px}.cart-item-row{grid-template-columns:92px minmax(0,1fr);gap:12px;padding:18px 0}.cart-product-image{width:92px;height:92px}.cart-product-image img{width:82px;height:82px}.cart-product-title-row{flex-direction:column;align-items:flex-start;gap:6px}.cart-product-title-row h3{margin-bottom:4px;font-size:21px}.cart-product-title-row>strong{font-size:18px}.cart-product-tags{gap:6px}.cart-product-tags span{padding:5px 8px;font-size:10px}.cart-item-actions{flex-direction:column;align-items:flex-start;gap:10px}.cart-summary-panel{position:static}.cart-checkout-button{z-index:30;width:calc(100% - 24px);position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 10px 28px #1b3b2247}.cart-coupon-row{grid-template-columns:1fr}.cart-coupon-row input{border-radius:9px}.cart-coupon-row button{border-radius:9px;min-height:42px}.cart-suggestion-grid{grid-template-columns:1fr}.cart-suggestion-card{grid-template-columns:70px 1fr auto}.cart-trust-strip{grid-template-columns:1fr;padding:14px}.cart-trust-strip div{border-bottom:1px solid #e2d7c5;border-right:0;padding-bottom:12px}.cart-trust-strip div:last-child{border-bottom:0;padding-bottom:0}.topbar{text-align:center;justify-content:center;gap:14px;padding:0 16px}.topbar span:not(:first-child){display:none}.section{padding:24px 16px!important}.mobile-search-wrapper{padding:8px 12px!important}.mobile-search-form{min-height:42px;padding:7px 12px!important}.category-circles-scroll-bar{justify-content:flex-start;gap:14px;padding:12px 14px}.hero-section-wrapper{background:linear-gradient(#faf6f0fa 0%,#faf6f0eb 58%,#faf6f0b8 100%),#faf6f0 url(/assets/hero-mobile.jpg) bottom/cover no-repeat!important;min-height:auto!important;padding:28px 16px 32px!important}.hero-left h1,.pdp-title{font-size:34px!important}.hero-actions{max-width:280px;flex-direction:column!important;align-items:stretch!important;gap:10px!important}.hero-actions .button{width:100%}.hero-assurance-inline{gap:8px!important}.customer-trust-pill{max-width:100%;border-radius:10px!important;align-items:flex-start!important}.hero-grid{grid-template-columns:1fr!important;gap:20px!important}.hero-right-img{max-height:260px!important;margin:0 auto!important}.hero-features-bar{box-shadow:none;border-left:0;border-right:0;border-radius:0;grid-template-columns:1fr!important;gap:0!important;margin:0!important;padding:12px 16px!important}.feature-bar-item{border-bottom:1px solid var(--line);padding:10px 0}.feature-bar-item:last-child{border-bottom:0}.process-grid{flex-direction:column!important;gap:16px!important;margin-top:20px!important;display:flex!important}.process-card{box-sizing:border-box!important;width:100%!important}.why-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;display:grid!important}.why-grid div{border:1px solid var(--line)!important;background:#fff!important;border-radius:8px!important;padding:14px 10px!important}.category-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;padding:0!important;display:grid!important}.category-grid a{padding:14px 10px!important}.category-grid img{object-fit:cover!important;border-radius:50%!important;width:100%!important;max-width:100px!important;height:100px!important;margin:0 auto 8px!important}.product-row{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;display:grid!important}.product-card{border-radius:8px;padding:10px}.product-card:hover{transform:none}.product-image{height:120px;margin-bottom:10px}.product-card h3{height:34px;font-size:12.5px}.product-card strong{font-size:14px}.badge{padding:4px 6px;font-size:9px;top:8px;left:8px}.wishlist-btn{top:7px;right:8px}.section-head{align-items:flex-start;gap:10px}.section-head a{white-space:nowrap}.shop-layout,.product-detail-grid{flex-direction:column!important;display:flex!important}.shop-banner{height:82px!important;max-height:82px!important}.shop-banner-overlay h1{font-size:28px!important}.shop-header-intro{padding:18px 16px 12px!important}.shop-container{padding:18px 16px 34px!important}.filters-sidebar{width:100%;padding:16px!important}.filter-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px;display:grid!important}.category-pills{scrollbar-width:none;margin-inline:-16px;padding:0 16px 8px!important}.category-pills::-webkit-scrollbar{display:none}.shop-toolbar{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.toolbar-actions,.toolbar-actions label,.toolbar-actions select{width:100%}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.promo-row{grid-template-columns:1fr!important}.assurance,.footer-service{grid-template-columns:1fr 1fr;gap:12px;padding:16px}.assurance span,.footer-service span{justify-content:center;align-items:center;line-height:1.3;display:inline-flex}.split,.newsletter,.recipe-card{grid-template-columns:1fr!important;gap:22px!important}.newsletter{border-left:0;border-right:0;border-radius:0;margin:0!important;padding:24px 16px!important}form{flex-direction:column;gap:10px}form input,form button{min-height:44px;border-radius:6px!important}.mini-recipes,.social-grid{grid-template-columns:repeat(3,1fr)}blockquote{padding:24px 18px;font-size:15px;line-height:1.6}.gallery-layout{grid-template-columns:1fr!important}.thumb-col{order:2;padding-bottom:4px;overflow-x:auto;flex-direction:row!important}.main-img-box{min-height:280px;padding:14px!important}#pdp-main-img{max-height:300px!important}.pdp-main-grid{padding:18px 16px 30px!important}.pdp-benefits-icons{grid-template-columns:repeat(2,1fr)!important}.size-options{flex-wrap:wrap}.checkout-side-box{margin-top:4px}.basket-hero{padding:22px 16px!important}.basket-hero-flex{align-items:flex-start!important}.basket-hero-right-img{display:none}.shipping-progress-card{margin:16px!important;padding:14px!important}.cart-main-layout{padding:0 16px 34px!important}.basket-item-card{grid-template-columns:76px 1fr!important;gap:12px!important;padding:14px!important}.basket-item-card img{width:72px!important;height:72px!important}.price-and-stepper{grid-column:2;width:100%;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important}.item-actions-row{flex-wrap:wrap;gap:8px!important}.summary-card{padding:18px!important}.checkout-shell{padding:18px 12px 96px!important}.checkout-progress{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;margin-bottom:20px!important;padding:16px!important}.checkout-progress>div:nth-child(2),.checkout-progress>div:nth-child(4){display:none}.checkout-card,.checkout-summary-col>div{padding:18px!important}.checkout-card-head,.delivery-status{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.checkout-two-col,.checkout-three-col,.checkout-address-row,.delivery-options-grid,.payment-grid,.checkout-trust-grid{grid-template-columns:1fr!important}.checkout-summary-col{order:2}.checkout-form-col{order:1}.checkout-summary-col>div:first-child{border-radius:14px!important}.checkout-summary-col button{z-index:90;position:fixed;bottom:12px;left:12px;right:12px;width:calc(100% - 24px)!important;box-shadow:0 10px 28px #1b3b2247!important}.payment-grid img{max-width:100%;height:auto!important}.order-success-hero-grid,.order-success-main-grid{grid-template-columns:1fr!important}.order-success-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.order-success-support{flex-direction:column!important;align-items:stretch!important;gap:16px!important;padding:18px!important}.order-success-support a{justify-content:center}.footer-main{grid-template-columns:1fr;padding:32px 16px}.copyright{padding:16px}}@media (max-width:992px){.topbar{display:none!important}.site-header{z-index:800;top:0;min-height:54px!important;padding:5px 10px!important}.brand{align-items:center;display:flex!important}.brand .header-logo-img{height:38px!important;max-height:38px!important}.mobile-menu-btn{touch-action:manipulation;z-index:1000;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;position:relative;display:inline-flex!important}.header-tools{gap:6px!important}.account-icon-btn,.cart-btn{touch-action:manipulation;justify-content:center;align-items:center;min-width:44px;min-height:44px;width:44px!important;height:44px!important;display:inline-flex!important}.mobile-search-wrapper{border-bottom:1px solid var(--line);z-index:790;background:#fffdfa;padding:8px 12px 10px;position:sticky;top:54px;box-shadow:0 4px 14px #3b2b120d;display:block!important}.mobile-search-form{background:#f7f2ea;border:1px solid #d9cdbc;border-radius:8px;min-height:42px;flex-direction:row!important;align-items:center!important;gap:9px!important;padding:7px 12px!important;display:flex!important}.mobile-search-form input{min-height:24px;font-size:14px}.mobile-drawer-overlay{z-index:2000;height:100dvh;inset:0}.mobile-drawer-content{background:#fffdfa;width:min(86vw,340px);max-width:340px;min-height:100dvh}.shop-banner{display:none}.shop-header-intro{padding:14px 12px 8px!important}.shop-header-intro .tagline{color:var(--green)!important;font-size:16px!important}.shop-header-intro .sub{font-size:12px!important}.shop-container{gap:12px!important;padding:10px 10px 28px!important}.filters-sidebar{display:none!important}.shop-content{order:1!important;gap:12px!important}.category-pills{border-bottom:1px solid var(--line);scrollbar-width:none;z-index:700;background:#fffdfa;position:sticky;top:105px;overflow-x:auto;margin:0 -10px!important;padding:8px 10px 10px!important}.category-pill{border-radius:8px!important;flex-direction:column!important;gap:4px!important;min-width:74px!important;padding:7px 8px!important}.category-pill img{width:34px!important;height:34px!important}.category-pill span{text-overflow:ellipsis;max-width:66px;line-height:1.1;overflow:hidden;font-size:10.5px!important}.shop-toolbar{border:1px solid var(--line);background:#fffdfa;border-radius:8px;padding:8px 10px;flex-direction:row!important;align-items:center!important;gap:8px!important}.shop-toolbar>span{color:var(--text);font-size:12px;font-weight:600}.toolbar-actions{margin-left:auto;width:auto!important}.toolbar-actions label{font-size:0;width:auto!important}.toolbar-actions select{height:34px;min-height:34px;border-radius:8px!important;width:auto!important;font-size:12px!important}.shop-grid,.product-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.product-card{min-height:100%;box-shadow:0 3px 12px #3b2b1212;border-radius:8px!important;padding:9px!important}.product-card:hover{border-color:var(--line);transform:none;box-shadow:0 3px 12px #3b2b1212}.product-image{background:#fbf8f3;border-radius:7px;padding:6px;height:118px!important;margin-bottom:8px!important}.product-card h3{line-height:1.3;height:32px!important;font-size:12px!important}.product-card p{margin:3px 0 5px!important;font-size:11px!important}.stars{margin-bottom:5px!important;font-size:10.5px!important}.product-card strong{margin-bottom:8px!important;font-size:14px!important}.badge{border-radius:4px;padding:4px 5px!important;font-size:8px!important;top:8px!important;left:8px!important}.wishlist-btn{width:28px;height:28px;font-size:20px!important;top:6px!important;right:7px!important}.add-to-cart-btn{touch-action:manipulation;width:100%;min-height:36px;border-radius:6px!important;padding:8px 4px!important;font-size:11.5px!important}.promo-row{display:none!important}}@media (max-width:430px){.product-row,.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-image{height:112px!important}.why-grid,.assurance,.footer-service{grid-template-columns:1fr!important}.mini-recipes,.social-grid{grid-template-columns:1fr 1fr}}.login-form button,.account-primary-btn{text-align:center!important;background:var(--green,#1b3b22)!important;color:#fff!important;cursor:pointer!important;border:none!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:100%!important;padding:14px 20px!important;font-size:15px!important;font-weight:700!important;display:flex!important;box-shadow:0 4px 14px #1b3b2238!important}.header-signin-btn{background:var(--green,#1b3b22);white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;padding:6px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;color:#fff!important}.header-signin-btn:hover{opacity:.9}.desktop-brand .header-logo-img,.brand .header-logo-img{height:82px!important;max-height:82px!important}@media (max-width:992px){.desktop-brand{display:none!important}.mobile-brand-centered{flex:1;justify-content:center;align-items:center;display:flex!important}.mobile-logo-big{object-fit:contain;height:54px!important;max-height:58px!important}}@media (min-width:993px){.mobile-brand-centered{display:none!important}}@media (max-width:768px){.mobile-search-wrapper{margin-bottom:-5px!important;transform:translateY(-5px)!important}html,body{touch-action:pan-x pan-y!important;overflow-x:hidden!important}.site-header{z-index:3000!important;background:#fffdfa!important;grid-template-columns:48px 1fr auto!important;align-items:center!important;min-height:56px!important;padding:4px 10px!important;display:grid!important;position:sticky!important;top:0!important}.header-left{grid-column:1!important;min-width:48px!important}.desktop-brand,.nav-links,.desktop-search,.header-tools .desktop-only{display:none!important}.mobile-brand-centered{pointer-events:auto!important;grid-column:2!important;justify-content:center!important;display:flex!important}.mobile-menu-btn,.account-icon-btn,.cart-btn,.header-signin-btn{pointer-events:auto!important;touch-action:manipulation!important;z-index:3010!important;align-items:center!important;min-width:46px!important;min-height:46px!important;display:inline-flex!important;position:relative!important}.header-tools{pointer-events:auto!important;z-index:3010!important;grid-column:3!important;justify-self:end!important;gap:8px!important;margin-left:0!important;display:flex!important;position:relative!important}.mobile-search-wrapper{box-shadow:none!important;z-index:1!important;background:#fffdfa!important;border-bottom:1px solid #eadfce!important;margin-top:-10px!important;margin-bottom:-15px!important;padding:6px 10px!important;display:block!important;position:relative!important;top:auto!important;transform:translateY(-15px)!important}.mobile-search-form{pointer-events:auto!important;touch-action:manipulation!important;flex-direction:row!important;min-height:44px!important;display:flex!important}.mobile-drawer-overlay{z-index:5000!important;position:fixed!important;inset:0!important}.mobile-drawer-content,.mobile-drawer-links a{pointer-events:auto!important;touch-action:manipulation!important}.shop-container{padding:10px 10px 28px!important;display:block!important}.shop-content,.shop-grid,.product-row,.product-card{pointer-events:auto!important;z-index:0!important;position:relative!important}.shop-grid,.product-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.product-card:before,.product-card:after,.site-header:before,.site-header:after,.mobile-search-wrapper:before,.mobile-search-wrapper:after{pointer-events:none!important}.add-to-cart-btn,.wishlist-btn,.login-form button,.login-switch button,.account-primary-btn,.cart-checkout-button{pointer-events:auto!important;touch-action:manipulation!important;z-index:5!important;min-height:44px!important;position:relative!important}.category-circles-scroll-bar,.category-pills{-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;scrollbar-width:none!important;box-sizing:border-box!important;pointer-events:auto!important;z-index:100!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;display:flex!important;position:relative!important;overflow:auto hidden!important}.category-circles-scroll-bar::-webkit-scrollbar{display:none!important}.category-pills::-webkit-scrollbar{display:none!important}.category-circle-plate,.category-pill{pointer-events:auto!important;touch-action:manipulation!important;flex:none!important}}
