:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--ink:#1d2a20;--muted:#728076;--cream:#f5f2e9;--paper:#fffdf8;--line:#deddd2;--green:#254f38;--lime:#d9e7a7;--orange:#df6b36}*{box-sizing:border-box}html,body{background:var(--cream);min-height:100%;color:var(--ink);margin:0}body{font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}button{color:inherit}.pos-shell{min-height:100vh}.topbar{color:#fff;background:#183123;border-bottom:1px solid #385040;justify-content:space-between;align-items:center;height:76px;padding:0 28px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-mark{color:#d9e7a7;border:1px solid #d9e7a7;border-radius:50% 50% 45% 55%;place-items:center;width:42px;height:42px;font-family:Georgia,serif;font-size:24px;font-style:italic;display:grid}.brand strong,.brand span{display:block}.brand strong{font-family:Georgia,serif;font-size:20px;font-weight:600}.brand span{text-transform:uppercase;letter-spacing:.18em;color:#becbbf;margin-top:2px;font-size:10px}.top-actions{align-items:center;gap:12px;display:flex}.status{color:#cbd5cc;margin-right:10px;font-size:12px}.status i,.sync-note i{background:#91bd6e;border-radius:99px;width:7px;height:7px;margin-right:7px;display:inline-block}.icon-button,.avatar{color:#dbe3dc;cursor:pointer;background:0 0;border:1px solid #496052;border-radius:50%;width:38px;height:38px}.icon-button{font-size:7px}.avatar{color:#23402d;background:#d9e7a7;font-size:11px;font-weight:800}.workspace{grid-template-columns:minmax(0,1fr) 400px;height:calc(100vh - 76px);display:grid}.catalog-panel{padding:34px 34px 54px;overflow:auto}.catalog-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.eyebrow{color:#7d877e;text-transform:uppercase;letter-spacing:.16em;margin:0 0 6px;font-size:10px;font-weight:700}.catalog-heading h1{margin:0;font:500 38px/1.05 Georgia,serif}.search{border:1px solid var(--line);color:#899089;background:#fff;border-radius:10px;align-items:center;gap:10px;width:min(350px,42%);height:44px;padding:0 14px;display:flex}.search input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:13px}.filters{gap:8px;margin:26px 0 22px;padding-bottom:2px;display:flex;overflow:auto}.filters button{border:1px solid var(--line);white-space:nowrap;cursor:pointer;background:#fbfaf5;border-radius:99px;padding:8px 14px;font-size:12px}.filters button.active{background:var(--green);color:#fff;border-color:var(--green)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.product-card{appearance:none;text-align:left;background:var(--paper);cursor:pointer;border:1px solid #dddcd2;border-radius:15px;padding:0;transition:all .18s;overflow:hidden;box-shadow:0 2px 7px #37452c0a}.product-card:hover{border-color:#9daa92;transform:translateY(-2px);box-shadow:0 8px 20px #37452c14}.product-card:active{transform:scale(.985)}.product-art{flex-direction:column;justify-content:center;align-items:center;height:138px;display:flex;position:relative;overflow:hidden}.product-art:before{content:"";background:#fff8;border:1px solid #fff9;border-radius:46% 46% 12px 12px;width:95px;height:115px;position:absolute;box-shadow:0 10px 20px #24302020}.product-art span,.product-art small{z-index:1;position:relative}.product-art span{color:#33402b;font:italic 29px Georgia,serif}.product-art small{letter-spacing:.13em;margin-top:5px;font-size:7px}.gold{background:#e7ce86}.clay{background:#d7b59e}.leaf{background:#9fba86}.wine{background:#b58b89}.river{background:#9ab8b3}.ember{background:#d9a178}.product-copy{padding:15px}.product-copy h2{margin:0;font:600 16px/1.2 Georgia,serif}.product-copy p{color:var(--muted);margin:5px 0 13px;font-size:10px}.product-meta{justify-content:space-between;align-items:end;display:flex}.product-meta strong{font-size:15px}.product-meta span{color:#668259;background:#edf2df;border-radius:99px;padding:4px 6px;font-size:9px}.product-meta span.low{color:#a25732;background:#f6e5d9}.cart-panel{border-left:1px solid var(--line);background:#fff;flex-direction:column;min-height:0;display:flex}.cart-head{border-bottom:1px solid #e9e7de;justify-content:space-between;padding:27px 25px 19px;display:flex}.cart-head h2{margin:0;font:500 24px Georgia,serif}.close-cart{background:0 0;border:0;font-size:26px;display:none}.price-mode{cursor:pointer;background:#f0f3e6;border-radius:10px;justify-content:space-between;align-items:center;margin:15px 20px 4px;padding:12px 13px;display:flex}.price-mode span strong,.price-mode span small{display:block}.price-mode strong{font-size:11px}.price-mode small{color:#76806e;margin-top:3px;font-size:9px}.price-mode input{display:none}.price-mode i{background:#c7cdc1;border-radius:99px;width:36px;height:20px;transition:all .2s;position:relative}.price-mode i:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0002}.price-mode input:checked+i{background:var(--green)}.price-mode input:checked+i:after{left:18px}.cart-lines{flex:1;padding:6px 20px;overflow:auto}.empty-cart{text-align:center;color:#8c958d;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:230px;display:flex}.empty-cart div{border:1px solid #d9ddd5;border-radius:50%;place-items:center;width:52px;height:52px;font-size:25px;display:grid}.empty-cart h3{color:#536057;margin:14px 0 4px;font:500 16px Georgia,serif}.empty-cart p{margin:0;font-size:11px}.cart-line{border-bottom:1px solid #ebe9e1;grid-template-columns:48px 1fr auto;align-items:center;gap:11px;padding:14px 0;display:grid}.mini-art{border-radius:8px;place-items:center;width:48px;height:56px;font:italic 14px Georgia,serif;display:grid}.line-copy strong,.line-copy span,.line-copy b{display:block}.line-copy strong{font:600 13px Georgia,serif}.line-copy span{color:#899189;margin:3px 0 6px;font-size:9px}.line-copy b{font-size:11px}.stepper{border:1px solid #d9d9d1;border-radius:8px;align-items:center;display:flex;overflow:hidden}.stepper button{cursor:pointer;background:#f8f7f2;border:0;width:27px;height:29px}.stepper span{text-align:center;width:23px;font-size:11px}.checkout{background:#fff;border-top:1px solid #deddd5;padding:17px 20px 20px;box-shadow:0 -8px 22px #1d2a2008}.total-row{justify-content:space-between;align-items:center;display:flex}.total-row span{font:500 18px Georgia,serif}.total-row strong{font:500 28px Georgia,serif}.payment-label{color:#7d857e;text-transform:uppercase;letter-spacing:.13em;margin:16px 0 8px;font-size:9px}.payment-grid{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.payment-grid button{cursor:pointer;background:#fff;border:1px solid #d8d8d0;border-radius:7px;padding:8px 4px;font-size:10px}.payment-grid button.active{border-color:var(--green);color:var(--green);background:#edf1e4;font-weight:700}.pay-button{background:var(--orange);color:#fff;cursor:pointer;border:0;border-radius:9px;justify-content:space-between;align-items:center;width:100%;height:50px;margin-top:13px;padding:0 16px;font-weight:700;display:flex;box-shadow:0 5px 13px #c6532730}.pay-button:disabled{box-shadow:none;cursor:not-allowed;background:#cfd0ca}.sync-note{text-align:center;color:#8b928b;margin:11px 0 0;font-size:9px}.bottom-nav,.mobile-cart-button{display:none}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#122118b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.receipt-modal{text-align:center;background:#fffdf8;border-radius:20px;width:min(400px,100%);padding:34px;box-shadow:0 30px 90px #0004}.success-mark{color:#31543b;background:#dfeab8;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 20px;font-size:28px;display:grid}.receipt-modal h2{margin:0;font:500 30px Georgia,serif}.receipt-modal>p:not(.eyebrow){color:#68736a;font-size:13px;line-height:1.6}.receipt-total{border-block:1px solid #e0ded5;margin:20px 0;padding:15px;font-weight:700}.receipt-modal button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:10px;width:100%;padding:13px;font-weight:700}@media (width<=1100px){.workspace{grid-template-columns:minmax(0,1fr) 360px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.topbar{height:66px;padding:0 16px}.status,.icon-button{display:none}.workspace{height:auto;padding-bottom:132px;display:block}.catalog-panel{padding:22px 15px 30px;overflow:visible}.catalog-heading{display:block}.catalog-heading h1{font-size:32px}.search{width:100%;margin-top:18px}.filters{margin:18px 0 15px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-art{height:115px}.product-copy{padding:12px}.product-copy h2{font-size:14px}.product-meta{display:block}.product-meta span{margin-top:8px;display:inline-block}.cart-panel{z-index:30;border:0;transition:all .25s;position:fixed;inset:0;transform:translateY(105%)}.cart-panel.open{transform:translateY(0)}.close-cart{display:block}.cart-lines{min-height:0}.bottom-nav{z-index:20;height:70px;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid #dddcd5;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:#8b928b;background:0 0;border:0;font-size:9px}.bottom-nav button span{margin-bottom:4px;font-size:19px;display:block}.bottom-nav button.active{color:var(--green);font-weight:700}.mobile-cart-button{z-index:21;background:var(--orange);color:#fff;border:0;border-radius:10px;justify-content:space-between;padding:14px 17px;font-weight:700;display:flex;position:fixed;bottom:80px;left:14px;right:14px;box-shadow:0 8px 24px #8f391b42}}@media (width<=390px){.product-grid{grid-template-columns:1fr 1fr}.product-art{height:104px}.product-copy h2{font-size:13px}}
