.totals {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid #212121;
  padding: 12px 0;
  font-family: var(--font-family-body-semibold);
}
.totals > * {
  font-size: 1.6rem;
  margin: 0;
  line-height: 24px;
}

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

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