.category-products .mainvisual {
	background-image: url(/assets/img/products/pct_mainvisual.jpg);
}

.category-products .mainvisual .heading-page {
	color: #1b232c;
}

.products-sub-block:not(:first-of-type) {
	margin-top: 20px;
}

.other-products-block {
	border-top: none !important;
}

.other-products-block .heading-quaternary {
	margin-bottom: 24px;
}

/*# sourceMappingURL=../maps/category/products.css.map */

@media (min-width: 767px) {

.products-block:not(:first-child) {
	margin-top: 40px;
	padding-top: 35px;
	border-top: 1px solid #e4e7eb;
}

.products-sub-block:not(:first-of-type) {
	margin-top: 20px;
	padding-top: 45px;
	border-top: 1px dotted #e4e7eb;
}

.other-products-block .heading-quaternary {
	margin-bottom: 40px;
}

}

@media (max-width: 767px) {

.category-products .mainvisual {
	background-position: center;
}

.products-block:not(:first-child) {
	margin-top: 48px;
}

.other-products-block {
	width: 100vw;
	margin-left: -24px;
}

}

