:root{color:#1e2a22;background:#f8f6ef}*{box-sizing:border-box}body{margin:0;background:#f8f6ef}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.store-shell{max-width:1120px;margin:0 auto;padding:28px 20px 72px}.store-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:34px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,serif}h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:0}.category,.eyebrow{color:#6b796f;font-size:.72rem;font-weight:700;letter-spacing:.15em;margin-bottom:.4rem}.cart-button,.checkout,.product-footer button{border:0;border-radius:999px;background:#1e4432;color:#fff;padding:.8rem 1.15rem;font-weight:700}.cart-button span{display:inline-grid;place-items:center;width:1.3rem;height:1.3rem;border-radius:50%;background:#d7f0a9;color:#1e4432;margin-left:.35rem}.hero{background:#d7f0a9;border-radius:20px;padding:clamp(2rem,8vw,5rem);margin-bottom:25px}.hero>div{max-width:620px}.hero h2{font-size:clamp(2rem,5vw,3.6rem);margin-bottom:.75rem}.hero p:not(.eyebrow){color:#476052;font-size:1.1rem}.search{display:block;margin-bottom:24px}.search span,.variant-label{display:block;font-size:.85rem;font-weight:700;margin-bottom:.4rem}.search input,select{width:100%;padding:.85rem 1rem;border:1px solid #cfd7c5;border-radius:9px;background:#fff}.notice{background:#fff2c7;border-radius:9px;padding:.9rem 1rem}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-gap:18px;gap:18px}.product-card{overflow:hidden;border:1px solid #e3e2d9;border-radius:16px;background:#fff}.product-media{height:210px;display:grid;place-items:center;overflow:hidden;background:#e8ddd1;color:#704f36;font-family:Georgia,serif;font-size:4rem}.product-media img{width:100%;height:100%;object-fit:cover}.product-info{padding:18px}.product-info h3{font-size:1.5rem;margin-bottom:.4rem}.description{min-height:2.7rem;color:#59665d;font-size:.93rem}.variant-label{margin-top:1.1rem}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:1rem}.overlay{position:fixed;inset:0;background:rgba(19,30,24,.44);z-index:4}.drawer{position:fixed;z-index:5;right:0;top:0;height:100dvh;width:min(440px,100%);padding:24px;background:#fffdf8;box-shadow:-12px 0 36px rgba(0,0,0,.12);display:flex;flex-direction:column}.drawer-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e4e4dc;padding-bottom:16px}.drawer-header h2{margin:0}.close,.drawer-header button{border:0;background:transparent;font-size:2rem}.cart-items{overflow-y:auto;flex:1 1}.cart-item{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #eee;padding:18px 0}.cart-item small{display:block;color:#68736b;margin-top:4px}.quantity{display:flex;align-items:center;gap:8px}.quantity button{border:1px solid #ccd7c6;width:30px;height:30px;border-radius:50%;background:#fff}.cart-total{display:flex;justify-content:space-between;padding:22px 0 14px;font-size:1.1rem}.checkout{width:100%}.empty{color:#68736b;padding:20px 0}.checkout-dialog{position:fixed;z-index:6;width:min(460px,calc(100% - 32px));left:50%;top:50%;transform:translate(-50%,-50%);padding:32px;border-radius:18px;background:#fffdf8;box-shadow:0 20px 70px rgba(0,0,0,.22)}.close{position:absolute;right:15px;top:10px}.payment-option{display:block;width:100%;text-align:left;margin-top:12px;padding:16px;border:1px solid #cfd7c5;border-radius:11px;background:#fff}.payment-option:hover{border-color:#1e4432}.payment-option span{display:block;color:#667369;font-size:.88rem;margin-top:4px}@media(max-width:600px){.store-shell{padding:20px 14px 48px}.product-footer,.store-header{align-items:flex-start}.product-footer{flex-direction:column}.product-footer button{width:100%}}