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_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_ios_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}"},"bottombar_ios_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}"},"bottombar_pushup":{"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\n var styles = [\n 'footer .back-to-top, .embeddedServiceHelpButton .helpButton .uiButton { margin-bottom: '+pushAmount+'px; }',\n '@media (max-width: 575px) { .prices-add-to-cart-actions { margin-bottom: '+pushAmount+'px; } }',\n '@media only screen and (min-width: 48em) { .embeddedServiceHelpButton .helpButton .uiButton, .embeddedServiceHelpButton.embeddedServiceBottomTabBar .helpButton .uiButton { margin-bottom: '+pushAmount+'px;} }',\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\n ];\n \n $campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').text(styles.join(' '));\n}\n \nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushup);\n\nbouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updatePushup);\n \nbouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\n var cachedHeight = $creative.height();\n \n var onClickInterval = bouncex.setInterval2(function() {\n var currentHeight = $creative.height();\n \n if (currentHeight !== cachedHeight) {\n updatePushup();\n cachedHeight = currentHeight;\n }\n }, 20);\n \n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\n});\n\nupdatePushup();"},"bottombar_zindex":{"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: 499; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"cornertab_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.document, 'bxValidateFormComplete.bx-'+campaign_id);\nbouncex.off(bouncex.campaigns[campaign_id].obj1.find('.bx-button'), 'click.bx-'+campaign_id);"},"cornertab_pushup":{"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 var stickyATC = jQuery('.prices-add-to-cart-actions').css('position') === 'fixed' ? jQuery('.prices-add-to-cart-actions').outerHeight(true) : '';\n \n var styles = [\n '.copyright-notice { padding-bottom: '+pushAmount+'px; }',\n jQuery('.prices-add-to-cart-actions').css('position') === 'fixed' ? '#bx-campaign-' + campaign_id + ' .bx-slab { margin-bottom: '+stickyATC+'px; }' : '',\n jQuery('.prices-add-to-cart-actions').css('position') === 'fixed' ? '.content-asset { padding-bottom: '+pushAmount+'px; }' : '',\n ];\n \n var stylesRight = [\n 'footer .back-to-top, .embeddedServiceHelpButton .helpButton { margin-bottom: '+pushAmount+'px; }',\n ];\n \n var stylesLeft = [\n // 'header.navbar-fixed-top { margin-bottom: '+pushAmount+'px; }',\n ];\n \n var stylesFull = [\n // 'header.navbar-fixed-top { margin-bottom: '+pushAmount+'px; }',\n ];\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\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}"},"cornertab_zindex":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"nanotab","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 499; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"form_focus_outline":{"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":"/* focus outline adjustment - heading focus */\nbouncex.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});"},"hide_feedback_tab":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"overlay","prop3":"","val":""}]],"event":"impression","testmode":false,"ttype":"variation","val":"bouncex.addCss('img[alt=\"Fossil Feedback Button\"] { display: none !important; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-hideSideTab');"},"hide_feedback_tab_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"overlay","prop3":"","val":""}]],"event":"close","testmode":false,"ttype":"variation","val":"jQuery('#bx-campaign-'+campaign_id+'-hideSideTab-style').remove();"},"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":"/* focus outline adjustment - remove form focus */\nbouncex.campaigns[ca_id].obj1.find('form').addClass('bx-ally-no-focus').removeAttr('tabindex role');"},"topbar_pushdown":{"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 \n var styles = [\n '.error-messaging, #fix-wrapper, .notify, .modal.show .modal-dialog { margin-top: '+pushAmount+'px; }',\n '#fix-wrapper:not([class*=\"scrolled\"]) .fixed-brand-link { display: none; }',\n '@media (max-width: 767.98px) { .refinement-bar-bottom { padding-bottom: calc(7.5rem + '+pushAmount+'px); } }',\n '@media (max-width: 1023.98px) { .site-search.active, .refinement-bar { margin-top: '+pushAmount+'px; }}',\n '@media (min-width: 1024px) { #fix-wrapper.scrolled .search-desktop-position, .navbar-nav .nav-item \u003e .dropdown-menu.show, .suggestions { margin-top: '+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_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_zindex":{"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: 499; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-indexFix');"},"zindex_close":{"deployments":[[{"activation":"type","prop":"exactly","prop2":"nanobar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversionbar","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"conversioncorner","prop3":"","val":""},{"activation":"type","prop":"exactly","prop2":"nanotab","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":"{\"remove_form_focus\":{\"val\":\"/* focus outline adjustment - remove form focus */\\nbouncex.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\\\":\\\"\\\"}}}\"},\"form_focus_outline\":{\"val\":\"/* focus outline adjustment - heading focus */\\nbouncex.campaigns[ca_id].obj1.find('form:not(:has(.bx-2-heading))').each(function(i, formEl) {\\n var $htmlHeadingElement = jQuery(formEl).find('h1, h2, h3, h4, h5, h6').eq(0);\\n if ($htmlHeadingElement.length \u003e 0) {\\n $htmlHeadingElement.addClass('bx-2-heading wknd-ally-focus').attr('tabindex', '-1');\\n } else {\\n var $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text-headline, .bx-row-text-subheadline)').eq(0);\\n if ($headlineGroup.length === 0) {\\n $headlineGroup = jQuery(formEl).find('.bx-group:has(.bx-row-text)').eq(0);\\n }\\n $headlineGroup.find('.bx-row-text:first').nextUntil(':not(.bx-row-text, .bx-row-coupon)').addBack().wrapAll('\u003cdiv class=\\\"bx-2-heading wknd-ally-focus\\\" id=\\\"'+$headlineGroup.attr('id')+'-h2\\\" tabindex=\\\"-1\\\" role=\\\"heading\\\" aria-level=\\\"2\\\"\u003e\u003c/div\u003e'); \\n }\\n});\",\"event\":\"activation\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"tabtitle\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"1\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"teleport\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"2\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"none\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}},\\\"3\\\":{\\\"0\\\":{\\\"activation\\\":\\\"purpose\\\",\\\"prop\\\":\\\"not_exactly\\\",\\\"prop2\\\":\\\"programmatic\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"topbar_pushdown\":{\"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 \\n var styles = [\\n '.error-messaging, #fix-wrapper, .notify, .modal.show .modal-dialog { margin-top: '+pushAmount+'px; }',\\n '#fix-wrapper:not([class*=\\\"scrolled\\\"]) .fixed-brand-link { display: none; }',\\n '@media (max-width: 767.98px) { .refinement-bar-bottom { padding-bottom: calc(7.5rem + '+pushAmount+'px); } }',\\n '@media (max-width: 1023.98px) { .site-search.active, .refinement-bar { margin-top: '+pushAmount+'px; }}',\\n '@media (min-width: 1024px) { #fix-wrapper.scrolled .search-desktop-position, .navbar-nav .nav-item \u003e .dropdown-menu.show, .suggestions { margin-top: '+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_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\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 499; }', 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\\\":\\\"\\\"}}}\"},\"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\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"2\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"},\\\"3\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanotab\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"cornertab_pushup\":{\"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 var stickyATC = jQuery('.prices-add-to-cart-actions').css('position') === 'fixed' ? jQuery('.prices-add-to-cart-actions').outerHeight(true) : '';\\n \\n var styles = [\\n '.copyright-notice { padding-bottom: '+pushAmount+'px; }',\\n jQuery('.prices-add-to-cart-actions').css('position') === 'fixed' ? '#bx-campaign-' + campaign_id + ' .bx-slab { margin-bottom: '+stickyATC+'px; }' : '',\\n jQuery('.prices-add-to-cart-actions').css('position') === 'fixed' ? '.content-asset { padding-bottom: '+pushAmount+'px; }' : '',\\n ];\\n \\n var stylesRight = [\\n 'footer .back-to-top, .embeddedServiceHelpButton .helpButton { margin-bottom: '+pushAmount+'px; }',\\n ];\\n \\n var stylesLeft = [\\n // 'header.navbar-fixed-top { margin-bottom: '+pushAmount+'px; }',\\n ];\\n \\n var stylesFull = [\\n // 'header.navbar-fixed-top { margin-bottom: '+pushAmount+'px; }',\\n ];\\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\\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\\\":\\\"\\\"}}}\"},\"cornertab_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-corner-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\\\":\\\"conversioncorner\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"cornertab_zindex\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 499; }', 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\\\":\\\"\\\"},\\\"1\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"nanotab\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bottombar_pushup\":{\"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\\n var styles = [\\n 'footer .back-to-top, .embeddedServiceHelpButton .helpButton .uiButton { margin-bottom: '+pushAmount+'px; }',\\n '@media (max-width: 575px) { .prices-add-to-cart-actions { margin-bottom: '+pushAmount+'px; } }',\\n '@media only screen and (min-width: 48em) { .embeddedServiceHelpButton .helpButton .uiButton, .embeddedServiceHelpButton.embeddedServiceBottomTabBar .helpButton .uiButton { margin-bottom: '+pushAmount+'px;} }',\\n '#bx-campaign-'+ca_id+'-clone .bx-creative { height: '+pushAmount+'px; }',\\n ];\\n \\n $campaign.find('#bx-campaign-'+campaign_id+'-pushup-style').text(styles.join(' '));\\n}\\n \\nbouncex.on(bouncex.window, 'resize.bx-'+campaign_id, updatePushup);\\n\\nbouncex.on(bouncex.document, 'bxValidateFormComplete.bx-'+campaign_id, updatePushup);\\n \\nbouncex.on($campaign.find('.bx-button'), 'click.bx-'+campaign_id, function(){\\n var cachedHeight = $creative.height();\\n \\n var onClickInterval = bouncex.setInterval2(function() {\\n var currentHeight = $creative.height();\\n \\n if (currentHeight !== cachedHeight) {\\n updatePushup();\\n cachedHeight = currentHeight;\\n }\\n }, 20);\\n \\n bouncex.setTimeout2(function(){ clearInterval(onClickInterval); }, 1000);\\n});\\n\\nupdatePushup();\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"conversionbar\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"bottombar_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\\\":\\\"\\\"}}}\"},\"bottombar_zindex\":{\"val\":\"bouncex.addCss('#bx-campaign-' + campaign_id + ' .bx-slab { z-index: 499; }', 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\\\":\\\"\\\"}}}\"},\"bottombar_ios_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_ios_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\\\":\\\"\\\"}}}\"},\"hide_feedback_tab\":{\"val\":\"bouncex.addCss('img[alt=\\\"Fossil Feedback Button\\\"] { display: none !important; }', bouncex.campaigns[campaign_id].obj1.get(0), 'bx-campaign-'+campaign_id+'-hideSideTab');\",\"event\":\"impression\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"},\"hide_feedback_tab_close\":{\"val\":\"jQuery('#bx-campaign-'+campaign_id+'-hideSideTab-style').remove();\",\"event\":\"close\",\"testmode\":false,\"ttype\":\"variation\",\"deployments\":\"{\\\"0\\\":{\\\"0\\\":{\\\"activation\\\":\\\"type\\\",\\\"prop\\\":\\\"exactly\\\",\\\"prop2\\\":\\\"overlay\\\",\\\"prop3\\\":\\\"\\\",\\\"val\\\":\\\"\\\"}}}\"}}","custom_js":"bouncex.infoStore = {\n sessionStorageIdentifier: 'bxInfoStore',\n set: function(data) {\n var hashedData = bouncex.lz.compressToURI(JSON.stringify(data));\n try {\n sessionStorage.setItem(this.sessionStorageIdentifier, hashedData);\n } catch(e) {\n bouncex.err('session storage failure');\n }\n },\n \n get: function() {\n var info = sessionStorage.getItem(this.sessionStorageIdentifier);\n return info ? JSON.parse(bouncex.lz.decompressFromURI(info)) : '';\n },\n \n infoIsStored: function() {\n return !!sessionStorage.getItem(this.sessionStorageIdentifier);\n },\n \n populateFields: function(fields) {\n if (!this.infoIsStored()) return;\n \n var data = this.get();\n for (var field in fields) {\n if (fields.hasOwnProperty(field)) {\n fields[field].val(data[field]);\n }\n }\n }\n}; \n","custom_liquid_variable":"{\"Address\":{\"val\":\"901 S. Central Expwy Richardson, TX 75080, USA\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"BelowHeroBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"1200px\",\"imgHeight\":\"170px\",\"schedules\":[]},\"BelowHeroBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":null,\"endDate\":\"NaN-NaN-NaN\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[{\"endDate\":\"2024-11-07T00:00:00.000Z\",\"promoVal\":\"\",\"startDate\":\"2024-10-31T00:00:00.000Z\"}]},\"BelowProdGridBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":true,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":null,\"endDate\":\"NaN-NaN-NaN\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"1200px\",\"imgHeight\":\"170px\",\"schedules\":[{\"endDate\":\"2024-12-09T04:59:00.000Z\",\"promoVal\":\"https://assets.bounceexchange.com/assets/uploads/users/5006/acf7a29089abe207847b1d78cf899cb7.png\",\"startDate\":\"2024-12-02T06:00:00.000Z\"}]},\"BelowProdGridBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":true,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":null,\"endDate\":\"NaN-NaN-NaN\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[{\"endDate\":\"2024-12-08T16:59:00.000Z\",\"promoVal\":\"https://www.fossil.com/en-us/shop/fossil-brand-highlights/\",\"startDate\":\"2024-12-02T06:00:00.000Z\"}]},\"CartURL_2024\":{\"val\":\"https://www.fossil.com/en-us/cart/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"ClientId\":{\"val\":\"5384\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"ClientName\":{\"val\":\"FOSSIL\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"CorpName\":{\"val\":\"FOSSIL GROUP, INC.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"DeadZone\":{\"val\":\"true\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"FooterLogoImg_BR23\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8931/Fossil/082823/Footer-Logo_140.png\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"8kb\",\"imgWidth\":\"280px\",\"imgHeight\":\"120px\",\"schedules\":[]},\"FreeShipBannerAlt\":{\"val\":\"Free Shipping Available Only On Orders Over $75+\",\"promoVal\":\"\",\"description\":\"Alt text for Free Ship banner\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"FreeShipBannerImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/5006/44e39ad3a432621e3daa1a359a4d1094.png\",\"promoVal\":\"\",\"description\":\"Free Shipping Available Only On Orders Over $50+\",\"enabled\":true,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":null,\"endDate\":\"NaN-NaN-NaN\",\"endTime\":null,\"imgSize\":\"8kb\",\"imgWidth\":\"1200px\",\"imgHeight\":\"170px\",\"schedules\":[{\"endDate\":\"2026-01-01T04:59:00.000Z\",\"promoVal\":\"https://assets.bounceexchange.com/assets/uploads/users/7428/a0e3a2c0ed9d1d360d96eb7c38ef742e.png\",\"startDate\":\"2025-10-20T04:00:00.000Z\"}]},\"HeroImgReal\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"HomepageUrl\":{\"val\":\"https://www.fossil.com/en-us/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"IbxDisclaimer\":{\"val\":\"Valid on full-price purchases of $75 or more on Fossil.com (on orders shipped within the continental U.S. and Canada) and at participating U.S. and Canadian full-priced Fossil stores. Valid on a single receipt purchase of in-stock merchandise only, while supplies last. Offer not valid at Fossil Outlet online or in store or through phone purchases. Offer not valid on all smartwatches, limited edition products, Fossil gift cards, and other select items. For a full list of excluded items, visit https://www.fossil.com/en-us/promos/. Not redeemable for cash, non-transferable and cannot be replaced if lost or stolen. Excludes taxes and shipping and handling charges. Offer cannot be combined with any other offer, promotion or sale items. No adjustments to prior purchases or to purchases made after the end of this promotion. Fossil employees are not eligible for this discount. Other exclusions may apply.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"IbxDisclaimer1\":{\"val\":\"Valid on full-price purchases of $75 or more on Fossil.com (on orders shipped within the continental U.S. and Canada) and at participating U.S. and Canadian full-priced Fossil stores. Valid on a single receipt purchase of in-stock merchandise only, while supplies last. Offer not valid at Fossil Outlet online or in store or through phone purchases. Offer not valid on all smartwatches, limited edition products, Fossil gift cards, and other select items. For a full list of excluded items, visit https://www.fossil.com/en-us/promos/. Not redeemable for cash, non-transferable and cannot be replaced if lost or stolen. Excludes taxes and shipping and handling charges. Offer cannot be combined with any other offer, promotion or sale items. No adjustments to prior purchases or to purchases made after the end of this promotion. Fossil employees are not eligible for this discount. Other exclusions may apply.\",\"promoVal\":\"\",\"description\":\"Prospects - August 2023 - Brand Refresh\",\"enabled\":true,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":null,\"endDate\":\"NaN-NaN-NaN\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[{\"endDate\":\"2024-12-09T04:59:00.000Z\",\"promoVal\":\"Valid on full-price purchases of $75 or more on Fossil.com (on orders shipped within the continental U.S. and Canada) and at participating U.S. and Canadian full-priced Fossil stores. Valid on a single receipt purchase of in-stock merchandise only, while supplies last. Offer not valid at Fossil Outlet online or in store or through phone purchases. Offer not valid on all smartwatches, limited edition products, Fossil gift cards, and other select items. For a full list of excluded items, visit https://www.fossil.com/en-us/promos/. Not redeemable for cash, non-transferable and cannot be replaced if lost or stolen. Excludes taxes and shipping and handling charges. Offer cannot be combined with any other offer, promotion or sale items. No adjustments to prior purchases or to purchases made after the end of this promotion. Fossil employees are not eligible for this discount. Other exclusions may apply.\u003cbr\u003e\u003cbr\u003e ** Discount offer begins 11/25/2024 at 12:00 a.m. CT and ends 12/08/2024 at 11:59 p.m. CT online at Fossil.com and at participating Fossil US and Canadian full-price stores. Offer not valid at Fossil outlet stores or through phone purchases. Valid on a single receipt purchase of in-stock merchandise only. Offer not valid on the purchase of sale or outlet items, limited editions, bands for Apple Watch®, Fossil gift cards or previous purchases. Offer cannot be redeemed for cash or store credit. Offer is non-transferable. No adjustments to prior purchases or to purchases made after the end of this promotion. Offer prices as marked, no promotional code is needed. Other exclusions may apply. Offer subject to change.\",\"startDate\":\"2024-12-02T06:00:00.000Z\"}]},\"IbxDisclaimer2\":{\"val\":\"*FREE STANDARD SHIPPING ON ORDERS OVER $75 AND FREE RETURNS ON ALL ORDERS. Enjoy free standard shipping on orders over $75. For orders under $75, a $6.99 flat rate fee will apply. Free returns on all orders. Standard shipping is only available for orders with delivery addresses within the continental United States (excluding PO boxes and rural\u0026nbsp;routes).\",\"promoVal\":\"\",\"description\":\"Customers - updated 10/20/25\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":null,\"endDate\":\"NaN-NaN-NaN\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[{\"endDate\":\"2026-01-01T04:59:00.000Z\",\"promoVal\":\"*FREE STANDARD SHIPPING ON ORDERS OVER $75 AND FREE RETURNS ON ALL ORDERS. Enjoy free standard shipping on orders over $75. For orders under $75, a $6.99 flat rate fee will apply. Free returns on all orders. Standard shipping is only available for orders with delivery addresses within the continental United States (excluding PO boxes and rural\u0026nbsp;routes).\",\"startDate\":\"2025-10-20T04:00:00.000Z\"}]},\"IbxDisclaimer3\":{\"val\":\"Valid on full-price styles on \u003ca href=\\\"https://www.fossil.com/en-us/\\\" target=\\\"_blank\\\" style=\\\"color:#707070;text-decoration:none;\\\"\u003eFossil.com\u003c/a\u003e (on orders shipped within the continental U.S.) and at participating U.S. full-priced Fossil stores. Valid on a single receipt purchase of in-stock merchandise only, while supplies last. Offer not valid at Fossil Outlet online or in store or through phone purchases. Offer not valid on all limited edition products, outlet items, sale items, Fossil gift cards, and other select items. For a full list of excluded items, visit \u003ca href=\\\"https://www.fossil.com/en-us/promos/\\\" target=\\\"_blank\\\" style=\\\"color:#707070;text-decoration:none;\\\"\u003ehttps://www.fossil.com/en-us/promos/\u003c/a\u003e. Offer reserved exclusively for new subscribers. Re-subscribers are not eligible for the offer. Not redeemable for cash, non-transferable and cannot be replaced if lost or stolen. Excludes taxes and shipping and handling charges. Offer cannot be combined with any other offer, promotion or sale items. No adjustments to prior purchases or to purchases made after the end of this promotion. Fossil employees are not eligible for this discount. Other exclusions may\u0026nbsp;apply.\",\"promoVal\":\"\",\"description\":\"Prospects - April 2025\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":null,\"endDate\":\"NaN-NaN-NaN\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[{\"endDate\":\"2024-11-27T00:00:00.000Z\",\"promoVal\":\"*FREE STANDARD SHIPPING ON ORDERS OVER $50 AND FREE RETURNS ON ALL ORDERS. Enjoy free standard shipping on orders over $50. For orders under $50, a $5.99 flat rate fee will apply. Free returns on all orders. Standard shipping is only available for orders with delivery addresses within the continental United States (excluding PO boxes and rural\u0026nbsp;routes).\u003cbr\u003e\u003cbr\u003e ** Discount offer begins 11/25/2024 at 12:00 a.m. CT and ends 12/08/2024 at 11:59 p.m. CT online at Fossil.com and at participating Fossil US and Canadian full-price stores. Offer not valid at Fossil outlet stores or through phone purchases. Valid on a single receipt purchase of in-stock merchandise only. Offer not valid on the purchase of sale or outlet items, limited editions, bands for Apple Watch®, Fossil gift cards or previous purchases. Offer cannot be redeemed for cash or store credit. Offer is non-transferable. No adjustments to prior purchases or to purchases made after the end of this promotion. Offer prices as marked, no promotional code is needed. Other exclusions may apply. Offer subject to change.\",\"startDate\":\"2024-11-21T00:00:00.000Z\"}]},\"IbxDisclaimerCUST\":{\"val\":\"Free ground shipping on all US orders. Standard shipping is only available for orders with delivery addresses within the continental United States (excluding PO boxes and rural routes).All orders with a P.O box, rural route or APO/FPO/DPO address will be shipped by USPS. Orders shipped by USPS to an APO/FPO/DPO address will arrive in 3-5 weeks, not the standard 3-5 business days.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"IbxDisclaimern\":{\"val\":\"Valid on full-price styles on Fossil.com (on orders shipped within the continental U.S.) and at participating U.S. full-priced Fossil stores. Valid on a single receipt purchase of in-stock merchandise only, while supplies last. Offer not valid at Fossil Outlet online or in store or through phone purchases. Offer not valid on all limited edition products, outlet items, sale items, Fossil gift cards, and other select items. For a full list of excluded items, visit https://www.fossil.com/en-us/promos/. Not redeemable for cash, non-transferable and cannot be replaced if lost or stolen. Excludes taxes and shipping and handling charges. Offer cannot be combined with any other offer, promotion or sale items. No adjustments to prior purchases or to purchases made after the end of this promotion. Fossil employees are not eligible for this discount. Other exclusions may apply.\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"IbxMinSpend\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"IbxMinSpend1\":{\"val\":\"$75\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"IbxOffer\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"IbxOffer1\":{\"val\":\"$25\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"IbxOffer2\":{\"val\":\"15%\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"IbxOffer3\":{\"val\":\"$25\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"IbxOffer4\":{\"val\":\"$50\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"LogoImg\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/logo-206.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"4kb\",\"imgWidth\":\"412px\",\"imgHeight\":\"90px\",\"schedules\":[]},\"LogoImgWidth\":{\"val\":\"206\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"LogoImgWidth_BR25\":{\"val\":\"96\",\"promoVal\":\"\",\"description\":\"August 2025 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"LogoImg_BR25\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6420/fossil/0454fe1cfe4163187ed755fb8dd1935b.png\",\"promoVal\":\"\",\"description\":\"August 2025 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"15kb\",\"imgWidth\":\"192px\",\"imgHeight\":\"111px\",\"schedules\":[]},\"PrivacyPolicy\":{\"val\":\"https://support.fossilgroup.com/s/article/Website-Privacy-and-Security-1616590591948?language=en_US\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"PrivacyPolicyCopy\":{\"val\":\"Privacy Policy\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Promos\":{\"val\":\"https://www.fossil.com/en-us/promos/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"PromosCopy\":{\"val\":\"*Terms, conditions and restrictions apply. See a store associate or \u003ca href=\\\"https://www.fossil.com/en-us/promos/\\\" style=\\\"text-decoration:underline;color:#707070;\\\" target=\\\"_blank\\\"\u003ewww.fossil.com/en-us/promos/\u003c/a\u003e for complete\u0026nbsp;details\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":true,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":null,\"endDate\":\"NaN-NaN-NaN\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[{\"endDate\":\"2024-05-13T05:00:00.000Z\",\"promoVal\":\"*30% Off Full-Price Styles begins 4/22/2024 at 12:00 a.m. CT and ends 5/12/2024 at 11:59 p.m. CT online at Fossil.com and at participating Fossil US and Canadian full-price stores. Offer not valid at Fossil outlet stores or through phone purchases. Valid on a single receipt purchase of in-stock merchandise only. Offer not valid on the purchase of sale or outlet items, smartwatches, limited editions, watch rings, Raquel Watches, Jessie Bucket Bags, Sport Tourer Watches, Jolie, Gemma, Pearl Collection, Harlow Hearts, Pearl D-Link Heritage Jewelry, Fossil gift cards, previous purchases, or through phone purchases. Spend amount is exclusive of taxes and shipping charges, the cost of gift cards, and other select items. For a full list of excluded items, visit https://www.fossil.com/en-us/promos/. Offer cannot be redeemed for cash or store credit. Offer is non-transferable. No adjustments to prior purchases or to purchases made after the end of this promotion. Discount will be applied automatically at checkout; no promotional code is needed. Other exclusions may apply. Offer subject to change. \u003cbr\u003e \u003cbr\u003e **EXTRA 15% Full-Price Bags and Wallets begins 4/22/2024 at 12:00 a.m. CT and ends 5/12/2024 at 11:59 p.m. CT online at Fossil.com and at participating Fossil US and Canadian full-price stores. Offer not valid at Fossil outlet stores or through phone purchases. Valid on a single receipt purchase of in-stock merchandise only. Offer not valid on the purchase of sale or outlet items, limited editions, Jessie Bucket Bags, Fossil gift cards, previous purchases, or through phone purchases. Spend amount is exclusive of taxes and shipping charges, the cost of gift cards, and other select items. For a full list of excluded items, visit https://www.fossil.com/en-us/promos/. Offer is non-transferable. No adjustments to prior purchases or to purchases made after the end of this promotion. Discount will be applied automatically at checkout; no promotional code is needed. Other exclusions may apply. Offer subject to change.\",\"startDate\":\"2024-04-22T07:00:00.000Z\"}]},\"SocialLink1Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/social1img-31.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"1kb\",\"imgWidth\":\"62px\",\"imgHeight\":\"70px\",\"schedules\":[]},\"SocialLink1Img_BR23\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8931/Fossil/082823/01-FB_26.png\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"1kb\",\"imgWidth\":\"52px\",\"imgHeight\":\"54px\",\"schedules\":[]},\"SocialLink1Url\":{\"val\":\"https://www.facebook.com/Fossil/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"SocialLink1Url_BR23\":{\"val\":\"https://www.facebook.com/Fossil/\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"SocialLink2Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/social2img-34.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"2kb\",\"imgWidth\":\"68px\",\"imgHeight\":\"78px\",\"schedules\":[]},\"SocialLink2Img_BR23\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8931/Fossil/082823/02-IG_24.png\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"2kb\",\"imgWidth\":\"48px\",\"imgHeight\":\"50px\",\"schedules\":[]},\"SocialLink2Url\":{\"val\":\"https://twitter.com/fossil\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"SocialLink2Url_BR23\":{\"val\":\"https://www.instagram.com/fossil/\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"SocialLink3Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/social3img-30.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"3kb\",\"imgWidth\":\"60px\",\"imgHeight\":\"70px\",\"schedules\":[]},\"SocialLink3Img_BR23\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/8931/Fossil/082823/03-TT_23.png\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"1kb\",\"imgWidth\":\"46px\",\"imgHeight\":\"48px\",\"schedules\":[]},\"SocialLink3Url\":{\"val\":\"https://www.instagram.com/fossil/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"SocialLink3Url_BR23\":{\"val\":\"https://www.tiktok.com/@fossil\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"SocialLink4Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/social4img-29.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"2kb\",\"imgWidth\":\"58px\",\"imgHeight\":\"70px\",\"schedules\":[]},\"SocialLink4Url\":{\"val\":\"https://www.tiktok.com/@fossil\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Studio_BelowHeroBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"origin\":\"Studio\",\"group\":\"promoBannerSmartFields\",\"label\":\"$BelowHeroBannerImg\"},\"Studio_BelowHeroBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"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_TopBannerImg\":{\"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\":\"$TopBannerImg\"},\"Studio_TopBannerUrl\":{\"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\":\"$TopBannerUrl\"},\"SupportCopy1\":{\"val\":\"Need help?\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"SupportCopy2\":{\"val\":\"support.fossil.com\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"SupportUrl\":{\"val\":\"https://support.fossilgroup.com/s/?language=en_US\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Terms\":{\"val\":\"https://support.fossilgroup.com/s/article/Terms-of-Use-1616590591856?language=en_US\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TermsCopy\":{\"val\":\"Terms of Service\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TextSendOffer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TextSendOffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TextSendOffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopBannerImg\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":null,\"endDate\":\"NaN-NaN-NaN\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"1200px\",\"imgHeight\":\"170px\",\"schedules\":[{\"endDate\":\"2024-02-16T00:00:00.000Z\",\"promoVal\":\"https://assets.bounceexchange.com/assets/uploads/users/7486/5d98fd8a7629dbb2f18eac55e9ae5ca2.png\",\"startDate\":\"2024-02-13T00:00:00.000Z\"}]},\"TopBannerUrl\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":null,\"endDate\":\"NaN-NaN-NaN\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[{\"endDate\":\"2024-02-16T00:00:00.000Z\",\"promoVal\":\"https://www.fossil.com/en-us/outlet/deals/up-to-75pct-off-clearance/\",\"startDate\":\"2024-02-13T00:00:00.000Z\"}]},\"TopCat1Copy\":{\"val\":\"Watches\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat1Copy2024\":{\"val\":\"\u003cbr\u003eNew\u003cbr\u003eArrivals\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat1Img2024\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/2518/fossil/20250228/FSL6470983_SP25_AD_71.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"15kb\",\"imgWidth\":\"168px\",\"imgHeight\":\"226px\",\"schedules\":[]},\"TopCat1Img_BR25\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6420/fossil/0d5f8f50d6399596c1213f0ec62e41c0.png\",\"promoVal\":\"\",\"description\":\"August 2025 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"42kb\",\"imgWidth\":\"168px\",\"imgHeight\":\"226px\",\"schedules\":[]},\"TopCat1Url\":{\"val\":\"https://www.fossil.com/en-us/watches/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat1Url2024\":{\"val\":\"https://www.fossil.com/en-us/new-arrivals/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat1Url_BR23\":{\"val\":\"https://www.fossil.com/en-us/watches/\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"280px\",\"imgHeight\":\"380px\",\"schedules\":[]},\"TopCat2Copy\":{\"val\":\"Smartwatches\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat2Copy2024\":{\"val\":\"\u003cbr\u003eWatches\u003cbr\u003e\u003cbr\u003e\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat2Img2024\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/2518/fossil/20250228/FSL6470983_SP25_AD_05j.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"16kb\",\"imgWidth\":\"168px\",\"imgHeight\":\"226px\",\"schedules\":[]},\"TopCat2Img_BR25\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6420/fossil/83ed736853d08fd6ac61522448f4690f.png\",\"promoVal\":\"\",\"description\":\"August 2025 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"42kb\",\"imgWidth\":\"168px\",\"imgHeight\":\"226px\",\"schedules\":[]},\"TopCat2Url\":{\"val\":\"https://www.fossil.com/en-us/smartwatches/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat2Url2024\":{\"val\":\"https://www.fossil.com/en-us/watches/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat2Url_BR23\":{\"val\":\"https://www.fossil.com/en-us/bags/\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat3Copy\":{\"val\":\"Bags\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat3Copy2024\":{\"val\":\"\u003cbr\u003eWomen's\u003cbr\u003eJewelry\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat3Img2024\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/2518/fossil/20250228/FSL6485701_SS25_AD_09.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"21kb\",\"imgWidth\":\"168px\",\"imgHeight\":\"226px\",\"schedules\":[]},\"TopCat3Img_BR25\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6420/fossil/a1162f130bd22d051089b43508cf032c.png\",\"promoVal\":\"\",\"description\":\"August 2025 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"51kb\",\"imgWidth\":\"168px\",\"imgHeight\":\"226px\",\"schedules\":[]},\"TopCat3Url\":{\"val\":\"https://www.fossil.com/en-us/bags/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat3Url2024\":{\"val\":\"https://www.fossil.com/en-us/jewelry/womens-jewelry/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat3Url_BR25\":{\"val\":\"https://www.fossil.com/en-us/wallets/\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat4Copy\":{\"val\":\"Wallets\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat4Copy2024\":{\"val\":\"\u003cbr\u003eMen's\u003cbr\u003eWallets\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat4Img2024\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6900/88ab9b5eaef9e255586634cdd72d1303.jpg\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"25kb\",\"imgWidth\":\"168px\",\"imgHeight\":\"226px\",\"schedules\":[]},\"TopCat4Img_BR25\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/6420/fossil/71eead2c9d4db44311963a89f38ab5f9.png\",\"promoVal\":\"\",\"description\":\"August 2025 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"56kb\",\"imgWidth\":\"168px\",\"imgHeight\":\"226px\",\"schedules\":[]},\"TopCat4Url\":{\"val\":\"https://www.fossil.com/en-us/wallets/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat4Url2024\":{\"val\":\"https://www.fossil.com/en-us/wallets/mens-wallets/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat4Url_BR23\":{\"val\":\"https://www.fossil.com/en-us/jewelry/\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat5Copy\":{\"val\":\"Jewelry\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat5Url\":{\"val\":\"https://www.fossil.com/en-us/jewelry/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat6Copy\":{\"val\":\"Outlet\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCat6Url\":{\"val\":\"https://www.fossil.com/en-us/outlet/trending/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCatHeadline\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"TopCatHeadline_BR23\":{\"val\":\"Shop by Category\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"UnsubscribeCopy\":{\"val\":\"Unsubscribe\",\"promoVal\":\"\",\"description\":\"August 2023 - Brand Refresh\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"VProp1Copy\":{\"val\":\"BUY ONLINE,\u003cbr\u003ePICK UP IN STORE\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"VProp1Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/vprop1img.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"14kb\",\"imgWidth\":\"114px\",\"imgHeight\":\"116px\",\"schedules\":[]},\"VProp1Url\":{\"val\":\"https://www.fossil.com/en-us/asset_bopis_info.html\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"VProp2Copy\":{\"val\":\"CURBSIDE SERVICE\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"VProp2Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/vprop2img-118.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"30kb\",\"imgWidth\":\"236px\",\"imgHeight\":\"118px\",\"schedules\":[]},\"VProp2Url\":{\"val\":\"https://www.fossil.com/en-us/curbside-pickup/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"VProp3Copy\":{\"val\":\"VIRTUAL PERSONAL\u003cbr\u003eSHOPPING\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"VProp3Img\":{\"val\":\"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/vprop3img-85.png\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"22kb\",\"imgWidth\":\"170px\",\"imgHeight\":\"118px\",\"schedules\":[]},\"VProp3Url\":{\"val\":\"https://www.fossil.com/en-us/virtual-personal-shopping/\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"VPropHeadline\":{\"val\":\"FREE SHIPPING ON ORDERS OVER $100\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"VpropCopy_BR23\":{\"val\":\"FREE SHIPPING ON ORDERS OVER $75\",\"promoVal\":\"\",\"description\":\"Updated 10/20/25\",\"enabled\":true,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":null,\"endDate\":\"NaN-NaN-NaN\",\"endTime\":null,\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[{\"endDate\":\"2031-01-01T04:59:00.000Z\",\"promoVal\":\"FREE SHIPPING ON ORDERS OVER $75\",\"startDate\":\"2025-10-20T04:00:00.000Z\"}]},\"bfcm_offer\":{\"val\":\"$25\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"couponcode1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"couponcode2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"couponcode3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"onsitedisclaimer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"onsitedisclaimer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"onsitedisclaimer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"onsiteoffer1\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"onsiteoffer2\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"onsiteoffer3\":{\"val\":\"\",\"promoVal\":\"\",\"description\":\"\",\"enabled\":false,\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Nav1Copy\":{\"val\":\"Shop Women's\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Nav1Url\":{\"val\":\"https://www.fossil.com/en-us/womens/\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Nav2Copy\":{\"val\":\"Shop Men's\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Nav2Url\":{\"val\":\"https://www.fossil.com/en-us/mens/\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Nav3Copy\":{\"val\":\"Shop Watches\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Nav3Url\":{\"val\":\"https://www.fossil.com/en-us/watches/\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Nav4Copy\":{\"val\":\"Shop Bags\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Nav4Url\":{\"val\":\"https://www.fossil.com/en-us/bags/\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Nav5Copy\":{\"val\":\"Shop Jewelry\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Nav5Url\":{\"val\":\"https://www.fossil.com/en-us/jewelry/\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Nav6Copy\":{\"val\":\"Shop Gifts\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"Nav6Url\":{\"val\":\"https://www.fossil.com/en-us/gifts/\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"AISamplingRate\":{\"val\":\"50\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]},\"AITestModeEnabled\":{\"val\":\"true\",\"endDate\":\"NaN-NaN-NaN\",\"endTime\":\"NaN:NaN\",\"startDate\":\"NaN-NaN-NaN\",\"startTime\":\"NaN:NaN\",\"enabled\":false,\"promoVal\":\"\",\"description\":\"\",\"imgSize\":\"\",\"imgWidth\":\"\",\"imgHeight\":\"\",\"schedules\":[]}}","custom_variable":"{\"logged_in\":{\"default\":\"false\",\"polling\":\"none\",\"persist\":\"no\",\"val\":\"(function() {\\n var i = 0;\\n while(i \u003c dataLayer.length) {\\n if (dataLayer[i].loggedInState) {\\n return true;\\n }\\n i++;\\n }\\n return false;\\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-sidebar .qty-card-quantity-count').each(function() {\\n count += Number(jQuery(this).text().trim()) || 0;\\n });\\n return count;\\n }\\n return Number(jQuery('.minicart-quantity').eq(0).text());\\n})();\",\"t\":\"int\",\"page_type_json\":[],\"testmode\":false},\"cart_value\":{\"default\":\"0\",\"polling\":\"all\",\"persist\":\"visit\",\"val\":\"\",\"t\":\"float\",\"page_type_json\":[],\"testmode\":true},\"prod_price\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"Number(jQuery('.prices .sales .value').eq(0).text().replace(/[^0-9.]/g,''));\",\"t\":\"float\",\"page_type_json\":[],\"testmode\":false},\"prod_name\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('h1.product-name').eq(0).text().trim();\",\"t\":\"string\",\"page_type_json\":[],\"testmode\":false},\"in_stock\":{\"default\":\"false\",\"polling\":\"all\",\"persist\":\"no\",\"val\":\"Boolean(bouncex.utils.getNestedProp('wunderkind.product.inStock', false));\",\"t\":\"bool\",\"page_type_json\":[],\"testmode\":true},\"submitted_onsite\":{\"polling\":\"all\",\"persist\":\"permanent\",\"val\":\"jQuery('.newsletterSubscribe').text().includes('THANK YOU') || jQuery('.modal-body').text().includes('WELCOME TO THE FAM') || 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\":false},\"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\":\"all\",\"persist\":\"no\",\"val\":\"bouncex.website.pts;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"logged_in_identified\":{\"polling\":\"none\",\"persist\":\"no\",\"val\":\"null;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"metrical_present_us\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(function () {\\n function filterObjectsWithValue(arrayToFilter, valueToFind) {\\n return arrayToFilter.filter((obj) =\u003e obj.action === valueToFind);\\n }\\n if (filterObjectsWithValue(dataLayer, 'offerflow_presented').length \u003e 0 \u0026\u0026 filterObjectsWithValue(dataLayer,'offerflow_testgroup_defined')[0].offerflow.testgroup === 'treatment') {\\n return true;\\n } \\n else if (jQuery('.Metrical_LightBox').length \u003e 0) {\\n return true;\\n }else {\\n return false;\\n }\\n}\\n)();\\n\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"zip_code_box_present\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"jQuery('#checkout-main .store-locator:visible').length \u003e 0;\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false},\"anchor_visible\":{\"polling\":\"all\",\"persist\":\"no\",\"val\":\"(function(){\\n if(bouncex.wndsize().width \u003e 767){\\n return jQuery('.product-grid article.product-tile-container:eq(19)').length \u003e 0;\\n } else {\\n return jQuery('.product-grid article.product-tile-container:eq(7)').length \u003e 0;\\n }\\n})();\",\"default\":\"false\",\"page_type_json\":[],\"trigger\":\"pageload\",\"datatype\":\"\",\"testmode\":false}}","deployment_json":null,"deployment_presets":{"Email Capture Eligible":[[{"activation":"customer","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"submitted_email","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/en_US/Order-Confirm"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=sfmc"},{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=eml"}],[{"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"}]],"Email Identified ":[[{"activation":"submitted_email","prop":"yes","prop2":"","prop3":"","val":""},{"activation":"any_page_url","prop":"contains","prop2":"ever","prop3":"","val":"utm_source=sfmc"},{"activation":"any_page_url","prop":"contains","prop2":"ever","prop3":"","val":"utm_medium=eml"},{"activation":"any_page_url","prop":"contains","prop2":"ever","prop3":"","val":"utm_medium=email"},{"activation":"variable","prop":"equal","prop2":"submitted_onsite","prop3":"","val":"true"},{"activation":"variable","prop":"equal","prop2":"logged_in","prop3":"","val":"true"},{"activation":"variable","prop":"equal","prop2":"ever_logged_in","prop3":"","val":"true"}]],"Exclude Checkout Pages":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/en-us/cart/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/en_US/Checkout"}]],"F23 BRAND REFRESH":[[{"activation":"date","prop":"greater","prop2":"","prop3":"","val":"09/04/2023 23:59"}]],"IBX Continuity":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_co_us_b_fos_la_en_c_wkndbackstockpros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_co_us_b_fos_la_en_c_wkndcartabandonpros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_co_us_b_fos_la_en_c_wkndprodabandonpros"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_co_us_b_fos_la_en_c_wkndcatabandonpros"}]],"Items in Cart":[[{"activation":"variable","prop":"greater","prop2":"cart_qty","prop3":"","val":"0"}],[{"activation":"variable","prop":"greater","prop2":"cart_value","prop3":"","val":"0"}]],"Sitewide Sale Period ":[[{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"11/25/2024 01:00"}],[{"activation":"date","prop":"less_equal","prop2":"","prop3":"","val":"12/02/2024 01:00"}]],"Sitewide Sale Period PHASE 2":[[{"activation":"date","prop":"greater_equal","prop2":"","prop3":"","val":"12/02/2024 01:00"}],[{"activation":"date","prop":"less_equal","prop2":"","prop3":"","val":"12/09/2024 00:00"}]],"Star Wars Campaign":[[{"activation":"date","prop":"greater","prop2":"","prop3":"","val":"05/01/2023 00:01"}],[{"activation":"date","prop":"less","prop2":"","prop3":"","val":"05/03/2023 23:59"}]],"Text Opt-In Eligible":[[{"activation":"location","prop":"exactly","prop2":"country","prop3":"","val":"US"}],[{"activation":"submitted_phone","prop":"no","prop2":"","prop3":"","val":""}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=text"}],[{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"sms_click"}]],"URL Exclusions":[[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/brands/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/en-us/login/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/americas-careers/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/en-us/store-locator.html"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/responsibility/regulatory-compliance/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/en-us/corporate/make-time-for-good/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/en-us/fossil-foundation/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/en-us/corporate/sales/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/en-us/asset_affiliate.html"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"https://support.fossilgroup.com/s/topic/0TO6g000000scW9GAI/warranty-repairs?language=en_US"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"https://services-us.fossilgroup.com/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"https://support.fossilgroup.com/s/article/Watch-Instructions-Manual-1616590591833?language=en_US"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"https://www.fossil.com/en-us/registrations/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"https://support.fossilgroup.com/s/?language=en_US"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"https://support.fossilgroup.com/s/topic/0TO6g000000scWXGAY/returns-refunds?language=en_US"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/en-us/gifts/gift-services/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/en-us/shopping-services/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"https://support.fossilgroup.com/s/chat?"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"https://www.essentialaccessibility.com/FossilGroup"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"https://support.fossilgroup.com/s/?language=en_US"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"/star-wars-x-fossil/"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"leadgen_cons"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"popuptest"}]],"text continuity: prospects":[[{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndwelcpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndwelcpro_sd~20240000_w~fos_l~en_lo~us_s~2_m~lc_"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndwelcpro_sd~20240000_w~fos_l~en_lo~us_s~3_m~lc_"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndbrwabndpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndbrwabndpro_sd~20240000_w~fos_l~en_lo~us_s~2_m~lc_"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndprdabndpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndprdabndpro_sd~20240000_w~fos_l~en_lo~us_s~2_m~lc_"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndcrtabndpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndbackstckpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_"},{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndbackstckpro_sd~20240000_w~fos_l~en_lo~us_s~2_m~lc_"}]]},"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":"1656527472","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 CLEAN_URL = bouncex.utils.url.allowParams();\n\n/* --------------------------------- HELPERS -------------------------------- */\nfunction getCategory() {\n var category = '';\n for(var i = 0; i \u003c dataLayer.length; i++) {\n category = bouncex.utils.getNestedProp('ecommerce.detail.products.0.category', '', dataLayer[i]);\n if(category) {\n return category;\n }\n }\n return 'global';\n}\n\n/* ------------------------------ ITEM TRACKING ----------------------------- */\nfunction getItem() {\n return {\n id: bouncex.utils.getNestedProp('wunderkind.product.sku', ''),\n copy: bouncex.utils.getNestedProp('wunderkind.product.name', ''),\n category: bouncex.utils.getNestedProp('wunderkind.product.itemCategory', ''),\n url: CLEAN_URL,\n imageurl: bouncex.utils.getNestedProp('wunderkind.product.imgUrl', ''),\n instock: JSON.parse(bouncex.utils.getNestedProp('wunderkind.product.inStock', false))\n };\n}\n\nfunction fireViewItem(id, groupId) {\n var pushItem = { 'item:id': id};\n\n if (groupId) {\n pushItem['item:itemgroupid'] = groupId;\n }\n\n bouncex.push(['view item', pushItem]);\n}\n\nfunction initializeItemEvents() {\n var item;\n\n bouncex.et.onTrue(\n function () {\n item = getItem();\n return !!item.id \u0026\u0026\n !!item.copy \u0026\u0026\n !!item.category \u0026\u0026\n !!item.url \u0026\u0026\n !!item.imageurl;\n },\n function () {\n if (item.url.indexOf('gift-card') \u003e -1) {\n return;\n }\n bouncex.push(['item', item]);\n item.groupId = wunderkind.product.id || '';\n fireViewItem(item.id, item.groupId); \n \n // initializeSkuEvents(item.id, item.groupId);\n },\n 10\n );\n}\n\n/* ------------------------------ SKU TRACKING ------------------------------ */\n// function initializeSkuEvents(itemId, groupId) {\n// bouncex.push([\n// 'select_sku',\n// {\n// 'item:id': itemId,\n// 'item:itemgroupid': groupId,\n// 'item:feedid': itemId\n// }\n// ]);\n// }\n\n/* ---------------------------- CATEGORY TRACKING --------------------------- */\nfunction getItemIdsCat() {\n var ids = [];\n\n jQuery('.grid-tile').each(function (i, e) {\n var id = jQuery(e).attr('data-pid'); /* evaluates item id of current product tile on category page */\n\n if (id \u0026\u0026 !ids.includes(id)) {\n ids.push(id);\n }\n });\n\n return ids.join(',');\n}\n\nfunction getCategoryObject() {\n return {\n 'page:url': bouncex.utils.url.allowParams('q'),\n 'items:ids': getItemIdsCat()\n };\n}\n\nfunction initializeCategoryEvents() {\n var categoryObj;\n initializeQuickviewEvents();\n\n bouncex.et.onTrue(\n function () {\n categoryObj = getCategoryObject();\n return !!categoryObj['items:ids'].length \u0026\u0026\n !!categoryObj['page:url'];\n },\n function () {\n bouncex.push(['view category', categoryObj]);\n },\n 10\n );\n}\n\nfunction initializeQuickviewEvents(){\n var QUICKVIEW_SELECTOR = '#quickViewModal.show';\n bouncex.et.onVisible(QUICKVIEW_SELECTOR, function(){\n bouncex.setTimeout2(function() {\n var itemId = jQuery(QUICKVIEW_SELECTOR).find('.product-quickview').attr('data-pid');\n if (itemId){\n fireViewItem(itemId);\n }\n }, 500);\n });\n}\n\n/* ------------------------------- CART EVENTS ------------------------------ */\nfunction fireAddToCart(itemId, replenItem) {\n bouncex.push([\n 'add to cart',\n {\n 'item:id': itemId,\n 'cart:item': bouncex.stringify(replenItem)\n }\n ]);\n\n if (bouncex.vars.cart) {\n return;\n }\n bouncex.setVar('cart', true);\n}\n\nfunction trackAJAXCart(e, xhr, settings) {\n if (\n settings.url.indexOf('/on/demandware.store/Sites-fossil-na-Site/en_US/Cart-AddProduct') \u003e -1\n \u0026\u0026 !bouncex.utils.url.getParam('bx_cart')\n \u0026\u0026 xhr.status === 200\n ) {\n var data = bouncex.utils.url.queryStringToObject(settings.data) || {},\n id = data.pid || '',\n replenItem = {\n 'pid': data.pid || '',\n 'qty': data.quantity || ''\n };\n\n if (!id || !replenItem.pid || !replenItem.qty) {\n return;\n }\n\n fireAddToCart(id, replenItem);\n }\n}\n\nfunction emptyCart() {\n bouncex.et.onVarChange('cart_qty', function (oldVal, newVal) {\n if (bouncex.vars.cart \u0026\u0026 newVal === 0 \u0026\u0026 oldVal \u003e 0) {\n bouncex.push(['empty_cart']);\n bouncex.setVar('cart', false);\n }\n });\n}\n\nfunction initializeCartEvents() {\n bouncex.et.cart.init({\n replenishmentType: 'ajax',\n replenish: function (cart) {\n var deferreds = [];\n\n cart.items.forEach(function (item) {\n deferreds.push(makeAjaxATCFunc(item));\n });\n\n deferreds.reduce(\n function (promise, func) {\n return promise.then(function () {\n return func();\n });\n },\n jQuery.Deferred().resolve([])\n )\n .then(replenComplete);\n }\n });\n\n function makeAjaxATCFunc(replenItem) {\n return function () {\n return jQuery.ajax({\n type: 'POST',\n url: 'https://www.fossil.com/on/demandware.store/Sites-fossil-na-Site/en_US/Cart-AddProduct',\n data: {\n cartAction: 'add',\n pid: replenItem.pid,\n quantity: replenItem.qty,\n }\n });\n };\n }\n\n function replenComplete() {\n window.location.href = CLEAN_URL + '?bx_replen=true';\n }\n\n bouncex.et.on(bouncex.document, 'ajaxComplete.wknd', trackAJAXCart);\n\n emptyCart();\n}\n\n\n/* --------------------------- INITIALIZE TRACKING -------------------------- */\nfunction isValidDomain() {\n return CLEAN_URL.indexOf('https://www.fossil.com/en-us') \u003e -1;\n}\n\nfunction isEn() {\n return bouncex.html.attr('lang') === 'en';\n}\n\nfunction isValidForTracking() {\n return isValidDomain() \u0026\u0026 isEn();\n}\n\nfunction init() {\n if (!isValidForTracking()) {\n return;\n }\n\n initializeCartEvents();\n\n switch (bouncex.website.pts) {\n case 'category':\n case 'search':\n initializeCategoryEvents();\n break;\n case 'product':\n initializeItemEvents();\n break;\n default:\n break;\n }\n}\n\ninit();","event_tracking_test_mode":"0","fastboot_enabled":"1","feed_config_json":"{\n \"WebsiteID\": \"5384\",\n \"Type\": \"product\",\n \"StepsToRun\": [\n \"import\"\n ],\n \"Source\": {\n \"Transport\": \"web\",\n \"Format\": \"csv\",\n \"ClientFeedCredsID\": \"5384/source\",\n \"FormatConfig\": {\n \"Type\": \"product\",\n \"Separator\": \",\",\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\": \"Original 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\": \"Outlet\"\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|/en_US/Order-Confirm|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"/en_US/Order-Confirm"},"any_page_url|/en_US/Order-Confirm|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"/en_US/Order-Confirm"},"any_page_url|_co_us_b_fos_la_en_c_wkndbackstockpros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_co_us_b_fos_la_en_c_wkndbackstockpros"},"any_page_url|_co_us_b_fos_la_en_c_wkndcartabandonpros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_co_us_b_fos_la_en_c_wkndcartabandonpros"},"any_page_url|_co_us_b_fos_la_en_c_wkndcatabandonpros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_co_us_b_fos_la_en_c_wkndcatabandonpros"},"any_page_url|_co_us_b_fos_la_en_c_wkndprodabandonpros|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"_co_us_b_fos_la_en_c_wkndprodabandonpros"},"any_page_url|bxtest|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"bxtest"},"any_page_url|c~wkndbackstckpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndbackstckpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_"},"any_page_url|c~wkndbackstckpro_sd~20240000_w~fos_l~en_lo~us_s~2_m~lc_|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndbackstckpro_sd~20240000_w~fos_l~en_lo~us_s~2_m~lc_"},"any_page_url|c~wkndbrwabndpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndbrwabndpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_"},"any_page_url|c~wkndbrwabndpro_sd~20240000_w~fos_l~en_lo~us_s~2_m~lc_|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndbrwabndpro_sd~20240000_w~fos_l~en_lo~us_s~2_m~lc_"},"any_page_url|c~wkndcrtabndpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndcrtabndpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_"},"any_page_url|c~wkndprdabndpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndprdabndpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_"},"any_page_url|c~wkndprdabndpro_sd~20240000_w~fos_l~en_lo~us_s~2_m~lc_|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndprdabndpro_sd~20240000_w~fos_l~en_lo~us_s~2_m~lc_"},"any_page_url|c~wkndwelcpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndwelcpro_sd~20240000_w~fos_l~en_lo~us_s~1_m~lc_"},"any_page_url|c~wkndwelcpro_sd~20240000_w~fos_l~en_lo~us_s~2_m~lc_|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndwelcpro_sd~20240000_w~fos_l~en_lo~us_s~2_m~lc_"},"any_page_url|c~wkndwelcpro_sd~20240000_w~fos_l~en_lo~us_s~3_m~lc_|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"c~wkndwelcpro_sd~20240000_w~fos_l~en_lo~us_s~3_m~lc_"},"any_page_url|gclid|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"gclid"},"any_page_url|sms_click|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"sms_click"},"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_medium=eml|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=eml"},"any_page_url|utm_medium=text|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_medium=text"},"any_page_url|utm_source=sfmc|ever":{"activation":"any_page_url","prop":"not_contains","prop2":"ever","prop3":"","val":"utm_source=sfmc"},"any_page_url|utm_source=wunderkind|session":{"activation":"any_page_url","prop":"not_contains","prop2":"session","prop3":"","val":"utm_source=wunderkind"},"any_page_url|wunderkind|session":{"activation":"any_page_url","prop":"contains","prop2":"session","prop3":"","val":"wunderkind"},"google_mobile_policy|session":{"activation":"google_mobile_policy","prop":"yes","prop2":"session","prop3":"","val":""}},"gmp_enabled":"1","gmp_url_exceptions":["gclid"],"google_analytics_id":"UA-139471838-1","google_analytics_view_account":"analytics@wunderkind.co","google_analytics_view_id":"194670533","ibx_cart_replenishment_js":null,"ibx_tracking_enabled":"0","id":"5384","inbox_reporting_enabled":"1","lang":"english","liquid_vars":{"AISamplingRate":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"50"},"AITestModeEnabled":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"true"},"Address":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"901 S. Central Expwy Richardson, TX 75080, USA"},"BelowHeroBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"170px","imgSize":"","imgWidth":"1200px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"BelowHeroBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[{"endDate":"2024-11-07T00:00:00.000Z","promoVal":"","startDate":"2024-10-31T00:00:00.000Z"}],"startDate":"NaN-NaN-NaN","startTime":null,"val":""},"BelowProdGridBannerImg":{"description":"","enabled":true,"endDate":"NaN-NaN-NaN","endTime":null,"imgHeight":"170px","imgSize":"","imgWidth":"1200px","promoVal":"","schedules":[{"endDate":"2024-12-09T04:59:00.000Z","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/5006/acf7a29089abe207847b1d78cf899cb7.png","startDate":"2024-12-02T06:00:00.000Z"}],"startDate":"NaN-NaN-NaN","startTime":null,"val":""},"BelowProdGridBannerUrl":{"description":"","enabled":true,"endDate":"NaN-NaN-NaN","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[{"endDate":"2024-12-08T16:59:00.000Z","promoVal":"https://www.fossil.com/en-us/shop/fossil-brand-highlights/","startDate":"2024-12-02T06:00:00.000Z"}],"startDate":"NaN-NaN-NaN","startTime":null,"val":""},"CartURL_2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/cart/"},"ClientId":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"5384"},"ClientName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"FOSSIL"},"CorpName":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"FOSSIL GROUP, INC."},"DeadZone":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"true"},"FooterLogoImg_BR23":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"120px","imgSize":"8kb","imgWidth":"280px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8931/Fossil/082823/Footer-Logo_140.png"},"FreeShipBannerAlt":{"description":"Alt text for Free Ship banner","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Free Shipping Available Only On Orders Over $75+"},"FreeShipBannerImg":{"description":"Free Shipping Available Only On Orders Over $50+","enabled":true,"endDate":"NaN-NaN-NaN","endTime":null,"imgHeight":"170px","imgSize":"8kb","imgWidth":"1200px","promoVal":"","schedules":[{"endDate":"2026-01-01T04:59:00.000Z","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/7428/a0e3a2c0ed9d1d360d96eb7c38ef742e.png","startDate":"2025-10-20T04:00:00.000Z"}],"startDate":"NaN-NaN-NaN","startTime":null,"val":"https://assets.bounceexchange.com/assets/uploads/users/5006/44e39ad3a432621e3daa1a359a4d1094.png"},"HeroImgReal":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"HomepageUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/"},"IbxDisclaimer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Valid on full-price purchases of $75 or more on Fossil.com (on orders shipped within the continental U.S. and Canada) and at participating U.S. and Canadian full-priced Fossil stores. Valid on a single receipt purchase of in-stock merchandise only, while supplies last. Offer not valid at Fossil Outlet online or in store or through phone purchases. Offer not valid on all smartwatches, limited edition products, Fossil gift cards, and other select items. For a full list of excluded items, visit https://www.fossil.com/en-us/promos/. Not redeemable for cash, non-transferable and cannot be replaced if lost or stolen. Excludes taxes and shipping and handling charges. Offer cannot be combined with any other offer, promotion or sale items. No adjustments to prior purchases or to purchases made after the end of this promotion. Fossil employees are not eligible for this discount. Other exclusions may apply."},"IbxDisclaimer1":{"description":"Prospects - August 2023 - Brand Refresh","enabled":true,"endDate":"NaN-NaN-NaN","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[{"endDate":"2024-12-09T04:59:00.000Z","promoVal":"Valid on full-price purchases of $75 or more on Fossil.com (on orders shipped within the continental U.S. and Canada) and at participating U.S. and Canadian full-priced Fossil stores. Valid on a single receipt purchase of in-stock merchandise only, while supplies last. Offer not valid at Fossil Outlet online or in store or through phone purchases. Offer not valid on all smartwatches, limited edition products, Fossil gift cards, and other select items. For a full list of excluded items, visit https://www.fossil.com/en-us/promos/. Not redeemable for cash, non-transferable and cannot be replaced if lost or stolen. Excludes taxes and shipping and handling charges. Offer cannot be combined with any other offer, promotion or sale items. No adjustments to prior purchases or to purchases made after the end of this promotion. Fossil employees are not eligible for this discount. Other exclusions may apply.\u003cbr\u003e\u003cbr\u003e ** Discount offer begins 11/25/2024 at 12:00 a.m. CT and ends 12/08/2024 at 11:59 p.m. CT online at Fossil.com and at participating Fossil US and Canadian full-price stores. Offer not valid at Fossil outlet stores or through phone purchases. Valid on a single receipt purchase of in-stock merchandise only. Offer not valid on the purchase of sale or outlet items, limited editions, bands for Apple Watch®, Fossil gift cards or previous purchases. Offer cannot be redeemed for cash or store credit. Offer is non-transferable. No adjustments to prior purchases or to purchases made after the end of this promotion. Offer prices as marked, no promotional code is needed. Other exclusions may apply. Offer subject to change.","startDate":"2024-12-02T06:00:00.000Z"}],"startDate":"NaN-NaN-NaN","startTime":null,"val":"Valid on full-price purchases of $75 or more on Fossil.com (on orders shipped within the continental U.S. and Canada) and at participating U.S. and Canadian full-priced Fossil stores. Valid on a single receipt purchase of in-stock merchandise only, while supplies last. Offer not valid at Fossil Outlet online or in store or through phone purchases. Offer not valid on all smartwatches, limited edition products, Fossil gift cards, and other select items. For a full list of excluded items, visit https://www.fossil.com/en-us/promos/. Not redeemable for cash, non-transferable and cannot be replaced if lost or stolen. Excludes taxes and shipping and handling charges. Offer cannot be combined with any other offer, promotion or sale items. No adjustments to prior purchases or to purchases made after the end of this promotion. Fossil employees are not eligible for this discount. Other exclusions may apply."},"IbxDisclaimer2":{"description":"Customers - updated 10/20/25","enabled":false,"endDate":"NaN-NaN-NaN","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[{"endDate":"2026-01-01T04:59:00.000Z","promoVal":"*FREE STANDARD SHIPPING ON ORDERS OVER $75 AND FREE RETURNS ON ALL ORDERS. Enjoy free standard shipping on orders over $75. For orders under $75, a $6.99 flat rate fee will apply. Free returns on all orders. Standard shipping is only available for orders with delivery addresses within the continental United States (excluding PO boxes and rural\u0026nbsp;routes).","startDate":"2025-10-20T04:00:00.000Z"}],"startDate":"NaN-NaN-NaN","startTime":null,"val":"*FREE STANDARD SHIPPING ON ORDERS OVER $75 AND FREE RETURNS ON ALL ORDERS. Enjoy free standard shipping on orders over $75. For orders under $75, a $6.99 flat rate fee will apply. Free returns on all orders. Standard shipping is only available for orders with delivery addresses within the continental United States (excluding PO boxes and rural\u0026nbsp;routes)."},"IbxDisclaimer3":{"description":"Prospects - April 2025","enabled":false,"endDate":"NaN-NaN-NaN","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[{"endDate":"2024-11-27T00:00:00.000Z","promoVal":"*FREE STANDARD SHIPPING ON ORDERS OVER $50 AND FREE RETURNS ON ALL ORDERS. Enjoy free standard shipping on orders over $50. For orders under $50, a $5.99 flat rate fee will apply. Free returns on all orders. Standard shipping is only available for orders with delivery addresses within the continental United States (excluding PO boxes and rural\u0026nbsp;routes).\u003cbr\u003e\u003cbr\u003e ** Discount offer begins 11/25/2024 at 12:00 a.m. CT and ends 12/08/2024 at 11:59 p.m. CT online at Fossil.com and at participating Fossil US and Canadian full-price stores. Offer not valid at Fossil outlet stores or through phone purchases. Valid on a single receipt purchase of in-stock merchandise only. Offer not valid on the purchase of sale or outlet items, limited editions, bands for Apple Watch®, Fossil gift cards or previous purchases. Offer cannot be redeemed for cash or store credit. Offer is non-transferable. No adjustments to prior purchases or to purchases made after the end of this promotion. Offer prices as marked, no promotional code is needed. Other exclusions may apply. Offer subject to change.","startDate":"2024-11-21T00:00:00.000Z"}],"startDate":"NaN-NaN-NaN","startTime":null,"val":"Valid on full-price styles on \u003ca href=\"https://www.fossil.com/en-us/\" target=\"_blank\" style=\"color:#707070;text-decoration:none;\"\u003eFossil.com\u003c/a\u003e (on orders shipped within the continental U.S.) and at participating U.S. full-priced Fossil stores. Valid on a single receipt purchase of in-stock merchandise only, while supplies last. Offer not valid at Fossil Outlet online or in store or through phone purchases. Offer not valid on all limited edition products, outlet items, sale items, Fossil gift cards, and other select items. For a full list of excluded items, visit \u003ca href=\"https://www.fossil.com/en-us/promos/\" target=\"_blank\" style=\"color:#707070;text-decoration:none;\"\u003ehttps://www.fossil.com/en-us/promos/\u003c/a\u003e. Offer reserved exclusively for new subscribers. Re-subscribers are not eligible for the offer. Not redeemable for cash, non-transferable and cannot be replaced if lost or stolen. Excludes taxes and shipping and handling charges. Offer cannot be combined with any other offer, promotion or sale items. No adjustments to prior purchases or to purchases made after the end of this promotion. Fossil employees are not eligible for this discount. Other exclusions may\u0026nbsp;apply."},"IbxDisclaimerCUST":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Free ground shipping on all US orders. Standard shipping is only available for orders with delivery addresses within the continental United States (excluding PO boxes and rural routes).All orders with a P.O box, rural route or APO/FPO/DPO address will be shipped by USPS. Orders shipped by USPS to an APO/FPO/DPO address will arrive in 3-5 weeks, not the standard 3-5 business days."},"IbxDisclaimern":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Valid on full-price styles on Fossil.com (on orders shipped within the continental U.S.) and at participating U.S. full-priced Fossil stores. Valid on a single receipt purchase of in-stock merchandise only, while supplies last. Offer not valid at Fossil Outlet online or in store or through phone purchases. Offer not valid on all limited edition products, outlet items, sale items, Fossil gift cards, and other select items. For a full list of excluded items, visit https://www.fossil.com/en-us/promos/. Not redeemable for cash, non-transferable and cannot be replaced if lost or stolen. Excludes taxes and shipping and handling charges. Offer cannot be combined with any other offer, promotion or sale items. No adjustments to prior purchases or to purchases made after the end of this promotion. Fossil employees are not eligible for this discount. Other exclusions may apply."},"IbxMinSpend":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxMinSpend1":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"$75"},"IbxOffer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"IbxOffer1":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"$25"},"IbxOffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"15%"},"IbxOffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"$25"},"IbxOffer4":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"$50"},"LogoImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"90px","imgSize":"4kb","imgWidth":"412px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/logo-206.png"},"LogoImgWidth":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"206"},"LogoImgWidth_BR25":{"description":"August 2025 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"96"},"LogoImg_BR25":{"description":"August 2025 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"111px","imgSize":"15kb","imgWidth":"192px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6420/fossil/0454fe1cfe4163187ed755fb8dd1935b.png"},"Nav1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Shop Women's"},"Nav1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/womens/"},"Nav2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Shop Men's"},"Nav2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/mens/"},"Nav3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Shop Watches"},"Nav3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/watches/"},"Nav4Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Shop Bags"},"Nav4Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/bags/"},"Nav5Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Shop Jewelry"},"Nav5Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/jewelry/"},"Nav6Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Shop Gifts"},"Nav6Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/gifts/"},"PrivacyPolicy":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://support.fossilgroup.com/s/article/Website-Privacy-and-Security-1616590591948?language=en_US"},"PrivacyPolicyCopy":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Privacy Policy"},"Promos":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/promos/"},"PromosCopy":{"description":"August 2023 - Brand Refresh","enabled":true,"endDate":"NaN-NaN-NaN","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[{"endDate":"2024-05-13T05:00:00.000Z","promoVal":"*30% Off Full-Price Styles begins 4/22/2024 at 12:00 a.m. CT and ends 5/12/2024 at 11:59 p.m. CT online at Fossil.com and at participating Fossil US and Canadian full-price stores. Offer not valid at Fossil outlet stores or through phone purchases. Valid on a single receipt purchase of in-stock merchandise only. Offer not valid on the purchase of sale or outlet items, smartwatches, limited editions, watch rings, Raquel Watches, Jessie Bucket Bags, Sport Tourer Watches, Jolie, Gemma, Pearl Collection, Harlow Hearts, Pearl D-Link Heritage Jewelry, Fossil gift cards, previous purchases, or through phone purchases. Spend amount is exclusive of taxes and shipping charges, the cost of gift cards, and other select items. For a full list of excluded items, visit https://www.fossil.com/en-us/promos/. Offer cannot be redeemed for cash or store credit. Offer is non-transferable. No adjustments to prior purchases or to purchases made after the end of this promotion. Discount will be applied automatically at checkout; no promotional code is needed. Other exclusions may apply. Offer subject to change. \u003cbr\u003e \u003cbr\u003e **EXTRA 15% Full-Price Bags and Wallets begins 4/22/2024 at 12:00 a.m. CT and ends 5/12/2024 at 11:59 p.m. CT online at Fossil.com and at participating Fossil US and Canadian full-price stores. Offer not valid at Fossil outlet stores or through phone purchases. Valid on a single receipt purchase of in-stock merchandise only. Offer not valid on the purchase of sale or outlet items, limited editions, Jessie Bucket Bags, Fossil gift cards, previous purchases, or through phone purchases. Spend amount is exclusive of taxes and shipping charges, the cost of gift cards, and other select items. For a full list of excluded items, visit https://www.fossil.com/en-us/promos/. Offer is non-transferable. No adjustments to prior purchases or to purchases made after the end of this promotion. Discount will be applied automatically at checkout; no promotional code is needed. Other exclusions may apply. Offer subject to change.","startDate":"2024-04-22T07:00:00.000Z"}],"startDate":"NaN-NaN-NaN","startTime":null,"val":"*Terms, conditions and restrictions apply. See a store associate or \u003ca href=\"https://www.fossil.com/en-us/promos/\" style=\"text-decoration:underline;color:#707070;\" target=\"_blank\"\u003ewww.fossil.com/en-us/promos/\u003c/a\u003e for complete\u0026nbsp;details"},"SocialLink1Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"70px","imgSize":"1kb","imgWidth":"62px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/social1img-31.png"},"SocialLink1Img_BR23":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"54px","imgSize":"1kb","imgWidth":"52px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8931/Fossil/082823/01-FB_26.png"},"SocialLink1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.facebook.com/Fossil/"},"SocialLink1Url_BR23":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.facebook.com/Fossil/"},"SocialLink2Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"78px","imgSize":"2kb","imgWidth":"68px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/social2img-34.png"},"SocialLink2Img_BR23":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"50px","imgSize":"2kb","imgWidth":"48px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8931/Fossil/082823/02-IG_24.png"},"SocialLink2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://twitter.com/fossil"},"SocialLink2Url_BR23":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.instagram.com/fossil/"},"SocialLink3Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"70px","imgSize":"3kb","imgWidth":"60px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/social3img-30.png"},"SocialLink3Img_BR23":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"48px","imgSize":"1kb","imgWidth":"46px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/8931/Fossil/082823/03-TT_23.png"},"SocialLink3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.instagram.com/fossil/"},"SocialLink3Url_BR23":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.tiktok.com/@fossil"},"SocialLink4Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"70px","imgSize":"2kb","imgWidth":"58px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/social4img-29.png"},"SocialLink4Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.tiktok.com/@fossil"},"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":""},"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_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":""},"Studio_TopBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","group":"promoBannerSmartFields","imgHeight":"","imgSize":"","imgWidth":"","label":"$TopBannerUrl","origin":"Studio","promoVal":"","startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"SupportCopy1":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Need help?"},"SupportCopy2":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"support.fossil.com"},"SupportUrl":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://support.fossilgroup.com/s/?language=en_US"},"Terms":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://support.fossilgroup.com/s/article/Terms-of-Use-1616590591856?language=en_US"},"TermsCopy":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Terms of Service"},"TextSendOffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TextSendOffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TextSendOffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopBannerImg":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":null,"imgHeight":"170px","imgSize":"","imgWidth":"1200px","promoVal":"","schedules":[{"endDate":"2024-02-16T00:00:00.000Z","promoVal":"https://assets.bounceexchange.com/assets/uploads/users/7486/5d98fd8a7629dbb2f18eac55e9ae5ca2.png","startDate":"2024-02-13T00:00:00.000Z"}],"startDate":"NaN-NaN-NaN","startTime":null,"val":""},"TopBannerUrl":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[{"endDate":"2024-02-16T00:00:00.000Z","promoVal":"https://www.fossil.com/en-us/outlet/deals/up-to-75pct-off-clearance/","startDate":"2024-02-13T00:00:00.000Z"}],"startDate":"NaN-NaN-NaN","startTime":null,"val":""},"TopCat1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Watches"},"TopCat1Copy2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"\u003cbr\u003eNew\u003cbr\u003eArrivals"},"TopCat1Img2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"226px","imgSize":"15kb","imgWidth":"168px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/2518/fossil/20250228/FSL6470983_SP25_AD_71.png"},"TopCat1Img_BR25":{"description":"August 2025 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"226px","imgSize":"42kb","imgWidth":"168px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6420/fossil/0d5f8f50d6399596c1213f0ec62e41c0.png"},"TopCat1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/watches/"},"TopCat1Url2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/new-arrivals/"},"TopCat1Url_BR23":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"380px","imgSize":"","imgWidth":"280px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/watches/"},"TopCat2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Smartwatches"},"TopCat2Copy2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"\u003cbr\u003eWatches\u003cbr\u003e\u003cbr\u003e"},"TopCat2Img2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"226px","imgSize":"16kb","imgWidth":"168px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/2518/fossil/20250228/FSL6470983_SP25_AD_05j.png"},"TopCat2Img_BR25":{"description":"August 2025 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"226px","imgSize":"42kb","imgWidth":"168px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6420/fossil/83ed736853d08fd6ac61522448f4690f.png"},"TopCat2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/smartwatches/"},"TopCat2Url2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/watches/"},"TopCat2Url_BR23":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/bags/"},"TopCat3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Bags"},"TopCat3Copy2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"\u003cbr\u003eWomen's\u003cbr\u003eJewelry"},"TopCat3Img2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"226px","imgSize":"21kb","imgWidth":"168px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/2518/fossil/20250228/FSL6485701_SS25_AD_09.png"},"TopCat3Img_BR25":{"description":"August 2025 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"226px","imgSize":"51kb","imgWidth":"168px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6420/fossil/a1162f130bd22d051089b43508cf032c.png"},"TopCat3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/bags/"},"TopCat3Url2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/jewelry/womens-jewelry/"},"TopCat3Url_BR25":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/wallets/"},"TopCat4Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Wallets"},"TopCat4Copy2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"\u003cbr\u003eMen's\u003cbr\u003eWallets"},"TopCat4Img2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"226px","imgSize":"25kb","imgWidth":"168px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6900/88ab9b5eaef9e255586634cdd72d1303.jpg"},"TopCat4Img_BR25":{"description":"August 2025 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"226px","imgSize":"56kb","imgWidth":"168px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/6420/fossil/71eead2c9d4db44311963a89f38ab5f9.png"},"TopCat4Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/wallets/"},"TopCat4Url2024":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/wallets/mens-wallets/"},"TopCat4Url_BR23":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/jewelry/"},"TopCat5Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Jewelry"},"TopCat5Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/jewelry/"},"TopCat6Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Outlet"},"TopCat6Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/outlet/trending/"},"TopCatHeadline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"TopCatHeadline_BR23":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Shop by Category"},"UnsubscribeCopy":{"description":"August 2023 - Brand Refresh","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"Unsubscribe"},"VProp1Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"BUY ONLINE,\u003cbr\u003ePICK UP IN STORE"},"VProp1Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"116px","imgSize":"14kb","imgWidth":"114px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/vprop1img.png"},"VProp1Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/asset_bopis_info.html"},"VProp2Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"CURBSIDE SERVICE"},"VProp2Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"118px","imgSize":"30kb","imgWidth":"236px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/vprop2img-118.png"},"VProp2Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/curbside-pickup/"},"VProp3Copy":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"VIRTUAL PERSONAL\u003cbr\u003eSHOPPING"},"VProp3Img":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"118px","imgSize":"22kb","imgWidth":"170px","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://assets.bounceexchange.com/assets/uploads/users/7936/fossilus/090122/vprop3img-85.png"},"VProp3Url":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"https://www.fossil.com/en-us/virtual-personal-shopping/"},"VPropHeadline":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"FREE SHIPPING ON ORDERS OVER $100"},"VpropCopy_BR23":{"description":"Updated 10/20/25","enabled":true,"endDate":"NaN-NaN-NaN","endTime":null,"imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[{"endDate":"2031-01-01T04:59:00.000Z","promoVal":"FREE SHIPPING ON ORDERS OVER $75","startDate":"2025-10-20T04:00:00.000Z"}],"startDate":"NaN-NaN-NaN","startTime":null,"val":"FREE SHIPPING ON ORDERS OVER $75"},"bfcm_offer":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":"$25"},"couponcode1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"couponcode2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"couponcode3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsitedisclaimer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsiteoffer1":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsiteoffer2":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""},"onsiteoffer3":{"description":"","enabled":false,"endDate":"NaN-NaN-NaN","endTime":"NaN:NaN","imgHeight":"","imgSize":"","imgWidth":"","promoVal":"","schedules":[],"startDate":"NaN-NaN-NaN","startTime":"NaN:NaN","val":""}},"load_jquery":"auto","max_activations_pageview":"1","max_activations_session":"2","metadata":{"brand_name":"Fossil","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","enable_short_links":"0","google_analytics_v4_measurement_id":"G-KSLX93CENV","google_analytics_v4_property_id":"283039675","gs_url_identifiers":"","max_activations_timeperiod":"0","max_activations_timeperiod_hours":"0","minify_email":"1","preinit_custom_js":"SinglePageApp.setCustomParams({\n shouldCheckSpa: function() {\n return window.location.pathname.indexOf('/checkout/') \u003e -1;\n },\n currentPageIdentifier: function() {\n return bouncex.utils.url.getParam('stage');\n }\n});\n","single_page_app_on":"1","single_page_app_test_mode":"0","sms_block_quebec":"0","sms_configs":"{\"codes\":{\"60487\":{\"type\":\"short\",\"country\":\"US\",\"enabled\":true,\"mms\":true,\"provider\":\"infobip\"}},\"textSuppressionConfig\":[]}","sms_country":"US","sms_double_opt_in":"1","sms_enabled":"1","sms_mt_config":"60487","sms_privacy_policy_link":"https://txts.ly/pqhojA","sms_provider":"infobip","sms_shared_short_code_enabled":"0","sms_short_code_by_country":"{\"US\":\"60487\"}","sms_short_codes":"[\"60487\"]","sms_terms_conditions_link":"https://txts.ly/SxvgtA","use_button_tag_for_close":"1","use_verbose_label_for_close":"1"},"name":"Fossil US-EN | FOSSIL Group","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":"js","prop":"","prop2":"","prop3":"","val":"(function() {\nvar i = 0;\nwhile (i \u003c dataLayer.length) {\n if (dataLayer[i].page) {\n return dataLayer[i].page.type === 'bag';\n }\n i++;\n}\n})();"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"staging-na01-fossil."}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"staging.fossil"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"dev.fossil"}]]},"category":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"(function() {\nvar i = 0;\nwhile (i \u003c dataLayer.length) {\n if (dataLayer[i].page) {\n return dataLayer[i].page.template === 'categoryproducthits';\n }\n i++;\n}\n})();"}]]},"checkout":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"(function() {\nvar i = 0;\nwhile (i \u003c dataLayer.length) {\n if (dataLayer[i].page) {\n return dataLayer[i].page.type === 'delivery';\n }\n i++;\n}\n})();"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"sandbox.us01"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"dev.fossil"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"staging.fossil"}]]},"home":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"(function() {\nvar i = 0;\nwhile (i \u003c dataLayer.length) {\n if (dataLayer[i].page) {\n return dataLayer[i].page.type === 'home';\n }\n i++;\n}\n})();"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"sandbox.us01"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"dev.fossil"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"staging-na01-fossil"}],[{"activation":"current_page_url","prop":"not_contains","prop2":"","prop3":"","val":"staging.fossil"}]]},"product":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"(function() {\nvar i = 0;\nwhile (i \u003c dataLayer.length) {\n if (dataLayer[i].page) {\n return dataLayer[i].page.type === 'pdp';\n }\n i++;\n}\n})();"}]]},"search":{"testmode":false,"val":[[{"activation":"js","prop":"","prop2":"","prop3":"","val":"(function() {\nvar i = 0;\nwhile (i \u003c dataLayer.length) {\n if (dataLayer[i].page) {\n return dataLayer[i].page.type === 'search';\n }\n i++;\n}\n})();"}]]}},"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\":\"ecommerce\"},{\"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":"(function(){\n if(bouncex.wndsize().width \u003e 767){\n return jQuery('.product-grid article.product-tile-container:eq(19)').length \u003e 0;\n } else {\n return jQuery('.product-grid article.product-tile-container:eq(7)').length \u003e 0;\n }\n})();","default":"false","name":"anchor_visible","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"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-sidebar .qty-card-quantity-count').each(function() {\n count += Number(jQuery(this).text().trim()) || 0;\n });\n return count;\n }\n return Number(jQuery('.minicart-quantity').eq(0).text());\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":false,"trigger":"pageload"},{"code":"","default":"0","name":"cart_value","page_types":[],"persist":"visit","polling":"all","testmode":true,"trigger":false},{"code":"null;","default":"false","name":"cookie_modal_present","page_types":[],"persist":"no","polling":"all","testmode":true,"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":"Boolean(bouncex.utils.getNestedProp('wunderkind.product.inStock', false));","default":"false","name":"in_stock","page_types":[],"persist":"no","polling":"all","testmode":true,"trigger":false},{"code":"(function() {\n var i = 0;\n while(i \u003c dataLayer.length) {\n if (dataLayer[i].loggedInState) {\n return true;\n }\n i++;\n }\n return false;\n})();","default":"false","name":"logged_in","page_types":[],"persist":"no","polling":"none","testmode":false,"trigger":false},{"code":"null;","default":"false","name":"logged_in_identified","page_types":[],"persist":"no","polling":"none","testmode":false,"trigger":"pageload"},{"code":"(function () {\n function filterObjectsWithValue(arrayToFilter, valueToFind) {\n return arrayToFilter.filter((obj) =\u003e obj.action === valueToFind);\n }\n if (filterObjectsWithValue(dataLayer, 'offerflow_presented').length \u003e 0 \u0026\u0026 filterObjectsWithValue(dataLayer,'offerflow_testgroup_defined')[0].offerflow.testgroup === 'treatment') {\n return true;\n } \n else if (jQuery('.Metrical_LightBox').length \u003e 0) {\n return true;\n }else {\n return false;\n }\n}\n)();\n","default":"false","name":"metrical_present_us","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"bouncex.website.pts;","default":"false","name":"page_type","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"},{"code":"","default":"false","name":"page_url","page_types":["category","search"],"persist":"no","polling":"none","testmode":true,"trigger":false},{"code":"jQuery('h1.product-name').eq(0).text().trim();","default":"false","name":"prod_name","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"Number(jQuery('.prices .sales .value').eq(0).text().replace(/[^0-9.]/g,''));","default":"false","name":"prod_price","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":false},{"code":"jQuery('.newsletterSubscribe').text().includes('THANK YOU') || jQuery('.modal-body').text().includes('WELCOME TO THE FAM') || null;","default":"false","name":"submitted_onsite","page_types":[],"persist":"permanent","polling":"all","testmode":false,"trigger":false},{"code":"jQuery('#checkout-main .store-locator:visible').length \u003e 0;","default":"false","name":"zip_code_box_present","page_types":[],"persist":"no","polling":"all","testmode":false,"trigger":"pageload"}],"website":"fossil.com/en-us/","website_id":"5384","cache_meta":{"paths":{"1778370":"1778370-99d87784d9ba681418d5c3d06af15f79","1778371":"1778371-d32083066337301ae1982ac96742fb65","1778372":"1778372-2e72187bc99b254991251c6a7b698c18","1778373":"1778373-ee024f8e0803bea7e2c1d491cad839ad","1778374":"1778374-502b7b605929ad1dd991cd5ea10f6774","1778375":"1778375-e45e3235356bfd5e9e58eda35f6c92aa","1778376":"1778376-52cfb62b042aa33c8491023e149113bf","1778377":"1778377-c639a05a022d0acbbfdee26fa5994afe","1778378":"1778378-3ebf75141a63c1ae64c3cd3cb09689b5","1778379":"1778379-242eb16c7107edbcfd5738e77b4e49ab","1778380":"1778380-f830a4c15df778623e65385aec233ea3","1778381":"1778381-77eeb5a4178f01952c142fce39b51aa4","1778382":"1778382-d1ed032d54872de0ed773bf95c1155b7","1778383":"1778383-efd4df986296e142d768f9176d476511","1778384":"1778384-029b994941c6cf648d773495f3613848","1778385":"1778385-ca67b55a28ada2467e5f72395ef406e4","1778386":"1778386-9c8ffc71f41aaf4b12442ef293751a80","1778387":"1778387-a1760f13f18497c47c8c95f3d2003d6b","1778388":"1778388-b69edf560562237f31c2ef421fe28054","1778389":"1778389-d0e2ad6627d72f4daf2e78632c36fb63","1778390":"1778390-e9ca22db79b88910f2153c5e7bcb9d90","1778391":"1778391-40092e3542c4300d647ded615b45fdf7","1778392":"1778392-54800676f2bd4e7b9fe570894247a512","1778393":"1778393-c572defd8ed2c17fc9a7256df0edca90","1778394":"1778394-36b2c608efc7fa45017411703542267a","1778395":"1778395-066b38bfe35a262417905842cc002038","1778396":"1778396-df32059f8fcbdf5c7674d074aee1785e","1778397":"1778397-5889f5416b72355321d859acbd53eff7","1778398":"1778398-76ffe7d551b1106924754cc0a5827eb0","1778399":"1778399-e81f51b63a662a02035d7cf38837ba88","1778400":"1778400-a55d0ed23adf36cd2f7ce61ef01dbdb9","1778401":"1778401-e8b41e5abdf48c9b5fffe5d21d21c58e","1778402":"1778402-01dc4bec2014b89e980c86730bf15177","1778403":"1778403-06d5f7df6cc703bb99a91fcb9382e3e8","1778404":"1778404-c3d81eed6fd623acc38d7e3f8a0084fd","1778405":"1778405-ba69b0e68ba930bcfcafb9f1ddbce31f","1778406":"1778406-5692cebecad8f8e991b80ae552b37620","1778407":"1778407-7da754723fd741fe58baf6840c3b933a","1778408":"1778408-f479853371fcecd929de6f4c339130a3","1778409":"1778409-a80c5c8bc7baa804dee1914b4d52d71e","1778410":"1778410-88bc9a3f64a9393c50151b0562b75c80","1778411":"1778411-a474068a6ca58f12e63da68ae76ee879","1778412":"1778412-b64ac5dba52cf3f57bce9c9ce4eb19bd","1778413":"1778413-9b2e042a697c5d16aaecde344df8b3fd","1778414":"1778414-f724c6f5799754b8a8db44726aa671df","1778415":"1778415-5e3fcec7d8c8d88c841101743d4ceeba","1778416":"1778416-c398a49537d0b84ae9d692f6bd5e42aa","1778417":"1778417-55ea0ea5d05898c40a3e8580150bb97d","1778418":"1778418-48cbb8bb00868e54e677d5da837840d0","1778419":"1778419-3eebcff9cba9ecf9815915d88691f673","1778420":"1778420-f01578f9eb93b0958d2b2b31604d8888","1778421":"1778421-f3da90006b107f6a283a1d97e4c44313","1778422":"1778422-a28113bfc2adce75d08a38b3eda3c408","1778423":"1778423-b93b5ba741f8c1562e5d10c07631379a","1778424":"1778424-28a6049b0570f16ad8918a08b72c6136","1778425":"1778425-50186a5bd78b0bcfb098094904ba57b3","1778426":"1778426-c3090a3f56284ba69df0e96ea4ff14fb","1778427":"1778427-e9143d9b298eeb80dba69cf76445958b","1778428":"1778428-b31e34a7b5f01e30831507ccfa1e69ed","1778429":"1778429-cc5a7804dcb6e4b0c8f077ab04156f95","1778430":"1778430-89ce6fedc58c8d2ec1e8811c6845df4b","1778431":"1778431-7e94f4e83389068ee0e9bceca5aa5928","1778432":"1778432-a9556f0aa01520d580aff75bdcc7ddb4","1778433":"1778433-1c71e04b26d9c3a7a0fb2c9c6747a4e4","1778434":"1778434-d04ae0145d35decc21bfd46d8ba13a77","1778435":"1778435-1a6124a4377c46940974b03e392fb87b","1778436":"1778436-b7111a0ff67815d85d7c15b94bbf1902","1778437":"1778437-50adf46248a1183f98d48a7a5f805aed","1778438":"1778438-0c88d7316ac8ce5a626a0d7eb9b470fa","1778439":"1778439-d7957ac5531981cb36f50514dff556fc","1778440":"1778440-1f267fd20ad457fd2465133f8ded6826","1778441":"1778441-0f8f51c65e28b1817dfef353715e25ba","1778442":"1778442-3bce598546e1f85e290e048e382c4737","1778443":"1778443-ba7bddb7e54161a5e07953c08dfb0bdb","1778444":"1778444-cc3ebd8c5eed6f281778e059909b91a4","1778445":"1778445-681f0f36db7ff9f814d956d0415bfb17","1778446":"1778446-df27054e0ec5562174a664859b07586f","1778447":"1778447-3a7872b8821857c7c377ad51de273dea","1778448":"1778448-f289712c5ea258a2a85183bcff2620ca","1778449":"1778449-8266dfd2441199fbfae06bd3aea1a2e5","1778450":"1778450-f95ede23149cda1297c8c66c0bb81372","1778451":"1778451-96119f6cadbf4c7ab48ff7d665ba5964","1778452":"1778452-c61e22c4c7feafb13ae080503f9a5a5b","1778453":"1778453-fad5a84f2796e9eff6aace25edbd6d32","1778454":"1778454-157db57fc6d9ddbf6fcbe605182b56b3","1778455":"1778455-89e50392baa686a45fe0a77bc86f820a","1778456":"1778456-a9116c35466e5b3258c67f61b929dba6","1778457":"1778457-356cf581e8d2c5bf058f8ddaa82664a6","1778458":"1778458-9991fe40bc9515aa272dfbd0dadca917","1778459":"1778459-7676f46d7a2ef188f281766e688f2273","1778460":"1778460-4cbb3eaeb8a743527e50d881fbdcb943","1778461":"1778461-d977cb445cf5f91f5c95e5039dc27e0f","1778462":"1778462-cbbfb54107efecc8142a56292436e682","1835120":"1835120-babd839e159ca7b2d015c8a12ba8ae10","1841526":"1841526-aefc191cef2ae92b6f20b83d3a4c4b74","1841527":"1841527-c638b3a18b79df3ba5b65ef6a4e37fed","1841529":"1841529-087413edf6b7b0c68cb5300f2cfce1df","1841530":"1841530-ca2e207b9e36b12e643166449a47d5c9","1841532":"1841532-69e3d1510ebb6adf43c13996383294ee","1841533":"1841533-c68a550c6e646122f7ffb3f4d12c9aaf","1841535":"1841535-f0c77a8f34c0d58cc9ed0edc3a1c5c3b","1841536":"1841536-0b5b3b9defb612fa721dd6c280e05676","1841538":"1841538-d1b91595c48b48723ea9df1ece2eacb1","1841539":"1841539-671f5e953133f6df088b669f622f536f","1841541":"1841541-a2778b6fb0bfcee3d700547b279d5f91","1841542":"1841542-9ead65ae4e79fc7889457769f1b9ceb6","1841544":"1841544-eb6137d741e5d8f067f4a2b59e3fa313","1841545":"1841545-cd2331871d578fb2a670bf8ed09b2aa5","1841547":"1841547-c91f97223028ca15701ddc88eb3912eb","1841548":"1841548-b2e2c394ac6edfc12baaf220de64f11c","1841550":"1841550-35788e1814ae1ea26a52709d1c8263ec","1841551":"1841551-4d2027f6d590f0cf87b333ecef1d0816","1841553":"1841553-dc64ab5784b7b680cd1013a7a734a6f3","1841554":"1841554-d307c1d14d97905038d2f3b8d3e856e4","1841556":"1841556-4551be18b44018b7df3ed033bd14eaf1","1841557":"1841557-fb737ee0a202a091641db8dcd9f9f22d","1841559":"1841559-d775c82cc0364cb031e6c084d9f8a412","1841560":"1841560-f50ea168bfc6a9f4eef9a687fd30d5bd","1841562":"1841562-3f04a658ade485d6c2ed130c4ecaca6d","1841563":"1841563-267755c2b623a16b01e36a8265e64cc9","1841565":"1841565-048ebd271c73457a51524827841be81d","1841566":"1841566-c4fb5f968588792b861a6f97506682bd","1841568":"1841568-70a54da82b5e38ae97e4f89bb2ea8770","1841569":"1841569-49fce33f8c9ca41763b6f4c967a283a0","1841571":"1841571-cdd9bdc8ca147d50f9bda9ffe3e698ba","1841572":"1841572-09a24f4df1a0a94e3426d6b8df25821d","1841574":"1841574-85a36f2569d43f9040c0117b481081f9","1841575":"1841575-f24788021444be2082f580bc182e920a","1841577":"1841577-f2e70e07c3d997390f7fe4adef78135c","1841578":"1841578-87cbd5f4a29bcf3a51898840d2b05c73","1841580":"1841580-3ed4a41346fea340322c5bf3abcdf3af","1841581":"1841581-219c5099b23599e61f092f7365ac1736","1841583":"1841583-da80eba1ff2cb3047da2780ba30713c0","1841584":"1841584-4a7da9f59967ab03cdef50db32b11174","1841586":"1841586-56879f8cc3fb1a09fcf2e6c4074feea0","1841587":"1841587-5200405c42dc786b5cf8659e4e68417a","1841589":"1841589-66f543e0619928d7e2b40e87a9603e36","1841590":"1841590-0e13f18d76b1f620eeb4dfece5a43881","1841592":"1841592-a286bc347b772695270122f0f60783e4","1841593":"1841593-b6c0b874ebda377f60877bfaa4c41c19","1841595":"1841595-1d7af3915ca1a5da5682e95787eee09b","1841596":"1841596-3142e8eaf2281c0ce0277579783d2578","1841598":"1841598-03b96b3967a135a1727d2acbceb76bc5","1841599":"1841599-ad4f2c4a40f9aa669578c62f6b076c58","1841601":"1841601-6b43075dbb097784bfcaf36e980d0c07","1841602":"1841602-e5244313be60ef810ff3b0ad371830fb","1841604":"1841604-8e16b5b0b1fbb0e14ed662af32c28c93","1841605":"1841605-2fff575666e1110fa011f79eb5d34978","1841607":"1841607-3bbcdf190765ec65341dab18863c560a","1841608":"1841608-6798fc0194758c8c6f73bf5bd9ac286b","1841610":"1841610-38bcfaf176ff868e18693410fc7cb78d","1841611":"1841611-8d5cc2559296d9734c70abd0692f51f9","1841613":"1841613-38b58ad219729184c1dc2355ff141028","1841614":"1841614-08c40d0e02c13e9371fb9814f600d166","1841620":"1841620-2054dd6f92cc801ea1d73622c4512b0c","1841621":"1841621-2c59190323e4bde73a13d77d63fb6b71","1841622":"1841622-f9b2d6160b15b46a7e9ec38dfffd1d46","1841624":"1841624-72b7e5894ba0503982cb18ae259884df","1841625":"1841625-f02580e98e54fd2d6bdd7aaf07090a9c","1841626":"1841626-5192c42e8d048ff34e1f36f5fd58edbc","1841627":"1841627-78002d6daaee3c909cf36c22912f018d","1841629":"1841629-1865506647d02304294d2aa5be33391f","1841630":"1841630-44ce62fa49ae4595c9681305ce886032","1841631":"1841631-4866987b24ce0f890ce76133c0cbe895","1841633":"1841633-cd997668b1c1e5304f595f6089253bcc","1841635":"1841635-4abe242b52b5c19fefa11aff24580154","1841637":"1841637-8aeb25056191c7a2510776b12286f13c","1842082":"1842082-81769d9ef179b9f09dbf17c667ee1f4f","1842267":"1842267-e7ac6cc5f862e9ed0aa2e9aad20c813a","1842268":"1842268-c3111fe86d48fcfa36237f079ec9fbf2","1842269":"1842269-74015fd219f47418b67c888c23637d99","1846232":"1846232-3b3a846fbd82d8044d11762d89299a62","1846234":"1846234-3121428907a8e5d32ed527818e46c289","1846236":"1846236-2537c921332c5469101c97a5399194c5","1849007":"1849007-4431481eff08a7235939b4cec20ef9e1","1849008":"1849008-6f9cb6ac109d54d297fddc994c975e25","1849009":"1849009-54fe79f931ccc5591df54282fbb714f0","1865612":"1865612-8a3fbcd88e797fb863e3302ac76aafce","1865613":"1865613-3a905b4f75827c0cf6b7f5690e9e63aa","1865614":"1865614-ff61ad4e211b3cac349e7d4bb52dec48","1866617":"1866617-cd7e22cbcb7f4511a06e75c992997229","1866618":"1866618-b16c61bb0a32802cf0f2c14381fd064c","1866619":"1866619-561404e2a1a52d28bb3c751479bb713f","1873837":"1873837-f9b5a9074e70f669adbc67f899735885","1873838":"1873838-5647a21be0498436eacb857760179e7a","1873839":"1873839-35e8978011c26ef374a590aed55cf1c9","1873853":"1873853-8cf25dd249da9813442796a3a579e110","1873907":"1873907-da2d773e7a4c6fef98f5757a0bd5ad85","1874611":"1874611-c790767481f13c1eb594a6e4f48fa4ad","1874644":"1874644-06e4e60479fe7ca6b298f9b749c0b591","1874645":"1874645-3329b1014150c65e84d448a2899bc1e5","1874646":"1874646-14b7d320dd9570f46f90674b5def6a29","1874647":"1874647-77950b7ecbedeed8189643def9f2c590","1883492":"1883492-9ee98845986e20fcd217361d902badd4","1945839":"1945839-05406631234262e6f5a9b27a88eeb663","1945841":"1945841-54c730f873d86abb92b0519c915d4a02","1945850":"1945850-a1886cb3aedb365e29848a232f1e31bb","1945851":"1945851-81af778ad3e28699134afad60fcde67f","1945852":"1945852-40e471817c772d3c4615df1f28398868","1945853":"1945853-869a27e1192e0f0394a31848fd8c345e","1950068":"1950068-0d151df4eb37779859ecd0370bfdf9a4","1950069":"1950069-424713acb5530a02863b9ed0de186df6","1950071":"1950071-b66ecf135e2895401378b119303d10cc","1950073":"1950073-06fb557ec4b676d3e315318e117e8a3c","2008977":"2008977-9f674e760d7286fe8634003c6fb58fcf","2025797":"2025797-8d84c85ef69e66eb0d008e967017cd7a","2026840":"2026840-5e71432503bfdeed1feb92e0fc22103f","2056693":"2056693-bd7f0d68d92889ea0b3979c2d1669cdb","2056694":"2056694-07059b5706e9bce3319fafe49e53ce5b","2056696":"2056696-3679f7fa81f0ab1e3c0806db9d5a381f","2056698":"2056698-b44388617e646974cdc85bd8c86eeb9d","2056700":"2056700-fc92d17a0135ac1153ed4be00b262baa","2056702":"2056702-7a4d703f743a213606f40210804f11a6","2056704":"2056704-cc501429b314aabaa45099845c5f9173","2056706":"2056706-7913439e6ea21acec8aaad0067ebcdc6","2056708":"2056708-bf9d0ca549e0e5c2b64b4442b7a73035","2056710":"2056710-21e9d7d77290b6c6598ef17489c7f296","2056712":"2056712-1e0d5e9453d5d49fdc3267c4687fea3c","2056714":"2056714-bf979c4dce208f588d7e80221c8d6744","2056716":"2056716-1746006a5b31011455e3c8de58ae4893","2056718":"2056718-d362ecd6a1f3e29bb5333885dedae9af","2056720":"2056720-a64c1b4c41404138d80f9966af21b104","2056722":"2056722-063ee80857e4520ef0a578d21b488a56","2056724":"2056724-9fbaa2866132ac73ce58c81365601991","2056726":"2056726-247fa7351edbc77a8ca0072921b7a3cd","2056728":"2056728-eed6fc0c5c2112c0095664fe7a88212c","2056730":"2056730-8b5ef3dee8771b6eb1c08bf772a1171a","2056732":"2056732-ca2617fcd4ff1d06ca3040d2ba12fe9f","2056734":"2056734-76ee4729e37792b875514ca5650aba86","2056736":"2056736-3aa2b390080553ff4bc968debf91c31a","2056738":"2056738-e24645ac9bde6d8c31966957659f6c75","2056739":"2056739-93320da5a22d367b6e9208880c4ddd43","2056770":"2056770-1f2b38a99ca8b0a763a2c0a8be8585a3","2056802":"2056802-a49f99a44b8f1359e3f85e70622f0291","2056922":"2056922-e0dbb5d4133745f487f46c1fdcc48095","2056934":"2056934-864e6c2a8a6f41796b6b7a56a1a76a9b","2057073":"2057073-02e135c5bf2f18910bd17abeae148f0e","2057288":"2057288-f00161fa03dfd65ef4c5196ba5019783","2057289":"2057289-710d4120afb7826ca974e7775c01686f","2057294":"2057294-6915fec89de9afae10d4c1d3fe3c9494","2057295":"2057295-4677402a921c4a1cb53524a394a3ca10","2057297":"2057297-23d2e81d1dc3d5720231949c9625eae2","2066467":"2066467-f21c8570ed758658795269cdbae2e69e","2066468":"2066468-d2fb24f819c998995debb56fc19fd9ef","2066470":"2066470-6304ea96c1d04bdf8d5df420486684d8","2066588":"2066588-5ce2d9408d462f59b21c8ef93f82b2cf","2066643":"2066643-ca188bdc74c29810caa727b7c04bc3bf","2068729":"2068729-2e29c8acc3526c55746301bf18f8451e","2068730":"2068730-473f8163515b60218441e890c588b1da","2068732":"2068732-a4b5451f5e7e8edb1e23d1f2e5cd6a84","2068734":"2068734-1839c6a4bf267faaa49772c53daa427d","2068736":"2068736-7ad5c6711f5586ff2072c24f0eab8df9","2093685":"2093685-9c81fc420b3e5db1d61b323944d1dd32","2093686":"2093686-5e6909a155e216cd066af7cfba137833","2093691":"2093691-ab8676b6c190d9d79b322b0e24d95f87","2093692":"2093692-09c7a12f8d73c9bbb944c6e87785e842","2093700":"2093700-3dc5696ddcc60baf71e0f91fa2236560","2093701":"2093701-abb0212460bdb736b7a3d44653770ab0","2094829":"2094829-4bbbbaaa1beb071da0ecf53e9a57a0f2","2094830":"2094830-c98a6882c9230e93757a9b25cb985a45","2126235":"2126235-df4f2fe77d4d89b88d22026ca258491e","2126236":"2126236-d793c03bd441157fe5de4e4b0accdd71","2126237":"2126237-4b6ab19d22a7432a4fa7dc2fe899683a","2126238":"2126238-9bfe6677110866a8277d10597881176e","2171413":"2171413-4e3ea9b61deac0c6b676c94dc8f4a268","2171414":"2171414-a25ee12386f72a8f4d6ba06fe074c01a","2171415":"2171415-a2682f5192ae66d36ea0fb94fdc3358a","2263996":"2263996-4ceea3c2fa1bbbbcac2a664ffbec9cec","2263997":"2263997-2bc6699fa9cfccf9eabe4c203c4f5acf","2263999":"2263999-1055f3877006f697d1d3d55359e36aeb","2264001":"2264001-8f616ab5554cea51e0ce853d7f375a92","2264003":"2264003-5b6197149b748ee48142a706ba064e58","2264005":"2264005-1aa78b8c3e31c53d4d68ceb2a3d60a91","2264006":"2264006-abc06303c79c3f01d94f669e513739b0","2264008":"2264008-d836f22584ae477aa80626d9b7e8844c","2264010":"2264010-2fdc5703e6ad2dfb462142d3b1a70931","2264012":"2264012-d2a9be4e62e4fc84f025faeec82c4f89","2264014":"2264014-a6134083a0502e69f7c206ba657bfbb0","2264016":"2264016-9c8b9f8ece94eea01b226fc9b1a79469","2264017":"2264017-fa1e1440afbbf713cab1bbc11b7936d4","2264019":"2264019-bf8a07989ac5b93003c13bc632a02944","2264021":"2264021-dd3788806b46e00f30a88a5801d7e09d","2264023":"2264023-e52a025b7ce7e0a6447ad665244791bb","2264025":"2264025-ed24555efa1a06c73ec1216111d1e9a0","2264026":"2264026-693e14bb4a327b9670a29df2bafab706","2264028":"2264028-77b58011d260c06d472e773172a5c0f6","2264030":"2264030-8759988ecf872d70df385d124c5590e6","2264032":"2264032-37f87e9a8603b099715f7c0096d084fa","2264034":"2264034-c9be10f6704d4616da307af0c8d6bd47","2264036":"2264036-c0f1544f325c4ef528c1120d63a24bdb","2264037":"2264037-d60896ed930b0493bcad60330815d731","2264039":"2264039-1e58412a75f554af02ebfb018ce5898a","2264041":"2264041-4b1a50c9036a0a21f9b8aecf9477ce81","2264043":"2264043-2740ff61cfdbbe9521ae18fd3c1182f0","2264045":"2264045-2d9ce89cd8b1b425a22f7376b8180d70","2264046":"2264046-118ca4a71d5b53247508df35a7b80cc5","2264048":"2264048-0b3653836505ebbc7e5b37c4c3065fbe","2264050":"2264050-b5c07b0197f51e199f8c7b774b4c7609","2264052":"2264052-2b1e8d49fa27114a6ae491a6a2d90ea5","2264054":"2264054-8606910af5746633eb4e382006d02808","2264056":"2264056-07162d18da5e14f10f6149a9fa0ab7a2","2264058":"2264058-e8176cb04d1734d5f8bc80c12330701d","2264060":"2264060-08901846f88d9b4ba17d39f53e6819fe","2264062":"2264062-a3d49dded5e493a31d94984f586c0944","2264064":"2264064-06f65e50888f6762f3f0f3f9bd881d25","2264066":"2264066-7be784c2a5a34499bafc55868fe9ffbd","2264089":"2264089-2150e5035c43981044101cc1e3825be0","2264090":"2264090-40fefccbb6e5b5f48a36f7c94a62a1c9","2264091":"2264091-477bc57880ba7f764a003b64295ccddf","2264092":"2264092-35439fc506ccc8632c2b4cd8f4b6a475","2264094":"2264094-90993bb622d102d044176ed9be719175","2264097":"2264097-0b796fdec5699344ce5f58f75130bbe8","2264098":"2264098-63bd6309cde7a16ffd1d60741eedbe5e","2264099":"2264099-1a3c4578c7e2297e4c37402c42f4406e","2264100":"2264100-3c22da74667677215a7979f9ce6b9241","2264101":"2264101-ae27065442b936a3893c7812ffc8f86c","2264102":"2264102-dbadef246fc48e559857dac7d18c4f2a","2264103":"2264103-23a4f4071d2672a431814d43d089271c","2264106":"2264106-2a40bb2368ee40ceb2202921c7af610b","2264107":"2264107-bbb5a2757fbc2c0828d5a55d872481b0","2264108":"2264108-e6c9da3203efdb6dcfd7d08dc3d7de57","2264109":"2264109-7ce7b3158378493c2e87903bc739b5f3","2264110":"2264110-28e60627c8936fcecea6d196e55c4f7c","2264111":"2264111-a6003cef01979bfdd4250bc116ab6c65","2264112":"2264112-e064a96dece249579dcc72fae786f7f8","2264113":"2264113-0eca98b6fa48dcb245ef764fc91fec46","2264114":"2264114-aa38b17e1497fa0411d3d5fb82301188","2264115":"2264115-dcc9a40143bf482975e70dd9627b482c","2264116":"2264116-ddbe6f9929f39c8edc474d28b22ce9b4","2264117":"2264117-eff8ca154a3851d1b83157bc6e43b242","2264118":"2264118-fa507be38bfc8f85b232375b56337598","2264119":"2264119-b888c1a2851e53f6442b256b841557d1","2264120":"2264120-b87590213c8b85c5ddf588519842481d","2264121":"2264121-d4f19aacc8c1222b3a6732d267f2e1da","2284223":"2284223-64f9e3a28c4e17616267f22c19b8451d","2284224":"2284224-e8dfcbe9b03fb75591c9e10bc414129f","2284226":"2284226-59dc6be1ce9c6aac98412c181d0d5c5b","2284227":"2284227-a7eeea55d5469864a14bbaf94336a930","2284229":"2284229-a1bd7bbb0fea3ec9d56c1e0001d0f819","2284230":"2284230-8081e62c467ee8c3c26d122c2b8c53e7","2284232":"2284232-70c444a52d9ca7dc3c16a1ac9a184b05","2284233":"2284233-cd341b99dae6047b9a58476536b1f322","2284235":"2284235-39c1085d44216f6ce52e8e2200e1e772","2284236":"2284236-ab321c2519fd35247394306923c45020","2284238":"2284238-a493aeb58b043a651e40feb5b18032ea","2284240":"2284240-e93a799f40b73d8db4bbf8b9d96b2c09","2284241":"2284241-6a17f356677f68649704976d0a572ab5","2284243":"2284243-f2e4f771fcdd7ac430e57b196caf6dd2","2284244":"2284244-4075ab14b7749fa28f31f393f10c0503","2284246":"2284246-81557285afc6cabf2ee974cb83e4bc6b","2284247":"2284247-63a6221f5fcf98768877622136839a43","2284249":"2284249-b57d75f382a9c53649c8aaba6cac43b8","2284251":"2284251-9256e6f039806ca7408154a1d2ec39ad","2284252":"2284252-4a3bbfbb9078e48c61d6b29d43392d74","2284254":"2284254-95c0d20bba2acf4052330563564321e6","2284255":"2284255-8dadcdb92ae5e7ba43a933ad679270f9","2284257":"2284257-84d37ea5968737bb3b25d1f5d0f792d8","2284258":"2284258-c0a7aa857c75f1329ec57c69cfa684d8","2284260":"2284260-606e083d6b08d8b60b3921f1d05982d6","2284261":"2284261-d692709615c3beea92549ded861efc7d","2284263":"2284263-5db964b0afceaf2b9c6075cca0815a41","2284265":"2284265-10a532154f3707bbd319994b9ff0d38c","2284266":"2284266-3d3b09c4bd523e6373f0a36999504652","2284268":"2284268-cfc9a8e97f1adf27f8d3c45badd04e1d","2284269":"2284269-49ef03968438949b1517db4ed5f0480e","2284271":"2284271-0b08ba9ec18f51096b9f640a95cc4aa9","2284273":"2284273-1f267516e41bd33f8445f3074e39d8ad","2284274":"2284274-d82c5fc6fa30267f313748c5716e83aa","2284276":"2284276-a2d6eea797cdcd72d29e8d0b4ea0c644","2284277":"2284277-a336eb074a92aec51f3f09484cea59b1","2284279":"2284279-156016bc6ab6cafe5a8d6a32919d093f","2284280":"2284280-148bcab6696455a2a84a8f9b5dc35225","2284282":"2284282-b01ea52a24fd331d3428ee2711e25d2e","2284283":"2284283-16d0f6679f88e258c309531140224ec1","2284285":"2284285-caf6e713c165614cec2dab469c208463","2284286":"2284286-155c60b37b4c172e5135d04c1ec1b117","2284290":"2284290-74a8777484726ea1ecabc7cd3351bb73","2284291":"2284291-417d9bd20177c10d2ff9bdd3dbfa97e7","2284293":"2284293-f9754fa3f8bcf9fa88ef4f2af85608d4","2284294":"2284294-20608db00c0f5eda081a3be38b3e52fd","2284296":"2284296-846161914714a9bef6f5e5f953af548f","2284297":"2284297-41fbc8169c97adc93f03ac6b2e9e0856","2284299":"2284299-45e91dd605251136dad3591f41aac1ad","2284300":"2284300-8f0c2bcf3db4e4c23a9749dbad68d6ed","2309187":"2309187-5140f93954bfebae28ef8e02b4fd1577","2309578":"2309578-2962ecd8430c95af0b0cb7b592db5b97","2309580":"2309580-7febdf244351e785c45a70e04d68a700","2309582":"2309582-d556ff9ea4a294ac031cba13c720c47a","2309583":"2309583-2b7751e65959c7f7b0be2f8473d41c35","2309584":"2309584-65e88842c4f4c77527e0249c4ce28d7e","2309586":"2309586-789ecbf580ad25fdded794a67c8ec6b0","2309587":"2309587-8b982d2df7d0b3bb2a14681284bec214","2309588":"2309588-c40374f5112c6b63c49d1387ef92beee","2309589":"2309589-c89b175eee6fb3044000726ac0cfedee","2310147":"2310147-57488b838d7b32edcd710a439b0d8904","2310148":"2310148-e67195f354e212160d3be49cd916af75","2310150":"2310150-5d3e5e2e9c8724491e98da15efdd49b0","2310151":"2310151-2e5e47aeddeeae289f1ab62ac27e05ad","2310153":"2310153-a48bcb52635dd72883941d4a058fb8e4","2310154":"2310154-206acc631d20b9c209dc4ac1c7c31b84","2310156":"2310156-685a3dc4a0999b2ae79dc20a35363616","2310157":"2310157-c0fdccefe09e29a5a94e655924626038","2323113":"2323113-40cdcdb9675ff0de9d7685585c4ff35d","2326312":"2326312-0b5d255f4a62fd35a4cca871a11974c7","2338334":"2338334-2b4e96e4095dda26ebc9409c80fc074f","2338335":"2338335-9b0bd29abee2184d7acc9d25fe8c917d","2338336":"2338336-ac42483af24b13173ba964b9d1633073","2353876":"2353876-f575c59415ac7a2c07512c01f462c0a4","2353877":"2353877-576d4cb76de2c73d51ead649e79f2167","2353891":"2353891-9f25cfcb0d3931230e514e780d76bffc","2393237":"2393237-181905759d326dc63b783af2acf30554","2393238":"2393238-bb0303b0c4198f20f3ed7a8c56a8168b","2393240":"2393240-8cd57f118587c71786e8dd0206b2ebba","2393241":"2393241-17a67c27d4a2544013b40f7e950e19b9","2393242":"2393242-e0f48b5b943b870a7703277ed2df858c","2393271":"2393271-e0e05ff8f92f9cf305e195b17e27e88b","2393272":"2393272-23b6c4783df8c513b618e5d6f2948b9c","2393274":"2393274-3c305ab7e00b3683668cde8a3d7ba623","2393275":"2393275-ec98d371ec9853bb8a27235a72289916","2393276":"2393276-bc238f4282a5ef57bab8743ec8092965","2405439":"2405439-443a39600bbecf76afee99eed13381b7","2405440":"2405440-8cccf186b0d3d029ee66653a8454a65e","2412894":"2412894-0a745dcec7369c5e2524df7fe60e7b0c","2412895":"2412895-7c39aefd38ebaccc9aa10ceffb8c9268","2412897":"2412897-400ae7ff49cecfb852559f1c9a7689d4","2412898":"2412898-7d164356ed429dca3bd11ac536697733","2412900":"2412900-84cd796450faab1076b8c66d11c730da","2412901":"2412901-4ddb92ecc854e8b8d84d6b7144978230","2412903":"2412903-9da330ba0f74317d1fad6b07e976bce1","2412904":"2412904-6d854e9b14512c195b0a222c5dded62b","2412906":"2412906-9d53a9e5fbd8d40f39c97a5060e8b118","2412907":"2412907-34b0ddc51fa319f61397c8551441eeeb","2412909":"2412909-d9080a9a7edaea50f996b6f53692375a","2412910":"2412910-764d3f83ca590b0294dd92ab14fdb8b6","2412912":"2412912-dffae868f5c3f8cce2a77d98b5493526","2412914":"2412914-bbd7cb9df6c8234100ad81e28957538a","2412915":"2412915-89d21a9ce57f9ef4c0f20ddad0bbe738","2412917":"2412917-b9eecc38c9ca2c0c1ccd1a05324447f2","2412918":"2412918-800e7a7d7fc0ce1586c6a1cbe6f5a1b6","2412920":"2412920-44d9bbc2504bb4cd8c009c52436ade65","2412921":"2412921-30cfc9df3bf8f075a281105b3df850f2","2412923":"2412923-fc218e399452d3ab9ccc2ac9c5363bb1","2412924":"2412924-f177fbbb35ecc678cd74b329aa0bf690","2412926":"2412926-4ec4194223981fd301dfc6614e6b5c73","2412927":"2412927-b39aca1f01760349d35e160bc4970a12","2412929":"2412929-30d64b74e3ece9f376c75ef54a5ffe34","2412930":"2412930-1f163c694e8c21ad6a816cadbecd1908","2412932":"2412932-dc06aa9c1d0c3d74588ffbe187c91e46","2412933":"2412933-d1b99c9eaab198da2e1dcac4d21a2e57","2475046":"2475046-347f80f95dff351ca631ae2e1c403eb7","2475047":"2475047-b9ac0ecb389fb351be6d9934151f4cc2","2475647":"2475647-20010c0bd73c22975407744afb13f74c","2475648":"2475648-fc004bf669cfd1dd99ad55022ac7e337","2475650":"2475650-baa58f6703a12fd31e4c753c6a469ff1","2475655":"2475655-6b45ef7a1cf833fe4c48bfce025fe6f6","2484616":"2484616-0181843b70beb34012d51b79f6a16afb","2484617":"2484617-d67aeae54cb8774c9eca1e416a3b826e","2493041":"2493041-dee0f857f7acd277999a1f5bfb9875bf","2493799":"2493799-e0e94b586ee3dea27e4c3f068fd3fada","2495710":"2495710-edb7859470dfd30585db5197df5f73c5","2495711":"2495711-911e58f716fd8c6c608ed73a946d6076","2495712":"2495712-173c907b4ce2e0cd9bffeed331669b0a","2501114":"2501114-4a306b51666952eaeaab5dc31c3096a4","2524409":"2524409-cb17f588abc5d1d44e251e31661855ea","2524410":"2524410-4448d15324908747b170f987fe152de7","2524412":"2524412-a9aa9136d1ed110e7fe3c465badbef12","2524413":"2524413-1ebf3bd3511b11bf85e83eb86cb036e0","2524415":"2524415-dcea97e53b24e5c6276443aa3ff7e22b","2524416":"2524416-605001febd9113293b32bc4663def36a","2524418":"2524418-592b7290ec5c640f4c2fb1c819c8103f","2524419":"2524419-a81c3947637276774a36bde0b72fe98b","2524421":"2524421-fe5bacec7f6e344f5c3beec3ed3fc634","2524422":"2524422-eb6165da4cb7f4621d09910b7bed5daf","2524461":"2524461-5522bdacfa6a33c2723cd116cd1fe8d3","2524462":"2524462-82648c69358cc0298f4e39253839c848","2524464":"2524464-89e21cc2ee580c70f3c5930333f7e1a0","2524465":"2524465-c44f979bc3e231d8de4a6bf1bc2767b0","2524467":"2524467-e9a9f939b7ffd223be9f9f446ec58ebf","2524468":"2524468-74682026aadbc784c90540025d8b9a82","2524470":"2524470-c47af46d986fc96f0ab4ea8773753226","2524471":"2524471-92499254a52fc1dd9a91ef19309aa5ac","2524570":"2524570-f08c2c4039143e8a75d550f7d0f192dd","2524571":"2524571-28b2cca7e84d8d61b442dd96c34c9b54","2524573":"2524573-ceddd209fbb8bb0e0fa67e810d17df21","2524574":"2524574-46326b79986a06d4ce9b8f9fc862216a","2524576":"2524576-36b6aa5995fd80cd6ec0195a81199398","2524577":"2524577-fc11ab8b15974cb96e60d36a8884a7ba","2524579":"2524579-b3d75251f0fdb7330453bdeb579c4e07","2524580":"2524580-0e763e5ed7f88b411bd4ff7e480a2ca2","2534713":"2534713-6f21e8a6aa9a28e22cf40197922cba69","2534714":"2534714-58c386f60fcf4be2ba082731599ea6d3","2534715":"2534715-d8121c249b42f2687b39b6a1e4c0e5c7","2554946":"2554946-297740813665304b82b851858a9cbede","2554947":"2554947-de48c55d2a74c6a5ea9b51a2eb8dd38b","2570057":"2570057-f3f66a43b4d96cdbaa9734a59360ed67","2570537":"2570537-93adde81a8b632b200b189647e8bf22e","2570539":"2570539-05a75b6bcb948a2a03094376487e1077","2577100":"2577100-0407640cc49c66841ecc550d7b542b36","2577102":"2577102-3589fbd2552755d5d961c960f5110c21","2586496":"2586496-54959af5a92d1ea57283d44d22e85b70","2586497":"2586497-d8e3ecd32ab7c3fa1ed31ae324ab45fb","2586499":"2586499-d69f89409402f2e6f2c70476975b9047","2586500":"2586500-a3eeb6d1121d4639da0f5966ff58dd69","2586503":"2586503-0c5a36c5c5922904340a73f178351a68","2586504":"2586504-87a739ddf3919efea64267a09d3b13bb","2586506":"2586506-a2c231440c0d971d663da6e2a7554010","2586507":"2586507-9c2deadc72ac62934d15fbfb3a009955","2586509":"2586509-f3d8e501e75aacb8e774564bc005b71a","2586510":"2586510-2e54f0613a86ad21a3b7bc000c014357","2586512":"2586512-2bba7ee0530621d2f7f437366f4785fc","2586513":"2586513-9644ca43cf1107df6ae3fb87cb0375d1","2586515":"2586515-210dcf8b19bf8b266f5dee92afe3b049","2586516":"2586516-a6fb0f38e49e775b4b8f4cf5bc9202e1","2586518":"2586518-298e8ee4f90afe1eb42361616fb71101","2586519":"2586519-c5ba6b759f8322c010c5cf48cd557af7","2586521":"2586521-cf6c5d270c838677e6aa472af91433cd","2586522":"2586522-f61ee76431ed5f670b067b18bd85ed3c","2586524":"2586524-7211e66365abaf6e9629a0c08521c55f","2586525":"2586525-f32445c0ac66b8974e6e696be13f56d5","2586527":"2586527-892645379b553b77a0f89779f461d287","2586528":"2586528-77927b33403800e500d11c5d3a73d144","2586530":"2586530-c87d32e546f3b7a0979657f2bfd55eb1","2586531":"2586531-bb9a82d2447bb5699d6fb09f93234418","2586534":"2586534-cb67738c765cd9bba788cc393f0e4fa2","2586535":"2586535-11411b4f5166d829f51db4de11882245","2586537":"2586537-cb4588f7c7fbcd539d1d8c8e90ed3373","2586538":"2586538-45b9159c097816811f22386c5d56c49f","2586540":"2586540-e3451f9eb7575b9de1671e132c66dbbc","2586542":"2586542-1da98458f255731257d03f12f1f904d1","2586544":"2586544-23c59cf9024914cb09e57306249bda27","2586546":"2586546-b2dbdfde77ecd7eea8ab86350628c716","2586548":"2586548-ccba0cd021430b5acd38d2abd8105475","2586866":"2586866-645dcb278792870aa03b577c6f351f95","2586867":"2586867-4a87ca27193d405a9bd5157d47ec3bbf","2587355":"2587355-f02b28d1e5bac678be334b9590b4d585","2587356":"2587356-489f809c112ceffc2763e78a2e5c2403","2587358":"2587358-8956e29268cdb11f7166f23a5eb8008c","2587359":"2587359-91495ab1065c099d395d7dd30f199c0c","2587365":"2587365-16c7c9ae906491b224bf671d61a13b28","2587367":"2587367-629ec2c932d63c7c8a2664a028a5d3a8","2587369":"2587369-f38714208062f35b76b2f642817d2332","2587371":"2587371-e1fb7ea370ba738cfb2c4aa3354cd4aa","2595944":"2595944-d37dfa4bd3352eead24e7e15128d4868","2602316":"2602316-6c142c7fdde9991b0c2b0a49b0d845d7","2602317":"2602317-12d4634044cb3b91220c2cf9b09df06e","2602318":"2602318-cddf90c956058d998af48fbbd4268110","2602320":"2602320-70936b0c62da90a7ecaabfeca7eb6ea3","2602321":"2602321-2f8582985d9066e3a1014bb0fda50d84","2602322":"2602322-b8caec5298c9d499657434fb8b50ea7b","2602326":"2602326-6cacfc0e15748afe394e41a1748c3cd5","2602327":"2602327-0df768d4b5e6cf609dab7ae23f9210a1","2602328":"2602328-a61687384fc33b654c763fbed36e73d3","2602330":"2602330-9146477710d8d2503ae3d4b35ac25161","2602331":"2602331-81aacdcb9c339a0a71205e164ce6abe0","2602332":"2602332-5abbec2f610d052b270177d481036981","2602334":"2602334-95f0b21bb5016644385a410b161c1d3c","2602338":"2602338-65d45de6e521b682621b035f1d37267b","2603855":"2603855-48825c1d0fd9dbe5e92df355adaef8f6","2604173":"2604173-1fcedc58214062682706ec95b04c3cc8","2605112":"2605112-60c978091e4baaa1ee4a50844348b38a","2606295":"2606295-4f5518a71533e896ccf491446125a78c","2610846":"2610846-0e7c0634d15e4207cb3ac4abbbd14ab2","2610847":"2610847-8616a91fb6a0d27a6ec35d223b76ff59","2610848":"2610848-8ac66feddb488dc60d1cc81dcf0f4c1b","2634349":"2634349-4345411e897ef09876592e462e7b2d12","2634351":"2634351-6d361355850d86c8b1d1065e0d0059c0","2647317":"2647317-f18aeb4722db090813e829d0a59f0667","2647570":"2647570-f78d6cc9a130d0aa524978796c3622b6","2652963":"2652963-e4849a344cb8dbe734df38aca93ab0f7","2652970":"2652970-28d51dbf041e1a3c73dd865b0c2e559d","2653184":"2653184-250608e294cfc5c286e39ea2e053b641","2653186":"2653186-8af89032bbbae093697978f12820e776","2654194":"2654194-2c268bcc9d76395e479c114591f4cd80","2654196":"2654196-73b2bb4b9030bd0afcd2dfb3d1f5e11f","2654198":"2654198-7a7f0fef42f0db9a7c1b57949677d9c1","2654200":"2654200-9f5a07ab0a467647ffebae92789b45ea","2654202":"2654202-1398ac16d3a02f797209a1ac5acef3ce","2654204":"2654204-515e277373e46f60c69f863d16be97f9","2654205":"2654205-da19ae56fd20e592668da04ffb6a1a15","2654206":"2654206-1a6ee22050f2ff319416cd739cd45b90","2654207":"2654207-d048808570b0da8d8b965bc394240631","2654208":"2654208-62bd612b67759497cd239515c404f1c9","2654209":"2654209-a031e4211aa100b52a2cb0c6f5bbf35e","2654210":"2654210-fc6a8865387e4ad6e9ea6f74a0f6d1d2","2666764":"2666764-3a299de581e0d22a1c2ebf01169536ad","2666766":"2666766-b4e24a5ae683938ad38a078d4b91e3b1","2666768":"2666768-d323636637b4089613f0a51922b66d79","2670384":"2670384-826f153e8161ad0707f9e89a7fd0988f","2670386":"2670386-058526acca661f76f031d4d96db29ce4","2671056":"2671056-9427e7dc379c70e137449421995bd892","2671058":"2671058-99baf162c0b51bba931261608c64cd7e","2675708":"2675708-d58fea1007d9177a87b7bf8185a5877e","2675709":"2675709-6b8dd54a822bb2cc7307cbe9e847607d","2675721":"2675721-645a1e4ae58ce85fcb5ad6c78800102c","2675722":"2675722-b67ac2c5b07c476ad24fcce6a67c2770","2675724":"2675724-fa0d2d90b8cc43a65e34c7323b528ee3","2675726":"2675726-236ccfc0d949d2931addff996e648fa5","2675728":"2675728-a090f167c71299ce365986d83df51a7e","2675729":"2675729-792766b9d270278c08436cc0143ee6cd","2675731":"2675731-9edf8b44d7b2fb0b3b593422c4a9b3b5","2675732":"2675732-1859f1863d40b5365d9757519cba95b9","2675735":"2675735-be7642990b1681a41a543a529e72e569","2675736":"2675736-1214b721aee522b0829bb1f8c5de045f","2675738":"2675738-67ca1ee033194573b066cb9708747d95","2675739":"2675739-662e1a2ade76e599183dcef25c8fdcfa","2675761":"2675761-1bcbe4994c04834097f9e53aad6ea384","2675763":"2675763-c1d38fcab07a3fd4cb89833299ccdb3a","2675765":"2675765-d9bce73a62cfdb55afd9e23a73ba9c62","2675767":"2675767-8ef7a0ca0390ebc6271123ce057dd5d7","2675769":"2675769-afec5419e367fe049615528ae1063288","2675771":"2675771-4b4ea818692b407e4684bddde1fb5cd2","2675800":"2675800-d53ceb83129877e37f43f8077fe3a99e","2675802":"2675802-264cc736e0dabe356d848560c65f2d78","2675804":"2675804-22906b057ec6e933d2e89717ba6a51ed","2675806":"2675806-63804eaa4901ed1a07826736e9f919fd","2675808":"2675808-bdc12fa80572f349071c42aa957e7eed","2675810":"2675810-b39117d451f25936bfd81bc6c8cb6f02","2675812":"2675812-3c92bfc6e01dc3c754e4b87a77a74612","2675814":"2675814-35be732deb93d91604a8468c465aefe7","2675818":"2675818-4edfaea9c4a3de0863f28d494edfd77f","2675820":"2675820-aa31e11261151591ae8f92d569698ff8","2675826":"2675826-ba89b0c56879eed4d41f648217772799","2675828":"2675828-9532cab0242fd5ce353aa2abb4532e8a","2675830":"2675830-ac77e364bf62fb870c6a34c4e7250fca","2675832":"2675832-725ccf23f716acbdeebc918be7911d3f","2675836":"2675836-4626f23601043ed18220627ea14a46c7","2675837":"2675837-70b4fcc5b435fb339073ef44f8eb4548","2675839":"2675839-7c84954037a7bde73c762df6b54edeba","2675840":"2675840-be7fb42602f9123cf9837174b1fe17a3","2675841":"2675841-980b3a8bc84bb305a212c712b4933c22","2675843":"2675843-8fe170f419847cb12b21e3c913da6477","2675844":"2675844-e78fff6598bf66909f9e5642aac0513c","2675854":"2675854-1275dc9d8f391e7ff9a1c5874514198c","2675855":"2675855-6739c9ab8417f03be58b7141e7249e47","2675857":"2675857-d8f57ca043804731e9bbb89b8c1b6b75","2675858":"2675858-e8f9862e660cf49214961c5ee4c805ff","2675860":"2675860-d9d953219ed45221ca8517ce9aac208b","2675861":"2675861-5c88af4e05e5ca1965163a01e5dc52d1","2675863":"2675863-c79e99eb269f26ec87457a3305323ae8","2675864":"2675864-51659aadfa86b4719c8ab3e90fc696a0","2675866":"2675866-89859953d57f201c6ff3f68f6eb4cc42","2675867":"2675867-4a6d4e5fba9e48b0ae7dd08d588d0af5","2675875":"2675875-436b58e92b66c5deb6d56e4902824af6","2675876":"2675876-6fc2fa5b0291efba1de9a1148f96b238","2675878":"2675878-c0ffd7d017d188bb3ab95c03fba69677","2675879":"2675879-af13dd2f3e9e0f1f032e2763680a64bc","2675881":"2675881-8edc41702c10b0debee6939f6854d197","2675882":"2675882-5113662c0d24047789dbae6975ea7766","2675884":"2675884-7b3e08fb765ed4d4779fcc722a291ff1","2675885":"2675885-1b1e8e2dcf5b91780a6fead976b13819","2675887":"2675887-e0c1caf3639a6ba8a0ce374e7c46ae7e","2675888":"2675888-6c1e772953a974df327ba495be929af0","2675890":"2675890-270ff8c3ba3ef662464e14f7f445bcfa","2675891":"2675891-2ea039bb37d62d1e2f98b80ead83279e","2675893":"2675893-66921489bd264a9d599ad1a003715b16","2675894":"2675894-fee59b0532bde2c5bde4baad3380bad2","2675969":"2675969-613d177edc3f812d154c6f02514711ab","2675970":"2675970-f498b33b9979077510a6c64ded336af3","2675972":"2675972-84cdfb321e23362e236bfdb897ceb75e","2675973":"2675973-a31f539a215a83440d6cbb124ec6bb7a","2675975":"2675975-e939cbacbf1713fcd0147aa16a4666cb","2675976":"2675976-0e24285e0cb1d56583871ea186954810","2675978":"2675978-aad9571c12c0d0b7917dca3b67b4898e","2675979":"2675979-6db714e6de1d73db82ab15d56e110881","2675981":"2675981-aa7730dafac585e0487c340cd87f1971","2675982":"2675982-eca4d81934e5654439be6da8b0b4442b","2675984":"2675984-5410f52bd647823ef002e7c9f9ad7505","2675985":"2675985-6404f8d2ad37d9237406439ceacfca3a","2675987":"2675987-b9a3e7feb19b9d75f407d53f8da15e48","2675988":"2675988-7eaed817ff809ca24666fd61c2cd4c72","2675990":"2675990-01249818a0ed7835fbe1a2cac9f9e8eb","2675991":"2675991-8adaedb7b6491d879abfaf803389d841","2675993":"2675993-e0076bd34ac5563b80d76b47f9a49329","2675994":"2675994-8aa8db4ddae263ab8847c6d73ebc2966","2675998":"2675998-6f9864323fcf1a1af74e073c07b6578f","2675999":"2675999-1ad503f5820e5fa4d76cb2dee0a15d3f","2676001":"2676001-2ad802e959040db59d98b1c22146c9f7","2676002":"2676002-6324f0bab9e934918c16b6126821493f","2676004":"2676004-7aac1c4df18dcb466207f070dec1390c","2676005":"2676005-aa4871c094a9a53473ce1313b4cff0cd","2676007":"2676007-3747d75917a79da1b10a6896e1929259","2676008":"2676008-84509c655b2ab4b78c75231745ed2e45","2677765":"2677765-4b5d4ac298fc6ea4779ab6920b7d9eeb","2677766":"2677766-6342178483c08f00db6fff307fdda6f9","2677767":"2677767-ad32a6b9d6e71e836efa20c91a96ae19","2677768":"2677768-edef061e3af8b9404c2d42578cf7346f","2677770":"2677770-52fcf06abb40b0bc690b10c7816eb3e5","2677771":"2677771-b93a71a378d1965905530f3ca19f7a0c","2677772":"2677772-87396554152d8d19c85d0dc656b932a5","2677773":"2677773-90d7ee95117a8d8a767c13622ddd7905","2677775":"2677775-6bbf7867ca9af0ec35ce5f76fb148688","2677776":"2677776-2f5db9a95da6b4b01dbd01024935e17b","2677777":"2677777-16c6f87ade4ad27c90b9c27648046d45","2677779":"2677779-7c5e656bf0c5a962301a288b104871a6","2677780":"2677780-e72c9d42db0fbba0eec8d20eccde0554","2677781":"2677781-3e80b543cf67e47c90a04ad37b566a9b","2688195":"2688195-35d4c75e8687e02f250d0033efe080c7","2689202":"2689202-08e95251e6c4fae1030c7a0de63405e9","2690858":"2690858-850d968520ea5b10a82d122d3b52f29a","2690860":"2690860-8b189ec992f0e140c2f6be0ab845bf9c","2690862":"2690862-14f6089eb820256dafaf4baa262c82a3","2691080":"2691080-165767acfd68c1d6f5f9b04c295415c7","2691082":"2691082-69f5183176eae9a57ddef8832d0f0ee0","2691084":"2691084-bafee1f603ef64bd8edfb5be1e2a2ef5","2698408":"2698408-1d1d030cff8c7bb88c661dd92f14a184","2698409":"2698409-59b16702eb05edbf87b1743e399096ce","2698410":"2698410-94fea3c8ac4b01dd1f65efea2c1cff52","2698412":"2698412-331b6faf1e4079a08361237360815197","2698413":"2698413-85776e3bc60e83b10d7bd95099c8eb40","2698414":"2698414-65c602a47ad7bdfbefab02a2bba59b1c","2700217":"2700217-172a0ddf6668e9e1fc1cf4c6b67ef8cf","2700218":"2700218-5b8849f482b09cfbb768489d0e9f5174","2700219":"2700219-7d788a2d7245244626bf7b1c513b3c9f","2700221":"2700221-c43b18c71bd4e92d70db4e3f23401fa8","2700222":"2700222-fe5212c352ecbdfe5215f75155e8c8bc","2700223":"2700223-8287d1d8863629e9d290770aa7cb0546","2700224":"2700224-4616a28e9d124bdc67c66ab97af928c6","2700225":"2700225-0f807a30db5b95bf7e29f99cbfb45a43","2703009":"2703009-4a833f8eae8d5017f57f2f6817145253","2703018":"2703018-7596a824e65adefbeab5f9cb18a4a7c6","2706467":"2706467-a417c94f9ef562540add564e9ab5d724","2706468":"2706468-cc18a8b7874353cf1da07827f7923426","2706469":"2706469-c9820a149653525729501a14489f552a","2714291":"2714291-600fa1371becfd17ecb6eb5068147506","2714292":"2714292-a6efdf9163fb0870b2c0e0afe127ccbc","2714293":"2714293-b4b96497cc163b679bac02723edd7e91","2715747":"2715747-6e57bff5fef3b72644e93687db9a8198","2715753":"2715753-174ad1d2aa62c5ca95b36d5564e345c7","2715792":"2715792-92ced2d5e6284b5b88c0f6b8f9aa5ffa","2715800":"2715800-06ffb6dacb7eeab7d774e6678de0c0b2","2717527":"2717527-1fbcdb71e51dc8bcc96b3abb869024ff","2717535":"2717535-5e9f657beab25d238f675b09b5c41f4d","2717546":"2717546-21f9057d0dc7378a5f8919f208a7e030","2723813":"2723813-a4d05f5e5570aa01ea1c8eacecc325f4","2723831":"2723831-cf544b48add38346d85ecfea95a4ada4","2724722":"2724722-9eec08e5af59eb7535f2300c34f2d4c6","2744487":"2744487-9b284f30e22f596d62f1f99ac46ad25f","2744489":"2744489-04e32a7dd2748472af16c818ba7dcc3b","2744703":"2744703-d35718db98b977596e861e82378f17cb","2744718":"2744718-2e6f2398ec37b5394003f278d0a9f218","2758371":"2758371-b6885db936f1a9bc1cf6f416c10f52f6","2758387":"2758387-4445e5c2c74e9f473e8ee479a642ff76","2765131":"2765131-f7f9420937a0014fa8b1dee84980c73e","2765133":"2765133-b7b0cfea8bce7d4fed66dda70fbf0649","2767966":"2767966-1c58a650e9313ef87165fb98f778b5b7","2768413":"2768413-dce9374b78873fe3ca62ae667f91c1e8","2772672":"2772672-112f647faad4122731bfe732ad04a4fa","2772674":"2772674-2c18099dd92e4f32ce0e28eb8d9d828a","2773049":"2773049-de244a23b3f0e78c65b286084e070c39","2778597":"2778597-f1fa5c7af597871cd9f383f8a50204ba","2778635":"2778635-f088ae41eaa9bdd62cf1712f68c64bb5","2782383":"2782383-61f5dad0216bc32b2c0b422a90854da3","2782385":"2782385-11d1441aeac0758524b19a38517f1f8a","2782387":"2782387-9c94ca9c7840c910a91b3443b92d7d00","2782389":"2782389-02e6667e510df8c48451943cd4272117","2783765":"2783765-c8446c6957dd033a2de46cb8a0fe2228","2785948":"2785948-913102f087827fdf738806e05f5be2ae","2791698":"2791698-f8ba78cb91ebca1e3f46dfef0c5544ee","2792286":"2792286-2ce158c243b51feb82200d249e20e8f0","2795081":"2795081-049e616ac6774227037aafd3631de2db","2795394":"2795394-fd325b1497e83e7306ef352a43cd44f5","2795660":"2795660-42047576156824e20369b706d39e512a","2795758":"2795758-2c6ef5872d1eca5bd908e3205cb2bff5","2797461":"2797461-2106a3097fa2b9c0f223cf1eb48e300b","2797731":"2797731-b401fb87835397f2dfc5e84779a94794","2799777":"2799777-8afc2b5c00b4af85447ad5a53c75aae7","2799779":"2799779-87ea73431f92ce1323ab424e2373d993","2807893":"2807893-fb002d6e29b0b3529e59c1578efbe188","2810266":"2810266-a14e64df03b73287013e134fe1bae27d","2813579":"2813579-19c2fb2767a30ba2f415375bbc7bea89","2813609":"2813609-630b0be9d31a93fa63b9825509d6b408","2818252":"2818252-6a961994f22f41622d03942fcd3dc259","2818253":"2818253-3ea3a57a9889b44e695ae370dec944cf","2818254":"2818254-69a43fc7083f18712c08ffff5c338f0b","2818256":"2818256-9bd0bc2eec3927b7c1aba93852c194d5","2818257":"2818257-0d0c3dfb2c122026a71aaf1b8890c2da","2818258":"2818258-773cb1f1e12fdb6b4e90005aa4ef7371","2818277":"2818277-bee54b979f310ab494aee9e98421528a","2818278":"2818278-4fc49568d4cd02679211fc80c50ca631","2818279":"2818279-2c9b7de72bf42a0cc9e688aa9671fec9","2821019":"2821019-d39ddf5bda94f27b70a44d58b9b5f363","2826486":"2826486-a8defa4d67c0088bc18ad9e7968d4711","2834616":"2834616-9bfc42f69db086e452f62b2fd6cf70ed","2834619":"2834619-5b179c6731e912f72a2f1e2e72b438a5","2834629":"2834629-f90fa6dfa5b785f92123137429094369","2837444":"2837444-4f3ba53c5beab875cb15564aa04944f8","2837446":"2837446-25765cfe8244a924c90e12ad176d45e7","2839110":"2839110-cd4e32032d4e4f8f5e1f9771c46de23a","2839117":"2839117-c1a60b70bcfbb3d13ea08d810049947f","2843725":"2843725-e8e8d7abf05bf07d3f7e484013c60dba","2843727":"2843727-3e14a597b08bcff89d326a8bf5329222","2849979":"2849979-681a3ba6b775a929a97c6d11ba7e5667","2850899":"2850899-78533c8c32db9b6f333500435c9fe6f5","2862041":"2862041-732dff45d0319fbcc673518139e79f0a","2863748":"2863748-3088e1a7cf48bb276575a953ffd018a0","2864423":"2864423-e1fb130c4e64c52500688acffff754de","2864539":"2864539-1d053cd446df1dede766fb5246d76f1c","2874937":"2874937-bc7d8a1eda0208b04d237efb5b0c8ae2","2875023":"2875023-5015e806013d1391098d1fdce228ced8","2875884":"2875884-c3b0416a1eff7549173a3ca71ecaea57","2875886":"2875886-07986a27cab900ff8287a0da2b5a2d5e","2880283":"2880283-faf3d1c62466c412cafbf89f8dc1f035","2880327":"2880327-178631136954f445dd73d0f7aeac2016","2880617":"2880617-8e6ecf2d8a5c1dfe805cfa00119ffc95","2880618":"2880618-106e20ed79192eea564ca061b85f1f9a","2880620":"2880620-258cd4c457cb873c442a8e9e96756b18","2880621":"2880621-8fa56d220b3ce19c628d46716f951188","2880623":"2880623-1cb88fb867561414b60a8f824cef8016","2880624":"2880624-0ffb396ada2f19c3c3150d54a8bf41ec","2880626":"2880626-6ffa5924206df9482d14ffcb1938f0c1","2880627":"2880627-f40cbca5554e49a81cfd0ed1c71d9cac","2890295":"2890295-0d8e911b5ac24aaa790fbcf0a8e3b4a3","2890296":"2890296-38b5ac4ba67e7094b52c748695276b48","2890297":"2890297-6100b6d04a56372ba2343636b952ff87","2890298":"2890298-7c952fb680ae8f82cc6b1e32a8f10c28","2891418":"2891418-244a9bca9fcc66acfa5e8bd9f69df792","2891419":"2891419-8558b1d4601c98a567bc2932464bfe36","2891420":"2891420-7e67ce45fa197a82e4a75eeea802bf3f","2891421":"2891421-5a4fb7e3df8afcc7b139be707a4e3799","2891423":"2891423-247d3df3f66b9b9eda5c75df17ab3c75","2891425":"2891425-0209d9c7d731426d6fb7233cc311e92d","2891427":"2891427-d4803e9b179d301571528665e1abfa6b","2891429":"2891429-c6bd12fc2c478ee189d60d986469c417","2891447":"2891447-982327d3e18a7a23446d1cc0a64fd43c","2891941":"2891941-f02f19fade932ec49b6cda7227b9ed37","2892363":"2892363-502935e5c5bb6e7cf49840445457fa3b","2892370":"2892370-490e2e98bd063120ef39d04896600646","2892371":"2892371-b14d634e9c630708afcd990271e0a971","2892372":"2892372-553833b55b8227feace83a45c97c2fa3","2892374":"2892374-cf445535a3be994e419c90a49056476e","2892375":"2892375-284e954cb6b24ccbc58544248edd336f","2894071":"2894071-d78b540dc9c37de4bc373a62278495f9","2894188":"2894188-1c178e66acfa656a6c56db933f43c1e5","2895790":"2895790-5ce09c1117fa6463e865a402d58c842c","2896087":"2896087-458eb40bc0b7e7515ee67fcd50a7addf","2896175":"2896175-f0bbeb032828f018e6a15812a6a08f13","2901386":"2901386-9b6c4837561132c2893d4e2e239996a1","2901388":"2901388-fe5869512d28f5b5dbdf75a721e7e74b","2901681":"2901681-bc7783342f4a8082fee95324628d252c","2901695":"2901695-31249bebb262084a61c2210e59e105ca","2901696":"2901696-7564339d7f4da29b381e867dde1fd828","2901700":"2901700-637a072effac971fb34dc931ead2d3ed","2901947":"2901947-4dac183646a12c8594a3ded188240d60","2901949":"2901949-848fc20cb17bae023813ded0a3c823f2","2902148":"2902148-016ef187f75819fbc758f9ebd002996d","2902270":"2902270-27360585b78e630657800009bd87f122","2902274":"2902274-45ad4383ea44f58dd0366354eca7fc6d","2902277":"2902277-a3fe88329446aa9cb6336ce81e45717d","2902278":"2902278-350ff749f02082bf47d51504c0ac2bec","2902810":"2902810-0475547dc6e2570bc5e7fcca5cdaf41d","2903583":"2903583-897ec587d652418f2f0b647d372e2447","2906296":"2906296-3e33e43b8c0076cf4fadecd4e9555058","2907535":"2907535-9d6a10f8f44353fc9c4b3c265f4c4c9c","2909621":"2909621-d1e8fcae10755696c45d13389568b451","2910389":"2910389-2ff14bb70dce349fa1de52f2c15e472f","2910441":"2910441-0d77659793b7294872b37183eeaf92c4","2910443":"2910443-730ed90e7e8c1a77a1271f3f63c12e91","2910445":"2910445-1bcf522bfe39222a9fd8d5bb676dbe2e","2913494":"2913494-ac47500411be6755670bc55a904542bd","2913531":"2913531-cf4be1470fbc515ce2f89892e29d18ae","2913561":"2913561-9261e927b06642f0c738984f58cb5c5d","2917538":"2917538-825fed7dcde8ffa7349412f615e1dc4d","2917540":"2917540-9d78e3a807a025f0ea09670d8d517361","2917542":"2917542-50410b8edb09def9d2fc40af5f8a93cd","2917544":"2917544-61ade74be6dd1089230927448ba07923","2917546":"2917546-2657e6d5a872bb4850d70dc38e276d8f","2917548":"2917548-e2f17f45d2a6253e48dee6e89702c86d","2917550":"2917550-dc20fe1ebca864b76ce869ca8c2cec6a","2917552":"2917552-d44eb489b62b5b44be5883af1d0b3ebe","2917573":"2917573-22461ba71f517125a4e49abba107a0e4","2917575":"2917575-cee3ffd2790cf62c95e8c918c3eaae11","2917577":"2917577-16f3fa117440684789c14d353c475edf","2917579":"2917579-02af4a312b43f098baf6cfa610132f8b","2917581":"2917581-dda92978811d22743987e7e250a4f8ac","2917583":"2917583-3411b00497908db2b180c3c22274ce9e","2917585":"2917585-6e3b949a100c8363588b781688b3a196","2917588":"2917588-efec5de7bc1601807e4bc7df75d6b0f8","2917589":"2917589-5b00039cd07a59137ac608ac32375c6a","2917609":"2917609-2b5ef65dc792c5627332b7fd626f3985","2918008":"2918008-2f653547727d603b3ee5df3d4977277a","2918172":"2918172-7fe8651b3d4e4c30859c90388037ca1d","2918369":"2918369-482b52a96735655f664a6393c64c54a6","2918374":"2918374-223ebe52562d18060e64ef2e88dea547","2918385":"2918385-231b1614e277938ad3f4b777f541a6a4","2918386":"2918386-487ea24730d4020dd166600cb2dc6f15","2918387":"2918387-5cc8b40bb6af5abef9c772b0cbd0ecad","2918388":"2918388-097dab8b5a8c5403bd2220579560d36f","2918389":"2918389-e706b5b2d9b49a54b92fb36134399f7e","2918390":"2918390-746869b0579ca767f4c1d88cefafc0a9","2918391":"2918391-831eadb5d4a9834c3dceb4e044f89df7","2918392":"2918392-f509f0675b1bb70f8f9d4fc41e1b6c85","2918393":"2918393-0ced32299791cbb8e65d99dcfbd9cbe0","2918394":"2918394-49998bcde3c9897f33574e25f2a0f44f","2918395":"2918395-19e50d15bb6edfa809620752e93f905a","2918396":"2918396-7098ac29192aae4804dfcecade8b0093","2920804":"2920804-c452629536f69c03e64d45b26e0326bc","2920975":"2920975-c7326c39dbdc527fec7bc67f1630d021","2921222":"2921222-f20ac4cd61cfec7f982c3316b3a0c33c","2921223":"2921223-bd8442e1e6e57a783011c8994a894ac0","2921226":"2921226-93a8c4a49e5ab5f23a9f1b21df01ecb2","2921227":"2921227-890eb64b1789eac29d6ab68f3b6f2cc2","2922961":"2922961-71c8fa54fe87968dc0c73a26796098cb","2923748":"2923748-6e1e669d07560a5fa52a6dc555287989","2927507":"2927507-6f878379c82d653c42eebadbb275ebe9","2929967":"2929967-e56b8e6b1af7c483d1d88f2bd0ecd2aa","2929968":"2929968-755dca6c2d83869bb2f8f7c501f385bf","2929970":"2929970-3fb989c38b7aa488ef55a5c47701c42c","2929972":"2929972-33e6658177cd4b2540d4f65eec0925d2","2929974":"2929974-c0d713a64aa4fcb87dec2557d02475d1","2929975":"2929975-0c2c7575f382fe2b98b384ba06e747ee","2929977":"2929977-e5a3f3a9267bd646328211f520ebf3de","2929979":"2929979-d90bd760126f3840fd092f90a62e6b18","2933846":"2933846-293741f6353baf251fd51258277ae0b0","2938156":"2938156-b731900746a393179acd6dcf1acb6bcb","2938641":"2938641-dc38e1c2525a2aa98c616ba7f9f571ab","2945064":"2945064-26e3015d6494691a265f1a9ca3765a94","2945669":"2945669-92c04ad0511d50ec1d50292d82968d50","2950776":"2950776-df1529f20967922fd61efa39951650f1","2951342":"2951342-e52ef159a30eda1f7c812483f9d6891d","2955249":"2955249-739e7d6dbbc001c5dde5df2f86d3a426","2955277":"2955277-85c6b7ecf492fc2a806d6dcd3394e130","2955353":"2955353-bd0616052ffb8322d912ca9dc6ee2241","2955354":"2955354-4b54a4c39efb4bdf0ce3eb78fd2ff66a","2955355":"2955355-b7275e82b52110bc2b3651ba80fb79fd","2955356":"2955356-084a23cc9fae7da1bd5e9ba43c9315ec","2955357":"2955357-bd2acb4f71c0d84b32b5000febd8e08d","2955358":"2955358-ecfc72227889882167ab56c3211a6f49","2955359":"2955359-fe4a36f04ed006d0093f9722ef3713b0","2955360":"2955360-b68130bb695ea387aa2ce7bfd63af8e0","2955361":"2955361-5b3dc4a3c48c79fd4ee7bc0ee6df55d8","2955362":"2955362-afa083b8915956d3778fed01c6ca6288","2955363":"2955363-a2a525e419af5d1b9e6b8e0fd1a051a9","2955364":"2955364-b3a0996969f95158255236a4fcad2837","2955365":"2955365-6d36991e0a7cb859ba926d0464775148","2955366":"2955366-451d9aeb77257cd7521fb0a133b939c9","2955367":"2955367-3e2f29401ae6282f95970ce463b26530","2955368":"2955368-c0eb09f447799db2f1d18c493b2beec4","2955369":"2955369-1a139ad448f0cc71dff343bb74ade719","2955370":"2955370-5236983c3478234fa49eff23bd5d6129","2955371":"2955371-3c43369636c2f1364dd26fcc99442308","2955372":"2955372-b5a4113de884203297f6fb7f171c697e","2955373":"2955373-ddf2c1e54d52460ae6ff2d863e06fb93","2955374":"2955374-93fc22bfdcaf345b4ff128337a10848d","2955375":"2955375-f8e3563469df1de143ebc351b740615b","2955376":"2955376-bb11d3bd000148cd506b2e761face7a5","2955377":"2955377-1bd50fdb895f6bea38cb2cd17646fa36","2955378":"2955378-69bf96438c8568d520ccc837616eeb2d","2961763":"2961763-d9c631036f71e96f94aa6f0726b5f794","2961764":"2961764-a7fd915e9c535751ee512bba84b78496","2961765":"2961765-71eeaf6b808393c750a524a140ad4bf6","2961766":"2961766-1070043eac3bb075183272f045631767","2961770":"2961770-3cd93122195b2a85b09995aae77d70e4","2961771":"2961771-513a302842e2ec857ace186b30ab20ed","2961772":"2961772-e793f3f589e0e59de5cb91ec065a952b","2961773":"2961773-947b3a387145b05a46db7e8481c7225c","2961775":"2961775-0ad4eb0c919410edd409f905463ca5ca","2961776":"2961776-1c3ca27273d74eda65465e2d0b15d14e","2961777":"2961777-852a427e1f039943dd2ff5925290bf12","2961778":"2961778-c202dccd99823b89305edb17060264bb","2961782":"2961782-768cc15bfc6092cecb678f8885e420fe","2961784":"2961784-846f243f51baa4eec0c938c5f933e496","2961786":"2961786-e9b494ead788eb64ff1f8c6cf194ad9f","2970410":"2970410-4fbf59d04bde8d0a32772139875ded08","2973604":"2973604-a74272a04b0fa8ec79ede94ca8f054f5","2980871":"2980871-12647abb2b739b5998e7facef4dddc42","2981239":"2981239-9d04d5e01cba9f4ec664a5fa6f815ff8","2983288":"2983288-b36d2dc27c4586b6cc39d1cc8e912980","2983290":"2983290-25d798a81e86aa20c925578bafeb8650","2984667":"2984667-ff500e1c352e09530a739f1acf4d109f","2986585":"2986585-17333afbea90f4ab32c2296d4da725ae","2987365":"2987365-d1477eaa4765124fab03fa2ff0033944","2991532":"2991532-6e005eab98ea836edefb6fb00013995f","2991538":"2991538-c8ecf8b8574eadabb08e7f2745f440cc","2994523":"2994523-7aeffe60c9bfa7b4d251afe181d3e2c7","2995138":"2995138-9d7ff1753c62d99458300cde7c194491","3005600":"3005600-4615e4858d605fd57345b6cc20ab56d2","3005662":"3005662-806c8c8c2c94c838c3f9542f85306cc7","3007247":"3007247-fa1fa84fd006d67ba7914be554e24a3c","3008575":"3008575-d6044bc471a2d832778ace7ebb5f037d","3009551":"3009551-e9c3a3fe520bd2c31ed6904efa4170f4","3017752":"3017752-1e18426e7f1324f7845cd17c27f9bda4","3018712":"3018712-06a9a838a9562190afa80b1347249031","3020113":"3020113-94b75a64b7cddc4a29797aa1d097ddec","3021359":"3021359-9c27c300c80810bf8c81c4eac0d278f2","3025528":"3025528-2d6a15adc4ea32bc0217154e8484abf9","3029455":"3029455-f1924662bafb77aa31ed37818ef32516","3031409":"3031409-fe0d77061a86a5f44fbd5a9342c4028d","3031723":"3031723-8fa56e0df8348b910262a6087ff4317a","3031725":"3031725-09b3e62ae27778d2004559fadc935062","3032888":"3032888-50524175fec7d9b90235c19d1458bd09","3036286":"3036286-84b52caa7845251e7c92ec21aeb8f3f0","3041995":"3041995-078eadca6fcd6c12ba914c5e3f6649bb","3047874":"3047874-8d913a383073ba4fb3675a1bf700f6dd","3050986":"3050986-fda07a31ba4fd06e047afdc877d89e21","3054423":"3054423-f6cf2046e153cb0f9c72111d165e70f4","3054424":"3054424-7dc27be88d0f04527797e586ca25b100","3054426":"3054426-537b92e06a89006546dc0d3ecd7bbe44","3054428":"3054428-338e021ff6c7386063a1109c1559168a","3054430":"3054430-f896ba7663ae40f449045a371533d787","3054431":"3054431-c73357dcd157ce604eaa3663b3d02f8d","3054433":"3054433-94e32ef1393c5679693d80a738e1b67d","3054435":"3054435-b6bca219523ff0cb1592b1a2d97f79b8","3054445":"3054445-f654deaae8923c76be01260371081a12","3054446":"3054446-617cf853096d86eb9db001d156722730","3054448":"3054448-966de04b59871ce9f326498c48671cbb","3054450":"3054450-5538aa348a66ec7d6f28d7904e9b27e1","3054452":"3054452-ac469471d5b2e981b7f34885df52fba7","3054453":"3054453-5ea50f6c74510d8dcbc908afbf21dbbd","3054455":"3054455-dcf637d45fac087566e07dfbb49d34d3","3054457":"3054457-8f92c4016894f2592fed9db0df884f1a","3054668":"3054668-3806816b185173c2eb60c38358869900","3059726":"3059726-02843ac73e647fbb30ed4d2c75b1b880","3062520":"3062520-67cc169dd2bf9918b732ad8abb9528ca","3062522":"3062522-ee2afb013f1c1434dbf36d7e72ee664e","3062524":"3062524-33c5c3a3c51fd35b302fee970303e87a","3062526":"3062526-e1af9ddb4e556125f4aa042e199732b9","3062528":"3062528-19af71cc5f35197f0d4e6f265d48db5c","3062530":"3062530-3c8ce4b62c48062c76ea56ead391df4b","3062532":"3062532-ee2fa57b34b6c5bc4118cc91412a7adf","3062534":"3062534-c45df25f33778e1aebecca079c284b9b","3062536":"3062536-d73c6c792bf0d419c517c85b9a3851df","3062538":"3062538-0f4eef5f2df7964cebf564b1a158673b","3062539":"3062539-9b381b52cc53995d59a078fda47e39fd","3062541":"3062541-dcc9e578c3aeca49558054cfdf9475dc","3062542":"3062542-d43e269d77785a457774e6e30d85ddaa","3062544":"3062544-294e7db8829517ed97a416fb2227dbbb","3062546":"3062546-2671c14954489f427cc48aa4c7743f14","3062547":"3062547-8c909ad6ef54f577a7d001fb00e9ec2d","3062549":"3062549-bec8830759c8509522906f7f586aa1af","3062550":"3062550-97c53c21a04f275284a39b1c954244d4","3062552":"3062552-cfe269da586086e8675cf2ea0ef399c8","3062553":"3062553-7322af2dabf8b2e26fa101fdc5c2ee0f","3062555":"3062555-8c13f9ed71f6a6cad8c6d49dcb9dfd55","3062556":"3062556-d9bba322521d347270d6e8bee73c2d66","3062558":"3062558-9345beb16d25f47507c352440996639e","3062560":"3062560-ffc1571278d2614c4f1db80124308c1b","3062561":"3062561-c7b6b9508e77ba98bd845e904a5b5581","3062563":"3062563-fc64eb66201482c873dd9afcad40bcdd","3062564":"3062564-ad781f346398c1011f7168fbce323d03","3062566":"3062566-74edf800a09d37cf8153d1551c1f756a","3062568":"3062568-e362476b0186781c8c6eb4475d6fb7d1","3062569":"3062569-ff9be338d2eb0bf5d962f3f53f472622","3062571":"3062571-ae67e3ce3458e42a69b80de36e1b1bbe","3062572":"3062572-d2c47d29904c84b1da07238baaddb742","3062574":"3062574-146c83ca1c31c1c79a3a8c5a34bf886b","3062575":"3062575-bdae013131f3b58e7e35f332460a8bcf","3062577":"3062577-051b8c40a016cc519d12141baf93ed90","3062579":"3062579-5937fd0d9f62331bddc62c71672e1836","3062581":"3062581-fd1fab8ea91ff2b0249c2ffb1d57c4d2","3062583":"3062583-d234c1b67857e4f888c6d75bc105ae75","3062585":"3062585-d0a3b81eda0d7d808d0a212b97da7356","3062587":"3062587-90d1f8c378f16876c4a0b6ce68c24d70","3062589":"3062589-be88ebeed32faab90c7dba234536394f","3062591":"3062591-2f00502eafd400178237467541fa589a","3062593":"3062593-4608070f0870f0571b0396c37a0e7956","3062595":"3062595-3cab52a7e5d01ea1426ac1cc98c7e21d","3066218":"3066218-0ae02705c632cfcaa04e1e48f9e26626","3066318":"3066318-6a9850144678592e05a06857b7d0680b","3066322":"3066322-4d599e402f3fff7139bcf954e821b48a","3068953":"3068953-332bad7456480fa5d6b902aa8f403ae5","3069048":"3069048-fdc93a5c5f349cdaa383d39eaf8c735c","3069049":"3069049-cc010f3060352af012dbb055681a7cc7","3069050":"3069050-48fb7e940d422664e21636e65ac8273b","3069052":"3069052-e8694ef9698b702b288f6a74f60218ba","3069053":"3069053-d5a648af3db9562750b4423ba4580f23","3069054":"3069054-d4aa2ba1cd9fbc8083529e813b1c5954","3069056":"3069056-f742bee72821c4eaac31ccce46a67a7b","3069057":"3069057-a5554c6d5c89bf97c2c2cdaf403cac01","3069058":"3069058-14241452a73693b4f44a76c3c74bd00e","3069060":"3069060-5cdd07968e7ae54e78504c14b155e626","3069061":"3069061-5a00c5b0d2bbbfa47951bca3a19fd390","3069062":"3069062-a371f6c4ce0b68e00d4be05c9f92dc66","3069064":"3069064-6ccb93929e1b09cb596123cae80b5f20","3069065":"3069065-19769a162cc2e033647f14788146ff42","3069066":"3069066-955dc0562048e2a10cea91bcca1cab14","3069068":"3069068-78c7f798fc8b8c09ece4b2e69e4aaafe","3069069":"3069069-8ba0b7254e7afda283b82a2b9a72e406","3069070":"3069070-cc1a99f4351dab7bf41f643132424350","3075633":"3075633-83b64a5a86f1064aa56ba3cb2024e6d6","3075635":"3075635-88b13df27cc6021b06dd67cb8510048c","3075637":"3075637-f882fded77b5ceb3d9db3ffdadf2ba30","3075639":"3075639-cbc448c806cbcb07ba70b77997a3a2e8","3075641":"3075641-6b8a9a39153739c05c4cf78827616912","3075643":"3075643-800172fa9c726a6d52fe9cc4a428a817","3075644":"3075644-351bad05879d60ee042ab58ba1a14dd2","3075645":"3075645-4314f2826ac42252460e85b9f6174b5f","3077487":"3077487-6b2f734f41cdf2b69c9cdee0526fefd8","3077489":"3077489-6c965b08645e223a05967045b4c12779","3077490":"3077490-ff0e997d3d30872081682d5f07acc1b3","3077492":"3077492-e4b237e6146fce2c7a2cb9c24bdafd91","3077493":"3077493-370bef01f38a8871664279cbd2346061","3077495":"3077495-7e7387a674bf3def1a42b17013ecfab5","3077496":"3077496-f092e435f350e7f66ce5712847f0552b","3077498":"3077498-ceacf7951939fd5fdb8adc0d79364392","3077499":"3077499-9bdf9423d38b02693f2c26372662c325","3077684":"3077684-e9252177d66fd5555fb3c816ed722eac","3077685":"3077685-13531937d2bb81130fbed9eb37f98588","3080005":"3080005-92e22cdc4f6e5334fc036982b832fe22","3081938":"3081938-3bd74d8d2267c1237c570859bfa86405","3081940":"3081940-da72a7f9b1b8443f2022d47f5367ae09","3081942":"3081942-0cf31fa530994e20d687c0de3966a4d5","3081944":"3081944-8ba6b16cd8e2c3a4d1ff5aa3d5c48a41","3081946":"3081946-b1cda1d228e3d0746064128dc0557850","3081948":"3081948-44193d8d2e838ffca59403999d44f5e6","3081950":"3081950-4d30c0c6e19008440c47153d69b0120d","3081952":"3081952-7b54780009723497cd01ecb7b8e04ec2","3081954":"3081954-e296943a2b5e6046d8a7d4fb47daad8a","3081956":"3081956-7b4ff531883af2665606f080abc6195a","3081958":"3081958-7446a686cc4f2ab025ec2c105cfafcea","3081960":"3081960-e1d4be9d93915e0df6e5c8c6353e860f","3081962":"3081962-f5e2ba39c810e21e5e1739186486ccb0","3081964":"3081964-8ad613df7a2ab8a0bdf1a8b9a2861033","3081966":"3081966-828ca2df40615aed8889afc2835cb89f","3081968":"3081968-4948c7e1f9aeb7ad207c6bedf3dc0bf6","3081970":"3081970-48766258f97e7cb4c26c70d61bcaefe5","3081972":"3081972-3972c7a695c51cb061283f0619867866","3081974":"3081974-46d09fc0d11d9d1c1cdb2186c4497411","3081976":"3081976-72a1689159e8d42b1372d7eb1bfc3c69","3081978":"3081978-3e47cb8e335ea35655655f06e2bfa6f2","3081979":"3081979-3a9e6289e19678e583b1c05d01099c30","3081981":"3081981-c0fb17cb0f8a90e78cd1a9f2028444d9","3081982":"3081982-50b4b188e7939a3185a75160f91d23dc","3081984":"3081984-2b42e899fd230bd280d81c3849228537","3081986":"3081986-2943b3f1d33982859451b265f34c4ba8","3081987":"3081987-15ecf0e85cd560c46bd74a843b97a7a8","3081989":"3081989-8c9c3935a7ddd7f8eb736d4a34225c8f","3081990":"3081990-6ab0d8d9c6fc563f2de72e34f290f0d3","3081992":"3081992-5b6cfcc51e0866e8128e4e83396c146a","3081993":"3081993-130f1fa3dddb007669f91cf16be6b4d7","3081995":"3081995-5d4acc9eb9df744c0508a777218d86e6","3081996":"3081996-33181e44f84c6ca0bae3c142e9ca630d","3082170":"3082170-92ac64224d879d88bd3dafb5da56c701","3082172":"3082172-df865aa02359d628a10e204bcfeb1354","3082174":"3082174-912eaacea60a3316bad82066d9397078","3082176":"3082176-a5d7c4192732156fc2594d88c74b8c40","3082180":"3082180-839c151448aa2e67c336cdb9009814c7","3082182":"3082182-f47491ee579574ffed8c27cba0ee7183","3082183":"3082183-b4367877b5799f24e6f9a6ec67e1e717","3082185":"3082185-94cc230acc127739ae07452aadca7af2","3082186":"3082186-4bbfe18b36045719fc4ad507a04fc26c","3082188":"3082188-9ec3104e848e660e13a9b71da874f16a","3082190":"3082190-c6aefca3ee9dec697a9c00e4fe01f29d","3082191":"3082191-2323fb37653e19237e0f5bbc7a346c0d","3082193":"3082193-c5a9b04483b44fd03c1e2877e59ff68b","3082194":"3082194-7c233d230d03e16729bd00547deaee5a","3082196":"3082196-506784ffbe3772e4c4dc2260bb6e36c5","3082197":"3082197-590bb74489ff439742c23fe9990a7788","3082874":"3082874-008e946c6b78f6539ed67dd6e1ae2905","3082876":"3082876-210f3a94d7a0ced34b20d9fed9ae3548","3082884":"3082884-bfcd2bb85c27ee3d2f84bc5c228cf291","3087384":"3087384-285b57ae1783b6f0f55d787ee7e4513c","3087853":"3087853-f519663e5ff969c734ca88267a6fc525","3089504":"3089504-23a5f535877b6295dc16c33b15f448f1","3134617":"3134617-e92655bb1392092701e66609e3f81841","3134620":"3134620-cc932e3db2b5d35915a2938a8501fc95","3136587":"3136587-5488e20d92c68442c95a9c2bbdd58bff","3138984":"3138984-bf06db401b25e6330afe783d0844076d","3138986":"3138986-7289bd4a8625c30b14f5ba1d5425bde3","3138987":"3138987-5c90dfd8ba83f035b96171de1a4d1945","3138989":"3138989-5b231cd7432a372bdfb8ab8e234815bc","3138990":"3138990-63ba2f5ef2679ac40b9939dc030f1864","3138992":"3138992-36d6ac616e59b13975e870d75fe3a6ed","3138994":"3138994-8c7605c6434e7bb74c258dbabe411b63","3138995":"3138995-8321e40645e9988a968db58e5454843a","3138997":"3138997-a6d2b48a0a7c08511ea7fbb4a4a7a97c","3138998":"3138998-b26a9b925d82bebd610e85d389ed0eb2","3139000":"3139000-b540a70e851cd813ffefe8057a507ccc","3139001":"3139001-c85cc7048303ab7e228d51fb10e54e3a","3139003":"3139003-83a2bb504ae5463c19cd1dd6ad47e07c","3139004":"3139004-5d7fae4bd972cab8e96fba31b830e52a","3139006":"3139006-ae9f0c6d9f8660a7167f10016b6af5fe","3139008":"3139008-6fc643ab4321904ce5fac67fc019c37c","3139009":"3139009-53fa57ff695957410f3f79c712ac1275","3139011":"3139011-7f4b69af51ab650fba3059afb6b3d672","3139012":"3139012-9386b9e1b6bd727f0a6986eefde80e54","3139014":"3139014-dad362dda3c62ad85306e9ff963bf6a1","3139016":"3139016-a8b8524b8783663d389790316672c030","3139017":"3139017-dcf34200cf27cc7b5dad7c47965d2411","3139019":"3139019-aa314c8e9b1b1126d1a60115c44fb826","3139020":"3139020-a3775439798daf43db514661b62ab0f1","3139022":"3139022-28a026adc777a04713a6596066b907c8","3139023":"3139023-c9fabfceab01b84b65565b1acc9a2d78","3140224":"3140224-7c0990a329a139ff11aff1f351fbdfbe","3140226":"3140226-8f1dfbc51c615f6396526c796537f98a","3140228":"3140228-71a2c13c7ea18a53451659566372963b","3140230":"3140230-d3cc12e2386193c5fa90b70888274ec0","3140232":"3140232-60e61d26e604601a94735bf7118532eb","3140234":"3140234-9cfe95f4c2869697110db09a4f7cb664","3140236":"3140236-5b240790a68bc6a913da0add07aee5d3","3140238":"3140238-8916e0f424370537a725b1092236b2d7","3140274":"3140274-9d6f37613fe469f2aa3759911531c4b4","3140276":"3140276-61f0128f0133c9583f2bfa7c7dd4c1a4","3140278":"3140278-dbf2db36595f8c65c14ce92fb1a8770c","3140280":"3140280-0775bc09c41b834bc4ff5592639a2c43","3140282":"3140282-81fc45a051c46beb37747239cc1e7457","3140284":"3140284-c1075d66ea9797cec68230c24da1bac6","3140286":"3140286-209f5e8f0d296385c0b22629c43fcb75","3140288":"3140288-17b8d6d421d6071cb059af1fe98c2a97","3140292":"3140292-d8f87a210dee608884b92949f46cc7d6","3140294":"3140294-6a31abdd3acf5b146d80a83148ccf554","3140296":"3140296-464fc6634e1cfe3cc2c5c1c3d4458d18","3140298":"3140298-0a42c4fc252e10ace02aca750924c7b8","3140300":"3140300-b1739086a7ff82b2b27e5bec102d53f3","3140302":"3140302-caf0eff4cf931f082f035cc5602f0005","3140304":"3140304-c3b077efadc40bb03bf0708ecfa8dc1c","3142341":"3142341-47b87e63975fd068f50d94a93d30b569","3145821":"3145821-e3464a8c682924311c07ed6295f19098","3152610":"3152610-c8286e77d3aeff5710d9dae923adcbab","3152612":"3152612-5a220430a634a10ea6f18751ef328505","3160498":"3160498-890f3be911c8b20caca470b260847ff5","3160696":"3160696-8580b956bb8f9d35546db998b7d7928e","3160751":"3160751-b3dc1d1f66c4dc3e9b863cd21eeeed15","3160783":"3160783-944f043f505ce0ca7a828fa8567d92cc","3160784":"3160784-29a53ad6bf35bdff6885a38b8840b412","3160785":"3160785-60373d09cf3148ea7e70d6b832fbd59d","3160787":"3160787-1c72d78f1ca72382ffa89d517ca2cabf","3160788":"3160788-4f62080022e94f94f603ea3ac1d1b7da","3160789":"3160789-2f98270c9d41fc07e038d00de6f3bf5e","3160791":"3160791-bb0833f3c77a123525a458a6970d21ff","3160792":"3160792-7b8c2d119a21952c0be3bdfc230ad2f4","3160793":"3160793-231943baec8cad571714245bc526b8ce","3160795":"3160795-3b98eabaff79350d8914eb5b5e112fc4","3160796":"3160796-31b420aaa08b2242e5aa9d98d5c8634f","3160797":"3160797-9df3abe07ed7d8213e67da336969a253","3160799":"3160799-d875fec57f8fd46610ff4cb06b465be0","3160800":"3160800-5a2d1479118bddc0b6c57ff1b417840b","3160801":"3160801-004f5c1e5757efe2fa7d84fc29978424"},"index_live":"cache/5384/campaign-index-live-344ff9880a349f0ad9ef42bfb488df68","index_test":"cache/5384/campaign-index-test-97f06f20f0ed0afac478ea2d754b865a"}});