.totals {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.totals > * {
	font-size: 1.6rem;
	margin: 0;
}

.totals > h2 {
	font-size: calc(var(--font-heading-scale) * 1.8rem);
}

.totals * {
	line-height: 1;
}

.cart__ctas + .totals {
	margin-top: 2rem;
}

.title-cart {
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 1rem;
}
