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

.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;
}

@media all and (min-width: 750px) {
	.totals {
		justify-content: flex-end;
		column-gap: 1rem;
	}
}
