<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->

<head>

	

	<meta charset="utf-8" />

  	<!-- OneTrust Cookies Consent Notice start for majl.es -->

<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"  type="text/javascript" charset="UTF-8" data-domain-script="38a9fe71-2095-4244-89ab-e1ec32f37e79" ></script>

<!-- One Trust OptOut -->
<script type="text/javascript">
	function OptanonWrapper() {
		// Get initial OnetrustActiveGroups ids
		if(typeof OptanonWrapperCount == "undefined"){
			otGetInitialGrps();
		}

		//Delete cookies
		otDeleteCookie(otIniGrps);

		// Assign OnetrustActiveGroups to custom variable
		function otGetInitialGrps(){
			OptanonWrapperCount = '';
			otIniGrps =  OnetrustActiveGroups;
		// console.log("otGetInitialGrps", otIniGrps)
		}

		function otDeleteCookie(iniOptGrpId)
		{
			var otDomainGrps = JSON.parse(JSON.stringify(Optanon.GetDomainData().Groups));
			var otDeletedGrpIds = otGetInactiveId(iniOptGrpId, OnetrustActiveGroups);
			if(otDeletedGrpIds.length != 0 && otDomainGrps.length !=0){
				for(var i=0; i < otDomainGrps.length; i++){
					//Check if CustomGroupId matches
				if(otDomainGrps[i]['CustomGroupId'] != '' && otDeletedGrpIds.includes(otDomainGrps[i]['CustomGroupId'])){
						for(var j=0; j < otDomainGrps[i]['Cookies'].length; j++){
// 							console.log("otDeleteCookie",otDomainGrps[i]['Cookies'][j]['Name'])
							//Delete cookie
							eraseCookie(otDomainGrps[i]['Cookies'][j]['Name']);
						}
					}

					//Check if Hostid matches
					if(otDomainGrps[i]['Hosts'].length != 0){
						for(var j=0; j < otDomainGrps[i]['Hosts'].length; j++){
							//Check if HostId presents in the deleted list and cookie array is not blank
							if(otDeletedGrpIds.includes(otDomainGrps[i]['Hosts'][j]['HostId']) && otDomainGrps[i]['Hosts'][j]['Cookies'].length !=0){
								for(var k=0; k < otDomainGrps[i]['Hosts'][j]['Cookies'].length; k++){
									//Delete cookie
									eraseCookie(otDomainGrps[i]['Hosts'][j]['Cookies'][k]['Name']);
								}
							}
						}
					}

				}
			}
			otGetInitialGrps(); //Reassign new group ids
		}

		//Get inactive ids
		function otGetInactiveId(customIniId, otActiveGrp){
			//Initial OnetrustActiveGroups
			// console.log("otGetInactiveId",customIniId)
			customIniId = customIniId.split(",");
			customIniId = customIniId.filter(Boolean);

			//After action OnetrustActiveGroups
			otActiveGrp = otActiveGrp.split(",");
			otActiveGrp = otActiveGrp.filter(Boolean);

			var result=[];
			for (var i=0; i < customIniId.length; i++){
				if ( otActiveGrp.indexOf(customIniId[i]) <= -1 ){
					result.push(customIniId[i]);
				}
			}
			return result;
		}

		//Delete cookie
		function eraseCookie(name) {
			//Delete root path cookies
			domainName = window.location.hostname;
			document.cookie = name+'=; Max-Age=-99999999; Path=/;Domain='+ domainName;
			document.cookie = name+'=; Max-Age=-99999999; Path=/;';

			//Delete LSO incase LSO being used, cna be commented out.
			localStorage.removeItem(name);

			//Check for the current path of the page
			pathArray = window.location.pathname.split('/');
			//Loop through path hierarchy and delete potential cookies at each path.
			for (var i=0; i < pathArray.length; i++){
				if (pathArray[i]){
					//Build the path string from the Path Array e.g /site/login
					var currentPath = pathArray.slice(0,i+1).join('/');
					document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + ';Domain='+ domainName;
					document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + ';';
					//Maybe path has a trailing slash!
					document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + '/;Domain='+ domainName;
					document.cookie = name+'=; Max-Age=-99999999; Path=' + currentPath + '/;';


				}
			}

		}


		OneTrust.InsertScript('https://smarteucookiebanner.upsell-apps.com/gdpr_adapter.js?shop=shady-rays.myshopify.com', 'head', null, null, 'C0039');
		OneTrust.InsertScript('//www.storygize.net/a/4f729951-680c-4804-881d-133cabbe585e/abdo.js', 'body', null, null, 'C0004');
		OneTrust.InsertHtml(`<img height="1" width="1" role="presentation" style="border-style:none;" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/976949846/?guid=ON&amp;script=0" />`, 'body', null, null, 'C0004');
		var axe = Math.random() * 10000000000000;
		OneTrust.InsertHtml(`<img alt="" role="presentation" src="https://trkn.us/pixel/conv/ppt=999;g=sale;gid=999;ord='${axe}'" width="1" height="1" border="0" />`, 'Radio-com-container', null, null, 'C0004');
		OneTrust.InsertHtml(`<img src="https://trkn.us/pixel/conv/ppt=7369;g=web_traffic_;gid=25925;ord=[uniqueid]" height="0" width="0"border="0" alt="" role="presentation" />`, 'Radio-com-container', null, null, 'C0004');
		OneTrust.InsertHtml(`<img src="https://tags.w55c.net/rs?id=29dd78eaffc84b0194fb782ea9374695&t=homepage" style="display:none" />`, 'body', null, null, 'C0004');
		OneTrust.InsertHtml(`<img src="https://secure.adnxs.com/px?id=1289659&t=2" width="1" height="1" alt="" role="presentation" />`, 'Radio-com-container', null, null, 'C0004');
	}
</script>
  <style>
    #ot-sdk-btn-floating{ display:none; }
  </style>

<!-- OneTrust Cookies Consent Notice end for majl.es -->

	





	


  	<link rel="preconnect" href="https://cdn.shopify.com">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://majl.es">
    <link rel="preconnect" href="https://ajax.googleapis.com">
	

<meta property="og:type" content="website">
<meta property="og:title" content="404 Not Found">
<meta property="og:url" content="https://majl.es/404">


<meta property="og:image" content="http://cdn.shopify.com/s/files/1/0350/5401/t/387/assets/logo.png?v=72369698590759057641662067807">
<meta property="og:image:secure_url" content="https://cdn.shopify.com/s/files/1/0350/5401/t/387/assets/logo.png?v=72369698590759057641662067807">


<meta property="og:site_name" content="Shady Rays® | Polarized Sunglasses">



<meta name="twitter:card" content="summary">


<meta name="twitter:site" content="@shadyrays">


	<!-- Basic Page Needs -->
	<title>
		Page Not Found
	</title>
	
	<link rel="canonical" href="https://majl.es/404" />
	<!-- Favicons ================================================== -->
	<link rel="shortcut icon" href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/favicon.png?v=111774961104428209811662067467" type="image/png">
	<link rel="icon" href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/favicon.png?v=111774961104428209811662067467" type="image/png">

	<!-- CSS ================================================== -->
	<link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/common.min.css?v=103403228174792160071662068482" rel="stylesheet" type="text/css" media="all" />
	<link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/promotions.css?v=156538080380168154801662068482" rel="stylesheet" type="text/css" media="all" />
	

	<link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/select2.min.css?v=3199361556163848531662068099" rel="stylesheet" media="all" />
	<link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/fsselector-fontawesome-queries-fancybox.css?v=95055214415318344631662067501" rel="stylesheet" media="all" />
	<link rel="stylesheet" href="https://use.typekit.net/eat3qkx.css">

	
	<!-- JS================================================== -->

	<!--[if lt IE 9]>
    <script src="//html5shim.googlecode.com/svn/trunk/html5.js" async></script>
    <![endif]-->
	<meta name="viewport" itemprop="viewport" content="width=device-width, initial-scale=1">
	
	<script src="https://smarteucookiebanner.upsell-apps.com/gdpr_adapter.js?shop=shady-rays.myshopify.com"
		type="application/javascript"></script>
	<script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="xm9DSXqHd7i2rpx4fe4ObkucdjNHDT2C4qRiB09w9SA">
<meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/3505401/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="e03ff3d145994bdcaed14a9374e77f26">
<meta id="in-context-paypal-metadata" data-shop-id="3505401" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD">
<meta id="amazon-payments-metadata" data-amazon-payments="true" data-amazon-payments-seller-id="A1OPAUQMFIND33" data-amazon-payments-callback-url="https://majl.es/3505401/amazon_payments/callback" data-amazon-payments-sandbox-mode="false" data-amazon-payments-client-id="amzn1.application-oa2-client.73f2e5a95b1240f4a5bc7bc372a17551" data-amazon-payments-region="US" data-amazon-payments-language="en-US" data-amazon-payments-widget-library-url="https://static-na.payments-amazon.com/OffAmazonPayments/us/js/Widgets.js">
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":3505401,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/3505401","merchantName":"Shady Rays® | Polarized Sunglasses","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb","chinaUnionPay"],"total":{"type":"pending","label":"Shady Rays® | Polarized Sunglasses","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
<script id="shopify-features" type="application/json">{"accessToken":"e03ff3d145994bdcaed14a9374e77f26","betas":["rich-media-storefront-analytics"],"domain":"majl.es","predictiveSearch":true,"shopId":3505401,"smart_payment_buttons_url":"https:\/\/cdn.shopify.com\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js?v=2","dynamic_checkout_cart_url":"https:\/\/cdn.shopify.com\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js?v=2","locale":"en"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "shady-rays.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"USD","rate":"1.0"};
Shopify.country = "US";
Shopify.theme = {"name":"SR Pro\/Pro 2 Launch - Sep 8","id":128153649199,"theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "cdn.shopify.com";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>window.ShopifyPay = window.ShopifyPay || {};
window.ShopifyPay.apiHost = "shop.app\/pay";</script>
<script>(function() {
  function asyncLoad() {
    var urls = ["\/\/www.powr.io\/powr.js?powr-token=shady-rays.myshopify.com\u0026external-type=shopify\u0026shop=shady-rays.myshopify.com","https:\/\/scripttags.justuno.com\/shopify_justuno_3505401_98875.js?shop=shady-rays.myshopify.com","https:\/\/cdn.neatab.com\/splittest.js?shop=shady-rays.myshopify.com","https:\/\/assets1.adroll.com\/shopify\/latest\/j\/shopify_rolling_bootstrap_v2.js?adroll_adv_id=AW3C6BS66VERJAMSIUJ5S6\u0026adroll_pix_id=47V7TJBQB5GC3MISBAWJAW\u0026shop=shady-rays.myshopify.com","https:\/\/cdn-loyalty.yotpo.com\/loader\/5XXEQQHzTPRoDofnM2jF3g.js?shop=shady-rays.myshopify.com","https:\/\/api.pushnami.com\/api\/shopify\/scripts\/v1\/pushnami-manifest-helper?shop=shady-rays.myshopify.com","https:\/\/api.pushnami.com\/scripts\/v1\/push\/shopify\/5d14f234451fa063d9dc6bc3?shop=shady-rays.myshopify.com","https:\/\/intg.snapchat.com\/shopify\/shopify-scevent.js?id=32645ddf-b9f5-433d-9f5a-65d32b462fe1\u0026shop=shady-rays.myshopify.com","https:\/\/smarteucookiebanner.upsell-apps.com\/script_tag.js?shop=shady-rays.myshopify.com","https:\/\/str.rise-ai.com\/?shop=shady-rays.myshopify.com","https:\/\/strn.rise-ai.com\/?shop=shady-rays.myshopify.com","https:\/\/cdn.secomapp.com\/freegifts\/app\/shady-rays.myshopify.com_1593614955.js?shop=shady-rays.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=T3PRLg\u0026shop=shady-rays.myshopify.com","https:\/\/library.verdn.com\/widgets\/page_widget_embed.js?shop=shady-rays.myshopify.com","https:\/\/analytics.getshogun.com\/collector.js?shop=shady-rays.myshopify.com","https:\/\/cdn.refersion.com\/pixel.js?shop=shady-rays.myshopify.com\u0026client_id=22066\u0026pk=pub_fc8f1d8102f494775c50\u0026shop=shady-rays.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0350\/5401\/t\/310\/assets\/zendesk-embeddable.js?v=1637254332\u0026shop=shady-rays.myshopify.com","https:\/\/easyredirects.esc-apps-cdn.com\/redirect-app.js?shop=shady-rays.myshopify.com","https:\/\/cdn.attn.tv\/shadyrays\/dtag.js?shop=shady-rays.myshopify.com","https:\/\/d10lpsik1i8c69.cloudfront.net\/w.js?shop=shady-rays.myshopify.com","https:\/\/id-shop.govx.com\/app\/shady-rays.myshopify.com\/govx.js?shop=shady-rays.myshopify.com"];
    for (var i = 0; i < urls.length; i++) {
      var s = document.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = urls[i];
      var x = document.getElementsByTagName('script')[0];
      x.parentNode.insertBefore(s, x);
    }
  };
  if(window.attachEvent) {
    window.attachEvent('onload', asyncLoad);
  } else {
    window.addEventListener('load', asyncLoad, false);
  }
})();</script>
<script id="__st">var __st={"a":3505401,"offset":-14400,"reqid":"82b1b7ab-cc38-4a7f-9998-d3e647cb64a8","pageurl":"majl.es\/404","u":"140175275f12"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LcCR2cUAAAAANS1Gpq_mDIJ2pQuJphsSQaUEuc9"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script>
<script integrity="sha256-qzgBevPPdZ2wrwu9HnUin2oYn1vx8ttCFpYwmYuWkCE=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//cdn.shopify.com/shopifycloud/shopify/assets/storefront/load_feature-ab38017af3cf759db0af0bbd1e75229f6a189f5bf1f2db42169630998b969021.js" crossorigin="anonymous"></script>
<script crossorigin="anonymous" defer="defer" src="//cdn.shopify.com/shopifycloud/shopify/assets/shopify_pay/storefront-c3e4eac7336b5ab7e89c5cd0db5100f5ba2e4b3a27e2f359bfcd7a8f59232a09.js?v=20220906"></script>
<script integrity="sha256-h+g5mYiIAULyxidxudjy/2wpCz/3Rd1CbrDf4NudHa4=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//cdn.shopify.com/shopifycloud/shopify/assets/storefront/features-87e8399988880142f2c62771b9d8f2ff6c290b3ff745dd426eb0dfe0db9d1dae.js" crossorigin="anonymous"></script>
<link rel="stylesheet" media="screen" href="//cdn.shopify.com/s/files/1/0350/5401/t/387/compiled_assets/styles.css?177160">

<style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) {
  #dynamic-checkout-cart {
    min-height: 50px;
  }
}

@media screen and (max-width: 750px) {
  #dynamic-checkout-cart {
    min-height: 300px;
  }
}
</style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
	

	







		








		<!-- Start WKND tag. Deploy at the beginning of document head. -->
  <script>
  (function(d) {
  var e = d.createElement('script');
  e.src = d.location.protocol + '//tag.wknd.ai/4853/i.js';
  e.async = true;
  d.getElementsByTagName("head")[0].appendChild(e);
  }(document));
  </script>

  <script>
    var col_map ={
      
        "accessories":{
          url: "/collections/accessories",
          title: "Accessories",
        },
      
        "accessories-1":{
          url: "/collections/accessories-1",
          title: "Accessories",
        },
      
        "action-backpack":{
          url: "/collections/action-backpack",
          title: "Action Backpack",
        },
      
        "active":{
          url: "/collections/active",
          title: "Active",
        },
      
        "all":{
          url: "/collections/all",
          title: "All",
        },
      
        "all-shades-replacement":{
          url: "/collections/all-shades-replacement",
          title: "All Shades + Replacement",
        },
      
        "all-shades-replacement-1":{
          url: "/collections/all-shades-replacement-1",
          title: "All Shades + Replacement",
        },
      
        "allure":{
          url: "/collections/allure",
          title: "Allure",
        },
      
        "almost-sold-out":{
          url: "/collections/almost-sold-out",
          title: "Almost Sold Out",
        },
      
        "autism-acceptance-limited-edition":{
          url: "/collections/autism-acceptance-limited-edition",
          title: "Autism Acceptance Limited Edition",
        },
      
        "aviator-series":{
          url: "/collections/aviator-series",
          title: "Aviator",
        },
      
        "azalea":{
          url: "/collections/azalea",
          title: "Azalea",
        },
      
        "best-sellers":{
          url: "/collections/best-sellers",
          title: "Best Sellers",
        },
      
        "black-lens-styles":{
          url: "/collections/black-lens-styles",
          title: "Black Lens Styles",
        },
      
        "blue-light":{
          url: "/collections/blue-light",
          title: "Blue Light",
        },
      
        "calico":{
          url: "/collections/calico",
          title: "Calico",
        },
      
        "calicoii":{
          url: "/collections/calicoii",
          title: "Calico II",
        },
      
        "classic-oakmonts":{
          url: "/collections/classic-oakmonts",
          title: "Classic",
        },
      
        "classics":{
          url: "/collections/classics",
          title: "Classics",
        },
      
        "cs":{
          url: "/collections/cs",
          title: "CS",
        },
      
        "cypress":{
          url: "/collections/cypress",
          title: "Cypress",
        },
      
        "deepsea":{
          url: "/collections/deepsea",
          title: "DeepSea",
        },
      
        "extreme-collection":{
          url: "/collections/extreme-collection",
          title: "Extreme Eligible Frames",
        },
      
        "eyeglasses":{
          url: "/collections/eyeglasses",
          title: "Eyeglasses",
        },
      
        "eyeglasses-add-ons":{
          url: "/collections/eyeglasses-add-ons",
          title: "Eyeglasses Add-ons",
        },
      
        "fall-collection":{
          url: "/collections/fall-collection",
          title: "Fall Collection",
        },
      
        "fall-picks":{
          url: "/collections/fall-picks",
          title: "Fall Picks",
        },
      
        "fathers-day":{
          url: "/collections/fathers-day",
          title: "Father’s Day",
        },
      
        "gift-bundles":{
          url: "/collections/gift-bundles",
          title: "Gift Bundles",
        },
      
        "gift-cards":{
          url: "/collections/gift-cards",
          title: "Gift Card",
        },
      
        "gift-sets":{
          url: "/collections/gift-sets",
          title: "Gift Sets",
        },
      
        "highrise":{
          url: "/collections/highrise",
          title: "HighRise",
        },
      
        "hightide":{
          url: "/collections/hightide",
          title: "HighTide",
        },
      
        "hightide-highrise":{
          url: "/collections/hightide-highrise",
          title: "HighTide & HighRise",
        },
      
        "ice-collection":{
          url: "/collections/ice-collection",
          title: "Ice Frame Collection",
        },
      
        "large-fit-frames":{
          url: "/collections/large-fit-frames",
          title: "Large Fit Frames",
        },
      
        "lifestyle-manual":{
          url: "/collections/lifestyle-manual",
          title: "Lifestyle",
        },
      
        "loop-collection":{
          url: "/collections/loop-collection",
          title: "Loop Collection",
        },
      
        "lotus":{
          url: "/collections/lotus",
          title: "Lotus",
        },
      
        "may-the-4th":{
          url: "/collections/may-the-4th",
          title: "May the 4th",
        },
      
        "men-active":{
          url: "/collections/men-active",
          title: "Men - Active",
        },
      
        "men-all-styles":{
          url: "/collections/men-all-styles",
          title: "Men - All Styles",
        },
      
        "men-anniversary-sale":{
          url: "/collections/men-anniversary-sale",
          title: "Men - Anniversary Sale",
        },
      
        "men-average":{
          url: "/collections/men-average",
          title: "Men - Average",
        },
      
        "men-best-sellers":{
          url: "/collections/men-best-sellers",
          title: "Men - Best Sellers",
        },
      
        "men-biking":{
          url: "/collections/men-biking",
          title: "Men - Biking",
        },
      
        "men-driving":{
          url: "/collections/men-driving",
          title: "Men - Driving",
        },
      
        "men-everyday":{
          url: "/collections/men-everyday",
          title: "Men - Everyday",
        },
      
        "men-fishing":{
          url: "/collections/men-fishing",
          title: "Men - Fishing",
        },
      
        "men-golf":{
          url: "/collections/men-golf",
          title: "Men - Golf",
        },
      
        "men-hiking":{
          url: "/collections/men-hiking",
          title: "Men - Hiking",
        },
      
        "men-new-arrivals":{
          url: "/collections/men-new-arrivals",
          title: "Men - New Arrivals",
        },
      
        "men-premium":{
          url: "/collections/men-premium",
          title: "Men - Premium",
        },
      
        "men-running":{
          url: "/collections/men-running",
          title: "Men - Running",
        },
      
        "men-small":{
          url: "/collections/men-small",
          title: "Men - Small",
        },
      
        "men-xl":{
          url: "/collections/men-xl",
          title: "Men - XL",
        },
      
        "men-replay-sale":{
          url: "/collections/men-replay-sale",
          title: "Men Replay Sale",
        },
      
        "mens-collection-old":{
          url: "/collections/mens-collection-old",
          title: "Men's Best Sellers",
        },
      
        "mens-hiking":{
          url: "/collections/mens-hiking",
          title: "Men's Hiking",
        },
      
        "military":{
          url: "/collections/military",
          title: "Military",
        },
      
        "mystery-pair":{
          url: "/collections/mystery-pair",
          title: "Mystery Pair",
        },
      
        "national-sunglasses-day-collection":{
          url: "/collections/national-sunglasses-day-collection",
          title: "National Sunglasses Day Collection",
        },
      
        "navigator":{
          url: "/collections/navigator",
          title: "Navigator",
        },
      
        "new-in-march":{
          url: "/collections/new-in-march",
          title: "New in March",
        },
      
        "new-releases":{
          url: "/collections/new-releases",
          title: "New Releases",
        },
      
        "nitro":{
          url: "/collections/nitro",
          title: "Nitro",
        },
      
        "non-polarized":{
          url: "/collections/non-polarized",
          title: "Non-Polarized",
        },
      
        "featured-products":{
          url: "/collections/featured-products",
          title: "Now Trending",
        },
      
        "oakmonts":{
          url: "/collections/oakmonts",
          title: "Oakmont",
        },
      
        "opposite-day-collection":{
          url: "/collections/opposite-day-collection",
          title: "Opposite Day Collection",
        },
      
        "optical-shop":{
          url: "/collections/optical-shop",
          title: "Optical Shop",
        },
      
        "sr-outlet":{
          url: "/collections/sr-outlet",
          title: "Outlet Collection",
        },
      
        "pmt":{
          url: "/collections/pmt",
          title: "Pardon My Take",
        },
      
        "pink-lens-styles":{
          url: "/collections/pink-lens-styles",
          title: "Pink Lens Styles",
        },
      
        "kids":{
          url: "/collections/kids",
          title: "Polarized Protection Made just for Kids",
        },
      
        "premium-collection":{
          url: "/collections/premium-collection",
          title: "Premium Collection",
        },
      
        "prescription-items":{
          url: "/collections/prescription-items",
          title: "Prescription Items",
        },
      
        "pro-ii":{
          url: "/collections/pro-ii",
          title: "PRO II",
        },
      
        "pro-polarized":{
          url: "/collections/pro-polarized",
          title: "Pro Polarized",
        },
      
        "react":{
          url: "/collections/react",
          title: "React",
        },
      
        "react-collection":{
          url: "/collections/react-collection",
          title: "React",
        },
      
        "react-type-r-lenses":{
          url: "/collections/react-type-r-lenses",
          title: "React Type R Lenses",
        },
      
        "react-type-s-lenses":{
          url: "/collections/react-type-s-lenses",
          title: "React Type S Lenses",
        },
      
        "readers":{
          url: "/collections/readers",
          title: "Readers",
        },
      
        "realtree":{
          url: "/collections/realtree",
          title: "Realtree Edition",
        },
      
        "replacement-best-sellers":{
          url: "/collections/replacement-best-sellers",
          title: "Replacement Best Sellers",
        },
      
        "replay-accessories":{
          url: "/collections/replay-accessories",
          title: "Replay Accessories",
        },
      
        "shady-rays-rx":{
          url: "/collections/shady-rays-rx",
          title: "Rx Sunglasses",
        },
      
        "shade-shop":{
          url: "/collections/shade-shop",
          title: "Shade Shop",
        },
      
        "signatureseries":{
          url: "/collections/signatureseries",
          title: "Signature Series",
        },
      
        "small-fit-frames":{
          url: "/collections/small-fit-frames",
          title: "Small Fit Frames",
        },
      
        "snow-goggle-face-shield":{
          url: "/collections/snow-goggle-face-shield",
          title: "Snow Goggle Face Shield",
        },
      
        "snow-goggle-mask":{
          url: "/collections/snow-goggle-mask",
          title: "Snow Goggle Mask",
        },
      
        "snow-goggle-straps":{
          url: "/collections/snow-goggle-straps",
          title: "Snow Goggle Straps",
        },
      
        "snow-goggles":{
          url: "/collections/snow-goggles",
          title: "Snow Goggles",
        },
      
        "st-patricks-day-favorites":{
          url: "/collections/st-patricks-day-favorites",
          title: "St. Patrick's Day Collection",
        },
      
        "tiktok":{
          url: "/collections/tiktok",
          title: "Styles from TikTok",
        },
      
        "summer-best-sellers":{
          url: "/collections/summer-best-sellers",
          title: "Summer Best-Sellers",
        },
      
        "terrain":{
          url: "/collections/terrain",
          title: "Terrain",
        },
      
        "test":{
          url: "/collections/test",
          title: "Test",
        },
      
    };
  </script>
<!-- End WKND tag -->
<script>
  const currency_conversion = {
    AUD: 1.7708332,
    GBP: 0.979166,
    CAD: 1.645833333,
    USD: 1,
  }
  const user_currency = 'USD'
  var user_cart_items = []
  var product_collections = '';
  var all_collections = "accessories,accessories-1,action-backpack,active,all,all-shades-replacement,all-shades-replacement-1,allure,almost-sold-out,autism-acceptance-limited-edition,aviator-series,azalea,best-sellers,black-lens-styles,blue-light,calico,calicoii,classic-oakmonts,classics,cs,cypress,deepsea,extreme-collection,eyeglasses,eyeglasses-add-ons,fall-collection,fall-picks,fathers-day,gift-bundles,gift-cards,gift-sets,highrise,hightide,hightide-highrise,ice-collection,large-fit-frames,lifestyle-manual,loop-collection,lotus,may-the-4th,men-active,men-all-styles,men-anniversary-sale,men-average,men-best-sellers,men-biking,men-driving,men-everyday,men-fishing,men-golf,men-hiking,men-new-arrivals,men-premium,men-running,men-small,men-xl,men-replay-sale,mens-collection-old,mens-hiking,military,mystery-pair,national-sunglasses-day-collection,navigator,new-in-march,new-releases,nitro,non-polarized,featured-products,oakmonts,opposite-day-collection,optical-shop,sr-outlet,pmt,pink-lens-styles,kids,premium-collection,prescription-items,pro-ii,pro-polarized,react,react-collection,react-type-r-lenses,react-type-s-lenses,readers,realtree,replacement-best-sellers,replay-accessories,shady-rays-rx,shade-shop,signatureseries,small-fit-frames,snow-goggle-face-shield,snow-goggle-mask,snow-goggle-straps,snow-goggles,st-patricks-day-favorites,tiktok,summer-best-sellers,terrain,test,test-ascend,titan-series,titan-original,top-trending,top-trending-optical-shop,trending-summer-styles,uv-protection-shirts,velocity,ventura,women-active,women-all-styles,women-anniversary-sale,women-average,women-best-sellers,women-biking,women-driving,women-everyday,women-fishing,women-golf,women-hiking,women-new-arrivals,women-outlet,women-premium,women-replay-sale,women-running,women-small,women-xl,womens-favorites-old,womens-faves,roman-reigns,x-series".split(',')
  
</script>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/lazysizes.min.js?v=128368950292924480221662067788"></script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/rias.min.js?v=48256313581114583041662068072"></script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/bgset.min.js?v=107826523763425740191662067249"></script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/blur-up.min.js?v=44992133947093955991662067294"></script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/slick.min.js?v=104344098439395946491662068174"></script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/js.cookie.js?v=43455598454459283711662067764"></script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/promotions.js?v=75040318230265225041663363652"></script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/vip-framework.js?v=154666836963994704851662068482"></script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/theme.min.js?v=18875379098539211031662068319"></script>
<script src="//cdn.shopify.com/shopifycloud/shopify/assets/themes_support/option_selection-9f517843f664ad329c689020fb1e45d03cac979f64b9eb1651ea32858b0ff452.js"></script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/jquery.fs.selecter.min.js?v=120738907725164342901662067758"></script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/select2.min.js?v=85766316117353889811662068100"></script>


<!-- begin Convert Experiences code-->
<script type="text/javascript" src="//cdn-3.convertexperiments.com/js/10022513-10021316.js"></script>
<!-- end Convert Experiences code -->

<script src="https://cdn.yottaa.com/rapid.min.js"></script>
<script>
  Yo.configure('https://qoe-1.yottaa.net/api/v1/configure.rapid.js?key=qpdfnHm1irUNkw');
</script>

<script type="text/javascript">
  WebFontConfig = {
    google: { families: ['Raleway:400,500,300,700'] }
  };
  (function () {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
      '://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })();
</script>


		
        

<script>
    window.BOLD = window.BOLD || {};
    window.BOLD.options = {settings: {v1_variant_mode : true, hybrid_fix_auto_insert_inputs: true}};
</script>

<script>window.BOLD = window.BOLD || {};
    window.BOLD.common = window.BOLD.common || {};
    window.BOLD.common.Shopify = window.BOLD.common.Shopify || {};
    window.BOLD.common.Shopify.shop = {
      domain: 'majl.es',
      permanent_domain: 'shady-rays.myshopify.com',
      url: 'https://majl.es',
      secure_url: 'https://majl.es',
      money_format: "\u003cspan class=money\u003e${{amount}}\u003c\/span\u003e",
      currency: "USD"
    };
    window.BOLD.common.Shopify.customer = {
      id: null,
      tags: null,
    };
    window.BOLD.common.Shopify.cart = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0};
    window.BOLD.common.template = '404';window.BOLD.common.Shopify.formatMoney = function(money, format) {
        function n(t, e) {
            return "undefined" == typeof t ? e : t
        }
        function r(t, e, r, i) {
            if (e = n(e, 2),
                r = n(r, ","),
                i = n(i, "."),
            isNaN(t) || null == t)
                return 0;
            t = (t / 100).toFixed(e);
            var o = t.split(".")
                , a = o[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1" + r)
                , s = o[1] ? i + o[1] : "";
            return a + s
        }
        "string" == typeof money && (money = money.replace(".", ""));
        var i = ""
            , o = /\{\{\s*(\w+)\s*\}\}/
            , a = format || window.BOLD.common.Shopify.shop.money_format || window.Shopify.money_format || "$ {{ amount }}";
        switch (a.match(o)[1]) {
            case "amount":
                i = r(money, 2, ",", ".");
                break;
            case "amount_no_decimals":
                i = r(money, 0, ",", ".");
                break;
            case "amount_with_comma_separator":
                i = r(money, 2, ".", ",");
                break;
            case "amount_no_decimals_with_comma_separator":
                i = r(money, 0, ".", ",");
                break;
            case "amount_with_space_separator":
                i = r(money, 2, " ", ",");
                break;
            case "amount_no_decimals_with_space_separator":
                i = r(money, 0, " ", ",");
                break;
            case "amount_with_apostrophe_separator":
                i = r(money, 2, "'", ".");
                break;
        }
        return a.replace(o, i);
    };
    window.BOLD.common.Shopify.saveProduct = function (handle, product) {
      if (typeof handle === 'string' && typeof window.BOLD.common.Shopify.products[handle] === 'undefined') {
        if (typeof product === 'number') {
          window.BOLD.common.Shopify.handles[product] = handle;
          product = { id: product };
        }
        window.BOLD.common.Shopify.products[handle] = product;
      }
    };
    window.BOLD.common.Shopify.saveVariant = function (variant_id, variant) {
      if (typeof variant_id === 'number' && typeof window.BOLD.common.Shopify.variants[variant_id] === 'undefined') {
        window.BOLD.common.Shopify.variants[variant_id] = variant;
      }
    };window.BOLD.common.Shopify.products = window.BOLD.common.Shopify.products || {};
    window.BOLD.common.Shopify.variants = window.BOLD.common.Shopify.variants || {};
    window.BOLD.common.Shopify.handles = window.BOLD.common.Shopify.handles || {};window.BOLD.common.Shopify.saveProduct(null, null);window.BOLD.apps_installed = {"Product Options":2,"Product Upsell":3,"The Motivator":1} || {};window.BOLD.common.Shopify.metafields = window.BOLD.common.Shopify.metafields || {};window.BOLD.common.Shopify.metafields["bold_rp"] = {};window.BOLD.common.Shopify.metafields["bold_csp_defaults"] = {};window.BOLD.common.cacheParams = window.BOLD.common.cacheParams || {};
    window.BOLD.common.cacheParams.options = 1663354845;
</script><link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/bold-upsell.css?v=51915886505602322711662067297" rel="stylesheet" type="text/css" media="all" />
<link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/bold-upsell-custom.css?v=150135899998303055901662067296" rel="stylesheet" type="text/css" media="all" />
<link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/bold-options.css?v=38063123398165090561662067295" rel="stylesheet" type="text/css" media="all" />
<script src="https://option.boldapps.net/js/options.js" type="text/javascript"></script>
		<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/bold-helper-functions.js?v=69520489316234202161662068482" type="text/javascript"></script>
		<link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/bold.css?v=166476923466463916141662067297" rel="stylesheet" type="text/css" media="all" />
		<link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/bold-po-custom.scss.css?v=171119092183086535681662067296" rel="stylesheet" type="text/css" media="all" />
        

        <link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/color-dots.css?v=94152096408698532741662068482" rel="stylesheet" type="text/css" media="all" />

        <link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/global.css?v=73703770763956783021662653995" rel="stylesheet" type="text/css" media="all" />


<script id="sca_fg_cart_ShowGiftAsProductTemplate" type="text/template">
  
  <div class="item not-sca-qv" id="sca-freegift-{{productID}}">
    <a class="close_box" style="display: none;position: absolute;top:5px;right: 10px;font-size: 22px;font-weight: bold;cursor: pointer;text-decoration:none;color: #aaa;">×</a>
    <a href="/products/{{productHandle}}" target="_blank"><img style="margin-left: auto; margin-right: auto; width: 50%;" class="lazyOwl" data-src="{{productImageURL}}"></a>
    <div class="sca-product-shop">
      <div class="review-summary3">
        <div class="yotpo bottomLine" style="text-align:center"
          data-product-id="{{productID}}"
          data-product-models="{{productID}}"
          data-name="{{productTitle}}"
          data-url="/products/{{productHandle}}">
        </div>
      </div>
      <div class="f-fix"><span class="sca-product-title" style="white-space: nowrap;color:#000;{{showfgTitle}}">{{productTitle}}</span>
          <div id="product-variants-{{productID}}">
            <div class="sca-price" id="price-field-{{productID}}">
              <span class="sca-old-price">{{variant_compare_at_price}}</span>
              <span class="sca-special-price">{{variant_price}}</span>
            </div>
            <div id="stay-content-sca-freegift-{{productID}}" class="sca-fg-cart-item">
              <a class="close_box" style="display: none;position: absolute;top:5px;right: 10px;font-size: 22px;font-weight: bold;cursor: pointer;text-decoration:none;color: #aaa;">×</a>
              <select id="product-select-{{productID}}" name="id" style="display: none">
                {{optionVariantData}}
              </select>
            </div>
          </div>
          <button type='button' id="sca-btn-select-{{productID}}" class="sca-button" onclick="onclickSelect_{{productID}}();"><span>{{SelectButton}}</span></button>
          <button type='button' id="sca-btn-{{productID}}" class="sca-button" style="display: none"><span>{{AddToCartButton}}</span></button>
      </div>
    </div>
  </div>
  
</script>
<script id = "sca_fg_cart_ShowGiftAsProductScriptTemplate" type="text/template">
  
  
    var selectCallback_{{productID}}=function(t,a){if(t?(t.available?(SECOMAPP.jQuery("#sca-btn-{{productID}}").removeClass("disabled").removeAttr("disabled").html("<span>{{AddToCartButton}}</span>").fadeTo(200,1),SECOMAPP.jQuery("#sca-btn-{{productID}}").unbind("click"),SECOMAPP.jQuery("#sca-btn-{{productID}}").click(SECOMAPP.jQuery.proxy(function(){SECOMAPP.addGiftToCart(t.id,1)},t))):SECOMAPP.jQuery("#sca-btn-{{productID}}").html("<span>{{UnavailableButton}}</span>").addClass("disabled").attr("disabled","disabled").fadeTo(200,.5),t.compare_at_price>t.price?SECOMAPP.jQuery("#price-field-{{productID}}").html("<span class='sca-old-price'>"+SECOMAPP.formatMoney(t.compare_at_price)+"</span>&nbsp;<s class='sca-special-price'>"+SECOMAPP.formatMoney(t.price)+"</s>"):SECOMAPP.jQuery("#price-field-{{productID}}").html("<span class='sca-special-price'>"+SECOMAPP.formatMoney(t.price)+"</span>")):SECOMAPP.jQuery("#sca-btn-{{productID}}").html("<span>{{UnavailableButton}}</span>").addClass("disabled").attr("disabled","disabled").fadeTo(200,.5),t&&t.featured_image){var e=SECOMAPP.jQuery("#sca-freegift-{{productID}} img"),_=t.featured_image,c=e[0];Shopify.Image.switchImage(_,c,function(t,a,e){SECOMAPP.jQuery(e).parents("a").attr("href",t),SECOMAPP.jQuery(e).attr("src",t)})}},onclickSelect_{{productID}}=function(t){SECOMAPP.jQuery.getJSON("/products/{{productHandle}}.js",{_:(new Date).getTime()},function(t){SECOMAPP.jQuery(".owl-item #sca-freegift-{{productID}} span.sca-product-title").html(t.title);var e=[];SECOMAPP.jQuery.each(t.options,function(t,a){e[t]=a.name}),t.options=e;for(var a={{variantsGiftList}},_={{mainVariantsList}},c=t.variants.length-1;-1<c;c--)a.indexOf(t.variants[c].id)<0&&_.indexOf(t.variants[c].id)<0&&t.variants.splice(c,1);for(var o=_.length-1;-1<o;o--){var i=a[o],r=_[o],n=-1,s=-1;for(c=t.variants.length-1;-1<c;c--)t.variants[c].id==i?n=c:t.variants[c].id==r&&(s=c);-1<n&&-1<s&n!==s?("undefined"!=typeof SECOMAPP&&void 0!==SECOMAPP.fgsettings&&!0===SECOMAPP.fgsettings.sca_sync_gift&&void 0!==SECOMAPP.fgsettings.sca_fg_gift_variant_quantity_format&&"equal_original_inventory"===SECOMAPP.fgsettings.sca_fg_gift_variant_quantity_format&&(t.variants[n].available=t.variants[s].available,t.variants[n].inventory_management=t.variants[s].inventory_management),t.variants[n].option1=t.variants[s].option1,t.variants[n].options[0].name=t.variants[s].options[0].name,t.variants[n].options[1]&&(t.variants[n].options[1].name=t.variants[s].options[1].name,t.variants[n].option2=t.variants[s].option2),t.variants[n].options[2]&&(t.variants[n].options[2].name=t.variants[s].options[2].name,t.variants[n].option3=t.variants[s].option3),t.variants[n].title=t.variants[s].title,t.variants[n].name=t.variants[s].name,t.variants[n].public_title=t.variants[s].public_title,t.variants.splice(s,1)):(t.variants[s].id=i,t.variants[s].compare_at_price||(t.variants[s].compare_at_price=t.variants[s].price),t.variants[s].price=SECOMAPP.fgdata.giftid_price_mapping[i])}SECOMAPP.jQuery("#sca-btn-select-{{productID}}").hide(),SECOMAPP.jQuery("#product-select-{{productID}}").show(),SECOMAPP.jQuery("#sca-btn-{{productID}}").show(),SECOMAPP.jQuery("#stay-content-sca-freegift-{{productID}} .close_box").show(),SECOMAPP.jQuery("#stay-content-sca-freegift-{{productID}} .close_box").click(function(){SECOMAPP.jQuery("#stay-content-sca-freegift-{{productID}}").hide(),SECOMAPP.jQuery("#sca-btn-{{productID}}").hide(),SECOMAPP.jQuery("#sca-btn-select-{{productID}}").show()}),onclickSelect_{{productID}}=function(){SECOMAPP.jQuery("#stay-content-sca-freegift-{{productID}}").show(),SECOMAPP.jQuery("#sca-btn-{{productID}}").show(),SECOMAPP.jQuery("#sca-btn-select-{{productID}}").hide()},1==t.variants.length?(-1!==t.variants[0].title.indexOf("Default")&&SECOMAPP.jQuery("#sca-freegift-{{productID}} .selector-wrapper").hide(),1==t.variants[0].available&&(SECOMAPP.jQuery("#sca-btn-{{productID}}").show(),SECOMAPP.jQuery("#sca-btn-select-{{productID}}").hide(),SECOMAPP.jQuery("#sca-btn-{{productID}}").removeClass("disabled").removeAttr("disabled").html("<span>{{AddToCartButton}}</span>").fadeTo(200,1),SECOMAPP.jQuery("#sca-btn-{{productID}}").unbind("click"),SECOMAPP.jQuery("#sca-btn-{{productID}}").click(SECOMAPP.jQuery.proxy(function(){SECOMAPP.addGiftToCart(t.variants[0].id,1)},t)))):(new Shopify.OptionSelectors("product-select-{{productID}}",{product:t,onVariantSelected:selectCallback_{{productID}},enableHistoryState:!0}),SECOMAPP.jQuery("#stay-content-sca-freegift-{{productID}}").show(),SECOMAPP.jQuery("#stay-content-sca-freegift-{{productID}}").focus())})};1=={{variantsGiftList}}.length&&onclickSelect_{{productID}}();
  
</script>

<script id="sca_fg_cart_ShowGiftAsVariantTemplate" type="text/template">
  
  <div class="item not-sca-qv" id="sca-freegift-{{variantID}}">
    <a href="/products/{{productHandle}}?variant={{originalVariantID}}" target="_blank"><img style="margin-left: auto; margin-right: auto; width: 50%;" class="lazyOwl" data-src="{{variantImageURL}}"></a>
    <div class="sca-product-shop">
      <div class="review-summary3">
        <div class="yotpo bottomLine" style="text-align:center"
          data-product-id="{{productID}}"
          data-product-models="{{productID}}"
          data-name="{{productTitle}}"
          data-url="/products/{{productHandle}}">
        </div>
      </div>
      <div class="f-fix">
        <span class="sca-product-title" style="white-space: nowrap;color:#000;">{{variantTitle}}</span>
        <div class="sca-price">
          <span class="sca-old-price">{{variant_compare_at_price}}</span>
          <span class="sca-special-price">{{variant_price}}</span>
        </div>
        <button type="button" id="sca-btn{{variantID}}" class="sca-button" onclick="SECOMAPP.addGiftToCart({{variantID}},1);">
          <span>{{AddToCartButton}}</span>
        </button>
      </div>
    </div>
  </div>
  
</script>

<script id="sca_fg_prod_GiftList" type="text/template">
  
  <a style="text-decoration: none !important" id ="{{giftShowID}}" class="product-image freegif-product-image freegift-info-{{giftShowID}}"
     title="{{giftTitle}}" href="/products/{{productsHandle}}">
    <img class="not-sca-qv" src="{{giftImgUrl}}" alt="{{giftTitle}}" />
  </a>
  
</script>

<script id="sca_fg_prod_Gift_PopupDetail" type="text/template">
  
  <div class="sca-fg-item fg-info-{{giftShowID}}" style="display:none;z-index:2147483647;">
    <div class="sca-fg-item-options">
      <div class="sca-fg-item-option-title">
        <em>{{freegiftRuleName}}</em>
      </div>
      <div class="sca-fg-item-option-ct">
        <!--        <div class="sca-fg-image-item">
                        <img src="{{giftImgUrl}}" /> -->
        <div class="sca-fg-item-name">
          <a href="#">{{giftTitle}}</a>
        </div>
        <!--        </div> -->
      </div>
    </div>
  </div>
  
</script>

<script id="sca_fg_ajax_GiftListPopup" type="text/template">
  
  <div id="freegift_popup" class="mfp-hide">
    <div id="sca-fg-owl-carousel">
      <div id="freegift_cart_container" class="sca-fg-cart-container" style="display: none;">
        <div id="freegift_message" class="owl-carousel"></div>
      </div>
      <div id="sca-fg-slider-cart" style="display: none;">
        <div class="sca-fg-cart-title">
          <strong>{{popupTitle}}</strong>
        </div>
        <div id="sca_freegift_list" class="owl-carousel"></div>
      </div>
    </div>
  </div>
  
</script>

<script id="sca_fg_checkout_confirm_popup" type="text/template">
    
         <div class='sca-fg-checkout-confirm-popup' style='font-family: "Myriad","Cardo","Big Caslon","Bodoni MT",Georgia,serif; position: relative;background: #FFF;padding: 20px 20px 50px 20px;width: auto;max-width: 500px;margin: 20px auto;'>
             <h1 style='font-family: "Oswald","Cardo","Big Caslon","Bodoni MT",Georgia,serif;'>YOU CAN STILL ADD MORE!</h1>
             <p>You get 1 free item with every product purchased. It looks like you can still add more free item(s) to your cart. What would you like to do?</p>
             <p class='sca-fg-checkout-confirm-buttons' style='float: right;'>
                 <a class='btn popup-modal-dismiss action_button add_to_cart' href='#' style='width: 200px !important;margin-right: 20px;'>ADD MORE</a>
                 <a class='btn checkout__button continue-checkout action_button add_to_cart' href='/checkout' style='width: 200px !important;'>CHECKOUT</a>
             </p>
         </div>
    
</script>



<link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/sca.freegift.css?v=115294920919731228611662068096" rel="stylesheet" type="text/css" media="all" />
<script src="//cdn.shopify.com/shopifycloud/shopify/assets/themes_support/option_selection-9f517843f664ad329c689020fb1e45d03cac979f64b9eb1651ea32858b0ff452.js" type="text/javascript"></script>
<script data-cfasync="false">
    Shopify.money_format = "\u003cspan class=money\u003e${{amount}}\u003c\/span\u003e";
    //enable checking free gifts condition when checkout clicked
    if ((typeof SECOMAPP) === 'undefined') { window.SECOMAPP = {}; };
    SECOMAPP.enableOverrideCheckout = true;
    //    SECOMAPP.preStopAppCallback = function(cart){
    //        if(typeof yotpo!=='undefined' && typeof yotpo.initWidgets==='function'){
    //            yotpo.initWidgets();
    //        }
    //    }
</script>
<script type="text/javascript">(function(){if(typeof SECOMAPP==="undefined"){SECOMAPP={}};if(typeof Shopify==="undefined"){Shopify={}};SECOMAPP.fg_ver=1593614955;SECOMAPP.fg_scriptfile="freegifts_20200618.min.js";SECOMAPP.gifts_list_avai={
};})();</script>

<script data-cfasync="false" type="text/javascript">
  /* Smart Ecommerce App (SEA Inc)
  * http://www.secomapp.com
  * Do not reuse those source codes if don't have permission of us.
  * */
  
  
  (function(){if(!Array.isArray){Array.isArray=function(e){return Object.prototype.toString.call(e)==="[object Array]"}}"function"!==typeof Object.create&&(Object.create=function(e){function t(){}t.prototype=e;return new t});if(!Object.keys){Object.keys=function(e){var t=[],r;for(r in e){if(Object.prototype.hasOwnProperty.call(e,r)){t.push(r)}}return t}}if(!String.prototype.endsWith){Object.defineProperty(String.prototype,"endsWith",{value:function(e,t){var r=this.toString();if(t===undefined||t>r.length){t=r.length}t-=e.length;var i=r.indexOf(e,t);return i!==-1&&i===t},writable:true,enumerable:true,configurable:true})}if(!Array.prototype.indexOf){Array.prototype.indexOf=function(e,t){var r;if(this==null){throw new TypeError('"this" is null or not defined')}var i=Object(this);var n=i.length>>>0;if(n===0){return-1}var o=+t||0;if(Math.abs(o)===Infinity){o=0}if(o>=n){return-1}r=Math.max(o>=0?o:n-Math.abs(o),0);while(r<n){if(r in i&&i[r]===e){return r}r++}return-1}}if(!Array.prototype.forEach){Array.prototype.forEach=function(e,t){var r,i;if(this==null){throw new TypeError(" this is null or not defined")}var n=Object(this);var o=n.length>>>0;if(typeof e!=="function"){throw new TypeError(e+" is not a function")}if(arguments.length>1){r=t}i=0;while(i<o){var a;if(i in n){a=n[i];e.call(r,a,i,n)}i++}}}console=console||{};console.log=console.log||function(){};if(typeof Shopify==="undefined"){Shopify={}}if(typeof Shopify.onError!=="function"){Shopify.onError=function(){}}if(typeof SECOMAPP==="undefined"){SECOMAPP={}}SECOMAPP.removeGiftsVariant=function(e){setTimeout(function(){try{e("select option").not(".sca-fg-cart-item select option").filter(function(){var t=e(this).val();var r=e(this).text();if(r.indexOf(" - ")!==-1){r=r.slice(0,r.indexOf(" - "))}var i=[];if(r.indexOf(" / ")!==-1){i=r.split(" / ");r=i[i.length-1]}if(typeof SECOMAPP.gifts_list_avai!=="undefined"&&typeof SECOMAPP.gifts_list_avai[t]!=="undefined"||r.endsWith("% off)")){e(this).parent("select").find("option").not(".sca-fg-cart-item select option").filter(function(){var i=e(this).val();var n=e(this).text();return n.endsWith(r)||i==t}).remove();e(".dropdown *,ul li,label,div").filter(function(){var i=e(this).html(),n=e(this).data("value");return i&&i.endsWith(r)||n==t}).remove();return true}return false})}catch(e){console.log(e)}},500)};SECOMAPP.formatMoney=function(e,t){if(typeof e=="string"){e=e.replace(".","")}var r="";var i=typeof Shopify!=="undefined"&&typeof Shopify.money_format!=="undefined"?Shopify.money_format:"{{amount}}";var n=/\{\{\s*(\w+)\s*\}\}/;var o=t||(typeof this.fgsettings.sca_currency_format==="string"&&this.fgsettings.sca_currency_format.indexOf("amount")>-1?this.fgsettings.sca_currency_format:null)||i;if(o.indexOf("amount_no_decimals_no_comma_separator")<0&&o.indexOf("amount_no_comma_separator_up_cents")<0&&o.indexOf("amount_up_cents")<0&&typeof Shopify.formatMoney==="function"){return Shopify.formatMoney(e,o)}function a(e,t){return typeof e=="undefined"?t:e}function f(e,t,r,i,n,o){t=a(t,2);r=a(r,",");i=a(i,".");if(isNaN(e)||e==null){return 0}e=(e/100).toFixed(t);var f=e.split("."),c=f[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1"+r),s=f[1]?!n||!o?i+f[1]:n+f[1]+o:"";return c+s}switch(o.match(n)[1]){case"amount":r=f(e,2);break;case"amount_no_decimals":r=f(e,0);break;case"amount_with_comma_separator":r=f(e,2,",",".");break;case"amount_no_decimals_with_comma_separator":r=f(e,0,",",".");break;case"amount_no_decimals_no_comma_separator":r=f(e,0,"","");break;case"amount_up_cents":r=f(e,2,",","","<sup>","</sup>");break;case"amount_no_comma_separator_up_cents":r=f(e,2,"","","<sup>","</sup>");break}return o.replace(n,r)};SECOMAPP.setCookie=function(e,t,r,i,n){var o=new Date;o.setTime(o.getTime()+r*24*60*60*1e3+i*60*1e3);var a="expires="+o.toUTCString();document.cookie=e+"="+t+";"+a+(n?";path="+n:";path=/")};SECOMAPP.deleteCookie=function(e,t){document.cookie=e+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC; "+(t?";path="+t:";path=/")};SECOMAPP.getCookie=function(e){var t=e+"=";var r=document.cookie.split(";");for(var i=0;i<r.length;i++){var n=r[i];while(n.charAt(0)==" ")n=n.substring(1);if(n.indexOf(t)==0)return n.substring(t.length,n.length)}return""};SECOMAPP.getQueryString=function(){var e={};var t=window.location.search.substring(1);var r=t.split("&");for(var i=0;i<r.length;i++){var n=r[i].split("=");if(typeof e[n[0]]==="undefined"){e[n[0]]=decodeURIComponent(n[1])}else if(typeof e[n[0]]==="string"){var o=[e[n[0]],decodeURIComponent(n[1])];e[n[0]]=o}else{e[n[0]].push(decodeURIComponent(n[1]))}}return e};SECOMAPP.freegifts_product_json=function(e){if(e){for(var t=0;t<e.options.length;t++)if(typeof e.options[t]!=="undefined"&&typeof e.options[t].values!=="undefined"){var r=e.options[t];for(var i=0;i<r.values.length;i++)(r.values[i].endsWith("(Freegifts)")||r.values[i].endsWith("% off)"))&&(r.values.splice(i,1),i--)}for(var n=function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0},o=e.price,a=e.price_max,f=e.price_min,c=e.compare_at_price,s=e.compare_at_price_max,p=e.compare_at_price_min,t=0;t<e.variants.length;t++){var i=e.variants[t],u=i.option3?i.option3:i.option2?i.option2:i.option1;"undefined"!=typeof SECOMAPP&&"undefined"!=typeof SECOMAPP.gifts_list_avai&&!n(SECOMAPP.gifts_list_avai)&&"undefined"!=typeof SECOMAPP.gifts_list_avai[i.id]||u.endsWith("(Freegifts)")||u.endsWith("% off)")?(e.variants.splice(t,1),t-=1):(a>=i.price&&(a=i.price,o=i.price),f<=i.price&&(f=i.price),i.compare_at_price&&(s>=i.compare_at_price&&(s=i.compare_at_price,c=i.compare_at_price),p<=i.compare_at_price&&(p=i.compare_at_price)),1==i.available&&(e.available=!0))}e.price=o,e.price_max=f,e.price_min=a,e.compare_at_price=c,e.compare_at_price_max=p,e.compare_at_price_min=s,e.price_varies=f>a?!0:!1,e.compare_at_price_varies=p>s?!0:!1}return e};SECOMAPP.fg_codes=[];if(SECOMAPP.getCookie("sca_fg_codes")!==""){SECOMAPP.fg_codes=JSON.parse(SECOMAPP.getCookie("sca_fg_codes"))}var e=SECOMAPP.getQueryString();if(e["freegifts_code"]&&SECOMAPP.fg_codes.indexOf(e["freegifts_code"])===-1){if(typeof SECOMAPP.activateOnlyOnePromoCode!=="undefined"&&SECOMAPP.activateOnlyOnePromoCode===true){SECOMAPP.fg_codes=[]}SECOMAPP.fg_codes.push(e["freegifts_code"]);SECOMAPP.setCookie("sca_fg_codes",JSON.stringify(SECOMAPP.fg_codes))}})();
  
  ;SECOMAPP.customer={};SECOMAPP.customer.orders=[];SECOMAPP.customer.freegifts=[];;SECOMAPP.customer.email=null;SECOMAPP.customer.first_name=null;SECOMAPP.customer.last_name=null;SECOMAPP.customer.tags=null;SECOMAPP.customer.orders_count=null;SECOMAPP.customer.total_spent=null;
</script>

  <script src="https://cdn-widgetsrepository.yotpo.com/v1/loader/5XXEQQHzTPRoDofnM2jF3g" async></script>
 
<script>
  var _talkableq = _talkableq || [];
  _talkableq.push(['authenticate_customer', {"email":"","first_name":"","last_name":"","customer_id":""}]);
</script>
<script async src="//d2jjzw81hqbuqv.cloudfront.net/integration/clients/shady-rays.min.js" type="text/javascript"></script>

<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 3505401,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "404"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};
window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
window.ShopifyAnalytics.meta.currency = 'USD';
var meta = {"page":{}};
for (var attr in meta) {
  window.ShopifyAnalytics.meta[attr] = meta[attr];
}</script>
<script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() {
  /* BOLD: POv2 Checkout Fix */
(function(){
  if( typeof Storage !== "undefined" && sessionStorage._boldOptionsCheckoutFixDebug && sessionStorage._boldOptionsCheckoutFixDebug === 'true' && console && typeof console.log === 'function' ){
    console.log('[checkout-page-validation.js]: ', 'loading...')
  }
  function a (c, d){
    if(!c) return;
    var e = document.createElement("script");
    e.type = "text/javascript";
    if (e.readyState){  /* IE */
      e.onreadystatechange = function(){
        if (e.readyState == "loaded" || e.readyState == "complete"){
          e.onreadystatechange = null;
          if(typeof d === 'function')
            d();
        }
      };
    } else {  /* Others */
      e.onload = function(){
        if(typeof d === 'function')
          d();
      };
    }
    e.src = c;
    document.getElementsByTagName("head")[0].appendChild(e);
  }
  function b(){
    if( typeof Storage !== "undefined" && sessionStorage._boldOptionsCheckoutFixDebug && sessionStorage._boldOptionsCheckoutFixDebug === 'true' && console && typeof console.log === 'function' ){
      console.log('[checkout-page-validation.js]: ', 'finished loading!')
    }
  }
  a('https://option.boldapps.net/js/checkout-page-validation.js', b)
})()
/* end of BOLD: POv2 Checkout Fix */
};
</script>
<script class="analytics">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti');


(function () {
  var customDocumentWrite = function(content) {
    var jquery = null;

    if (window.jQuery) {
      jquery = window.jQuery;
    } else if (window.Checkout && window.Checkout.$) {
      jquery = window.Checkout.$;
    }

    if (jquery) {
      jquery('body').append(content);
    }
  };

  var hasLoggedConversion = function(token) {
    if (token) {
      return document.cookie.indexOf('loggedConversion=' + token) !== -1;
    }
    return false;
  }

  var setCookieIfConversion = function(token) {
    if (token) {
      var twoMonthsFromNow = new Date(Date.now());
      twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);

      document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
    }
  }

  var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
  if (trekkie.integrations) {
    return;
  }
  trekkie.methods = [
    'identify',
    'page',
    'ready',
    'track',
    'trackForm',
    'trackLink'
  ];
  trekkie.factory = function(method) {
    return function() {
      var args = Array.prototype.slice.call(arguments);
      args.unshift(method);
      trekkie.push(args);
      return trekkie;
    };
  };
  for (var i = 0; i < trekkie.methods.length; i++) {
    var key = trekkie.methods[i];
    trekkie[key] = trekkie.factory(key);
  }
  trekkie.load = function(config) {
    trekkie.config = config || {};
    trekkie.config.initialDocumentCookie = document.cookie;
    var first = document.getElementsByTagName('script')[0];
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.onerror = function(e) {
      var scriptFallback = document.createElement('script');
      scriptFallback.type = 'text/javascript';
      scriptFallback.onerror = function(error) {
              var Monorail = {
      produce: function produce(monorailDomain, schemaId, payload) {
        var currentMs = new Date().getTime();
        var event = {
          schema_id: schemaId,
          payload: payload,
          metadata: {
            event_created_at_ms: currentMs,
            event_sent_at_ms: currentMs
          }
        };
        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
      },
      sendRequest: function sendRequest(endpointUrl, payload) {
        // Try the sendBeacon API
        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
          var blobData = new window.Blob([payload], {
            type: 'text/plain'
          });
    
          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
            return true;
          } // sendBeacon was not successful
    
        } // XHR beacon   
    
        var xhr = new XMLHttpRequest();
    
        try {
          xhr.open('POST', endpointUrl);
          xhr.setRequestHeader('Content-Type', 'text/plain');
          xhr.send(payload);
        } catch (e) {
          console.log(e);
        }
    
        return false;
      },
      isIos12: function isIos12() {
        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
      }
    };
    Monorail.produce('monorail-edge.shopifysvc.com',
      'trekkie_storefront_load_errors/1.1',
      {shop_id: 3505401,
      theme_id: 128153649199,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "https://cdn.shopify.com/s/trekkie.storefront.4e66b7932daba00cfd93bde327ce9e8f09bc9ffe.min.js"});

      };
      scriptFallback.async = true;
      scriptFallback.src = 'https://cdn.shopify.com/s/trekkie.storefront.4e66b7932daba00cfd93bde327ce9e8f09bc9ffe.min.js';
      first.parentNode.insertBefore(scriptFallback, first);
    };
    script.async = true;
    script.src = 'https://cdn.shopify.com/s/trekkie.storefront.4e66b7932daba00cfd93bde327ce9e8f09bc9ffe.min.js';
    first.parentNode.insertBefore(script, first);
  };
  trekkie.load(
    {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":3505401,"isMerchantRequest":null,"themeId":128153649199,"themeCityHash":"2183645909882293554","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true},"Google Analytics":{"trackingId":"UA-44163708-1","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"Facebook Pixel":{"pixelIds":["806981296089535"],"agent":"plshopify1.2"},"TikTok Pixel":{"pixelId":"C9C952BC77U7KEORE6DG"},"Google Gtag Pixel":{"conversionId":"AW-976949846","eventLabels":[{"type":"page_view","action_label":"AW-976949846\/hLhdCI6ov6MBENak7NED"},{"type":"purchase","action_label":"AW-976949846\/si79CJGov6MBENak7NED"},{"type":"view_item","action_label":"AW-976949846\/wE8nCJSov6MBENak7NED"},{"type":"add_to_cart","action_label":"AW-976949846\/64d_CJeov6MBENak7NED"},{"type":"begin_checkout","action_label":"AW-976949846\/KzCiCJqov6MBENak7NED"},{"type":"search","action_label":"AW-976949846\/-R0GCJ2ov6MBENak7NED"},{"type":"add_payment_info","action_label":"AW-976949846\/GV8HCJipv6MBENak7NED"}],"targetCountry":"US"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"facebookAppPixelId":"806981296089535","source":"trekkie-storefront-renderer"}}
  );

  var loaded = false;
  trekkie.ready(function() {
    if (loaded) return;
    loaded = true;

    window.ShopifyAnalytics.lib = window.trekkie;
    
      ga('require', 'linker');
      function addListener(element, type, callback) {
        if (element.addEventListener) {
          element.addEventListener(type, callback);
        }
        else if (element.attachEvent) {
          element.attachEvent('on' + type, callback);
        }
      }
      function decorate(event) {
        event = event || window.event;
        var target = event.target || event.srcElement;
        if (target && (target.getAttribute('action') || target.getAttribute('href'))) {
          ga(function (tracker) {
            var linkerParam = tracker.get('linkerParam');
            document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/';
          });
        }
      }
      addListener(window, 'load', function(){
        for (var i=0; i < document.forms.length; i++) {
          var action = document.forms[i].getAttribute('action');
          if(action && action.indexOf('/cart') >= 0) {
            addListener(document.forms[i], 'submit', decorate);
          }
        }
        for (var i=0; i < document.links.length; i++) {
          var href = document.links[i].getAttribute('href');
          if(href && href.indexOf('/checkout') >= 0) {
            addListener(document.links[i], 'click', decorate);
          }
        }
      });
    

    var originalDocumentWrite = document.write;
    document.write = customDocumentWrite;
    try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
    document.write = originalDocumentWrite;

    window.ShopifyAnalytics.lib.page(null,{});

    var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
    var token = match? match[1]: undefined;
    if (!hasLoggedConversion(token)) {
      setCookieIfConversion(token);
      
    }
  });

  
      var eventsListenerScript = document.createElement('script');
      eventsListenerScript.async = true;
      eventsListenerScript.src = "//cdn.shopify.com/shopifycloud/shopify/assets/shop_events_listener-65cd0ba3fcd81a1df33f2510ec5bcf8c0e0958653b50e3965ec972dd638ee13f.js";
      document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
    
})();</script>
<script class="boomerang">
(function () {
  if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) {
    return;
  }
  window.BOOMR = window.BOOMR || {};
  window.BOOMR.snippetStart = new Date().getTime();
  window.BOOMR.snippetExecuted = true;
  window.BOOMR.snippetVersion = 12;
  window.BOOMR.application = "storefront-renderer";
  window.BOOMR.themeName = "";
  window.BOOMR.themeVersion = "";
  window.BOOMR.shopId = 3505401;
  window.BOOMR.themeId = 128153649199;
  window.BOOMR.url =
    "https://cdn.shopify.com/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js";
  var where = document.currentScript || document.getElementsByTagName("script")[0];
  var parentNode = where.parentNode;
  var promoted = false;
  var LOADER_TIMEOUT = 3000;
  function promote() {
    if (promoted) {
      return;
    }
    var script = document.createElement("script");
    script.id = "boomr-scr-as";
    script.src = window.BOOMR.url;
    script.async = true;
    parentNode.appendChild(script);
    promoted = true;
  }
  function iframeLoader(wasFallback) {
    promoted = true;
    var dom, bootstrap, iframe, iframeStyle;
    var doc = document;
    var win = window;
    window.BOOMR.snippetMethod = wasFallback ? "if" : "i";
    bootstrap = function(parent, scriptId) {
      var script = doc.createElement("script");
      script.id = scriptId || "boomr-if-as";
      script.src = window.BOOMR.url;
      BOOMR_lstart = new Date().getTime();
      parent = parent || doc.body;
      parent.appendChild(script);
    };
    if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) {
      window.BOOMR.snippetMethod = "s";
      bootstrap(parentNode, "boomr-async");
      return;
    }
    iframe = document.createElement("IFRAME");
    iframe.src = "about:blank";
    iframe.title = "";
    iframe.role = "presentation";
    iframe.loading = "eager";
    iframeStyle = (iframe.frameElement || iframe).style;
    iframeStyle.width = 0;
    iframeStyle.height = 0;
    iframeStyle.border = 0;
    iframeStyle.display = "none";
    parentNode.appendChild(iframe);
    try {
      win = iframe.contentWindow;
      doc = win.document.open();
    } catch (e) {
      dom = document.domain;
      iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);";
      win = iframe.contentWindow;
      doc = win.document.open();
    }
    if (dom) {
      doc._boomrl = function() {
        this.domain = dom;
        bootstrap();
      };
      doc.write("<body onload='document._boomrl();'>");
    } else {
      win._boomrl = function() {
        bootstrap();
      };
      if (win.addEventListener) {
        win.addEventListener("load", win._boomrl, false);
      } else if (win.attachEvent) {
        win.attachEvent("onload", win._boomrl);
      }
    }
    doc.close();
  }
  var link = document.createElement("link");
  if (link.relList &&
    typeof link.relList.supports === "function" &&
    link.relList.supports("preload") &&
    ("as" in link)) {
    window.BOOMR.snippetMethod = "p";
    link.href = window.BOOMR.url;
    link.rel = "preload";
    link.as = "script";
    link.addEventListener("load", promote);
    link.addEventListener("error", function() {
      iframeLoader(true);
    });
    setTimeout(function() {
      if (!promoted) {
        iframeLoader(true);
      }
    }, LOADER_TIMEOUT);
    BOOMR_lstart = new Date().getTime();
    parentNode.appendChild(link);
  } else {
    iframeLoader(false);
  }
  function boomerangSaveLoadTime(e) {
    window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime();
  }
  if (window.addEventListener) {
    window.addEventListener("load", boomerangSaveLoadTime, false);
  } else if (window.attachEvent) {
    window.attachEvent("onload", boomerangSaveLoadTime);
  }
  if (document.addEventListener) {
    document.addEventListener("onBoomerangLoaded", function(e) {
      e.detail.BOOMR.init({
        producer_url: "https://monorail-edge.shopifysvc.com/v1/produce",
        ResourceTiming: {
          enabled: true,
          trackedResourceTypes: ["script", "img", "css"]
        },
      });
      e.detail.BOOMR.t_end = new Date().getTime();
    });
  } else if (document.attachEvent) {
    document.attachEvent("onpropertychange", function(e) {
      if (!e) e=event;
      if (e.propertyName === "onBoomerangLoaded") {
        e.detail.BOOMR.init({
          producer_url: "https://monorail-edge.shopifysvc.com/v1/produce",
          ResourceTiming: {
            enabled: true,
            trackedResourceTypes: ["script", "img", "css"]
          },
        });
        e.detail.BOOMR.t_end = new Date().getTime();
      }
    });
  }
})();</script>
</head>

