.mirror-modal-open { overflow: hidden !important; }
.mirror-overlay, .mirror-overlay * { box-sizing: border-box; }
.mirror-overlay { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgb(0 0 0 / 72%); }
.mirror-product-dialog { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: min(1280px, calc(100dvw - 48px)); height: min(640px, calc(100dvh - 48px)); overflow: hidden; border: 1px solid hsl(var(--border)); border-radius: .5rem; background: hsl(var(--card)); color: hsl(var(--card-foreground)); box-shadow: 0 25px 50px -12px rgb(0 0 0 / 35%); }
.mirror-product-image { min-width: 0; min-height: 0; overflow: hidden; border-radius: .5rem 0 0 .5rem; }
.mirror-product-image img { width: 100%; height: 100%; object-fit: cover; }
.mirror-product-details { min-width: 0; min-height: 0; display: flex; flex-direction: column; }
.mirror-product-scroll { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 20px 32px; scrollbar-gutter: stable; }
.mirror-product-intro { margin-bottom: 28px; }
.mirror-product-intro h1 { margin: 0 38px 8px 0; font-size: 1.5rem; line-height: 1.25; font-weight: 700; }
.mirror-product-intro p { margin: 0; color: hsl(var(--muted-foreground)); font-size: .95rem; line-height: 1.48; white-space: pre-line; }
.mirror-modifiers { display: grid; gap: 32px; }
.mirror-modifier { scroll-margin: 70px; }
.mirror-modifier > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.mirror-modifier > header h2 { margin: 0; font-size: 1.125rem; line-height: 1.3; font-weight: 700; }
.mirror-modifier > header p { margin: 4px 0 0; color: hsl(var(--muted-foreground)); font-size: .875rem; }
.mirror-modifier > header > span { flex: none; padding: 3px 10px; border-radius: 6px; font-size: .75rem; font-weight: 700; }
.mirror-modifier > header .is-required { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.mirror-modifier > header .is-optional { background: hsl(var(--secondary)); color: hsl(var(--secondary-foreground)); }
.mirror-modifier-options { border-bottom: 1px solid hsl(var(--border)); }
.mirror-modifier-option { min-height: 52px; border-top: 1px solid hsl(var(--border)); }
.mirror-modifier-options > :first-child { border-top: 0; }
.mirror-modifier-option strong { display: block; font-size: .9rem; line-height: 1.25; font-weight: 600; }
.mirror-modifier-option small { display: block; margin-top: 2px; color: hsl(var(--muted-foreground)); font-size: .82rem; }
.mirror-modifier-step-option { display: flex; align-items: center; gap: 18px; }
.mirror-option-copy { flex: 1; align-self: stretch; text-align: left; }
.mirror-option-stepper { display: flex; align-items: center; gap: 11px; }
.mirror-option-stepper button,
.mirror-product-quantity > button { display: grid; place-items: center; width: 25px; height: 25px; padding: 0; border: 2px solid currentColor; border-radius: 50%; background: transparent; font-family: Arial, sans-serif; font-size: 20px; line-height: 1; }
.mirror-option-stepper button:first-child,
.mirror-product-quantity > button:first-child { color: hsl(var(--muted-foreground)); }
.mirror-option-stepper strong { width: 18px; text-align: center; font-size: .88rem; }
.mirror-modifier-radio-option { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 18px; text-align: left; }
.mirror-modifier-radio-option i { flex: none; width: 25px; height: 25px; border: 2px solid hsl(var(--border)); border-radius: 50%; }
.mirror-modifier-radio-option.is-selected i { border: 7px solid hsl(var(--primary)); }
@keyframes mirror-shake { 0%, 100% { translate: -5px; } 50% { translate: 5px; } }
.mirror-modifier.is-invalid { animation: mirror-shake .2s ease-in-out infinite; }
.mirror-notes { display: grid; gap: 9px; margin-top: 30px; font-size: 1.125rem; }
.mirror-notes textarea { min-height: 84px; resize: vertical; border: 1px solid hsl(var(--border)); border-radius: 6px; padding: 11px 13px; background: transparent; font: inherit; font-size: .9rem; }
.mirror-product-footer { flex: none; display: grid; grid-template-columns: 114px 1fr; align-items: center; gap: 16px; min-height: 72px; padding: 14px 24px; border-top: 1px solid hsl(var(--border)); background: hsl(var(--card)); }
.mirror-product-quantity { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.mirror-product-quantity > strong { display: grid; place-items: center; min-width: 52px; height: 40px; border: 1px solid hsl(var(--border)); border-radius: 6px; box-shadow: 0 1px 2px rgb(0 0 0 / 8%); }
.mirror-add-button { display: flex; justify-content: space-between; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 6px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-weight: 700; box-shadow: 0 1px 2px rgb(0 0 0 / 10%); }
.mirror-product-footer.is-editing { row-gap: 8px; }
.mirror-product-delete { grid-column: 1 / -1; justify-self: center; min-height: 20px; padding: 0 12px; color: #dc5d62; font-size: .8rem; font-weight: 700; }
.mirror-dialog-close { position: absolute; z-index: 3; top: 12px; right: 13px; width: 28px; height: 28px; padding: 0; color: hsl(var(--muted-foreground)); font-family: Arial, sans-serif; font-size: 24px; line-height: 1; }
.mirror-card-control { border: 0; }
.mirror-mobile-cart { position: fixed; left: 50%; bottom: 20px; z-index: 20; display: none; min-height: 56px; transform: translateX(-50%); align-items: center; gap: 20px; padding: 0 28px; border-radius: 9999px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); box-shadow: 0 6px 22px rgb(0 0 0 / 24%); font-size: 1rem; }
.mirror-mobile-cart > strong { line-height: 24px; }
.mirror-mobile-cart > span { position: relative; display: flex; }
.mirror-mobile-cart b { position: absolute; top: -8px; right: -10px; display: flex; width: 18px; min-width: 18px; height: 18px; align-items: center; justify-content: center; padding: 0; border: 2px solid hsl(var(--primary-foreground)); border-radius: 50%; background: hsl(var(--primary)); font-size: .75rem; line-height: 1; text-align: center; }
.mirror-mobile-menu { position: fixed; z-index: 40; top: 58px; left: 16px; display: grid; width: 180px; overflow: hidden; border: 1px solid hsl(var(--border)); border-radius: 8px; background: hsl(var(--popover)); color: hsl(var(--popover-foreground)); box-shadow: 0 12px 30px rgb(0 0 0 / 25%); }
.mirror-mobile-menu a { padding: 12px 15px; border-bottom: 1px solid hsl(var(--border)); font-size: .9rem; }
.mirror-mobile-menu a:last-child { border-bottom: 0; }
.mirror-quantity-control { position: absolute; right: 10px; bottom: 10px; z-index: 2; display: flex; align-items: center; gap: 10px; height: 30px; padding: 0 9px; border-radius: 999px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.mirror-quantity-control span { display: grid; place-items: center; min-width: 12px; font-size: 18px; line-height: 1; }
.mirror-quantity-control strong { font-size: 13px; }
.mirror-cart-drawer { position: absolute; inset: 0 0 0 auto; display: flex; flex-direction: column; width: min(384px, 75vw); height: 100%; padding: 24px; border-left: 1px solid hsl(var(--border)); background: hsl(var(--card)); color: hsl(var(--card-foreground)); box-shadow: -15px 0 45px rgb(0 0 0 / 25%); }
.mirror-cart-close { position: absolute; right: 16px; top: 14px; z-index: 2; width: 24px; height: 24px; border: 1px solid currentColor; border-radius: 6px; font-family: Arial, sans-serif; font-size: 20px; line-height: 1; }
.mirror-cart-drawer > header { flex: none; display: grid; gap: 9px; padding: 0 0 20px; border-bottom: 1px solid hsl(var(--border)); }
.mirror-cart-drawer h2 { margin: 0 34px 0 0; font-size: 1.5rem; line-height: 1.25; font-weight: 700; }
.mirror-cart-location { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 36px; padding: 0 13px; border-radius: 6px; background: hsl(var(--secondary)); font-size: .82rem; text-align: left; }
.mirror-cart-location span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mirror-cart-location span:has(small) { display: grid; gap: 1px; white-space: normal; }
.mirror-cart-location small { color: hsl(var(--muted-foreground)); font-size: .67rem; line-height: 1.1; }
.mirror-cart-location strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .78rem; line-height: 1.15; }
.mirror-cart-location span::before { content: "⌖"; margin-right: 8px; }
.mirror-cart-location span:has(small)::before { display: none; }
.mirror-cart-list { flex: 1; min-height: 0; overflow: auto; padding: 1px 0; }
.mirror-empty-cart { display: flex; min-height: 220px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: hsl(var(--muted-foreground)); text-align: center; }
.mirror-empty-cart strong { color: hsl(var(--foreground)); font-size: 1rem; }
.mirror-cart-item { display: grid; grid-template-columns: 64px minmax(0, 1fr); align-items: start; gap: 9px; padding: 14px 0; border-bottom: 1px solid hsl(var(--border)); }
.mirror-cart-item img { width: 64px; height: 64px; border-radius: 12px; object-fit: cover; }
.mirror-cart-item-body { min-width: 0; }
.mirror-cart-item-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.mirror-cart-item h3 { margin: 0; font-size: .82rem; line-height: 1.25; font-weight: 700; }
.mirror-cart-item-heading > strong { flex: none; font-size: .78rem; }
.mirror-cart-choices { margin-top: 2px; color: hsl(var(--muted-foreground)); font-size: .75rem; line-height: 1.35; }
.mirror-cart-choices span { display: block; }
.mirror-cart-choices ul { margin: 1px 0 0; padding-left: 14px; list-style: disc; }
.mirror-cart-comment { margin-top: 5px; }
.mirror-cart-comment q { display: block; color: hsl(var(--muted-foreground)); }
.mirror-cart-item-actions { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 7px; }
.mirror-cart-stepper { display: flex; height: 32px; align-items: center; justify-content: center; gap: 10px; padding: 0 12px; border-radius: 999px; background: hsl(var(--muted)); }
.mirror-cart-stepper button { min-width: 11px; padding: 0; font-family: Arial, sans-serif; font-size: 17px; line-height: 1; }
.mirror-cart-stepper button svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mirror-cart-stepper strong { font-size: .78rem; }
.mirror-cart-edit { min-height: 32px; padding: 0 13px; border-radius: 999px; background: hsl(var(--muted)); font-size: .75rem; }
.mirror-cart-drawer > footer { flex: none; padding: 17px 0 0; border-top: 1px solid hsl(var(--border)); }
.mirror-cart-total { display: flex; justify-content: space-between; margin-bottom: 17px; font-size: .85rem; font-weight: 700; }
.mirror-cart-warning { width: 100%; margin-bottom: 14px; padding: 10px 9px; border-radius: 5px; background: #e3b536; color: #fff; font-size: .76rem; font-weight: 700; text-align: center; white-space: nowrap; }
.mirror-checkout { width: 100%; min-height: 38px; border-radius: 5px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-weight: 700; }
.mirror-checkout:disabled { background: hsl(var(--muted)); color: hsl(var(--muted-foreground)); cursor: not-allowed; }
.mirror-location-dialog { position: relative; width: min(512px, calc(100dvw - 48px)); max-height: calc(100dvh - 48px); overflow-y: auto; padding: 24px; border: 1px solid hsl(var(--border)); border-radius: 8px; background: hsl(var(--card)); color: hsl(var(--card-foreground)); box-shadow: 0 25px 50px -12px rgb(0 0 0 / 35%); }
.mirror-location-dialog.is-delivery { min-height: 413px; }
.mirror-location-dialog h2 { margin: 0 34px 20px 0; font-size: 1.5rem; line-height: 1.25; font-weight: 700; }
.mirror-location-tabs { display: flex; min-height: 36px; padding: 4px; border-radius: 8px; background: hsl(var(--muted)); }
.mirror-location-tabs button { flex: 1; border-radius: 6px; color: hsl(var(--muted-foreground)); font-size: .8rem; font-weight: 600; }
.mirror-location-tabs button.is-active { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); box-shadow: 0 1px 3px rgb(0 0 0 / 18%); }
.mirror-location-content { display: grid; gap: 10px; margin-top: 16px; }
.mirror-account-prompt { margin: 0; padding-bottom: 13px; border-bottom: 1px solid hsl(var(--border)); font-size: .77rem; text-align: center; }
.mirror-share-location { min-height: 36px; border-radius: 5px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-size: .82rem; font-weight: 700; }
.mirror-share-location:disabled { cursor: wait; opacity: .65; }
.mirror-geolocation-status { min-height: 0; margin: 0; color: hsl(var(--muted-foreground)); font-size: .74rem; line-height: 1.35; text-align: center; }
.mirror-geolocation-status:empty { display: none; }
.mirror-geolocation-status.is-error { color: #b91c1c; font-weight: 600; }
.mirror-location-separator { display: flex; align-items: center; gap: 9px; font-size: .73rem; font-weight: 700; }
.mirror-location-separator::before,
.mirror-location-separator::after { content: ""; flex: 1; height: 1px; background: hsl(var(--border)); }
.mirror-address-field { display: grid; gap: 6px; font-size: .8rem; }
.mirror-address-input-wrap { display: flex; min-height: 44px; align-items: center; gap: 9px; padding: 0 12px; border: 1px solid hsl(var(--border)); border-radius: 6px; background: hsl(var(--background)); color: hsl(var(--muted-foreground)); font-family: Arial, sans-serif; font-size: 22px; box-shadow: 0 1px 2px rgb(0 0 0 / 7%); }
.mirror-address-field input { flex: 1; min-width: 0; height: 42px; padding: 0; border: 0; outline: 0; background: transparent; color: hsl(var(--foreground)); font: inherit; font-size: .82rem; font-weight: 600; box-shadow: none; }
.mirror-address-status { min-height: 0; margin: 0; color: hsl(var(--muted-foreground)); font-size: .72rem; line-height: 1.35; }
.mirror-address-status:empty { display: none; }
.mirror-address-status.is-error { color: #b91c1c; font-weight: 600; }
.mirror-address-results { overflow: hidden; border: 1px solid hsl(var(--border)); border-radius: 0 0 6px 6px; background: hsl(var(--background)); box-shadow: 0 2px 5px rgb(0 0 0 / 9%); }
.mirror-address-results:empty { display: none; }
.mirror-address-result { display: block; width: 100%; min-height: 42px; padding: 9px 11px; border-bottom: 1px solid hsl(var(--border)); color: hsl(var(--foreground)); font-size: .76rem; font-weight: 600; line-height: 1.35; text-align: left; }
.mirror-address-result:last-child { border-bottom: 0; }
.mirror-address-result:hover, .mirror-address-result:focus-visible { background: hsl(var(--muted)); }
.mirror-address-empty { margin: 0; padding: 12px; color: hsl(var(--muted-foreground)); font-size: .73rem; line-height: 1.35; }
.mirror-location-dialog.is-confirming { width: min(560px, calc(100dvw - 48px)); }
.mirror-location-confirm-head { display: flex; align-items: center; gap: 12px; margin: 4px 0 24px; }
.mirror-location-confirm-head button { flex: none; width: 28px; height: 28px; padding: 0; font-family: Arial, sans-serif; font-size: 24px; line-height: 1; }
.mirror-location-confirm-head h3 { margin: 0; font-size: 1.15rem; line-height: 1.2; font-weight: 700; }
.mirror-confirm-copy { margin: 0 0 13px; font-size: .79rem; font-weight: 600; line-height: 1.45; }
.mirror-confirm-map { position: relative; width: 100%; height: 320px; overflow: hidden; border: 1px solid hsl(var(--border)); border-radius: 7px; background: hsl(var(--muted)); }
.mirror-confirm-map-canvas { width: 100%; height: 100%; }
.mirror-confirm-address { display: grid; gap: 7px; margin-top: 8px; font-size: .78rem; }
.mirror-confirm-address input { width: 100%; min-height: 40px; padding: 0 12px; border: 1px solid hsl(var(--border)); border-radius: 6px; outline: 0; background: hsl(var(--background)); color: hsl(var(--foreground)); font: inherit; font-weight: 600; box-shadow: 0 1px 2px rgb(0 0 0 / 7%); }
.mirror-confirm-address input:focus { border-color: hsl(var(--primary)); box-shadow: 0 0 0 1px hsl(var(--primary)); }
.mirror-confirm-locality { min-height: 17px; margin: 0; color: hsl(var(--foreground)); font-size: .72rem; font-weight: 600; }
.mirror-confirm-status { min-height: 18px; margin: 0; padding: 7px 9px; border-radius: 5px; font-size: .7rem; font-weight: 600; line-height: 1.3; }
.mirror-confirm-status.is-error { background: #fef2f2; color: #991b1b; }
.mirror-confirm-status.is-success { background: #dcfce7; color: #166534; }
.mirror-confirm-location { width: 100%; min-height: 42px; border-radius: 6px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-size: .82rem; font-weight: 700; }
.mirror-confirm-location:disabled { background: #91a399; color: #fff; cursor: not-allowed; }
.mirror-address-pin { background: transparent; border: 0; }
.mirror-address-pin span { position: absolute; top: 2px; left: 5px; width: 29px; height: 29px; transform: rotate(45deg); border: 4px solid #255ee8; border-radius: 50% 50% 50% 0; background: #fff; box-shadow: 0 2px 7px rgb(0 0 0 / 25%); }
.mirror-address-pin span::after { content: ""; position: absolute; top: 6px; left: 6px; width: 9px; height: 9px; border-radius: 50%; background: #255ee8; }
.mirror-confirm-map .leaflet-control-zoom a { color: #111; font-family: Arial, sans-serif; }
.mirror-confirm-map .leaflet-control-attribution { font-family: Arial, sans-serif; font-size: 9px; }
.mirror-pickup-option { display: grid; gap: 3px; width: 100%; padding: 11px 14px; border-radius: 6px; background: hsl(var(--muted)); text-align: left; }
.mirror-pickup-option strong { font-size: .82rem; }
.mirror-pickup-option span { font-size: .78rem; }
.mirror-location-dismiss { display: block; margin: 24px auto 0; font-size: .8rem; font-weight: 700; }
.mirror-checkout-dialog { position: relative; width: min(560px, calc(100dvw - 48px)); max-height: calc(100dvh - 48px); overflow-y: auto; padding: 28px 32px 30px; border: 1px solid hsl(var(--border)); border-radius: 10px; background: hsl(var(--card)); color: hsl(var(--card-foreground)); box-shadow: 0 24px 54px rgb(0 0 0 / 32%); }
.mirror-checkout-dialog > h2 { margin: 0 36px 4px 0; font-size: 1.55rem; font-weight: 700; }
.mirror-checkout-lead { margin: 0 0 20px; color: hsl(var(--muted-foreground)); font-size: .85rem; }
.mirror-checkout-form { display: grid; gap: 14px; }
.mirror-checkout-form label { display: grid; gap: 6px; font-size: .8rem; font-weight: 700; }
.mirror-checkout-form input,
.mirror-checkout-form select,
.mirror-checkout-form textarea { width: 100%; min-height: 40px; padding: 9px 11px; border: 1px solid hsl(var(--border)); border-radius: 6px; outline: none; background: hsl(var(--background)); color: hsl(var(--foreground)); font: inherit; font-weight: 400; box-shadow: 0 1px 2px rgb(0 0 0 / 7%); }
.mirror-checkout-form textarea { resize: vertical; }
.mirror-checkout-form input:focus,
.mirror-checkout-form select:focus,
.mirror-checkout-form textarea:focus { border-color: hsl(var(--primary)); box-shadow: 0 0 0 1px hsl(var(--primary)); }
.mirror-checkout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mirror-checkout-summary { display: grid; gap: 7px; padding: 13px 14px; border-radius: 7px; background: hsl(var(--muted)); font-size: .78rem; }
.mirror-checkout-summary > div { display: flex; justify-content: space-between; gap: 16px; }
.mirror-checkout-summary .is-total { margin-top: 4px; padding-top: 9px; border-top: 1px solid hsl(var(--border)); font-size: .88rem; }
.mirror-checkout-location-ok { margin: 0; padding: 9px 11px; border-radius: 6px; background: #dcfce7; color: #166534; font-size: .75rem; font-weight: 700; }
.mirror-checkout-payment { margin: 0; color: hsl(var(--muted-foreground)); font-size: .72rem; text-align: center; }
.mirror-checkout-submit { min-height: 44px; border-radius: 6px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-size: .9rem; font-weight: 700; box-shadow: 0 2px 4px rgb(0 0 0 / 12%); }
.mirror-checkout-status { min-height: 0; margin: 0; color: hsl(var(--muted-foreground)); font-size: .74rem; text-align: center; }
.mirror-checkout-status:empty { display: none; }
.mirror-checkout-status a { color: hsl(var(--primary)); font-weight: 700; text-decoration: underline; }
.mirror-checkout-page { margin: 0; background: #f4f4f4; color: hsl(var(--foreground)); }
.mirror-final-checkout { min-height: 100dvh; background: hsl(var(--background)); }
.mirror-final-header { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 92px; align-items: center; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid hsl(var(--border)); background: hsl(var(--background)); }
.mirror-final-logo { display: grid; width: 58px; height: 58px; place-items: center; background: hsl(var(--primary)); }
.mirror-final-logo img { width: 48px; height: 34px; object-fit: contain; }
.mirror-final-header-icon { display: grid; width: 44px; height: 44px; place-items: center; color: hsl(var(--primary)); font-family: Arial, sans-serif; font-size: 36px; line-height: 1; }
.mirror-final-header-icon:last-child { justify-self: end; color: hsl(var(--foreground)); }
.mirror-final-header-icon svg { width: 26px; height: 26px; }
.mirror-final-summary-toggle { display: none; }
.mirror-final-summary-toggle b { display: grid; place-items: center; }
.mirror-final-summary-toggle b svg { width: 16px; height: 16px; }
.mirror-final-summary-mobile { display: none; }
.mirror-final-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 56px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 46px 0 72px; }
.mirror-final-flow { min-width: 0; }
.mirror-final-section { padding: 0 0 64px; }
.mirror-final-section + .mirror-final-section { padding-top: 4px; }
.mirror-final-section h2, .mirror-final-summary h2 { margin: 0 0 28px; font-size: 2rem; line-height: 1.1; font-weight: 700; }
.mirror-final-section h3 { margin: 0 0 22px; font-size: 1.35rem; line-height: 1.2; font-weight: 700; }
.mirror-final-intro { max-width: 670px; margin: 0 0 14px; font-size: 1.05rem; font-weight: 600; line-height: 1.55; }
.mirror-first-time { display: block; margin: 0 0 10px; font-size: .95rem; }
.mirror-final-field { display: grid; max-width: 640px; gap: 7px; margin-bottom: 18px; }
.mirror-final-field > span { color: hsl(var(--muted-foreground)); font-size: .85rem; font-weight: 700; }
.mirror-final-field input { width: 100%; min-height: 54px; padding: 0 14px; border: 1px solid hsl(var(--border)); border-radius: 6px; outline: 0; background: hsl(var(--background)); color: hsl(var(--foreground)); font: inherit; font-size: .95rem; box-shadow: 0 1px 3px rgb(0 0 0 / 8%); }
.mirror-final-field input:focus { border-color: hsl(var(--primary)); box-shadow: 0 0 0 1px hsl(var(--primary)); }
.mirror-final-email input::placeholder { color: hsl(var(--muted-foreground)); opacity: 1; font-weight: 700; }
.mirror-final-field input.is-invalid { border-color: #dc2626; }
.mirror-contact-continue, .mirror-contact-save { min-width: 128px; min-height: 46px; margin-top: 6px; padding: 0 22px; border-radius: 6px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-size: .9rem; font-weight: 700; }
.mirror-contact-continue:disabled { background: hsl(var(--muted)); color: hsl(var(--muted-foreground)); cursor: not-allowed; }
.mirror-contact-more { margin-top: 18px; }
.mirror-contact-more[hidden] { display: none; }
.mirror-contact-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 640px; gap: 14px; }
.mirror-returning-customer { display: grid; justify-items: start; gap: 5px; margin-top: 46px; font-size: .95rem; line-height: 1.35; }
.mirror-returning-customer > strong { font-size: 1.05rem; }
.mirror-returning-customer button { min-height: 46px; margin-top: 7px; padding: 0 28px; border-radius: 6px; background: hsl(var(--muted)); font-size: .95rem; font-weight: 700; }
.mirror-final-heading-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mirror-final-heading-row > span { font-size: .9rem; font-weight: 700; }
.mirror-final-delivery-tabs { display: flex; min-height: 48px; margin-bottom: 18px; padding: 4px; border-radius: 8px; background: hsl(var(--muted)); }
.mirror-final-delivery-tabs button { flex: 1; border-radius: 6px; color: hsl(var(--muted-foreground)); font-size: .95rem; font-weight: 700; }
.mirror-final-delivery-tabs button.is-active { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); box-shadow: 0 1px 3px rgb(0 0 0 / 18%); }
.mirror-final-fulfillment-options { display: grid; gap: 10px; }
.mirror-final-store-option, .mirror-final-address-option { display: grid; gap: 4px; width: 100%; min-height: 76px; align-content: center; padding: 13px 18px; border-radius: 7px; background: hsl(var(--muted)); color: hsl(var(--foreground)); text-align: left; }
.mirror-final-store-option strong, .mirror-final-address-option strong { font-size: 1rem; }
.mirror-final-store-option span, .mirror-final-address-option span { font-size: .88rem; line-height: 1.3; }
.mirror-final-store-option.is-selected, .mirror-final-address-option { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.mirror-payment-section h2 { margin-bottom: 34px; }
.mirror-payment-option { display: flex; width: 100%; height: 78px; min-height: 78px; align-items: center; gap: 25px; padding: 0 20px; overflow: hidden; border: 2px solid hsl(var(--primary)); border-radius: 8px; background: hsl(var(--muted)); color: hsl(var(--foreground)); text-align: left; }
.mirror-payment-option > strong { flex: 1; min-width: 0; font-size: .94rem; white-space: nowrap; }
.mirror-card-logos { display: flex; flex: none; align-items: center; gap: 3px; font-family: Arial, sans-serif; }
.mirror-card-logos i { display: grid; width: 29px; height: 25px; place-items: center; border-radius: 2px; background: #1a4a9c; color: #fff; font-size: 7px; font-weight: 800; font-style: normal; line-height: .8; }
.mirror-card-logos i:last-child { background: #2698c8; }
.mirror-card-logos i.is-mastercard { position: relative; overflow: hidden; background: #050505; color: transparent; }
.mirror-card-logos i.is-mastercard::before,
.mirror-card-logos i.is-mastercard::after { content: ""; position: absolute; top: 6px; width: 13px; height: 13px; border-radius: 50%; }
.mirror-card-logos i.is-mastercard::before { left: 4px; background: #e31b23; }
.mirror-card-logos i.is-mastercard::after { right: 4px; background: #f5a623; opacity: .95; }
.mirror-final-summary { position: sticky; top: 24px; align-self: start; padding: 28px; border: 1px solid hsl(var(--border)); border-radius: 9px; background: hsl(var(--background)); box-shadow: 0 8px 28px rgb(0 0 0 / 8%); }
.mirror-final-summary-items { display: grid; gap: 18px; margin-bottom: 28px; }
.mirror-final-item { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 12px; }
.mirror-final-item > img { width: 80px; height: 80px; border-radius: 12px; object-fit: cover; }
.mirror-final-item-copy { min-width: 0; }
.mirror-final-item-copy > div:first-child { display: flex; align-items: flex-start; justify-content: space-between; gap: 9px; }
.mirror-final-item-copy > div:first-child strong { font-size: .9rem; line-height: 1.25; }
.mirror-final-item-copy > div:first-child b { flex: none; font-size: .82rem; }
.mirror-final-item .mirror-cart-choices { margin-top: 4px; font-size: .78rem; }
.mirror-coupon-row { display: grid; grid-template-columns: minmax(0, 1fr) 88px; gap: 8px; margin-top: 10px; }
.mirror-coupon-row input { min-width: 0; min-height: 48px; padding: 0 12px; border: 1px solid hsl(var(--border)); border-radius: 6px; outline: 0; background: hsl(var(--background)); color: hsl(var(--foreground)); font: inherit; font-size: .82rem; box-shadow: 0 1px 3px rgb(0 0 0 / 8%); }
.mirror-coupon-row button { border-radius: 6px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-size: .82rem; font-weight: 700; }
.mirror-coupon-status, .mirror-pay-status { min-height: 18px; margin: 7px 0 0; color: #991b1b; font-size: .7rem; line-height: 1.3; }
.mirror-final-total { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; font-size: .9rem; font-weight: 700; }
.mirror-final-total.is-payable { margin-top: 18px; font-size: 1.05rem; }
.mirror-pay-now { width: 100%; min-height: 50px; margin-top: 36px; border-radius: 6px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-size: 1rem; font-weight: 700; }
.mirror-pay-now:disabled { background: hsl(var(--muted)); color: hsl(var(--muted-foreground)); }
.mirror-pay-status { color: hsl(var(--muted-foreground)); text-align: center; }
.mirror-pay-status a { color: hsl(var(--primary)); font-weight: 700; text-decoration: underline; }
.mirror-search-dialog { width: min(640px, calc(100dvw - 48px)); max-height: calc(100dvh - 48px); overflow: hidden; border: 1px solid hsl(var(--border)); border-radius: 9px; background: hsl(var(--card)); color: hsl(var(--card-foreground)); box-shadow: 0 24px 54px rgb(0 0 0 / 32%); }
.mirror-search-field { display: flex; align-items: center; gap: 14px; min-height: 64px; padding: 0 19px; border-bottom: 1px solid hsl(var(--border)); color: hsl(var(--muted-foreground)); }
.mirror-search-field svg { flex: none; }
.mirror-search-field input { flex: 1; min-width: 0; height: 63px; padding: 0; border: 0; outline: 0; background: transparent; color: hsl(var(--foreground)); font: inherit; font-size: 1rem; font-weight: 600; }
.mirror-search-all { display: block; width: 100%; min-height: 58px; padding: 0 22px; background: hsl(var(--muted)); color: hsl(var(--foreground)); text-align: left; font-size: 1rem; font-weight: 700; }
.mirror-search-all[hidden] { display: none; }
.mirror-search-results { max-height: min(390px, calc(100dvh - 190px)); overflow-y: auto; }
.mirror-search-results > h2 { margin: 0; padding: 14px 22px 5px; color: hsl(var(--muted-foreground)); font-size: .875rem; font-weight: 700; }
.mirror-search-product-list { padding: 0 10px 10px; }
.mirror-search-product { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; width: 100%; min-height: 80px; align-items: center; gap: 15px; padding: 8px 12px; border-radius: 6px; text-align: left; }
.mirror-search-product:hover { background: hsl(var(--muted)); }
.mirror-search-product-image { position: relative; display: block; width: 64px; height: 64px; }
.mirror-search-product-image img { width: 100%; height: 100%; border-radius: 4px; object-fit: cover; }
.mirror-search-product-image b { position: absolute; z-index: 1; top: -7px; left: -8px; display: grid; min-width: 25px; height: 25px; place-items: center; padding: 0 5px; border-radius: 999px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); font-family: Arial, sans-serif; font-size: .8rem; }
.mirror-search-product > strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .95rem; }
.mirror-search-product > span:last-child { color: hsl(var(--muted-foreground)); font-size: .9rem; font-weight: 600; }
.mirror-search-empty { margin: 0; padding: 22px 12px; color: hsl(var(--muted-foreground)); text-align: center; }
.mirror-overlay:has(.mirror-category-sheet) { align-items: flex-end; padding: 0; }
.mirror-category-sheet { position: relative; width: 100%; max-height: calc(100dvh - 24px); overflow-y: auto; padding: 43px 0 28px; border: 1px solid hsl(var(--border)); border-radius: 10px 10px 0 0; background: hsl(var(--background)); color: hsl(var(--foreground)); box-shadow: 0 -18px 42px rgb(0 0 0 / 20%); }
.mirror-category-sheet::before { content: ""; position: absolute; top: 10px; left: 50%; width: 66px; height: 5px; transform: translateX(-50%); border-radius: 999px; background: hsl(var(--muted-foreground)); }
.mirror-category-list { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.mirror-category-list button { display: block; width: 100%; min-height: 45px; color: hsl(var(--foreground)); text-align: left; font-size: 1rem; font-weight: 700; }
.mirror-category-list button:hover { color: hsl(var(--primary)); }
.orderNavigationBarInner { position: relative; }
.mirror-toast { position: fixed; left: 50%; bottom: 28px; z-index: 10001; transform: translateX(-50%); padding: 11px 18px; border-radius: 999px; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); box-shadow: 0 8px 28px rgb(0 0 0 / 25%); font-size: .9rem; font-weight: 700; }
.mirror-delivery-map { position: relative; width: 100%; height: min(600px, 62dvh); min-height: 440px; overflow: hidden; border: 2px solid hsl(var(--border)); border-radius: 9px; background: hsl(var(--muted)); }
.mirror-map-canvas { width: 100%; height: 100%; }
.mirror-map-loading { position: absolute; inset: 0; z-index: 500; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: hsl(var(--background)); color: hsl(var(--muted-foreground)); font-size: .82rem; transition: opacity .2s ease, visibility .2s ease; }
.mirror-map-loading.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; }
.mirror-map-loading.is-error { color: #b91c1c; }
.mirror-map-loading span { width: 20px; height: 20px; border: 3px solid hsl(var(--muted)); border-top-color: hsl(var(--muted-foreground)); border-radius: 50%; animation: mirror-spin .8s linear infinite; }
.mirror-map-marker { background: transparent; border: 0; }
.mirror-map-marker span { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; transform: rotate(45deg); border: 2px solid #fff; border-radius: 50% 50% 50% 0; background: #050505; box-shadow: 0 2px 5px rgb(0 0 0 / 28%); }
.mirror-map-marker span::after { content: ""; position: absolute; top: 4px; left: 4px; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.mirror-delivery-map .leaflet-control-zoom a { color: #111; font-family: Arial, sans-serif; }
.mirror-delivery-map .leaflet-control-attribution { font-family: Arial, sans-serif; font-size: 10px; }
@keyframes mirror-spin { to { transform: rotate(360deg); } }
@media (max-width: 767px) {
  .mirror-checkout-page { background: #2f3839; }
  .mirror-final-checkout { width: 100%; }
  .mirror-final-header { min-height: 110px; padding: 0 22px; }
  .mirror-final-logo { width: 48px; height: 48px; }
  .mirror-final-logo img { width: 42px; height: 42px; }
  .mirror-final-header-icon { width: 36px; height: 36px; }
  .mirror-final-login svg { width: 30px; height: 30px; }
  .mirror-final-summary-toggle { display: grid; grid-template-columns: 1fr auto 18px; width: 100%; min-height: 58px; align-items: center; gap: 12px; padding: 0 22px; border-bottom: 1px solid hsl(var(--border)); background: hsl(var(--muted)); color: hsl(var(--foreground)); text-align: left; }
  .mirror-final-summary-toggle span, .mirror-final-summary-toggle strong { font-size: .85rem; font-weight: 700; }
  .mirror-final-summary-toggle b { font-family: Arial, sans-serif; font-size: 18px; transition: transform .2s ease; }
  .mirror-final-summary-toggle[aria-expanded="true"] b { transform: rotate(180deg); }
  .mirror-final-summary-mobile { padding: 18px 22px; border-bottom: 1px solid hsl(var(--border)); background: hsl(var(--background)); }
  .mirror-final-summary-mobile:not([hidden]) { display: grid; gap: 14px; }
  .mirror-final-summary-mobile .mirror-final-item { grid-template-columns: 58px minmax(0, 1fr); }
  .mirror-final-summary-mobile .mirror-final-item > img { width: 58px; height: 58px; }
  .mirror-final-layout { display: block; width: 100%; margin: 0; padding: 0; }
  .mirror-final-section { padding: 28px 22px 54px; }
  .mirror-contact-section { padding-top: 21px; }
  .mirror-final-section + .mirror-final-section { padding-top: 14px; }
  .mirror-final-section h2, .mirror-final-summary h2 { margin-bottom: 24px; font-size: 1.62rem; }
  .mirror-final-section h3 { margin-bottom: 20px; font-size: 1.35rem; }
  .mirror-final-intro { font-size: 1rem; line-height: 1.55; }
  .mirror-first-time { font-size: .9rem; }
  .mirror-final-field { max-width: none; }
  .mirror-final-field input { min-height: 54px; }
  .mirror-contact-grid { grid-template-columns: 1fr; max-width: none; gap: 0; }
  .mirror-returning-customer { margin-top: 44px; }
  .mirror-final-heading-row > span { font-size: .85rem; }
  .mirror-final-delivery-tabs { min-height: 48px; }
  .mirror-final-store-option, .mirror-final-address-option { min-height: 72px; }
  .mirror-payment-section { padding-bottom: 44px; }
  .mirror-payment-section h3 { margin-bottom: 16px; }
  .mirror-payment-option { height: 78px; min-height: 78px; gap: 25px; padding-inline: 20px; }
  .mirror-payment-option > strong { font-size: .9rem; }
  .mirror-card-logos i { width: 29px; height: 25px; font-size: 7px; }
  .mirror-final-summary { position: static; padding: 42px 22px 64px; border: 0; border-top: 1px solid hsl(var(--border)); border-radius: 0; box-shadow: none; }
  .mirror-final-summary-items { gap: 20px; margin-bottom: 38px; }
  .mirror-final-item { grid-template-columns: 72px minmax(0, 1fr); }
  .mirror-final-item > img { width: 72px; height: 72px; }
  .mirror-coupon-row { grid-template-columns: minmax(0, 1fr) 76px; }
  .mirror-pay-now { min-height: 52px; margin-top: 42px; }
  .mirror-mobile-cart:not([hidden]) { display: flex; }
  .mirror-overlay { padding: 24px; align-items: center; background: rgb(0 0 0 / 72%); }
  .mirror-overlay:has(.mirror-cart-drawer) { align-items: flex-end; padding: 0; }
  .mirror-cart-drawer { position: relative; inset: auto; width: 100%; height: auto; max-height: calc(100dvh - 104px); padding: 31px 20px 14px; overflow: hidden; border: 1px solid hsl(var(--border)); border-bottom: 0; border-radius: 10px 10px 0 0; box-shadow: 0 -12px 36px rgb(0 0 0 / 25%); }
  .mirror-cart-drawer::before { content: ""; position: absolute; top: 10px; left: 50%; width: 43px; height: 4px; transform: translateX(-50%); border-radius: 999px; background: hsl(var(--muted-foreground)); }
  .mirror-cart-close { display: none; }
  .mirror-cart-drawer > header { gap: 12px; padding-bottom: 20px; }
  .mirror-cart-drawer h2 { margin: 0; font-size: 1.75rem; }
  .mirror-cart-location { min-height: 42px; font-size: .85rem; }
  .mirror-cart-list { flex: 0 1 auto; max-height: min(320px, 39dvh); }
  .mirror-cart-item { padding: 15px 0 16px; }
  .mirror-cart-drawer > footer { padding-top: 17px; }
  .mirror-cart-warning { font-size: .7rem; }
  .mirror-checkout { min-height: 42px; }
  .mirror-overlay:has(.mirror-product-dialog) { padding: 0; align-items: flex-end; background: transparent; }
  .mirror-product-dialog { display: block; width: 100dvw; height: calc(100dvh - 104px); overflow-y: auto; border-radius: 10px 10px 0 0; box-shadow: 0 -8px 30px rgb(0 0 0 / 25%); }
  .mirror-product-dialog::before { content: ""; position: absolute; z-index: 4; top: 9px; left: 50%; width: 48px; height: 4px; transform: translateX(-50%); border-radius: 99px; background: #777; }
  .mirror-product-image { width: 100%; height: min(500px, 68dvh); aspect-ratio: auto; border-radius: 10px 10px 0 0; }
  .mirror-product-details { min-height: 62dvh; overflow: visible; }
  .mirror-product-scroll { overflow: visible; padding: 20px 32px; }
  .mirror-product-intro h1 { margin-right: 32px; }
  .mirror-modifiers { gap: 28px; }
  .mirror-modifier > header h2 { line-height: 28px; }
  .mirror-modifier > header p { line-height: 20px; }
  .mirror-modifier > header > span { padding: 2px 10px; border: 1px solid transparent; line-height: 16px; }
  .mirror-modifier-options { border-bottom: 0; }
  .mirror-modifier-option { min-height: 48px; }
  .mirror-modifier-option strong { font-size: .875rem; line-height: 20px; }
  .mirror-modifier-step-option { gap: 20px; }
  .mirror-option-stepper { gap: 4px; padding-right: 4px; }
  .mirror-option-stepper button { width: 24px; height: 24px; font-size: 19px; }
  .mirror-option-stepper strong { width: 20px; font-size: .875rem; }
  .mirror-modifier-radio-option i { width: 24px; height: 24px; }
  .mirror-product-footer { position: sticky; bottom: 0; grid-template-columns: 100px 1fr; gap: 20px; min-height: 77px; padding: 20px 32px; }
  .mirror-product-footer.is-editing { column-gap: 20px; row-gap: 8px; min-height: 105px; }
  .mirror-product-quantity { gap: 4px; }
  .mirror-product-quantity > button { width: 20px; height: 20px; border-width: 2px; font-size: 17px; }
  .mirror-product-quantity > strong { min-width: 52px; height: 36px; font-size: .875rem; }
  .mirror-add-button { min-height: 36px; padding: 0 16px; font-size: .875rem; }
  .mirror-product-dialog > .mirror-dialog-close { display: none; }
  .mirror-location-dialog { width: calc(100dvw - 48px); max-height: calc(100dvh - 48px); border-radius: 10px; }
  .mirror-overlay:has(.mirror-location-dialog.is-confirming) { align-items: flex-end; padding: 8px; }
  .mirror-location-dialog.is-confirming { width: 100%; max-height: calc(100dvh - 16px); padding: 24px 18px 20px; border-radius: 10px 10px 0 0; }
  .mirror-location-dialog.is-confirming::before { content: ""; position: absolute; top: 9px; left: 50%; width: 48px; height: 4px; transform: translateX(-50%); border-radius: 999px; background: hsl(var(--muted-foreground)); }
  .mirror-location-dialog.is-confirming > h2 { margin-top: 5px; }
  .mirror-location-dialog.is-confirming .mirror-location-confirm-head { margin-top: 8px; }
  .mirror-confirm-map { height: 430px; }
  .mirror-checkout-dialog { width: calc(100dvw - 32px); max-height: calc(100dvh - 32px); padding: 24px 20px; }
  .mirror-checkout-grid { grid-template-columns: 1fr; }
  .mirror-search-dialog { width: calc(100dvw - 32px); max-height: calc(100dvh - 32px); }
  .mirror-search-product { grid-template-columns: 56px minmax(0, 1fr) auto; gap: 11px; padding-inline: 7px; }
  .mirror-search-product-image { width: 56px; height: 56px; }
  .mirror-category-sheet { padding-top: 39px; }
  .mirror-category-list { padding: 0 20px; }
  .mirror-category-list button { min-height: 44px; }
  .mirror-delivery-map { height: 430px; min-height: 430px; }
}
@media (max-width: 430px) {
  .mirror-payment-option { gap: 12px; padding-inline: 13px; }
  .mirror-payment-option > strong { font-size: .78rem; }
  .mirror-card-logos { gap: 2px; }
  .mirror-card-logos i { width: 26px; height: 22px; }
  .mirror-card-logos i.is-mastercard::before,
  .mirror-card-logos i.is-mastercard::after { top: 5px; width: 12px; height: 12px; }
  .mirror-card-logos i.is-mastercard::before { left: 3px; }
  .mirror-card-logos i.is-mastercard::after { right: 3px; }
}
