.totals {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.totals > * {
  font-size: 13px;
  letter-spacing: 0.33px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--font-body-family);
  margin: 0;
}

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