Soapopular® is Proudly Canadian. Specializing in Hand Hygiene Solutions. Questions? Call or E-mail us Today!

1 (877) 331 7627

info@soapopular.com

Serving Diverse Daily Users

Public spaces serve people of all ages and backgrounds throughout the day. Proper hand hygiene can help reduce the spread of germs of constantly changing visitors.

Shared Spaces and Infrastructure

Indoor recreational centers, outdoor plaground and parks are used daily by members of the community who rely on safe and clean areas to use.

Encouraging Responsible Use

Visible hand hygiene options promote awareness and encourages individuals to take part in maintaining cleaner and healthier community spaces.

Built for Performance and Reliability

See our Full Product Collection

document.addEventListener("DOMContentLoaded", function() { // If IntersectionObserver isn't supported, just add in-view immediately if (!("IntersectionObserver" in window)) { document.querySelectorAll(".bg-pan").forEach(function(el) { el.classList.add("in-view"); }); return; } var observer = new IntersectionObserver(function(entries) { entries.forEach(function(entry) { if (entry.isIntersecting) { entry.target.classList.add("in-view"); // Stop observing once triggered (optional) observer.unobserve(entry.target); } }); }, { threshold: 0.2 // 20% of element is visible }); document.querySelectorAll(".bg-pan").forEach(function(el) { observer.observe(el); }); });