(function() { var cdnOrigin = "https://cdn.shopify.com"; var scripts = ["/cdn/shopifycloud/checkout-web/assets/c1/polyfills.Ba0kryUm.js","/cdn/shopifycloud/checkout-web/assets/c1/app.BvUJhtg5.js","/cdn/shopifycloud/checkout-web/assets/c1/locale-es.hM4J0zza.js","/cdn/shopifycloud/checkout-web/assets/c1/page-OnePage.6s8KM4Zs.js","/cdn/shopifycloud/checkout-web/assets/c1/LocalizationExtensionField.BLW57A3A.js","/cdn/shopifycloud/checkout-web/assets/c1/RememberMeDescriptionText.CJHwQ2Sf.js","/cdn/shopifycloud/checkout-web/assets/c1/ShopPayOptInDisclaimer.17hinMgh.js","/cdn/shopifycloud/checkout-web/assets/c1/PaymentButtons.CJlgHIx7.js","/cdn/shopifycloud/checkout-web/assets/c1/StockProblemsLineItemList.FIwl6BCL.js","/cdn/shopifycloud/checkout-web/assets/c1/DeliveryMethodSelectorSection.tRhNs4eU.js","/cdn/shopifycloud/checkout-web/assets/c1/useEditorShopPayNavigation.MAXWxqGK.js","/cdn/shopifycloud/checkout-web/assets/c1/VaultedPayment.BauAoPI2.js","/cdn/shopifycloud/checkout-web/assets/c1/SeparatePaymentsNotice.BNpHXOQH.js","/cdn/shopifycloud/checkout-web/assets/c1/ShipmentBreakdown.MkEGk9VX.js","/cdn/shopifycloud/checkout-web/assets/c1/MerchandiseModal.Rui2jrA1.js","/cdn/shopifycloud/checkout-web/assets/c1/StackedMerchandisePreview.B8prlX4f.js","/cdn/shopifycloud/checkout-web/assets/c1/component-ShopPayVerificationSwitch.DjGQlILf.js","/cdn/shopifycloud/checkout-web/assets/c1/useSubscribeMessenger.wBjSbjwk.js","/cdn/shopifycloud/checkout-web/assets/c1/index.Bz8fWg2g.js","/cdn/shopifycloud/checkout-web/assets/c1/PayButtonSection.BLdxN4ig.js"]; var styles = ["/cdn/shopifycloud/checkout-web/assets/c1/assets/app.Du6SSCMk.css","/cdn/shopifycloud/checkout-web/assets/c1/assets/OnePage.Dx_lrSVd.css","/cdn/shopifycloud/checkout-web/assets/c1/assets/DeliveryMethodSelectorSection.BvrdqG-K.css","/cdn/shopifycloud/checkout-web/assets/c1/assets/ShopPayVerificationSwitch.WW3cs_z5.css","/cdn/shopifycloud/checkout-web/assets/c1/assets/useEditorShopPayNavigation.CBpWLJzT.css","/cdn/shopifycloud/checkout-web/assets/c1/assets/VaultedPayment.OxMVm7u-.css","/cdn/shopifycloud/checkout-web/assets/c1/assets/StackedMerchandisePreview.CKAakmU8.css"]; var fontPreconnectUrls = []; var fontPrefetchUrls = []; var imgPrefetchUrls = ["https://cdn.shopify.com/s/files/1/0766/6106/3974/files/MEDIOS_DE_PAGO_GX_x320.png?v=1709915545"]; 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 = [cdnOrigin].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); } })();