<body
	class="template-404 gridlock shifter shifter-left 404 currency-USD  usa-store mobCoverheader ">
	<div id="shopify-section-promotion-settings" class="shopify-section">

<script>
    var promotionsList = {"bogo": {
        "promotion_title": `Buy one get one`,
        "promotion_primary_id": `bogo`,
        "promotion_is_active": `false`,
        "promotion_body_class": `summer-bogo promo-activated`,
        "promotion_is_country_specific": `false`,
        "promotion_is_different_for_INT": `false`,
        "promotion_discount": `50%`,
        "promotion_discount_CAD": `50%`,
        "promotion_discount_AUD": `50%`,
        "promotion_discount_GBP": `50%`,
        "promotion_discount_INT": `50%`,
        "promotion_discount_code": `BOGO`,
        "promotion_discount_code_CAD": `BOGO`,
        "promotion_discount_code_AUD": `BOGO`,
        "promotion_discount_code_GBP": `BOGO`,
        "promotion_discount_code_INT": `BOGO`,
        "promotion_has_secondary_discount_code": `true`,
        "promotion_quantity_for_secondary_discount_code": `2`,
        "promotion_secondary_discount_code": `mdw25`,
        "promotion_enable_markdown": `false`,
        "promotion_enable_markdown_CAD": `true`,
        "promotion_enable_markdown_AUD": `true`,
        "promotion_enable_markdown_GBP": `true`,
        "promotion_enable_markdown_INT": `true`,
        "promotion_collection_handles": `shade-shop,blue-light`,
        "promotion_collection_handles_CAD": `shade-shop,blue-light`,
        "promotion_collection_handles_AUD": `shade-shop,blue-light`,
        "promotion_collection_handles_GBP": `shade-shop,blue-light`,
        "promotion_collection_handles_INT": `shade-shop,blue-light`,
        "promotion_collection_handles_to_exclude": ``,
        "promotion_collection_handles_to_exclude_CAD": ``,
        "promotion_collection_handles_to_exclude_AUD": ``,
        "promotion_collection_handles_to_exclude_GBP": ``,
        "promotion_collection_handles_to_exclude_INT": ``,
        "promotion_has_top_banner": `true`,
        "promotion_top_banner": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_CAD": `true`,
        "promotion_top_banner_CAD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_AUD": `true`,
        "promotion_top_banner_AUD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_GBP": `true`,
        "promotion_top_banner_GBP": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_INT": `true`,
        "promotion_top_banner_INT": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_homepage_banner": `true`,
        "promotion_homepage_banner": `<div class="promotion-day-hero">
        <div class="promotion-day-banner">
            <picture>
                <source media="(min-width: 741px)" srcset="//cdn.shopify.com/s/files/1/0350/5401/t/278/assets/summer-heat1-desk.png?v=16099230235708855806">
                <source media="(min-width: 200px)" srcset="//cdn.shopify.com/s/files/1/0350/5401/t/278/assets/summer-heat1-mob.png?v=3837208292134751575">
                <img src="//cdn.shopify.com/s/files/1/0350/5401/t/278/assets/summer-heat1-desk.png?v=16099230235708855806" alt="SR"> </source></source></picture>
        </div>
        <div class="promotion-day-copy-section">
            <div class="promotion-day-copy summer-heat-copy">
                <div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span> <img class="sr-try" src="//cdn.shopify.com/s/files/1/0350/5401/t/278/assets/sr-try.svg?v=227142559569234338" alt="SR">
</div>
                <div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+
                        PAIRS</span> <span class="including-blue">ALL SHADES <i>+</i> BLUE LIGHT</span>
</div>
            </div>
            <div class="promotio-sale-info-block">
                <div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a>
                    <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
                <p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
                <p class="limited-time-offer">EXCLUDES RX</p>
            </div>
        </div>
    </div>`,
        "promotion_has_homepage_banner_CAD": `true`,
        "promotion_homepage_banner_CAD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_AUD": `true`,
        "promotion_homepage_banner_AUD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_GBP": `true`,
        "promotion_homepage_banner_GBP": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_INT": `true`,
        "promotion_homepage_banner_INT": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_product_upsell_1": `true`,
        "promotion_quantity_for_product_upsell_1": `1`,
        "promotion_product_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2": `false`,
        "promotion_quantity_for_product_upsell_2": `2`,
        "promotion_product_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3": `false`,
        "promotion_quantity_for_product_upsell_3": `3`,
        "promotion_product_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_CAD": `true`,
        "promotion_quantity_for_product_upsell_1_CAD": `1`,
        "promotion_product_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_CAD": `false`,
        "promotion_quantity_for_product_upsell_2_CAD": `2`,
        "promotion_product_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_3_CAD": `false`,
        "promotion_quantity_for_product_upsell_3_CAD": `3`,
        "promotion_product_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_AUD": `true`,
        "promotion_quantity_for_product_upsell_1_AUD": `1`,
        "promotion_product_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_AUD": `false`,
        "promotion_quantity_for_product_upsell_2_AUD": `2`,
        "promotion_product_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_AUD": `false`,
        "promotion_quantity_for_product_upsell_3_AUD": `3`,
        "promotion_product_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_GBP": `true`,
        "promotion_quantity_for_product_upsell_1_GBP": `1`,
        "promotion_product_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_GBP": `false`,
        "promotion_quantity_for_product_upsell_2_GBP": `2`,
        "promotion_product_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_GBP": `false`,
        "promotion_quantity_for_product_upsell_3_GBP": `3`,
        "promotion_product_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_INT": `true`,
        "promotion_quantity_for_product_upsell_1_INT": `1`,
        "promotion_product_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_INT": `false`,
        "promotion_quantity_for_product_upsell_2_INT": `2`,
        "promotion_product_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_INT": `false`,
        "promotion_quantity_for_product_upsell_3_INT": `3`,
        "promotion_product_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_cart_code_instruction": `true`,
        "promotion_quantity_for_cart_instruction": `2`,
        "promotion_cart_code_instruction_html": `<div id="discountContent" class="summer-bogo-product">
<h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p>
</div>`,
        "promotion_keep_upsell_to_two": `false`,
        "promotion_has_cart_code_instruction_CAD": `true`,
        "promotion_quantity_for_cart_instruction_CAD": `2`,
        "promotion_cart_code_instruction_html_CAD": `<div id="discountContent" class="summer-bogo-product">
<h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p>
</div>`,
        "promotion_keep_upsell_to_two_CAD": `false`,
        "promotion_has_cart_code_instruction_AUD": `true`,
        "promotion_quantity_for_cart_instruction_AUD": `2`,
        "promotion_cart_code_instruction_html_AUD": `<div id="discountContent" class="summer-bogo-product">
<h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p>
</div>`,
        "promotion_keep_upsell_to_two_AUD": `false`,
        "promotion_has_cart_code_instruction_GBP": `true`,
        "promotion_quantity_for_cart_instruction_GBP": `2`,
        "promotion_cart_code_instruction_html_GBP": `<div id="discountContent" class="summer-bogo-product">
<h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p>
</div>`,
        "promotion_keep_upsell_to_two_GBP": `false`,
        "promotion_has_cart_code_instruction_INT": `true`,
        "promotion_quantity_for_cart_instruction_INT": `2`,
        "promotion_cart_code_instruction_html_INT": `<div id="discountContent" class="summer-bogo-product">
<h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p>
</div>`,
        "promotion_keep_upsell_to_two_INT": `false`,
        "promotion_has_cart_upsell_1": `true`,
        "promotion_quantity_for_cart_upsell_1": `1`,
        "promotion_cart_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-cart-desk.png?v=13000369786852704107`,
        "promotion_cart_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-cart-mob.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2": `false`,
        "promotion_quantity_for_cart_upsell_2": `2`,
        "promotion_cart_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3": `false`,
        "promotion_quantity_for_cart_upsell_3": `3`,
        "promotion_cart_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_CAD": `true`,
        "promotion_quantity_for_cart_upsell_1_CAD": `1`,
        "promotion_cart_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_CAD": `false`,
        "promotion_quantity_for_cart_upsell_2_CAD": `2`,
        "promotion_cart_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_CAD": `false`,
        "promotion_quantity_for_cart_upsell_3_CAD": `3`,
        "promotion_cart_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_AUD": `true`,
        "promotion_quantity_for_cart_upsell_1_AUD": `1`,
        "promotion_cart_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_AUD": `false`,
        "promotion_quantity_for_cart_upsell_2_AUD": `2`,
        "promotion_cart_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_AUD": `false`,
        "promotion_quantity_for_cart_upsell_3_AUD": `3`,
        "promotion_cart_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_GBP": `true`,
        "promotion_quantity_for_cart_upsell_1_GBP": `1`,
        "promotion_cart_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_GBP": `false`,
        "promotion_quantity_for_cart_upsell_2_GBP": `2`,
        "promotion_cart_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_GBP": `false`,
        "promotion_quantity_for_cart_upsell_3_GBP": `3`,
        "promotion_cart_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_INT": `true`,
        "promotion_quantity_for_cart_upsell_1_INT": `1`,
        "promotion_cart_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_INT": `false`,
        "promotion_quantity_for_cart_upsell_2_INT": `2`,
        "promotion_cart_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_INT": `false`,
        "promotion_quantity_for_cart_upsell_3_INT": `3`,
        "promotion_cart_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_gift_item": `false`,
        "promotion_gift_item_id": ``,
        "promotion_min_quantity_for_gift_item": `3`,
        "promotion_has_gift_item_CAD": `false`,
        "promotion_gift_item_id_CAD": ``,
        "promotion_min_quantity_for_gift_item_CAD": `3`,
        "promotion_has_gift_item_AUD": `false`,
        "promotion_gift_item_id_AUD": ``,
        "promotion_min_quantity_for_gift_item_AUD": `3`,
        "promotion_has_gift_item_GBP": `false`,
        "promotion_gift_item_id_GBP": ``,
        "promotion_min_quantity_for_gift_item_GBP": `3`,
        "promotion_has_gift_item_INT": `false`,
        "promotion_gift_item_id_INT": ``,
        "promotion_min_quantity_for_gift_item_INT": `3`,
		},
"sfcc": {
        "promotion_title": `Country Club Promotion`,
        "promotion_primary_id": `sfcc`,
        "promotion_is_active": `true`,
        "promotion_body_class": `sfcc-promotion`,
        "promotion_is_country_specific": `false`,
        "promotion_is_different_for_INT": `false`,
        "promotion_discount": `50%`,
        "promotion_discount_CAD": `50%`,
        "promotion_discount_AUD": `50%`,
        "promotion_discount_GBP": `50%`,
        "promotion_discount_INT": `50%`,
        "promotion_discount_code": `SFCC`,
        "promotion_discount_code_CAD": `bogo`,
        "promotion_discount_code_AUD": `bogo`,
        "promotion_discount_code_GBP": `bogo`,
        "promotion_discount_code_INT": `bogo`,
        "promotion_has_secondary_discount_code": `true`,
        "promotion_quantity_for_secondary_discount_code": `2`,
        "promotion_secondary_discount_code": `mdw25`,
        "promotion_enable_markdown": `false`,
        "promotion_enable_markdown_CAD": `true`,
        "promotion_enable_markdown_AUD": `true`,
        "promotion_enable_markdown_GBP": `true`,
        "promotion_enable_markdown_INT": `true`,
        "promotion_collection_handles": `shade-shop`,
        "promotion_collection_handles_CAD": `shade-shop,blue-light`,
        "promotion_collection_handles_AUD": `shade-shop,blue-light`,
        "promotion_collection_handles_GBP": `shade-shop,blue-light`,
        "promotion_collection_handles_INT": `shade-shop,blue-light`,
        "promotion_collection_handles_to_exclude": ``,
        "promotion_collection_handles_to_exclude_CAD": ``,
        "promotion_collection_handles_to_exclude_AUD": ``,
        "promotion_collection_handles_to_exclude_GBP": ``,
        "promotion_collection_handles_to_exclude_INT": ``,
        "promotion_has_top_banner": `true`,
        "promotion_top_banner": `<div class="summer-bogo-topbar">
    <strong>50% OFF ALL SHADES</strong> · use code: <strong>SFCC</strong> 
</div>`,
        "promotion_has_top_banner_CAD": `true`,
        "promotion_top_banner_CAD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_AUD": `true`,
        "promotion_top_banner_AUD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_GBP": `true`,
        "promotion_top_banner_GBP": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_INT": `true`,
        "promotion_top_banner_INT": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_homepage_banner": `false`,
        "promotion_homepage_banner": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_CAD": `true`,
        "promotion_homepage_banner_CAD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_AUD": `true`,
        "promotion_homepage_banner_AUD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_GBP": `true`,
        "promotion_homepage_banner_GBP": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_INT": `true`,
        "promotion_homepage_banner_INT": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_product_upsell_1": `false`,
        "promotion_quantity_for_product_upsell_1": `1`,
        "promotion_product_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2": `false`,
        "promotion_quantity_for_product_upsell_2": `2`,
        "promotion_product_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3": `false`,
        "promotion_quantity_for_product_upsell_3": `3`,
        "promotion_product_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_CAD": `true`,
        "promotion_quantity_for_product_upsell_1_CAD": `1`,
        "promotion_product_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_CAD": `false`,
        "promotion_quantity_for_product_upsell_2_CAD": `2`,
        "promotion_product_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_3_CAD": `false`,
        "promotion_quantity_for_product_upsell_3_CAD": `3`,
        "promotion_product_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_AUD": `true`,
        "promotion_quantity_for_product_upsell_1_AUD": `1`,
        "promotion_product_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_AUD": `false`,
        "promotion_quantity_for_product_upsell_2_AUD": `2`,
        "promotion_product_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_AUD": `false`,
        "promotion_quantity_for_product_upsell_3_AUD": `3`,
        "promotion_product_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_GBP": `true`,
        "promotion_quantity_for_product_upsell_1_GBP": `1`,
        "promotion_product_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_GBP": `false`,
        "promotion_quantity_for_product_upsell_2_GBP": `2`,
        "promotion_product_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_GBP": `false`,
        "promotion_quantity_for_product_upsell_3_GBP": `3`,
        "promotion_product_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_INT": `true`,
        "promotion_quantity_for_product_upsell_1_INT": `1`,
        "promotion_product_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_INT": `false`,
        "promotion_quantity_for_product_upsell_2_INT": `2`,
        "promotion_product_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_INT": `false`,
        "promotion_quantity_for_product_upsell_3_INT": `3`,
        "promotion_product_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_cart_code_instruction": `true`,
        "promotion_quantity_for_cart_instruction": `1`,
        "promotion_cart_code_instruction_html": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop">
        <h3 id="memQualified"><strong>WELCOME MEMBERS!</strong></h3>
        <p>Use Code: <strong>SFCC</strong> at checkout for 50% off each pair from Shade Shop.<br>
            <small><em>Offer cannot be combined with other coupons</em></small></p>
    </a></div>`,
        "promotion_keep_upsell_to_two": `false`,
        "promotion_has_cart_code_instruction_CAD": `true`,
        "promotion_quantity_for_cart_instruction_CAD": `2`,
        "promotion_cart_code_instruction_html_CAD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_CAD": `false`,
        "promotion_has_cart_code_instruction_AUD": `true`,
        "promotion_quantity_for_cart_instruction_AUD": `2`,
        "promotion_cart_code_instruction_html_AUD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_AUD": `false`,
        "promotion_has_cart_code_instruction_GBP": `true`,
        "promotion_quantity_for_cart_instruction_GBP": `2`,
        "promotion_cart_code_instruction_html_GBP": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_GBP": `false`,
        "promotion_has_cart_code_instruction_INT": `true`,
        "promotion_quantity_for_cart_instruction_INT": `2`,
        "promotion_cart_code_instruction_html_INT": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_INT": `false`,
        "promotion_has_cart_upsell_1": `false`,
        "promotion_quantity_for_cart_upsell_1": `1`,
        "promotion_cart_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2": `false`,
        "promotion_quantity_for_cart_upsell_2": `2`,
        "promotion_cart_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3": `false`,
        "promotion_quantity_for_cart_upsell_3": `3`,
        "promotion_cart_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_CAD": `true`,
        "promotion_quantity_for_cart_upsell_1_CAD": `1`,
        "promotion_cart_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_CAD": `false`,
        "promotion_quantity_for_cart_upsell_2_CAD": `2`,
        "promotion_cart_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_CAD": `false`,
        "promotion_quantity_for_cart_upsell_3_CAD": `3`,
        "promotion_cart_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_AUD": `true`,
        "promotion_quantity_for_cart_upsell_1_AUD": `1`,
        "promotion_cart_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_AUD": `false`,
        "promotion_quantity_for_cart_upsell_2_AUD": `2`,
        "promotion_cart_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_AUD": `false`,
        "promotion_quantity_for_cart_upsell_3_AUD": `3`,
        "promotion_cart_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_GBP": `true`,
        "promotion_quantity_for_cart_upsell_1_GBP": `1`,
        "promotion_cart_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_GBP": `false`,
        "promotion_quantity_for_cart_upsell_2_GBP": `2`,
        "promotion_cart_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_GBP": `false`,
        "promotion_quantity_for_cart_upsell_3_GBP": `3`,
        "promotion_cart_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_INT": `true`,
        "promotion_quantity_for_cart_upsell_1_INT": `1`,
        "promotion_cart_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_INT": `false`,
        "promotion_quantity_for_cart_upsell_2_INT": `2`,
        "promotion_cart_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_INT": `false`,
        "promotion_quantity_for_cart_upsell_3_INT": `3`,
        "promotion_cart_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_gift_item": `false`,
        "promotion_gift_item_id": ``,
        "promotion_min_quantity_for_gift_item": `3`,
        "promotion_has_gift_item_CAD": `false`,
        "promotion_gift_item_id_CAD": ``,
        "promotion_min_quantity_for_gift_item_CAD": `3`,
        "promotion_has_gift_item_AUD": `false`,
        "promotion_gift_item_id_AUD": ``,
        "promotion_min_quantity_for_gift_item_AUD": `3`,
        "promotion_has_gift_item_GBP": `false`,
        "promotion_gift_item_id_GBP": ``,
        "promotion_min_quantity_for_gift_item_GBP": `3`,
        "promotion_has_gift_item_INT": `false`,
        "promotion_gift_item_id_INT": ``,
        "promotion_min_quantity_for_gift_item_INT": `3`,
		},
"at20": {
        "promotion_title": `AT20`,
        "promotion_primary_id": `at20`,
        "promotion_is_active": `true`,
        "promotion_body_class": `at20`,
        "promotion_is_country_specific": `false`,
        "promotion_is_different_for_INT": `false`,
        "promotion_discount": `20%`,
        "promotion_discount_CAD": `50%`,
        "promotion_discount_AUD": `50%`,
        "promotion_discount_GBP": `50%`,
        "promotion_discount_INT": `50%`,
        "promotion_discount_code": `AT20`,
        "promotion_discount_code_CAD": `bogo`,
        "promotion_discount_code_AUD": `bogo`,
        "promotion_discount_code_GBP": `bogo`,
        "promotion_discount_code_INT": `bogo`,
        "promotion_has_secondary_discount_code": `true`,
        "promotion_quantity_for_secondary_discount_code": `2`,
        "promotion_secondary_discount_code": `mdw25`,
        "promotion_enable_markdown": `true`,
        "promotion_enable_markdown_CAD": `true`,
        "promotion_enable_markdown_AUD": `true`,
        "promotion_enable_markdown_GBP": `true`,
        "promotion_enable_markdown_INT": `true`,
        "promotion_collection_handles": `shade-shop`,
        "promotion_collection_handles_CAD": `shade-shop,blue-light`,
        "promotion_collection_handles_AUD": `shade-shop,blue-light`,
        "promotion_collection_handles_GBP": `shade-shop,blue-light`,
        "promotion_collection_handles_INT": `shade-shop,blue-light`,
        "promotion_collection_handles_to_exclude": ``,
        "promotion_collection_handles_to_exclude_CAD": ``,
        "promotion_collection_handles_to_exclude_AUD": ``,
        "promotion_collection_handles_to_exclude_GBP": ``,
        "promotion_collection_handles_to_exclude_INT": ``,
        "promotion_has_top_banner": `false`,
        "promotion_top_banner": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_CAD": `true`,
        "promotion_top_banner_CAD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_AUD": `true`,
        "promotion_top_banner_AUD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_GBP": `true`,
        "promotion_top_banner_GBP": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_INT": `true`,
        "promotion_top_banner_INT": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_homepage_banner": `false`,
        "promotion_homepage_banner": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_CAD": `true`,
        "promotion_homepage_banner_CAD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_AUD": `true`,
        "promotion_homepage_banner_AUD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_GBP": `true`,
        "promotion_homepage_banner_GBP": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_INT": `true`,
        "promotion_homepage_banner_INT": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_product_upsell_1": `false`,
        "promotion_quantity_for_product_upsell_1": `1`,
        "promotion_product_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2": `false`,
        "promotion_quantity_for_product_upsell_2": `2`,
        "promotion_product_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3": `false`,
        "promotion_quantity_for_product_upsell_3": `3`,
        "promotion_product_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_CAD": `true`,
        "promotion_quantity_for_product_upsell_1_CAD": `1`,
        "promotion_product_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_CAD": `false`,
        "promotion_quantity_for_product_upsell_2_CAD": `2`,
        "promotion_product_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_3_CAD": `false`,
        "promotion_quantity_for_product_upsell_3_CAD": `3`,
        "promotion_product_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_AUD": `true`,
        "promotion_quantity_for_product_upsell_1_AUD": `1`,
        "promotion_product_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_AUD": `false`,
        "promotion_quantity_for_product_upsell_2_AUD": `2`,
        "promotion_product_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_AUD": `false`,
        "promotion_quantity_for_product_upsell_3_AUD": `3`,
        "promotion_product_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_GBP": `true`,
        "promotion_quantity_for_product_upsell_1_GBP": `1`,
        "promotion_product_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_GBP": `false`,
        "promotion_quantity_for_product_upsell_2_GBP": `2`,
        "promotion_product_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_GBP": `false`,
        "promotion_quantity_for_product_upsell_3_GBP": `3`,
        "promotion_product_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_INT": `true`,
        "promotion_quantity_for_product_upsell_1_INT": `1`,
        "promotion_product_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_INT": `false`,
        "promotion_quantity_for_product_upsell_2_INT": `2`,
        "promotion_product_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_INT": `false`,
        "promotion_quantity_for_product_upsell_3_INT": `3`,
        "promotion_product_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_cart_code_instruction": `false`,
        "promotion_quantity_for_cart_instruction": `2`,
        "promotion_cart_code_instruction_html": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two": `true`,
        "promotion_has_cart_code_instruction_CAD": `true`,
        "promotion_quantity_for_cart_instruction_CAD": `2`,
        "promotion_cart_code_instruction_html_CAD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_CAD": `false`,
        "promotion_has_cart_code_instruction_AUD": `true`,
        "promotion_quantity_for_cart_instruction_AUD": `2`,
        "promotion_cart_code_instruction_html_AUD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_AUD": `false`,
        "promotion_has_cart_code_instruction_GBP": `true`,
        "promotion_quantity_for_cart_instruction_GBP": `2`,
        "promotion_cart_code_instruction_html_GBP": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_GBP": `false`,
        "promotion_has_cart_code_instruction_INT": `true`,
        "promotion_quantity_for_cart_instruction_INT": `2`,
        "promotion_cart_code_instruction_html_INT": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_INT": `false`,
        "promotion_has_cart_upsell_1": `false`,
        "promotion_quantity_for_cart_upsell_1": `1`,
        "promotion_cart_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2": `false`,
        "promotion_quantity_for_cart_upsell_2": `2`,
        "promotion_cart_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3": `false`,
        "promotion_quantity_for_cart_upsell_3": `3`,
        "promotion_cart_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_CAD": `true`,
        "promotion_quantity_for_cart_upsell_1_CAD": `1`,
        "promotion_cart_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_CAD": `false`,
        "promotion_quantity_for_cart_upsell_2_CAD": `2`,
        "promotion_cart_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_CAD": `false`,
        "promotion_quantity_for_cart_upsell_3_CAD": `3`,
        "promotion_cart_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_AUD": `true`,
        "promotion_quantity_for_cart_upsell_1_AUD": `1`,
        "promotion_cart_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_AUD": `false`,
        "promotion_quantity_for_cart_upsell_2_AUD": `2`,
        "promotion_cart_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_AUD": `false`,
        "promotion_quantity_for_cart_upsell_3_AUD": `3`,
        "promotion_cart_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_GBP": `true`,
        "promotion_quantity_for_cart_upsell_1_GBP": `1`,
        "promotion_cart_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_GBP": `false`,
        "promotion_quantity_for_cart_upsell_2_GBP": `2`,
        "promotion_cart_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_GBP": `false`,
        "promotion_quantity_for_cart_upsell_3_GBP": `3`,
        "promotion_cart_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_INT": `true`,
        "promotion_quantity_for_cart_upsell_1_INT": `1`,
        "promotion_cart_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_INT": `false`,
        "promotion_quantity_for_cart_upsell_2_INT": `2`,
        "promotion_cart_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_INT": `false`,
        "promotion_quantity_for_cart_upsell_3_INT": `3`,
        "promotion_cart_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_gift_item": `false`,
        "promotion_gift_item_id": ``,
        "promotion_min_quantity_for_gift_item": `3`,
        "promotion_has_gift_item_CAD": `false`,
        "promotion_gift_item_id_CAD": ``,
        "promotion_min_quantity_for_gift_item_CAD": `3`,
        "promotion_has_gift_item_AUD": `false`,
        "promotion_gift_item_id_AUD": ``,
        "promotion_min_quantity_for_gift_item_AUD": `3`,
        "promotion_has_gift_item_GBP": `false`,
        "promotion_gift_item_id_GBP": ``,
        "promotion_min_quantity_for_gift_item_GBP": `3`,
        "promotion_has_gift_item_INT": `false`,
        "promotion_gift_item_id_INT": ``,
        "promotion_min_quantity_for_gift_item_INT": `3`,
		},
"ldw": {
        "promotion_title": `Labour Day 2021`,
        "promotion_primary_id": `ldw`,
        "promotion_is_active": `false`,
        "promotion_body_class": `promotion-ldw`,
        "promotion_is_country_specific": `false`,
        "promotion_is_different_for_INT": `false`,
        "promotion_discount": `35%`,
        "promotion_discount_CAD": `50%`,
        "promotion_discount_AUD": `50%`,
        "promotion_discount_GBP": `50%`,
        "promotion_discount_INT": `50%`,
        "promotion_discount_code": `ldw`,
        "promotion_discount_code_CAD": `bogo`,
        "promotion_discount_code_AUD": `bogo`,
        "promotion_discount_code_GBP": `bogo`,
        "promotion_discount_code_INT": `bogo`,
        "promotion_has_secondary_discount_code": `true`,
        "promotion_quantity_for_secondary_discount_code": `2`,
        "promotion_secondary_discount_code": `mdw25`,
        "promotion_enable_markdown": `false`,
        "promotion_enable_markdown_CAD": `true`,
        "promotion_enable_markdown_AUD": `true`,
        "promotion_enable_markdown_GBP": `true`,
        "promotion_enable_markdown_INT": `true`,
        "promotion_collection_handles": `shade-shop,blue-light,kids`,
        "promotion_collection_handles_CAD": `shade-shop,blue-light`,
        "promotion_collection_handles_AUD": `shade-shop,blue-light`,
        "promotion_collection_handles_GBP": `shade-shop,blue-light`,
        "promotion_collection_handles_INT": `shade-shop,blue-light`,
        "promotion_collection_handles_to_exclude": ``,
        "promotion_collection_handles_to_exclude_CAD": ``,
        "promotion_collection_handles_to_exclude_AUD": ``,
        "promotion_collection_handles_to_exclude_GBP": ``,
        "promotion_collection_handles_to_exclude_INT": ``,
        "promotion_has_top_banner": `true`,
        "promotion_top_banner": `<div class="summer-promotion-default font-sharp-sans fw-600" id="topBannerInt">35% off ALL SHADES <i>+</i> BLUELIGHt  <span class="fw-700">·</span> USE CODE: <strong>ldw</strong>
</div>`,
        "promotion_has_top_banner_CAD": `true`,
        "promotion_top_banner_CAD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_AUD": `true`,
        "promotion_top_banner_AUD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_GBP": `true`,
        "promotion_top_banner_GBP": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_INT": `true`,
        "promotion_top_banner_INT": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_homepage_banner": `true`,
        "promotion_homepage_banner": `<div class="hero-section hero-labor-day p-relative wd-100 m-height-710 o-hidden">
		<div class="hero-img-block ta-center">
          <picture>
            <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/labor/hero-labor-day-desk.png">
            <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/labor/hero-labor-day-mob.png">
            <img class="responsive-image__image lazyload blur-up hero-img" src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/labor/hero-labor-day-desk.png" data-src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/labor/hero-labor-day-desk.png" alt="Labor Day">
            
          
      </source></source></picture>
		</div>

		<div class="hero-copy-block p-absolute d-flex ai-center">
		  <div class="row hero-copy-row">
			<div class="hero-copy-inner font-sharp-sans">

			  <div class="labor-day-logo o-hidden ta-center">
				<img class="responsive-image__image lazyload blur-up" src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/labor/labor-day-logo.svg" data-src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/labor/labor-day-logo.svg" alt="Labor Day">
			  </div>

			  <div class="labor-day-offer o-hidden ai-center d-flex fd-column">
				<img class="responsive-image__image lazyload blur-up" src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/labor/labor-day-35-off.svg" data-src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/labor/labor-day-35-off.svg" alt="Labor Day">
                <span class="offers-area color-white">ALL SHADES <br class="visible-mob"> <i class="font-sharp-sans">+</i> BLUELIGHT</span>
				<span class="excludes color-white ta-center fw-600 tt-uppercase">*Excludes RX AND SNOW</span>
			  </div>
			  <div class="labor-day-btn ai-center d-flex fd-column">
				<a class="btn-style color-white" href="/collections/shade-shop">SHOP SALE</a>
				<span class="offer-code color-white fw-500">USE CODE: <strong>LDW</strong></span>
			  </div>
			  <div class="labor-day-extra ta-center">
				<p class="color-white fw-500 tt-uppercase">Get Additional <strong>10% Off</strong> WHen you buy 2+ pairs</p>		  </div>
</div>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_CAD": `true`,
        "promotion_homepage_banner_CAD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_AUD": `true`,
        "promotion_homepage_banner_AUD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_GBP": `true`,
        "promotion_homepage_banner_GBP": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_INT": `true`,
        "promotion_homepage_banner_INT": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_product_upsell_1": `true`,
        "promotion_quantity_for_product_upsell_1": `1`,
        "promotion_product_upsell_banner_1": `https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/labor/product-desk.png`,
        "promotion_product_upsell_banner_mobile_1": `https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/labor/product-mob.png`,
        "promotion_has_product_upsell_2": `false`,
        "promotion_quantity_for_product_upsell_2": `2`,
        "promotion_product_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3": `false`,
        "promotion_quantity_for_product_upsell_3": `3`,
        "promotion_product_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_CAD": `true`,
        "promotion_quantity_for_product_upsell_1_CAD": `1`,
        "promotion_product_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_CAD": `false`,
        "promotion_quantity_for_product_upsell_2_CAD": `2`,
        "promotion_product_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_3_CAD": `false`,
        "promotion_quantity_for_product_upsell_3_CAD": `3`,
        "promotion_product_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_AUD": `true`,
        "promotion_quantity_for_product_upsell_1_AUD": `1`,
        "promotion_product_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_AUD": `false`,
        "promotion_quantity_for_product_upsell_2_AUD": `2`,
        "promotion_product_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_AUD": `false`,
        "promotion_quantity_for_product_upsell_3_AUD": `3`,
        "promotion_product_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_GBP": `true`,
        "promotion_quantity_for_product_upsell_1_GBP": `1`,
        "promotion_product_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_GBP": `false`,
        "promotion_quantity_for_product_upsell_2_GBP": `2`,
        "promotion_product_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_GBP": `false`,
        "promotion_quantity_for_product_upsell_3_GBP": `3`,
        "promotion_product_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_INT": `true`,
        "promotion_quantity_for_product_upsell_1_INT": `1`,
        "promotion_product_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_INT": `false`,
        "promotion_quantity_for_product_upsell_2_INT": `2`,
        "promotion_product_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_INT": `false`,
        "promotion_quantity_for_product_upsell_3_INT": `3`,
        "promotion_product_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_cart_code_instruction": `true`,
        "promotion_quantity_for_cart_instruction": `1`,
        "promotion_cart_code_instruction_html": `<div id="discountContent" class="summer-bogo-product">
<h3 id="memQualified"><strong>LABOR DAY SALE</strong></h3>
<p>Use Code: <strong>LDW</strong> during checkout to get <span data-promotion-id="promotion-discount">35%</span> OFF each Shade Shop and Bluelight pair.<br><small><em>Offer cannot be combined with other coupons</em></small></p>
</div>`,
        "promotion_keep_upsell_to_two": `false`,
        "promotion_has_cart_code_instruction_CAD": `true`,
        "promotion_quantity_for_cart_instruction_CAD": `2`,
        "promotion_cart_code_instruction_html_CAD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_CAD": `false`,
        "promotion_has_cart_code_instruction_AUD": `true`,
        "promotion_quantity_for_cart_instruction_AUD": `2`,
        "promotion_cart_code_instruction_html_AUD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_AUD": `false`,
        "promotion_has_cart_code_instruction_GBP": `true`,
        "promotion_quantity_for_cart_instruction_GBP": `2`,
        "promotion_cart_code_instruction_html_GBP": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_GBP": `false`,
        "promotion_has_cart_code_instruction_INT": `true`,
        "promotion_quantity_for_cart_instruction_INT": `2`,
        "promotion_cart_code_instruction_html_INT": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_INT": `false`,
        "promotion_has_cart_upsell_1": `true`,
        "promotion_quantity_for_cart_upsell_1": `1`,
        "promotion_cart_upsell_banner_1": `https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/labor/cart-desk.png`,
        "promotion_cart_upsell_banner_mobile_1": `https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/labor/cart-mob.png`,
        "promotion_has_cart_upsell_2": `false`,
        "promotion_quantity_for_cart_upsell_2": `2`,
        "promotion_cart_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3": `false`,
        "promotion_quantity_for_cart_upsell_3": `3`,
        "promotion_cart_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_CAD": `true`,
        "promotion_quantity_for_cart_upsell_1_CAD": `1`,
        "promotion_cart_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_CAD": `false`,
        "promotion_quantity_for_cart_upsell_2_CAD": `2`,
        "promotion_cart_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_CAD": `false`,
        "promotion_quantity_for_cart_upsell_3_CAD": `3`,
        "promotion_cart_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_AUD": `true`,
        "promotion_quantity_for_cart_upsell_1_AUD": `1`,
        "promotion_cart_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_AUD": `false`,
        "promotion_quantity_for_cart_upsell_2_AUD": `2`,
        "promotion_cart_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_AUD": `false`,
        "promotion_quantity_for_cart_upsell_3_AUD": `3`,
        "promotion_cart_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_GBP": `true`,
        "promotion_quantity_for_cart_upsell_1_GBP": `1`,
        "promotion_cart_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_GBP": `false`,
        "promotion_quantity_for_cart_upsell_2_GBP": `2`,
        "promotion_cart_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_GBP": `false`,
        "promotion_quantity_for_cart_upsell_3_GBP": `3`,
        "promotion_cart_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_INT": `true`,
        "promotion_quantity_for_cart_upsell_1_INT": `1`,
        "promotion_cart_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_INT": `false`,
        "promotion_quantity_for_cart_upsell_2_INT": `2`,
        "promotion_cart_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_INT": `false`,
        "promotion_quantity_for_cart_upsell_3_INT": `3`,
        "promotion_cart_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_gift_item": `false`,
        "promotion_gift_item_id": ``,
        "promotion_min_quantity_for_gift_item": `3`,
        "promotion_has_gift_item_CAD": `false`,
        "promotion_gift_item_id_CAD": ``,
        "promotion_min_quantity_for_gift_item_CAD": `3`,
        "promotion_has_gift_item_AUD": `false`,
        "promotion_gift_item_id_AUD": ``,
        "promotion_min_quantity_for_gift_item_AUD": `3`,
        "promotion_has_gift_item_GBP": `false`,
        "promotion_gift_item_id_GBP": ``,
        "promotion_min_quantity_for_gift_item_GBP": `3`,
        "promotion_has_gift_item_INT": `false`,
        "promotion_gift_item_id_INT": ``,
        "promotion_min_quantity_for_gift_item_INT": `3`,
		},
"earlyaccess": {
        "promotion_title": `Black Friday EXTENDED`,
        "promotion_primary_id": `earlyaccess`,
        "promotion_is_active": `false`,
        "promotion_body_class": `promotion-earlyaccess`,
        "promotion_is_country_specific": `false`,
        "promotion_is_different_for_INT": `false`,
        "promotion_discount": `50%`,
        "promotion_discount_CAD": `50%`,
        "promotion_discount_AUD": `50%`,
        "promotion_discount_GBP": `50%`,
        "promotion_discount_INT": `50%`,
        "promotion_discount_code": `BF50`,
        "promotion_discount_code_CAD": `bogo`,
        "promotion_discount_code_AUD": `bogo`,
        "promotion_discount_code_GBP": `bogo`,
        "promotion_discount_code_INT": `bogo`,
        "promotion_has_secondary_discount_code": `true`,
        "promotion_quantity_for_secondary_discount_code": `2`,
        "promotion_secondary_discount_code": `mdw25`,
        "promotion_enable_markdown": `false`,
        "promotion_enable_markdown_CAD": `true`,
        "promotion_enable_markdown_AUD": `true`,
        "promotion_enable_markdown_GBP": `true`,
        "promotion_enable_markdown_INT": `true`,
        "promotion_collection_handles": `shade-shop,blue-light`,
        "promotion_collection_handles_CAD": `shade-shop,blue-light`,
        "promotion_collection_handles_AUD": `shade-shop,blue-light`,
        "promotion_collection_handles_GBP": `shade-shop,blue-light`,
        "promotion_collection_handles_INT": `shade-shop,blue-light`,
        "promotion_collection_handles_to_exclude": ``,
        "promotion_collection_handles_to_exclude_CAD": ``,
        "promotion_collection_handles_to_exclude_AUD": ``,
        "promotion_collection_handles_to_exclude_GBP": ``,
        "promotion_collection_handles_to_exclude_INT": ``,
        "promotion_has_top_banner": `true`,
        "promotion_top_banner": `<div class="summer-promotion-default" id="topBannerUSA">EXTENDED ACCESS · 50% OFF SHADES &amp; BLUELIGHT</div>`,
        "promotion_has_top_banner_CAD": `true`,
        "promotion_top_banner_CAD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_AUD": `true`,
        "promotion_top_banner_AUD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_GBP": `true`,
        "promotion_top_banner_GBP": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_INT": `true`,
        "promotion_top_banner_INT": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_homepage_banner": `true`,
        "promotion_homepage_banner": `<div class="hero-section hero-bf-21-section p-relative wd-100 o-hidden">
  <div class="hero-img-block ta-center">
    <picture>
      <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/black-friday/black-friday-21-desk.png">
      <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/black-friday/black-friday-21-mob.png">
      <img class="responsive-image__image lazyload blur-up hero-img" src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/black-friday/black-friday-21-desk.png" data-src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/black-friday/black-friday-21-desk.png" alt="Black Friday">
    </source></source></picture>
  </div>

  <div class="hero-copy-block hero-copy-block-bf-21 p-absolute">
    <div class="row hero-copy-row">
      <div class="hero-copy-inner">
        <div class="banner-info-block o-hidden">
          <span class="title-tag color-white font-sharp-sans">BLACK FRIDAY EXTENDED</span>
          <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/black-friday/bf-50-off-desk.svg" alt="Black Friday 50% Off">
          <span class="sub-title color-white font-sharp-sans">SHADES &amp; BLUELIGHt</span>
        </div>

        <div class="banner-promo-code-block">
          <div class="bf-promo-code-inner">
            <a class="btn font-sharp-sans" href="/collections/shade-shop">SHOP SALE</a>
            <span class="color-white">USE CODE: <strong>BF50</strong></span>
          </div>
          <div class="hero-notes font-sharp-sans">
            <p>*Excludes Prescription, Snow Goggles, Kids, Readers, DeepSea and React.</p>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>`,
        "promotion_has_homepage_banner_CAD": `true`,
        "promotion_homepage_banner_CAD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_AUD": `true`,
        "promotion_homepage_banner_AUD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_GBP": `true`,
        "promotion_homepage_banner_GBP": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_INT": `true`,
        "promotion_homepage_banner_INT": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_product_upsell_1": `false`,
        "promotion_quantity_for_product_upsell_1": `1`,
        "promotion_product_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2": `false`,
        "promotion_quantity_for_product_upsell_2": `2`,
        "promotion_product_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3": `false`,
        "promotion_quantity_for_product_upsell_3": `3`,
        "promotion_product_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_CAD": `true`,
        "promotion_quantity_for_product_upsell_1_CAD": `1`,
        "promotion_product_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_CAD": `false`,
        "promotion_quantity_for_product_upsell_2_CAD": `2`,
        "promotion_product_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_3_CAD": `false`,
        "promotion_quantity_for_product_upsell_3_CAD": `3`,
        "promotion_product_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_AUD": `true`,
        "promotion_quantity_for_product_upsell_1_AUD": `1`,
        "promotion_product_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_AUD": `false`,
        "promotion_quantity_for_product_upsell_2_AUD": `2`,
        "promotion_product_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_AUD": `false`,
        "promotion_quantity_for_product_upsell_3_AUD": `3`,
        "promotion_product_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_GBP": `true`,
        "promotion_quantity_for_product_upsell_1_GBP": `1`,
        "promotion_product_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_GBP": `false`,
        "promotion_quantity_for_product_upsell_2_GBP": `2`,
        "promotion_product_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_GBP": `false`,
        "promotion_quantity_for_product_upsell_3_GBP": `3`,
        "promotion_product_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_INT": `true`,
        "promotion_quantity_for_product_upsell_1_INT": `1`,
        "promotion_product_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_INT": `false`,
        "promotion_quantity_for_product_upsell_2_INT": `2`,
        "promotion_product_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_INT": `false`,
        "promotion_quantity_for_product_upsell_3_INT": `3`,
        "promotion_product_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_cart_code_instruction": `false`,
        "promotion_quantity_for_cart_instruction": `2`,
        "promotion_cart_code_instruction_html": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two": `false`,
        "promotion_has_cart_code_instruction_CAD": `true`,
        "promotion_quantity_for_cart_instruction_CAD": `2`,
        "promotion_cart_code_instruction_html_CAD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_CAD": `false`,
        "promotion_has_cart_code_instruction_AUD": `true`,
        "promotion_quantity_for_cart_instruction_AUD": `2`,
        "promotion_cart_code_instruction_html_AUD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_AUD": `false`,
        "promotion_has_cart_code_instruction_GBP": `true`,
        "promotion_quantity_for_cart_instruction_GBP": `2`,
        "promotion_cart_code_instruction_html_GBP": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_GBP": `false`,
        "promotion_has_cart_code_instruction_INT": `true`,
        "promotion_quantity_for_cart_instruction_INT": `2`,
        "promotion_cart_code_instruction_html_INT": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_INT": `false`,
        "promotion_has_cart_upsell_1": `false`,
        "promotion_quantity_for_cart_upsell_1": `1`,
        "promotion_cart_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2": `false`,
        "promotion_quantity_for_cart_upsell_2": `2`,
        "promotion_cart_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3": `false`,
        "promotion_quantity_for_cart_upsell_3": `3`,
        "promotion_cart_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_CAD": `true`,
        "promotion_quantity_for_cart_upsell_1_CAD": `1`,
        "promotion_cart_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_CAD": `false`,
        "promotion_quantity_for_cart_upsell_2_CAD": `2`,
        "promotion_cart_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_CAD": `false`,
        "promotion_quantity_for_cart_upsell_3_CAD": `3`,
        "promotion_cart_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_AUD": `true`,
        "promotion_quantity_for_cart_upsell_1_AUD": `1`,
        "promotion_cart_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_AUD": `false`,
        "promotion_quantity_for_cart_upsell_2_AUD": `2`,
        "promotion_cart_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_AUD": `false`,
        "promotion_quantity_for_cart_upsell_3_AUD": `3`,
        "promotion_cart_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_GBP": `true`,
        "promotion_quantity_for_cart_upsell_1_GBP": `1`,
        "promotion_cart_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_GBP": `false`,
        "promotion_quantity_for_cart_upsell_2_GBP": `2`,
        "promotion_cart_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_GBP": `false`,
        "promotion_quantity_for_cart_upsell_3_GBP": `3`,
        "promotion_cart_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_INT": `true`,
        "promotion_quantity_for_cart_upsell_1_INT": `1`,
        "promotion_cart_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_INT": `false`,
        "promotion_quantity_for_cart_upsell_2_INT": `2`,
        "promotion_cart_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_INT": `false`,
        "promotion_quantity_for_cart_upsell_3_INT": `3`,
        "promotion_cart_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_gift_item": `false`,
        "promotion_gift_item_id": ``,
        "promotion_min_quantity_for_gift_item": `3`,
        "promotion_has_gift_item_CAD": `false`,
        "promotion_gift_item_id_CAD": ``,
        "promotion_min_quantity_for_gift_item_CAD": `3`,
        "promotion_has_gift_item_AUD": `false`,
        "promotion_gift_item_id_AUD": ``,
        "promotion_min_quantity_for_gift_item_AUD": `3`,
        "promotion_has_gift_item_GBP": `false`,
        "promotion_gift_item_id_GBP": ``,
        "promotion_min_quantity_for_gift_item_GBP": `3`,
        "promotion_has_gift_item_INT": `false`,
        "promotion_gift_item_id_INT": ``,
        "promotion_min_quantity_for_gift_item_INT": `3`,
		},
"halloween": {
        "promotion_title": `Halloween`,
        "promotion_primary_id": `halloween`,
        "promotion_is_active": `false`,
        "promotion_body_class": `promotion-halloween`,
        "promotion_is_country_specific": `false`,
        "promotion_is_different_for_INT": `false`,
        "promotion_discount": `31%`,
        "promotion_discount_CAD": `50%`,
        "promotion_discount_AUD": `50%`,
        "promotion_discount_GBP": `50%`,
        "promotion_discount_INT": `50%`,
        "promotion_discount_code": `SPOOKY`,
        "promotion_discount_code_CAD": `bogo`,
        "promotion_discount_code_AUD": `bogo`,
        "promotion_discount_code_GBP": `bogo`,
        "promotion_discount_code_INT": `bogo`,
        "promotion_has_secondary_discount_code": `true`,
        "promotion_quantity_for_secondary_discount_code": `2`,
        "promotion_secondary_discount_code": `mdw25`,
        "promotion_enable_markdown": `false`,
        "promotion_enable_markdown_CAD": `true`,
        "promotion_enable_markdown_AUD": `true`,
        "promotion_enable_markdown_GBP": `true`,
        "promotion_enable_markdown_INT": `true`,
        "promotion_collection_handles": `shade-shop,blue-light`,
        "promotion_collection_handles_CAD": `shade-shop,blue-light`,
        "promotion_collection_handles_AUD": `shade-shop,blue-light`,
        "promotion_collection_handles_GBP": `shade-shop,blue-light`,
        "promotion_collection_handles_INT": `shade-shop,blue-light`,
        "promotion_collection_handles_to_exclude": ``,
        "promotion_collection_handles_to_exclude_CAD": ``,
        "promotion_collection_handles_to_exclude_AUD": ``,
        "promotion_collection_handles_to_exclude_GBP": ``,
        "promotion_collection_handles_to_exclude_INT": ``,
        "promotion_has_top_banner": `true`,
        "promotion_top_banner": `<div class="summer-promotion-default" id="topBannerUSA">HALLOWEEN FLASH SALE • 31% OFF  SHADES &amp; BLUELIGHT</div>`,
        "promotion_has_top_banner_CAD": `true`,
        "promotion_top_banner_CAD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_AUD": `true`,
        "promotion_top_banner_AUD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_GBP": `true`,
        "promotion_top_banner_GBP": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_INT": `true`,
        "promotion_top_banner_INT": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_homepage_banner": `true`,
        "promotion_homepage_banner": `<div class="home-banner hero-section halloween-hero-section p-relative wd-100 m-height-710 o-hidden">
  <div class="hero-img-block ta-center">
    <picture>
      <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/halloween/halloween-hero-desk.png">
      <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/halloween/halloween-hero-mob.png">
      <img class="responsive-image__image lazyload blur-up hero-img" src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/halloween/halloween-hero-desk.png" data-src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/halloween/halloween-hero-desk.png" alt="Halloween Offer">
    </source></source></picture>
  </div>

  <div class="hero-copy-block p-absolute">
    <div class="row hero-copy-row d-flex ai-center">
      <div class="hero-copy-inner">
        <div class="banner-info-block o-hidden">
          <span class="title-tag color-white font-sharp-sans">HALLOWEEN FLASH SALE</span>
          <h1 class="font-futura fw-700">31% off</h1>
          <span class="sub-title color-white font-sharp-sans">SHADES &amp; BLUELIGHT</span>
        </div>

        <div class="banner-promo-code-block d-flex">
          <span class="color-white">USE CODE: <strong>SPOOKY</strong></span>
          <a class="btn bg-orange font-sharp-sans" href="/collections/shade-shop">SHOP SALE</a>
        </div>
      </div>
    </div>
  </div>

  <div class="hero-notes font-sharp-sans">
    <p>*Prescription and Snow Goggles are excluded</p>
  </div>
</div>`,
        "promotion_has_homepage_banner_CAD": `true`,
        "promotion_homepage_banner_CAD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_AUD": `true`,
        "promotion_homepage_banner_AUD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_GBP": `true`,
        "promotion_homepage_banner_GBP": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_INT": `true`,
        "promotion_homepage_banner_INT": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_product_upsell_1": `false`,
        "promotion_quantity_for_product_upsell_1": `1`,
        "promotion_product_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2": `false`,
        "promotion_quantity_for_product_upsell_2": `2`,
        "promotion_product_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3": `false`,
        "promotion_quantity_for_product_upsell_3": `3`,
        "promotion_product_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_CAD": `true`,
        "promotion_quantity_for_product_upsell_1_CAD": `1`,
        "promotion_product_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_CAD": `false`,
        "promotion_quantity_for_product_upsell_2_CAD": `2`,
        "promotion_product_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_3_CAD": `false`,
        "promotion_quantity_for_product_upsell_3_CAD": `3`,
        "promotion_product_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_AUD": `true`,
        "promotion_quantity_for_product_upsell_1_AUD": `1`,
        "promotion_product_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_AUD": `false`,
        "promotion_quantity_for_product_upsell_2_AUD": `2`,
        "promotion_product_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_AUD": `false`,
        "promotion_quantity_for_product_upsell_3_AUD": `3`,
        "promotion_product_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_GBP": `true`,
        "promotion_quantity_for_product_upsell_1_GBP": `1`,
        "promotion_product_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_GBP": `false`,
        "promotion_quantity_for_product_upsell_2_GBP": `2`,
        "promotion_product_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_GBP": `false`,
        "promotion_quantity_for_product_upsell_3_GBP": `3`,
        "promotion_product_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_INT": `true`,
        "promotion_quantity_for_product_upsell_1_INT": `1`,
        "promotion_product_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_INT": `false`,
        "promotion_quantity_for_product_upsell_2_INT": `2`,
        "promotion_product_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_INT": `false`,
        "promotion_quantity_for_product_upsell_3_INT": `3`,
        "promotion_product_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_cart_code_instruction": `false`,
        "promotion_quantity_for_cart_instruction": `2`,
        "promotion_cart_code_instruction_html": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two": `false`,
        "promotion_has_cart_code_instruction_CAD": `true`,
        "promotion_quantity_for_cart_instruction_CAD": `2`,
        "promotion_cart_code_instruction_html_CAD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_CAD": `false`,
        "promotion_has_cart_code_instruction_AUD": `true`,
        "promotion_quantity_for_cart_instruction_AUD": `2`,
        "promotion_cart_code_instruction_html_AUD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_AUD": `false`,
        "promotion_has_cart_code_instruction_GBP": `true`,
        "promotion_quantity_for_cart_instruction_GBP": `2`,
        "promotion_cart_code_instruction_html_GBP": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_GBP": `false`,
        "promotion_has_cart_code_instruction_INT": `true`,
        "promotion_quantity_for_cart_instruction_INT": `2`,
        "promotion_cart_code_instruction_html_INT": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_INT": `false`,
        "promotion_has_cart_upsell_1": `false`,
        "promotion_quantity_for_cart_upsell_1": `1`,
        "promotion_cart_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2": `false`,
        "promotion_quantity_for_cart_upsell_2": `2`,
        "promotion_cart_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3": `false`,
        "promotion_quantity_for_cart_upsell_3": `3`,
        "promotion_cart_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_CAD": `true`,
        "promotion_quantity_for_cart_upsell_1_CAD": `1`,
        "promotion_cart_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_CAD": `false`,
        "promotion_quantity_for_cart_upsell_2_CAD": `2`,
        "promotion_cart_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_CAD": `false`,
        "promotion_quantity_for_cart_upsell_3_CAD": `3`,
        "promotion_cart_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_AUD": `true`,
        "promotion_quantity_for_cart_upsell_1_AUD": `1`,
        "promotion_cart_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_AUD": `false`,
        "promotion_quantity_for_cart_upsell_2_AUD": `2`,
        "promotion_cart_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_AUD": `false`,
        "promotion_quantity_for_cart_upsell_3_AUD": `3`,
        "promotion_cart_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_GBP": `true`,
        "promotion_quantity_for_cart_upsell_1_GBP": `1`,
        "promotion_cart_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_GBP": `false`,
        "promotion_quantity_for_cart_upsell_2_GBP": `2`,
        "promotion_cart_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_GBP": `false`,
        "promotion_quantity_for_cart_upsell_3_GBP": `3`,
        "promotion_cart_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_INT": `true`,
        "promotion_quantity_for_cart_upsell_1_INT": `1`,
        "promotion_cart_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_INT": `false`,
        "promotion_quantity_for_cart_upsell_2_INT": `2`,
        "promotion_cart_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_INT": `false`,
        "promotion_quantity_for_cart_upsell_3_INT": `3`,
        "promotion_cart_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_gift_item": `false`,
        "promotion_gift_item_id": ``,
        "promotion_min_quantity_for_gift_item": `3`,
        "promotion_has_gift_item_CAD": `false`,
        "promotion_gift_item_id_CAD": ``,
        "promotion_min_quantity_for_gift_item_CAD": `3`,
        "promotion_has_gift_item_AUD": `false`,
        "promotion_gift_item_id_AUD": ``,
        "promotion_min_quantity_for_gift_item_AUD": `3`,
        "promotion_has_gift_item_GBP": `false`,
        "promotion_gift_item_id_GBP": ``,
        "promotion_min_quantity_for_gift_item_GBP": `3`,
        "promotion_has_gift_item_INT": `false`,
        "promotion_gift_item_id_INT": ``,
        "promotion_min_quantity_for_gift_item_INT": `3`,
		},
"eoy": {
        "promotion_title": `End of Year`,
        "promotion_primary_id": `eoy`,
        "promotion_is_active": `false`,
        "promotion_body_class": `promotion-eoy`,
        "promotion_is_country_specific": `true`,
        "promotion_is_different_for_INT": `true`,
        "promotion_discount": `35%`,
        "promotion_discount_CAD": `35%`,
        "promotion_discount_AUD": `35%`,
        "promotion_discount_GBP": `35%`,
        "promotion_discount_INT": `35%`,
        "promotion_discount_code": `END`,
        "promotion_discount_code_CAD": `END`,
        "promotion_discount_code_AUD": `END`,
        "promotion_discount_code_GBP": `END`,
        "promotion_discount_code_INT": `END`,
        "promotion_has_secondary_discount_code": `true`,
        "promotion_quantity_for_secondary_discount_code": `2`,
        "promotion_secondary_discount_code": `mdw25`,
        "promotion_enable_markdown": `false`,
        "promotion_enable_markdown_CAD": `false`,
        "promotion_enable_markdown_AUD": `false`,
        "promotion_enable_markdown_GBP": `false`,
        "promotion_enable_markdown_INT": `false`,
        "promotion_collection_handles": `shade-shop,blue-light,snow-goggles`,
        "promotion_collection_handles_CAD": `shade-shop,blue-light,snow-goggles`,
        "promotion_collection_handles_AUD": `shade-shop,blue-light,snow-goggles`,
        "promotion_collection_handles_GBP": `shade-shop,blue-light,snow-goggles`,
        "promotion_collection_handles_INT": `shade-shop,blue-light,snow-goggles`,
        "promotion_collection_handles_to_exclude": ``,
        "promotion_collection_handles_to_exclude_CAD": ``,
        "promotion_collection_handles_to_exclude_AUD": ``,
        "promotion_collection_handles_to_exclude_GBP": ``,
        "promotion_collection_handles_to_exclude_INT": ``,
        "promotion_has_top_banner": `true`,
        "promotion_top_banner": `<div class="summer-bogo-topbar">
<strong>35% OFF SUNGLASSES, BLUELIGHT &amp; SNOW</strong>
</div>`,
        "promotion_has_top_banner_CAD": `true`,
        "promotion_top_banner_CAD": `<div class="summer-bogo-topbar">
<strong>35% OFF SUNGLASSES, BLUELIGHT &amp; SNOW</strong>
</div>`,
        "promotion_has_top_banner_AUD": `true`,
        "promotion_top_banner_AUD": `<div class="summer-bogo-topbar">
<strong>35% OFF SUNGLASSES, BLUELIGHT &amp; SNOW</strong>
</div>`,
        "promotion_has_top_banner_GBP": `true`,
        "promotion_top_banner_GBP": `<div class="summer-bogo-topbar">
<strong>35% OFF SUNGLASSES, BLUELIGHT &amp; SNOW</strong>
</div>`,
        "promotion_has_top_banner_INT": `true`,
        "promotion_top_banner_INT": `<div class="summer-bogo-topbar">
<strong>35% OFF SUNGLASSES, BLUELIGHT &amp; SNOW</strong>
</div>`,
        "promotion_has_homepage_banner": `true`,
        "promotion_homepage_banner": `<div class="hero-section hero-year-end21 p-relative wd-100" style="display:block">
  <div class="hero-img-block ta-center">
    <picture>
      <source media="(min-width: 741px)" srcset="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442">
      <source media="(min-width: 200px)" srcset="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-mob.png?v=1639670465">
      <img class="responsive-image__image lazyload blur-up hero-img" src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442" data-src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442" alt="Year End">
    </source></source></picture>
  </div>

  <div class="hero-copy-block copy-year-end21 p-absolute">
    <div class="row hero-copy-row">
      <div class="hero-copy-inner">
        <div class="banner-info-block o-hidden">
          <span class="title-tag color-white tt-uppercase font-futura fw-500">Year End Sale</span>
          <img class="off-60-img" src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-off-35-desk.svg?v=1639670495" alt="Off 35">
          <span class="sub-title color-white tt-uppercase font-sharp-sans fw-700">SUNGLASSES &amp; BLUELIGHT</span>
        </div>

        <div class="banner-promo-code-block">
          <div class="btn-wrap pair-btn hide-mob">
            <a class="btn font-futura tt-uppercase" href="/collections/shade-shop">SHOP SUNGLASSES</a>
            <a class="btn font-futura tt-uppercase" href="/collections/blue-light">SHOP BLUELIGHT</a>
          </div>
          <div class="btn-wrap single-btn visible-mob">
            <a class="btn font-sharp-sans" href="/collections/shade-shop">SHOP SALE</a>
          </div>
          <div class="promocode ta-center">
            <p class="tt-uppercase font-sharp-sans color-white font-futura">USE CODE: <span class="fw-600">end</span></p>
          </div>
        </div>

        <div class="hero-notes font-sharp-sans">
          <p>*Excludes Prescription and Kids.</p>
        </div>

      </div>
    </div>
  </div>
</div>`,
        "promotion_has_homepage_banner_CAD": `true`,
        "promotion_homepage_banner_CAD": `<div class="hero-section hero-year-end21 p-relative wd-100" style="display:block">
  <div class="hero-img-block ta-center">
    <picture>
      <source media="(min-width: 741px)" srcset="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442">
      <source media="(min-width: 200px)" srcset="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-mob.png?v=1639670465">
      <img class="responsive-image__image lazyload blur-up hero-img" src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442" data-src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442" alt="Year End">
    </source></source></picture>
  </div>

  <div class="hero-copy-block copy-year-end21 p-absolute">
    <div class="row hero-copy-row">
      <div class="hero-copy-inner">
        <div class="banner-info-block o-hidden">
          <span class="title-tag color-white tt-uppercase font-futura fw-500">boxing day special</span>
          <img class="off-60-img" src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-off-35-desk.svg?v=1639670495" alt="Off 35">
          <span class="sub-title color-white tt-uppercase font-sharp-sans fw-700">SUNGLASSES &amp; BLUELIGHT</span>
        </div>

        <div class="banner-promo-code-block">
          <div class="btn-wrap pair-btn hide-mob">
            <a class="btn font-futura tt-uppercase" href="/collections/shade-shop">SHOP SUNGLASSES</a>
            <a class="btn font-futura tt-uppercase" href="/collections/blue-light">SHOP BLUELIGHT</a>
          </div>
          <div class="btn-wrap single-btn visible-mob">
            <a class="btn font-sharp-sans" href="/collections/shade-shop">SHOP SALE</a>
          </div>
          <div class="promocode ta-center">
            <p class="tt-uppercase font-sharp-sans color-white font-futura">USE CODE: <span class="fw-600">end</span></p>
          </div>
        </div>

        <div class="hero-notes font-sharp-sans">
          <p>*Excludes Kids.</p>
        </div>

      </div>
    </div>
  </div>
</div>`,
        "promotion_has_homepage_banner_AUD": `true`,
        "promotion_homepage_banner_AUD": `<div class="hero-section hero-year-end21 p-relative wd-100" style="display:block">
  <div class="hero-img-block ta-center">
    <picture>
      <source media="(min-width: 741px)" srcset="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442">
      <source media="(min-width: 200px)" srcset="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-mob.png?v=1639670465">
      <img class="responsive-image__image lazyload blur-up hero-img" src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442" data-src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442" alt="Year End">
    </source></source></picture>
  </div>

  <div class="hero-copy-block copy-year-end21 p-absolute">
    <div class="row hero-copy-row">
      <div class="hero-copy-inner">
        <div class="banner-info-block o-hidden">
          <span class="title-tag color-white tt-uppercase font-futura fw-500">boxing day special</span>
          <img class="off-60-img" src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-off-35-desk.svg?v=1639670495" alt="Off 35">
          <span class="sub-title color-white tt-uppercase font-sharp-sans fw-700">SUNGLASSES &amp; BLUELIGHT</span>
        </div>

        <div class="banner-promo-code-block">
          <div class="btn-wrap pair-btn hide-mob">
            <a class="btn font-futura tt-uppercase" href="/collections/shade-shop">SHOP SUNGLASSES</a>
            <a class="btn font-futura tt-uppercase" href="/collections/blue-light">SHOP BLUELIGHT</a>
          </div>
          <div class="btn-wrap single-btn visible-mob">
            <a class="btn font-sharp-sans" href="/collections/shade-shop">SHOP SALE</a>
          </div>
          <div class="promocode ta-center">
            <p class="tt-uppercase font-sharp-sans color-white font-futura">USE CODE: <span class="fw-600">end</span></p>
          </div>
        </div>

        <div class="hero-notes font-sharp-sans">
          <p>*Excludes Kids.</p>
        </div>

      </div>
    </div>
  </div>
</div>`,
        "promotion_has_homepage_banner_GBP": `true`,
        "promotion_homepage_banner_GBP": `<div class="hero-section hero-year-end21 p-relative wd-100" style="display:block">
  <div class="hero-img-block ta-center">
    <picture>
      <source media="(min-width: 741px)" srcset="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442">
      <source media="(min-width: 200px)" srcset="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-mob.png?v=1639670465">
      <img class="responsive-image__image lazyload blur-up hero-img" src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442" data-src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442" alt="Year End">
    </source></source></picture>
  </div>

  <div class="hero-copy-block copy-year-end21 p-absolute">
    <div class="row hero-copy-row">
      <div class="hero-copy-inner">
        <div class="banner-info-block o-hidden">
          <span class="title-tag color-white tt-uppercase font-futura fw-500">boxing day special</span>
          <img class="off-60-img" src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-off-35-desk.svg?v=1639670495" alt="Off 35">
          <span class="sub-title color-white tt-uppercase font-sharp-sans fw-700">SUNGLASSES &amp; BLUELIGHT</span>
        </div>

        <div class="banner-promo-code-block">
          <div class="btn-wrap pair-btn hide-mob">
            <a class="btn font-futura tt-uppercase" href="/collections/shade-shop">SHOP SUNGLASSES</a>
            <a class="btn font-futura tt-uppercase" href="/collections/blue-light">SHOP BLUELIGHT</a>
          </div>
          <div class="btn-wrap single-btn visible-mob">
            <a class="btn font-sharp-sans" href="/collections/shade-shop">SHOP SALE</a>
          </div>
          <div class="promocode ta-center">
            <p class="tt-uppercase font-sharp-sans color-white font-futura">USE CODE: <span class="fw-600">end</span></p>
          </div>
        </div>

        <div class="hero-notes font-sharp-sans">
          <p>*Excludes Kids.</p>
        </div>

      </div>
    </div>
  </div>
</div>`,
        "promotion_has_homepage_banner_INT": `true`,
        "promotion_homepage_banner_INT": `<div class="hero-section hero-year-end21 p-relative wd-100" style="display:block">
  <div class="hero-img-block ta-center">
    <picture>
      <source media="(min-width: 741px)" srcset="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442">
      <source media="(min-width: 200px)" srcset="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-mob.png?v=1639670465">
      <img class="responsive-image__image lazyload blur-up hero-img" src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442" data-src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-banner-desk.png?v=1639670442" alt="Year End">
    </source></source></picture>
  </div>

  <div class="hero-copy-block copy-year-end21 p-absolute">
    <div class="row hero-copy-row">
      <div class="hero-copy-inner">
        <div class="banner-info-block o-hidden">
          <span class="title-tag color-white tt-uppercase font-futura fw-500">boxing day special</span>
          <img class="off-60-img" src="https://cdn.shopify.com/s/files/1/0350/5401/files/year-end-off-35-desk.svg?v=1639670495" alt="Off 35">
          <span class="sub-title color-white tt-uppercase font-sharp-sans fw-700">SUNGLASSES &amp; BLUELIGHT</span>
        </div>

        <div class="banner-promo-code-block">
          <div class="btn-wrap pair-btn hide-mob">
            <a class="btn font-futura tt-uppercase" href="/collections/shade-shop">SHOP SUNGLASSES</a>
            <a class="btn font-futura tt-uppercase" href="/collections/blue-light">SHOP BLUELIGHT</a>
          </div>
          <div class="btn-wrap single-btn visible-mob">
            <a class="btn font-sharp-sans" href="/collections/shade-shop">SHOP SALE</a>
          </div>
          <div class="promocode ta-center">
            <p class="tt-uppercase font-sharp-sans color-white font-futura">USE CODE: <span class="fw-600">end</span></p>
          </div>
        </div>

        <div class="hero-notes font-sharp-sans">
          <p>*Excludes Kids.</p>
        </div>

      </div>
    </div>
  </div>
</div>`,
        "promotion_has_product_upsell_1": `false`,
        "promotion_quantity_for_product_upsell_1": `1`,
        "promotion_product_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2": `false`,
        "promotion_quantity_for_product_upsell_2": `2`,
        "promotion_product_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3": `false`,
        "promotion_quantity_for_product_upsell_3": `3`,
        "promotion_product_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_CAD": `false`,
        "promotion_quantity_for_product_upsell_1_CAD": `1`,
        "promotion_product_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_CAD": `false`,
        "promotion_quantity_for_product_upsell_2_CAD": `2`,
        "promotion_product_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_3_CAD": `false`,
        "promotion_quantity_for_product_upsell_3_CAD": `3`,
        "promotion_product_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_AUD": `false`,
        "promotion_quantity_for_product_upsell_1_AUD": `1`,
        "promotion_product_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_AUD": `false`,
        "promotion_quantity_for_product_upsell_2_AUD": `2`,
        "promotion_product_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_AUD": `false`,
        "promotion_quantity_for_product_upsell_3_AUD": `3`,
        "promotion_product_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_GBP": `false`,
        "promotion_quantity_for_product_upsell_1_GBP": `1`,
        "promotion_product_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_GBP": `false`,
        "promotion_quantity_for_product_upsell_2_GBP": `2`,
        "promotion_product_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_GBP": `false`,
        "promotion_quantity_for_product_upsell_3_GBP": `3`,
        "promotion_product_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_INT": `false`,
        "promotion_quantity_for_product_upsell_1_INT": `1`,
        "promotion_product_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_INT": `false`,
        "promotion_quantity_for_product_upsell_2_INT": `2`,
        "promotion_product_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_INT": `false`,
        "promotion_quantity_for_product_upsell_3_INT": `3`,
        "promotion_product_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_cart_code_instruction": `false`,
        "promotion_quantity_for_cart_instruction": `2`,
        "promotion_cart_code_instruction_html": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two": `false`,
        "promotion_has_cart_code_instruction_CAD": `false`,
        "promotion_quantity_for_cart_instruction_CAD": `2`,
        "promotion_cart_code_instruction_html_CAD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_CAD": `false`,
        "promotion_has_cart_code_instruction_AUD": `false`,
        "promotion_quantity_for_cart_instruction_AUD": `2`,
        "promotion_cart_code_instruction_html_AUD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_AUD": `false`,
        "promotion_has_cart_code_instruction_GBP": `false`,
        "promotion_quantity_for_cart_instruction_GBP": `2`,
        "promotion_cart_code_instruction_html_GBP": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_GBP": `false`,
        "promotion_has_cart_code_instruction_INT": `false`,
        "promotion_quantity_for_cart_instruction_INT": `2`,
        "promotion_cart_code_instruction_html_INT": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_INT": `false`,
        "promotion_has_cart_upsell_1": `false`,
        "promotion_quantity_for_cart_upsell_1": `1`,
        "promotion_cart_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2": `false`,
        "promotion_quantity_for_cart_upsell_2": `2`,
        "promotion_cart_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3": `false`,
        "promotion_quantity_for_cart_upsell_3": `3`,
        "promotion_cart_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_CAD": `false`,
        "promotion_quantity_for_cart_upsell_1_CAD": `1`,
        "promotion_cart_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_CAD": `false`,
        "promotion_quantity_for_cart_upsell_2_CAD": `2`,
        "promotion_cart_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_CAD": `false`,
        "promotion_quantity_for_cart_upsell_3_CAD": `3`,
        "promotion_cart_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_AUD": `false`,
        "promotion_quantity_for_cart_upsell_1_AUD": `1`,
        "promotion_cart_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_AUD": `false`,
        "promotion_quantity_for_cart_upsell_2_AUD": `2`,
        "promotion_cart_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_AUD": `false`,
        "promotion_quantity_for_cart_upsell_3_AUD": `3`,
        "promotion_cart_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_GBP": `false`,
        "promotion_quantity_for_cart_upsell_1_GBP": `1`,
        "promotion_cart_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_GBP": `false`,
        "promotion_quantity_for_cart_upsell_2_GBP": `2`,
        "promotion_cart_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_GBP": `false`,
        "promotion_quantity_for_cart_upsell_3_GBP": `3`,
        "promotion_cart_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_INT": `false`,
        "promotion_quantity_for_cart_upsell_1_INT": `1`,
        "promotion_cart_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_INT": `false`,
        "promotion_quantity_for_cart_upsell_2_INT": `2`,
        "promotion_cart_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_INT": `false`,
        "promotion_quantity_for_cart_upsell_3_INT": `3`,
        "promotion_cart_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_gift_item": `false`,
        "promotion_gift_item_id": ``,
        "promotion_min_quantity_for_gift_item": `3`,
        "promotion_has_gift_item_CAD": `false`,
        "promotion_gift_item_id_CAD": ``,
        "promotion_min_quantity_for_gift_item_CAD": `3`,
        "promotion_has_gift_item_AUD": `false`,
        "promotion_gift_item_id_AUD": ``,
        "promotion_min_quantity_for_gift_item_AUD": `3`,
        "promotion_has_gift_item_GBP": `false`,
        "promotion_gift_item_id_GBP": ``,
        "promotion_min_quantity_for_gift_item_GBP": `3`,
        "promotion_has_gift_item_INT": `false`,
        "promotion_gift_item_id_INT": ``,
        "promotion_min_quantity_for_gift_item_INT": `3`,
		},
"winter-flash-sale": {
        "promotion_title": `Winter Flash Sale`,
        "promotion_primary_id": `winter-flash-sale`,
        "promotion_is_active": `true`,
        "promotion_body_class": `winter-flash-sale`,
        "promotion_is_country_specific": `false`,
        "promotion_is_different_for_INT": `false`,
        "promotion_discount": `30%`,
        "promotion_discount_CAD": `50%`,
        "promotion_discount_AUD": `50%`,
        "promotion_discount_GBP": `50%`,
        "promotion_discount_INT": `50%`,
        "promotion_discount_code": `WINTER30`,
        "promotion_discount_code_CAD": `bogo`,
        "promotion_discount_code_AUD": `bogo`,
        "promotion_discount_code_GBP": `bogo`,
        "promotion_discount_code_INT": `bogo`,
        "promotion_has_secondary_discount_code": `true`,
        "promotion_quantity_for_secondary_discount_code": `2`,
        "promotion_secondary_discount_code": `mdw25`,
        "promotion_enable_markdown": `true`,
        "promotion_enable_markdown_CAD": `true`,
        "promotion_enable_markdown_AUD": `true`,
        "promotion_enable_markdown_GBP": `true`,
        "promotion_enable_markdown_INT": `true`,
        "promotion_collection_handles": `shade-shop`,
        "promotion_collection_handles_CAD": `shade-shop,blue-light`,
        "promotion_collection_handles_AUD": `shade-shop,blue-light`,
        "promotion_collection_handles_GBP": `shade-shop,blue-light`,
        "promotion_collection_handles_INT": `shade-shop,blue-light`,
        "promotion_collection_handles_to_exclude": ``,
        "promotion_collection_handles_to_exclude_CAD": ``,
        "promotion_collection_handles_to_exclude_AUD": ``,
        "promotion_collection_handles_to_exclude_GBP": ``,
        "promotion_collection_handles_to_exclude_INT": ``,
        "promotion_has_top_banner": `true`,
        "promotion_top_banner": `<div class="summer-bogo-topbar">WINTER FLASH SALE - <strong>30% OFF</strong> ALL SUNGLASSES</div>`,
        "promotion_has_top_banner_CAD": `true`,
        "promotion_top_banner_CAD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_AUD": `true`,
        "promotion_top_banner_AUD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_GBP": `true`,
        "promotion_top_banner_GBP": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_INT": `true`,
        "promotion_top_banner_INT": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_homepage_banner": `false`,
        "promotion_homepage_banner": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_CAD": `true`,
        "promotion_homepage_banner_CAD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_AUD": `true`,
        "promotion_homepage_banner_AUD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_GBP": `true`,
        "promotion_homepage_banner_GBP": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_INT": `true`,
        "promotion_homepage_banner_INT": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_product_upsell_1": `false`,
        "promotion_quantity_for_product_upsell_1": `1`,
        "promotion_product_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2": `false`,
        "promotion_quantity_for_product_upsell_2": `2`,
        "promotion_product_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3": `false`,
        "promotion_quantity_for_product_upsell_3": `3`,
        "promotion_product_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_CAD": `true`,
        "promotion_quantity_for_product_upsell_1_CAD": `1`,
        "promotion_product_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_CAD": `false`,
        "promotion_quantity_for_product_upsell_2_CAD": `2`,
        "promotion_product_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_3_CAD": `false`,
        "promotion_quantity_for_product_upsell_3_CAD": `3`,
        "promotion_product_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_AUD": `true`,
        "promotion_quantity_for_product_upsell_1_AUD": `1`,
        "promotion_product_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_AUD": `false`,
        "promotion_quantity_for_product_upsell_2_AUD": `2`,
        "promotion_product_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_AUD": `false`,
        "promotion_quantity_for_product_upsell_3_AUD": `3`,
        "promotion_product_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_GBP": `true`,
        "promotion_quantity_for_product_upsell_1_GBP": `1`,
        "promotion_product_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_GBP": `false`,
        "promotion_quantity_for_product_upsell_2_GBP": `2`,
        "promotion_product_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_GBP": `false`,
        "promotion_quantity_for_product_upsell_3_GBP": `3`,
        "promotion_product_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_INT": `true`,
        "promotion_quantity_for_product_upsell_1_INT": `1`,
        "promotion_product_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_INT": `false`,
        "promotion_quantity_for_product_upsell_2_INT": `2`,
        "promotion_product_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_INT": `false`,
        "promotion_quantity_for_product_upsell_3_INT": `3`,
        "promotion_product_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_cart_code_instruction": `true`,
        "promotion_quantity_for_cart_instruction": `1`,
        "promotion_cart_code_instruction_html": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>WINTER FLASH SALE</strong></h3>
<p>Use Code: <strong>WINTER30</strong> during checkout to get 30% OFF on Sunglaes.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two": `false`,
        "promotion_has_cart_code_instruction_CAD": `true`,
        "promotion_quantity_for_cart_instruction_CAD": `2`,
        "promotion_cart_code_instruction_html_CAD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_CAD": `false`,
        "promotion_has_cart_code_instruction_AUD": `true`,
        "promotion_quantity_for_cart_instruction_AUD": `2`,
        "promotion_cart_code_instruction_html_AUD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_AUD": `false`,
        "promotion_has_cart_code_instruction_GBP": `true`,
        "promotion_quantity_for_cart_instruction_GBP": `2`,
        "promotion_cart_code_instruction_html_GBP": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_GBP": `false`,
        "promotion_has_cart_code_instruction_INT": `true`,
        "promotion_quantity_for_cart_instruction_INT": `2`,
        "promotion_cart_code_instruction_html_INT": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_INT": `false`,
        "promotion_has_cart_upsell_1": `false`,
        "promotion_quantity_for_cart_upsell_1": `1`,
        "promotion_cart_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2": `false`,
        "promotion_quantity_for_cart_upsell_2": `2`,
        "promotion_cart_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3": `false`,
        "promotion_quantity_for_cart_upsell_3": `3`,
        "promotion_cart_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_CAD": `true`,
        "promotion_quantity_for_cart_upsell_1_CAD": `1`,
        "promotion_cart_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_CAD": `false`,
        "promotion_quantity_for_cart_upsell_2_CAD": `2`,
        "promotion_cart_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_CAD": `false`,
        "promotion_quantity_for_cart_upsell_3_CAD": `3`,
        "promotion_cart_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_AUD": `true`,
        "promotion_quantity_for_cart_upsell_1_AUD": `1`,
        "promotion_cart_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_AUD": `false`,
        "promotion_quantity_for_cart_upsell_2_AUD": `2`,
        "promotion_cart_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_AUD": `false`,
        "promotion_quantity_for_cart_upsell_3_AUD": `3`,
        "promotion_cart_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_GBP": `true`,
        "promotion_quantity_for_cart_upsell_1_GBP": `1`,
        "promotion_cart_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_GBP": `false`,
        "promotion_quantity_for_cart_upsell_2_GBP": `2`,
        "promotion_cart_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_GBP": `false`,
        "promotion_quantity_for_cart_upsell_3_GBP": `3`,
        "promotion_cart_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_INT": `true`,
        "promotion_quantity_for_cart_upsell_1_INT": `1`,
        "promotion_cart_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_INT": `false`,
        "promotion_quantity_for_cart_upsell_2_INT": `2`,
        "promotion_cart_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_INT": `false`,
        "promotion_quantity_for_cart_upsell_3_INT": `3`,
        "promotion_cart_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_gift_item": `false`,
        "promotion_gift_item_id": ``,
        "promotion_min_quantity_for_gift_item": `3`,
        "promotion_has_gift_item_CAD": `false`,
        "promotion_gift_item_id_CAD": ``,
        "promotion_min_quantity_for_gift_item_CAD": `3`,
        "promotion_has_gift_item_AUD": `false`,
        "promotion_gift_item_id_AUD": ``,
        "promotion_min_quantity_for_gift_item_AUD": `3`,
        "promotion_has_gift_item_GBP": `false`,
        "promotion_gift_item_id_GBP": ``,
        "promotion_min_quantity_for_gift_item_GBP": `3`,
        "promotion_has_gift_item_INT": `false`,
        "promotion_gift_item_id_INT": ``,
        "promotion_min_quantity_for_gift_item_INT": `3`,
		},
"snow-goggle-promo": {
        "promotion_title": `SNOW Google Promotion`,
        "promotion_primary_id": `snow-goggle-promo`,
        "promotion_is_active": `true`,
        "promotion_body_class": `snow-goggle-promo`,
        "promotion_is_country_specific": `false`,
        "promotion_is_different_for_INT": `false`,
        "promotion_discount": `30%`,
        "promotion_discount_CAD": `50%`,
        "promotion_discount_AUD": `50%`,
        "promotion_discount_GBP": `50%`,
        "promotion_discount_INT": `50%`,
        "promotion_discount_code": `SG30`,
        "promotion_discount_code_CAD": `bogo`,
        "promotion_discount_code_AUD": `bogo`,
        "promotion_discount_code_GBP": `bogo`,
        "promotion_discount_code_INT": `bogo`,
        "promotion_has_secondary_discount_code": `true`,
        "promotion_quantity_for_secondary_discount_code": `2`,
        "promotion_secondary_discount_code": `mdw25`,
        "promotion_enable_markdown": `true`,
        "promotion_enable_markdown_CAD": `true`,
        "promotion_enable_markdown_AUD": `true`,
        "promotion_enable_markdown_GBP": `true`,
        "promotion_enable_markdown_INT": `true`,
        "promotion_collection_handles": `snow-goggles,snow-goggle-lens,snow-goggle-straps,snow-goggle-face-shield,snow-goggles-collection,snow-goggle-mask`,
        "promotion_collection_handles_CAD": `shade-shop,blue-light`,
        "promotion_collection_handles_AUD": `shade-shop,blue-light`,
        "promotion_collection_handles_GBP": `shade-shop,blue-light`,
        "promotion_collection_handles_INT": `shade-shop,blue-light`,
        "promotion_collection_handles_to_exclude": ``,
        "promotion_collection_handles_to_exclude_CAD": ``,
        "promotion_collection_handles_to_exclude_AUD": ``,
        "promotion_collection_handles_to_exclude_GBP": ``,
        "promotion_collection_handles_to_exclude_INT": ``,
        "promotion_has_top_banner": `true`,
        "promotion_top_banner": `<div class="summer-bogo-topbar">WEEKEND EXCLUSIVE •<strong>30% OFF</strong> SNOW COLLECTION <span class="sr-desktop">·</span> <br class="sr-mobile"> USE CODE: <strong>SG30</strong> <span class="sr-desktop">•</span> <a class="color-white" href="/products/custom-snow-goggles"><u>SHOP NOW</u></a>
</div>`,
        "promotion_has_top_banner_CAD": `true`,
        "promotion_top_banner_CAD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_AUD": `true`,
        "promotion_top_banner_AUD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_GBP": `true`,
        "promotion_top_banner_GBP": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_INT": `true`,
        "promotion_top_banner_INT": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_homepage_banner": `false`,
        "promotion_homepage_banner": `<div id="defaultHomeBanner" class="home-snow-goggles-banner" data-id="default-banner">
  <div class="desktop-hero">
    
    <img class="sr-desktop" src="%7B%7B%20'snow-goggle-home-banner-desk.jpg'%20%7C%20asset_url%20%7D%7D" alt="Snow Goggles for Shop Shady Rays">
	<!--img class="sr-mobile" src="{{ 'snow-goggle-home-banner-bg-mob.png' | asset_url }}" alt="Snow Goggles for Shop Shady Rays"-->
    
    <div class="weekend-textwrap sr-desktop sg-flex-content unique-block">
      <div class="weekend-text font-sharp-sans">
        <span class="week-tag">WEEKEND EXCLUSIVE</span>
        <h1>30% OFF<br>
          Snow Collection</h1>
        <div class="hero-cta">
          <a href="/products/custom-snow-goggles">SHOP SALE</a>
        </div>
        <div class="use-code-block">
          <span>USE CODE: <i class="fw-600">SG30</i></span>
        </div>
      </div>
    </div>

    <div class="weekend-textwrap sr-desktop sg-flex-content public-block">
      <div class="weekend-text font-sharp-sans">
        <span class="week-tag">LIMITED TIME</span>
        <h1>$40 OFF</h1>
        <p>Snow Goggles Sets</p>
        <span class="week-sub-title">When you add at least one lens,<br> one strap, and a face shield.</span>
        <div class="hero-cta">
          <a href="/products/custom-snow-goggles">SHOP SALE</a>
        </div>
        <div class="use-code-block">
          <span>USE CODE: <i class="fw-600">snow40</i></span>
        </div>
      </div>
    </div>

    <div class="sr-mobile snow-goggles-container-mobile">
      <video class="sr-mobile video-snow-banner" playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
        <source src="%7B%7B%20'sr-snow-goggle-mobile.mp4'%20%7C%20asset_url%20%7D%7D" type="video/mp4">
      </source></video>
    </div>
    
    <div class="snow-goggle-home-mobile-copy-block">
      
      <div class="weekend-textwrap sr-mobile sg-flex-content unique-block">
        <div class="weekend-text font-sharp-sans">
          <span class="week-tag">WEEKEND EXCLUSIVE</span>
          <h1>30% OFF<br>
            Snow Collection</h1>
          <div class="hero-cta">
            <a href="/products/custom-snow-goggles">SHOP SALE</a>
          </div>
          <div class="use-code-block">
            <span>USE CODE: <i class="fw-600">SG30</i></span>
          </div>
        </div>
      </div>

      <div class="weekend-textwrap sr-mobile sg-flex-content public-block">
        <div class="weekend-text font-sharp-sans">
          <span class="week-tag">LIMITED TIME</span>
          <h1>$40 OFF</h1>
          <p>Snow Goggles Sets</p>
          <span class="week-sub-title">Set must include one lens,<br> strap and face shield</span>
          <div class="hero-cta">
            <a href="/products/custom-snow-goggles">SHOP SALE</a>
          </div>
          <div class="use-code-block">
            <span>USE CODE: <i class="fw-600">SNOW40</i></span>
          </div>
        </div>
      </div>
      
    </div>
      
  </div>
</div>`,
        "promotion_has_homepage_banner_CAD": `true`,
        "promotion_homepage_banner_CAD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_AUD": `true`,
        "promotion_homepage_banner_AUD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_GBP": `true`,
        "promotion_homepage_banner_GBP": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_INT": `true`,
        "promotion_homepage_banner_INT": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_product_upsell_1": `false`,
        "promotion_quantity_for_product_upsell_1": `1`,
        "promotion_product_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2": `false`,
        "promotion_quantity_for_product_upsell_2": `2`,
        "promotion_product_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3": `false`,
        "promotion_quantity_for_product_upsell_3": `3`,
        "promotion_product_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_CAD": `true`,
        "promotion_quantity_for_product_upsell_1_CAD": `1`,
        "promotion_product_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_CAD": `false`,
        "promotion_quantity_for_product_upsell_2_CAD": `2`,
        "promotion_product_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_3_CAD": `false`,
        "promotion_quantity_for_product_upsell_3_CAD": `3`,
        "promotion_product_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_AUD": `true`,
        "promotion_quantity_for_product_upsell_1_AUD": `1`,
        "promotion_product_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_AUD": `false`,
        "promotion_quantity_for_product_upsell_2_AUD": `2`,
        "promotion_product_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_AUD": `false`,
        "promotion_quantity_for_product_upsell_3_AUD": `3`,
        "promotion_product_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_GBP": `true`,
        "promotion_quantity_for_product_upsell_1_GBP": `1`,
        "promotion_product_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_GBP": `false`,
        "promotion_quantity_for_product_upsell_2_GBP": `2`,
        "promotion_product_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_GBP": `false`,
        "promotion_quantity_for_product_upsell_3_GBP": `3`,
        "promotion_product_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_INT": `true`,
        "promotion_quantity_for_product_upsell_1_INT": `1`,
        "promotion_product_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_INT": `false`,
        "promotion_quantity_for_product_upsell_2_INT": `2`,
        "promotion_product_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_INT": `false`,
        "promotion_quantity_for_product_upsell_3_INT": `3`,
        "promotion_product_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_cart_code_instruction": `false`,
        "promotion_quantity_for_cart_instruction": `1`,
        "promotion_cart_code_instruction_html": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two": `false`,
        "promotion_has_cart_code_instruction_CAD": `true`,
        "promotion_quantity_for_cart_instruction_CAD": `2`,
        "promotion_cart_code_instruction_html_CAD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_CAD": `false`,
        "promotion_has_cart_code_instruction_AUD": `true`,
        "promotion_quantity_for_cart_instruction_AUD": `2`,
        "promotion_cart_code_instruction_html_AUD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_AUD": `false`,
        "promotion_has_cart_code_instruction_GBP": `true`,
        "promotion_quantity_for_cart_instruction_GBP": `2`,
        "promotion_cart_code_instruction_html_GBP": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_GBP": `false`,
        "promotion_has_cart_code_instruction_INT": `true`,
        "promotion_quantity_for_cart_instruction_INT": `2`,
        "promotion_cart_code_instruction_html_INT": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_INT": `false`,
        "promotion_has_cart_upsell_1": `false`,
        "promotion_quantity_for_cart_upsell_1": `1`,
        "promotion_cart_upsell_banner_1": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2": `false`,
        "promotion_quantity_for_cart_upsell_2": `2`,
        "promotion_cart_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3": `false`,
        "promotion_quantity_for_cart_upsell_3": `3`,
        "promotion_cart_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_CAD": `true`,
        "promotion_quantity_for_cart_upsell_1_CAD": `1`,
        "promotion_cart_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_CAD": `false`,
        "promotion_quantity_for_cart_upsell_2_CAD": `2`,
        "promotion_cart_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_CAD": `false`,
        "promotion_quantity_for_cart_upsell_3_CAD": `3`,
        "promotion_cart_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_AUD": `true`,
        "promotion_quantity_for_cart_upsell_1_AUD": `1`,
        "promotion_cart_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_AUD": `false`,
        "promotion_quantity_for_cart_upsell_2_AUD": `2`,
        "promotion_cart_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_AUD": `false`,
        "promotion_quantity_for_cart_upsell_3_AUD": `3`,
        "promotion_cart_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_GBP": `true`,
        "promotion_quantity_for_cart_upsell_1_GBP": `1`,
        "promotion_cart_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_GBP": `false`,
        "promotion_quantity_for_cart_upsell_2_GBP": `2`,
        "promotion_cart_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_GBP": `false`,
        "promotion_quantity_for_cart_upsell_3_GBP": `3`,
        "promotion_cart_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_INT": `true`,
        "promotion_quantity_for_cart_upsell_1_INT": `1`,
        "promotion_cart_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_INT": `false`,
        "promotion_quantity_for_cart_upsell_2_INT": `2`,
        "promotion_cart_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_INT": `false`,
        "promotion_quantity_for_cart_upsell_3_INT": `3`,
        "promotion_cart_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_gift_item": `false`,
        "promotion_gift_item_id": ``,
        "promotion_min_quantity_for_gift_item": `3`,
        "promotion_has_gift_item_CAD": `false`,
        "promotion_gift_item_id_CAD": ``,
        "promotion_min_quantity_for_gift_item_CAD": `3`,
        "promotion_has_gift_item_AUD": `false`,
        "promotion_gift_item_id_AUD": ``,
        "promotion_min_quantity_for_gift_item_AUD": `3`,
        "promotion_has_gift_item_GBP": `false`,
        "promotion_gift_item_id_GBP": ``,
        "promotion_min_quantity_for_gift_item_GBP": `3`,
        "promotion_has_gift_item_INT": `false`,
        "promotion_gift_item_id_INT": ``,
        "promotion_min_quantity_for_gift_item_INT": `3`,
		},
"mdw": {
        "promotion_title": `Memorial Day Promotion`,
        "promotion_primary_id": `mdw`,
        "promotion_is_active": `false`,
        "promotion_body_class": `promotion-mdw`,
        "promotion_is_country_specific": `false`,
        "promotion_is_different_for_INT": `false`,
        "promotion_discount": `$25`,
        "promotion_discount_CAD": `50%`,
        "promotion_discount_AUD": `50%`,
        "promotion_discount_GBP": `50%`,
        "promotion_discount_INT": `50%`,
        "promotion_discount_code": `mdw`,
        "promotion_discount_code_CAD": `bogo`,
        "promotion_discount_code_AUD": `bogo`,
        "promotion_discount_code_GBP": `bogo`,
        "promotion_discount_code_INT": `bogo`,
        "promotion_has_secondary_discount_code": `true`,
        "promotion_quantity_for_secondary_discount_code": `2`,
        "promotion_secondary_discount_code": `mdw25`,
        "promotion_enable_markdown": `false`,
        "promotion_enable_markdown_CAD": `false`,
        "promotion_enable_markdown_AUD": `false`,
        "promotion_enable_markdown_GBP": `false`,
        "promotion_enable_markdown_INT": `false`,
        "promotion_collection_handles": `shade-shop,blue-light,uv-protection-shirts,shady-rays-rx,snow-goggle-mask,readers,eyeglasses`,
        "promotion_collection_handles_CAD": `shade-shop,blue-light`,
        "promotion_collection_handles_AUD": `shade-shop,blue-light`,
        "promotion_collection_handles_GBP": `shade-shop,blue-light`,
        "promotion_collection_handles_INT": `shade-shop,blue-light`,
        "promotion_collection_handles_to_exclude": `kids`,
        "promotion_collection_handles_to_exclude_CAD": ``,
        "promotion_collection_handles_to_exclude_AUD": ``,
        "promotion_collection_handles_to_exclude_GBP": ``,
        "promotion_collection_handles_to_exclude_INT": ``,
        "promotion_has_top_banner": `true`,
        "promotion_top_banner": `<div class="summer-bogo-topbar"><strong>﻿﻿$20 OFF FIRST PAIR • $25 OFF EACH PAIR WITH PURCHASE OF 2+ • USE CODE: <strong>MDW</strong>﻿﻿</strong></div>`,
        "promotion_has_top_banner_CAD": `false`,
        "promotion_top_banner_CAD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_AUD": `false`,
        "promotion_top_banner_AUD": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_GBP": `false`,
        "promotion_top_banner_GBP": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_top_banner_INT": `false`,
        "promotion_top_banner_INT": `<div class="summer-bogo-topbar">
<strong>50% OFF</strong> 2+ pairs · use code: <strong>BOGO</strong>
</div>`,
        "promotion_has_homepage_banner": `true`,
        "promotion_homepage_banner": `<section class="sr-promotional-banner">
  <div class="sr-max-width home-hero-inner">
    <div class="home-hero-img">
      <picture>
        <source media="(min-width:740px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/memorial-day/hero-memorial-day-25-desk.png">
        <source media="(min-width:200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/memorial-day/hero-memorial-day-25-mob.png">
        <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/memorial-day/hero-memorial-day-25-desk.png" alt="Home Hero Banner">
      </source></source></picture>
    </div>
  </div>
  
  <div class="overly d-flex">
    <div class="sr-container d-flex justify-content-end align-items-center">
      
      <div class="memorial-content text-center">
        
        <div class="fs-26 fw-600 txt-memorial color-white">MEMORIAL DAY SALE</div>
        <div class="off-20 fs-48 fw-700 color-white">$2O OFF FIRST PAIR</div>
        
        <div class="txt-buy2">BUY 2+ AND GET</div>
        
        <div class="txt-off25">$25 OFF</div>
        <div class="txt-every-pair">EVERY PAIR<sub>*</sub>
</div>
        
        <div class="btn-block btn-memorial-wrapper">
          <a class="ibtn round fw-600 color-black bg-white border-white" href="/collections/men-all-styles">
            <span>Shop Men</span>
          </a>
          <a class="ibtn round fw-600 color-black bg-white border-white" href="/collections/women-all-styles">
            <span>Shop Women</span>
          </a>
        </div>
        
        <div class="font-futura txt-cta-code">USE CODE: <span class="fw-700 color-white">MDW</span>
</div>
        
        <div class="txt-excludes">*EXCLUDES KIDs &amp; accessories</div>
      </div>
      
    </div>
  </div>
</section>`,
        "promotion_has_homepage_banner_CAD": `false`,
        "promotion_homepage_banner_CAD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_AUD": `false`,
        "promotion_homepage_banner_AUD": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_GBP": `false`,
        "promotion_homepage_banner_GBP": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_homepage_banner_INT": `false`,
        "promotion_homepage_banner_INT": `<div class="promotion-day-hero">
<div class="promotion-day-banner"> <picture> <source media="(min-width: 741px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png"> <source media="(min-width: 200px)" srcset="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-mob.png"> <img src="https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/summer-heat1-desk.png" alt="SR"> </source></source></picture>
</div>
<div class="promotion-day-copy-section">
<div class="promotion-day-copy summer-heat-copy">
<div class="summer-flash-best-sr"> <span class="summer-heat-sale">Summer HEAT Flash Sale</span> <span class="summer-best-time">The Best Time to Try <span> Shady Rays</span></span>
</div>
<div class="promotion-inner-copy"> <span class="offer-vlaue">50% OFF</span> <span class="offer-area">2+ PAIRS</span> <span class="including-blue">ALL SHADES + BLUE LIGHT</span>
</div>
</div>
<div class="promotio-sale-info-block">
<div class="btn-wrap"> <a class="btn sr-summer-best-btn" href="/collections/shade-shop">SHOP SHADES</a> <a class="btn sr-summer-best-btn" href="/collections/blue-light">SHOP BLUE LIGHT</a> <a class="btn sr-summer-best-sale" href="/collections/shade-shop">SHOP SALE</a>
</div>
<p class="promo-code-texts">USE CODE: <strong>BOGO</strong></p>
<p class="limited-time-offer">EXCLUDES RX</p>
</div>
</div>
</div>`,
        "promotion_has_product_upsell_1": `true`,
        "promotion_quantity_for_product_upsell_1": `1`,
        "promotion_product_upsell_banner_1": `https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/memorial-day/memorial-pdp-desk.png`,
        "promotion_product_upsell_banner_mobile_1": `https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/memorial-day/memorial-pdp-mob.png`,
        "promotion_has_product_upsell_2": `false`,
        "promotion_quantity_for_product_upsell_2": `2`,
        "promotion_product_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3": `false`,
        "promotion_quantity_for_product_upsell_3": `3`,
        "promotion_product_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link": `/collections/men-all-styles`,
        "promotion_has_product_upsell_1_CAD": `false`,
        "promotion_quantity_for_product_upsell_1_CAD": `1`,
        "promotion_product_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_CAD": `false`,
        "promotion_quantity_for_product_upsell_2_CAD": `2`,
        "promotion_product_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_3_CAD": `false`,
        "promotion_quantity_for_product_upsell_3_CAD": `3`,
        "promotion_product_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_product_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_AUD": `false`,
        "promotion_quantity_for_product_upsell_1_AUD": `1`,
        "promotion_product_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_AUD": `false`,
        "promotion_quantity_for_product_upsell_2_AUD": `2`,
        "promotion_product_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_AUD": `false`,
        "promotion_quantity_for_product_upsell_3_AUD": `3`,
        "promotion_product_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_GBP": `false`,
        "promotion_quantity_for_product_upsell_1_GBP": `1`,
        "promotion_product_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_GBP": `false`,
        "promotion_quantity_for_product_upsell_2_GBP": `2`,
        "promotion_product_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_GBP": `false`,
        "promotion_quantity_for_product_upsell_3_GBP": `3`,
        "promotion_product_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_product_upsell_1_INT": `false`,
        "promotion_quantity_for_product_upsell_1_INT": `1`,
        "promotion_product_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_product_upsell_2_INT": `false`,
        "promotion_quantity_for_product_upsell_2_INT": `2`,
        "promotion_product_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_product_upsell_3_INT": `false`,
        "promotion_quantity_for_product_upsell_3_INT": `3`,
        "promotion_product_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_product_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_cart_code_instruction": `true`,
        "promotion_quantity_for_cart_instruction": `1`,
        "promotion_cart_code_instruction_html": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/men-all-styles"><h3 id="memQualified"><strong>MEMORIAL DAY SALE</strong></h3>
<p>Use Code: <strong data-promotion-id="promotion_discount_code">MDW</strong> during checkout to get <span data-promotion-id="promotion_discount_offer">$20 OFF first pair</span>.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two": `false`,
        "promotion_has_cart_code_instruction_CAD": `false`,
        "promotion_quantity_for_cart_instruction_CAD": `2`,
        "promotion_cart_code_instruction_html_CAD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_CAD": `false`,
        "promotion_has_cart_code_instruction_AUD": `false`,
        "promotion_quantity_for_cart_instruction_AUD": `2`,
        "promotion_cart_code_instruction_html_AUD": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_AUD": `false`,
        "promotion_has_cart_code_instruction_GBP": `false`,
        "promotion_quantity_for_cart_instruction_GBP": `2`,
        "promotion_cart_code_instruction_html_GBP": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_GBP": `false`,
        "promotion_has_cart_code_instruction_INT": `false`,
        "promotion_quantity_for_cart_instruction_INT": `2`,
        "promotion_cart_code_instruction_html_INT": `<div id="discountContent" class="summer-bogo-product"><a href="/collections/shade-shop"><h3 id="memQualified"><strong>SUMMER HEAT FLASH SALE</strong></h3>
<p>Use Code: <strong>BOGO</strong> during checkout to get 50% OFF on both pairs.<br><small><em>Offer cannot be combined with other coupons</em></small></p></a></div>`,
        "promotion_keep_upsell_to_two_INT": `false`,
        "promotion_has_cart_upsell_1": `true`,
        "promotion_quantity_for_cart_upsell_1": `1`,
        "promotion_cart_upsell_banner_1": `https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/memorial-day/memorial-cart-desk.png`,
        "promotion_cart_upsell_banner_mobile_1": `https://shady-rays.s3.us-east-2.amazonaws.com/assets/promotional/memorial-day/memorial-cart-mob.png`,
        "promotion_has_cart_upsell_2": `false`,
        "promotion_quantity_for_cart_upsell_2": `2`,
        "promotion_cart_upsell_banner_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3": `false`,
        "promotion_quantity_for_cart_upsell_3": `3`,
        "promotion_cart_upsell_banner_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link": `/collections/men-all-styles`,
        "promotion_has_cart_upsell_1_CAD": `false`,
        "promotion_quantity_for_cart_upsell_1_CAD": `1`,
        "promotion_cart_upsell_banner_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_CAD": `false`,
        "promotion_quantity_for_cart_upsell_2_CAD": `2`,
        "promotion_cart_upsell_banner_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_CAD": `false`,
        "promotion_quantity_for_cart_upsell_3_CAD": `3`,
        "promotion_cart_upsell_banner_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_CAD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_CAD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_AUD": `false`,
        "promotion_quantity_for_cart_upsell_1_AUD": `1`,
        "promotion_cart_upsell_banner_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_AUD": `false`,
        "promotion_quantity_for_cart_upsell_2_AUD": `2`,
        "promotion_cart_upsell_banner_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_AUD": `false`,
        "promotion_quantity_for_cart_upsell_3_AUD": `3`,
        "promotion_cart_upsell_banner_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_AUD": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_AUD": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_GBP": `false`,
        "promotion_quantity_for_cart_upsell_1_GBP": `1`,
        "promotion_cart_upsell_banner_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_GBP": `false`,
        "promotion_quantity_for_cart_upsell_2_GBP": `2`,
        "promotion_cart_upsell_banner_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_GBP": `false`,
        "promotion_quantity_for_cart_upsell_3_GBP": `3`,
        "promotion_cart_upsell_banner_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_GBP": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_GBP": `/collections/shade-shop`,
        "promotion_has_cart_upsell_1_INT": `false`,
        "promotion_quantity_for_cart_upsell_1_INT": `1`,
        "promotion_cart_upsell_banner_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-1.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_1_INT": `https://cdn.shopify.com/s/files/1/0350/5401/t/278/assets/2pairs-product-desk.png?v=4075008766466022104`,
        "promotion_has_cart_upsell_2_INT": `false`,
        "promotion_quantity_for_cart_upsell_2_INT": `2`,
        "promotion_cart_upsell_banner_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_2_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_has_cart_upsell_3_INT": `false`,
        "promotion_quantity_for_cart_upsell_3_INT": `3`,
        "promotion_cart_upsell_banner_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-cart-desk-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_mobile_3_INT": `https://cdn.shopify.com/s/files/1/0350/5401/files/independence-product-upsell-2.png?v=1625854400`,
        "promotion_cart_upsell_banner_CTA_link_INT": `/collections/shade-shop`,
        "promotion_has_gift_item": `false`,
        "promotion_gift_item_id": ``,
        "promotion_min_quantity_for_gift_item": `3`,
        "promotion_has_gift_item_CAD": `false`,
        "promotion_gift_item_id_CAD": ``,
        "promotion_min_quantity_for_gift_item_CAD": `3`,
        "promotion_has_gift_item_AUD": `false`,
        "promotion_gift_item_id_AUD": ``,
        "promotion_min_quantity_for_gift_item_AUD": `3`,
        "promotion_has_gift_item_GBP": `false`,
        "promotion_gift_item_id_GBP": ``,
        "promotion_min_quantity_for_gift_item_GBP": `3`,
        "promotion_has_gift_item_INT": `false`,
        "promotion_gift_item_id_INT": ``,
        "promotion_min_quantity_for_gift_item_INT": `3`,
		}
};
    Object.entries(promotionsList).forEach(([prop, obj]) => {
        let promotion = obj;
        Object.entries(promotion).forEach(([key, value]) => {
            if (value === 'true') {
                promotion[key] = true;
            } else if (value === 'false') {
                promotion[key] = false;
            };
        })
        promotionsList[prop] = promotion
    })
    var currentPage = `404`;
