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

1 (877) 331 7627

info@soapopular.com

Questions?

We can help!

Reach out to us through our convenient messaging system by filling out the provided form. By accepting the follow-up response, our dedicated team will be able to provide timely and helpful responses as needed. Thank you for your interest in Soapopular®.

Form Submission Policy

By sumbitting this form, you consent to the collection, retention, and processing of your personal information by Soapopular® for Medical/General purposes. Soapopular® is dedicated to protecting your privacy and handling your personal information with the utmost care.

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