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

.totals > * {
  margin: 0;
}

.totals__total-value {
  font-weight: var(--font-body-weight-bold);
}

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