/**
 * Shared shell for the theme-owned cart and checkout pages.
 */

.alit-commerce-page {
	background: #fbfbf9;
	padding: 48px 0 84px;
}

.alit-commerce-page__header {
	background: #f2f2ef;
	border-top: 4px solid #1c1c1c;
	margin: 0 0 38px;
	padding: 38px 48px 35px;
}

.alit-commerce-page__eyebrow {
	color: #ff7519;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .11em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.alit-commerce-page__header h1 {
	color: #191919;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.08;
	margin: 0 0 13px;
	text-transform: none;
}

.alit-commerce-page__header > p:last-child {
	color: #696969;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.alit-commerce-page__content {
	min-width: 0;
}

.alit-commerce-page__content > .woocommerce {
	width: 100%;
}

@media (max-width: 767px) {
	.alit-commerce-page {
		padding: 22px 0 50px;
	}

	.alit-commerce-page__header {
		border-top-width: 3px;
		margin-bottom: 26px;
		padding: 28px 22px 26px;
	}

	.alit-commerce-page__header h1 {
		font-size: 33px;
	}
}

