/* Opción 3 — Comanda.
   Final, shared storefront layer: the real pizza_solas shell remains the
   transactional source of truth while every public surface uses one visual
   language from 320 CSS px through 4K. */

body.app-body.storefront-shell.theme-pizza_solas {
  --comanda-canvas: #080808;
  --comanda-surface: #111111;
  --comanda-surface-raised: #171717;
  --comanda-surface-soft: #1d1d1d;
  --comanda-line: rgba(255, 255, 255, 0.13);
  --comanda-line-strong: rgba(255, 255, 255, 0.24);
  --comanda-text: #f7f4ef;
  --comanda-muted: #aaa49d;
  --comanda-brand: var(--editorial-action, #c93a24);
  --comanda-brand-strong: color-mix(in srgb, var(--editorial-action, #c93a24) 84%, #ff735f 16%);
  --comanda-success: #72d596;
  --comanda-danger: #ff877a;
  --comanda-radius-sm: 10px;
  --comanda-radius: 16px;
  --comanda-radius-lg: 24px;
  --comanda-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
  --comanda-page-inline: clamp(12px, 2.2vw, 42px);
  --comanda-copy: min(72ch, 100%);
  color: var(--comanda-text);
  background: var(--comanda-canvas);
  background-image:
    radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--comanda-brand) 13%, transparent), transparent 32rem),
    radial-gradient(circle at 96% 26%, rgba(218, 167, 95, 0.07), transparent 34rem);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  accent-color: var(--comanda-brand);
}

body.app-body.storefront-shell.theme-pizza_solas *,
body.app-body.storefront-shell.theme-pizza_solas *::before,
body.app-body.storefront-shell.theme-pizza_solas *::after {
  box-sizing: border-box;
}

body.app-body.storefront-shell.theme-pizza_solas :where(a, button, input, select, textarea, summary) {
  -webkit-tap-highlight-color: transparent;
}

body.app-body.storefront-shell.theme-pizza_solas :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--comanda-brand) 78%, white 22%);
  outline-offset: 3px;
}

body.app-body.storefront-shell.theme-pizza_solas :where(input, select, textarea) {
  min-height: 46px;
  border: 1px solid var(--comanda-line-strong);
  border-radius: var(--comanda-radius-sm);
  color: var(--comanda-text);
  background: #0d0d0d;
}

body.app-body.storefront-shell.theme-pizza_solas :where(input, select, textarea)::placeholder {
  color: #7e7973;
  opacity: 1;
}

body.app-body.storefront-shell.theme-pizza_solas :where(.button, button.button) {
  min-height: 44px;
  border: 1px solid var(--comanda-brand) !important;
  border-radius: var(--comanda-radius-sm);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: var(--comanda-brand) !important;
  box-shadow: none;
}

body.app-body.storefront-shell.theme-pizza_solas :where(.button, button.button):is(:hover, :focus-visible) {
  border-color: var(--comanda-brand-strong) !important;
  background: var(--comanda-brand-strong) !important;
}

body.app-body.storefront-shell.theme-pizza_solas :where(.ghost-button, button.ghost-button) {
  min-height: 44px;
  border-color: var(--comanda-line-strong);
  border-radius: var(--comanda-radius-sm);
  color: var(--comanda-text);
  -webkit-text-fill-color: currentColor;
  background: transparent;
}

/* Shared shell */
body.app-body.storefront-shell.theme-pizza_solas .site-header {
  width: 100%;
  min-height: 68px;
  padding: 10px var(--comanda-page-inline);
  display: grid;
  grid-template-columns: minmax(220px, auto) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--comanda-line);
  background: rgba(8, 8, 8, 0.92);
  backdrop-filter: blur(18px) saturate(1.15);
}

body.app-body.storefront-shell.theme-pizza_solas .brand {
  min-width: 0;
  gap: 10px;
}

body.app-body.storefront-shell.theme-pizza_solas .brand-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid var(--comanda-line);
  border-radius: 12px;
  object-fit: contain;
  background: #050505;
}

body.app-body.storefront-shell.theme-pizza_solas .brand-copy {
  min-width: 0;
}

