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

1 (877) 331 7627

info@soapopular.com

Monitoring High-Contact Equipment

Weights, machines, and mats are used repeatedly throughout the day. Proper hand hygiene can limit the transfer of germs and bacteria.

Sweat and Recovery Moments

Fitness environments involve intense physical activity where using hand hygiene before and after workouts can help support a cleaner facility.

Shared Community Spaces

Locker rooms, water stations, and rest areas bring members together. Proper hand hygiene placement can encourage regular use and enforce routines.

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