/** Shopify CDN: Minification failed

Line 35:0 Expected "}" to go with "{"

**/
.totals {
  display: flex;
  justify-content: space-between;
    align-items: flex-end;
    padding: 0 var(--padding);



.totals * {
  line-height: 1;
}

.totals > * + * {
  margin-left: 2rem;
}

.totals__total {
  margin-top: .5rem;
}

.cart__ctas + .totals {
  margin-top: 2rem;
}

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