We are renovating
the Crafterkite site
Hang on while we bring new upgrades and features for an enhanced experience!
document.addEventListener("DOMContentLoaded", () => { const lotties = document.querySelectorAll(".sync-lottie"); if (!lotties.length) { console.warn("No Lottie elements found"); return; } // Wait for Elementor to finish rendering setTimeout(() => { lotties.forEach(l => { l.stop?.(); l.goToAndPlay?.(0, true); }); }, 500); });