.totals {
  text-align: right;
}

.totals > * {
  display: inline-block;
  margin: 0;
}

.totals > h3 {
  text-transform: var(--headings-case);
}

.totals * {
  line-height: 1;
}

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

@media all and (min-width: 577px) {
  .totals {
    justify-content: flex-end;
  }
}