</script>

</div>
	<div class="shifter-page">
		<div class="page-wrap">
			<div id="shopify-section-header" class="shopify-section"><header id="sr-nav" class="scrollheader fixed-header" role="banner">

  <div class="bannertop gridlock-fluid int-msg">
    <div class="row">
      <div class="desktop-12" id="banner-message">
        <style>
  .vipearlyaccess2020.index .bannertop {
    background: #040404 !important;
  }
  .vipearlyaccess2020 .bannertop {
  	background: #040404 !important; /*#FF3A3A !important;*/
  }

  .labor-day-top-banner {
    background: #3086df !important;
  }
  .promotion .regularTopBanner {
  	display: none !important;
  }
  .promotion .promotionTopBanner {
  	display: block !important;
  }
  .bannertop {
    background: #000!important;
    z-index: 100000;
    min-height:30px;
    text-transform: uppercase;
  }

  body.mystery-timber .bannertop {
    background: #D06B32!important;
    z-index: 100000;
  }

  .regularTopBanner .loggedin-item-only {
  	text-transform: uppercase;
  }

  /*---- VIP Special ----*/
  .loggedin.vip .tab-panel.loggedin-item-only:not(.active) {
      display: none !important;
  }

  .vip .bannertop,
  .loggedin .bannertop {
    /*background: #633b68 !important;*/
    background: #000000 !important;
    color: #FFC56F;
    
  }
  #banner-message .loggedin-item-only{
  	font-weight: 600 !important;
  }
  .vip-item-only,
  .loggedin-item-only,
  .vip:not(.loggedin) .regularTopBanner .usa-store-only,
  .vip:not(.loggedin) .regularTopBanner .int-store-only,
  .loggedin.vip .regularTopBanner .usa-store-only,
  .loggedin.vip .regularTopBanner .int-store-only {
    display: none !important;
  }
  .vgroup {
  	display: none;
  }
  .vip:not(.loggedin) .vip-item-only,
  .loggedin.vip .loggedin-item-only,
  .vip:not(.loggedin) .vgroup,
  .loggedin.vip .vgroup {
    display: block !important;
  }
  .vip:not(.loggedin) .regularTopBanner a,
  .loggedin.vip .regularTopBanner a {
    color: inherit;
    text-decoration: underline;
  }

  .userSpecial {
    display: block;
    position: relative;
  }
  .userSpecial::before,
  .userSpecial::after {
    display: table;
    clear: both;
    content: '';
  }
  .userSpecial button,
  .vgroup {
    position: absolute;
    font-size: 15px;
    font-family: 'futura-pt';
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 60px;
    height: 28px;
    padding: 0 0 0 0.05em;
    border-radius: 14px;
    right: -70px;
    top: 3px;
  }
  .loggedin.vip .userSpecial button::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -12px;
    width: 13px;
    height: 26px;
    background: url(//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/orange-crown.png?v=47853555017303056871662067944) 0 0 no-repeat;
    background-size: 13px auto;
    transform: rotate(15deg);
  }
  .userSpecial button {
    right: 0 !important;
    top: 0 !important;
  }
  .vip:not(.loggedin) .userSpecial button:not(.closeVIP-js),
  .loggedin.vip .userSpecial button:not(.closeVIP-js) {
    display: block !important;
  }

  .vip ul#main-nav {
    margin-left: 60px;
  }
  .loggedin.vip ul#main-nav {
    margin-left: 70px;
  }

  .program-benefits {
    position: absolute;
    top: 65px;
    right: -290px;
    background: #fff;
    width: 350px;
    padding: 23px 25px;
    border-radius: 10px;
    font-family: "futura-pt",sans-serif;
  }
  .program-benefits::before {
    position: absolute;
    content: '';
    left: 0;
    top: -38px;
    width: 100%;
    height: 38px;
  }
  .program-benefits::after {
    position: absolute;
    content: '';
    left: 29px;
    top: -26px;
    border-top: 16px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .program-benefits_title {
    font-size: 18px;
    line-height: 1em;
    font-weight: 500!important;
    letter-spacing: 0.025em;
    position: relative;
  }
  .program-benefits ul {
    margin: 20px 0;
    padding: 0 0 0 21px !important;
    font-size: 20px;
    line-height: 24px;
    color: #f9b015;
    list-style-position: outside;
  }
  .program-benefits ul li {
  	margin: 10px 0;
  }
  .program-benefits ul li span {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 200;
    position: relative;
    top: -.05em;
  }
  .program-benefits_control {
    overflow: hidden;
  }
  .program-benefits_control a {
    background: #000;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 20px !important;
    letter-spacing: 0.05em;
    padding: 10px 30px !important;
    height: auto !important;
    border-radius: 21px;
  }
  .userSpecial .closeVIP-js.sr-mobile {
    right: 0 !important;
    display: none !important;
    background: none;
    padding: 0;
    width: auto;
    height: auto;
    position: absolute;
    top: -1px !important;
    margin: 0;
  }
  button.closeVIP-js.sr-mobile::after {
    display: none;
  }
  button.closeVIP-js.sr-mobile img {
    padding: 0 !important;
    margin: 0;
    width: 14px;
  }

  #topBannerInt {
    text-transform: uppercase;
  }

  @media screen and (min-width: 741px) {
    .vip .vgroup:hover .program-benefits,
    .loggedin .vgroup:hover .program-benefits{
      opacity: 1 !important;
      pointer-events: auto !important;
    }
  }

  @media screen and (max-width: 980px) and (min-width: 741px) {
    .userSpecial button,
    .vgroup {
      font-size: 13px;
      width: 50px;
      height: 24px;
      border-radius: 12px;
      right: -55px;
    }

    .program-benefits {
      top: 55px;
      right: -245px;
      width: 300px;
      padding: 18px 20px;
      border-radius: 10px;
    }
    .program-benefits::before {
      top: -42px;
      height: 42px;
    }
    .program-benefits::after {
      left: 24px;
      top: -20px;
      border-top: 12px solid #fff;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
    }
    .program-benefits_title {
      font-size: 16px;
    }
    .program-benefits ul {
      margin: 8px 0 11px;
    }
    .program-benefits ul li span {
      font-size: 15px;
      top: -.15em;
    }
    .program-benefits_control a {
      padding: 9px 20px !important;
      border-radius: 19px;
    }
  }

  @media screen  and (max-width: 740px) {
    .userSpecial {
      display: flex;
      position: relative;
      justify-content: center;
      margin-left: 20px;
    }
    .userSpecial button,
    .vgroup {
      position: relative;
      right: auto;
      top: 3px;
      margin-left: 5px;
    }
    .program-benefits {
      position: absolute;
      top: 39px;
      right: auto;
      width: 101vw;
      padding: 23px 25px;
      border-radius: 0;
      left: calc(51% - 82px);
      transform: translateX(-51%);
      text-align: left;
      background: #f8f8f8;
    }
    .program-benefits_control a {
      float: left !important;
    }
    .program-benefits::before {
      display: none;
    }
    .vip .openVIP-js.open + .program-benefits,
    .loggedin .openVIP-js.open + .program-benefits{
      opacity: 1 !important;
      pointer-events: auto !important;
    }
    .userSpecial .closeVIP-js.sr-mobile {
      display: block !important;
    }
    .mobNav-active .vgroup {
    	pointer-events: none !important;
    }
    .loggedin-item-only {
    	line-height: 1.5em
    }
    .mobCoverheader.vip #navigation, .loggedin.mobCoverheader #navigation {
		/*padding-top: 55px!important;*/
    }
    .bannertop.gridlock-fluid.int-msg.sr-desktop {
      background: linear-gradient(180deg, rgba(234, 84, 0, 0.8) 0%, rgba(234, 140, 0, 0.8) 100%) !important;
    }
    .promotion-top-banner.bannertop.gridlock-fluid.int-msg {
    	display: block !important;
    }

    #banner-message .regularTopBanner {
      color: #000 !important
    }
    #banner-message .summer-bogo-topbar#topBannerInt {
      color: #fff !important;
      font-size: 12px !important;
      font-family: 'Sharp Sans Display No1' !important;
    }
    #banner-message .christmas-top-bar-text {
      font-size: 9px !important;
    }
