.product-attribute-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.product-attribute-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: #e6f0eb;
  border: none;
  border-radius: 99px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #3d7a5e;
  line-height: 1;
  white-space: nowrap;
}
