/* Menue · header compacto y navegación inferior tipo app. */

:root {
  --menu-bottom-top-height: 58px;
  --menu-bottom-sub-height: 54px;
  --menu-bottom-height: calc(var(--menu-bottom-top-height) + var(--menu-bottom-sub-height));
}

body {
  padding-bottom: calc(var(--menu-bottom-height) + env(safe-area-inset-bottom)) !important;
}

/* Header: sólo marca, nombre, mesa Premium y redes sociales. */
.hero {
  padding: 8px 0 12px !important;
}

.hero-cover {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ink) !important;
}

.hero-integrated-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 4px 0 11px !important;
  border-bottom: 1px solid var(--line) !important;
}

.hero-integrated-top .brand {
  min-width: 0 !important;
  align-items: center !important;
  gap: 10px !important;
}

.hero-integrated-top .brand h1 {
  max-width: min(52vw, 360px) !important;
  overflow: hidden !important;
  color: var(--ink) !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.hero-integrated-top .brand > div:nth-child(2) > span {
  display: none !important;
}

.hero-integrated-top .brand-mark {
  width: 44px !important;
  height: 44px !important;
  flex-basis: 44px !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 22px color-mix(in srgb, var(--accent) 20%, transparent) !important;
}

.hero-info-stack {
  display: contents !important;
}

.hero-info-stack > .info-card {
  display: none !important;
}

.hero-info-stack > .topbar-order-tools {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: auto !important;
  min-width: 0 !important;
}

.hero-info-stack .table-order-hint {
  display: none !important;
}

.hero-info-stack .table-chip {
  min-height: 36px !important;
  padding: 8px 12px !important;
  border-color: var(--line) !important;
  background: var(--card, #fff) !important;
  color: var(--ink) !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .06) !important;
  white-space: nowrap !important;
}

.hero-integrated-main {
  display: block !important;
  min-height: 0 !important;
  padding: 10px 0 0 !important;
}

.hero-integrated-main .hero-copy {
  max-width: none !important;
  text-shadow: none !important;
}

.hero-integrated-main .demo-pro-label,
.hero-integrated-main .hero-copy h2,
.hero-integrated-main .hero-copy p {
  display: none !important;
}

.hero-integrated-main .venue-socials {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  min-height: 30px !important;
  margin: 0 !important;
}

.hero-integrated-main .venue-socials:empty {
  display: none !important;
}

.hero-integrated-main .venue-social {
  width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid var(--line) !important;
  background: var(--card, #fff) !important;
  color: var(--ink) !important;
  box-shadow: 0 4px 13px rgba(0, 0, 0, .04) !important;
  backdrop-filter: none !important;
}

.hero-integrated-main .venue-social span {
  display: none !important;
}

.hero-integrated-main .venue-social b {
  background: color-mix(in srgb, var(--accent) 12%, transparent) !important;
  color: var(--accent) !important;
}

.hero-cover > .hero-art {
  display: none !important;
}

/* La barra inferior llega ya en su estructura final desde el HTML inicial. */
.menu-bottom-nav.menu-sticky-card {
  position: fixed !important;
  inset: auto 0 0 0 !important;
  z-index: 120 !important;
  display: grid !important;
  grid-template-rows: var(--menu-bottom-top-height) var(--menu-bottom-sub-height) !important;
  width: 100% !important;
  height: var(--menu-bottom-height) !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 env(safe-area-inset-bottom) !important;
  overflow: visible !important;
  border-top: 1px solid var(--line) !important;
  background: color-mix(in srgb, var(--page-bg2, #fbfaf7) 94%, transparent) !important;
  box-shadow: 0 -10px 28px rgba(30, 30, 24, .10) !important;
  backdrop-filter: blur(18px) !important;
}

.menu-bottom-nav .menu-bottom-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-bottom: 1px solid var(--line) !important;
}

.menu-bottom-global,
.menu-bottom-search {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  padding: 7px 12px !important;
}

.menu-bottom-global {
  gap: 6px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
}

.menu-bottom-global::-webkit-scrollbar {
  display: none !important;
}

.global-cat {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-height: 36px !important;
  padding: 6px 10px !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  background: var(--card, #fff) !important;
  color: var(--muted) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.global-cat > span:first-child {
  font-size: 16px !important;
  line-height: 1 !important;
}

.global-cat.active {
  border-color: var(--accent) !important;
  background: color-mix(in srgb, var(--accent) 12%, var(--card, #fff)) !important;
  color: var(--accent) !important;
}

.menu-bottom-search {
  justify-content: stretch !important;
  padding-left: 8px !important;
  border-left: 1px solid var(--line) !important;
}

.menu-bottom-search .search {
  width: 100% !important;
  min-width: 0 !important;
  height: 40px !important;
  padding: 0 10px !important;
  border-radius: 13px !important;
  box-shadow: none !important;
}

.menu-bottom-search .search input {
  min-width: 0 !important;
  padding: 9px 7px !important;
  font-size: 14px !important;
}

.menu-bottom-nav .category-wrap {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.menu-bottom-nav .category-nav {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) 34px !important;
  align-items: center !important;
  width: min(100%, 1160px) !important;
  height: var(--menu-bottom-sub-height) !important;
  padding: 0 10px !important;
  gap: 5px !important;
}

.menu-bottom-nav .category-nav .categories {
  min-width: 0 !important;
  width: 100% !important;
  padding: 7px 0 !important;
  gap: 7px !important;
}

.menu-bottom-nav .category-nav .cat {
  min-height: 34px !important;
  padding: 7px 11px !important;
  font-size: 11px !important;
}

.menu-bottom-nav .category-arrow {
  display: grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid var(--line) !important;
  border-radius: 50% !important;
  background: var(--card, #fff) !important;
  color: var(--ink) !important;
  font-size: 22px !important;
}

body[data-theme="dark"] .menu-bottom-nav {
  background: color-mix(in srgb, var(--page-bg2, #0f100e) 96%, transparent) !important;
  box-shadow: 0 -10px 28px rgba(0, 0, 0, .30) !important;
}

body[data-theme="dark"] .hero-integrated-top .brand h1 {
  color: #f4f1e9 !important;
}

body[data-theme="dark"] .hero-integrated-main .venue-social,
body[data-theme="dark"] .hero-info-stack .table-chip,
body[data-theme="dark"] .global-cat,
body[data-theme="dark"] .menu-bottom-search .search,
body[data-theme="dark"] .menu-bottom-nav .category-arrow {
  background: #1d1e1a !important;
  color: #f4f1e9 !important;
  border-color: #3a3c35 !important;
}

body[data-theme="dark"] .global-cat.active {
  background: color-mix(in srgb, var(--accent) 20%, #1d1e1a) !important;
  color: #fff !important;
}

/* Los controles flotantes quedan por encima de la barra inferior. */
.cart-fab,
.waiter-call-fab {
  bottom: calc(var(--menu-bottom-height) + 14px) !important;
}

body:has(#cartButton:not([hidden])) .waiter-call-fab {
  bottom: calc(var(--menu-bottom-height) + 70px) !important;
}

.toast {
  bottom: calc(var(--menu-bottom-height) + 16px) !important;
}

/* El buscador ya no debe reubicar la barra inferior al enfocar en móvil. */
body.search-sticky-locked .menu-bottom-nav.menu-sticky-card {
  position: fixed !important;
  inset: auto 0 0 0 !important;
  top: auto !important;
  bottom: 0 !important;
  z-index: 120 !important;
}

@media (max-width: 800px) {
  :root {
    --menu-bottom-top-height: 57px;
    --menu-bottom-sub-height: 52px;
  }

  .hero {
    padding: 6px 0 10px !important;
  }

  .hero .shell {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .hero-integrated-top .brand-mark {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  .hero-integrated-top .brand h1 {
    max-width: 47vw !important;
    font-size: 17px !important;
  }

  .hero-info-stack .table-chip {
    min-height: 33px !important;
    padding: 7px 9px !important;
    font-size: 11px !important;
  }

  .hero-integrated-main .venue-social span {
    display: none !important;
  }

  .hero-integrated-main .venue-social {
    width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .menu-bottom-global,
  .menu-bottom-search {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .global-cat {
    min-height: 34px !important;
    padding: 5px 7px !important;
    font-size: 10px !important;
  }

  .global-cat > span:first-child {
    font-size: 15px !important;
  }

  .menu-bottom-search .search {
    height: 38px !important;
  }

  .menu-bottom-search .search input {
    font-size: 16px !important;
  }

  .menu-bottom-nav .category-nav {
    grid-template-columns: 30px minmax(0, 1fr) 30px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    gap: 3px !important;
  }

  .menu-bottom-nav .category-arrow {
    width: 28px !important;
    height: 28px !important;
    font-size: 20px !important;
  }

  .menu-bottom-nav .category-nav .cat {
    min-height: 32px !important;
    padding: 6px 9px !important;
    font-size: 10px !important;
  }

  .cart-fab,
  .waiter-call-fab {
    bottom: calc(var(--menu-bottom-height) + 10px) !important;
  }

  body:has(#cartButton:not([hidden])) .waiter-call-fab {
    bottom: calc(var(--menu-bottom-height) + 64px) !important;
  }
}

@media (max-width: 430px) {
  .menu-bottom-nav .category-nav .cat {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .global-cat {
    gap: 3px !important;
  }

  .global-cat > span:last-child {
    max-width: 58px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

/* v75 · header móvil en dos filas: marca/mesa y redes + datos del local. */
.hero-integrated-top {
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  row-gap: 7px !important;
}

.hero-integrated-top > .brand {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  width: auto !important;
}

.hero-info-stack {
  display: contents !important;
}

.hero-info-stack > .topbar-order-tools {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.hero-info-stack > .info-card {
  display: none !important;
}

.hero-integrated-top > .venue-socials {
  grid-column: 1 !important;
  grid-row: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  min-width: 0 !important;
  min-height: 30px !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.hero-integrated-top > .venue-socials:empty {
  display: none !important;
}

.hero-integrated-top .venue-social {
  width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  border: 1px solid var(--line) !important;
  background: var(--card, #fff) !important;
  color: var(--ink) !important;
  box-shadow: 0 4px 13px rgba(0, 0, 0, .04) !important;
  backdrop-filter: none !important;
}

.hero-integrated-top .venue-social span {
  display: none !important;
}

.hero-integrated-top .venue-social b {
  background: color-mix(in srgb, var(--accent) 12%, transparent) !important;
  color: var(--accent) !important;
}

.hero-integrated-main {
  display: none !important;
}

/* Fija el nombre visible incluso frente a las reglas móviles heredadas. */
@media (max-width: 800px) {
  .hero-integrated-top {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    gap: 6px 10px !important;
    padding: 4px 12px 9px !important;
  }

  .hero-integrated-top > .brand {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    gap: 9px !important;
  }

  .hero-integrated-top .brand > div:nth-child(2) {
    display: block !important;
    min-width: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .hero-integrated-top .brand h1 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    font-size: 17px !important;
    line-height: 1.1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .hero-integrated-top .brand > div:nth-child(2) > span {
    display: none !important;
  }

  .hero-info-stack > .topbar-order-tools {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    width: auto !important;
  }

  .hero-info-stack > .info-card {
    display: flex !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: end !important;
    align-self: center !important;
    width: max-content !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .hero-info-stack > .info-card #localInfoContent {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 9px !important;
    width: max-content !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .hero-info-stack > .info-card .info-row {
    display: flex !important;
    align-items: center !important;
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    gap: 3px !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
  }

  .hero-info-stack > .info-card .info-row:first-child {
    display: none !important;
  }

  /* La regla heredada del botón “ver más” ocultaba horario y teléfono. */
  #headerInfoCard:not(.is-expanded) #localInfoContent .info-row:not(:first-child) {
    display: flex !important;
  }

  #headerInfoCard #localInfoContent .info-row:first-child {
    display: none !important;
  }

  .hero-info-stack > .info-card .info-row > span {
    display: block !important;
    flex: 0 0 auto !important;
    color: var(--muted) !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .hero-info-stack > .info-card .info-row > div {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    gap: 3px !important;
    white-space: nowrap !important;
  }

  .hero-info-stack > .info-card .info-row b {
    display: none !important;
  }

  .hero-info-stack > .info-card .info-row > div > span,
  .hero-info-stack > .info-card .info-row .info-value {
    display: block !important;
    min-width: 0 !important;
    max-width: 128px !important;
    overflow: hidden !important;
    color: var(--muted) !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .hero-info-stack > .info-card .mobile-info-toggle {
    display: none !important;
  }

  .hero-integrated-top > .venue-socials {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: center !important;
    gap: 6px !important;
    min-height: 30px !important;
  }

  .hero-integrated-top .venue-social {
    width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
  }

  .hero-integrated-top .venue-social b {
    background: transparent !important;
    font-size: 13px !important;
  }
}

@media (max-width: 430px) {
  .hero-integrated-top .brand h1 {
    max-width: 100% !important;
  }

  .hero-info-stack > .info-card #localInfoContent {
    gap: 6px !important;
  }

  .hero-info-stack > .info-card .info-row > div > span,
  .hero-info-stack > .info-card .info-row .info-value {
    max-width: 92px !important;
    font-size: 9px !important;
  }
}

/* v76 · categorías globales y buscador centrados como un solo grupo. */
.menu-bottom-nav .menu-bottom-top {
  grid-template-columns: minmax(0, max-content) minmax(150px, 250px) !important;
  justify-content: center !important;
  column-gap: 8px !important;
}

.menu-bottom-nav .menu-bottom-global {
  justify-content: center !important;
  overflow-x: visible !important;
}

.menu-bottom-nav .menu-bottom-search {
  width: 100% !important;
  max-width: 250px !important;
  justify-content: stretch !important;
}

.menu-bottom-nav .category-nav .categories {
  justify-content: center !important;
}

.menu-bottom-nav .category-nav .categories.is-overflowing {
  justify-content: flex-start !important;
}

.menu-search-trigger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 40px !important;
  padding: 7px 12px !important;
  border: 1px solid var(--line) !important;
  border-radius: 13px !important;
  background: var(--card, #fff) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.menu-search-trigger > span:first-child {
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: .7 !important;
}

.menu-search-trigger[hidden],
.menu-bottom-search .search[hidden] {
  display: none !important;
}

.menu-bottom-search.is-expanded {
  position: absolute !important;
  inset: 0 !important;
  z-index: 240 !important;
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom)) !important;
  border-left: 0 !important;
  background: color-mix(in srgb, var(--page-bg2, #fbfaf7) 98%, transparent) !important;
}

.menu-bottom-search.is-expanded .search {
  display: flex !important;
  width: 100% !important;
  height: 44px !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .10) !important;
}

.menu-bottom-search.is-expanded .search input {
  min-width: 0 !important;
  font-size: 16px !important;
}

body.menu-search-open .menu-bottom-nav .menu-bottom-global,
body.menu-search-open .menu-bottom-nav .category-wrap {
  visibility: hidden !important;
  pointer-events: none !important;
}

body[data-theme="dark"] .hero-integrated-top .venue-social,
body[data-theme="dark"] .menu-search-trigger,
body[data-theme="dark"] .menu-bottom-search.is-expanded {
  background: #1d1e1a !important;
  color: #f4f1e9 !important;
  border-color: #3a3c35 !important;
}

@media (max-width: 800px) {
  .menu-bottom-nav .menu-bottom-top {
    grid-template-columns: minmax(0, 1fr) minmax(112px, 40vw) !important;
    column-gap: 4px !important;
  }

  .menu-bottom-nav .menu-bottom-global {
    justify-content: center !important;
    overflow: hidden !important;
  }

  .menu-bottom-nav .menu-bottom-search {
    max-width: none !important;
  }

  .menu-bottom-nav .category-nav .categories {
    justify-content: center !important;
  }

  .menu-search-trigger {
    min-height: 38px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (max-width: 390px) {
  .menu-bottom-nav .global-cat {
    width: 36px !important;
    min-width: 36px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    gap: 0 !important;
  }

  .menu-bottom-nav .global-cat > span:last-child {
    display: none !important;
  }
}

/* v77 · bloque derecho del header separado en dos filas reales. */
.hero-integrated-top {
  grid-template-columns: minmax(0, 1fr) minmax(0, max-content) !important;
  grid-template-rows: auto auto !important;
}

.hero-info-stack {
  display: grid !important;
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  justify-self: end !important;
  align-self: stretch !important;
  width: max-content !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  gap: 5px !important;
  position: relative !important;
  z-index: 20 !important;
}

.hero-info-stack > .topbar-order-tools {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: auto !important;
  min-width: 0 !important;
}

.hero-info-stack > .info-card {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

/* Controles Premium en el header, con una misma forma y altura. */
.hero-info-stack > .topbar-order-tools.header-waiter-tools {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
}

.hero-info-stack > .topbar-order-tools.header-waiter-tools .waiter-call-fab,
.hero-info-stack > .topbar-order-tools.header-waiter-tools .table-chip {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  flex: 0 0 auto !important;
  min-height: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 5px 9px 5px 6px !important;
  gap: 4px !important;
  border-radius: 12px !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .10) !important;
  font-size: 10px !important;
  transform: none !important;
  white-space: nowrap !important;
}

.hero-info-stack > .topbar-order-tools.header-waiter-tools .table-chip {
  display: block !important;
  border: 1px solid color-mix(in srgb, var(--cover-focus, var(--accent)) 68%, #fff) !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #20211e !important;
  font-family: Arial, sans-serif !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.hero-info-stack > .topbar-order-tools.header-waiter-tools .table-chip > small {
  margin-top: 1px !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
}

body[data-theme="dark"] .hero-info-stack > .topbar-order-tools.header-waiter-tools .table-chip {
  border-color: color-mix(in srgb, var(--cover-focus, var(--accent)) 72%, #fff) !important;
  background: rgba(25, 26, 23, .96) !important;
  color: #f5f3ed !important;
}

.hero-info-stack > .topbar-order-tools.header-waiter-tools .waiter-call-fab > span {
  width: 25px !important;
  height: 25px !important;
  font-size: 12px !important;
}

body:has(#cartButton) .hero-info-stack > .topbar-order-tools.header-waiter-tools .waiter-call-fab {
  bottom: auto !important;
}

@media (max-width: 800px) {
  .hero-integrated-top {
    grid-template-columns: minmax(0, 1fr) minmax(0, min(250px, 58vw)) !important;
    grid-template-rows: auto auto !important;
  }

  .hero-info-stack {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    gap: 4px !important;
  }

  .hero-info-stack > .topbar-order-tools {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: stretch !important;
    width: 100% !important;
  }

  .hero-info-stack > .info-card {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: stretch !important;
    align-self: center !important;
    width: 100% !important;
    max-width: none !important;
    position: relative !important;
    z-index: 25 !important;
    overflow: visible !important;
  }

  .hero-info-stack > .info-card #localInfoContent {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 7px !important;
    overflow: visible !important;
  }

  .hero-info-stack > .info-card .info-row {
    display: flex !important;
    flex: 0 1 auto !important;
    align-items: center !important;
    min-width: 0 !important;
    width: auto !important;
    white-space: nowrap !important;
  }

  .hero-info-stack > .info-card .info-row:first-child,
  #headerInfoCard #localInfoContent .info-row:first-child {
    display: none !important;
  }

  #headerInfoCard:not(.is-expanded) #localInfoContent .info-row:not(:first-child) {
    display: flex !important;
  }

  .hero-info-stack > .info-card .info-row > div {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    gap: 2px !important;
    white-space: nowrap !important;
  }

  .hero-info-stack > .info-card .info-row > span {
    flex: 0 0 auto !important;
    font-size: 11px !important;
  }

  .hero-info-stack > .info-card .info-row b {
    display: none !important;
  }

  .hero-info-stack > .info-card .info-row > div > span,
  .hero-info-stack > .info-card .info-row .info-value {
    display: block !important;
    min-width: 0 !important;
    max-width: 98px !important;
    overflow: hidden !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .hero-info-stack > .topbar-order-tools.header-waiter-tools {
    gap: 4px !important;
  }

  .hero-info-stack > .topbar-order-tools.header-waiter-tools .waiter-call-fab,
  .hero-info-stack > .topbar-order-tools.header-waiter-tools .table-chip {
    min-height: 31px !important;
    height: 31px !important;
    padding: 3px 6px 3px 4px !important;
    border-radius: 10px !important;
    gap: 3px !important;
    font-size: 9px !important;
  }

  .hero-info-stack > .topbar-order-tools.header-waiter-tools .table-chip > small {
    font-size: 8px !important;
  }

  .hero-info-stack > .topbar-order-tools.header-waiter-tools .waiter-call-fab > span {
    width: 23px !important;
    height: 23px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 430px) {
  .hero-info-stack > .info-card #localInfoContent {
    gap: 5px !important;
  }

  .hero-info-stack > .info-card .info-row > div > span,
  .hero-info-stack > .info-card .info-row .info-value {
    max-width: 82px !important;
    font-size: 9px !important;
  }

  .hero-info-stack > .topbar-order-tools.header-waiter-tools .waiter-call-fab b {
    max-width: 62px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

/* v79 · fila 1: marca/redes; fila 2: mesero y mesa/datos del local. */
.hero-integrated-top {
  grid-template-columns: minmax(0, 1fr) minmax(0, max-content) !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
}

.hero-info-stack {
  display: grid !important;
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, max-content) !important;
  grid-template-rows: auto !important;
  align-items: center !important;
  justify-self: end !important;
  align-self: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  gap: 5px !important;
  position: relative !important;
  z-index: 20 !important;
}

.hero-info-stack > .topbar-order-tools {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  align-self: center !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.hero-info-stack > .topbar-order-tools.header-waiter-tools {
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
}

.hero-info-stack > .info-card {
  display: flex !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-items: center !important;
  justify-self: end !important;
  align-self: center !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.hero-info-stack > .info-card #localInfoContent {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: center !important;
  gap: 2px !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

.hero-info-stack > .info-card .info-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 3px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.hero-info-stack > .info-card .info-row:first-child,
#headerInfoCard #localInfoContent .info-row:first-child {
  display: none !important;
}

#headerInfoCard:not(.is-expanded) #localInfoContent .info-row:not(:first-child) {
  display: flex !important;
}

.hero-info-stack > .info-card .info-row > span {
  display: block !important;
  flex: 0 0 auto !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

.hero-info-stack > .info-card .info-row > div {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
  gap: 3px !important;
  white-space: nowrap !important;
}

.hero-info-stack > .info-card .info-row b {
  display: none !important;
}

.hero-info-stack > .info-card .info-row > div > span,
.hero-info-stack > .info-card .info-row .info-value {
  display: block !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

.hero-info-stack > .info-card .mobile-info-toggle {
  display: none !important;
}

.hero-integrated-top > .venue-socials {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  justify-content: flex-end !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 40px !important;
  overflow: visible !important;
}

.hero-integrated-top .venue-social {
  width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  flex: 0 0 38px !important;
}

.hero-integrated-top .venue-social b {
  width: 24px !important;
  height: 24px !important;
  font-size: 15px !important;
}

.hero-integrated-top .venue-social svg {
  width: 20px !important;
  height: 20px !important;
}

@media (max-width: 800px) {
  .hero-integrated-top {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto auto !important;
  }

  .hero-info-stack {
    width: 100% !important;
    max-width: 100% !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    gap: 4px !important;
  }

  .hero-info-stack > .topbar-order-tools {
    width: 100% !important;
  }

  .hero-info-stack > .info-card {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    overflow: visible !important;
  }

  .hero-info-stack > .info-card #localInfoContent {
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 2px !important;
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
  }

  .hero-info-stack > .info-card .info-row {
    width: 100% !important;
    justify-content: flex-end !important;
  }

  .hero-info-stack > .info-card .info-row > div > span,
  .hero-info-stack > .info-card .info-row .info-value {
    max-width: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 10px !important;
  }

  .hero-integrated-top > .venue-socials {
    gap: 8px !important;
    min-height: 40px !important;
  }

  .hero-integrated-top .venue-social {
    width: 37px !important;
    height: 37px !important;
    min-height: 37px !important;
    flex-basis: 37px !important;
  }

  .hero-integrated-top .venue-social b {
    width: 23px !important;
    height: 23px !important;
    font-size: 14px !important;
  }

  .hero-integrated-top .venue-social svg {
    width: 19px !important;
    height: 19px !important;
  }
}

@media (max-width: 430px) {
  .hero-info-stack > .info-card .info-row > div > span,
  .hero-info-stack > .info-card .info-row .info-value {
    font-size: 9px !important;
  }
}

/* En web Básica, separa los datos de las redes aunque no haya mesa ni mesero. */
@media (min-width: 801px) {
  body[data-plan="basic"] .hero-info-stack {
    padding-top: 6px !important;
  }
}

/* =========================================================
   v78 · PRODUCTOS PREMIUM + JERARQUÍA VISUAL
   Corrección puntual 2026-09-20.
   - Premium: recupera el contenido que quedaba recortado bajo la imagen.
   - Categorías: título más compacto y con aire superior.
   - Descripción: texto más legible.
   ========================================================= */

/* El diseño compacto anterior dejó la tipografía de descripción demasiado pequeña. */
.product p,
.product-body > p {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

/* Título de cada categoría: acorde a las tarjetas compactas actuales. */
.section-head {
  padding-top: 10px !important;
  margin-bottom: 12px !important;
}

.section-head h3,
.section h3 {
  font-size: 21px !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
}

/* Premium escritorio: asegura que el bloque de información permanezca visible
   y use el flujo de la tarjeta horizontal actual. */
@media (min-width: 801px) {
  body[data-plan="pro"] .product-body {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 100% !important;
    max-height: none !important;
    padding: 2px 0 0 !important;
    overflow: hidden !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body[data-plan="pro"] .product h4,
  body[data-plan="pro"] .product-body > p,
  body[data-plan="pro"] .product-bottom {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Premium móvil: neutraliza las alturas fijas antiguas (154/164px) que
   recortaban toda la información debajo de la imagen en la tarjeta vertical. */
@media (max-width: 800px) {
  .section-head {
    padding-top: 8px !important;
    margin-bottom: 10px !important;
  }

  .section-head h3,
  .section h3 {
    font-size: 18px !important;
    line-height: 1.12 !important;
  }

  body[data-plan="pro"] .product {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
  }

  body[data-plan="pro"] .product-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
  }

  body[data-plan="pro"] .product-body {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    min-height: 116px !important;
    height: auto !important;
    max-height: none !important;
    padding: 9px 1px 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body[data-plan="pro"] .product h4,
  body[data-plan="pro"] .product-body > p,
  body[data-plan="pro"] .product-bottom {
    opacity: 1 !important;
    visibility: visible !important;
  }

  body[data-plan="pro"] .product-body > p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  body[data-plan="pro"] .product-bottom {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: auto 0 0 !important;
    padding: 10px 0 0 !important;
    gap: 4px !important;
  }
}

/* =========================================================
   v79 · PRECIO SOBRE CONTROLES + SEPARACIÓN ENTRE CATEGORÍAS
   2026-09-20
   ========================================================= */

/* Premium: precio arriba; cantidad y Agregar justo debajo. */
body[data-plan="pro"] .product-bottom {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  gap: 6px !important;
}

body[data-plan="pro"] .product-bottom .price {
  align-self: flex-end !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.05 !important;
  text-align: right !important;
}

body[data-plan="pro"] .product-add {
  align-self: flex-end !important;
  justify-content: flex-end !important;
  margin: 0 !important;
}

/* Cuando se muestran todas las categorías, separa visualmente una de otra. */
body.categories-all .section + .section {
  margin-top: 30px !important;
}

@media (max-width: 800px) {
  body[data-plan="pro"] .product-bottom {
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    padding-top: 8px !important;
  }

  body[data-plan="pro"] .product-bottom .price,
  body[data-plan="pro"] .product-add {
    align-self: flex-end !important;
  }

  body.categories-all .section + .section {
    margin-top: 24px !important;
  }
}


/* =========================================================
   v80 · ORDEN CORRECTO EN PREMIUM
   Precio arriba, controles debajo.
   Anula órdenes heredados de sticky-mobile-fix.css.
   ========================================================= */
body[data-plan="pro"] .product-bottom .price {
  order: 1 !important;
}

body[data-plan="pro"] .product-add {
  order: 2 !important;
}

@media (max-width: 800px) {
  body[data-plan="pro"] .product-bottom .price {
    order: 1 !important;
  }

  body[data-plan="pro"] .product-add {
    order: 2 !important;
  }
}


/* =========================================================
   v81 · IMÁGENES 20% MÁS BAJAS EN MÓVIL
   Mantiene el ancho actual y cambia de 1:1 a 5:4.
   Se aplica igual a Básico y Premium.
   ========================================================= */
@media (max-width: 800px) {
  .product-img,
  body[data-plan="basic"] .product-img,
  body[data-plan="pro"] .product-img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 5 / 4 !important;
    object-fit: cover !important;
  }
}


/* =========================================================
   v82 · BARRA SUPERIOR EXCLUSIVA DE DEMOS
   Compatibilidad visual de los demos históricos
   ========================================================= */
.demo-plan-bar {
  width: 100%;
  border-bottom: 1px solid var(--line, rgba(0,0,0,.10));
  background: color-mix(in srgb, var(--accent) 8%, var(--card, #fff));
  color: var(--ink, #20211e);
}

.demo-plan-bar-inner {
  width: min(1160px, calc(100% - 32px));
  min-height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 7px 0;
}

.demo-plan-bar strong {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
}

.demo-plan-bar-actions {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
}

.demo-plan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.demo-plan-btn-detail {
  border: 1px solid color-mix(in srgb, var(--accent) 35%, var(--line, #ddd));
  background: var(--card, #fff);
  color: var(--ink, #20211e);
}

.demo-plan-btn-buy {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
}

body[data-theme="dark"] .demo-plan-bar {
  background: color-mix(in srgb, var(--accent) 14%, #151613);
  color: #f4f1e9;
  border-bottom-color: #35372f;
}

body[data-theme="dark"] .demo-plan-btn-detail {
  background: #1d1e1a;
  color: #f4f1e9;
  border-color: #41443b;
}

@media (max-width: 600px) {
  .demo-plan-bar-inner {
    width: calc(100% - 20px);
    min-height: 46px;
    gap: 8px;
  }

  .demo-plan-bar strong {
    font-size: 11px;
  }

  .demo-plan-bar-actions {
    gap: 5px;
  }

  .demo-plan-btn {
    min-height: 32px;
    padding: 6px 8px;
    border-radius: 9px;
    font-size: 10px;
  }
}

@media (max-width: 390px) {
  .demo-plan-bar-inner {
    align-items: center;
  }

  .demo-plan-bar strong {
    max-width: 145px;
  }
}


/* =========================================================
   v83 · FOOTER SIN ESPACIO INFERIOR
   Quita el padding heredado de 95px debajo de
   "Carta digital creada con Menue.cl".
   ========================================================= */
.footer {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.footer .shell {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}


/* =========================================================
   v84 · FOOTER CON 20PX INFERIORES
   ========================================================= */
.footer {
  padding-bottom: 20px !important;
}

.footer .shell {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}


/* =========================================================
   v87 · HEADER MÁS LIMPIO + CATEGORÍAS GLOBALES DESLIZABLES
   2026-09-20
   ========================================================= */

/* 1) Categorías globales con scroll horizontal real. */
.menu-bottom-nav .menu-bottom-global {
  justify-content: flex-start !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-x: contain !important;
  touch-action: pan-x !important;
  scrollbar-width: none !important;
}

.menu-bottom-nav .menu-bottom-global::-webkit-scrollbar {
  display: none !important;
}

.menu-bottom-nav .global-cat {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: max-content !important;
}

/* En teléfonos angostos mantenemos el texto: ahora se puede deslizar. */
@media (max-width: 390px) {
  .menu-bottom-nav .global-cat {
    width: auto !important;
    min-width: max-content !important;
    gap: 5px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .menu-bottom-nav .global-cat > span:last-child {
    display: inline !important;
    max-width: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }
}

/* 2) Header limpio: quitar horario y teléfono.
   La dirección ya estaba oculta en el diseño actual, por lo que
   ocultamos el bloque de información vacío completo. */
#headerInfoCard {
  display: none !important;
}

/* 3) Premium: Mesa + Solicitar mesero al extremo derecho. */
body[data-plan="pro"] .hero-info-stack {
  grid-template-columns: minmax(0, 1fr) !important;
}

body[data-plan="pro"] .hero-info-stack > .topbar-order-tools,
body[data-plan="pro"] .hero-info-stack > .topbar-order-tools.header-waiter-tools {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  justify-content: flex-end !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  margin-left: auto !important;
}

/* En móvil mantienen la alineación derecha y pueden envolver sólo
   si físicamente no caben, sin desbordar el header. */
@media (max-width: 800px) {
  body[data-plan="pro"] .hero-info-stack {
    width: 100% !important;
  }

  body[data-plan="pro"] .hero-info-stack > .topbar-order-tools,
  body[data-plan="pro"] .hero-info-stack > .topbar-order-tools.header-waiter-tools {
    justify-self: end !important;
    justify-content: flex-end !important;
    width: auto !important;
    margin-left: auto !important;
  }
}


/* =========================================================
   v88 · DIRECCIÓN BAJO EL NOMBRE DEL LOCAL
   Mantiene horario y teléfono ocultos.
   ========================================================= */
.hero-integrated-top .brand > div:nth-child(2) > .brand-address {
  display: block !important;
  margin-top: 3px !important;
  max-width: min(56vw, 430px) !important;
  overflow: hidden !important;
  color: var(--muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 800px) {
  .hero-integrated-top .brand > div:nth-child(2) > .brand-address {
    max-width: 100% !important;
    font-size: 10px !important;
  }
}


/* =========================================================
   v89 · DESCRIPCIÓN BAJO MARCA + DIRECCIÓN EN FILA INFERIOR
   - Descripción/tagline igual en Básico y Premium.
   - Dirección a la izquierda.
   - Premium: Mesa + Solicitar mesero a la derecha.
   ========================================================= */

/* Anula la dirección que antes iba debajo del nombre. */
.hero-integrated-top .brand > div:nth-child(2) > .brand-address {
  display: none !important;
}

/* Descripción real del local bajo el nombre/logo. */
.hero-integrated-top .brand > div:nth-child(2) > .brand-description {
  display: block !important;
  margin-top: 3px !important;
  max-width: min(58vw, 480px) !important;
  overflow: hidden !important;
  color: var(--muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Fila inferior del header: dirección + acciones. */
.hero-info-stack {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 12px !important;
}

.hero-info-stack > .header-address {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;

  display: flex !important;
  align-items: center !important;
  gap: 5px !important;

  min-width: 0 !important;
  max-width: 100% !important;

  color: var(--muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.hero-info-stack > .header-address > span:last-child {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Premium: controles a la derecha de la dirección. */
body[data-plan="pro"] .hero-info-stack {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

body[data-plan="pro"] .hero-info-stack > .topbar-order-tools,
body[data-plan="pro"] .hero-info-stack > .topbar-order-tools.header-waiter-tools {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  justify-content: flex-end !important;
  width: auto !important;
  margin-left: 0 !important;
}

/* Básico: la dirección puede ocupar toda la fila si no hay controles. */
body[data-plan="basic"] .hero-info-stack > .header-address {
  grid-column: 1 / -1 !important;
}

/* El antiguo bloque horario/teléfono continúa oculto. */
#headerInfoCard {
  display: none !important;
}

@media (max-width: 800px) {
  .hero-integrated-top .brand > div:nth-child(2) > .brand-description {
    max-width: 100% !important;
    font-size: 10px !important;
  }

  .hero-info-stack {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 7px !important;
  }

  .hero-info-stack > .header-address {
    font-size: 9px !important;
  }

  body[data-plan="pro"] .hero-info-stack > .topbar-order-tools,
  body[data-plan="pro"] .hero-info-stack > .topbar-order-tools.header-waiter-tools {
    grid-column: 2 !important;
    justify-self: end !important;
    width: auto !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 430px) {
  /* La dirección puede recortarse con puntos suspensivos antes
     de empujar los botones fuera de pantalla. */
  body[data-plan="pro"] .hero-info-stack {
    grid-template-columns: minmax(70px, 1fr) auto !important;
  }

  .hero-info-stack > .header-address {
    min-width: 0 !important;
  }
}


/* =========================================================
   v90 · MARCA VERTICAL COMPACTA
   Logo ocupa toda la altura del bloque de identidad.
   A la derecha: título, descripción y dirección.
   ========================================================= */

.hero-integrated-top > .brand {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;

  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  grid-template-rows: 1fr !important;
  align-items: stretch !important;

  min-height: 74px !important;
  gap: 10px !important;
}

.hero-integrated-top .brand-mark {
  align-self: stretch !important;
  width: 58px !important;
  height: 100% !important;
  min-height: 74px !important;
  flex: none !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

.hero-integrated-top .brand-mark img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.hero-integrated-top .brand-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0 !important;
  padding: 2px 0 !important;
}

.hero-integrated-top .brand-copy h1 {
  margin: 0 !important;
}

.hero-integrated-top .brand-copy .brand-description {
  display: block !important;
  margin-top: 3px !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: var(--muted) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.hero-integrated-top .brand-copy .brand-address {
  display: block !important;
  margin-top: 5px !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: var(--muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* La dirección ya no vive en la fila inferior. */
.hero-info-stack > .header-address {
  display: none !important;
}

/* Fila inferior queda reservada para los controles Premium. */
body[data-plan="pro"] .hero-info-stack {
  grid-column: 2 !important;
  grid-row: 2 !important;
  grid-template-columns: auto !important;
  justify-self: end !important;
  width: auto !important;
}

body[data-plan="pro"] .hero-info-stack > .topbar-order-tools,
body[data-plan="pro"] .hero-info-stack > .topbar-order-tools.header-waiter-tools {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  justify-content: flex-end !important;
}

/* En Básico no queda contenido útil en esa fila. */
body[data-plan="basic"] .hero-info-stack {
  display: none !important;
}

@media (max-width: 800px) {
  .hero-integrated-top {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    align-items: stretch !important;
  }

  .hero-integrated-top > .brand {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    min-height: 68px !important;
    gap: 8px !important;
  }

  .hero-integrated-top .brand-mark {
    width: 52px !important;
    min-height: 68px !important;
    height: 100% !important;
  }

  .hero-integrated-top .brand-copy .brand-description {
    font-size: 10px !important;
  }

  .hero-integrated-top .brand-copy .brand-address {
    margin-top: 4px !important;
    font-size: 9px !important;
  }

  body[data-plan="pro"] .hero-info-stack {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: end !important;
    justify-self: end !important;
  }
}

@media (max-width: 430px) {
  .hero-integrated-top > .brand {
    min-height: 64px !important;
  }

  .hero-integrated-top .brand-mark {
    width: 48px !important;
    min-height: 64px !important;
  }

  .hero-integrated-top .brand h1 {
    font-size: 16px !important;
  }

  .hero-integrated-top .brand-copy .brand-description {
    font-size: 9.5px !important;
  }

  .hero-integrated-top .brand-copy .brand-address {
    font-size: 8.5px !important;
  }
}


/* =========================================================
   v91 · MOSTRAR DIRECCIÓN BAJO LA DESCRIPCIÓN
   Corrige una regla heredada de v89 que la ocultaba.
   ========================================================= */
.hero-integrated-top > .brand > div.brand-copy:nth-child(2) > .brand-address {
  display: block !important;
  margin-top: 5px !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: var(--muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 800px) {
  .hero-integrated-top > .brand > div.brand-copy:nth-child(2) > .brand-address {
    font-size: 9px !important;
  }
}


/* =========================================================
   v92 · DIRECCIÓN ALINEADA ABAJO
   Título + descripción arriba, dirección al fondo del bloque.
   ========================================================= */
.hero-integrated-top .brand-copy {
  justify-content: flex-start !important;
}

.hero-integrated-top > .brand > div.brand-copy:nth-child(2) > .brand-address {
  margin-top: auto !important;
  padding-top: 8px !important;
}

@media (max-width: 800px) {
  .hero-integrated-top > .brand > div.brand-copy:nth-child(2) > .brand-address {
    padding-top: 6px !important;
  }
}


/* =========================================================
   v94 · TIPO DE LOCAL UNIFICADO + DIRECCIÓN INFERIOR/MAPS
   - Básico y Premium usan siempre .brand-description = type.
   - Dirección ocupa una fila inferior real en web y móvil.
   - La dirección es un enlace a Google Maps.
   ========================================================= */
.hero-integrated-top .brand-copy {
  align-self: stretch !important;
  display: grid !important;
  grid-template-rows: auto auto minmax(8px, 1fr) auto !important;
  align-content: stretch !important;
  justify-content: initial !important;
  min-height: 74px !important;
  height: 100% !important;
  padding: 2px 0 !important;
}

.hero-integrated-top .brand-copy h1 {
  grid-row: 1 !important;
  align-self: start !important;
}

.hero-integrated-top .brand-copy .brand-description {
  grid-row: 2 !important;
  align-self: start !important;
  margin-top: 3px !important;
}

.hero-integrated-top > .brand > div.brand-copy:nth-child(2) > .brand-address,
.hero-integrated-top .brand-copy .brand-address {
  grid-row: 4 !important;
  align-self: end !important;
  display: block !important;
  margin-top: 0 !important;
  padding-top: 8px !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: var(--muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.hero-integrated-top .brand-copy .brand-address:hover {
  color: var(--accent) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

@media (max-width: 800px) {
  .hero-integrated-top .brand-copy {
    grid-template-rows: auto auto minmax(7px, 1fr) auto !important;
    min-height: 68px !important;
    height: 100% !important;
  }

  .hero-integrated-top > .brand > div.brand-copy:nth-child(2) > .brand-address,
  .hero-integrated-top .brand-copy .brand-address {
    margin-top: 0 !important;
    padding-top: 6px !important;
    font-size: 9px !important;
  }
}

@media (max-width: 430px) {
  .hero-integrated-top .brand-copy {
    min-height: 64px !important;
  }

  .hero-integrated-top > .brand > div.brand-copy:nth-child(2) > .brand-address,
  .hero-integrated-top .brand-copy .brand-address {
    font-size: 8.5px !important;
  }
}


/* =========================================================
   v95 · MÓVIL: DIRECCIÓN REALMENTE AL FONDO DEL LOGO
   La columna de texto se estira al mismo alto que el logo.
   ========================================================= */
@media (max-width: 800px) {
  .hero-integrated-top > .brand {
    align-self: stretch !important;
    align-items: stretch !important;
  }

  .hero-integrated-top .brand-copy {
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;

    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero-integrated-top .brand-copy h1 {
    flex: 0 0 auto !important;
  }

  .hero-integrated-top .brand-copy .brand-description {
    flex: 0 0 auto !important;
  }

  .hero-integrated-top > .brand > div.brand-copy:nth-child(2) > .brand-address,
  .hero-integrated-top .brand-copy .brand-address {
    flex: 0 0 auto !important;
    margin-top: auto !important;
    padding-top: 6px !important;
    align-self: stretch !important;
  }
}


/* =========================================================
   v96 · MÓVIL: MISMA ALTURA REAL PARA LOGO Y TEXTO
   Solución determinista: ambos bloques miden 80px.
   Título + tipo arriba / dirección al fondo.
   ========================================================= */
@media (max-width: 800px) {
  .hero-integrated-top > .brand {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    align-items: stretch !important;
  }

  .hero-integrated-top .brand-mark {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    align-self: stretch !important;
  }

  .hero-integrated-top .brand-copy {
    display: grid !important;
    grid-template-rows: auto auto minmax(0, 1fr) auto !important;
    align-content: stretch !important;

    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;

    padding: 1px 0 0 !important;
    box-sizing: border-box !important;
  }

  .hero-integrated-top .brand-copy h1 {
    grid-row: 1 !important;
    align-self: start !important;
    margin: 0 !important;
  }

  .hero-integrated-top .brand-copy .brand-description {
    grid-row: 2 !important;
    align-self: start !important;
    margin-top: 3px !important;
  }

  .hero-integrated-top > .brand > div.brand-copy:nth-child(2) > .brand-address,
  .hero-integrated-top .brand-copy .brand-address {
    grid-row: 4 !important;
    align-self: end !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}


/* =========================================================
   v97 · MÓVIL: DIRECCIÓN ANCLADA AL BORDE INFERIOR
   Solución definitiva: posición absoluta dentro de brand-copy.
   ========================================================= */
@media (max-width: 800px) {
  .hero-integrated-top .brand-copy {
    position: relative !important;
    display: block !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    padding: 0 0 16px 0 !important;
    box-sizing: border-box !important;
  }

  .hero-integrated-top .brand-copy h1 {
    display: block !important;
    margin: 0 !important;
  }

  .hero-integrated-top .brand-copy .brand-description {
    display: block !important;
    margin-top: 3px !important;
  }

  .hero-integrated-top > .brand > div.brand-copy:nth-child(2) > .brand-address,
  .hero-integrated-top .brand-copy .brand-address {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;

    display: block !important;
    margin: 0 !important;
    padding: 0 !important;

    line-height: 1.15 !important;
  }
}


/* =========================================================
   v98 · RESTAURAR TAMAÑO DEL LOGO EN MÓVIL
   Mantiene la dirección anclada abajo.
   Escritorio no cambia.
   ========================================================= */
@media (max-width: 800px) {
  .hero-integrated-top > .brand {
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
  }

  .hero-integrated-top .brand-mark {
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
    width: 52px !important;
  }

  .hero-integrated-top .brand-copy {
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
    padding-bottom: 15px !important;
  }
}

@media (max-width: 430px) {
  .hero-integrated-top > .brand {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }

  .hero-integrated-top .brand-mark {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    width: 48px !important;
  }

  .hero-integrated-top .brand-copy {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    padding-bottom: 14px !important;
  }
}


/* =========================================================
   v99 · LOGO CUADRADO EN MÓVIL
   Mantiene exactamente la altura actual.
   ========================================================= */
@media (max-width: 800px) {
  .hero-integrated-top .brand-mark {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
  }
}

@media (max-width: 430px) {
  .hero-integrated-top .brand-mark {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
  }
}


/* =========================================================
   v100 · LOGO CUADRADO TAMBIÉN EN WEB + HEADER SIN LÍNEA
   - Web conserva la altura actual de 74px y pasa a 74×74.
   - Móvil conserva sus medidas cuadradas actuales.
   - Se elimina la línea inferior del header.
   ========================================================= */

/* Quitar línea inferior bajo el header. */
.hero-integrated-top {
  border-bottom: 0 !important;
}

/* Escritorio: logo cuadrado manteniendo su altura actual. */
@media (min-width: 801px) {
  .hero-integrated-top .brand-mark {
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important;
  }
}


/* =========================================================
   v101 · 15PX EXTRA SOBRE EL HEADER/LOGO
   Mantiene el resto de medidas y alineaciones.
   ========================================================= */
.hero-integrated-top {
  padding-top: 19px !important; /* 4px anteriores + 15px extra */
}


/* =========================================================
   v102 · SAFARI HEADER + CATEGORÍAS GLOBALES DESLIZABLES
   ========================================================= */

/* El ancho de la columna del logo debe coincidir con el logo real.
   Safari no permite que el logo desborde sobre la columna de texto. */
@media (max-width: 800px) {
  .hero-integrated-top > .brand {
    grid-template-columns: 68px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }
}

@media (max-width: 430px) {
  .hero-integrated-top > .brand {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }
}

/* La fila superior conserva dos zonas: categorías generales + Buscar. */
.menu-bottom-nav .menu-bottom-top {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 250px) !important;
}

.menu-bottom-global-wrap {
  display: grid !important;
  grid-template-columns: 0 minmax(0, 1fr) 0 !important;
  align-items: center !important;
  min-width: 0 !important;
  overflow: hidden !important;
  transition: grid-template-columns .16s ease !important;
}

.menu-bottom-global-wrap.is-overflowing {
  grid-template-columns: 28px minmax(0, 1fr) 28px !important;
}

.menu-bottom-global-wrap .menu-bottom-global {
  min-width: 0 !important;
  width: 100% !important;
  justify-content: flex-start !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-x: contain !important;
  touch-action: pan-x !important;
  scrollbar-width: none !important;
  scroll-behavior: smooth !important;
}

.menu-bottom-global-wrap .menu-bottom-global::-webkit-scrollbar {
  display: none !important;
}

.menu-bottom-global-wrap .global-cat {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: max-content !important;
}

.global-category-arrow {
  display: grid !important;
  place-items: center !important;
  width: 26px !important;
  height: 30px !important;
  min-width: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--ink) !important;
  font-size: 23px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity .15s ease !important;
}

.menu-bottom-global-wrap:not(.is-overflowing) .global-category-arrow,
.global-category-arrow:disabled {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body[data-theme="dark"] .global-category-arrow {
  color: #f4f1e9 !important;
}

@media (max-width: 800px) {
  .menu-bottom-nav .menu-bottom-top {
    grid-template-columns: minmax(0, 1fr) minmax(112px, 40vw) !important;
  }

  .menu-bottom-global-wrap.is-overflowing {
    grid-template-columns: 26px minmax(0, 1fr) 26px !important;
  }

  .menu-bottom-global-wrap .menu-bottom-global {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}


/* =========================================================
   v104 · BUSCADOR MÓVIL SIN ESPACIO VERTICAL
   Al abrir Buscar, la barra queda del alto del input.
   Escritorio no cambia.
   ========================================================= */
@media (max-width: 800px) {
  body.menu-search-open .menu-bottom-nav.menu-sticky-card {
    height: 44px !important;
    min-height: 44px !important;
    grid-template-rows: 44px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .menu-bottom-search.is-expanded {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

    padding: 0 8px !important;
    margin: 0 !important;

    align-items: stretch !important;
  }

  .menu-bottom-search.is-expanded .search {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
  }
}


/* =========================================================
   v105 · BUSCADOR MÓVIL CON 10PX ABAJO
   Arriba 0px, abajo 10px. Web no cambia.
   ========================================================= */
@media (max-width: 800px) {
  body.menu-search-open .menu-bottom-nav.menu-sticky-card {
    height: 54px !important;
    min-height: 54px !important;
    grid-template-rows: 44px 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .menu-bottom-search.is-expanded {
    top: 0 !important;
    right: 0 !important;
    bottom: 10px !important;
    left: 0 !important;

    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

    padding: 0 8px !important;
    margin: 0 !important;
  }
}

/* v77 · escritorio: categorías principales + buscador centrados como conjunto. */
@media (min-width: 801px) {
  .menu-bottom-nav .menu-bottom-top {
    display: grid !important;
    grid-template-columns: max-content 220px !important;
    justify-content: center !important;
    align-items: center !important;
    column-gap: 10px !important;
  }

  .menu-bottom-nav .menu-bottom-global {
    width: auto !important;
    justify-content: center !important;
    overflow: visible !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .menu-bottom-nav .menu-bottom-search {
    width: 220px !important;
    max-width: 220px !important;
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-left: 0 !important;
  }

  .menu-bottom-nav .menu-search-trigger {
    width: 100% !important;
  }

  .menu-bottom-nav .category-nav .categories:not(.is-overflowing) {
    justify-content: center !important;
  }
}

/* =========================================================
   v106 · BUSCADOR WEB EN SU PROPIO ESPACIO
   En escritorio, el botón Buscar se transforma en el campo
   sin ocultar categorías generales ni subcategorías.
   En móvil conserva el comportamiento actual + 5px arriba.
   ========================================================= */
@media (min-width: 801px) {
  .menu-bottom-nav .menu-bottom-search.is-expanded {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    display: flex !important;
    align-items: center !important;
    width: 220px !important;
    max-width: 220px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 7px 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .menu-bottom-nav .menu-bottom-search.is-expanded .search {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    border: 1px solid var(--line) !important;
    border-radius: 13px !important;
    background: var(--card, #fff) !important;
    box-shadow: none !important;
  }

  .menu-bottom-nav .menu-bottom-search.is-expanded .search input {
    width: 100% !important;
    min-width: 0 !important;
    padding: 9px 7px !important;
    font-size: 14px !important;
  }

  /* Buscar ya no reemplaza la navegación completa en escritorio. */
  body.menu-search-open .menu-bottom-nav .menu-bottom-global,
  body.menu-search-open .menu-bottom-nav .menu-bottom-global-wrap,
  body.menu-search-open .menu-bottom-nav .category-wrap {
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.menu-search-open .menu-bottom-nav.menu-sticky-card {
    height: var(--menu-bottom-height) !important;
    min-height: 0 !important;
    grid-template-rows: var(--menu-bottom-top-height) var(--menu-bottom-sub-height) !important;
    padding: 0 0 env(safe-area-inset-bottom) !important;
  }

  body[data-theme="dark"] .menu-bottom-nav .menu-bottom-search.is-expanded {
    background: transparent !important;
  }

  body[data-theme="dark"] .menu-bottom-nav .menu-bottom-search.is-expanded .search {
    background: #1d1e1a !important;
    color: #f4f1e9 !important;
    border-color: #3a3c35 !important;
  }
}

@media (max-width: 800px) {
  body.menu-search-open .menu-bottom-nav.menu-sticky-card {
    height: 59px !important;
    min-height: 59px !important;
    grid-template-rows: 5px 44px 10px !important;
  }

  .menu-bottom-search.is-expanded {
    top: 5px !important;
    bottom: 10px !important;
  }
}

/* =========================================================
   v107 · BUSCADOR WEB: placeholder completo
   Un poco más ancho y tipografía apenas menor sólo en escritorio.
   ========================================================= */
@media (min-width: 801px) {
  .menu-bottom-nav .menu-bottom-top {
    grid-template-columns: max-content 260px !important;
  }

  .menu-bottom-nav .menu-bottom-search,
  .menu-bottom-nav .menu-bottom-search.is-expanded {
    width: 260px !important;
    max-width: 260px !important;
  }

  .menu-bottom-nav .menu-bottom-search.is-expanded .search input {
    font-size: 13px !important;
  }
}