/*     body.promotion-earlyaccess #banner-message .regularTopBanner {
      color: #fff !important;
    } */
  }

  @media screen  and (max-width: 500px) {
    .userSpecial button, .vgroup {
      font-size: 12px;
      width: 40px;
      height: 22px;
      border-radius: 11px;
      margin-left: 2px;
      top: 5px;
    }
    .program-benefits {
      left: calc(50% - 70px);
      transform: translateX(-50%);
      top: 35px;
    }
    .vip #logo img,
    .loggedin #logo img  {
      max-width: 144px;
    }
    .vip #navigation ul#cart,
    .loggedin #navigation ul#cart {
      top: 0px;
    }
    .loggedin .userSpecial button::after {
      right: -9px;
      width: 11px;
      height: 22px;
      background-size: 10px auto;
      transform: rotate(20deg);
    }

    .loggedin-item-only, .vip-item-only {
    	line-height: 1.5em;
    }
    .mobCoverheader.vip #navigation, .loggedin.mobCoverheader #navigation {
		/*padding-top: 55px!important;*/
    }
  }

  /*---- VIP Special ----*/


  .morphext > .rotated {
    display: inline-block;
  }
  .rotated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes flipInX {
    from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }

    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }

    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }

  @keyframes flipInX {
    from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }

    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }

    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }

  .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
  }
