(function(require){ (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { directoryRegionUpdater: 'Magento_Directory/js/region-updater' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { waitSeconds: 0, map: { '*': { 'ko': 'knockoutjs/knockout', 'knockout': 'knockoutjs/knockout', 'mageUtils': 'mage/utils/main', 'rjsResolver': 'mage/requirejs/resolver', 'jquery-ui-modules/core': 'jquery/ui-modules/core', 'jquery-ui-modules/accordion': 'jquery/ui-modules/widgets/accordion', 'jquery-ui-modules/autocomplete': 'jquery/ui-modules/widgets/autocomplete', 'jquery-ui-modules/button': 'jquery/ui-modules/widgets/button', 'jquery-ui-modules/datepicker': 'jquery/ui-modules/widgets/datepicker', 'jquery-ui-modules/dialog': 'jquery/ui-modules/widgets/dialog', 'jquery-ui-modules/draggable': 'jquery/ui-modules/widgets/draggable', 'jquery-ui-modules/droppable': 'jquery/ui-modules/widgets/droppable', 'jquery-ui-modules/effect-blind': 'jquery/ui-modules/effects/effect-blind', 'jquery-ui-modules/effect-bounce': 'jquery/ui-modules/effects/effect-bounce', 'jquery-ui-modules/effect-clip': 'jquery/ui-modules/effects/effect-clip', 'jquery-ui-modules/effect-drop': 'jquery/ui-modules/effects/effect-drop', 'jquery-ui-modules/effect-explode': 'jquery/ui-modules/effects/effect-explode', 'jquery-ui-modules/effect-fade': 'jquery/ui-modules/effects/effect-fade', 'jquery-ui-modules/effect-fold': 'jquery/ui-modules/effects/effect-fold', 'jquery-ui-modules/effect-highlight': 'jquery/ui-modules/effects/effect-highlight', 'jquery-ui-modules/effect-scale': 'jquery/ui-modules/effects/effect-scale', 'jquery-ui-modules/effect-pulsate': 'jquery/ui-modules/effects/effect-pulsate', 'jquery-ui-modules/effect-shake': 'jquery/ui-modules/effects/effect-shake', 'jquery-ui-modules/effect-slide': 'jquery/ui-modules/effects/effect-slide', 'jquery-ui-modules/effect-transfer': 'jquery/ui-modules/effects/effect-transfer', 'jquery-ui-modules/effect': 'jquery/ui-modules/effect', 'jquery-ui-modules/menu': 'jquery/ui-modules/widgets/menu', 'jquery-ui-modules/mouse': 'jquery/ui-modules/widgets/mouse', 'jquery-ui-modules/position': 'jquery/ui-modules/position', 'jquery-ui-modules/progressbar': 'jquery/ui-modules/widgets/progressbar', 'jquery-ui-modules/resizable': 'jquery/ui-modules/widgets/resizable', 'jquery-ui-modules/selectable': 'jquery/ui-modules/widgets/selectable', 'jquery-ui-modules/selectmenu': 'jquery/ui-modules/widgets/selectmenu', 'jquery-ui-modules/slider': 'jquery/ui-modules/widgets/slider', 'jquery-ui-modules/sortable': 'jquery/ui-modules/widgets/sortable', 'jquery-ui-modules/spinner': 'jquery/ui-modules/widgets/spinner', 'jquery-ui-modules/tabs': 'jquery/ui-modules/widgets/tabs', 'jquery-ui-modules/tooltip': 'jquery/ui-modules/widgets/tooltip', 'jquery-ui-modules/widget': 'jquery/ui-modules/widget', 'jquery-ui-modules/timepicker': 'jquery/timepicker', 'vimeo': 'vimeo/player', 'vimeoWrapper': 'vimeo/vimeo-wrapper' } }, shim: { 'mage/adminhtml/backup': ['prototype'], 'mage/captcha': ['prototype'], 'mage/new-gallery': ['jquery'], 'jquery/ui': ['jquery'], 'matchMedia': { 'exports': 'mediaCheck' }, 'magnifier/magnifier': ['jquery'], 'vimeo/player': { 'exports': 'Player' } }, paths: { 'jquery/validate': 'jquery/jquery.validate', 'jquery/uppy-core': 'jquery/uppy/dist/uppy.min', 'prototype': 'legacy-build.min', 'jquery/jquery-storageapi': 'js-storage/storage-wrapper', 'text': 'mage/requirejs/text', 'domReady': 'requirejs/domReady', 'spectrum': 'jquery/spectrum/spectrum', 'tinycolor': 'jquery/spectrum/tinycolor', 'jquery-ui-modules': 'jquery/ui-modules' }, config: { text: { 'headers': { 'X-Requested-With': 'XMLHttpRequest' } } } }; require(['jquery'], function ($) { 'use strict'; $.noConflict(); }); require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { 'rowBuilder': 'Magento_Theme/js/row-builder', 'toggleAdvanced': 'mage/toggle', 'translateInline': 'mage/translate-inline', 'sticky': 'mage/sticky', 'tabs': 'mage/tabs', 'collapsible': 'mage/collapsible', 'dropdownDialog': 'mage/dropdown', 'dropdown': 'mage/dropdowns', 'accordion': 'mage/accordion', 'loader': 'mage/loader', 'tooltip': 'mage/tooltip', 'deletableItem': 'mage/deletable-item', 'itemTable': 'mage/item-table', 'fieldsetControls': 'mage/fieldset-controls', 'fieldsetResetControl': 'mage/fieldset-controls', 'redirectUrl': 'mage/redirect-url', 'loaderAjax': 'mage/loader', 'menu': 'mage/menu', 'popupWindow': 'mage/popup-window', 'validation': 'mage/validation/validation', 'breadcrumbs': 'Magento_Theme/js/view/breadcrumbs', 'jquery/ui': 'jquery/compat', 'cookieStatus': 'Magento_Theme/js/cookie-status' } }, deps: [ 'mage/common', 'mage/dataPost', 'mage/bootstrap' ], config: { mixins: { 'Magento_Theme/js/view/breadcrumbs': { 'Magento_Theme/js/view/add-home-breadcrumb': true } } } }; /* eslint-disable max-depth */ /** * Adds polyfills only for browser contexts which prevents bundlers from including them. */ if (typeof window !== 'undefined' && window.document) { /** * Polyfill localStorage and sessionStorage for browsers that do not support them. */ try { if (!window.localStorage || !window.sessionStorage) { throw new Error(); } localStorage.setItem('storage_test', 1); localStorage.removeItem('storage_test'); } catch (e) { config.deps.push('mage/polyfill'); } } /* eslint-enable max-depth */ require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { checkoutBalance: 'Magento_Customer/js/checkout-balance', address: 'Magento_Customer/js/address', changeEmailPassword: 'Magento_Customer/js/change-email-password', passwordStrengthIndicator: 'Magento_Customer/js/password-strength-indicator', zxcvbn: 'Magento_Customer/js/zxcvbn', addressValidation: 'Magento_Customer/js/addressValidation', showPassword: 'Magento_Customer/js/show-password', 'Magento_Customer/address': 'Magento_Customer/js/address', 'Magento_Customer/change-email-password': 'Magento_Customer/js/change-email-password', globalSessionLoader: 'Magento_Customer/js/customer-global-session-loader.js' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { escaper: 'Magento_Security/js/escaper' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { requireCookie: 'Magento_Cookie/js/require-cookie', cookieNotices: 'Magento_Cookie/js/notices' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { priceBox: 'Magento_Catalog/js/price-box', priceOptionDate: 'Magento_Catalog/js/price-option-date', priceOptionFile: 'Magento_Catalog/js/price-option-file', priceOptions: 'Magento_Catalog/js/price-options', priceUtils: 'Magento_Catalog/js/price-utils' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { compareList: 'Magento_Catalog/js/list', relatedProducts: 'Magento_Catalog/js/related-products', upsellProducts: 'Magento_Catalog/js/upsell-products', productListToolbarForm: 'Magento_Catalog/js/product/list/toolbar', catalogGallery: 'Magento_Catalog/js/gallery', catalogAddToCart: 'Magento_Catalog/js/catalog-add-to-cart' } }, config: { mixins: { 'Magento_Theme/js/view/breadcrumbs': { 'Magento_Catalog/js/product/breadcrumbs': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { creditCardType: 'Magento_Payment/js/cc-type', 'Magento_Payment/cc-type': 'Magento_Payment/js/cc-type' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { giftMessage: 'Magento_Sales/js/gift-message', ordersReturns: 'Magento_Sales/js/orders-returns', 'Magento_Sales/gift-message': 'Magento_Sales/js/gift-message', 'Magento_Sales/orders-returns': 'Magento_Sales/js/orders-returns' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { config: { mixins: { 'Magento_Checkout/js/action/select-payment-method': { 'Magento_SalesRule/js/action/select-payment-method-mixin': true }, 'Magento_Checkout/js/model/shipping-save-processor': { 'Magento_SalesRule/js/model/shipping-save-processor-mixin': true }, 'Magento_Checkout/js/action/place-order': { 'Magento_SalesRule/js/model/place-order-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { bundleOption: 'Magento_Bundle/bundle', priceBundle: 'Magento_Bundle/js/price-bundle', slide: 'Magento_Bundle/js/slide', productSummary: 'Magento_Bundle/js/product-summary' } }, config: { mixins: { 'mage/validation': { 'Magento_Bundle/js/validation': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { discountCode: 'Magento_Checkout/js/discount-codes', shoppingCart: 'Magento_Checkout/js/shopping-cart', regionUpdater: 'Magento_Checkout/js/region-updater', sidebar: 'Magento_Checkout/js/sidebar', checkoutLoader: 'Magento_Checkout/js/checkout-loader', checkoutData: 'Magento_Checkout/js/checkout-data', proceedToCheckout: 'Magento_Checkout/js/proceed-to-checkout', catalogAddToCart: 'Magento_Catalog/js/catalog-add-to-cart' } }, shim: { 'Magento_Checkout/js/model/totals' : { deps: ['Magento_Customer/js/customer-data'] } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { shim: { cardinaljs: { exports: 'Cardinal' }, cardinaljsSandbox: { exports: 'Cardinal' } }, paths: { cardinaljsSandbox: 'https://includestest.ccdc02.com/cardinalcruise/v1/songbird', cardinaljs: 'https://songbird.cardinalcommerce.com/edge/v1/songbird' } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { quickSearch: 'Magento_Search/js/form-mini', 'Magento_Search/form-mini': 'Magento_Search/js/form-mini' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { catalogSearch: 'Magento_CatalogSearch/form-mini' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { deps: [], shim: { 'chartjs/chartjs-adapter-moment': ['moment'], 'chartjs/es6-shim.min': {}, 'hugerte/hugerte.min': { exports: 'hugerte', init: function () { 'use strict'; window.tinymce = window.hugerte; window.tinyMCE = window.hugerte; return window.hugerte; } } }, paths: { 'ui/template': 'Magento_Ui/templates' }, map: { '*': { uiElement: 'Magento_Ui/js/lib/core/element/element', uiCollection: 'Magento_Ui/js/lib/core/collection', uiComponent: 'Magento_Ui/js/lib/core/collection', uiClass: 'Magento_Ui/js/lib/core/class', uiEvents: 'Magento_Ui/js/lib/core/events', uiRegistry: 'Magento_Ui/js/lib/registry/registry', consoleLogger: 'Magento_Ui/js/lib/logger/console-logger', uiLayout: 'Magento_Ui/js/core/renderer/layout', buttonAdapter: 'Magento_Ui/js/form/button-adapter', chartJs: 'chartjs/Chart.min', 'chart.js': 'chartjs/Chart.min', tinymce: 'hugerte/hugerte.min', wysiwygAdapter: 'mage/adminhtml/wysiwyg/tiny_mce/tinymceAdapter' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { deps: [ 'Magento_Ui/js/core/app' ] }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { fileElement: 'Magento_CustomerCustomAttributes/file-element' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { addToCart: 'Magento_Msrp/js/msrp' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { captcha: 'Magento_Captcha/js/captcha', 'Magento_Captcha/captcha': 'Magento_Captcha/js/captcha' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { downloadable: 'Magento_Downloadable/js/downloadable', 'Magento_Downloadable/downloadable': 'Magento_Downloadable/js/downloadable' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { toggleGiftCard: 'Magento_GiftCard/toggle-gift-card' } }, 'config': { 'mixins': { 'Magento_Paypal/js/view/amountProviders/product': { 'Magento_GiftCard/product-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { wishlist: 'Magento_Wishlist/js/wishlist', addToWishlist: 'Magento_Wishlist/js/add-to-wishlist', wishlistSearch: 'Magento_Wishlist/js/search' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { configurable: 'Magento_ConfigurableProduct/js/configurable' } }, config: { mixins: { 'Magento_Catalog/js/catalog-add-to-cart': { 'Magento_ConfigurableProduct/js/catalog-add-to-cart-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { advancedSearch: 'Magento_GiftRegistry/advanced-search', giftRegistry: 'Magento_GiftRegistry/gift-registry', addressOption: 'Magento_GiftRegistry/address-option', searchByChanged: 'Magento_GiftRegistry/js/search-by-changed' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { config: { mixins: { 'Magento_Checkout/js/action/place-order': { 'Magento_CheckoutAgreements/js/model/place-order-mixin': true }, 'Magento_Checkout/js/action/set-payment-information': { 'Magento_CheckoutAgreements/js/model/set-payment-information-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { pageCache: 'Magento_PageCache/js/page-cache' } }, deps: ['Magento_PageCache/js/form-key-provider'] }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { subscriptionStatusResolver: 'Magento_Newsletter/js/subscription-status-resolver', newsletterSignUp: 'Magento_Newsletter/js/newsletter-sign-up' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { orderBySkuFailure: 'Magento_AdvancedCheckout/js/order-by-sku-failure', fileChooser: 'Magento_AdvancedCheckout/js/file-chooser' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { ticker: 'Magento_CatalogEvent/js/ticker', carousel: 'Magento_CatalogEvent/js/carousel' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { giftCard: 'Magento_GiftCardAccount/js/gift-card', paymentMethod: 'Magento_GiftCardAccount/js/payment-method' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { giftOptions: 'Magento_GiftMessage/js/gift-options', 'Magento_GiftMessage/gift-options': 'Magento_GiftMessage/js/gift-options' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { giftWrapping: 'Magento_GiftWrapping/gift-wrapping' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { groupedProduct: 'Magento_GroupedProduct/js/grouped-product' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { configurableVariationQty: 'Magento_InventoryConfigurableProductFrontendUi/js/configurable-variation-qty' } }, config: { mixins: { 'Magento_ConfigurableProduct/js/configurable': { 'Magento_InventoryConfigurableProductFrontendUi/js/configurable': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { multiShipping: 'Magento_Multishipping/js/multi-shipping', orderOverview: 'Magento_Multishipping/js/overview', payment: 'Magento_Multishipping/js/payment', billingLoader: 'Magento_Checkout/js/checkout-loader', cartUpdate: 'Magento_Checkout/js/action/update-shopping-cart', multiShippingBalance: 'Magento_Multishipping/js/multi-shipping-balance' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { recentlyViewedProducts: 'Magento_Reports/js/recently-viewed' } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Checkout/js/model/quote': { 'Magento_InventoryInStorePickupFrontend/js/model/quote-ext': true }, 'Magento_Checkout/js/view/shipping-information': { 'Magento_InventoryInStorePickupFrontend/js/view/shipping-information-ext': true }, 'Magento_Checkout/js/model/checkout-data-resolver': { 'Magento_InventoryInStorePickupFrontend/js/model/checkout-data-resolver-ext': true }, 'Magento_Checkout/js/checkout-data': { 'Magento_InventoryInStorePickupFrontend/js/checkout-data-ext': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { config: { mixins: { 'Magento_Swatches/js/swatch-renderer': { 'Magento_InventorySwatchesFrontendUi/js/swatch-renderer': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { 'taxToggle': 'Magento_Weee/js/tax-toggle', 'Magento_Weee/tax-toggle': 'Magento_Weee/js/tax-toggle' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { multipleWishlist: 'Magento_MultipleWishlist/js/multiple-wishlist' } } }; require.config(config); })(); (function() { /** * Copyright 2023 Adobe * All Rights Reserved. */ var config = { map: { '*': { 'cancelOrderModal': 'Magento_OrderCancellationUi/js/cancel-order-modal' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { 'slick': 'Magento_PageBuilder/js/resource/slick/slick', 'jarallax': 'Magento_PageBuilder/js/resource/jarallax/jarallax', 'jarallaxVideo': 'Magento_PageBuilder/js/resource/jarallax/jarallax-video', 'Magento_PageBuilder/js/resource/vimeo/player': 'vimeo/player', 'Magento_PageBuilder/js/resource/vimeo/vimeo-wrapper': 'vimeo/vimeo-wrapper', 'jarallax-wrapper': 'Magento_PageBuilder/js/resource/jarallax/jarallax-wrapper' } }, shim: { 'Magento_PageBuilder/js/resource/slick/slick': { deps: ['jquery'] }, 'Magento_PageBuilder/js/resource/jarallax/jarallax-video': { deps: ['jarallax-wrapper', 'vimeoWrapper'] } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { transparent: 'Magento_Payment/js/transparent', 'Magento_Payment/transparent': 'Magento_Payment/js/transparent' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { orderReview: 'Magento_Paypal/js/order-review', 'Magento_Paypal/order-review': 'Magento_Paypal/js/order-review', paypalCheckout: 'Magento_Paypal/js/paypal-checkout' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { config: { mixins: { 'Magento_Customer/js/customer-data': { 'Magento_Persistent/js/view/customer-data-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { loadPlayer: 'Magento_ProductVideo/js/load-player', fotoramaVideoEvents: 'Magento_ProductVideo/js/fotorama-add-video-events', 'vimeoWrapper': 'vimeo/vimeo-wrapper' } }, shim: { vimeoAPI: {}, 'Magento_ProductVideo/js/load-player': { deps: ['vimeoWrapper'] } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // eslint-disable-next-line no-unused-vars var config = { config: { mixins: { 'Magento_Checkout/js/model/place-order': { 'Magento_ReCaptchaCheckout/js/model/place-order-mixin': true }, 'Magento_ReCaptchaWebapiUi/js/webapiReCaptchaRegistry': { 'Magento_ReCaptchaCheckout/js/webapiReCaptchaRegistry-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ /*eslint strict: ["error", "global"]*/ 'use strict'; var config = { config: { mixins: { 'Magento_Ui/js/view/messages': { 'Magento_ReCaptchaFrontendUi/js/ui-messages-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // eslint-disable-next-line no-unused-vars var config = { config: { mixins: { 'Magento_GiftCardAccount/js/action/set-gift-card-information': { 'Magento_ReCaptchaGiftCard/js/action/set-gift-card-information-mixin': true }, 'Magento_GiftCardAccount/js/action/get-gift-card-information': { 'Magento_ReCaptchaGiftCard/js/action/get-gift-card-information-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // eslint-disable-next-line no-unused-vars var config = { config: { mixins: { 'Magento_Paypal/js/view/payment/method-renderer/payflowpro-method': { 'Magento_ReCaptchaPaypal/js/payflowpro-method-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ // eslint-disable-next-line no-unused-vars var config = { config: { mixins: { 'jquery': { 'Magento_ReCaptchaWebapiUi/js/jquery-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { removePoints: 'Magento_Reward/js/action/remove-points' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { rmaTrackInfo: 'Magento_Rma/rma-track-info', rmaCreate: 'Magento_Rma/rma-create' } }, shim: { 'Magento_Rma/rma-track-info': { deps: ['Magento_Rma/set-options'] } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { scriptLoader: 'Magento_PaymentServicesPaypal/js/lib/script-loader-wrapper' } }, shim: { 'Magento_PaymentServicesPaypal/js/lib/script-loader': { init: function () { 'use strict'; return { load: window.paypalLoadScript, loadCustom: window.paypalLoadCustomScript }; } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { 'Magento_Vault/js/view/payment/vault': 'Magento_PaymentServicesPaypal/js/view/payment/vault' } }, config: { mixins: { 'Magento_Checkout/js/model/payment-service': { 'Magento_PaymentServicesPaypal/js/model/payment-service-mixin': true }, 'Magento_Checkout/js/view/form/element/email': { 'Magento_PaymentServicesPaypal/js/view/form/element/email-mixin': true }, 'Magento_Checkout/js/view/shipping-information': { 'Magento_PaymentServicesPaypal/js/view/shipping-information-mixin': true } } }, paths: { 'fastlane/axo.min': 'https://www.paypalobjects.com/connect-boba/axo' } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { mageTranslationDictionary: 'Magento_Translation/js/mage-translation-dictionary' } }, deps: [ 'mageTranslationDictionary' ] }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { map: { '*': { editTrigger: 'mage/edit-trigger', addClass: 'Magento_Translation/js/add-class', 'Magento_Translation/add-class': 'Magento_Translation/js/add-class' } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { config: { mixins: { 'Magento_Checkout/js/view/payment/list': { 'Magento_PaypalCaptcha/js/view/payment/list-mixin': true }, 'Magento_Paypal/js/view/payment/method-renderer/payflowpro-method': { 'Magento_PaypalCaptcha/js/view/payment/method-renderer/payflowpro-method-mixin': true }, 'Magento_Captcha/js/view/checkout/defaultCaptcha': { 'Magento_PaypalCaptcha/js/view/checkout/defaultCaptcha-mixin': true } } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'mage/validation': { 'Amasty_Xnotif/js/validation-mixin': false, 'Amasty_SocialLogin/js/validation-mixin': true }, 'Magento_Customer/js/model/authentication-popup': { 'Amasty_SocialLogin/js/authentication-popup-mixin': true }, 'Magento_Checkout/js/view/progress-bar': { 'Amasty_SocialLogin/js/mixins/magento_checkout/view/progress-bar': true }, 'Amasty_Faq/js/rating/yes-no-voting': { 'Amasty_SocialLogin/js/mixins/amfaq/rating/amsl-yes-no-voting': true } } } }; require.config(config); })(); (function() { var config = { map: { "*": { amfancybox: 'Amasty_Storelocator/vendor/fancybox/jquery.fancybox.min', amLocator: 'Amasty_Storelocator/js/main', chosen: 'Amasty_Storelocator/vendor/chosen/chosen.min' } }, shim: { 'Amasty_Storelocator/vendor/fancybox/jquery.fancybox.min': ['jquery'], 'Amasty_Storelocator/vendor/chosen/chosen.min': [ 'jquery' ], 'Amasty_Storelocator/js/main': [ 'jquery-ui-modules/slider' ] } }; require.config(config); })(); (function() { /** * * @author Amasty Team * @copyright Copyright (c) 2016 Amasty (http://www.amasty.com) * @package Amasty_Xnotif */ var config = { map: { '*': { amnotification : 'Amasty_Xnotif/js/amnotification', 'productSummary' : 'Amasty_Xnotif/js/bundle/product-summary', 'magento-bundle.product-summary' : 'Magento_Bundle/js/product-summary' } }, config: { mixins: { 'mage/validation': { 'Amasty_Xnotif/js/validation-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2022 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { config: { mixins: { 'Aws_ProductHtmlSwatchesAddon/js/aws-swatch-renderer': { 'AbsoluteWeb_AutoChoiceOptionPlp/js/aw-swatch-renderer-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; var config = { map: { '*': { 'aw-address-autocomplete': 'AbsoluteWeb_CheckoutAddressSuggestion/js/aw-address-autocomplete' } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'mage/gallery/gallery': { 'Fastly_Cdn/js/gallery/gallery-mixin': true }, 'Magento_Swatches/js/swatch-renderer': { 'Fastly_Cdn/js/swatch-renderer-mixin': true } } } }; require.config(config); })(); (function() { /** * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2019 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ var config = { map: { '*': { 'awsOwlCarousel': 'Aws_Core/js/aws-owl-carousel', 'owlCarousel': 'Aws_Core/js/vendor/owl-carousel/owl.carousel' } }, shim: { 'owlCarousel': ['jquery'] } }; require.config(config); })(); (function() { /** * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { map: { '*': { 'Magento_Checkout/js/model/shipping-save-processor/default': 'AbsoluteWeb_PickUpLight/js/model/shipping-save-processor/default', 'Magento_Checkout/js/model/customer-email-validator': 'AbsoluteWeb_PickUpLight/js/model/customer-email-validator', 'Magento_Checkout/js/checkout-data': 'AbsoluteWeb_PickUpLight/js/checkout-data' } }, config: { mixins: { 'Magento_Checkout/js/view/shipping': { 'AbsoluteWeb_PickUpLight/js/view/shipping-mixin': true }, 'Magento_Checkout/js/model/shipping-rate-processor/new-address': { 'AbsoluteWeb_PickUpLight/js/model/shipping-rate-processor/new-address-mixin': true }, 'Magento_Checkout/js/view/billing-address': { 'AbsoluteWeb_PickUpLight/js/view/billing-address-mixin': true }, 'Magento_Checkout/js/view/summary/custom-button': { 'AbsoluteWeb_PickUpLight/js/view/summary/custom-button-mixin': true }, 'Magento_Checkout/js/view/form/element/email': { 'AbsoluteWeb_PickUpLight/js/view/form/element/email-mixin': true }, 'Magento_Checkout/js/model/step-navigator': { 'AbsoluteWeb_PickUpLight/js/model/step-navigator-mixin': true }, 'Magento_Checkout/js/model/checkout-data-resolver': { 'AbsoluteWeb_PickUpLight/js/model/checkout-data-resolver-mixin': true }, 'Magento_Checkout/js/view/shipping-information/address-renderer/default': { 'AbsoluteWeb_PickUpLight/js/view/shipping-information/address-renderer/default-mixin': true }, 'Magento_Checkout/js/view/shipping-information': { 'AbsoluteWeb_PickUpLight/js/view/shipping-information-mixin': true }, 'Magento_Checkout/js/model/shipping-rate-processor/customer-address': { 'AbsoluteWeb_PickUpLight/js/model/shipping-rate-processor/customer-address-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { map: { '*': { 'aw-skincare': 'AbsoluteWeb_SkinCare/js/aw-skincare' } } }; require.config(config); })(); (function() { /** * Absolute Web Services Intellectual Property * * @category {AW/Slider} * @copyright Copyright © 1999-2021 Absolute Web Services, Inc. (http://www.absolutewebservices.com) * @author Absolute Web Services * @license http://www.absolutewebservices.com/license-agreement/ Single domain license * @terms of use http://www.absolutewebservices.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars var config = { map: { '*': { 'aw-slider-nav': 'AbsoluteWeb_Slider/js/aw-slider-nav' } } }; require.config(config); })(); (function() { /** * Absolute Web Services Intellectual Property * * @category {Aws/CustomCategoriesWidget} * @copyright Copyright © 1999-2017 Absolute Web Services, Inc. (http://www.absolutewebservices.com) * @author Absolute Web Services * @license http://www.absolutewebservices.com/license-agreement/ Single domain license * @terms of use http://www.absolutewebservices.com/terms-of-use/ */ var config = { map: { '*': { 'Factory': 'Aws_CustomCategoriesWidget/js/component/core/factory', 'Element': 'Aws_CustomCategoriesWidget/js/component/core/element', 'Collection': 'Aws_CustomCategoriesWidget/js/component/core/collection', 'tabElement': 'Aws_CustomCategoriesWidget/js/component/tab-element', 'itemsElement': 'Aws_CustomCategoriesWidget/js/component/items-element', 'carouselElement': 'Aws_CustomCategoriesWidget/js/component/carousel-element', 'descriptionElement': 'Aws_CustomCategoriesWidget/js/component/description-element', 'collection-container': 'Aws_CustomCategoriesWidget/js/container' } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Checkout/js/model/shipping-rates-validation-rules': { 'Amasty_Conditions/js/model/shipping-rates-validation-rules-mixin': true } } } }; require.config(config); })(); (function() { var config = { map: { '*': { amBlogSlick: 'Amasty_Base/vendor/slick/slick.min', amBlogSlider: 'Amasty_Blog/js/blog-slider', amBlogDates: 'Amasty_Blog/js/components/amblog-humanize-dates' } }, shim: { amBlogSlider: { deps: [ 'Amasty_Base/vendor/slick/slick.min' ] }, amBlogSlick: { deps: [ 'jquery' ] } } }; require.config(config); })(); (function() { var config = { map: { '*': { amBlogSlick: 'Amasty_Base/vendor/slick/slick.min', amasty_appendaround: 'Amasty_Blog/js/vendor/appendaround/appendaround', amBlogAccord : 'Amasty_Blog/js/amBlogAccord', amBlogViewStatistic: 'Amasty_Blog/js/amBlogViewStatistic', amBlogTabs: 'Amasty_Blog/js/tabs', amBlogViewsList: 'Amasty_Blog/js/posts-lists-counter-update', amBlogSearch: 'Amasty_Blog/js/blog-live-search', amBlogScrollTabs: 'Amasty_Blog/js/blog-scroll-tabs' } }, paths: { catalogAddToCart: 'Magento_Catalog/js/catalog-add-to-cart' }, shim: { amBlogSlick: { deps: [ 'jquery' ] } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Checkout/js/view/summary/item/details/thumbnail': { // Target module 'Amasty_Promo/js/checkout/sidebar-image-update': true // Extender module }, 'Magento_Checkout/js/view/summary/cart-items': { 'Amasty_Promo/js/checkout/cart-items-counter-update': true }, 'Magento_Theme/js/view/messages' : { 'Amasty_Promo/js/view/messages' : true }, 'Amasty_Coupons/js/model/cart/apply-response-processor': { 'Amasty_Promo/js/model/coupon-apply-response-processor-mixin' : true } } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'Magento_GoogleAnalytics/js/google-analytics': 'Amasty_GdprFrontendUi/js/google-analytics' } }, config: { mixins: { 'Magento_GoogleTagManager/js/google-tag-manager': { 'Amasty_GdprFrontendUi/js/mixins/google-tag-manager-mixin': true }, 'Magento_GoogleGtag/js/google-analytics': { 'Amasty_GdprFrontendUi/js/mixins/google-analytics-mixin': true }, 'Magento_Catalog/js/product/storage/ids-storage': { 'Amasty_GdprFrontendUi/js/mixins/ids-storage-mixin': true }, 'Magento_Customer/js/customer-data': { 'Amasty_GdprFrontendUi/js/mixins/customer-data-mixin': true }, 'Magento_Theme/js/view/messages': { 'Amasty_GdprFrontendUi/js/mixins/disposable-customer-data-mixin': true }, 'Magento_Review/js/view/review': { 'Amasty_GdprFrontendUi/js/mixins/disposable-customer-data-mixin': true } } }, shim: { 'Amasty_StorePickupWithLocator/js/model/pickup/pickup-data-resolver': { deps: ['Amasty_GdprFrontendUi/js/mixins/customer-data-mixin'] } } }; require.config(config); })(); (function() { var config = { map: { '*': { amShopbyTooltipInit: 'Amasty_ShopbyBase/js/components/am-tooltip-init' } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'Magento_Ui/js/lib/view/utils/dom-observer': 'Amasty_Mage2.4.7Fix/js/lib/view/utils/dom-observer' } } }; require.config(config); })(); (function() { var config = { map: { '*': { htmlSitemap: 'Amasty_SeoHtmlSitemap/js/textSearch' } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'amSeoToolbar': 'Amasty_SeoToolkitLite/js/toolbar' } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'amshopby_color': 'Amasty_Shopby/js/utils/color' } } }; require.config(config); })(); (function() { var config = { map: { '*': { amShopbyFilterAbstract: 'Amasty_Shopby/js/amShopby', amShopbyResponsive: 'Amasty_Shopby/js/amShopbyResponsive', amShopbyFilterItemDefault: 'Amasty_Shopby/js/components/amShopbyFilterItemDefault', amShopbyFilterDropdown: 'Amasty_Shopby/js/components/amShopbyFilterDropdown', amShopbyFilterFromTo: 'Amasty_Shopby/js/components/amShopbyFilterFromTo', amShopbyFilterHideMoreOptions: 'Amasty_Shopby/js/components/amShopbyFilterHideMoreOptions', amShopbyFilterAddTooltip: 'Amasty_Shopby/js/components/amShopbyFilterAddTooltip', amShopbyFilterCategoryDropdown: 'Amasty_Shopby/js/components/amShopbyFilterCategoryDropdown', amShopbyFilterCategory: 'Amasty_Shopby/js/components/amShopbyFilterCategory', amShopbyFilterContainer: 'Amasty_Shopby/js/components/amShopbyFilterContainer', amShopbyFilterSearch: 'Amasty_Shopby/js/components/amShopbyFilterSearch', amShopbyFilterMultiselect: 'Amasty_Shopby/js/components/amShopbyFilterMultiselect', amShopbyFilterSwatch: 'Amasty_Shopby/js/components/amShopbyFilterSwatch', amShopbyFilterSlider: 'Amasty_Shopby/js/components/amShopbyFilterSlider', amShopbyFilterFlyout: 'Amasty_Shopby/js/components/amShopbyFilterFlyout', amShopbySwiperSlider: 'Amasty_Shopby/js/components/amShopbySwiperSlider', amShopbySwatchTooltip: 'Amasty_Shopby/js/components/amShopbySwatchTooltip', amShopbyStickySidebar: 'Amasty_Shopby/js/components/amShopbyStickySidebar', amShopbyFilterCollapse: 'Amasty_Shopby/js/components/amShopbyFilterCollapse', amShopbySwatchesChoose: 'Amasty_Shopby/js/amShopbySwatchesChoose', amShopbyFiltersSync: 'Amasty_Shopby/js/amShopbyFiltersSync', amShopbyApplyFilters: 'Amasty_Shopby/js/amShopbyApplyFilters', amShopbyTopFilters: 'Amasty_Shopby/js/amShopbyTopFilters', amShopbyAjax: 'Amasty_Shopby/js/amShopbyAjax', amShopbyHelpers: 'Amasty_Shopby/js/utils/helpers', swiper: 'Amasty_LibSwiperJs/js/vendor/swiper/swiper.min' } }, config: { mixins: { 'jquery/ui-modules/widgets/slider': { 'Amasty_Shopby/js/mixins/slider': true } } } }; require.config(config); })(); (function() { var config = { map: { '*': { amBrandsSearch: 'Amasty_ShopbyBrand/js/components/ambrands-search', amBrandsFilterInit: 'Amasty_ShopbyBrand/js/components/ambrands-filter-init', amBrandsFilter: 'Amasty_ShopbyBrand/js/brand-filter', swiper: 'Amasty_LibSwiperJs/js/vendor/swiper/swiper.min' } }, config: { mixins: { 'mage/menu': { 'Amasty_ShopbyBrand/js/lib/mage/ambrands-menu-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2022 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { map: { '*': { 'aw-vto': 'AbsoluteWeb_VTO/js/aw-vto' } } }; require.config(config); })(); (function() { /** * Absolute Web Services Intellectual Property * * @category {AWS/frontend-guide} * @copyright Copyright © 1999-2018 Absolute Web Services, Inc. (http://www.absolutewebservices.com) * @author Absolute Web Services * @license http://www.absolutewebservices.com/license-agreement/ Single domain license * @terms of use http://www.absolutewebservices.com/terms-of-use/ */ var config = { map: { '*': { 'awsPrism': 'Aws_FrontendGuide/js/aws-prism' } }, paths: { prism: 'Aws_FrontendGuide/js/vendor/prism', 'prism-normalize-whitespace': 'Aws_FrontendGuide/js/vendor/prism-normalize-whitespace' }, shim: { prism: { exports: 'Prism' }, 'prism-normalize-whitespace': { deps: [ 'prism' ] } }, }; require.config(config); })(); (function() { /** * Absolute Web Services Intellectual Property * * @category {AWS/frontend-guide} * @copyright Copyright © 1999-2018 Absolute Web Services, Inc. (http://www.absolutewebservices.com) * @author Absolute Web Services * @license http://www.absolutewebservices.com/license-agreement/ Single domain license * @terms of use http://www.absolutewebservices.com/terms-of-use/ */ var config = { map: { '*': { 'awsPrism': 'Aws_FrontendGuide/js/aws-prism' } }, paths: { prism: 'Aws_FrontendGuide/js/vendor/prism', 'prism-normalize-whitespace': 'Aws_FrontendGuide/js/vendor/prism-normalize-whitespace' }, shim: { prism: { exports: 'Prism' }, 'prism-normalize-whitespace': { deps: [ 'prism' ] } }, }; require.config(config); })(); (function() { /** * Absolute Web Services Intellectual Property * * @category {AWS/Capezio} * @copyright Copyright © 1999-2018 Absolute Web Services, Inc. (http://www.absolutewebservices.com) * @author Absolute Web Services * @license http://www.absolutewebservices.com/license-agreement/ Single domain license * @terms of use http://www.absolutewebservices.com/terms-of-use/ */ 'use strict'; var config = { // eslint-disable-line map: { '*': { 'aws-swatch-renderer': 'Aws_ProductHtmlSwatchesAddon/js/aws-swatch-renderer', 'aws-item-swatch': 'Aws_ProductHtmlSwatchesAddon/js/aws-item-swatch' } } }; require.config(config); })(); (function() { /** * @author Infinite Team * @package Dbs_Cart * @copyright Copyright © 2025 Infinite */ const config = { config: { mixins: { 'Magento_Tax/js/view/checkout/summary/subtotal': { 'Dbs_Cart/js/view/checkout/summary/subtotal-mixin': true }, 'Magento_SalesRule/js/view/cart/totals/discount': { 'Dbs_Cart/js/view/cart/totals/discount-mixin': true } } } }; require.config(config); })(); (function() { /** * @author Infinite Team * @package Dbs_Cookie * @copyright Copyright © 2025 Infinite */ const config = { config: { mixins: { 'Magento_Cookie/js/notices': { 'Dbs_Cookie/js/cookie-notices-mixin': true } } } }; require.config(config); })(); (function() { /** * @author Infinite Team * @package Dbs_DeliveryQuota * @copyright Copyright © 2025 Infinite */ const config = { config: { mixins: { 'Magento_Checkout/js/view/summary/custom-button': { 'AbsoluteWeb_WeltPixelGAExtend/js/view/summary/custom-button-mixin': false, 'Dbs_DeliveryQuota/js/view/summary/validate-delivery-date': true } } } }; require.config(config); })(); (function() { var config = { map: { '*': { weltpixel_ga4_gtm: 'WeltPixel_GA4/js/weltpixel_ga4_gtm', weltpixel_ga4_persistentLayer: 'WeltPixel_GA4/js/weltpixel_ga4_persistentlayer' } }, config: { mixins: { 'Magento_Swatches/js/swatch-renderer': { 'WeltPixel_GA4/js/swatch-renderer': true }, 'Magento_ConfigurableProduct/js/configurable': { 'WeltPixel_GA4/js/configurable': true } } } }; require.config(config); })(); (function() { /** * @author Infinite Team * @package Infinite_Checkout * @copyright Copyright (c) 2025 Infinite */ var config = { config: { mixins: { 'Magento_Checkout/js/view/payment': { 'Infinite_Checkout/js/view/payment-mixin': true } } } }; require.config(config); })(); (function() { var config = { map: { '*': { 'clipboard':'MercadoPago_AdbPayment/js/view/payment/lib/clipboardjs/clipboard', 'widgetClipboard':'MercadoPago_AdbPayment/js/view/payment/lib/clipboardjs/widgetClipboard', 'MercadoPagoSDKJs': 'https://sdk.mercadopago.com/js/v2?source=Magento' } } }; require.config(config); })(); (function() { /** * Copyright © MercadoPago. All rights reserved. * @author Mercado Pago * @license See LICENSE for license details. */ let config = { paths: { 'mercadoPagoSkdJs':'https://sdk.mercadopago.com/js/v2?source=Magento', 'initMPCheckout': 'MercadoPago_AdbPayment/js/view/payment/initMPCheckout', 'observerCheckoutPro': 'MercadoPago_AdbPayment/js/view/payment/observerCheckoutPro', 'three_ds': 'MercadoPago_AdbPayment/js/view/payment/method-renderer/three_ds' }, shim: { 'mercadoPagoSkdJs': { 'deps': ['jquery'] } }, config: { mixins: { 'mage/validation': { 'MercadoPago_AdbPayment/js/validation/custom-validation-mixin': true } } } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Persistent/js/view/customer-data-mixin': { 'Infinite_PersistentFix/js/view/customer-data-mixin': true } } }, // Force the base plugin to load early (defines $.cookieStorage with setConf) deps: ['jquery/jquery.storageapi.min'], shim: { 'Magento_Customer/js/customer-data': { deps: ['jquery/jquery.storageapi.min'] } } }; require.config(config); })(); (function() { var config = { map: { '*': { KlaviyoCustomerData: 'Klaviyo_Reclaim/js/customer', } }, config: { mixins: { 'Magento_Checkout/js/model/shipping-save-processor/payload-extender': { 'Klaviyo_Reclaim/js/mixin/shipping-payload-extender-mixin': true }, } } }; require.config(config); })(); (function() { var config = { map: { '*': { quickSearch: 'Klevu_Search/js/disableautosuggest' } } }; require.config(config); })(); (function() { /** * Mageplaza * * NOTICE OF LICENSE * * This source file is subject to the mageplaza.com license that is * available through the world-wide-web at this URL: * https://www.mageplaza.com/LICENSE.txt * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this extension to newer * version in the future. * * @category Mageplaza * @package Mageplaza_Core * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) * @license https://www.mageplaza.com/LICENSE.txt */ var config = { paths: { 'jquery/file-uploader': 'Mageplaza_Core/lib/fileUploader/jquery.fileuploader', 'mageplaza/core/jquery/popup': 'Mageplaza_Core/js/jquery.magnific-popup.min', 'mageplaza/core/owl.carousel': 'Mageplaza_Core/js/owl.carousel.min', 'mageplaza/core/bootstrap': 'Mageplaza_Core/js/bootstrap.min', mpIonRangeSlider: 'Mageplaza_Core/js/ion.rangeSlider.min', touchPunch: 'Mageplaza_Core/js/jquery.ui.touch-punch.min', mpDevbridgeAutocomplete: 'Mageplaza_Core/js/jquery.autocomplete.min' }, shim: { "mageplaza/core/jquery/popup": ["jquery"], "mageplaza/core/owl.carousel": ["jquery"], "mageplaza/core/bootstrap": ["jquery"], mpIonRangeSlider: ["jquery"], mpDevbridgeAutocomplete: ["jquery"], touchPunch: ['jquery', 'jquery-ui-modules/core', 'jquery-ui-modules/mouse', 'jquery-ui-modules/widget'] } }; require.config(config); })(); (function() { /** * Mageplaza * * NOTICE OF LICENSE * * This source file is subject to the Mageplaza.com license that is * available through the world-wide-web at this URL: * https://www.mageplaza.com/LICENSE.txt * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this extension to newer * version in the future. * * @category Mageplaza * @package Mageplaza_Smtp * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) * @license https://www.mageplaza.com/LICENSE.txt */ var config = {}; if (typeof window.AVADA_EM !== 'undefined') { config = { config: { mixins: { 'Magento_Checkout/js/view/billing-address': { 'Mageplaza_Smtp/js/view/billing-address-mixins' : true }, 'Magento_Checkout/js/view/shipping': { 'Mageplaza_Smtp/js/view/shipping-mixins' : true } } } }; } require.config(config); })(); (function() { /** * @copyright Copyright © 2024 - Omnipro (https://www.omni.pro/) * * @author Ivan Herrera || Omnipro Team * @date 11/10/24, 03:17 PM * @category Omnipro * @module Omnipro/MultishippingProducts */ const config = { config: { mixins: { /** * Mixin to add an extension attribute to the shipping information payload. * This allows you to save the information about multishipping products. */ 'Magento_Checkout/js/model/shipping-save-processor/payload-extender': { 'Omnipro_MultishippingProducts/js/model/shipping-save-processor/payload-extender-mixin': true }, /** * Mixins to add extra info in multishipping/pre-sale quote items. */ 'Magento_Checkout/js/view/summary/item/details': { 'Omnipro_MultishippingProducts/js/view/summary/item/details-mixin': true } } }, map: { '*': { 'Magento_Checkout/template/summary/item/details.html': 'Omnipro_MultishippingProducts/template/summary/item/details.html' } } }; require.config(config); })(); (function() { /** * @copyright Copyright © 2024 - Omnipro (https://www.omni.pro/) * * @author Ivan Herrera || Omnipro Team * @date 13/09/24, 04:40 PM * @category Omnipro * @module Omnipro/PageAnimation */ const config = { map: { '*': { 'gsap': 'Omnipro_PageAnimation/js/lib/gsap.min', 'pageAnimation': 'Omnipro_PageAnimation/js/view/page-animation' } }, }; require.config(config); })(); (function() { /** * Config to pull in all the relevant Braintree JS SDKs * @type { * paths: { * braintreePayPalInContextCheckout: string, * braintreePayPalCheckout: string, * braintreeVenmo: string, * braintreeHostedFields: string, * braintreeDataCollector: string, * braintreeThreeDSecure: string, * braintreeGooglePay: string, * braintreeApplePay: string, * braintreeAch: string, * braintreeLpm: string, * googlePayLibrary: string * }, * map: { * "*": { * braintree: string * } * } * } */ var config = { map: { '*': { braintree: 'https://js.braintreegateway.com/web/3.112.0/js/client.min.js' } }, paths: { 'braintreePayPalCheckout': 'https://js.braintreegateway.com/web/3.112.0/js/paypal-checkout.min', 'braintreeHostedFields': 'https://js.braintreegateway.com/web/3.112.0/js/hosted-fields.min', 'braintreeDataCollector': 'https://js.braintreegateway.com/web/3.112.0/js/data-collector.min', 'braintreeThreeDSecure': 'https://js.braintreegateway.com/web/3.112.0/js/three-d-secure.min', 'braintreeApplePay': 'https://js.braintreegateway.com/web/3.112.0/js/apple-pay.min', 'braintreeGooglePay': 'https://js.braintreegateway.com/web/3.112.0/js/google-payment.min', 'braintreeVenmo': 'https://js.braintreegateway.com/web/3.112.0/js/venmo.min', 'braintreeAch': 'https://js.braintreegateway.com/web/3.112.0/js/us-bank-account.min', 'braintreeLpm': 'https://js.braintreegateway.com/web/3.112.0/js/local-payment.min', 'googlePayLibrary': 'https://pay.google.com/gp/p/js/pay', 'braintreePayPalInContextCheckout': 'https://www.paypalobjects.com/api/checkout' } }; require.config(config); })(); (function() { var config = { config: { mixins: { 'Magento_Checkout/js/model/step-navigator': { 'PayPal_Braintree/js/model/step-navigator-mixin': true }, 'Magento_Checkout/js/model/place-order': { 'PayPal_Braintree/js/model/place-order-mixin': true }, 'Magento_ReCaptchaWebapiUi/js/webapiReCaptchaRegistry': { 'PayPal_Braintree/js/reCaptcha/webapiReCaptchaRegistry-mixin': true }, 'Magento_CheckoutAgreements/js/view/checkout-agreements': { 'PayPal_Braintree/js/checkoutAgreements/view/checkout-agreements-mixin': true } } }, map: { '*': { braintreeCheckoutPayPalAdapter: 'PayPal_Braintree/js/view/payment/adapter' } } }; require.config(config); })(); (function() { /** * Copyright © 2016 Ubertheme.com All rights reserved. */ const config = { map: { '*': { "jquery/lazyload": "Ubertheme_Base/js/lazy.load/jquery.lazyloadxt.min", "owlCarousel2": "Ubertheme_Base/js/owl.carousel2/owl.carousel.min", "ubSwapImages": "Ubertheme_Base/js/ubSwapImages" } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2023 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { config: { mixins: { 'Magento_Checkout/js/view/summary/custom-button': { 'AbsoluteWeb_PickUpLight/js/view/summary/custom-button-mixin': false, 'AbsoluteWeb_WeltPixelGAExtend/js/view/summary/custom-button-mixin': true }, 'Magento_Checkout/js/view/form/element/email': { 'AbsoluteWeb_PickUpLight/js/view/form/element/email-mixin': false, 'AbsoluteWeb_WeltPixelGAExtend/js/view/form/element/email-mixin': true }, 'Magento_Checkout/js/view/shipping': { 'AbsoluteWeb_PickUpLight/js/view/shipping-mixin': false, 'AbsoluteWeb_WeltPixelGAExtend/js/view/shipping-mixin': true }, 'Magento_Ui/js/form/element/abstract': { 'AbsoluteWeb_WeltPixelGAExtend/js/form/element/abstract-mixin': true }, 'Aws_CustomCategoriesWidget/js/categories-slider': { 'AbsoluteWeb_WeltPixelGAExtend/js/categories-slider-mixin': true } } } }; require.config(config); })(); (function() { /** * @author Infinite Team * @package Dbs_EmailSuggestion * @copyright Copyright © 2025 Infinite */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { map: { '*': { 'emailDomainSuggestion': 'Dbs_EmailSuggestion/js/view/form/element/email-domain-suggestion', } }, config: { mixins: { 'Magento_Checkout/js/view/form/element/email': { 'AbsoluteWeb_PickUpLight/js/view/form/element/email-mixin': false, 'AbsoluteWeb_WeltPixelGAExtend/js/view/form/element/email-mixin': false, 'Dbs_EmailSuggestion/js/view/form/element/email-mixin': true }, 'Magento_Checkout/js/view/authentication': { 'Dbs_EmailSuggestion/js/view/authentication-mixin': true } } } }; require.config(config); })(); (function() { /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ var config = { deps: [ 'Magento_Theme/js/theme' ] }; require.config(config); })(); (function() { /** * Absolute Web Services Intellectual Property * * @category {AWS/Core} * @copyright Copyright © 1999-2018 Absolute Web Services, Inc. (http://www.absolutewebservices.com) * @author Absolute Web Services * @license http://www.absolutewebservices.com/license-agreement/ Single domain license * @terms of use http://www.absolutewebservices.com/terms-of-use/ */ var config = { map: { '*': { 'aws-qty-counter': 'Magento_Catalog/js/aws-qty-counter' } } }; require.config(config); })(); (function() { /** * Absolute Web Services Intellectual Property * * @category {AbsoluteWeb/Core} * @copyright Copyright © 1999-2020 Absolute Web Services, Inc. (http://www.absolutewebservices.com) * @author Absolute Web Services * @license http://www.absolutewebservices.com/license-agreement/ Single domain license * @terms of use http://www.absolutewebservices.com/terms-of-use/ */ var config = { map: { '*': { 'aws-modal': 'js/aws-modal', 'aws-sticky-block': 'js/aws-sticky-block', 'aws-anchors': 'js/aws-anchors', 'aws-scrollbar': 'js/aws-scrollbar', 'aws-selectbox': 'js/aws-selectbox', 'aw-slick-carousel': 'js/aw-slick-carousel', 'aw-slick-lightbox': 'js/aw-slick-lightbox', 'aw-lazyload': 'js/aw-lazyload', 'aw-sticky-sidebar': 'js/aw-sticky-sidebar', 'aw-select': 'js/aw-select' } }, paths: { 'hover-intent-lib': 'js/vendor/jquery.hoverIntent.min', 'sticky-sidebar': 'js/vendor/jquery.sticky-sidebar.min', 'scrollbar-lib': 'js/vendor/jquery.scrollbar.min', 'slick-carousel-lib': 'js/vendor/slick.min', 'slick-lightbox-lib': 'js/vendor/slick.lightbox.min' }, shim: { 'slick-carousel-lib': ['jquery'], 'slick-lightbox-lib': ['slick-carousel-lib'] } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2023 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { config: { mixins: { 'mage/validation': { 'Magento_Theme/js/lib/validation/validation-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { config: { mixins: { 'Magento_Catalog/js/catalog-add-to-cart': { 'Magento_Catalog/js/catalog-add-to-cart-mixin': true }, 'Magento_Catalog/js/price-box': { 'Magento_Catalog/js/price-box-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars var config = { map: { '*': { 'aw-cart-items': 'Magento_Checkout/js/cart/aw-cart-items', 'aw-cart-qty-counter': 'Magento_Checkout/js/cart/aw-cart-qty-counter', 'cart-coupon': 'Magento_Checkout/js/cart/cart-coupon', 'proceed-to-checkout': 'Magento_Checkout/js/cart/proceed-to-checkout', 'cart-coupon': 'Magento_Checkout/js/cart/cart-coupon', 'aw-update-cart-section': 'Magento_Checkout/js/aw-update-cart-section', 'payment-address-autocomplete': 'Magento_Checkout/js/view/billing-address/address-autocomplete' } }, config: { mixins: { 'Magento_Checkout/js/view/summary/abstract-total': { 'Magento_Checkout/js/view/summary/abstract-total-mixin': true }, 'Magento_Checkout/js/view/shipping': { 'Magento_Checkout/js/view/shipping-mixin': true }, 'Magento_Checkout/js/view/shipping-information': { 'Magento_Checkout/js/view/shipping-information-mixin': true }, 'Magento_Checkout/js/sidebar': { 'Magento_Checkout/js/sidebar-mixin': true }, 'Magento_Checkout/js/view/minicart': { 'Magento_Checkout/js/view/minicart-mixin': true }, 'Magento_Checkout/js/shopping-cart': { 'Magento_Checkout/js/shopping-cart-mixin': true }, 'Magento_Checkout/js/view/summary/item/details/message': { 'Magento_Checkout/js/view/summary/item/details/message-mixin': true }, 'Magento_Checkout/js/view/summary/shipping': { 'Magento_Checkout/js/view/summary/shipping-mixin': true }, 'Magento_Checkout/js/view/payment/default': { 'Magento_Checkout/js/view/payment/default-mixin': true }, 'Magento_Checkout/js/view/billing-address/list': { 'Magento_Checkout/js/view/billing-address/list-mixin': true }, 'Magento_Checkout/js/model/address-converter': { 'Magento_Checkout/js/model/address-converter-mixin': true }, 'Magento_Checkout/js/view/billing-address': { 'Magento_Checkout/js/view/billing-address/billing-address-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2023 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { config: { mixins: { 'Magento_Ui/js/lib/validation/validator': { 'Magento_Ui/js/lib/validation/validator-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { map: { '*': { 'customRegionUpdater': 'Magento_CustomerCustomAttributes/js/custom-region-updater' } }, config: { mixins: { 'mage/validation': { 'Magento_CustomerCustomAttributes/js/custom-password-validation': true } } } }; require.config(config); })(); (function() { /** * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2023 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { config: { mixins: { 'Magento_Tax/js/view/checkout/shipping_method/price': { 'Magento_Tax/js/view/checkout/shipping_method/price-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; var config = { map: { '*': { 'cart-giftcard': 'Magento_GiftCardAccount/js/cart/cart-giftcard' } }, config: { mixins: { 'Magento_GiftCardAccount/js/view/cart/totals/gift-card-account': { 'Magento_GiftCardAccount/js/view/cart/totals/gift-card-account-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { config: { mixins: { 'Magento_GiftMessage/js/view/gift-message': { 'Magento_GiftMessage/js/view/gift-message-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars var config = { map: { '*': { 'aw-swatch-renderer': 'Magento_Swatches/js/aw-swatch-renderer' } }, config: { mixins: { 'Magento_Swatches/js/swatch-renderer': { 'Magento_Swatches/js/swatch-renderer-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { config: { mixins: { 'Magento_Customer/js/model/authentication-popup': { 'Amasty_SocialLogin/js/authentication-popup-mixin': false } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { config: { mixins: { 'Amasty_Xnotif/js/amnotification': { 'Amasty_Xnotif/js/amnotification-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { config: { mixins: { 'Transbank_Webpay/js/view/payment/method-renderer/webpay-method': { 'Transbank_Webpay/js/view/payment/method-renderer/webpay-method-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { map: { '*': { 'categories-slider': 'Aws_CustomCategoriesWidget/js/categories-slider' } }, deps: ['js/aw-swiper'] }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { config: { mixins: { 'Amasty_Promo/js/popup': { 'Amasty_Promo/js/popup-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { map: { '*': { 'aw-filter-fixed-height': 'Amasty_Shopby/js/aw-filter-fixed-height' } }, config: { mixins: { 'Amasty_Shopby/js/components/amShopbyFilterSearch': { 'Amasty_Shopby/js/components/amShopbyFilterSearch-mixin': true } } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2022 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { map: { '*': { 'aw-live-chat': 'Gorgias_MagentoConnect/js/aw-live-chat' } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2022 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { map: { '*': { 'aw-klaviyo': 'Klaviyo_Reclaim/js/aw-klaviyo' } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { map: { '*': { 'aw-klevu-init': 'Klevu_Search/js/search/klevu-init' } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2021 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars const config = { map: { '*': { 'menuAim': 'Ubertheme_UbMegaMenu/js/vendor/jquery.menu-aim.min' } } }; require.config(config); })(); (function() { /* * Absolute Web Intellectual Property * * @copyright Copyright (c) 1999-2022 Absolute Web, Inc. (http://www.absoluteweb.com) * @author Absolute Web * @license http://www.absoluteweb.com/license-agreement/ Single domain license * @terms of use http://www.absoluteweb.com/terms-of-use/ */ 'use strict'; // eslint-disable-next-line no-unused-vars var config = { map: { '*': { 'swiper-lib': 'js/vendor/swiper.min', 'aw-swiper': 'js/aw-swiper', 'aw-gallery': 'js/aw-gallery', 'footer-accordion': 'js/footer-accordion', 'aw-accordion': 'js/aw-accordion', 'aw-enable-button-by-checkbox': 'js/enable-button-by-checkbox', 'aw-sticky-header': 'js/aw-sticky-header', 'aw-image-zoom': 'js/aw-image-zoom', 'review-modal': 'js/review-modal' } }, paths: { 'lightgallery': 'js/vendor/lightgallery.min', 'lg-thumbnail': 'js/vendor/lg-thumbnail.min', 'lg-zoom': 'js/vendor/lg-zoom.min', 'image-zoom': 'js/vendor/image-zoom' } }; require.config(config); })(); })(require);