Ceny JavaScript, prices JavaScript
total += parseFloat(el.dataset.price); total = Math.abs(total); price.innerText = total.toFixed(2) + " zł";