/* FILE: woocommerce/loop/_categories.scss */

// Unfortunately, in some cases also a DIV wrapper has a class of `.products`...
ul.products {

	.product-category {

		.description {
			display: block;
		}

		.category-label {
			margin-bottom: .25rem;
			text-transform: uppercase;
			font-size: .8em;
		}

		.count {
			padding: 0;
			margin: 0;
			font-weight: 400;
			background: none;
		}

		.button::after {
			display: none;
		}

	}

	&-categories {
		margin-bottom: calc( var(--white_space) / 2 );
	}

}
