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

1 (877) 331 7627

info@soapopular.com

Infection Prevention from Germs & Bacteria

Consistent hand hygiene helps reduce healthcare-associated infections by limiting cross-contamination between patients, staff, and visitors.

Skin Safe, High-Use Products

Hospital staff depend on hand hygiene products throughout long shifts. Formulations must be effective yet gentle on skin to support frequent use.

Accessible Hand Hygiene Stations

Placing hand hygiene stations in patient rooms, corridors, and care area's improves adherence and makes proper sanitation seamless and accessible.

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); }); });