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

1 (877) 331 7627

info@soapopular.com

Continuous Passenger Movement

Airports handle some of the highest moving traffic across all industries. With check-in spaces, security lines, and gates, its important to support hand hygiene.

Shared Public Spaces and Travel

From kiosks and seating areas, to luggage and cabin spaces, travelers interact with multiple surfaces during their travel where cross-contamination is high risk.

Hand Hygiene at Key Moments

Placing hand hygiene stations is critical for effective hand hygiene practices aimed at reducing the risk of spreading germs and bacteria across your facilities.

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