Immerse yourself in 6,000 square feet of serene, candlelit luxury, designed to rejuvenate mind and body. With state-of-the-art medical technology—including two therapeutic Halotherapy salt caves, LPG Endermologie, advanced facial devices, Clarity II Laser, LED infrared healing pods, and registered massage therapy—our highly trained team is here to elevate your wellness journey. Begin and end your experience with a soothing tea in our tranquil zen lounge, where relaxation awaits.
“I had an incredible facial experience that left my skin feeling refreshed and rejuvenated. From start to finish, the treatment was both relaxing and effective. The massage during the facial was a highlight – calming and relieving any tension in my face, neck and arms. My skin looked noticeably brighter, smoother and felt incredibly soft. It was a true pampering session that not only rejuvenated my skin but also helped me unwind.”
Nadia
“From walking in the door to when I left everything was great! My first time at Zenbar and I will be back.”
Cindy
“It was truly a healing experience! Calming environment! Super friendly staff.. amazing services !! Loved every minute I was there.”
Stephanie
“Each visit to Zenbar surpasses the last. The welcoming staff, serene ambiance, and impeccable cleanliness create a perfect experience.”
window.addEventListener('load', function() {
// Get the current URL hash (without the #)
var hash = window.location.hash.substring(1);
if (!hash) return;
// Find the accordion widget container with the matching ID
var accordion = document.getElementById(hash);
if (!accordion) return;
// Find all accordion items inside this container
var items = accordion.querySelectorAll('.elementor-accordion-item');
if (!items.length) return;
// Loop through items to find the first one that is not already active
var itemToOpen = null;
items.forEach(function(item) {
if (!item.classList.contains('elementor-active') && !itemToOpen) {
itemToOpen = item;
}
});
if (!itemToOpen) return;
// Find the header inside the accordion item
var header = itemToOpen.querySelector('.elementor-tab-title, .elementor-accordion-header');
if (!header) return;
// Trigger a click to open it properly
header.click();
// Scroll to the accordion for smooth UX
accordion.scrollIntoView({ behavior: 'smooth' });
});