*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}img,svg{display:block;max-width:100%}button{font:inherit;cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}input,select,textarea{font:inherit}.flex{display:flex}.flex-col{flex-direction:column}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-1{flex:1}.flex-grow{flex-grow:1}.flex-no-grow{flex-grow:0}.flex-shrink{flex-shrink:1}.flex-no-shrink{flex-shrink:0}.text-sm{font-size:.875rem!important}.text-muted{color:var(--color-text-muted)!important}.text-bold{font-weight:700!important}.text-center{text-align:center!important}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-balance{text-wrap:balance!important}.user-selectable{user-select:text!important;-webkit-user-select:text!important}.mt-05{margin-top:8px!important}.mt-1{margin-top:16px!important}.mt-15{margin-top:24px!important}.mt-2{margin-top:32px!important}.mb-1{margin-bottom:16px!important}.gap-1{gap:16px!important}.pt-2{padding-top:32px!important}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;color:var(--color-text);background:var(--color-bg);min-height:100dvh;user-select:none;-webkit-user-select:none}input,textarea,[contenteditable=true]{user-select:text;-webkit-user-select:text}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 12px}.page-content{padding-top:16px;padding-bottom:calc(var(--footer-height) + 24px);flex:1;background:var(--color-surface)}.fa--large{font-size:2.5rem;color:var(--color-text-muted);width:48px;text-align:center;flex-shrink:0}h1,h2,h3,h4,h5,h6,p{text-wrap:balance}.card{background:var(--color-bg);border-radius:var(--border-radius);border:1px solid var(--color-border);overflow:hidden}hr{border:none;height:1px;background:var(--color-border);margin:16px 0}.loading-placeholder{color:var(--color-text-muted);text-align:center;padding:40px 16px}.price{font-weight:700;font-size:1rem;color:var(--color-text)}.bottom-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000073;display:flex;align-items:flex-end;justify-content:center}.bottom-sheet{background:var(--color-bg);width:100%;max-width:var(--max-width);max-height:92dvh;border-radius:16px 16px 0 0;display:flex;flex-direction:column;overflow:hidden;will-change:transform}.bottom-sheet-enter-active{transition:opacity .25s ease}.bottom-sheet-enter-active .bottom-sheet{transition:transform .25s cubic-bezier(.32,.72,0,1)}.bottom-sheet-leave-active{transition:opacity .2s ease}.bottom-sheet-leave-active .bottom-sheet{transition:transform .2s cubic-bezier(.32,.72,0,1)}.bottom-sheet-enter-from,.bottom-sheet-leave-to{opacity:0}.bottom-sheet-enter-from .bottom-sheet,.bottom-sheet-leave-to .bottom-sheet{transform:translateY(100%)}[data-v-47e1a80e]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.btn[data-v-47e1a80e]{display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:12px 14px;border:none;border-radius:14px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .15s ease,opacity .15s ease;touch-action:manipulation;-webkit-user-select:none;user-select:none;min-height:48px;text-decoration:none}.btn[data-v-47e1a80e]:disabled{opacity:.35;cursor:not-allowed}.btn--loading[data-v-47e1a80e]{position:relative}.btn--loading[data-v-47e1a80e]:disabled{opacity:1;cursor:progress}.btn__content--hidden[data-v-47e1a80e]{visibility:hidden}.btn__spinner[data-v-47e1a80e]{position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:9999px;border:2px solid currentColor;border-top-color:transparent;animation:btn-spin-47e1a80e .7s linear infinite}@keyframes btn-spin-47e1a80e{to{transform:rotate(360deg)}}.btn--primary[data-v-47e1a80e]{background:var(--color-primary);color:#fff}.btn--primary[data-v-47e1a80e]:active{opacity:.85}.btn--secondary[data-v-47e1a80e]{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn--secondary[data-v-47e1a80e]:active{background:#dde1e9}.btn--header[data-v-47e1a80e]{background:#0006;color:#fff;font-size:1.25rem}.btn--subheader[data-v-47e1a80e]{background:#e5e5e5;color:var(--color-text);font-size:.875rem;padding:4px 12px;min-height:auto}.btn--subheader[data-v-47e1a80e]:hover{opacity:.85}.btn--white[data-v-47e1a80e]{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.btn--white[data-v-47e1a80e]:active{background:#eef0f4}.btn--sm[data-v-47e1a80e]{padding:4px 12px;min-height:32px;font-size:.875rem}.btn--block[data-v-47e1a80e]{width:100%}.btn--icon[data-v-47e1a80e]{padding:8px;min-height:44px;min-width:44px}.btn--round[data-v-47e1a80e]{border-radius:9999px}[data-v-06e76a95]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.alert-dialog[data-v-06e76a95]{padding:20px;display:flex;flex-direction:column;gap:16px}.alert-dialog__title[data-v-06e76a95]{font-size:1.25rem;font-weight:700}.alert-dialog__message[data-v-06e76a95]{line-height:1.5;word-break:break-word}[data-v-d84b809f]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.app-header[data-v-d84b809f]{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);background:var(--header-bg-color);color:#fff}.app-header__inner[data-v-d84b809f]{height:100%;display:flex;align-items:center;gap:8px}.app-header__logo[data-v-d84b809f]{display:flex;align-items:center;justify-content:center;height:100%;flex:1}.app-header__logo img[data-v-d84b809f]{max-height:100%}.app-header__title[data-v-d84b809f]{flex:1;text-align:center;font-size:1.125rem;font-weight:700;color:#fff;text-decoration:none}[data-v-ec73d057]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.toast[data-v-ec73d057]{position:fixed;bottom:calc(var(--footer-height) + 12px);left:50%;transform:translate(-50%);z-index:300;display:flex;align-items:center;gap:16px;padding:12px 16px;color:#fff;border-radius:14px;font-size:.875rem;box-shadow:0 8px 24px #00000024;width:max-content;max-width:calc(min(var(--max-width),100vw) - 32px);word-break:break-word}.toast--success[data-v-ec73d057]{background:#4caf50}.toast--error[data-v-ec73d057]{background:#d32f2f}.toast__message[data-v-ec73d057]{flex:1}.toast-enter-active[data-v-ec73d057],.toast-leave-active[data-v-ec73d057]{transition:opacity .15s ease,transform .15s ease}.toast-enter-from[data-v-ec73d057],.toast-leave-to[data-v-ec73d057]{opacity:0;transform:translate(-50%) translateY(8px)}[data-v-b8c15d81]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.cart-footer[data-v-b8c15d81]{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--color-bg);border-top:1px solid var(--color-border);box-shadow:0 -4px 12px #00000014;padding:12px 0}.cart-footer-enter-active[data-v-b8c15d81],.cart-footer-leave-active[data-v-b8c15d81]{transition:transform .15s ease,opacity .15s ease}.cart-footer-enter-from[data-v-b8c15d81],.cart-footer-leave-to[data-v-b8c15d81]{transform:translateY(100%);opacity:0}[data-v-b32d6cf2]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.spinner-wrap[data-v-b32d6cf2]{display:flex;align-items:center;justify-content:center;padding:40px 16px}.spinner-wrap--full[data-v-b32d6cf2]{min-height:40dvh}.spinner[data-v-b32d6cf2]{border-radius:9999px;border:3px solid var(--color-border);animation:spin-b32d6cf2 .7s linear infinite}.spinner--sm[data-v-b32d6cf2]{width:20px;height:20px;border-width:2px}.spinner--md[data-v-b32d6cf2]{width:36px;height:36px;border-width:3px}.spinner--lg[data-v-b32d6cf2]{width:52px;height:52px;border-width:4px}.spinner__arc[data-v-b32d6cf2]{width:100%;height:100%;border-radius:9999px;border:inherit;border-color:var(--color-primary) transparent transparent transparent;margin:-3px}@keyframes spin-b32d6cf2{to{transform:rotate(360deg)}}[data-v-b908da1e]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.opening-times__exception[data-v-b908da1e]{margin-bottom:12px;padding:8px 12px;background:var(--color-bg-muted, #eef0f4);border-radius:6px;font-size:.75rem;color:var(--color-text-muted)}.opening-times__exception-note[data-v-b908da1e]{margin:0}.opening-times__list[data-v-b908da1e]{display:flex;flex-direction:column;gap:4px}.opening-times__row[data-v-b908da1e]{display:flex;justify-content:space-between}.opening-times__row--today[data-v-b908da1e]{font-weight:700}.opening-times__times[data-v-b908da1e]{text-align:right}[data-v-4611293f]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.sidebar-overlay[data-v-4611293f]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#00000073}.sidebar[data-v-4611293f]{position:fixed;top:0;left:0;bottom:0;width:340px;max-width:85vw;background:var(--color-bg);box-shadow:0 8px 24px #00000024;z-index:201;display:flex;flex-direction:column;overflow-y:auto;padding:24px}.sidebar__close[data-v-4611293f]{position:absolute;top:16px;right:16px}.sidebar__sections[data-v-4611293f]{margin-top:32px;display:flex;flex-direction:column;gap:16px}.sidebar__section[data-v-4611293f]{border-bottom:1px solid var(--color-border);padding-bottom:16px}.sidebar__section-title[data-v-4611293f]{font-weight:700;font-size:1rem;cursor:pointer;padding:8px 0;list-style:none}.sidebar__section-title[data-v-4611293f]::-webkit-details-marker{display:none}.sidebar__section-content[data-v-4611293f]{padding-top:8px;font-size:.875rem;color:var(--color-text-muted)}.sidebar__section-content p[data-v-4611293f]{margin-bottom:12px}.sidebar__footer[data-v-4611293f]{margin-top:auto;padding-top:24px;font-size:.75rem;color:var(--color-text-muted);text-align:center}.sidebar__info-link[data-v-4611293f]{display:block;padding:8px 0;color:var(--color-text);text-decoration:none}.sidebar__info-link[data-v-4611293f]:hover{text-decoration:underline}.sidebar-enter-active[data-v-4611293f],.sidebar-leave-active[data-v-4611293f]{transition:opacity .2s ease}.sidebar-enter-active .sidebar[data-v-4611293f],.sidebar-leave-active .sidebar[data-v-4611293f]{transition:transform .2s ease}.sidebar-enter-from[data-v-4611293f],.sidebar-leave-to[data-v-4611293f]{opacity:0}.sidebar-enter-from .sidebar[data-v-4611293f],.sidebar-leave-to .sidebar[data-v-4611293f]{transform:translate(-100%)}[data-v-5a8a34d2]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.pickup-pill__icon[data-v-5a8a34d2]{font-size:.75rem;color:var(--color-text-muted)}[data-v-17f21912]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.sub-header[data-v-17f21912]{background:var(--color-bg);border-bottom:1px solid var(--color-border);height:54px}.sub-header .container[data-v-17f21912]{height:54px;display:flex;align-items:center;justify-content:space-between;gap:16px}.sub-header h2[data-v-17f21912]{flex-grow:1;flex-shrink:1}.sub-header .btn[data-v-17f21912]{height:35px;min-height:0}.sub-header .btn--round[data-v-17f21912]{min-width:0;width:35px}.sub-header__title[data-v-17f21912]{font-size:1.25rem;font-weight:700;margin:0}[data-v-08fad8cc]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.app-layout[data-v-08fad8cc]{display:flex;flex-direction:column;min-height:100dvh;padding-top:var(--header-height)}[data-v-c4078a42]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.pickup-method-picker[data-v-c4078a42]{display:flex;flex-direction:column;gap:16px}.pickup-method-card[data-v-c4078a42]{display:flex;align-items:center;gap:16px;padding:20px;background:var(--color-bg);border:1px solid var(--color-border);color:inherit;border-radius:14px;cursor:pointer;text-align:left;width:100%;transition:border-color .15s ease,box-shadow .15s ease}.pickup-method-card[data-v-c4078a42]:hover{border-color:var(--color-primary);box-shadow:0 1px 3px #00000014}.pickup-method-card__body[data-v-c4078a42]{flex:1;display:flex;flex-direction:column;gap:4px}[data-v-ac0693d1]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.branch-landing-page__greeting[data-v-ac0693d1]{font-size:1.875rem;font-weight:700;text-align:center}.branch-landing-page__heading[data-v-ac0693d1]{font-size:1.125rem;font-weight:400;text-align:center;color:var(--color-text-muted);margin-bottom:24px}[data-v-e95e3e3f]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.tag-pill[data-v-e95e3e3f]{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;background:#f4f4f4;border-radius:9999px;font-size:.875rem;color:var(--color-text)}.tag-pill__dot[data-v-e95e3e3f]{width:12px;height:12px;border-radius:50%;flex-shrink:0}[data-v-1e7c0bf8]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.option-button[data-v-1e7c0bf8]{display:flex;align-items:center;gap:12px;width:100%;padding:12px;background:#fff;border:1px solid var(--color-border);border-radius:6px;cursor:pointer;text-align:left;transition:border-color .15s ease,transform .15s ease,opacity .15s ease}.option-button[data-v-1e7c0bf8]:has(input:checked){border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 6%,#ffffff)}@media(hover:hover){.option-button[data-v-1e7c0bf8]:hover:not(:has(input:checked)):not(.option-button--disabled){border-color:var(--color-text-muted)}}.option-button--disabled[data-v-1e7c0bf8]{opacity:.5;cursor:not-allowed}.option-button__input[data-v-1e7c0bf8]{accent-color:var(--color-primary);width:20px;height:20px;margin:0;flex-shrink:0;cursor:inherit}.option-button__label[data-v-1e7c0bf8]{flex:1;min-width:0}.option-button__right[data-v-1e7c0bf8]{margin-left:auto;display:flex;align-items:center;gap:8px;flex-shrink:0}[data-v-b90a71ec]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.option-button-group[data-v-b90a71ec]{display:flex;flex-direction:column;gap:8px}[data-v-593da5ee]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.option-set__header[data-v-593da5ee]{display:flex;align-items:center;justify-content:space-between}.option-set__name[data-v-593da5ee]{font-weight:500;font-size:1rem}.option-set__tag[data-v-593da5ee]{background:var(--color-surface);border:1px solid var(--color-border);border-radius:9999px;padding:4px 8px;font-size:.75rem}.option-set__help[data-v-593da5ee]{margin:0 0 8px;color:var(--color-text-muted)}[data-v-2e628a92]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.item-detail[data-v-2e628a92]{display:flex;flex-direction:column;max-height:92dvh}.item-detail__scroll[data-v-2e628a92]{overflow-y:auto;padding:20px;position:relative}.item-detail__close[data-v-2e628a92]{position:absolute;top:16px;right:16px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:9999px;font-size:1rem;cursor:pointer;color:var(--color-text);width:36px;height:36px;display:flex;align-items:center;justify-content:center;z-index:1}.item-detail__info[data-v-2e628a92]{display:flex;align-items:flex-start;gap:16px}.item-detail__thumb[data-v-2e628a92]{width:80px;height:80px;border-radius:6px;object-fit:cover;flex-shrink:0}.item-detail__info-text[data-v-2e628a92]{flex:1;display:flex;flex-direction:column;gap:4px}.item-detail__name[data-v-2e628a92]{font-size:1.25rem;font-weight:700}.item-detail__price[data-v-2e628a92]{font-size:1rem;color:var(--color-text)}.item-detail__desc[data-v-2e628a92]{line-height:1.5}.item-detail__tags[data-v-2e628a92]{display:flex;flex-wrap:wrap;gap:8px}.item-detail__footer[data-v-2e628a92]{position:sticky;bottom:0;background:var(--color-bg);border-top:1px solid var(--color-border);padding:16px 20px;display:flex;align-items:center;gap:12px}.item-detail__qty[data-v-2e628a92]{display:flex;align-items:center;gap:12px;flex-shrink:0}.item-detail__out-of-stock[data-v-2e628a92]{display:inline-block;font-size:.75rem;font-weight:500;color:#c62828;background:#ffebee;padding:4px 8px;border-radius:6px;width:fit-content}.item-detail__oos-btn[data-v-2e628a92]{opacity:.35;cursor:not-allowed}.item-detail__qty-value[data-v-2e628a92]{font-size:1.125rem;font-weight:700;min-width:24px;text-align:center}[data-v-22309e03]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.cart-line[data-v-22309e03]{padding:16px}.cart-line__top[data-v-22309e03]{display:flex;align-items:flex-start;gap:12px}.cart-line__image[data-v-22309e03]{width:56px;height:56px;border-radius:6px;object-fit:cover;flex-shrink:0}.cart-line__info[data-v-22309e03]{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.cart-line__price[data-v-22309e03]{font-weight:700;flex-shrink:0}.cart-line__bottom[data-v-22309e03]{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.cart-line__controls[data-v-22309e03]{display:flex;align-items:center;gap:8px}.cart-line__qty[data-v-22309e03]{font-size:1rem;font-weight:700;min-width:24px;text-align:center}.cart-line__remove-oos[data-v-22309e03]{margin-left:auto}.out-of-stock[data-v-22309e03]{display:inline-block;font-size:.75rem;font-weight:500;color:#c62828;background:#ffebee;padding:4px 8px;border-radius:6px;width:fit-content;flex-shrink:0}[data-v-23bdc0da]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.cart-page__empty[data-v-23bdc0da]{display:flex;flex-direction:column;align-items:center;padding:32px 0;text-align:center}.cart-page__empty-icon[data-v-23bdc0da]{font-size:3rem;opacity:.3}.cart-page__oos-banner[data-v-23bdc0da]{display:flex;align-items:flex-start;gap:12px;padding:16px;margin-bottom:16px;background:#ffebee;border:1px solid #e57373;border-radius:14px;color:#c62828;font-size:.875rem;font-weight:500}.cart-page__list[data-v-23bdc0da]{display:flex;flex-direction:column;gap:12px}.cart-page__footer[data-v-23bdc0da]{margin-top:24px}.cart-page__total[data-v-23bdc0da]{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:1.25rem;font-weight:700;border-top:2px solid var(--color-border);margin-bottom:16px}:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.horizontal-card{display:flex;align-items:center;gap:16px;padding:16px 20px;width:100%;text-align:left;cursor:pointer;transition:background .15s ease}.horizontal-card:hover,.horizontal-card:active{background:var(--color-surface)}.horizontal-card__body{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.horizontal-card__name{font-size:1rem;font-weight:500}.horizontal-card__desc{font-size:.875rem;color:var(--color-text-muted);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-wrap:balance}.horizontal-card__image{width:72px;height:72px;border-radius:6px;overflow:hidden;flex-shrink:0}.horizontal-card__image img{width:100%;height:100%;object-fit:cover}[data-v-364a8a86]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.categories-list[data-v-364a8a86]{display:flex;flex-direction:column;gap:12px}[data-v-65c2ee3e]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.category-chips[data-v-65c2ee3e]{position:relative;overflow:hidden;margin:0 -16px}.category-chips[data-v-65c2ee3e]:before,.category-chips[data-v-65c2ee3e]:after{content:"";position:absolute;top:0;bottom:0;width:32px;pointer-events:none;z-index:1}.category-chips[data-v-65c2ee3e]:before{left:0;background:linear-gradient(to right,var(--color-surface),transparent)}.category-chips[data-v-65c2ee3e]:after{right:0;background:linear-gradient(to left,var(--color-surface),transparent)}.category-chips__scroll[data-v-65c2ee3e]{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:0 16px}.category-chips__scroll[data-v-65c2ee3e]::-webkit-scrollbar{display:none}.category-chips__chip[data-v-65c2ee3e]{flex-shrink:0;padding:8px 16px;border-radius:14px;border:1px solid transparent;background:var(--color-bg);font-size:.875rem;font-weight:400;color:var(--color-text);cursor:pointer;white-space:nowrap;outline:none;transition:outline-color .15s ease}.category-chips__chip--active[data-v-65c2ee3e]{outline:none;border-color:var(--color-text);font-weight:700}[data-v-efd5844b]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.price[data-v-efd5844b]{margin-top:4px;color:var(--color-primary)}.customise[data-v-efd5844b]{color:var(--color-text-muted)}.out-of-stock[data-v-efd5844b]{display:inline-block;font-size:.75rem;font-weight:500;color:#c62828;background:#ffebee;padding:4px 8px;border-radius:6px;width:fit-content;margin-top:4px}.tags[data-v-efd5844b]{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}[data-v-4572d643]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.product-list[data-v-4572d643]{display:flex;flex-direction:column;gap:12px}[data-v-8dd5e0ff]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.order-summary__header[data-v-8dd5e0ff]{display:flex;align-items:center;gap:12px;width:100%;padding:16px;background:none;border:none;color:inherit;cursor:pointer;text-align:left;font-size:1rem}.order-summary__label[data-v-8dd5e0ff]{flex:1;font-weight:400}.order-summary__total[data-v-8dd5e0ff]{font-weight:700}.order-summary__body[data-v-8dd5e0ff]{max-height:0;overflow:hidden;transition:max-height .25s ease}.order-summary__body--expanded[data-v-8dd5e0ff]{max-height:600px}.order-summary__items[data-v-8dd5e0ff]{display:flex;flex-direction:column;gap:8px;padding:0 16px 16px}.order-summary__divider[data-v-8dd5e0ff]{height:1px;background:var(--color-border);margin:0 16px 12px}.order-summary__row[data-v-8dd5e0ff]{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:.875rem;padding:0 16px 12px}.order-summary__row--bold[data-v-8dd5e0ff]{align-items:center;font-size:1rem;font-weight:700}.order-summary__line-info[data-v-8dd5e0ff]{display:flex;flex-direction:column;gap:4px;min-width:0}[data-v-21845efa]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.checkout-page[data-v-21845efa]{padding-bottom:32px}.checkout-page__footer[data-v-21845efa]{margin-top:24px}.checkout-page__total[data-v-21845efa]{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:1.25rem;font-weight:700;border-top:2px solid var(--color-border);margin-bottom:16px}.checkout-form[data-v-21845efa]{display:flex;flex-direction:column;gap:24px}.checkout-section[data-v-21845efa]{display:flex;flex-direction:column;gap:12px}.checkout-section__header[data-v-21845efa]{display:flex;align-items:center;justify-content:space-between}.checkout-section__fields[data-v-21845efa]{display:flex;flex-direction:column;gap:12px}.checkout-section h3[data-v-21845efa]{font-size:1.25rem;font-weight:700}.payment-logo[data-v-21845efa]{height:24px;width:auto}.form-field__input[data-v-21845efa]{padding:12px 16px;border:1px solid var(--color-border);border-radius:6px;font-size:1rem;background:var(--color-bg);color:var(--color-text);min-height:48px;width:100%;transition:border-color .15s ease}.form-field__input[data-v-21845efa]:focus{outline:none;border-color:var(--color-primary)}[data-v-928efb8d]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.company-landing-page[data-v-928efb8d]{min-height:100dvh;padding:32px 0}.company-landing-page__header[data-v-928efb8d]{margin-bottom:32px}.company-landing-page__title[data-v-928efb8d]{font-size:1.5rem;font-weight:700;margin-bottom:8px}.branch-location-list[data-v-928efb8d]{display:flex;flex-direction:column;gap:12px}.branch-location-card[data-v-928efb8d]{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;transition:background .15s ease}.branch-location-card[data-v-928efb8d]:active{background:var(--color-surface)}.branch-location-card__name[data-v-928efb8d]{font-size:1.125rem;font-weight:500}[data-v-de9a0b14]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.order-complete-page[data-v-de9a0b14]{padding-bottom:32px}.order-confirmation[data-v-de9a0b14]{padding:24px 0;display:flex;flex-direction:column;gap:24px}.order-confirmation__header[data-v-de9a0b14]{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.order-confirmation__processing[data-v-de9a0b14]{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 0;color:var(--color-text-muted)}.order-confirmation__icon[data-v-de9a0b14]{font-size:3rem;color:var(--color-success)}.order-confirmation__summary[data-v-de9a0b14]{display:flex;flex-direction:column;gap:12px}.order-confirmation__summary h3[data-v-de9a0b14]{font-size:1.25rem;font-weight:700}.order-confirmation__line[data-v-de9a0b14]{display:flex;justify-content:space-between;font-size:.875rem}.order-confirmation__row[data-v-de9a0b14]{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid var(--color-border)}.order-confirmation__row--total[data-v-de9a0b14]{font-size:1.25rem}.fade-enter-active[data-v-de9a0b14],.fade-leave-active[data-v-de9a0b14]{transition:opacity .2s ease}.fade-enter-from[data-v-de9a0b14],.fade-leave-to[data-v-de9a0b14]{opacity:0}[data-v-3bd92b56]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.payment-page[data-v-3bd92b56]{padding-bottom:32px}.payment-gateway[data-v-3bd92b56]{padding:32px 0;display:flex;flex-direction:column;gap:32px}.payment-gateway__content[data-v-3bd92b56]{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.payment-gateway__icon[data-v-3bd92b56]{font-size:3rem;color:var(--color-text-muted)}.debug-panel[data-v-3bd92b56]{padding:16px;border:1px dashed var(--color-border);border-radius:6px;background:var(--color-surface);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.875rem;color:var(--color-text)}.debug-panel__title[data-v-3bd92b56]{margin:0 0 12px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.debug-panel__subtitle[data-v-3bd92b56]{margin:16px 0 8px;font-size:.875rem;font-weight:700;color:var(--color-text-muted)}.debug-panel__list[data-v-3bd92b56]{display:grid;grid-template-columns:max-content 1fr;gap:4px 12px;margin:0}.debug-panel__list dt[data-v-3bd92b56]{color:var(--color-text-muted)}.debug-panel__list dd[data-v-3bd92b56]{margin:0;word-break:break-all}.debug-panel__lines[data-v-3bd92b56]{margin:0;padding-left:16px}.debug-panel__lines li[data-v-3bd92b56]{margin-bottom:4px}[data-v-66280be3]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.root-landing-page[data-v-66280be3]{min-height:100dvh;padding:32px 16px}.root-landing-page__title[data-v-66280be3]{font-size:1.875rem;font-weight:700;margin-bottom:16px}.root-landing-page__demo[data-v-66280be3]{margin-top:32px;display:flex;flex-direction:column;align-items:center;gap:12px}[data-v-198aa79d]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.select-input[data-v-198aa79d]{width:100%;padding:12px 2.5rem 12px 16px;border:1px solid var(--color-border);border-radius:6px;font-size:1rem;background-color:var(--color-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath stroke='%23888' stroke-width='1.5' fill='none' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px 8px;color:var(--color-text);min-height:48px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-input[data-v-198aa79d]:focus{outline:none;border-color:var(--color-primary)}[data-v-2dcbd96b]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.table-picker[data-v-2dcbd96b]{display:flex;flex-direction:column;gap:24px}[data-v-8994a16a]:root{--color-primary: #d30e8b;--color-primary-light: #fce8f5;--color-primary-dark: #a50b6e;--color-secondary: #2eafdc;--color-secondary-light: #e8f7fd;--color-secondary-dark: #1a8eb8;--color-brand: #2C353F;--color-bg: #ffffff;--color-surface: #F0F0F0;--color-border: #dde1e9;--color-text: #2C353F;--color-text-muted: #7a8496;--header-height: 64px;--header-bg-color: #2C353F;--footer-height: 72px;--max-width: 600px;--color-success: #4caf50;--border-radius: 14px}.select-table-page[data-v-8994a16a]{text-align:center}
