(function() { var baseURL = "https://cdn.shopify.com/shopifycloud/checkout-web/assets/"; var scripts = ["https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/polyfills.aaTJ3aJS.js","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/app.BKu4zfHQ.js","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/page-OnePage.C2IC6JRH.js","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/DeliveryMethodSelectorSection.TJY2DQfk.js","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/useEditorShopPayNavigation.BEJ0sk-u.js","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/VaultedPayment.BDCCgJsH.js","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/LocalizationExtensionField.CZ6s4EkE.js","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/RememberMeDescriptionText.DS_dY9q8.js","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/PayButtonSection.UycNQ3qe.js","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/component-ShopPayVerificationSwitch.Dg3v8lgr.js","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/useSubscribeMessenger.BPoNMu2S.js","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/index.BJ-lpTrQ.js"]; var styles = ["https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/assets/app.D-ii0bAy.css","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/assets/OnePage.PMX4OSBO.css","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/assets/DeliveryMethodSelectorSection.DmqjTkNB.css","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/assets/useEditorShopPayNavigation.DCOTvxC3.css","https://cdn.shopify.com/shopifycloud/checkout-web/assets/c1.es/assets/ShopPayVerificationSwitch.DW7NMDXG.css"]; var fontPreconnectUrls = ["https://fonts.shopifycdn.com"]; var fontPrefetchUrls = ["https://fonts.shopifycdn.com/archivo/archivo_n4.abb5ec97705c33fe369ef678fc93b9cf87658330.woff2?h1=cGVsdWNoZXNnaWwuY29t&hmac=bc25398c5ce6a23f17094c71750c11c501c87fb8e5ab807ad1f6e79178e77451","https://fonts.shopifycdn.com/archivo/archivo_n7.6f363ab30b12ea00d5e6243ed0e977a11393a3ad.woff2?h1=cGVsdWNoZXNnaWwuY29t&hmac=8eab9eb22e72308e107a9513dcb6ab4254a62fb6dd0fa9170579cb33566b39cb","https://fonts.shopifycdn.com/antique_olive/antiqueolive_n4.fe10627ccb80e01641593e89712661464783fa28.woff2?h1=cGVsdWNoZXNnaWwuY29t&hmac=baa19256db9dcdb21063b0b1404df7ebfb0edd0b1dbe4aa693f98791808d6749","https://fonts.shopifycdn.com/antique_olive/antiqueolive_n7.b63b15d212779255225bc610d303087f17471406.woff2?h1=cGVsdWNoZXNnaWwuY29t&hmac=f7e9666a31c5c28d9676c46466f6568d41866f0ad61c2f6b7c6cf5e2f0cbc924"]; var imgPrefetchUrls = ["https://cdn.shopify.com/s/files/1/0421/4695/5415/files/PELUCHES_GIL-01_2_6f11bb00-3612-440a-bca3-a961cb351907_x320.png?v=1710383189"]; function preconnect(url, callback) { var link = document.createElement('link'); link.rel = 'dns-prefetch preconnect'; link.href = url; link.crossOrigin = ''; link.onload = link.onerror = callback; document.head.appendChild(link); } function preconnectAssets() { var resources = [baseURL].concat(fontPreconnectUrls); var index = 0; (function next() { var res = resources[index++]; if (res) preconnect(res, next); })(); } function prefetch(url, as, callback) { var link = document.createElement('link'); if (link.relList.supports('prefetch')) { link.rel = 'prefetch'; link.fetchPriority = 'low'; link.as = as; if (as === 'font') link.type = 'font/woff2'; link.href = url; link.crossOrigin = ''; link.onload = link.onerror = callback; document.head.appendChild(link); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', url, true); xhr.onloadend = callback; xhr.send(); } } function prefetchAssets() { var resources = [].concat( scripts.map(function(url) { return [url, 'script']; }), styles.map(function(url) { return [url, 'style']; }), fontPrefetchUrls.map(function(url) { return [url, 'font']; }), imgPrefetchUrls.map(function(url) { return [url, 'image']; }) ); var index = 0; function run() { var res = resources[index++]; if (res) prefetch(res[0], res[1], next); } var next = (self.requestIdleCallback || setTimeout).bind(self, run); next(); } function onLoaded() { try { if (parseFloat(navigator.connection.effectiveType) > 2 && !navigator.connection.saveData) { preconnectAssets(); prefetchAssets(); } } catch (e) {} } if (document.readyState === 'complete') { onLoaded(); } else { addEventListener('load', onLoaded); } })();