theme.headerSection=function(){function header(){(function(){const offcanvasOpen=document.querySelector(".header__actions_btn--menu"),offcanvasClose=document.querySelector(".offcanvas__close_btn"),offcanvasHeader2=document.querySelector(".offcanvas-header"),offcanvasMenu=document.querySelectorAll(".offcanvas__menu"),body=document.querySelector("body");offcanvasMenu.forEach(item=>{item.querySelectorAll(".offcanvas__sub_menu").forEach(function(ul){const subMenuToggle=document.createElement("button");subMenuToggle.classList.add("offcanvas__sub_menu_toggle"),subMenuToggle.setAttribute("aria-label","menu collapse"),ul.parentNode.appendChild(subMenuToggle)})}),offcanvasOpen.addEventListener("click",function(e){e.preventDefault(),offcanvasHeader2.classList.add("open"),body.style.overflowY="hidden"}),offcanvasClose.addEventListener("click",function(e){e.preventDefault(),offcanvasHeader2.classList.remove("open"),body.style.overflowY=null}),offcanvasMenu.forEach(offcanvasMenuitem=>{offcanvasMenuitem.querySelectorAll(".offcanvas__sub_menu_toggle").forEach(function(toggle){toggle.addEventListener("click",function(e){e.preventDefault();const parent=this.parentElement;parent.classList.contains("active")?(this.classList.remove("active"),parent.classList.remove("active"),parent.querySelectorAll(".offcanvas__sub_menu").forEach(function(subMenu){subMenu.parentElement.classList.remove("active"),subMenu.nextElementSibling.classList.remove("active"),slideUp(subMenu)})):(this.classList.add("active"),parent.classList.add("active"),slideDown(this.previousElementSibling),getSiblings(parent).forEach(function(item){item.classList.remove("active"),item.querySelectorAll(".offcanvas__sub_menu").forEach(function(subMenu){subMenu.parentElement.classList.remove("active"),subMenu.nextElementSibling.classList.remove("active"),slideUp(subMenu)})}))})})}),document.addEventListener("click",function(event){!event.target.closest(".header__actions_btn--menu")&&!event.target.classList.contains(".header__actions_btn--menu".replace(/\./,""))&&!event.target.closest(".offcanvas-header")&&!event.target.classList.contains(".offcanvas-header".replace(/\./,""))&&(offcanvasHeader2.classList.remove("open"),body.style.overflowY=null)}),window.addEventListener("resize",function(){window.outerWidth>=992&&(offcanvasHeader2.classList.remove("open"),body.style.overflowY=null)})})()}return header}(); //# sourceMappingURL=/cdn/shop/t/2/assets/mobile-nav.js.map?v=94886703666960306921712183448