/* Biscuithé - Allergènes produits */

.ba-product-allergens {
  padding: 26px 0 18px;
}

.ba-allergen-grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 26px 34px;
}

.ba-allergen-item {
  width: 84px;
  min-height: 88px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #8a6047;
  font-size: 13px;
  line-height: 1.15;
}

.ba-allergen-item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin: 0 0 10px;
}

.ba-allergen-item span {
  display: block;
}

@media (max-width: 767px) {
  .ba-product-allergens {
    padding: 22px 0 12px;
  }

  .ba-allergen-grid {
    justify-content: center;
    gap: 22px 24px;
  }

  .ba-allergen-item {
    width: 78px;
    font-size: 12px;
  }

  .ba-allergen-item img {
    width: 32px;
    height: 32px;
  }
}
