Zenbar Healing Studio Crown

Cyber Monday

It’s the time of year you’ve been waiting for! Enjoy  20% on ALL retail products (including skincare). Save more on the products you love this season!

Shop your favourite brands

Explore Luxury Boutique Items Curated for Winter

Enjoy 20% off ALL retail items, online & in store

Cozy up to the season with our handpicked collection of winter essentials. From rich seasonal tones to warm textures and festive favorites, our winter retail items are designed to bring comfort, style, and a touch of seasonal charm to your everyday life. Whether you’re updating your wardrobe, refreshing your home decor, or searching for the perfect holiday gift or stocking stuffer, our winter collection has everything you need to embrace the season in warmth and style.

Shop online or visit us at Zenbar to explore the full collection!

Zenbar Healing Studio - Logo
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' }); });