.totals, .total {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;

}


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

.totals * {
  line-height: 1;
}


.totals__subtotal-value {
  font-size: 1.8rem;
  margin: 0 0 0 10px;
}

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


