
body {
    font-family: 'Poppins', 'Work Sans', sans-serif !important;
    background-color: #ffffff;
    color: #5b5b5f;
}
h1, h3 {
    color: #5b5b5f;
}
.btn-flag {
    border: none;
    background: none;
    margin-right: 10px;
}
.item-block {
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}
.item-block .name-es {
    font-weight: bold;
}
.item-block .name-en {
    font-size: 0.875rem;
    color: #888;
}
.item-block .prices {
    color: #eaa038;
    font-weight: 500;
}

h1 {
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: rgba(91, 91, 95, 1);
    font-weight: bold;
    font-family: 'Poppins', blair_itcregular;
}

a.btn-primary {
    background-color: #eaa038;
    border-color: #eaa038;
    color: #fff;
    font-weight: 500;
}
a.btn-primary:hover {
    background-color: #cf892f;
    border-color: #cf892f;
}

.btn.btn-azuline {
  color: var(--bs-secondary);
  background-color: transparent;
  border: 1px solid var(--bs-secondary);
}

.btn.btn-azuline:hover {
  color: var(--bs-white);
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.btn.btn-azuline:focus, 
.btn.btn-azuline.focus {
  color: var(--bs-white);
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-secondary-rgb), .5);
}

.btn.btn-azuline:active, 
.btn.btn-azuline.active,
.show > .btn.btn-azuline.dropdown-toggle {
  color: var(--bs-white);
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.btn.btn-azuline.disabled, 
.btn.btn-azuline:disabled {
  color: var(--bs-secondary);
  background-color: transparent;
}

.lang-topnav {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 20px;
}
.lang-topnav img {
    width: 40px;
    height: auto;
}

.price-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
}
.price-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 130px;
}
.price-value {
    color: #eaa038;
    font-weight: 500;
    min-width: 60px;
    text-align: right;
    display: inline-block;
    font-variant-numeric: tabular-nums;
}
.price-icon {
    margin-left: 8px;
}
@media (max-width: 576px) {
    .price-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
}
.price-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 130px;
}
.price-value {
    color: #eaa038;
    font-weight: 500;
    min-width: 60px;
    text-align: right;
    display: inline-block;
    font-variant-numeric: tabular-nums;
}
.price-icon {
    margin-left: 8px;
}
}

.price-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
}
.price-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 130px;
}
.price-value {
    color: #eaa038;
    font-weight: 500;
    min-width: 60px;
    text-align: right;
    display: inline-block;
    font-variant-numeric: tabular-nums;
}
.price-icon {
    margin-left: 8px;
}
.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 130px;
}
.price-value {
    color: #eaa038;
    font-weight: 500;
    min-width: 60px;
    text-align: right;
}
.price-icon {
    margin-left: 8px;
}

.floating-nav {
    z-index: 1055;
    background-color: #fff;
    border-top: 1px solid #ddd;
}
.floating-nav a.btn {
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 0;
}

.minibar-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    background-color: #ffffff;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.minibar-header {
    background-color: #5b5b5f;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 12px 16px;
}

.minibar-body {
    padding: 16px;
}

.minibar-body ul {
    padding-left: 1rem;
    margin-bottom: 0;
}

.minibar-body li {
    font-size: 0.95rem;
    margin-bottom: 6px;
    color: #5b5b5f;
    position: relative;
    padding-left: 16px;
}

.minibar-body li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #eaa038;
    font-size: 1rem;
    line-height: 1;
}

.minibar-price {
    text-align: right;
    font-weight: bold;
    color: #eaa038;
    font-size: 1.1rem;
    margin-top: 12px;
}

/* Iconos de alérgenos/trazas: 32px en escritorio, 16px en móvil */
.allergen-icon,
.trace-icon {
  width: 24px;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .allergen-icon,
  .trace-icon {
    width: 16px;
  }
}

.badge-outline-warning {
  background-color: transparent;
  color: var(--bs-warning);
  border: 1px solid var(--bs-warning);
}
