.totals {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.totals {
  --font-heading-size: 12px;
}

.totals__total-value {
  font-size: 18px;
}