document.addEventListener("DOMContentLoaded",function () {const sections = document.querySelectorAll("main section"); const observer = new IntersectionObserver((entries) => {entries.forEach((entry) => {if (entry.isIntersecting) {entry.target.classList.add("is-visible"); observer.unobserve(entry.target);}});},{threshold: .1}); sections.forEach((section,index) => {if (index === 0) {section.classList.add("is-visible");} else {observer.observe(section);}});});{}
/*# sourceMappingURL=/cdn/shop/t/2/assets/fade-in.css.map */