</style>

<div class="regularTopBanner">
  <div id="promotional-top-banner" data-promotion-id="promotion-top-banner">
    
		<div class="usa-store-only summer-promotion-default" id="topBannerUSA">FREE SHIPPING & RETURNS</div>
    	<!--div class="usa-store-only summer-promotion-default christmas-top-bar-text" id="topBannerUSA">ORDER TODAY FOR BEST CHANCE AT CHRISTMAS DELIVERY</div-->
    	<div class="int-store-only summer-promotion-default" id="topBannerInt">PRICE INCLUDES EXPRESS SHIPPING</div>
    
  </div>
  <div class="loggedin-item-only" style="text-transform: uppercase">WELCOME BACK VIP</div>
  <div class="vip-item-only" style="text-transform: uppercase">Welcome back VIP, <a href="/account/login">Login</a> to see your exclusive benefits</div>
</div>

<script>
(function ($) {
    "use strict";

    var pluginName = "Morphext",
        defaults = {
            animation: "bounceIn",
            separator: "|",
            speed: 6000,
            complete: $.noop
        };

    function Plugin (element, options) {
        this.element = $(element);

        this.settings = $.extend({}, defaults, options);
        this._defaults = defaults;
        this._init();
    }

    Plugin.prototype = {
        _init: function () {
            var $that = this;
            this.phrases = [];

            this.element.addClass("morphext");

            $.each(this.element.html().split(this.settings.separator), function (key, value) {
                $that.phrases.push($.trim(value));
            });

            this.index = -1;
            this.animate();
            this.start();
        },
        animate: function () {
            this.index = ++this.index % this.phrases.length;
            this.element[0].innerHTML = "<span class=\"rotated " + this.settings.animation + "\">" + this.phrases[this.index] + "</span>";

            if ($.isFunction(this.settings.complete)) {
                this.settings.complete.call(this);
            }
        },
        start: function () {
            var $that = this;
            this._interval = setInterval(function () {
                $that.animate();
            }, this.settings.speed);
        },
        stop: function () {
            this._interval = clearInterval(this._interval);
        }
    };

    $.fn[pluginName] = function (options) {
        return this.each(function() {
            if (!$.data(this, "plugin_" + pluginName)) {
                $.data(this, "plugin_" + pluginName, new Plugin(this, options));
            }
        });
    };

})(jQuery);
    var rotateCounter = 0;
    $(".js-rotating").Morphext({
        animation: "flipInX"
    });
</script>

      </div>
    </div>
  </div>

  

  <div id="navigation" class="gridlock-fluid navigation-section hasSearch">
    <div class="row mob-relative navigation-inner">
      <div class="desktop-2 left sr-desktop logo-part">
        <div id="logo" class="mobile-3">
          
<div class="userSpecial">
    <a href="/" alt="home page" aria-label="Go to home page">
        <img class="logo-one" src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/sr-r.svg?v=170828830677686338211662068243"
            alt="Shady Rays® | Polarized Sunglasses - logo one" style="border: 0;" />
        <img class="logo-two" src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/sr-r.svg?v=170828830677686338211662068243"
            alt="Shady Rays® | Polarized Sunglasses - logo two" style="border: 0;" />
    </a>
    <div class="vgroup vip-new">
        <button class="openVIP-js" type="button" style="display: none;"
            aria-label="VIP"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-vip.svg?v=157319596839786310611662067728" alt="VIP"></button>
      

        <div class="program-benefits font-sharp-sans" style="opacity: 0; pointer-events: none;">
            <div class="program-benefits_title">
                VIP PROGAM BENEFITS:
            </div>
            <ul class="vip-benefit-list">
                <li class="d-flex ai-center vipb-img1">
                  <span class="vipb-img"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-discount-mob.svg?v=64721771365685616001662067673" alt="VIP"></span>
                  <span class="vipb-title tt-uppercase fw-600">5% additional discount</span>
              	</li>
                <li class="d-flex ai-center vipb-img2">
                  <span class="vipb-img"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-shipping-mob.svg?v=6332841508823410971662067711" alt="VIP"></span>
                  <span class="vipb-title tt-uppercase fw-600">Priority order processing</span>
              	</li>
                <li class="d-flex ai-center vipb-img3">
                  <span class="vipb-img"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-support-mob.svg?v=147329271946094290951662067726" alt="VIP"></span>
                  <span class="vipb-title tt-uppercase fw-600">Dedicated customer service</span>
                </li>
                <li class="d-flex ai-center vipb-img4">
                  <span class="vipb-img"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-sale-cart-mob.svg?v=50091819537972090921662067706" alt="VIP"></span>
                  <span class="vipb-title tt-uppercase fw-600">Early access to sales</span>
                </li>
                <li class="d-flex ai-center vipb-img5">
                  <span class="vipb-img"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-offers-mob.svg?v=37063277624033463041662067696" alt="VIP"></span>
                  <span class="vipb-title tt-uppercase fw-600">Exclusive offers and gifts</span>
                </li>
            </ul>
            <div class="program-benefits_control vip-item-only">
                <a href="/account/login">Login to access</a>
            </div>
            <div class="program-benefits_control loggedin-item-only">
                <a href="/collections/shade-shop">CONTINUE SHOPPING</a>
            </div>
        </div>
    </div>
</div>

        </div>
      </div>
      <div class="nav-container desktop-8 mobile-full new-desk-menu">
        <span class="mobile-menu_icon sr-mobile" style="display: none;">Menu</span>
        <div id="logo1" class="mobile-full sr-mobile p-relative">
          <span class="srcMob searchNow">
          	<img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-search-white.svg?v=83045208749266305991662067708" alt="Search" class="mobile-search" />
          </span>
          
          
<div class="userSpecial">
    <a href="/" alt="home page" aria-label="Go to home page">
        <img class="logo-one" src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/shady-rays-logo-white.svg?v=174189157305874651901662068132"
            alt="Shady Rays® | Polarized Sunglasses - logo one" style="border: 0;" />
        <img class="logo-two" src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/shady-rays-logo-white.svg?v=174189157305874651901662068132"
            alt="Shady Rays® | Polarized Sunglasses - logo two" style="border: 0;" />
    </a>
    <div class="vgroup vip-new">
        <button class="openVIP-js" type="button" style="display: none;"
            aria-label="VIP"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-vip.svg?v=157319596839786310611662067728" alt="VIP"></button>
      

        <div class="program-benefits font-sharp-sans" style="opacity: 0; pointer-events: none;">
            <div class="program-benefits_title">
                VIP PROGAM BENEFITS:
            </div>
            <ul class="vip-benefit-list">
                <li class="d-flex ai-center vipb-img1">
                  <span class="vipb-img"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-discount-mob.svg?v=64721771365685616001662067673" alt="VIP"></span>
                  <span class="vipb-title tt-uppercase fw-600">5% additional discount</span>
              	</li>
                <li class="d-flex ai-center vipb-img2">
                  <span class="vipb-img"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-shipping-mob.svg?v=6332841508823410971662067711" alt="VIP"></span>
                  <span class="vipb-title tt-uppercase fw-600">Priority order processing</span>
              	</li>
                <li class="d-flex ai-center vipb-img3">
                  <span class="vipb-img"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-support-mob.svg?v=147329271946094290951662067726" alt="VIP"></span>
                  <span class="vipb-title tt-uppercase fw-600">Dedicated customer service</span>
                </li>
                <li class="d-flex ai-center vipb-img4">
                  <span class="vipb-img"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-sale-cart-mob.svg?v=50091819537972090921662067706" alt="VIP"></span>
                  <span class="vipb-title tt-uppercase fw-600">Early access to sales</span>
                </li>
                <li class="d-flex ai-center vipb-img5">
                  <span class="vipb-img"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-offers-mob.svg?v=37063277624033463041662067696" alt="VIP"></span>
                  <span class="vipb-title tt-uppercase fw-600">Exclusive offers and gifts</span>
                </li>
            </ul>
            <div class="program-benefits_control vip-item-only">
                <a href="/account/login">Login to access</a>
            </div>
            <div class="program-benefits_control loggedin-item-only">
                <a href="/collections/shade-shop">CONTINUE SHOPPING</a>
            </div>
        </div>
    </div>
