/* Harmoniser le style des titres de catégories WooCommerce */
.woocommerce-loop-category__title {
  font-family: var(--font-main); /* ou var(--font-deco) selon le style souhaité */
  font-size: var(--fs-md);
  color: var(--ty-anthracite-velours);
  text-align: center;
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}

/* Supprime le jaune fluo du <mark> et le rend doux */
.woocommerce-loop-category__title mark.count {
  background: transparent;
  color: var(--ty-poussiere-or); /* ou --ty-eau-profonde / --ty-prusse */
  font-weight: normal;
  font-size: 0.875rem;
}
