.widget_product_categories ul {
	@include widget-archive();
	a:hover + .count {
		color: var(--g5-color-heading);
	}
	span.count {
		position: absolute;
		top: 2px;
		right: 0;
	}

	> li > a {
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 0.05em;
	}
}
