Great things are on the horizon

Something big is brewing! Our store is in the works and will be launching soon!

document.addEventListener('DOMContentLoaded', function () { const categoryInputs = document.querySelectorAll('.category-filter input[type="checkbox"]'); const toggleHeader = document.querySelector('.elementor-toggle-title'); categoryInputs.forEach(function (input) { input.addEventListener('change', function () { if (toggleHeader && !toggleHeader.classList.contains('elementor-active')) { toggleHeader.click(); // Open the toggle if a category is selected } }); }); });