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

1 (877) 331 7627

info@soapopular.com

High Rate of Visitor Turnover

Touris locations often welcome large numbers of visitors throughout the day. Consistent hand hygiene can help mitigate the spread of germs and bacteria.

Shared Experience and Touchpoints

From ticket counters and guided tours to exhibits and shared equipment, visitors regularly interact and touch multiple surfaces on site.

Hand Hygiene at Key Moments

Placing hand hygiene stations near entrances, rest zones, and exits will encourage sanitation use without disrupting visitor experiences.

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