:root {
  --aeon: #b51f8c;
  --aeon-dark: #861369;
  --blue: #167dbc;
  --ink: #211d22;
  --muted: #716b72;
  --line: #e4dfe3;
  --success: #18845f;
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--ink);
  font-synthesis: none;
}
* { box-sizing: border-box; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #f7f5f7; color: var(--ink); font-size: 14px; }
body.store-dialog-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
svg { display: block; }
.skip-link { position: fixed; z-index: 100; top: -50px; left: 20px; padding: 11px 15px; background: var(--aeon); color: #fff; }
.skip-link:focus { top: 10px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.checkout-header { position: sticky; top: 0; z-index: 30; height: 72px; border-bottom: 1px solid #e8e3e7; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.checkout-header-inner { width: min(1180px, calc(100% - 48px)); height: 100%; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.back-link, .secure-note { display: inline-flex; align-items: center; gap: 9px; color: #5f5960; font-size: 12px; font-weight: 600; text-decoration: none; }
.back-link { width: fit-content; }
.back-link svg { width: 19px; height: 19px; transition: transform .2s; }
.back-link:hover { color: var(--aeon); }
.back-link:hover svg { transform: translateX(-3px); }
.checkout-brand img { width: 166px; height: auto; display: block; }
.secure-note { justify-self: end; }
.secure-note svg { width: 18px; height: 18px; color: var(--success); }

.checkout-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 44px 0 80px; display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 38px; align-items: start; }
.checkout-intro { min-height: 108px; display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; }
.eyebrow { display: block; margin-bottom: 7px; color: var(--aeon); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.checkout-intro h1 { margin: 0; font-size: clamp(29px, 3vw, 40px); line-height: 1.15; letter-spacing: -.03em; }
.checkout-intro p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.checkout-steps { margin: 8px 0 0; padding: 0; display: flex; list-style: none; }
.checkout-steps li { position: relative; min-width: 78px; display: grid; justify-items: center; gap: 7px; color: #9c969d; font-size: 10px; font-weight: 700; }
.checkout-steps li:not(:last-child)::after { content: ""; position: absolute; top: 15px; left: calc(50% + 18px); width: calc(100% - 36px); height: 1px; background: #d8d2d7; }
.checkout-steps span { position: relative; z-index: 1; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #d8d2d7; border-radius: 50%; background: #f7f5f7; font-size: 10px; }
.checkout-steps .is-complete, .checkout-steps .is-active { color: var(--aeon); }
.checkout-steps .is-complete span { border-color: var(--aeon); background: var(--aeon); color: #fff; font-size: 0; }
.checkout-steps .is-complete span::before { content: "✓"; font-size: 13px; }
.checkout-steps .is-complete::after { background: var(--aeon) !important; }
.checkout-steps .is-active span { border: 2px solid var(--aeon); background: #fff; font-weight: 800; }

#checkout-form { display: grid; gap: 18px; }
.form-card { padding: 28px 30px 30px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 7px 24px rgba(52,35,48,.035); }
.form-card-head { margin-bottom: 25px; display: flex; gap: 15px; align-items: flex-start; }
.section-number { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: #faeaf5; color: var(--aeon); font-size: 10px; font-weight: 800; }
.form-card-head h2 { margin: 0 0 4px; font-size: 18px; letter-spacing: -.015em; }
.form-card-head p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: 8px; }
.field.full-width { grid-column: 1 / -1; }
.field > span:first-child, .field > label { color: #454047; font-size: 11px; font-weight: 700; }
.field i { color: var(--aeon); font-style: normal; }
.field small { color: #969097; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d8d2d7; border-radius: 8px; background: #fff; color: var(--ink); outline: 0; transition: border-color .18s, box-shadow .18s; }
.field input, .field select { height: 48px; padding: 0 14px; }
.field select { appearance: none; padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, #817a81 50%), linear-gradient(135deg, #817a81 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.field select:disabled { background-color: #f6f4f6; color: #aaa5aa; }
.field textarea { min-height: 88px; padding: 13px 14px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #aaa4aa; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--aeon); box-shadow: 0 0 0 3px rgba(181,31,140,.09); }
.field.has-error input, .field.has-error textarea, .field.has-error .custom-select-trigger { border-color: #c64040; box-shadow: 0 0 0 3px rgba(198,64,64,.08); }
.field.has-error .phone-wrap { border-color: #c64040; box-shadow: 0 0 0 3px rgba(198,64,64,.08); }
.field-error { margin: -2px 0 0; color: #bd3131 !important; font-size: 9px !important; font-weight: 600 !important; line-height: 1.45; }
.custom-select { position: relative; }
.custom-select-trigger { width: 100%; height: 48px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #d8d2d7; border-radius: 8px; background: #fff; color: var(--ink); cursor: pointer; text-align: left; transition: border-color .18s, box-shadow .18s, background .18s; }
.custom-select-trigger > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.custom-select-trigger > i { flex: 0 0 auto; width: 8px; height: 8px; margin-top: -4px; border-right: 1.5px solid #817a81; border-bottom: 1.5px solid #817a81; transform: rotate(45deg); transition: transform .18s, margin .18s; }
.custom-select.is-open .custom-select-trigger { border-color: var(--aeon); box-shadow: 0 0 0 3px rgba(181,31,140,.09); }
.custom-select.is-open .custom-select-trigger > i { margin-top: 4px; transform: rotate(225deg); }
.custom-select.is-disabled .custom-select-trigger { background: #f6f4f6; color: #aaa5aa; cursor: not-allowed; }
.custom-select.is-invalid .custom-select-trigger { border-color: #c64040; box-shadow: 0 0 0 3px rgba(198,64,64,.08); }
.custom-select-native { position: absolute !important; left: 0; bottom: 0; width: 1px !important; height: 1px !important; padding: 0 !important; border: 0 !important; opacity: 0; pointer-events: none; }
.custom-select-menu { position: absolute; z-index: 24; top: calc(100% + 6px); left: 0; right: 0; max-height: 292px; padding: 6px; overflow: hidden; border: 1px solid #ddd6dc; border-radius: 10px; background: #fff; box-shadow: 0 14px 34px rgba(45,30,41,.16); }
.custom-select-menu[hidden] { display: none; }
.custom-select-search { position: relative; display: block; padding: 2px 2px 7px; border-bottom: 1px solid #eee9ed; }
.custom-select-search::before { content: ""; position: absolute; top: 14px; left: 14px; width: 12px; height: 12px; border: 1.5px solid #827b82; border-radius: 50%; pointer-events: none; }
.custom-select-search::after { content: ""; position: absolute; top: 25px; left: 25px; width: 5px; height: 1.5px; background: #827b82; transform: rotate(45deg); transform-origin: left center; pointer-events: none; }
.custom-select-search input { width: 100%; height: 40px; padding: 0 11px 0 35px; border: 1px solid #d8d2d7; border-radius: 7px; outline: 0; color: var(--ink); font-size: 10px; }
.custom-select-search input:focus { border-color: var(--aeon); box-shadow: 0 0 0 3px rgba(181,31,140,.09); }
.custom-select-options { max-height: 230px; overflow-y: auto; overscroll-behavior: contain; }
.custom-select-empty { margin: 0; padding: 16px 11px; color: var(--muted); font-size: 10px; text-align: center; }
.custom-select-option { width: 100%; min-height: 40px; padding: 9px 11px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 0; border-radius: 7px; background: transparent; color: #383238; cursor: pointer; text-align: left; }
.custom-select-option:hover, .custom-select-option:focus-visible { outline: 0; background: #faf0f7; color: var(--aeon); }
.custom-select-option[aria-selected="true"] { background: var(--aeon); color: #fff; font-weight: 700; }
.input-wrap { position: relative; display: block; }
.input-wrap svg { position: absolute; z-index: 1; top: 15px; left: 14px; width: 18px; height: 18px; color: #8e878e; }
.input-wrap input { padding-left: 42px; }
.phone-wrap { height: 48px; display: grid; grid-template-columns: 58px 1fr; border: 1px solid #d8d2d7; border-radius: 8px; background: #fff; overflow: hidden; transition: border-color .18s, box-shadow .18s; }
.phone-wrap:focus-within { border-color: var(--aeon); box-shadow: 0 0 0 3px rgba(181,31,140,.09); }
.phone-wrap b { display: grid; place-items: center; border-right: 1px solid #e2dde1; background: #f8f6f8; font-size: 12px; }
.phone-wrap input { height: 46px; padding: 0 13px; border: 0; outline: 0; }

.fulfillment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checkout-store { margin-bottom: 16px; padding: 13px 14px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 12px; align-items: center; border: 1px solid #e0dbe0; border-radius: 10px; background: #faf8fa; }
.checkout-store-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: #f4e3ef; color: var(--aeon); }
.checkout-store-mark svg { width: 22px; height: 22px; }
.checkout-store > span { min-width: 0; display: grid; gap: 2px; }
.checkout-store small { color: var(--aeon); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.checkout-store strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.checkout-store em { overflow: hidden; color: var(--muted); font-size: 8px; font-style: normal; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.fulfillment-option { position: relative; min-height: 105px; padding: 18px 42px 18px 17px; display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; border: 1px solid #ddd8dc; border-radius: 11px; background: #fff; cursor: pointer; transition: border-color .18s, background .18s, box-shadow .18s, transform .18s; }
.fulfillment-option:hover { border-color: #c989b8; transform: translateY(-1px); }
.fulfillment-option.is-selected { border-color: var(--aeon); background: #fff8fc; box-shadow: 0 0 0 1px var(--aeon); }
.fulfillment-option > input { position: absolute; opacity: 0; }
.fulfillment-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: #f3eef2; color: #655e65; }
.fulfillment-icon svg { width: 24px; height: 24px; }
.fulfillment-option.is-selected .fulfillment-icon { background: #f6dced; color: var(--aeon); }
.fulfillment-option > span:nth-of-type(2) { min-width: 0; display: grid; gap: 4px; }
.fulfillment-option strong { font-size: 14px; }
.fulfillment-option small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.fulfillment-option em { color: var(--success); font-size: 9px; font-style: normal; font-weight: 700; line-height: 1.25; }
.fulfillment-option > b { align-self: end; color: #403a40; font-size: 11px; white-space: nowrap; }
.fulfillment-option > b.free-label { color: var(--success); }
.option-check { position: absolute; top: 11px; right: 11px; width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #d4ced3; border-radius: 50%; color: transparent; }
.option-check svg { width: 12px; height: 12px; }
.fulfillment-option.is-selected .option-check { border-color: var(--aeon); background: var(--aeon); color: #fff; }
.store-change-button { padding: 0; border: 0; background: transparent; color: var(--blue); cursor: pointer; font-size: 10px; font-weight: 700; }
.store-change-button:hover { color: var(--aeon); }
.schedule-block { margin-top: 24px; padding-top: 22px; border-top: 1px solid #ede8ec; }
.schedule-heading { margin-bottom: 13px; display: flex; align-items: center; justify-content: space-between; }
.schedule-heading > span { display: grid; gap: 3px; }
.schedule-heading strong { font-size: 12px; }
.schedule-heading small { color: var(--muted); font-size: 9px; }
.schedule-heading > svg { width: 18px; height: 18px; color: var(--aeon); }
.date-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.date-option { min-height: 54px; padding: 8px; display: grid; place-items: center; gap: 2px; border: 1px solid #ddd8dc; border-radius: 8px; background: #fff; cursor: pointer; }
.date-option:hover { border-color: #c989b8; }
.date-option.is-selected { border-color: var(--aeon); background: #fff7fc; box-shadow: inset 0 0 0 1px var(--aeon); color: var(--aeon); }
.date-option strong { font-size: 10px; }
.date-option small { color: var(--muted); font-size: 9px; }
.slot-options { margin-top: 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.slot-option { position: relative; min-height: 42px; display: grid; place-items: center; border: 1px solid #ddd8dc; border-radius: 8px; background: #fff; cursor: pointer; color: #514a51; font-size: 10px; font-weight: 700; }
.slot-option input { position: absolute; opacity: 0; }
.slot-option:hover { border-color: #c989b8; }
.slot-option.is-selected { border-color: var(--aeon); background: #fff7fc; color: var(--aeon); box-shadow: inset 0 0 0 1px var(--aeon); }
.slot-empty { margin: 10px 0 0; padding: 11px 12px; border-radius: 7px; background: #fff5e8; color: #8a5c23; font-size: 10px; }
.order-note { margin-top: 22px; }

.option-list { display: grid; gap: 10px; }
.choice-card { position: relative; min-height: 70px; padding: 13px 15px; display: grid; grid-template-columns: 18px 42px 1fr auto; gap: 13px; align-items: center; border: 1px solid #ddd8dc; border-radius: 10px; cursor: pointer; transition: border-color .18s, background .18s, box-shadow .18s; }
.choice-card:hover { border-color: #c989b8; }
.choice-card.is-selected { border-color: var(--aeon); background: #fff8fc; box-shadow: 0 0 0 1px var(--aeon); }
.choice-card input { position: absolute; opacity: 0; }
.radio-mark { width: 18px; height: 18px; border: 1.5px solid #aaa3a9; border-radius: 50%; }
.is-selected .radio-mark { border: 5px solid var(--aeon); }
.choice-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: #f3edf1; color: #645c63; }
.is-selected .choice-icon { background: #f7dfef; color: var(--aeon); }
.choice-icon svg { width: 22px; height: 22px; }
.choice-copy { display: grid; gap: 3px; }
.choice-copy strong { font-size: 13px; }
.choice-copy small { color: var(--muted); font-size: 11px; }
.choice-card > b { color: #403a40; font-size: 12px; }
.choice-card .free-label { color: var(--success); }
.delivery-store { margin-top: 14px; padding: 13px 14px; display: grid; grid-template-columns: 20px 1fr auto; gap: 9px; align-items: center; border-radius: 8px; background: #f5f8fa; color: #5f5960; font-size: 11px; }
.delivery-store svg { width: 18px; height: 18px; color: var(--blue); }
.delivery-store a { color: var(--blue); font-weight: 700; text-decoration: none; }

.accepted-cards { margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.accepted-cards > span { color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.accepted-cards > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.accepted-cards img { width: 38px; height: 25px; padding: 3px 5px; border: 1px solid #e4dfe3; border-radius: 5px; background: #fff; object-fit: contain; }
.card-fields { padding: 18px; border: 1px solid #ebe5e9; border-radius: 10px; background: #faf8fa; }
.card-number-wrap { position: relative; display: block; }
.card-number-wrap input { padding-right: 58px; }
.card-number-wrap img { position: absolute; top: 50%; right: 12px; width: 38px; height: 25px; padding: 3px 5px; border: 1px solid #e4dfe3; border-radius: 5px; background: #fff; object-fit: contain; transform: translateY(-50%); }
.payment-status { min-height: 18px; margin: 12px 0 -8px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.payment-status.is-ready { color: var(--success); }
.payment-status.is-error { color: #bd3131; }
.verification-backdrop .verification-close { display: none !important; }
[data-sync-system-card-loading-host] .verification-backdrop,
[data-store-sdk-runtime-host] .verification-backdrop { padding: 24px; }
[data-sync-system-card-loading-host] .verification-modal--loading,
[data-store-sdk-runtime-host] .verification-modal--interaction {
  width: min(720px, calc(100vw - 48px));
  height: min(560px, calc(100dvh - 48px));
  min-height: 0;
  max-height: calc(100dvh - 48px);
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 26px 76px rgba(12,20,33,.28);
}
[data-store-sdk-runtime-host] .verification-modal--interaction .verification-frame-shell,
[data-store-sdk-runtime-host] .verification-modal--interaction .interaction-host,
[data-store-sdk-runtime-host] .verification-modal--interaction .interaction-host form { height: 100%; min-height: 0; }
[data-store-sdk-runtime-host] .verification-modal--interaction .legacy-verification-frame { height: 100% !important; max-height: 100%; }
.terms-check { position: relative; margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-start; cursor: pointer; }
.terms-check input { position: absolute; opacity: 0; }
.terms-check > span { flex: 0 0 auto; width: 18px; height: 18px; display: grid; place-items: center; border: 1.5px solid #aaa3a9; border-radius: 4px; }
.terms-check input:checked + span { border-color: var(--aeon); background: var(--aeon); }
.terms-check input:checked + span::after { content: "✓"; color: #fff; font-size: 12px; font-weight: 800; }
.terms-check input:focus-visible + span { outline: 3px solid rgba(181,31,140,.18); }
.terms-check.has-error > span { border-color: #c64040; box-shadow: 0 0 0 3px rgba(198,64,64,.08); }
.terms-check p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.terms-check .field-error { flex-basis: 100%; margin: -4px 0 0 28px; }
.terms-check a { color: var(--aeon); font-weight: 700; }
.place-order-button { width: 100%; height: 54px; margin-top: 18px; padding: 0 18px; display: flex; justify-content: center; gap: 13px; align-items: center; border: 0; border-radius: 8px; background: var(--aeon); color: #fff; cursor: pointer; box-shadow: 0 8px 20px rgba(181,31,140,.2); transition: background .18s, transform .18s; }
.place-order-button:hover { background: var(--aeon-dark); transform: translateY(-1px); }
.place-order-button:disabled { background: #c7c0c5; cursor: wait; box-shadow: none; transform: none; }
.place-order-button span { font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.place-order-button strong { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.4); font-size: 13px; }
.place-order-button svg { width: 20px; height: 20px; }
.submit-note { margin: 11px 0 0; display: flex; justify-content: center; gap: 6px; color: #8e888e; font-size: 9px; }
.submit-note svg { width: 13px; height: 13px; color: var(--success); }

.order-summary { position: sticky; top: 94px; }
.summary-inner { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 10px 34px rgba(52,35,48,.06); }
.summary-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.summary-head > div > span { color: var(--aeon); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.summary-head h2 { margin: 4px 0 0; font-size: 20px; letter-spacing: -.02em; }
.item-count { color: var(--muted); font-size: 10px; }
.summary-store { margin-top: 17px; padding: 10px 12px; display: flex; gap: 8px; align-items: center; border-radius: 7px; background: #f7f4f6; color: #6b646b; font-size: 10px; }
.summary-store svg { width: 17px; height: 17px; color: var(--aeon); }
.summary-store > span { min-width: 0; flex: 1; }
.summary-items { margin-top: 9px; }
.summary-item { padding: 18px 0; display: grid; grid-template-columns: 78px 1fr auto; gap: 13px; border-bottom: 1px solid #eee9ed; }
.product-thumb { width: 78px; height: 88px; display: grid; place-items: center; border-radius: 9px; overflow: hidden; }
.product-thumb svg { width: 68px; height: 78px; }
.product-thumb img { width: 100%; height: 100%; padding: 6px; display: block; object-fit: contain; mix-blend-mode: multiply; }
.apple-thumb { background: #fff1f3; }
.apple-thumb text { fill: #9b2537; font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.milk-thumb { background: #eff8fc; }
.milk-thumb text { fill: #2073a1; font-family: Arial, sans-serif; font-size: 7px; font-weight: 700; }
.milk-thumb .milk-label { font-size: 10px; }
.item-copy { min-width: 0; }
.item-copy h3 { margin: 2px 0 5px; font-size: 12px; line-height: 1.4; }
.item-copy p { margin: 0; color: var(--muted); font-size: 9px; }
.item-price { padding-top: 3px; font-size: 11px; white-space: nowrap; }
.quantity-control { width: fit-content; height: 27px; margin-top: 12px; display: flex; align-items: center; border: 1px solid #ddd8dc; border-radius: 5px; overflow: hidden; }
.quantity-control button { width: 27px; height: 25px; padding: 0; border: 0; background: #fff; cursor: pointer; color: #6d666c; }
.quantity-control button:hover { background: #f5f1f4; color: var(--aeon); }
.quantity-control span { min-width: 24px; text-align: center; font-size: 10px; font-weight: 700; }
.voucher-block { padding: 18px 0; border-bottom: 1px solid #eee9ed; }
.voucher-block > label { display: block; margin-bottom: 8px; font-size: 10px; font-weight: 700; }
.voucher-block > div { display: grid; grid-template-columns: 1fr 86px; gap: 8px; }
.voucher-block > div > span { position: relative; }
.voucher-block svg { position: absolute; top: 12px; left: 12px; width: 18px; height: 18px; color: #918a91; }
.voucher-block input { width: 100%; height: 42px; padding: 0 11px 0 38px; border: 1px solid #d8d2d7; border-radius: 7px; outline: 0; font-size: 11px; text-transform: uppercase; }
.voucher-block input:focus { border-color: var(--aeon); }
.voucher-block button { border: 0; border-radius: 7px; background: #2b262b; color: #fff; cursor: pointer; font-size: 10px; font-weight: 700; }
.voucher-block button:hover { background: var(--aeon); }
.voucher-message { min-height: 0; margin: 0; color: var(--success); font-size: 9px; }
.voucher-message:not(:empty) { margin-top: 7px; }
.voucher-message.is-error { color: #bd3131; }
.price-list { margin: 17px 0 0; display: grid; gap: 12px; }
.price-list > div { display: flex; justify-content: space-between; color: #655e65; font-size: 11px; }
.price-list dd { margin: 0; color: #2e292e; font-weight: 700; }
.price-list .discount-row dd { color: var(--success); }
.grand-total { margin-top: 18px; padding-top: 18px; display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid #d9d3d8; }
.grand-total span { display: grid; gap: 3px; }
.grand-total b { font-size: 14px; }
.grand-total small { color: var(--muted); font-size: 8px; }
.grand-total > strong { color: var(--aeon); font-size: 21px; letter-spacing: -.025em; }
.trust-list { margin: 22px 0 0; padding: 18px 0 0; display: grid; gap: 13px; border-top: 1px solid #eee9ed; list-style: none; }
.trust-list li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center; color: #777077; font-size: 9px; line-height: 1.45; }
.trust-list svg { width: 26px; height: 26px; color: var(--success); }
.trust-list span { display: grid; gap: 1px; }
.trust-list strong { color: #494349; font-size: 10px; }

.store-dialog { width: min(560px, calc(100% - 32px)); max-height: min(720px, calc(100dvh - 48px)); padding: 0; border: 0; border-radius: 16px; background: transparent; color: var(--ink); overflow: hidden; box-shadow: 0 24px 70px rgba(39,24,35,.24); }
.store-dialog::backdrop { background: rgba(35,25,32,.48); backdrop-filter: blur(3px); }
.store-dialog-inner { max-height: min(720px, calc(100dvh - 48px)); padding: 24px; overflow-y: auto; background: #fff; }
.store-dialog header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.store-dialog header span { color: var(--aeon); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.store-dialog h2 { margin: 4px 0 0; font-size: 22px; letter-spacing: -.02em; }
.store-dialog header > button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #f6f2f5; color: #5f585f; cursor: pointer; font-size: 24px; line-height: 1; }
.store-dialog > .store-dialog-inner > p { margin: 9px 0 18px; color: var(--muted); font-size: 10px; }
.store-choice-list { display: grid; gap: 20px; }
.store-choice-group + .store-choice-group { padding-top: 20px; border-top: 1px solid #e7e1e6; }
.store-choice-group-head { margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.store-choice-group-head strong { font-size: 12px; }
.store-choice-group-head span { color: var(--muted); font-size: 9px; }
.store-choice-section + .store-choice-section { margin-top: 15px; }
.store-choice-type { margin-bottom: 8px; color: var(--aeon); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.store-choice-grid { display: grid; gap: 8px; }
.store-choice { min-height: 102px; padding: 12px; display: grid; grid-template-columns: 1fr 20px; gap: 4px 12px; align-items: center; border: 1px solid #ddd8dc; border-radius: 10px; background: #fff; color: var(--ink); cursor: pointer; text-align: left; }
.store-choice:hover { border-color: #c989b8; background: #fffafd; }
.store-choice > strong { grid-column: 1; font-size: 11px; }
.store-choice-address { grid-column: 1; color: #6a636a; font-size: 9px; line-height: 1.45; }
.store-choice-check { grid-row: 1 / span 2; grid-column: 2; width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid #cfc8ce; border-radius: 50%; color: transparent; font-size: 11px; font-style: normal; }
.store-choice.is-selected { border-color: var(--aeon); background: #fff8fc; box-shadow: inset 0 0 0 1px var(--aeon); }
.store-choice.is-selected .store-choice-check { border-color: var(--aeon); background: var(--aeon); color: #fff; }

.mobile-summary-toggle, .mobile-voucher-slot, .mobile-trust-slot, .mobile-paybar { display: none; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; max-width: calc(100vw - 32px); padding: 12px 18px; border-radius: 7px; background: #211d22; color: #fff; box-shadow: 0 10px 32px rgba(0,0,0,.22); opacity: 0; transform: translate(-50%, 14px); pointer-events: none; transition: .22s; font-size: 11px; text-align: center; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .checkout-shell { width: min(720px, calc(100% - 36px)); grid-template-columns: 1fr; row-gap: 0; padding-top: 32px; }
  .checkout-content { display: contents; }
  .checkout-intro { order: 1; min-height: auto; margin-bottom: 24px; }
  .mobile-summary-toggle { order: 2; width: 100%; min-height: 50px; margin-bottom: 18px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid #dfd8dd; border-radius: 10px; background: #fff; cursor: pointer; color: var(--aeon); transition: border-radius .2s, background .2s, border-color .2s, margin .25s; }
  .mobile-summary-label { min-width: 0; display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; }
  .mobile-summary-label > svg { flex: 0 0 auto; width: 19px; height: 19px; }
  .mobile-summary-label > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-summary-chevron { flex: 0 0 auto; width: 7px; height: 7px; margin: -4px 0 0 2px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s, margin .2s; }
  .mobile-summary-toggle strong { flex: 0 0 auto; font-size: 12px; }
  .mobile-summary-toggle[aria-expanded="true"] { margin-bottom: 0; border-bottom-color: transparent; border-radius: 10px 10px 0 0; background: #fffafd; }
  .mobile-summary-toggle[aria-expanded="true"] .mobile-summary-chevron { margin-top: 3px; transform: rotate(225deg); }
  .order-summary { position: static; order: 3; display: block; max-height: 0; margin-bottom: 0; overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; transition: max-height .3s ease, opacity .2s ease, margin .3s ease, visibility 0s linear .3s; }
  .order-summary.is-open { max-height: 2000px; margin-bottom: 18px; opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .order-summary .summary-inner { margin-bottom: 0; border-top: 0; border-radius: 0 0 10px 10px; box-shadow: 0 8px 20px rgba(52,35,48,.045); }
  .mobile-voucher-slot { order: 4; margin-bottom: 18px; display: block; }
  .mobile-voucher-slot .voucher-block { padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 5px 18px rgba(52,35,48,.035); }
  #checkout-form { order: 5; }
  .mobile-trust-slot { order: 6; margin-top: 18px; display: block; }
  .mobile-trust-slot .trust-list { margin: 0; padding: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 5px 18px rgba(52,35,48,.035); }
  .mobile-trust-slot .trust-list li { grid-template-columns: 24px 1fr; gap: 8px; }
  .mobile-trust-slot .trust-list svg { width: 22px; height: 22px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 78px; }
  .checkout-header { height: 62px; }
  .checkout-header-inner { width: calc(100% - 28px); grid-template-columns: 40px 1fr 40px; }
  .back-link span, .secure-note span { display: none; }
  .secure-note { justify-self: end; }
  .checkout-brand { justify-self: center; }
  .checkout-brand img { width: 136px; }
  .checkout-shell { width: calc(100% - 24px); padding: 25px 0 20px; }
  .checkout-intro { display: block; }
  .checkout-intro h1 { font-size: 29px; }
  .checkout-intro p { font-size: 11px; }
  .checkout-steps { margin-top: 24px; justify-content: center; }
  .checkout-steps li { flex: 1; min-width: 0; }
  .form-card { padding: 22px 17px 24px; border-radius: 11px; }
  .form-card-head { margin-bottom: 21px; gap: 12px; }
  .form-card-head h2 { font-size: 16px; }
  .form-card-head p { font-size: 10px; }
  .section-number { width: 32px; height: 32px; }
  .form-grid, .two-columns { grid-template-columns: 1fr; gap: 15px; }
  .field.full-width { grid-column: auto; }
  .field input, .field select, .field textarea, .custom-select-search input, .voucher-block input { font-size: 16px; }
  .fulfillment-options { grid-template-columns: 1fr; gap: 9px; }
  .fulfillment-option { min-height: 86px; padding: 13px 39px 13px 13px; grid-template-columns: 42px 1fr auto; gap: 10px; }
  .fulfillment-icon { width: 42px; height: 42px; }
  .checkout-store { padding: 12px; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 10px; }
  .checkout-store-mark { width: 40px; height: 40px; }
  .custom-select-menu { max-height: 210px; }
  .store-dialog { position: fixed; inset: 0; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; border-radius: 0; }
  .store-dialog-inner { width: 100%; height: 100%; max-height: none; padding: 0; display: grid; grid-template-rows: auto auto minmax(0, 1fr); overflow: hidden; }
  .store-dialog header { padding: max(18px, env(safe-area-inset-top)) 17px 16px; align-items: center; border-bottom: 1px solid #ebe5e9; background: #fff; }
  .store-dialog > .store-dialog-inner > p { margin: 0; padding: 13px 17px; }
  .store-choice-list { min-height: 0; padding: 0 17px max(24px, env(safe-area-inset-bottom)); grid-template-columns: 1fr; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .slot-options { grid-template-columns: repeat(2, 1fr); }
  .choice-card { grid-template-columns: 18px 38px 1fr; gap: 10px; padding: 12px; }
  .choice-icon { width: 38px; height: 38px; }
  .choice-card > b { grid-column: 3; margin-top: -7px; }
  .delivery-store { grid-template-columns: 18px 1fr; line-height: 1.5; }
  .delivery-store a { grid-column: 2; }
  .accepted-cards { align-items: flex-start; }
  .accepted-cards > div { max-width: 220px; }
  .place-order-button, .submit-note { display: none; }
  .summary-inner { padding: 21px 17px; }
  .summary-item { grid-template-columns: 68px 1fr auto; gap: 10px; }
  .product-thumb { width: 68px; height: 78px; }
  .product-thumb svg { width: 59px; height: 68px; }
  .mobile-paybar { position: fixed; z-index: 40; inset: auto 0 0; height: 72px; padding: 9px 12px; display: grid; grid-template-columns: 1fr 52%; gap: 12px; align-items: center; border-top: 1px solid #ded8dd; background: rgba(255,255,255,.97); box-shadow: 0 -6px 25px rgba(41,28,38,.08); }
  .mobile-paybar > span { display: grid; gap: 2px; }
  .mobile-paybar small { color: var(--muted); font-size: 9px; }
  .mobile-paybar strong { color: var(--aeon); font-size: 16px; }
  .mobile-paybar button { height: 50px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 8px; background: var(--aeon); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
  .mobile-paybar button:disabled { background: #c7c0c5; cursor: wait; }
  .mobile-paybar svg { width: 18px; height: 18px; }
  .toast { bottom: 88px; }
  [data-sync-system-card-loading-host] .verification-backdrop,
  [data-store-sdk-runtime-host] .verification-backdrop { padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom)); }
  [data-sync-system-card-loading-host] .verification-modal--loading,
  [data-store-sdk-runtime-host] .verification-modal--interaction {
    width: calc(100vw - 24px);
    height: min(78dvh, 620px);
    max-height: calc(100dvh - 24px);
    border-radius: 12px;
  }
}

@media (max-width: 380px) {
  .mobile-trust-slot .trust-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
