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

1 (877) 331 7627

info@soapopular.com

Shared Spaces for Visitors and Guests

Lobbies, elevators, dining reas, and shared amenities see frequent guest traffic. Proper hand hygiene helps maintain cleanliness in high-touch areas.

Housekeeping and Staff Operations

Hotel staff work across guest rooms and laundry areas. Providing consistent hand hygiene products support clean room turnovers and reduce germs.

Convenient Access to Hand Hygiene

Hand hygiene stations placed in common areas and service zones provide easy access without disrupting workflow within hospitality 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); }); });