/* Styles for Catálogo FIRMAS SELECTAS HORECA - Zona 243 */
@import url("styles_base.css");

/* HORECA Custom Theme Accents & Badges */
.header-titles h1 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.horeca-badge-header {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 8px;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(217, 119, 6, 0.4);
  vertical-align: middle;
}

.header-zone-pill-fixed {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 0.76rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.header-zone-pill-fixed .zone-dot {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 6px #10b981;
}

.badge-iva {
  background: linear-gradient(135deg, #dc2626, #991b1b) !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  box-shadow: 0 2px 5px rgba(220, 38, 38, 0.4) !important;
}

.cart-iva-tag {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 4px;
}
