/*
 * Final collection-filter specificity guard.
 * esmera-catalog-v2.css has a legacy `.esv-collection-v2-filter-trigger span`
 * rule intended for the numeric counter. Keep that styling on the counter only
 * and restore the textual "Filtros" label to normal typography.
 */
.esv-collection-v2-filter-trigger .esv-collection-v2-filter-label {
  display: inline;
  place-items: initial;
  min-width: 0;
  height: auto;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
}
