function getFocusableElements(container){return Array.from(container.querySelectorAll("summary, a[href], button:enabled, [tabindex]:not([tabindex^='-']), [draggable], area, input:not([type=hidden]):enabled, select:enabled, textarea:enabled, object"))}const trapFocusHandlers={},warningTime=3e3;function trapFocus(container,elementToFocus=container){var elements=getFocusableElements(container),first=elements[0],last=elements[elements.length-1];removeTrapFocus(),trapFocusHandlers.focusin=event=>{event.target!==container&&event.target!==last&&event.target!==first||document.addEventListener("keydown",trapFocusHandlers.keydown)},trapFocusHandlers.focusout=function(){document.removeEventListener("keydown",trapFocusHandlers.keydown)},trapFocusHandlers.keydown=function(event){event.code.toUpperCase()==="TAB"&&(event.target===last&&!event.shiftKey&&(event.preventDefault(),first.focus()),(event.target===container||event.target===first)&&event.shiftKey&&(event.preventDefault(),last.focus()))},document.addEventListener("focusout",trapFocusHandlers.focusout),document.addEventListener("focusin",trapFocusHandlers.focusin),elementToFocus.focus()}function pauseAllMedia(){document.querySelectorAll(".js-youtube").forEach(video=>{video.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")}),document.querySelectorAll(".js-vimeo").forEach(video=>{video.contentWindow.postMessage('{"method":"pause"}',"*")}),document.querySelectorAll("video").forEach(video=>video.pause()),document.querySelectorAll("product-model").forEach(model=>model.modelViewerUI?.pause())}function removeTrapFocus(elementToFocus=null){document.removeEventListener("focusin",trapFocusHandlers.focusin),document.removeEventListener("focusout",trapFocusHandlers.focusout),document.removeEventListener("keydown",trapFocusHandlers.keydown),elementToFocus&&elementToFocus.focus()}function debounce(fn,wait){let t;return(...args)=>{clearTimeout(t),t=setTimeout(()=>fn.apply(this,args),wait)}}const serializeForm=form=>{const obj={},formData=new FormData(form);for(const key of formData.keys())obj[key]=formData.get(key);return JSON.stringify(obj)};function throttle(fn,delay){let lastCall=0;return function(...args){const now=new Date().getTime();if(!(now-lastCall"u"&&(window.Shopify={}),Shopify.bind=function(fn,scope){return function(){return fn.apply(scope,arguments)}},Shopify.setSelectorByValue=function(selector,value){for(var i=0,count=selector.options.length;i0&&Shopify.setSelectorByValue(this.provinceEl,value)},countryHandler:function(e){var opt=this.countryEl.options[this.countryEl.selectedIndex],raw=opt.getAttribute("data-provinces"),provinces=JSON.parse(raw);if(this.clearOptions(this.provinceEl),provinces&&provinces.length==0)this.provinceContainer.style.display="none";else{for(var i=0;i"u"?def:opt}function formatWithDelimiters(number,precision,thousands,decimal){if(precision=defaultOption(precision,2),thousands=defaultOption(thousands,","),decimal=defaultOption(decimal,"."),isNaN(number)||number==null)return 0;number=(number/100).toFixed(precision);var parts=number.split("."),dollars=parts[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1"+thousands),cents2=parts[1]?decimal+parts[1]:"";return dollars+cents2}switch(formatString.match(placeholderRegex)[1]){case"amount":value=formatWithDelimiters(cents,2);break;case"amount_no_decimals":value=formatWithDelimiters(cents,0);break;case"amount_with_comma_separator":value=formatWithDelimiters(cents,2,".",",");break;case"amount_no_decimals_with_comma_separator":value=formatWithDelimiters(cents,0,".",",");break}return formatString.replace(placeholderRegex,value)},Shopify.getCart=function(callback){$.getJSON("/cart.js",function(cart,textStatus2){typeof callback=="function"?callback(cart):Shopify.onCartUpdate(cart)})},Shopify.onCartUpdate=function(cart){alert("There are now "+cart.item_count+" items in the cart.")},Shopify.changeItem=function(variant_id,quantity,index,callback){getCartUpdate(index,quantity,callback)},Shopify.removeItem=function(variant_id,index,callback){getCartUpdate(index,0,callback)};function getCartUpdate(line,quantity,callback){const body=JSON.stringify({line,quantity,sections_url:window.location.pathname});fetch(`${routes.cart_change_url}`,{...fetchConfig(),body}).then(response=>response.text()).then(state=>{const parsedState=JSON.parse(state);if(parsedState.errors){showWarning("Error : "+parsedState.errors,warningTime);return}typeof callback=="function"?callback(parsedState):Shopify.onCartUpdate(parsedState)}).catch(e=>{console.error(e)})}Shopify.addItem=function(variant_id,quantity,$target,callback,input=null){var quantity=quantity||1;let dataForm="quantity="+quantity+"&id="+variant_id;if($target.closest("form")){const $properties=$target.closest("form").find('[name^="properties"]');$properties.length&&$properties.each((index,element)=>{dataForm=`${dataForm}&${$(element).attr("name")}=${$(element).val()}`})}var params={type:"POST",url:"/cart/add.js",data:dataForm,dataType:"json",success:function(line_item){typeof callback=="function"?callback(line_item):Shopify.onItemAdded(line_item)},error:function(XMLHttpRequest2,textStatus2){var message2=window.cartStrings.addProductOutQuantity2;if(input.length>0){var maxValue=parseInt(input.attr("data-inventory-quantity"));message2=getInputMessage(maxValue),input.val(maxValue)}Shopify.onError(XMLHttpRequest2,textStatus2,message2),$target.removeClass("is-loading")}};$.ajax(params)},Shopify.onItemAdded=function(line_item){alert(line_item.title+" was added to your shopping cart.")},Shopify.onError=function(XMLHttpRequest,textStatus,message){var data=eval("("+XMLHttpRequest.responseText+")");data.message?data.description?showWarning(data.description):showWarning(data.message+": "+message,warningTime):showWarning("Error : "+message,warningTime)};class MenuDrawer extends HTMLElement{constructor(){super(),this.mainDetailsToggle=this.querySelector("details");const summaryElements=this.querySelectorAll("summary");this.addAccessibilityAttributes(summaryElements),navigator.platform==="iPhone"&&document.documentElement.style.setProperty("--viewport-height",`${window.innerHeight}px`),this.addEventListener("keyup",this.onKeyUp.bind(this)),this.addEventListener("focusout",this.onFocusOut.bind(this)),this.bindEvents()}bindEvents(){this.querySelectorAll("summary").forEach(summary=>summary.addEventListener("click",this.onSummaryClick.bind(this))),this.querySelectorAll("button").forEach(button=>button.addEventListener("click",this.onCloseButtonClick.bind(this)))}addAccessibilityAttributes(summaryElements){summaryElements.forEach(element=>{element.setAttribute("role","button"),element.setAttribute("aria-expanded",!1),element.setAttribute("aria-controls",element.nextElementSibling.id)})}onKeyUp(event){if(event.code.toUpperCase()!=="ESCAPE")return;const openDetailsElement=event.target.closest("details[open]");openDetailsElement&&(openDetailsElement===this.mainDetailsToggle?this.closeMenuDrawer(this.mainDetailsToggle.querySelector("summary")):this.closeSubmenu(openDetailsElement))}onSummaryClick(event){const summaryElement=event.currentTarget,detailsElement=summaryElement.parentNode,isOpen=detailsElement.hasAttribute("open");detailsElement===this.mainDetailsToggle?(isOpen&&event.preventDefault(),isOpen?this.closeMenuDrawer(summaryElement):this.openMenuDrawer(summaryElement)):(trapFocus(summaryElement.nextElementSibling,detailsElement.querySelector("button")),setTimeout(()=>{detailsElement.classList.add("menu-opening")}))}openMenuDrawer(summaryElement){setTimeout(()=>{this.mainDetailsToggle.classList.add("menu-opening")}),summaryElement.setAttribute("aria-expanded",!0),trapFocus(this.mainDetailsToggle,summaryElement),document.body.classList.add("overflow-hidden-mobile")}closeMenuDrawer(event,elementToFocus=!1){event!==void 0&&(this.mainDetailsToggle.classList.remove("menu-opening"),this.mainDetailsToggle.querySelectorAll("details").forEach(details=>{details.removeAttribute("open"),details.classList.remove("menu-opening")}),this.mainDetailsToggle.querySelector("summary").setAttribute("aria-expanded",!1),document.body.classList.remove("overflow-hidden-mobile"),removeTrapFocus(elementToFocus),this.closeAnimation(this.mainDetailsToggle))}onFocusOut(event){setTimeout(()=>{this.mainDetailsToggle.hasAttribute("open")&&!this.mainDetailsToggle.contains(document.activeElement)&&this.closeMenuDrawer()})}onCloseButtonClick(event){const detailsElement=event.currentTarget.closest("details");this.closeSubmenu(detailsElement)}closeSubmenu(detailsElement){detailsElement.classList.remove("menu-opening"),removeTrapFocus(),this.closeAnimation(detailsElement)}closeAnimation(detailsElement){let animationStart;const handleAnimation=time=>{animationStart===void 0&&(animationStart=time),time-animationStart<400?window.requestAnimationFrame(handleAnimation):(detailsElement.removeAttribute("open"),detailsElement.closest("details[open]")&&trapFocus(detailsElement.closest("details[open]"),detailsElement.querySelector("summary")))};window.requestAnimationFrame(handleAnimation)}}customElements.define("menu-drawer",MenuDrawer);class HeaderDrawer extends MenuDrawer{constructor(){super()}openMenuDrawer(summaryElement){this.header=this.header||document.getElementById("shopify-section-header"),this.borderOffset=this.borderOffset||this.closest(".header-wrapper").classList.contains("header-wrapper--border-bottom")?1:0,document.documentElement.style.setProperty("--header-bottom-position",`${parseInt(this.header.getBoundingClientRect().bottom-this.borderOffset)}px`),setTimeout(()=>{this.mainDetailsToggle.classList.add("menu-opening")}),summaryElement.setAttribute("aria-expanded",!0),trapFocus(this.mainDetailsToggle,summaryElement),document.body.classList.add("overflow-hidden-mobile")}}customElements.define("header-drawer",HeaderDrawer);class UpdateQuantity extends HTMLElement{constructor(){super(),this.input=this.querySelector("input"),this.changeCart=!1,this.changeEvent=new Event("change",{bubbles:!0}),this.querySelectorAll(".btn-quantity").forEach(button=>button.addEventListener("click",this.onButtonClick.bind(this)))}onButtonClick(event){event.preventDefault();const $target=event.target;let el_input=$target.parentElement.querySelector(".quantity");const value=Number(el_input.value),inStockNumber=Number(el_input.dataset.inventoryQuantity),buttonAdd=$target.closest(".product-form")?.querySelector("[data-btn-addtocart]");let newVal,checkAvailabel=!1;const policyArray=document.body.matches(".quickshop-popup-show")?window[`quick_shop_policy_array_${this.input.dataset.product}`]:window[`cart_selling_array_${this.dataset.product}`],currentId=document.body.matches(".quickshop-popup-show")?this.closest(".productView-options").querySelector('[name="id"]').value:this.input.dataset.cartQuantityId,thisVariantStatus=policyArray[currentId];if(buttonAdd?.dataset.available=="false"||buttonAdd?.dataset.available==null?checkAvailabel=!0:checkAvailabel=!1,$target.matches(".plus")?newVal=value+1:$target.matches(".minus")?newVal=value-1:newVal=value,newVal<0&&(newVal=1),newVal>inStockNumber&&checkAvailabel&&thisVariantStatus=="deny"){const message2=getInputMessage(inStockNumber);showWarning(message2,warningTime),newVal=inStockNumber}el_input.value=newVal,typeof this.changeCart=="number"&&clearTimeout(this.changeCart),this.changeCart=setTimeout(()=>{$target.matches(".btn-quantity")&&this.input.dispatchEvent(this.changeEvent)},350)}quantityCheckedToBeContinue(){const sellingArray=window[`cart_selling_array_${this.dataset.product}`];return sellingArray==null?!1:sellingArray[this.querySelector('[name="quantity"]').dataset.cartQuantityId]==="continue"}}class UpdateQuantityQuickShop extends HTMLElement{constructor(){super(),this.input=this.querySelector("input"),this.changeEvent=new Event("change",{bubbles:!0}),this.querySelectorAll(".btn-quantity").forEach(button=>button.addEventListener("click",this.onChangeQuantity.bind(this))),this.input.addEventListener("change",this.onChangeQuantity.bind(this))}onChangeQuantity(event){event.preventDefault();const target=event.target;let el_input=target.parentElement.querySelector(".quantity");const value=Number(el_input.value),inStockNumber=Number(el_input.dataset.inventoryQuantity),buttonAdd=target.closest("[data-quickshop]").querySelector("[data-btn-addtocart]");let newVal;if(target.matches(".plus")?newVal=value+1:target.matches(".minus")?newVal=value-1:newVal=value,newVal<=0&&(newVal=1),newVal>inStockNumber&&!buttonAdd.matches(".button--pre-untrack")){const message2=getInputMessage(inStockNumber);showWarning(message2,warningTime),newVal=inStockNumber}el_input.value=newVal,target.matches(".btn-quantity")&&this.input.dispatchEvent(this.changeEvent),this.closest("[data-quickshop]").querySelector('form input[type="hidden"]').setAttribute("value",newVal)}}class ProductScroller extends HTMLElement{constructor(){super(),this.container=this.querySelector("[data-drag-container]"),this.dragParent=this.querySelector("[data-drag-parent]"),this.initDragToScroll()}initDragToScroll(){if((wrapper=>wrapper.clientWidth{const target=e.target;mouseDown=!0,start=e.pageX-slider.offsetLeft,scrollLeft=slider.scrollLeft}),slider.addEventListener("mouseup",()=>{mouseDown=!1,clearTimeout(inactiveTimeout),inactiveTimeout=setTimeout(()=>{slider.classList.remove("active")},150)}),slider.addEventListener("mousemove",e=>{if(!mouseDown)return;e.preventDefault(),slider.classList.contains("active")||slider.classList.add("active");const walk=(e.pageX-slider.offsetLeft-start)*1;slider.scrollLeft=scrollLeft-walk}),slider.addEventListener("mouseleave",()=>{mouseDown=!1,clearTimeout(inactiveTimeout),inactiveTimeout=setTimeout(()=>{slider.classList.remove("active")},150)})}}class ImageToFlip extends HTMLElement{constructor(){super(),this.imageContainer=this,this.initObserver()}initObserver(){this.observer=new IntersectionObserver((entries,observer)=>{const imageRef=entries[0];imageRef.isIntersecting&&(imageRef.target.classList.add("show"),observer.unobserve(imageRef.target))},{threshold:.4}),this.observer.observe(this.imageContainer)}}window.addEventListener("load",()=>{customElements.define("cart-update-quantity",UpdateQuantity),customElements.define("quickshop-update-quantity",UpdateQuantityQuickShop),customElements.define("product-scroller",ProductScroller)});function showWarning(content,time=null){window.warningTimeout&&clearTimeout(window.warningTimeout);const warningPopupContent=document.getElementById("halo-warning-popup").querySelector("[data-halo-warning-content]");warningPopupContent.textContent=content,document.body.classList.add("has-warning"),time&&(window.warningTimeout=setTimeout(()=>{document.body.classList.remove("has-warning")},time))}function getInputMessage(maxValue){var message2=window.cartStrings.addProductOutQuantity.replace("[maxQuantity]",maxValue);return message2}class FadeInComponent extends HTMLElement{constructor(){super()}connectedCallback(){this.initObserver()}initObserver(){const handler=(entries,observer)=>{entries[0].isIntersecting&&(this.classList.add("fade-in"),observer.unobserve(this))},options={threshold:.7};this.observer=new IntersectionObserver(handler,options),this.observer.observe(this)}}window.addEventListener("load",()=>{customElements.define("fade-in-component",FadeInComponent),this.loadScrolling()}),window.onscroll=()=>{this.loadScrolling()};function loadScrolling(){document.querySelectorAll("[data-scrolling]").forEach(element=>{element.dataset.scrolling=="vertical"?this.scrollVertical(element):this.scrollHorizontal(element)})}function scrollVertical(element){const $thisItem=element.closest(".special-banner__item")||element,top=$thisItem.getBoundingClientRect().top,height=$thisItem.getBoundingClientRect().height,wdHeight=window.innerHeight,coefficient=element.scrollHeight/height,redundant=height>=wdHeight?0:(wdHeight-height)/2;top-redundant<0&&top>height*-1?this.scrollTop(element,(top*-1+redundant)*coefficient):top-redundant>=0?this.scrollTop(element,0):this.scrollTop(element,element.scrollHeight)}function scrollTop(element,scope){element.scrollTo({top:scope,behavior:"smooth"})}function scrollHorizontal(element){const $thisFirst=element.querySelector(".scrolling-text__list--1"),$thisSecond=element.querySelector(".scrolling-text__list--2");if(!$thisFirst)return;const top=element.getBoundingClientRect().top,height=element.getBoundingClientRect().height,wdHeight=window.innerHeight,scrollWidth=$thisFirst.scrollWidth>window.innerWidth?$thisFirst.scrollWidth-window.innerWidth:0,contentHeight=$thisFirst.getBoundingClientRect().height*2,redundant=height>=wdHeight?0:(wdHeight-height)/2,coefficient=scrollWidth/(height/2+redundant-contentHeight);let scope=(top*-1+redundant)*coefficient,scope2=(height/2-contentHeight+redundant)*coefficient-scope;top-redundant<0&&top-contentHeight>height*-1/2?(scope=scope*-1,scope2=scope2*-1):top-redundant>=0?(scope=0,scope2=scrollWidth*-1):(scope=scrollWidth*-1,scope2=0),$thisFirst.scrollWidth<=window.innerWidth?$thisSecond.style.justifyContent="flex-end":this.translateX($thisFirst,$thisSecond,scope,scope2)}function translateX($thisFirst,$thisSecond,scope,scope2){$thisFirst.style.transform=`translateX(${scope}px)`,$thisSecond.style.transform=`translateX(${scope2}px)`}class SmoothScrollMenu{constructor(selector){this.menuItems=document.querySelectorAll(selector),this.attachEvents(),this.hideMenuItemsWithoutSection()}attachEvents(){this.menuItems.forEach(item=>{const anchor=item.querySelector("a");anchor&&anchor.getAttribute("href")&&anchor.getAttribute("href")!=="#"&&anchor.addEventListener("click",event=>this.handleMenuItemClick(event,anchor))})}handleMenuItemClick(event,anchor){event.preventDefault();var targetHref=anchor.getAttribute("href"),shouldScroll=!0;const location=window.location.pathname+window.location.hash;if(targetHref.includes("/")&&location!==targetHref&&(window.location.href=targetHref,shouldScroll=!1),shouldScroll){var targetElement=document.getElementById(anchor.getAttribute("href").split("#")[1]);targetElement&&this.scrollToSection(targetElement)}}scrollToSection(element){this.smoothScrollTo(element)}smoothScrollTo(element){window.scrollTo({behavior:"smooth",top:element.offsetTop})}hideMenuItemsWithoutSection(){this.menuItems.forEach(item=>{const hash=item.querySelector("a").getAttribute("href").split("#")[1];hash!==void 0&&hash!==""&&!document.getElementById(hash)&&(item.style.display="none")})}}document.addEventListener("DOMContentLoaded",function(){new SmoothScrollMenu(".header__inline-menu .menu-lv-1"),customElements.define("details-disclosure",DetailsDisclosure)});class DetailsDisclosure extends HTMLElement{constructor(){super(),this.mainDetailsToggle=this.querySelector("details"),this.addEventListener("keyup",this.onKeyUp),this.mainDetailsToggle.addEventListener("focusout",this.onFocusOut.bind(this))}onKeyUp(event){if(event.code.toUpperCase()!=="ESCAPE")return;const openDetailsElement=event.target.closest("details[open]");if(!openDetailsElement)return;const summaryElement=openDetailsElement.querySelector("summary");openDetailsElement.removeAttribute("open"),summaryElement.focus()}onFocusOut(){setTimeout(()=>{this.contains(document.activeElement)||this.close()})}close(){this.mainDetailsToggle.removeAttribute("open")}}class AccountIcon extends HTMLElement{constructor(){super(),this.icon=this.querySelector(".icon")}connectedCallback(){document.addEventListener("storefront:signincompleted",this.handleStorefrontSignInCompleted.bind(this))}handleStorefrontSignInCompleted(event){event?.detail?.avatar&&this.icon?.replaceWith(event.detail.avatar.cloneNode())}}customElements.define("account-icon",AccountIcon);class PositiveVibesComponent extends HTMLElement{constructor(){super(),this.productPositiveVibes()}productPositiveVibes(){const parent=this.querySelector(".text-vibes"),children=this.querySelectorAll(".text-vibes--child");let currentIndex=0;if(children.length>1){const newDiv=document.createElement("div");newDiv.classList.add("text-vibes--child"),newDiv.innerHTML=children[0].innerHTML,parent.appendChild(newDiv);const childrens=parent.querySelectorAll(".text-vibes--child");setInterval(()=>{const height=childrens[currentIndex].offsetHeight;childrens.forEach((child,index)=>{parent.style.cssText=`transform: translateY(${height*-currentIndex}px); transition: all .5s ease;`,currentIndex==0&&(parent.style.cssText=`transform: translateY(${height*-currentIndex}px); transition: none;`)}),currentIndex=(currentIndex+1)%childrens.length,this.heightPositive()},3e3)}}heightPositive(){const parent=this.querySelector(".text-vibes"),childrens=this.querySelectorAll(".text-vibes--child");let maxHeight=0;childrens.forEach(child=>{maxHeight=Math.max(maxHeight,child.querySelector("p").offsetHeight)}),this.style.minHeight=maxHeight+"px",childrens.forEach(child=>{child.style.minHeight=`${maxHeight}px`})}}document.addEventListener("DOMContentLoaded",()=>{customElements.define("positive-vibes",PositiveVibesComponent)});function checkTransparentHeader(){allowTransparent(),Shopify.designMode&&(document.addEventListener("shopify:section:load",allowTransparent),document.addEventListener("shopify:section:unload",allowTransparent),document.addEventListener("shopify:section:reorder",allowTransparent))}function allowTransparent(){document.querySelector(".shopify-section:first-child [allow-transparent-header]")||document.querySelector("body").removeAttribute("allow-transparency")}document.addEventListener("DOMContentLoaded",function(){checkTransparentHeader()});const PUB_SUB_EVENTS={cartUpdate:"cart-update",quantityUpdate:"quantity-update",optionValueSelectionChange:"option-value-selection-change",variantChange:"variant-change",cartError:"cart-error"};let subscribers={};function subscribe(eventName,callback){return subscribers[eventName]===void 0&&(subscribers[eventName]=[]),subscribers[eventName]=[...subscribers[eventName],callback],function(){subscribers[eventName]=subscribers[eventName].filter(cb=>cb!==callback)}}function publish(eventName,data2){subscribers[eventName]&&subscribers[eventName].forEach(callback=>{callback(data2)})}class BulkAdd extends HTMLElement{constructor(){super(),this.queue=[],this.requestStarted=!1,this.ids=[]}startQueue(id,quantity){this.queue.push({id,quantity});const interval=setInterval(()=>{this.queue.length>0?this.requestStarted||this.sendRequest(this.queue):clearInterval(interval)},250)}sendRequest(queue){this.requestStarted=!0;const items={};queue.forEach(queueItem=>{items[parseInt(queueItem.id)]=queueItem.quantity}),this.queue=this.queue.filter(queueElement=>!queue.includes(queueElement)),(this.closest("quick-order-list")||this.closest("quick-add-bulk")).updateMultipleQty(items)}resetQuantityInput(id){const input=this.querySelector(`#Quantity-${id}`);input.value=input.getAttribute("value"),this.isEnterPressed=!1}setValidity(event,index,message2){event.target.setCustomValidity(message2),event.target.reportValidity(),this.resetQuantityInput(index),event.target.select()}validateQuantity(event){const inputValue=parseInt(event.target.value),index=event.target.dataset.index;inputValueparseInt(event.target.max)?this.setValidity(event,index,window.quickOrderListStrings.max_error.replace("[max]",event.target.max)):inputValue%parseInt(event.target.step)!=0?this.setValidity(event,index,window.quickOrderListStrings.step_error.replace("[step]",event.target.step)):(event.target.setCustomValidity(""),event.target.reportValidity(),this.startQueue(index,inputValue))}getSectionsUrl(){return window.pageNumber?`${window.location.pathname}?page=${window.pageNumber}`:`${window.location.pathname}`}getSectionInnerHTML(html,selector){return new DOMParser().parseFromString(html,"text/html").querySelector(selector).innerHTML}}customElements.get("bulk-add")||customElements.define("bulk-add",BulkAdd); //# sourceMappingURL=/cdn/shop/t/2/assets/global.js.map?v=114736308824452723061721749076