/**
 * Ticket 6.2.0-B — Harmonisation casse / typo (page catégorie)
 * Scope strict : body.category uniquement.
 * Miroir 6.2.0-A fiche produit : actions uppercase, descriptifs sans transform forcé.
 */

/* Actions / affordance navigation */
body.category .category-leaf-anchors__item {
  text-transform: uppercase;
}

/* Libellés descriptifs — respecter la casse BDD (éviter capitalize sur noms techniques) */
body.category .subcategory__name,
body.category .subcategory__name .subcategory__link,
body.category .product-card__name,
body.category .category-head-secondary__title {
  text-transform: none;
}

/* Annuler la classe uppercase du template partagé product-list.tpl */
body.category .product-card__name.uppercase {
  text-transform: none;
}

/* Prix HT/TTC : volontairement non ciblés (éviter "Ht" / "Ttc") */
