bouncex.callbacks["website"]({"active":"1","advanced_cookie_options":"{\"first_party_limit\":\"3500\",\"local_storage\":\"1\"}","analytics":"0","ba_enabled":null,"ba_settings":null,"ba_settings_json":null,"block_ips":null,"block_urls":[],"campaign_js":{"bottombar_pushup_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-pushup-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);"},"bottombar_pushup_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushup');\n}\n\nfunction updatePushup() {\n var pushAmount = $creative.outerHeight(true),\n megaMenu = jQuery('.site-nav__item.site-nav__expanded-item.site-nav--has-dropdown.site-nav--is-megamenu.is-focused').length \u003e 0,\n siteHeaderStuck = jQuery('.site-header--stuck').length \u003e 0;\n\n var styles = [\n '.kustomer-mobile-active #kustomer-ui-sdk-iframe { margin-bottom: 0px; height: 100% !important }',\n '#kustomer-ui-sdk-iframe { margin-bottom: '+pushAmount+'px; height: calc(100% - '+pushAmount+'px - 10px) !important; }',\n bouncex.state.mobile \u0026\u0026 'a.boost-pfs-filter-scroll-to-top { top: calc(72% - '+pushAmount+'px) !important; }',\n '.sticky-cart-button { margin-bottom: '+pushAmount+'px !important; }',\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\n '#userwayAccessibilityIcon, #ltkPopupButtonTriggerContainer { margin-bottom: '+pushAmount+'px; }',\n '.ns-sidebar-wrapper { margin-bottom: '+pushAmount+'px; max-height: calc(100% - '+pushAmount+'px) !important; }',\n '.grecaptcha-badge { margin-bottom: '+(pushAmount * 3)+'px; }',\n '#kustomer-ui-sdk-iframe[style*=\"width: 80px\"] { height: 0px !important }',\n megaMenu \u0026\u0026 siteHeaderStuck ? '#bx-campaign-' + campaign_id + ' .bx-slab { display: none; }' : '',\n ];\n \n $campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').text(styles.join(' '));\n}\n \nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushup);\n\nbouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updatePushup);\n \nbouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\n var cachedHeight = $creative.height();\n \n var onClickInterval = bouncex.setInterval2(function() {\n var currentHeight = $creative.height();\n \n if (currentHeight !== cachedHeight) {\n updatePushup();\n cachedHeight = currentHeight;\n }\n }, 20);\n \n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\n});\n\nupdatePushup();"},"bottombar_zindex_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 19; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"ctab_pushup_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-corner-pushup');\n}\n\nfunction updateCornerPushup() {\n var pushAmount = $creative.outerHeight(true),\n cookieHeight = jQuery('.polaris-banner:visible').length \u003e 0 ? jQuery('.polaris-banner:visible').outerHeight(true) : 0;\n chatHeight = jQuery('#chat-button').length \u003e 0 ? jQuery('#chat-button').height() + 40 : 0;\n \n var styles = [\n '#shopify-section-footer, .boost-pfs-filter-options-wrapper { margin-bottom: '+pushAmount+'px; }',\n ];\n \n var stylesRight = [\n '#bx-campaign-'+campaign_id+' .bx-slab { margin-bottom: '+(chatHeight+(bouncex.wndsize().width \u003e= 448.8 ? 0 : cookieHeight))+'px; }',\n ];\n \n var stylesLeft = [\n '#bx-campaign-'+campaign_id+' .bx-slab { margin-bottom: '+((bouncex.wndsize().width \u003e= 448.8 ? cookieHeight + 12 : cookieHeight))+'px; }',\n '@media screen and (min-width: 768px) {',\n '.grid__item--sidebar { max-height: calc(90vh - '+pushAmount+'px); }',\n '}'\n ];\n \n var stylesFull = [];\n \n styles.push($campaign.hasClass('bx-fixed-rb') ? stylesRight.join(' ') : stylesLeft.join(' '));\n \n if ($creative.outerWidth() === bouncex.body.width()) {\n styles.push(stylesFull.join(' '));\n }\n \n $campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').text(styles.join(' '));\n}\n\nif ($campaign.hasClass('bx-fixed-rb') || $campaign.hasClass('bx-fixed-lb')) {\n bouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updateCornerPushup);\n bouncex.on(bouncex.window, 'scroll.bx-'+campaign_id, updateCornerPushup);\n\n bouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updateCornerPushup);\n \n bouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\n var cachedHeight = $creative.height();\n \n var onClickInterval = bouncex.setInterval2(function() {\n var currentHeight = $creative.height();\n \n if (currentHeight !== cachedHeight) {\n updateCornerPushup();\n cachedHeight = currentHeight;\n }\n }, 20);\n \n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\n });\n \n updateCornerPushup();\n}"},"ctab_pushup_fix_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-corner-pushup-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\nbouncex.off(bouncex.window, 'scroll.bx-'+campaign_id);\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);"},"ctab_zindex_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 4; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"heading_focus":{"deployments":[[{"activation":"type","prop":"not_exactly","prop2":"tabtitle","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"teleport","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"none","prop3":"","val":""}],[{"activation":"purpose","prop":"not_exactly","prop2":"programmatic","prop3":"","val":""}]],"event":"activation","testmode":false,"ttype":"variation","val":"bouncex.campaigns[ca_id].obj1.find('form:not(:has(.bx-2-heading))').each(function(i, formEl) {\n var $htmlHeadingElement = jQuery(formEl).find('h1, h2, h3, h4, h5, h6').eq(0);\n if ($htmlHeadingElement.length \u003e 0) {\n $htmlHeadingElement.addClass('bx-2-heading wknd-ally-focus').attr('tabindex', '-1');\n } else {\n var $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text-headline, .bx-row-text-subheadline)').eq(0);\n if ($headlineGroup.length === 0) {\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\n }\n $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack().wrapAll('\u003cdiv class=\"bx-2-heading wknd-ally-focus\" id=\"'+$headlineGroup.attr('id')+'-h2\" tabindex=\"-1\" role=\"heading\" aria-level=\"2\"\u003e\u003c/div\u003e'); \n }\n});"},"ios_input_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"if (bouncex.browser.ios \u0026\u0026 bouncex.campaigns[campaign_id].inputs.length \u003e 0) {\n bouncex.off(bouncex.campaigns[campaign_id].inputs, 'touchstart.bcx_ios_input_fix_'+campaign_id+' blur.bcx_ios_input_fix_'+campaign_id);\n}"},"ios_input_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"if (bouncex.browser.ios \u0026\u0026 bouncex.campaigns[campaign_id].inputs.length \u003e 0) {\n bouncex.off(bouncex.campaigns[campaign_id].inputs, 'touchstart.bcx_ios_input_fix_'+campaign_id+' blur.bcx_ios_input_fix_'+campaign_id);\n \n bouncex.on(bouncex.campaigns[campaign_id].inputs, 'touchstart.bcx_ios_input_fix_'+campaign_id, function() {\n if (!bouncex.campaigns[campaign_id].hasIosInputFix) {\n bouncex.head.append('\u003cmeta name=\"viewport\" content=\"user-scalable=no, initial-scale=1, maximum-scale=1\" id=\"bx-ios-meta-'+campaign_id+'\"/\u003e');\n bouncex.campaigns[campaign_id].hasIosInputFix = true;\n }\n });\n \n bouncex.on(bouncex.campaigns[campaign_id].inputs, 'blur.bcx_ios_input_fix_'+campaign_id, function() {\n if (bouncex.campaigns[campaign_id].hasIosInputFix) {\n jQuery('#bx-ios-meta-'+campaign_id).remove();\n bouncex.campaigns[campaign_id].hasIosInputFix = false;\n }\n });\n}"},"klaviyo_onsite_identify":{"deployments":[[{"activation":"purpose","prop":"exactly","prop2":"emailcapture","prop3":"","val":""},{"activation":"purpose","prop":"exactly","prop2":"smsoptin","prop3":"","val":""}]],"event":"submission","testmode":false,"ttype":"variation","val":"if (data.email) {\r\n var klaviyoFunc = bouncex.utils.getNestedProp('window.klaviyo.identify');\r\n typeof klaviyoFunc === 'function' \u0026\u0026 window.klaviyo.identify({'$email': data.email });\r\n}"},"overlay_zindex_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"overlay","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('#CartDrawer { z-index: 2147483643; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"remove_form_focus":{"deployments":[[{"activation":"type","prop":"not_exactly","prop2":"tabtitle","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"teleport","prop3":"","val":""}],[{"activation":"type","prop":"not_exactly","prop2":"none","prop3":"","val":""}],[{"activation":"purpose","prop":"not_exactly","prop2":"programmatic","prop3":"","val":""}]],"event":"activation","testmode":false,"ttype":"variation","val":"bouncex.campaigns[ca_id].obj1.find('form').addClass('bx-ally-no-focus').removeAttr('tabindex role');"},"topbar_pushdown_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-pushdown-style').remove();\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);"},"topbar_pushdown_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"var $campaign = bouncex.campaigns[campaign_id].obj1,\n $creative = $campaign.find('.bx-creative');\n\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').length === 0) {\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushdown');\n}\n\nfunction updatePushdown() {\n var pushAmount = $creative.height(),\n openSearch = jQuery('.js-drawer-open--search').length \u003e 0;\n \n var styles = [\n '.site-header--stuck { top: '+pushAmount+'px; }',\n !bouncex.state.mobile ? '#kustomer-ui-sdk-iframe[style*=\"height: calc(100%\"] { height: calc(100% - '+pushAmount+'px - 10px) !important; }' : '',\n '.grid__item--sidebar { top: calc(133px + '+pushAmount+'px) !important; }',\n !openSearch \u0026\u0026 '.site-header__search-container { overflow: hidden !important; }',\n '.ns-sidebar-wrapper { margin-top: '+pushAmount+'px; max-height: calc(100% - '+pushAmount+'px); }'\n ];\n \n $campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').text(styles.join(' '));\n}\n\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushdown);\n\nupdatePushdown();"},"topbar_zindex_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();"},"topbar_zindex_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 999; } .js-drawer-open #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 25; } js-drawer-open--search .site-header__search-container { z-index: 28; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"userway_fix":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"overlay","prop3":"","val":""}]],"event":"activation","testmode":false,"ttype":"variation","val":"var campaign = bouncex.campaigns[ca_id].obj1;\n\n// https://wunderkindco.atlassian.net/browse/SP-7746\ncampaign.find('.bx-slab').attr('data-uw-rm-ignore','');"},"zindex_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"overlay","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();"}},"cart_rep":null,"casl_prevent_user_tracking":"1","client_id":null,"compliance":{"gdpr":0,"gmp":0,"whitelist_check":0},"compliance_json":"{\"gdpr\":0,\"gmp\":0,\"whitelist_check\":0}","confirmation_criteria":null,"confirmation_page":"","confirmation_url":null,"content_width":"900","contract_id":"2","cookie_type":"fp_local_storage","currency":"USD","custom_campaign_js":"{\"remove_form_focus\":{\"val\":\"bouncex.campaigns[ca_id].obj1.find('form').addClass('bx-ally-no-focus').removeAttr('tabindex role');\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"tabtitle\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"teleport\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"2\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"none\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"3\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"programmatic\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"heading_focus\":{\"val\":\"bouncex.campaigns[ca_id].obj1.find('form:not(:has(.bx-2-heading))').each(function(i, formEl) {\\n var $htmlHeadingElement = jQuery(formEl).find('h1, h2, h3, h4, h5, h6').eq(0);\\n if ($htmlHeadingElement.length \u003e 0) {\\n $htmlHeadingElement.addClass('bx-2-heading wknd-ally-focus').attr('tabindex', '-1');\\n } else {\\n var $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text-headline, .bx-row-text-subheadline)').eq(0);\\n if ($headlineGroup.length === 0) {\\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\\n }\\n $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack().wrapAll('\u003cdiv class=\\\"bx-2-heading wknd-ally-focus\\\" id=\\\"'+$headlineGroup.attr('id')+'-h2\\\" tabindex=\\\"-1\\\" role=\\\"heading\\\" aria-level=\\\"2\\\"\u003e\u003c/div\u003e'); \\n }\\n});\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"tabtitle\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"teleport\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"2\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"none\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"3\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"programmatic\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"topbar_pushdown_fix\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushdown');\\n}\\n\\nfunction updatePushdown() {\\n var pushAmount = $creative.height(),\\n openSearch = jQuery('.js-drawer-open--search').length \u003e 0;\\n \\n var styles = [\\n '.site-header--stuck { top: '+pushAmount+'px; }',\\n !bouncex.state.mobile ? '#kustomer-ui-sdk-iframe[style*=\\\"height: calc(100%\\\"] { height: calc(100% - '+pushAmount+'px - 10px) !important; }' : '',\\n '.grid__item--sidebar { top: calc(133px + '+pushAmount+'px) !important; }',\\n !openSearch \u0026\u0026 '.site-header__search-container { overflow: hidden !important; }',\\n '.ns-sidebar-wrapper { margin-top: '+pushAmount+'px; max-height: calc(100% - '+pushAmount+'px); }'\\n ];\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-pushdown-style').text(styles.join(' '));\\n}\\n\\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushdown);\\n\\nupdatePushdown();\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"topbar_zindex_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 999; } .js-drawer-open #bx-campaign-' + campaign_id + ' .bx-slab { z-index: 25; } js-drawer-open--search .site-header__search-container { z-index: 28; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"topbar_pushdown_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-pushdown-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"topbar_zindex_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanobar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bottombar_pushup_fix\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-pushup');\\n}\\n\\nfunction updatePushup() {\\n var pushAmount = $creative.outerHeight(true),\\n megaMenu = jQuery('.site-nav__item.site-nav__expanded-item.site-nav--has-dropdown.site-nav--is-megamenu.is-focused').length \u003e 0,\\n siteHeaderStuck = jQuery('.site-header--stuck').length \u003e 0;\\n\\n var styles = [\\n '.kustomer-mobile-active #kustomer-ui-sdk-iframe { margin-bottom: 0px; height: 100% !important }',\\n '#kustomer-ui-sdk-iframe { margin-bottom: '+pushAmount+'px; height: calc(100% - '+pushAmount+'px - 10px) !important; }',\\n bouncex.state.mobile \u0026\u0026 'a.boost-pfs-filter-scroll-to-top { top: calc(72% - '+pushAmount+'px) !important; }',\\n '.sticky-cart-button { margin-bottom: '+pushAmount+'px !important; }',\\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\\n '#userwayAccessibilityIcon, #ltkPopupButtonTriggerContainer { margin-bottom: '+pushAmount+'px; }',\\n '.ns-sidebar-wrapper { margin-bottom: '+pushAmount+'px; max-height: calc(100% - '+pushAmount+'px) !important; }',\\n '.grecaptcha-badge { margin-bottom: '+(pushAmount * 3)+'px; }',\\n '#kustomer-ui-sdk-iframe[style*=\\\"width: 80px\\\"] { height: 0px !important }',\\n megaMenu \u0026\u0026 siteHeaderStuck ? '#bx-campaign-' + campaign_id + ' .bx-slab { display: none; }' : '',\\n ];\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').text(styles.join(' '));\\n}\\n \\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushup);\\n\\nbouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updatePushup);\\n \\nbouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\\n var cachedHeight = $creative.height();\\n \\n var onClickInterval = bouncex.setInterval2(function() {\\n var currentHeight = $creative.height();\\n \\n if (currentHeight !== cachedHeight) {\\n updatePushup();\\n cachedHeight = currentHeight;\\n }\\n }, 20);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\\n});\\n\\nupdatePushup();\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bottombar_zindex_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 19; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ios_input_fix\":{\"val\":\"if (bouncex.browser.ios \u0026\u0026 bouncex.campaigns[campaign_id].inputs.length \u003e 0) {\\n bouncex.off(bouncex.campaigns[campaign_id].inputs, 'touchstart.bcx_ios_input_fix_'+campaign_id+' blur.bcx_ios_input_fix_'+campaign_id);\\n \\n bouncex.on(bouncex.campaigns[campaign_id].inputs, 'touchstart.bcx_ios_input_fix_'+campaign_id, function() {\\n if (!bouncex.campaigns[campaign_id].hasIosInputFix) {\\n bouncex.head.append('\u003cmeta name=\\\"viewport\\\" content=\\\"user-scalable=no, initial-scale=1, maximum-scale=1\\\" id=\\\"bx-ios-meta-'+campaign_id+'\\\"/\u003e');\\n bouncex.campaigns[campaign_id].hasIosInputFix = true;\\n }\\n });\\n \\n bouncex.on(bouncex.campaigns[campaign_id].inputs, 'blur.bcx_ios_input_fix_'+campaign_id, function() {\\n if (bouncex.campaigns[campaign_id].hasIosInputFix) {\\n jQuery('#bx-ios-meta-'+campaign_id).remove();\\n bouncex.campaigns[campaign_id].hasIosInputFix = false;\\n }\\n });\\n}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bottombar_pushup_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-pushup-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"zindex_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-indexFix-style').remove();\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"2\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ios_input_close\":{\"val\":\"if (bouncex.browser.ios \u0026\u0026 bouncex.campaigns[campaign_id].inputs.length \u003e 0) {\\n bouncex.off(bouncex.campaigns[campaign_id].inputs, 'touchstart.bcx_ios_input_fix_'+campaign_id+' blur.bcx_ios_input_fix_'+campaign_id);\\n}\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"userway_fix\":{\"val\":\"var campaign = bouncex.campaigns[ca_id].obj1;\\n\\n// https://wunderkindco.atlassian.net/browse/SP-7746\\ncampaign.find('.bx-slab').attr('data-uw-rm-ignore','');\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ctab_pushup_fix\":{\"val\":\"var $campaign = bouncex.campaigns[campaign_id].obj1,\\n $creative = $campaign.find('.bx-creative');\\n\\nif ($campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').length === 0) {\\n bouncex.addCss('', $campaign.get(0), 'bx-campaign-'+campaign_id+'-corner-pushup');\\n}\\n\\nfunction updateCornerPushup() {\\n var pushAmount = $creative.outerHeight(true),\\n cookieHeight = jQuery('.polaris-banner:visible').length \u003e 0 ? jQuery('.polaris-banner:visible').outerHeight(true) : 0;\\n chatHeight = jQuery('#chat-button').length \u003e 0 ? jQuery('#chat-button').height() + 40 : 0;\\n \\n var styles = [\\n '#shopify-section-footer, .boost-pfs-filter-options-wrapper { margin-bottom: '+pushAmount+'px; }',\\n ];\\n \\n var stylesRight = [\\n '#bx-campaign-'+campaign_id+' .bx-slab { margin-bottom: '+(chatHeight+(bouncex.wndsize().width \u003e= 448.8 ? 0 : cookieHeight))+'px; }',\\n ];\\n \\n var stylesLeft = [\\n '#bx-campaign-'+campaign_id+' .bx-slab { margin-bottom: '+((bouncex.wndsize().width \u003e= 448.8 ? cookieHeight + 12 : cookieHeight))+'px; }',\\n '@media screen and (min-width: 768px) {',\\n '.grid__item--sidebar { max-height: calc(90vh - '+pushAmount+'px); }',\\n '}'\\n ];\\n \\n var stylesFull = [];\\n \\n styles.push($campaign.hasClass('bx-fixed-rb') ? stylesRight.join(' ') : stylesLeft.join(' '));\\n \\n if ($creative.outerWidth() === bouncex.body.width()) {\\n styles.push(stylesFull.join(' '));\\n }\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-corner-pushup-style').text(styles.join(' '));\\n}\\n\\nif ($campaign.hasClass('bx-fixed-rb') || $campaign.hasClass('bx-fixed-lb')) {\\n bouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updateCornerPushup);\\n bouncex.on(bouncex.window, 'scroll.bx-'+campaign_id, updateCornerPushup);\\n\\n bouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updateCornerPushup);\\n \\n bouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\\n var cachedHeight = $creative.height();\\n \\n var onClickInterval = bouncex.setInterval2(function() {\\n var currentHeight = $creative.height();\\n \\n if (currentHeight !== cachedHeight) {\\n updateCornerPushup();\\n cachedHeight = currentHeight;\\n }\\n }, 20);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\\n });\\n \\n updateCornerPushup();\\n}\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ctab_pushup_fix_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-corner-pushup-style').remove();\\nbouncex.off(bouncex.window, 'resize.bx-'+campaign_id);\\nbouncex.off(bouncex.window, 'scroll.bx-'+campaign_id);\\nbouncex.off(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id);\\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"ctab_zindex_fix\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 4; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"overlay_zindex_fix\":{\"val\":\"bouncex.addCss('#CartDrawer { z-index: 2147483643; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"klaviyo_onsite_identify\":{\"val\":\"if (data.email) {\\r\\n var klaviyoFunc = bouncex.utils.getNestedProp('window.klaviyo.identify');\\r\\n typeof klaviyoFunc === 'function' \u0026\u0026 window.klaviyo.identify({'$email': data.email });\\r\\n}\",\"event\":\"submission\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"emailcapture\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"smsoptin\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"}}","custom_js":"/* --------------------------- INITIALIZE SHOPIFY DYNAMIC COUPON AUTOAPPLY -------------------------- */\r\nfunction initShopifyCouponAutoApply() {\r\n var isShopifyHostedTheme = !!bouncex.utils.getNestedProp('Shopify.theme.id');\r\n if (isShopifyHostedTheme) {\r\n bouncex.off(bouncex.window, 'bxCouponFetched.bx-cpn-auto-apply');\r\n bouncex.on(bouncex.window, 'bxCouponFetched.bx-cpn-auto-apply', function(event, params) {\r\n if (params.code !== bouncex.vars.coupon_auto_applied) {\r\n ajaxShopifyAutoApply(params.code);\r\n }\r\n });\r\n }\r\n}\r\nfunction ajaxShopifyAutoApply(discount) {\r\n var updateJSON = JSON.stringify({\r\n 'discounts': [discount],\r\n }),\r\n errorMessage = 'event tracking: error with shopify coupon auto-apply',\r\n discountUrl = '/discount/'+discount,\r\n updateUrl = '/cart/update.js';\r\n jQuery.ajax({\r\n url: discountUrl,\r\n method: 'GET',\r\n })\r\n .then(function(){\r\n jQuery.ajax({\r\n url: updateUrl,\r\n method: 'POST',\r\n contentType: 'application/json',\r\n dataType: 'text',\r\n data: updateJSON,\r\n })\r\n .then(function(){ updateCouponVar(discount); }, function(){ bouncex.log(errorMessage + ' POST ' + updateUrl); });\r\n }, function(){ bouncex.log(errorMessage + 'GET '+ discountUrl); });\r\n}\r\nfunction updateCouponVar(discount) {\r\n bouncex.setVar('coupon_auto_applied', discount);\r\n}\r\ninitShopifyCouponAutoApply();","custom_liquid_variable":"{\"Address\":{\"val\":\"3000 NW 107th Ave \u003cbr\u003e Miami, FL 33172\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowHeroBannerImg\":{\"val\":\"\",\"promoVal\":\"https://assets.bounceexchange.com/assets/uploads/users/7882/b2fd4b4c8b86e13ced96ef96f6537d9c.jpeg\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-15T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-01T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowHeroBannerUrl\":{\"val\":\"https://www.callawayapparel.com\",\"promoVal\":\"https://www.callawayapparel.com/collections/black-friday\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-16T00:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-01T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowProdGridBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"BelowProdGridBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientId\":{\"val\":\"5605\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientName\":{\"val\":\"Callaway Apparel\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"CustomerSupportUrl\":{\"val\":\"https://callaway-apparel.gorgias.help/en-US\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"DeadZone\":{\"val\":\"true\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FreeShipDisclaimerBody\":{\"val\":\"Offer valid only on \u003ca style=\\\\\\\"text-decoration:underline;color:#1155CC;\\\\\\\" href=\\\\\\\"%s\\\\\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order of a minimum purchase of $50 is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance.\",\"promoVal\":\"Offer valid only on \u003ca style=\\\\\\\"text-decoration:underline;color:#1155CC;\\\\\\\" href=\\\\\\\"%s\\\\\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order of a minimum purchase of $50 is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e†BLACK FRIDAY SALE\u003c/strong\u003e\u003cbr\u003eOffer valid only through 11:59 p.m. (PT) on November 30th, 2024. Receive Up to 50% off styles from select styles at https://www.callawayapparel.com/collections/sale Discount is shown as lowest sale price. Not valid at specialty, retail or department stores. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e‡EXTRA 25% OFF\u003c/strong\u003e\u003cbr\u003eOffer valid only through 11:59 p.m. (PT) on November 30th, 2024. Receive an Extra 25% off from the category https://www.callawayapparel.com on select styles noted with  \\\"Extra 25% off\\\". Discount is shown as lowest sale price. Not valid at specialty, retail or department stores. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-15T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-01T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FreeShipDisclaimerHeadline\":{\"val\":\"Free Shipping for all U.S orders $50+\",\"promoVal\":\"\u003cstrong\u003e† PRE-BLACK FRIDAY SALE\u003c/strong\u003e\u003cbr\u003e Offer valid only through 11:59 p.m. (PT) on November 13th, 2024. Receive up to 50% off styles from select styles noted with “Pre-Black Friday” at \u003ca href=\\\"https://www.callawayapparel.com/collections/pre-black-friday\\\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/collections/pre-black-friday\u003c/a\u003e. Discount is shown as lowest sale price. Not valid at specialty, retail or department stores. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\u003c/p\u003e\u003cbr\u003e\u003cbr\u003eFree Shipping for all U.S orders $50+\",\"description\":\"\",\"enabled\":false,\"startDate\":\"2024-10-08\",\"startTime\":\"20:00\",\"endDate\":\"2024-10-22\",\"endTime\":\"20:00\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FreeShipSubHead\":{\"val\":\"when you spend $50+\u003cbr\u003e (must be Rewards member \u0026 logged in)\",\"promoVal\":\"when you spend $50+\",\"description\":\"\",\"enabled\":false,\"startDate\":\"2024-10-02\",\"startTime\":\"20:00\",\"endDate\":\"2024-10-05\",\"endTime\":\"20:00\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"HomepageUrl\":{\"val\":\"https://www.callawayapparel.com/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IWearCallawayImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8198/iwearbanner/120122/iwearbanner.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"4kb\",\"imgWidth\":\"399px\",\"imgHeight\":\"31px\"},\"IbxDisclaimer1FreeShipping\":{\"val\":\"Callaway Apparel Rewards is a free program that allows members to earn and redeem points on \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e with a valid email tied to your account. Rewards can be combined for a maximum value of $30. Rewards cannot be used in conjunction with any other coupon codes or promotions. Callaway Apparel Rewards members will also receive free shipping with a lower minimum threshold across participating brands. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\\\" target=\\\\\\\"_blank\\\\\\\"\u003eCallaway Apparel Rewards Terms and Conditions\u003c/a\u003e.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\\\"font-weight:bold;\\\"\u003e† CALLAWAY APPAREL REWARDS - MEMBERS RECEIVE LOWER FREE SHIPPING MINIMUM FOR ALL U.S. ORDERS\u003cspan/\u003e\u003cbr\u003e\u003cspan style=\\\"font-weight:normal\\\"\u003eOffer valid only on \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway Apparel. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\\\" target=\\\\\\\"_blank\\\\\\\"\u003eCallaway Apparel Rewards Terms and Conditions\u003c/a\u003e.\u003c/span\u003e\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer1Headline\":{\"val\":\"† CALLAWAY APPAREL REWARDS - FREE MEMBERSHIP\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer2Headline\":{\"val\":\"10% Off\u0026nbsp;Purchase\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer2PurchaseOff\":{\"val\":\"Receive 10% off your purchase from \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Not valid at specialty, retail or department stores. To redeem online discount, coupon code must be entered at checkout. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\",\"promoVal\":\"Receive 10% off your purchase from \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Not valid at specialty, retail or department stores. To redeem online discount, coupon code must be entered at checkout. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e†BLACK FRIDAY SALE\u003c/strong\u003e\u003cbr\u003eOffer valid only through 11:59 p.m. (PT) on November 30th, 2024. Receive Up to 50% off styles from select styles at https://www.callawayapparel.com/collections/sale Discount is shown as lowest sale price. Not valid at specialty, retail or department stores. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e‡EXTRA 25% OFF\u003c/strong\u003e\u003cbr\u003eOffer valid only through 11:59 p.m. (PT) on November 30th, 2024. Receive an Extra 25% off from the category https://www.callawayapparel.com on select styles noted with  \\\"Extra 25% off\\\". Discount is shown as lowest sale price. Not valid at specialty, retail or department stores. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-15T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-01T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer1\":{\"val\":\"10%\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"JoinNowUrl\":{\"val\":\"https://www.callawayapparel.com/account/register\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"LogoImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8468/8d632ae8344fbceab63989d20cbc4349.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"7kb\",\"imgWidth\":\"230px\",\"imgHeight\":\"200px\"},\"LogoImgWidth\":{\"val\":\"130\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ManagePreferencesUrl\":{\"val\":\"https://www.callawayapparel.com/pages/edit-email-preferences\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav1Copy\":{\"val\":\"Men\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav1Url\":{\"val\":\"https://www.callawayapparel.com/collections/men\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav2Copy\":{\"val\":\"Big\u0026nbsp;\u0026#x26;\u0026nbsp;Tall\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav2Url\":{\"val\":\"https://www.callawayapparel.com/collections/big-tall\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav3Copy\":{\"val\":\"Women\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav3Url\":{\"val\":\"https://www.callawayapparel.com/collections/women\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"PrimaryColor\":{\"val\":\"#000000\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"PrivacyPolicyUrl\":{\"val\":\"https://www.callawayapparel.com/pages/privacy-policy\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"RewardsBg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6888/f4ac346811f24acc2455d8819c2ed0ef.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"43kb\",\"imgWidth\":\"640px\",\"imgHeight\":\"320px\"},\"RewardsBgHiRes\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6888/f4ac346811f24acc2455d8819c2ed0ef.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"43kb\",\"imgWidth\":\"640px\",\"imgHeight\":\"320px\"},\"RewardsBgUrl\":{\"val\":\"https://www.callawayapparel.com/pages/rewards\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SecondaryColor\":{\"val\":\"#ffffff\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SignInUrl\":{\"val\":\"https://www.callawayapparel.com/account/login\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SocialLink1Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8198/callaway_imgs/113022/facebook.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"1kb\",\"imgWidth\":\"84px\",\"imgHeight\":\"85px\"},\"SocialLink1Url\":{\"val\":\"https://www.facebook.com/callawayapparelus\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SocialLink2Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8198/callaway_imgs/113022/instagram.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"1kb\",\"imgWidth\":\"84px\",\"imgHeight\":\"85px\"},\"SocialLink2Url\":{\"val\":\"https://www.instagram.com/callawayapparel/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"SocialLink3Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8198/callaway_imgs/113022/youtube.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"1kb\",\"imgWidth\":\"84px\",\"imgHeight\":\"85px\"},\"SocialLink3Url\":{\"val\":\"https://www.youtube.com/callaway\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Studio_Address\":{\"val\":\"3000 NW 107th Ave\u003cbr\u003eMiami, FL 33172\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"links\"},\"Studio_BelowHeroBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerImg\"},\"Studio_BelowHeroBannerUrl\":{\"val\":\"\",\"promoVal\":\"https://www.callawayapparel.com/collections/sale\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2025-02-13T08:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-02-19T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerUrl\"},\"Studio_BelowProdGridBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowProdGridBannerImg\"},\"Studio_BelowProdGridBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowProdGridBannerUrl\"},\"Studio_CatNostoImage1\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/1/combined?uid={{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_CatNostoImage2\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/1/combined?uid={{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_CatNostoImage3\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/1b2d53fa49860905be5122a6ebfca106a846b796/2/combined?uid={{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_CatNostoImage4\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/2/combined?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_CatNostoImage5\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/2/combined?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_CatNostoImage6\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/1b2d53fa49860905be5122a6ebfca106a846b796/1/combined?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_CatNostoLink1\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/1/go?uid={{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_CatNostoLink2\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/1/go?uid={{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_CatNostoLink3\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/1b2d53fa49860905be5122a6ebfca106a846b796/2/go?uid={{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_CatNostoLink4\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/2/go?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_CatNostoLink5\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/2/go?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_CatNostoLink6\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/1b2d53fa49860905be5122a6ebfca106a846b796/1/go?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ClientName\":{\"val\":\"Callaway Apparel\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_DisHeadline\":{\"val\":\"Free Shipping for all U.S orders $50+\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_DisHeadline1\":{\"val\":\"† CALLAWAY APPAREL REWARDS - FREE MEMBERSHIP\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_DisHeadline2\":{\"val\":\"\",\"promoVal\":\"\u003cstrong\u003e†END OF SEASON CLEAROUT\u003c/strong\u003e\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-12-31T10:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-02-15T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_DisHeadline2New\":{\"val\":\"\",\"promoVal\":\"\u003cstrong\u003e†END OF SEASON CLEAROUT\u003c/strong\u003e\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-12-31T10:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-02-15T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_DisHeadline_2_New\":{\"val\":\"\",\"promoVal\":\"† PRESIDENTS' DAY Event - Prices as Marked\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2025-02-13T10:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-02-20T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer1\":{\"val\":\"Offer valid only on \u003ca href=\\\"https://www.callawayapparel.com/\\\" style=\\\"color:#1155CC;text-decoration:none;\\\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order of a minimum purchase of $50 is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer1FreeShipping\":{\"val\":\"Callaway Apparel Rewards is a free program that allows members to earn and redeem points on \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e with a valid email tied to your account. Rewards can be combined for a maximum value of $30. Rewards cannot be used in conjunction with any other coupon codes or promotions. Callaway Apparel Rewards members will also receive free shipping with a lower minimum threshold across participating brands. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\\\" target=\\\\\\\"_blank\\\\\\\"\u003eCallaway Apparel Rewards Terms and Conditions\u003c/a\u003e.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\\\"font-weight:bold;\\\"\u003e† CALLAWAY APPAREL REWARDS - MEMBERS RECEIVE LOWER FREE SHIPPING MINIMUM FOR ALL U.S. ORDERS\u003cspan/\u003e\u003cbr\u003e\u003cspan style=\\\"font-weight:normal\\\"\u003eOffer valid only on \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway Apparel. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\\\" target=\\\\\\\"_blank\\\\\\\"\u003eCallaway Apparel Rewards Terms and Conditions\u003c/a\u003e.\u003c/span\u003e\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer1Headline\":{\"val\":\"† CALLAWAY APPAREL REWARDS - FREE MEMBERSHIP\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer2\":{\"val\":\"\",\"promoVal\":\"Offer valid only through 11:59 p.m. (PT) on February 29th, 2025. Receive 25% off styles from the category https://www.callawayapparel.com/collections/sale. Discount is shown as lowest sale price. Not valid at specialty, retail or department stores. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2025-02-13T08:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-02-20T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer2Headline\":{\"val\":\"20% Off\u0026nbsp;Purchase\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer2PurchaseOff\":{\"val\":\"Receive 20% off your purchase from \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Not valid at specialty, retail or department stores. To redeem online discount, coupon code must be entered at checkout. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer3\":{\"val\":\"Callaway Apparel Rewards is a free program that allows members to earn and redeem points on \u003ca href=\\\"https://www.callawayapparel.com/\\\" style=\\\"color:#1155CC;text-decoration:underline;\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e with a valid email tied to your account. Rewards can be combined for a maximum value of $30. Rewards cannot be used in conjunction with any other coupon codes or promotions. Callaway Apparel Rewards members will also receive free shipping with a lower minimum threshold across participating brands. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca href=\\\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\\\" style=\\\"color:#1155CC;text-decoration:underline;\\\"\u003eCallaway Apparel Rewards Terms and Conditions.\u003c/a\u003e\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer4\":{\"val\":\"Offer valid only on \u003ca href=\\\"https://www.callawayapparel.com/\\\" style=\\\"color:#1155CC;text-decoration:underline;\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway Apparel. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance or see the\u003ca href=\\\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\\\" style=\\\"color:#1155CC;text-decoration:underline;\\\"\u003eCallaway Apparel Rewards Terms and Conditions.\u003c/a\u003e\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer5\":{\"val\":\"Receive 10% off your purchase from \u003ca href=\\\"https://www.callawayapparel.com/\\\" style=\\\"color:#1155CC;text-decoration:underline;\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Not valid at specialty, retail or department stores. To redeem online discount, coupon code must be entered at checkout. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_DisclaimerHeadline_2_New\":{\"val\":\"\",\"promoVal\":\"\u003cstrong\u003e†END OF SEASON CLEAROUT\u003c/strong\u003e\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-12-31T08:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-02-15T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer_1_FreeShipping\":{\"val\":\"Callaway Apparel Rewards is a free program that allows members to earn and redeem points on \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/\\\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e with a valid email tied to your account. Rewards can be combined for a maximum value of $30. Rewards cannot be used in conjunction with any other coupon codes or promotions. Callaway Apparel Rewards members will also receive free shipping with a lower minimum threshold across participating brands. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\\\" target=\\\\\\\"_blank\\\\\\\"\u003eCallaway Apparel Rewards Terms and Conditions\u003c/a\u003e.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\\\"font-weight:bold;\\\"\u003e† CALLAWAY APPAREL REWARDS - MEMBERS RECEIVE LOWER FREE SHIPPING MINIMUM FOR ALL U.S. ORDERS\u003cspan/\u003e\u003cbr\u003e\u003cspan style=\\\"font-weight:normal\\\"\u003eOffer valid only on \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway Apparel. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\\\" target=\\\\\\\"_blank\\\\\\\"\u003eCallaway Apparel Rewards Terms and Conditions\u003c/a\u003e.\u003c/span\u003e\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer_1_Headline\":{\"val\":\"† CALLAWAY APPAREL REWARDS - FREE MEMBERSHIP\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer_2_Headline\":{\"val\":\"20% Off\u0026nbsp;Purchase\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer_2_PurchaseOff\":{\"val\":\"Receive 20% off your purchase from \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Not valid at specialty, retail or department stores. To redeem online discount, coupon code must be entered at checkout. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer_3_Headline\":{\"val\":\"10% Off\u0026nbsp;Purchase\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Disclaimer_3_PurchaseOff\":{\"val\":\"Receive 10% off your purchase from \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.callawayapparel.com/\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Not valid at specialty, retail or department stores. To redeem online discount, coupon code must be entered at checkout. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_FirstItemCartUrl\":{\"val\":\"{{ if $.CartItems }}{{ $FirstItem := index $.CartItems 0 }}{{ $CartSuffix := printf \\\"#bx_cart=%s\\\" ( base64 $.CartJSON ) }}{{ $FirstItem.url }}{{ $CartSuffix }}{{ end }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_FirstItemUrl\":{\"val\":\"{{ if $.Items }}{{ $FirstItem := index $.Items 0 }}{{ $FirstItem.url }}{{ end }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_HeroOff\":{\"val\":\"20%\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Hero_Off_2\":{\"val\":\"10%\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_HomepageCartUrl\":{\"val\":\"{{ $CartSuffix := printf \\\"#bx_cart=%s\\\" ( base64 $.CartJSON ) }}$HomepageUrl{{ $CartSuffix }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_HomepageUrl\":{\"val\":\"https://www.callawayapparel.com/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_ListPageUrl\":{\"val\":\"{{ $.ListPageUrl }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_New2Headline\":{\"val\":\"† CALLAWAY APPAREL REWARDS - FREE MEMBERSHIP\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_New3Headline\":{\"val\":\"† CALLAWAY APPAREL REWARDS - MEMBERS RECEIVE LOWER FREE SHIPPING MINIMUM FOR ALL U.S. ORDERS\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_New4Headline\":{\"val\":\"10% Off Purchase\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_NewHeadline\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_NostoHeadline\":{\"val\":\"SITEWIDE BEST SELLERS\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_NostoHeadline2\":{\"val\":\"HIGH PERFORMANCE BEST SELLERS\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProNostoImage1\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/3/combined?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProNostoImage2\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/3/combined?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProNostoImage3\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/4/combined?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProNostoImage4\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/1b2d53fa49860905be5122a6ebfca106a846b796/3/combined?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProNostoImage5\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/4/combined?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProNostoImage6\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/5/combined?uid= {{$.ToEmail }\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProNostoLink1\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/3/go?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProNostoLink2\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/3/go?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProNostoLink3\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/4/go?uid= {{$.ToEmail }\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProNostoLink4\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/1b2d53fa49860905be5122a6ebfca106a846b796/3/go?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProNostoLink5\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/4/go?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_ProNostoLink6\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/5/go?uid= {{$.ToEmail}}\u0026c=1234\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_TopBannerImg\":{\"val\":\"\",\"promoVal\":\"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/5605/images/72e7e792-4979-4a8a-a7cc-ac6924d5c9d4.jpeg\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-12-17T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-19T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerImg\"},\"Studio_TopBannerUrl\":{\"val\":\"\",\"promoVal\":\"https://www.callawayapparel.com/collections/black-friday\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-15T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-01T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerUrl\"},\"Studio_herocoupon\":{\"val\":\"\u003c!-- {{ .CouponCA_10_PCT_NOV24 }} --\u003e {{ $.CouponCA_10_PCT_NOV24 }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"Studio_prodherocoupon\":{\"val\":\"\u003c!-- {{ .CouponCA_20_PCT_NOV24 }} --\u003e {{ $.CouponCA_20_PCT_NOV24 }}\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"advancedLinks\"},\"TextSendOffer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TextSendOffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerImg\":{\"val\":\"\",\"promoVal\":\"https://assets.bounceexchange.com/assets/uploads/users/7882/d48307a7cc4dfc565fe3597600d059ac.png\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-15T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-11-30T16:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerUrl\":{\"val\":\"\",\"promoVal\":\"https://www.callawayapparel.com/collections/black-friday\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-15T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-11-30T16:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat1Copy\":{\"val\":\"Men\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat1Url\":{\"val\":\"https://www.callawayapparel.com/collections/men\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat2Copy\":{\"val\":\"Big\u0026nbsp;\u0026#x26;\u0026nbsp;Tall\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat2Url\":{\"val\":\"https://www.callawayapparel.com/collections/big-tall\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat3Copy\":{\"val\":\"Women\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat3Url\":{\"val\":\"https://www.callawayapparel.com/collections/women\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat4Copy\":{\"val\":\"Accessories\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat4Url\":{\"val\":\"https://www.callawayapparel.com/collections/accessories\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat5Copy\":{\"val\":\"Sale\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat5Url\":{\"val\":\"https://www.callawayapparel.com/collections/sale\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"couponcode3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsitedisclaimer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer1\":{\"val\":\"10%\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"onsiteoffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"smsoffer\":{\"val\":\"10%\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"}}","custom_variable":"{\"logged_in\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(function () {\\n if (bouncex.website.pts === 'checkout') {\\n return jQuery('.breadcrumb__item--current:contains(\\\"Information\\\")').length \u003e 0 ? jQuery('.logged-in-customer-information:visible').length \u003e 0 : null;\\n }\\n\\n return !!bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.customerId');\\n})();\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":false},\"ever_logged_in\":{\"default\":\"false\",\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"bouncex.vars.logged_in || null;\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":false},\"cart_qty\":{\"default\":\"0\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(function() {\\n if (bouncex.website.pts === 'checkout') {\\n var count = 0;\\n jQuery('#order-summary .product-thumbnail__quantity').each(function() {\\n count += Number(jQuery(this).text()) || 0;\\n });\\n return count;\\n }\\n return Number(jQuery('.cart-link__bubble--visible').text().replace(/[^0-9.]/g, ''));\\n})();\",\"t\":\"int\",\"page_type_json\":[],\"testmode\":false},\"cart_value\":{\"default\":\"0\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(function(){\\n if (bouncex.website.pts === 'checkout') {\\n return Number(bouncex.utils.gtmLookup('cart_total', '').replace(/[^0-9.]/g, ''));\\n }\\n return Number(jQuery('.drawer__footer .ajaxcart__price').text().replace(/[^0-9.]/g, ''));\\n})();\",\"t\":\"float\",\"page_type_json\":[],\"testmode\":false},\"prod_price\":{\"default\":\"false\",\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"t\":\"float\",\"page_type_json\":[],\"testmode\":true},\"prod_name\":{\"default\":\"false\",\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"t\":\"string\",\"page_type_json\":[],\"testmode\":true},\"in_stock\":{\"default\":\"false\",\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":true},\"submitted_onsite\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"window.location.pathname.indexOf('/pages/email-subscribe-thank-you') \u003e -1 \u0026\u0026 jQuery('#emailsignup-landing h2').text().indexOf('THANK YOU') \u003e -1 || null;\",\"default\":\"false\",\"page_type_json\":[],\"testmode\":false},\"page_url\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"\",\"default\":\"false\",\"page_type_json\":[\"category\",\"search\"],\"testmode\":true},\"cart_token\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"cart_items\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"cart\":{\"polling\":\"none\",\"persist\":\"permanent\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"cookie_modal_present\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"page_type\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"bouncex.website.pts;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"shop\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"window.location.href.indexOf('//shop.') \u003e -1;;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"prod_sku\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('.product-single__variants:visible').val() || bouncex.utils.getNestedProp('ShopifyAnalytics.meta.selectedVariantId') || bouncex.utils.url.getParam('variant');\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"listrak_visible\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('#ltkpopup-container:visible').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":true},\"modal_visible\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('.mfp-wrap #size-chart').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"item_id\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(jQuery('.product-section-master:visible').data() || {}).sectionId;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"truevault_present\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('.polaris-consent-widget:visible').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"minicart_open\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('#CartDrawer.drawer--is-open').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"coupon_auto_applied\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"prod_size_sku\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('.product-single__sku:visible').text().match(/\\\\d+/)[0];\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false}}","deployment_json":null,"deployment_presets":{"Email Capture Eligible":[[{"activation":"customer","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"submitted_email","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/thank_you"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=klaviyo"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"}],[{"activation":"variable","prop":"equal","prop2":"submitted_onsite","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"logged_in","prop3":"","val":"false"}],[{"activation":"variable","prop":"equal","prop2":"ever_logged_in","prop3":"","val":"false"}]],"Exclude Checkout Pages":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/cart"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/checkout"}]],"IBX Continuity - 10% Off":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_categoryrecap_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_lowstock_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust_3_of_4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust_4_of_4"}]],"IBX Continuity - 20% Off":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_categoryrecap_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_lowstock_pros"}]],"Items in Cart":[[{"activation":"variable","prop":"greater","prop2":"cart_qty","prop3":"","val":"0"}],[{"activation":"variable","prop":"greater","prop2":"cart_value","prop3":"","val":"0"}]],"NEW IBX Continuity - 10% Off":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_cust"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_categoryrecap_cust"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_lowstock_cust"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_cust"}]],"Pause for Promo":[[{"activation":"date","prop":"less","prop2":"","prop3":"","val":"07/11/2023 00:00"},{"activation":"date","prop":"greater","prop2":"","prop3":"","val":"07/13/2023 00:00"}]],"Prime Days":[[{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"07/11/2023 00:00"}],[{"activation":"date","prop":"less_equal","prop2":"","prop3":"","val":"07/12/2023 23:59"}]],"URL Exclusions":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/careers"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/login"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/register"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/about-us"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/pages/privacy-policy"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/pages/email-subscription"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/wishlist"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/orders"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/edit-email-preferences"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"npop"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/kmpg-signup"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/kmpg-thank-you"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/pages/email-unsubscribe"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/CASMSLandingPage"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/CASMSConfirmationPage"}]]},"deployment_settings":null,"device_graph_enabled":"0","device_graph_settings":{"tagData":{"async":"true","data-fire":"0","data-gm":"0","id":"c.js","src":"//pixel.cdnwidget.com/cdn/c.min.js"},"trafficPercentage":100},"dfp_account_id":null,"dt_inserted_unix":"1664990739","els":{"blank_site_element":""},"enable_advanced_cookie":"0","enable_ally":"0","enable_bpush":"0","enable_ga_integration":"1","enable_iframe":"0","enable_waypoints":"0","enabled":"1","encrypt_email":"0","encrypt_email_two_way":"0","event_stream_enabled":"1","event_tracking_enabled":"1","event_tracking_js":"/* ---------------------------- SHARED VARIABLES ---------------------------- */\nvar CART_COOKIE_KEY = 'cart',\n\tCLEAN_URL = bouncex.utils.url.allowParams(),\n\tSKU_MAP = {};\n\n/* ------------------------------ ITEM TRACKING ----------------------------- */\n\n// ensures we are only firing ids with 13 digits\nfunction isValidItemId(id) {\n\treturn /^\\d{13}$/g.test(id);\n}\n\nfunction getItem() {\n\tvar itemData = jQuery('.product-section-master:visible').data() || {};\n\treturn {\n\t\tid: itemData.sectionId,\n\t\tcopy: jQuery('.product-single__title').first().text().trim(),\n\t\tcategory: jQuery('.breadcrumb a').last().text().trim() || 'global',\n\t\turl: itemData.productUrl ? window.location.origin + itemData.productUrl : '',\n\t\timageurl: itemData.imgUrl ? window.location.protocol + itemData.imgUrl.replace('{width}x', '1200x1200') : '',\n\t\tinstock: itemData.inventory,\n\t\tstarrating: jQuery('.yotpo-stars .sr-only').last().text().split(' ')[0] || (((bouncex.utils.getNestedProp('predictProduct', '').tags || []).find(function(ele){return ele.toLowerCase().includes(\"rating\")}) || '').split(\":\")[1] || '').split(\"|\")[0] || 0,\n\t\tnumberofreviews: jQuery('.yotpo-sum-reviews span').text().split(' ')[0] || jQuery('.yotpo-widget-instance[data-yotpo-instance-id=\"660734\"] .yotpo-sr-bottom-line-text:first').text().trim().replace(/\\D/g,'')\n\t};\n}\n\nfunction initializeItemEvents() {\n\tvar item;\n\n\tbouncex.et.onTrue(\n\t\tfunction () {\n\t\t\titem = getItem();\n\t\t\treturn itemLoaded(item);\n\t\t},\n\t\tfunction () {\n\t\t\tif (item.url.indexOf('gift-card') \u003e -1) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tfireItemEvents(item);\n\t\t\tinitSizeSpecficTracking(item);\n\t\t\tcompleteLookATC();\n\t\t\tbouncex.setTimeout2(function() { \n\t\t\t\t// convert to string because sku object uses strings\n\t\t\t\tfireSelectSkuForOneVariant(item.id + '');\n\t\t\t}, 500);\n\t\t},\n\t\t10\n\t);\n}\n\nfunction fireItemEvents(item) {\n\tbouncex.push(['item', item]);\n\tbouncex.push(['view item', {\n\t\t'item:id': item.id,\n\t\t'item:itemgroupid': item.id\n\t}]);\n}\n\nfunction itemLoaded(item) {\n\treturn isValidItemId(item.id) \u0026\u0026\n\t\t!!item.copy \u0026\u0026\n\t\t!!item.category \u0026\u0026\n\t\t!!item.url \u0026\u0026\n\t\t!!item.imageurl;\n}\n\nfunction newItemIsNotPreviousItem(previousItem, newItem) {\n\treturn previousItem.id !== newItem.id\n\t\t\u0026\u0026 previousItem.url !== newItem.url\n\t\t\u0026\u0026 previousItem.imageurl !== newItem.imageurl;\n}\n\nfunction fireSelectSkuForOneVariant(itemId) {\n\tSKU_MAP = createSkuMap(SKU_MAP);\n\tvar skuObjs = Object.values(SKU_MAP).filter(function(skuObj) {\n\t\treturn skuObj.itemId === itemId;\n\t});\n\n\tif (skuObjs.length === 1) {\n\t\tfireSelectSku(itemId, skuObjs[0].variantSku);\n\t}\n}\n\nfunction initSizeSpecficTracking(previousItem) {\n bouncex.et.onVarChange('item_id', function (oldVal, newVal) {\n\t\tif (!newVal || !oldVal) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar newItem;\n\t\tbouncex.et.onTrue(function () {\n\t\t\tnewItem = getItem();\n\t\t\treturn itemLoaded(newItem) \u0026\u0026 newItemIsNotPreviousItem(previousItem, newItem);\n\t\t}, function () {\n\t\t\tpreviousItem = newItem;\n\t\t\tfireItemEvents(previousItem);\n\t\t}, 5);\n\t});\n \n\tbouncex.et.onVarChange('prod_size_sku', function (oldVal, newVal) {\n\t\tif (!newVal || !oldVal) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar item;\n\t\tbouncex.et.onTrue(function () {\n\t\t\titem = getItem();\n\t\t\treturn item;\n\t\t}, function () {\n\t\t\t// sometimes sku does not dynamically change with PDP change\n\t\t\tbouncex.setTimeout2(function () {\n\t\t\t SKU_MAP = createSkuMap(SKU_MAP);\n\t\t\t\tvar newVariant = jQuery('#ProductSelect-' + item.id).val(),\n\t\t\t\t\tnewSku = newVariant \u0026\u0026 SKU_MAP[newVariant] \u0026\u0026 SKU_MAP[newVariant].variantSku;\n\t\t\t\tfireSelectSku(item.id, newSku);\n\t\t\t}, 500);\n\t\t}, 5);\n\t});\n}\n\n/* ------------------------------ SKU TRACKING ------------------------------ */\nfunction createSkuMap(skuMap) {\n\tvar $variantJson = jQuery('[id*=VariantsJson-]');\n\n\t$variantJson.each(function (i, e) {\n\t\tvar $item = jQuery(e),\n\t\t\titemSelectorId = $item.attr('id') || '',\n\t\t\titemId = itemSelectorId.split('-').pop(),\n\t\t\tvariants = bouncex.parseJSON($item.text().trim(), []);\n\t\tvariants.forEach(function (variant) {\n\t\t\tvar variantId = variant.id,\n\t\t\t\tvariantSku = variant.sku;\n\t\t\tif (!skuMap[variantId] \u0026\u0026 isValidItemId(itemId) \u0026\u0026 variantSku) {\n\t\t\t\tskuMap[variantId] = {\n\t\t\t\t\titemId: itemId,\n\t\t\t\t\tvariantSku: variantSku\n\t\t\t\t};\n\t\t\t}\n\t\t});\n\t});\n\n\treturn skuMap;\n}\n\nfunction initializeSkuEvents() {\n\tSKU_MAP = createSkuMap({});\n\n\tbouncex.et.onVarChange('prod_sku', function (oldVal, newVal) {\n\t\tif (!newVal || !oldVal) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar variantObject,\n\t\t\titemId,\n\t\t\tskuId;\n\t\tbouncex.et.onTrue(function () {\n\t\t\tvariantObject = SKU_MAP[newVal] || {};\n\t\t\titemId = variantObject.itemId;\n\t\t\tskuId = variantObject.variantSku;\n\t\t\tif (!itemId || !skuId) {\n\t\t\t\tSKU_MAP = createSkuMap(SKU_MAP);\n\t\t\t} else {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}, function () {\n\t\t\tfireSelectSku(itemId, skuId);\n\t\t}, 5);\n\t});\n}\n\nfunction fireSelectSku(itemId, skuId) {\n\tbouncex.push(['select_sku', {\n\t\t'item:id': itemId,\n\t\t'item:itemgroupid': itemId,\n\t\t'item:feedid': skuId\n\t}]);\n}\n\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\n\nfunction getItemIdsCat() {\n\tvar ids = [];\n\n\tjQuery('.grid [data-id]').each(function (i, e) {\n\t\tvar id = jQuery(e).attr('data-id');\n\n\t\tif (isValidItemId(id) \u0026\u0026 ids.indexOf(id) \u003c 0) {\n\t\t\tids.push(id);\n\t\t}\n\t});\n\n\treturn ids.join(',');\n}\n\nfunction getCategoryObject() {\n\treturn {\n\t\t'page:url': bouncex.utils.url.allowParams(['name', 'query', 'products.size']),\n\t\t'items:ids': getItemIdsCat()\n\t};\n}\n\nfunction initializeCategoryEvents() {\n\tvar categoryObj;\n\n\tbouncex.et.onTrue(\n\t\tfunction () {\n\t\t\tcategoryObj = getCategoryObject();\n\t\t\treturn !!categoryObj['items:ids'].length \u0026\u0026\n\t\t\t\t!!categoryObj['page:url'];\n\t\t},\n\t\tfunction () {\n\t\t\tbouncex.push(['view category', categoryObj]);\n\t\t},\n\t\t10\n\t);\n}\n\n/* ------------------------------- CART EVENTS ------------------------------ */\n\n\nfunction completeLookATC(){\n \n jQuery('button.nosto-atc').click(function(){\n \n var isSizeSelected = jQuery(this).siblings(\"select.rec-product-select\").children(\"option:selected\").val() != '0';\n console.log(\"isSizeSelected\",isSizeSelected);\n if(isSizeSelected){\n \n var prodId =jQuery(this).attr(\"data-product-id\");\n \n fireAddToCart(prodId);\n }\n\n });\n}\n\nfunction fireAddToCart(itemId) {\n\tvar token;\n\n\tbouncex.et.onTrue(\n\t\tfunction () {\n\t\t\ttoken = bouncex.getBounceCookie(CART_COOKIE_KEY);\n\t\t\treturn token;\n\t\t},\n\t\tfunction () {\n\t\t\tbouncex.push([\n\t\t\t\t'add to cart',\n\t\t\t\t{\n\t\t\t\t\t'item:id': itemId,\n\t\t\t\t\t'cart:token': token\n\t\t\t\t}\n\t\t\t]);\n\n\t\t\tif (bouncex.vars.cart) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tbouncex.setVar('cart', true);\n\t\t},\n\t\t10\n\t);\n}\n\nfunction trackAJAXCart(e, xhr, settings) {\n\tif (\n\t\tsettings.url.indexOf('/cart/add') \u003e -1\n\t\t\u0026\u0026 xhr.status === 200\n\t\t\u0026\u0026 settings.type === 'POST'\n\t) {\n\t\tvar id = bouncex.utils.getNestedProp('responseJSON.product_id', '', xhr);\n\n\t\tif (isValidItemId(id)) {\n\t\t\tfireAddToCart(id);\n\t\t}\n\n\t}\n}\n\nfunction emptyCart() {\n if (bouncex.vars.cart \u0026\u0026 bouncex.website.pts === 'cart' \u0026\u0026 bouncex.vars.cart_qty === 0) {\n\t\tbouncex.push(['empty_cart']);\n\t\tbouncex.setVar('cart', false);\n\t}\n\t\n\tbouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\n\t\tif (bouncex.vars.cart \u0026\u0026 newVal === 0 \u0026\u0026 oldVal \u003e 0) {\n\t\t\tbouncex.push(['empty_cart']);\n\t\t\tbouncex.setVar('cart', false);\n\t\t}\n\t});\n}\n\nfunction fireEmptyCart() {\n\tbouncex.push(['empty_cart']);\n\tbouncex.setVar('cart', false);\n}\n\nfunction initializeCartEvents() {\n\tbouncex.et.cart.init({\n\t\treplenishmentType: 'cookie',\n\t\treplenish: function (cart) {\n\t\t\tbouncex.utils.cookies.create({\n\t\t\t\tname: CART_COOKIE_KEY,\n\t\t\t\tvalue: cart.token\n\t\t\t});\n\t\t\treplenComplete();\n\t\t}\n\t});\n\n\n\tfunction replenComplete() {\n\t\twindow.location.href = CLEAN_URL + '?bx_replen=true';\n\t}\n\n\tbouncex.et.on(bouncex.document, 'ajaxComplete.wknd', trackAJAXCart);\n\n\temptyCart();\n}\n\n/* ------------------------------ USER TRACKING ----------------------------- */\n\nfunction initializeUserTracking() {\n\tif (!bouncex.vars.logged_in || !!bouncex.vars.logged_in_identified) {\n\t\treturn;\n\t}\n\n\tvar userEmail;\n\n\tbouncex.et.onTrue(\n\t\tfunction () {\n\t\t\tuserEmail = jQuery('.nosto_customer .email').first().text().trim();\n\t\t\treturn bouncex.utils.validate.email(userEmail);\n\t\t},\n\t\tfunction () {\n\t\t\tbouncex.push([\n\t\t\t\t'user',\n\t\t\t\t{\n\t\t\t\t\t'email': userEmail,\n\t\t\t\t\t'source': 'LoggedIn'\n\t\t\t\t}\n\t\t\t]);\n\t\t\tbouncex.setVar('logged_in_identified', true);\n\t\t},\n\t\t5\n\t);\n}\n\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\nfunction initUpsellAtc() {\n\tvar eventName = 'click.upsellAtc';\n\n\tbouncex.et.onVisible('.cart__upsell-btn', function (e) {\n\t\tbouncex.off(e, eventName);\n\t\tbouncex.et.on(e, eventName, function () {\n\t\t\tvar itemId = e.attr('data-product-id');\n\t\t\tif (isValidItemId(itemId)) {\n\t\t\t\tfireAddToCart(itemId);\n\t\t\t}\n\t\t});\n\t});\n}\n\nfunction isValidDomain() {\n\treturn CLEAN_URL.indexOf('www.callawayapparel.com') \u003e -1;\n}\n\nfunction isEn() {\n\treturn jQuery(\"html\").attr(\"lang\") === 'en';\n}\n\nfunction isValidForTracking() {\n\treturn isValidDomain() \u0026\u0026 isEn();\n}\n\nfunction init() {\n\tif (!isValidForTracking()) {\n\t\treturn;\n\t}\n\n\tinitializeUserTracking();\n\tinitializeCartEvents();\n\tinitUpsellAtc();\n\n\tswitch (bouncex.website.pts) {\n\t\tcase 'category':\n\t\tcase 'search':\n\t\t\tinitializeCategoryEvents();\n\t\t\tbreak;\n\t\tcase 'product':\n\t\t\tinitializeItemEvents();\n// \t\t\tinitializeSkuEvents(); //SOTEC-13491\n\t\t\tbreak;\n\t\tdefault:\n\t\t\tbreak;\n\t}\n}\n\ninit();\n","event_tracking_test_mode":"0","fastboot_enabled":"1","feed_config_json":"{\n \"WebsiteID\": \"5605\",\n \"Type\": \"product\",\n \"StepsToRun\": [\n \"import\"\n ],\n \"Source\": {\n \"Transport\": \"ftp\",\n \"Format\": \"csv\",\n \"ClientFeedCredsID\": \"5605/source\",\n \"FormatConfig\": {\n \"Type\": \"product\",\n \"Separator\": \"\\t\",\n \"FixQuotes\": false,\n \"Mappings\": [\n {\n \"BXField\": \"ID\",\n \"ClientField\": \"SKU\"\n },\n {\n \"BXField\": \"Description\",\n \"ClientField\": \"Product Description\"\n },\n {\n \"BXField\": \"ItemGroupID\",\n \"ClientField\": \"Group ID\"\n },\n {\n \"BXField\": \"QuantityOnline\",\n \"ClientField\": \"Available Quantity\"\n },\n {\n \"BXField\": \"Link\",\n \"ClientField\": \"Product Page URL\"\n },\n {\n \"BXField\": \"Price\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"OriginalPrice\",\n \"ClientField\": \"Price\"\n },\n {\n \"BXField\": \"PromoPrice\",\n \"ClientField\": \"Promotional Price\"\n },\n {\n \"BXField\": \"MarkdownPrice\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Title\",\n \"ClientField\": \"Title\"\n },\n {\n \"BXField\": \"ImageLink\",\n \"ClientField\": \"Image URL\"\n },\n {\n \"BXField\": \"Category\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Brand\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Color\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"Margin\",\n \"ClientField\": \"\"\n },\n {\n \"BXField\": \"AvailabilityDate\",\n \"ClientField\": \"\",\n \"ClientFormat\": \"2006-01-02 MST\"\n }\n ]\n }\n },\n \"ExportDestinations\": []\n}","force_https":"0","gbi_enabled":"0","global_control_size":"0","global_deployment":{"any_page_url|/thank_you|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/thank_you"},"any_page_url|/thank_you|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"/thank_you"},"any_page_url|_freeship|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_freeship"},"any_page_url|bxtest|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"bxtest"},"any_page_url|email_backstock_cust|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_cust"},"any_page_url|email_backstock_pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_backstock_pros"},"any_page_url|email_categoryrecap_cust|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_categoryrecap_cust"},"any_page_url|email_categoryrecap_pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_categoryrecap_pros"},"any_page_url|email_hypercartabandonment_cust|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust"},"any_page_url|email_hypercartabandonment_pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros"},"any_page_url|email_lowstock_cust|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_lowstock_cust"},"any_page_url|email_lowstock_pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_lowstock_pros"},"any_page_url|email_sessionrecap_cust|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_cust"},"any_page_url|email_sessionrecap_pros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros"},"any_page_url|utm_medium=email|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=email"},"any_page_url|utm_source=klaviyo|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=klaviyo"},"any_page_url|utm_source=wunderkind|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"},"any_page_url|wunderkind|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"wunderkind"},"google_mobile_policy|session":{"activation":"google_mobile_policy","prop":"yes","prop2":"session","prop3":"","val":""}},"gmp_enabled":"1","gmp_url_exceptions":["gclid"],"google_analytics_id":"UA-41739197-1","google_analytics_view_account":"analytics@wunderkind.co","google_analytics_view_id":"73541354","ibx_cart_replenishment_js":null,"ibx_tracking_enabled":"0","id":"5605","inbox_reporting_enabled":"1","lang":"english","liquid_vars":{"Address":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"3000 NW 107th Ave \u003cbr\u003e Miami, FL 33172"},"BelowHeroBannerImg":{"description":"","enabled":true,"endDate":"2024-12-01T04:59:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/7882/b2fd4b4c8b86e13ced96ef96f6537d9c.jpeg","startDate":"2024-11-15T05:00:00.000Z","startTime":null,"val":""},"BelowHeroBannerUrl":{"description":"","enabled":true,"endDate":"2024-12-01T04:59:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"https://www.callawayapparel.com/collections/black-friday","startDate":"2024-11-16T00:00:00.000Z","startTime":null,"val":"https://www.callawayapparel.com"},"BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"ClientId":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"5605"},"ClientName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Callaway Apparel"},"CustomerSupportUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://callaway-apparel.gorgias.help/en-US"},"DeadZone":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"true"},"FreeShipDisclaimerBody":{"description":"","enabled":true,"endDate":"2024-12-01T04:59:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"Offer valid only on \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"%s\\\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order of a minimum purchase of $50 is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e†BLACK FRIDAY SALE\u003c/strong\u003e\u003cbr\u003eOffer valid only through 11:59 p.m. (PT) on November 30th, 2024. Receive Up to 50% off styles from select styles at https://www.callawayapparel.com/collections/sale Discount is shown as lowest sale price. Not valid at specialty, retail or department stores. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e‡EXTRA 25% OFF\u003c/strong\u003e\u003cbr\u003eOffer valid only through 11:59 p.m. (PT) on November 30th, 2024. Receive an Extra 25% off from the category https://www.callawayapparel.com on select styles noted with  \"Extra 25% off\". Discount is shown as lowest sale price. Not valid at specialty, retail or department stores. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.","startDate":"2024-11-15T05:00:00.000Z","startTime":null,"val":"Offer valid only on \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"%s\\\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order of a minimum purchase of $50 is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance."},"FreeShipDisclaimerHeadline":{"description":"","enabled":false,"endDate":"2024-10-22","endTime":"20:00","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"\u003cstrong\u003e† PRE-BLACK FRIDAY SALE\u003c/strong\u003e\u003cbr\u003e Offer valid only through 11:59 p.m. (PT) on November 13th, 2024. Receive up to 50% off styles from select styles noted with “Pre-Black Friday” at \u003ca href=\"https://www.callawayapparel.com/collections/pre-black-friday\" target=\"_blank\"\u003ehttps://www.callawayapparel.com/collections/pre-black-friday\u003c/a\u003e. Discount is shown as lowest sale price. Not valid at specialty, retail or department stores. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\u003c/p\u003e\u003cbr\u003e\u003cbr\u003eFree Shipping for all U.S orders $50+","startDate":"2024-10-08","startTime":"20:00","val":"Free Shipping for all U.S orders $50+"},"FreeShipSubHead":{"description":"","enabled":false,"endDate":"2024-10-05","endTime":"20:00","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"when you spend $50+","startDate":"2024-10-02","startTime":"20:00","val":"when you spend $50+\u003cbr\u003e (must be Rewards member \u0026 logged in)"},"HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/"},"IWearCallawayImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"31px","imgSize":"4kb","imgWidth":"399px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8198/iwearbanner/120122/iwearbanner.png"},"IbxDisclaimer1FreeShipping":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Callaway Apparel Rewards is a free program that allows members to earn and redeem points on \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e with a valid email tied to your account. Rewards can be combined for a maximum value of $30. Rewards cannot be used in conjunction with any other coupon codes or promotions. Callaway Apparel Rewards members will also receive free shipping with a lower minimum threshold across participating brands. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\" target=\\\"_blank\\\"\u003eCallaway Apparel Rewards Terms and Conditions\u003c/a\u003e.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"font-weight:bold;\"\u003e† CALLAWAY APPAREL REWARDS - MEMBERS RECEIVE LOWER FREE SHIPPING MINIMUM FOR ALL U.S. ORDERS\u003cspan/\u003e\u003cbr\u003e\u003cspan style=\"font-weight:normal\"\u003eOffer valid only on \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway Apparel. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\" target=\\\"_blank\\\"\u003eCallaway Apparel Rewards Terms and Conditions\u003c/a\u003e.\u003c/span\u003e"},"IbxDisclaimer1Headline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"† CALLAWAY APPAREL REWARDS - FREE MEMBERSHIP"},"IbxDisclaimer2Headline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"10% Off\u0026nbsp;Purchase"},"IbxDisclaimer2PurchaseOff":{"description":"","enabled":true,"endDate":"2024-12-01T04:59:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"Receive 10% off your purchase from \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Not valid at specialty, retail or department stores. To redeem online discount, coupon code must be entered at checkout. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e†BLACK FRIDAY SALE\u003c/strong\u003e\u003cbr\u003eOffer valid only through 11:59 p.m. (PT) on November 30th, 2024. Receive Up to 50% off styles from select styles at https://www.callawayapparel.com/collections/sale Discount is shown as lowest sale price. Not valid at specialty, retail or department stores. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e‡EXTRA 25% OFF\u003c/strong\u003e\u003cbr\u003eOffer valid only through 11:59 p.m. (PT) on November 30th, 2024. Receive an Extra 25% off from the category https://www.callawayapparel.com on select styles noted with  \"Extra 25% off\". Discount is shown as lowest sale price. Not valid at specialty, retail or department stores. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.","startDate":"2024-11-15T05:00:00.000Z","startTime":null,"val":"Receive 10% off your purchase from \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Not valid at specialty, retail or department stores. To redeem online discount, coupon code must be entered at checkout. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice."},"IbxDisclaimer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxOffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"10%"},"IbxOffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxOffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"JoinNowUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/account/register"},"LogoImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"200px","imgSize":"7kb","imgWidth":"230px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8468/8d632ae8344fbceab63989d20cbc4349.png"},"LogoImgWidth":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"130"},"ManagePreferencesUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/pages/edit-email-preferences"},"Nav1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Men"},"Nav1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/collections/men"},"Nav2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Big\u0026nbsp;\u0026#x26;\u0026nbsp;Tall"},"Nav2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/collections/big-tall"},"Nav3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Women"},"Nav3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/collections/women"},"PrimaryColor":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"#000000"},"PrivacyPolicyUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/pages/privacy-policy"},"RewardsBg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"320px","imgSize":"43kb","imgWidth":"640px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6888/f4ac346811f24acc2455d8819c2ed0ef.jpg"},"RewardsBgHiRes":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"320px","imgSize":"43kb","imgWidth":"640px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6888/f4ac346811f24acc2455d8819c2ed0ef.jpg"},"RewardsBgUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/pages/rewards"},"SecondaryColor":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"#ffffff"},"SignInUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/account/login"},"SocialLink1Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"85px","imgSize":"1kb","imgWidth":"84px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8198/callaway_imgs/113022/facebook.png"},"SocialLink1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.facebook.com/callawayapparelus"},"SocialLink2Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"85px","imgSize":"1kb","imgWidth":"84px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8198/callaway_imgs/113022/instagram.png"},"SocialLink2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.instagram.com/callawayapparel/"},"SocialLink3Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"85px","imgSize":"1kb","imgWidth":"84px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8198/callaway_imgs/113022/youtube.png"},"SocialLink3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.youtube.com/callaway"},"Studio_Address":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"links","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"3000 NW 107th Ave\u003cbr\u003eMiami, FL 33172"},"Studio_BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowHeroBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowHeroBannerUrl":{"description":"","enabled":true,"endDate":"2025-02-19T04:59:00.000Z","endTime":null,"group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowHeroBannerUrl","origin":"Studio","promoVal":"https://www.callawayapparel.com/collections/sale","startDate":"2025-02-13T08:00:00.000Z","startTime":null,"val":""},"Studio_BelowProdGridBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowProdGridBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_BelowProdGridBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowProdGridBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_CatNostoImage1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/1/combined?uid={{$.ToEmail}}\u0026c=1234"},"Studio_CatNostoImage2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/1/combined?uid={{$.ToEmail}}\u0026c=1234"},"Studio_CatNostoImage3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/1b2d53fa49860905be5122a6ebfca106a846b796/2/combined?uid={{$.ToEmail}}\u0026c=1234"},"Studio_CatNostoImage4":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/2/combined?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_CatNostoImage5":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/2/combined?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_CatNostoImage6":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/1b2d53fa49860905be5122a6ebfca106a846b796/1/combined?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_CatNostoLink1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/1/go?uid={{$.ToEmail}}\u0026c=1234"},"Studio_CatNostoLink2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/1/go?uid={{$.ToEmail}}\u0026c=1234"},"Studio_CatNostoLink3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/1b2d53fa49860905be5122a6ebfca106a846b796/2/go?uid={{$.ToEmail}}\u0026c=1234"},"Studio_CatNostoLink4":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/2/go?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_CatNostoLink5":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/2/go?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_CatNostoLink6":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/1b2d53fa49860905be5122a6ebfca106a846b796/1/go?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_ClientName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Callaway Apparel"},"Studio_DisHeadline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Free Shipping for all U.S orders $50+"},"Studio_DisHeadline1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"† CALLAWAY APPAREL REWARDS - FREE MEMBERSHIP"},"Studio_DisHeadline2":{"description":"","enabled":true,"endDate":"2025-02-15T04:59:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"\u003cstrong\u003e†END OF SEASON CLEAROUT\u003c/strong\u003e","startDate":"2024-12-31T10:00:00.000Z","startTime":null,"val":""},"Studio_DisHeadline2New":{"description":"","enabled":true,"endDate":"2025-02-15T04:59:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"\u003cstrong\u003e†END OF SEASON CLEAROUT\u003c/strong\u003e","startDate":"2024-12-31T10:00:00.000Z","startTime":null,"val":""},"Studio_DisHeadline_2_New":{"description":"","enabled":true,"endDate":"2025-02-20T04:59:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"† PRESIDENTS' DAY Event - Prices as Marked","startDate":"2025-02-13T10:00:00.000Z","startTime":null,"val":""},"Studio_Disclaimer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Offer valid only on \u003ca href=\"https://www.callawayapparel.com/\" style=\"color:#1155CC;text-decoration:none;\" target=\"_blank\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order of a minimum purchase of $50 is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance."},"Studio_Disclaimer1FreeShipping":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Callaway Apparel Rewards is a free program that allows members to earn and redeem points on \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e with a valid email tied to your account. Rewards can be combined for a maximum value of $30. Rewards cannot be used in conjunction with any other coupon codes or promotions. Callaway Apparel Rewards members will also receive free shipping with a lower minimum threshold across participating brands. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\" target=\\\"_blank\\\"\u003eCallaway Apparel Rewards Terms and Conditions\u003c/a\u003e.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"font-weight:bold;\"\u003e† CALLAWAY APPAREL REWARDS - MEMBERS RECEIVE LOWER FREE SHIPPING MINIMUM FOR ALL U.S. ORDERS\u003cspan/\u003e\u003cbr\u003e\u003cspan style=\"font-weight:normal\"\u003eOffer valid only on \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway Apparel. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\" target=\\\"_blank\\\"\u003eCallaway Apparel Rewards Terms and Conditions\u003c/a\u003e.\u003c/span\u003e"},"Studio_Disclaimer1Headline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"† CALLAWAY APPAREL REWARDS - FREE MEMBERSHIP"},"Studio_Disclaimer2":{"description":"","enabled":true,"endDate":"2025-02-20T04:59:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"Offer valid only through 11:59 p.m. (PT) on February 29th, 2025. Receive 25% off styles from the category https://www.callawayapparel.com/collections/sale. Discount is shown as lowest sale price. Not valid at specialty, retail or department stores. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice.","startDate":"2025-02-13T08:00:00.000Z","startTime":null,"val":""},"Studio_Disclaimer2Headline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"20% Off\u0026nbsp;Purchase"},"Studio_Disclaimer2PurchaseOff":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Receive 20% off your purchase from \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Not valid at specialty, retail or department stores. To redeem online discount, coupon code must be entered at checkout. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice."},"Studio_Disclaimer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Callaway Apparel Rewards is a free program that allows members to earn and redeem points on \u003ca href=\"https://www.callawayapparel.com/\" style=\"color:#1155CC;text-decoration:underline;\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e with a valid email tied to your account. Rewards can be combined for a maximum value of $30. Rewards cannot be used in conjunction with any other coupon codes or promotions. Callaway Apparel Rewards members will also receive free shipping with a lower minimum threshold across participating brands. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca href=\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\" style=\"color:#1155CC;text-decoration:underline;\"\u003eCallaway Apparel Rewards Terms and Conditions.\u003c/a\u003e"},"Studio_Disclaimer4":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Offer valid only on \u003ca href=\"https://www.callawayapparel.com/\" style=\"color:#1155CC;text-decoration:underline;\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway Apparel. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance or see the\u003ca href=\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\" style=\"color:#1155CC;text-decoration:underline;\"\u003eCallaway Apparel Rewards Terms and Conditions.\u003c/a\u003e"},"Studio_Disclaimer5":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Receive 10% off your purchase from \u003ca href=\"https://www.callawayapparel.com/\" style=\"color:#1155CC;text-decoration:underline;\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Not valid at specialty, retail or department stores. To redeem online discount, coupon code must be entered at checkout. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice."},"Studio_DisclaimerHeadline_2_New":{"description":"","enabled":true,"endDate":"2025-02-15T04:59:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"\u003cstrong\u003e†END OF SEASON CLEAROUT\u003c/strong\u003e","startDate":"2024-12-31T08:00:00.000Z","startTime":null,"val":""},"Studio_Disclaimer_1_FreeShipping":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Callaway Apparel Rewards is a free program that allows members to earn and redeem points on \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/\" target=\"_blank\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e with a valid email tied to your account. Rewards can be combined for a maximum value of $30. Rewards cannot be used in conjunction with any other coupon codes or promotions. Callaway Apparel Rewards members will also receive free shipping with a lower minimum threshold across participating brands. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\" target=\\\"_blank\\\"\u003eCallaway Apparel Rewards Terms and Conditions\u003c/a\u003e.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"font-weight:bold;\"\u003e† CALLAWAY APPAREL REWARDS - MEMBERS RECEIVE LOWER FREE SHIPPING MINIMUM FOR ALL U.S. ORDERS\u003cspan/\u003e\u003cbr\u003e\u003cspan style=\"font-weight:normal\"\u003eOffer valid only on \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Callaway Apparel Rewards membership required. This free shipping offer with any U.S. order which meets the minimum required threshold is valid within the continental United States to the first shipping address in your online order. You must be logged into your Callaway Apparel Rewards account for shipping to apply at checkout. If you choose rush shipping, additional charges may apply. This offer is not applicable to previous purchases. Offer is non-transferable to any other purchases without consent from Callaway Apparel. Not valid at specialty, department, or retail stores. This offer is subject to change without notice. If you have any questions, please visit our Customer Support Center online for further assistance or see the \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/pages/rewards-terms-and-conditions\" target=\\\"_blank\\\"\u003eCallaway Apparel Rewards Terms and Conditions\u003c/a\u003e.\u003c/span\u003e"},"Studio_Disclaimer_1_Headline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"† CALLAWAY APPAREL REWARDS - FREE MEMBERSHIP"},"Studio_Disclaimer_2_Headline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"20% Off\u0026nbsp;Purchase"},"Studio_Disclaimer_2_PurchaseOff":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Receive 20% off your purchase from \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Not valid at specialty, retail or department stores. To redeem online discount, coupon code must be entered at checkout. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice."},"Studio_Disclaimer_3_Headline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"10% Off\u0026nbsp;Purchase"},"Studio_Disclaimer_3_PurchaseOff":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Receive 10% off your purchase from \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.callawayapparel.com/\" target=\\\"_blank\\\"\u003ehttps://www.callawayapparel.com/\u003c/a\u003e. Not valid at specialty, retail or department stores. To redeem online discount, coupon code must be entered at checkout. Taxes, shipping, and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. Not valid for cash. Not to be combined or used in conjunction with any other discount codes. Non-transferable. No adjustments to prior purchases. If you make a return from your qualifying purchase, you will only be refunded the actual price paid after discount. Offer is subject to change without notice."},"Studio_FirstItemCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ if $.CartItems }}{{ $FirstItem := index $.CartItems 0 }}{{ $CartSuffix := printf \"#bx_cart=%s\" ( base64 $.CartJSON ) }}{{ $FirstItem.url }}{{ $CartSuffix }}{{ end }}"},"Studio_FirstItemUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ if $.Items }}{{ $FirstItem := index $.Items 0 }}{{ $FirstItem.url }}{{ end }}"},"Studio_HeroOff":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"20%"},"Studio_Hero_Off_2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"10%"},"Studio_HomepageCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $CartSuffix := printf \"#bx_cart=%s\" ( base64 $.CartJSON ) }}$HomepageUrl{{ $CartSuffix }}"},"Studio_HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/"},"Studio_ListPageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $.ListPageUrl }}"},"Studio_New2Headline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"† CALLAWAY APPAREL REWARDS - FREE MEMBERSHIP"},"Studio_New3Headline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"† CALLAWAY APPAREL REWARDS - MEMBERS RECEIVE LOWER FREE SHIPPING MINIMUM FOR ALL U.S. ORDERS"},"Studio_New4Headline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"10% Off Purchase"},"Studio_NewHeadline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"Studio_NostoHeadline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"SITEWIDE BEST SELLERS"},"Studio_NostoHeadline2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"HIGH PERFORMANCE BEST SELLERS"},"Studio_ProNostoImage1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/3/combined?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_ProNostoImage2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/3/combined?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_ProNostoImage3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/4/combined?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_ProNostoImage4":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/1b2d53fa49860905be5122a6ebfca106a846b796/3/combined?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_ProNostoImage5":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/4/combined?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_ProNostoImage6":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/5/combined?uid= {{$.ToEmail }\u0026c=1234"},"Studio_ProNostoLink1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/3/go?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_ProNostoLink2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/3/go?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_ProNostoLink3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/991f7ff7c2decaabcb5a48ed1f8d87674b3c67a7/4/go?uid= {{$.ToEmail }\u0026c=1234"},"Studio_ProNostoLink4":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/1b2d53fa49860905be5122a6ebfca106a846b796/3/go?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_ProNostoLink5":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/4/go?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_ProNostoLink6":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://connect.nosto.com/image/v1/shopify-9097805929/cf54bcafb94786f493766e8b60fd706d273376ce/5/go?uid= {{$.ToEmail}}\u0026c=1234"},"Studio_TopBannerImg":{"description":"","enabled":true,"endDate":"2024-12-19T04:59:00.000Z","endTime":null,"group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerImg","origin":"Studio","promoVal":"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/5605/images/72e7e792-4979-4a8a-a7cc-ac6924d5c9d4.jpeg","startDate":"2024-12-17T05:00:00.000Z","startTime":null,"val":""},"Studio_TopBannerUrl":{"description":"","enabled":true,"endDate":"2024-12-01T04:59:00.000Z","endTime":null,"group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerUrl","origin":"Studio","promoVal":"https://www.callawayapparel.com/collections/black-friday","startDate":"2024-11-15T05:00:00.000Z","startTime":null,"val":""},"Studio_herocoupon":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"\u003c!-- {{ .CouponCA_10_PCT_NOV24 }} --\u003e {{ $.CouponCA_10_PCT_NOV24 }}"},"Studio_prodherocoupon":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"\u003c!-- {{ .CouponCA_20_PCT_NOV24 }} --\u003e {{ $.CouponCA_20_PCT_NOV24 }}"},"TextSendOffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TextSendOffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TextSendOffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopBannerImg":{"description":"","enabled":true,"endDate":"2024-11-30T16:59:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/7882/d48307a7cc4dfc565fe3597600d059ac.png","startDate":"2024-11-15T05:00:00.000Z","startTime":null,"val":""},"TopBannerUrl":{"description":"","enabled":true,"endDate":"2024-11-30T16:59:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"https://www.callawayapparel.com/collections/black-friday","startDate":"2024-11-15T05:00:00.000Z","startTime":null,"val":""},"TopCat1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Men"},"TopCat1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/collections/men"},"TopCat2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Big\u0026nbsp;\u0026#x26;\u0026nbsp;Tall"},"TopCat2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/collections/big-tall"},"TopCat3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Women"},"TopCat3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/collections/women"},"TopCat4Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Accessories"},"TopCat4Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/collections/accessories"},"TopCat5Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Sale"},"TopCat5Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.callawayapparel.com/collections/sale"},"couponcode1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"couponcode2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"couponcode3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsiteoffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"10%"},"onsiteoffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsiteoffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"smsoffer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"10%"}},"load_jquery":"auto","max_activations_pageview":"1","max_activations_session":"2","metadata":{"enable_ally_settings_json":"{\"enable_ally_aria_labels\": 1,\"enable_ally_focus\": 1,\"enable_ally_number_to_string\": 1}","enable_cms_dfp_suppression":"0","enable_osr_events":"0","google_analytics_v4_measurement_id":"G-8CWDV64TDY","google_analytics_v4_property_id":"260338275","gs_url_identifiers":"","max_activations_timeperiod":"0","max_activations_timeperiod_hours":"0","minify_email":"0","single_page_app_on":"0","single_page_app_test_mode":"1","sms_block_quebec":"0","sms_configs":"{}","sms_creds_id":"","sms_double_opt_in":"0","sms_shared_short_code_enabled":"0","sms_short_code_by_country":"{}","use_button_tag_for_close":"1","use_verbose_label_for_close":"1"},"name":"Callaway Apparel","no_control_ips":[],"no_ecaps_in_canada":"1","order_email_js":"","order_id_js":"","order_val_js":"","overlay_js":null,"page_type_json":{"cart":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/cart"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.pageType', '') === 'collection';"}]]},"checkout":{"testmode":false,"val":[[{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/checkouts/"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname === '/';"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.pageType', '') === 'product';"}]]},"search":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"window.location.pathname === '/pages/search-results';"}]]}},"perf_logging_enabled":"0","pick_random_campaigns":"0","polling_interval":"1000","provider_config":false,"script_delay":"0","script_tags_json":"[{\"name\":\"wknd_tag\",\"version\":null},{\"name\":\"conversion_multipixel\",\"version\":\"shopify\"},{\"name\":\"gam_pixel\",\"version\":\"out_of_page\"},{\"name\":\"amp_auto_ad_pixel\",\"version\":\"default\"}]","sibling_website_ids":null,"template_site":"0","test_child_id":"0","test_enabled":"0","test_traffic":"50","third_party_cookie":"0","top_stats_disabled":"0","tp_conversion_js":null,"use_website_cookie":"0","user_history_enabled":"0","v2_enabled":"1","vars":[{"code":"null;","default":"false","name":"cart","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":"pageload"},{"code":"null;","default":"false","name":"cart_items","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":"pageload"},{"code":"(function() {\n if (bouncex.website.pts === 'checkout') {\n var count = 0;\n jQuery('#order-summary .product-thumbnail__quantity').each(function() {\n count += Number(jQuery(this).text()) || 0;\n });\n return count;\n }\n return Number(jQuery('.cart-link__bubble--visible').text().replace(/[^0-9.]/g, ''));\n})();","default":"0","name":"cart_qty","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"cart_token","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":"pageload"},{"code":"(function(){\n if (bouncex.website.pts === 'checkout') {\n return Number(bouncex.utils.gtmLookup('cart_total', '').replace(/[^0-9.]/g, ''));\n }\n return Number(jQuery('.drawer__footer .ajaxcart__price').text().replace(/[^0-9.]/g, ''));\n})();","default":"0","name":"cart_value","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"cookie_modal_present","page_types":[],"persist":"no","polling":"all","testmode":true,"trigger":"pageload"},{"code":"null;","default":"false","name":"coupon_auto_applied","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":"pageload"},{"code":"bouncex.vars.logged_in || null;","default":"false","name":"ever_logged_in","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":false},{"code":"","default":"false","name":"in_stock","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"(jQuery('.product-section-master:visible').data() || {}).sectionId;","default":"false","name":"item_id","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"jQuery('#ltkpopup-container:visible').length \u003e 0;","default":"false","name":"listrak_visible","page_types":[],"persist":"no","polling":"all","testmode":true,"trigger":"pageload"},{"code":"(function () {\n if (bouncex.website.pts === 'checkout') {\n return jQuery('.breadcrumb__item--current:contains(\"Information\")').length \u003e 0 ? jQuery('.logged-in-customer-information:visible').length \u003e 0 : null;\n }\n\n return !!bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.customerId');\n})();","default":"false","name":"logged_in","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"jQuery('#CartDrawer.drawer--is-open').length \u003e 0;","default":"false","name":"minicart_open","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"jQuery('.mfp-wrap #size-chart').length \u003e 0;","default":"false","name":"modal_visible","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"bouncex.website.pts;","default":"false","name":"page_type","page_types":[],"persist":"no","polling":"none","testmode":false,"trigger":"pageload"},{"code":"","default":"false","name":"page_url","page_types":["category","search"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"","default":"false","name":"prod_name","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"","default":"false","name":"prod_price","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"jQuery('.product-single__sku:visible').text().match(/\\d+/)[0];","default":"false","name":"prod_size_sku","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"jQuery('.product-single__variants:visible').val() || bouncex.utils.getNestedProp('ShopifyAnalytics.meta.selectedVariantId') || bouncex.utils.url.getParam('variant');","default":"false","name":"prod_sku","page_types":["product"],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"window.location.href.indexOf('//shop.') \u003e -1;;","default":"false","name":"shop","page_types":[],"persist":"no","polling":"none","testmode":true,"trigger":"pageload"},{"code":"window.location.pathname.indexOf('/pages/email-subscribe-thank-you') \u003e -1 \u0026\u0026 jQuery('#emailsignup-landing h2').text().indexOf('THANK YOU') \u003e -1 || null;","default":"false","name":"submitted_onsite","page_types":[],"persist":"permanent","polling":"none","testmode":false,"trigger":false},{"code":"jQuery('.polaris-consent-widget:visible').length \u003e 0;","default":"false","name":"truevault_present","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"}],"website":"callawayapparel.com","website_id":"5605","cache_meta":{"paths":{"1904915":"1904915-188854c65ba12f97adfeaebc7805d4f1","1904916":"1904916-64a62dde086626a62a341c843b08df65","1904917":"1904917-4121e9d72d987b7c2694ce1b50de0d07","1904918":"1904918-be799d96e6c1cb818dadce40c6968b8b","1904919":"1904919-f4fa1a4d02822acab8539eed9d728c82","1904920":"1904920-cb367bf23920fd4487a2b8bf563943ef","1904921":"1904921-2d8465c24b9c1ef534fce141756dd0bf","1904922":"1904922-2ffd081372659a0d650f41588afd9d1f","1904923":"1904923-43694273274ef313811eae97e49f4ebc","1904924":"1904924-1ea4517762b446b697c67a12bf29ba6b","1904925":"1904925-63cab47f1249d9c9ef69770150fb8fe6","1904926":"1904926-417c75b208d13d29412984b9c2610e8c","1904927":"1904927-916664d2e433fa042176fe189e6e6791","1904928":"1904928-cfb646669b75902646cfb0f8001c8d14","1904929":"1904929-becdb1e12f0e0fe571e025404c8cdc41","1904930":"1904930-a4303f4e21760b4df35b215bc0d749f2","1904931":"1904931-502125399e4113c25cad5e5998927e03","1904932":"1904932-a13523ca33268fc6bd1ab7ae82e47df5","1904933":"1904933-1a9669e3ffee415f59cece07fd600380","1904934":"1904934-b520fe2730b487af604d730e145bf65a","1904935":"1904935-32318c2b5ed64d2a31db9909395ee2b1","1904936":"1904936-49ed5244d2501906694002df18a0236f","1904937":"1904937-5fc2e9489ba82e8fb684ce0d5ec6f1dc","1904938":"1904938-f0a096db34e3a95eaf37e7a2d2335737","1904939":"1904939-6fc401f4557c141fc10d4bdf9b84be01","1904940":"1904940-915310241d6211e48e6bfc0e4076d387","1904941":"1904941-765d29c86e19a1923d5001219849d731","1904942":"1904942-78922343f89ac3a1b872d1cab0eee1bb","1904943":"1904943-a169c65d4fab127e84d7b2bfc009a5c6","1904944":"1904944-127c913f7f790c4f56ae40355c11eff7","1904945":"1904945-e7c66783bdd2ed2e10024fc86e93c1b1","1904946":"1904946-dc482b1499228d0f3afc97c8612ddb33","1904947":"1904947-34e31fe199ff1c0f34ddb3dc16afc69f","1904948":"1904948-959e87cf8c2c96f16b58186bdcd0987a","1904949":"1904949-d76fb91e24afa04fb525940569baeef6","1904950":"1904950-b2be1a821e2b6f7ca36602320615fe80","1904951":"1904951-8ac3dc9a2bc7dea4a781d6dc838b906d","1904952":"1904952-f121d05f633229a3cc53aaeb247b2c88","1904953":"1904953-b78285e19fd284985bca3f653ba7ac03","1904954":"1904954-bb8eb6caf40778a87475dde2333548f8","1904955":"1904955-9270180613889334c5560a0563e6d909","1904956":"1904956-ec3be7692f3f186ddeb83b46d7fd77b8","1904957":"1904957-ec573e7300154f0f0cbbd960356f53b8","1904958":"1904958-077888a0f7c6645f50a44382cdb030a7","1904959":"1904959-d538c15b0f405aecf635e1e7c0844d0f","1904960":"1904960-15db3bd51798f65db049406a598ba22d","1904961":"1904961-6ee024e12890be884a88f7f9d337fc5c","1904962":"1904962-3f1ab9ee029328b3f2937f4f2b27b943","1904963":"1904963-fa38f7a896e5ffa51a65c1ab8df5dc9a","1904964":"1904964-2c36f11ae986f964799d1d81768ba1ea","1904965":"1904965-6ffc65d129d21835062b7f51cf517bf3","1904966":"1904966-9e7e19f332502b67cbd9c62cec1a52f8","1904967":"1904967-a63f79e4cad100f6f3752c2d18b865de","1904968":"1904968-e2aeca95130a36c697e9c74ad1b97157","1904969":"1904969-028859e2e367319ebed86b5032e2f8af","1904970":"1904970-4bd05e2af34898f21a6f0517655cb303","1904971":"1904971-f37f883556cda168bcd0a4d3f493c0e9","1904972":"1904972-a27a92fc52e56f62429fe994de4dfb8d","1904973":"1904973-3e28759283dd2f38528562437aadefa8","1904974":"1904974-f87826cea6c9ae4dc5a3998174cade57","1904975":"1904975-1afb0ccf236196fd601a6deec182c731","1904976":"1904976-78de85577a0f7d0e50f00053dc2ce8f1","1904977":"1904977-b231ac8b594d537c8c4d27eecc4e5469","1904978":"1904978-854ba1c9b0632c7d4470a67875a93019","1904979":"1904979-7a2459cb449b157afa3317e4bddd07e2","1904980":"1904980-da62676a17b13f81ed68c2807029876a","1904981":"1904981-0f931d4ac86252f58f6487977b55171f","1904982":"1904982-8f9b71367b46ab08f1a42ccecb020961","1904983":"1904983-2d9f1da5f4a2e13eb5750cb5536064f2","1904984":"1904984-0f8563c880d51457c1c6ee6c475ba88c","1904985":"1904985-77e08774001ba98afc7200d3e4cf7d9d","1904986":"1904986-21bf90b9471ddf3169bb39710200e538","1904987":"1904987-1e2fe28129072137d5cec9e3edd85669","1904988":"1904988-135d102e41620bd215ecaef7791f78dd","1904989":"1904989-6e9c4167c2d65284a59d9e2eae6f9399","1904990":"1904990-3291f7fa7466ff6e5b93232288fccbc5","1904991":"1904991-2a71aa8576c1c37bc42164bcf5d333e4","1904992":"1904992-55ec47653887a83795b0b23c2fedf8f6","1904993":"1904993-48186e060f9b03a68bcf131070a3ae82","1904994":"1904994-a2035b90eb2c8aeeedcebd2e7cc9fe7a","1904995":"1904995-78b0c61b346ee1b9296e88dbe2c3c081","1904996":"1904996-6cf65ca257f1e5ab4552b472941c2c23","1904997":"1904997-139291c1481a2bea8976765c77a81110","1904998":"1904998-333d0bff77abaa30b816e4d5dcbc8587","1904999":"1904999-d581b0fd6006c777568cf4f8d82c3f7b","1905000":"1905000-d37eb79c5a23e23f532696dbe41d86f7","1905001":"1905001-0d87ee2680c2821695e36623e37c0d8f","1905002":"1905002-68fc1c13f19f7ec92a2581110a3d134d","1905003":"1905003-aa0f4286afdadda97c42919d9db98a19","1905004":"1905004-0cefc43416e31f1caf8d1906f6e00681","1905005":"1905005-70b8814099f49588ae6c7e19b23d9756","1905006":"1905006-60eae087eb5dddd1fb24aab2678bc7ac","1905007":"1905007-07bb0e5d5fdda6e82542979a35dba34b","1936112":"1936112-932ce89573a7f922f75a4b7ec5d73e1f","1936113":"1936113-979068966d68344f28224e7597df0555","1936115":"1936115-1a7b5b841eb27e7df95cee86a69edc8b","1936116":"1936116-a8a56719135b719c755e01d28efd17a1","1936118":"1936118-5baef40bc7ee3bebfddffe6ffe3b3e9d","1936119":"1936119-ba702ff719871c0b6e76b93c68c6b37e","1936121":"1936121-2be8f783a85f6024308a8ce72d4502db","1936122":"1936122-9fe42118b220c115aac90e4a8ef944a3","1936124":"1936124-bd8937c1c7a7801a1dc7e14ea34b1796","1936125":"1936125-082f90b9750235bd9f34d38238735606","1936127":"1936127-bd449d8060c04711e16469360eaae25f","1936128":"1936128-5d561076a41ed2414610777208cbd852","1936130":"1936130-ef2f4862f9b8209b92bf12647fc7c170","1936131":"1936131-0f58daf430cc434758c05156cd6e352d","1936133":"1936133-57c140e16c6e885d6ad31b399d4e7f50","1936134":"1936134-12ded154bb2618dfeeebc8a23f01333f","1936136":"1936136-4c1366241b8e4ba12b6e72c0b58ed539","1936137":"1936137-a2b83653381582d634680fc020ef5748","1936139":"1936139-802b3225eb483e97102e351234bebe58","1936140":"1936140-d86091229be4f8d652805cf6795d70af","1936142":"1936142-19cb4545127d6909d4ba31210050b0c1","1936143":"1936143-6bcaf8b650694a842a4b2af555206171","1936145":"1936145-8b7e055e21d476b0a81d2efe749e8d39","1936146":"1936146-624a6a12f17f0eadfa4165db8c179f08","1936148":"1936148-15a7feae5feb2f8fd0c484ff063b0b14","1936149":"1936149-79d551155ae2dcd226fa0089da9b194c","1936151":"1936151-1be9fbefa33efb62fbed445e5fecd530","1936152":"1936152-54e91346d619f7c865d930a95ea3e4ba","1936154":"1936154-e6f86f03cfdb7055c1c85c3fe25cab55","1936155":"1936155-55966fbdfc065c5c1ee74516d1d087dd","1936157":"1936157-ee76a6f8a9f5554c4f77eda637ed88a0","1936158":"1936158-2f4446d3c93ab761cb1d8a620d36f125","1936160":"1936160-dfd38596f8d7ea16e5280f672c29a7de","1936161":"1936161-dee5e57a1ae36734f8613a96282ecb50","1936163":"1936163-77bb2a0d06b5d5e30e33a3ae0f36b5c2","1936164":"1936164-79393e20b105584f0e07c0d8446bad29","1936166":"1936166-af19c3fe4ebbfceeecffbc1372e24434","1936167":"1936167-6b1e23f019e985cb8d85063c9e487629","1936169":"1936169-2d18e2a5a8ecf0b95867521704a8b984","1936170":"1936170-8cd79674eb4f82808b54c491d2c6b149","1936172":"1936172-2fa24104891772a53fcb19b6f055f45a","1936173":"1936173-5e80c2f3fa56df15e267087cbad3a9e8","1936175":"1936175-287844e7c67ab140f4481a9b0c856186","1936176":"1936176-47d925645cc29ce5e4bceb2821249e66","1936178":"1936178-73b1506c3e610f329885dfa0d245e097","1936179":"1936179-d2d19320fef56e9f6961696f2a2eefd1","1936181":"1936181-4ca1a2c2f716bb406680e38cf9485ba0","1936182":"1936182-2ff4d12b31ac5250e9795a2448e9b6ec","1936184":"1936184-a68ed6f8f669d8333913c1c413d80166","1936185":"1936185-fd0488c84b7e2720ffac369574d18a04","1936187":"1936187-6b21f8620a69d86f44f07cbab7765b89","1936188":"1936188-03e04d904cd3e0f40547491e60d9a863","1936190":"1936190-6c01721890649e181a1484188dd17dbb","1936191":"1936191-3e47c729c8862a1a03b3f33fd64fc262","1936193":"1936193-bb5d39823fa90f2acdde7daaff2610ce","1936194":"1936194-1d62f8cda468ef56a3422efe70e96834","1936196":"1936196-ba3aac152344b05560b955ff08a83c22","1936197":"1936197-28c2ea33ef1d7b1ac5346e34e9f3a989","1936199":"1936199-345d7c106046cdd0858f722d4fc5ce22","1936200":"1936200-4cc3a70ee237e488f9992708610178b5","1936202":"1936202-aa7e66d0eb08e5791dfd125e0f0e9b13","1936203":"1936203-4edfa44cd56b8b03f17099cec26c921a","1936205":"1936205-6e1c33319af2eae70314b644dd5cbc77","1936206":"1936206-bef9cbddf8cf50b1530ee4b45ead4813","1936208":"1936208-552963eabca8ba7fcfec5dfb38fbfc87","1936209":"1936209-0387a6430162df325a1eca3f7757e777","1936211":"1936211-7ea35b114659e37dccfeee4706188960","1936212":"1936212-eec239c90f2e0d92850bd01f56a64845","1936214":"1936214-1c3a9cbd408377e9487797943c10e889","1936215":"1936215-92b3adf188a00eeccb27ed0aac5f65ec","1936217":"1936217-1c5e0705998fdc7af749bb10dcb72f40","1936218":"1936218-24c9d69cf0c9619f1ecd52d54b8ff94f","2004844":"2004844-eae0ede7241c14f88247a1dfbf14c9d5","2004845":"2004845-588cece8978f55af97e3b2feff7ff9d0","2008972":"2008972-f1aa10b8993ebb8b3851141e961c7474","2008975":"2008975-e91cd1a7b330191fe262944c9bba4500","2012521":"2012521-682447a70a5b7d4ff793d993a84144b3","2022957":"2022957-5ce027ee311fc6fd16d1282dca942579","2022959":"2022959-8b1ffc0cb23a12b5bba341c88c01bf96","2032446":"2032446-e201f76d083fa26500355c3cc162636a","2032447":"2032447-1b359e6866695d16733c94f4c47fa9ce","2032448":"2032448-a49a5ffe18e18ce7c896c1259e63a211","2032470":"2032470-201353a1af1d9d3fed98aff38f0a00dd","2032471":"2032471-e13b098c3e1815de21509976ef117290","2032472":"2032472-ab9454841ca839e9e61bc0e6a11aa092","2032473":"2032473-86b807aa604daf028243816386a9329d","2032489":"2032489-b826ce3b9c1a34ab661da8f12ce52471","2032490":"2032490-cf9733136ea79bec598879b7e2a19d0c","2032491":"2032491-c426a886f89bba64f012f6290a7bcf80","2032492":"2032492-ba1877262345c928a73666deba5d5abb","2032673":"2032673-10b9be94c1967ecc261bbaed6eff80c7","2032692":"2032692-65e2577c2d052e19c9aa78e092e901e5","2039892":"2039892-f112a92763a0201f1f5892dd0a52794f","2080161":"2080161-7bfb97cef92e081cd486bf717a292ad4","2083251":"2083251-2f7b48a3e9cbc3fd4c4d8392e962bb75","2088103":"2088103-fa6e4e1525225c2d2260ff10f1df5235","2103232":"2103232-e58970197c064ae6db7ebf5e081ebaef","2103233":"2103233-e61ca5826072c617d051277418ffebca","2103235":"2103235-cefbda8ddadd33b4e3d84b4c41f50508","2103236":"2103236-f09f15f595c442b5ac5d71231f79b21e","2103237":"2103237-d91284876f64f39e63677919062dee62","2103238":"2103238-1356787b76263fb4a3cc3126514a249f","2105396":"2105396-edf10cebf4ceb22a5b020f05db86cff8","2105429":"2105429-271b75ca6cd7d44e4980fbd7e88dc057","2108716":"2108716-1f084bbebdddd55a118e127ce880c7de","2108718":"2108718-d79cfc1261bf9dfee8f935ebc5bfec37","2108720":"2108720-33750f83298f651e9926daa1a15cc148","2108722":"2108722-74eae2852ba37f085cb7825c8127322f","2108723":"2108723-6fa0649605ec24877aef70c8c5f3e896","2108725":"2108725-cadf6126c67f90dc6a3f3192e3d03683","2108727":"2108727-aec035676391ca3dd497c9008de57804","2108729":"2108729-d3b1e731242ef2078ba70f6c6ba2b979","2108731":"2108731-0d952ab970e4a83923238f5cc56110af","2108733":"2108733-afa5ba0669bbe42a5f7f2413c284fef4","2108735":"2108735-6c044267748bbb7c91e14e66601eba57","2108737":"2108737-2dbfec13e582fb0aa927cc68d2b63f10","2108738":"2108738-cbb584c9be6d764442fdd38bb3889951","2108740":"2108740-f00f12ce704af4e506ed8d94dd67bf42","2108742":"2108742-481a2a0514f82890953964d33803656a","2108744":"2108744-3f1f610896e4dd2dcd87bc7874a2f1bc","2148014":"2148014-829754a70dd45d2978822bbc96e37cfb","2152803":"2152803-a06c0da6283fe7bbefe1936c28c08db4","2175681":"2175681-6df42092c1d149e0c17ddb3be2a0a301","2175682":"2175682-5fb5b8635a4a83b10568133a48082807","2200069":"2200069-c491c5fe48838ee1a2f216c5fa624e0b","2200229":"2200229-00fa2f3463175ccde372804dd20b0f61","2205432":"2205432-6f45e9b2cbd133b4d0f1fd2a7140c5b0","2239784":"2239784-1b5eec831c2f20cfe308e89224d1ef52","2239816":"2239816-a1003716d2ed83c73552efc8f68ba1f0","2265691":"2265691-5deb4adec74d4eddc2696e8fa2c9f77c","2280283":"2280283-f5e952f902cbd658bc89766a006ff2ce","2280284":"2280284-0c0d23fafb73825b12c38b3a0641a3fb","2280285":"2280285-a2cba70d60c4c04a8feb12142fa4dc52","2285412":"2285412-8d6a0c09236f536a7072e0ac72344486","2323553":"2323553-273d247a1aa294e1c5f03cb4cc81ec53","2323555":"2323555-49168c112efc720c78ce0c433853451a","2323557":"2323557-2123504b898a5f423c4eb43fad92ec2e","2323559":"2323559-d175edfa3f85ed4ee55d32882d8e378d","2323561":"2323561-b971ec46a9ea16876085c61ba2d7bafd","2323563":"2323563-4dfb17b034e0315a88c236de50f3bc26","2323565":"2323565-4f7523610ba288dc5cea49bea5f8b484","2323567":"2323567-3fe95ad89121c3302ceeecdcbe705248","2323569":"2323569-42dd3f75f6ff90e95504dd2e1b8eee64","2323571":"2323571-347b76539664204308cac037f7d198b9","2323573":"2323573-5975387d41cfaeffe8771522650d2067","2323575":"2323575-e0ea10d427166caf97d1e2b588bc287a","2323576":"2323576-1e9ba049d3c805880ecfd5ee1bf9a71a","2323578":"2323578-89d6d4b3fb9dfec667f1cc9a406a3c6a","2323579":"2323579-a416a6107bf10fd13d3d55e1d2f35781","2323581":"2323581-b002275b72de42ca30916c057d8f5461","2323582":"2323582-79d51324e7039a8687b90754fbf3a2e7","2323584":"2323584-6ba1a766f510331e66decef8458d9b75","2323585":"2323585-93444cea69b28bae616560eb0da12c53","2323588":"2323588-45b9e3ad21418d6947fc29bf37b28b6c","2323589":"2323589-6e54e1f31e3bba36adfaa993bcb40ad4","2323591":"2323591-cc9c702c174df93a159e85e2e4ccdf43","2323593":"2323593-7617e929aaa0e1cebcb98ffcd5ddd3ff","2323595":"2323595-0852c2313dec85d4a5ef52f3d72972be","2323596":"2323596-a8c2c50bcb0f44f09a2cd86e9f2dad9e","2323598":"2323598-bcf9a419a7132d5c1778963f34254a8e","2323599":"2323599-35309ea256bd0163e95460a9a925d3a7","2323601":"2323601-a4430847097997ee9c50e56d0378685b","2323602":"2323602-1c0c4f1faf9435c38de01b9a8542ceba","2323604":"2323604-91245c311ee58eb47535bf4adc9f85a4","2323605":"2323605-220ec8bc3afdc0cabf7016222ca2e425","2323607":"2323607-7dcba1d971a4454d77a39a3a40cfa4e7","2323609":"2323609-92bbbe51e24512eb24fafd964eb76b84","2323611":"2323611-362342f714656b6056e6ae6b651b1518","2323612":"2323612-c6153ea9353e2d91b91ebf7059037b7c","2323614":"2323614-ad196de930e196c73eb8e695e5866ba0","2323615":"2323615-56045c6447cea4b8d41ecc7f2822b61d","2323617":"2323617-ab35aaa10720e90e7608b57342c42e60","2323619":"2323619-5d63a479124fe1a3563e67dca18309a2","2323621":"2323621-9111be2fed73f29381650068e5bfa63d","2323622":"2323622-564f2d0c75acdae3e1d37b79bfde70c8","2323624":"2323624-eb3f0dc0ac7b06fabb93423bade24239","2323625":"2323625-421802f4f7871f51d83f4a83a1699248","2323627":"2323627-ef384c9b9653a3f0ef9057bb6871381d","2323629":"2323629-94081eabc0a3e2e255d2df717c9f0dd3","2323631":"2323631-2290b25032cc06ad4ade5baefbc1e872","2323632":"2323632-355439ebbadf8e73ba44885576a94a95","2323634":"2323634-2c0ff64a45fd18d03591f3b88a8b8115","2323635":"2323635-7ee7ff2a0e8b655af60312a6aa4d5e04","2342289":"2342289-be93c7b9b84d2567f47e9a64c1a7e0f9","2342290":"2342290-9b22945562f5765725f6d141558e6564","2342291":"2342291-6b65b69d6cf9cda8492de9faf89043ac","2342292":"2342292-1b818bfb19765bf4b87a44dae1a3030f","2342303":"2342303-b84f06095e2d58458f641f4317433089","2342304":"2342304-7b4e45da62b95ea0a7f11d310e80f5df","2342305":"2342305-2d6911100f87bb2489cf6e63d704b8a5","2342306":"2342306-1873d4d1e96b889adabb4fd6afc1d884","2357563":"2357563-f612534cf85287c5eb09b7ed61ff257f","2360062":"2360062-767f5b7e5ecbecfd646893906898253d","2360064":"2360064-06fbecf78843a253db99298bf2301fa6","2360066":"2360066-c6c6a5cf52206e7434eaca0d7965757d","2360068":"2360068-9ba54d4a544362ab79a190a26a4f7e2d","2360069":"2360069-3e1fd015a06cee9197e52c9b8da148db","2360070":"2360070-640c4c12f33b15f99c68d32a24773e74","2360071":"2360071-ade09d7886e6ab5f0706ae4ac134362e","2360072":"2360072-f1dbea3e0063760e578c03043e65a8fe","2366619":"2366619-2544bd1c8871773c8489e2ee2ff8188e","2366623":"2366623-56db9b50076204ec1f56c5b0d16fbea7","2366625":"2366625-aa7191b24936b3b59e3290a2856cd645","2366627":"2366627-a824d11e3d3498ec8ee3b623931afea5","2366629":"2366629-bd9c47882f4fb03f67a7a458e327a0a9","2366632":"2366632-f242d5c51c79e968282a31f50535b12f","2366633":"2366633-3d140abf39118c0cbbb74e20f220811c","2366634":"2366634-cd63bbb2409b990c1dc705199e0b97bf","2366635":"2366635-8df0ca78b047b87f2ff96120b07da6cf","2367356":"2367356-875c7f4f291498a91135b73db705a9b8","2427456":"2427456-7719149401be35dd3f10144e67b7107c","2431820":"2431820-930c523f8578a06ab0e4736bf224de81","2445584":"2445584-a76de6f7d3e66a571b5254e41cc4eebd","2449214":"2449214-fbe2444e93ae34477ab323507517a942","2453596":"2453596-413392abeb9fd0b015589df27affa85c","2473707":"2473707-fa25bb91e3ec14e0a15d10ee66477ad8","2473708":"2473708-916d9526fcdd08bbe0d8664e2d766136","2473710":"2473710-ccf3c314f6b31ff40b832083227773bf","2473811":"2473811-00cb2c7e73ce7a7cd6b8fd9d4b2d965f","2488129":"2488129-1fbb663f9f2d96e51f75ded163c87b65","2488130":"2488130-ae28afdd0cd5bd2673bdae5b8da3a835","2511458":"2511458-2b82af91be1942f3fb5d020474a7b150","2511459":"2511459-f49bb466350a484004e558e499b639a1","2511460":"2511460-f25e39ebe43e92dede5edf7772f5662e","2543562":"2543562-a94ee66053d3e0e0871b21c921c7f71e","2543563":"2543563-080cf89fbbb3c91d23c2729f65cfb342","2558819":"2558819-f17c435e8c012abe3b4b1650f65938e4","2558820":"2558820-04c3ef963524382214f116e1ff05b05d","2558822":"2558822-ddb3da41ee91a702041133066440fd51","2558823":"2558823-d1d2c13f8fe7773e520b475d3be92ce5","2558825":"2558825-36612317aab065ac406b586c30f6e878","2558826":"2558826-3227e611829d5186af8517407ed2577d","2558828":"2558828-f94577b3cbfdb431212ac32896a7708e","2558829":"2558829-c85fa7aab4650b0db4c718a4d8ad23f7","2558831":"2558831-d4f938e507f95fd2d87ccc6a9f094bd0","2558832":"2558832-a071773f5ebc3e48fdf01c5a6a21ce80","2558834":"2558834-ba68b26537bbe1d6bd37cb40e88f82dd","2558835":"2558835-eb9661b92bf9d23cae906cc8db9ee365","2558837":"2558837-77768600be40fa5236645374f3a0a4ca","2558838":"2558838-1db2564cd2b6e499ca05596c1393de8a","2558840":"2558840-9439a538361e61bc0b2c64e9ca1dc66b","2558841":"2558841-ca4373a01ef372d01bcd1d4a0cef92c0","2558842":"2558842-8eb2f0e3a1c0b2aa92c200324ff86b8c","2558843":"2558843-d342774e2016107ed0af24d5ce48cd35","2558844":"2558844-12320dd42ef7e70fb54487f794be4757","2558845":"2558845-8a60e5e817c495c00455d7087aa87c60","2558846":"2558846-08ae2620978fc729097d504a2c8ef719","2558847":"2558847-bc68d0e3292f13720ad1cc18b0b2efbe","2558848":"2558848-d1baa23746fb39b193ace56436da3f18","2558849":"2558849-91221bd3656f5b6a06375c4967a937c1","2606260":"2606260-b91d3423134e2bf3072ecb1bd1194ded","2606305":"2606305-048f762051e44d83a96ac0c2a94de04a","2608209":"2608209-24fc8c2bcc189e645c941c0acc41a49c","2608451":"2608451-5389222dfc7e031053de1221e797994d","2609999":"2609999-35e6b66d8a6d7ad9ea37e46c320d714f","2610016":"2610016-aaf0079fc73ae8f8ca1ca3a4ac44da09","2627547":"2627547-1c273719479dc7588805b81d730c9a36","2627548":"2627548-6762c3a3acfaece60e76dd3e4a3ce53e","2656017":"2656017-54729eb62d153f4c3fd021c97e3f58ba","2656018":"2656018-0bf9945fa5437aa176781dda1771c074","2656019":"2656019-4ca43d84bec66ed7a4ede3c4689cb10d","2691556":"2691556-fdba932dae9dd7aa86ebe9f0b576c65e","2691557":"2691557-36003774876e48a58157c112825def04","2691558":"2691558-f1442425a7ab3b48b726dd6589aead43","2748048":"2748048-3348b424b394b5c8b43bfd3064521c48","2748050":"2748050-3922ba8c4efe4a2506af1d1d97c5588b","2748051":"2748051-0421723d4f535fcf9fd02fb9725310bb","2748052":"2748052-de210eb803e7c8e0479d30169489e436","2748054":"2748054-ecd4e3cb0da6b922d7eed8fbb2f77999","2748055":"2748055-c531502d79702cff17b595a0dc15a1af","2748057":"2748057-a2878dc84859c1224c7a998993c4a32a","2748058":"2748058-6fdedf1d848d25baea84f7157342dffe","2748059":"2748059-874d61c12766deaea4596916ec9e22a1","2748061":"2748061-ad92e71eb69ab3bba85ffaa5748c2169","2748062":"2748062-784b7d6230646ad0c0caa438131ef3ff","2748063":"2748063-543892da90d4f8e0c7f468e62776fe0f","2749947":"2749947-13881c8cd752eec82f04b3eeecde9e53","2749948":"2749948-e23c81ae1ca4606350074271e2cbc1e9","2749950":"2749950-304f5d882fc41b2196dec8782e134d80","2749951":"2749951-6fb6da086cc0f0e41820eb4b89defe07","2749953":"2749953-a565ab903b01939c9139b31f9f3c1983","2749954":"2749954-0276a4adcb987675e5bf5465929c7f7c","2749956":"2749956-d2ec6cbc7778c3c4acc6e2044acec76c","2749957":"2749957-1b510dff2cfa494a6b7dfedd00fd37c3","2749959":"2749959-6103ad17a7863c18cbffa1df1d14617f","2749960":"2749960-47f74576dd184fd7c6b0b8526bcb5855","2749962":"2749962-1a1ddac36eea2cd269ee7f561d9b3436","2749963":"2749963-7aedba54e64e7c66a5517f317aac466e","2749965":"2749965-d450766ee126b8f9f1fe491eec1ad16f","2749966":"2749966-5bc6c8055094d8bb3001242f1db4d2ca","2749968":"2749968-0367749bdb576aacaf21b965d37f6017","2749969":"2749969-d7678b38cf2bfb3b2c36d3c7d908124f","2750872":"2750872-810fc0980fe35acd4618de8753e8a1a3","2758980":"2758980-27c1e609cfe36849b51a12f2b26a2203","2771258":"2771258-436df7f7d2b1a831539eead36a8b1ce9","2773041":"2773041-54ebed838f055f494faf431a9a837c81","2773042":"2773042-ddfc985561f2312ddeb358f961cca32e","2773043":"2773043-00306ae093c87a6d854e4d37c6f3a94b","2774427":"2774427-26e58a466620fb2fd08ed3253e4b17f4","2774428":"2774428-38a7fd1a562faec00503784ba5478572","2774429":"2774429-d97dfdcdd7769a2d5f9e69ca04c9be25","2774431":"2774431-5e7b1c56f08d2b5868ea46f8e6896a03","2774432":"2774432-7441d191caccc0031eb5360c67abc7ac","2774434":"2774434-41396aacc8b2961db3137a1b8c4e3a32","2774435":"2774435-21f90a1082e846673293105db74c6367","2774437":"2774437-b7f257693adaa0307824e1f42d3e3d47","2774438":"2774438-cdf41da256aaffd6275d47e511cf5f16","2774440":"2774440-abce68c44630159584ac8dcb9b29cdcc","2774441":"2774441-13e380b07d13f45a51afdb37063ead17","2774443":"2774443-5daf49f28742fcd2850aa76973255461","2774444":"2774444-00df2a79c6a7b7922a784507eafc4dde","2774446":"2774446-f6f0e0a235e16913db1a9828c247a32a","2774447":"2774447-e3d8e65b217b0120318a4503832e852d","2774449":"2774449-be8008f71914502c0e660a32a74eeedf","2774450":"2774450-fec77aea9ced49d0483728d64703dabd","2774452":"2774452-9742ea62bffc6b83742ab8d00340caa0","2774454":"2774454-20573eeb3118aa2921a8ae2b52760262","2774456":"2774456-c94705b2c024d6d6abaf233036187141","2774458":"2774458-ff76d6b178327a16ae281132fcb79834","2774459":"2774459-d8fac62e89116c7942f76f2e4bd045bb","2774461":"2774461-fd287bcf3f2ff2bf67780e632b9a3617","2774462":"2774462-c2e0361f323a4160086851bb0a64f10a","2774464":"2774464-cd7db6c8ae3def8d273b2fd91de43eef","2774465":"2774465-0e1db335b86897299fa79771978eafe7","2774467":"2774467-7f7a46b6f3b2892b16945b1fe0366913","2774468":"2774468-6bcbb513bb7c5d71482a667561844921","2774470":"2774470-c10bd2dfbee4a1bdc938571d637193a1","2774472":"2774472-c7450fa8309b8008b92637e50a0e5216","2774474":"2774474-d5dd5ec44b7593d6566c244334b98d40","2774476":"2774476-a4fc486f841b81ad7a92117a927d6ee9","2774477":"2774477-92b7c7f3e6a44adaaab52f08ee7736d8","2774479":"2774479-a659baea2c8588abc4767c2e67796546","2774480":"2774480-2f8fd319507207dbbd36e627b702d3d8","2774482":"2774482-b85f12490f5713ed1df0bb3ea9fd0781","2774483":"2774483-c950fe16f784cbf7cf7e90ded16b3f95","2774485":"2774485-bea2584d380ac8d4fc8797149b663695","2774486":"2774486-75c5ce3658098c2ade8f4b750d533655","2774488":"2774488-46def2dfa02d4984c3dd7c8d96f8914c","2774490":"2774490-74939fbc8a08c3fa093172286427540a","2774492":"2774492-c7f8552d75936e9d03b5e39abbcf0547","2774493":"2774493-fcb1b94bead69d688c53b551720a171e","2774495":"2774495-64fad9881a6a2ac3869413e099d32e06","2774496":"2774496-9691bb360e14434b3aee343b18e7506d","2774498":"2774498-c1249a06f4d25dae75bfd699b251054e","2774500":"2774500-b6657839dbce405a0baca4877035adeb","2774502":"2774502-ced89d53f8a22a9e16664f702424454e","2774503":"2774503-654e8594097df09783d9c811979df06e","2774505":"2774505-f92d06d90deb91ded81dd22ab6f44d62","2774506":"2774506-2469005c62977de5473446923061e979","2774508":"2774508-4326803bdbf6639bb9afbd8f70ff5da3","2774510":"2774510-15c7e0e32adcb7a1934b800ddd298251","2774512":"2774512-ce57ee06254f41e97b2ad1cd60e0c43f","2774513":"2774513-15e8ed8dd179f6f3f54edc95a3dc5424","2774515":"2774515-ec450ac11f90fc4afe04c65cdfd97ef4","2774516":"2774516-8c5950cddd230c1eca701ca090227e55","2794295":"2794295-b6178a302737e0df3bcc0fb88257b232","2794297":"2794297-5b3546a9c07becd85f47d235a69107ac","2794299":"2794299-1875b7878974f02785a36c29b707505f","2794301":"2794301-bdc1d4d2aea952785e38235d48183d6a","2794310":"2794310-487b702fc9e8850da6d65fed0dbbda68","2794311":"2794311-d325e0c31966a156f665875b9c330be0","2794313":"2794313-9699089f6b0e4b7f31749b3a7df4de5e","2794314":"2794314-cfffc561a29e48dfec79d675f0f5d77d","2794316":"2794316-c0a86a9a50cdecc8703f52b60c1d7464","2794318":"2794318-74de20e20ac0ec295221c97a183e1134","2794320":"2794320-3be1d2e5c95f8362257d46356fdb9ef7","2794321":"2794321-d4f4696943496b9ab10c21dc9a8f965f","2794323":"2794323-7ecad42171ccb06f8cede0e0c1e50051","2794324":"2794324-5503b25a03402e535aaa325f821132cd","2794326":"2794326-f4859d6c959daf2eb8337c1b49c0e903","2794327":"2794327-5da09332dcabf4f2a497ae1c2cfde485","2794329":"2794329-6781132c99eafa0f2027ce109477caae","2794330":"2794330-1af5c9d128cce833e1ae6b2aa65c7445","2794332":"2794332-fb97f121dd1b3627cac29c17da8cabfa","2794333":"2794333-78355fba118fd27a632e86ccd26245a7","2794343":"2794343-b27d7d0dd4f75a53bcd2e7a76b779b6f","2794344":"2794344-7f6b52a23d4eb6cf25690950cfcecd0c","2794346":"2794346-b463424ba7737fb4bd096e7c90df44dc","2794347":"2794347-567b1a66576fa601a9b895db90389d71","2794354":"2794354-76d1eb591780d900489c11f7a35a0c74","2794355":"2794355-c0ed19422fe90225f469d7795907a12f","2794357":"2794357-6446344e4b493fbb1b5324f6809203b2","2794358":"2794358-8181db70df076e60ddb715e2e24ed40b","2794362":"2794362-9ecf85020126eaac1744fb12453b05a1","2794363":"2794363-57ef2076f0e540635fe081c854ddfb8e","2794365":"2794365-00e50450e874f50e063eeb0837f4b668","2794366":"2794366-8fc2295d679dea84d4ca05b5f9136fdf","2816231":"2816231-915b9555a391a3a677d78187642cdc85","2816232":"2816232-9b96cae11c6e309e4cf818aa890bb448","2816233":"2816233-a582b145699d3fc7754c616b66c77cec","2832291":"2832291-4f604a7a49f2930995802169979dd584","2832293":"2832293-4b57524a3700825d3c464733321b04ff","2832295":"2832295-0717553f8e6d36608463059f91482aa1","2832297":"2832297-3c67d715eb0f49d29694f614f6d21c2d","2832464":"2832464-166d37a2b59494f3c969d973d525c0ad","2832466":"2832466-a405e634a85526ccff3e222a2d328327","2832468":"2832468-bd2a1ba3100d5b0a93cc15339b1fe542","2832559":"2832559-351c703ff1fae981e32212a21d8bc8d1","2832561":"2832561-2ebe1dcf63e33aaf8d6b33fe4fb80869","2832563":"2832563-5f295d3274154fbba7a909a03d77f9f2","2832663":"2832663-0b84cd365c6acc30c3c7e82483a84269","2832665":"2832665-5c1ed35a58b5d6f4789df7f6a7de9351","2832830":"2832830-3ce67268fc398320b942e36708efde0d","2832832":"2832832-9add0ac1df3cf4d9185d7df1ad65b9d8","2832854":"2832854-170ba09a0942a89baf2ecedd86b9fad3","2832856":"2832856-747bc60e0d9c73930a3fb40443d78108","2832860":"2832860-d838ffb87cab5a4bb5e9542b5975eb06","2832862":"2832862-a1e41a95e091ec1b4a16a82f54e842f9","2838585":"2838585-d89b2154b64f626e160795c91bccb50c","2838586":"2838586-6cef170735e7ffe98788327c01b0e480","2838588":"2838588-ab18df5866626b3a0a89d56eb29bc830","2838589":"2838589-26480e2ae3a6e3b31ff9203de7aec7c8","2840563":"2840563-4d9cbb56684a22ec3d9cbebb65605fb5","2843721":"2843721-b95e8c9fff3f1c76cbd62646c2775df6","2894113":"2894113-161054f560c987a8230853c2fc25f794","2894115":"2894115-c825c14ba5d69b195db4872d15f8d0cf","2894117":"2894117-357c6c7f3bdd3064b367cd8d067a7711","2894119":"2894119-6e0bfa5270464889308b216120e9b65b","2894120":"2894120-6eb64337c33d5cddb92847dcd34d893a","2894124":"2894124-a705922d444083c250b51bcae02f6e92","2894127":"2894127-6e410681281c1e179f3ce204ab75d210","2894129":"2894129-d662fcd6486e5fbc0c0135ea30b9af53","2896361":"2896361-bb1527bdd531cd533dfc882c317fb5e7","2896362":"2896362-4e2f5c6a11afc3aa63f2b46026e23a27","2896363":"2896363-f114637ffa63c24dfb6786821bfe7219","2896364":"2896364-196205af47945afb0735b410fa767abc","2901003":"2901003-a0acc120e06f8feee9792e5e4cd62480","2902273":"2902273-ef9954daa3d44eef22757f2fec76a204","2925709":"2925709-244ed7052cd9e6437d87578cb3d64aac","2925711":"2925711-83606ca543e5a88aa3be20e00b80e1a4","2926320":"2926320-82b4b16b551e2457ca29890d72d22964","2926321":"2926321-215afecf21bc9b2aa1d23b76c18d4ed9","2926322":"2926322-50fabc95f0ad7032821f3b118f72778a","2926324":"2926324-33534a2da0f47d019f2109f584a240e3","2926326":"2926326-9e2383ece1e4810a3a93f4b3c7047911","2926327":"2926327-9aba67a3a33624cf3c50be917aea46a5","2926328":"2926328-871581846213a5741f93628f7ba0071e","2926330":"2926330-37a3774ca51b59488b28aacdbd86c196","2926331":"2926331-05282c20d3435fcc2eb7bdf20446d085","2926332":"2926332-ef04d9ca2701887e655215da020a82ad","2926334":"2926334-5bebc8ad98dcc31e8109b70da7d7c51c","2926335":"2926335-6d494bd71fe67a45a18b955afc3fe477","2926337":"2926337-18f4e409548447b897a54bbb5d4cc796","2926338":"2926338-3c876173c08d290d4bc3b97ff0bbae76","2926339":"2926339-a55a77aeb1ef183de12caf26b66fa681","2926341":"2926341-733aa2d844e97992664a497df307ce05","2926342":"2926342-0a168fdfdb80ef5bbab9bb2c3128858b","2926343":"2926343-d8ec1daf8a20ffe4c03a72234e2b4f39","2926344":"2926344-9f7deb3dfe187088c24f239035c4de7a","2926346":"2926346-c822f1f891d5938792d30a56dc67bc71","2926347":"2926347-3e9a9257113df54bcda51b9e658fdaf8","2926348":"2926348-15f6bd84392fde7e1fced422e07f8ac5","2933567":"2933567-c2ea70683602348a1eaf701c061c7678","2933568":"2933568-0793ed1db7f69acbf3d78c67b2f66f41","2933570":"2933570-abfaf3535ab9c8312f268a2ea5d9c51d","2933572":"2933572-654b62e8f225c1d196f9c53cdc83e39c","2933574":"2933574-d41c8fdd531e7268eba327a5cee55492","2933576":"2933576-b768197bd458da9891dab2d3834873b5","2933578":"2933578-838dca25532bcc66a38373e67a05eeca","2933580":"2933580-9644509cccac6f8592775fff676a1dd3","2933582":"2933582-41a5d7efe44e8efb43887822b4d3f39a","2933583":"2933583-80c5699d3489d575c4bddc128758ae88","2933585":"2933585-292eaaefd4e139569125f9d30fd9e384","2933587":"2933587-bdf7efced156d704f446dfd1edbe5ec9","2933589":"2933589-514358b345a349db896a89697a1c938a","2933591":"2933591-c46057a833e329ce11ab3f3b7f69945b","2933593":"2933593-275c651d23cc0bc7a82d02b61b2d2898","2933595":"2933595-bc9668f1f986132f644f22d0b9ca71c6","2933597":"2933597-72e969966d5053f7e45be8529a11d4d5","2933599":"2933599-5962a98cc92ae00283294b2fd69c39c3","2933601":"2933601-02436fdeb4a2f47a547dc65a35f4ec26","2933603":"2933603-0b48fd412c4d90bf03de5093f87af1fc","2933605":"2933605-b799f6fef77f1bb2ab86b3e59ef6324e","2933607":"2933607-f638dc0ef8b572a28323b8006ba10894","2933609":"2933609-52bbc079456426e1cd4c9dc0d3d7779b","2933611":"2933611-a16a75c8336737c5aa058622219bbc33","2933613":"2933613-4a8cd793a2198551a2c9de9a1e5f4be8","2933615":"2933615-f2e1a574b5b9201fc6114517f583aeca","2933617":"2933617-6314d399f11dbb8d326865c5f545f697","2933619":"2933619-c9a05428368272ae11e51204842bdaa1","2933621":"2933621-52228a4f5d32bd3469710ff53caf37cf","2933623":"2933623-114de97c9397960e991e08b40fc5c1d5","2933624":"2933624-9c26ff10291e45ce3cc5d22fc37a5d18","2933626":"2933626-3f67a3e623b6f65351877ee770838e8e","2933627":"2933627-077c3478dbf8638d01edbeb86c3a4434","2933629":"2933629-168faaeb31814a0ec018d76947cf5e6c","2933631":"2933631-117dcc87e23a6bf042ce11fa2a646621","2933633":"2933633-fb357675df13da4b398d0aabb6a67aa4","2933635":"2933635-90ffaa7f8b57b145434e4c49341bbb0f","2933637":"2933637-dc7ec0c670908296ca674716e21d842d","2933639":"2933639-7ed07302fdb4615f923a8eabdb1f823a","2933641":"2933641-4e2b5c93a8677f2b2d7bf77b2e0e9f5a","2933643":"2933643-c77853436e46f6d2c41686122cfb0805","2936473":"2936473-8c5b8a060dfb69af287e7358bbd810da","2936485":"2936485-81096f5dc76b41b43b8eefedb4f9c3cd","2936486":"2936486-bb0554e6132cece230dcb1f422009f3f","2936487":"2936487-835521ac77165c1d8157b325f35538b3","2944752":"2944752-d1cff15685416c233c950e9dfe88aa06","2953398":"2953398-e7dd732e1df21827f412d4ff15dc8d2f","2955513":"2955513-3d5af3c6e2eecafca5b6daf9758657ae","2955515":"2955515-fd4e006013a00a68440dd9374bf1c819","2955517":"2955517-f753207e326b0a73de8fc41f045e04ce"},"index_live":"cache/5605/campaign-index-live-2b6d87856addf56c4e548aba13b47213","index_test":"cache/5605/campaign-index-test-153e5699c11c088fd8ea8df965b27929"}});