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

1 (877) 331 7627

info@soapopular.com

Shared Classrooms and Activities

Students regularly interaact through group learning, play, and shared materials. Proper hand hygiene can help limit the spread of germs and bacteria.

Developing Healthy Hygiene Habits

Schools play an important role in reinforcing lifeling hygiene habits. Easy access to hand hygiene can help encourage regular use and routines.

Hypoallergenic Hygiene Properties

We offer alcohol-free hand hygiene products that are hypoallaergenic and safer for a wide range of students and faculty members.

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