/* Home refresh: hero shows real product photo; “Products” block like old Shopify */
.ne-hero::before {
	background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.52)) !important;
}
.home .ne-section#ne-products .ne-section-title {
	text-align: left;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.home .ne-section#ne-products .ne-section-title h2 {
	text-align: left;
}
.home .ne-section#ne-products .ne-section-title p {
	text-align: left;
	color: var(--ne-gray);
	max-width: 46rem;
}
