.category__title-count {
	display: flex;
	align-items: baseline;
	column-gap: 0.5rem;
	line-height: 1;
	padding: .5rem 0;
}

	.category_list_search .custom_show_filter {
		display: none;
	}

.products>.pagination {
	margin-top: 1.5rem;
}

.products-empty {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
