var _____WB$wombat$assign$function_____=function(name){return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name))||self[name];};if(!self.__WB_pmw){self.__WB_pmw=function(obj){this.__WB_source=obj;return this;}}{ let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opens = _____WB$wombat$assign$function_____("opens"); /** Shopify CDN: Minification failed Line 13:0 Transforming class syntax to the configured target environment ("es5") is not supported yet Line 14:13 Transforming object literal extensions to the configured target environment ("es5") is not supported yet Line 23:12 Transforming object literal extensions to the configured target environment ("es5") is not supported yet Line 29:10 Transforming object literal extensions to the configured target environment ("es5") is not supported yet Line 39:7 Transforming object literal extensions to the configured target environment ("es5") is not supported yet Line 47:0 Transforming class syntax to the configured target environment ("es5") is not supported yet Line 48:13 Transforming object literal extensions to the configured target environment ("es5") is not supported yet Line 53:10 Transforming object literal extensions to the configured target environment ("es5") is not supported yet **/ class DetailsDisclosure extends HTMLElement { constructor() { super(); this.mainDetailsToggle = this.querySelector('details'); this.content = this.mainDetailsToggle.querySelector('summary').nextElementSibling; this.mainDetailsToggle.addEventListener('focusout', this.onFocusOut.bind(this)); this.mainDetailsToggle.addEventListener('toggle', this.onToggle.bind(this)); } onFocusOut() { setTimeout(() => { if (!this.contains(document.activeElement)) this.close(); }); } onToggle() { if (!this.animations) this.animations = this.content.getAnimations(); if (this.mainDetailsToggle.hasAttribute('open')) { this.animations.forEach((animation) => animation.play()); } else { this.animations.forEach((animation) => animation.cancel()); } } close() { this.mainDetailsToggle.removeAttribute('open'); this.mainDetailsToggle.querySelector('summary').setAttribute('aria-expanded', false); } } customElements.define('details-disclosure', DetailsDisclosure); class HeaderMenu extends DetailsDisclosure { constructor() { super(); this.header = document.querySelector('.header-wrapper'); } onToggle() { if (!this.header) return; this.header.preventHide = this.mainDetailsToggle.open; if (document.documentElement.style.getPropertyValue('--header-bottom-position-desktop') !== '') return; document.documentElement.style.setProperty( '--header-bottom-position-desktop', `${Math.floor(this.header.getBoundingClientRect().bottom)}px` ); } } customElements.define('header-menu', HeaderMenu); } /* FILE ARCHIVED ON 17:47:42 Dec 27, 2023 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 04:38:08 Jan 06, 2026. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.766 exclusion.robots: 0.025 exclusion.robots.policy: 0.01 esindex: 0.015 cdx.remote: 19.55 LoadShardBlock: 182.729 (3) PetaboxLoader3.datanode: 200.841 (4) load_resource: 93.528 PetaboxLoader3.resolve: 32.833 */