
html {
	background-color: white;
}

body {
	color: var(--c-black);
}

.homepage_links_large {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.homepage_links_large li {
	margin: 0 0 2px;
}

.homepage_links_large a {
	font-weight: 700;
	font-size: 18px;
	line-height: 32px !important;
}

.page-description, .category_top_content {
	margin-bottom: 50px;
}

:is(.page-description, .category_top_content) :last-of-type:last-child {
	margin-bottom: 0;
}

body.loading {
	pointer-events: none;
}

@media (max-width: 992px) {
	.page-description, .category_top_content {
		margin-bottom: 42px;
	}
	
	.cv-products-col {
		padding: 0 14px 30px !important;
	}
	
	.products.row {
		margin-left: -7px !important;
		margin-right: -7px !important;
	}
	
	.product-small.col {
		padding: 0 7px 26px !important;
	}
}

.woocommerce-pagination {
	margin-bottom: 15px;
}
