LUMISTÉL is a small candle studio based in Los Angeles, focused on sculptural forms, timeless design, and a calm, warm atmosphere. Each candle is hand-poured in small batches with careful attention to shape, balance, and material. Our collections are designed to complement interior spaces — from boutique stores to interior design and home décor shops. Many of our candles are crafted from 100% natural beeswax sourced from local Los Angeles beekeepers, preserving the subtle honey aroma and warm tone of pure wax. Alongside our beeswax collection, we also offer sculptural candles made from premium soy wax blends, providing a clean-burning, modern alternative for any space. Designed to be burned, or kept as a sculpture. The choice is yours
LUMISTEL is a small candle studio based in Los Angeles, focused on sculptural forms, timeless design, and a calm, warm atmosphere.
Each candle is hand-poured in small batches with careful attention to shape, balance, and material. Our collections are designed to complement interior spaces — from boutique stores to interior design and home décor shops.
Many of our candles are crafted from 100% natural beeswax sourced from local Los Angeles beekeepers. Designed to be burned, or kept as a sculpture. The choice is yours.
function openStory() { var m = document.getElementById('storyModal'); m.style.display = 'flex'; document.body.style.overflow = 'hidden'; } function closeStory() { var m = document.getElementById('storyModal'); m.style.display = 'none'; document.body.style.overflow = ''; } // Закрытие по клику на тёмный фон document.getElementById('storyModal').addEventListener('click', function(e) { if (e.target === this) closeStory(); }); // Перехватываем кнопку The Story по href="#story" document.addEventListener('click', function(e) { var el = e.target.closest('a[href="#story"]'); if (el) { e.preventDefault(); openStory(); } }); // Также срабатывает если попали через URL if (window.location.hash === '#story') openStory(); window.addEventListener('hashchange', function() { if (window.location.hash === '#story') openStory(); });