.totals {
  justify-content: between;
  align-items: center;
}

.totals > * {
  margin: 0;
}

.totals > h2 {
}

.totals * {
  line-height: 1;
}

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

.totals__subtotal-value {
  font-size: 15px;
  line-height: 20px;
}

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

