/* Etiquetas promocionales de plato */
.webnu-product-badge {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 0.35rem;
}

.webnu-product-badge--featured {
  background: #fff3e0;
  color: #e65100;
  border: 1px solid #ffcc80;
}

.webnu-product-badge--new {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

.webnu-product-badge--bestseller {
  background: #e3f2fd;
  color: #1565c0;
  border: 1px solid #90caf9;
}

/* Generic layout */
body {
    max-width: 600px;
    width: 100%;
    margin: 0 auto !important;
}

/* Barra inferior desactivada: contacto en el pie de carta */
.fixed-bottom-bar {
    display: none !important;
}

.fixed-bottom-bar .btn {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
}

.fixed-bottom-bar a.btn:not(.whatsapp-btn) {
    background: var(--wn-primary, #0074d9) !important;
    border-color: var(--wn-primary, #0074d9) !important;
    color: #fff !important;
}

.whatsapp-btn {
    background: #25d366 !important;
    border-color: #25d366 !important;
    color: #fff !important;
}

/*Reservations modal*/

.reservation-send-btn{
    background: var(--mainback)!important;
    color:var(--mainchar) !important;
}
header .logo, footer .logo{
    max-height: 120px;
}