.cart-page__sub-totals,
.cart-page__discounts,
.totals {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-page__sub-totals {
  margin-bottom: var(--spacing-xs);
  height: calc(var(--spacing-m) + var(--spacing-3xs));
}

.cart-page__discounts {
  margin-bottom: var(--spacing-xs);
  height: var(--spacing-l);
}

.totals * {
  line-height: 1;
}

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