/* Product page: recommendations section */

.ep-recs {
	padding: 0;
	border-top: var(--b);
	margin-top: 0;
	clear: both;
	grid-column: 1 / -1;
	max-width: 100%;
	width: 100%;
}

.ep-recs__title {
	font-family: var(--enclave-heading-font);
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: .03em;
	line-height: 1;
	margin: 0;
	padding: 16px 32px;
	/* border-bottom: var(--b); */
}