.paper-menu-wrapper[data-v-5c19e10c]{width:100%;min-height:200px}.paper-menu-wrapper.fullscreen[data-v-5c19e10c]{background:#000;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.flip-container[data-v-5c19e10c]{width:100%;min-height:440px;border:2px solid transparent;border-radius:4px}.paper-menu-wrapper.fullscreen .flip-container[data-v-5c19e10c]{border-color:#444;box-shadow:0 0 0 1px #0000004d,0 8px 32px #00000080}.flip-view[data-v-5c19e10c]{position:relative}.fullscreen-btn[data-v-5c19e10c]{position:absolute;top:.75rem;right:.75rem;z-index:10;background:#00000073;color:#fff;border:none;border-radius:8px;padding:.5rem;cursor:pointer;line-height:1;transition:background .2s}.fullscreen-btn[data-v-5c19e10c]:hover{background:#000000a6}.paper-menu-wrapper.fullscreen .fullscreen-btn[data-v-5c19e10c]{background:#ffffff26}.paper-menu-wrapper.fullscreen .fullscreen-btn[data-v-5c19e10c]:hover{background:#ffffff4d}.state-msg[data-v-5c19e10c]{text-align:center;padding:4rem 0;color:var(--color-text-muted)}.mobile-stack[data-v-5c19e10c]{padding:0 1rem}.page-card[data-v-5c19e10c]{margin-bottom:1.25rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001f;background:#fff}.page-card img[data-v-5c19e10c]{width:100%;height:auto;display:block}.page-label[data-v-5c19e10c]{text-align:center;padding:.5rem;font-size:.8rem;color:var(--color-text-muted);border-top:1px solid var(--color-border,#eee)}.icon[data-v-02f06355]{width:1em;height:1em;display:inline-block;vertical-align:middle}.icon-large[data-v-02f06355]{width:3rem;height:3rem;color:var(--color-text-muted);margin-bottom:1rem}.cart-overlay[data-v-02f06355]{position:fixed;inset:0;background:#0006;z-index:40;animation:fadeIn-02f06355 .2s ease}.cart-panel[data-v-02f06355]{position:fixed;bottom:0;left:0;right:0;max-width:640px;margin:0 auto;background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:0 -4px 20px #00000026;z-index:50;display:flex;flex-direction:column;max-height:80vh;animation:slideUp-02f06355 .3s ease}@keyframes fadeIn-02f06355{0%{opacity:0}to{opacity:1}}@keyframes slideUp-02f06355{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cart-header[data-v-02f06355]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.cart-header h2[data-v-02f06355]{font-size:1.1rem;font-weight:600;margin:0}.close-btn[data-v-02f06355]{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;background:transparent;border-radius:var(--radius);color:var(--color-text-muted);cursor:pointer}.close-btn[data-v-02f06355]:hover{background:var(--color-bg);color:var(--color-text)}.cart-empty[data-v-02f06355]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;color:var(--color-text-muted)}.cart-empty p[data-v-02f06355]{margin:0;font-size:.95rem}.cart-items[data-v-02f06355]{flex:1;overflow-y:auto;padding:1rem 1.25rem}.cart-item[data-v-02f06355]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--color-border)}.cart-item[data-v-02f06355]:last-child{border-bottom:none}.item-info[data-v-02f06355]{flex:1;min-width:0}.item-name-row[data-v-02f06355]{display:flex;align-items:baseline;gap:.375rem;margin-bottom:.25rem}.item-name[data-v-02f06355]{font-weight:500;font-size:.95rem}.item-option[data-v-02f06355]{font-size:.8rem;text-transform:uppercase}.item-option[data-v-02f06355],.item-price-row[data-v-02f06355]{color:var(--color-text-muted)}.item-price-row[data-v-02f06355]{display:flex;justify-content:space-between;align-items:baseline;font-size:.85rem}.unit-price[data-v-02f06355]{font-size:.8rem}.line-total[data-v-02f06355]{font-weight:600;color:var(--color-text)}.item-controls[data-v-02f06355]{gap:.375rem;flex-shrink:0}.item-controls[data-v-02f06355],.qty-btn[data-v-02f06355]{display:flex;align-items:center}.qty-btn[data-v-02f06355]{justify-content:center;width:2rem;height:2rem;border:1px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius);color:var(--color-text);cursor:pointer;transition:all .15s}.qty-btn[data-v-02f06355]:hover:not(:disabled){background:var(--color-bg);border-color:var(--color-primary);color:var(--color-primary)}.qty-btn[data-v-02f06355]:disabled{opacity:.4;cursor:not-allowed}.qty-btn .icon[data-v-02f06355]{width:1rem;height:1rem}.quantity[data-v-02f06355]{min-width:1.5rem;text-align:center;font-weight:500}.remove-btn[data-v-02f06355]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;border-radius:var(--radius);color:var(--color-text-muted);cursor:pointer;margin-left:.25rem}.remove-btn[data-v-02f06355]:hover{background:var(--color-bg);color:var(--color-danger)}.remove-btn .icon[data-v-02f06355]{width:1rem;height:1rem}.cart-footer[data-v-02f06355]{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.25rem;border-top:1px solid var(--color-border);background:var(--color-surface);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.cart-total[data-v-02f06355]{display:flex;justify-content:space-between;align-items:baseline}.cart-total span[data-v-02f06355]:first-child{font-size:1rem;font-weight:600}.total-price[data-v-02f06355]{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.checkout-btn[data-v-02f06355]{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600}@media(max-width:480px){.cart-panel[data-v-02f06355]{border-radius:var(--radius-lg) var(--radius-lg) 0 0}}.icon[data-v-db4e29f6]{width:1em;height:1em;display:inline-block;vertical-align:middle}.icon-large[data-v-db4e29f6]{width:2.5rem;height:2.5rem}.checkout-overlay[data-v-db4e29f6]{position:fixed;inset:0;background:#00000080;z-index:60;display:flex;align-items:center;justify-content:center;animation:fadeIn-db4e29f6 .2s ease}.checkout-panel[data-v-db4e29f6]{background:var(--color-surface);border-radius:var(--radius-lg);width:90%;max-width:420px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0003;animation:scaleIn-db4e29f6 .2s ease}@keyframes fadeIn-db4e29f6{0%{opacity:0}to{opacity:1}}@keyframes scaleIn-db4e29f6{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.checkout-header[data-v-db4e29f6]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.checkout-header h2[data-v-db4e29f6]{font-size:1.1rem;font-weight:600;margin:0}.back-spacer[data-v-db4e29f6]{width:2.5rem}.back-btn[data-v-db4e29f6],.close-btn[data-v-db4e29f6]{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;background:transparent;border-radius:var(--radius);color:var(--color-text-muted);cursor:pointer}.back-btn[data-v-db4e29f6]:hover,.close-btn[data-v-db4e29f6]:hover{background:var(--color-bg);color:var(--color-text)}.steps-indicator[data-v-db4e29f6]{display:flex;align-items:center;justify-content:center;gap:0;padding:1rem 1.25rem .25rem}.step-dot[data-v-db4e29f6]{width:.625rem;height:.625rem;border-radius:50%;background:var(--color-border);transition:all .2s}.step-dot.active[data-v-db4e29f6]{background:var(--color-primary)}.step-dot.current[data-v-db4e29f6]{box-shadow:0 0 0 3px #4a1f0833}.step-line[data-v-db4e29f6]{width:2.5rem;height:2px;background:var(--color-border);transition:background .2s}.step-line.active[data-v-db4e29f6]{background:var(--color-primary)}.step-labels[data-v-db4e29f6]{display:flex;justify-content:space-between;padding:.25rem 1.25rem 1rem}.step-label[data-v-db4e29f6]{font-size:.75rem;color:var(--color-text-muted);text-align:center;flex:1}.step-label.active[data-v-db4e29f6]{color:var(--color-primary);font-weight:600}.step-content[data-v-db4e29f6]{padding:0 1.25rem 1.25rem}.field[data-v-db4e29f6]{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.field label[data-v-db4e29f6]{font-size:.8rem;font-weight:500;color:var(--color-text-muted)}.field input[data-v-db4e29f6],.field textarea[data-v-db4e29f6]{padding:.625rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.95rem;width:100%;background:var(--color-bg)}.field input[data-v-db4e29f6]:focus,.field textarea[data-v-db4e29f6]:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px #4a1f081a}.input-error[data-v-db4e29f6]{border-color:var(--color-danger)!important}.field-or[data-v-db4e29f6]{text-align:center;font-size:.8rem;color:var(--color-text-muted);margin-bottom:.75rem}.field-error[data-v-db4e29f6]{font-size:.75rem;color:var(--color-danger);margin:0}.continue-btn[data-v-db4e29f6]{width:100%;margin-top:.5rem}.payment-qr-section[data-v-db4e29f6]{display:flex;flex-direction:column;align-items:center;gap:1rem}.qr-container[data-v-db4e29f6]{width:200px;height:200px;border:2px solid var(--color-border);border-radius:var(--radius);overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.qr-image[data-v-db4e29f6]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.qr-placeholder[data-v-db4e29f6]{width:200px;height:200px;border:2px dashed var(--color-border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:.85rem}.payment-amount[data-v-db4e29f6]{font-size:1.25rem;font-weight:700;margin:0}.payment-instruction[data-v-db4e29f6]{font-size:.85rem;color:var(--color-text-muted);text-align:center;margin:0;max-width:280px}.order-summary[data-v-db4e29f6]{width:100%;background:var(--color-bg);border-radius:var(--radius);padding:.75rem}.summary-item[data-v-db4e29f6]{display:flex;align-items:baseline;gap:.5rem;padding:.375rem 0;font-size:.85rem}.summary-qty[data-v-db4e29f6]{font-weight:600;min-width:1.5rem}.summary-name[data-v-db4e29f6]{flex:1;min-width:0;color:var(--color-text-muted)}.summary-price[data-v-db4e29f6]{font-weight:600}.summary-total[data-v-db4e29f6]{display:flex;justify-content:space-between;padding-top:.5rem;margin-top:.5rem;border-top:1px solid var(--color-border);font-weight:700;font-size:1rem}.total-amount[data-v-db4e29f6]{color:var(--color-primary)}.pay-btn[data-v-db4e29f6]{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.error-msg[data-v-db4e29f6]{font-size:.85rem;color:var(--color-danger);text-align:center;margin:0}.retry-btn[data-v-db4e29f6]{background:none;border:none;color:var(--color-primary);cursor:pointer;text-decoration:underline;font-size:.85rem}.confirmation[data-v-db4e29f6]{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;text-align:center}.confirmation-icon[data-v-db4e29f6]{width:4rem;height:4rem;border-radius:50%;background:var(--color-success,#22c55e);color:#fff;display:flex;align-items:center;justify-content:center}.confirmation h3[data-v-db4e29f6]{font-size:1.25rem;font-weight:700;margin:0}.confirmation-total[data-v-db4e29f6]{font-size:1rem;color:var(--color-text-muted);margin:0}.confirmation-message[data-v-db4e29f6]{font-size:.9rem;color:var(--color-text-muted);margin:0;line-height:1.5}.confirmation .btn[data-v-db4e29f6]{width:100%;margin-top:1rem}@media(max-width:480px){.checkout-panel[data-v-db4e29f6]{width:100%;max-width:none;height:100vh;max-height:100vh;border-radius:0}.qr-container[data-v-db4e29f6],.qr-placeholder[data-v-db4e29f6]{width:160px;height:160px}}.pull-indicator[data-v-ead830ed]{display:flex;justify-content:center;overflow:hidden;height:56px;pointer-events:none;margin-bottom:-.5rem}.pull-indicator-body[data-v-ead830ed]{display:flex;align-items:center;gap:.5rem}.pull-spinner[data-v-ead830ed]{width:22px;height:22px;border:2.5px solid var(--cream-2);border-top-color:var(--espresso);border-radius:50%;transition:transform .15s}.pull-spinner--active[data-v-ead830ed]{animation:pull-spin-ead830ed .6s linear infinite}@keyframes pull-spin-ead830ed{to{transform:rotate(1turn)}}.pull-label[data-v-ead830ed]{font-size:.85rem;color:var(--color-text-muted);font-weight:500}.skeleton[data-v-66c9d22e]{max-width:640px;margin:0 auto;padding:3rem 1.5rem}.skeleton-title[data-v-66c9d22e]{height:2rem;width:60%;margin-bottom:.75rem;border-radius:4px}.skeleton-tabs[data-v-66c9d22e]{display:flex;gap:.75rem;margin-bottom:1.5rem;margin-top:1rem;border-bottom:1px solid var(--color-border);padding-bottom:.5rem}.skeleton-tab[data-v-66c9d22e]{height:1.5rem;width:4rem;border-radius:4px}.skeleton-line[data-v-66c9d22e],.skeleton-tab[data-v-66c9d22e],.skeleton-title[data-v-66c9d22e]{background:linear-gradient(90deg,var(--cream-2) 25%,var(--cream) 50%,var(--cream-2) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-line[data-v-66c9d22e]{height:1rem;width:100%;margin-bottom:.5rem;border-radius:4px}.skeleton-line--short[data-v-66c9d22e]{width:45%}.skeleton-line--medium[data-v-66c9d22e]{width:70%}.shop-header[data-v-30b6d68a]{margin-bottom:.75rem;padding-top:1rem}.shop-header h1[data-v-30b6d68a]{font-size:2rem;margin-bottom:.35rem;overflow-wrap:break-word;display:flex;align-items:center;gap:.5rem}.shop-header-icon[data-v-30b6d68a]{font-size:1.8rem;line-height:1}.header-description[data-v-30b6d68a]{font-size:.95rem;color:var(--cream);opacity:.55;margin-bottom:.25rem;line-height:1.4}.header-location[data-v-30b6d68a]{font-size:.85rem;color:var(--cream);opacity:.65;margin-bottom:.35rem;line-height:1.4}.open-status[data-v-30b6d68a]{font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.35rem;margin:.15rem 0 0}.open-status.open[data-v-30b6d68a]{color:#2e7d32}.open-status.closed[data-v-30b6d68a]{color:#c62828}.status-dot[data-v-30b6d68a]{display:inline-block;width:8px;height:8px;border-radius:50%}.open-status.open .status-dot[data-v-30b6d68a]{background:#2e7d32}.open-status.closed .status-dot[data-v-30b6d68a]{background:#c62828}.icon[data-v-b9b263ca]{width:1em;height:1em;display:inline-block;vertical-align:middle}.tabs[data-v-b9b263ca]{display:flex;gap:0;border-bottom:1px solid var(--color-border);margin-bottom:1.5rem;margin-top:1rem}.tab[data-v-b9b263ca]{display:inline-flex;align-items:center;gap:.35rem;padding:.85rem 1rem;border:none;background:none;font-size:.9rem;cursor:pointer;color:var(--color-text-muted);border-radius:4px 4px 0 0;transition:background .15s,color .15s;outline:none}.tab .icon[data-v-b9b263ca]{width:1rem;height:1rem}.tab[data-v-b9b263ca]:hover{background:var(--cream-2);color:var(--color-text)}.tab[data-v-b9b263ca]:focus-visible{outline:2px solid var(--crema);outline-offset:-2px}.tab.active[data-v-b9b263ca]{background:var(--espresso);color:var(--cream);font-weight:600}@media(max-width:480px){.tab[data-v-b9b263ca]{padding:.6rem .75rem;font-size:.8rem;gap:0;justify-content:center;min-width:48px}.tab .icon[data-v-b9b263ca]{width:1.5rem;height:1.5rem}.tab-label[data-v-b9b263ca]{display:none}}.icon[data-v-87c15202]{width:1em;height:1em;display:inline-block;vertical-align:middle}.section[data-v-87c15202]{margin-bottom:2rem}.section-name[data-v-87c15202]{font-size:1.1rem;padding-bottom:.375rem;margin-bottom:.75rem}.item[data-v-87c15202],.section-name[data-v-87c15202]{border-bottom:1px solid var(--color-border)}.item[data-v-87c15202]{padding:.75rem 0}.item[data-v-87c15202]:last-child{border-bottom:none}.item--has-vibe[data-v-87c15202]{cursor:pointer}.item--has-vibe[data-v-87c15202]:focus-visible{outline:2px solid var(--crema);outline-offset:4px;border-radius:4px}.item--has-vibe[data-v-87c15202]:active{opacity:.7}.item-header[data-v-87c15202]{display:flex;align-items:baseline;gap:.25rem;overflow-wrap:break-word}.item-name-block[data-v-87c15202]{display:flex;flex-direction:column;min-width:0}.item-header-fill[data-v-87c15202]{flex:1;min-width:.5rem;min-height:1px}.item-name-line[data-v-87c15202]{display:flex;flex-direction:column;min-width:0;overflow-wrap:break-word}.item-name-row[data-v-87c15202]{display:inline-flex;align-items:center;gap:.25rem}.item-name[data-v-87c15202]{font-weight:600}.item-name-en[data-v-87c15202]{color:var(--color-text-muted);font-size:.85rem;font-weight:400}.item-media-icon[data-v-87c15202]{display:inline-flex;font-size:.75rem;line-height:1;opacity:.65;margin-left:.25rem}.item-media-icon .icon[data-v-87c15202]{width:.75rem;height:.75rem}.item-price[data-v-87c15202]{font-weight:600;white-space:nowrap}.item-options[data-v-87c15202]{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.35rem;color:var(--color-text-muted);font-size:.85rem}.item-option-row[data-v-87c15202]{align-items:center}.item-option[data-v-87c15202],.item-option-row[data-v-87c15202]{display:inline-flex;gap:.25rem}.item-option[data-v-87c15202]{align-items:baseline}.item-option--clickable[data-v-87c15202]{cursor:pointer}.item-option--clickable:focus-visible .option-label[data-v-87c15202],.item-option--clickable:hover .option-label[data-v-87c15202]{text-decoration:underline}.option-label[data-v-87c15202]{text-transform:uppercase}.option-price[data-v-87c15202]{color:var(--color-text);font-weight:600}.item-desc[data-v-87c15202]{font-family:"Instrument Serif",serif;font-size:.9rem;color:var(--color-text-muted);margin-top:.25rem;line-height:1.4}.add-btn[data-v-87c15202]{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:1px solid var(--color-primary);background:var(--color-primary);border-radius:50%;color:#fff;cursor:pointer;flex-shrink:0;transition:all .15s;margin-left:.5rem}.add-btn[data-v-87c15202]:hover{opacity:.85;transform:scale(1.1)}.add-btn .icon[data-v-87c15202]{width:.9rem;height:.9rem}.add-opt-btn[data-v-87c15202]{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border:1px solid var(--color-primary);background:var(--color-primary);border-radius:50%;color:#fff;cursor:pointer;flex-shrink:0;transition:all .15s}.add-opt-btn[data-v-87c15202]:hover{opacity:.85;transform:scale(1.1)}.add-opt-btn .icon[data-v-87c15202]{width:.75rem;height:.75rem}.section[data-v-1f767eef]{margin-bottom:2rem}.section-name[data-v-1f767eef]{font-size:1.1rem;border-bottom:1px solid var(--color-border);padding-bottom:.375rem;margin-bottom:.75rem}.vibe-gallery[data-v-8bff1950]{display:grid;grid-template-columns:repeat(3,1fr);gap:.375rem}.state-msg[data-v-8bff1950]{text-align:center;padding:4rem 0;color:var(--color-text-muted)}.vibe-thumb[data-v-8bff1950]{position:relative;display:block;width:100%;aspect-ratio:1/1;padding:0;border:none;border-radius:6px;background:linear-gradient(90deg,var(--cream-2) 25%,var(--cream) 50%,var(--cream-2) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;cursor:pointer;overflow:hidden}.vibe-thumb-overlay[data-v-8bff1950]{position:absolute;inset:0;display:flex;flex-wrap:wrap;align-items:flex-end;gap:.25rem;padding:.5rem;background:linear-gradient(transparent 40%,#000000a6);animation:vibe-overlay-in-8bff1950 .2s ease-out}.vibe-overlay-item[data-v-8bff1950]{font-size:.7rem;font-weight:600;color:#fff;background:#0000008c;padding:.125rem .375rem;border-radius:3px;white-space:nowrap}@keyframes vibe-overlay-in-8bff1950{0%{opacity:0}to{opacity:1}}.vibe-thumb[data-v-8bff1950]:focus-visible{outline:2px solid var(--crema);outline-offset:2px}.vibe-thumb-image[data-v-8bff1950]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.preview-overlay[data-v-82b5cf40]{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#140e0ab3;animation:preview-fade-in-82b5cf40 .15s ease-out}.preview-image[data-v-82b5cf40]{max-width:85vw;max-height:85vh;-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 4px 24px #0006;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes preview-fade-in-82b5cf40{0%{opacity:0}to{opacity:1}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.shop-map-wrapper[data-v-89945ab0]{margin-top:.5rem}.shop-map[data-v-89945ab0]{width:100%;height:200px;border-radius:6px;overflow:hidden;border:1px solid var(--color-border)}.location-hint[data-v-89945ab0]{font-size:.8rem;color:var(--color-text-muted);margin-top:.25rem;font-style:italic}[data-v-89945ab0] .shop-map-marker-wrap{position:relative;display:flex;align-items:center;justify-content:center}[data-v-89945ab0] .shop-map-marker{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:22px;background:#fff;border-radius:50%;box-shadow:0 2px 6px #0000004d;border:2px solid var(--color-border);position:relative;z-index:1}[data-v-89945ab0] .shop-map-pulse{position:absolute;width:36px;height:36px;border-radius:50%;border:2px solid var(--color-primary,#4a1f08);animation:pulsate-89945ab0 2s ease-out infinite;pointer-events:none}[data-v-89945ab0] .shop-map-closed{animation:none;opacity:0}@keyframes pulsate-89945ab0{0%{transform:scale(.8);opacity:.8}to{transform:scale(2);opacity:0}}.shop-map-popup{border:none!important;border-radius:6px!important;box-shadow:0 2px 8px #00000026!important;padding:0!important;font-family:JetBrains Mono,monospace;font-size:.8rem;color:#1a0a02;background:#f7efdf}.shop-map-popup .leaflet-popup-content-wrapper{border-radius:6px;box-shadow:none;background:transparent;padding:0}.shop-map-popup .leaflet-popup-content{margin:.5rem .75rem;line-height:1.4}.shop-map-popup .leaflet-popup-tip{background:#f7efdf;border:none;box-shadow:none}.icon[data-v-772947b6]{width:1em;height:1em;display:inline-block;vertical-align:middle}.info-card-title .icon[data-v-772947b6],.social-link-item .icon[data-v-772947b6]{width:1rem;height:1rem;margin-right:.25rem}.state-msg[data-v-772947b6]{text-align:center;padding:4rem 0;color:var(--color-text-muted)}.info-section[data-v-772947b6]{display:flex;flex-direction:column;gap:1.25rem}.info-card-action[data-v-772947b6],.info-card-header[data-v-772947b6]{display:flex;justify-content:flex-start}.info-card-header[data-v-772947b6]{align-items:center;gap:.5rem;margin-bottom:.75rem}.info-card-header .info-card-title[data-v-772947b6]{margin-bottom:0}.info-card-action[data-v-772947b6]{margin-bottom:-.25rem}.icon-button[data-v-772947b6]{width:2rem;height:2rem;border:1px solid var(--color-border);border-radius:4px;background:transparent;color:var(--color-text-muted);cursor:pointer;font-size:.95rem;line-height:1}.icon-button[data-v-772947b6]:hover{background:var(--cream-2);color:var(--color-text)}.icon-button[data-v-772947b6]:focus-visible{outline:2px solid var(--crema);outline-offset:2px}.info-card[data-v-772947b6]{background:var(--cream-2);border-radius:8px;padding:1rem}.info-card-title[data-v-772947b6]{font-size:.85rem;font-weight:600;margin-bottom:.75rem;letter-spacing:.03em;text-transform:uppercase;opacity:.8}.desc[data-v-772947b6]{font-size:.95rem;margin-bottom:.25rem}.address[data-v-772947b6],.desc[data-v-772947b6]{color:var(--color-text-muted)}.address[data-v-772947b6]{font-size:.8rem;line-height:1.45}.location-block[data-v-772947b6]{display:flex;flex-direction:column;gap:.25rem}.map-link[data-v-772947b6]{font-size:.85rem;color:var(--color-primary);font-weight:600;width:-moz-fit-content;width:fit-content;padding:.25rem 0;text-decoration:underline;text-underline-offset:3px}.social-links[data-v-772947b6]{display:flex;flex-direction:column;gap:.125rem}.social-link-item[data-v-772947b6]{font-size:.85rem;color:var(--color-primary);font-weight:500;width:-moz-fit-content;width:fit-content;padding:.25rem 0;text-decoration:none}.social-link-item[data-v-772947b6]:hover{text-decoration:underline;text-underline-offset:3px}.social-handle[data-v-772947b6]{color:var(--color-text-muted);font-size:.8rem}.hours[data-v-772947b6]{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}.hours-row[data-v-772947b6]{display:flex;gap:.75rem}.day[data-v-772947b6]{font-weight:600;min-width:3rem}.time[data-v-772947b6]{color:var(--color-text-muted)}.feature-grid[data-v-772947b6]{display:grid;grid-template-columns:1fr 1fr;gap:.25rem .5rem}.feature-grid-item[data-v-772947b6]{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--color-text-muted)}.feature-grid-icon[data-v-772947b6]{width:1rem;height:1rem;flex-shrink:0}.icon[data-v-78e3d23f]{width:1em;height:1em;display:inline-block;vertical-align:middle}.shop-page[data-v-78e3d23f]{max-width:640px;margin:0 auto;padding:3rem 1.5rem;overscroll-behavior-y:contain}.state-msg[data-v-78e3d23f]{text-align:center;padding:4rem 0;color:var(--color-text-muted)}.state-msg h1[data-v-78e3d23f]{font-size:1.5rem;margin-bottom:.5rem}.error .ctas[data-v-78e3d23f],.not-found .ctas[data-v-78e3d23f]{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.tab-content[data-v-78e3d23f]{min-height:200px}.cart-fab[data-v-78e3d23f]{position:fixed;bottom:1.5rem;right:1.5rem;width:3.25rem;height:3.25rem;border-radius:50%;background:var(--color-primary);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 12px #00000040;z-index:30;transition:transform .15s,box-shadow .15s}.cart-fab[data-v-78e3d23f]:hover{transform:scale(1.05);box-shadow:0 4px 16px #0000004d}.cart-fab[data-v-78e3d23f]:active{transform:scale(.95)}.cart-fab .icon[data-v-78e3d23f]{width:1.35rem;height:1.35rem}.cart-badge[data-v-78e3d23f]{position:absolute;top:-.25rem;right:-.25rem;min-width:1.25rem;height:1.25rem;border-radius:999px;background:var(--color-danger,#ef4444);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 .25rem;box-shadow:0 1px 3px #0003}@media(max-width:480px){.shop-page[data-v-78e3d23f]{padding:2rem 1rem}.not-found .ctas[data-v-78e3d23f]{flex-direction:column;align-items:stretch}}
