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_index_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');"},"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();"},"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 atcHeight = jQuery('.sticky-cart-button[style*=\"bottom: 0px;\"]').length \u003e 0 ? jQuery('.sticky-cart-button[style*=\"bottom: 0px;\"]').outerHeight() : 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+atcHeight+(bouncex.wndsize().width \u003e= 448.8 ? 0 : cookieHeight))+'px; }',\n ];\n \n var stylesLeft = [\n '#bx-campaign-'+campaign_id+' .bx-slab { margin-bottom: '+(atcHeight+(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}"},"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":""}]],"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":"3","cookie_type":"fp_local_storage","currency":"USD","custom_campaign_js":"{\"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\\\":\\\"\\\"}}}\"},\"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\\\":\\\"\\\"}}}\"},\"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\\\":\\\"\\\"}}}\"},\"bottombar_index_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\\\":\\\"\\\"}}}\"},\"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\\\":\\\"\\\"}}}\"},\"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 atcHeight = jQuery('.sticky-cart-button[style*=\\\"bottom: 0px;\\\"]').length \u003e 0 ? jQuery('.sticky-cart-button[style*=\\\"bottom: 0px;\\\"]').outerHeight() : 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+atcHeight+(bouncex.wndsize().width \u003e= 448.8 ? 0 : cookieHeight))+'px; }',\\n ];\\n \\n var stylesLeft = [\\n '#bx-campaign-'+campaign_id+' .bx-slab { margin-bottom: '+(atcHeight+(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\\\":\\\"\\\"}}}\"},\"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\u003eMiami, 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/5fdcb9899435a1ea397b3166b116b5fd.png\",\"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.cubavera.com/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"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\":\"5603\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ClientName\":{\"val\":\"Cubavera\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"ContactUrl\":{\"val\":\"https://support.cubavera.com/contact/cubavera-H1kCF_AnD\",\"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\":\"\"},\"EmailAddress\":{\"val\":\"support@g.cubavera.com\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"FindStoreUrl\":{\"val\":\"https://www.cubavera.com/pages/store-locator\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"HeroImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8931/Cubavera/120522/hero-600-2x.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"1639kb\",\"imgWidth\":\"1200px\",\"imgHeight\":\"1200px\"},\"HomepageUrl\":{\"val\":\"https://www.cubavera.com/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxDisclaimer3\":{\"val\":\"Good Life Rewards is a free program that allows members to earn and redeem points on \u003ca style=\\\\\\\"text-decoration:underline;color:#1155CC;\\\\\\\" href=\\\\\\\"%s\\\\\\\" target=\\\\\\\"_blank\\\\\\\"\u003ehttps://www.cubavera.com/\u003c/a\u003e, in participating Cubavera stores, and across our family of brands with a valid email tied to your account. To earn and redeem rewards for participating brands, you must be logged in using your Good Life Rewards email address. Rewards can be combined for a maximum value of $30. Rewards cannot be used in conjunction with any other coupon codes or promotions. Good Life 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=\\\\\\\"%s\\\\\\\" target=\\\\\\\"_blank\\\\\\\"\u003eGood Life Rewards Terms and Conditions.\u003c/a\u003e.\\\" ( $.HomepageUrl ) ( $SupportCenter )\",\"promoVal\":\"\u003cstrong\u003eBLACK FRIDAY: UP TO 60% OFF SITEWIDE \u0026 MORE DEALS\u003c/strong\u003e\u003cbr\u003e\u003cbr\u003eOffer valid for a limited time. Enjoy up to 60% off sitewide when you purchase from https://www.cubavera.com/. Prices as marked. Not valid at specialty, retail or department stores. Not valid for cash. Not to be combined or used in conjunction with any other offer, discount or promotion. Non-transferable. This offer is not applicable to prior purchases. Gift certificates, packaging, gift wrapping, taxes, shipping and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. 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. If you have any questions, please email us at support@g.cubavera.com or visit our Customer Support Center online for further assistance.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e2 FOR $30 POLOS\u003c/strong\u003eOffer valid for a limited time. Buy 2 polos for $30 when you purchase from https://www.cubavera.com/collections/polo-flash-sale. Discount automatically applied at online checkout. Not valid at specialty, retail or department stores. Not valid for cash. Not to be combined or used in conjunction with any other offer, discount or promotion. Non-transferable. This offer is not applicable to prior purchases. Gift certificates, packaging, gift wrapping, taxes, shipping and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. 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. If you have any questions, please email us at support@g.cubavera.com or visit our Customer Support Center online for further assistance.\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-15T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-01T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"IbxOffer\":{\"val\":\"20%\",\"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\":\"\"},\"LogoImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8931/Cubavera/120522/logo-292-2x.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"30kb\",\"imgWidth\":\"584px\",\"imgHeight\":\"62px\"},\"LogoImgWidth\":{\"val\":\"292\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav1Copy\":{\"val\":\"New\",\"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.cubavera.com/collections/new-arrivals\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav2Copy\":{\"val\":\"Mens\",\"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.cubavera.com/collections/mens\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav3Copy\":{\"val\":\"Big \u0026amp; Tall\",\"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.cubavera.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\":\"\"},\"Nav4Copy\":{\"val\":\"Womens\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav4Url\":{\"val\":\"https://www.cubavera.com/collections/women\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav5Copy\":{\"val\":\"Sale\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Nav5Url\":{\"val\":\"https://www.cubavera.com/collections/sale\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"NewHeroImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6888/1bbc90e91588731a0303da799003d791.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"4810kb\",\"imgWidth\":\"3600px\",\"imgHeight\":\"2400px\"},\"PrivacyUrl\":{\"val\":\"https://www.cubavera.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\":\"\"},\"ReturnsUrl\":{\"val\":\"https://www.cubavera.com/pages/returns\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"RewardsUrl\":{\"val\":\"https://www.cubavera.com/pages/good-life-rewards\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Studio_1Headline\":{\"val\":\"GOOD LIFE 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_5DisclaimerH\":{\"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_Address\":{\"val\":\"3000 NW 107 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\":\"texts\"},\"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\":\"https://www.cubavera.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\":\"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_CatDisclaimer1\":{\"val\":\"Good Life Rewards is a free program that allows members to earn and redeem points on \u003ca href=\\\"https://www.cubavera.com/\\\" style=\\\"text-decoration:underline;color:#0052CC;\\\"\u003ecubavera.com\u003c/a\u003e, in participating Cubavera stores, and across our family of brands with a valid email tied to your account. To earn and redeem rewards for participating brands, you must be logged in using your Good Life Rewards email address. Rewards can be combined for a maximum value of $30. Rewards cannot be used in conjunction with any other coupon codes or promotions. Good Life 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.cubavera.com/pages/terms-conditions\\\" style=\\\"text-decoration:underline;color:#0052CC;\\\"\u003eGood Life 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_CatDisclaimer1Hedline\":{\"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_CatDisclaimer2Headline\":{\"val\":\"15% OFF\",\"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_CatDisclaimer2Hedline\":{\"val\":\"20% OFF\",\"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_CatDisclaimer3\":{\"val\":\"Receive 15% off your purchase from \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"https://www.cubavera.com/\\\" target=\\\"_blank\\\"\u003ecubavera.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\u0026nbsp;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_CatDisclaimer3Headline\":{\"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_CatDisclaimer4\":{\"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_CatDiscliamer2\":{\"val\":\"Receive 20% off your purchase from \u003ca href=\\\"https://www.cubavera.com/\\\" style=\\\"text-decoration:underline;color:#0052CC;\\\"\u003ecubavera.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\u0026nbsp;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_CatDisclimer3Hedline\":{\"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_CatDisclimer4Hedline\":{\"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_CategoryImage1\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/1/combined?uid={{$.ToEmail}}\",\"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_CategoryImage2\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/2/combined?uid={{$.ToEmail}}\",\"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_CategoryImage3\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/3/combined?uid={{$.ToEmail}}\",\"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_CategoryImage4\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/4/combined?uid={{$.ToEmail}}\",\"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_CategoryImage5\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/5/combined?uid={{$.ToEmail}}\",\"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_CategoryImage6\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/6/combined?uid={{$.ToEmail}}\",\"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_CategoryLink1\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/1/go?uid={{$.ToEmail}}\",\"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_CategoryLink2\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/2/go?uid={{$.ToEmail}}\",\"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_CategoryLink3\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/3/go?uid={{$.ToEmail}}\",\"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_CategoryLink4\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/4/go?uid={{$.ToEmail}}\",\"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_CategoryLink5\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/5/go?uid={{$.ToEmail}}\",\"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_CategoryLink6\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/6/go?uid={{$.ToEmail}}\",\"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\":\"Cubavera\",\"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_Dis1\":{\"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_Dis10\":{\"val\":\"Receive 10% off your purchase from \u003ca href=\\\"https://www.cubavera.com/\\\" style=\\\"text-decoration:underline;color:#1155CC;\\\"\u003ecubavera.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\u0026nbsp;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_Dis2\":{\"val\":\"\",\"promoVal\":\"Offer valid through 11:59 PM (PT) on December 7th, 2024. Buy 2 shirts for $50 when you purchase from https://www.cubavera.com/collections/mens-casual-shirts-2-for-50 . Discount automatically applied at online checkout. Not valid at specialty, retail or department stores. Not valid for cash. Not to be combined or used in conjunction with any other offer, discount or promotion. Non-transferable. This offer is not applicable to prior purchases. Gift certificates, packaging, gift wrapping, taxes, shipping and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. 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. If you have any questions, please email us at support@g.cubavera.com or visit our Customer Support Center online for further assistance.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e2 FOR $30 POLOS\u003c/strong\u003e\u003cbr\u003eOffer valid through 11:59 PM (PT) on December 7th, 2024. Buy 2 polos for $30 when you purchase from https://www.cubavera.com/collections/polo-flash-sale. Discount automatically applied at online checkout. Not valid at specialty, retail or department stores. Not valid for cash. Not to be combined or used in conjunction with any other offer, discount or promotion. Non-transferable. This offer is not applicable to prior purchases. Gift certificates, packaging, gift wrapping, taxes, shipping and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. 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. If you have any questions, please email us at support@g.cubavera.com or visit our Customer Support Center online for further assistance.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eQUARTER-ZIPS STARTING AT $24.99\u003c/strong\u003e\u003cbr\u003eOffer valid through 11:59 PM (PT) on December 7th, 2024. Buy quarter-zips starting at $24.99 when you purchase from https://www.cubavera.com/collections/quarter-zips-specials. Prices as marked. Not valid at specialty, retail or department stores. Not valid for cash. Not to be combined or used in conjunction with any other offer, discount or promotion. Non-transferable. This offer is not applicable to prior purchases. Gift certificates, packaging, gift wrapping, taxes, shipping and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. 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. If you have any questions, please email us at support@g.cubavera.com or visit our Customer Support Center online for further assistance.\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-12-04T08:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-08T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"texts\"},\"Studio_Dis3\":{\"val\":\"Offer valid only on https://www.cubavera.com/. This free shipping offer with any U.S. order of $75 or more is valid within the continental United States to the first shipping address in your online order. 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 Cubavera. This offer is valid only for online purchases from https://www.cubavera.com/ of $75 or more after all discounts have been applied. Taxes and fees are not included in the free shipping threshold. Not valid at specialty, department, or Cubavera retail stores. This offer is subject to change without notice. If you have any questions, please email Customer Support for further assistance.e 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_Dis4\":{\"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_Dis5\":{\"val\":\"Receive 15% off your purchase from \u003ca href=\\\"https://www.cubavera.com/\\\" style=\\\"text-decoration:underline;color:#1155CC;\\\"\u003ecubavera.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\u0026nbsp;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_Dis7\":{\"val\":\"Receive 10% off your purchase from \u003ca href=\\\"https://www.cubavera.com/\\\" style=\\\"text-decoration:underline;color:#1155CC;\\\"\u003ecubavera.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\u0026nbsp;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_DisHead1\":{\"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_DisHead10\":{\"val\":\"10% OFF\",\"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_DisHead2\":{\"val\":\"GOOD LIFE 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_DisHead3\":{\"val\":\"FREE SHIPPING FOR ALL U.S. ORDERS $75+\",\"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_DisHead7\":{\"val\":\"10% OFF\",\"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\":\"\",\"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\":\"\",\"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_Disclaimer5Headline\":{\"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_Discount1\":{\"val\":\"An Extra 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_Discount2\":{\"val\":\"An Extra 15%\",\"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_Discount3\":{\"val\":\"An Extra 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_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_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\",\"label\":\"$HomepageCartUrl\"},\"Studio_HomepageUrl\":{\"val\":\"https://www.cubavera.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\",\"label\":\"$HomepageUrl\"},\"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\",\"label\":\"$ListPageUrl\"},\"Studio_NostoHeadline\":{\"val\":\"NEW ARRIVALS\",\"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\":\"KEEPING IT CASUAL: BOTTOMS\",\"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_ProductImage1\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/1/combined?uid={{$.ToEmail}}\",\"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_ProductImage2\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/2/combined?uid={{$.ToEmail}}\",\"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_ProductImage3\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/3/combined?uid={{$.ToEmail}}\",\"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_ProductImage4\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/4/combined?uid={{$.ToEmail}}\",\"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_ProductImage5\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/5/combined?uid={{$.ToEmail}}\",\"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_ProductImage6\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/6/combined?uid={{$.ToEmail}}\",\"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_ProductLink1\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/1/go?uid={{$.ToEmail}}\",\"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_ProductLink2\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/2/go?uid={{$.ToEmail}}\",\"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_ProductLink3\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/3/go?uid={{$.ToEmail}}\",\"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_ProductLink4\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/4/go?uid={{$.ToEmail}}\",\"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_ProductLink5\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/5/go?uid={{$.ToEmail}}\",\"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_ProductLink6\":{\"val\":\"https://connect.nosto.com/image/v1/shopify-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/6/go?uid={{$.ToEmail}}\",\"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\":\"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/5603/images/825f308a-7fc5-446b-ad4a-3941e47b99fb.jpg\",\"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\":\"$TopBannerImg\"},\"Studio_TopBannerUrl\":{\"val\":\"\",\"promoVal\":\"https://www.cubavera.com/collections/presidents-day-sale\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2025-02-05T08:00:00.000Z\",\"startTime\":null,\"endDate\":\"2025-02-15T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$TopBannerUrl\"},\"Studio_dyncouponcode10\":{\"val\":\"\u003c!-- {{ .CouponCU_10_PCT_NOV24 }} --\u003e {{ $.CouponCU_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_dyncouponcode15\":{\"val\":\"\u003c!-- {{ .CouponCU_15_PCT_NOV24 }} --\u003e {{ $.CouponCU_15_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_dyncouponcode20\":{\"val\":\"\u003c!-- {{ .CouponCU_20_PCT_NOV24 }} --\u003e {{ $.CouponCU_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/d623486a88bc034a913207d570cf2f22.jpg\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-15T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-01T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"1200px\",\"imgHeight\":\"155px\"},\"TopBannerImg_JAN24\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"1200px\",\"imgHeight\":\"80px\"},\"TopBannerUrl\":{\"val\":\"https://www.cubavera.com/\",\"promoVal\":\"https://www.cubavera.com/collections/black-friday-sale-up-to-60-off\",\"description\":\"\",\"enabled\":true,\"startDate\":\"2024-11-15T05:00:00.000Z\",\"startTime\":null,\"endDate\":\"2024-12-01T04:59:00.000Z\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopBannerUrl_JAN24\":{\"val\":\"https://www.cubavera.com/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat1Copy\":{\"val\":\"Clothing\",\"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.cubavera.com/collections/linen-shop\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat2Copy\":{\"val\":\"Guayaberas\",\"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.cubavera.com/collections/guayaberas\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"TopCat3Copy\":{\"val\":\"Big \u0026amp; Tall\",\"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.cubavera.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\":\"\"},\"TopCat4Copy\":{\"val\":\"Sale\",\"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.cubavera.com/collections/sale\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\"},\"Vprop1Url\":{\"val\":\"https://www.cubavera.com/pages/cubavera-rewards-stores\",\"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\":\"20%\",\"promoVal\":\"10%\",\"description\":\"\",\"enabled\":false,\"startDate\":\"2023-06-28\",\"startTime\":\"20:00\",\"endDate\":\"2023-07-01\",\"endTime\":\"20:00\",\"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\":\"20%\",\"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').first().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('email-subscription-confirmation') \u003e -1 \u0026\u0026 jQuery('#emailsignup-landing h2').text().toLowerCase().indexOf('gracias!') \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\":\"vars\",\"persist\":\"no\",\"val\":\"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.selectedVariantId');\",\"default\":\"false\",\"page_type_json\":[\"product\"],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"logged_in_identified\":{\"polling\":\"none\",\"persist\":\"visit\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"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\":false},\"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\":[\"product\"],\"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\":[\"product\"],\"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_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_hypercartabandonment_cust_1"},{"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"}]],"IBX Continuity - 15% Off":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_1"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_1"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_categoryrecap_pros_1"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust_2"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust_3"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust_4"}]],"IBX Continuity - 20%":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_2"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_3"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_pros_4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_2"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_3"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_sessionrecap_pros_4"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_categoryrecap_pros_2"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_categoryrecap_pros_3"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_categoryrecap_pros_4"},{"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 - 15%":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust_2"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust_3"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust_4"}]],"NEW IBX Continuity - 20%":[[{"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"}]],"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":"/account"}],[{"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":"npop"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/edit-email-preferences"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/pages/good-life-rewards"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/pages/unsubscribe"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/CUSMSLandingPage"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/CUSMSConfirmationPage"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"pages/storesignup"}]]},"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":"1664990562","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\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-summary-section .yotpo-bottom-line-score').text().split(' ')[0] ,\n\t\tnumberofreviews: jQuery('.yotpo-summary-section .yotpo-bottom-line-basic-text').text().split(' ')[0] ,\n\t\t\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\tcompleteLookATC();\n\t\t\tinitSizeSpecficTracking(item);\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\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.cubavera.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();","event_tracking_test_mode":"0","fastboot_enabled":"1","feed_config_json":"{\n \"WebsiteID\": \"5603\",\n \"Type\": \"product\",\n \"StepsToRun\": [\n \"import\"\n ],\n \"Source\": {\n \"Transport\": \"ftp\",\n \"Format\": \"csv\",\n \"ClientFeedCredsID\": \"5603/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| \u003cpost-purchase URL\u003e|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":" \u003cpost-purchase URL\u003e"},"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|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_1|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust_1"},"any_page_url|email_hypercartabandonment_cust_2|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust_2"},"any_page_url|email_hypercartabandonment_cust_3|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust_3"},"any_page_url|email_hypercartabandonment_cust_4|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"email_hypercartabandonment_cust_4"},"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"}},"gmp_enabled":"1","gmp_url_exceptions":["gclid"],"google_analytics_id":"UA-1500723-2","google_analytics_view_account":"analytics@wunderkind.co","google_analytics_view_id":"2682027","ibx_cart_replenishment_js":null,"ibx_tracking_enabled":"0","id":"5603","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\u003eMiami, 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/5fdcb9899435a1ea397b3166b116b5fd.png","startDate":"2024-11-15T05:00:00.000Z","startTime":null,"val":""},"BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.cubavera.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":"5603"},"ClientName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Cubavera"},"ContactUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://support.cubavera.com/contact/cubavera-H1kCF_AnD"},"DeadZone":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"true"},"EmailAddress":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"support@g.cubavera.com"},"FindStoreUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.cubavera.com/pages/store-locator"},"HeroImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"1200px","imgSize":"1639kb","imgWidth":"1200px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8931/Cubavera/120522/hero-600-2x.jpg"},"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.cubavera.com/"},"IbxDisclaimer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxDisclaimer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxDisclaimer3":{"description":"","enabled":true,"endDate":"2024-12-01T04:59:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"\u003cstrong\u003eBLACK FRIDAY: UP TO 60% OFF SITEWIDE \u0026 MORE DEALS\u003c/strong\u003e\u003cbr\u003e\u003cbr\u003eOffer valid for a limited time. Enjoy up to 60% off sitewide when you purchase from https://www.cubavera.com/. Prices as marked. Not valid at specialty, retail or department stores. Not valid for cash. Not to be combined or used in conjunction with any other offer, discount or promotion. Non-transferable. This offer is not applicable to prior purchases. Gift certificates, packaging, gift wrapping, taxes, shipping and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. 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. If you have any questions, please email us at support@g.cubavera.com or visit our Customer Support Center online for further assistance.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e2 FOR $30 POLOS\u003c/strong\u003eOffer valid for a limited time. Buy 2 polos for $30 when you purchase from https://www.cubavera.com/collections/polo-flash-sale. Discount automatically applied at online checkout. Not valid at specialty, retail or department stores. Not valid for cash. Not to be combined or used in conjunction with any other offer, discount or promotion. Non-transferable. This offer is not applicable to prior purchases. Gift certificates, packaging, gift wrapping, taxes, shipping and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. 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. If you have any questions, please email us at support@g.cubavera.com or visit our Customer Support Center online for further assistance.","startDate":"2024-11-15T05:00:00.000Z","startTime":null,"val":"Good Life Rewards is a free program that allows members to earn and redeem points on \u003ca style=\\\"text-decoration:underline;color:#1155CC;\\\" href=\\\"%s\\\" target=\\\"_blank\\\"\u003ehttps://www.cubavera.com/\u003c/a\u003e, in participating Cubavera stores, and across our family of brands with a valid email tied to your account. To earn and redeem rewards for participating brands, you must be logged in using your Good Life Rewards email address. Rewards can be combined for a maximum value of $30. Rewards cannot be used in conjunction with any other coupon codes or promotions. Good Life 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=\\\"%s\\\" target=\\\"_blank\\\"\u003eGood Life Rewards Terms and Conditions.\u003c/a\u003e.\" ( $.HomepageUrl ) ( $SupportCenter )"},"IbxOffer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"20%"},"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":""},"LogoImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"62px","imgSize":"30kb","imgWidth":"584px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8931/Cubavera/120522/logo-292-2x.png"},"LogoImgWidth":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"292"},"Nav1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"New"},"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.cubavera.com/collections/new-arrivals"},"Nav2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Mens"},"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.cubavera.com/collections/mens"},"Nav3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Big \u0026amp; Tall"},"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.cubavera.com/collections/big-tall"},"Nav4Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Womens"},"Nav4Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.cubavera.com/collections/women"},"Nav5Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Sale"},"Nav5Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.cubavera.com/collections/sale"},"NewHeroImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"2400px","imgSize":"4810kb","imgWidth":"3600px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6888/1bbc90e91588731a0303da799003d791.jpg"},"PrivacyUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.cubavera.com/pages/privacy-policy"},"ReturnsUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.cubavera.com/pages/returns"},"RewardsUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.cubavera.com/pages/good-life-rewards"},"Studio_1Headline":{"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":"GOOD LIFE REWARDS - FREE MEMBERSHIP"},"Studio_5DisclaimerH":{"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_Address":{"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":"3000 NW 107 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":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$BelowHeroBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.cubavera.com/"},"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_CatDisclaimer1":{"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":"Good Life Rewards is a free program that allows members to earn and redeem points on \u003ca href=\"https://www.cubavera.com/\" style=\"text-decoration:underline;color:#0052CC;\"\u003ecubavera.com\u003c/a\u003e, in participating Cubavera stores, and across our family of brands with a valid email tied to your account. To earn and redeem rewards for participating brands, you must be logged in using your Good Life Rewards email address. Rewards can be combined for a maximum value of $30. Rewards cannot be used in conjunction with any other coupon codes or promotions. Good Life 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.cubavera.com/pages/terms-conditions\" style=\"text-decoration:underline;color:#0052CC;\"\u003eGood Life Rewards Terms and Conditions.\u003c/a\u003e"},"Studio_CatDisclaimer1Hedline":{"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_CatDisclaimer2Headline":{"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":"15% OFF"},"Studio_CatDisclaimer2Hedline":{"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"},"Studio_CatDisclaimer3":{"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 15% off your purchase from \u003ca style=\"text-decoration:underline;color:#1155CC;\" href=\"https://www.cubavera.com/\" target=\"_blank\"\u003ecubavera.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\u0026nbsp;notice."},"Studio_CatDisclaimer3Headline":{"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_CatDisclaimer4":{"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_CatDiscliamer2":{"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 href=\"https://www.cubavera.com/\" style=\"text-decoration:underline;color:#0052CC;\"\u003ecubavera.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\u0026nbsp;notice."},"Studio_CatDisclimer3Hedline":{"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_CatDisclimer4Hedline":{"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_CategoryImage1":{"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-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/1/combined?uid={{$.ToEmail}}"},"Studio_CategoryImage2":{"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-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/2/combined?uid={{$.ToEmail}}"},"Studio_CategoryImage3":{"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-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/3/combined?uid={{$.ToEmail}}"},"Studio_CategoryImage4":{"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-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/4/combined?uid={{$.ToEmail}}"},"Studio_CategoryImage5":{"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-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/5/combined?uid={{$.ToEmail}}"},"Studio_CategoryImage6":{"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-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/6/combined?uid={{$.ToEmail}}"},"Studio_CategoryLink1":{"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-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/1/go?uid={{$.ToEmail}}"},"Studio_CategoryLink2":{"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-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/2/go?uid={{$.ToEmail}}"},"Studio_CategoryLink3":{"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-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/3/go?uid={{$.ToEmail}}"},"Studio_CategoryLink4":{"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-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/4/go?uid={{$.ToEmail}}"},"Studio_CategoryLink5":{"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-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/5/go?uid={{$.ToEmail}}"},"Studio_CategoryLink6":{"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-2162294829/1f08eba3b2ce5de9f1f643d57892c2fb34d09565/6/go?uid={{$.ToEmail}}"},"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":"Cubavera"},"Studio_Dis1":{"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_Dis10":{"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.cubavera.com/\" style=\"text-decoration:underline;color:#1155CC;\"\u003ecubavera.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\u0026nbsp;notice."},"Studio_Dis2":{"description":"","enabled":true,"endDate":"2024-12-08T04:59:00.000Z","endTime":null,"group":"texts","imgHeight":"","imgSize":"","imgWidth":"","origin":"Studio","promoVal":"Offer valid through 11:59 PM (PT) on December 7th, 2024. Buy 2 shirts for $50 when you purchase from https://www.cubavera.com/collections/mens-casual-shirts-2-for-50 . Discount automatically applied at online checkout. Not valid at specialty, retail or department stores. Not valid for cash. Not to be combined or used in conjunction with any other offer, discount or promotion. Non-transferable. This offer is not applicable to prior purchases. Gift certificates, packaging, gift wrapping, taxes, shipping and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. 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. If you have any questions, please email us at support@g.cubavera.com or visit our Customer Support Center online for further assistance.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e2 FOR $30 POLOS\u003c/strong\u003e\u003cbr\u003eOffer valid through 11:59 PM (PT) on December 7th, 2024. Buy 2 polos for $30 when you purchase from https://www.cubavera.com/collections/polo-flash-sale. Discount automatically applied at online checkout. Not valid at specialty, retail or department stores. Not valid for cash. Not to be combined or used in conjunction with any other offer, discount or promotion. Non-transferable. This offer is not applicable to prior purchases. Gift certificates, packaging, gift wrapping, taxes, shipping and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. 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. If you have any questions, please email us at support@g.cubavera.com or visit our Customer Support Center online for further assistance.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eQUARTER-ZIPS STARTING AT $24.99\u003c/strong\u003e\u003cbr\u003eOffer valid through 11:59 PM (PT) on December 7th, 2024. Buy quarter-zips starting at $24.99 when you purchase from https://www.cubavera.com/collections/quarter-zips-specials. Prices as marked. Not valid at specialty, retail or department stores. Not valid for cash. Not to be combined or used in conjunction with any other offer, discount or promotion. Non-transferable. This offer is not applicable to prior purchases. Gift certificates, packaging, gift wrapping, taxes, shipping and handling fees do not count towards qualifying purchase amount for discount and are excluded from any discount. 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. If you have any questions, please email us at support@g.cubavera.com or visit our Customer Support Center online for further assistance.","startDate":"2024-12-04T08:00:00.000Z","startTime":null,"val":""},"Studio_Dis3":{"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 https://www.cubavera.com/. This free shipping offer with any U.S. order of $75 or more is valid within the continental United States to the first shipping address in your online order. 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 Cubavera. This offer is valid only for online purchases from https://www.cubavera.com/ of $75 or more after all discounts have been applied. Taxes and fees are not included in the free shipping threshold. Not valid at specialty, department, or Cubavera retail stores. This offer is subject to change without notice. If you have any questions, please email Customer Support for further assistance.e visit our Customer Support Center online for further assistance."},"Studio_Dis4":{"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_Dis5":{"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 15% off your purchase from \u003ca href=\"https://www.cubavera.com/\" style=\"text-decoration:underline;color:#1155CC;\"\u003ecubavera.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\u0026nbsp;notice."},"Studio_Dis7":{"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.cubavera.com/\" style=\"text-decoration:underline;color:#1155CC;\"\u003ecubavera.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\u0026nbsp;notice."},"Studio_DisHead1":{"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_DisHead10":{"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"},"Studio_DisHead2":{"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":"GOOD LIFE REWARDS - FREE MEMBERSHIP"},"Studio_DisHead3":{"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 $75+"},"Studio_DisHead7":{"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"},"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":""},"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":""},"Studio_Disclaimer5Headline":{"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_Discount1":{"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":"An Extra 20%"},"Studio_Discount2":{"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":"An Extra 15%"},"Studio_Discount3":{"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":"An Extra 10%"},"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_HomepageCartUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$HomepageCartUrl","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":"","label":"$HomepageUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.cubavera.com/"},"Studio_ListPageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"advancedLinks","imgHeight":"","imgSize":"","imgWidth":"","label":"$ListPageUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"{{ $.ListPageUrl }}"},"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":"NEW ARRIVALS"},"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":"KEEPING IT CASUAL: BOTTOMS"},"Studio_ProductImage1":{"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-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/1/combined?uid={{$.ToEmail}}"},"Studio_ProductImage2":{"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-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/2/combined?uid={{$.ToEmail}}"},"Studio_ProductImage3":{"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-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/3/combined?uid={{$.ToEmail}}"},"Studio_ProductImage4":{"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-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/4/combined?uid={{$.ToEmail}}"},"Studio_ProductImage5":{"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-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/5/combined?uid={{$.ToEmail}}"},"Studio_ProductImage6":{"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-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/6/combined?uid={{$.ToEmail}}"},"Studio_ProductLink1":{"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-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/1/go?uid={{$.ToEmail}}"},"Studio_ProductLink2":{"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-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/2/go?uid={{$.ToEmail}}"},"Studio_ProductLink3":{"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-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/3/go?uid={{$.ToEmail}}"},"Studio_ProductLink4":{"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-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/4/go?uid={{$.ToEmail}}"},"Studio_ProductLink5":{"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-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/5/go?uid={{$.ToEmail}}"},"Studio_ProductLink6":{"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-2162294829/5cd59fadace3ad2a905e5926f5bcf73411ed18b3/6/go?uid={{$.ToEmail}}"},"Studio_TopBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerImg","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://storage.googleapis.com/bx-production-coreapi-studio-static/assets/uploads/clients/5603/images/825f308a-7fc5-446b-ad4a-3941e47b99fb.jpg"},"Studio_TopBannerUrl":{"description":"","enabled":true,"endDate":"2025-02-15T04:59:00.000Z","endTime":null,"group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerUrl","origin":"Studio","promoVal":"https://www.cubavera.com/collections/presidents-day-sale","startDate":"2025-02-05T08:00:00.000Z","startTime":null,"val":""},"Studio_dyncouponcode10":{"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!-- {{ .CouponCU_10_PCT_NOV24 }} --\u003e {{ $.CouponCU_10_PCT_NOV24 }}"},"Studio_dyncouponcode15":{"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!-- {{ .CouponCU_15_PCT_NOV24 }} --\u003e {{ $.CouponCU_15_PCT_NOV24 }}"},"Studio_dyncouponcode20":{"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!-- {{ .CouponCU_20_PCT_NOV24 }} --\u003e {{ $.CouponCU_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-12-01T04:59:00.000Z","endTime":null,"imgHeight":"155px","imgSize":"","imgWidth":"1200px","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/7882/d623486a88bc034a913207d570cf2f22.jpg","startDate":"2024-11-15T05:00:00.000Z","startTime":null,"val":""},"TopBannerImg_JAN24":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"80px","imgSize":"","imgWidth":"1200px","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopBannerUrl":{"description":"","enabled":true,"endDate":"2024-12-01T04:59:00.000Z","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"https://www.cubavera.com/collections/black-friday-sale-up-to-60-off","startDate":"2024-11-15T05:00:00.000Z","startTime":null,"val":"https://www.cubavera.com/"},"TopBannerUrl_JAN24":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.cubavera.com/"},"TopCat1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Clothing"},"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.cubavera.com/collections/linen-shop"},"TopCat2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Guayaberas"},"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.cubavera.com/collections/guayaberas"},"TopCat3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Big \u0026amp; Tall"},"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.cubavera.com/collections/big-tall"},"TopCat4Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Sale"},"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.cubavera.com/collections/sale"},"Vprop1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.cubavera.com/pages/cubavera-rewards-stores"},"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":"2023-07-01","endTime":"20:00","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"10%","startDate":"2023-06-28","startTime":"20:00","val":"20%"},"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":"20%"}},"load_jquery":"auto","max_activations_pageview":"1","max_activations_session":"2","metadata":{"client_plan":"managed","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-L4EPQ414MH","google_analytics_v4_property_id":"260333628","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":"Cubavera","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":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.page.pageType', '') === 'searchresults';"},{"activation":"current_page_url","prop":"contains","prop2":"","prop3":"","val":"/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').first().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":["product"],"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":false,"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":"null;","default":"false","name":"logged_in_identified","page_types":[],"persist":"visit","polling":"none","testmode":false,"trigger":"pageload"},{"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":["product"],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"bouncex.utils.getNestedProp('ShopifyAnalytics.meta.selectedVariantId');","default":"false","name":"prod_sku","page_types":["product"],"persist":"no","polling":"vars","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('email-subscription-confirmation') \u003e -1 \u0026\u0026 jQuery('#emailsignup-landing h2').text().toLowerCase().indexOf('gracias!') \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":"cubavera.com","website_id":"5603","cache_meta":{"paths":{"1904628":"1904628-401e0803bca9ab19134f252474ea9c7d","1904629":"1904629-54612d83728f9e84d24383d7bf71fc18","1904630":"1904630-20cfd23aa324d39fe5fb9ddfe37d48c8","1904631":"1904631-077f9e06d7d57a69185a38a1f64fcb54","1904632":"1904632-5ee82791ceb27bd4f36270b48494625b","1904633":"1904633-a7174f4541feb52352f4e70f82eb9a9f","1904634":"1904634-64795bdeea1b039f7345810f42f0a2dc","1904635":"1904635-3bee1e80caddb42b64ddec764b531caf","1904636":"1904636-9001fb624ccc9cf131bec0354b45f1fa","1904637":"1904637-f03d3aff6e612c36127267ee8cdcc636","1904638":"1904638-2bfb67871a3308484b2bb117f5d9266f","1904639":"1904639-4a5ba9058d42a2c59c04a4a5e4c216d5","1904640":"1904640-c8358e05bfbdaf427b9faaa5ae6b0b14","1904641":"1904641-477a6d823b752122ee7e1a328f2efc0c","1904642":"1904642-95366261820e9257ad867f175deba2af","1904643":"1904643-49620f77a35fab8f676ee0692f6f9016","1904644":"1904644-fa51e71a5be7d5febf73f481697c9ee2","1904645":"1904645-c95c9974e560c23b5fde4d9b825e0655","1904646":"1904646-07d4a7f7ab0f93ae628a2e707aebac29","1904647":"1904647-8720f8421a0aebe28d9dc15dc8c2033d","1904648":"1904648-787f00360ef3e40238841e000ec3ac4a","1904649":"1904649-af7b51209b3b03a0e6ba8345969ca71d","1904650":"1904650-aa6eb6ef21e60aa9a17e39922f167980","1904651":"1904651-e78e9f2274a910dc2dcc2c39bcee58b0","1904652":"1904652-c9a35708482fa70c8e6c7c08d428a5d6","1904653":"1904653-3b61e40f802e5e119b3c8684a44cd161","1904654":"1904654-4493fc26696c5f90e66b8d009a92293f","1904655":"1904655-8930abc08384b676670f04f0176c2232","1904656":"1904656-77653881481650c1a40086e9567df4e1","1904657":"1904657-4bc276c932c9f3085da0c63fda3c2ffd","1904658":"1904658-8460b52e09d13808360fa9610b2e5953","1904659":"1904659-ad51b790c8cb44f1f1497828cb4ef914","1904660":"1904660-154a76e126594daa73a4bf5b37367b12","1904661":"1904661-06e5bc7ffba130cc50090ea5a81fdb14","1904662":"1904662-eeff52434d8aa482f9bbf49c2d159c30","1904663":"1904663-f69804a650246dbecf62211845c93192","1904664":"1904664-f69a3fb44e87dfd631b465ad76e05a16","1904665":"1904665-8afb5b8e34aced3482f744a34ab5bd5a","1904666":"1904666-cb211a29314c203f8e6b1f874f67c0c0","1904667":"1904667-3ec69f3608289ca18104e1fdf53eedf5","1904668":"1904668-3e93119fb9aeaaf395716f0fb3f942e1","1904669":"1904669-3766f11df9a8a98f6e3be15185448b8a","1904670":"1904670-ebc48475e9111fd4349f09e0e7d2c6f6","1904671":"1904671-dbc1dcc982cf2a36bc41038c7264ef4f","1904672":"1904672-91f3a8b80abf43465c0873a23bd41062","1904673":"1904673-6345ac374ab1e2d2c7df49cb44b5a8de","1904674":"1904674-bc06096edb59b97db78b6f82e93cfae0","1904675":"1904675-f41d11b6a28545af1accb93e917fe980","1904676":"1904676-a205ce5216a8816fec68f1466fe35684","1904677":"1904677-da2cfcbc429dda557550960a136f8ff2","1904678":"1904678-c15ad3032655fe90a8f352b07ea04297","1904679":"1904679-411ffb7a1e54d542b9f509f8e9ce300b","1904680":"1904680-c417d0ab038d32bbbe3e9ddf6a3896d2","1904681":"1904681-08ab35178788b9cc13e0efdea21443b4","1904682":"1904682-7913cf5ba6806c8d6f66c836893e402f","1904683":"1904683-1fde770f11adeb8bbbde208fa448210f","1904684":"1904684-85f862da9fdcacf039ab47455953c701","1904685":"1904685-41899396a0c98c674f3247fe4782fd10","1904686":"1904686-8b718d970b8d823a227ee660fb9ff54b","1904687":"1904687-b7e13f5248697d23c07026836fa53a95","1904688":"1904688-04332de2747621fb86459778b048f636","1904689":"1904689-78c2ec1405c239a20fa7506ab141361b","1904690":"1904690-385457787868c5b620cc67ee9ca0154e","1904691":"1904691-0414920b72da98cbb042d727adc4e1d3","1904692":"1904692-60973cba9b93fd6d4da006344c3e8c77","1904693":"1904693-65d99011bc6d7110a389a7ac49fbf8bd","1904694":"1904694-e3b288dc951966dc0bee3531dc628d64","1904695":"1904695-ef8e49e00863f31272cb5c8b2f42103e","1904696":"1904696-1d6b979d1319bdcdfa1c2c4d8db92297","1904697":"1904697-f00874751d7f22e1efd0018ae40ad29f","1904698":"1904698-b63e25594b9396c9d5a069cfcf019967","1904699":"1904699-890cf51db04d9704d6af38907c5feff2","1904700":"1904700-feda58f61018cc553dcce7c88153e7c9","1904701":"1904701-4d8f0f5e2d4aebc7bb6f0bde6dc63067","1904702":"1904702-918c95fdf3460a15cbe79694dd0c73af","1904703":"1904703-ccc1c36197ed3e138c1e3360da9d3edb","1904704":"1904704-834213f07ea130bc1b2350a211635ad2","1904705":"1904705-4e20dd8ca5d4a60d5c61b444a7494f90","1904706":"1904706-8dc6b5bb366e9ee934c0dca7322e4c8e","1904707":"1904707-a8488ff4f5e87fc3420fea5e0f9c66f9","1904708":"1904708-3019ffb2082f43dc84b4aac56a39d807","1904709":"1904709-dc596a4f32557eec45dbe324b5a65f68","1904710":"1904710-2d6f9e32d7bf3c394207d9c55e9a6536","1904711":"1904711-0dd193bd06fffa9e6e1b735ff00e6aaf","1904712":"1904712-5408337b30348a55183459b5a9e213a2","1904713":"1904713-321d859b54f5a1ad1ea741f32b68cb64","1904714":"1904714-44e6d28513038bae7fe50f8bbfc17f0a","1904715":"1904715-e0565c4a1edf3c44ab1f58280211231e","1904716":"1904716-4273c3257440db0f81e7741e8332e3b1","1904717":"1904717-c3ca31519a9280c225396ab63a12e1f0","1904718":"1904718-15d0bc4b7e3a3022af57999530cb8f61","1904719":"1904719-d6e4ae293b5206c6ccda889073162074","1904720":"1904720-86602e44c618c6d08b3e2d1453060de3","1936341":"1936341-6a9c7dce47ce39a54596c7f49f0df722","1936342":"1936342-7a4072b491b773f347fd7244f4169d39","1936344":"1936344-7398cbd31ffae0d3a8e19a3596525165","1936345":"1936345-d4f731d709752bc6d2891acc3b8472cf","1936347":"1936347-3833f775dbd0a058251164817162d438","1936348":"1936348-bb52cb3a65eba54237fd147e9805bfa8","1936350":"1936350-8a646caf1d4479963ed862087136f159","1936351":"1936351-60aa892f88f7b5c6457b4d126fe0e5d6","1936353":"1936353-b92de856f6ad05528e75b5137b9fc7a0","1936354":"1936354-ffa24c398fe3bbe98a07751585f5cdbb","1936356":"1936356-b2f6e318371be36311d00a08040e2d25","1936357":"1936357-c4b2508192b922e81f9a6debf4ee1ff8","1936359":"1936359-8cbb9d7f7487b0efb07bedc40f1b7406","1936360":"1936360-6a63d720b35461d3466d87645f58b86b","1936362":"1936362-44f965860805f23596870144565824dd","1936363":"1936363-cfa857e05ba6cd2ecae57cba1e812263","1936365":"1936365-b3d31eee617b8d9ce057a8a2468c4012","1936366":"1936366-d0ac5eb1c60f28cfee8566bc6e03557c","1936368":"1936368-f34bb15148b89cf5d5d617c1d443ba0a","1936369":"1936369-34c9659a2d121e757975c7a56f2d17d0","1936371":"1936371-0ce040ca49c55f1fbf0682f6a139d87b","1936372":"1936372-03a0b4f3c9398629e14c6cf8fba03c1b","1936374":"1936374-c6bdcc4902abd9b901d6cff1a06f68fa","1936375":"1936375-96a99320a20b951a77a70aea0b031abf","1936377":"1936377-e5ed3d1b725fe341a12752c49fb6e0f5","1936378":"1936378-dad80039d6ad772b13f02358c04e823c","1936380":"1936380-e05adccfa7efb4ddcd8e21ddbca138f5","1936381":"1936381-02ee88566ec8ec05e84d91688dfebc5f","1936383":"1936383-c7e7725affa06fc8e7f6169270022f48","1936384":"1936384-3b7a7f0981ba9e0dfdbb9d7d21b5b98f","1936386":"1936386-da62e195d4deee7579475eada33b4672","1936387":"1936387-e2f2d1296e02779b2909f17483f271bd","1936389":"1936389-3a9190a986921fdd41b47f50b4e54111","1936390":"1936390-a10e58dfcf57c515b9dec5cae83bab17","1936392":"1936392-3964dba231a0afc2c48815b0358af120","1936393":"1936393-8dcf0b01791cfcd6bc707b135f580ed6","1936395":"1936395-b71cc4efaeb9dace4e19f2ec8c9b5f15","1936396":"1936396-1bbbc5be8446d486422fa8cfa4d1556c","1936398":"1936398-aa1752e39fb50ff434d22a78ba62d629","1936399":"1936399-69d1c16a5b225f09afe468b7e227c863","1936401":"1936401-114b81995b8d756bf6abd962aaab6d4d","1936402":"1936402-d4b2cc6d79997d70ab80f72c54a801fe","1936404":"1936404-246f20da2a22caf8a002e74386560f99","1936405":"1936405-5a2bd0cb3112935ec7d4ae2c91d1eae5","1936407":"1936407-5d653ed59b64b7b1a57d75501b42261d","1936408":"1936408-2fd90e78f1bb5e4a0311cab4bfb68749","1936410":"1936410-22f931b514713c38c8a691459ba94187","1936411":"1936411-2abe369b8694ad3ecaa2ad54c6df5dab","1936413":"1936413-82733ac9ca86ee303c8187ce927c908c","1936414":"1936414-dfcb684af9eb5cf80b22e0f91e1a318c","1936416":"1936416-7c5d00362c8dc638216a915563475ced","1936417":"1936417-c8ff11a4b8f48c87288d3e332316f445","1936419":"1936419-2178f854000a10fac88d142de9bea71f","1936420":"1936420-5323f12157c27658e63bdb794b22af22","1936422":"1936422-389a802b232ada2620e33681e47f788e","1936423":"1936423-0bc0fe4a43661e8506c4fe778ea43057","1936425":"1936425-5d5d4a92cf2c2665ec669933ccc13c7d","1936426":"1936426-58c33954a5b9738c3438dc80cb87b763","1936428":"1936428-5bed3341d28b144d87653054b3d09de8","1936429":"1936429-35b67babeb27facebcf01b6457dc398a","1936431":"1936431-89d3b9dd768e2360cc2cd1fd269294f2","1936432":"1936432-424897f709b84cd645cd1e91d71bdcd5","1936434":"1936434-675463e66665d7e4b8e5bc0af012ce86","1936435":"1936435-91699a4b76e0b9339d81bae05043441e","1936437":"1936437-fd228ecf653c90d1264128833ff43ac9","1936438":"1936438-5e2da84004abc9caad1a4d1d0023c7db","1936440":"1936440-4593b7820002417380f6e20b5b3eb491","1936441":"1936441-340a3e57b9ec5a63c3a0211f87eb7f7a","1936443":"1936443-b8a0af06d4e71741115a6c83599b2023","1936444":"1936444-f9046bccc1a2484b32867b39514dca5f","1936446":"1936446-5d65d119acbb0756af54226d8a1a45f1","1936447":"1936447-6a992dc56aa7f56c627138ead7d7946e","2005035":"2005035-55b33137d44fe239bd6a41067242d8b8","2005036":"2005036-dbb16a1ea0aace3af6a7ff642eb0662e","2022952":"2022952-207366bdd2c8428f4ddc70bff55dc038","2022954":"2022954-cce12844a77000b97a666d18911dd260","2033760":"2033760-eccfbef77ebb767f0756c4eda0cf3027","2033909":"2033909-30fa81621cbb395f6a77217c74094d85","2033915":"2033915-bd9a4cfff8f1987a29fb953aab6ff9b2","2033916":"2033916-77e534eeb0b8ed8b079bf37fb3ec3cc5","2033917":"2033917-142c938bf47f0f36f3391e169e2a428b","2033918":"2033918-d43a2b1b73821c211bdfbcd826af2b6b","2034069":"2034069-31307ba7c00939e48aed2c90bb515c3e","2034070":"2034070-f361a3a01f201d8240d9db6a4fcde0a6","2034071":"2034071-b03baccb5d7a3effc71afd02b7b92801","2034072":"2034072-6cff2e61914107c6b131556e75a6635e","2034295":"2034295-4b6267f3c7b55514f9e1fd14e8eec79f","2034296":"2034296-0986a385cc46b8fca95e8184a6c269c0","2034297":"2034297-dd1055e1650f005c15b3f271f8ed1ffe","2034300":"2034300-ce85215764eb269a85cc3ad0bd86bb6e","2034310":"2034310-4d763782bc9870cb34123ed1aa27069c","2034314":"2034314-773ba756864b64b09294940ec0b2a545","2039899":"2039899-f3a576151ba10c66a05a323feeb79a02","2064554":"2064554-28b22d79ac6f678abfbdae2ce06df477","2083250":"2083250-2a12046c3e154ae656c8fc0ebe8883af","2088104":"2088104-9d81601097e6c612d355c1f8c385c792","2103240":"2103240-1d12a7b4cb138dadd48a7cb9f0c34d67","2103241":"2103241-3f865cee99b8234d781573f0fdc26a9e","2103243":"2103243-1f5a4e7c099f097724b26c4c2072add4","2103244":"2103244-ca0947915e0c367d1efe57b10dfed34f","2103245":"2103245-09f3f0ea265ffab486f3aa39ac4fb708","2103246":"2103246-215dfe544d06c8b3cf85e666167526a4","2108802":"2108802-146b52850119255d35f8fa836d205c53","2108804":"2108804-8ea2ce39e9b602bf298b9633e165a453","2108806":"2108806-34d467ddba4cc860e461f22ebe6db2c1","2108808":"2108808-7f553c209d6075624988a5896bdabc5b","2108812":"2108812-328904940a1e1e06f3ad4a369aa2f182","2108814":"2108814-ccd06de731bcdbe4465489a71515d5b0","2108816":"2108816-36ef797735b77f72fed21c5f675b7604","2108818":"2108818-cb4ea0aae81c61d4411fdf330ee70cc9","2148016":"2148016-b5f3fd62595cb7491c8cf393fb91a171","2148261":"2148261-8d1fe1bddae36a7407f87addf1bc5ff0","2148262":"2148262-c99fd0e0a5f5983e673e43256205e7fd","2148264":"2148264-e33ae2fc2551362a2647a3493af38c40","2148266":"2148266-33b667964ba9a19357dedf7bbef55f0c","2148268":"2148268-16bdea5f1dc69aee0716a1f5b14fb9df","2148270":"2148270-96cd18d976653589b7469c16c6561802","2148272":"2148272-80fb33b716d1b99e2a3aa4495225a9ee","2148274":"2148274-ea852375250c18a35832ca98c52a3bf8","2152806":"2152806-83e5ae5cc37bf717356f732a217616e9","2175684":"2175684-6a53a675c46ebc9a3efb71766cdeb90d","2175685":"2175685-342640bae30c3d8ab154ac2a0021ccb7","2181283":"2181283-c769ba15fa9416780e65b3dffd15ce56","2205221":"2205221-49f20617238b3f1c991c46a898baada0","2239796":"2239796-12688580350bf4bb1e44d25a35504f3d","2239820":"2239820-35ce77232da00d57b68cbd045e86f54b","2323454":"2323454-2b6e83f95c266d160a239d5d1adae0e8","2323455":"2323455-6b4ea1e114485976a6527cdc2b817736","2323457":"2323457-26795c7d6579f25660ada6cb2455360c","2323458":"2323458-7b7814cf688eafc9e1db4d41dbbff894","2323460":"2323460-33c1154d6e24416bd1f215aa22d6623a","2323461":"2323461-f98b928c855bdadbb8afcab00a60975f","2323463":"2323463-8346478ab180535ae44661607d7e86c8","2323464":"2323464-37bb84dbafd23e1a6ce03ce9f67b63a5","2323466":"2323466-8d0112c7ebef45b36db15c062177a057","2323468":"2323468-87213416aa0190fd81e0dfde7898f0e3","2323470":"2323470-cfab115ba5cebb11d0f5f2e310172f22","2323472":"2323472-238120482048545e6acd5efa53f3bf69","2323474":"2323474-73a5535013b305c4d9a801d6be532f40","2323475":"2323475-79161a6c4e4614185a3a595e8fc55bbe","2323477":"2323477-7cde65eaf2adee1d1759f141448c2b40","2323478":"2323478-2bb9a9cac4f4790670dca38e0979a143","2323480":"2323480-e2fd393cfa31aeb554aa5fd9ea0abc75","2323481":"2323481-1bd8cfb0fb076e0d7f21083a45a1cfa4","2323483":"2323483-aa290f0547393e76d342541209fcd48d","2323485":"2323485-667d196017d115fd91c61ce634aa12c5","2323486":"2323486-53f8038751bfddd8b06f81b67753d9f6","2323488":"2323488-c8df084c0be64d45e69087383eeb7170","2323489":"2323489-073a245babdca5b50913a2388aba3c19","2323491":"2323491-3367bab4606deea317a76086f6074cf4","2323492":"2323492-3dd3451647c74f659518bd59b8146e05","2323494":"2323494-a92bc7f0ee2e1d862b2014f7194bafa0","2323495":"2323495-6788d98be9fc3d43ec20fb7a385b79b9","2323497":"2323497-15d00c99393e309c6adc75c6c031451d","2323498":"2323498-4586626d0985c7ac0d017118b43056dd","2323500":"2323500-6d9094d451d18e35ede246667bea2a9a","2323501":"2323501-00ea842035ca869adbc168197dc01e5d","2323503":"2323503-0b13190777a817679407e00f6aefdf91","2323505":"2323505-9b1523120683326f7e4e2282bf26da79","2323507":"2323507-4cf8f39993abe290af6be1eab81331ae","2323509":"2323509-44b4e0d72042af170a31cea6b739258d","2323511":"2323511-08c3f5f8813ce37118437a91fff0efb2","2323512":"2323512-16f50cb9c40b9b8be0dd6c27806cb0e2","2323514":"2323514-913afa1f3117394285727133d7163786","2323515":"2323515-2a72b9ba64c98668c2b456229d46eda9","2323517":"2323517-d1f2635ac248bb4080d22ea5e3b7cafc","2323518":"2323518-b2970cac2828359b03f5d57a9e7de03e","2323520":"2323520-6817d4777a5927a35bfee68104cfe6f2","2323521":"2323521-23019a33e1f868d019ed0afbc654753b","2323523":"2323523-52555dc9d238e3786477d6d3a879fdc9","2323524":"2323524-9544d832da8f315ede588079cdacaff9","2323526":"2323526-5601d4fc88c61e4abb0c5a419119253d","2323527":"2323527-c5aa76eba986759e29f2724ef2031ddb","2323529":"2323529-2a5de7cfce3674785337b021b52bd77e","2323530":"2323530-2b6047a1c04c5f7281b582341c26a8c7","2323532":"2323532-29f36696c79edb9b5fbf5a280791bffa","2323533":"2323533-3701c5ed568c63fe562f5419e7166461","2323535":"2323535-800ef3b5ae603cb00474e32f269add7c","2323536":"2323536-b5bb7a286af0a517bf4f59b46a59f7b6","2323538":"2323538-dba4a7730d028cc3c25fc198a4f7aefc","2323539":"2323539-80dd717230a1526ae7bed17765087727","2323541":"2323541-f5afe2e8df3f6bd5fd52b83c2f1cc66e","2323542":"2323542-821e9625f5f5c07f55319c9dcf92677a","2323544":"2323544-11885f3794396f7ea3d54e65e8d7fa28","2323545":"2323545-7028e0c770cb595b05f1c32de4304729","2328638":"2328638-9b2b11907d435dbde6e7f2d87dfd0fb5","2332265":"2332265-0952797595893fdc3f95303286d8f5c1","2332266":"2332266-112ca942564d719be82946eb9eb75eda","2332267":"2332267-dad48d0dbd57e2b41224bdf10649394d","2332270":"2332270-d3d04a282aa49f6b3aa33768a95be1fe","2332472":"2332472-a05a1856a4d015f27dda8fef6b9198e3","2332491":"2332491-871cb83d08bcf0881ca7392334cfe417","2332492":"2332492-1a78bb1e5a5b35c0f05f3d1d0682e203","2332493":"2332493-0d2d2c4fa0031d48e70e7e5caeaba8f6","2332494":"2332494-ca3ebb75d865078ac988dafb5de957a1","2341721":"2341721-f2d4b64f2ea670e4555fb640cb27b110","2360086":"2360086-94eb4712351a7870ca48fc17127d9707","2360088":"2360088-1e4d977c7ee29d466d1f88abbe7d9aca","2360090":"2360090-4706321688bebc36443079e21ce13741","2360092":"2360092-b9b57b3015dec50013d9a3a787cfba81","2360095":"2360095-b3359f7aa9d22bebed569387a313d337","2360096":"2360096-79fa1fc657a487f10a7b2f68a9944015","2360097":"2360097-7e72e55f42820457d5ccb1058cbade94","2360098":"2360098-19bc22c9a3c835b42684449f55738de3","2473057":"2473057-283b34353439ac081f38688cb0e50a42","2480115":"2480115-7aa7b21df206e97af70dfd14b4dd8283","2482280":"2482280-9122516007f6972fb2a486a09ed4b427","2483819":"2483819-d2a48f3e34544ddc8125aac0353522e8","2483914":"2483914-c0c958476ab0303827b0d246029f933f","2484004":"2484004-551273ca7959832ce105c77bfb48e734","2560258":"2560258-2f2f3ca5b63ffcb1e1629f02271763a3","2560260":"2560260-6cd466edd7d189e450a07fcecee2c8f5","2560262":"2560262-d30456822bd2bb1b7a512b7e508ee866","2560264":"2560264-6b43d3ca194db7b8bd3f485d8ee6efaa","2560276":"2560276-f42342a089deed82fccf83caad3a9a54","2560277":"2560277-ab2c4daa1653a8e741f184d7ca7bb48c","2560278":"2560278-c5093548ddb831aeabc27f5b68f9a881","2560279":"2560279-c9f3d28dbaf3e31631eb979d578cf193","2560378":"2560378-7668d0ad8d7d3da24d59bb6eb2eb3ea2","2560379":"2560379-920c504b88eaa8763891ab1cf9a1e1d4","2560381":"2560381-49ff34be191c1dccde3f243d513753d3","2560382":"2560382-a55af24853008a9fb0d36b730325200d","2560384":"2560384-3e341b19879d097b2e0ddc4f5b323d35","2560385":"2560385-88e30c44df1a47e06d1874c8da3b550b","2560387":"2560387-0f90568946e8d7fc35354d4ea9c71538","2560388":"2560388-859be6dc0fc6d8563b9cdf1f8c769747","2560390":"2560390-6a9c2f7e82c967e107c00a14ac8034e9","2560391":"2560391-4c0ce7ae87630e71f1a88d24b7594215","2560392":"2560392-1513deb7f0cdda135b57d6568edcea0b","2560393":"2560393-30d5e90e663ad59d6367fe436ae363f1","2576289":"2576289-9cd39bb205265cd04ef65c0357d82f86","2579619":"2579619-e4336036e29fd43b5d6f6aca75c14a1b","2579656":"2579656-4b409b71cab9752eca3f0f051506c0b1","2588253":"2588253-e2c0d5a5b02a666ac81533ac5dfcd446","2590662":"2590662-aeb06a52c7b916e231e078c1ffc38a9d","2590663":"2590663-3bed2202cd2407b52af543272ee9451e","2590664":"2590664-034b8fffb319f2cbca100c58f2eb84a3","2590665":"2590665-88e799441a1ce972546ad64a5d876bba","2590666":"2590666-7d021c6799e39088f71ac2c8d0cf6116","2590667":"2590667-c2fa54c53408854721fd695be9def04d","2590669":"2590669-039b4aea800d9969762ab99a0132455b","2590992":"2590992-bdae8a7fb2e0213512f2a392abb5b81f","2590993":"2590993-c20d8227c3a899fbe89556cd3d53d06c","2590994":"2590994-cba2dca5198816895ba1a1842098c6d8","2590995":"2590995-4ffd64e8ac2638727b3455576c6a9293","2590996":"2590996-22cfa3533da5f164c1aa2aeff3709ac0","2590997":"2590997-3460becfeb046dbd12ea640214700770","2590998":"2590998-253af1532dcb2842037d4ebce222a7e1","2590999":"2590999-0c3a41fe5f4cc2d3e7ad3e724fdd2c53","2592632":"2592632-f9aafafb464dff4c8bca6480c94fb90a","2593160":"2593160-62ed5a658522acc1df78059fa36d323e","2606123":"2606123-0344cd1ed47add5c89ced44e47a5e9b8","2606164":"2606164-14a2ad7aeda38a8cf1399b7693f42e76","2606167":"2606167-9b4e411e62787aac5fa4d795788c93b1","2606536":"2606536-dcf349f33dda5ae5596a71f82080ecd5","2607106":"2607106-d85d88ae7415d58243a5cec794ec6c82","2610003":"2610003-6642b342d63e307eebdaf99607e63e6a","2610018":"2610018-1d03506f3520f8c32fe7dbaaec5ce0b4","2627553":"2627553-268943e55ffa367481f297583c1cd3a4","2627554":"2627554-94f1c01e42da5553f4422a481bd84bf4","2656035":"2656035-ef36d0ddb53b733f16dd96661df4da00","2656036":"2656036-80cbede884dcf73dbdfc8a5533d050cc","2656037":"2656037-71a0f66d144115f01595b53a73acdf4c","2691548":"2691548-2d2fa05bd45aa70615a53d189d9d6a16","2691549":"2691549-4ef3c4abf7367320a83d3154ddb06d25","2691550":"2691550-87da64a1635ce5858820857c2daffa4d","2700708":"2700708-82a6c386c62dc824ed46cc21a98a25d0","2701218":"2701218-e8d06659bed77f5b343dbefc2366166d","2702613":"2702613-47838117043bf187eb113ef34a3d60dd","2714652":"2714652-7a9b29b23ea144c010491e16fa385af5","2714713":"2714713-28b820b0d9559b870c3416ca3733cfc6","2748785":"2748785-382b7ada310e556f4c3efef73b17f690","2748786":"2748786-023729797cef8bf3dc9639bb012eca2f","2748787":"2748787-63afd4fc592f59ef3c2101dedd526703","2751069":"2751069-40e64bd2d7b2d16434e729d8e340a0d9","2771262":"2771262-b7938e9e6a3c8d552cfd72310776df7d","2773180":"2773180-23314b211c97360f23d8fdeb16ce40da","2773181":"2773181-a9437bebe6ec27c83c5fde0888fa8dbd","2773182":"2773182-2d45b5440e89703d7b026849724d3506","2774330":"2774330-7a08c9feac9b07b14a44fb52789b59be","2774331":"2774331-1635899ffd3b498d2cf93d325e2196a3","2774333":"2774333-332f222247ed19c91a97f02b1b1967aa","2774334":"2774334-ad6dea3272d02a1e312a57ab32946c99","2774336":"2774336-1ca3e846e18f805065118dbaf5cdec58","2774337":"2774337-ac7f4c6c00a831a6e9357bc583b330dd","2774339":"2774339-36f899cc1e2f03edf84e2176bd7ede76","2774340":"2774340-1cb88bd199c4e1f740b5f5081e0f28ed","2774342":"2774342-c767b261c00cf4629a184282bca50070","2774344":"2774344-139f4b6c79cb93e4f3e108f2b0267fb3","2774346":"2774346-7fd8c52fa114864bec6a3e1425d7a163","2774348":"2774348-b20ca660c314f1dfc02ec81b64630c15","2774350":"2774350-10323485bcfe4581b653b0f7eaeb8912","2774351":"2774351-2264208c9d1d4ceb25d6fe1aa76521a4","2774353":"2774353-f68a1312f61f9dffc28a92947bf3d6be","2774354":"2774354-13ab1ffb54eda964b221044f1e574845","2774356":"2774356-932d96de4fca88cd97ad15e6f294796b","2774357":"2774357-ebdd3a45ba277b2e09cea4a028210070","2774359":"2774359-83a8571ba700b42c113bc44ead0445ff","2774361":"2774361-0434606235df8d3019f7b7fee755fabc","2774363":"2774363-8b02c0c1eedd60e5184dc6040bbbb8d1","2774365":"2774365-5f2ea2c1e0ac26ca1efcd76746207f31","2774367":"2774367-838852f0e3b90ae1d0a9c3a5616f084c","2774368":"2774368-d3e57917b0dba0f49a10e26b7dcd2205","2774370":"2774370-769cc39d0da1bf52fb5ce6674149d456","2774371":"2774371-39e937407b5b1e8b3887f8c78b5de183","2774373":"2774373-61630fcde779fd6274b998919c0a544f","2774374":"2774374-68a0cd6412d09f93031755b3d3482b5c","2774376":"2774376-0a4dd47c9dfee0c024d24fd171d62345","2774377":"2774377-6a4911314b2debf54e3b94efd0800957","2774379":"2774379-0d067acf122d21a88bd280b420d99840","2774380":"2774380-1ef0bb77453282ce6dbeaaa367b2c1f7","2774382":"2774382-0b86824fa81259aea00316db0bef454b","2774383":"2774383-399e49d26ddde5473e2d7a13f355a890","2774385":"2774385-a6988def349a94e4b9608548226ae085","2774386":"2774386-11f810b9698a749b0f2af0d85ae9f245","2774388":"2774388-d24fa295281028c768f9e101117a707d","2774390":"2774390-f0ea2f704431852ccf800d0540756f13","2774392":"2774392-9c025c1b14676c89614dc375ad7b5c34","2774393":"2774393-3b9d0ba7d414a6d67420398dda82fbba","2774395":"2774395-28ec1959fc0e99e6367e05cbfa6a5298","2774396":"2774396-f4eff746e986a7ec5be2b2fbbd5857ea","2774398":"2774398-a1ae5e3727e9fc61940db392db1b97ba","2774399":"2774399-045a68744ad46e4de8bba9962b6ddde5","2774401":"2774401-d99e4c60664053bebbc8d38148111849","2774402":"2774402-bd23dcbcdc524208dfb57a1b1848c45d","2774404":"2774404-1c3e67d5137a2345aa84f6ae55401fae","2774405":"2774405-f01c1e9f07535b82b2a9aad2a526c556","2774407":"2774407-872bb5d7c61c9ab3d273d1e7e93227dd","2774408":"2774408-4dd2738a5d600d0c5114b9a4424d8ce4","2774410":"2774410-64a2c21f7350934dcce0fc2ca99b02cf","2774411":"2774411-b494a257bc4a834dc6c98362f2c698a5","2774413":"2774413-0a5194a7da36b5126ea685eb9d3149e6","2774414":"2774414-a8996f52590793d30358536e9ecee92f","2774416":"2774416-6e1d80821df82f9e1f64e65669e934ea","2774417":"2774417-d1da9936d0fba298b2f768a780ab75de","2774419":"2774419-5b34d05a07ad84e6ba6d420bbd80e4dd","2774420":"2774420-b3d1342de6bef378ac839dcbfef27cd9","2794436":"2794436-e33357acaed80842e0488571fbca6587","2794438":"2794438-325772600f08693d90d1f409a7099f69","2794440":"2794440-eb85446419180417bb94c518e641d353","2794442":"2794442-c52da0dd224e5519ef5b95e40ce90217","2794444":"2794444-3f43517d813be648f7875e3d09541099","2794446":"2794446-c0484e713af20d837f89e437cfac0b94","2794448":"2794448-ee6dc7f4ea747a7b441e655efc453707","2794450":"2794450-04265e0bce5311b9bc0488fa3418d21f","2794452":"2794452-b38d07b6640daabbbdcbb9f1158fd29b","2794453":"2794453-1d7d2b5266ed030da8481a19f67974a9","2794455":"2794455-3a1adcf46dafa752552a0dae7d30090f","2794456":"2794456-56ad28d6e8b84e4cd3dba115dd4235ff","2794458":"2794458-840dead535cdb696683a0d6e5206a825","2794459":"2794459-ceb47ca31fcb0815130dc38d7b7ea927","2794461":"2794461-10da2ffa36896cbcad9c09a7a5c2881e","2794462":"2794462-f120a4e90b4f10b19ba6f907a953b933","2794464":"2794464-64a19d41562bc5dfc239d8f8369a4861","2794466":"2794466-47179ba68de4a10d45d95804463e3b8c","2794468":"2794468-7dc0c487c46b8c1c44aba85ce5041173","2794469":"2794469-959715fa9828f34f40ed8f3b36569ea0","2794471":"2794471-889c9daadb7e18127882f49357c730fa","2794472":"2794472-a92bf67b60beac7251852bb5b772edf6","2794474":"2794474-49b51326dee21ead9ac9105009d5c7e9","2794475":"2794475-0f8352ce42ac3f8302652d7aedc9ce41","2794477":"2794477-e3364e528df6dfcac4dc4ccb38d612a8","2794478":"2794478-b35465d3446ee9a2757c842556514f32","2798600":"2798600-fcec008a2bd81f139e52277be3c5f696","2798618":"2798618-b367e462a46d32ac96362bc4efc63a2f","2800683":"2800683-0d62f59d4263f2d0a844b0e06cedc01c","2802136":"2802136-d6eccd42ba3ed8190d0bec31894a4196","2810271":"2810271-1ea5d13f846877bf394d1459b31b11b5","2812138":"2812138-dd29c2df46632232947982a048db2572","2812139":"2812139-b72606887dbc0155be93bcbc8a46bb07","2812140":"2812140-1f569853b2d220debb7cb92017cb52be","2812142":"2812142-11025dd31a9a280af3fe4e586ca78612","2812143":"2812143-d82e2c458f87a5cd899250aec9561cda","2812145":"2812145-972503c35b24f7c5a35c31c95852fbd3","2812146":"2812146-4768e050963d135dd8f88c0de1e97dce","2812148":"2812148-1b4c497f8618cf5ac641f143bb3b25f5","2812149":"2812149-b9f28464546395c594f41125feda2293","2812229":"2812229-f6a3d9c7e71fea1f60a7194b775f2522","2812230":"2812230-7b663de359c732e9caabb90c04584ce4","2812232":"2812232-b436e84c54c46c315779d72b6630e99d","2812233":"2812233-1aa87be5768a9840f732b1e756457359","2812235":"2812235-d972622b3b6a33e3803aa99e30f36592","2812236":"2812236-598471f84f2bf4adbd3b4196a568b1a6","2812238":"2812238-b042d9e80648b0e8a2881698c6c76da0","2812239":"2812239-c7e4ebf4486929b585f2199d447e47cd","2812242":"2812242-572172dd72289160279dcaa3903ed9cb","2812243":"2812243-ee5508549faa1add22c15934d2e7b055","2812245":"2812245-a14252c2742ac05e16d26a2a03bb245c","2812246":"2812246-e8a91f3eecaf3e83370cb3600c2cbd4d","2812248":"2812248-b324a63b282afe808b4eb2021731ba73","2812249":"2812249-4dbd42fd8d93cf0fa47c66e9a3489e75","2812265":"2812265-9918401197d97c459329496bd96e40d2","2812266":"2812266-de7f14c10c543bc4e149cba5778a2bff","2812268":"2812268-add3c12572c7d55dba91111dc4fc14af","2812269":"2812269-c03e7c55f824809afcebd7e16355b81e","2812271":"2812271-d8a33b64e15fc675c9aa8d32cc7fc3fc","2812272":"2812272-721f6daea8029faf2f1e9ca261fdfef0","2812274":"2812274-c77ad9fdc9edcc3b0ed6db3d150452b8","2812275":"2812275-2592f811eadbbeb6975143d914b7de73","2812289":"2812289-7f6155e225df72345ccfe00caedfa986","2812290":"2812290-15fad9223dbb14d894403d059f097f09","2812292":"2812292-5b738988d67c761fff2cc123c44ee1ad","2812293":"2812293-222d5349e7aa62c11a66880209f41877","2812295":"2812295-3145cbe0ee8fead18ddd2f69f477c6b2","2812296":"2812296-b00c2b3e4bb9115af16a9bdec305e5de","2812306":"2812306-e12638a0180ae7ab7546c4d9e005c73a","2812307":"2812307-b40b5369a3da4327a5811dbd0d77c3a4","2812309":"2812309-69e1b08019adf377b9e237f2a4c266c1","2812310":"2812310-172c9898250296f83b6704cc931885b9","2812312":"2812312-bd195ea94bc4419aa1d101f9bfcc20b6","2812314":"2812314-762e30ed354ffa37276e9846ee7fe25c","2812315":"2812315-008c98bbc1147e16b10d69362d86a668","2812316":"2812316-713d8368f3af855460772689483f2c06","2812317":"2812317-6f1520e6940177aa2e58341f5d107573","2812318":"2812318-46439f0aed5738448fe2bf26beb5001b","2812319":"2812319-5cd032262e486a4786a23cee23688ba8","2812321":"2812321-3ee8d744b32a04f8ecec2705a798a873","2812322":"2812322-040b351fe209ad27809a17ab3f338afe","2812324":"2812324-f54049eb8fa642cc85ffbcb2179626c7","2812325":"2812325-dcc725397c0c77b32710424ebdc87b93","2812327":"2812327-9613a71c20f1a17e94fd33f5667f7dba","2812328":"2812328-42ea81e131fc7b1b3cce23775a7363e4","2812330":"2812330-0f9dfb99c2f89afb540251d5362b4a4b","2812331":"2812331-42d76917f8c6f194fdf2a912c35fd555","2816209":"2816209-edde11e9f0396ab3b4c47dc76d159736","2816210":"2816210-eebe5464ffd26f6add0d3275dca9f7db","2816211":"2816211-ff5f7fe5ad252efd5f0b2a52499deb2d","2821966":"2821966-5745e003f7399e6a0d7fa265cf236fae","2821967":"2821967-527bf2d6016d4b8a2558497010a4cec3","2821969":"2821969-94868fafb7018a8a3d851b93857252bf","2821970":"2821970-ae33362d7fed6795696644e4bc356a05","2832671":"2832671-eee6bb4bff9004c7d1cc8bccb7ddba98","2832673":"2832673-9855237693f0dc7ac6f90530e70c0f6a","2832675":"2832675-c3a29bd57e099033ecf86941b17272af","2843729":"2843729-924058618635605c07a303db0689c274","2843835":"2843835-babb2944e4c17045aaee82a1bb3e3a91","2896366":"2896366-559a268984e8c8e2ebb676731d6f04f5","2896367":"2896367-619088b8a5e6d179417da31d9e0af3fb","2896368":"2896368-c6cc5da28a12a6ba8981a65cefa30eec","2896369":"2896369-ee7c5ee409638f1e9ea9efe34572908a","2900243":"2900243-ec8b4c6006d43c9fe915e96e418397ef","2902279":"2902279-771b9181246ef3b3049473216b68deb7","2906521":"2906521-74e200132f92f3dee46ce80b2b80fc65","2906522":"2906522-bed8a90263c6887581d84dc27498dafd","2910665":"2910665-bdbd29c2a64614cf517eedf9d1fc84f8","2920227":"2920227-253742acce8fd4c4d34e5937b57cdfe8","2921649":"2921649-f934b4af5ae219aca2d080cab41c181e","2923728":"2923728-009d8c7078790ecb363b86c2b8db0044","2923740":"2923740-788c974b4fc2e0d2e578c9851cd4aede","2923741":"2923741-96b3384f7a123643cf827ad0c323111e","2923742":"2923742-3cda1f63e54e660d82e8ea344ef8bef9","2923744":"2923744-c3b664078c9f66911eafc93d0c46faf7","2923745":"2923745-d5e647573957b69959b25aded1b3e2a9","2923746":"2923746-412c6010c86c38e1ea3b7e22c20b5d3f","2923771":"2923771-22f682e08ebf3880ec60cb595a7fa0e2","2923772":"2923772-4509d184b3d2c5415a48f4efbbca33de","2923773":"2923773-5c6ee890a182af83ffe78ac7521a7234","2924838":"2924838-4f340ef1774cda6501e5f8a2ea7a32ce","2925713":"2925713-760cf41e642daf3ad5f572a4108c34b1","2925715":"2925715-76ae24d4cf57d16d11d5ce5488f17440","2925717":"2925717-e305362134bff04987295b3dc6a1d3d7","2926350":"2926350-e739feeeb876aa1afcb186b742a92e26","2926352":"2926352-80eda1e6e8502ee19d09c135b89b1a05","2926353":"2926353-908dca27ee3f85138aeb0f50cdd458ea","2926354":"2926354-ab447612600f2711d21762e2cd43d9ed","2926356":"2926356-6fa5fbffa379ae40f409f4425ed49e0f","2926357":"2926357-2e5faba9abf921e1633d84285a98e471","2926358":"2926358-07c02b326d40ddabc783ccdaaa4bd4c4","2926360":"2926360-c8a766e07719701e92106d67cf94540b","2926361":"2926361-82a1d6ae9628a2d90d417de02aaf3ae0","2926363":"2926363-8e81bc37872bd0366960117205dd11ce","2926364":"2926364-b8cd24d1432e32b7606d04b90f6bf2e1","2926365":"2926365-907950e5d29f2bd355ec735184a6e01a","2926367":"2926367-ba0dd1cddc7c78a9b455d3d0d78ac55f","2926368":"2926368-3ab6fd3edd7bfabec97f8839111d3cd1","2926369":"2926369-7acb93cd9ca37bda39c7922455456434","2926370":"2926370-4a77c86a1c44de0712c4524537bddeca","2933493":"2933493-574378e85811b9ba7fc3858938ccd2b3","2933495":"2933495-0107a1438d3e7e9d67ea64f397065751","2933497":"2933497-e932df2025049bc93527eed5f6e12a1b","2933499":"2933499-62b1cc8b2809c6fbb7e508eb01506bf8","2933501":"2933501-5021e54fdcd42587785017ba1230b346","2933503":"2933503-fd0b9a8317363d5d0586c9d9be436d67","2933505":"2933505-44a12b221b8d65e4e51a7638725f37ef","2933507":"2933507-a201756db324f42e9f09830e0a0d0c5a","2933509":"2933509-9d83597fecef79b369cee6ee38d88f15","2933511":"2933511-043e9eca9fc95759417a5229249af71a","2933513":"2933513-8138941c2bd916b07dd6e8602bb47cdb","2933515":"2933515-22db9532561855a1bcd010c7d5af466c","2933517":"2933517-bfba2cc7401f9c50cd4bf9f06224edf9","2933519":"2933519-737e51e4c5b7de47a66542ccd312bb91","2933521":"2933521-610c77e7e2f475f5fe3f61531f8012b9","2933523":"2933523-9678ad61ab088da5d1fe8cfc1ed8e252","2933525":"2933525-5c363fb76addec60db6c35f6853e6856","2933527":"2933527-3050285d5ba36e964305ad32599d4bf2","2933529":"2933529-e8a649794e48fcaed40e1dad8dcb78d4","2933531":"2933531-d5227cb1ed9ec99df18c5730d9d00420","2933533":"2933533-c002af0058d6d0e8e187e75c06c97c09","2933535":"2933535-c7e1ad3d958533c9467b310f11141442","2933537":"2933537-d631bda39fead6643955cc4cd36883d2","2933539":"2933539-f690def6fa96b18228468d0b9fbd1014","2933541":"2933541-f7a8b4e7d7a888c213da0f661b952fb2","2933543":"2933543-768f471f8d72a2b2f47519796c044349","2933545":"2933545-56c1f6f7cdb5da9ecbad51b8c0995fb6","2933547":"2933547-8064ef7458e8bcdfddc721884f0ae1d5","2933549":"2933549-b864a0809e3fa86a0af4c40986b7055c","2933551":"2933551-fb9be2bf34f28fe8faedb18946cbc4a7","2933553":"2933553-8e19c8beb915b23ff908e51b038416e5","2933555":"2933555-b8fdd891072b9c2b79aeb2a81a1bf1c6","2933557":"2933557-b8b45fee07031ee989b3057b72da1fa3","2933559":"2933559-53557f7851a3892e8938847e2a9fb98f","2936416":"2936416-bb84308d2cf208193ca75fe13990fc32","2936417":"2936417-0b10ea92600c372d32740f2208efac5f","2936418":"2936418-81f05ae3d6e1814c543e8513aeee01f4","2936419":"2936419-a035de6acbca5a529a5b1f68ab7fdbe7","2936421":"2936421-ea3691b5a1a5799a8c0e70bd1394b00d","2936422":"2936422-0ebdc5e746fc60ea7d16e490e7b29299","2936423":"2936423-67c4f3d636944536c30beeb509443634","2936424":"2936424-035c3dfa654629bd9af7427710e84cc8","2936441":"2936441-8fbf0b904f17bfecdac34c077d0c379f","2936442":"2936442-2c4c4bd2ffeb5faff43938735686028e","2936443":"2936443-99fa55f5301e89877f1f8481a1681c69","2937956":"2937956-6bfcf44aacc6094064e104cfd6913caa","2962148":"2962148-11abf534a8e5639c209b608ebc53d1a9","2962149":"2962149-5f37558e63000c9dd1ef754fb10c7dd0","2962150":"2962150-921367985ba4de23b261a106714e5877","2962160":"2962160-304d8c1b2d504164a546ce4e1f89b37b","2962161":"2962161-7684cf3af78cee41f8b190158ac475b7","2962162":"2962162-db83fcd8b1dd70ace0463edd3c7883ac","2962163":"2962163-b36c4b0bab48d818ab766f3a8beb2472"},"index_live":"cache/5603/campaign-index-live-573febd746d17ebd7eebd6c07fcb253e","index_test":"cache/5603/campaign-index-test-8afa34a0364dd291aed8caa1ba15eaa7"}});