</div>

        </div>

        

        

        <nav class="sr-new-nav font-sharp-sans" role="navigation" aria-label="main navigation">
          <ul id="main-nav" class="main-nav-new pro-menu">
            <li class="dropdown menulist sr-megamenu pro-menu-dropdown">
              <a class="dlinks" href="/collections/men-all-styles">Mens</a>
              <ul class="submenu submenu-split pro-sub-menu">
                <li class="pro-nav-col pnc1">
                  <ul class="pro-nav-widget menu-btn-style">

                    
                    
                    
                    <li><a class="bg-black color-white" href= "/collections/men-new-arrivals">New Arrivals</a></li>
                    
                    
                    
                    
                    <li><a class="bg-black color-white" href= "/collections/men-best-sellers">Best Sellers</a></li>
                    
                    
                    
                    
                    <li><a class="bg-black color-white" href= "/collections/men-all-styles">Shop All Mens Shades</a></li>
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                  </ul>
                  <ul class="pro-nav-widget pnc2">
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    <span class="menu-widget-title">Shop By Fit</span>
                    
                      
                    <li><a href="/collections/men-small">Small</a></li>
                      
                    <li><a href="/collections/men-average">Average</a></li>
                      
                    <li><a href="/collections/men-xl">XL</a></li>
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                  </ul>
                </li>
                <li class="pro-nav-col pnc2">
                  <ul class="pro-nav-widget">
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    <span class="menu-widget-title">Shop By Activity</span>
                    
                      
                    <li><a href="/collections/men-driving">Driving</a></li>
                      
                    <li><a href="/collections/men-running">Running</a></li>
                      
                    <li><a href="/collections/men-hiking">Hiking</a></li>
                      
                    <li><a href="/collections/men-golf">Golf</a></li>
                      
                    <li><a href="/collections/men-fishing">Fishing</a></li>
                      
                    <li><a href="/collections/men-biking">Biking</a></li>
                      
                    <li><a href="/collections/men-everyday">Everyday</a></li>
                      
                    <li><a href="/collections/men-active">Active</a></li>
                      
                    <li><a href="/collections/men-premium">Premium</a></li>
                    
                    
                    
                    
                    
                    
                    
                  </ul>
                </li>
                <li class="pro-nav-col pnc3">
                  <ul class="pro-nav-widget">
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    <span class="menu-widget-title">Shop By Collection</span>
                    
                    
                    
                      
                          <li><a href="/collections/classics" data-link="/collections/classics">Classics</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/signatureseries" data-link="/collections/signatureseries">Signature</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/x-series" data-link="/collections/x-series">X Series™</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/highrise" data-link="/collections/highrise">HighRise®</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/navigator" data-link="/collections/navigator">Navigator <span class="sr-new">NEW</span></a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/aviator-series" data-link="/collections/aviator-series">Aviator</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/nitro" data-link="/collections/nitro">Nitro</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/deepsea" data-link="/collections/deepsea">DeepSea™</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/velocity" data-link="/collections/velocity">Velocity™</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/ventura" data-link="/collections/ventura">Ventura®</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/titan-series" data-link="/collections/titan-series">Titan®</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/oakmonts" data-link="/collections/oakmonts">Oakmont</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/react-collection" data-link="/collections/react-collection">React</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/terrain" data-link="/collections/terrain">Terrain</a></li>
                      
                    
                    
                    
                      
                          <li><a href="/collections/cypress" data-link="/collections/cypress">Cypress</a></li>
                      
                    
                    
                    
                    
                    
                  </ul>
                </li>
                <li class="pro-nav-col pnc4">
                  <a href="/collections/pro-polarized">
                    <img src="//cdn.shopify.com/s/files/1/0350/5401/files/men-menu-t1_270a1788-ac33-4bd0-8589-5e5c0cbf25d8.png?v=1649188243">
                  </a>
                  <a href="/collections/highrise">
                    <img src="//cdn.shopify.com/s/files/1/0350/5401/files/Group_116046228.png?v=1654267698">
                  </a>
                </li>
              </ul>
            </li>
            <li class="dropdown menulist sr-megamenu pro-menu-dropdown">
              <a class="dlinks" href="/collections/women-all-styles">Womens</a>
              <ul class="submenu submenu-split pro-sub-menu">
                <li class="pro-nav-col pnc1">
                  <ul class="pro-nav-widget menu-btn-style">

                    
                    
                    
                    <li><a class="bg-black color-white" href= "/collections/women-new-arrivals">New Arrivals</a></li>
                    
                    
                    
                    
                    <li><a class="bg-black color-white" href= "/collections/women-best-sellers">Best Sellers</a></li>
                    
                    
                    
                    
                    <li><a class="bg-black color-white" href= "/collections/women-all-styles">Shop All Womens Shades</a></li>
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                  </ul>
                  <ul class="pro-nav-widget pnc2">
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    <span class="menu-widget-title">Shop By Fit</span>
                    
                      
                    <li><a href="/collections/women-small">Small</a></li>
                      
                    <li><a href="/collections/women-average">Average</a></li>
                      
                    <li><a href="/collections/women-xl">XL</a></li>
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                  </ul>
                </li>
                <li class="pro-nav-col pnc2">
                  <ul class="pro-nav-widget">
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    <span class="menu-widget-title">Shop By Activity</span>
                    
                      
                    <li><a href="/collections/women-driving">Driving</a></li>
                      
                    <li><a href="/collections/women-running">Running</a></li>
                      
                    <li><a href="/collections/women-hiking">Hiking</a></li>
                      
                    <li><a href="/collections/women-golf">Golf</a></li>
                      
                    <li><a href="/collections/women-fishing">Fishing</a></li>
                      
                    <li><a href="/collections/women-biking">Biking</a></li>
                      
                    <li><a href="/collections/women-everyday">Everyday</a></li>
                      
                    <li><a href="/collections/women-active">Active</a></li>
                      
                    <li><a href="/collections/women-premium">Premium</a></li>
                    
                    
                    
                    
                    
                    
                    
                  </ul>
                </li>
                <li class="pro-nav-col pnc3">
                  <ul class="pro-nav-widget">
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    <span class="menu-widget-title">Shop By Collection</span>
                    
                      
                      
                          <li><a href="/collections/allure" data-link="/collections/allure">Allure</a></li>
                      
                      
                      
                          <li><a href="/collections/classics" data-link="/collections/classics">Classics</a></li>
                      
                      
                      
                          <li><a href="/collections/hightide" data-link="/collections/hightide">HighTide</a></li>
                      
                      
                      
                          <li><a href="/collections/nitro" data-link="/collections/nitro">Nitro</a></li>
                      
                      
                      
                          <li><a href="/collections/highrise" data-link="/collections/highrise">HighRise®</a></li>
                      
                      
                      
                          <li><a href="/collections/navigator" data-link="/collections/navigator">Navigator <span class="sr-new">NEW</span></a></li>
                      
                      
                      
                          <li><a href="/collections/aviator-series" data-link="/collections/aviator-series">Aviator</a></li>
                      
                      
                      
                          <li><a href="/collections/cypress" data-link="/collections/cypress">Cypress</a></li>
                      
                      
                      
                          <li><a href="/collections/lotus" data-link="/collections/lotus">Lotus</a></li>
                      
                      
                      
                          <li><a href="/collections/azalea" data-link="/collections/azalea">Azalea</a></li>
                      
                      
                      
                          <li><a href="/collections/calicoii" data-link="/collections/calicoii">Calico®</a></li>
                      
                      
                      
                          <li><a href="/collections/signatureseries" data-link="/collections/signatureseries">Signature</a></li>
                      
                      
                      
                          <li><a href="/collections/velocity" data-link="/collections/velocity">Velocity™</a></li>
                      
                      
                      
                          <li><a href="/collections/oakmonts" data-link="/collections/oakmonts">Oakmont</a></li>
                      
                      
                      
                          <li><a href="/collections/x-series" data-link="/collections/x-series">X Series™</a></li>
                      
                      
                      
                          <li><a href="/collections/deepsea" data-link="/collections/deepsea">DeepSea™</a></li>
                      
                    
                    
                    
                    
                  </ul>
                </li>
                <li class="pro-nav-col pnc4">
                  <a href="/collections/pro-polarized">
                    <img src="//cdn.shopify.com/s/files/1/0350/5401/files/women-menu-t1_1f9496ca-6e0e-48f5-a855-32bbba897afe.png?v=1649188268">
                  </a>
                  <a href="/collections/aviator-series">
                    <img src="//cdn.shopify.com/s/files/1/0350/5401/files/aviator-menu-tile.png?v=1657920259">
                  </a>
                </li>
              </ul>
            </li>
            <li class="menulist"><a href="/collections/kids">Kids</a></li>

            <li class="dropdown menulist sr-megamenu pro-menu-dropdown usa-store-only hide-in-loop-returns">
              <a>Prescription</a>
              <ul class="submenu submenu-split pro-sub-menu">
                <div class="menu-prscrp d-flex ai-center jc-center">
                  <a href="/collections/shady-rays-rx">
                    <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/menu-prescrp-sunglass-desk.png?v=24852840157825549671662067890" alt="PRESCRIPTION SUNGLASSES">
                  </a>
                  <a href="/collections/eyeglasses">
                    <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/menu-eyeglass-desk.png?v=77024895283431487751662067885" alt="EYEGLASSES">
                  </a>
                </div>
              </ul>
            </li>

            <li class="menulist"><a href="/collections/blue-light">Bluelight</a></li>
            <li class="menulist"><a href="/products/custom-snow-goggles">Snow Goggles</a></li>
            <li class="menulist"><a href="/collections/uv-protection-shirts">UV Shirts</a></li>
          </ul>
        </nav>
      </div>
      <ul id="cart" class="desktop-2 tablet-1 right mobile-nav-control">
        <li class="searchicon searchNow sr-desktop">
          <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-search.svg?v=58037622591657843341662067709" alt="Search" class="desktop-search" />
        </li>
        
        
        <li class="cust customer-new sr-desktop">
          
          <a id="nav-customer-account" href="/account/login">Account</a>
          
        </li>
        
        <li class="header-cart cart-new">
          <a href="/cart">
            <img class="cart-icon-mob" src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-shopping-cart-mob.svg?v=111708847979517062251662067713"
                 alt="cart" />
            <img class="cart-icon-desk" src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-shopping-cart-desk.svg?v=156253261454861921531662067712"
                 alt="cart" />
            <span class="item_count">
0</span>
          </a>
        </li>
      </ul>
    </div>
  </div>
</header>

<!-- Search Overly -->
<div id="searchOverly" class="search-overly-section">
  <div class="search-overly">
    <div class="sr-container-sm">
      <div class="search-overly-inner d-flex align-items-center">
        <div class="src-icon-col">
          <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-search-gray.svg?v=174906444410235560901662067708" alt="Search" />
        </div>
        <div class="src-field-col">
          <form action="/search">
            <input type="text" name="q" placeholder="Search by Product">
            <input type="hidden" name="type" value="product" />
          </form>
        </div>
        <div class="src-close-col closeSearch">
          <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-closed.svg?v=144964803276025251631662067668" alt="Close" />
        </div>
      </div>
    </div>
  </div>
</div>
<!-- Search Overly end-->

<script>
  $( document ).ready(function() {
    $('.searchNow').on('click', function(){
      $('#searchOverly').addClass('active');
      $('#menuOverlyMen').removeClass('opened');
      $('#menuOverlyWomen').removeClass('opened');
      $('body').removeClass('mobNav-active');

      $('.srMob-navigation').removeClass('prescription-active');
      $('.has-dropdown').siblings('ul').slideUp();
      $('.mobile-menu_icon.sr-mobile').removeClass('open');
      
    });
    $('.closeSearch').on('click', function(){
      $('#searchOverly').removeClass('active');
      $('#menuOverlyMen').removeClass('opened');
      $('#menuOverlyWomen').removeClass('opened');
      $('body').removeClass('mobNav-active');

      $('.srMob-navigation').removeClass('prescription-active');
      $('.has-dropdown').siblings('ul').slideUp();
      $('.mobile-menu_icon.sr-mobile').removeClass('open');
      
    });
  });
</script>


</div>

			<div class="military-benefit-offer-text"></div>

          	

			<main role="main">
				<div id="phantom"></div>

				<!-- Clinton -->









































<!-- Sultan -->






































				

				<div id="content" class="row">
					
						
<div id="breadcrumb" class="desktop-12">
  <!--a href="/" class="homepage-link" title="Home">Home</a-->
  
  <!--<span class="separator">&raquo;</span>
  <span class="page-title">404 Not Found</span> -->
  
</div>

<div class="clear"></div>
					
					
<div class="section-title">
  <h1 class="desktop-12 mobile-3">Oops - We couldn&#39;t find that one</h1>
</div>

<div class="desktop-12 tablet-6 mobile-3">
  
<label class="subtext">This page does not exist. Try searching for what you would like to find:</label>
  
  
  <div id="search-bar">
    <form action="/search" method="get">
      <h3>Search our store</h3>
      <input type="text" name="q" id="q" placeholder="Enter your search terms" />
    </form>
  </div>  
  
  <div class="clear"></div>
  
</div>

    



<div class="section-title">
  <h1 class="desktop-12 mobile-3">Collections</h1>
</div>



<a class="show mobile-3" href="#"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/jquery.fs.shifter-icon.png?v=90738994362915416521662067759"></a>

<div class="desktop-2 tablet-6 mobile-3" id="aside">
  <div id="sidebar">
     

    


    

    

    

  </div>

  <script>

    if($(window).width() > 980){

      $('#sidebar').stickySidebar({

        sidebarTopMargin: 100,
        footerThreshold: 100

      });  
    };
  </script>

</div>




<div class="desktop-10 tablet-6 mobile-3" id="bside">


  


  <div id="product-loop">
    
    <div class="product desktop-4 first mobile-half" data-alpha="Accessories">    
      <div class="collection-image ci">
        <a href="/collections/accessories" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/DSC_0130_grande.jpg?v=1626379426" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/accessories" title="">Accessories</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 mobile-half" data-alpha="Accessories">    
      <div class="collection-image ci">
        <a href="/collections/accessories-1" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/BlackHatFront_grande.jpg?v=1626358194" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/accessories-1" title="">Accessories</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 last mobile-half" data-alpha="Action Backpack">    
      <div class="collection-image ci">
        <a href="/collections/action-backpack" title="">
          
          <img src="//cdn.shopify.com/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_grande.gif" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/action-backpack" title="">Action Backpack</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 first mobile-half" data-alpha="Active">    
      <div class="collection-image ci">
        <a href="/collections/active" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/DSC_0002_Black_grande.jpg?v=1626359366" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/active" title="">Active</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 mobile-half" data-alpha="All">    
      <div class="collection-image ci">
        <a href="/collections/all" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/SS-5.upward_991c5d99-6cf5-4a93-b8e9-5602cece7582_grande.jpg?v=1626379972" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/all" title="">All</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 last mobile-half" data-alpha="All Shades + Replacement">    
      <div class="collection-image ci">
        <a href="/collections/all-shades-replacement" title="">
          
          <img src="//cdn.shopify.com/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_grande.gif" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/all-shades-replacement" title="">All Shades + Replacement</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 first mobile-half" data-alpha="All Shades + Replacement">    
      <div class="collection-image ci">
        <a href="/collections/all-shades-replacement-1" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/GC_e3f667d2-a616-4f7b-a224-e0d7a594f1d8_grande.png?v=1626380825" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/all-shades-replacement-1" title="">All Shades + Replacement</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 mobile-half" data-alpha="Allure">    
      <div class="collection-image ci">
        <a href="/collections/allure" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/LS-5-01_grande.jpg?v=1569289664" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/allure" title="">Allure</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 last mobile-half" data-alpha="Almost Sold Out">    
      <div class="collection-image ci">
        <a href="/collections/almost-sold-out" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/Black_1_ada4f4d9-98b7-4311-aac6-0bcbf7974692_grande.jpg?v=1569494205" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/almost-sold-out" title="">Almost Sold Out</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 first mobile-half" data-alpha="Autism Acceptance Limited Edition">    
      <div class="collection-image ci">
        <a href="/collections/autism-acceptance-limited-edition" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/DSC_7761-C2_grande.jpg?v=1647649272" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/autism-acceptance-limited-edition" title="">Autism Acceptance Limited Edition</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 mobile-half" data-alpha="Aviator">    
      <div class="collection-image ci">
        <a href="/collections/aviator-series" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/DSC_7869-1_grande.jpg?v=1657474563" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/aviator-series" title="">Aviator</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 last mobile-half" data-alpha="Azalea">    
      <div class="collection-image ci">
        <a href="/collections/azalea" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/DSC_8015_grande.jpg?v=1654882797" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/azalea" title="">Azalea</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 first mobile-half" data-alpha="Best Sellers">    
      <div class="collection-image ci">
        <a href="/collections/best-sellers" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/01_dd919752-3f44-4020-8e60-ad3d95bfadf3_grande.jpg?v=1629246899" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/best-sellers" title="">Best Sellers</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 mobile-half" data-alpha="Black Lens Styles">    
      <div class="collection-image ci">
        <a href="/collections/black-lens-styles" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/DSC_7483_grande.jpg?v=1649692222" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/black-lens-styles" title="">Black Lens Styles</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 last mobile-half" data-alpha="Blue Light">    
      <div class="collection-image ci">
        <a href="/collections/blue-light" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/BlackTimberFront_grande.jpg?v=1626379290" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/blue-light" title="">Blue Light</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 first mobile-half" data-alpha="Calico">    
      <div class="collection-image ci">
        <a href="/collections/calico" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/BlackAngle_grande.jpg?v=1626356608" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/calico" title="">Calico</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 mobile-half" data-alpha="Calico II">    
      <div class="collection-image ci">
        <a href="/collections/calicoii" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/MosaicAngle_a6fcfd30-5d59-425a-85bf-8b1b20193fbc_grande.jpg?v=1626359987" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/calicoii" title="">Calico II</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 last mobile-half" data-alpha="Classic">    
      <div class="collection-image ci">
        <a href="/collections/classic-oakmonts" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/01_ccb5160b-525d-4ce5-8e08-dde6f5695b67_grande.jpg?v=1629241415" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/classic-oakmonts" title="">Classic</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 first mobile-half" data-alpha="Classics">    
      <div class="collection-image ci">
        <a href="/collections/classics" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/01_dd919752-3f44-4020-8e60-ad3d95bfadf3_grande.jpg?v=1629246899" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/classics" title="">Classics</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 mobile-half" data-alpha="CS">    
      <div class="collection-image ci">
        <a href="/collections/cs" title="">
          
          <img src="//cdn.shopify.com/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_grande.gif" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/cs" title="">CS</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 last mobile-half" data-alpha="Cypress">    
      <div class="collection-image ci">
        <a href="/collections/cypress" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/DSC_7686_grande.jpg?v=1647102471" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/cypress" title="">Cypress</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 first mobile-half" data-alpha="DeepSea">    
      <div class="collection-image ci">
        <a href="/collections/deepsea" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/GrayFrameMantaGlacier_ca668c3e-9241-43e8-beac-56aed4c2fcd9_grande.jpg?v=1629184761" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/deepsea" title="">DeepSea</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 mobile-half" data-alpha="Extreme Eligible Frames">    
      <div class="collection-image ci">
        <a href="/collections/extreme-collection" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/SS-5.upward_991c5d99-6cf5-4a93-b8e9-5602cece7582_grande.jpg?v=1626379972" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/extreme-collection" title="">Extreme Eligible Frames</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 last mobile-half" data-alpha="Eyeglasses">    
      <div class="collection-image ci">
        <a href="/collections/eyeglasses" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/DSC_2913-1_grande.jpg?v=1631633531" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/eyeglasses" title="">Eyeglasses</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 first mobile-half" data-alpha="Eyeglasses Add-ons">    
      <div class="collection-image ci">
        <a href="/collections/eyeglasses-add-ons" title="">
          
          <img src="//cdn.shopify.com/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_grande.gif" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/eyeglasses-add-ons" title="">Eyeglasses Add-ons</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 mobile-half" data-alpha="Fall Collection">    
      <div class="collection-image ci">
        <a href="/collections/fall-collection" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/01_dd919752-3f44-4020-8e60-ad3d95bfadf3_grande.jpg?v=1629246899" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/fall-collection" title="">Fall Collection</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 last mobile-half" data-alpha="Fall Picks">    
      <div class="collection-image ci">
        <a href="/collections/fall-picks" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/01_b3732f8f-105a-4100-9e0f-71447df54849_grande.jpg?v=1629227543" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/fall-picks" title="">Fall Picks</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 first mobile-half" data-alpha="Father’s Day">    
      <div class="collection-image ci">
        <a href="/collections/fathers-day" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/01_dd919752-3f44-4020-8e60-ad3d95bfadf3_grande.jpg?v=1629246899" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/fathers-day" title="">Father’s Day</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 mobile-half" data-alpha="Gift Bundles">    
      <div class="collection-image ci">
        <a href="/collections/gift-bundles" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/1.Men_sBestSellers_grande.png?v=1626357475" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/gift-bundles" title="">Gift Bundles</a></h3>
      </div> 
    </div>
    
    <div class="product desktop-4 last mobile-half" data-alpha="Gift Card">    
      <div class="collection-image ci">
        <a href="/collections/gift-cards" title="">
          
          <img src="//cdn.shopify.com/s/files/1/0350/5401/products/Gift_Card_Image_grande.png?v=1626372517" />
          
        </a>     
      </div>
      <div class="product-details">  
        <h3><a href="/collections/gift-cards" title="">Gift Card</a></h3>
      </div> 
    </div>
    
  </div>


  

    <div id="pagination" class="desktop-12 mobile-3"> 
    <span class="count">Showing items 1-30 of 131.</span>
    
    
    
    
    <span class="current">1</span>
    
    
    
    
    <a href="/404?page=2" title="">2</a>
    
    
    
    <a href="/404?page=3" title="">3</a>
    
    
    
    
    &hellip;
    
    
    
    
    <a href="/404?page=5" title="">5</a>
    
    
    
    <a href="/404?page=2" title="">></a>
    
        
  </div>

  
</div>

  

  
<script id="esc-redirects-404-script" src="https://redirects.eastsideco.io/js/app.js"></script>
				</div>

              	
              	

				
			</main>
		</div>

		<!-- New Footer -->
		<div id="shopify-section-footer" class="shopify-section"><div class="footer-menu-section">
    <div class="footer-menus font-sharp-sans">
        <div class="footer-menu-block footer-menu-1">
            <!--h4>About SHADY RAYS</h4-->
            <ul>
                <li><a href="/pages/mission">Our Story</a></li>
                <li><a href="/blogs/behind-the-brand">Behind The Brand - Blog</a></li>
                <!--li><a href="/pages/official-live-hard-warranty-overview">Replacements & Warranty</a></li-->
                <li><a href="/pages/reviews">Customer Reviews</a></li>
                <li><a href="/pages/accessibility-for-all">Accessibility For All</a></li>
				
              	
                  
                <li><a href="/pages/share?traffic_source=footer">Refer a Friend</a></li>
            </ul>
        </div>
        <div class="footer-menu-block footer-menu-2">
            <h4>SHOP</h4>
            <ul>
                <li><a href="/collections/men-all-styles">All Mens Shades</a></li>
                <li><a href="/collections/women-all-styles">All Womens Shades</a></li>
                
                
                  <li class="usa-store-only hide-in-loop-returns"><a href="/collections/shady-rays-rx">Prescription Sunglasses</a></li>
                  <li class="usa-store-only menu-gift-card"><a href="/collections/eyeglasses">Eyeglasses</a></li>
                
                <li class="menu-gift-card"><a href="/collections/blue-light">Blue Light</a></li>

                <li><a href="/products/custom-snow-goggles">Snow Goggles</a></li>

                <li><a href="/collections/readers">Readers</a></li>

                <li><a href="/collections/terrain">Safety Rated</a></li>

                <li><a href="/collections/uv-protection-shirts">UV Protection Shirts</a></li>
                <li><a href="/collections/accessories">Accessories</a></li>
                <li><a href="/collections/non-polarized">Non-Polarized</a></li>
                
                <li class="usa-store-only menu-gift-card hide-in-loop-returns"><a href="/collections/gift-cards">Gift Cards</a></li>
                
                <li><a href="/collections/gift-bundles">Gift Bundles</a></li>
            </ul>
        </div>
        <div class="footer-menu-block footer-menu-3 font-sharp-sans">
            <h4>Customer service</h4>
            <ul>
                <li><a href="https://shadyrays.zendesk.com/hc/en-us" target="_blank">Help Center</a></li>
				
              
              	<li><a href="https://returns.majl.es/">Returns and Exchanges</a></li>

                <li><a href="/pages/protection-programs">Protection Programs</a></li>
              	
                <!--li><a href="https://wegotyou.majl.es/">Lost or Broken Replacements</a></li-->
                <!--li><a href="https://wegotyou.majl.es/">Craftsmanship Claims</a></li-->
                <li><a href="https://wegotyou.majl.es/">Replacements & Warranty Center</a></li>
                <li><a href="/pages/career-opportunities">Careers</a></li>
                <li><a href="https://shadyrays.zendesk.com/hc/en-us/requests/new">Contact Us</a></li>
            </ul>
        </div>
    </div>

    <div class="menu-footer-mob font-sharp-sans">
        <div class="acc pro-acc">
            <div class="acc__card font-sharp-sans">
                <div class="acc__title active">
                    <h4>Sunglasses</h4>
                </div>
                <div class="acc__panel" style="display:block">
                    <ul class="mobile-menu-footer">
                        <li><a href="/collections/men-all-styles">All Mens Shades</a></li>
                		<li><a href="/collections/women-all-styles">All Womens Shades</a></li>
                      
                        <li><a href="/collections/kids"
                            class="hasTag">Kids</a></li>
                      
                        <li><a href="/collections/readers">Readers</a></li>
                        
                        <li><a href="/collections/accessories">Accessories</a></li>
                        <li><a href="/collections/non-polarized">Non-Polarized</a></li>
                        
                        <li class="usa-store-only  menu-gift-card hide-in-loop-returns"><a href="/collections/gift-cards">Gift Cards</a></li>
                        
                        <li><a href="/collections/gift-bundles">Gift Bundles</a></li>
                      	<li><a href="/pages/share?traffic_source=footer">Refer a Friend</a></li>
                    </ul>
                </div>
            </div>
            
            <div class="acc__menu usa-store-only font-sharp-sans menu-gift-card hide-in-loop-returns">
                <a href="/collections/eyeglasses">Eyeglasses</a>
            </div>
            
            <div class="acc__menu font-sharp-sans menu-gift-card">
                <a href="/collections/blue-light">BLUE LIGHT</a>
            </div>

            <div class="acc__menu font-sharp-sans menu-gift-card">
                <a href="/products/custom-snow-goggles">Snow Goggles</a>
            </div>

            <div class="acc__menu font-sharp-sans">
                <a href="/collections/terrain">SAFETY RATED</a>
            </div>

            <div class="acc__menu font-sharp-sans">
                <a href="/collections/uv-protection-shirts">UV PROTECTION SHIRTS</a>
            </div>
            <div class="acc__card font-sharp-sans">
                <div class="acc__title">
                    <h4>About SHADY RAYS</h4>
                </div>
                <div class="acc__panel">
                    <ul class="mobile-menu-footer">
                        <li><a href="/pages/mission">Our Story</a></li>
                        <li><a href="/blogs/behind-the-brand">Behind the Brand - Blog</a></li>
                        <!--li><a href="/pages/official-live-hard-warranty-overview">Replacements & Warranty</a></li-->
                        <li><a href="/pages/reviews">Customer Reviews</a></li>
                        <li><a href="/pages/accessibility-for-all">Accessibility For All</a></li>
						
                      	
                          
                      	<li><a href="/pages/career-opportunities">Careers</a></li>
                    </ul>
                </div>
            </div>
            <div class="acc__card font-sharp-sans">
                <div class="acc__title">
                    <h4>Customer service</h4>
                </div>
                <div class="acc__panel">
                    <ul class="mobile-menu-footer">
                        <li><a href="https://shadyrays.zendesk.com/hc/en-us" target="_blank">Help center</a>
                        </li>

                        
                        <li><a href="https://shadyrays.loopreturns.com/">Returns and Exchanges</a></li>
                        
                        <li><a href="/pages/protection-programs">Protection Programs</a></li>
                        <li><a href="https://wegotyou.majl.es/">Replacements & Warranty Center</a></li>
                        <li><a href="https://shadyrays.zendesk.com/hc/en-us/requests/new">Contact Us</a></li>
                    </ul>
                </div>
            </div>
        </div>
    </div>

    <div class="connect-section font-sharp-sans">
        <h3>Connect with us</h3>
        <p>Subscribe for first access to new launches and exclusive offers</p>
        <div class="klaviyo-form-HfJ8cp"></div>
        <div class="footer-logo-social">
            <div class="social-logo">
                <a href="https://majl.es/">
                    <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/logo-footer.svg?v=99173321234719898811662067806" alt="Footer Logo">
                </a>
            </div>
            <ul class="social-links">
                <li><a href="https://facebook.com/ShadyRaysEyewear" target="_blank" aria-label="Visit Our Facebook Page" rel="noopener"><img
                            src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/facebook-icon.svg?v=171429775440229879011662067462" alt="Facebook"></a></li>
                <li><a href="https://twitter.com/shadyrays" target="_blank" aria-label="Follow on Twitter" rel="noopener"><img
                            src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/twitter-icon.svg?v=105777764546844337051662068337" alt="Twitter"></a></li>
                
                
                
                
                <li><a href="//instagram.com/shadyrays"
                        target="_blank" aria-label="Follow on Instagram" rel="noopener"><img
                            src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/instagram-icon.svg?v=105461303535713424681662067748" alt="Instagram"></a></li>
                
            </ul>
        </div>

    </div>
</div>

<div class="footer-bottom-section">
    <div id="shipTodayMsg" style="display:none" class="shippingTodayMsg"><img
            src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/shipping-today-icon.png?v=56482979219215230551662068153" width="48" height="48" alt="Check Icon"> <span>20%
            OFF <strong>AT20</strong> ACTIVATED THIS VISIT:</span></div>
    <div class="footer-bottom">
        <div class="footer-bottom-left">
            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/bbb-seal.svg?v=81699214595158646271662067224" alt="Subscribe">
            <p><span>COPYRIGHT &copy; 2022 SHADY RAYS®</span> <span class="copy-sep">|</span> <span>POLARIZED
                    SUNGLASSES</span> <span class="copy-sep">•</span> <span>A BETTER BUSINESS BUREAU</span><span
                    class="copy-sep">,</span> <span>A+ RATED COMPANY</span></p>
        </div>
        <div class="footer-bottom-right">
          	<div class="fb-menu">
                <a href="/pages/privacy">Privacy Policy</a>
            </div>
          	<div class="fb-menu">
                <a href="/pages/terms-of-service">Terms & Conditions</a>
            </div>
          	<div class="fb-menu">
                <a href="" id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie Settings</a>
            </div>
            
            <div class="fb-menu">
                <a href="/pages/california-privacy-notice">Notice for California Customers</a>
            </div>
          	
        </div>
    </div>
</div>
<footer role="contentinfo" style="display:none">
    <div id="footer-wrapper">
        <div id="footer" class="row">
            <div class="desktop-2 tablet-third mobile-full font-sharp-sans">
                <h2 class="sr-collapsible">Sunglasses</h2>
                <ul class="will-expand">
                    <li><a href="/collections/shade-shop">All Styles</a></li>
                    <li><a href="/collections/best-sellers">Best Sellers</a></li>

                    <li><a href="/collections/mens-collection">Men</a></li>

                    <li><a href="/collections/womens-favorites">Women</a></li>
                    
                    <li><a href="/collections/womens-favorites">Women</a></li>

                    
                    <li class="usa-store-only  menu-gift-card"><a href="/collections/gift-cards">Gift Cards</a>
                    </li>
                    
                    <li><a href="/collections/accessories">Accessories</a></li>

                </ul>
            </div>
            <!--footer section 1-->

            <div class="desktop-2 tablet-third mobile-full font-sharp-sans">
                <h2 class="sr-collapsible">Optical Shop</h2>
                <ul class="will-expand">
                    
                    <li class="rx-links menu-gift-card"><a href="/collections/optical-shop">All Prescription
                            Styles</a></li>
                    <li class="rx-links menu-gift-card"><a href="/collections/shady-rays-rx">Prescription
                            Sunglasses</a></li>
                    <li class="rx-links menu-gift-card"><a href="/collections/blue-light">Blue Light Glasses</a>
                    </li>
                    <li class="int-store-only" style="margin-bottom: 0;"><a href="/collections/blue-light">Blue
                            Light</a></li>
                    
                    <li class="int-store-only"><a href="/collections/readers">Readers</a></li>
                </ul>
            </div>
            <!--footer section 2-->

            <div class="desktop-2 tablet-third mobile-full font-sharp-sans">
                <h2 class="sr-collapsible">About</h2>
                <ul class="will-expand">
                    <li><a href="/pages/mission">Our Story</a></li>
                    <li><a href="/blogs/behind-the-brand">Blog</a></li>
                    <li><a href="/pages/reviews">Customer Reviews</a></li>

                    <li><a href="/pages/accessibility-for-all">Accessibility For All</a></li>
                  	
                    <li><a href="/pages/california-privacy-notice">Privacy Policy & Notice to California
                            Customers</a></li>
                    <li><a href="/pages/terms-of-service">Terms & Conditions</a></li>

                </ul>
            </div>
            <!--footer section 2-->

            <div class="desktop-3 tablet-half sp-fix1 mobile-full font-sharp-sans">
                <h2 class="sr-collapsible">Customer Service</h2>
                <ul class="will-expand">


                    
                    <li><a href="https://shadyrays.loopreturns.com/">Returns and Exchanges</a></li>
                    

                    <li><a href="https://wegotyou.majl.es/">Lost/Broken Fulfillment</a></li>

                    <li><a href="/pages/official-live-hard-warranty-overview">Official Live Hard Warranty*</a>
                    </li>

                    <li><a href="https://shadyrays.zendesk.com/hc/en-us" target="_blank">Help Center</a></li>

                    <li><a href="https://shadyrays.zendesk.com/hc/en-us/requests/new">Contact</a></li>
                </ul>
            </div>
            <!--footer section 3-->

            <div class="desktop-3 tablet-half sp-fix2 mobile-full">
                <h2>Connect With Us</h2>

                <div class="clear"></div>
                <div class="sr_signup">
                    <div id="footer_signup">
                        <p></p>
                        <div class="klaviyo-form-HfJ8cp"></div>
                    </div>
                </div>
                <div class="clear"></div>
            </div>
            <!--footer section 4-->

            <div class="clear"></div>

            <ul class="footer-icons" class="desktop-12 tablet-6 mobile-3">
                <li><a href="https://facebook.com/ShadyRaysEyewear" target="_blank" aria-label="Visit Our Facebook Page" rel="noopener"><i
                            class="icon-facebook icon-2x"></i></a></li>
                <li><a href="https://twitter.com/shadyrays" target="_blank" aria-label="Follow on Twitter" rel="noopener"><i class="icon-twitter icon-2x"></i></a>
                </li>
                
                
                
                
                <li><a href="//instagram.com/shadyrays"
                        target="_blank" aria-label="Follow on Instagram" rel="noopener"><i
                            class="icon-instagram icon-2x"></i></a></li>
                
            </ul>

            <div class="clear"></div>

            <div class="credit desktop-12 tablet-6 mobile-3">
                <div class="bbb-logo"><a
                        href="https://www.bbb.org/us/ky/louisville/profile/sunglasses/shady-rays-0402-159151720"
                        target="_blank" aria-label="BBB logo"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/BBB.png?v=96596216945102327921662067225"
                            alt="Shady Rays® | Polarized Sunglasses" style="border: 0;" /></a></div>
                <p>
                    Copyright &copy; 2022 <a href="/" title="">Shady Rays® | Polarized Sunglasses</a> <span class="sr-desktop">•</span><br class="sr-mobile">
                    A Better Business Bureau, A+ Rated Company
                </p>
            </div>
        </div>
    </div>
</footer>

<div style='display:none' tabindex="-1">
    <div id='search_popup' style='padding:30px;'>
        <p class="box-title">SEARCH THIS STORE</p>
            <!-- BEGIN #subs-container -->
        <div class="clearfix">
            <div id="search">
                <form action="/search" method="get" aria-label="Search">
                    <label for="q" style="display: none;"></label>
                    <input type="text" name="q" id="q" placeholder="Enter your search terms" />
                </form>
            </div>
        </div>
    </div>
</div>



<!-- Check Status Popup -->
<div class="status-check-section-overlay">
  <div class="status-check-section-cotainer">
    <div id="statuspopup" class="status-check-section">
      <a href="#" class="status-check-close"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/close.svg?v=157954959047889106631662067348" alt="VIP close icon"/></a>
      <div class="sr-max-width">
        <div class="sr-full-img">
          <picture>
            <source media="(min-width:740px)" srcset="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/welcome-vip-bg-desk.png?v=11479614362067761721662068397">
            <source media="(min-width:200px)" srcset="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/welcome-vip-bg-mob.png?v=132334667340715611141662068398">
            <img class="d-block" src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/welcome-vip-bg-desk.png?v=11479614362067761721662068397" alt="VIP"/>
          </picture>
        </div>
      </div>

      <div class="overly overly-home-vip d-flex align-items-center">
        <div class="sr-container-sm">

          <div class="content-block text-center checking-form">
            <div class="img-block text-center">
              <img class="d-inline-block" src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/check-status-logo.svg?v=73926308669180636671662067323" alt="VIP Logo"/>
            </div>
            <h3 class="color-white fs-24 fw-500 lh-13">Enter your email address to<br class="show-mob"> check your VIP status</h3>
            <form action="" id="stausemailForm">
              <input class="stausemail" type="email" placeholder="Enter your email address" required>
            </form>
            <div class="btn-block">
              <a class="ibtn mmd round fw-600 color-black bg-gold border-gold btn-check-vip-status" href="#"><span class="ls-2em">Check Status</span></a>
            </div>
          </div>

          <div class="content-block text-center checking-status" style="display:none">
            <div class="img-block text-center">
              <img class="d-inline-block" src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/your-status-logo.svg?v=54431922838321820771662068444" alt="VIP Logo"/>
            </div>
            <div class="sr-cs-message sr-cs-vip-program-message">
              <h3 class="color-white fs-24 fw-500 lh-13">You have not made a purchase yet.<br class="hide-mob"> Make 2 purchases to automatically become a VIP</h3>
            </div>
            <div class="btn-block">
              <a class="ibtn mmd round fw-600 color-black bg-gold border-gold" href="/collections/men-all-styles"><span class="ls-2em">Shop Now</span></a>
            </div>

            <!--div class="btn-block">
<a class="ibtn mmd round fw-600 color-black bg-gold border-gold" href="/account"><span class="ls-2em">VIP Page</span></a>
</div-->

            <div class="note">
              <a class="color-white fs-12 fw-600 text-uppercase text-decoration-underline ls-2px" href="/pages/vip-landing">learn more</a>
            </div>
          </div>

        </div>
      </div>
    </div>
  </div>
</div>


<!-- Check Status Popup end -->
<script defer>
  $(function(){
    //checkVIPStatus();
    const loggedInEmail = btoa("");
    const cEmail = Cookies.get('SR_PR_kEm');
    
    if(loggedInEmail){
      
      if(cEmail != loggedInEmail){
        console.log("Loggin Email: "+loggedInEmail);
        console.log("Customer Email: "+cEmail);

        Cookies.set('SR_PR_kStatus', '');
        Cookies.set('SR_PR_kId', '');
        Cookies.set('SR_PR_kEm', '');
        Cookies.set('SR_PR_klaviyo_id', '');
        
        getKlaviyoInfoFromEmail(loggedInEmail);
        
        console.log("Customer After Email: "+Cookies.get('SR_PR_kEm'));
      }
    }    
  });                         
</script>



<script defer>
  $(function(){
    $(document).on('click', '.statusCheck', function(e){
      e.preventDefault();
      $('.status-check-section-overlay').addClass('active');
    });
    
    $('.status-check-close').on('click', function(e){
    	e.preventDefault();
    	$('.status-check-section-overlay').removeClass('active');
    });

    $('.btn-check-vip-status').on('click', function(e){
      	e.preventDefault();
     	$("#stausemailForm").submit();
    });
    
    $("#stausemailForm").on('submit', function(e){
      e.preventDefault();
      if($('.stausemail').val()) {
        if(checkIsValidEmail($('.stausemail').val())) {
          checkVIPStatusByEmailForPopUp(btoa($('.stausemail').val()));
        } else {
          console.log('Invalid email address');
        }
      }
    });
  });
  
  function checkIsValidEmail(email) {
    var regex = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;
    return regex.test(email);
  }
</script>


<script>
  $( document ).ready(function() {
    
    $('.mobmenu2setp').on('click', function(){
      $(this).toggleClass('active');
      $('.floting-menu').toggleClass('active');
    });
	
    setTimeout(function() {
    	$('a#ot-sdk-btn').text('Cookie Settings');
    }, 3000);
  });
</script>

