body.elabonta-self-ordering-page {
  margin: 0 !important;
  background: #f4f6f8 !important;
  overflow-x: hidden;
}

/* Kiosk Banco 27\" portrait: touch layout, promo and privacy reset overlays. */
.eso-app-kiosk .eso-language-select {
  min-width: 154px;
  min-height: 52px;
  padding: 0 12px;
  border: 1px solid rgba(200, 16, 46, .24);
  border-radius: 999px;
  background: #fff4f5;
}

.eso-app-kiosk .eso-language-select select {
  min-height: 48px;
  font-size: 16px;
  font-weight: 800;
  color: #791126;
}

.eso-app-kiosk .eso-welcome-side {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  background: linear-gradient(160deg, #f7efe2 0%, #efe2cf 100%);
}

.eso-app-kiosk .eso-welcome-side .eso-welcome-art {
  min-height: 0;
}

.eso-app-kiosk .eso-kiosk-phone-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 156px;
  gap: 22px;
  align-items: center;
  margin: 0 28px 28px;
  padding: 22px;
  color: #18231b;
  border: 1px solid rgba(24, 35, 27, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 44px rgba(61, 42, 21, .14);
}

.eso-app-kiosk .eso-kiosk-phone-copy > span {
  display: inline-flex;
  margin-bottom: 7px;
  color: #9f0d25;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.eso-app-kiosk .eso-kiosk-phone-copy h2 {
  margin: 0 0 7px;
  font-size: 24px;
  line-height: 1.05;
}

.eso-app-kiosk .eso-kiosk-phone-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.eso-app-kiosk .eso-kiosk-counter-code {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px !important;
}

.eso-app-kiosk .eso-kiosk-counter-code span {
  font-weight: 800;
}

.eso-app-kiosk .eso-kiosk-counter-code strong {
  padding: 7px 13px;
  color: #fff;
  border-radius: 10px;
  background: #9f0d25;
  font-size: 25px;
  letter-spacing: .12em;
}

.eso-app-kiosk .eso-kiosk-qr {
  width: 156px;
  height: 156px;
  padding: 8px;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(24, 35, 27, .1);
}

.eso-app-kiosk .eso-kiosk-qr canvas,
.eso-app-kiosk .eso-kiosk-qr table {
  display: block;
  max-width: 100%;
}

.eso-app-kiosk .eso-cart-item {
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-areas:
    "thumb copy"
    ". quantity";
  align-items: start;
  gap: 12px 14px;
}

.eso-app-kiosk .eso-cart-thumb {
  grid-area: thumb;
}

.eso-app-kiosk .eso-cart-copy {
  grid-area: copy;
  min-width: 0;
  overflow-wrap: anywhere;
}

.eso-app-kiosk .eso-cart-copy strong,
.eso-app-kiosk .eso-item-options li {
  white-space: normal;
  overflow-wrap: anywhere;
}

.eso-app-kiosk .eso-cart-item > .eso-qty {
  grid-area: quantity;
  justify-self: end;
  margin: 0;
}

.eso-app-kiosk .eso-qty {
  display: inline-grid;
  grid-template-columns: 48px minmax(42px, auto) 48px;
  align-items: center;
  gap: 8px;
}

.eso-app-kiosk .eso-qty button {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border: 2px solid #9f0d25;
  border-radius: 50%;
  background: #fff;
  color: #9f0d25;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.eso-app-kiosk .eso-qty button[data-delta="1"] {
  color: #fff;
  background: #9f0d25;
}

.eso-app-kiosk .eso-qty button:disabled {
  opacity: .38;
}

.eso-app-kiosk .eso-summary-item {
  align-items: flex-start;
}

.eso-app-kiosk .eso-summary-copy {
  min-width: 0;
  overflow-wrap: anywhere;
}

.eso-app-kiosk .eso-summary-actions {
  flex: 0 0 auto;
  align-items: flex-end;
  gap: 12px;
}

.eso-app-kiosk .eso-kiosk-line-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
}

.eso-app-kiosk .eso-kiosk-line-price del {
  color: #767676;
  font-size: .82em;
}

.eso-app-kiosk .eso-kiosk-line-price b {
  color: #9f0d25;
  font-size: 1.05em;
}

.eso-app-kiosk .eso-kiosk-overlay {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 36px;
  background: rgba(18, 23, 19, .76);
  backdrop-filter: blur(8px);
}

.eso-app-kiosk .eso-kiosk-overlay > section {
  width: min(760px, 100%);
  max-height: calc(100svh - 72px);
  overflow: auto;
  padding: 46px;
  text-align: center;
  border-radius: 30px;
  background: #fffdf9;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.eso-app-kiosk .eso-kiosk-overlay h2 {
  margin: 14px 0;
  color: #18231b;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.02;
}

.eso-app-kiosk .eso-kiosk-overlay > section > p {
  margin: 0 auto 24px;
  max-width: 610px;
  font-size: 22px;
  line-height: 1.45;
}

.eso-app-kiosk .eso-kiosk-dialog-icon {
  display: inline-grid;
  place-items: center;
  width: 78px;
  height: 78px;
  color: #fff;
  border-radius: 50%;
  background: #9f0d25;
}

.eso-app-kiosk .eso-kiosk-dialog-icon .eso-svg-icon {
  width: 38px;
  height: 38px;
}

.eso-app-kiosk [data-idle-countdown] {
  display: block;
  margin: 0 0 25px;
  color: #9f0d25;
  font-size: 20px;
}

.eso-app-kiosk .eso-kiosk-dialog-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.eso-app-kiosk .eso-kiosk-dialog-actions button,
.eso-app-kiosk .eso-kiosk-idle-overlay button {
  min-height: 62px;
  font-size: 18px;
}

.eso-app-kiosk .eso-kiosk-promo-dialog {
  width: min(900px, 100%);
  text-align: left;
}

.eso-app-kiosk .eso-kiosk-promo-dialog header {
  text-align: center;
}

.eso-app-kiosk .eso-kiosk-promo-products {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.eso-app-kiosk .eso-kiosk-promo-product {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(24, 35, 27, .12);
  border-radius: 18px;
  background: #fff;
}

.eso-app-kiosk .eso-kiosk-promo-image {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  overflow: hidden;
  border-radius: 14px;
  background: #f5efe5;
}

.eso-app-kiosk .eso-kiosk-promo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eso-app-kiosk .eso-kiosk-promo-product h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.eso-app-kiosk .eso-kiosk-promo-product p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.eso-app-kiosk .eso-kiosk-promo-product p strong {
  color: #9f0d25;
}

.eso-app-kiosk .eso-kiosk-customer-name {
  margin: 24px auto;
  padding: 22px;
  border: 2px solid rgba(159, 13, 37, .18);
  border-radius: 22px;
  background: #fff4f5;
}

.eso-app-kiosk .eso-kiosk-customer-name span,
.eso-app-kiosk .eso-kiosk-customer-name strong {
  display: block;
}

.eso-app-kiosk .eso-kiosk-customer-name span {
  margin-bottom: 7px;
  color: #6f5d53;
  font-size: 17px;
  font-weight: 800;
}

.eso-app-kiosk .eso-kiosk-customer-name strong {
  color: #9f0d25;
  font-size: clamp(48px, 7vw, 76px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.eso-app-kiosk .eso-kiosk-wait-counter {
  margin: 22px 0;
  color: #18231b;
  font-size: 30px;
  font-weight: 900;
}

.eso-app-kiosk .eso-kiosk-order-reference,
.eso-app-kiosk .eso-kiosk-auto-reset {
  color: #6f6f6f;
  font-size: 15px;
}

.eso-app-kiosk .eso-kiosk-auto-reset {
  margin: 20px 0;
  font-weight: 800;
}

@media (orientation: portrait) and (min-width: 700px) and (min-height: 1100px) {
  .eso-app-kiosk .eso-welcome {
    grid-template-rows: minmax(720px, 1fr) minmax(760px, .95fr);
  }

  .eso-app-kiosk .eso-welcome-side .eso-welcome-art {
    min-height: 470px;
  }

  .eso-app-kiosk .eso-kiosk-phone-card {
    margin: 0 40px 34px;
    padding: 26px;
  }

  .eso-app-kiosk .eso-kiosk-phone-copy h2 {
    font-size: 29px;
  }

  .eso-app-kiosk .eso-kiosk-phone-copy p {
    font-size: 18px;
  }

  .eso-app-kiosk .eso-kiosk-overlay > section {
    padding: 54px;
  }
}

body.elabonta-self-ordering-page #masthead,
body.elabonta-self-ordering-page header.site-header,
body.elabonta-self-ordering-page .ast-mobile-header-wrap,
body.elabonta-self-ordering-page .main-header-bar-wrap,
body.elabonta-self-ordering-page .site-footer,
body.elabonta-self-ordering-page footer.site-footer,
body.elabonta-self-ordering-page .ast-footer-copyright {
  display: none !important;
}

body.elabonta-self-ordering-page #content,
body.elabonta-self-ordering-page .site-content,
body.elabonta-self-ordering-page .content-area,
body.elabonta-self-ordering-page .site-main,
body.elabonta-self-ordering-page article,
body.elabonta-self-ordering-page .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

body.elabonta-self-ordering-page .ast-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body.elabonta-self-ordering-page .entry-header,
body.elabonta-self-ordering-page .entry-title {
  display: none !important;
}

.eso-shell {
  --eso-bg: #f5f6f8;
  --eso-surface: #ffffff;
  --eso-layer: #f8fafc;
  --eso-border: #d8dee6;
  --eso-border-strong: #b8c3cf;
  --eso-text: #17202a;
  --eso-muted: #647084;
  --eso-brand: #c41230;
  --eso-action: #157347;
  --eso-action-dark: #0f5d38;
  --eso-warning: #b54708;
  --eso-hover: #f1f4f7;
  --eso-selected: #eaf6ef;
  --eso-press: #e7edf3;
  --eso-shadow: 0 10px 28px rgba(23, 32, 42, .08);
  min-height: 100svh;
  background: var(--eso-bg);
  color: var(--eso-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.eso-shell *,
.eso-shell *::before,
.eso-shell *::after {
  box-sizing: border-box;
}

.eso-app {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.eso-shell button,
.eso-shell input,
.eso-shell textarea,
.eso-shell select {
  font: inherit;
}

.eso-shell button {
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  user-select: none;
}

.eso-topbar {
  min-height: 74px;
  padding: 10px clamp(14px, 2vw, 28px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--eso-border);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 6px 22px rgba(23, 32, 42, .06);
  position: sticky;
  top: 0;
  z-index: 30;
}

.eso-brand,
.eso-cart-pill,
.eso-primary,
.eso-secondary,
.eso-link-btn,
.eso-icon-btn,
.eso-cats button,
.eso-cat-nav,
.eso-category-tile,
.eso-back-btn,
.eso-category-stepper button,
.eso-qty button,
.eso-product,
.eso-pay-option,
.eso-preset-btn {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.eso-brand {
  min-height: 54px;
  display: grid;
  align-content: center;
  gap: 1px;
  padding: 0;
  background: transparent;
  color: var(--eso-text);
  text-align: left;
}

.eso-brand-mark {
  color: var(--eso-brand);
  font-size: clamp(26px, 3vw, 34px);
  line-height: .95;
  font-weight: 900;
  letter-spacing: 0;
}

.eso-brand-logo {
  width: auto;
  max-width: min(188px, 38vw);
  max-height: 42px;
  display: block;
  object-fit: contain;
}

.eso-brand-sub {
  color: var(--eso-muted);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 800;
}

.eso-cart-pill {
  min-width: 132px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--eso-text);
  color: #ffffff;
  font-weight: 900;
}

.eso-cart-pill strong {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--eso-action);
  color: #ffffff;
  font-size: 14px;
}

.eso-layout {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
  min-height: calc(100svh - 74px);
}

.eso-menu {
  min-width: 0;
  padding: clamp(14px, 2vw, 28px);
}

.eso-category-home {
  padding: clamp(18px, 3vw, 34px);
}

.eso-category-home-title,
.eso-menu-head {
  margin: 0 0 18px;
}

.eso-category-home-title span,
.eso-menu-head span {
  display: block;
  margin: 0 0 6px;
  color: var(--eso-brand);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
}

.eso-category-home-title h1,
.eso-menu-head h1 {
  margin: 0;
  color: var(--eso-text);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.03;
  font-weight: 950;
}

.eso-category-home-title p,
.eso-menu-head p {
  margin: 8px 0 0;
  color: var(--eso-muted);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 750;
}

.eso-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.eso-category-tile {
  min-height: 272px;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--eso-border);
  border-radius: 8px;
  background: var(--eso-surface);
  color: var(--eso-text);
  text-align: left;
  box-shadow: var(--eso-shadow);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background-color .16s ease;
}

.eso-category-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  padding: 0;
  background: #edf1f5;
  overflow: hidden;
}

.eso-category-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.eso-category-media.is-pizza img {
  object-fit: cover;
}

.eso-category-media.is-drink {
  padding: 18px 28px;
  background: #e9edf2;
}

.eso-category-media.is-drink img {
  object-fit: contain;
}

.eso-category-media.is-empty {
  background: linear-gradient(135deg, #f8fafc, #e7edf3);
}

.eso-category-media.is-empty b {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--eso-surface);
  color: var(--eso-brand);
  font-size: 32px;
  font-weight: 950;
  box-shadow: 0 8px 22px rgba(23, 32, 42, .08);
}

.eso-category-body {
  flex: 1;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 18px;
}

.eso-category-body strong {
  color: var(--eso-text);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.05;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.eso-category-body small {
  color: var(--eso-muted);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
}

.eso-menu-head {
  position: sticky;
  top: 74px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 0 0 16px;
  background: var(--eso-bg);
}

.eso-back-btn,
.eso-category-stepper button {
  min-height: 58px;
  border: 1px solid var(--eso-border);
  border-radius: 8px;
  background: var(--eso-surface);
  color: var(--eso-text);
  box-shadow: 0 3px 12px rgba(23, 32, 42, .06);
  font-weight: 950;
}

.eso-back-btn {
  padding: 0 18px;
}

.eso-category-stepper {
  display: flex;
  gap: 10px;
}

.eso-category-stepper button {
  width: 58px;
  font-size: 34px;
  line-height: 1;
}

.eso-cats-shell {
  position: sticky;
  top: 74px;
  z-index: 20;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  gap: 10px;
  align-items: center;
  padding: 0 0 16px;
  margin: 0 0 2px;
  background: var(--eso-bg);
}

.eso-cat-nav {
  width: 58px;
  height: 58px;
  border: 1px solid var(--eso-border);
  border-radius: 8px;
  background: var(--eso-surface);
  color: var(--eso-text);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 2px 8px rgba(23, 32, 42, .05);
}

.eso-cats {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding: 2px;
  margin: 0;
  scrollbar-width: none;
}

.eso-cats::-webkit-scrollbar {
  display: none;
}

.eso-cats button {
  flex: 0 0 auto;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  scroll-snap-align: start;
  padding: 0 16px;
  border: 1px solid var(--eso-border);
  border-radius: 8px;
  background: var(--eso-surface);
  color: var(--eso-text);
  font-weight: 900;
  box-shadow: 0 2px 8px rgba(23, 32, 42, .04);
}

.eso-cats button span {
  white-space: nowrap;
}

.eso-cats button small {
  min-width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #eef2f6;
  color: var(--eso-muted);
  font-size: 12px;
  font-weight: 900;
}

.eso-cats button.active {
  border-color: var(--eso-action);
  background: var(--eso-selected);
  color: var(--eso-action-dark);
}

.eso-cats button.active small {
  background: var(--eso-action);
  color: #ffffff;
}

.eso-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.eso-product {
  position: relative;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--eso-border);
  border-radius: 8px;
  background: var(--eso-surface);
  text-align: left;
  color: var(--eso-text);
  box-shadow: var(--eso-shadow);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, background-color .16s ease;
}

.eso-product:focus-visible,
.eso-category-tile:focus-visible,
.eso-cats button:focus-visible,
.eso-cat-nav:focus-visible,
.eso-back-btn:focus-visible,
.eso-category-stepper button:focus-visible,
.eso-primary:focus-visible,
.eso-secondary:focus-visible,
.eso-cart-pill:focus-visible,
.eso-pay-option:focus-visible {
  outline: 3px solid rgba(196, 18, 48, .28);
  outline-offset: 3px;
}

.eso-product:hover,
.eso-category-tile:hover {
  border-color: var(--eso-border-strong);
  background: var(--eso-surface);
  box-shadow: 0 14px 34px rgba(23, 32, 42, .12);
  transform: translateY(-1px);
}

.eso-product:active,
.eso-category-tile:active,
.eso-cats button:active,
.eso-cat-nav:active,
.eso-back-btn:active,
.eso-category-stepper button:active,
.eso-pay-option:active,
.eso-preset-btn:active,
.eso-secondary:active,
.eso-qty button:active {
  background: var(--eso-press);
  color: var(--eso-text);
  transform: translateY(0);
}

.eso-product:active .eso-product-title,
.eso-category-tile:active .eso-category-body strong {
  color: var(--eso-text);
}

.eso-primary:active,
.eso-cart-pill:active {
  background: var(--eso-action-dark);
  color: #ffffff;
}

.eso-product:disabled {
  opacity: .55;
}

.eso-product-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 154px;
  display: grid;
  place-items: center;
  padding: 12px;
  background: #eef1f5;
  overflow: hidden;
}

.eso-product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.eso-product-media.is-pizza {
  padding: 0;
  background: #f2f3f5;
}

.eso-product-media.is-pizza img {
  object-fit: cover;
}

.eso-product-media.is-drink {
  padding: 16px 24px;
  background: #e8ebef;
}

.eso-product-body {
  flex: 1;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 14px 16px;
}

.eso-product-title {
  color: var(--eso-text);
  font-size: 18px;
  line-height: 1.16;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.eso-product-body small {
  color: var(--eso-muted);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 750;
}

.eso-product-body em {
  margin-top: auto;
  color: var(--eso-warning);
  font-size: 18px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 950;
}

.eso-unavailable {
  position: absolute;
  inset: auto 10px 10px 10px;
  padding: 8px;
  border-radius: 8px;
  background: #fee2e2;
  color: #991b1b;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.eso-cart {
  border-left: 1px solid var(--eso-border);
  background: var(--eso-surface);
  padding: clamp(16px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: -8px 0 24px rgba(23, 32, 42, .04);
}

.eso-cart h2 {
  margin: 0 0 16px;
  color: var(--eso-text);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
}

.eso-empty {
  display: grid;
  place-items: center;
  min-height: 170px;
  border: 1px dashed #cfd6df;
  border-radius: 8px;
  background: #fafbfc;
  color: #697386;
  font-weight: 800;
  text-align: center;
}

.eso-empty-products {
  grid-column: 1 / -1;
}

.eso-cart-list {
  display: grid;
  gap: 10px;
  overflow-y: auto;
  padding-right: 2px;
}

.eso-cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  background: #f8fafc;
}

.eso-cart-item strong,
.eso-cart-item small,
.eso-cart-item span {
  display: block;
}

.eso-cart-item strong {
  line-height: 1.15;
  font-weight: 900;
}

.eso-cart-item small {
  margin: 5px 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.25;
}

.eso-item-options {
  display: grid;
  gap: 3px;
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 750;
}

.eso-item-options li {
  overflow-wrap: anywhere;
}

.eso-cart-item span {
  color: #141923;
  font-weight: 900;
}

.eso-qty {
  display: grid;
  grid-template-columns: 44px 34px 44px;
  align-items: center;
  text-align: center;
}

.eso-qty button {
  min-height: 44px;
  border-radius: 8px;
  background: #e6ebf0;
  color: #141923;
  font-size: 20px;
  font-weight: 950;
}

.eso-cart-total,
.eso-summary .total {
  margin-top: auto;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #141923;
  font-size: 21px;
  font-weight: 950;
}

.eso-primary,
.eso-secondary {
  min-height: 56px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 950;
}

.eso-primary {
  background: var(--eso-action);
  color: #ffffff;
}

.eso-secondary {
  background: #e6ebf0;
  color: var(--eso-text);
}

.eso-wide {
  width: 100%;
}

.eso-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(20, 25, 35, .68);
}

.eso-modal-panel {
  width: min(820px, 100%);
  max-height: min(900px, 96svh);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.eso-modal-panel header,
.eso-modal-panel footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid #e4e8ee;
}

.eso-modal-panel footer {
  border-top: 1px solid #e4e8ee;
  border-bottom: 0;
}

.eso-modal-panel h2,
.eso-modal-panel p {
  margin: 0;
}

.eso-modal-panel h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.eso-modal-panel p {
  color: #667085;
  font-weight: 750;
}

.eso-icon-btn {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #fee2e2;
  color: #991b1b;
  font-size: 22px;
  font-weight: 950;
}

.eso-modal-body {
  overflow-y: auto;
  padding: 18px;
}

.eso-option-group {
  padding: 0 0 18px;
}

.eso-option-group h3 {
  margin: 0 0 12px;
  color: #141923;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 950;
}

.eso-addon-title {
  margin: 12px 0 9px;
  color: #344054;
  font-weight: 900;
}

.eso-choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}

.eso-choice {
  min-height: 62px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--eso-border);
  border-radius: 8px;
  background: var(--eso-surface);
  color: var(--eso-text);
}

button.eso-choice {
  position: relative;
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.eso-choice.selected {
  border-color: var(--eso-action);
  background: var(--eso-selected);
  box-shadow: inset 0 0 0 1px var(--eso-action);
}

.eso-choice:hover,
.eso-preset-btn:hover,
.eso-pay-option:hover,
.eso-back-btn:hover,
.eso-category-stepper button:hover,
.eso-cat-nav:hover,
.eso-cats button:hover,
.eso-secondary:hover,
.eso-qty button:hover {
  border-color: var(--eso-border-strong);
  background: var(--eso-hover);
  color: var(--eso-text);
}

.eso-choice:active,
.eso-choice.selected:active,
.eso-preset-btn:active,
.eso-pay-option.selected:active {
  background: var(--eso-press);
  color: var(--eso-text);
}

.eso-choice.in-base {
  border-color: #d97706;
}

.eso-choice small {
  display: block;
  margin-top: 3px;
  color: #92400e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.eso-quantity-badge {
  position: absolute;
  top: 7px;
  right: 7px;
  min-width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #141923;
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
}

.eso-removable-card.selected {
  border-color: #dc2626;
  background: #fee2e2;
}

.eso-removable-card.selected span {
  text-decoration: line-through;
}

.eso-choice input {
  width: 24px;
  height: 24px;
}

.eso-choice em {
  color: #b54708;
  font-style: normal;
  font-weight: 950;
}

.eso-choice-danger em {
  color: #991b1b;
}

.eso-modal-note {
  width: 100%;
  min-height: 92px;
  border: 1px solid var(--eso-border);
  border-radius: 8px;
  padding: 12px;
  font: inherit;
}

.eso-preset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.eso-preset-btn {
  min-height: 48px;
  border: 1px solid var(--eso-border);
  border-radius: 8px;
  background: var(--eso-surface);
  color: var(--eso-text);
  font-weight: 900;
}

.eso-preset-btn.selected {
  border-color: var(--eso-action);
  background: var(--eso-selected);
  color: var(--eso-action-dark);
}

.eso-help {
  margin: -5px 0 10px;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.eso-modal-total {
  display: grid;
  gap: 2px;
}

.eso-modal-total span {
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.eso-modal-total strong {
  color: #141923;
  font-size: 26px;
}

.eso-checkout,
.eso-centered {
  flex: 1;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 36px);
}

.eso-checkout > section,
.eso-payment,
.eso-result {
  width: min(760px, 100%);
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid #e1e5ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 32px rgba(20, 25, 35, .08);
}

.eso-checkout h1,
.eso-payment h1,
.eso-result h1 {
  margin: 0;
  color: #141923;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.eso-summary {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.eso-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #e4e8ee;
}

.eso-summary-item {
  align-items: flex-start;
}

.eso-summary-item > div {
  min-width: 0;
}

.eso-summary-item span {
  display: block;
  color: #141923;
  font-weight: 950;
  line-height: 1.2;
}

.eso-summary-item strong {
  flex: 0 0 auto;
}

.eso-payment-choice {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #e4e8ee;
}

.eso-payment-choice h2 {
  margin: 0;
  color: #141923;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
}

.eso-pay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.eso-pay-grid.eso-pay-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eso-pay-option {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 16px;
  border: 2px solid var(--eso-border);
  border-radius: 8px;
  background: var(--eso-surface);
  color: var(--eso-text);
  text-align: left;
}

.eso-pay-option strong {
  display: block;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 950;
}

.eso-pay-option span {
  color: var(--eso-muted);
  font-size: 14px;
  font-weight: 850;
}

.eso-pay-option.selected {
  border-color: var(--eso-action);
  background: var(--eso-selected);
  box-shadow: inset 0 0 0 1px var(--eso-action);
}

.eso-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.eso-form-grid label {
  display: grid;
  gap: 7px;
  color: #344054;
  font-weight: 900;
}

.eso-form-grid input,
.eso-form-grid select,
.eso-form-grid textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d5dce5;
  border-radius: 8px;
  padding: 10px 12px;
  background: #ffffff;
  color: #141923;
  font: inherit;
}

.eso-form-grid textarea {
  min-height: 92px;
  grid-column: 1 / -1;
}

.eso-checkout-actions,
.eso-test-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}

.eso-loading,
.eso-error,
.eso-inline-error {
  padding: 22px;
  color: #991b1b;
  font-weight: 900;
}

.eso-payment,
.eso-result {
  text-align: center;
}

.eso-pulse {
  width: 116px;
  height: 116px;
  margin: 28px auto;
  border-radius: 50%;
  border: 14px solid #dff5e8;
  border-top-color: var(--eso-action);
  animation: eso-spin 1s linear infinite;
}

.eso-muted {
  color: var(--eso-muted);
}

.eso-link-btn {
  margin-top: 18px;
  background: transparent;
  color: #991b1b;
  font-weight: 900;
}

