/* ── Badge nella pagina prodotto ────────────────────────────────────────── */

.product-info .product-category {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  color: inherit;
}

.product-info .categoria-badges-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; /* allineato a sinistra nella pagina dettaglio */
  gap: 8px;
  margin-bottom: var(--spacing-sm);
  margin-top: var(--spacing-xs);
  padding-top: 0;
}
