function getContextFromUrl(){let loc=window.location.href,ageContext="";if(loc.includes("age_context=")){let query=loc.substring(loc.indexOf("age_context="),loc.length);query.includes("&")?ageContext=query.substring(0,query.indexOf("&")):ageContext=query}return ageContext.replace("age_context=","")}function getContextFromStorage(){return window.sessionStorage.getItem("age-context")}function setAgeContext(ageContext){window.sessionStorage.setItem("age-context",ageContext),console.log("Age context changed to: ",ageContext)}function addContextToLinks(){let ageContext=getContextFromUrl()||getContextFromStorage();ageContext=="womens"&&(ageContext="women"),ageContext=="mens"&&(ageContext="men"),ageContext&&document.querySelectorAll("a").forEach(pl=>{pl.closest("[data-nav]")||(pl.href.includes("/collections")||pl.href.includes("/products"))&&(pl.href.includes("?")?pl.href+=`&age_context=${ageContext}`:pl.href+=`?age_context=${ageContext}`)})} //# sourceMappingURL=/cdn/shop/t/320/assets/age-context.js.map?v=3094700539595187711741129790