@keyframes eso-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .eso-layout {
    grid-template-columns: 1fr;
  }

  .eso-cart {
    border-left: 0;
    border-top: 1px solid var(--eso-border);
    min-height: auto;
    box-shadow: 0 -6px 20px rgba(23, 32, 42, .04);
  }

  .eso-cats-shell,
  .eso-menu-head {
    top: 68px;
  }
}

@media (max-width: 700px) {
  .eso-topbar {
    min-height: 68px;
  }

  .eso-cart-pill {
    min-width: auto;
    padding: 0 14px;
  }

  .eso-cart-pill span {
    display: none;
  }

  .eso-brand-logo {
    max-width: min(150px, 46vw);
    max-height: 36px;
  }

  .eso-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .eso-category-tile {
    min-height: 214px;
  }

  .eso-category-media {
    aspect-ratio: 5 / 3;
  }

  .eso-category-body {
    padding: 14px;
  }

  .eso-category-body strong {
    font-size: 19px;
  }

  .eso-menu-head {
    grid-template-columns: 1fr auto;
  }

  .eso-back-btn {
    grid-column: 1 / -1;
    justify-self: start;
    min-height: 50px;
  }

  .eso-category-stepper button {
    width: 50px;
    min-height: 50px;
    font-size: 30px;
  }

  .eso-cats-shell {
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    gap: 8px;
  }

  .eso-cat-nav {
    width: 50px;
    height: 54px;
    font-size: 30px;
  }

  .eso-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .eso-product {
    min-height: 252px;
  }

  .eso-product-media {
    min-height: 132px;
  }

  .eso-product-title {
    font-size: 16px;
  }

  .eso-product-body {
    min-height: 116px;
    padding: 12px;
  }

  .eso-form-grid {
    grid-template-columns: 1fr;
  }

  .eso-checkout-actions,
  .eso-test-actions {
    flex-direction: column-reverse;
  }

  .eso-pay-grid,
  .eso-pay-grid.eso-pay-grid-three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .eso-menu {
    padding: 12px;
  }

  .eso-category-grid {
    grid-template-columns: 1fr;
  }

  .eso-products {
    grid-template-columns: 1fr;
  }

  .eso-product {
    min-height: 280px;
  }
}

/* White-card refinement: clean surfaces and restrained elevation. */
.eso-shell {
  --eso-bg: #f3f4f6;
  --eso-surface: #ffffff;
  --eso-layer: #f7f8fa;
  --eso-line: #e7e9ed;
  --eso-shadow-card: 0 8px 24px rgba(24, 32, 45, .075), 0 1px 3px rgba(24, 32, 45, .045);
  --eso-shadow-card-hover: 0 16px 38px rgba(24, 32, 45, .12), 0 3px 8px rgba(24, 32, 45, .055);
  background: var(--eso-bg);
}

.eso-topbar {
  border-bottom-color: rgba(20, 32, 51, .07);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 6px 24px rgba(24, 32, 45, .06);
}

.eso-layout.eso-mode-kiosk,
.eso-mode-kiosk .eso-menu,
.eso-mode-pwa .eso-menu {
  background: #f5f6f8;
}

.eso-mode-kiosk .eso-cart {
  border-left: 0;
  background: #ffffff;
  box-shadow: -10px 0 32px rgba(24, 32, 45, .07);
}

.eso-category-tile,
.eso-category-item:nth-child(3n + 1) .eso-category-tile,
.eso-category-item:nth-child(3n + 2) .eso-category-tile,
.eso-category-item:nth-child(3n + 3) .eso-category-tile {
  border: 1px solid rgba(20, 32, 51, .055);
  background: #ffffff;
  box-shadow: var(--eso-shadow-card);
}

.eso-category-tile:hover,
.eso-category-tile:focus-visible {
  border-color: rgba(200, 16, 46, .18);
  background: #ffffff;
  box-shadow: var(--eso-shadow-card-hover);
}

.eso-category-media,
.eso-category-media.is-pizza,
.eso-category-media.is-drink,
.eso-category-media.is-empty {
  background: #ffffff;
}

.eso-category-media::after {
  position: absolute;
  right: 12%;
  bottom: 8px;
  left: 12%;
  height: 18px;
  border-radius: 50%;
  background: rgba(25, 30, 38, .10);
  filter: blur(12px);
  content: "";
  pointer-events: none;
}

.eso-category-media img {
  position: relative;
  z-index: 1;
  background: #ffffff;
  filter: drop-shadow(0 10px 10px rgba(35, 31, 27, .10));
}

.eso-category-body {
  border-top: 1px solid #f0f1f3;
  background: #ffffff;
}

.eso-category-arrow {
  border: 1px solid #f0dfe3;
  background: #fff7f8;
  box-shadow: 0 4px 12px rgba(200, 16, 46, .08);
}

.eso-popular {
  border-top-color: #e2e5e9;
}

.eso-popular-product,
.eso-product {
  border: 1px solid rgba(20, 32, 51, .055);
  background: #ffffff;
  box-shadow: var(--eso-shadow-card);
}

.eso-popular-product:hover,
.eso-popular-product:focus-visible,
.eso-product:hover,
.eso-product:focus-visible {
  border-color: rgba(200, 16, 46, .16);
  background: #ffffff;
  box-shadow: var(--eso-shadow-card-hover);
}

.eso-popular-product .eso-product-media,
.eso-product .eso-product-media,
.eso-product .eso-product-media.is-pizza,
.eso-product .eso-product-media.is-drink {
  background: #ffffff;
}

.eso-popular-product .eso-product-media img,
.eso-product .eso-product-media img {
  background: #ffffff;
}

.eso-product-body {
  border-top: 1px solid #f0f1f3;
  background: #ffffff;
}

.eso-cart-item,
.eso-summary-item,
.eso-customer-details,
.eso-payment-choice,
.eso-option-group {
  border-color: #e8eaee;
  background: #ffffff;
}

.eso-cart-item {
  margin-bottom: 12px;
  padding: 14px;
  border: 1px solid #eceef1;
  border-radius: 20px;
  box-shadow: 0 5px 16px rgba(24, 32, 45, .055);
}

.eso-cart-thumb {
  border: 1px solid #eef0f2;
  background: #ffffff;
}

.eso-modal-panel,
.eso-modal-product-head,
.eso-modal-quantity,
.eso-modal-panel > footer {
  background: #ffffff;
}

.eso-modal-body {
  background: #f5f6f8;
}

/* Definitive mobile action sheet layer. Kept last to override WordPress/theme rules. */
.eso-modal.eso-modal-pwa {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: rgba(20, 32, 51, .58) !important;
  backdrop-filter: blur(5px);
}

.eso-modal.eso-modal-pwa > .eso-modal-panel,
.eso-modal.eso-modal-pwa > .eso-modal-panel.eso-pwa-product-preview,
.eso-modal.eso-modal-pwa > .eso-modal-panel:not(.eso-pwa-product-preview) {
  position: fixed !important;
  top: 20dvh !important;
  right: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  width: min(100vw, 760px) !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 28px 28px 0 0 !important;
  box-sizing: border-box !important;
  transform: translateX(-50%) !important;
  overflow: hidden !important;
}

