.cart-header h2 {
	font-size: 20px;
	line-height: 24px;
}

.cart-header h2,
.cart-header.cart-header--alt h2 {
	--tw-text-opacity: 1;

	font-weight: 700;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

.cart-header.cart-header--alt h2 {
	font-size: 16px;
	line-height: 20px;
}

.cart-empty.cart-header h2 {
	font-weight: 700;
	text-align: center;
}

.cart-empty.cart-header .cart-empty__continue {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
}
