.totals{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.totals>*{font-size:1.6rem;margin:0}.totals>h2{font-size:calc(var(--font-heading-scale) * 1.6rem)}.totals *{line-height:1}.totals>*+*{margin-left:2rem}.totals__total{margin-top:.5rem}.totals__total-value{font-size:1.8rem}.totals__total-value.loading{position:relative}.totals__total-value.loading span{opacity:0}.totals__total-value.loading .loading__spinner{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.cart__ctas+.totals{margin-top:2rem}@media all and (min-width:750px){.totals{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}