.totals{display:flex;justify-content:center;align-items:flex-end}.totals>*{margin:0}.totals *{line-height:1}.totals>*+*{-webkit-margin-start:2rem;margin-inline-start:2rem}.totals__subtotal{font-family:BarlowMedium,sans-serif;font-weight:500;color:var(--black);font-size:.75rem;line-height:1.5}@media (min-width:768px){.totals__subtotal{font-size:.875rem}}.totals__subtotal-value{font-family:BarlowBold,sans-serif;font-weight:700;color:var(--green);text-transform:uppercase;font-size:1.25rem;line-height:1.1;color:var(--black)}@media (min-width:768px){.totals__subtotal-value{font-size:1.625rem;line-height:1.3}}.cart__ctas+.totals{margin-top:2rem}@media all and (min-width:750px){.totals{justify-content:flex-end}}