.totals {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.totals * {
  line-height: 1;
}

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

.totals__total,
.totals__total-value {
  margin-top: 0;
  margin-bottom: 0;
}

.totals__total-value {
  color: rgb(var(--color-brand-secondary));
}

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