/*
 * Alican Premium 1.4.4 — homepage product blocks.
 * Keeps the two eight-product rails visually distinct but rhythmically compact.
 */

.home-main .home-product-block--masters {
	padding-bottom: 26px;
}

.home-main .home-product-block--new {
	padding-top: 14px;
	padding-bottom: 46px;
}

.home-main .home-product-block--new .section-heading {
	padding-top: 8px;
	border-top: 1px solid var(--alican-border);
}

@media (max-width: 760px) {
	.home-main .home-product-block--masters {
		padding-bottom: 20px;
	}

	.home-main .home-product-block--new {
		padding-top: 10px;
		padding-bottom: 34px;
	}
}
