.totals{display:flex;align-items:flex-end;justify-content:center}
.totals>*{margin:0;font-size:1.6rem;line-height:1}
.totals>h2{font-size:calc(var(--font-heading-scale)*1.6rem)}
.totals>*+*{margin-left:2rem}
.totals__total{margin-top:.5rem}
.totals__total-value{font-size:1.8rem}
.cart__ctas+.totals{margin-top:2rem}
@media(min-width:750px){.totals{justify-content:flex-end}}