function calculateDilution(){ const totalLiquid=parseFloat(document.getElementById('totalLiquid').value); const totalUnit=document.getElementById('totalUnit').value; const ratio=parseFloat(document.getElementById('ratio').value); if(!totalLiquid||!ratio){ alert('Please enter a valid container size and dilution ratio.'); return; } const conversions={ oz:1, cup:8, tbsp:0.5, ml:0.033814, l:33.814, gal:128 }; const totalOz=totalLiquid*conversions[totalUnit]; const enviroOneOz=totalOz/(ratio+1); const waterOz=totalOz-enviroOneOz; const enviroOriginal=enviroOneOz/conversions[totalUnit]; const waterOriginal=waterOz/conversions[totalUnit]; document.getElementById('enviro-result').style.display='block'; document.getElementById('enviro-result').innerHTML=`

Your Dilution Result

Concentrate Needed
${enviroOriginal.toFixed(2)} ${totalUnit}
Water Needed
${waterOriginal.toFixed(2)} ${totalUnit}
Total Mixture
${totalLiquid.toFixed(2)} ${totalUnit}
`; document.getElementById('enviro-upsell').style.display='block'; document.getElementById('enviro-upsell-message').innerHTML= `Your ${ratio}:1 mix uses only ${enviroOneOz.toFixed(1)} oz of concentrate. One bottle of Enviro-One can make many ready-to-use cleaning solutions while avoiding harsh chemicals found in many traditional cleaners.`; if(typeof gtag==='function'){ gtag('event','dilution_calculation',{ ratio:ratio, container_size:totalLiquid }); } } Skip to main content
Remove item Thumbnail image Product Price Quantity Subtotal
× Lice Out Foam Dispenser Enviro-One Lice Foamer Dispenser (EMPTY) (Case-16) $47.20
$47.20

Cart totals

Subtotal $47.20
Total $47.20