body.app-body.storefront-shell.theme-pizza_solas .brand-name {
  overflow: hidden;
  color: var(--comanda-text);
  font-size: clamp(1rem, 1.05vw, 1.2rem);
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.app-body.storefront-shell.theme-pizza_solas .brand-tagline {
  overflow: hidden;
  color: var(--comanda-muted);
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.app-body.storefront-shell.theme-pizza_solas .header-store-status {
  min-width: 0;
  max-width: 270px;
  min-height: 44px;
  padding: 7px 12px;
  border: 1px solid var(--comanda-line);
  border-radius: 999px;
  background: var(--comanda-surface);
}

body.app-body.storefront-shell.theme-pizza_solas .header-store-status__copy span {
  overflow: hidden;
  color: var(--comanda-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.app-body.storefront-shell.theme-pizza_solas .main-nav {
  min-width: 0;
  gap: 5px;
  justify-self: end;
}

body.app-body.storefront-shell.theme-pizza_solas .site-header :where(.nav-link, .ghost-button, .customer-nav-fulfillment__choice) {
  min-height: 44px;
  border-radius: 10px;
}

body.app-body.storefront-shell.theme-pizza_solas .content.storefront-surface {
  width: min(calc(100% - (2 * var(--comanda-page-inline))), 1480px);
  max-width: 1480px;
  margin-inline: auto;
  padding-block: clamp(18px, 2.6vw, 44px) clamp(76px, 8vw, 130px);
  color: var(--comanda-text);
}

body.app-body.storefront-shell.theme-pizza_solas .storefront-surface--menu,
body.app-body.storefront-shell.theme-pizza_solas .storefront-surface--products,
body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu {
  width: min(94vw, 3200px) !important;
  max-width: 3200px !important;
  padding-inline: 0 !important;
}

body.app-body.storefront-shell.theme-pizza_solas :where(
  .card,
  .auth-card,
  .auth-visual,
  .account-section,
  .address-card,
  .order-card,
  .order-head-card,
  .cart-panel,
  .checkout-panel,
  .checkout-final-card,
  .checkout-totals-card,
  .menu-header,
  .storefront-catalog-tools,
  .menu-section,
  .main-menu,
  .mini-cart,
  .product-page__summary,
  .product-purchase-card,
  .local-landing__section,
  .local-landing__intro,
  .legal-card,
  .sitemap-card
) {
  border-color: var(--comanda-line);
  color: var(--comanda-text);
  background: var(--comanda-surface);
  box-shadow: none;
}

body.app-body.storefront-shell.theme-pizza_solas :where(p, li, dd, .muted, .detail-value) {
  color: var(--comanda-muted);
}

body.app-body.storefront-shell.theme-pizza_solas :where(h1, h2, h3, h4, dt, legend, label, strong) {
  color: var(--comanda-text);
}

/* Uniform option-3 catalogue. This wins over the earlier editorial mosaic. */
body.app-body.storefront-shell.theme-pizza_solas :is(.storefront-surface--menu, .storefront-surface--products, .zestia-storefront-surface--menu) :where(.menu-shell, .menu-main) {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  display: block;
}

body.app-body.storefront-shell.theme-pizza_solas :is(.storefront-surface--menu, .storefront-surface--products, .zestia-storefront-surface--menu) .main-menu {
  width: 100%;
  max-width: none;
  margin: 0 0 16px;
  padding: 7px;
  position: sticky;
  top: 68px;
  z-index: 58;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 4px;
  border: 1px solid var(--comanda-line);
  border-radius: 14px;
  background: rgba(12, 12, 12, 0.95);
  backdrop-filter: blur(18px);
}

body.app-body.storefront-shell.theme-pizza_solas .main-menu__list {
  width: max-content;
  min-width: 100%;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

body.app-body.storefront-shell.theme-pizza_solas .main-menu__list::-webkit-scrollbar {
  display: none;
}

body.app-body.storefront-shell.theme-pizza_solas .main-menu__scroll-button {
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--comanda-line-strong);
  border-radius: 10px;
  color: var(--comanda-text);
  background: var(--comanda-surface-raised);
}

body.app-body.storefront-shell.theme-pizza_solas .main-menu__link {
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: var(--comanda-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.045em;
}

body.app-body.storefront-shell.theme-pizza_solas .main-menu__link:is(.active, .is-active, [aria-current="true"], :hover, :focus-visible) {
  border-color: color-mix(in srgb, var(--comanda-brand) 55%, var(--comanda-line));
  color: #fff;
  background: color-mix(in srgb, var(--comanda-brand) 24%, var(--comanda-surface));
}

body.app-body.storefront-shell.theme-pizza_solas .menu-section {
  min-height: 0 !important;
  margin: 0 0 26px !important;
  padding: 18px 0 4px !important;
  overflow: visible !important;
  border: 0;
  background: transparent;
  scroll-margin-top: 136px;
}

body.app-body.storefront-shell.theme-pizza_solas .menu-section > .section-header {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  overflow: visible !important;
  clip-path: none !important;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  white-space: normal !important;
}

body.app-body.storefront-shell.theme-pizza_solas .menu-section > .section-header h2 {
  margin: 0;
  font-size: clamp(1.35rem, 1.7vw, 2rem);
  letter-spacing: -0.035em;
}

body.app-body.storefront-shell.theme-pizza_solas .subnav {
  margin: 0 0 12px;
  padding: 6px;
  gap: 6px;
  overflow-x: auto;
  border: 1px solid var(--comanda-line);
  border-radius: 12px;
  background: #0d0d0d;
  scrollbar-width: none;
}

body.app-body.storefront-shell.theme-pizza_solas .subnav__link {
  min-height: 42px;
  border-radius: 8px;
}

body.app-body.storefront-shell.theme-pizza_solas .menu-section .product-grid,
body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu .product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-template-rows: none !important;
  grid-auto-rows: auto !important;
  gap: 12px !important;
  align-items: stretch;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.app-body.storefront-shell.theme-pizza_solas .menu-section .product-card--compact,
body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu .product-card--compact {
  min-width: 0;
  min-height: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  grid-column: auto !important;
  grid-row: auto !important;
  display: flex !important;
  flex-direction: column;
  overflow: hidden !important;
  border: 1px solid var(--comanda-line) !important;
  border-radius: var(--comanda-radius) !important;
  background: var(--comanda-surface) !important;
  box-shadow: none !important;
  content-visibility: auto;
  contain-intrinsic-size: 420px;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card--compact > :is(.product-card__media-link, .product-body--compact) {
  min-width: 0;
  min-height: 0;
  grid-area: auto !important;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card--compact .product-card__media-link,
body.app-body.storefront-shell.theme-pizza_solas .product-card--compact .product-media {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 0;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card--compact .product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card--compact.has-cutout-media .product-image {
  object-fit: contain;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card--compact .product-body--compact,
body.app-body.storefront-shell.theme-pizza_solas .product-card--compact:not(:first-child) .product-body--compact {
  min-height: 0;
  height: 100%;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: auto;
  color: var(--comanda-text);
  background: var(--comanda-surface);
}

body.app-body.storefront-shell.theme-pizza_solas .product-card--compact .product-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card--compact .product-title h3,
body.app-body.storefront-shell.theme-pizza_solas .product-card--compact:first-child .product-title h3,
body.app-body.storefront-shell.theme-pizza_solas .product-card--compact .product-title h3 a,
body.app-body.storefront-shell.theme-pizza_solas .product-card--compact:first-child .product-title h3 a {
  max-width: none;
  margin: 0;
  color: var(--comanda-text);
  font-size: clamp(1rem, 1vw, 1.22rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card--compact .product-title .price {
  color: var(--comanda-text);
  font-size: 0.94rem;
  white-space: nowrap;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card--compact .product-desc--compact {
  min-height: 2.7em;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: var(--comanda-muted);
  font-size: 0.82rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card--compact :is(.product-meta, .product-card__allergens) {
  display: none;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card--compact .product-card__availability {
  display: block;
  margin-top: auto;
  font-size: 0.78rem;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card__status--available {
  color: var(--comanda-success);
}

body.app-body.storefront-shell.theme-pizza_solas .product-card__actions,
body.app-body.storefront-shell.theme-pizza_solas .product-card--compact:not(:first-child) .product-card__actions {
  min-width: 0;
  margin: 4px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card__primary-action {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 9px 11px;
  overflow: hidden;
  border-radius: 9px !important;
  font-size: 0.78rem;
  font-weight: 820;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.app-body.storefront-shell.theme-pizza_solas .product-card__details-link,
body.app-body.storefront-shell.theme-pizza_solas .product-card--compact:not(:first-child) .product-card__details-link {
  min-height: 44px;
  padding: 10px 2px;
  display: inline-flex;
  align-items: center;
  color: var(--comanda-muted);
  font-size: 0.75rem;
  white-space: nowrap;
}

/* Option-3 lazy configurator */
html.has-quick-product-dialog,
html.has-quick-product-dialog body {
  overflow: hidden;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog {
  width: min(calc(100vw - 24px), 760px);
  max-width: 760px;
  max-height: min(90dvh, 900px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--comanda-line-strong);
  border-radius: var(--comanda-radius-lg);
  color: var(--comanda-text);
  background: var(--comanda-surface);
  box-shadow: var(--comanda-shadow);
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog::backdrop {
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(7px);
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__shell {
  width: 100%;
  max-height: min(90dvh, 900px);
  overflow: hidden;
  overscroll-behavior: contain;
  background: var(--comanda-surface);
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-content {
  width: 100%;
  height: min(86dvh, 760px);
  max-height: min(90dvh, 900px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__loading,
body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__error {
  min-height: 300px;
  padding: 38px 24px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 9px;
  text-align: center;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__loading-mark {
  width: 34px;
  height: 34px;
  border: 3px solid var(--comanda-line);
  border-top-color: var(--comanda-brand);
  border-radius: 50%;
  animation: comanda-spin 0.75s linear infinite;
}

@keyframes comanda-spin { to { transform: rotate(1turn); } }

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__error-actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__header {
  min-height: 112px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 12px;
  align-items: start;
  position: sticky;
  top: 0;
  z-index: 3;
  border-bottom: 1px solid var(--comanda-line);
  background: rgba(17, 17, 17, 0.96);
  backdrop-filter: blur(16px);
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__identity {
  min-width: 0;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__identity img {
  width: 88px;
  height: 88px;
  border: 1px solid var(--comanda-line-strong);
  border-radius: 14px;
  object-fit: cover;
  background: #080808;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__identity-copy {
  min-width: 0;
  align-self: center;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__eyebrow {
  color: var(--comanda-brand-strong);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__title-row {
  margin-top: 5px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: baseline;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__title-row h2 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: clamp(1.22rem, 3vw, 1.7rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__price {
  color: var(--comanda-text);
  font-size: 1rem;
  white-space: nowrap;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__identity-copy > p {
  max-width: 48ch;
  margin: 7px 0 0;
  overflow: hidden;
  color: var(--comanda-muted);
  font-size: 0.78rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__close {
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid var(--comanda-line-strong);
  border-radius: 50%;
  color: var(--comanda-text);
  font-size: 1.6rem;
  line-height: 1;
  background: #0b0b0b;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__body {
  min-height: 0;
  padding: 12px 14px 16px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-facts {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-facts span {
  padding: 6px 8px;
  border: 1px solid var(--comanda-line);
  border-radius: 999px;
  color: var(--comanda-muted);
  font-size: 0.7rem;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-purchase-card {
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-configurator--quick,
body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-form {
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-form__scroll {
  min-height: 0;
  padding-right: 4px;
  display: grid;
  align-content: start;
  gap: 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .option-group,
body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .ingredients {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .ingredients {
  max-height: none;
  overflow: visible;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .option-group > :where(.muted, .option-group__hint, .option-group__status) {
  grid-column: 1 / -1;
  margin: 2px 0;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .ingredients.options > .option-group {
  grid-column: 1 / -1;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .option-choice {
  min-width: 0;
  min-height: 54px;
  margin: 0;
  padding: 9px 10px;
  border: 1px solid var(--comanda-line);
  border-radius: 12px;
  color: var(--comanda-text);
  background: var(--comanda-surface-raised);
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .option-choice:has(input:checked) {
  border-color: var(--comanda-brand);
  background: color-mix(in srgb, var(--comanda-brand) 16%, var(--comanda-surface-raised));
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .option-choice__copy {
  min-width: 0;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .option-choice__copy strong {
  overflow-wrap: anywhere;
  font-size: 0.84rem;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-included {
  border: 1px solid var(--comanda-line);
  border-radius: 13px;
  background: #0d0d0d;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-included > summary {
  min-height: 50px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  font-weight: 760;
  list-style: none;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-included > summary::-webkit-details-marker {
  display: none;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-included__hint {
  color: var(--comanda-muted);
  font-size: 0.7rem;
  font-weight: 600;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-included[open] > summary {
  border-bottom: 1px solid var(--comanda-line);
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .ingredients--quick {
  padding: 8px;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .ingredient-control {
  min-width: 0;
  min-height: 68px;
  padding: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--comanda-line);
  border-radius: 12px;
  background: var(--comanda-surface-raised);
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .ingredient-control.is-extra {
  border-color: var(--comanda-brand);
  background: color-mix(in srgb, var(--comanda-brand) 14%, var(--comanda-surface-raised));
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .ingredient-thumb {
  width: 40px;
  height: 40px;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .ingredient-name {
  overflow-wrap: anywhere;
  font-size: 0.8rem;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .ingredient-stepper {
  display: grid;
  grid-template-columns: 44px 22px 44px;
  gap: 3px;
  align-items: center;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .stepper-btn,
body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-actions__qty-step {
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--comanda-line-strong);
  border-radius: 10px;
  color: var(--comanda-text);
  background: #0b0b0b;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .ingredient-status {
  grid-column: 1 / -1;
  justify-self: end;
  color: var(--comanda-muted);
  font-size: 0.68rem;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-actions {
  margin: 2px 0 0;
  padding: 10px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  position: static;
  z-index: 2;
  border: 1px solid var(--comanda-line);
  border-radius: 14px;
  background: rgba(13, 13, 13, 0.97);
  backdrop-filter: blur(16px);
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-actions__qty {
  display: grid;
  grid-template-columns: 44px 50px 44px;
  align-items: end;
  gap: 4px;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-actions__qty-label {
  grid-column: 1 / -1;
  font-size: 0.7rem;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-actions input[type="number"] {
  width: 50px;
  min-width: 50px;
  min-height: 44px;
  padding: 5px;
  text-align: center;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-add-button {
  width: 100%;
  min-height: 54px;
  align-self: end;
  display: flex;
  justify-content: center;
  gap: 9px;
  border-radius: 11px !important;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-form__feedback {
  grid-column: 1 / -1;
  margin: 0;
}

body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__detail-link {
  min-height: 44px;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  color: var(--comanda-muted);
  font-size: 0.78rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Public surface consistency: retain readable line lengths over full scenes. */
body.app-body.storefront-shell.theme-pizza_solas :where(.legal-shell, .sitemap-shell, .auth-shell) {
  width: min(100%, 1180px);
  margin-inline: auto;
}

body.app-body.storefront-shell.theme-pizza_solas :where(.legal-shell, .local-landing, .product-page) p {
  max-width: var(--comanda-copy);
}

body.app-body.storefront-shell.theme-pizza_solas :where(.auth-card, .account-section, .cart-panel, .checkout-panel, .legal-card) {
  border: 1px solid var(--comanda-line);
  border-radius: var(--comanda-radius-lg);
  background: var(--comanda-surface);
}

body.app-body.storefront-shell.theme-pizza_solas .checkout-panel > form.stack {
  width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
}

body.app-body.storefront-shell.theme-pizza_solas .checkout-panel > form.stack > *,
body.app-body.storefront-shell.theme-pizza_solas .checkout-panel :where(fieldset, label, input, select, textarea, .row, .delivery-fields, .pickup-fields) {
  min-width: 0;
  max-width: 100%;
}

body.app-body.storefront-shell.theme-pizza_solas .storefront-surface--category .section-header {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

body.app-body.storefront-shell.theme-pizza_solas .storefront-surface--category .section-count {
  flex: 0 0 auto;
  margin-left: auto;
  white-space: nowrap;
}

body.app-body.storefront-shell.theme-pizza_solas.customer-portal {
  background-color: var(--comanda-canvas) !important;
  background-image:
    radial-gradient(circle at 10% 8%, color-mix(in srgb, var(--comanda-brand) 14%, transparent), transparent 34rem),
    radial-gradient(circle at 90% 22%, rgba(218, 167, 95, 0.07), transparent 32rem) !important;
}

body.app-body.storefront-shell.theme-pizza_solas.customer-portal :where(.auth-shell, .account-shell, .order-shell) {
  width: min(calc(100% - (2 * var(--comanda-page-inline))), 1320px);
  max-width: 1320px;
  margin-inline: auto;
}

body.app-body.storefront-shell.theme-pizza_solas .site-footer {
  border-top: 1px solid var(--comanda-line);
  color: var(--comanda-muted);
  background: #0b0b0b;
}

body.app-body.storefront-shell.theme-pizza_solas .site-footer :where(a, .footer-title, .footer-heading) {
  color: var(--comanda-text);
}

@media (min-width: 1580px) {
  body.app-body.storefront-shell.theme-pizza_solas .menu-section .product-grid,
  body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu .product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1900px) {
  body.app-body.storefront-shell.theme-pizza_solas .menu-section .product-grid,
  body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu .product-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 2800px) {
  body.app-body.storefront-shell.theme-pizza_solas .menu-section .product-grid,
  body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu .product-grid {
    grid-template-columns: repeat(8, minmax(280px, 1fr)) !important;
  }

  body.app-body.storefront-shell.theme-pizza_solas .product-card--compact .product-body--compact {
    padding: 18px;
  }
}

@media (max-width: 1180px) {
  body.app-body.storefront-shell.theme-pizza_solas .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  body.app-body.storefront-shell.theme-pizza_solas .header-store-status__copy span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  body.app-body.storefront-shell.theme-pizza_solas .menu-section .product-grid,
  body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  body.app-body.storefront-shell.theme-pizza_solas .content.storefront-surface,
  body.app-body.storefront-shell.theme-pizza_solas .storefront-surface--menu,
  body.app-body.storefront-shell.theme-pizza_solas .storefront-surface--products,
  body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu {
    width: min(calc(100% - 20px), 100%) !important;
  }

  body.app-body.storefront-shell.theme-pizza_solas .menu-section .product-grid,
  body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .option-group,
  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .ingredients {
    grid-template-columns: minmax(0, 1fr);
  }

  body.app-body.storefront-shell.theme-pizza_solas .storefront-surface--home .hero--full {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

@media (max-width: 680px) {
  body.app-body.storefront-shell.theme-pizza_solas .site-header {
    min-height: 60px;
    padding: 7px 10px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 6px;
  }

  body.app-body.storefront-shell.theme-pizza_solas.customer-portal .site-header {
    min-height: 60px;
    padding: 7px 10px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas: "brand status menu";
    gap: 6px;
  }

  body.app-body.storefront-shell.theme-pizza_solas.customer-portal .site-header .brand {
    grid-area: brand;
  }

  body.app-body.storefront-shell.theme-pizza_solas.customer-portal .site-header .header-store-status {
    grid-area: status;
  }

  body.app-body.storefront-shell.theme-pizza_solas.customer-portal .site-header .customer-nav-toggle {
    grid-area: menu;
  }

  body.app-body.storefront-shell.theme-pizza_solas .brand-logo {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .brand--home {
    width: auto;
    min-width: 44px;
    min-height: 44px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .customer-nav-toggle,
  body.app-body.storefront-shell.theme-pizza_solas .customer-nav-close {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
  }

  body.app-body.storefront-shell.theme-pizza_solas .customer-nav-close span {
    display: none;
  }

  body.app-body.storefront-shell.theme-pizza_solas .main-nav .cart-link__count {
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
    padding: 0;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: var(--comanda-brand);
    font-size: 0.72rem;
    line-height: 1;
  }

  body.app-body.storefront-shell.theme-pizza_solas .subnav__link {
    min-height: 44px !important;
  }

  body.app-body.storefront-shell.theme-pizza_solas .brand-tagline,
  body.app-body.storefront-shell.theme-pizza_solas .customer-nav-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  body.app-body.storefront-shell.theme-pizza_solas .header-store-status {
    width: clamp(118px, 38vw, 150px);
    min-width: 118px;
    min-height: 44px;
    padding: 6px 10px;
    justify-content: flex-start;
  }

  body.app-body.storefront-shell.theme-pizza_solas .header-store-status__copy {
    min-width: 0;
  }

  body.app-body.storefront-shell.theme-pizza_solas .header-store-status__copy strong {
    font-size: 0.65rem;
    line-height: 1;
  }

  body.app-body.storefront-shell.theme-pizza_solas .header-store-status__copy span {
    position: static;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    clip-path: none;
    font-size: 0.58rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.app-body.storefront-shell.theme-pizza_solas .main-menu {
    top: 60px !important;
    margin-bottom: 8px !important;
  }

  body.app-body.storefront-shell.theme-pizza_solas .menu-section {
    scroll-margin-top: 122px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .product-card__actions,
  body.app-body.storefront-shell.theme-pizza_solas .product-card--compact:not(:first-child) .product-card__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  body.app-body.storefront-shell.theme-pizza_solas .product-card__details-link {
    display: none !important;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog {
    width: 100%;
    max-width: none;
    max-height: min(92dvh, 920px);
    margin: auto 0 0;
    border-width: 1px 0 0;
    border-radius: 22px 22px 0 0;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__shell {
    max-height: min(92dvh, 920px);
    padding-bottom: env(safe-area-inset-bottom);
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-content {
    height: min(92dvh, 920px);
    max-height: min(92dvh, 920px);
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__header {
    min-height: 104px;
    padding: 10px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__identity {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__identity img {
    width: 72px;
    height: 72px;
    border-radius: 12px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__body {
    padding: 10px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-actions__qty {
    grid-template-columns: 44px minmax(46px, 1fr) 44px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-actions input[type="number"] {
    width: 100%;
  }
}

@media (max-height: 500px) and (min-width: 681px) {
  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog {
    width: min(calc(100vw - 16px), 900px);
    max-width: 900px;
    max-height: calc(100dvh - 8px);
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__shell,
  body.app-body.storefront-shell.theme-pizza_solas .quick-product-content {
    height: calc(100dvh - 8px);
    max-height: calc(100dvh - 8px);
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-content {
    grid-template-rows: 72px minmax(0, 1fr);
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__header {
    min-height: 72px;
    padding: 8px;
    align-items: center;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__identity {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 9px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__identity img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__identity-copy > p,
  body.app-body.storefront-shell.theme-pizza_solas .quick-product-facts {
    display: none;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__body {
    padding: 8px;
    grid-template-rows: minmax(0, 1fr);
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-form {
    gap: 6px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-actions {
    padding: 6px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-actions__qty {
    align-items: center;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-actions__qty-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-add-button {
    min-height: 48px;
  }
}

@media (max-width: 430px) {
  body.app-body.storefront-shell.theme-pizza_solas .menu-section .product-grid,
  body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu .product-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.app-body.storefront-shell.theme-pizza_solas .menu-section .product-card--compact,
  body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu .product-card--compact {
    display: grid !important;
    grid-template-columns: 38% minmax(0, 1fr) !important;
    grid-template-rows: minmax(174px, auto) !important;
    min-height: 174px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .menu-section .product-card--compact .product-card__media-link,
  body.app-body.storefront-shell.theme-pizza_solas .menu-section .product-card--compact .product-media,
  body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu .product-card--compact .product-card__media-link,
  body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu .product-card--compact .product-media {
    height: 100%;
    aspect-ratio: auto;
  }

  body.app-body.storefront-shell.theme-pizza_solas .menu-section .product-card--compact .product-body--compact,
  body.app-body.storefront-shell.theme-pizza_solas .zestia-storefront-surface--menu .product-card--compact .product-body--compact {
    padding: 11px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .product-card--compact .product-desc--compact {
    min-height: 0;
    -webkit-line-clamp: 2;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__identity-copy > p {
    max-width: 25ch;
    display: block;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog .product-form__scroll {
    border-bottom: 1px solid var(--comanda-line);
    box-shadow: inset 0 -18px 18px -20px rgba(255, 255, 255, 0.72);
    scrollbar-width: thin;
  }
}

@media (max-width: 350px) {
  body.app-body.storefront-shell.theme-pizza_solas .brand-name {
    max-width: 18ch;
    font-size: 0.9rem;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__title-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  body.app-body.storefront-shell.theme-pizza_solas .quick-product-dialog__identity-copy > p {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.app-body.storefront-shell.theme-pizza_solas *,
  body.app-body.storefront-shell.theme-pizza_solas *::before,
  body.app-body.storefront-shell.theme-pizza_solas *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
