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

.totals > * {
  font-size: 1.6rem;
  margin: 0;
}

.totals > h2 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

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

.totals__total-value {
  font-size: 1.6rem;
}

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