</div>
	</div>

	<nav class="srMob-navigation mob-navigation-new font-sharp-sans mob-pro-menu" role="navigation">
  <div class="mob-pro-menu-inner">
    <div class="img-memu-block">
      <div class="img-memu-title">
        <span>Sunglasses</span>
      </div>
      <div class="img-menu-row d-flex">
        
        <a id="proMenuMen" class="img-menu p-relative" href="">
          <div class="img-menu-wrap">
            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/menu-img-men.png?v=116804784934697518091662067887" alt="Men">
          </div>
          <div class="img-menu-caption d-flex ai-center">
            <span class="tt-uppercase fw-600 color-white">Men</span>
            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/arrow-right-white.svg?v=127847709383535969811662067147" alt="Go Mens">
          </div>      
        </a>

        <a id="proMenuWomen" class="img-menu p-relative" href="">
          <div class="img-menu-wrap">
            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/menu-img-women.png?v=75150981207955736661662067889" alt="Women">
          </div>
          <div class="img-menu-caption d-flex ai-center">
            <span class="tt-uppercase fw-600 color-white">Women</span>
            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/arrow-right-white.svg?v=127847709383535969811662067147" alt="Go Womens">
          </div>
        </a>

        <a class="img-menu p-relative" href="/collections/kids">
          <div class="img-menu-wrap">
            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/menu-img-kids.png?v=70406261080092985661662067887" alt="Kids">
          </div>
          <div class="img-menu-caption d-flex ai-center">
            <span class="tt-uppercase fw-600 color-white">Kids</span>
            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/arrow-right-white.svg?v=127847709383535969811662067147" alt="Go Women">
          </div>
        </a>
        
      </div>
    </div>
    
    
              
    
    
    <!--Overly Menus-->
    <div id="menuOverlyMen" class="pro-menu-overlay-container">
      <div class="pro-menu-overlay">
        <div class="pro-menu-overlay-head">
          <span class="pro-menu-back">
            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-angle-right-black.png?v=162057111256873134551662067658" alt="angle"/>
          </span>
          <h4>Mens Sunglasses</h4>
        </div>
        <div class="pro-menu-overlay-inner">

          <div class="pro-menu-overlay-block">
            <div class="menu-tags-container">
              <div class="menu-tag-type menu-tag-col1 d-flex">
                <a class="tag-btn bg-black color-white" href="/collections/men-all-styles">Shop All Mens Sunglasses</a>
              </div>
              <div class="menu-tag-type menu-tag-col2 d-flex">
                
                  
                  
                	<a class="tag-btn bg-black color-white" href="/collections/men-new-arrivals">New Arrivals</a>
                  
                
                  
                  
                	<a class="tag-btn bg-black color-white" href="/collections/men-best-sellers">Best Sellers</a>
                  
                
                  
                  
                
                  
                  
                
                  
                  
                
                  
                  
                
              </div>
            </div>
          </div>
			
          
          
			
          
                <div class="pro-menu-overlay-block">
                  <div class="pro-menu-accordian">
                    <div class="acc">
                      <div class="acc__card">
                        <div class="acc__title">
                          <h4>Shop By Activity</h4>

                          <span class="acc-down-arrow">
                            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-angle-right-black.png?v=162057111256873134551662067658" alt="angle"/>
                          </span>
                        </div>
                        <div class="acc__panel" style="display: none;">


                          <div class="menu-tags-container">
                            <div class="menu-tag-type d-flex">
                              
                              <div class="menu-tags-container">
                                <div class="menu-tag-type d-flex" data-link="">
                                    
                                  <a href="/collections/men-driving">Driving</a>
                                    
                                  <a href="/collections/men-running">Running</a>
                                    
                                  <a href="/collections/men-hiking">Hiking</a>
                                    
                                  <a href="/collections/men-golf">Golf</a>
                                    
                                  <a href="/collections/men-fishing">Fishing</a>
                                    
                                  <a href="/collections/men-biking">Biking</a>
                                    
                                  <a href="/collections/men-everyday">Everyday</a>
                                    
                                  <a href="/collections/men-active">Active</a>
                                    
                                  <a href="/collections/men-premium">Premium</a>
                                  
                                </div>
                              </div>
                              
                            </div>
                          </div>

                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                
          
                <div class="pro-menu-overlay-block">
                  <div class="pro-menu-accordian">
                    <div class="acc">
                      <div class="acc__card">
                        <div class="acc__title">
                          <h4>Shop By Fit</h4>

                          <span class="acc-down-arrow">
                            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-angle-right-black.png?v=162057111256873134551662067658" alt="angle"/>
                          </span>
                        </div>
                        <div class="acc__panel" style="display: none;">
                          <div class="menu-tags-container">
                            <div class="menu-tag-type flex">
                              
                              <div class="menu-tags-container">
                                <div class="menu-tag-type d-flex" data-link="">
                                    
                                  <a href="/collections/men-small">Small</a>
                                    
                                  <a href="/collections/men-average">Average</a>
                                    
                                  <a href="/collections/men-xl">XL</a>
                                  
                                </div>
                              </div>
                              
                            </div>
                          </div>

                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                
          
                <div class="pro-menu-overlay-block">
                  <div class="pro-menu-accordian">
                    <div class="acc">
                      <div class="acc__card">
                        <div class="acc__title">
                          <h4>Shop By Collection</h4>

                          <span class="acc-down-arrow">
                            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-angle-right-black.png?v=162057111256873134551662067658" alt="angle"/>
                          </span>
                        </div>
                        <div class="acc__panel" style="display: none;">

                          <div class="menu-tags-container">
                            <div class="menu-tag-type d-flex">
                              
                              <div class="menu-tags-container">
                                <div class="menu-tag-type d-flex" data-link="">
                                    
                                  <a href="/collections/classics">Classics</a>
                                    
                                  <a href="/collections/signatureseries">Signature</a>
                                    
                                  <a href="/collections/x-series">X Series™</a>
                                    
                                  <a href="/collections/highrise">HighRise®</a>
                                    
                                  <a href="/collections/navigator">Navigator</a>
                                    
                                  <a href="/collections/aviator-series">Aviator</a>
                                    
                                  <a href="/collections/nitro">Nitro</a>
                                    
                                  <a href="/collections/deepsea">DeepSea™</a>
                                    
                                  <a href="/collections/velocity">Velocity™</a>
                                    
                                  <a href="/collections/ventura">Ventura®</a>
                                    
                                  <a href="/collections/titan-series">Titan®</a>
                                    
                                  <a href="/collections/oakmonts">Oakmont</a>
                                    
                                  <a href="/collections/react-collection">React</a>
                                    
                                  <a href="/collections/terrain">Terrain</a>
                                    
                                  <a href="/collections/cypress">Cypress</a>
                                  
                                </div>
                              </div>
                              
                            </div>
                          </div>

                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                
          
          <div class="pro-menu-overlay-block">
            <div class="acc-img-block">
              <a href="/collections/pro-polarized">
                <img src="//cdn.shopify.com/s/files/1/0350/5401/files/men-t1-mob.png?v=1648914956">
              </a>
              <a href="/collections/navigator">
                <img src="//cdn.shopify.com/s/files/1/0350/5401/files/men-t2-mob.png?v=1648914967">
              </a>
            </div>
          </div>
		
          <!--div class="pro-menu-overlay-block">

            <div class="menu-tag-type menu-tag-col1 d-flex">
              <a class="tag-btn bg-black color-white" href="#">Shop All Mens Sunglasses</a>
            </div>

            <div class="acc-img-block">
              <a href="#">
                <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/tag-img-sr-pro.png?v=124453955320005357401662068310" alt="SR Pro"/>
              </a>
              <a href="#">
                <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/tag-img-cypress.png?v=126873377044627273761662068310" alt="Cypress"/>
              </a>
            </div>
          </div-->

        </div>
      </div>
    </div>
    
    <div id="menuOverlyWomen" class="pro-menu-overlay-container">
      <div class="pro-menu-overlay">
        <div class="pro-menu-overlay-head">
          <span class="pro-menu-back">
            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-angle-right-black.png?v=162057111256873134551662067658" alt="angle"/>
          </span>
          <h4>Womens Sunglasses</h4>
        </div>
        <div class="pro-menu-overlay-inner">

          <div class="pro-menu-overlay-block">
            <div class="menu-tags-container">
              <div class="menu-tag-type menu-tag-col1 d-flex">
                <a class="tag-btn bg-black color-white" href="/collections/women-all-styles">Shop All Womens Sunglasses</a>
              </div>
              <div class="menu-tag-type menu-tag-col2 d-flex">
                
                  
                  
                	<a class="tag-btn bg-black color-white" href="/collections/women-new-arrivals">New Arrivals</a>
                  
                
                  
                  
                	<a class="tag-btn bg-black color-white" href="/collections/women-best-sellers">Best Sellers</a>
                  
                
                  
                  
                
                  
                  
                
                  
                  
                
                  
                  
                
              </div>
            </div>
          </div>
			
          
          
			
          
                <div class="pro-menu-overlay-block">
                  <div class="pro-menu-accordian">
                    <div class="acc">
                      <div class="acc__card">
                        <div class="acc__title">
                          <h4>Shop By Activity</h4>

                          <span class="acc-down-arrow">
                            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-angle-right-black.png?v=162057111256873134551662067658" alt="angle"/>
                          </span>
                        </div>
                        <div class="acc__panel" style="display: none;">


                          <div class="menu-tags-container">
                            <div class="menu-tag-type d-flex">
                              
                              <div class="menu-tags-container">
                                <div class="menu-tag-type d-flex" data-link="">
                                    
                                  <a href="/collections/women-driving">Driving</a>
                                    
                                  <a href="/collections/women-running">Running</a>
                                    
                                  <a href="/collections/women-hiking">Hiking</a>
                                    
                                  <a href="/collections/women-golf">Golf</a>
                                    
                                  <a href="/collections/women-fishing">Fishing</a>
                                    
                                  <a href="/collections/women-biking">Biking</a>
                                    
                                  <a href="/collections/women-everyday">Everyday</a>
                                    
                                  <a href="/collections/women-active">Active</a>
                                    
                                  <a href="/collections/women-premium">Premium</a>
                                  
                                </div>
                              </div>
                              
                            </div>
                          </div>

                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                
          
                <div class="pro-menu-overlay-block">
                  <div class="pro-menu-accordian">
                    <div class="acc">
                      <div class="acc__card">
                        <div class="acc__title">
                          <h4>Shop By Fit</h4>

                          <span class="acc-down-arrow">
                            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-angle-right-black.png?v=162057111256873134551662067658" alt="angle"/>
                          </span>
                        </div>
                        <div class="acc__panel" style="display: none;">


                          <div class="menu-tags-container">
                            <div class="menu-tag-type flex">
                              
                              <div class="menu-tags-container">
                                <div class="menu-tag-type d-flex" data-link="">
                                    
                                  <a href="/collections/women-small">Small</a>
                                    
                                  <a href="/collections/women-average">Average</a>
                                    
                                  <a href="/collections/women-xl">XL</a>
                                  
                                </div>
                              </div>
                              
                            </div>
                          </div>

                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                
          
                <div class="pro-menu-overlay-block">
                  <div class="pro-menu-accordian">
                    <div class="acc">
                      <div class="acc__card">
                        <div class="acc__title">
                          <h4>Shop By Collection</h4>

                          <span class="acc-down-arrow">
                            <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-angle-right-black.png?v=162057111256873134551662067658" alt="angle"/>
                          </span>
                        </div>
                        <div class="acc__panel" style="display: none;">


                          <div class="menu-tags-container">
                            <div class="menu-tag-type d-flex">
                              
                              <div class="menu-tags-container">
                                <div class="menu-tag-type d-flex" data-link="">
                                    
                                  <a href="/collections/allure">Allure</a>
                                    
                                  <a href="/collections/classics">Classics</a>
                                    
                                  <a href="/collections/hightide">HighTide</a>
                                    
                                  <a href="/collections/nitro">Nitro</a>
                                    
                                  <a href="/collections/highrise">HighRise®</a>
                                    
                                  <a href="/collections/navigator">Navigator</a>
                                    
                                  <a href="/collections/aviator-series">Aviator</a>
                                    
                                  <a href="/collections/cypress">Cypress</a>
                                    
                                  <a href="/collections/lotus">Lotus</a>
                                    
                                  <a href="/collections/azalea">Azalea</a>
                                    
                                  <a href="/collections/calicoii">Calico®</a>
                                    
                                  <a href="/collections/signatureseries">Signature</a>
                                    
                                  <a href="/collections/velocity">Velocity™</a>
                                    
                                  <a href="/collections/oakmonts">Oakmont</a>
                                    
                                  <a href="/collections/x-series">X Series™</a>
                                    
                                  <a href="/collections/deepsea">DeepSea™</a>
                                  
                                </div>
                              </div>
                              
                            </div>
                          </div>

                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                
          
          <div class="pro-menu-overlay-block">
            <div class="acc-img-block">
              <a href="/collections/pro-polarized">
                <img src="//cdn.shopify.com/s/files/1/0350/5401/files/women-t1-mob.png?v=1648915009">
              </a>
              <a href="/collections/hightide">
                <img src="//cdn.shopify.com/s/files/1/0350/5401/files/women-t2-mob.png?v=1648915018">
              </a>
            </div>
          </div>
          
        </div>
      </div>
    </div>
    <!--Overly Menus End-->
    
    <div class="img-memu-block usa-store-only hide-in-loop-returns">
      <div class="img-memu-title">
        <span>Prescription</span>
      </div>
      
      <div class="img-menu-row d-flex">
        
        <div class="img-menu p-relative">
          <a href="/collections/shady-rays-rx">
            <div class="img-menu-wrap">
              <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/menu-img-rx-sg.png?v=42215953936344616591662067888" alt="RX SUNGLASSES">
            </div>
            <div class="img-menu-caption d-flex ai-center">
              <span class="tt-uppercase fw-600 color-white">RX SUNGLASSES</span>
              <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/arrow-right-white.svg?v=127847709383535969811662067147" alt="Go Women">
            </div>
          </a>
        </div>
        
        <div class="img-menu p-relative">
          <a href="/collections/eyeglasses">
            <div class="img-menu-wrap">
              <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/menu-img-eyeglass.png?v=73504232435038163201662067886" alt="EYEGLASSES">
            </div>
            <div class="img-menu-caption d-flex ai-center">
              <span class="tt-uppercase fw-600 color-white">EYEGLASSES</span>
              <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/arrow-right-white.svg?v=127847709383535969811662067147" alt="Go Women">
            </div>
          </a>
        </div>

      </div>
    </div>

    <div class="mob-pro-menu-block">
      <ul class="mob-pro-menu-md">
        <li><a class="d-flex ai-center" href="/collections/blue-light">Blue Light</a></li>
        <li><a class="d-flex ai-center" href="/products/custom-snow-goggles">Snow Goggles <span class="new-tags tt-uppercase fs-italic">New Lenses</span> </a></li>
        <li><a href="/collections/uv-protection-shirts">UV Shirts</a></li>
      </ul>
      <ul class="mob-pro-menu-sm">
        <li><a href="/collections/readers">Readers</a></li>
        <li><a href="/collections/terrain">Safety Rated</a></li>
        <li><a href="/collections/accessories">Accessories</a></li>
        <li class="usa-store-only"><a href="/collections/gift-cards">Gift Cards</a></li>
        <li><a href="/pages/mission">Our Story</a></li>
        <li><a href="https://shadyrays.zendesk.com/hc/en-us" target="_blank">Support</a></li>
        <li>
          
          <a href="/account/login">My Account</a>
          
        </li>
      </ul>
    </div>

    <div class="currency-changer">
      <div class="currency-inner d-flex ai-center">
        <img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/us-flug.png?v=45308212035347019351662068345" alt="US-USD">
        <span>United States</span>
        <span>(USD)</span>
      </div>
    </div>
  </div>
  
  
  	<ul class="main-nav-window p-relative hide-all">
      	<!--div class="gift-link-wrap">
          <a class="gift-set-link" href="/collections/holiday-gift-bundles">OVER 60% OFF GIFT SETS</a>
        </div-->
      	<li class="mobmenu2setp has-angle" data-id="mob-flag-temp-container"><a href="javascript:void(0)">Sunglasses</a></li>
        
      	<div class="floting-menu">
          <!--div class="gift-link-wrap">
            <a class="gift-set-link" href="/collections/holiday-gift-bundles">OVER 60% OFF GIFT SETS</a>
          </div-->
          <li class="heading-li p-relative">
            <span class="mobmenu2setp back-menu"><img src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/icon-angle-right-black.png?v=162057111256873134551662067658" alt="angle"/></span>
            <span class="menu-heading">Sunglasses</span>
          </li>
          <div class="mob-menu-block">
            <a href="/collections/shade-shop">All Styles</a>
            <a href="/collections/best-sellers">Best Sellers</a>
            <a href="/collections/pro-polarized">Pro Polarized <span class="menu-tag">PREMIUM</span></a>
          </div>
          <div class="mob-menu-block">
            <a href="/collections/mens-collection">Men</a>
            <a href="/collections/womens-favorites">Womens</a>
            <a href="/collections/kids">Kids <span class="menu-tag kids-tag">NEW</span></a>
          </div>
          <div class="mob-menu-block">
            
            <a class="usa-store-only" href="/collections/shady-rays-rx">Prescription</a>
            
            <a href="/collections/readers">Readers</a>
          </div>
          <div class="mob-menu-block">
            <span class="featured-tag">FEATURED</span>
            <a href="/collections/kids">PAW Patrol <span class="menu-tag">SPECIAL EDITION</span></a>
            <a href="/collections/pmt">Pardon My Take <span class="menu-tag">NEW</span></a>
            <!--a href="/collections/roman-reigns">Roman Reigns<sup>®</sup> <span class="menu-tag">NEW</span></a-->
            <a href="/collections/deepsea">DeepSea</a>
            <a href="/collections/react-collections">React</a>
          </div>
        </div>
        
        	<li class="usa-store-only menu-gift-card"><a href="/collections/eyeglasses">Eyeglasses <span class="menu-tag">NEW</span></a></li>
        

      	<li><a href="/collections/blue-light">Blue Light</a></li>

      	<li><a href="/products/custom-snow-goggles">Snow Goggles <span class="menu-tag">NEW</span></a></li>

      	<li><a href="/collections/uv-protection-shirts">UV Shirts</a></li>

      	<li><a href="/collections/accessories">Accessories</a></li>
        
        	<li class="usa-store-only  menu-gift-card"><a href="/collections/gift-cards">Gift Cards</a></li>
        

        <li><a href="/pages/mission">Our Story</a></li>

        <li><a href="https://shadyrays.zendesk.com/hc/en-us" target="_blank">Support</a></li>

        <li>
          
          <a href="/account/login">My Account</a>
          
        </li>

        <li class="flag-container" data-id="mob-flag-container"></li>

        <li class="hide-all">
            <a class="menu-cat-new shade-shop-cat" href="/collections/shade-shop">Shade shop</a>
            <ul style="display: block;" class="keepOpen">
                <li><a href="/collections/shade-shop">All Styles</a></li>
                <li><a href="/collections/best-sellers">Best Sellers</a></li>
                <li><a href="/collections/mens-collection">Men</a></li>
                <li><a href="/collections/womens-favorites">Women</a></li>
                <li><a href="/collections/kids">Kids <span class="new" style="top: -1px;">NEW</span></a></li>
                <li><a href="/collections/lifestyle-manual">Lifestyle</a></li>
                <li><a href="/collections/active">Active</a></li>
            </ul>
        </li>

        <li class="hide-all">
            <a class="menu-cat-new menu-cat-new2">FEATURED</a>
            <ul style="display: block;" class="keepOpen light-list">
              <!--li><a href="/collections/roman-reigns" class="hasTag">Roman Reigns<sup>&reg;</sup> <span class="new"
                                                                                              style="top: -1px;">NEW</span></a></li--><li><a href="/collections/pro-polarized">Pro Polarized</a></li>
            <li><a href="/collections/deepsea" class="hasTag">DeepSea <span class="new"
                            style="top: -1px;">NEW</span></a></li>
                <!--li><a href="/collections/terrain" class="hasTag">Safety Rated <span class="new"
                            style="top: -1px;">NEW</span></a></li-->
            </ul>
        </li>

        <li class="hide-all">
            <a class="menu-cat-new menu-cat-new2">More</a>
            <ul style="display: block;" class="keepOpen light-list">
                
                <li class="usa-store-only menu-gift-card"><a href="/collections/optical-shop">Prescription</a></li>
                
                <li class="menu-gift-card"><a href="/collections/blue-light">Blue Light <span class="new"
                            style="top: -2px;">NEW</span></a></li>
              	<li><a href="/products/custom-snow-goggles">Snow Goggles</a></li>
                <li><a href="/collections/uv-protection-shirts">UV Protection Shirts</a></li>
                <li><a href="/collections/accessories">Accessories</a></li>
                <li><a href="/pages/mission">Our Story</a></li>
                <li><a href="https://shadyrays.zendesk.com/hc/en-us" target="_blank">Support</a></li>
                <li>
                    
                    <a href="/account/login">My Account</a>
                    
                </li>
            </ul>
        </li>

    </ul>
    <div class="prescription-window hide-all">
        <ul>
            <li>
                <a href="javascript:void(0)">Optical Shop</a>
                <ul>
                    <li><a href="/collections/optical-shop">ALL PRESCRIPTION STYLES</a></li>
                    <li><a href="/collections/shady-rays-rx">Prescription SUNGLASSES</a></li>
                    <li><a href="/collections/blue-light" class="hasTag">Blue Light Glasses <span
                                class="new">New</span></a></li>
                </ul>
            </li>
        </ul>
        <a href="javascript:void(0)" class="prescription_Window" aria-label="Back">BACK</a>
    </div>

</nav>


<script>
  $(document).ready(function(){
    // New nav Pro Menu
    $('#proMenuMen').on('click', function(e){
      e.preventDefault();
      $('#menuOverlyMen').addClass('opened');
      $('#searchOverly').removeClass('active');
    });

    $('.pro-menu-back').on('click', function(){
      $('#menuOverlyMen').removeClass('opened');
      $('#searchOverly').removeClass('active');
    });
    
    $('#proMenuWomen').on('click', function(e){
      e.preventDefault();
      $('#menuOverlyWomen').addClass('opened');
      $('#searchOverly').removeClass('active');
    });

    $('.pro-menu-back').on('click', function(){
      $('#menuOverlyWomen').removeClass('opened');
      $('#searchOverly').removeClass('active');
    });
    
  });  
</script>

	<div id="fb-root"></div>

	
		<script>

if ((typeof Shopify) === 'undefined') { Shopify = {}; }
// Get from cart.js returns the cart in JSON
Shopify.getCart = function (callback) {
  jQuery.getJSON('/cart.js', function (cart, textStatus) {
    // Bold:POv2 - Update bold cart.
    if (typeof window.BOLD !== 'undefined'
       && typeof window.BOLD.common !== 'undefined'
       && typeof window.BOLD.common.cartDoctor !== 'undefined') {
      // NOTE: "cart" should be the variable containing the cart json data
      cart = window.BOLD.common.cartDoctor.fix(cart);
    }
    // Bold:POv2
    if ((typeof callback) === 'function') {
      callback(cart);
    } else if (Array.isArray(callback)) {
				for (i = 0; i < callback.length; i++) {
					if (typeof callback[i] === 'function') {
						callback[i](cart);
					}
				}
			} else if (typeof Shopify.onCartUpdate === 'function') {
				Shopify.onCartUpdate(cart);
			}
  });
};

/**
 * Module to ajaxify all add to cart forms on the page.
 *
 * Copyright (c) 2014 Caroline Schnapp (11heavens.com)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 */
 Shopify.AjaxifyCart = (function ($) {
  var _config = {
    addedToCartBtnLabel: 'Thank You!',
    addingToCartBtnLabel: 'Adding...',
    soldOutBtnLabel: 'Sold Out',
    howLongTillBtnReturnsToNormal: 3000, // in milliseconds.
    cartCountSelector: '.item_count',
    feedbackPosition: 'nextButton', // 'aboveForm' for top of add to cart form, 'belowForm' for below the add to cart form, and 'nextButton' for next to add to cart button.
    shopifyAjaxAddURL: '/cart/add.js',
    shopifyAjaxCartURL: '/cart.js'
  };
  var _showFeedback = function (success, html, addToCartForm) {
    $('.ajaxified-cart-feedback').remove();
    var feedback = '<p class="ajaxified-cart-feedback ' + success + '">' + html + '</p>';
    switch (_config.feedbackPosition) {
      case 'aboveForm':
        addToCartForm.before(feedback);
        break;
      case 'belowForm':
        addToCartForm.after(feedback);
        break;
      case 'nextButton':
      default:
        // Bold:POv2
        addToCartForm.find('input[type="submit"]:not(.bold_hidden)').after(feedback);
        // Bold:POv2
        break;
    }
    $('.ajaxified-cart-feedback').slideDown();
  };
  var _init = function() {
    $(document).ready(function() {
      $('form[action="/cart/add"]').submit(function(e) {
        e.preventDefault();
        var addToCartForm = $(this);
        // Disable add to cart button.

        var addToCartBtn = addToCartForm.find('input[type="submit"]:not(.bold_hidden)');

        addToCartBtn.attr('data-label', addToCartBtn.val());
        addToCartBtn.val(_config.addingToCartBtnLabel).addClass('disabled').attr('disabled', 'disabled');

        // Bold:POv2 - Use our add-to-cart functionality to enable file uploads with AJAX.
        var success_callback= function(itemData) {
//           console.log($('#hard-case-checkbox').val());
          $('.add-hard-cover-section').hide();
          user_cart_items.push(itemData);
          if (typeof enableDisableCartButton == 'function' ) {
            enableDisableCartButton();
          }

          if($(".product-protect").length>0){
            $(".product-protect").fadeIn();
            showCrossSell();
          }

          if($(".rx-popup").length){
            //$('.rx-popup').show();
      		//$('body').addClass('hide-overflow');
          }

          if($("#specialOfferTag").length){
            updateSavingCalculator();
          }

          if($("#ausSpecialOfferTag").length){
            updateAusSavingCalculator();
          }

          // Bold:POv2
          if(typeof window.BOLD !== 'undefined'
             && typeof window.BOLD.common !== 'undefined'
             && typeof window.BOLD.common.cartDoctor !== 'undefined') {
            // NOTE: "item" should be the variable containing the item json data from the cart/add.js response
            itemData = window.BOLD.common.cartDoctor.fixItem(itemData);
          }
          // Bold:POv2
          if (typeof(upsell_main) === "function") {
            upsell_main();
          }
          if (typeof(upsell_offer) === "function") {
            upsell_offer();
          }
            // Re-enable add to cart button.
          	addToCartBtn.addClass('hidebtn'); // hidebutton
            addToCartBtn.addClass('inverted').val(_config.addedToCartBtnLabel);
            window.addToCartBtnDisabled = true;
          	_showFeedback('success',`<a href="/cart" class="button button-continue-shopping">View Cart</a><div class="donating-meal-block d-flex align-items-center justify-content-center usa-store-only">
              <img class="d-block" src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/heart-icon-green.svg?v=119654006777720383941662067570" alt="Donate Meal">
              <span class="color-black">You are donating 10 meals with this order.</span>
            </div><div class="add-to-cart-status">Successfully added to cart</div><div class="sr-continue-shopping"><a href="/collections/men-all-styles" class="sr-continue-shopping-link">Continue Shopping</a>`,addToCartForm);
            //_showFeedback('success','<i class="fa fa-check"></i> <a href="/cart" class="button button-continue-shopping">View Cart</a><div class="add-to-cart-status">Successfully added to cart</div><div class="sr-continue-shopping"><a href="/collections/men-all-styles" class="sr-continue-shopping-link">Continue Shopping</a>',addToCartForm);
            /*
            window.setTimeout(function(){
              addToCartBtn.removeAttr('disabled').removeClass('disabled').removeClass('inverted').val(addToCartBtn.attr('data-label'));
            }, _config.howLongTillBtnReturnsToNormal);
          	*/
            // Update cart count and show cart link.
            Shopify.getCart(function(cart) {
              
              var vanity = window.Shopify.vanity;
              if(vanity){
                vanity.showPdpBox(itemData.product_id,cart);
              }
              
              // Bold:POv2 - Update bold cart.
              if(typeof window.BOLD !== 'undefined'
                 && typeof window.BOLD.common !== 'undefined'
                 && typeof window.BOLD.common.cartDoctor !== 'undefined') {
                // NOTE: "cart" should be the variable containing the cart json data
                cart = window.BOLD.common.cartDoctor.fix(cart);
              }
              // Bold:POv2
              if (_config.cartCountSelector && $(_config.cartCountSelector).size()) {
                var value = $(_config.cartCountSelector).html() || '0';
                var hard_cases = ['magnetic-matte-case','signature-live-hard-shade-case','shady-rays-x-realtree-xtra-premium-camouflage-pouch','kids-signature-hard-case'];
                var _count = 0;
                for(var i in cart.items){
                  var item = cart.items[i];
                  if(hard_cases.indexOf(item.handle) > 0 && ('_hard-case-handle' in item.properties_all )){
                    continue;
                  }
                  _count = _count+item.quantity;
                }
                $(_config.cartCountSelector).html(value.replace(/[0-9]+/,_count));
              }

              if (_config.cartTotalSelector && $(_config.cartTotalSelector).size()) {

                if (typeof Currency !== 'undefined' && typeof Currency.money_format !== 'undefined') {
                  var newCurrency = '';
                  if ($('[name="currencies"]').size()) {
                    newCurrency = $('[name="currencies"]').val();
                  }
                  else if ($('#currencies span.selected').size()) {
                    newCurrency = $('#currencies span.selected').attr('data-currency');
                  }
                  if (newCurrency) {
                    $(_config.cartTotalSelector).html('<span class=money>' + Shopify.formatMoney(Currency.convert(cart.total_price, "USD", newCurrency), Currency.money_format[newCurrency]) + '</span>');
                  }
                  else {
                    $(_config.cartTotalSelector).html(Shopify.formatMoney(cart.total_price, "<span class=money>${{amount}}</span>"));
                  }
                }
                else {
                  $(_config.cartTotalSelector).html(Shopify.formatMoney(cart.total_price, "<span class=money>${{amount}}</span>"));
                }
              };

              
            });
            if (typeof snaptr === "function") {
              snaptr('track','ADD_CART');
            }
            fbq('track', 'AddToCart', {
              value: '',
              currency: 'USD',
              content_ids: '[]',
              content_name: '',
              content_type: 'product_group',
            });
          };
          var error_callback=  function(XMLHttpRequest) {
            var response = eval('(' + XMLHttpRequest.responseText + ')');
            response = response.description;
            if (response.slice(0,4) === 'All ') {
              _showFeedback('error', response.replace('All 1 ', 'All '), addToCartForm);
              addToCartBtn.removeAttr('disabled').val(_config.soldOutBtnLabel).attr('disabled','disabled');
            } else {
              _showFeedback('error', '<i class="fa fa-warning"></i> ' + response, addToCartForm);
              addToCartBtn.removeAttr('disabled').removeClass('disabled').removeClass('inverted').val(addToCartBtn.attr('data-label'));
            }
          };

        if(typeof(BOLD)==='object' && BOLD.helpers && typeof(BOLD.helpers.addItemFromForm) === 'function') {
          BOLD.helpers.addItemFromForm(addToCartForm, success_callback, error_callback, {endpoint:'/cart/add.js'});
        } else {
           // Add to cart.
           $.ajax({
            url: '/cart/add.js',
            dataType: 'json',
            type: 'post',
            data: addToCartForm.serialize(),
            success: success_callback,
            error: error_callback
          });
        }
		// Bold:POv2
        return false;
      });
    });
  };
  return {
    init: function(params) {
        // Configuration
        params = params || {};
        // Merging with defaults.
        $.extend(_config, params);
        // Action
        $(function() {
          _init();
        });
    },
    getConfig: function() {
      return _config;
    }
  }
})(jQuery);

Shopify.AjaxifyCart.init();

</script>

	

	
	<!-- This line added automatically by JSON-LD for SEO. -->

    


<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "Organization",
    "@id": "https:\/\/majl.es\/#org",
    "name": "Shady Rays® | Polarized Sunglasses",
    "url": "https://majl.es",
    "description": "High quality polarized sunglasses for men and women, featuring lifetime craftsmanship warranty and replacements if lost or broken. Free shipping and returns.",
    "telephone": "502-558-2381",
    "logo": "https:\/\/cdn.shopify.com\/s\/files\/1\/0350\/5401\/files\/shadyrays.png",
    "image": "https:\/\/cdn.shopify.com\/s\/files\/1\/0350\/5401\/files\/shadyrays.png",
    "sameAs": ["https:\/\/www.instagram.com\/shadyrays\/","https:\/\/twitter.com\/shadyrays","https:\/\/www.facebook.com\/ShadyRaysEyewear"],
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "40 Kingbrook Parkway, Suite 1",
        "addressLocality": "Simpsonville",
        "addressRegion": "Kentucky",
        "postalCode": "40067",
        "addressCountry": "United States"
    }
}
</script>






	<!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MCTSCDJ"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->

	

<script>
$(document).ready(function () {
	$("#ot-sdk-btn").bind('click',function(e){
      e.preventDefault();
	});

});

</script>
<!-- Yotpo JS -->
<script type="text/plain" class="optanon-category-C0039">
	(function e() { var e = document.createElement("script"); e.type = "text/javascript", e.async = true, e.src = "//staticw2.yotpo.com/jqH2lIOPzmgeEb90BVG0MC7BxXDXKPcs3IIJ3DHh/widget.js"; var t = document.getElementsByTagName("script")[0]; t.parentNode.insertBefore(e, t) })();
</script>


<script>
	var dataLayer = window.dataLayer = window.dataLayer || [];
	dataLayer.push({
		'event': 'userData',
		'firstName': '',
		'lastName': '',
		'emailAddress': '',
		'phoneNumber': '',
		'geoCity': '',
		'geoStateCode': '',
		'geoZipCode': ''
	});
</script>


<!-- Google Tag Manager New -->

<script>function font_faml_ixigzv(w,d,s,l,i){ var fnzl_vwxxgkk={}; var mtd = 'GET';w[l]=w[l]||[]; w[l].push({'gtm.start':new Date().getTime(), event:'gtm.js'}); var f=d.getElementsByTagName(s)[0], j=d.createElement(s), dl=l!='dataLayer'?'&l='+l:''; j.async=true; j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);}; font_faml_ixigzv(window,document,'script','dataLayer','GTM-MCTSCDJ');</script>
<!-- End Google Tag Manager -->










<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/slick.min.js?v=104344098439395946491662068174"></script>




<script type="text/javascript">
	$(window).load(function () {
		$('.ci').matchHeight();
	});
</script>



<script id="sca_fg_cart_ShowGiftAsProductTemplate" type="text/template">
  
  <div class="item not-sca-qv" id="sca-freegift-{{productID}}">
    <a class="close_box" style="display: none;position: absolute;top:5px;right: 10px;font-size: 22px;font-weight: bold;cursor: pointer;text-decoration:none;color: #aaa;">×</a>
    <a href="/products/{{productHandle}}" target="_blank"><img style="margin-left: auto; margin-right: auto; width: 50%;" class="lazyOwl" data-src="{{productImageURL}}"></a>
    <div class="sca-product-shop">
      <div class="review-summary3">
        <div class="yotpo bottomLine" style="text-align:center"
          data-product-id="{{productID}}"
          data-product-models="{{productID}}"
          data-name="{{productTitle}}"
          data-url="/products/{{productHandle}}">
        </div>
      </div>
      <div class="f-fix"><span class="sca-product-title" style="white-space: nowrap;color:#000;{{showfgTitle}}">{{productTitle}}</span>
          <div id="product-variants-{{productID}}">
            <div class="sca-price" id="price-field-{{productID}}">
              <span class="sca-old-price">{{variant_compare_at_price}}</span>
              <span class="sca-special-price">{{variant_price}}</span>
            </div>
            <div id="stay-content-sca-freegift-{{productID}}" class="sca-fg-cart-item">
              <a class="close_box" style="display: none;position: absolute;top:5px;right: 10px;font-size: 22px;font-weight: bold;cursor: pointer;text-decoration:none;color: #aaa;">×</a>
              <select id="product-select-{{productID}}" name="id" style="display: none">
                {{optionVariantData}}
              </select>
            </div>
          </div>
          <button type='button' id="sca-btn-select-{{productID}}" class="sca-button" onclick="onclickSelect_{{productID}}();"><span>{{SelectButton}}</span></button>
          <button type='button' id="sca-btn-{{productID}}" class="sca-button" style="display: none"><span>{{AddToCartButton}}</span></button>
      </div>
    </div>
  </div>
  
</script>
<script id = "sca_fg_cart_ShowGiftAsProductScriptTemplate" type="text/template">
  
  
    var selectCallback_{{productID}}=function(t,a){if(t?(t.available?(SECOMAPP.jQuery("#sca-btn-{{productID}}").removeClass("disabled").removeAttr("disabled").html("<span>{{AddToCartButton}}</span>").fadeTo(200,1),SECOMAPP.jQuery("#sca-btn-{{productID}}").unbind("click"),SECOMAPP.jQuery("#sca-btn-{{productID}}").click(SECOMAPP.jQuery.proxy(function(){SECOMAPP.addGiftToCart(t.id,1)},t))):SECOMAPP.jQuery("#sca-btn-{{productID}}").html("<span>{{UnavailableButton}}</span>").addClass("disabled").attr("disabled","disabled").fadeTo(200,.5),t.compare_at_price>t.price?SECOMAPP.jQuery("#price-field-{{productID}}").html("<span class='sca-old-price'>"+SECOMAPP.formatMoney(t.compare_at_price)+"</span>&nbsp;<s class='sca-special-price'>"+SECOMAPP.formatMoney(t.price)+"</s>"):SECOMAPP.jQuery("#price-field-{{productID}}").html("<span class='sca-special-price'>"+SECOMAPP.formatMoney(t.price)+"</span>")):SECOMAPP.jQuery("#sca-btn-{{productID}}").html("<span>{{UnavailableButton}}</span>").addClass("disabled").attr("disabled","disabled").fadeTo(200,.5),t&&t.featured_image){var e=SECOMAPP.jQuery("#sca-freegift-{{productID}} img"),_=t.featured_image,c=e[0];Shopify.Image.switchImage(_,c,function(t,a,e){SECOMAPP.jQuery(e).parents("a").attr("href",t),SECOMAPP.jQuery(e).attr("src",t)})}},onclickSelect_{{productID}}=function(t){SECOMAPP.jQuery.getJSON("/products/{{productHandle}}.js",{_:(new Date).getTime()},function(t){SECOMAPP.jQuery(".owl-item #sca-freegift-{{productID}} span.sca-product-title").html(t.title);var e=[];SECOMAPP.jQuery.each(t.options,function(t,a){e[t]=a.name}),t.options=e;for(var a={{variantsGiftList}},_={{mainVariantsList}},c=t.variants.length-1;-1<c;c--)a.indexOf(t.variants[c].id)<0&&_.indexOf(t.variants[c].id)<0&&t.variants.splice(c,1);for(var o=_.length-1;-1<o;o--){var i=a[o],r=_[o],n=-1,s=-1;for(c=t.variants.length-1;-1<c;c--)t.variants[c].id==i?n=c:t.variants[c].id==r&&(s=c);-1<n&&-1<s&n!==s?("undefined"!=typeof SECOMAPP&&void 0!==SECOMAPP.fgsettings&&!0===SECOMAPP.fgsettings.sca_sync_gift&&void 0!==SECOMAPP.fgsettings.sca_fg_gift_variant_quantity_format&&"equal_original_inventory"===SECOMAPP.fgsettings.sca_fg_gift_variant_quantity_format&&(t.variants[n].available=t.variants[s].available,t.variants[n].inventory_management=t.variants[s].inventory_management),t.variants[n].option1=t.variants[s].option1,t.variants[n].options[0].name=t.variants[s].options[0].name,t.variants[n].options[1]&&(t.variants[n].options[1].name=t.variants[s].options[1].name,t.variants[n].option2=t.variants[s].option2),t.variants[n].options[2]&&(t.variants[n].options[2].name=t.variants[s].options[2].name,t.variants[n].option3=t.variants[s].option3),t.variants[n].title=t.variants[s].title,t.variants[n].name=t.variants[s].name,t.variants[n].public_title=t.variants[s].public_title,t.variants.splice(s,1)):(t.variants[s].id=i,t.variants[s].compare_at_price||(t.variants[s].compare_at_price=t.variants[s].price),t.variants[s].price=SECOMAPP.fgdata.giftid_price_mapping[i])}SECOMAPP.jQuery("#sca-btn-select-{{productID}}").hide(),SECOMAPP.jQuery("#product-select-{{productID}}").show(),SECOMAPP.jQuery("#sca-btn-{{productID}}").show(),SECOMAPP.jQuery("#stay-content-sca-freegift-{{productID}} .close_box").show(),SECOMAPP.jQuery("#stay-content-sca-freegift-{{productID}} .close_box").click(function(){SECOMAPP.jQuery("#stay-content-sca-freegift-{{productID}}").hide(),SECOMAPP.jQuery("#sca-btn-{{productID}}").hide(),SECOMAPP.jQuery("#sca-btn-select-{{productID}}").show()}),onclickSelect_{{productID}}=function(){SECOMAPP.jQuery("#stay-content-sca-freegift-{{productID}}").show(),SECOMAPP.jQuery("#sca-btn-{{productID}}").show(),SECOMAPP.jQuery("#sca-btn-select-{{productID}}").hide()},1==t.variants.length?(-1!==t.variants[0].title.indexOf("Default")&&SECOMAPP.jQuery("#sca-freegift-{{productID}} .selector-wrapper").hide(),1==t.variants[0].available&&(SECOMAPP.jQuery("#sca-btn-{{productID}}").show(),SECOMAPP.jQuery("#sca-btn-select-{{productID}}").hide(),SECOMAPP.jQuery("#sca-btn-{{productID}}").removeClass("disabled").removeAttr("disabled").html("<span>{{AddToCartButton}}</span>").fadeTo(200,1),SECOMAPP.jQuery("#sca-btn-{{productID}}").unbind("click"),SECOMAPP.jQuery("#sca-btn-{{productID}}").click(SECOMAPP.jQuery.proxy(function(){SECOMAPP.addGiftToCart(t.variants[0].id,1)},t)))):(new Shopify.OptionSelectors("product-select-{{productID}}",{product:t,onVariantSelected:selectCallback_{{productID}},enableHistoryState:!0}),SECOMAPP.jQuery("#stay-content-sca-freegift-{{productID}}").show(),SECOMAPP.jQuery("#stay-content-sca-freegift-{{productID}}").focus())})};1=={{variantsGiftList}}.length&&onclickSelect_{{productID}}();
  
