.totals {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.totals__total {
  font-size: var(--fs-18);
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0.5rem;
}

.totals__total-value {
  font-size: var(--fs-24);
  font-weight: 400;
}
