CONTACT

Have questions about our programs?

Our experts are ready and standing by to help you transform your experience today, but you have to take the first step. Fill out the form below and we will be happy to get started on this with you!

Contact Details

Mailing Address

5455 Gull Road # D114
Kalamazoo, MI 49048

Working Hours

Mon-Thu: 9:00-4:00
Fri-Sat: 9:00-3:00

We’re always interested in new customers. Send us an email and we’ll get in touch shortly, or phone between 9 am and 4 pm Monday to Saturday.

Scroll to Top

The Perfect Pillow Score™

🔥 Why Trust The Perfect Pillow Score™?

document.addEventListener("DOMContentLoaded", function() { let elements = document.querySelectorAll('.rating-popup-trigger');elements.forEach(function(el) { let rating = parseFloat(el.getAttribute("data-rating")); let fullStars = Math.floor(rating); // Full stars count let halfStar = rating % 1 >= 0.3 && rating % 1 <= 0.7 ? "⭐½" : rating % 1 > 0.7 ? "⭐" : ""; // Rounds partial stars let emptyStars = 5 - fullStars - (halfStar ? 1 : 0); // Empty stars countlet starHTML = "⭐".repeat(fullStars) + halfStar + "☆".repeat(emptyStars); let starContainer = el.querySelector(".rating-stars");if (starContainer) { starContainer.innerHTML = starHTML; } });// Fix popup reopening issue elements.forEach(function(el) { el.addEventListener("mouseenter", function() { elementorProFrontend.modules.popup.showPopup({ id: 3762 }); });el.addEventListener("mouseleave", function() { setTimeout(function() { elementorProFrontend.modules.popup.closePopup({ id: 3762 }); }, 300); });el.addEventListener("click", function(event) { event.preventDefault(); setTimeout(function() { elementorProFrontend.modules.popup.showPopup({ id: 3762 }); }, 50); }); }); });