</script>

<script id="sca_fg_cart_ShowGiftAsVariantTemplate" type="text/template">
  
  <div class="item not-sca-qv" id="sca-freegift-{{variantID}}">
    <a href="/products/{{productHandle}}?variant={{originalVariantID}}" target="_blank"><img style="margin-left: auto; margin-right: auto; width: 50%;" class="lazyOwl" data-src="{{variantImageURL}}"></a>
    <div class="sca-product-shop">
      <div class="review-summary3">
        <div class="yotpo bottomLine" style="text-align:center"
          data-product-id="{{productID}}"
          data-product-models="{{productID}}"
          data-name="{{productTitle}}"
          data-url="/products/{{productHandle}}">
        </div>
      </div>
      <div class="f-fix">
        <span class="sca-product-title" style="white-space: nowrap;color:#000;">{{variantTitle}}</span>
        <div class="sca-price">
          <span class="sca-old-price">{{variant_compare_at_price}}</span>
          <span class="sca-special-price">{{variant_price}}</span>
        </div>
        <button type="button" id="sca-btn{{variantID}}" class="sca-button" onclick="SECOMAPP.addGiftToCart({{variantID}},1);">
          <span>{{AddToCartButton}}</span>
        </button>
      </div>
    </div>
  </div>
  
</script>

<script id="sca_fg_prod_GiftList" type="text/template">
  
  <a style="text-decoration: none !important" id ="{{giftShowID}}" class="product-image freegif-product-image freegift-info-{{giftShowID}}"
     title="{{giftTitle}}" href="/products/{{productsHandle}}">
    <img class="not-sca-qv" src="{{giftImgUrl}}" alt="{{giftTitle}}" />
  </a>
  
</script>

<script id="sca_fg_prod_Gift_PopupDetail" type="text/template">
  
  <div class="sca-fg-item fg-info-{{giftShowID}}" style="display:none;z-index:2147483647;">
    <div class="sca-fg-item-options">
      <div class="sca-fg-item-option-title">
        <em>{{freegiftRuleName}}</em>
      </div>
      <div class="sca-fg-item-option-ct">
        <!--        <div class="sca-fg-image-item">
                        <img src="{{giftImgUrl}}" /> -->
        <div class="sca-fg-item-name">
          <a href="#">{{giftTitle}}</a>
        </div>
        <!--        </div> -->
      </div>
    </div>
  </div>
  
</script>

<script id="sca_fg_ajax_GiftListPopup" type="text/template">
  
  <div id="freegift_popup" class="mfp-hide">
    <div id="sca-fg-owl-carousel">
      <div id="freegift_cart_container" class="sca-fg-cart-container" style="display: none;">
        <div id="freegift_message" class="owl-carousel"></div>
      </div>
      <div id="sca-fg-slider-cart" style="display: none;">
        <div class="sca-fg-cart-title">
          <strong>{{popupTitle}}</strong>
        </div>
        <div id="sca_freegift_list" class="owl-carousel"></div>
      </div>
    </div>
  </div>
  
</script>

<script id="sca_fg_checkout_confirm_popup" type="text/template">
    
         <div class='sca-fg-checkout-confirm-popup' style='font-family: "Myriad","Cardo","Big Caslon","Bodoni MT",Georgia,serif; position: relative;background: #FFF;padding: 20px 20px 50px 20px;width: auto;max-width: 500px;margin: 20px auto;'>
             <h1 style='font-family: "Oswald","Cardo","Big Caslon","Bodoni MT",Georgia,serif;'>YOU CAN STILL ADD MORE!</h1>
             <p>You get 1 free item with every product purchased. It looks like you can still add more free item(s) to your cart. What would you like to do?</p>
             <p class='sca-fg-checkout-confirm-buttons' style='float: right;'>
                 <a class='btn popup-modal-dismiss action_button add_to_cart' href='#' style='width: 200px !important;margin-right: 20px;'>ADD MORE</a>
                 <a class='btn checkout__button continue-checkout action_button add_to_cart' href='/checkout' style='width: 200px !important;'>CHECKOUT</a>
             </p>
         </div>
    
</script>



<link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/sca.freegift.css?v=115294920919731228611662068096" rel="stylesheet" type="text/css" media="all" />
<script src="//cdn.shopify.com/shopifycloud/shopify/assets/themes_support/option_selection-9f517843f664ad329c689020fb1e45d03cac979f64b9eb1651ea32858b0ff452.js" type="text/javascript"></script>
<script data-cfasync="false">
    Shopify.money_format = "\u003cspan class=money\u003e${{amount}}\u003c\/span\u003e";
    //enable checking free gifts condition when checkout clicked
    if ((typeof SECOMAPP) === 'undefined') { window.SECOMAPP = {}; };
    SECOMAPP.enableOverrideCheckout = true;
    //    SECOMAPP.preStopAppCallback = function(cart){
    //        if(typeof yotpo!=='undefined' && typeof yotpo.initWidgets==='function'){
    //            yotpo.initWidgets();
    //        }
    //    }
</script>
<script type="text/javascript">(function(){if(typeof SECOMAPP==="undefined"){SECOMAPP={}};if(typeof Shopify==="undefined"){Shopify={}};SECOMAPP.fg_ver=1593614955;SECOMAPP.fg_scriptfile="freegifts_20200618.min.js";SECOMAPP.gifts_list_avai={
};})();</script>

<script data-cfasync="false" type="text/javascript">
  /* Smart Ecommerce App (SEA Inc)
  * http://www.secomapp.com
  * Do not reuse those source codes if don't have permission of us.
  * */
  
  
  (function(){if(!Array.isArray){Array.isArray=function(e){return Object.prototype.toString.call(e)==="[object Array]"}}"function"!==typeof Object.create&&(Object.create=function(e){function t(){}t.prototype=e;return new t});if(!Object.keys){Object.keys=function(e){var t=[],r;for(r in e){if(Object.prototype.hasOwnProperty.call(e,r)){t.push(r)}}return t}}if(!String.prototype.endsWith){Object.defineProperty(String.prototype,"endsWith",{value:function(e,t){var r=this.toString();if(t===undefined||t>r.length){t=r.length}t-=e.length;var i=r.indexOf(e,t);return i!==-1&&i===t},writable:true,enumerable:true,configurable:true})}if(!Array.prototype.indexOf){Array.prototype.indexOf=function(e,t){var r;if(this==null){throw new TypeError('"this" is null or not defined')}var i=Object(this);var n=i.length>>>0;if(n===0){return-1}var o=+t||0;if(Math.abs(o)===Infinity){o=0}if(o>=n){return-1}r=Math.max(o>=0?o:n-Math.abs(o),0);while(r<n){if(r in i&&i[r]===e){return r}r++}return-1}}if(!Array.prototype.forEach){Array.prototype.forEach=function(e,t){var r,i;if(this==null){throw new TypeError(" this is null or not defined")}var n=Object(this);var o=n.length>>>0;if(typeof e!=="function"){throw new TypeError(e+" is not a function")}if(arguments.length>1){r=t}i=0;while(i<o){var a;if(i in n){a=n[i];e.call(r,a,i,n)}i++}}}console=console||{};console.log=console.log||function(){};if(typeof Shopify==="undefined"){Shopify={}}if(typeof Shopify.onError!=="function"){Shopify.onError=function(){}}if(typeof SECOMAPP==="undefined"){SECOMAPP={}}SECOMAPP.removeGiftsVariant=function(e){setTimeout(function(){try{e("select option").not(".sca-fg-cart-item select option").filter(function(){var t=e(this).val();var r=e(this).text();if(r.indexOf(" - ")!==-1){r=r.slice(0,r.indexOf(" - "))}var i=[];if(r.indexOf(" / ")!==-1){i=r.split(" / ");r=i[i.length-1]}if(typeof SECOMAPP.gifts_list_avai!=="undefined"&&typeof SECOMAPP.gifts_list_avai[t]!=="undefined"||r.endsWith("% off)")){e(this).parent("select").find("option").not(".sca-fg-cart-item select option").filter(function(){var i=e(this).val();var n=e(this).text();return n.endsWith(r)||i==t}).remove();e(".dropdown *,ul li,label,div").filter(function(){var i=e(this).html(),n=e(this).data("value");return i&&i.endsWith(r)||n==t}).remove();return true}return false})}catch(e){console.log(e)}},500)};SECOMAPP.formatMoney=function(e,t){if(typeof e=="string"){e=e.replace(".","")}var r="";var i=typeof Shopify!=="undefined"&&typeof Shopify.money_format!=="undefined"?Shopify.money_format:"{{amount}}";var n=/\{\{\s*(\w+)\s*\}\}/;var o=t||(typeof this.fgsettings.sca_currency_format==="string"&&this.fgsettings.sca_currency_format.indexOf("amount")>-1?this.fgsettings.sca_currency_format:null)||i;if(o.indexOf("amount_no_decimals_no_comma_separator")<0&&o.indexOf("amount_no_comma_separator_up_cents")<0&&o.indexOf("amount_up_cents")<0&&typeof Shopify.formatMoney==="function"){return Shopify.formatMoney(e,o)}function a(e,t){return typeof e=="undefined"?t:e}function f(e,t,r,i,n,o){t=a(t,2);r=a(r,",");i=a(i,".");if(isNaN(e)||e==null){return 0}e=(e/100).toFixed(t);var f=e.split("."),c=f[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g,"$1"+r),s=f[1]?!n||!o?i+f[1]:n+f[1]+o:"";return c+s}switch(o.match(n)[1]){case"amount":r=f(e,2);break;case"amount_no_decimals":r=f(e,0);break;case"amount_with_comma_separator":r=f(e,2,",",".");break;case"amount_no_decimals_with_comma_separator":r=f(e,0,",",".");break;case"amount_no_decimals_no_comma_separator":r=f(e,0,"","");break;case"amount_up_cents":r=f(e,2,",","","<sup>","</sup>");break;case"amount_no_comma_separator_up_cents":r=f(e,2,"","","<sup>","</sup>");break}return o.replace(n,r)};SECOMAPP.setCookie=function(e,t,r,i,n){var o=new Date;o.setTime(o.getTime()+r*24*60*60*1e3+i*60*1e3);var a="expires="+o.toUTCString();document.cookie=e+"="+t+";"+a+(n?";path="+n:";path=/")};SECOMAPP.deleteCookie=function(e,t){document.cookie=e+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC; "+(t?";path="+t:";path=/")};SECOMAPP.getCookie=function(e){var t=e+"=";var r=document.cookie.split(";");for(var i=0;i<r.length;i++){var n=r[i];while(n.charAt(0)==" ")n=n.substring(1);if(n.indexOf(t)==0)return n.substring(t.length,n.length)}return""};SECOMAPP.getQueryString=function(){var e={};var t=window.location.search.substring(1);var r=t.split("&");for(var i=0;i<r.length;i++){var n=r[i].split("=");if(typeof e[n[0]]==="undefined"){e[n[0]]=decodeURIComponent(n[1])}else if(typeof e[n[0]]==="string"){var o=[e[n[0]],decodeURIComponent(n[1])];e[n[0]]=o}else{e[n[0]].push(decodeURIComponent(n[1]))}}return e};SECOMAPP.freegifts_product_json=function(e){if(e){for(var t=0;t<e.options.length;t++)if(typeof e.options[t]!=="undefined"&&typeof e.options[t].values!=="undefined"){var r=e.options[t];for(var i=0;i<r.values.length;i++)(r.values[i].endsWith("(Freegifts)")||r.values[i].endsWith("% off)"))&&(r.values.splice(i,1),i--)}for(var n=function(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0},o=e.price,a=e.price_max,f=e.price_min,c=e.compare_at_price,s=e.compare_at_price_max,p=e.compare_at_price_min,t=0;t<e.variants.length;t++){var i=e.variants[t],u=i.option3?i.option3:i.option2?i.option2:i.option1;"undefined"!=typeof SECOMAPP&&"undefined"!=typeof SECOMAPP.gifts_list_avai&&!n(SECOMAPP.gifts_list_avai)&&"undefined"!=typeof SECOMAPP.gifts_list_avai[i.id]||u.endsWith("(Freegifts)")||u.endsWith("% off)")?(e.variants.splice(t,1),t-=1):(a>=i.price&&(a=i.price,o=i.price),f<=i.price&&(f=i.price),i.compare_at_price&&(s>=i.compare_at_price&&(s=i.compare_at_price,c=i.compare_at_price),p<=i.compare_at_price&&(p=i.compare_at_price)),1==i.available&&(e.available=!0))}e.price=o,e.price_max=f,e.price_min=a,e.compare_at_price=c,e.compare_at_price_max=p,e.compare_at_price_min=s,e.price_varies=f>a?!0:!1,e.compare_at_price_varies=p>s?!0:!1}return e};SECOMAPP.fg_codes=[];if(SECOMAPP.getCookie("sca_fg_codes")!==""){SECOMAPP.fg_codes=JSON.parse(SECOMAPP.getCookie("sca_fg_codes"))}var e=SECOMAPP.getQueryString();if(e["freegifts_code"]&&SECOMAPP.fg_codes.indexOf(e["freegifts_code"])===-1){if(typeof SECOMAPP.activateOnlyOnePromoCode!=="undefined"&&SECOMAPP.activateOnlyOnePromoCode===true){SECOMAPP.fg_codes=[]}SECOMAPP.fg_codes.push(e["freegifts_code"]);SECOMAPP.setCookie("sca_fg_codes",JSON.stringify(SECOMAPP.fg_codes))}})();
  
  ;SECOMAPP.customer={};SECOMAPP.customer.orders=[];SECOMAPP.customer.freegifts=[];;SECOMAPP.customer.email=null;SECOMAPP.customer.first_name=null;SECOMAPP.customer.last_name=null;SECOMAPP.customer.tags=null;SECOMAPP.customer.orders_count=null;SECOMAPP.customer.total_spent=null;
</script>

<link rel="stylesheet" href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/sca-pp.css?v=133553214953398374121662068091">
 <script>
  
  SCAPPShop = {};
    
  </script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/sca-pp-initial.js?v=44055980046105472121662068090" type="text/javascript"></script>
  


<!-- Begin TVSquared Tracking Code -->

<script type="text/plain" class="optanon-category-C0004" >

	var _tvq = window._tvq = window._tvq || [];

	(function () {

		var u = (("https:" == document.location.protocol) ? "https://collector-9309.us.tvsquared.com/" : "http://collector-9309.us.tvsquared.com/");

		_tvq.push(['setSiteId', "TV-09639009-1"]);

		_tvq.push(['setTrackerUrl', u + 'tv2track.php']);

		_tvq.push([function () {

			this.deleteCustomVariable(5, 'page')

		}]);

		_tvq.push(['trackPageView']);

		var d = document,

			g = d.createElement('script'),

			s = d.getElementsByTagName('script')[0];

		g.type = 'text/javascript';

		g.defer = true;

		g.async = true;

		g.src = u + 'tv2track.js';

		s.parentNode.insertBefore(g, s);

	})();

</script>
<!-- End TVSquared Tracking Code -->



<script>
	$(function () {
		$('.mobile-menu_icon').on('click', function () {
			if (!$(this).hasClass('open')) {
				$(this).addClass('open');
				$('body').addClass('mobNav-active');
				$('.openVIP-js').removeClass('open');
              	$('#searchOverly').removeClass('active');
			} else {
				$(this).removeClass('open');
				$('body').removeClass('mobNav-active');
              	$('#searchOverly').removeClass('active');

				$('.srMob-navigation').removeClass('prescription-active');
				$('.has-dropdown').siblings('ul').slideUp();
				$('.has-dropdown').siblings('ul.keepOpen').slideDown();
			}
		});
		$('.openVIP-js').on('click', function () {
			if (!$(this).hasClass('open')) {
				$(this).addClass('open');
              	$('#searchOverly').removeClass('active');
			} else {
				$(this).removeClass('open');
              	$('#searchOverly').removeClass('active');
			}
		});
		$('.closeVIP-js').on('click', function () {
			$('.openVIP-js').removeClass('open');
          	$('#searchOverly').removeClass('active');
		});
		$('.has-dropdown').on('click', function () {
			$(this).siblings('ul').slideToggle();
          	$('#searchOverly').removeClass('active');
		});
		$('.prescription_Window').on('click', function () {
			$('.srMob-navigation').toggleClass('prescription-active');
         	 $('#searchOverly').removeClass('active');
		});
		$('.selectlist').select2();
		$('.acc__title').on('click', function (j) {
			var dropDown = $(this).closest('.acc__card').find('.acc__panel');
			$(this).closest('.acc').find('.acc__panel').not(dropDown).slideUp();
			$('#searchOverly').removeClass('active');
			if ($(this).hasClass('active')) {
				$(this).removeClass('active');
			} else {
				$(this).closest('.acc').find('.acc__title.active').removeClass('active');
				$(this).addClass('active');
			}
			dropDown.stop(false, true).slideToggle();
			j.preventDefault();
		});
  });
</script>
<script type="text/javascript" charset="utf-8">
	//<![CDATA[
	// Including api.jquery.js conditionnally.
	if (typeof Shopify.resizeImage === 'undefined') {
		document.write("\u003cscript src=\"\/\/cdn.shopify.com\/shopifycloud\/shopify\/assets\/themes_support\/api.jquery-e94e010e92e659b566dbc436fdfe5242764380e00398907a14955ba301a4749f.js\" type=\"text\/javascript\"\u003e\u003c\/script\u003e");
  }
  //]]>
</script>
<script src="//ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js" async></script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/jquery.products.min.js?v=78456561634963702671662067762" async></script>

<script type="text/plain" class="optanon-category-C0005">
(function (d, s, id) {
		var js, fjs = d.getElementsByTagName(s)[0];
		if (d.getElementById(id)) return;
		js = d.createElement(s); js.id = id;
		js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=127142210767229";
		fjs.parentNode.insertBefore(js, fjs);
	}(document, 'script', 'facebook-jssdk'));
</script>



<!-- google dynamic remarketing tag for theme.liquid -->

<script type="text/javascript">
	var google_tag_params = {
		ecomm_pagetype: 'other'
	};
</script>


<!-- Optimized CSS Delivery -->
<noscript id="deferred-styles">
	<!--[if IE 8 ]><link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/ie8.css?v=83283943113059592831662068482" rel="stylesheet" media="all" /><![endif]-->
	<!--[if IE 7]>
  <link href="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/font-awesome-ie7.css?v=111952797986497000111662067481" rel="stylesheet" media="all" />
  <![endif]-->
</noscript>
<script>
	var loadDeferredStyles = function () {
		var addStylesNode = document.getElementById("deferred-styles");
		var replacement = document.createElement("div");
		replacement.innerHTML = addStylesNode.textContent;
		document.body.appendChild(replacement)
		addStylesNode.parentElement.removeChild(addStylesNode);
	};
	var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame ||
		window.webkitRequestAnimationFrame || window.msRequestAnimationFrame;
	if (raf) raf(function () { window.setTimeout(loadDeferredStyles, 0); });
	else window.addEventListener('load', loadDeferredStyles);
</script>
<!-- End Optimized CSS Delivery -->

<!-- Google Code for Remarketing Tag -->
<script type="text/javascript">
	/* <![CDATA[ */
	var google_conversion_id = 976949846;
	var google_custom_params = window.google_tag_params;
	var google_remarketing_only = true;
      /* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>



<!-- Quick Event Tracking Code by XP -->
<script>
	(function () {
		$("a, button").click(function () {
			var t = $(this).text() || $(this).attr('title') || $(this).attr('class') || "NoTitle";
			var h = $(this).attr("href") || $(this)[0].nodeName;
			var p = "404";
			var s = $(this).parents("section").attr("id") || "Unclear";
			//ga('send', 'event', 'InternalClicks', h, t + " - " + s );
		});
	}());
	initializeYoptoStars();
	function initializeYoptoStars() {
		$("body.collection, body.collection\\.outdoorsman, body.index\\.v2").on('DOMSubtreeModified', ".yotpo.bottomLine", function () {
			$("body.collection, body.collection\\.outdoorsman, body.index\\.v2").off('DOMSubtreeModified', ".yotpo.bottomLine");

			setTimeout(function () {
				$(".yotpo.bottomLine").find("a.text-m").each(function () {
					$(this).html("(" + $(this).text().split(" ")[0].toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") + ")").show();
				})
				$(".yotpo.bottomLine").find("a.m-text").each(function () {
					$(this).html("(" + $(this).text().split(" ")[0].toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") + ")").show();
				})
			}, 1000);
		});

		if ($(".mobilerightstar").length) {
			$("body").on('DOMSubtreeModified', ".yotpo.bottomLine", function () {
				$("body").off('DOMSubtreeModified', ".yotpo.bottomLine");

				setTimeout(function () {
					$(".mobilerightstar").find("a.text-m").each(function () {
						$(this).html("(" + $(this).text().split(" ")[0].toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") + ")").show();
					})
				}, 1000);
			});
		}
	}
</script>

<!-- Start Klaviyo -->
<script type="text/plain" class="optanon-category-C0039">
	var _learnq = _learnq || [];

	_learnq.push(['account', 'P2cmbG']);

	(function () {
		var b = document.createElement('script'); b.type = 'text/javascript'; b.async = true;
		b.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'a.klaviyo.com/media/js/analytics/analytics.js';
		var a = document.getElementsByTagName('script')[0]; a.parentNode.insertBefore(b, a);
	})();
</script>
<!-- End Klaviyo -->

<!-- BEGIN KLAVIYO SIGNUP FORM CODE -->
<script type="text/javascript" async src="https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=P2cmbG"></script>

<script type="text/javascript">
	if ($(window).width() < 741)
		$('.sr-collapsible').click(function () {
			$(this).toggleClass('open');
			$(this).siblings('.will-expand').slideToggle();
		}); {
	}
</script>
<!-- END KLAVIYO SIGNUP FORM CODE -->

<!-- CUSTOM SCRIPT - DO NOT REMOVE -->
<script>

   var countryCode = "US";

   function attenCallback2 (type, data){
     let email = data.email
     if (email) {
       email = btoa(email);
       Cookies.set('SR_PR_klaviyo_em', email);
     }
     if(type == "email_submit"){
       console.log("Attentive Event", type);
       if(true || data.creativeId == 85167 || data.creativeId == 85186 || data.creativeId == 75994 || data.creativeId == 74460  || data.creativeId == 75999 || data.creativeId == 74461 || data.creativeId == 129686  || data.creativeId == 129687  || data.creativeId == 129688  || data.creativeId == 129689){
         if(Math.random() < 0.05){
         	ga('send', 'event', 'Attentive AB2', "Control")
         }else {
             //ga('send', 'event', 'Attentive AB2', "Creative 20 OFF")
           console.log('TEST', Cookies.get('vanity_in_cookie'));
            // Check If Any vanity Is Active Then DO Not Markdown
            if(!Cookies.get('vanity_in_cookie')){
              ga('send', 'event', 'Attentive AB2', "Creative 20 OFF Markdown")
              currentPromotion = "at20";
              Cookies.set('currentPromotion', currentPromotion);
              MarkdownPrice.init("AT20",.8,["shade-shop"],false);
            }else{
              ga('send', 'event', 'Attentive SKIPPED', "Vanity Is Active, AT20 Skipped")
            }
         }
         timeBoundDiscount("20% OFF","AT20",15);
       }
       //ga('send', 'event', 'Attentive AB2', JSON.stringify(data));
     }
   }
   function attentiveCallback(type,data){
     if(type == "email_submit"){
       if(Math.random() < 0.5){
       	ga('send', 'event', 'Attentive AB', "Control")
         timeBoundDiscount("20% OFF","AT20",7);
       }else{
         ga('send', 'event', 'Attentive AB', "Countdown");
         timeBoundDiscount("20% OFF","AT20",15);
       }
     }
   }

   function applyCountryCustomization(){
     $("body").removeClass("usa-store");
     $("body").removeClass("int-store");
     $("body").removeClass("canada-store");
     $("body").removeClass("duty-free-store");
     $("body").removeClass("eu-store");
     var euCountry = new Array("BE","BG","CZ","DK","DE","EE","IE","EL","ES","FR","HR","IT","CY","LV","LT","LU","HU","MT","NL","AT","PL","PT","RO","SI","SK","FI","SE","UK","GB");
     if(countryCode == "US"){
       $("body").addClass("usa-store");

     }else{
       $("body").removeClass("usa-store");
       $("body").addClass("int-store");
       //Check which countries have duty free countryDutyFreeText
       if(countryCode == "AU" || countryCode == "NZ"){
         $("#countryDutyFreeText").text('Prices include all duties and GST');
         $("body").addClass("duty-free-store");
         $("#topBannerInt").html("FREE EXPRESS SHIPPING OVER AU$‌100.00 &middot; GUARANTEED FOR LIFE");
         $("#cartShippingInt").html("<strong>FREE EXPRESS</strong> SHIPPING OVER AU$‌100.00 / RETURNS");
         $(".shipping-texts > .noteline.int-store-only").html("Free Express Shipping Over AU$‌100.00, Free Returns On Every Order");
       }else if(countryCode == "CA"){
         $("#countryDutyFreeText").text('Prices include all customs duties and fees');
         $("body").addClass("duty-free-store");
       }else if(euCountry.indexOf(countryCode) != -1){
         $("body").addClass("eu-store");
       }

       //Update logo for Austrailia
       if(countryCode == "AU"){
         $(".logo-one, .logo-two").attr("src","//cdn.shopify.com/s/files/1/0350/5401/files/SR_TM.png?v=1591399984");
       }

       $("body").addClass("country-"+countryCode);
       $('[href^="http://returns.majl.es"]').attr("href","https://web.global-e.com/returns/portal/oQHf");
       $('[href^="https://shadyrays.loopreturns.com"]').attr("href","https://web.global-e.com/returns/portal/oQHf");
     }
     $('.rx-links').addClass("usa-store-only");
     $('[href="/products/gift-card"]').addClass("usa-store-only");
     $('[href="/pages/sharing"]').addClass("usa-store-only");
     $('[href^="/collections/risk-free-trial-eyeglasses"]').addClass("usa-store-only");
   }
   function applyInternationalSettings(){
     if(GEP.countryCode){
       Cookies.set('countryCode', GEP.countryCode);
       window.dispatchEvent( new Event('globaleisloaded'));
       if(countryCode != GEP.countryCode){
         countryCode = GEP.countryCode;
         applyCountryCustomization();
       }
       repositionFlag(GEP)
     } else {
       setTimeout(function(){
         applyInternationalSettings();
       }, 500);
     }
   }

   function repositionFlag (GEP) {
     const tempContainer =  $('li[data-id="mob-flag-temp-container"');
     const container =  $('div.currency-changer');
     const flagEl = tempContainer.find('.gep-switcher-mobile');
     container.html(flagEl);
     if (!container.find('.gep-switcher-mobile')) {
       setTimeout(() => {
         return repositionFlag(GEP)
       }, 100)
     }
     container.find('.gep-switcher-text-mobile').html(`${GEP.countryName} (${GEP.currencyCode})`)
     container.find('.gep-switcher-mobile').append($('.gep-switcher-mobile .gep-switcher-text-mobile'))
   }

   $(function() {
     
     countryCode = Cookies.get("countryCode") || 'US';
     applyCountryCustomization();
     

     showTimeBoundOffer();

     /*homepage customization*/
     var homeLocal = getUrlParam("homeLocal", false);
     if(homeLocal == false){
       homeLocal = Cookies.get("homeLocal") || false;
     }
     if(homeLocal != false && homeLocal != "clear"){
       $("body").addClass(homeLocal);
       Cookies.set('homeLocal', homeLocal);
     }else{
       Cookies.set('homeLocal', "");
     }
   });

   function timeBoundDiscount(percent,code,minutes){
  var countTime = new Date().getTime();
     var countTimeEnd = countTime + (minutes * 60 * 1000);
     Cookies.set('timeBoundTime', countTime);
     Cookies.set('timeBoundTimeEnd', countTimeEnd);
     Cookies.set('timeBoundTimePercent', percent);
  Cookies.set('timeBoundTimeCode', code);
     Cookies.set('timeBoundTimeExpired', 0);
     showTimeBoundOffer();

     if(Math.random() < 0.5){

       }
   }

   function showTimeBoundOffer(){
     timeBoundTimeExpired = Cookies.get("timeBoundTimeExpired") || 0;
     if(timeBoundTimeExpired == 0){
       var timeBoundTime = Cookies.get('timeBoundTime');
       var timeBoundTimeEnd = Cookies.get('timeBoundTimeEnd');
       var timeBoundTimePercent = Cookies.get('timeBoundTimePercent');
       var timeBoundTimeCode = Cookies.get('timeBoundTimeCode');

       if( Number(timeBoundTimeEnd) - Number(new Date().getTime()) >0){
      	var distance = Number(timeBoundTimeEnd) - Number(new Date().getTime());
         var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
  	var seconds = Math.floor((distance % (1000 * 60)) / 1000);

         if(seconds < 10){
           seconds = "0"+seconds;
         }

         $("#shipTodayMsg").find("span").html(timeBoundTimePercent +' <strong>'+timeBoundTimeCode+'</strong> ACTIVATED THIS VISIT: '+minutes+':'+seconds);
         if(!$("body").hasClass("cart")){
         	$("#shipTodayMsg").show();
         }

         window.setTimeout("showTimeBoundOffer()", 1000);
       }else {
         Cookies.set('timeBoundTimeExpired', 1);
         $("#shipTodayMsg").hide();
       }
     }
   }

   function showCrossSell(){
     var currentVarient = Cookies.get("crossSellTest") || '';
     if(currentVarient == "" ){
       if(Math.random() < 0.5){
         currentVarient = "Cross Sell";
       }else{
         currentVarient = "Control";
       }
     }
     Cookies.set('crossSellTest', currentVarient);
     if(currentVarient == "Cross Sell"){
       if (typeof ga !== "undefined"){
       	ga('send', 'event', 'XPCrossSell', "Cross Sell")
       }
       $("#crossSellRecommendations").show();
     }else{
       if (typeof ga !== "undefined"){
       	ga('send', 'event', 'XPCrossSell', "Control")
       }
       $("#crossSellRecommendations").hide();
     }
   }
</script>
<!-- CUSTOM SCRIPT - DO NOT REMOVE -->



<!-- Global-e Script Start-->
<script id="globaleScript" type="text/plain" class="optanon-category-C0004">
	(function () {
		var reg = /showpro=(true|false)/i;
		var showpro = ((reg.exec(document.location.search) || reg.exec(document.cookie) || [])[1] || '').toLowerCase();
		var s = document.createElement('script');
		s.type = 'text/javascript';
		s.async = true;
		s.src = '//gex.global-e.com/gempro/get/10000262' + (showpro ? '?showpro=' + showpro : '');
		s.onload = function () {
			setTimeout(function () {
				applyInternationalSettings();
			}, 500);
		}
		document.getElementsByTagName('head')[0].appendChild(s);

		if (showpro) {
			var cssElement = document.createElement('link');
			cssElement.rel = 'stylesheet';
			cssElement.id = 'GEPIStyles';
			cssElement.href = '//gex.global-e.com/gempro/css/10000262?showpro=' + showpro;
			document.cookie = 'showpro=' + showpro;
			document.getElementsByTagName('head')[0].appendChild(cssElement);
		}

		//GlobalE_Gem_Data cookie
		var name = 'GlobalE_Gem_Data';
		var value = JSON.stringify({ StoreCode: 'shady-rays' });
		var days = 10;

		var date = new Date();
		date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
		var expires = '; expires=' + date.toUTCString();
		document.cookie = name + ' = ' + (value || '') + expires + '; path =/ ';
	})()
</script>


<script type="text/plain" class="optanon-category-C0004">
		(function () {
			setTimeout(function () {
				if (typeof GEP == 'undefined') {
					$('*[globale-product-price],*[globale-order-details-price], *[globale-order-list-price]').css('visibility', 'visible');
				} else {
				}
			}, 2000);
		})()
</script>
<!-- Global-e Script End-->

<!-- PebblePost-->
<script>
	window._pp = window._pp || [];
	_pp.brid = "2576";
	_pp.brcid = "";
	_pp.sessionId = "";
	_pp.email = "";
	_pp.orderValue = "";
	_pp.orderId = "";
	_pp.offerCode = "";
	(function () {
		var ppjs = document.createElement('script');
		ppjs.type = 'text/javascript';
		ppjs.async = true;
		ppjs.src = ('https:' == document.location.protocol ? 'https:' : 'http:') +
			'//cdn.pbbl.co/r/' + _pp.brid + '.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ppjs, s);
	})();
</script>
<!-- End PebblePost -->


<!-- Acessibie-->
<script>
	(function () {
		var s = document.createElement('script'),
			e = !document.body ? document.querySelector('head') : document.body;
		s.src = 'https://acsbapp.com/apps/app/assets/js/acsb.js';
		s.async = s.defer = true;
		s.onload = function () {
			acsbJS.init({
				statementLink: '',
				feedbackLink: '',
				footerHtml: '',
				hideMobile: false,
				hideTrigger: false,
				language: 'en',
				position: 'left',
				leadColor: '#000000',
				triggerColor: '#000000',
				triggerRadius: '50%',
				triggerPositionX: 'right',
				triggerPositionY: 'bottom',
				triggerIcon: 'default',
				triggerSize: 'medium',
				triggerOffsetX: 20,
				triggerOffsetY: 20,
				mobile: {
					triggerSize: 'small',
					triggerPositionX: 'right',
					triggerPositionY: 'bottom',
					triggerOffsetX: 0,
					triggerOffsetY: 70,
					triggerRadius: '0'
				}
			});
		};
		e.appendChild(s);
	}());
</script>
<!-- End Acessibie-->

<div style="display:none">
	<!-- Radio.com -->
	<script type="text/javascript">
		var axe = Math.random() * 10000000000000;
		document.write('<img alt="" role="presentation" src="https://trkn.us/pixel/conv/ppt=999;g=sale;gid=999;ord=' + axe + '" width="1" height="1" border="0" />');
	</script>
	<!-- end Radio.com -->
	<!-- Shady Rays Conversion Pixel; Goal ID: 'web_traffic_' -->
	<img src="https://trkn.us/pixel/conv/ppt=7369;g=web_traffic_;gid=25925;ord=[uniqueid]" height="0" width="0"
		border="0" alt="" role="presentation" />
	<!-- Conversion Pixel - Shady Rays - DO NOT MODIFY -->
	<img src="https://secure.adnxs.com/px?id=1289659&t=2" width="1" height="1" alt="" role="presentation" />
	<!-- End of Conversion Pixel -->
</div>
<div style="width:0;height:0;border:0;border:none;position:absolute;" id="mdw-frame-anchor"></div>

<!-- Only for AU -->


<script>
	//ADA JS Fixes
	var adaFixInterval;
	var adaFixCount = 0;
	function fixAdaIssues() {
		$(".yotpo-nav-tab").parents("ul").attr("role", "tablist");
		$("a.product-link-wrapper").attr("alt", "");
		var count = 0;
		$("iframe").each(function (i, v) {
			$($(this)[0]).attr("title", $($(this)[0]).attr("title") || "Iframe " + count++)
		});
		if (adaFixCount++ > 50) {
			clearInterval(adaFixInterval);
		}
	}
	$(document).ready(function () {
		adaFixInterval = setInterval(fixAdaIssues, 500)
	});

</script>

<script>
	$(document).click(function (e) {
		//console.log(e.target);
		var thisobj = $(e.target);
		//console.log(thisobj.parent().attr('class'));
		if (thisobj.hasClass('mob-navigation-new'))
			$(".mobile-menu_icon.sr-mobile").click();

	});
</script>



<!-- Loop Return Script Start   -->
<script src="https://unpkg.com/@loophq/onstore-sdk@latest/dist/loop-onstore-sdk.js"></script>
<script>
	LoopOnstore.init({
		key: "cb4db0e20611f255f0e7300df03517ec7f46bcd6",
		attach: "#checkout"
	});
</script>
<!--  Loop Return Script End 	 -->

<!--  Pixel  -->
<script src="https://js.adsrvr.org/up_loader.1.1.0.js" type="text/javascript"></script>
<script type="text/javascript">
	ttd_dom_ready(function () {
		if (typeof TTDUniversalPixelApi === 'function') {
			var universalPixelApi = new TTDUniversalPixelApi();
			universalPixelApi.init("25nzi3i", ["z3gxwdc"], "https://insight.adsrvr.org/track/up");
		}
	});
</script>

<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"25146787"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script>
<script src="//cdn.shopify.com/s/files/1/0350/5401/t/387/assets/personalization.js?v=53018318386537711691662068482"></script>

	<!-- End Pixel Code  -->
	

<!-- This line added automatically by JSON-LD for SEO. -->

<!-- Start of shadyrays Zendesk Widget script -->
<script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=29160691-1090-4eb6-a510-5c187a70005c"> </script>
<!-- End of shadyrays Zendesk Widget script -->
</body>

</html>