.eso-modal.eso-modal-pwa > .eso-pwa-product-preview {
  display: flex !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

.eso-modal.eso-modal-pwa > .eso-modal-panel:not(.eso-pwa-product-preview) .eso-modal-body {
  min-height: 0;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

.eso-modal-pwa button[data-pwa-qty="-1"],
.eso-modal-pwa button[data-modal-qty="-1"],
.eso-modal-pwa button[data-pwa-qty="-1"]:hover,
.eso-modal-pwa button[data-modal-qty="-1"]:hover,
.eso-modal-pwa button[data-pwa-qty="-1"]:focus,
.eso-modal-pwa button[data-modal-qty="-1"]:focus,
.eso-modal-pwa button[data-pwa-qty="-1"]:active,
.eso-modal-pwa button[data-modal-qty="-1"]:active {
  border: 1px solid #b8bec5 !important;
  background: linear-gradient(180deg, #eef0f2 0%, #c9ced3 100%) !important;
  background-color: #d5d9dd !important;
  color: #59636e !important;
  -webkit-text-fill-color: #59636e !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.72) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 2px 5px rgba(45,55,65,.14) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.eso-modal-pwa button[data-pwa-qty="1"],
.eso-modal-pwa button[data-modal-qty="1"] {
  border: 1px solid #e8b111 !important;
  background: #ffc629 !important;
  color: #3b3217 !important;
  -webkit-text-fill-color: #3b3217 !important;
}

@supports not (height: 1dvh) {
  .eso-modal.eso-modal-pwa > .eso-modal-panel,
  .eso-modal.eso-modal-pwa > .eso-modal-panel.eso-pwa-product-preview,
  .eso-modal.eso-modal-pwa > .eso-modal-panel:not(.eso-pwa-product-preview) {
    top: 20vh !important;
  }
}

/* PWA mobile refinement: compact panels and McDonald's-inspired yellow states. */
.eso-mode-pwa .eso-pwa-product,
.eso-mode-pwa .eso-pwa-product:hover,
.eso-mode-pwa .eso-pwa-product:active,
.eso-mode-pwa .eso-pwa-product:focus {
  border: 2px solid transparent !important;
  background: #ffffff !important;
  color: #56616f !important;
  -webkit-text-fill-color: currentColor;
}

.eso-mode-pwa .eso-pwa-product:hover,
.eso-mode-pwa .eso-pwa-product:focus-visible,
.eso-mode-pwa .eso-pwa-product:active {
  border-color: #ffc629 !important;
  box-shadow: 0 0 0 3px rgba(255, 198, 41, .18), 0 10px 24px rgba(24, 32, 45, .09) !important;
}

.eso-modal-pwa {
  align-items: flex-end;
  padding: 6px 0 0;
  overflow: hidden;
}

.eso-modal-pwa .eso-modal-panel {
  width: min(100%, 560px);
  max-height: calc(100dvh - 6px);
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}

.eso-modal-pwa .eso-pwa-product-preview {
  min-height: 0;
  max-height: calc(100dvh - 6px);
  justify-content: flex-start;
  gap: 9px;
  padding: 44px 20px calc(16px + env(safe-area-inset-bottom));
  overflow-y: auto;
}

.eso-modal-pwa .eso-pwa-product-preview > .eso-icon-btn {
  top: 10px;
  right: 12px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.eso-modal-pwa .eso-pwa-preview-kicker { top: 17px; left: 18px; }
.eso-modal-pwa .eso-pwa-product-preview .eso-modal-side-media {
  width: min(210px, 58vw);
  height: 150px;
  flex: 0 0 auto;
}
.eso-modal-pwa .eso-pwa-preview-copy { gap: 3px; }
.eso-modal-pwa .eso-pwa-preview-copy h2 { font-size: clamp(24px, 7vw, 32px); }
.eso-modal-pwa .eso-pwa-preview-copy p { font-size: 13px; line-height: 1.3; }
.eso-modal-pwa .eso-pwa-preview-copy > strong { margin-top: 2px; font-size: 20px; }

.eso-modal-pwa .eso-pwa-preview-qty {
  grid-template-columns: 44px 28px 44px;
  gap: 8px;
  margin: 2px 0;
}
.eso-modal-pwa .eso-pwa-preview-qty button {
  display: grid !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  place-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #f0f0ed !important;
  color: #59616a !important;
  -webkit-text-fill-color: #59616a !important;
  font-size: 18px !important;
  line-height: 1 !important;
  box-shadow: none !important;
}
.eso-modal-pwa .eso-pwa-preview-qty button:last-child {
  background: #ffc629 !important;
  color: #3b3217 !important;
  -webkit-text-fill-color: #3b3217 !important;
}
.eso-modal-pwa .eso-pwa-preview-qty b { font-size: 15px; }

.eso-modal-pwa .eso-pwa-preview-actions {
  display: grid !important;
  width: min(100%, 300px);
  gap: 7px;
  margin-top: 3px;
}
.eso-modal-pwa .eso-pwa-preview-actions button {
  display: inline-flex !important;
  min-height: 46px !important;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
  opacity: 1 !important;
  border-radius: 14px !important;
  font-weight: 850 !important;
}
.eso-modal-pwa .eso-pwa-preview-actions .eso-primary {
  border: 0 !important;
  background: #ffc629 !important;
  color: #3b3217 !important;
  -webkit-text-fill-color: #3b3217 !important;
  box-shadow: 0 8px 20px rgba(255, 198, 41, .25) !important;
}
.eso-modal-pwa .eso-pwa-preview-actions .eso-secondary {
  border: 1px solid #dde1e5 !important;
  background: #ffffff !important;
  color: #59616a !important;
  -webkit-text-fill-color: #59616a !important;
}

.eso-modal-pwa .eso-modal-panel:not(.eso-pwa-product-preview) {
  height: calc(100dvh - 6px);
  max-height: calc(100dvh - 6px);
}
.eso-modal-pwa .eso-modal-product-head {
  min-height: 142px;
  padding: 12px 48px 10px 14px;
  gap: 10px;
}
.eso-modal-pwa .eso-modal-side-media { width: 104px; height: 92px; }
.eso-modal-pwa .eso-modal-title h2 { font-size: 23px; }
.eso-modal-pwa .eso-modal-title .eso-modal-description { font-size: 12px; line-height: 1.25; }
.eso-modal-pwa .eso-modal-quantity { min-height: 48px; padding: 6px 14px; }
.eso-modal-pwa .eso-modal-quantity .eso-qty { gap: 5px; }
.eso-modal-pwa .eso-modal-quantity .eso-qty button {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border-radius: 9px;
}
.eso-modal-pwa .eso-modal-quantity .eso-qty button:last-child {
  background: #ffc629 !important;
  color: #3b3217 !important;
}
.eso-modal-pwa .eso-modal-body { padding: 8px; }
.eso-modal-pwa .eso-accordion-section { border-radius: 15px; }
.eso-modal-pwa .eso-accordion-toggle { min-height: 48px; padding: 7px 11px; }
.eso-modal-pwa .eso-accordion-toggle > span { font-size: 14px; }
.eso-modal-pwa .eso-accordion-toggle > b { width: 29px; height: 29px; border-radius: 9px; }
.eso-modal-pwa .eso-accordion-section > :not(h3) { margin: 0 8px 8px; }
.eso-modal-pwa .eso-choice-grid { grid-template-columns: 1fr; gap: 6px; }
.eso-modal-pwa .eso-choice,
.eso-modal-pwa .eso-option-card,
.eso-modal-pwa .eso-preset-btn { min-height: 44px; padding: 8px 10px; border-radius: 12px; font-size: 13px; }
.eso-modal-pwa .eso-preset-grid { gap: 6px; }
.eso-modal-pwa .eso-kitchen-comment { display: grid; gap: 3px; margin-bottom: 8px; color: #4e5965; }
.eso-modal-pwa .eso-kitchen-comment > span { font-size: 13px; font-weight: 850; }
.eso-modal-pwa .eso-kitchen-comment > small { color: #89929c; font-size: 10px; line-height: 1.25; }
.eso-modal-pwa .eso-modal-note { min-height: 64px; padding: 9px 11px; border-radius: 12px; font-size: 14px; }
.eso-modal-pwa .eso-modal-panel > footer { min-height: 68px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); }
.eso-modal-pwa .eso-modal-panel > footer .eso-modal-total span { font-size: 10px; }
.eso-modal-pwa .eso-modal-panel > footer .eso-modal-total strong { font-size: 18px; }
.eso-modal-pwa .eso-modal-panel > footer button[data-add] {
  min-width: 0 !important;
  min-height: 50px !important;
  padding: 10px 16px !important;
  border-radius: 14px !important;
  background: #ffc629 !important;
  color: #3b3217 !important;
  -webkit-text-fill-color: #3b3217 !important;
  font-size: 15px !important;
  box-shadow: 0 8px 20px rgba(255, 198, 41, .24) !important;
}

@media (max-height: 700px) {
  .eso-modal-pwa .eso-pwa-product-preview { gap: 6px; padding-top: 40px; }
  .eso-modal-pwa .eso-pwa-product-preview .eso-modal-side-media { height: 112px; }
  .eso-modal-pwa .eso-pwa-preview-copy p { display: none; }
  .eso-modal-pwa .eso-modal-product-head { min-height: 116px; }
  .eso-modal-pwa .eso-modal-side-media { width: 84px; height: 72px; }
}

/* Final PWA sheet geometry: full phone width, bottom anchored, 20% breathing room. */
.eso-modal.eso-modal-pwa {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: flex-end !important;
  padding: 20dvh 0 0 !important;
  overflow: hidden;
}

.eso-modal.eso-modal-pwa .eso-modal-panel,
.eso-modal.eso-modal-pwa .eso-pwa-product-preview,
.eso-modal.eso-modal-pwa .eso-modal-panel:not(.eso-pwa-product-preview) {
  width: min(100vw, 760px) !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 80dvh !important;
  min-height: 0 !important;
  max-height: 80dvh !important;
  margin: 0 auto !important;
  border-radius: 28px 28px 0 0 !important;
}

.eso-modal.eso-modal-pwa .eso-pwa-product-preview {
  justify-content: flex-start;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.eso-modal-pwa button.eso-accordion-toggle,
.eso-modal-pwa button.eso-accordion-toggle:hover,
.eso-modal-pwa button.eso-accordion-toggle:focus,
.eso-modal-pwa button.eso-accordion-toggle:active {
  border: 0 !important;
  background: #ffffff !important;
  color: #4e5965 !important;
  -webkit-text-fill-color: #4e5965 !important;
  box-shadow: none !important;
}

.eso-modal-pwa button.eso-accordion-toggle[aria-expanded="true"],
.eso-modal-pwa button.eso-accordion-toggle[aria-expanded="true"]:hover,
.eso-modal-pwa button.eso-accordion-toggle[aria-expanded="true"]:focus,
.eso-modal-pwa button.eso-accordion-toggle[aria-expanded="true"]:active {
  background: #fff7d8 !important;
  color: #3b3217 !important;
  -webkit-text-fill-color: #3b3217 !important;
}

.eso-modal-pwa .eso-accordion-toggle > b,
.eso-modal-pwa .eso-accordion-toggle:hover > b,
.eso-modal-pwa .eso-accordion-toggle:focus > b,
.eso-modal-pwa .eso-accordion-toggle:active > b {
  background: #ffc629 !important;
  color: #3b3217 !important;
  -webkit-text-fill-color: #3b3217 !important;
}

/* Friendly pizza loader used only while the PWA menu is fetched. */
.eso-menu-loading { min-height: min(72dvh, 620px); gap: 8px; }
.eso-pizza-loader {
  position: relative;
  display: block;
  width: 88px;
  height: 88px;
  margin-bottom: 14px;
  border: 7px solid #d99435;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 32%, #c8102e 0 6px, transparent 7px),
    radial-gradient(circle at 68% 30%, #c8102e 0 6px, transparent 7px),
    radial-gradient(circle at 64% 68%, #c8102e 0 6px, transparent 7px),
    radial-gradient(circle at 32% 70%, #c8102e 0 6px, transparent 7px),
    radial-gradient(circle at 50% 50%, #fff1a8 0 55%, #ffc629 57% 100%);
  box-shadow: 0 12px 28px rgba(104, 67, 23, .18), inset 0 0 0 3px rgba(255,255,255,.34);
  animation: eso-pizza-float 1.25s ease-in-out infinite;
}
.eso-pizza-loader i {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #39844b;
  box-shadow: 0 0 0 2px rgba(255,255,255,.35);
}
.eso-pizza-loader i:nth-child(1) { top: 18px; left: 39px; }
.eso-pizza-loader i:nth-child(2) { top: 39px; left: 18px; }
.eso-pizza-loader i:nth-child(3) { top: 42px; right: 17px; }
.eso-pizza-loader i:nth-child(4) { bottom: 16px; left: 41px; }
.eso-pizza-loader i:nth-child(5) { top: 34px; left: 40px; width: 7px; height: 7px; }
.eso-pizza-photo-loader {
  position: relative;
  display: grid;
  width: clamp(168px, 26vw, 224px);
  aspect-ratio: 1;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0 54%, #fff7db 55% 70%, #ffffff 71% 100%);
  filter: drop-shadow(0 18px 22px rgba(72, 50, 26, .18));
  isolation: isolate;
}
.eso-pizza-photo-loader::before {
  position: absolute;
  inset: 5px;
  z-index: -1;
  border: 3px solid rgba(255, 198, 41, .26);
  border-top-color: #ffc629;
  border-right-color: #c8102e;
  border-radius: inherit;
  content: '';
  animation: eso-pizza-ring 1.4s linear infinite;
}
.eso-pizza-photo-loader img {
  display: block;
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 12px 12px rgba(58, 39, 20, .16));
  animation: eso-pizza-photo-float 1.8s ease-in-out infinite;
}
.eso-menu-loading strong { font-size: clamp(20px, 5vw, 25px); }
.eso-menu-loading > span:last-child { color: #7a8590; font-size: 14px; font-weight: 650; }

@keyframes eso-pizza-float {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-8px) rotate(3deg); }
}

@keyframes eso-pizza-photo-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-6px) scale(1.02); }
}

@keyframes eso-pizza-ring {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .eso-pizza-loader,
  .eso-pizza-photo-loader::before,
  .eso-pizza-photo-loader img { animation: none; }
}

/* Full-white canvas requested for Kiosk and PWA. */
body.elabonta-self-ordering-page,
.eso-shell,
.eso-app,
.eso-layout,
.eso-layout.eso-mode-kiosk,
.eso-mode-kiosk .eso-menu,
.eso-mode-pwa .eso-menu,
.eso-category-home,
.eso-checkout,
.eso-centered {
  background: #ffffff !important;
}

/* Refined header, equal card geometry and metallic typography. */
.eso-topbar {
  border-top: 0 !important;
  border-bottom: 1px solid #eef0f2 !important;
  background: #ffffff !important;
  box-shadow: 0 5px 18px rgba(24, 32, 45, .045) !important;
}

.eso-category-home-title {
  position: relative;
  max-width: 760px;
  margin: 8px 0 clamp(34px, 4vw, 54px);
  padding: 10px 0 12px 28px;
}

.eso-category-home-title::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 5px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--eso-brand), #e54861);
  box-shadow: 0 5px 14px rgba(200, 16, 46, .16);
  content: "";
}

.eso-category-home-title > span {
  display: block;
  margin-bottom: 8px;
  color: #c8102e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
}

.eso-category-home-title h1 {
  margin: 0;
  color: #26313e;
  font-size: clamp(44px, 5.2vw, 72px);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: 1;
}

.eso-category-home-title p {
  max-width: 620px;
  margin: 12px 0 0;
  color: #697583;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 600;
  line-height: 1.5;
}

.eso-category-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.eso-category-item {
  display: flex;
  min-height: 0;
}

.eso-category-item .eso-category-tile {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 330px;
  grid-template-rows: minmax(210px, 1fr) 112px;
  align-content: stretch;
}

.eso-category-tile .eso-category-media {
  width: 100%;
  min-height: 0;
  height: 100%;
}

.eso-category-tile .eso-category-media img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: contain;
}

.eso-category-tile .eso-category-body {
  display: grid;
  height: 112px;
  min-height: 112px;
  grid-template-rows: minmax(48px, auto) 20px;
  align-content: center;
  gap: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.eso-category-body strong {
  display: -webkit-box;
  min-height: 44px;
  overflow: hidden;
  color: #56616f;
  font-weight: 820;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.eso-product-title,
.eso-popular-product strong,
.eso-cart-copy > strong,
.eso-summary-copy > span {
  color: #56616f !important;
}

.eso-product-title {
  font-weight: 820;
  letter-spacing: -.018em;
}

.eso-product-body > small,
.eso-category-body small {
  color: #8a95a2;
}

@media (max-width: 780px) {
  .eso-category-home-title {
    margin-top: 2px;
    padding-left: 20px;
  }

  .eso-category-home-title h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .eso-category-item .eso-category-tile {
    min-height: 250px;
    grid-template-rows: minmax(154px, 1fr) 96px;
  }

  .eso-category-tile .eso-category-media img {
    max-height: 165px;
  }

  .eso-category-tile .eso-category-body {
    height: 96px;
    min-height: 96px;
    grid-template-rows: minmax(40px, auto) 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .eso-category-body strong {
    min-height: 38px;
  }
}

/* Kiosk visual alignment with the approved PWA palette. PWA selectors unchanged. */
.eso-app-kiosk {
  --eso-action: #ffc629;
  --eso-action-dark: #e8b111;
  --eso-selected: #fff7d8;
  background: #ffffff;
}

.eso-app-kiosk .eso-topbar {
  background: rgba(255, 255, 255, .97);
  border-bottom-color: #e4e0d9;
}

.eso-app-kiosk .eso-cart-pill,
.eso-app-kiosk .eso-cart-pill.has-items,
.eso-app-kiosk .eso-floating-cart,
.eso-app-kiosk button.eso-primary,
.eso-app-kiosk .eso-checkout button.eso-primary,
.eso-app-kiosk .eso-checkout-actions button.eso-primary {
  border: 1px solid #e8b111 !important;
  background: #ffc629 !important;
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
  box-shadow: 0 10px 25px rgba(142, 105, 0, .20) !important;
}

.eso-app-kiosk .eso-cart-pill *,
.eso-app-kiosk .eso-floating-cart *,
.eso-app-kiosk button.eso-primary * {
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
}

.eso-app-kiosk .eso-pay-option.selected,
.eso-app-kiosk .eso-pay-option[aria-pressed="true"] {
  border-color: #e8b111 !important;
  background: #fff7d8 !important;
  color: #3b4652 !important;
  box-shadow: 0 0 0 2px rgba(255, 198, 41, .28), 0 8px 20px rgba(45, 55, 65, .08) !important;
}

.eso-app-kiosk .eso-pay-option.selected .eso-pay-icon,
.eso-app-kiosk .eso-pay-option.selected .eso-selection-mark,
.eso-app-kiosk .eso-pay-option[aria-pressed="true"] .eso-pay-icon,
.eso-app-kiosk .eso-pay-option[aria-pressed="true"] .eso-selection-mark {
  border-color: #e8b111 !important;
  background: #ffc629 !important;
  color: #3b4652 !important;
}

.eso-app-kiosk .eso-qty button {
  border-color: #9da5ad;
  background: #ffffff;
  color: #59636e;
  box-shadow: 0 3px 8px rgba(45, 55, 65, .12);
}

.eso-app-kiosk .eso-qty button[data-delta="1"] {
  border-color: #e8b111;
  background: #ffc629;
  color: #3b4652;
}

.eso-app-kiosk .eso-language-select {
  position: relative;
  isolation: isolate;
  width: 72px;
  min-width: 72px;
  height: 52px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ded7cc;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 5px 16px rgba(36, 44, 54, .08);
}

.eso-app-kiosk .eso-language-select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #59636e;
  border-bottom: 2px solid #59636e;
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.eso-app-kiosk .eso-language-flag {
  position: absolute;
  left: 9px;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 22px;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  pointer-events: none;
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px rgba(28, 36, 46, .18);
}

.eso-app-kiosk .eso-language-flag svg {
  width: 100%;
  height: 100%;
  display: block;
}

.eso-app-kiosk .eso-language-select select {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 52px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.eso-app-kiosk .eso-language-select:focus-within {
  outline: 4px solid rgba(255, 198, 41, .38);
  outline-offset: 3px;
}

.eso-app-kiosk .eso-welcome {
  background: #ffffff;
}

.eso-app-kiosk .eso-welcome-side {
  background: linear-gradient(160deg, #ffffff 0%, #fff9e7 58%, #f7f3ec 100%);
}

.eso-app-kiosk .eso-welcome-art {
  background: linear-gradient(155deg, #ffffff 0%, #fff7d8 55%, #f4eee5 100%);
}

.eso-app-kiosk .eso-welcome-art::before,
.eso-app-kiosk .eso-welcome-art::after {
  display: none;
}

.eso-app-kiosk .eso-welcome-art > img,
.eso-app-kiosk .eso-art-pizza {
  width: min(76%, 720px);
  transform: none;
  filter: drop-shadow(0 28px 32px rgba(76, 58, 34, .20));
}

/* Kiosk selection states: use the same yellow language as the PWA. */
.eso-app-kiosk .eso-category-rail button.active,
.eso-app-kiosk .eso-category-rail button[aria-pressed="true"],
.eso-app-kiosk button.eso-choice.selected,
.eso-app-kiosk button.eso-choice.selected:hover,
.eso-app-kiosk button.eso-choice.selected:active,
.eso-app-kiosk button.eso-preset-btn.selected,
.eso-app-kiosk button.eso-preset-btn.selected:hover,
.eso-app-kiosk button.eso-preset-btn.selected:active,
.eso-app-kiosk button[aria-pressed="true"]:not(.eso-removable-card) {
  border-color: #e8b111 !important;
  background: #ffc629 !important;
  background-color: #ffc629 !important;
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
  box-shadow: 0 8px 20px rgba(142, 105, 0, .20) !important;
}

.eso-app-kiosk button.eso-choice.selected span,
.eso-app-kiosk button.eso-choice.selected em,
.eso-app-kiosk button.eso-choice.selected small,
.eso-app-kiosk button.eso-preset-btn.selected,
.eso-app-kiosk button[aria-pressed="true"]:not(.eso-removable-card) * {
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
}

.eso-app-kiosk button.eso-radio-card.selected::after,
.eso-app-kiosk button.eso-preset-btn.selected::after {
  background: #ffffff;
  color: #8c6900;
}

.eso-app-kiosk .eso-checkout-progress .is-current::before,
.eso-app-kiosk .eso-success-mark {
  background: #ffc629;
  color: #3b4652;
  box-shadow: 0 12px 28px rgba(142, 105, 0, .20);
}

.eso-app-kiosk .eso-customer-details input:focus,
.eso-app-kiosk .eso-customer-details select:focus,
.eso-app-kiosk .eso-customer-details textarea:focus {
  border-color: #e8b111;
  outline-color: rgba(255, 198, 41, .30);
}

.eso-app-kiosk .eso-contactless {
  border-color: #fff0b9;
  background: #fff7d8;
  color: #8c6900;
}

.eso-app-kiosk .eso-payment-screen {
  background: radial-gradient(circle at center, rgba(255, 198, 41, .16), transparent 30rem), #ffffff;
}

/* Welcome: stronger CTA and three direct language starts. */
.eso-app-kiosk .eso-start-button {
  width: min(680px, 100%);
  min-height: 92px;
  padding-inline: 34px;
  font-size: clamp(25px, 2.6vw, 31px);
  font-weight: 950;
  letter-spacing: .025em;
  text-transform: uppercase;
  justify-content: center;
  gap: 24px;
}

.eso-app-kiosk .eso-welcome-card > p {
  max-width: 780px;
  margin-bottom: 44px;
  color: #3b4652;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.32;
  font-weight: 850;
  text-wrap: balance;
}

.eso-app-kiosk .eso-kiosk-language-start {
  width: 100%;
  max-width: 720px;
  margin-top: 34px;
}

.eso-app-kiosk .eso-kiosk-language-start > strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #3b4652;
  font-size: 18px;
  font-weight: 900;
}

.eso-app-kiosk .eso-kiosk-language-start > strong small {
  color: #707983;
  font-size: 13px;
  font-weight: 750;
}

.eso-app-kiosk .eso-kiosk-language-start > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.eso-app-kiosk .eso-kiosk-language-start button {
  min-width: 0;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 16px;
  border: 2px solid #e3ddd3;
  border-radius: 18px;
  background: #ffffff;
  color: #3b4652;
  box-shadow: 0 8px 20px rgba(45, 55, 65, .08);
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.eso-app-kiosk .eso-kiosk-language-start button:active {
  border-color: #e8b111;
  background: #fff7d8;
}

.eso-app-kiosk .eso-kiosk-language-start .eso-language-flag {
  position: static;
  flex: 0 0 34px;
  width: 34px;
  height: 23px;
  border-radius: 3px;
  transform: none;
  box-shadow: 0 0 0 1px rgba(28, 36, 46, .18), 0 2px 5px rgba(28, 36, 46, .10);
}

/* Permanent pizza stage: warm branded frame without the old circular rings. */
.eso-app-kiosk .eso-welcome-art {
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 198, 41, .18) 0%, rgba(255, 240, 190, .12) 38%, transparent 69%),
    linear-gradient(155deg, #ffffff 0%, #fffaf0 60%, #f4eee5 100%);
}

.eso-app-kiosk .eso-welcome-art::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 12% 9%;
  display: block;
  border: 0;
  border-radius: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, .36) 56%, transparent 76%);
  box-shadow: none;
  transform: none;
}

.eso-app-kiosk .eso-welcome-art::after {
  content: none;
}

.eso-app-kiosk .eso-payment-marks {
  gap: 12px;
  margin-top: 30px;
}

.eso-app-kiosk .eso-payment-marks .eso-pay-logo {
  min-width: 94px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 13px;
  border: 1px solid #ded7cc;
  border-radius: 12px;
  background: #ffffff;
  color: #202833;
  box-shadow: 0 5px 14px rgba(45, 55, 65, .08);
  font-size: 15px;
  line-height: 1;
}

.eso-app-kiosk .eso-pay-visa { color: #1434cb !important; font-size: 21px !important; font-style: italic; letter-spacing: -.08em; }
.eso-app-kiosk .eso-pay-mastercard { position: relative; flex-direction: column; gap: 2px !important; font-size: 8px !important; }
.eso-app-kiosk .eso-pay-mastercard i { position: relative; width: 35px; height: 21px; }
.eso-app-kiosk .eso-pay-mastercard i::before,
.eso-app-kiosk .eso-pay-mastercard i::after { content: ""; position: absolute; top: 0; width: 21px; height: 21px; border-radius: 50%; }
.eso-app-kiosk .eso-pay-mastercard i::before { left: 0; background: #eb001b; }
.eso-app-kiosk .eso-pay-mastercard i::after { right: 0; background: rgba(247, 158, 27, .92); }
.eso-app-kiosk .eso-pay-contactless .eso-svg-icon { width: 25px; height: 25px; color: #202833; }
.eso-app-kiosk .eso-pay-contactless b { font-size: 9px; }
.eso-app-kiosk .eso-pay-apple { font-size: 17px !important; letter-spacing: -.04em; }
.eso-app-kiosk .eso-pay-google b { color: #4285f4; font-size: 22px; }

.eso-app-kiosk .eso-welcome-art > img,
.eso-app-kiosk .eso-art-pizza {
  position: relative;
  z-index: 1;
  width: min(70%, 680px);
  filter: drop-shadow(0 30px 30px rgba(70, 49, 28, .24));
}

@media (orientation: portrait) and (min-width: 700px) and (min-height: 1100px) {
  .eso-app-kiosk .eso-start-button {
    width: min(680px, 100%);
    min-height: 98px;
    font-size: 30px;
  }

  .eso-app-kiosk .eso-kiosk-language-start > div {
    gap: 16px;
  }

  .eso-app-kiosk .eso-kiosk-language-start button {
    min-height: 84px;
    font-size: 19px;
  }
}

.eso-app-kiosk .eso-kiosk-how {
  width: 100%;
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.eso-app-kiosk .eso-kiosk-how li {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  text-align: left;
  border: 1px solid #e4e0d9;
  border-radius: 16px;
  background: #ffffff;
  color: #3b4652;
  box-shadow: 0 6px 18px rgba(45, 55, 65, .07);
}

.eso-app-kiosk .eso-kiosk-how b {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #ffc629;
  color: #3b4652;
  font-size: 17px;
}

.eso-app-kiosk .eso-kiosk-how span {
  min-width: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

@media (orientation: portrait) and (min-width: 700px) and (min-height: 1100px) {
  .eso-app-kiosk .eso-welcome-card {
    padding-top: 54px;
  }

  .eso-app-kiosk .eso-kiosk-how {
    margin-top: 34px;
  }

  .eso-app-kiosk .eso-kiosk-how li {
    min-height: 82px;
    padding: 16px;
  }

  .eso-app-kiosk .eso-kiosk-how span {
    font-size: 16px;
  }
}

/* Category artwork sits directly on the white card surface. */
.eso-category-tile .eso-category-media,
.eso-category-tile .eso-category-media.is-pizza,
.eso-category-tile .eso-category-media.is-drink,
.eso-category-tile .eso-category-media.is-empty {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.eso-category-tile .eso-category-media::before,
.eso-category-tile .eso-category-media::after {
  display: none !important;
}

.eso-category-tile .eso-category-media img {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.eso-category-tile .eso-category-body {
  border-top: 0 !important;
}

/* Editorial menu introduction: compact, quiet and aligned with the card grid. */
.eso-category-home-title {
  max-width: 820px;
  margin-bottom: clamp(38px, 4.5vw, 62px);
  padding: 0;
}

.eso-category-home-title::before {
  display: none;
}

.eso-category-home-title > span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 13px;
  border: 1px solid #f1d9df;
  border-radius: 999px;
  background: #fff7f8;
  color: #b80f2a;
  font-size: 11px;
  letter-spacing: .12em;
}

.eso-category-home-title h1 {
  max-width: 760px;
  color: #35404c;
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -.05em;
  line-height: 1.02;
}

.eso-category-home-title p {
  max-width: 700px;
  margin-top: 14px;
  color: #73808d;
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 550;
  line-height: 1.55;
}

/* Dedicated mobile-app experience for Ordina/PWA. */
.eso-mode-pwa .eso-menu {
  width: min(100%, 720px);
  min-height: calc(100dvh - 82px);
  margin: 0 auto;
  padding: 28px 18px calc(112px + env(safe-area-inset-bottom));
}

.eso-pwa-page-head,
.eso-pwa-catalog-head {
  margin-bottom: 28px;
}

.eso-pwa-page-head > span,
.eso-pwa-catalog-head > div > span {
  color: var(--eso-brand);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eso-pwa-page-head h1,
.eso-pwa-catalog-head h1 {
  margin: 6px 0 8px;
  color: #35404c;
  font-size: clamp(36px, 9vw, 52px);
  letter-spacing: -.05em;
  line-height: 1.02;
}

.eso-pwa-page-head p,
.eso-pwa-catalog-head p {
  margin: 0;
  color: #74808c;
  font-size: 15px;
  line-height: 1.5;
}

.eso-pwa-category-list {
  display: grid;
  gap: 12px;
}

.eso-pwa-category-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 42px;
  align-items: center;
  min-height: 92px;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid #eceef1;
  border-radius: 22px;
  background: #ffffff;
  color: #46515e;
  box-shadow: 0 6px 18px rgba(24, 32, 45, .065);
  text-align: left;
  transition: transform 180ms ease-out, box-shadow 180ms ease-out, border-color 180ms ease-out;
}

.eso-pwa-category-row:active { transform: scale(.985); }
.eso-pwa-category-row:hover,
.eso-pwa-category-row:focus-visible {
  border-color: rgba(200, 16, 46, .17);
  box-shadow: 0 11px 26px rgba(24, 32, 45, .10);
}

.eso-pwa-category-row .eso-category-media {
  display: grid;
  width: 72px;
  height: 72px;
  min-height: 72px;
  place-items: center;
  padding: 2px;
  border: 0;
  border-radius: 18px;
  background: #fafafa;
  overflow: hidden;
}

.eso-pwa-category-row .eso-category-media::before,
.eso-pwa-category-row .eso-category-media::after { display: none; }
.eso-pwa-category-row .eso-category-media img { width: 68px; height: 68px; object-fit: contain; filter: none; }
.eso-pwa-category-row > span { display: grid; min-width: 0; gap: 3px; }
.eso-pwa-category-row strong { font-size: 17px; font-weight: 800; line-height: 1.2; }
.eso-pwa-category-row small { color: #8a95a1; font-size: 12px; }
.eso-pwa-category-row > b {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 14px;
  background: #fff3f5;
  color: var(--eso-brand);
}
.eso-pwa-category-row > b .eso-svg-icon { width: 18px; height: 18px; }

.eso-pwa-catalog-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.eso-pwa-catalog-head > button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  background: #fff;
  color: #475362;
  box-shadow: 0 5px 15px rgba(24, 32, 45, .06);
  font-size: 22px;
}

.eso-pwa-catalog-head h1 { font-size: clamp(31px, 8vw, 46px); }

.eso-pwa-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.eso-pwa-product {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 250px;
  grid-template-rows: 145px minmax(100px, 1fr);
  padding: 0;
  border: 1px solid #eceef1;
  border-radius: 22px;
  background: #fff;
  color: #56616f;
  box-shadow: 0 6px 18px rgba(24, 32, 45, .065);
  overflow: hidden;
  text-align: left;
}

.eso-pwa-product .eso-product-media {
  display: grid;
  width: 100%;
  min-height: 145px;
  place-items: center;
  padding: 12px;
  border: 0;
  background: #fff;
}

.eso-pwa-product .eso-product-media img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  background: transparent;
  filter: none;
}

.eso-pwa-product > span {
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 13px 42px 15px 14px;
  border-top: 1px solid #f0f1f3;
}
.eso-pwa-product strong { font-size: 15px; font-weight: 800; line-height: 1.22; }
.eso-pwa-product small { color: #929ca6; font-size: 10px; }
.eso-pwa-product em { margin-top: 4px; color: var(--eso-brand); font-size: 13px; font-style: normal; font-weight: 850; }
.eso-pwa-product > b {
  position: absolute;
  right: 12px;
  bottom: 14px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 12px;
  background: var(--eso-brand);
  color: #fff;
}
.eso-pwa-product > b .eso-svg-icon { width: 17px; height: 17px; }

.eso-modal-pwa {
  align-items: end;
  padding: 0;
}

.eso-modal-pwa .eso-modal-panel {
  width: min(100%, 600px);
  max-height: 96dvh;
  border-radius: 34px 34px 0 0;
}

.eso-pwa-product-preview {
  position: relative;
  display: flex;
  min-height: min(700px, 92dvh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 54px 28px calc(30px + env(safe-area-inset-bottom));
  text-align: center;
}

.eso-pwa-product-preview > .eso-icon-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 16px;
  background: #f4f5f6;
  color: #384451;
}

.eso-pwa-preview-kicker {
  position: absolute;
  top: 28px;
  left: 24px;
  color: #73808d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eso-pwa-product-preview .eso-modal-side-media {
  width: min(280px, 72vw);
  height: 220px;
}
.eso-pwa-product-preview .eso-modal-side-media img { filter: none; }
.eso-pwa-preview-copy { display: grid; justify-items: center; gap: 5px; max-width: 430px; }
.eso-pwa-preview-copy small { color: #8a95a1; font-size: 11px; text-transform: uppercase; }
.eso-pwa-preview-copy h2 { margin: 0; color: #3f4a57; font-size: clamp(27px, 8vw, 40px); letter-spacing: -.04em; }
.eso-pwa-preview-copy p { margin: 2px 0; color: #7a8590; font-size: 14px; line-height: 1.45; }
.eso-pwa-preview-copy > strong { margin-top: 6px; color: var(--eso-brand); font-size: 22px; }

.eso-pwa-preview-qty {
  display: grid;
  grid-template-columns: 48px 42px 48px;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.eso-pwa-preview-qty button { width: 48px; height: 48px; border: 0; border-radius: 16px; background: #f2f3f5; color: #43505e; font-size: 23px; }
.eso-pwa-preview-qty button:last-child { background: var(--eso-brand); color: #fff; }
.eso-pwa-preview-qty b { color: #46515d; font-size: 18px; }
.eso-pwa-preview-actions { display: grid; width: min(100%, 330px); gap: 10px; margin-top: 8px; }
.eso-pwa-preview-actions button { min-height: 54px; border-radius: 17px; }

.eso-modal-pwa .eso-modal-panel:not(.eso-pwa-product-preview) {
  display: flex;
  height: 96dvh;
  flex-direction: column;
}
.eso-modal-pwa .eso-modal-product-head { min-height: 250px; flex: 0 0 auto; }
.eso-modal-pwa .eso-modal-side-media { height: 130px; }
.eso-modal-pwa .eso-modal-title h2 { font-size: 30px; }
.eso-modal-pwa .eso-modal-quantity { flex: 0 0 auto; }
.eso-modal-pwa .eso-modal-body { flex: 1 1 auto; padding: 14px; overflow-y: auto; overscroll-behavior: contain; }
.eso-modal-pwa .eso-modal-panel > footer { flex: 0 0 auto; }

.eso-modal-pwa .eso-accordion-section {
  padding: 0;
  border: 1px solid #e8eaed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(24, 32, 45, .05);
  overflow: hidden;
}
.eso-modal-pwa .eso-accordion-section > h3 { margin: 0; }
.eso-accordion-toggle {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 16px;
  border: 0;
  background: #fff;
  color: #4a5663;
  text-align: left;
}
.eso-accordion-toggle > span { font-size: 16px; font-weight: 800; }
.eso-accordion-toggle > b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 12px; background: #fff1f3; color: var(--eso-brand); transition: transform 180ms ease-out; }
.eso-accordion-toggle > b .eso-svg-icon { width: 17px; height: 17px; }
.eso-accordion-toggle[aria-expanded="true"] > b { transform: rotate(45deg); }
.eso-modal-pwa .eso-accordion-section > :not(h3) { margin: 0 14px 14px; }
.eso-modal-pwa .eso-accordion-section.is-collapsed > :not(h3) { display: none !important; }

@media (max-width: 390px) {
  .eso-mode-pwa .eso-menu { padding-inline: 13px; }
  .eso-pwa-category-row { grid-template-columns: 64px minmax(0, 1fr) 38px; gap: 10px; }
  .eso-pwa-category-row .eso-category-media { width: 64px; height: 64px; min-height: 64px; }
  .eso-pwa-category-row .eso-category-media img { width: 60px; height: 60px; }
  .eso-pwa-products { gap: 10px; }
  .eso-pwa-product { min-height: 228px; grid-template-rows: 128px minmax(96px, 1fr); }
  .eso-pwa-product .eso-product-media { min-height: 128px; }
  .eso-pwa-product .eso-product-media img { height: 112px; }
}

.eso-option-group {
  box-shadow: 0 5px 18px rgba(24, 32, 45, .055);
}

.eso-pay-option {
  border-color: #e7e9ed;
  background: #ffffff;
  box-shadow: 0 5px 16px rgba(24, 32, 45, .05);
}

.eso-pay-option:hover,
.eso-pay-option:focus-visible {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(24, 32, 45, .085);
}

@media (max-width: 780px) {
  .eso-mode-pwa .eso-menu { background: #f5f6f8; }
  .eso-category-tile { box-shadow: 0 6px 18px rgba(24, 32, 45, .07); }
}

/* Professional UI polish */
.eso-app {
  --eso-focus: #2563eb;
  font-family: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
}

.eso-svg-icon { display: block; width: 24px; height: 24px; flex: 0 0 auto; }
.eso-brand { gap: 12px; }
.eso-brand-context {
  padding-left: 12px;
  border-left: 1px solid var(--eso-line);
  color: var(--eso-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eso-cart-pill { gap: 10px; }
.eso-cart-pill > .eso-svg-icon { width: 20px; height: 20px; }

.eso-loading {
  display: grid;
  min-height: 240px;
  place-content: center;
  justify-items: center;
  gap: 10px;
  color: var(--eso-muted);
  text-align: center;
}
.eso-loading strong { color: var(--eso-text); font-size: 20px; }
.eso-loading-ring {
  width: 42px;
  height: 42px;
  margin-bottom: 6px;
  border: 4px solid #eadfd2;
  border-top-color: var(--eso-brand);
  border-radius: 50%;
  animation: eso-spin .8s linear infinite;
}
@keyframes eso-spin { to { transform: rotate(360deg); } }

.eso-welcome-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  color: var(--eso-text-soft);
}
.eso-welcome-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 750;
}
.eso-welcome-benefits .eso-svg-icon { width: 18px; height: 18px; color: var(--eso-action); }

.eso-start-button,
.eso-wide,
.eso-checkout-actions .eso-primary,
.eso-floating-cart,
.eso-floating-cart > span,
.eso-floating-cart > strong { display: flex; align-items: center; }
.eso-start-button,
.eso-wide,
.eso-checkout-actions .eso-primary { justify-content: center; gap: 10px; }
.eso-floating-cart { justify-content: space-between; }
.eso-floating-cart > span,
.eso-floating-cart > strong { gap: 8px; }
.eso-floating-cart .eso-svg-icon { width: 20px; height: 20px; }

.eso-category-item { min-width: 0; }
.eso-category-item .eso-category-tile { width: 100%; }
.eso-category-body { position: relative; padding-right: 48px; }
.eso-category-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f6ece6;
  color: var(--eso-brand);
  transition: transform 180ms ease-out, background-color 180ms ease-out;
}
.eso-category-arrow .eso-svg-icon { width: 18px; height: 18px; }
.eso-category-tile:hover .eso-category-arrow { transform: translateX(3px); background: var(--eso-brand); color: #fff; }

.eso-menu-head { align-items: end; gap: 24px; }
.eso-product-count {
  align-self: center;
  padding: 9px 13px;
  border: 1px solid var(--eso-line);
  border-radius: 999px;
  background: var(--eso-surface);
  color: var(--eso-muted);
  font-size: 12px;
  white-space: nowrap;
}
.eso-product-price b .eso-svg-icon { width: 20px; height: 20px; }
.eso-empty { gap: 8px; }
.eso-empty .eso-svg-icon { width: 34px; height: 34px; margin: 0 auto 4px; color: var(--eso-brand); }
.eso-empty strong,
.eso-empty span { display: block; }

.eso-checkout-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 32px;
}
.eso-checkout-progress span {
  position: relative;
  padding-top: 15px;
  color: var(--eso-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.eso-checkout-progress span::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 99px;
  background: #e8dfd5;
  content: "";
}
.eso-checkout-progress .is-complete::before,
.eso-checkout-progress .is-current::before { background: var(--eso-action); }
.eso-checkout-progress .is-current { color: var(--eso-text); }

.eso-pay-option {
  grid-template-columns: 52px minmax(0, 1fr) 30px;
  align-items: center;
  min-height: 112px;
  gap: 14px;
  text-align: left;
}
.eso-pay-option .eso-pay-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: #f4ece3;
  color: var(--eso-brand);
  transition: background-color 180ms ease-out, color 180ms ease-out;
}
.eso-pay-option .eso-pay-copy { display: grid; min-width: 0; gap: 4px; }
.eso-pay-option .eso-pay-copy strong { color: var(--eso-text); font-size: 16px; line-height: 1.25; }
.eso-pay-option .eso-pay-copy > span { color: var(--eso-muted); font-size: 13px; line-height: 1.4; }
.eso-selection-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 2px solid var(--eso-line);
  border-radius: 50%;
  color: transparent;
}
.eso-selection-mark .eso-svg-icon { width: 16px; height: 16px; }
.eso-pay-option.selected .eso-pay-icon,
.eso-pay-option.selected .eso-selection-mark { border-color: var(--eso-action); background: var(--eso-action); color: #fff; }
.eso-pay-option.selected { box-shadow: 0 0 0 2px rgba(22, 132, 103, .18); }
.eso-shell button.eso-pay-option[aria-pressed="true"] {
  border-color: var(--eso-action) !important;
  background: var(--eso-surface) !important;
  color: var(--eso-text) !important;
}
.eso-success-mark .eso-svg-icon { width: 46px; height: 46px; }
.eso-app button,
.eso-app [role="button"] { touch-action: manipulation; }

@media (max-width: 700px) {
  .eso-brand-context { display: none; }
  .eso-menu-head { align-items: start; }
  .eso-product-count { align-self: start; }
  .eso-welcome-benefits { display: grid; gap: 10px; }
  .eso-checkout-progress { margin-bottom: 24px; }
  .eso-checkout-progress span { font-size: 9px; letter-spacing: 0; }
  .eso-pay-option {
    grid-template-columns: 48px minmax(0, 1fr) 28px;
    min-height: 96px;
    padding: 14px;
  }
  .eso-pay-option .eso-pay-icon { width: 48px; height: 48px; }
}

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

/* Immersive kiosk/PWA composition inspired by modern self-ordering systems. */
.eso-shell {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 18%, rgba(200, 16, 46, .10), transparent 28%),
    radial-gradient(circle at 92% 82%, rgba(22, 132, 103, .10), transparent 26%),
    var(--eso-bg);
}

.eso-layout.eso-mode-kiosk {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(330px, 28vw, 430px);
  min-height: calc(100dvh - 82px);
  gap: 0;
  padding: 0;
  background: var(--eso-surface);
}

.eso-mode-kiosk .eso-floating-cart { display: none; }
.eso-mode-pwa .eso-floating-cart {
  right: max(16px, calc((100vw - 760px) / 2));
  left: max(16px, calc((100vw - 760px) / 2));
  display: flex;
}

.eso-mode-kiosk .eso-menu {
  min-width: 0;
  padding: clamp(28px, 3.2vw, 54px);
  overflow: hidden;
}

.eso-mode-kiosk .eso-cart {
  position: sticky;
  top: 82px;
  display: flex;
  width: auto;
  max-height: calc(100dvh - 82px);
  min-height: calc(100dvh - 82px);
  flex-direction: column;
  padding: clamp(28px, 3vw, 46px);
  border: 0;
  border-left: 1px solid var(--eso-line);
  border-radius: 0;
  background: #fffaf5;
  box-shadow: -18px 0 50px rgba(61, 40, 23, .06);
  overflow-y: auto;
}

.eso-mode-kiosk .eso-cart-list {
  flex: 1 1 auto;
}

.eso-mode-kiosk .eso-cart-total {
  margin-top: auto;
}

.eso-category-home > .eso-category-rail {
  display: none;
}

.eso-category-home-title {
  max-width: 680px;
  margin-bottom: clamp(26px, 3vw, 44px);
}

.eso-category-home-title h1,
.eso-menu-head h1 {
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -.055em;
  line-height: .98;
}

.eso-category-home-title > span,
.eso-menu-head > div > span,
.eso-section-heading > div > span {
  color: var(--eso-brand);
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.eso-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
}

.eso-category-tile {
  min-height: clamp(220px, 25vw, 330px);
  border: 0;
  border-radius: 28px;
  background: #f7f3ee;
  box-shadow: none;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform 220ms cubic-bezier(.2,.8,.2,1), box-shadow 220ms ease-out, background-color 220ms ease-out;
}

.eso-category-item:nth-child(3n + 1) .eso-category-tile { background: #f9e5e8; }
.eso-category-item:nth-child(3n + 2) .eso-category-tile { background: #edf5ef; }
.eso-category-item:nth-child(3n + 3) .eso-category-tile { background: #fff1d6; }

.eso-category-tile:hover,
.eso-category-tile:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(49, 31, 18, .13);
}

.eso-category-media {
  min-height: 145px;
  padding: 18px 18px 0;
  background: transparent;
}

.eso-category-media img {
  width: 100%;
  height: 155px;
  object-fit: contain;
  filter: drop-shadow(0 14px 14px rgba(55, 35, 20, .16));
  transition: transform 260ms cubic-bezier(.2,.8,.2,1);
}

.eso-category-tile:hover .eso-category-media img { transform: scale(1.07) rotate(-1deg); }

.eso-category-body {
  min-height: 92px;
  padding: 10px 56px 22px 20px;
}

.eso-category-body strong {
  font-size: clamp(17px, 1.45vw, 23px);
  letter-spacing: -.025em;
}

.eso-popular {
  margin-top: clamp(42px, 6vw, 82px);
  padding-top: clamp(28px, 4vw, 50px);
  border-top: 1px solid var(--eso-line);
}

.eso-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.eso-section-heading h2 {
  margin: 5px 0 0;
  color: var(--eso-text);
  font-size: clamp(30px, 3.3vw, 48px);
  letter-spacing: -.045em;
}

.eso-section-heading small { color: var(--eso-muted); font-weight: 750; }

.eso-popular-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.eso-popular-product {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 28px;
  align-items: center;
  min-height: 100px;
  gap: 12px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: #faf7f3;
  color: var(--eso-text);
  text-align: left;
  transition: transform 180ms ease-out, border-color 180ms ease-out, box-shadow 180ms ease-out;
}

.eso-popular-product:hover,
.eso-popular-product:focus-visible {
  border-color: var(--eso-line);
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(49, 31, 18, .09);
}

.eso-popular-product .eso-product-media {
  width: 78px;
  min-height: 76px;
  border: 0;
  background: transparent;
}

.eso-popular-product .eso-product-media img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.eso-popular-product > span { display: grid; min-width: 0; gap: 4px; }
.eso-popular-product strong { font-size: 14px; line-height: 1.2; }
.eso-popular-product em { color: var(--eso-brand); font-size: 12px; font-style: normal; font-weight: 850; }
.eso-popular-product > .eso-svg-icon { width: 18px; height: 18px; color: var(--eso-brand); }

.eso-cart-heading h2 {
  font-size: clamp(32px, 3vw, 46px);
  letter-spacing: -.05em;
}

.eso-cart-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--eso-line);
}

.eso-cart-thumb {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 17px;
  background: #fff;
  overflow: hidden;
}

.eso-cart-thumb img { width: 58px; height: 58px; object-fit: contain; }
.eso-cart-thumb .eso-svg-icon { width: 23px; height: 23px; color: var(--eso-muted); }

.eso-modal {
  padding: clamp(18px, 3vw, 42px);
  background: rgba(28, 23, 20, .52);
  backdrop-filter: blur(10px);
  animation: eso-overlay-in 180ms ease-out both;
}

.eso-modal-panel {
  width: min(760px, 100%);
  max-height: min(92dvh, 980px);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 42px;
  background: #fffdfa;
  box-shadow: 0 38px 100px rgba(28, 20, 14, .30);
  animation: eso-sheet-in 360ms cubic-bezier(.16,1,.3,1) both;
  overflow: hidden;
}

.eso-modal-product-head {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 12px;
  min-height: 320px;
  padding: 38px 64px 24px;
  background: linear-gradient(180deg, #fff 0%, #fffaf4 100%);
  text-align: center;
}

.eso-modal-side-media {
  display: grid;
  width: min(280px, 68%);
  height: 190px;
  place-items: center;
  order: 0;
}

.eso-modal-side-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 18px rgba(50, 31, 17, .18));
}

.eso-modal-title { order: 1; max-width: 560px; }
.eso-modal-title h2 { margin: 3px 0 6px; font-size: clamp(32px, 4vw, 50px); letter-spacing: -.055em; }
.eso-modal-description { max-width: 520px; margin-inline: auto; }

.eso-modal-product-head .eso-icon-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 0;
  border-radius: 18px;
  background: #f3ede7;
  color: var(--eso-text);
}

.eso-modal-product-head .eso-icon-btn .eso-svg-icon { width: 22px; height: 22px; }

.eso-modal-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 24px 22px;
  border-bottom: 1px solid var(--eso-line);
  background: #fffaf4;
}

.eso-modal-quantity > span { color: var(--eso-muted); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.eso-modal-quantity .eso-qty button { background: var(--eso-brand); color: #fff; }

.eso-modal-body {
  padding: clamp(24px, 4vw, 42px);
  background: #f8f4ef;
}

.eso-option-group {
  padding: 22px;
  border: 1px solid #ebe1d7;
  border-radius: 26px;
  background: #fffdfa;
}

.eso-modal-panel > footer {
  gap: 20px;
  padding: 18px clamp(22px, 4vw, 40px) calc(18px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--eso-line);
  background: rgba(255,253,250,.97);
}

@keyframes eso-overlay-in { from { opacity: 0; } }
@keyframes eso-sheet-in { from { opacity: 0; transform: translateY(54px) scale(.97); } }

@media (max-width: 1100px) {
  .eso-layout.eso-mode-kiosk { grid-template-columns: minmax(0, 1fr) 330px; }
  .eso-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eso-popular-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .eso-layout.eso-mode-pwa { display: block; padding: 0 0 calc(92px + env(safe-area-inset-bottom)); }
  .eso-mode-pwa .eso-menu { padding: 24px 16px 46px; }
  .eso-category-home-title h1,
  .eso-menu-head h1 { font-size: clamp(38px, 12vw, 54px); }
  .eso-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .eso-category-tile { min-height: 220px; border-radius: 24px; }
  .eso-category-media { min-height: 130px; padding: 12px 10px 0; }
  .eso-category-media img { height: 128px; }
  .eso-category-body { min-height: 84px; padding: 8px 42px 18px 15px; }
  .eso-category-arrow { right: 12px; bottom: 15px; width: 30px; height: 30px; }
  .eso-popular { margin-top: 46px; }
  .eso-popular-grid { grid-template-columns: 1fr; }
  .eso-popular-product { grid-template-columns: 72px minmax(0, 1fr) 24px; }
  .eso-modal { align-items: end; padding: 0; }
  .eso-modal-panel { width: 100%; max-height: 94dvh; border-radius: 34px 34px 0 0; }
  .eso-modal-product-head { min-height: 270px; padding: 28px 56px 18px; }
  .eso-modal-side-media { height: 145px; }
  .eso-modal-title h2 { font-size: 34px; }
  .eso-modal-product-head .eso-icon-btn { top: 16px; right: 16px; width: 48px; height: 48px; border-radius: 16px; }
  .eso-modal-body { padding: 18px 14px 26px; }
  .eso-option-group { padding: 18px 14px; border-radius: 22px; }
  .eso-modal-panel > footer { position: sticky; bottom: 0; }
}

@media (max-width: 420px) {
  .eso-category-tile { min-height: 198px; }
  .eso-category-media img { height: 112px; }
  .eso-category-body strong { font-size: 16px; }
  .eso-category-body small { font-size: 11px; }
}

/* ==========================================================================
   Elabonta Self Ordering v14
   Premium kiosk and PWA visual system
   ========================================================================== */

.eso-shell {
  --eso-bg: #f8f3ea;
  --eso-surface: #fffdf9;
  --eso-layer: #f2eadf;
  --eso-border: #e5dacd;
  --eso-border-strong: #cdbfae;
  --eso-text: #142033;
  --eso-muted: #6f6a63;
  --eso-brand: #c8102e;
  --eso-brand-dark: #9f0d25;
  --eso-action: #168467;
  --eso-action-dark: #0e684f;
  --eso-selected: #e9f7f1;
  --eso-shadow: 0 18px 50px rgba(47, 35, 23, .10);
  --eso-shadow-soft: 0 8px 24px rgba(47, 35, 23, .08);
  background:
    radial-gradient(circle at 3% 4%, rgba(200, 16, 46, .14), transparent 30rem),
    radial-gradient(circle at 98% 8%, rgba(245, 159, 46, .19), transparent 34rem),
    radial-gradient(circle at 88% 92%, rgba(22, 132, 103, .12), transparent 34rem),
    linear-gradient(135deg, #fff8ee 0%, #f8efe5 48%, #f1f7f1 100%);
  font-family: Inter, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.eso-topbar {
  min-height: 84px;
  padding: 12px clamp(18px, 3vw, 44px);
  border-bottom-color: rgba(205, 191, 174, .7);
  background: rgba(255, 253, 249, .96);
  backdrop-filter: blur(18px);
}

.eso-brand {
  min-height: 58px;
}

.eso-brand-logo {
  max-width: min(260px, 44vw);
  max-height: 60px;
}

.eso-brand-sub {
  display: none !important;
}

.eso-top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eso-language {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--eso-border);
  border-radius: 999px;
  background: #fff;
  color: var(--eso-text);
  font-size: 13px;
  font-weight: 900;
}

.eso-cart-pill {
  min-width: 178px;
  min-height: 56px;
  padding: 0 14px 0 20px;
  border-radius: 999px;
  background: var(--eso-text);
  box-shadow: 0 8px 20px rgba(20, 32, 51, .16);
}

.eso-cart-pill.has-items {
  background: var(--eso-action);
}

.eso-cart-pill strong {
  min-width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, .18);
}

.eso-layout {
  position: relative;
  display: grid;
  min-height: calc(100svh - 84px);
}

.eso-layout.no-cart {
  grid-template-columns: minmax(0, 1fr);
}

.eso-layout.has-cart {
  grid-template-columns: minmax(0, 1fr) minmax(350px, 420px);
}

.eso-menu {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 48px);
}

.eso-layout.has-cart .eso-menu {
  max-width: 1120px;
}

.eso-category-rail {
  position: sticky;
  top: 84px;
  z-index: 22;
  display: flex;
  gap: 10px;
  margin: calc(clamp(20px, 3vw, 48px) * -1) calc(clamp(20px, 3vw, 48px) * -1) 30px;
  padding: 16px clamp(20px, 3vw, 48px);
  overflow-x: auto;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(205, 191, 174, .62);
  background: rgba(248, 243, 234, .94);
  backdrop-filter: blur(18px);
}

.eso-category-rail::-webkit-scrollbar {
  display: none;
}

.eso-category-rail button {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--eso-border);
  border-radius: 999px;
  background: var(--eso-surface);
  color: var(--eso-text);
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
}

.eso-category-rail button.active,
.eso-category-rail button:hover {
  border-color: var(--eso-brand);
  background: var(--eso-brand);
  color: #fff;
}

.eso-category-home-title,
.eso-menu-head {
  margin-bottom: 26px;
}

.eso-category-home-title {
  max-width: 760px;
}

.eso-category-home-title span,
.eso-menu-head span,
.eso-kicker,
.eso-checkout-kicker,
.eso-cart-heading span,
.eso-modal-eyebrow {
  color: var(--eso-brand);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.eso-category-home-title h1,
.eso-menu-head h1 {
  max-width: 900px;
  margin-top: 5px;
  font-size: clamp(36px, 4.5vw, 62px);
  letter-spacing: -.045em;
}

.eso-category-home-title p,
.eso-menu-head p {
  max-width: 680px;
  color: var(--eso-muted);
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 650;
}

.eso-menu-head {
  position: static;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.eso-product-count {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--eso-layer);
  color: var(--eso-muted);
  font-size: 14px;
}

.eso-category-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.eso-category-tile {
  min-height: 250px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 247, 238, .98));
  box-shadow: var(--eso-shadow-soft);
  transform: translateZ(0);
}

.eso-category-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--eso-shadow);
}

.eso-category-media {
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at center, #fff 0, #f5eee5 55%, #eadfd2 100%);
}

.eso-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.eso-category-media.is-pizza img {
  object-fit: contain;
  padding: 5%;
}

.eso-category-media.is-drink img {
  object-fit: contain;
  padding: 8%;
}

.eso-category-body {
  min-height: 94px;
  padding: 18px 20px 20px;
  background: linear-gradient(115deg, rgba(255, 255, 255, .96), rgba(255, 241, 226, .88));
}

.eso-category-body strong {
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: -.025em;
}

.eso-category-body small {
  margin-top: 4px;
  color: var(--eso-brand);
}

.eso-products {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
}

.eso-product {
  min-height: 360px;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(155deg, #fff 0%, #fffaf4 100%);
  box-shadow: var(--eso-shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease;
}

.eso-product:hover {
  transform: translateY(-4px);
  box-shadow: var(--eso-shadow);
}

.eso-product-media {
  min-height: 205px;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at center, #fff 0, #f6efe7 58%, #eadfd3 100%);
}

.eso-product-media img,
.eso-product-media.is-pizza img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 4%;
}

.eso-product-media.is-drink img {
  object-fit: contain;
  padding: 8%;
}

.eso-product-body {
  min-height: 156px;
  display: flex;
  flex-direction: column;
  padding: 18px 20px 20px;
}

.eso-product-body > small {
  order: 0;
  margin-bottom: 5px;
  color: var(--eso-brand);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eso-product-title {
  order: 1;
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.eso-product-description {
  order: 2;
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  color: var(--eso-muted);
  font-size: 13px;
  line-height: 1.38;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.eso-product-price {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
}

.eso-product-body .eso-product-price em {
  color: var(--eso-text);
  font-size: 17px;
  font-style: normal;
  font-weight: 950;
}

.eso-product-price b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--eso-brand);
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.eso-cart {
  top: 84px;
  max-height: calc(100svh - 84px);
  min-height: calc(100svh - 84px);
  padding: 26px;
  overflow-y: auto;
  border-left: 1px solid var(--eso-border);
  background: rgba(255, 253, 249, .96);
}

.eso-cart-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.eso-cart-heading h2 {
  margin: 2px 0 0;
  font-size: 30px;
}

.eso-cart-heading > b {
  min-width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--eso-brand);
  color: #fff;
}

.eso-cart-item {
  align-items: start;
  gap: 14px;
  padding: 18px 0;
}

.eso-cart-copy > strong {
  font-size: 17px;
}

.eso-remove-item {
  min-height: 40px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--eso-brand);
  font-weight: 850;
  cursor: pointer;
}

.eso-qty {
  flex: 0 0 auto;
  border: 1px solid var(--eso-border);
  border-radius: 999px;
  background: #fff;
}

.eso-qty button {
  width: 46px;
  height: 46px;
  border-radius: 999px;
}

.eso-cart-total {
  margin-top: 18px;
  padding: 18px 0;
}

.eso-cart-total strong {
  font-size: 26px;
}

.eso-primary {
  min-height: 58px;
  border-radius: 16px;
  background: var(--eso-brand);
  box-shadow: 0 10px 24px rgba(200, 16, 46, .18);
}

.eso-primary:hover {
  background: var(--eso-brand-dark);
}

.eso-secondary {
  min-height: 58px;
  border-radius: 16px;
}

.eso-floating-cart {
  position: fixed;
  right: 24px;
  bottom: max(20px, env(safe-area-inset-bottom));
  left: 24px;
  z-index: 45;
  min-height: 68px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  border: 0;
  border-radius: 20px;
  background: var(--eso-action);
  color: #fff;
  box-shadow: 0 18px 44px rgba(14, 104, 79, .34);
  font: inherit;
  font-size: 16px;
  cursor: pointer;
}

.eso-floating-cart span,
.eso-floating-cart strong {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eso-floating-cart b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .20);
}

.eso-welcome {
  min-height: calc(100svh - 84px);
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(460px, 1.1fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 16%, rgba(200, 16, 46, .08), transparent 30rem),
    var(--eso-bg);
}

.eso-welcome-card {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(48px, 7vw, 110px);
}

.eso-welcome-brand img {
  width: auto;
  max-width: 280px;
  max-height: 88px;
  margin-bottom: 46px;
}

.eso-welcome-brand strong {
  display: block;
  margin-bottom: 40px;
  color: var(--eso-brand);
  font-size: 54px;
}

.eso-welcome h1 {
  max-width: 720px;
  margin: 12px 0 18px;
  color: var(--eso-text);
  font-size: clamp(54px, 6.4vw, 96px);
  line-height: .94;
  letter-spacing: -.065em;
}

.eso-welcome-card > p {
  max-width: 590px;
  margin: 0 0 34px;
  color: var(--eso-muted);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
  font-weight: 650;
}

.eso-start-button {
  min-width: 340px;
  min-height: 78px;
  justify-content: space-between;
  padding: 0 28px;
  border-radius: 22px;
  font-size: 21px;
}

.eso-start-button b {
  font-size: 30px;
}

.eso-payment-marks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.eso-payment-marks span {
  padding: 7px 10px;
  border: 1px solid var(--eso-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  color: var(--eso-muted);
  font-size: 10px;
  font-weight: 900;
}

.eso-welcome-art {
  position: relative;
  min-height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle, #fff 0, #f1e3d3 48%, #d9c3aa 100%);
}

.eso-welcome-art::before,
.eso-welcome-art::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
}

.eso-welcome-art::before {
  width: 72%;
  aspect-ratio: 1;
}

.eso-welcome-art::after {
  width: 90%;
  aspect-ratio: 1;
}

.eso-welcome-art > img,
.eso-art-pizza {
  z-index: 1;
  width: min(78%, 850px);
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 32px 40px rgba(68, 42, 22, .25));
  transform: rotate(-6deg);
}

.eso-welcome-art > span {
  position: absolute;
  right: clamp(20px, 4vw, 70px);
  bottom: clamp(24px, 5vw, 80px);
  z-index: 2;
  color: var(--eso-brand);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.05;
  font-weight: 950;
  text-align: right;
}

.eso-modal {
  padding: clamp(10px, 2vw, 28px);
  background: rgba(20, 32, 51, .72);
  backdrop-filter: blur(8px);
}

.eso-modal-panel {
  width: min(1040px, 100%);
  max-height: calc(100svh - 32px);
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .30);
}

.eso-modal-panel > header {
  padding: 26px 28px 20px;
}

.eso-modal-panel > header h2 {
  margin: 5px 0 0;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -.04em;
}

.eso-modal-panel > header p {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--eso-muted);
  font-size: 15px;
}

.eso-modal-panel > header .eso-modal-description {
  display: block;
  max-width: none;
  overflow: visible;
  color: var(--eso-muted);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.eso-modal-product-head {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 240px 52px;
  align-items: center !important;
  gap: 22px !important;
}

.eso-modal-title {
  min-width: 0;
}

.eso-icon-btn {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: var(--eso-layer);
  font-size: 30px;
}

.eso-modal-side-media {
  width: 240px;
  height: 160px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 8px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff 0%, #f2e4d4 100%);
  box-shadow:
    inset 0 0 0 2px #ead7c1,
    0 12px 28px rgba(83, 53, 25, .14);
}

.eso-modal-side-media img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  border-radius: 15px;
  background: #fff;
}

.eso-modal-panel > header .eso-product-information {
  max-width: none;
  margin-top: 12px;
  padding: 10px 13px;
  border-left: 4px solid #dc6b13;
  border-radius: 10px;
  background: #fff1dc;
  color: #8b3d08;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.eso-modal-body {
  padding: 24px 28px;
}

.eso-option-group {
  margin-bottom: 28px;
}

.eso-option-group h3 {
  font-size: 22px;
}

.eso-modal-panel .eso-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.eso-choice {
  min-height: 62px;
  padding: 13px 15px;
  border-radius: 16px;
}

.eso-modal-panel .eso-choice em {
  white-space: nowrap;
}

.eso-shell button.eso-option-card[aria-pressed="false"],
.eso-shell button.eso-option-card[aria-pressed="false"]:hover,
.eso-shell button.eso-option-card[aria-pressed="false"]:focus,
.eso-shell button.eso-option-card[aria-pressed="false"]:active,
.eso-shell button.eso-preset-btn[aria-pressed="false"],
.eso-shell button.eso-preset-btn[aria-pressed="false"]:hover,
.eso-shell button.eso-preset-btn[aria-pressed="false"]:focus,
.eso-shell button.eso-preset-btn[aria-pressed="false"]:active {
  border-color: #e5dacd !important;
  background: #fffdf9 !important;
  color: #142033 !important;
  box-shadow: none !important;
}

.eso-choice.selected {
  border-color: var(--eso-action);
  background: var(--eso-selected);
  box-shadow: inset 0 0 0 1px var(--eso-action);
}

/* Selected options must remain unmistakable on touch, hover and active states. */
.eso-shell button.eso-choice.selected,
.eso-shell button.eso-choice.selected:hover,
.eso-shell button.eso-choice.selected:active,
.eso-shell button.eso-preset-btn.selected,
.eso-shell button.eso-preset-btn.selected:hover,
.eso-shell button.eso-preset-btn.selected:active {
  border-color: var(--eso-action) !important;
  background: var(--eso-action) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(22, 132, 103, .22) !important;
}

.eso-shell button.eso-choice.selected span,
.eso-shell button.eso-choice.selected em,
.eso-shell button.eso-choice.selected small,
.eso-shell button.eso-preset-btn.selected {
  color: #fff !important;
}

.eso-shell button.eso-radio-card.selected::after,
.eso-shell button.eso-preset-btn.selected::after {
  content: "\2713";
  min-width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  margin-left: 8px;
  border-radius: 999px;
  background: #fff;
  color: var(--eso-action);
  font-size: 15px;
  font-weight: 950;
}

.eso-shell button.eso-radio-card.selected {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.eso-shell button.eso-preset-btn.selected {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.eso-shell button.eso-removable-card.selected,
.eso-shell button.eso-removable-card.selected:hover,
.eso-shell button.eso-removable-card.selected:active {
  border-color: #c52b2b !important;
  background: #c52b2b !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(197, 43, 43, .20) !important;
}

.eso-modal-panel > footer {
  min-height: 88px;
  flex: 0 0 auto;
  padding: 14px 22px;
  position: relative;
  z-index: 5;
  background: #fffdf9;
  box-shadow: 0 -12px 32px rgba(47, 35, 23, .08);
}

.eso-modal-panel > footer .eso-primary {
  min-width: 230px;
}

.eso-modal-panel button[data-add] {
  min-width: 300px !important;
  min-height: 64px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: #c8102e !important;
  background-color: #c8102e !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 18px !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
  text-indent: 0 !important;
  text-shadow: none !important;
  box-shadow: 0 12px 28px rgba(200, 16, 46, .28) !important;
}

.eso-modal-panel button[data-add]:hover,
.eso-modal-panel button[data-add]:active {
  background: #9f0d25 !important;
  background-color: #9f0d25 !important;
}

.eso-shell button[aria-pressed="true"] {
  border-color: #168467 !important;
  background: #168467 !important;
  background-color: #168467 !important;
  color: #fff !important;
}

/* Protect primary actions from high-specificity WordPress/theme button styles. */
.eso-shell button.eso-primary,
.eso-modal-panel button.eso-primary,
.eso-checkout button.eso-primary {
  border: 0 !important;
  outline: 0;
  background: var(--eso-brand) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 10px 24px rgba(200, 16, 46, .24) !important;
}

.eso-shell button.eso-primary:hover,
.eso-shell button.eso-primary:active,
.eso-modal-panel button.eso-primary:hover,
.eso-modal-panel button.eso-primary:active {
  border: 0 !important;
  background: var(--eso-brand-dark) !important;
  color: #fff !important;
}

.eso-checkout {
  padding: clamp(26px, 5vw, 72px);
}

.eso-checkout > section {
  width: min(920px, 100%);
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--eso-border);
  border-radius: 28px;
  background: var(--eso-surface);
  box-shadow: var(--eso-shadow);
}

.eso-checkout h1 {
  margin: 7px 0 8px;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -.05em;
}

.eso-checkout-intro {
  margin: 0 0 28px;
  color: var(--eso-muted);
  font-size: 17px;
}

.eso-summary {
  overflow: hidden;
  border: 1px solid var(--eso-border);
  border-radius: 20px;
}

.eso-summary-item {
  padding: 18px 20px;
}

.eso-summary-actions {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.eso-summary-actions > strong {
  font-size: 18px;
}

.eso-summary .total {
  padding: 20px;
  background: var(--eso-layer);
}

.eso-summary .total strong {
  color: var(--eso-brand);
  font-size: 28px;
}

.eso-payment-choice {
  margin-top: 30px;
}

.eso-customer-details {
  display: grid;
  gap: 16px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--eso-border);
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 0%, #fff9f1 100%);
}

.eso-customer-details h2 {
  margin: 0;
  color: var(--eso-text);
  font-size: 24px;
  line-height: 1.1;
}

.eso-customer-details .eso-form-grid {
  gap: 14px;
}

.eso-customer-details .eso-form-grid label,
.eso-note-field {
  display: grid;
  gap: 7px;
  color: #344054;
  font-weight: 850;
}

.eso-customer-details label > span b {
  color: var(--eso-brand);
}

.eso-customer-details input,
.eso-customer-details select,
.eso-customer-details textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid #d6cec4;
  border-radius: 13px;
  padding: 11px 13px;
  background: #fff;
  color: var(--eso-text);
  font: inherit;
  font-size: 16px;
}

.eso-customer-details textarea {
  min-height: 98px;
  resize: vertical;
}

.eso-customer-details input:focus,
.eso-customer-details select:focus,
.eso-customer-details textarea:focus {
  border-color: var(--eso-action);
  outline: 3px solid rgba(22, 132, 103, .14);
}

.eso-customer-details input:disabled {
  background: var(--eso-layer);
  color: var(--eso-muted);
}

.eso-customer-details .eso-field-wide {
  grid-column: 1 / -1;
}

.eso-form-help,
.eso-slot-error {
  margin: 0;
  color: var(--eso-muted);
  font-weight: 750;
}

.eso-slot-error {
  color: var(--eso-brand);
}

.eso-inline-error {
  margin-top: 22px;
  border: 1px solid #fecaca;
  border-radius: 14px;
  background: #fff1f2;
}

.eso-pay-grid {
  gap: 14px;
}

.eso-order-type-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eso-pay-option {
  min-height: 118px;
  gap: 5px;
  padding: 18px;
  border-radius: 18px;
}

.eso-pay-option.selected {
  border-color: var(--eso-action);
  background: var(--eso-selected);
}

.eso-pay-option .eso-pay-icon {
  color: var(--eso-text);
  font-size: 30px;
  line-height: 1;
}

.eso-pay-option strong {
  font-size: 18px;
}

.eso-checkout-actions .eso-primary {
  min-width: 280px;
}

.eso-payment-screen {
  background:
    radial-gradient(circle at center, rgba(22, 132, 103, .10), transparent 30rem),
    var(--eso-bg);
}

.eso-payment,
.eso-result {
  width: min(720px, 100%);
  padding: clamp(28px, 5vw, 62px);
  border: 1px solid var(--eso-border);
  border-radius: 30px;
  background: var(--eso-surface);
  box-shadow: var(--eso-shadow);
}

.eso-payment h1,
.eso-result h1 {
  margin: 10px 0 22px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -.05em;
}

.eso-payment-amount {
  display: grid;
  gap: 4px;
  margin: 0;
}

.eso-payment-amount span {
  color: var(--eso-muted);
  font-size: 14px;
  font-weight: 800;
}

.eso-payment-amount strong {
  color: var(--eso-brand);
  font-size: clamp(38px, 6vw, 66px);
}

.eso-contactless {
  width: 154px;
  height: 154px;
  display: grid;
  place-items: center;
  margin: 28px auto;
  border: 12px solid #dff3eb;
  border-radius: 999px;
  background: var(--eso-selected);
  color: var(--eso-action);
  animation: eso-breathe 1.8s ease-in-out infinite;
}

.eso-contactless span {
  width: 44px;
  height: 66px;
  border: 5px solid currentColor;
  border-radius: 8px;
}

.eso-contactless i {
  margin-left: -18px;
  font-size: 25px;
  font-style: normal;
  font-weight: 950;
  transform: rotate(-90deg);
}

.eso-success-mark {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: var(--eso-action);
  color: #fff;
  font-size: 52px;
  box-shadow: 0 14px 34px rgba(22, 132, 103, .25);
}

.eso-order-number {
  display: grid;
  gap: 4px;
  margin: 26px 0;
  padding: 22px;
  border-radius: 20px;
  background: var(--eso-layer);
}

.eso-order-number span {
  color: var(--eso-muted);
  font-weight: 800;
}

.eso-order-number strong {
  color: var(--eso-brand);
  font-size: clamp(58px, 10vw, 100px);
  line-height: 1;
}

@keyframes eso-breathe {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(22, 132, 103, .18); }
  50% { transform: scale(1.04); box-shadow: 0 0 0 18px rgba(22, 132, 103, 0); }
}

@media (max-width: 1120px) {
  .eso-layout.has-cart {
    grid-template-columns: minmax(0, 1fr) 350px;
  }

  .eso-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eso-welcome {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) {
  .eso-layout.has-cart {
    grid-template-columns: 1fr;
  }

  .eso-cart {
    display: none;
  }

  .eso-floating-cart {
    display: flex;
  }

  .eso-menu {
    padding-bottom: 110px;
  }

  .eso-welcome {
    grid-template-columns: 1fr;
  }

  .eso-welcome-card {
    align-items: center;
    min-height: 55svh;
    text-align: center;
  }

  .eso-welcome-art {
    min-height: 45svh;
  }

  .eso-welcome-art > img,
  .eso-art-pizza {
    width: min(65%, 520px);
  }
}

@media (max-width: 700px) {
  .eso-topbar {
    min-height: 72px;
    padding: 8px 14px;
  }

  .eso-brand-logo {
    max-width: min(215px, 56vw);
    max-height: 54px;
  }

  .eso-brand-sub,
  .eso-language {
    display: none;
  }

  .eso-cart-pill {
    min-width: auto;
    min-height: 50px;
  }

  .eso-cart-pill span {
    display: block;
    max-width: 92px;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .eso-layout {
    min-height: calc(100svh - 72px);
  }

  .eso-menu {
    padding: 16px 14px 110px;
  }

  .eso-category-rail {
    top: 72px;
    margin: -16px -14px 24px;
    padding: 12px 14px;
  }

  .eso-category-rail button {
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

  .eso-category-home-title h1,
  .eso-menu-head h1 {
    font-size: 38px;
  }

  .eso-menu-head {
    align-items: start;
  }

  .eso-menu-head p {
    font-size: 15px;
  }

  .eso-product-count {
    display: none;
  }

  .eso-category-grid,
  .eso-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .eso-category-tile {
    min-height: 198px;
    border-radius: 18px;
  }

  .eso-category-body {
    min-height: 80px;
    padding: 13px 14px 15px;
  }

  .eso-category-body strong {
    font-size: 17px;
  }

  .eso-product {
    min-height: 282px;
    border-radius: 18px;
  }

  .eso-product-media {
    min-height: 138px;
  }

  .eso-product-body {
    min-height: 142px;
    padding: 13px 14px 15px;
  }

  .eso-product-title {
    font-size: 17px;
  }

  .eso-product-description {
    display: none;
  }

  .eso-product-price {
    padding-top: 10px;
  }

  .eso-product-body .eso-product-price em {
    font-size: 14px;
  }

  .eso-product-price b {
    width: 36px;
    height: 36px;
    font-size: 23px;
  }

  .eso-floating-cart {
    right: 12px;
    left: 12px;
    min-height: 64px;
    padding: 0 16px;
    border-radius: 18px;
  }

  .eso-welcome-card {
    min-height: 62svh;
    padding: 36px 22px;
  }

  .eso-welcome-brand img {
    max-width: 210px;
    max-height: 66px;
    margin-bottom: 26px;
  }

  .eso-welcome h1 {
    font-size: 52px;
  }

  .eso-welcome-card > p {
    font-size: 18px;
  }

  .eso-start-button {
    width: 100%;
    min-width: 0;
    min-height: 68px;
    font-size: 18px;
  }

  .eso-payment-marks {
    margin-top: 20px;
  }

  .eso-welcome-art {
    min-height: 38svh;
  }

  .eso-modal {
    padding: 0;
  }

  .eso-modal-panel {
    max-height: 100svh;
    border-radius: 0;
  }

  .eso-modal-panel > header {
    padding: 18px;
  }

  .eso-modal-product-head {
    grid-template-columns: minmax(0, 1fr) 46px;
    align-items: start !important;
    gap: 12px !important;
  }

  .eso-modal-eyebrow,
  .eso-modal-side-media {
    display: none !important;
  }

  .eso-modal-product-head .eso-icon-btn {
    justify-self: end;
  }

  .eso-modal-panel > header h2 {
    margin-top: 0;
    font-size: clamp(30px, 9vw, 40px);
  }

  .eso-modal-panel > header .eso-modal-description {
    display: block !important;
    font-size: 15px;
    -webkit-line-clamp: unset;
  }

  .eso-modal-body {
    padding: 20px 16px;
  }

  .eso-modal-body .eso-choice {
    font-size: 18px;
  }

  .eso-modal-body .eso-preset-btn,
  .eso-modal-body .eso-addon-title {
    font-size: 16px;
  }

  .eso-modal-panel .eso-choice-grid {
    grid-template-columns: 1fr;
  }

  .eso-modal-panel > footer {
    padding: 12px;
  }

  .eso-modal-panel > footer .eso-primary {
    width: 62%;
    min-width: 0 !important;
  }

  .eso-checkout {
    padding: 16px 12px 32px;
  }

  .eso-checkout > section {
    padding: 22px 16px;
    border-radius: 22px;
  }

  .eso-checkout h1 {
    font-size: 40px;
  }

  .eso-customer-details {
    padding: 18px 14px;
    border-radius: 17px;
  }

  .eso-customer-details .eso-form-grid {
    grid-template-columns: 1fr;
  }

  .eso-customer-details .eso-field-wide {
    grid-column: auto;
  }

  .eso-pay-grid,
  .eso-pay-grid.eso-pay-grid-three,
  .eso-order-type-grid {
    grid-template-columns: 1fr;
  }

  .eso-pay-option {
    min-height: 94px;
  }

  .eso-checkout-actions {
    position: sticky;
    bottom: 0;
    padding-top: 12px;
    background: var(--eso-surface);
  }

  .eso-payment,
  .eso-result {
    padding: 30px 20px;
    border-radius: 24px;
  }
}

@media (max-width: 420px) {
  .eso-category-grid,
  .eso-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eso-category-tile {
    min-height: 180px;
  }

  .eso-product {
    min-height: 258px;
  }

  .eso-product-media {
    min-height: 124px;
  }

  .eso-product-title {
    font-size: 15px;
  }

  .eso-product-body > small {
    font-size: 9px;
  }
}

/* Final surface layer: the latest rule intentionally keeps every card white. */
.eso-shell {
  background: #f3f4f6;
}

.eso-layout.eso-mode-kiosk,
.eso-mode-kiosk .eso-menu,
.eso-mode-pwa .eso-menu {
  background: #f5f6f8;
}

.eso-mode-kiosk .eso-cart {
  background: #ffffff;
  box-shadow: -10px 0 32px rgba(24, 32, 45, .07);
}

.eso-category-tile,
.eso-category-item:nth-child(3n + 1) .eso-category-tile,
.eso-category-item:nth-child(3n + 2) .eso-category-tile,
.eso-category-item:nth-child(3n + 3) .eso-category-tile,
.eso-popular-product,
.eso-product,
.eso-pay-option,
.eso-cart-item,
.eso-summary-item,
.eso-customer-details,
.eso-payment-choice,
.eso-option-group {
  border-color: rgba(20, 32, 51, .06);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(24, 32, 45, .075), 0 1px 3px rgba(24, 32, 45, .045);
}

.eso-category-tile:hover,
.eso-category-tile:focus-visible,
.eso-popular-product:hover,
.eso-popular-product:focus-visible,
.eso-product:hover,
.eso-product:focus-visible,
.eso-pay-option:hover,
.eso-pay-option:focus-visible {
  border-color: rgba(200, 16, 46, .17);
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(24, 32, 45, .12), 0 3px 8px rgba(24, 32, 45, .055);
}

.eso-category-media,
.eso-category-media.is-pizza,
.eso-category-media.is-drink,
.eso-category-media.is-empty,
.eso-popular-product .eso-product-media,
.eso-product .eso-product-media,
.eso-product .eso-product-media.is-pizza,
.eso-product .eso-product-media.is-drink,
.eso-category-body,
.eso-product-body,
.eso-cart-thumb,
.eso-modal-panel,
.eso-modal-product-head,
.eso-modal-quantity,
.eso-modal-panel > footer {
  background: #ffffff;
}

.eso-category-media img,
.eso-popular-product .eso-product-media img,
.eso-product .eso-product-media img {
  background: #ffffff;
  filter: drop-shadow(0 10px 10px rgba(35, 31, 27, .10));
}

.eso-category-body,
.eso-product-body {
  border-top: 1px solid #f0f1f3;
}

.eso-modal-body {
  background: #f5f6f8;
}

/* LAST CASCADE: viewport-bound PWA sheet and protected quantity colors. */
.eso-modal.eso-modal-pwa {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: rgba(20, 32, 51, .58) !important;
}

.eso-modal.eso-modal-pwa > .eso-modal-panel {
  position: fixed !important;
  top: 20dvh !important;
  right: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  width: min(100vw, 760px) !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  border-radius: 28px 28px 0 0 !important;
  box-sizing: border-box !important;
  transform: translateX(-50%) !important;
  overflow: hidden !important;
}

.eso-modal.eso-modal-pwa > .eso-pwa-product-preview {
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

.eso-modal.eso-modal-pwa > .eso-modal-panel:not(.eso-pwa-product-preview) .eso-modal-body {
  min-height: 0 !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

.eso-modal-pwa button[data-pwa-qty="-1"],
.eso-modal-pwa button[data-modal-qty="-1"],
.eso-modal-pwa button[data-pwa-qty="-1"]:hover,
.eso-modal-pwa button[data-modal-qty="-1"]:hover,
.eso-modal-pwa button[data-pwa-qty="-1"]:focus,
.eso-modal-pwa button[data-modal-qty="-1"]:focus,
.eso-modal-pwa button[data-pwa-qty="-1"]:active,
.eso-modal-pwa button[data-modal-qty="-1"]:active {
  border: 1px solid #b8bec5 !important;
  background: linear-gradient(180deg, #eef0f2 0%, #c9ced3 100%) !important;
  color: #59636e !important;
  -webkit-text-fill-color: #59636e !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.72) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 2px 5px rgba(45,55,65,.14) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.eso-modal-pwa button[data-pwa-qty="1"],
.eso-modal-pwa button[data-modal-qty="1"] {
  border: 1px solid #e8b111 !important;
  background: #ffc629 !important;
  color: #3b3217 !important;
  -webkit-text-fill-color: #3b3217 !important;
}

@supports not (height: 1dvh) {
  .eso-modal.eso-modal-pwa > .eso-modal-panel { top: 20vh !important; }
}

/* PWA density, Android containment and unified yellow interaction palette. */
.eso-modal.eso-modal-pwa > .eso-modal-panel:not(.eso-pwa-product-preview) {
  top: 10dvh !important;
}

.eso-modal-pwa .eso-pwa-product-preview {
  gap: 4px !important;
  padding-top: 42px !important;
}
.eso-modal-pwa .eso-pwa-preview-copy { gap: 1px !important; }
.eso-modal-pwa .eso-pwa-preview-copy > strong { margin-top: 0 !important; }
.eso-modal-pwa .eso-pwa-preview-qty { margin: 0 !important; }
.eso-modal-pwa .eso-pwa-preview-actions { margin-top: 1px !important; }

.eso-pwa-product-facts {
  display: grid;
  width: min(100%, 546px);
  gap: 5px;
  margin: 3px 0;
  text-align: left;
}
.eso-pwa-product-facts p {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 8px;
  margin: 0 !important;
  padding: 6px 8px;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  background: #f7f8f9;
  color: #68727d !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
}
.eso-pwa-product-facts b { color: #4d5864; font-size: 11px; }
.eso-pwa-product-facts span { min-width: 0; overflow-wrap: anywhere; }

.eso-modal-pwa .eso-modal-body {
  display: grid !important;
  gap: 5px !important;
  padding: 6px !important;
}
.eso-modal-pwa .eso-modal-product-head {
  min-height: 108px !important;
  padding: 7px 46px 5px 10px !important;
  gap: 6px !important;
}
.eso-modal-pwa .eso-modal-product-head .eso-modal-side-media {
  width: 78px !important;
  height: 68px !important;
}
.eso-modal-pwa .eso-modal-title h2 { margin-block: 0 2px !important; font-size: 21px !important; }
.eso-modal-pwa .eso-modal-quantity {
  min-height: 44px !important;
  padding: 2px 10px !important;
  gap: 8px !important;
}
.eso-modal-pwa .eso-option-group,
.eso-modal-pwa .eso-accordion-section { margin-block: 0 !important; }
.eso-modal-pwa .eso-option-group + .eso-option-group,
.eso-modal-pwa .eso-accordion-section + .eso-accordion-section { margin-top: 5px !important; }
.eso-modal-pwa .eso-accordion-toggle { min-height: 44px !important; padding-block: 5px !important; }
.eso-modal-pwa button.eso-accordion-toggle,
.eso-modal-pwa button.eso-accordion-toggle:hover,
.eso-modal-pwa button.eso-accordion-toggle:focus,
.eso-modal-pwa button.eso-accordion-toggle:active {
  border: 0 !important;
  background: #ffffff !important;
  color: #59636e !important;
  -webkit-text-fill-color: #59636e !important;
  box-shadow: none !important;
}
.eso-modal-pwa button.eso-accordion-toggle[aria-expanded="true"] {
  background: #fff7d8 !important;
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
}
.eso-modal-pwa .eso-accordion-toggle > b {
  background: #ffc629 !important;
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
}

.eso-mode-pwa .eso-cart-pill,
.eso-mode-pwa .eso-cart-pill.has-items,
.eso-mode-pwa .eso-floating-cart,
.eso-mode-pwa .eso-floating-cart:hover,
.eso-mode-pwa .eso-floating-cart:focus,
.eso-mode-pwa .eso-floating-cart:active {
  border: 1px solid #e8b111 !important;
  background: #ffc629 !important;
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
  box-shadow: 0 10px 25px rgba(142, 105, 0, .20) !important;
}
.eso-mode-pwa .eso-cart-pill span,
.eso-mode-pwa .eso-cart-pill strong,
.eso-mode-pwa .eso-cart-pill .eso-svg-icon,
.eso-mode-pwa .eso-floating-cart span,
.eso-mode-pwa .eso-floating-cart strong,
.eso-mode-pwa .eso-floating-cart .eso-svg-icon {
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
}
.eso-mode-pwa .eso-cart-pill strong,
.eso-mode-pwa .eso-floating-cart b { background: rgba(255,255,255,.58) !important; }

@media (max-width: 760px) {
  .eso-modal.eso-modal-pwa > .eso-modal-panel {
    right: 0 !important;
    left: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    transform: none !important;
  }
}

@supports not (height: 1dvh) {
  .eso-modal.eso-modal-pwa > .eso-modal-panel:not(.eso-pwa-product-preview) { top: 10vh !important; }
}

/* Final PWA coherence: white surfaces, four-row option viewport, yellow actions. */
body.elabonta-self-ordering-page,
.eso-mode-pwa,
.eso-mode-pwa .eso-menu,
.eso-mode-pwa .eso-pwa-category-list,
.eso-mode-pwa .eso-pwa-products,
.eso-mode-pwa .eso-pwa-category-row,
.eso-mode-pwa .eso-pwa-product,
.eso-mode-pwa .eso-pwa-product .eso-product-media,
.eso-mode-pwa .eso-pwa-product > span,
.eso-modal-pwa .eso-modal-panel,
.eso-modal-pwa .eso-modal-product-head,
.eso-modal-pwa .eso-modal-quantity,
.eso-modal-pwa .eso-modal-body,
.eso-modal-pwa .eso-option-group,
.eso-modal-pwa .eso-accordion-section,
.eso-modal-pwa .eso-accordion-section > :not(h3),
.eso-modal-pwa .eso-pwa-product-facts p,
.eso-modal-pwa .eso-modal-panel > footer {
  background: #ffffff !important;
}

.eso-mode-pwa .eso-pwa-category-row,
.eso-mode-pwa .eso-pwa-product,
.eso-modal-pwa .eso-accordion-section,
.eso-modal-pwa .eso-option-card,
.eso-modal-pwa .eso-choice,
.eso-modal-pwa .eso-preset-btn {
  border-color: #e6e9ec !important;
  box-shadow: 0 6px 18px rgba(38, 49, 62, .075) !important;
}

.eso-modal-pwa .eso-modal-body {
  grid-auto-rows: max-content !important;
  align-content: start !important;
  background: #ffffff !important;
}

.eso-modal-pwa .eso-accordion-section:not(.is-collapsed) {
  flex: 0 0 auto !important;
  min-height: 0 !important;
}

.eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > .eso-choice-grid,
.eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > .eso-preset-grid,
.eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > [data-menu-options] {
  display: grid !important;
  height: 206px !important;
  min-height: 206px !important;
  max-height: 206px !important;
  align-content: start !important;
  padding: 3px 5px 3px 1px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  scrollbar-color: #c4c9ce #f5f6f7;
  scrollbar-width: thin;
}

.eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > .eso-choice-grid::-webkit-scrollbar,
.eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > .eso-preset-grid::-webkit-scrollbar {
  width: 6px;
}
.eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > .eso-choice-grid::-webkit-scrollbar-thumb,
.eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > .eso-preset-grid::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: #c4c9ce;
}

.eso-modal-pwa .eso-option-card.selected:not(.eso-removable-card),
.eso-modal-pwa .eso-choice.selected:not(.eso-removable-card),
.eso-modal-pwa .eso-preset-btn.selected {
  border-color: #e8b111 !important;
  background: #ffc629 !important;
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
  box-shadow: 0 7px 18px rgba(142, 105, 0, .20) !important;
}

.eso-mode-pwa button,
.eso-modal-pwa button { transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease; }

@media (max-height: 680px) {
  .eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > .eso-choice-grid,
  .eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > .eso-preset-grid,
  .eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > [data-menu-options] {
    height: 194px !important;
    min-height: 194px !important;
    max-height: 194px !important;
  }
}

/* Persistent PWA palette across home, catalog, cart and checkout. */
.eso-app-pwa {
  --eso-action: #ffc629;
  --eso-action-dark: #e8b111;
  background: #ffffff !important;
}

.eso-app-pwa .eso-brand,
.eso-app-pwa .eso-brand:hover,
.eso-app-pwa .eso-brand:focus,
.eso-app-pwa .eso-brand:active {
  border: 0 !important;
  background: #ffffff !important;
  color: #59636e !important;
  -webkit-text-fill-color: #59636e !important;
  box-shadow: none !important;
}

.eso-app-pwa .eso-cart-pill,
.eso-app-pwa .eso-cart-pill.has-items,
.eso-app-pwa .eso-floating-cart,
.eso-app-pwa button.eso-primary,
.eso-app-pwa .eso-checkout button.eso-primary,
.eso-app-pwa .eso-checkout-actions button.eso-primary,
.eso-app-pwa .eso-cart-pill:hover,
.eso-app-pwa .eso-cart-pill:focus,
.eso-app-pwa .eso-cart-pill:active,
.eso-app-pwa .eso-floating-cart:hover,
.eso-app-pwa .eso-floating-cart:focus,
.eso-app-pwa .eso-floating-cart:active,
.eso-app-pwa button.eso-primary:hover,
.eso-app-pwa button.eso-primary:focus,
.eso-app-pwa button.eso-primary:active {
  border: 1px solid #e8b111 !important;
  background: #ffc629 !important;
  background-color: #ffc629 !important;
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
  box-shadow: 0 10px 25px rgba(142, 105, 0, .20) !important;
}

.eso-app-pwa .eso-cart-pill *,
.eso-app-pwa .eso-floating-cart *,
.eso-app-pwa button.eso-primary * {
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
}

.eso-modal-pwa button[data-pwa-qty="-1"],
.eso-modal-pwa button[data-modal-qty="-1"],
.eso-modal-pwa button[data-pwa-qty="-1"]:hover,
.eso-modal-pwa button[data-modal-qty="-1"]:hover,
.eso-modal-pwa button[data-pwa-qty="-1"]:focus,
.eso-modal-pwa button[data-modal-qty="-1"]:focus,
.eso-modal-pwa button[data-pwa-qty="-1"]:active,
.eso-modal-pwa button[data-modal-qty="-1"]:active {
  border: 1px solid #9da5ad !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #59636e !important;
  -webkit-text-fill-color: #59636e !important;
  text-shadow: none !important;
  box-shadow: 0 3px 8px rgba(45,55,65,.12) !important;
}

.eso-app-pwa .eso-pay-option.selected,
.eso-app-pwa .eso-pay-option[aria-pressed="true"],
.eso-app-pwa .eso-pay-option.selected:hover,
.eso-app-pwa .eso-pay-option.selected:focus,
.eso-app-pwa .eso-pay-option.selected:active {
  border-color: #e8b111 !important;
  background: #fff7d8 !important;
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
  box-shadow: 0 0 0 2px rgba(255,198,41,.28), 0 8px 20px rgba(45,55,65,.08) !important;
}
.eso-app-pwa .eso-pay-option.selected .eso-pay-icon,
.eso-app-pwa .eso-pay-option.selected .eso-selection-mark,
.eso-app-pwa .eso-pay-option[aria-pressed="true"] .eso-pay-icon,
.eso-app-pwa .eso-pay-option[aria-pressed="true"] .eso-selection-mark {
  border-color: #e8b111 !important;
  background: #ffc629 !important;
  color: #3b4652 !important;
}

.eso-modal-pwa .eso-pwa-product-preview .eso-modal-side-media {
  display: grid !important;
  width: min(210px, 58vw) !important;
  height: 142px !important;
  min-height: 142px !important;
  flex: 0 0 142px !important;
  place-items: center;
  opacity: 1 !important;
  visibility: visible !important;
}
.eso-modal-pwa .eso-pwa-product-preview .eso-modal-side-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Accesso Banco con codice giornaliero */
.eso-counter-access-modal,
.eso-counter-access-modal * { box-sizing: border-box; }

.eso-counter-access-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: max(18px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
  background: rgba(28, 36, 46, .48);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.eso-counter-access-card {
  position: relative;
  width: min(430px, 100%);
  max-height: calc(100dvh - 36px);
  overflow-y: auto;
  padding: 34px 26px 26px;
  border: 1px solid rgba(32, 42, 54, .1);
  border-radius: 30px;
  background: #fff;
  color: #26313e;
  text-align: center;
  box-shadow: 0 28px 80px rgba(18, 26, 35, .24);
  animation: eso-counter-access-in 220ms ease-out both;
}

.eso-counter-access-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #e8e4de;
  border-radius: 14px;
  background: #fff;
  color: #56616e;
  cursor: pointer;
}

.eso-counter-access-close .eso-svg-icon { width: 20px; height: 20px; }

.eso-counter-access-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 22px;
  background: #ffc928;
  color: #40371d;
  box-shadow: 0 12px 25px rgba(178, 127, 0, .18);
}

.eso-counter-access-mark .eso-svg-icon { width: 34px; height: 34px; }
.eso-counter-access-card h2 { margin: 0 42px 8px; color: #26313e; font-size: 28px; line-height: 1.12; letter-spacing: -.035em; }
.eso-counter-access-card > p { max-width: 330px; margin: 0 auto 24px; color: #6b7580; font-size: 15px; line-height: 1.5; }

.eso-counter-access-card label { display: grid; gap: 8px; text-align: left; }
.eso-counter-access-card label > span { color: #4d5865; font-size: 13px; font-weight: 850; }
.eso-counter-access-card input {
  width: 100%;
  min-height: 64px;
  padding: 8px 16px;
  border: 2px solid #dedbd5;
  border-radius: 17px;
  outline: none;
  background: #fff;
  color: #26313e;
  font: 900 30px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .34em;
  text-align: center;
  text-indent: .34em;
  font-variant-numeric: tabular-nums;
}

.eso-counter-access-card input:focus { border-color: #ffc928; box-shadow: 0 0 0 4px rgba(255, 201, 40, .22); }
.eso-counter-access-error { min-height: 22px; margin: 10px 0 6px; color: #bd1735; font-size: 13px; font-weight: 750; line-height: 1.4; }
.eso-counter-access-actions { display: grid; grid-template-columns: .78fr 1.22fr; gap: 10px; }
.eso-counter-access-actions button {
  min-height: 52px;
  padding: 10px 14px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}
.eso-counter-access-actions .eso-secondary { border: 1px solid #dedbd5; background: #fff; color: #53606d; }
.eso-counter-access-actions .eso-primary { border: 1px solid #ffc928; background: #ffc928; color: #352e1a; box-shadow: 0 10px 22px rgba(160, 113, 0, .17); }
.eso-counter-access-actions .eso-primary:disabled { cursor: wait; opacity: .7; }
.eso-counter-access-card button:focus-visible { outline: 3px solid rgba(207, 18, 54, .28); outline-offset: 2px; }

@keyframes eso-counter-access-in {
  from { opacity: 0; transform: translateY(18px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 420px) {
  .eso-counter-access-modal { place-items: end center; padding-inline: 0; padding-bottom: 0; }
  .eso-counter-access-card { width: 100%; max-height: 90dvh; padding: 30px 18px calc(18px + env(safe-area-inset-bottom)); border-radius: 28px 28px 0 0; }
  .eso-counter-access-card h2 { font-size: 25px; }
  .eso-counter-access-actions { grid-template-columns: 1fr; }
  .eso-counter-access-actions .eso-primary { order: -1; }
}

@media (prefers-reduced-motion: reduce) {
  .eso-counter-access-card { animation: none; }
}
.eso-modal-pwa .eso-pwa-product-facts {
  max-height: 226px;
  padding-right: 3px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #c4c9ce #ffffff;
}

/* Keep product details visible on short phones and remove the image frame. */
.eso-modal-pwa .eso-pwa-preview-copy .eso-pwa-product-facts,
.eso-modal-pwa .eso-pwa-preview-copy .eso-pwa-product-facts p {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.eso-modal-pwa .eso-pwa-product-preview .eso-modal-side-media,
.eso-modal-pwa .eso-pwa-product-preview .eso-modal-side-media:hover,
.eso-modal-pwa .eso-pwa-product-preview .eso-modal-side-media:focus {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.eso-modal-pwa .eso-pwa-product-preview .eso-modal-side-media img {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

/* PWA multilingual control: compact, touch-friendly and visually consistent. */
.eso-app-pwa .eso-language-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 82px;
  min-height: 44px;
  margin: 0;
}

.eso-app-pwa .eso-language-select select {
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0 30px 0 12px;
  border: 1px solid #ded7cc;
  border-radius: 999px;
  background: #ffffff;
  color: #59636f;
  box-shadow: 0 5px 16px rgba(36, 44, 54, .08);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.eso-app-pwa .eso-language-select select:focus-visible {
  outline: 3px solid rgba(255, 198, 41, .38);
  outline-offset: 2px;
  border-color: #d2a217;
}

@media (max-width: 520px) {
  .eso-app-pwa .eso-language-select {
    min-width: 66px;
  }

  .eso-app-pwa .eso-language-select select {
    max-width: 72px;
    padding-left: 9px;
    padding-right: 20px;
    text-overflow: ellipsis;
  }

  .eso-app-pwa .eso-top-actions {
    gap: 7px;
  }
}

/* PWA mobile containment: header actions and horizontal system gestures. */
html.eso-pwa-active,
body.eso-pwa-active {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
}

.eso-pwa-active .eso-shell,
.eso-pwa-active .eso-app-pwa {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
}

.eso-pwa-active .eso-cats {
  overscroll-behavior-inline: contain;
}

@media (max-width: 700px) {
  .eso-app-pwa .eso-topbar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-template-columns: minmax(72px, 1fr) minmax(0, 190px);
    display: grid;
    gap: 6px;
    padding-left: max(10px, env(safe-area-inset-left));
    padding-right: max(10px, env(safe-area-inset-right));
    overflow: hidden;
  }

  .eso-app-pwa .eso-brand {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .eso-app-pwa .eso-brand-logo {
    width: auto;
    max-width: 100%;
    max-height: 46px;
  }

  .eso-app-pwa .eso-top-actions {
    width: 100%;
    min-width: 0;
    max-width: 190px;
    grid-template-columns: minmax(50px, 58px) minmax(0, 1fr);
    display: grid;
    align-items: center;
    gap: 6px;
  }

  .eso-app-pwa .eso-language-select {
    width: 100%;
    min-width: 0;
    max-width: 58px;
  }

  .eso-app-pwa .eso-language-select select {
    width: 100%;
    min-width: 0;
    max-width: 58px;
    padding-right: 18px;
    padding-left: 8px;
  }

  .eso-app-pwa .eso-cart-pill {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 48px;
    gap: 6px;
    padding: 0 7px;
    overflow: hidden;
  }

  .eso-app-pwa .eso-cart-pill > .eso-svg-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  .eso-app-pwa .eso-cart-pill span {
    min-width: 0;
    max-width: none;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .eso-app-pwa .eso-cart-pill strong {
    min-width: 27px;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
  }
}

@media (max-width: 360px) {
  .eso-app-pwa .eso-topbar {
    grid-template-columns: minmax(64px, 1fr) minmax(0, 184px);
    padding-left: max(8px, env(safe-area-inset-left));
    padding-right: max(8px, env(safe-area-inset-right));
  }

  .eso-app-pwa .eso-top-actions {
    max-width: 184px;
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .eso-app-pwa .eso-language-select,
  .eso-app-pwa .eso-language-select select {
    max-width: 50px;
  }

  .eso-app-pwa .eso-cart-pill {
    gap: 4px;
    padding-inline: 6px;
  }
}

/* Checkout mobile: long option names stay inside the card. */
.eso-quantity-badge,
.eso-modal-pwa .eso-quantity-badge {
  border: 2px solid #ffffff;
  background: #c8102e !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 5px 12px rgba(200, 16, 46, .28);
}

.eso-readonly-date {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 11px 13px;
  border: 1px solid #d6cec4;
  border-radius: 13px;
  background: #f7f8fa;
  color: #59636e;
  font-size: 16px;
  font-weight: 800;
}

.eso-today-only {
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff7d8;
  color: #66521a;
}

.eso-slot-notice {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(200, 16, 46, .18);
  border-radius: 14px;
  background: #fff5f6;
}

.eso-slot-notice p {
  margin: 0;
  line-height: 1.45;
}

.eso-slot-notice .eso-secondary {
  width: fit-content;
  min-height: 46px;
  padding-inline: 18px;
}

@media (max-width: 600px) {
  .eso-checkout .eso-summary-item {
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    display: grid;
    gap: 14px;
    padding: 16px 14px;
    overflow: hidden;
  }

  .eso-checkout .eso-summary-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .eso-checkout .eso-summary-copy > span,
  .eso-checkout .eso-item-options,
  .eso-checkout .eso-item-options li {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .eso-checkout .eso-summary-actions {
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: start;
    gap: 10px;
  }

  .eso-checkout .eso-summary-actions > strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .eso-checkout .eso-summary-actions .eso-qty {
    justify-self: end;
    grid-template-columns: 44px 30px 44px;
    max-width: 100%;
  }

  .eso-checkout .eso-summary-actions .eso-qty button {
    width: 44px;
    min-width: 44px;
  }
}

/* Flag-based language selector: compact when closed, readable in the native list. */
.eso-app-pwa .eso-language-select {
  isolation: isolate;
}

.eso-app-pwa .eso-language-flag {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  width: 26px;
  height: 18px;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px rgba(28, 36, 46, .16), 0 2px 5px rgba(28, 36, 46, .12);
}

.eso-app-pwa .eso-language-flag svg {
  width: 100%;
  height: 100%;
  display: block;
}

.eso-app-pwa .eso-language-select select {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
}

.eso-app-pwa .eso-language-select select option {
  color: #26313e !important;
  -webkit-text-fill-color: #26313e !important;
  background: #ffffff;
  font-size: 16px;
}

/* Long extras: variable-height rows inside a comfortably scrollable section. */
.eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > .eso-choice-grid {
  height: clamp(206px, 30dvh, 268px) !important;
  min-height: 206px !important;
  max-height: 268px !important;
  grid-auto-flow: row !important;
  grid-auto-rows: max-content !important;
  align-content: start !important;
  gap: 7px !important;
  padding: 4px 6px 14px 2px !important;
  scroll-padding-bottom: 14px;
}

.eso-modal-pwa button.eso-option-card {
  width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  overflow: visible !important;
}

.eso-modal-pwa button.eso-option-card > span {
  min-width: 0 !important;
  max-width: 100% !important;
  display: block !important;
  overflow: visible !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  line-height: 1.32 !important;
}

.eso-modal-pwa button.eso-option-card > em {
  min-width: max-content;
  align-self: center;
  justify-self: end;
  white-space: nowrap;
}

.eso-modal-pwa button.eso-option-card:has(.eso-quantity-badge) {
  padding-right: 48px !important;
}

/* PWA navigation and service pages. */
.eso-pwa-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 7px max(10px, env(safe-area-inset-right)) max(7px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
  border-top: 1px solid #e8e3dc;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 -10px 28px rgba(34, 43, 55, .10);
  backdrop-filter: blur(15px);
}

.eso-app-pwa.eso-step-menu,
.eso-app-pwa.eso-step-info,
.eso-app-pwa.eso-step-points,
.eso-app-pwa.eso-step-account,
.eso-app-pwa.eso-step-gluten,
.eso-app-pwa.eso-step-privacy {
  padding-bottom: calc(78px + env(safe-area-inset-bottom));
}

.eso-pwa-footer button {
  position: relative;
  min-width: 0;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 5px 3px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #66717e;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  touch-action: manipulation;
}

.eso-pwa-footer button.active {
  background: #fff7d7;
  color: #5a470c;
}

.eso-pwa-footer .eso-svg-icon {
  width: 23px;
  height: 23px;
}

.eso-pwa-footer .eso-footer-cart > b {
  position: absolute;
  top: 1px;
  left: calc(50% + 7px);
  min-width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  padding-inline: 4px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #c8102e;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.eso-pwa-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px 12px max(12px, env(safe-area-inset-bottom));
  background: rgba(20, 28, 40, .46);
  backdrop-filter: blur(4px);
}

.eso-pwa-drawer {
  width: min(620px, 100%);
  max-height: min(78dvh, 720px);
  overflow-y: auto;
  padding: 20px;
  border: 1px solid rgba(20, 28, 40, .08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(20, 28, 40, .24);
}

.eso-pwa-drawer > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.eso-pwa-drawer > header span,
.eso-pwa-feature-page > header > span {
  color: #c8102e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.eso-pwa-drawer h2 {
  margin: 4px 0 0;
  color: #27323f;
  font-size: clamp(24px, 6vw, 34px);
}

.eso-pwa-drawer > header button,
.eso-pwa-feature-page > header button {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 15px;
  background: #f5f1ec;
  color: #46515e;
}

.eso-pwa-drawer-links {
  display: grid;
  gap: 8px;
}

.eso-pwa-drawer-links > button,
.eso-pwa-drawer-links > a {
  min-height: 58px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #ebe6df;
  border-radius: 17px;
  background: #fff;
  color: #3d4855;
  font: inherit;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(36, 44, 55, .05);
  cursor: pointer;
  touch-action: manipulation;
}

.eso-pwa-drawer-links > button span {
  min-width: 0;
}

.eso-pwa-drawer-links > button span strong,
.eso-pwa-drawer-links > button span small {
  display: block;
}

.eso-pwa-drawer-links > button span strong {
  color: inherit;
  font-size: 15px;
}

.eso-pwa-drawer-links > button span small {
  margin-top: 3px;
  color: #697483;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.eso-pwa-install-help {
  margin: 0;
  padding: 13px 15px;
  border: 1px solid #f0d675;
  border-radius: 15px;
  background: #fff8d9;
  color: #594912;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.eso-pwa-footer button:focus-visible,
.eso-pwa-drawer button:focus-visible,
.eso-pwa-drawer a:focus-visible,
.eso-pwa-feature-page button:focus-visible,
.eso-pwa-feature-page a:focus-visible {
  outline: 3px solid rgba(200, 16, 46, .28);
  outline-offset: 2px;
}

.eso-pwa-footer button:active,
.eso-pwa-drawer-links > button:active,
.eso-pwa-drawer-links > a:active,
.eso-pwa-feature-page a:active {
  opacity: .72;
}

.eso-pwa-drawer-links .eso-svg-icon {
  width: 22px;
  height: 22px;
}

.eso-pwa-promo-notice {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  margin: 0 0 18px;
  padding: 15px;
  border: 1px solid #f0d675;
  border-radius: 18px;
  background: #fff8d9;
  color: #594912;
  box-shadow: 0 8px 22px rgba(101, 78, 10, .08);
}

.eso-pwa-promo-notice > .eso-svg-icon {
  width: 42px;
  height: 42px;
  padding: 9px;
  border-radius: 13px;
  background: #ffc629;
  color: #45370b;
}

.eso-pwa-promo-notice strong {
  display: block;
  margin-bottom: 3px;
  color: #3e3520;
}

.eso-pwa-promo-notice p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.eso-pwa-promo-checkout {
  margin-top: 14px;
}

.eso-promo-applied {
  width: fit-content;
  display: inline-flex;
  margin-top: 7px;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid rgba(200, 16, 46, .18);
  background: #fff;
  color: #c8102e;
  box-shadow: 0 5px 14px rgba(61, 72, 85, .08);
  font-size: 11px;
  font-weight: 900;
}

.eso-pwa-feature-page {
  width: min(760px, calc(100% - 28px));
  min-height: calc(100dvh - 150px);
  margin: 0 auto;
  padding: clamp(24px, 6vw, 54px) 0 112px;
}

.eso-pwa-feature-page > header {
  position: relative;
  margin-bottom: 24px;
  padding-left: 64px;
}

.eso-pwa-feature-page > header button {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
}

.eso-pwa-feature-page h1 {
  margin: 5px 0 8px;
  color: #27323f;
  font-size: clamp(34px, 8vw, 54px);
  line-height: 1.02;
}

.eso-pwa-feature-page > header p {
  margin: 0;
  color: #69737f;
  line-height: 1.55;
}

.eso-pwa-info-card,
.eso-pwa-points-card {
  margin-bottom: 14px;
  padding: 20px;
  border: 1px solid #e9e4dd;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(35, 43, 53, .07);
}

.eso-pwa-info-card h2 {
  margin: 0 0 10px;
  color: #3d4855;
}

.eso-pwa-info-card p {
  color: #68727e;
  line-height: 1.55;
}

.eso-pwa-info-card dl,
.eso-pwa-info-card dl div {
  margin: 0;
}

.eso-pwa-info-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #efebe6;
}

.eso-pwa-info-card dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.eso-pwa-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.eso-pwa-info-actions a,
.eso-pwa-feature-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 14px;
  background: #ffc629;
  color: #40350f;
  font-weight: 900;
  text-decoration: none;
}

.eso-pwa-points-card > span {
  color: #6c7580;
  font-weight: 800;
}

.eso-pwa-points-card > strong {
  display: block;
  margin: 8px 0;
  color: #27323f;
  font-size: clamp(56px, 15vw, 90px);
  line-height: 1;
}

.eso-pwa-points-card p {
  margin: 0;
  color: #68727e;
}

.eso-product-points {
  width: fit-content;
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  margin-top: 7px;
  padding: 4px 7px;
  border: 1px solid #f0d675;
  border-radius: 999px;
  background: #fff8d9;
  color: #745b08 !important;
  font-size: 10px !important;
  font-weight: 900;
  line-height: 1;
}

.eso-product-points .eso-svg-icon {
  width: 12px;
  height: 12px;
}

.eso-pwa-redeem {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #e8e3dc;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(35, 43, 53, .07);
}

.eso-pwa-redeem-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.eso-pwa-redeem-head > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #ffc629;
  color: #49390a;
}

.eso-pwa-redeem-head .eso-svg-icon { width: 22px; height: 22px; }
.eso-pwa-redeem h2 { margin: 0; color: #35404c; font-size: 20px; }
.eso-pwa-redeem-head p,
.eso-pwa-redeem-note { margin: 3px 0 0; color: #69737f; font-size: 14px; line-height: 1.45; }
.eso-pwa-redeem-note { margin-top: 13px; }

.eso-pwa-redeem-form,
.eso-pwa-redeem-applied {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 14px;
}

.eso-pwa-redeem-form input {
  min-width: 0;
  flex: 1 1 120px;
  height: 50px;
  padding: 0 14px;
  border: 1px solid #d9dfe5;
  border-radius: 14px;
  background: #fff;
  color: #27323f;
  font: inherit;
  font-weight: 850;
}

.eso-pwa-redeem-form button { min-height: 50px; }
.eso-pwa-redeem-applied { justify-content: space-between; padding: 12px 14px; border-radius: 16px; background: #fff8d9; }
.eso-pwa-redeem-applied span { display: grid; }
.eso-pwa-redeem-applied small { color: #c8102e; font-weight: 900; }
.eso-pwa-redeem-applied button { border: 0; background: transparent; color: #c8102e; font: inherit; font-weight: 900; }

.eso-summary-points {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid #ece7e0;
  color: #c8102e;
  font-weight: 850;
}

.eso-pwa-account-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  margin-bottom: 14px;
  padding: 22px;
  border-radius: 24px;
  background: #fff8d9;
  color: #3f350f;
  box-shadow: 0 10px 28px rgba(91, 70, 8, .08);
}

.eso-pwa-account-hero h2 { margin: 3px 0 8px; font-size: clamp(26px, 7vw, 38px); }
.eso-pwa-account-hero p { margin: 0; line-height: 1.5; overflow-wrap: anywhere; }
.eso-pwa-account-hero > button { min-width: 88px; padding: 12px; border: 0; border-radius: 18px; background: #ffc629; color: #49390a; font: inherit; }
.eso-pwa-account-hero > button small,
.eso-pwa-account-hero > button strong { display: block; }
.eso-pwa-account-hero > button strong { margin-top: 4px; font-size: 28px; }
.eso-pwa-account-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; background: #fff8d9; color: #5a470c; }
.eso-pwa-edit-profile,
.eso-pwa-logout { width: 100%; border: 1px solid #e5bd31; cursor: pointer; }
.eso-pwa-edit-profile { margin-bottom: 10px; }
.eso-pwa-logout { border-color: #e2e6ea; background: #f2f4f7; color: #4d5865; }

.eso-pwa-profile-form {
  display: grid;
  gap: 15px;
  padding: 20px;
  border: 1px solid #e8e3dc;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(35, 43, 53, .07);
}

.eso-pwa-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.eso-pwa-profile-form label {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #4d5865;
  font-size: 13px;
  font-weight: 850;
}

.eso-pwa-profile-form input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 10px 13px;
  border: 1px solid #d9dfe5;
  border-radius: 14px;
  background: #fff;
  color: #27323f;
  font: inherit;
}

.eso-pwa-profile-form input:focus {
  outline: 0;
  border-color: #e8b111;
  box-shadow: 0 0 0 4px rgba(255, 198, 41, .23);
}

.eso-pwa-profile-form > button { width: 100%; min-height: 52px; }
.eso-pwa-profile-error { padding: 12px 14px; border-radius: 13px; background: #fff4f6; color: #a20d27; font-size: 14px; font-weight: 800; }

.eso-pwa-order-list,
.eso-pwa-points-history > div { display: grid; gap: 0; }
.eso-pwa-order-list article,
.eso-pwa-points-history article { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid #efebe6; }
.eso-pwa-order-list article:last-child,
.eso-pwa-points-history article:last-child { border-bottom: 0; }
.eso-pwa-order-list article > span,
.eso-pwa-points-history article > span { display: grid; gap: 3px; min-width: 0; }
.eso-pwa-order-list article > span:last-child { text-align: right; }
.eso-pwa-order-list small,
.eso-pwa-points-history small { color: #7b8490; }
.eso-pwa-points-history article > strong { color: #66717e; white-space: nowrap; }
.eso-pwa-points-history article > strong.is-positive { color: #168467; }
.eso-pwa-points-history article > strong.is-negative { color: #c8102e; }

.eso-pwa-editor-content { color: #5d6874; line-height: 1.65; overflow-wrap: anywhere; }
.eso-pwa-editor-content > :first-child { margin-top: 0; }
.eso-pwa-editor-content > :last-child { margin-bottom: 0; }
.eso-pwa-editor-content h2,
.eso-pwa-editor-content h3 { color: #35404c; }
.eso-pwa-editor-content img { max-width: 100%; height: auto; border-radius: 16px; }
.eso-pwa-editor-content a { color: #a20d27; font-weight: 800; }

@media (max-width: 480px) {
  .eso-pwa-redeem-form { flex-direction: column; }
  .eso-pwa-redeem-form input { flex-basis: 50px; width: 100%; }
  .eso-pwa-account-hero { grid-template-columns: 1fr; }
  .eso-pwa-account-hero > button { width: 100%; }
  .eso-pwa-profile-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .eso-app-pwa .eso-cart-pill,
  .eso-mode-pwa .eso-floating-cart {
    display: none !important;
  }

  .eso-app-pwa .eso-top-actions {
    display: flex;
    justify-content: flex-end;
  }

  .eso-app-pwa .eso-language-select {
    flex: 0 0 58px;
  }

  .eso-pwa-products .eso-pwa-product > span > em {
    margin-top: 6px;
  }
}

@media (min-width: 901px) {
  .eso-pwa-footer {
    right: 50%;
    left: 50%;
    width: min(620px, calc(100% - 40px));
    transform: translateX(-50%);
    border: 1px solid #e8e3dc;
    border-bottom: 0;
    border-radius: 24px 24px 0 0;
  }
}

/* Product preview priority: actions always visible, then details, points and image. */
.eso-modal.eso-modal-pwa > .eso-pwa-product-preview {
  height: 80vh !important;
  height: 80dvh !important;
  max-height: 80vh !important;
  max-height: 80dvh !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

.eso-modal-pwa .eso-pwa-product-preview > .eso-pwa-preview-kicker,
.eso-modal-pwa .eso-pwa-product-preview > .eso-modal-side-media,
.eso-modal-pwa .eso-pwa-product-preview > .eso-pwa-preview-qty,
.eso-modal-pwa .eso-pwa-product-preview > .eso-pwa-preview-actions {
  flex: 0 0 auto !important;
}

.eso-modal-pwa .eso-pwa-product-preview > .eso-pwa-preview-copy {
  min-height: 0 !important;
  flex: 1 1 auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

.eso-modal-pwa .eso-pwa-preview-actions {
  position: relative;
  z-index: 3;
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px !important;
  padding-top: 7px;
  background: #fff !important;
}

.eso-modal-pwa .eso-pwa-preview-actions > button:only-child { grid-column: 1 / -1; }
.eso-modal-pwa .eso-pwa-preview-actions > button { min-width: 0; min-height: 50px; }

/* La promo usa il rosso del marchio, con testo bianco ad alto contrasto. */
.eso-promo-applied,
.eso-item-options .eso-promo-applied {
  border-color: #c8102e !important;
  background: #c8102e !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

@media (max-height: 760px) {
  .eso-modal-pwa .eso-pwa-product-preview .eso-product-points { display: none !important; }
}

@media (max-height: 640px) {
  .eso-modal-pwa .eso-pwa-product-preview > .eso-modal-side-media { display: none !important; }
}

/* Accesso clienti dedicato alla PWA. */
body.elabonta-pwa-login-page { margin: 0; background: #fff; color: #27323f; }
.elabonta-pwa-login-page .site-header,
.elabonta-pwa-login-page .site-footer,
.elabonta-pwa-login-page .entry-header,
.elabonta-pwa-login-page .ast-breadcrumbs-wrapper { display: none !important; }
.elabonta-pwa-login-page .site-content,
.elabonta-pwa-login-page .ast-container,
.elabonta-pwa-login-page .content-area,
.elabonta-pwa-login-page .site-main,
.elabonta-pwa-login-page article,
.elabonta-pwa-login-page .entry-content { width: 100% !important; max-width: none !important; min-height: 100dvh; margin: 0 !important; padding: 0 !important; }

.eso-pwa-login-shell,
.eso-pwa-login-shell * { box-sizing: border-box; }
.eso-pwa-login-shell {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: max(24px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  background: radial-gradient(circle at 85% 8%, rgba(255, 198, 41, .22), transparent 26%), #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.eso-pwa-login-card {
  width: min(480px, 100%);
  padding: clamp(24px, 6vw, 42px);
  border: 1px solid #e8e3dc;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(34, 43, 55, .13);
}
.eso-pwa-login-back { min-height: 44px; display: inline-flex; align-items: center; margin-bottom: 14px; color: #59636e; font-weight: 800; text-decoration: none; }
.eso-pwa-login-brand { min-height: 58px; display: flex; align-items: center; margin-bottom: 24px; }
.eso-pwa-login-brand img { width: auto; max-width: min(250px, 75%); max-height: 72px; object-fit: contain; }
.eso-pwa-login-brand strong { color: #c8102e; font-size: 38px; }
.eso-pwa-login-kicker { color: #c8102e; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.eso-pwa-login-card h1 { margin: 7px 0 10px; color: #27323f; font-size: clamp(32px, 8vw, 46px); line-height: 1.04; letter-spacing: -.045em; }
.eso-pwa-login-card > p { margin: 0 0 24px; color: #68727e; line-height: 1.55; }
.eso-pwa-login-card form { display: grid; gap: 16px; }
.eso-pwa-login-error { margin: 0 0 18px; padding: 12px 14px; border: 1px solid rgba(200, 16, 46, .2); border-radius: 13px; background: #fff4f6; color: #a20d27; font-size: 14px; font-weight: 800; }
.eso-pwa-login-card form p { margin: 0; }
.eso-pwa-login-card form label { display: grid; gap: 7px; color: #4d5865; font-size: 13px; font-weight: 850; }
.eso-pwa-login-card form input[type="text"],
.eso-pwa-login-card form input[type="email"],
.eso-pwa-login-card form input[type="tel"],
.eso-pwa-login-card form input[type="password"] { width: 100%; min-height: 52px; padding: 10px 14px; border: 1px solid #d9dfe5; border-radius: 14px; background: #fff; color: #27323f; font: inherit; }
.eso-pwa-login-card form input:focus { outline: 0; border-color: #e8b111; box-shadow: 0 0 0 4px rgba(255, 198, 41, .23); }
.eso-pwa-login-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.eso-pwa-login-success { margin: 0 0 18px; padding: 12px 14px; border: 1px solid rgba(25, 126, 92, .2); border-radius: 13px; background: #effaf6; color: #12694d; font-size: 14px; font-weight: 800; }
.eso-pwa-login-card .login-remember label { display: flex; align-items: center; gap: 9px; font-size: 14px; }
.eso-pwa-login-card .login-submit input,
.eso-pwa-login-card > .eso-primary { width: 100%; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #e8b111; border-radius: 15px; background: #ffc629; color: #3b3217; font: inherit; font-weight: 900; text-decoration: none; box-shadow: 0 10px 24px rgba(142, 105, 0, .18); cursor: pointer; }
.eso-pwa-login-links { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 18px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #eee9e3; }
.eso-pwa-login-links a { min-height: 44px; display: inline-flex; align-items: center; color: #a20d27; font-size: 14px; font-weight: 800; }
.eso-pwa-login-card a:focus-visible,
.eso-pwa-login-card input:focus-visible { outline: 3px solid rgba(200, 16, 46, .25); outline-offset: 3px; }

@media (max-width: 520px) {
  .eso-pwa-login-shell { place-items: stretch; padding: 0; }
  .eso-pwa-login-card { min-height: 100dvh; border: 0; border-radius: 0; box-shadow: none; }
  .eso-pwa-login-row { grid-template-columns: 1fr; }
}

/* ========================================================================== */
/* Adaptive PWA: phone unchanged, tablet and desktop purpose-built layouts.   */
/* ========================================================================== */
.eso-app-pwa {
  --eso-pwa-surface: #ffffff;
  --eso-pwa-surface-soft: #fffaf0;
  --eso-pwa-line: #e9e4dc;
  --eso-pwa-text: #27323f;
  --eso-pwa-muted: #68727e;
  --eso-pwa-accent: #ffc629;
  --eso-pwa-accent-strong: #e8b111;
  --eso-pwa-brand: #c8102e;
  --eso-pwa-focus: rgba(200, 16, 46, .28);
  --eso-pwa-shadow-1: 0 8px 24px rgba(35, 43, 53, .07);
  --eso-pwa-shadow-2: 0 18px 42px rgba(35, 43, 53, .12);
}

/* Il carrello laterale viene generato anche nella PWA, ma compare solo dove
   c'e spazio sufficiente. Questo evita qualunque regressione sul telefono. */
.eso-layout.eso-mode-pwa {
  grid-template-columns: minmax(0, 1fr);
}

.eso-layout.eso-mode-pwa > .eso-cart {
  display: none;
}

.eso-mode-pwa .eso-floating-cart {
  display: none !important;
}

.eso-app-pwa button,
.eso-app-pwa a,
.eso-app-pwa select,
.eso-app-pwa input,
.eso-app-pwa textarea {
  touch-action: manipulation;
}

.eso-app-pwa button:focus-visible,
.eso-app-pwa a:focus-visible,
.eso-app-pwa select:focus-visible,
.eso-app-pwa input:focus-visible,
.eso-app-pwa textarea:focus-visible {
  outline: 3px solid var(--eso-pwa-focus);
  outline-offset: 3px;
}

@media (min-width: 768px) {
  .eso-app-pwa .eso-topbar {
    min-height: 82px;
    padding-inline: clamp(24px, 4vw, 56px);
  }

  .eso-app-pwa .eso-brand-logo {
    max-width: 220px;
    max-height: 48px;
  }

  .eso-mode-pwa .eso-menu {
    width: min(100%, 1040px);
    min-height: calc(100dvh - 82px);
    padding: 42px clamp(28px, 5vw, 54px) 126px;
  }

  .eso-pwa-page-head,
  .eso-pwa-catalog-head {
    margin-bottom: 34px;
  }

  .eso-pwa-page-head h1,
  .eso-pwa-catalog-head h1 {
    max-width: 760px;
    font-size: clamp(44px, 6vw, 64px);
  }

  .eso-pwa-page-head p,
  .eso-pwa-catalog-head p {
    max-width: 680px;
    font-size: 17px;
    line-height: 1.55;
  }

  .eso-pwa-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .eso-pwa-category-row {
    min-height: 112px;
    grid-template-columns: 82px minmax(0, 1fr) 44px;
    gap: 16px;
    padding: 14px;
    border-color: var(--eso-pwa-line);
    border-radius: 24px;
    box-shadow: var(--eso-pwa-shadow-1);
  }

  .eso-pwa-category-row .eso-category-media {
    width: 82px;
    height: 82px;
    min-height: 82px;
  }

  .eso-pwa-category-row .eso-category-media img {
    width: 78px;
    height: 78px;
  }

  .eso-pwa-category-row strong {
    font-size: 19px;
  }

  .eso-pwa-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .eso-pwa-product {
    min-height: 292px;
    grid-template-rows: 174px minmax(116px, 1fr);
    border-color: var(--eso-pwa-line) !important;
    border-radius: 24px;
    box-shadow: var(--eso-pwa-shadow-1);
    transition: border-color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out;
  }

  .eso-pwa-product .eso-product-media {
    min-height: 174px;
    padding: 16px;
  }

  .eso-pwa-product .eso-product-media img {
    height: 150px;
  }

  .eso-pwa-product > span {
    padding: 16px 52px 18px 17px;
  }

  .eso-pwa-product strong {
    font-size: 17px;
    line-height: 1.3;
  }

  .eso-pwa-product em {
    font-size: 15px;
  }

  .eso-pwa-product > b {
    right: 16px;
    bottom: 16px;
    width: 38px;
    height: 38px;
  }

  .eso-pwa-product:hover,
  .eso-pwa-category-row:hover {
    transform: translateY(-2px);
    box-shadow: var(--eso-pwa-shadow-2) !important;
  }

  .eso-pwa-feature-page {
    width: min(920px, calc(100% - 64px));
    padding-top: 48px;
  }

  .eso-pwa-info-card,
  .eso-pwa-points-card,
  .eso-pwa-profile-form {
    padding: 26px;
  }

  .eso-checkout {
    padding: 42px clamp(30px, 6vw, 72px) 122px;
  }

  .eso-checkout > section {
    width: min(1040px, 100%);
  }

  /* Tablet/desktop: dialogo centrato, margini sicuri e nessun taglio laterale. */
  .eso-modal.eso-modal-pwa {
    display: grid !important;
    place-items: center !important;
    padding: 24px !important;
  }

  .eso-modal.eso-modal-pwa > .eso-modal-panel,
  .eso-modal.eso-modal-pwa > .eso-modal-panel.eso-pwa-product-preview,
  .eso-modal.eso-modal-pwa > .eso-modal-panel:not(.eso-pwa-product-preview) {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: min(860px, calc(100vw - 48px)) !important;
    max-width: 860px !important;
    height: min(820px, calc(100dvh - 48px)) !important;
    max-height: calc(100dvh - 48px) !important;
    border: 1px solid rgba(39, 50, 63, .10) !important;
    border-radius: 28px !important;
    box-shadow: 0 28px 80px rgba(24, 32, 45, .28) !important;
    transform: none !important;
  }

  .eso-modal.eso-modal-pwa > .eso-pwa-product-preview {
    height: min(760px, calc(100dvh - 48px)) !important;
    max-height: calc(100dvh - 48px) !important;
    padding-bottom: 28px !important;
  }

  .eso-modal-pwa .eso-modal-panel:not(.eso-pwa-product-preview) {
    display: flex !important;
  }

  .eso-modal-pwa .eso-modal-product-head {
    min-height: 154px;
    grid-template-columns: 150px minmax(0, 1fr) 52px !important;
    gap: 20px !important;
    padding: 20px 24px !important;
  }

  .eso-modal-pwa .eso-modal-product-head .eso-modal-side-media {
    width: 150px;
    height: 112px;
  }

  .eso-modal-pwa .eso-modal-title h2 {
    font-size: clamp(26px, 4vw, 38px);
  }

  .eso-modal-pwa .eso-modal-body {
    padding: 18px 22px;
  }

  .eso-modal-pwa .eso-modal-panel > footer {
    padding-inline: 24px;
  }
}

/* Carrello PWA: testo leggibile e controllo quantita compatto. */
.eso-mode-pwa .eso-cart-list {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  align-content: initial;
  gap: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 2px 6px 12px 2px;
}

.eso-mode-pwa .eso-cart-item {
  flex: 0 0 auto;
  grid-template-columns: 60px minmax(0, 1fr) !important;
  grid-template-areas:
    "cart-thumb cart-copy"
    ". cart-quantity";
  column-gap: 12px !important;
  row-gap: 10px !important;
  align-items: start !important;
  width: 100%;
  height: auto !important;
  min-height: max-content !important;
  margin: 0 !important;
  padding: 14px !important;
  box-sizing: border-box;
}

.eso-mode-pwa .eso-cart-item > .eso-cart-thumb {
  grid-area: cart-thumb;
  width: 60px;
  height: 60px;
}

.eso-mode-pwa .eso-cart-item > .eso-cart-thumb img {
  width: 56px;
  height: 56px;
}

.eso-mode-pwa .eso-cart-item > .eso-cart-copy {
  grid-area: cart-copy;
  min-width: 0;
  width: 100%;
}

.eso-mode-pwa .eso-cart-item .eso-item-options {
  width: 100%;
  max-width: none;
  gap: 5px;
  font-size: 13px;
  line-height: 1.32;
}

.eso-mode-pwa .eso-cart-item .eso-item-options li {
  width: 100%;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

.eso-mode-pwa .eso-cart-item > .eso-qty {
  grid-area: cart-quantity;
  grid-template-columns: 36px 30px 36px !important;
  justify-self: end;
  width: auto;
  min-width: 0;
  overflow: visible;
  border: 0;
  gap: 8px;
  background: transparent;
}

.eso-mode-pwa .eso-cart-item > .eso-qty button {
  position: relative;
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  border: 1px solid #aeb7c2 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #56616f !important;
  font-size: 17px !important;
  line-height: 1 !important;
  box-shadow: 0 3px 9px rgba(24, 32, 45, .08);
  touch-action: manipulation;
}

.eso-mode-pwa .eso-cart-item > .eso-qty button:last-child {
  border-color: var(--eso-brand) !important;
  background: var(--eso-brand) !important;
  color: #fff !important;
}

.eso-mode-pwa .eso-cart-item > .eso-qty button:hover,
.eso-mode-pwa .eso-cart-item > .eso-qty button:focus-visible {
  border-color: var(--eso-brand) !important;
  box-shadow: 0 0 0 3px rgba(200, 16, 46, .13), 0 3px 9px rgba(24, 32, 45, .08);
}

.eso-mode-pwa .eso-cart-item > .eso-qty button::after {
  content: '';
  position: absolute;
  inset: -4px;
}

.eso-cart-checkout-dock {
  flex: 0 0 auto;
  margin-top: auto;
}

.eso-cart-checkout-dock .eso-cart-total {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .eso-modal.eso-modal-pwa > .eso-pwa-product-preview {
    display: grid !important;
    grid-template-columns: minmax(300px, .95fr) minmax(340px, 1.05fr);
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    grid-template-areas:
      "media kicker"
      "media copy"
      "media quantity"
      "media actions";
    align-items: center;
    column-gap: 42px !important;
    row-gap: 12px !important;
    padding: 42px !important;
    text-align: left;
  }

  .eso-modal-pwa .eso-pwa-product-preview > .eso-pwa-preview-kicker {
    position: static !important;
    grid-area: kicker;
    align-self: end;
  }

  .eso-modal-pwa .eso-pwa-product-preview > .eso-modal-side-media {
    grid-area: media;
    width: 100%;
    height: min(430px, 54dvh);
    align-self: stretch;
  }

  .eso-modal-pwa .eso-pwa-product-preview > .eso-pwa-preview-copy {
    grid-area: copy;
    width: 100%;
    justify-items: start;
    align-self: center;
    overflow-y: auto;
    text-align: left;
  }

  .eso-modal-pwa .eso-pwa-product-preview > .eso-pwa-preview-qty {
    grid-area: quantity;
    justify-self: start;
  }

  .eso-modal-pwa .eso-pwa-product-preview > .eso-pwa-preview-actions {
    grid-area: actions;
    width: 100%;
    margin-top: 0;
  }

  .eso-modal-pwa .eso-modal-panel:not(.eso-pwa-product-preview) .eso-modal-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 14px;
  }

  .eso-modal-pwa .eso-modal-body > * {
    min-width: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .eso-layout.eso-mode-pwa {
    width: min(1480px, 100%);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr) 370px;
    align-items: start;
    background: var(--eso-pwa-surface);
  }

  .eso-mode-pwa .eso-menu {
    width: 100%;
    min-height: calc(100dvh - 82px);
    margin: 0;
    padding: 46px clamp(32px, 4vw, 58px) 128px;
  }

  .eso-layout.eso-mode-pwa > .eso-cart {
    position: sticky;
    top: 82px;
    display: flex;
    min-height: calc(100dvh - 82px);
    max-height: calc(100dvh - 82px);
    padding: 28px 24px 18px;
    overflow: hidden;
    border: 0;
    border-left: 1px solid var(--eso-pwa-line);
    background: var(--eso-pwa-surface);
    box-shadow: -14px 0 34px rgba(35, 43, 53, .055);
  }

  .eso-layout.eso-mode-pwa > .eso-cart .eso-cart-list {
    min-height: 0;
    flex: 1 1 auto;
  }

  .eso-layout.eso-mode-pwa > .eso-cart .eso-cart-checkout-dock {
    position: relative;
    z-index: 10;
    margin-top: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--eso-pwa-line);
    background: var(--eso-pwa-surface);
    box-shadow: 0 -12px 24px rgba(35, 43, 53, .045);
  }

  .eso-layout.eso-mode-pwa > .eso-cart .eso-cart-total {
    margin: 0;
    padding: 0 0 14px;
  }

  .eso-layout.eso-mode-pwa > .eso-cart .eso-cart-checkout-dock > .eso-wide {
    width: 100%;
    margin: 0;
  }

  .eso-layout.eso-mode-pwa > .eso-cart .eso-empty {
    min-height: 220px;
  }

  .eso-pwa-category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eso-pwa-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eso-pwa-footer {
    width: min(680px, calc(100% - 420px));
  }
}

@media (min-width: 1500px) {
  .eso-layout.eso-mode-pwa {
    grid-template-columns: minmax(0, 1fr) 390px;
  }

  .eso-pwa-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .eso-pwa-category-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (orientation: landscape) and (max-height: 720px) {
  .eso-modal.eso-modal-pwa {
    padding: 16px !important;
  }

  .eso-modal.eso-modal-pwa > .eso-modal-panel,
  .eso-modal.eso-modal-pwa > .eso-modal-panel.eso-pwa-product-preview,
  .eso-modal.eso-modal-pwa > .eso-modal-panel:not(.eso-pwa-product-preview) {
    height: calc(100dvh - 32px) !important;
    max-height: calc(100dvh - 32px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eso-app-pwa *,
  .eso-app-pwa *::before,
  .eso-app-pwa *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Final adaptive width for the PWA navigation bar. */
@media (min-width: 768px) {
  .eso-pwa-footer {
    right: auto !important;
    left: 50% !important;
    width: min(960px, calc(100% - 40px)) !important;
    padding-inline: 12px;
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 1100px) {
  .eso-pwa-footer {
    right: max(390px, calc(50vw - 350px)) !important;
    left: max(24px, calc(50vw - 716px)) !important;
    width: auto !important;
    transform: none !important;
  }
}

/* Product facts: +40% rispetto agli 11px precedenti, su ogni dispositivo. */
.eso-modal-pwa .eso-pwa-product-facts {
  width: 100%;
  gap: 8px;
  margin-block: 7px;
}

.eso-modal-pwa .eso-pwa-product-facts p {
  grid-template-columns: minmax(88px, 32%) minmax(0, 1fr) !important;
  gap: 10px !important;
  padding: 9px 11px !important;
  border-radius: 12px;
  background: #ffffff;
  color: #5d6874 !important;
  font-size: 15.4px !important;
  line-height: 1.45 !important;
}

.eso-modal-pwa .eso-pwa-product-facts b {
  color: #46515e;
  font-size: 15.4px !important;
  line-height: 1.4;
}

.eso-modal-pwa .eso-pwa-product-facts span {
  font-weight: 650;
}

.eso-modal-pwa .eso-pwa-preview-copy .eso-pwa-product-facts .eso-pwa-product-fact--full {
  display: block !important;
  width: 100%;
  grid-template-columns: none !important;
}

.eso-modal-pwa .eso-pwa-preview-copy .eso-pwa-product-facts .eso-pwa-product-fact--full span {
  display: block;
  width: 100%;
  max-width: none;
  grid-column: 1 / -1;
}

.eso-modal-pwa .eso-pwa-product-facts .eso-pwa-product-fact--allergen {
  border-color: #efc0c9 !important;
  border-left: 4px solid #c8102e !important;
  background: #fff4f6 !important;
  color: #8f1730 !important;
}

.eso-modal-pwa .eso-pwa-product-facts .eso-pwa-product-fact--allergen b,
.eso-modal-pwa .eso-pwa-product-facts .eso-pwa-product-fact--allergen span {
  color: #8f1730 !important;
}

@media (max-width: 767px) {
  .eso-modal-pwa .eso-pwa-product-preview {
    padding-top: 18px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .eso-modal-pwa .eso-pwa-product-preview .eso-modal-side-media {
    width: min(300px, 46vw) !important;
    height: 200px !important;
    min-height: 200px !important;
    flex-basis: 200px !important;
  }
}

/* Desktop product dialog: balanced visual column and compact information flow. */
@media (min-width: 1024px) {
  .eso-modal.eso-modal-pwa > .eso-modal-panel.eso-pwa-product-preview {
    width: min(1080px, calc(100vw - 72px)) !important;
    max-width: 1080px !important;
    height: min(680px, calc(100dvh - 48px)) !important;
    max-height: calc(100dvh - 48px) !important;
    grid-template-columns: minmax(390px, .96fr) minmax(410px, 1.04fr) !important;
    grid-template-rows: auto auto auto !important;
    grid-template-areas:
      "media copy"
      "media quantity"
      "media actions" !important;
    align-content: center !important;
    align-items: center !important;
    column-gap: clamp(48px, 5vw, 72px) !important;
    row-gap: 14px !important;
    padding: 46px 52px !important;
  }

  .eso-modal-pwa .eso-pwa-product-preview > .eso-icon-btn {
    top: 22px;
    right: 22px;
  }

  .eso-modal-pwa .eso-pwa-product-preview > .eso-pwa-preview-kicker {
    align-self: end;
    margin: 0;
    font-size: 13px;
    letter-spacing: .10em;
  }

  .eso-modal-pwa .eso-pwa-product-preview > .eso-modal-side-media {
    width: 100% !important;
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;
    flex: none !important;
    align-self: center !important;
    overflow: hidden;
  }

  .eso-modal-pwa .eso-pwa-product-preview > .eso-modal-side-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transform: scale(1.12);
    filter: drop-shadow(0 22px 22px rgba(48, 39, 31, .16)) !important;
  }

  .eso-modal-pwa .eso-pwa-product-preview > .eso-pwa-preview-copy {
    align-self: center !important;
    max-width: none;
    gap: 7px !important;
    overflow: visible !important;
  }

  .eso-modal-pwa .eso-pwa-preview-copy small {
    color: #7a8490;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
  }

  .eso-modal-pwa .eso-pwa-preview-copy h2 {
    color: #34404c;
    font-size: clamp(36px, 3.2vw, 46px);
    line-height: 1.04;
  }

  .eso-modal-pwa .eso-pwa-preview-copy > strong {
    margin-top: 5px !important;
    color: #27323f;
    font-size: 27px;
    font-variant-numeric: tabular-nums;
  }

  .eso-modal-pwa .eso-pwa-product-preview > .eso-pwa-preview-qty {
    align-self: start;
    margin-top: 2px !important;
  }

  .eso-modal-pwa .eso-pwa-product-preview > .eso-pwa-preview-actions {
    align-self: start;
    width: min(100%, 430px);
    gap: 12px !important;
    padding-top: 2px;
  }

  .eso-modal-pwa .eso-pwa-preview-actions > button {
    min-height: 58px;
    font-size: 16px;
  }
}

/* Personalizzazione su tablet/desktop: opzioni orizzontali e quantità compatta. */
@media (min-width: 768px) {
  .eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > .eso-choice-grid,
  .eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > .eso-preset-grid,
  .eso-modal-pwa .eso-accordion-section.eso-accordion-scrollable:not(.is-collapsed) > [data-menu-options] {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    grid-auto-rows: max-content !important;
    align-content: start !important;
  }

  .eso-modal-pwa button.eso-option-card {
    min-height: 44px !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    padding: 8px 11px !important;
  }

  .eso-modal-pwa button.eso-option-card > span {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
  }

  .eso-modal-pwa .eso-modal-quantity .eso-qty {
    grid-template-columns: 30px 26px 30px !important;
    gap: 4px !important;
  }

  .eso-modal-pwa .eso-modal-quantity .eso-qty button {
    position: relative;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .eso-modal-pwa .eso-modal-quantity .eso-qty button::after {
    content: '';
    position: absolute;
    inset: -7px;
  }
}

/* Invito PWA: discreto, accessibile e sempre sopra la navigazione inferiore. */
.eso-pwa-install-banner {
  position: fixed;
  right: 12px;
  bottom: calc(80px + env(safe-area-inset-bottom));
  left: 12px;
  z-index: 42;
  width: auto;
  max-width: 520px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 8px 12px;
  margin-inline: auto;
  padding: 14px;
  border: 1px solid rgba(39, 50, 63, .11);
  border-radius: 20px;
  background: #fff;
  color: #34404c;
  box-shadow: 0 18px 46px rgba(25, 34, 46, .20);
  animation: eso-pwa-install-enter 220ms ease-out both;
}

.eso-pwa-install-banner-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #fff3f5;
  color: #c8102e;
}

.eso-pwa-install-banner-icon .eso-svg-icon {
  width: 24px;
  height: 24px;
}

.eso-pwa-install-banner-copy {
  min-width: 0;
  align-self: center;
}

.eso-pwa-install-banner-copy > strong {
  display: block;
  color: #27323f;
  font-size: 15px;
  line-height: 1.25;
}

.eso-pwa-install-banner-copy > p,
.eso-pwa-install-banner-help {
  margin: 3px 0 0;
  color: #5f6a77;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.eso-pwa-install-banner-help {
  margin-top: 8px;
  padding: 9px 10px;
  border-radius: 12px;
  background: #fff8d9;
  color: #594912;
}

.eso-pwa-install-banner-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

.eso-pwa-install-banner-actions button {
  min-width: 0;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  touch-action: manipulation;
  transition: opacity 180ms ease-out, box-shadow 180ms ease-out, border-color 180ms ease-out;
}

.eso-pwa-install-now {
  border: 1px solid #e8b111;
  background: #ffc629;
  color: #342b0a;
  box-shadow: 0 7px 18px rgba(180, 132, 0, .18);
}

.eso-pwa-install-later {
  border: 1px solid #d9dee4;
  background: #fff;
  color: #56616f;
}

.eso-pwa-install-banner-actions button:active {
  opacity: .72;
}

.eso-pwa-install-banner-actions button:disabled {
  opacity: .58;
  cursor: wait;
}

.eso-pwa-install-banner-actions button:focus-visible {
  outline: 3px solid rgba(200, 16, 46, .28);
  outline-offset: 2px;
}

@keyframes eso-pwa-install-enter {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 768px) {
  .eso-pwa-install-banner {
    right: auto;
    bottom: calc(86px + env(safe-area-inset-bottom));
    left: 50%;
    width: min(520px, calc(100% - 40px));
    transform: translateX(-50%);
    animation-name: eso-pwa-install-enter-wide;
  }

  @keyframes eso-pwa-install-enter-wide {
    from { opacity: 0; transform: translate(-50%, 14px); }
    to { opacity: 1; transform: translate(-50%, 0); }
  }
}

@media (min-width: 1100px) {
  .eso-pwa-install-banner {
    left: max(24px, calc(50vw - 716px));
    transform: none;
    animation-name: eso-pwa-install-enter;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eso-pwa-install-banner {
    animation: none;
  }
}

/* Centro notifiche PWA: consenso chiaro e separato per ordini e offerte. */
.eso-pwa-notifications-page {
  width: min(760px, calc(100% - 28px));
}

.eso-pwa-push-activate,
.eso-pwa-push-active,
.eso-pwa-push-empty {
  margin-top: 20px;
  padding: clamp(20px, 5vw, 30px);
  border: 1px solid #e1e5ea;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(25, 34, 45, .08);
}

.eso-pwa-push-activate,
.eso-pwa-push-empty {
  text-align: center;
}

.eso-pwa-push-activate > span,
.eso-pwa-push-empty > span,
.eso-pwa-push-active-head > span {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: #fff4cc;
  color: #8b6500;
}

.eso-pwa-push-activate .eso-svg-icon,
.eso-pwa-push-empty .eso-svg-icon,
.eso-pwa-push-active-head .eso-svg-icon {
  width: 27px;
  height: 27px;
}

.eso-pwa-push-activate h2,
.eso-pwa-push-empty h2,
.eso-pwa-push-active h2 {
  margin: 16px 0 7px;
  color: #27323f;
  font-size: clamp(21px, 5vw, 28px);
  line-height: 1.15;
}

.eso-pwa-push-activate p,
.eso-pwa-push-empty p,
.eso-pwa-push-active p {
  margin: 0;
  color: #687382;
  font-size: 15px;
  line-height: 1.55;
}

.eso-pwa-push-activate .eso-primary {
  width: 100%;
  min-height: 52px;
  margin-top: 20px;
  border-radius: 16px;
  background: #ffc629;
  color: #342b0a;
  box-shadow: 0 8px 20px rgba(180, 132, 0, .2);
}

.eso-pwa-push-active-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eceff2;
}

.eso-pwa-push-active-head h2 {
  margin: 0 0 4px;
}

.eso-pwa-push-choice {
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  align-items: center;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid #eceff2;
  cursor: pointer;
}

.eso-pwa-push-choice > span,
.eso-pwa-push-choice strong,
.eso-pwa-push-choice small {
  display: block;
}

.eso-pwa-push-choice strong {
  color: #333e4b;
  font-size: 16px;
}

.eso-pwa-push-choice small {
  margin-top: 5px;
  color: #687382;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.eso-pwa-push-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.eso-pwa-push-choice i {
  width: 52px;
  height: 30px;
  position: relative;
  border: 2px solid #a9b2bd;
  border-radius: 999px;
  background: #fff;
  transition: background-color 160ms ease-out, border-color 160ms ease-out;
}

.eso-pwa-push-choice i::after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 50%;
  background: #7a8592;
  transition: transform 160ms ease-out, background-color 160ms ease-out;
}

.eso-pwa-push-choice input:checked + i {
  border-color: #e1a800;
  background: #ffc629;
}

.eso-pwa-push-choice input:checked + i::after {
  background: #3b320f;
  transform: translateX(21px);
}

.eso-pwa-push-choice input:focus-visible + i {
  outline: 3px solid rgba(200, 16, 46, .28);
  outline-offset: 3px;
}

.eso-pwa-push-choice input:disabled + i {
  opacity: .55;
}

.eso-pwa-push-disable {
  width: 100%;
  min-height: 48px;
  margin-top: 18px;
  border: 1px solid #d8dde3;
  border-radius: 15px;
  background: #fff;
  color: #586372;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.eso-pwa-push-feedback {
  margin: 14px 0 0;
  padding: 13px 15px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 750;
}

.eso-pwa-push-feedback.is-success {
  border: 1px solid #b9ddc9;
  background: #edf9f2;
  color: #19643b;
}

.eso-pwa-push-feedback.is-error {
  border: 1px solid #efc0c8;
  background: #fff2f4;
  color: #9c1730;
}

.eso-pwa-push-privacy {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  margin: 16px 4px 0;
  color: #687382;
  font-size: 13px;
  line-height: 1.5;
}

.eso-pwa-push-privacy .eso-svg-icon {
  width: 20px;
  height: 20px;
  color: #c8102e;
}

.eso-push-checkout-invite {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  margin-top: 18px;
  padding: 17px;
  border: 1px solid #ecd67e;
  border-radius: 18px;
  background: #fffaf0;
}

.eso-push-checkout-invite > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #ffc629;
  color: #3b320f;
}

.eso-push-checkout-invite .eso-svg-icon {
  width: 23px;
  height: 23px;
}

.eso-push-checkout-invite strong {
  display: block;
  color: #313b47;
  font-size: 16px;
}

.eso-push-checkout-invite p {
  margin: 4px 0 0;
  color: #687382;
  font-size: 13px;
  line-height: 1.45;
}

.eso-push-checkout-invite button {
  grid-column: 1 / -1;
  min-height: 48px;
  border: 1px solid #e1a800;
  border-radius: 14px;
  background: #ffc629;
  color: #342b0a;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

@media (min-width: 700px) {
  .eso-push-checkout-invite {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
  }

  .eso-push-checkout-invite button {
    grid-column: auto;
    min-width: 170px;
    padding: 0 18px;
  }
}

@media (min-width: 768px) {
  .eso-pwa-push-active {
    padding: 30px 34px;
  }

  .eso-pwa-push-choice {
    grid-template-columns: minmax(0, 1fr) 58px;
  }
}

/* Kiosk Banco 27\" in verticale (viewport 1080 x 1920).
 * Ogni override resta confinato al Kiosk: la PWA /ordina/ non viene toccata. */
.elabonta-self-ordering-kiosk-page {
  overflow-x: hidden;
  overscroll-behavior: none;
  touch-action: manipulation;
}

.eso-app-kiosk button,
.eso-app-kiosk input,
.eso-app-kiosk select,
.eso-app-kiosk textarea {
  touch-action: manipulation;
}

.eso-app-kiosk .eso-result-payment-help .eso-muted {
  max-width: 620px;
  margin: 0 auto 28px;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
}

@media (orientation: portrait) and (min-width: 700px) and (min-height: 1100px) {
  .eso-app-kiosk {
    min-height: 100svh;
  }

  .eso-app-kiosk .eso-topbar {
    min-height: 96px;
    padding: 14px 28px;
  }

  .eso-app-kiosk .eso-brand {
    min-height: 64px;
  }

  .eso-app-kiosk .eso-brand-logo {
    max-width: 250px;
    max-height: 64px;
  }

  .eso-app-kiosk .eso-brand-context {
    font-size: 15px;
  }

  .eso-app-kiosk .eso-language {
    width: auto;
    min-width: 82px;
    height: 52px;
    padding: 0 16px;
    color: #9f0d25;
    border-color: rgba(200, 16, 46, .25);
    background: #fff4f5;
  }

  .eso-app-kiosk .eso-cart-pill {
    min-width: 190px;
    min-height: 60px;
  }

  .eso-app-kiosk .eso-welcome {
    min-height: calc(100svh - 96px);
    grid-template-columns: 1fr;
    grid-template-rows: minmax(790px, 1.05fr) minmax(680px, .95fr);
  }

  .eso-app-kiosk .eso-welcome-card {
    align-items: center;
    justify-content: center;
    padding: 64px 76px 46px;
    text-align: center;
  }

  .eso-app-kiosk .eso-welcome-brand img {
    max-width: 330px;
    max-height: 100px;
    margin-bottom: 48px;
  }

  .eso-app-kiosk .eso-welcome h1 {
    max-width: 850px;
    margin: 18px 0 24px;
    font-size: clamp(68px, 7.4vw, 84px);
    line-height: .98;
  }

  .eso-app-kiosk .eso-welcome-card > p {
    max-width: 760px;
    margin-bottom: 38px;
    font-size: 26px;
  }

  .eso-app-kiosk .eso-start-button {
    width: min(560px, 100%);
    min-height: 82px;
    padding: 0 34px;
    font-size: 24px;
  }

  .eso-app-kiosk .eso-welcome-benefits {
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: 34px;
  }

  .eso-app-kiosk .eso-welcome-benefits span {
    min-height: 52px;
    padding: 0 16px;
    font-size: 15px;
  }

  .eso-app-kiosk .eso-payment-marks span {
    padding: 9px 13px;
    font-size: 12px;
  }

  .eso-app-kiosk .eso-welcome-art {
    min-height: 680px;
  }

  .eso-app-kiosk .eso-welcome-art > img,
  .eso-app-kiosk .eso-art-pizza {
    width: min(68%, 650px);
  }

  .eso-app-kiosk .eso-welcome-art > span {
    right: 54px;
    bottom: 54px;
    font-size: 30px;
  }

  .eso-app-kiosk .eso-layout.has-cart {
    min-height: calc(100svh - 96px);
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .eso-app-kiosk .eso-menu {
    padding: 28px;
  }

  .eso-app-kiosk .eso-category-rail {
    top: 96px;
    margin: -28px -28px 28px;
    padding: 16px 28px;
  }

  .eso-app-kiosk .eso-category-rail button {
    min-height: 56px;
    padding: 0 22px;
    font-size: 17px;
  }

  .eso-app-kiosk .eso-category-home-title h1,
  .eso-app-kiosk .eso-menu-head h1 {
    font-size: 48px;
  }

  .eso-app-kiosk .eso-category-grid,
  .eso-app-kiosk .eso-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .eso-app-kiosk .eso-category-tile {
    min-height: 270px;
  }

  .eso-app-kiosk .eso-product {
    min-height: 350px;
  }

  .eso-app-kiosk .eso-product-media {
    min-height: 190px;
  }

  .eso-app-kiosk .eso-product-title {
    font-size: 22px;
  }

  .eso-app-kiosk .eso-product-price b {
    width: 48px;
    height: 48px;
  }

  .eso-app-kiosk .eso-cart {
    top: 96px;
    min-height: calc(100svh - 96px);
    max-height: calc(100svh - 96px);
    display: block;
    padding: 24px;
  }

  .eso-app-kiosk .eso-cart-heading h2 {
    font-size: 28px;
  }

  .eso-app-kiosk .eso-qty button,
  .eso-app-kiosk .eso-remove-item {
    min-width: 48px;
    min-height: 48px;
  }

  .eso-app-kiosk .eso-floating-cart {
    display: none;
  }

  .eso-app-kiosk .eso-checkout {
    min-height: calc(100svh - 96px);
    padding: 52px 46px 72px;
  }

  .eso-app-kiosk .eso-checkout > section {
    width: min(900px, 100%);
    padding: 42px;
  }

  .eso-app-kiosk .eso-checkout h1 {
    font-size: 54px;
  }

  .eso-app-kiosk .eso-pay-option {
    min-height: 140px;
    padding: 24px;
  }

  .eso-app-kiosk .eso-checkout-actions .eso-primary,
  .eso-app-kiosk .eso-modal-panel > footer .eso-primary {
    min-height: 70px;
    font-size: 20px;
  }

  .eso-app-kiosk .eso-modal-panel {
    width: min(940px, calc(100% - 48px));
    max-height: calc(100svh - 64px);
  }

  .eso-app-kiosk .eso-modal-panel .eso-choice,
  .eso-app-kiosk .eso-modal-panel .eso-option-card {
    min-height: 58px;
  }

  .eso-app-kiosk .eso-centered {
    min-height: calc(100svh - 96px);
    padding: 72px 46px;
  }

  .eso-app-kiosk .eso-payment,
  .eso-app-kiosk .eso-result {
    width: min(820px, 100%);
    padding: 62px;
  }

  .eso-app-kiosk .eso-payment h1,
  .eso-app-kiosk .eso-result h1 {
    font-size: 62px;
  }

  .eso-app-kiosk .eso-order-number strong {
    font-size: 110px;
  }
}

/* Keep the new Kiosk controls authoritative over the earlier responsive rules. */
.eso-app-kiosk .eso-cart-item {
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-areas: "thumb copy" ". quantity";
  align-items: start;
}

.eso-app-kiosk .eso-cart-thumb { grid-area: thumb; }
.eso-app-kiosk .eso-cart-copy { grid-area: copy; min-width: 0; overflow-wrap: anywhere; }
.eso-app-kiosk .eso-cart-item > .eso-qty { grid-area: quantity; justify-self: end; margin: 0; }

.eso-app-kiosk .eso-qty button {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  border: 2px solid #9f0d25;
  border-radius: 50%;
  background: #fff;
  color: #9f0d25;
  font-size: 28px;
  font-weight: 900;
}

.eso-app-kiosk .eso-qty button[data-delta="1"] { color: #fff; background: #9f0d25; }
.eso-app-kiosk .eso-language-select { min-width: 154px; min-height: 52px; }

.eso-app-kiosk button:focus-visible,
.eso-app-kiosk select:focus-visible,
.eso-app-kiosk input:focus-visible,
.eso-app-kiosk textarea:focus-visible {
  outline: 4px solid rgba(200, 16, 46, .34);
  outline-offset: 3px;
}

.eso-app-kiosk button:active { opacity: .82; }
.eso-app-kiosk button:disabled { cursor: not-allowed; opacity: .4; }

@media (prefers-reduced-motion: reduce) {
  .eso-app-kiosk *,
  .eso-app-kiosk *::before,
  .eso-app-kiosk *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Final Kiosk-only palette and welcome overrides; keep after legacy rules. */
.eso-app-kiosk {
  --eso-action: #ffc629;
  --eso-action-dark: #e8b111;
  --eso-selected: #fff7d8;
  background: #ffffff;
}

.eso-app-kiosk .eso-topbar {
  background: rgba(255, 255, 255, .97);
  border-bottom-color: #e4e0d9;
}

.eso-app-kiosk .eso-cart-pill,
.eso-app-kiosk .eso-cart-pill.has-items,
.eso-app-kiosk .eso-floating-cart,
.eso-app-kiosk button.eso-primary,
.eso-app-kiosk .eso-checkout button.eso-primary,
.eso-app-kiosk .eso-checkout-actions button.eso-primary {
  border: 1px solid #e8b111 !important;
  background: #ffc629 !important;
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
  box-shadow: 0 10px 25px rgba(142, 105, 0, .20) !important;
}

.eso-app-kiosk .eso-cart-pill *,
.eso-app-kiosk .eso-floating-cart *,
.eso-app-kiosk button.eso-primary * {
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
}

.eso-app-kiosk .eso-pay-option.selected,
.eso-app-kiosk .eso-pay-option[aria-pressed="true"] {
  border-color: #e8b111 !important;
  background: #fff7d8 !important;
  color: #3b4652 !important;
  box-shadow: 0 0 0 2px rgba(255, 198, 41, .28), 0 8px 20px rgba(45, 55, 65, .08) !important;
}

.eso-app-kiosk .eso-pay-option.selected .eso-pay-icon,
.eso-app-kiosk .eso-pay-option.selected .eso-selection-mark,
.eso-app-kiosk .eso-pay-option[aria-pressed="true"] .eso-pay-icon,
.eso-app-kiosk .eso-pay-option[aria-pressed="true"] .eso-selection-mark {
  border-color: #e8b111 !important;
  background: #ffc629 !important;
  color: #3b4652 !important;
}

.eso-app-kiosk .eso-qty button {
  border-color: #9da5ad;
  background: #ffffff;
  color: #59636e;
  box-shadow: 0 3px 8px rgba(45, 55, 65, .12);
}

.eso-app-kiosk .eso-qty button[data-delta="1"] {
  border-color: #e8b111;
  background: #ffc629;
  color: #3b4652;
}

.eso-app-kiosk .eso-language-select {
  position: relative;
  isolation: isolate;
  width: 72px;
  min-width: 72px;
  height: 52px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ded7cc;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 5px 16px rgba(36, 44, 54, .08);
}

.eso-app-kiosk .eso-language-select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #59636e;
  border-bottom: 2px solid #59636e;
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.eso-app-kiosk .eso-language-flag {
  position: absolute;
  left: 9px;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 22px;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  pointer-events: none;
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px rgba(28, 36, 46, .18);
}

.eso-app-kiosk .eso-language-flag svg {
  width: 100%;
  height: 100%;
  display: block;
}

.eso-app-kiosk .eso-language-select select {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 52px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.eso-app-kiosk .eso-language-select:focus-within {
  outline: 4px solid rgba(255, 198, 41, .38);
  outline-offset: 3px;
}

/* Selected categories, ingredients and other kiosk choices share the PWA yellow. */
.eso-app-kiosk .eso-category-rail button.active,
.eso-app-kiosk .eso-category-rail button[aria-pressed="true"],
.eso-app-kiosk button.eso-choice.selected,
.eso-app-kiosk button.eso-choice.selected:hover,
.eso-app-kiosk button.eso-choice.selected:active,
.eso-app-kiosk button.eso-preset-btn.selected,
.eso-app-kiosk button.eso-preset-btn.selected:hover,
.eso-app-kiosk button.eso-preset-btn.selected:active,
.eso-app-kiosk button[aria-pressed="true"]:not(.eso-removable-card) {
  border-color: #e8b111 !important;
  background: #ffc629 !important;
  background-color: #ffc629 !important;
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
  box-shadow: 0 8px 20px rgba(142, 105, 0, .20) !important;
}

.eso-app-kiosk button.eso-choice.selected span,
.eso-app-kiosk button.eso-choice.selected em,
.eso-app-kiosk button.eso-choice.selected small,
.eso-app-kiosk button.eso-preset-btn.selected,
.eso-app-kiosk button[aria-pressed="true"]:not(.eso-removable-card) * {
  color: #3b4652 !important;
  -webkit-text-fill-color: #3b4652 !important;
}

.eso-app-kiosk button.eso-radio-card.selected::after,
.eso-app-kiosk button.eso-preset-btn.selected::after {
  background: #ffffff;
  color: #8c6900;
}

.eso-app-kiosk .eso-checkout-progress .is-current::before,
.eso-app-kiosk .eso-success-mark {
  background: #ffc629;
  color: #3b4652;
  box-shadow: 0 12px 28px rgba(142, 105, 0, .20);
}

.eso-app-kiosk .eso-customer-details input:focus,
.eso-app-kiosk .eso-customer-details select:focus,
.eso-app-kiosk .eso-customer-details textarea:focus {
  border-color: #e8b111;
  outline-color: rgba(255, 198, 41, .30);
}

.eso-app-kiosk .eso-contactless {
  border-color: #fff0b9;
  background: #fff7d8;
  color: #8c6900;
}

.eso-app-kiosk .eso-payment-screen {
  background: radial-gradient(circle at center, rgba(255, 198, 41, .16), transparent 30rem), #ffffff;
}

.eso-app-kiosk .eso-welcome {
  background: #ffffff;
}

.eso-app-kiosk .eso-welcome-side {
  background: linear-gradient(160deg, #ffffff 0%, #fff9e7 58%, #f7f3ec 100%);
}

.eso-app-kiosk .eso-start-button {
  min-height: 92px;
  padding-inline: 34px;
  font-size: clamp(25px, 2.6vw, 31px);
  font-weight: 950;
  letter-spacing: -.02em;
}

.eso-app-kiosk .eso-kiosk-language-start {
  width: 100%;
  max-width: 720px;
  margin-top: 34px;
}

.eso-app-kiosk .eso-kiosk-language-start > strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #3b4652;
  font-size: 18px;
  font-weight: 900;
}

.eso-app-kiosk .eso-kiosk-language-start > strong small {
  color: #707983;
  font-size: 13px;
  font-weight: 750;
}

.eso-app-kiosk .eso-kiosk-language-start > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.eso-app-kiosk .eso-kiosk-language-start button {
  min-width: 0;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 12px 16px;
  border: 2px solid #e3ddd3;
  border-radius: 18px;
  background: #ffffff;
  color: #3b4652;
  box-shadow: 0 8px 20px rgba(45, 55, 65, .08);
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  touch-action: manipulation;
}

.eso-app-kiosk .eso-kiosk-language-start button:focus-visible {
  outline: 4px solid rgba(255, 198, 41, .42);
  outline-offset: 3px;
}

.eso-app-kiosk .eso-kiosk-language-start button:active {
  border-color: #e8b111;
  background: #fff7d8;
}

.eso-app-kiosk .eso-kiosk-language-start .eso-language-flag {
  position: static;
  flex: 0 0 34px;
  width: 34px;
  height: 23px;
  border-radius: 3px;
  transform: none;
  box-shadow: 0 0 0 1px rgba(28, 36, 46, .18), 0 2px 5px rgba(28, 36, 46, .10);
}

.eso-app-kiosk .eso-welcome-art {
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 198, 41, .18) 0%, rgba(255, 240, 190, .12) 38%, transparent 69%),
    linear-gradient(155deg, #ffffff 0%, #fffaf0 60%, #f4eee5 100%);
}

.eso-app-kiosk .eso-welcome-art::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 12% 9%;
  display: block;
  border: 0;
  border-radius: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, .36) 56%, transparent 76%);
  box-shadow: none;
  transform: none;
}

.eso-app-kiosk .eso-welcome-art::after {
  content: none;
}

.eso-app-kiosk .eso-welcome-art > img,
.eso-app-kiosk .eso-art-pizza {
  position: relative;
  z-index: 1;
  width: min(79%, 750px);
  transform: none;
  filter: drop-shadow(0 32px 34px rgba(70, 49, 28, .23));
}

/* Final 27-inch portrait welcome hierarchy: one clear CTA and no decorative stripe. */
.eso-app-kiosk:has(.eso-welcome) {
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
}

.eso-app-kiosk:has(.eso-welcome) .eso-welcome {
  height: calc(100dvh - 96px);
  min-height: 0;
  grid-template-rows: minmax(0, 46%) minmax(0, 54%);
}

.eso-app-kiosk:has(.eso-welcome) .eso-welcome-card,
.eso-app-kiosk:has(.eso-welcome) .eso-welcome-art {
  min-height: 0;
}

.eso-app-kiosk .eso-welcome h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #303a45;
  font-size: clamp(48px, 5.7vw, 68px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.eso-app-kiosk .eso-welcome-card > p {
  max-width: 780px;
  margin-bottom: 44px;
  color: #3b4652;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.32;
  font-weight: 850;
  text-wrap: balance;
}

.eso-app-kiosk .eso-start-button {
  width: min(680px, 100%);
  min-height: 98px;
  justify-content: center;
  gap: 24px;
  padding-inline: 34px;
  font-size: clamp(27px, 2.8vw, 33px);
  font-weight: 950;
  letter-spacing: .025em;
  text-transform: uppercase;
}

/* Built-in keyboard makes kiosk typing independent from Windows tablet mode. */
.eso-kiosk-keyboard {
  position: fixed;
  z-index: 100001;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 12px 22px 20px;
  border-top: 2px solid #d8dce1;
  background: rgba(244, 246, 248, .98);
  box-shadow: 0 -16px 44px rgba(30, 38, 48, .22);
  user-select: none;
}

.eso-kiosk-keyboard.is-open { display: block; }
.eso-kiosk-keyboard-head { display: flex; align-items: center; justify-content: space-between; max-width: 980px; margin: 0 auto 8px; color: #3b4652; }
.eso-kiosk-keyboard-head button { min-height: 44px; padding: 0 20px; border: 0; border-radius: 12px; background: #dfe3e8; color: #303a45; font: inherit; font-weight: 850; }
.eso-kiosk-keyboard-row { max-width: 980px; display: flex; justify-content: center; gap: 8px; margin: 0 auto 8px; }
.eso-kiosk-keyboard-row button { flex: 1 1 0; max-width: 82px; min-height: 62px; padding: 0; border: 1px solid #cbd0d6; border-radius: 12px; background: #fff; color: #27313c; box-shadow: 0 3px 7px rgba(30, 38, 48, .12); font: inherit; font-size: 24px; font-weight: 900; touch-action: manipulation; }
.eso-kiosk-keyboard-row button:active { border-color: #e8b111; background: #ffc629; transform: translateY(1px); }
.eso-kiosk-keyboard-actions button { max-width: 190px; }
.eso-kiosk-keyboard-actions button[data-key="space"] { max-width: 440px; }

.eso-app-kiosk .eso-category-home-title { margin-bottom: 18px; }
.eso-app-kiosk .eso-category-home-title > p,
.eso-app-kiosk .eso-category-home > .eso-popular { display: none; }
.eso-app-kiosk .eso-menu-head > div > span { display: none; }
.eso-app-kiosk .eso-menu-head h1 { margin-top: 0; }
.eso-app-kiosk .eso-category-home .eso-category-grid { gap: 22px; }
.eso-app-kiosk .eso-category-home .eso-category-tile { min-height: 315px; }
.eso-app-kiosk .eso-category-home .eso-category-media { min-height: 225px; }

.eso-app-kiosk .eso-kiosk-success-result {
  padding-top: 42px;
  padding-bottom: 42px;
}

.eso-app-kiosk .eso-kiosk-finish-now {
  width: min(520px, 100%);
  min-height: 72px;
  margin: 26px auto 0;
  font-size: 21px;
  text-transform: uppercase;
}

.eso-app-kiosk .eso-kiosk-success-result .eso-kiosk-auto-reset { margin: 14px 0 0; }

@media (orientation: portrait) and (min-width: 700px) and (min-height: 1100px) {
  .eso-app-kiosk:has(.eso-welcome) .eso-welcome-card { padding: 28px 76px 24px; }
  .eso-app-kiosk:has(.eso-welcome) .eso-welcome-side .eso-welcome-art { min-height: 0; }
}

@media (orientation: portrait) and (min-width: 700px) and (min-height: 1100px) {
  .eso-app-kiosk .eso-start-button {
    width: min(620px, 100%);
    min-height: 98px;
    font-size: 30px;
  }

  .eso-app-kiosk .eso-kiosk-language-start > div {
    gap: 16px;
  }

  .eso-app-kiosk .eso-kiosk-language-start button {
    min-height: 84px;
    font-size: 19px;
  }
}
