/* Unico modelo de desplazamiento para todas las pantallas del cliente. */
[data-business-closed-banner] {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

body .encabezado-catalogo.encabezado-catalogo,
.customer-order-mode-banner {
  position: static !important;
  top: auto !important;
}

@media (max-width: 720px) {
  html {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body {
    min-height: 100dvh !important;
    height: auto !important;
    max-height: none !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }

  #catalogo-app,
  #pantalla-catalogo,
  .app-shell,
  .customer-screen,
  .content-shell,
  .summary-panel,
  .checkout-panel,
  .checkout-card,
  .order-grid,
  .tracking-shell,
  .tracking-card,
  .tracking-orders {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: visible !important;
  }

}
