Exclusively available at BALMY, our Candle Warmers provide a smarter, more luxurious way to enjoy your favorite candles. Designed to gently release fragrance without a flame, our warmer offers a richer scent, longer-lasting candles, and peace of mind—without the smoke, soot or mess. A stylish addition that brings quiet luxury to any space, and a thoughtful investment for yourself and your loved ones. READ MORE document.addEventListener("DOMContentLoaded", function () { const readMoreBtn = document.getElementById("read-more-btn"); const readMoreContent = document.querySelector(".read-more-container"); readMoreBtn.addEventListener("click", function (e) { e.preventDefault(); if (readMoreContent.style.display === "none" || readMoreContent.style.display === "") { readMoreContent.style.display = "block"; readMoreBtn.textContent = "READ LESS"; } else { readMoreContent.style.display = "none"; readMoreBtn.textContent = "READ MORE"; } }); });