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

1 (877) 331 7627

info@soapopular.com

How Germs Spready in Busy Shared Spaces

High-traffic hallways and shared facilities see constant movement and touchpoint activity throughout the day, leading to the rapid spread of germs by contact just from casual everyday behaviours.

Supporting Cleaner Hands with Soapopular

High-traffic areas require dependable hand hygiene options that stay ready throughout the busiest parts of the day. With dispenser and product accessory options, we can help reduce germ transfer on shared surfaces.

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