Cart
Product
Price
Qty
Total
 
UGX 450,000
UGX 450,000
UGX 275,000
UGX 275,000

Cart totals

Subtotal UGX 725,000
Shipping

Shipping to Kampala.

Total UGX 730,000
Top
document.addEventListener("scroll", function() { const button = document.querySelector(".sticky-call-button"); const scrollPosition = window.scrollY; const pageHeight = document.documentElement.scrollHeight - window.innerHeight; const scrolledPercent = (scrollPosition / pageHeight) * 100; if (scrolledPercent > 20) { button.classList.add("show"); } else { button.classList.remove("show"); } });