.product-allergens {
  margin-top: 0.5rem;
}

.product-allergens ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-allergens img {
  width: 85px;
  height: 85px;
  object-fit: contain;
}

.product-allergens-list img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}