.totals{display:flex;justify-content:center;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}
.totals>*+*{margin-left:2rem}
.totals__total{margin-top:.5rem;letter-spacing:0;font-weight:400;color:var(--color-black);font-family:var(--font-secondary)}
.totals__total-value{font-size:1.8rem;font-family:var(--font-secondary);font-weight:var(--font-weight-700)}
.cart__ctas+.totals{margin-top:2rem}
@media all and (min-width: 751px){
	.cart__blocks .totals{justify-content:flex-end}
}
@media screen and (max-width: 750px){
	.cart__blocks .totals{justify-content:space-between}
	.cart__blocks .totals .totals__total{font-size:calc(var(--font-heading-scale) * 1.4rem)}
}
/*# sourceMappingURL=/s/files/1/0663/7148/5847/t/22/assets/component-totals.css.map */
