CINXE.COM
My Wishlist – Shout! Factory
<!doctype html><html class="no-js" lang="en"> <head> <!-- Google Consent Mode V2 Consentmo --> <script> window.consentmo_gcm_initial_state = ""; window.consentmo_gcm_state = "0"; window.consentmo_gcm_security_storage = "strict"; window.consentmo_gcm_ad_storage = "marketing"; window.consentmo_gcm_analytics_storage = "analytics"; window.consentmo_gcm_functionality_storage = "functionality"; window.consentmo_gcm_personalization_storage = "functionality"; window.consentmo_gcm_ads_data_redaction = "true"; window.consentmo_gcm_url_passthrough = "false"; window.consentmo_gcm_data_layer_name = "dataLayer"; // Google Consent Mode V2 integration script from Consentmo GDPR window.isenseRules = {}; window.isenseRules.gcm = { gcmVersion: 2, integrationVersion: 3, customChanges: false, consentUpdated: false, initialState: 7, isCustomizationEnabled: false, adsDataRedaction: true, urlPassthrough: false, dataLayer: 'dataLayer', categories: { ad_personalization: "marketing", ad_storage: "marketing", ad_user_data: "marketing", analytics_storage: "analytics", functionality_storage: "functionality", personalization_storage: "functionality", security_storage: "strict"}, storage: { ad_personalization: "false", ad_storage: "false", ad_user_data: "false", analytics_storage: "false", functionality_storage: "false", personalization_storage: "false", security_storage: "false", wait_for_update: 2000 } }; if(window.consentmo_gcm_state !== null && window.consentmo_gcm_state !== "" && window.consentmo_gcm_state !== "0") { window.isenseRules.gcm.isCustomizationEnabled = true; window.isenseRules.gcm.initialState = window.consentmo_gcm_initial_state === null || window.consentmo_gcm_initial_state.trim() === "" ? window.isenseRules.gcm.initialState : window.consentmo_gcm_initial_state; window.isenseRules.gcm.categories.ad_storage = window.consentmo_gcm_ad_storage === null || window.consentmo_gcm_ad_storage.trim() === "" ? window.isenseRules.gcm.categories.ad_storage : window.consentmo_gcm_ad_storage; window.isenseRules.gcm.categories.ad_user_data = window.consentmo_gcm_ad_storage === null || window.consentmo_gcm_ad_storage.trim() === "" ? window.isenseRules.gcm.categories.ad_user_data : window.consentmo_gcm_ad_storage; window.isenseRules.gcm.categories.ad_personalization = window.consentmo_gcm_ad_storage === null || window.consentmo_gcm_ad_storage.trim() === "" ? window.isenseRules.gcm.categories.ad_personalization : window.consentmo_gcm_ad_storage; window.isenseRules.gcm.categories.analytics_storage = window.consentmo_gcm_analytics_storage === null || window.consentmo_gcm_analytics_storage.trim() === "" ? window.isenseRules.gcm.categories.analytics_storage : window.consentmo_gcm_analytics_storage; window.isenseRules.gcm.categories.functionality_storage = window.consentmo_gcm_functionality_storage === null || window.consentmo_gcm_functionality_storage.trim() === "" ? window.isenseRules.gcm.categories.functionality_storage : window.consentmo_gcm_functionality_storage; window.isenseRules.gcm.categories.personalization_storage = window.consentmo_gcm_personalization_storage === null || window.consentmo_gcm_personalization_storage.trim() === "" ? window.isenseRules.gcm.categories.personalization_storage : window.consentmo_gcm_personalization_storage; window.isenseRules.gcm.categories.security_storage = window.consentmo_gcm_security_storage === null || window.consentmo_gcm_security_storage.trim() === "" ? window.isenseRules.gcm.categories.security_storage : window.consentmo_gcm_security_storage; window.isenseRules.gcm.urlPassthrough = window.consentmo_gcm_url_passthrough === null || window.consentmo_gcm_url_passthrough.trim() === "" ? window.isenseRules.gcm.urlPassthrough : window.consentmo_gcm_url_passthrough; window.isenseRules.gcm.adsDataRedaction = window.consentmo_gcm_ads_data_redaction === null || window.consentmo_gcm_ads_data_redaction.trim() === "" ? window.isenseRules.gcm.adsDataRedaction : window.consentmo_gcm_ads_data_redaction; window.isenseRules.gcm.dataLayer = window.consentmo_gcm_data_layer_name === null || window.consentmo_gcm_data_layer_name.trim() === "" ? window.isenseRules.gcm.dataLayer : window.consentmo_gcm_data_layer_name; } window.isenseRules.initializeGcm = function (rules) { if(window.isenseRules.gcm.isCustomizationEnabled) { rules.initialState = window.isenseRules.gcm.initialState; rules.urlPassthrough = window.isenseRules.gcm.urlPassthrough === true || window.isenseRules.gcm.urlPassthrough === 'true'; rules.adsDataRedaction = window.isenseRules.gcm.adsDataRedaction === true || window.isenseRules.gcm.adsDataRedaction === 'true'; } let initialState = parseInt(rules.initialState); let marketingBlocked = initialState === 0 || initialState === 2 || initialState === 5 || initialState === 7; let analyticsBlocked = initialState === 0 || initialState === 3 || initialState === 6 || initialState === 7; let functionalityBlocked = initialState === 4 || initialState === 5 || initialState === 6 || initialState === 7; let gdprCache = localStorage.getItem('gdprCache') ? JSON.parse(localStorage.getItem('gdprCache')) : null; if (gdprCache && typeof gdprCache.updatedPreferences !== "undefined") { let updatedPreferences = gdprCache.updatedPreferences; marketingBlocked = parseInt(updatedPreferences.indexOf('marketing')) > -1; analyticsBlocked = parseInt(updatedPreferences.indexOf('analytics')) > -1; functionalityBlocked = parseInt(updatedPreferences.indexOf('functionality')) > -1; } Object.entries(rules.categories).forEach(category => { if(rules.storage.hasOwnProperty(category[0])) { switch(category[1]) { case 'strict': rules.storage[category[0]] = "granted"; break; case 'marketing': rules.storage[category[0]] = marketingBlocked ? "denied" : "granted"; break; case 'analytics': rules.storage[category[0]] = analyticsBlocked ? "denied" : "granted"; break; case 'functionality': rules.storage[category[0]] = functionalityBlocked ? "denied" : "granted"; break; } } }); rules.consentUpdated = true; isenseRules.gcm = rules; } // Google Consent Mode - initialization start window.isenseRules.initializeGcm({ ...window.isenseRules.gcm, adsDataRedaction: true, urlPassthrough: false, initialState: 7 }); /* * initialState acceptable values: * 0 - Set both ad_storage and analytics_storage to denied * 1 - Set all categories to granted * 2 - Set only ad_storage to denied * 3 - Set only analytics_storage to denied * 4 - Set only functionality_storage to denied * 5 - Set both ad_storage and functionality_storage to denied * 6 - Set both analytics_storage and functionality_storage to denied * 7 - Set all categories to denied */ window[window.isenseRules.gcm.dataLayer] = window[window.isenseRules.gcm.dataLayer] || []; function gtag() { window[window.isenseRules.gcm.dataLayer].push(arguments); } gtag("consent", "default", isenseRules.gcm.storage); isenseRules.gcm.adsDataRedaction && gtag("set", "ads_data_redaction", isenseRules.gcm.adsDataRedaction); isenseRules.gcm.urlPassthrough && gtag("set", "url_passthrough", isenseRules.gcm.urlPassthrough); </script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="theme-color" content=""> <link rel="canonical" href="https://shoutfactory.com/pages/wishlist" canonical-shop-url="https://shoutfactory.com/"><link rel="shortcut icon" href="//shoutfactory.com/cdn/shop/files/logo_32x32.webp?v=1662577119" type="image/png"><link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <title>My Wishlist – Shout! Factory</title><meta name="description" content=""> <meta property="og:site_name" content="Shout! Factory"> <meta property="og:url" content="https://shoutfactory.com/pages/wishlist"> <meta property="og:title" content="My Wishlist"> <meta property="og:type" content="website"> <meta property="og:description" content="Find All Of Your Favorite Film, TV, & Cult Classics On Blu-Ray Here At Shout! Factory. Featuring Thousands Of Titles, Limited Collector's Editions, Box Sets, & More. Shop Now!"><meta property="og:image" content="http://shoutfactory.com/cdn/shop/files/ShoutLogoSocial.png?v=1700009234"> <meta property="og:image:secure_url" content="https://shoutfactory.com/cdn/shop/files/ShoutLogoSocial.png?v=1700009234"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"><meta name="twitter:site" content="@https://x.com/shout_studios"><meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="My Wishlist"> <meta name="twitter:description" content="Find All Of Your Favorite Film, TV, & Cult Classics On Blu-Ray Here At Shout! Factory. Featuring Thousands Of Titles, Limited Collector's Editions, Box Sets, & More. Shop Now!"> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="dcPjD-w4hW9yc8cJP_lAlz7sCEYFr3P0mJdxbqzPHuE"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/55159554182/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="aec0021f322bb8507e372df05c639ac2"> <meta id="in-context-paypal-metadata" data-shop-id="55159554182" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <link rel="alternate" hreflang="x-default" href="https://shoutfactory.com/pages/wishlist"> <link rel="alternate" hreflang="en-CA" href="https://shoutfactory.com/en-ca/pages/wishlist"> <link rel="alternate" hreflang="en-US" href="https://shoutfactory.com/pages/wishlist"> <script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script> <link rel="preconnect" href="https://shop.app" crossorigin="anonymous"> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=55159554182" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":55159554182,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/55159554182","merchantName":"Shout! Factory","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"Shout! Factory","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"aec0021f322bb8507e372df05c639ac2","betas":["rich-media-storefront-analytics"],"domain":"shoutfactory.com","predictiveSearch":true,"shopId":55159554182,"smart_payment_buttons_url":"https:\/\/shoutfactory.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/shoutfactory.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "shoutfactory.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"Shout 2.0","id":127026659462,"schema_name":"Ella","schema_version":"6.6.2","theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "shoutfactory.com/cdn"; 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 id="shop-js-analytics" type="application/json">{"pageType":"page"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"login-button":["modules/client.login-button_PyB0yoLG.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_BSPYpBgE.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js","modules/chunk.shop-pay_DNi9j_X8.esm.js"],"payment-terms":["modules/client.payment-terms_BF5x7ymI.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js"],"pay-button":["modules/client.pay-button_Cc3hmsbn.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js"],"discount-app":["modules/client.discount-app_Dl148wJa.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js"],"avatar":["modules/client.avatar_BTnouDA3.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_BXLde5-4.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_CSM1j0yH.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_BDGFEblG.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_Ztg3e7fA.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/fastsimon.akamaized.net\/fast-simon-autocomplete-init.umd.js?mode=shopify\u0026UUID=578fa338-6a16-4347-b18d-0631a2754632\u0026store=55159554182\u0026shop=shoutfactory.myshopify.com","https:\/\/gdprcdn.b-cdn.net\/js\/gdpr_cookie_consent.min.js?shop=shoutfactory.myshopify.com","https:\/\/geolocation-recommendations.shopifyapps.com\/locale_bar\/script.js?shop=shoutfactory.myshopify.com","https:\/\/img0.socialshopwave.com\/ssw-empty.js?shop=shoutfactory.myshopify.com","https:\/\/cdn.rejoiner.com\/js\/platforms\/shopify\/rj2.js?rejoiner_site_id=barOBvW\u0026shop=shoutfactory.myshopify.com","https:\/\/widget.trustpilot.com\/bootstrap\/v5\/tp.widget.sync.bootstrap.min.js?shop=shoutfactory.myshopify.com","https:\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/js\/header.min.js?settings=eyJrZXkiOiJIdVB0UUxmWEV3OE9BUkJsIiwicyI6InNrdSJ9\u0026v=2.5\u0026shop=shoutfactory.myshopify.com","https:\/\/ecommplugins-trustboxsettings.trustpilot.com\/shoutfactory.myshopify.com.js?settings=1724712571043\u0026shop=shoutfactory.myshopify.com","https:\/\/static-autocomplete.fastsimon.com\/fast-simon-autocomplete-init.umd.js?mode=shopify\u0026UUID=578fa338-6a16-4347-b18d-0631a2754632\u0026store=55159554182\u0026shop=shoutfactory.myshopify.com","https:\/\/schemaplusfiles.s3.amazonaws.com\/loader.min.js?shop=shoutfactory.myshopify.com","https:\/\/sbzstag.cirkleinc.com\/?shop=shoutfactory.myshopify.com","https:\/\/shopify-widget.route.com\/shopify.widget.js?shop=shoutfactory.myshopify.com","https:\/\/cdn.rebuyengine.com\/onsite\/js\/rebuy.js?shop=shoutfactory.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":55159554182,"offset":-28800,"reqid":"fc71ccbb-7e03-4361-b0d8-8910ce445259-1732467501","pageurl":"shoutfactory.com\/pages\/wishlist","s":"pages-90298548358","u":"3fd108c27ba5","p":"page","rtyp":"page","rid":90298548358};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="form-persister">!function(){'use strict';const t='contact',e='new_comment',n=[[t,t],['blogs',e],['comments',e],[t,'customer']],o='password',r='form_key',c=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',o],s=()=>{try{return window.sessionStorage}catch{return}},i=t=>t.elements[r],u=function(){const t=[...n].map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(',');var e;return e=t,()=>e?[...document.querySelectorAll(e)].map((t=>t.form)):[]}();function a(t){const e=i(t);u().includes(t)&&(!e||!e.value)&&function(t){try{if(!s())return;!function(t){const e=s();if(!e)return;const n=i(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){i(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:r})),t.elements[r].value=e}(t,e),function(t,e){const n=s();if(!n)return;const r=[...t.querySelectorAll(`input[type='${o}']`)].map((({name:t})=>t)),i=[...c,...r],u={};for(const[o,c]of new FormData(t).entries())i.includes(o)||(u[o]=c);n.setItem(e,JSON.stringify(u))}(t,e)}catch(e){console.error('failed to persist form',e)}}(t)}const m=t=>{if('true'===t.dataset.persistBound)return;const e=function(t,e){const n=function(t){return'function'==typeof t.submit?t.submit:HTMLFormElement.prototype.submit}(t).bind(t);return function(){let t;return()=>{t||(t=!0,(()=>{try{e(),n()}catch(t){(t=>{console.error('form submit failed',t)})(t)}})(),setTimeout((()=>t=!1),250))}}()}(t,(()=>{a(t)}));!function(t,e){if('function'==typeof t.submit&&'function'==typeof e)try{t.submit=e}catch{}}(t,e),t.addEventListener('submit',(t=>{t.preventDefault(),e()})),t.dataset.persistBound='true'};!function(){function t(t){const e=(t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form})(t);e&&a(e)}document.addEventListener('submit',t),document.addEventListener('DOMContentLoaded',(()=>{const e=u();for(const t of e)m(t);var n;n=document.body,new window.MutationObserver((t=>{for(const e of t)if('childList'===e.type&&e.addedNodes.length)for(const t of e.addedNodes)1===t.nodeType&&'FORM'===t.tagName&&u().includes(t)&&m(t)})).observe(n,{childList:!0,subtree:!0,attributes:!1}),document.removeEventListener('submit',t)}))}()}();</script> <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//shoutfactory.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//shoutfactory.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//shoutfactory.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <script id="sections-script" data-sections="header-navigation-vertical-menu,header-mobile" defer="defer" src="//shoutfactory.com/cdn/shop/t/61/compiled_assets/scripts.js?4717"></script> <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: 240px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <style> @font-face { font-display: swap; font-family: Roboto; font-weight: 400; font-style: normal; src: url("//shoutfactory.com/cdn/fonts/roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff2?h1=c2hvdXRmYWN0b3J5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=c2hvdXRmYWN0b3J5LmNvbQ&hmac=8c8acd3582216025394b03ba29567e45a4ac2ce649b509ac7d8b23c37ad72f72") format("woff2"), url("//shoutfactory.com/cdn/fonts/roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93.woff?h1=c2hvdXRmYWN0b3J5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=c2hvdXRmYWN0b3J5LmNvbQ&hmac=c12a2d46e61428583ff2560c7814f48c7a7bf29eb7a3f2e035c302cbf19fd23f") format("woff"); } @font-face { font-display: swap; font-family: Roboto; font-weight: 500; font-style: normal; src: url("//shoutfactory.com/cdn/fonts/roboto/roboto_n5.126dd24093e910b23578142c0183010eb1f2b9be.woff2?h1=c2hvdXRmYWN0b3J5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=c2hvdXRmYWN0b3J5LmNvbQ&hmac=9ee73ee34fa53d3e58b8a5e32f234aa6c1c153830ac8fcb2934533c473abd61f") format("woff2"), url("//shoutfactory.com/cdn/fonts/roboto/roboto_n5.ef0ac6b5ed77e19e95b9512154467a6fb9575078.woff?h1=c2hvdXRmYWN0b3J5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=c2hvdXRmYWN0b3J5LmNvbQ&hmac=38785386ed3119bf403e7f3e7c377070d900f68912b1d62c45061be959eb2548") format("woff"); } @font-face { font-display: swap; font-family: Roboto; font-weight: 700; font-style: normal; src: url("//shoutfactory.com/cdn/fonts/roboto/roboto_n7.51ede27d5b58491d9cf07ad184108da52fef80b4.woff2?h1=c2hvdXRmYWN0b3J5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=c2hvdXRmYWN0b3J5LmNvbQ&hmac=41f8df6d3f26417defd0e15374077801ccfdb629b57c5bb3794fbec371a75c9a") format("woff2"), url("//shoutfactory.com/cdn/fonts/roboto/roboto_n7.1babbb6a27f91b14216bafa40bf222e08f6999f4.woff?h1=c2hvdXRmYWN0b3J5LmFjY291bnQubXlzaG9waWZ5LmNvbQ&h2=c2hvdXRmYWN0b3J5LmNvbQ&hmac=83de07195285f00576eb581e906302990a3f5551a3d87218cf7aae4eceb4a708") format("woff"); } :root { --font-family-1: Roboto,sans-serif; --font-family-2: -apple-system,BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; /* Settings Body */--font-body-family: -apple-system,BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;--font-body-size: 16px;--font-body-weight: 400;--body-line-height: 22px;--body-letter-spacing: .02em; /* Settings Heading */--font-heading-family: Roboto,sans-serif;--font-heading-size: 16px;--font-heading-weight: 700;--font-heading-style: normal;--heading-line-height: 24px;--heading-letter-spacing: .05em;--heading-text-transform: uppercase;--heading-border-height: 2px; /* Menu Lv1 */--font-menu-lv1-family: Roboto,sans-serif;--font-menu-lv1-size: 14px;--font-menu-lv1-weight: 700;--menu-lv1-line-height: 22px;--menu-lv1-letter-spacing: .05em;--menu-lv1-text-transform: uppercase; /* Menu Lv2 */--font-menu-lv2-family: Roboto,sans-serif;--font-menu-lv2-size: 14px;--font-menu-lv2-weight: 400;--menu-lv2-line-height: 22px;--menu-lv2-letter-spacing: .02em;--menu-lv2-text-transform: capitalize; /* Menu Lv3 */--font-menu-lv3-family: Roboto,sans-serif;--font-menu-lv3-size: 14px;--font-menu-lv3-weight: 400;--menu-lv3-line-height: 22px;--menu-lv3-letter-spacing: .02em;--menu-lv3-text-transform: capitalize; /* Mega Menu Lv2 */--font-mega-menu-lv2-family: Roboto,sans-serif;--font-mega-menu-lv2-size: 14px;--font-mega-menu-lv2-weight: 600;--font-mega-menu-lv2-style: normal;--mega-menu-lv2-line-height: 22px;--mega-menu-lv2-letter-spacing: .02em;--mega-menu-lv2-text-transform: uppercase; /* Mega Menu Lv3 */--font-mega-menu-lv3-family: Roboto,sans-serif;--font-mega-menu-lv3-size: 14px;--font-mega-menu-lv3-weight: 400;--mega-menu-lv3-line-height: 22px;--mega-menu-lv3-letter-spacing: .02em;--mega-menu-lv3-text-transform: capitalize; /* Product Card Title */--product-title-font: Roboto,sans-serif;--product-title-font-size : 14px;--product-title-font-weight : 400;--product-title-line-height: 22px;--product-title-letter-spacing: .02em;--product-title-line-text : 2;--product-title-text-transform : capitalize;--product-title-margin-bottom: 10px; /* Product Card Vendor */--product-vendor-font: Roboto,sans-serif;--product-vendor-font-size : 12px;--product-vendor-font-weight : 400;--product-vendor-font-style : normal;--product-vendor-line-height: 22px;--product-vendor-letter-spacing: .02em;--product-vendor-text-transform : uppercase;--product-vendor-margin-bottom: 0px;--product-vendor-margin-top: 0px; /* Product Card Price */--product-price-font: Roboto,sans-serif;--product-price-font-size : 14px;--product-price-font-weight : 600;--product-price-line-height: 22px;--product-price-letter-spacing: .02em;--product-price-margin-top: 0px;--product-price-margin-bottom: 13px; /* Product Card Badge */--badge-font: Roboto,sans-serif;--badge-font-size : 12px;--badge-font-weight : 400;--badge-text-transform : capitalize;--badge-letter-spacing: .02em;--badge-line-height: 20px;--badge-border-radius: 0px;--badge-padding-top: 0px;--badge-padding-bottom: 0px;--badge-padding-left-right: 8px;--badge-postion-top: 0px;--badge-postion-left-right: 0px; /* Product Quickview */ --product-quickview-font-size : 12px; --product-quickview-line-height: 23px; --product-quickview-border-radius: 1px; --product-quickview-padding-top: 0px; --product-quickview-padding-bottom: 0px; --product-quickview-padding-left-right: 7px; --product-quickview-sold-out-product: #e95144;--product-quickview-box-shadow: none;/* Blog Card Tile */--blog-title-font: Roboto,sans-serif;--blog-title-font-size : 20px; --blog-title-font-weight : 700; --blog-title-line-height: 29px; --blog-title-letter-spacing: 0; --blog-title-text-transform : uppercase; /* Blog Card Info (Date, Author) */--blog-info-font: Roboto,sans-serif;--blog-info-font-size : 14px; --blog-info-font-weight : 400; --blog-info-line-height: 20px; --blog-info-letter-spacing: .02em; --blog-info-text-transform : uppercase; /* Button 1 */--btn-1-font-family: Roboto,sans-serif;--btn-1-font-size: 14px; --btn-1-font-weight: 700; --btn-1-text-transform: uppercase; --btn-1-line-height: 22px; --btn-1-letter-spacing: .05em; --btn-1-text-align: center; --btn-1-border-radius: 0px; --btn-1-border-width: 1px; --btn-1-border-style: solid; --btn-1-padding-top: 10px; --btn-1-padding-bottom: 10px; --btn-1-horizontal-length: 0px; --btn-1-vertical-length: 0px; --btn-1-blur-radius: 0px; --btn-1-spread: 0px; --btn-1-all-bg-opacity-hover: rgba(0, 0, 0, 0.5);--btn-1-inset: ;/* Button 2 */--btn-2-font-family: -apple-system,BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;--btn-2-font-size: 18px; --btn-2-font-weight: 700; --btn-2-text-transform: uppercase; --btn-2-line-height: 23px; --btn-2-letter-spacing: .05em; --btn-2-text-align: right; --btn-2-border-radius: 6px; --btn-2-border-width: 1px; --btn-2-border-style: solid; --btn-2-padding-top: 20px; --btn-2-padding-bottom: 20px; --btn-2-horizontal-length: 0px; --btn-2-vertical-length: 0px; --btn-2-blur-radius: 0px; --btn-2-spread: 0px; --btn-2-all-bg-opacity: rgba(25, 145, 226, 0.5);--btn-2-all-bg-opacity-hover: rgba(0, 0, 0, 0.5);--btn-2-inset: ;/* Button 3 */--btn-3-font-family: Roboto,sans-serif;--btn-3-font-size: 14px; --btn-3-font-weight: 700; --btn-3-text-transform: uppercase; --btn-3-line-height: 22px; --btn-3-letter-spacing: .05em; --btn-3-text-align: center; --btn-3-border-radius: 0px; --btn-3-border-width: 1px; --btn-3-border-style: solid; --btn-3-padding-top: 10px; --btn-3-padding-bottom: 10px; --btn-3-horizontal-length: 0px; --btn-3-vertical-length: 0px; --btn-3-blur-radius: 0px; --btn-3-spread: 0px; --btn-3-all-bg-opacity: rgba(0, 0, 0, 0.1);--btn-3-all-bg-opacity-hover: rgba(0, 0, 0, 0.1);--btn-3-inset: ;/* Footer Heading */--footer-heading-font-family: Roboto,sans-serif;--footer-heading-font-size : 15px; --footer-heading-font-weight : 600; --footer-heading-line-height : 22px; --footer-heading-letter-spacing : .05em; --footer-heading-text-transform : uppercase; /* Footer Link */--footer-link-font-family: Roboto,sans-serif;--footer-link-font-size : 12px; --footer-link-font-weight : ; --footer-link-line-height : 28px; --footer-link-letter-spacing : .02em; --footer-link-text-transform : capitalize; /* Page Title */--font-page-title-family: Roboto,sans-serif;--font-page-title-size: 25px; --font-page-title-weight: 700; --font-page-title-style: normal; --page-title-line-height: 20px; --page-title-letter-spacing: .05em; --page-title-text-transform: uppercase; /* Font Product Tab Title */ --font-tab-type-1: Roboto,sans-serif; --font-tab-type-2: -apple-system,BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; /* Text Size */ --text-size-font-size : 10px; --text-size-font-weight : 400; --text-size-line-height : 22px; --text-size-letter-spacing : 0; --text-size-text-transform : uppercase; --text-size-color : #787878; /* Font Weight */ --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; --font-weight-bolder: 800; --font-weight-black: 900; /* Radio Button */ --form-label-checkbox-before-bg: #fff; --form-label-checkbox-before-border: #cecece; --form-label-checkbox-before-bg-checked: #000; /* Conatiner */ --body-custom-width-container: 1600px; /* Layout Boxed */ --color-background-layout-boxed: #f8f8f8;/* Arrow */ --position-horizontal-slick-arrow: 0; /* General Color*/ --color-text: #232323; --color-text2: #969696; --color-global: #232323; --color-white: #FFFFFF; --color-grey: #868686; --color-black: #202020; --color-base-text-rgb: 35, 35, 35; --color-base-text2-rgb: 150, 150, 150; --color-background: #fff; --color-background-rgb: 255, 255, 255; --color-background-overylay: rgba(255, 255, 255, 0.9); --color-base-accent-text: ; --color-base-accent-1: ; --color-base-accent-2: ; --color-link: #232323; --color-link-hover: #232323; --color-error: #D93333; --color-error-bg: #FCEEEE; --color-success: #5A5A5A; --color-success-bg: #DFF0D8; --color-info: #202020; --color-info-bg: #FFF2DD; --color-link-underline: rgba(35, 35, 35, 0.5); --color-breadcrumb: #999999; --colors-breadcrumb-hover: #232323;--colors-breadcrumb-active: #999999; --border-global: #e6e6e6; --bg-global: #fafafa; --bg-planceholder: #fafafa; --color-warning: #fff; --bg-warning: #e0b252; --color-background-10 : #e9e9e9; --color-background-20 : #d3d3d3; --color-background-30 : #bdbdbd; --color-background-50 : #919191; --color-background-global : #919191; /* Arrow Color */ --arrow-color: #323232; --arrow-background-color: #fff; --arrow-border-color: #ccc;--arrow-color-hover: #323232;--arrow-background-color-hover: #f8f8f8;--arrow-border-color-hover: #f8f8f8;--arrow-width: 35px;--arrow-height: 35px;--arrow-size: px;--arrow-size-icon: 17px;--arrow-border-radius: 50%;--arrow-border-width: 1px;--arrow-width-half: -17px; /* Pagination Color */ --pagination-item-color: #3c3c3c; --pagination-item-color-active: #3c3c3c; --pagination-item-bg-color: #fff;--pagination-item-bg-color-active: #fff;--pagination-item-border-color: #fff;--pagination-item-border-color-active: #ffffff;--pagination-arrow-color: #3c3c3c;--pagination-arrow-color-active: #3c3c3c;--pagination-arrow-bg-color: #fff;--pagination-arrow-bg-color-active: #fff;--pagination-arrow-border-color: #fff;--pagination-arrow-border-color-active: #fff; /* Dots Color */ --dots-color: transparent;--dots-border-color: #323232;--dots-color-active: #323232;--dots-border-color-active: #323232;--dots-style2-background-opacity: #00000050;--dots-width: 12px;--dots-height: 12px; /* Button Color */ --btn-1-color: #FFFFFF;--btn-1-bg: #232323;--btn-1-border: #232323;--btn-1-color-hover: #232323;--btn-1-bg-hover: #ffffff;--btn-1-border-hover: #232323; --btn-2-color: #232323;--btn-2-bg: #FFFFFF;--btn-2-border: #727272;--btn-2-color-hover: #FFFFFF;--btn-2-bg-hover: #232323;--btn-2-border-hover: #232323; --btn-3-color: #FFFFFF;--btn-3-bg: #e9514b;--btn-3-border: #e9514b;--btn-3-color-hover: #ffffff;--btn-3-bg-hover: #e9514b;--btn-3-border-hover: #e9514b; --anchor-transition: all ease .3s;--bg-white: #ffffff;--bg-black: #000000;--bg-grey: #808080;--icon: var(--color-text);--text-cart: #3c3c3c;--duration-short: 100ms;--duration-default: 350ms;--duration-long: 500ms;--form-input-bg: #ffffff;--form-input-border: #c7c7c7;--form-input-color: #232323;--form-input-placeholder: #868686;--form-label: #232323; --new-badge-color: #232323;--new-badge-bg: #FFFFFF;--sale-badge-color: #ffffff;--sale-badge-bg: #e95144;--sold-out-badge-color: #ffffff;--sold-out-badge-bg: #c1c1c1;--custom-badge-color: #ffffff;--custom-badge-bg: #ffbb49;--bundle-badge-color: #ffffff;--bundle-badge-bg: #232323; --product-title-color : #232323;--product-title-color-hover : #232323;--product-vendor-color : #969696;--product-price-color : #232323;--product-sale-price-color : #e95144;--product-compare-price-color : #969696;--product-countdown-color : #c12e48;--product-countdown-bg-color : #ffffff; --product-swatch-border : #cbcbcb;--product-swatch-border-active : #232323;--product-swatch-width : 40px;--product-swatch-height : 40px;--product-swatch-border-radius : 0px;--product-swatch-color-width : 40px;--product-swatch-color-height : 40px;--product-swatch-color-border-radius : 20px; --product-wishlist-color : #000000;--product-wishlist-bg : #ffffff;--product-wishlist-border : transparent;--product-wishlist-color-added : #ffffff;--product-wishlist-bg-added : #000000;--product-wishlist-border-added : transparent;--product-compare-color : #000000;--product-compare-bg : #FFFFFF;--product-compare-color-added : #D12442; --product-compare-bg-added : #FFFFFF; --product-hot-stock-text-color : #d62828; --product-quick-view-color : #000000; --product-cart-image-fit : contain; --product-title-variant-font-size: 16px;--product-quick-view-bg : #FFFFFF;--product-quick-view-bg-above-button: rgba(255, 255, 255, 0.7);--product-quick-view-color-hover : #FFFFFF;--product-quick-view-bg-hover : #000000;--product-action-color : #232323;--product-action-bg : #ffffff;--product-action-border : #000000;--product-action-color-hover : #FFFFFF;--product-action-bg-hover : #232323;--product-action-border-hover : #232323; /* Multilevel Category Filter */ --color-label-multiLevel-categories: #232323;--bg-label-multiLevel-categories: #fff;--color-button-multiLevel-categories: #fff;--bg-button-multiLevel-categories: #ff8b21;--border-button-multiLevel-categories: transparent;--hover-color-button-multiLevel-categories: #fff;--hover-bg-button-multiLevel-categories: #ff8b21;--cart-item-bg : #ffffff;--cart-item-border : #e8e8e8;--cart-item-border-width : 1px;--cart-item-border-style : solid;--free-shipping-height : 10px;--free-shipping-border-radius : 20px;--free-shipping-color : #727272; --free-shipping-bg : #ededed;--free-shipping-bg-1: #e95144;--free-shipping-bg-2: #ffc206;--free-shipping-bg-3: #69c69c;--free-shipping-bg-4: #69c69c; --free-shipping-min-height : 20.0px;--w-product-swatch-custom: 30px;--h-product-swatch-custom: 30px;--w-product-swatch-custom-mb: 20px;--h-product-swatch-custom-mb: 20px;--font-size-product-swatch-more: 12px;--swatch-border : #cbcbcb;--swatch-border-active : #232323; --variant-size: #232323;--variant-size-border: #e7e7e7;--variant-size-bg: #ffffff;--variant-size-hover: #ffffff;--variant-size-border-hover: #232323;--variant-size-bg-hover: #232323;--variant-bg : #ffffff; --variant-color : #232323; --variant-bg-active : #ffffff; --variant-color-active : #232323; --fontsize-text-social: 12px; --page-content-distance: 64px;--sidebar-content-distance: 40px;--button-transition-ease: cubic-bezier(.25,.46,.45,.94); /* Loading Spinner Color */ --spinner-top-color: #fc0; --spinner-right-color: #4dd4c6; --spinner-bottom-color: #f00; --spinner-left-color: #f6f6f6; /* Product Card Marquee */ --product-marquee-background-color: ;--product-marquee-text-color: #FFFFFF;--product-marquee-text-size: 14px;--product-marquee-text-mobile-size: 14px;--product-marquee-text-weight: 400;--product-marquee-text-transform: none;--product-marquee-text-style: italic;--product-marquee-speed: ; --product-marquee-line-height: calc(var(--product-marquee-text-mobile-size) * 1.5); } </style> <link href="//shoutfactory.com/cdn/shop/t/61/assets/base.css?v=16360727414107025351727676328" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/61/assets/custom.css?v=145680735405924568101729647209" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/61/assets/animated.css?v=124579380764407670711723463797" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/61/assets/component-card.css?v=118585521889467791381723463811" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/61/assets/component-loading-overlay.css?v=23413779889692260311723463829" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/61/assets/component-loading-banner.css?v=54989585009056051491723463828" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/61/assets/component-quick-cart.css?v=76706418547694381531727992771" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/vendor.css?v=51530415543490038341723463891" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/vendor.css?v=51530415543490038341723463891" rel="stylesheet" type="text/css" media="all" /></noscript> <link href="//shoutfactory.com/cdn/shop/t/61/assets/component-card-08.css?v=152515315220595375651723463810" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/61/assets/component-predictive-search.css?v=110628222596022886011723463835" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-product-form.css?v=22444863787356217611723463838" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-price.css?v=113014100369699422931723463836" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-badge.css?v=58385199191654577521723463805" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-rte.css?v=82502160534158932881723463844" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-share.css?v=23553761141326501681723463846" media="print" onload="this.media='all'"><link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-newsletter.css?v=111617043413587308161723463833" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-slider.css?v=37888473738646685221723463847" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-list-social.css?v=102044711114163579551723463828" media="print" onload="this.media='all'"><noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-product-form.css?v=22444863787356217611723463838" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-price.css?v=113014100369699422931723463836" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-badge.css?v=58385199191654577521723463805" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-rte.css?v=82502160534158932881723463844" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-share.css?v=23553761141326501681723463846" rel="stylesheet" type="text/css" media="all" /></noscript><noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-newsletter.css?v=111617043413587308161723463833" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-slider.css?v=37888473738646685221723463847" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-list-social.css?v=102044711114163579551723463828" rel="stylesheet" type="text/css" media="all" /></noscript> <style type="text/css"> .nav-title-mobile {display: none;}.list-menu--disclosure{display: none;position: absolute;min-width: 100%;width: 22rem;background-color: var(--bg-white);box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);padding: 5px 0 5px 20px;opacity: 0;visibility: visible;pointer-events: none;transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;}.list-menu--disclosure-2{margin-left: calc(100% - 15px);z-index: 2;top: -5px;}.list-menu--disclosure:focus {outline: none;}.list-menu--disclosure.localization-selector {max-height: 18rem;overflow: auto;width: 10rem;padding: 0.5rem;}.js menu-drawer > details > summary::before, .js menu-drawer > details[open]:not(.menu-opening) > summary::before {content: '';position: absolute;cursor: default;width: 100%;height: calc(100vh - 100%);height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));top: 100%;left: 0;background: var(--color-foreground-50);opacity: 0;visibility: hidden;z-index: 2;transition: opacity var(--duration-default) ease,visibility var(--duration-default) ease;}menu-drawer > details[open] > summary::before {visibility: visible;opacity: 1;}.menu-drawer {position: absolute;transform: translateX(-100%);visibility: hidden;z-index: 3;left: 0;top: 100%;width: 100%;max-width: calc(100vw - 4rem);padding: 0;border: 0.1rem solid var(--color-background-10);border-left: 0;border-bottom: 0;background-color: var(--bg-white);overflow-x: hidden;}.js .menu-drawer {height: calc(100vh - 100%);height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));}.js details[open] > .menu-drawer, .js details[open] > .menu-drawer__submenu {transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;}.no-js details[open] > .menu-drawer, .js details[open].menu-opening > .menu-drawer, details[open].menu-opening > .menu-drawer__submenu {transform: translateX(0);visibility: visible;}@media screen and (min-width: 750px) {.menu-drawer {width: 40rem;}.no-js .menu-drawer {height: auto;}}.menu-drawer__inner-container {position: relative;height: 100%;}.menu-drawer__navigation-container {display: grid;grid-template-rows: 1fr auto;align-content: space-between;overflow-y: auto;height: 100%;}.menu-drawer__navigation {padding: 0 0 5.6rem 0;}.menu-drawer__inner-submenu {height: 100%;overflow-x: hidden;overflow-y: auto;}.no-js .menu-drawer__navigation {padding: 0;}.js .menu-drawer__menu li {width: 100%;border-bottom: 1px solid #e6e6e6;overflow: hidden;}.menu-drawer__menu-item{line-height: var(--body-line-height);letter-spacing: var(--body-letter-spacing);padding: 10px 20px 10px 15px;cursor: pointer;display: flex;align-items: center;justify-content: space-between;}.menu-drawer__menu-item .label{display: inline-block;vertical-align: middle;font-size: calc(var(--font-body-size) - 4px);font-weight: var(--font-weight-normal);letter-spacing: var(--body-letter-spacing);height: 20px;line-height: 20px;margin: 0 0 0 10px;padding: 0 5px;text-transform: uppercase;text-align: center;position: relative;}.menu-drawer__menu-item .label:before{content: "";position: absolute;border: 5px solid transparent;top: 50%;left: -9px;transform: translateY(-50%);}.menu-drawer__menu-item > .icon{width: 24px;height: 24px;margin: 0 10px 0 0;}.menu-drawer__menu-item > .symbol {position: absolute;right: 20px;top: 50%;transform: translateY(-50%);display: flex;align-items: center;justify-content: center;font-size: 0;pointer-events: none;}.menu-drawer__menu-item > .symbol .icon{width: 14px;height: 14px;opacity: .6;}.menu-mobile-icon .menu-drawer__menu-item{justify-content: flex-start;}.no-js .menu-drawer .menu-drawer__menu-item > .symbol {display: none;}.js .menu-drawer__submenu {position: absolute;top: 0;width: 100%;bottom: 0;left: 0;background-color: var(--bg-white);z-index: 1;transform: translateX(100%);visibility: hidden;}.js .menu-drawer__submenu .menu-drawer__submenu {overflow-y: auto;}.menu-drawer__close-button {display: block;width: 100%;padding: 10px 15px;background-color: transparent;border: none;background: #f6f8f9;position: relative;}.menu-drawer__close-button .symbol{position: absolute;top: auto;left: 20px;width: auto;height: 22px;z-index: 10;display: flex;align-items: center;justify-content: center;font-size: 0;pointer-events: none;}.menu-drawer__close-button .icon {display: inline-block;vertical-align: middle;width: 18px;height: 18px;transform: rotate(180deg);}.menu-drawer__close-button .text{max-width: calc(100% - 50px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;vertical-align: top;width: 100%;margin: 0 auto;}.no-js .menu-drawer__close-button {display: none;}.menu-drawer__utility-links {padding: 2rem;}.menu-drawer__account {display: inline-flex;align-items: center;text-decoration: none;padding: 1.2rem;margin-left: -1.2rem;font-size: 1.4rem;}.menu-drawer__account .icon-account {height: 2rem;width: 2rem;margin-right: 1rem;}.menu-drawer .list-social {justify-content: flex-start;margin-left: -1.25rem;margin-top: 2rem;}.menu-drawer .list-social:empty {display: none;}.menu-drawer .list-social__link {padding: 1.3rem 1.25rem;} /* Style General */ .d-block{display: block}.d-inline-block{display: inline-block}.d-flex{display: flex}.d-none {display: none}.d-grid{display: grid}.ver-alg-mid {vertical-align: middle}.ver-alg-top{vertical-align: top} .flex-jc-start{justify-content:flex-start}.flex-jc-end{justify-content:flex-end}.flex-jc-center{justify-content:center}.flex-jc-between{justify-content:space-between}.flex-jc-stretch{justify-content:stretch}.flex-align-start{align-items: flex-start}.flex-align-center{align-items: center}.flex-align-end{align-items: flex-end}.flex-align-stretch{align-items:stretch}.flex-wrap{flex-wrap: wrap}.flex-nowrap{flex-wrap: nowrap}.fd-row{flex-direction:row}.fd-row-reverse{flex-direction:row-reverse}.fd-column{flex-direction:column}.fd-column-reverse{flex-direction:column-reverse}.fg-0{flex-grow:0}.fs-0{flex-shrink:0}.gap-15{gap:15px}.gap-30{gap:30px}.gap-col-30{column-gap:30px} .p-relative{position:relative}.p-absolute{position:absolute}.p-static{position:static}.p-fixed{position:fixed;} .zi-1{z-index:1}.zi-2{z-index:2}.zi-3{z-index:3}.zi-5{z-index:5}.zi-6{z-index:6}.zi-7{z-index:7}.zi-9{z-index:9}.zi-10{z-index:10}.zi-99{z-index:99} .zi-100{z-index:100} .zi-101{z-index:101} .top-0{top:0}.top-100{top:100%}.top-auto{top:auto}.left-0{left:0}.left-auto{left:auto}.right-0{right:0}.right-auto{right:auto}.bottom-0{bottom:0} .middle-y{top:50%;transform:translateY(-50%)}.middle-x{left:50%;transform:translateX(-50%)} .opacity-0{opacity:0}.opacity-1{opacity:1} .o-hidden{overflow:hidden}.o-visible{overflow:visible}.o-unset{overflow:unset}.o-x-hidden{overflow-x:hidden}.o-y-auto{overflow-y:auto;} .pt-0{padding-top:0}.pt-2{padding-top:2px}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-10-imp{padding-top:10px !important}.pt-12{padding-top:12px}.pt-16{padding-top:16px}.pt-20{padding-top:20px}.pt-24{padding-top:24px}.pt-30{padding-top:30px}.pt-32{padding-top:32px}.pt-36{padding-top:36px}.pt-48{padding-top:48px}.pb-0{padding-bottom:0}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-10-imp{padding-bottom:10px !important}.pb-12{padding-bottom:12px}.pb-15{padding-bottom:15px}.pb-16{padding-bottom:16px}.pb-18{padding-bottom:18px}.pb-20{padding-bottom:20px}.pb-24{padding-bottom:24px}.pb-32{padding-bottom:32px}.pb-40{padding-bottom:40px}.pb-48{padding-bottom:48px}.pb-50{padding-bottom:50px}.pb-80{padding-bottom:80px}.pb-84{padding-bottom:84px}.pr-0{padding-right:0}.pr-5{padding-right: 5px}.pr-10{padding-right:10px}.pr-20{padding-right:20px}.pr-24{padding-right:24px}.pr-30{padding-right:30px}.pr-36{padding-right:36px}.pr-80{padding-right:80px}.pl-0{padding-left:0}.pl-12{padding-left:12px}.pl-20{padding-left:20px}.pl-24{padding-left:24px}.pl-36{padding-left:36px}.pl-48{padding-left:48px}.pl-52{padding-left:52px}.pl-80{padding-left:80px}.p-zero{padding:0} .m-lr-auto{margin:0 auto}.m-zero{margin:0}.ml-auto{margin-left:auto}.ml-0{margin-left:0}.ml-5{margin-left:5px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.mr-auto{margin-right:auto}.mr-0{margin-right:0}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}.mt-0{margin-top: 0}.mt-10{margin-top: 10px}.mt-15{margin-top: 15px}.mt-20{margin-top: 20px}.mt-25{margin-top: 25px}.mt-30{margin-top: 30px}.mt-40{margin-top: 40px}.mt-45{margin-top: 45px}.mb-0{margin-bottom: 0}.mb-5{margin-bottom: 5px}.mb-10{margin-bottom: 10px}.mb-15{margin-bottom: 15px}.mb-18{margin-bottom: 18px}.mb-20{margin-bottom: 20px}.mb-30{margin-bottom: 30px} .h-0{height:0}.h-100{height:100%}.h-100v{height:100vh}.h-auto{height:auto}.mah-100{max-height:100%}.mih-15{min-height: 15px}.mih-none{min-height: unset}.lih-15{line-height: 15px} .w-50pc{width:50%}.w-100{width:100%}.w-100v{width:100vw}.maw-100{max-width:100%}.maw-300{max-width:300px}.maw-480{max-width: 480px}.maw-780{max-width: 780px}.w-auto{width:auto}.minw-auto{min-width: auto}.min-w-100{min-width: 100px} .float-l{float:left}.float-r{float:right} .b-zero{border:none}.br-50p{border-radius:50%}.br-zero{border-radius:0}.br-2{border-radius:2px}.bg-none{background: none} .stroke-w-0{stroke-width: 0px}.stroke-w-1h{stroke-width: 0.5px}.stroke-w-1{stroke-width: 1px}.stroke-w-3{stroke-width: 3px}.stroke-w-5{stroke-width: 5px}.stroke-w-7 {stroke-width: 7px}.stroke-w-10 {stroke-width: 10px}.stroke-w-12 {stroke-width: 12px}.stroke-w-15 {stroke-width: 15px}.stroke-w-20 {stroke-width: 20px}.stroke-w-25 {stroke-width: 25px}.stroke-w-30{stroke-width: 30px}.stroke-w-32 {stroke-width: 32px}.stroke-w-40 {stroke-width: 40px} .w-21{width: 21px}.w-23{width: 23px}.w-24{width: 24px}.h-22{height: 22px}.h-23{height: 23px}.h-24{height: 24px}.w-h-16{width: 16px;height: 16px}.w-h-17{width: 17px;height: 17px}.w-h-18 {width: 18px;height: 18px}.w-h-19{width: 19px;height: 19px}.w-h-20 {width: 20px;height: 20px}.w-h-21{width: 21px;height: 21px}.w-h-22 {width: 22px;height: 22px}.w-h-23{width: 23px;height: 23px}.w-h-24 {width: 24px;height: 24px}.w-h-25 {width: 25px;height: 25px}.w-h-26 {width: 26px;height: 26px}.w-h-27 {width: 27px;height: 27px}.w-h-28 {width: 28px;height: 28px}.w-h-29 {width: 29px;height: 29px}.w-h-30 {width: 30px;height: 30px}.w-h-31 {width: 31px;height: 31px}.w-h-32 {width: 32px;height: 32px}.w-h-33 {width: 33px;height: 33px}.w-h-34 {width: 34px;height: 34px}.w-h-35 {width: 35px;height: 35px}.w-h-36 {width: 36px;height: 36px}.w-h-37 {width: 37px;height: 37px} .txt-d-none{text-decoration:none}.txt-d-underline{text-decoration:underline}.txt-u-o-1{text-underline-offset: 1px}.txt-u-o-2{text-underline-offset: 2px}.txt-u-o-3{text-underline-offset: 3px}.txt-u-o-4{text-underline-offset: 4px}.txt-u-o-5{text-underline-offset: 5px}.txt-u-o-6{text-underline-offset: 6px}.txt-u-o-8{text-underline-offset: 8px}.txt-u-o-12{text-underline-offset: 12px}.txt-t-up{text-transform:uppercase}.txt-t-cap{text-transform:capitalize} .ft-0{font-size: 0}.ft-16{font-size: 16px}.ls-0{letter-spacing: 0}.ls-02{letter-spacing: 0.2em}.ls-05{letter-spacing: 0.5em}.ft-i{font-style: italic} .button-effect svg{transition: 0.3s}.button-effect:hover svg{transform: rotate(180deg)} .icon-effect:hover svg {transform: scale(1.15)}.icon-effect:hover .icon-search-1 {transform: rotate(-90deg) scale(1.15)} .link-effect > span:after, .link-effect > .text__icon:after{content: "";position: absolute;bottom: -2px;left: 0;height: 1px;width: 100%;transform: scaleX(0);transition: transform var(--duration-default) ease-out;transform-origin: right} .link-effect > .text__icon:after{ bottom: 0 } .link-effect > span:hover:after, .link-effect > .text__icon:hover:after{transform: scaleX(1);transform-origin: left} @media (min-width: 1025px){ .pl-lg-80{padding-left:80px}.pr-lg-80{padding-right:80px} } </style> <script src="//shoutfactory.com/cdn/shop/t/61/assets/vendor.js?v=37601539231953232631723463892" type="text/javascript"></script> <script src="//shoutfactory.com/cdn/shop/t/61/assets/global.js?v=114736308824452723061723463859" type="text/javascript"></script> <script src="//shoutfactory.com/cdn/shop/t/61/assets/lazysizes.min.js?v=122719776364282065531723463875" type="text/javascript"></script> <!-- <script src="//shoutfactory.com/cdn/shop/t/61/assets/menu.js?v=67448401357794802601723463876" type="text/javascript"></script> --> <script> window.lazySizesConfig = window.lazySizesConfig || {}; lazySizesConfig.loadMode = 1; window.lazySizesConfig.init = false; lazySizes.init(); window.rtl_slick = false; window.mobile_menu = 'default'; window.money_format = '${{amount}} USD'; window.shop_currency = 'USD'; window.currencySymbol ="$"; window.show_multiple_currencies = false; window.routes = { root: '', cart: '/cart', cart_add_url: '/cart/add', cart_change_url: '/cart/change', cart_update_url: '/cart/update', collection_all: '/collections/all', predictive_search_url: '/search/suggest', search_url: '/search' }; window.button_load_more = { default: `Show more`, loading: `Loading...`, view_all: `View All Collection`, no_more: `No More Product`, no_more_collection: `No More Collection` }; window.after_add_to_cart = { type: 'quick_cart', message: `is added to your shopping cart.`, message_2: `Product added to cart successfully` }; window.variant_image_group_quick_view = false; window.quick_view = { show: false, show_mb: false }; window.quick_shop = { show: true, see_details: `View Full Details`, }; window.quick_cart = { show: true }; window.cartStrings = { error: `There was an error while updating your cart. Please try again.`, quantityError: `You can only add [quantity] of this item to your cart.`, addProductOutQuantity: `You can only add [maxQuantity] of this product to your cart`, addProductOutQuantity2: `The quantity of this product is insufficient.`, cartErrorMessage: `Translation missing: en.sections.cart.cart_quantity_error_prefix`, soldoutText: `sold out`, alreadyText: `all`, items: `items`, item: `item`, }; window.variantStrings = { addToCart: `Add to cart`, addingToCart: `Adding to cart...`, addedToCart: `Added to cart`, submit: `Submit`, soldOut: `Sold out`, unavailable: `Unavailable`, soldOut_message: `This variant is sold out!`, unavailable_message: `This variant is unavailable!`, addToCart_message: `You must select at least one products to add!`, select: `Select Options`, preOrder: `Pre-Order`, add: `Add`, unavailable_with_option: `[value] (Unavailable)`, hide_variants_unavailable: false }; window.inventory_text = { hotStock: `Hurry up! only [inventory] left`, hotStock2: `Only [inventory] left in stock`, warningQuantity: `Maximum quantity: [inventory]`, inStock: `In Stock`, outOfStock: `Out Of Stock`, manyInStock: `Many In Stock`, show_options: `Show Variants`, hide_options: `Hide Variants`, adding : `Adding`, thank_you : `Thank You`, add_more : `Add More`, cart_feedback : `Added` }; window.free_shipping_price = 50; window.free_shipping_text = { free_shipping_message: `Free shipping for all orders over`, free_shipping_message_1: `You qualify for free shipping!`, free_shipping_message_2:`Only`, free_shipping_message_3: `away from`, free_shipping_message_4: `free shipping`, free_shipping_1: `Free`, free_shipping_2: `TBD` }; window.notify_me = { show: false }; window.compare = { show: false, add: `Add To Compare`, added: `Added To Compare`, message: `You must select at least two products to compare!` }; window.wishlist = { show: false, add: `Add to wishlist`, added: `Added to wishlist`, empty: `No product is added to your wishlist`, continue_shopping: `Continue Shopping` }; window.pagination = { style: 2, next: `Next`, prev: `Prev` } window.countdown = { text: `Sale ends in:`, day: `D`, hour: `H`, min: `M`, sec: `S`, day_2: `Days`, hour_2: `Hours`, min_2: `Mins`, sec_2: `Secs`, days: `Days`, hours: `Hours`, mins: `Mins`, secs: `Secs`, d: `d`, h: `h`, m: `m`, s: `s` }; window.customer_view = { text: `[number] customers are viewing this product` }; window.arrows = { icon_next: `<button type="button" class="slick-next" aria-label="Next" role="button"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M 7.75 1.34375 L 6.25 2.65625 L 14.65625 12 L 6.25 21.34375 L 7.75 22.65625 L 16.75 12.65625 L 17.34375 12 L 16.75 11.34375 Z"></path></svg></button>`, icon_prev: `<button type="button" class="slick-prev" aria-label="Previous" role="button"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M 7.75 1.34375 L 6.25 2.65625 L 14.65625 12 L 6.25 21.34375 L 7.75 22.65625 L 16.75 12.65625 L 17.34375 12 L 16.75 11.34375 Z"></path></svg></button>` } window.dynamic_browser_title = { show: true, text: 'Come back ⚡' }; window.show_more_btn_text = { show_more: `Show More`, show_less: `Show Less`, show_all: `Show All`, }; function getCookie(cname) { let name = cname + "="; let decodedCookie = decodeURIComponent(document.cookie); let ca = decodedCookie.split(';'); for(let i = 0; i <ca.length; i++) { let c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } const cookieAnnouncemenClosed = getCookie('announcement'); window.announcementClosed = cookieAnnouncemenClosed === 'closed' </script> <script>document.documentElement.className = document.documentElement.className.replace('no-js', 'js');</script><!-- TrustBox script --> <script type="text/javascript" src="//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js" async></script> <!-- End TrustBox script --> <!-- Start: Inveterate custom code --> <style> .inveterate__hero__heading { line-height: 1; } @media screen and (min-width: 768px) { .inveterate__benefits__icon { margin: 0 auto 25px; } } </style> <!-- End: Inveterate custom code --> <!-- BEGIN app block: shopify://apps/product-filters-search/blocks/autocomplete/95672d06-1c4e-4e1b-9368-e84ce1ad6886 --><script> var fast_dawn_theme_action = "/pages/search-results"; var __isp_new_jquery = "true" === "true"; </script> <script>var _isp_injected_already = true</script> <!-- BEGIN app snippet: fast-simon-autocomplete-init --><script id="autocomplete-initilizer" src="https://static-autocomplete.fastsimon.com/fast-simon-autocomplete-init.umd.js?mode=shopify&UUID=578fa338-6a16-4347-b18d-0631a2754632&store=55159554182" async> </script> <!-- END app snippet --> <!-- END app app block --><!-- BEGIN app block: shopify://apps/inveterate/blocks/app-embed/fc24aab3-e6d2-461b-961d-9ebb32143cf2 --> <script id="inveterate-app-embed-log-script" async> console.log('Inveterate: App embed loading'); console.log('Inveterate: PSB: hardcode'); </script> <style> .inveterate__popup { display: none; } </style> <script id="inveterate-theme-snippets-script" async src="https://d1mopl5xgcax3e.cloudfront.net/js/shoutfactory.inveterate.js"></script> <script id="inveterate-app-embed-script" async> (function() { try { var count = 0; var interval = setInterval(function(){ if (!window.inveterate || !window.inveterate.fileLoaded) return; clearInterval(interval); window.inveterate.properties.page = { type: 'page', contentId: 90298548358 }; window.inveterate.properties.pageType = 'page'; window.inveterate.properties.product = {"error":"json not allowed for this object"}; <!-- BEGIN app snippet: js-helpers --> window.inveterate.helpers.randomString = function randomString(len) { if (typeof len !== "number") { console.error("INVETERATE - `len` argument must be of type `Number`"); return; } if (len < 1) { console.error("INVETERATE - `len` argument must be greater than 0"); return; } const characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; let str = ""; for (let i = 0; i < len; i++) { const position = Math.floor(Math.random() * characters.length); str += characters[position]; } return str; }; window.inveterate.helpers.getDateInTimezone = function getDateInTimezone( timeZone ) { return new Date().toLocaleString("en-US", { timeZone }); }; window.inveterate.helpers.getDateFromStrInTimezone = function getDateInTimezone( dateString, timeZone ) { // Split the date string by space to separate the date and time from the timezone const parts = dateString.split(' '); // Split the date and time part to further extract year, month, day, hour, minute, second const dateParts = parts[0].split('-'); const timeParts = parts[1].split(':'); // Create a new Date object using UTC methods let dateObject = new Date(Date.UTC( parseInt(dateParts[0], 10), // year parseInt(dateParts[1], 10) - 1, // month, month is 0-based in JavaScript parseInt(dateParts[2], 10), // day parseInt(timeParts[0], 10), // hour parseInt(timeParts[1], 10), // minute parseInt(timeParts[2], 10) // second )); // timzone parse const tzStr = parts[2]; if (tzStr) { const sign = tzStr.charAt(0); // +/- const [hoursStr, minutesStr] = tzStr.substr(1).split(':'); const hours = parseInt(hoursStr), minutes = parseInt(minutesStr); if (!isNaN(hours) && !isNaN(minutes)) { const offset = ((hours * 60 + minutes) * 60 * 1000) * (sign === '+' ? -1 : 1); dateObject = new Date(dateObject.getTime() + offset); } } return dateObject.toLocaleString('en-US', { timeZone }); }; window.inveterate.helpers.toArray = function toArray(nodelist) { return Array.prototype.slice.call(nodelist); }; window.inveterate.helpers.scrollLock = function scrollLock() { document.body.classList.add("inveterate__scroll-lock"); }; window.inveterate.helpers.scrollUnlock = function scrollUnlock() { document.body.classList.remove("inveterate__scroll-lock"); }; window.inveterate.helpers.redirectToLandingPage = function redirectToLandingPage(name) { // Prevent clicks while redirecting const body = document.querySelector("body"); body.style.pointerEvents = "none"; // Redirect to landing page window.location = inveterate.properties.redirectUrl + `?redirect=${name}`; }; const { MIN_SAFE_INTEGER: MIN, MAX_SAFE_INTEGER: MAX } = Number, { ceil, floor, random: rnd } = Math; const random = { decimal: ({ min = MIN, max = MAX, decimals } = {}) => { const result = Math.min(max, min + rnd() * ((max + 1) - min)); return typeof decimals === "number" ? Number(result.toFixed(decimals)) : result; }, integer: ({ min = MIN, max = MAX } = {}) => floor(random.decimal({ min, max })), string: ({ characters = "", /** number or { min, max } */ length = { max: 250 }, } = {}) => Array( typeof length === "number" ? length : random.integer({ min: 0, ...length }) ) .fill("") .map((_) => (([b, i]) => characters?.[random.integer({ min: 0, max: characters.length })] || String.fromCharCode(b + ceil(i * Math.random())))( [ [65, 25], [97, 25], [48, 9], ][random.integer({ min: 0, max: 2 })] ) ) .filter((x) => /[a-zA-Z0-9]/.test(x)) .join(""), }; window.inveterate.helpers.random = random; <!-- END app snippet --> <!-- BEGIN app snippet: js-methods -->const { config } = require("dotenv"); (function () { var _a; var random = window.inveterate.helpers.random; if (!window.inveterate.device) window.inveterate.device = new (_a = /** @class */ (function () { function Device() { var _b; this.fingerprint = ((_b = JSON.parse(localStorage.getItem(_a.STORAGE_KEY))) === null || _b === void 0 ? void 0 : _b.fingerprint) || random.string({ min: 8, max: 250 }); localStorage.setItem(_a.STORAGE_KEY, JSON.stringify(this)); window.inveterate.device = this; } Device.prototype.toString = function () { return JSON.stringify(this); }; return Device; }()), _a.STORAGE_KEY = 'inveterateDevice', _a)(); })(); var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) { if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { if (ar || !(i in from)) { if (!ar) ar = Array.prototype.slice.call(from, 0, i); ar[i] = from[i]; } } return to.concat(ar || Array.prototype.slice.call(from)); }; (function () { var JobStatus; (function (JobStatus) { JobStatus["Unqueued"] = "UNQUEUED"; JobStatus["Queued"] = "QUEUED"; JobStatus["Running"] = "RUNNING"; JobStatus["Completed"] = "COMPLETED"; })(JobStatus || (JobStatus = {})); var Job = /** @class */ (function () { function Job() { this.status = Job.Status.Unqueued; } Job.Status = JobStatus; return Job; }()); var Queue = /** @class */ (function () { function Queue() { var _this = this; this.jobs = { queued: [], ongoing: [], completed: [], get all() { return __spreadArray(__spreadArray(__spreadArray([], this.queued, true), this.ongoing, true), this.completed, true); }, }; this.events = { /** Events triggered when jobs with specific IDs are completed */ id: [], done: [], push: [], error: [], }; this.push = function (_a) { var _b = _a.id, id = _b === void 0 ? String(Math.random()) : _b, fn = _a.fn; _this.jobs.queued.push({ id: id, fn: fn, status: Job.Status.Queued }); _this.events.push.forEach(function (fn) { return fn(); }); _this.flush(); }; this.flush = function () { if (!_this.jobs.queued[0] || _this.jobs.ongoing.length) return; var job = _this.jobs.queued.splice(0, 1)[0], jid = job.id; job.promise = job .fn() .then(function (result) { return _this.events.id .filter(function (e) { return e.ids.every(function (id) { return jid === id || _this.jobs.completed.find(function (job) { return job.id === id; }); }); }) .forEach(function (_a) { var fn = _a.fn; return fn(result); }); }) .catch(function (err) { return _this.events.error.forEach(function (fn) { return fn(err); }); }) .finally(function () { if (_this.jobs.ongoing.length) { var job_1 = _this.jobs.ongoing.splice(0, 1)[0]; job_1.status = Job.Status.Completed; _this.jobs.completed.push(job_1); } if (_this.jobs.queued[0] && !_this.jobs.ongoing.length) _this.flush(); else _this.events.done.forEach(function (fn) { return fn(); }); }); _this.jobs.ongoing.push(job); }; } Object.defineProperty(Queue.prototype, "busy", { get: function () { return this.jobs.ongoing.length; }, enumerable: false, configurable: true }); return Queue; }()); var x = window; if (!x.inveterate) x.inveterate = {}; if (!x.inveterate.classes) x.inveterate.classes = {}; x.inveterate.classes.Queue = Queue; if (!window.Inveterate) window.Inveterate = new (class Inveterate { queue = new Queue({ id: 'Inveterate' }); constructor() { this.queue.events.push.push(() => { document .querySelector('.inveterate') ?.classList.add('inveterate__loading'); }); this.queue.events.done.push(() => { document .querySelector('.inveterate') ?.classList.remove('inveterate__loading'); }); } get loading() { return this.queue.busy; } get ready() { return this.queue.finished; } wait = ({ id, fn }) => { this.queue.push({ id, fn }); }; })(); })(); const searchParams = new URLSearchParams(window.location.search); /** Headers does not work in IE https://caniuse.com/mdn-api_headers */ const headers = new Headers({ "Content-Type": "application/json", }); const setCartAttributes = (id, token) => fetch("/cart/update.js", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ attributes: { inveterateReferralId: id, inveterateReferralToken: token, }, }), }).then(() => { console.log(`[Inveterate] Referral Token set:`, token); document.dispatchEvent( new Event("inveterate:referrals:token-set", { detail: token, }) ); }); const referralIdQueryParameter = ["referred_by", "referrerId", "rid"] .map((paramName) => searchParams?.get(paramName)) .filter((x) => !!x)?.[0]; window.inveterate.methods.referrals = { setCartAttributes, validate: () => { const customerId = ``, savedReferral = window.localStorage.getItem( inveterate.properties.referralStorageName ) ?? undefined; if (!savedReferral || !customerId) return new Promise.resolve(false); const { merchantId, segmentId, referrer, referralId: id, referralToken: token, } = JSON.parse(savedReferral); const bodyObj = { merchant: { id: merchantId, }, segment: { id: segmentId, }, referral: { id, token, }, referrer, referee: { id: customerId, }, }; try { return fetch(`${inveterate.properties.referralApiUrl}/validation`, { method: "POST", headers, body: JSON.stringify(bodyObj), }) .then((response) => response.json()) .then(({ success, errors, data }) => { if ( success || ["DELETE_REFERRAL", "NEW_REFERRAL"].includes(data?.action) ) localStorage.removeItem(inveterate.properties.referralStorageName); if (data?.action === "NEW_REFERRAL") return inveterate.methods.referrals.issueNew(); return success; }) .catch(e => { e; }); } catch(e) { e; } }, issueNew: (referringCustomerId = null) => { delete localStorage[inveterate.properties.referralStorageName]; const merchantId = 'shoutfactory', customerId = ``, referralId = referringCustomerId || referralIdQueryParameter; if (!referralId) throw new Error("Referring customer id not provided"); return fetch(inveterate.properties.referralApiUrl, { method: "POST", headers, body: JSON.stringify({ merchantId, customerId, referralId, device: inveterate.device, }), }) .then((response) => response.json()) .then((response) => { const { referral = {}, discount } = response.data, { referralId, referralToken } = referral; if (referralId) { inveterate.properties.referralData = referral; window.localStorage.setItem( inveterate.properties.referralStorageName, JSON.stringify(referral) ); return { discount, referralId, referralToken, }; } }) .then(({ discount, referralId, referralToken }) => Promise.allSettled([ setCartAttributes(referralId, referralToken), discount && fetch(`/discount/${discount.code}`, { method: "GET", //headers: { "Content-Type": "application/json" } }).then(() => { console.log(`[Inveterate] Referral Token set:`, referralToken); document.dispatchEvent( new Event("inveterate:referrals:token-set", { detail: referralToken, }) ); }), ]) ); }, }; function checkReferrals(referringCustomerId = null) { Inveterate.wait({ id: "inveterate-referral-registration", fn: () => { const { referrals } = window.inveterate.methods; const merchantId = 'shoutfactory', customerId = ``, referralId = referringCustomerId || referralIdQueryParameter; const savedReferral = window.localStorage.getItem( inveterate.properties.referralStorageName ) ?? undefined; return customerId && savedReferral ? referrals.validate() : referralId ? referrals.issueNew().then(referrals.validate) : Promise.resolve(); }, }); }; /** Placed in two locations for both retrocompatibility and consistency */ window.inveterate.methods.checkReferrals = checkReferrals; window.inveterate.methods.referrals.check = checkReferrals; window.inveterate.methods.displayPopup = function displayPopup(name) { const popups = window.inveterate.helpers.toArray(document.querySelectorAll('[data-inveterate-popup]')); const popup = popups.filter(el => el.getAttribute('data-inveterate-popup') === name)[0]; if (!popup) return; popup.classList.add('inveterate__visible'); window.inveterate.helpers.scrollLock(); } function makeHeaderTag(el, hTag) { if (!el) return; let headerEl = document.createElement(hTag); try { headerEl.setAttribute('class', el.className); headerEl.style.color = el.style.color; const originalId = el.id; headerEl.id = `${originalId}-de-dup`; el.parentNode.insertBefore(headerEl, el); el.parentNode.removeChild(el); headerEl.id = originalId; return headerEl; } catch(e) { e; } } function paymentIntervalShorthands(interval, recurringDayOfMonth) { const numberToOrdinal = (n) => { const s = ['th', 'st', 'nd', 'rd'], v = n % 100; return n + (s[(v - 20) % 10] || s[v] || s[0]); }; if (interval === 'MONTHLY-RECURRING-DAY') { let day = recurringDayOfMonth; if (typeof recurringDayOfMonth !== 'number') { day = parseInt(day); } return `every ${numberToOrdinal(isNaN(day) ? 1 : day)}`; } return interval ? { annually: 'year', 'semi-annually': 'semi annual', quarterly: 'quarter', monthly: 'month', 'one time': 'one time', }[interval.toLowerCase()] : ''; } function removeLastPeriod(str) { const lastPeriodIndex = str.lastIndexOf('.'); if (lastPeriodIndex === -1) { // No period found, return the original string return str; } if (lastPeriodIndex == str?.length - 1) { return str.slice(0, lastPeriodIndex) + str.slice(lastPeriodIndex + 1); } return str; } function formatMoney (_amount) { /** ensure number format */ const amount = Number(_amount); const localization = window.inveterate?.properties?.localizationDetail const locale = localization?.locale || 'en-US'; const currencyCode = localization?.currencyCode || 'USD'; const currencySymbol = localization?.currencySymbol || '$'; let numAmount = amount; if (typeof numAmount !== 'number') { numAmount = parseFloat(amount); if (isNaN(numAmount)) { return `${currencySymbol}${amount}`; } } // Check if the number has a fractional part const hasFraction = numAmount % 1 !== 0; // Set fraction digits options const options = { minimumFractionDigits: hasFraction ? 2 : 0, maximumFractionDigits: hasFraction ? 2 : 0, }; if (currencyCode) { let result = new Intl.NumberFormat(locale, { style: 'currency', currency: currencyCode, ...options, }).format(numAmount); return removeLastPeriod(result); } else { return `${currencySymbol}${numAmount.toFixed(2)}`; } } function getPriceAndFreqInfo(tier) { if (tier.hasFreeTrial) { return `Free for ${tier.freeTrialPeriod} days`; } const shorthand = paymentIntervalShorthands; if (tier.isSpendBased) { const shorthandSB = { MONTHLY: 'month', QUARTERLY: 'quarter', 'SEMI-ANNUALLY': 'semi annual', YEARLY: 'year', ALL_TIME: 'all time', } if (tier.isFree) { return `Spend ${formatMoney(tier.spendingThreshold)}/${shorthandSB[tier.spendingCondition]}`; } else { return `${formatMoney(tier.price)}/${shorthand(tier.interval, tier.recurringDayOfMonth)} or spend ${formatMoney(tier.spendingThreshold)}/${shorthandSB[tier.spendingCondition]}`; } } if (tier.isFree) { return 'Free'; } return `${formatMoney(tier.price)}/${shorthand(tier.interval, tier.recurringDayOfMonth)}`; } // sub function of "displayTierPopup" function displayTierCard(cardId, segmentId, tierBullets) { const tierDetails = getArray(inveterate?.properties, 'tierDetails'); const targetTier = tierDetails.find(tierDetail => tierDetail?.segmentId === segmentId); if (targetTier) { const cardDetails = { title: targetTier?.title, subtitle: getPriceAndFreqInfo(targetTier), bullets: [], } const targetTierBullets = tierBullets.find(tierBullet => tierBullet?.segmentId === segmentId); if (targetTierBullets && targetTierBullets.enabled === true) { cardDetails.bullets = targetTierBullets.bullets; } const titleEl = makeHeaderTag(document.getElementById(`${cardId}-title`), 'h3'); if (titleEl) { titleEl.textContent = cardDetails.title; } const subtitleEl = makeHeaderTag(document.getElementById(`${cardId}-subtitle`), 'h2'); if (titleEl) { subtitleEl.textContent = cardDetails.subtitle; } const ulEl = document.getElementById(`${cardId}-bullets`); const fgColor = ulEl.getAttribute('data-inveterate-popup-fg-color'); for (let bullet of cardDetails.bullets) { try { const parsedBulletEnvelope = new DOMParser().parseFromString( bullet, "text/html" ); bullet = parsedBulletEnvelope?.documentElement?.textContent ?? bullet; } catch { /** Proceed with unparsed text */ } const liEl = document.createElement('li'); liEl.textContent = bullet; liEl.style.color = fgColor; ulEl.appendChild(liEl); } } } // sub function of "displayTierPopup" function replaceTitleAndBody(tierName, idPrefix, isSpendBased, sbtProgress = null) { const isSubscriber = inveterate.properties?.customer?.subscriber === true; const bodyEl = document.getElementById(`${idPrefix}-body`); let headingText = ''; if (isSubscriber) { if (isSpendBased) { if (sbtProgress.needToSpend && parseInt(sbtProgress.needToSpend)>0) { headingText = `Spend ${formatMoney(sbtProgress.needToSpend)} more for exclusive access`; } else { headingText = 'Spend more for exclusive access'; } let bodyText = bodyEl.textContent.trim(); reg = /(__)tier_name(__)/g; bodyText = bodyText.replace(reg, tierName); bodyEl.textContent = bodyText; } else { headingText = 'Upgrade your membership program'; bodyEl.textContent = 'You’re attempting to view exclusive content only for certain members.'; } } else { headingText = `Join the ${tierName}`; bodyEl.textContent = 'You’re attempting to view exclusive content only for certain members.'; } const headingEl = makeHeaderTag(document.getElementById(`${idPrefix}-heading`), 'h2'); if (headingEl) { headingEl.textContent = headingText; } const buttonEl = document.getElementById(`${idPrefix}-popup-button`); let buttonText = buttonEl.textContent.trim(); reg = /(__)tier_name(__)/g; if (isSubscriber) { buttonText = buttonText.replace(reg, tierName); } else { buttonText = 'Join ' + tierName; } buttonEl.textContent = buttonText; } // sub function of "displayTierPopup" function findUpgradingTierDetail(upgradingSegmentIds) { const tierDetails = getArray(inveterate?.properties, 'tierDetails'); let lowestPrice = Number.MAX_VALUE; let tier = null; for (const upgradingSegmentId of upgradingSegmentIds) { const tierDetail = tierDetails.find(tierDetail => tierDetail?.segmentId === upgradingSegmentId); if (tierDetail) { const price = parseFloat(tierDetail.price); if (!Number.isNaN(price) && lowestPrice > price) { lowestPrice = price; tier = tierDetail; } } } return tier; } async function fetchAuthToken() { try { const response = await fetch(`${window.location.origin}/community/membership/me`); if (!response.ok) { throw new Error('Network response was not ok'); } const data = await response.json(); return data; } catch (error) { console.error('There was a problem with the fetch operation:', error); } } async function fetchSBTProgress(authToken, targetTierId) { let publicAPI = null; if (inveterate.properties.publicApiUrl) { publicAPI = inveterate.properties.publicApiUrl + '/customer-sbt-progress'; } if(!publicAPI) return {}; try { const response = await fetch(publicAPI, { method: "POST", headers: { "Content-Type": "application/json", "Authorization": `Bearer ${authToken}` }, body: JSON.stringify({ "segmentId": targetTierId }) }); if (!response.ok) { throw new Error('Network response was not ok'); } const data = await response.json(); return data.data.sbtProgress; } catch (error) { console.error('There was a problem with the fetch operation:', error); } } window.inveterate.methods.displayTierPopup = async function displayTierPopup(name, mySegmentId, upgradingSegmentIds) { const popups = window.inveterate.helpers.toArray(document.querySelectorAll('[data-inveterate-popup]')); const popup = popups.filter(el => el.getAttribute('data-inveterate-popup') === name)[0]; const isSubscriber = inveterate.properties?.customer?.subscriber === true; let sbtProgress = null; const secondCardTier = findUpgradingTierDetail(upgradingSegmentIds); const tierDetails = getArray(inveterate?.properties, 'tierDetails'); const targetTier = tierDetails.find(tierDetail => tierDetail?.segmentId === secondCardTier.segmentId); if (isSubscriber && targetTier.isSpendBased) { let auth = await fetchAuthToken(); sbtProgress = await fetchSBTProgress(auth.authToken, secondCardTier.segmentId); } if (!popup) return; const idPrefix = `inveterate-${name}` const lpPricingDetails = window.inveterate.properties?.lpPricingDetails; const divSBT = document.getElementById(`${idPrefix}-popup-link-group-sbt`); if (divSBT) divSBT.style.display = 'none'; const progressContainer = document.getElementById(`${idPrefix}-progress-container`); if (progressContainer) progressContainer.style.display = 'none'; const progressText = document.getElementById(`${idPrefix}-progress-text`); if (progressText) progressText.style.display = 'none'; if (isSubscriber) { if (targetTier.isSpendBased) { if (targetTier.type === 'FREE') { const spendButton = document.getElementById(`${idPrefix}-popup-button`); if (spendButton) spendButton.style.display = 'none'; const divNonSBT = document.getElementById(`${idPrefix}-popup-link-group-nonsbt`); if (divNonSBT) divNonSBT.style.display = 'none'; if (divSBT) divSBT.style.display = 'block'; } if (sbtProgress.progressPercent !== null && sbtProgress.progressPercent !== undefined) { const progress = document.getElementById(`${idPrefix}-progress`); if (progress) progress.style.width = sbtProgress.progressPercent>100?'100%':`${sbtProgress.progressPercent}%`; if (progressText) { progressText.textContent = `${Math.ceil(parseInt(sbtProgress.progressPercent>100?100:sbtProgress.progressPercent))}% towards ${targetTier.title}`; progressText.style.display = 'block'; } if (progressContainer) progressContainer.style.display = 'block'; } } } else { if (targetTier.isSpendBased && targetTier.type === 'FREE') { const spendButton = document.getElementById(`${idPrefix}-popup-button`); if (spendButton) spendButton.style.display = 'none'; } } if (lpPricingDetails?.enabled !== true) { const firstCard = document.getElementById(`${idPrefix}-card1`); if (firstCard) { firstCard.style.display = 'none'; } const secondCard = document.getElementById(`${idPrefix}-card2`); if (secondCard) { secondCard.style.display = 'none'; } const upgradingTier = findUpgradingTierDetail(upgradingSegmentIds); if (upgradingTier) { replaceTitleAndBody(upgradingTier.title, idPrefix, targetTier.isSpendBased, sbtProgress); } popup.classList.add('inveterate__visible'); window.inveterate.helpers.scrollLock(); return; } const tierBullets = getArray(lpPricingDetails, 'tiers'); if (mySegmentId) { displayTierCard(`${idPrefix}-card1`, mySegmentId, tierBullets); } else { const firstCard = document.getElementById(`${idPrefix}-card1`); if (firstCard) { firstCard.style.display = 'none'; } } if (secondCardTier) { displayTierCard(`${idPrefix}-card2`, secondCardTier.segmentId, tierBullets); replaceTitleAndBody(secondCardTier.title, idPrefix, targetTier.isSpendBased, sbtProgress); } else { const card = document.getElementById(`${idPrefix}-card2`); if (card) { card.style.display = 'none'; } } popup.classList.add('inveterate__visible'); window.inveterate.helpers.scrollLock(); } function blockOrRedirect() { window.inveterate.methods.displayPopup('exclusive-access'); } function blockOrRedirectTiers(mySegmentId, upgradingSegmentIds) { window.inveterate.methods.displayTierPopup('exclusive-access-tiers', mySegmentId, upgradingSegmentIds); } function blockOrRedirectEarlyAccess() { window.inveterate.methods.displayPopup('early-access'); } function blockOrRedirectEarlyAccessTiers(mySegmentId, upgradingSegmentIds) { window.inveterate.methods.displayTierPopup('early-access-tiers', mySegmentId, upgradingSegmentIds); } function getArray(root, prop) { if (typeof root !== 'object') return []; if (Array.isArray(root[prop])) return root[prop]; return []; } window.inveterate.methods.runExclusive = function runExclusive() { const tiersEnabled = inveterate.properties.tiersEnabled === true; const page = inveterate.properties.page; const targetPageTypes = ['product', 'collection', 'page', 'article', 'blog']; if (typeof page !== 'object' || !targetPageTypes.includes(page.type)) return false; if (tiersEnabled) { window.inveterate.methods.executeExclusiveTiersEnabled(page); } else { window.inveterate.methods.executeExclusive(page); } }; window.inveterate.methods.executeExclusive = function (page) { const isSubscriber = inveterate.properties?.customer?.subscriber === true; if (isSubscriber) return false; const benefits = inveterate.properties.benefits; let benefit; if (benefits) { benefit = benefits.EXCLUSIVE; } if (!benefit || !benefit.enabled) return false; const selectedContents = inveterate.properties.selectedContents; if (typeof selectedContents !== 'object') return false; if (page.type === 'product') { const productCollections = page.collections; for (const collection of productCollections) { if (getArray(selectedContents, 'collections').includes(Number(collection.id))) { blockOrRedirect(); return true; } } const productId = Number(page.product.id); if (getArray(selectedContents, 'products').includes(productId)) { blockOrRedirect(); return true; } return false; } if (page.type === 'collection' && page?.collection?.id) { const pageCollectionId = Number(page.collection.id); if (getArray(selectedContents, 'collections').includes(pageCollectionId)) { blockOrRedirect(); return true; } } if (page.type === 'page') { const contentId = Number(page.contentId); if (getArray(selectedContents, 'pages').includes(contentId)) { blockOrRedirect(); return true; } } if (page.type === 'blog') { const contentId = Number(page.contentId); if (getArray(selectedContents, 'blogs').includes(contentId)) { blockOrRedirect(); return true; } } if (page.type === 'article') { const contentId = Number(page.contentId); const blogId = Number(page.blogId); if (getArray(selectedContents, 'articles').includes(contentId)) { blockOrRedirect(); return true; } if (getArray(selectedContents, 'blogs').includes(blogId)) { blockOrRedirect(); return true; } } } // sub function of "executeExclusiveTiersEnabled" function findUpgradingSegmentIds(tierContents, contentType, contentId) { const upgradingSegmentIds = tierContents.filter(tierContent => { return getArray(tierContent, contentType).includes(contentId) }).map(tierContent => tierContent.segmentId); return upgradingSegmentIds; } window.inveterate.methods.executeExclusiveTiersEnabled = function (page) { const isSubscriber = inveterate.properties?.customer?.subscriber === true; const mySegmentId = window.inveterate.properties?.customer?.segmentId; if (isSubscriber && !mySegmentId) { console.error("unable to identify the segmentId"); return false; } const tierBenefits = getArray(inveterate.properties, 'tierBenefits'); // ids of tiers that enabled EXCLUSIVE benefit const activeTierSegmentIds = tierBenefits .filter(benefit => { const exclusiveBenefit = benefit?.benefits?.EXCLUSIVE; if (!exclusiveBenefit) return false; if (exclusiveBenefit.enabled === true) return true; return false; }) .map(item => item.segmentId); let tierContents = window.inveterate.properties?.tierSelectedContents; if (!Array.isArray(tierContents)) return false; tierContents = tierContents.filter(tierContent => activeTierSegmentIds.includes(tierContent.segmentId)) // collecting all contents that need to be checked const allItems = { collections: [], products: [], pages: [], blogs: [], articles: [] }; for (const contents of tierContents) { allItems.collections = allItems.collections.concat(getArray(contents, 'collections')) allItems.products = allItems.products.concat(getArray(contents, 'products')) allItems.pages = allItems.pages.concat(getArray(contents, 'pages')) allItems.blogs = allItems.blogs.concat(getArray(contents, 'blogs')) allItems.articles = allItems.articles.concat(getArray(contents, 'articles')) } if (isSubscriber) { // excluding the contents of the tier that the customer is currently in. const myContents = tierContents.find(contents => contents.segmentId === mySegmentId); if (myContents) { allItems.collections = allItems.collections.filter(item => !getArray(myContents, 'collections').includes(item)); allItems.products = allItems.products.filter(item => !getArray(myContents, 'products').includes(item)); allItems.pages = allItems.pages.filter(item => !getArray(myContents, 'pages').includes(item)); allItems.blogs = allItems.blogs.filter(item => !getArray(myContents, 'blogs').includes(item)); allItems.articles = allItems.articles.filter(item => !getArray(myContents, 'articles').includes(item)); } } let selectedContents = allItems; if (page.type === 'product') { const productCollections = page.collections; for (const collection of productCollections) { const collectionId = Number(collection.id); if (getArray(selectedContents, 'collections').includes(collectionId)) { // upgradingSegmentIds are id of tiers that has selected target content for their exclusive content items const upgradingSegmentIds = findUpgradingSegmentIds(tierContents, 'collections', collectionId); blockOrRedirectTiers(mySegmentId, upgradingSegmentIds); return true; } } const productId = Number(page.product.id); if (getArray(selectedContents, 'products').includes(productId)) { const upgradingSegmentIds = findUpgradingSegmentIds(tierContents, 'products', productId); blockOrRedirectTiers(mySegmentId, upgradingSegmentIds); return true; } return false; } if (page.type === 'collection' && page?.collection?.id) { const pageCollectionId = Number(page.collection.id); if (getArray(selectedContents, 'collections').includes(pageCollectionId)) { const upgradingSegmentIds = findUpgradingSegmentIds(tierContents, 'collections', pageCollectionId); blockOrRedirectTiers(mySegmentId, upgradingSegmentIds); return true; } } if (page.type === 'page') { const contentId = Number(page.contentId); if (getArray(selectedContents, 'pages').includes(contentId)) { const upgradingSegmentIds = findUpgradingSegmentIds(tierContents, 'pages', contentId); blockOrRedirectTiers(mySegmentId, upgradingSegmentIds); return true; } } if (page.type === 'blog') { const contentId = Number(page.contentId); if (getArray(selectedContents, 'blogs').includes(contentId)) { const upgradingSegmentIds = findUpgradingSegmentIds(tierContents, 'blogs', contentId); blockOrRedirectTiers(mySegmentId, upgradingSegmentIds); return true; } } if (page.type === 'article') { const contentId = Number(page.contentId); const blogId = Number(page.blogId); if (getArray(selectedContents, 'articles').includes(contentId)) { const upgradingSegmentIds = findUpgradingSegmentIds(tierContents, 'articles', contentId); blockOrRedirectTiers(mySegmentId, upgradingSegmentIds); return true; } if (getArray(selectedContents, 'blogs').includes(blogId)) { const upgradingSegmentIds = findUpgradingSegmentIds(tierContents, 'blogs', blogId); blockOrRedirectTiers(mySegmentId, upgradingSegmentIds); return true; } } } // sub function of runEarlyAccess const isWithinTimeRange = (campaign, now) => { const startDateObj = inveterate.helpers.getDateFromStrInTimezone(campaign.startDate, 'America/Los_Angeles'); const endDateObj = inveterate.helpers.getDateFromStrInTimezone(campaign.endDate, 'America/Los_Angeles'); const start = Date.parse(startDateObj); const end = Date.parse(endDateObj); const current = Date.parse(now); if (current < start || current > end) return false; return true; } // sub function of runEarlyAccess const isCollectionMatch = (collectionIds, targetCollectionIds) => { for (const collectionId of collectionIds) { const collectionIdSafe = !collectionId ? '': collectionId; const id = parseInt(collectionIdSafe.split('/').pop()); if (!Number.isNaN(id) && targetCollectionIds.indexOf(id) >= 0) { return true; } } return false; } // sub function of runEarlyAccess const findTargetCollectionIds = (page) => { const targetCollectionIds = []; if (page.type === 'product') { page.collections.forEach((collection) => { targetCollectionIds.push(collection.id); }); } else { if (page?.collection?.id) targetCollectionIds.push(page.collection.id); } return targetCollectionIds; } // sub function of runEarlyAccess const checkConditions = (campaign, targetCollectionIds, currentTime) => { if (isWithinTimeRange(campaign, currentTime)) { let collectionIds = []; if (typeof campaign?.collectionIds === 'string') { collectionIds = [campaign.collectionIds]; } else { collectionIds = getArray(campaign, 'collectionIds') } if (isCollectionMatch(collectionIds, targetCollectionIds)) { return true; } } return false; } window.inveterate.methods.runEarlyAccess = function runEarlyAccess() { const page = inveterate.properties.page; if (!page || (page.type !== 'product' && page.type !=='collection')) return false; const isSubscriber = inveterate.properties?.customer?.subscriber === true; const tiersEnabled = inveterate.properties.tiersEnabled === true; if (tiersEnabled) { window.inveterate.methods.executeEarlyAccessTiersEnabled(page, isSubscriber); } else { window.inveterate.methods.executeEarlyAccess(page, isSubscriber); } }; window.inveterate.methods.executeEarlyAccess = function (page, isSubscriber) { if (isSubscriber) return false; const benefits = inveterate.properties.benefits; let benefit; if (benefits) { benefit = benefits.EARLY_ACCESS; } if (!benefit || !benefit.enabled) return false; if (!Array.isArray(inveterate.properties.campaigns)) return false; if (inveterate.properties.campaigns.length === 0) return false; let campaigns = inveterate.properties.campaigns; if (typeof campaigns === 'string') { campaigns = campaigns.split(','); } // Pacific Timezone Hardcoded const now = inveterate.helpers.getDateInTimezone('America/Los_Angeles'); const targetCollectionIds = findTargetCollectionIds(page); for (const campaignItem of campaigns) { if (checkConditions(campaignItem, targetCollectionIds, now)) { blockOrRedirectEarlyAccess(); return true; } } return false; } window.inveterate.methods.executeEarlyAccessTiersEnabled = function (page, isSubscriber) { const mySegmentId = window.inveterate.properties?.customer?.segmentId; if (isSubscriber && !mySegmentId) { console.error("unable to identify the segmentId"); return false; } const tierBenefits = getArray(inveterate.properties, 'tierBenefits'); // ids of tiers that enabled EARLY_ACCESS benefit const activeTierSegmentIds = tierBenefits .filter(benefit => { const earlyAccessBenefit = benefit?.benefits?.EARLY_ACCESS; if (!earlyAccessBenefit) return false; if (earlyAccessBenefit.enabled === true) return true; return false; }) .map(item => item.segmentId); let tierCampaigns = window.inveterate.properties?.tierCampaigns; if (!Array.isArray(tierCampaigns)) return false; tierCampaigns = tierCampaigns.filter(tierCampaign => activeTierSegmentIds.includes(tierCampaign.segmentId)); let allActiveCampaigns = []; for (const tierCampaign of tierCampaigns) { allActiveCampaigns = allActiveCampaigns.concat(getArray(tierCampaign, 'campaigns').map(campaign => ({...campaign, segmentId: tierCampaign.segmentId}))); } // Pacific Timezone Hardcoded const now = inveterate.helpers.getDateInTimezone('America/Los_Angeles'); const targetCollectionIds = findTargetCollectionIds(page); let matchedCampaigns = []; for (const campaignItem of allActiveCampaigns) { if (checkConditions(campaignItem, targetCollectionIds, now)) { matchedCampaigns.push(campaignItem); } } if (matchedCampaigns.length > 0) { let upgradingSegmentIds = matchedCampaigns .map(campaign => campaign.segmentId); if (!mySegmentId) { blockOrRedirectEarlyAccessTiers(null, upgradingSegmentIds); return true; } upgradingSegmentIds = upgradingSegmentIds .filter(campaign => campaign.segmentId !== mySegmentId); const myMatchedCampaign = matchedCampaigns.find(matchedCampaign => matchedCampaign.segmentId === mySegmentId); if (!myMatchedCampaign) { blockOrRedirectEarlyAccessTiers(mySegmentId, upgradingSegmentIds); return true; } } return false; } window.inveterate.methods.appendLock = function appendLock() { const interval = setInterval(() => { const body = document.querySelector('body'); if (!body) return; clearInterval(interval); const wrapperEl = document.createElement('div'); const contentEl = document.createElement('div'); const svgEl = document.createElementNS('http://www.w3.org/2000/svg', 'svg'); const pathEl = document.createElementNS('http://www.w3.org/2000/svg', 'path'); const messageEl = document.createElement('p'); const briefEl = document.createElement('strong'); const messageText = document.createTextNode('Must subscribe to access this page!'); const briefText = document.createTextNode('Redirecting...'); wrapperEl.classList.add('inveterate__locked'); contentEl.classList.add('inveterate__locked__content'); svgEl.setAttribute('width', '24'); svgEl.setAttribute('height', '24'); svgEl.setAttribute('viewBox', '0 0 24 24'); svgEl.setAttribute('fill', 'none'); pathEl.setAttribute('d', 'M16 11V11.5H16.5V11H16ZM8 11H7.5V11.5H8V11ZM12.5 15C12.5 14.7239 12.2761 14.5 12 14.5C11.7239 14.5 11.5 14.7239 11.5 15H12.5ZM11.5 17C11.5 17.2761 11.7239 17.5 12 17.5C12.2761 17.5 12.5 17.2761 12.5 17H11.5ZM6 11.5H18V10.5H6V11.5ZM19.5 13V19H20.5V13H19.5ZM18 20.5H6V21.5H18V20.5ZM4.5 19V13H3.5V19H4.5ZM6 20.5C5.17157 20.5 4.5 19.8284 4.5 19H3.5C3.5 20.3807 4.61929 21.5 6 21.5V20.5ZM19.5 19C19.5 19.8284 18.8284 20.5 18 20.5V21.5C19.3807 21.5 20.5 20.3807 20.5 19H19.5ZM18 11.5C18.8284 11.5 19.5 12.1716 19.5 13H20.5C20.5 11.6193 19.3807 10.5 18 10.5V11.5ZM6 10.5C4.61929 10.5 3.5 11.6193 3.5 13H4.5C4.5 12.1716 5.17157 11.5 6 11.5V10.5ZM15.5 7V11H16.5V7H15.5ZM16 10.5H8V11.5H16V10.5ZM8.5 11V7H7.5V11H8.5ZM12 3.5C13.933 3.5 15.5 5.067 15.5 7H16.5C16.5 4.51472 14.4853 2.5 12 2.5V3.5ZM12 2.5C9.51472 2.5 7.5 4.51472 7.5 7H8.5C8.5 5.067 10.067 3.5 12 3.5V2.5ZM11.5 15V17H12.5V15H11.5Z'); pathEl.setAttribute('fill', '#0F0E10'); svgEl.appendChild(pathEl); messageEl.appendChild(messageText); briefEl.appendChild(briefText); contentEl.appendChild(svgEl); contentEl.appendChild(messageEl); contentEl.appendChild(briefEl); wrapperEl.appendChild(contentEl); body.appendChild(wrapperEl); }, 50); }; window.inveterate.methods.navigateBackOrGoHome = function navigateBackOrGoHome() { const link = ""; if (!link) history.back(); setTimeout(() => { window.location.href = link || "/"; }, 1000); /** To prevent the piling of redirects if an impatient user clicks more than once */ window.inveterate.methods.navigateBackOrGoHome = () => {}; } <!-- END app snippet --> window.inveterate.methods.checkReferrals(); window.inveterate.methods.runExclusive(); <!-- BEGIN app snippet: js-membership-product-redirect --><!-- END app snippet --> }, 50); } catch (error) { console.log('Inveterate error: ', error); } })(); </script> <!-- BEGIN app snippet: show-manage-membership --> <!-- END app snippet --> <!-- BEGIN app snippet: popup --> <div class="inveterate__popup" data-inveterate-popup="exclusive-access"> <div class="inveterate__popup__inner" style="background-color:#ffffff"> <h2 class="inveterate__popup__heading" style="color:#000000"> Upgrade to the __tier_name__ </h2> <p class="inveterate__popup__body" style="color:#000000"> You’re attempting to view exclusive content only for members in the __tier_name__. </p> <div class="inveterate__popup__link__group"> <a class="inveterate__popup__link" href="/community/membership" style="color:#ffffff;background-color:#9245d8;" > Upgrade to __tier_name__ </a> <a class="inveterate__popup__link" href="javascript:window.inveterate.methods.navigateBackOrGoHome();" style="color:#ffffff;background-color:#9245d8;" > Go back to shopping </a> </div> <p class="inveterate__popup__account-text"> Already have an account? <a href="/account">Sign in</a> </p> </div> </div> <!-- END app snippet --> <!-- BEGIN app snippet: popup-tiers --> <div class="inveterate__popup" data-inveterate-popup="exclusive-access-tiers"> <div class="inveterate__popup__inner" style="background-color:#ffffff"> <div class="inveterate__popup__heading" id="inveterate-exclusive-access-tiers-heading" style="color:#000000"> Upgrade to the __tier_name__ </div> <p class="inveterate__popup__body__tiers" id="inveterate-exclusive-access-tiers-body" style="color:#000000"> You’re attempting to view exclusive content only for members in the __tier_name__. </p> <div class="inveterate__popup__cards"> <div class="inveterate__popup_tier-card inveterate__popup_card_current" id="inveterate-exclusive-access-tiers-card1"> <div> <div style="color:#000000" id="inveterate-exclusive-access-tiers-card1-title"></div> <div style="color:#000000" id="inveterate-exclusive-access-tiers-card1-subtitle"></div> <div> <ul id="inveterate-exclusive-access-tiers-card1-bullets" data-inveterate-popup-fg-color="#000000"> </ul> </div> </div> <div style="color:#000000" class="inveterate__popup__card_current_plan">Current Plan</div> </div> <div class="inveterate__popup_tier-card inveterate__popup_card_bordered" id="inveterate-exclusive-access-tiers-card2" style="border-color: #9245d8"> <div> <div style="color:#000000" id="inveterate-exclusive-access-tiers-card2-title"></div> <div style="color:#000000" id="inveterate-exclusive-access-tiers-card2-subtitle"></div> <div> <ul id="inveterate-exclusive-access-tiers-card2-bullets" data-inveterate-popup-fg-color="#000000"> </ul> </div> </div> <div class="inveterate__popup__card_next_plan"> <div class="inveterate__popup__link__group"> <a class="inveterate__popup__link" href="/community/membership?membershipplan=true" style="color:#ffffff;background-color:#9245d8;" id="inveterate-exclusive-access-tiers-popup-button" > Upgrade to __tier_name__ </a> </div> </div> </div> </div> <div id="inveterate-exclusive-access-tiers-popup-link-group-nonsbt" class="inveterate__popup__link__group"> <!-- This class name is just to replicate the same style as below --> <p class="inveterate__popup__account-text"> <a class="inveterate__popup__link" href="javascript:window.inveterate.methods.navigateBackOrGoHome();" > <span>←</span> Go back to shopping </a> </p> <div> or compare all plans on <a class="inveterate__popup__landing_link" href="/community/membership?membershipplan=true" > landing page </a> </div> </div> <p class="inveterate__popup__account-text-signin"> Already have an account? <a href="/account">Sign in</a> </p> </div> </div> <!-- END app snippet --> <script async>console.log('Inveterate: App embed loaded successfully');</script> <!-- END app app block --><link href="https://cdn.shopify.com/extensions/960af2af-4733-43d5-a448-2b135c77f315/inveterate-45/assets/inveterate.css" rel="stylesheet" type="text/css" media="all"> <script src="https://cdn.shopify.com/extensions/8618fa0b-8871-4aeb-8fc9-bd11c6625481/preorder-globo-78/assets/globo.preorder.min.js" type="text/javascript" defer="defer"></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: 55159554182,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "page"};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 id="web-pixels-manager-setup">(function d(d,e,r,a,n){var o,i,t,s,l=(i=(o={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,t=o.legacy,s=navigator.userAgent,i.test(s)?"modern":(t.test(s),"legacy"));window.Shopify=window.Shopify||{};var c=window.Shopify;c.analytics=c.analytics||{};var u=c.analytics;u.replayQueue=[],u.publish=function(d,e,r){return u.replayQueue.push([d,e,r]),!0};try{self.performance.mark("wpm:start")}catch(d){}var h=[r,"/wpm","/b",n,l.substring(0,1),".js"].join("");!function(d){var e=d.src,r=d.async,a=void 0===r||r,n=d.onload,o=d.onerror,i=document.createElement("script"),t=document.head,s=document.body;i.async=a,i.src=e,n&&i.addEventListener("load",n),o&&i.addEventListener("error",o),t?t.appendChild(i):s?s.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:h,async:!0,onload:function(){var r=window.webPixelsManager.init(d);e(r);var a=window.Shopify.analytics;a.replayQueue.forEach((function(d){var e=d[0],a=d[1],n=d[2];r.publishCustomEvent(e,a,n)})),a.replayQueue=[],a.publish=r.publishCustomEvent,a.visitor=r.visitor},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),r="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),n=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:a||"latest",bundle_target:l,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(h," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(r,n))return!0}catch(d){}var o=new XMLHttpRequest;try{return o.open("POST",r,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(n),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 55159554182,storefrontBaseUrl: "https://shoutfactory.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"376012934","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"G-C79D9GCSYX\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-C79D9GCSYX\\\",\\\"AW-979674225\\\/SmlFCPyc2s8ZEPHIktMD\\\"]},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-C79D9GCSYX\\\",\\\"AW-979674225\\\/idIsCMOZ2s8ZEPHIktMD\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-C79D9GCSYX\\\",\\\"AW-979674225\\\/KuY6CMCZ2s8ZEPHIktMD\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-C79D9GCSYX\\\",\\\"AW-979674225\\\/Pq_bCLqZ2s8ZEPHIktMD\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-C79D9GCSYX\\\",\\\"AW-979674225\\\/Jg5xCL2Z2s8ZEPHIktMD\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-C79D9GCSYX\\\",\\\"AW-979674225\\\/OcuzCP-c2s8ZEPHIktMD\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-C79D9GCSYX\\\",\\\"AW-979674225\\\/XlDiCPmc2s8ZEPHIktMD\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"afe7c2de16587d6c6689522527d6c67f","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Shout! Factory","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"shoutfactory.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/shoutfactory.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://shoutfactory.com/cdn","1518c2ba4d2b3301a1e3cb6576947ef22edf7bb6","3c762e5aw5b983e43pc2dc4883m545d5a27",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"page":{"pageType":"page","resourceType":"page","resourceId":90298548358}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </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: 55159554182, theme_id: 127026659462, app_name: "storefront", context_url: window.location.href, source_url: "//shoutfactory.com/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//shoutfactory.com/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//shoutfactory.com/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":55159554182,"isMerchantRequest":null,"themeId":127026659462,"themeCityHash":"8638974729254876723","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Google Analytics":{"trackingId":"UA-1185016-1","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); 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,{"pageType":"page","resourceType":"page","resourceId":90298548358}); 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 = "//shoutfactory.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { window.BOOMR = window.BOOMR || {}; window.BOOMR.themeName = "Ella"; window.BOOMR.themeVersion = "6.6.2"; window.BOOMR.shopId = 55159554182; window.BOOMR.themeId = 127026659462; })();</script> <script defer src="https://shoutfactory.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.0.2.min.js" data-application="storefront-renderer" data-shop-id="55159554182" data-render-region="gcp-asia-southeast1" data-page-type="page" data-theme-instance-id="127026659462" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" ></script> </head> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){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); })(window,document,'script','dataLayer','GTM-NM9GFML');</script> <!-- End Google Tag Manager --> <body class="template-page product-card-layout-08 enable_button_disable_arrows quick_shop_option_2 show_image_loading show_effect_close" allow-transparency> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NM9GFML" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- BEGIN GROOVE WIDGET CODE --> <script> !function(e,t){if(!e.groove){var i=function(e,t){return Array.prototype.slice.call(e,t)},a={widget:null,loadedWidgets:{},classes:{Shim:null,Embeddable:function(){this._beforeLoadCallQueue=[],this.shim=null,this.finalized=!1;var e=function(e){var t=i(arguments,1);if(this.finalized){if(!this[e])throw new TypeError(e+"() is not a valid widget method");this[e].apply(this,t)}else this._beforeLoadCallQueue.push([e,t])};this.initializeShim=function(){a.classes.Shim&&(this.shim=new a.classes.Shim(this))},this.exec=e,this.init=function(){e.apply(this,["init"].concat(i(arguments,0))),this.initializeShim()},this.onShimScriptLoad=this.initializeShim.bind(this),this.onload=void 0}},scriptLoader:{callbacks:{},states:{},load:function(e,i){if("pending"!==this.states[e]){this.states[e]="pending";var a=t.createElement("script");a.id=e,a.type="text/javascript",a.async=!0,a.src=i;var s=this;a.addEventListener("load",(function(){s.states[e]="completed",(s.callbacks[e]||[]).forEach((function(e){e()}))}),!1);var n=t.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n)}},addListener:function(e,t){"completed"!==this.states[e]?(this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t)):t()}},createEmbeddable:function(){var t=new a.classes.Embeddable;return e.Proxy?new Proxy(t,{get:function(e,t){return e instanceof a.classes.Embeddable?Object.prototype.hasOwnProperty.call(e,t)||"onload"===t?e[t]:function(){e.exec.apply(e,[t].concat(i(arguments,0)))}:e[t]}}):t},createWidget:function(){var e=a.createEmbeddable();return a.scriptLoader.load("groove-script","https://a47ab64c-7377-4a79-94ea-a1ceb9255ddf.widget.cluster.groovehq.com/api/loader"),a.scriptLoader.addListener("groove-iframe-shim-loader",e.onShimScriptLoad),e}};e.groove=a}}(window,document); window.groove.widget = window.groove.createWidget(); window.groove.widget.init('a47ab64c-7377-4a79-94ea-a1ceb9255ddf', {offsetVertical: 85}); </script> <!-- END GROOVE WIDGET CODE --> <div class="body-content-wrapper"> <a class="skip-to-content-link button visually-hidden" href="#MainContent">Skip to content</a> <!-- BEGIN sections: header-group --> <div id="shopify-section-sections--15643507589254__announcement-bar" class="shopify-section shopify-section-group-header-group"><style type="text/css"> @keyframes SlideLeft {0% {transform: translate3d(0,0,0)} 100% {transform: translate3d(-100%,0,0)}} #shopify-section-sections--15643507589254__announcement-bar .announcement-bar {padding-top: 0px;padding-bottom: 0px;background: #232323} .announcement-bar .layout--scroll {max-width: 100%;padding-left: 0; padding-right: 0;overflow: hidden;text-align: right;} .header-full-width #shopify-section-announcement-bar .announcement-bar .layout--scroll {padding-left: 0;padding-right: 0} .announcement-bar .layout--scroll .row {display: inline-block;text-align: left; white-space: nowrap} .announcement-bar__item-scroll {display: inline-block;width: max-content;will-change: transform,width;} .announcement-bar .layout--scroll .announcement-bar__item-scroll{animation: SlideLeft 5s linear infinite} .announcement-bar .layout--scroll:hover .announcement-bar__item-scroll, .announcement-bar .layout--scroll:focus .announcement-bar__item-scroll {animation-play-state: paused} .announcement-bar .layout--scroll .announcement-bar__message {width: auto;vertical-align: middle} .announcement-bar .layout--scroll .announcement-bar__message .message, .announcement-bar .layout--scroll .announcement-bar__message p {padding: 5px 12.5px} .announcement-bar .announcement-bar__message svg {display: inline-block;vertical-align: middle;width: 16px;height: 16px} .announcement-bar .layout--scroll .announcement-bar__message .underline {text-decoration: underline;text-decoration-thickness: 1px;text-underline-offset: 4px} #shopify-section-sections--15643507589254__announcement-bar .announcement-bar__message, #shopify-section-sections--15643507589254__announcement-bar .announcement-bar__message .message, #shopify-section-sections--15643507589254__announcement-bar .announcement-bar__message a, #shopify-section-sections--15643507589254__announcement-bar .announcement-bar__message p, #shopify-section-sections--15643507589254__announcement-bar .top-mesage-countdown { color: #f8f8f8;font-size: 13px;font-style: normal;font-weight: 400;letter-spacing: 0 } .announcement-bar .announcement-close.hasCountDown {width: 21px;height: 21px} #shopify-section-sections--15643507589254__announcement-bar .announcement-bar .announcement-close svg {fill: #f8f8f8} #shopify-section-sections--15643507589254__announcement-bar .announcement-bar .announcement-countdown .clock-item{color: var(--countdown-text-color);border: 1px solid var(--countdown-text-border);background-color: var(--countdown-text-background)} #shopify-section-sections--15643507589254__announcement-bar .announcement-bar .announcement-countdown .clock-item:before{color: #f8f8f8}#shopify-section-sections--15643507589254__announcement-bar .announcement-bar .layout--slider .row{max-width: 100%; margin: 0 auto} #shopify-section-sections--15643507589254__announcement-bar .announcement-bar .slick-arrow svg{fill: #f8f8f8;color: #f8f8f8}.announcement-bar .layout--slider .announcement-bar__message{display: none} .announcement-bar .layout--slider .announcement-bar__message:first-child{display: inline-block} .announcement-bar .slick-slider .announcement-bar__message{display: inline-block} @media (max-width: 1400px){#shopify-section-sections--15643507589254__announcement-bar .announcement-bar .layout--slider .row{max-width: 50%}} @media (max-width: 1199px){#shopify-section-sections--15643507589254__announcement-bar .announcement-bar .layout--slider .row{ max-width: 90%}} @media (max-width: 1024px){ .announcement-bar .announcement-countdown+.announcement-close{top: 20%} #shopify-section-sections--15643507589254__announcement-bar .announcement-bar__message .message.font-size-mb {font-size: calc(13px - 2px)} } @media (max-width: 551px){#shopify-section-sections--15643507589254__announcement-bar .announcement-bar .layout--slider .row{max-width: 100%} .announcement-bar .slick-arrow{display: none !important}#shopify-section-sections--15643507589254__announcement-bar .announcement-bar__message .message.font-size-mb {font-size: calc(13px - 4px)} #shopify-section-sections--15643507589254__announcement-bar .announcement-bar__message p.custom {font-size: 12px; font-weight: 400;letter-spacing: -0.01em;padding-left: 0;padding-right: 0;} } </style> <announcement-bar-component class="announcement-bar d-block" role="region" aria-label="Announcement"> <script> if (window.announcementClosed) { document.querySelector('.announcement-bar').remove(); } </script> <div class="container layout--slider"> <div class="row has-arrows" ><div class="announcement-bar__message text-center" id="announcement-bar-0" style="--button-color-style: #cc0e14;--button-border-style: #2da116;--button-background-style: linear-gradient(46deg, rgba(52, 133, 236, 1) 13%, rgba(170, 248, 219, 1) 86%)"><div class="message"> Free shipping on all U.S. orders $50+ </div></div></div></div> </announcement-bar-component> <script> if (typeof announcementBar === 'undefined'){ class AnnouncementBar extends HTMLElement { constructor() { super(); } connectedCallback() { this.closeAnnouncementButton = this.querySelector('[data-close-announcement]'); this.announcementBarSlider = this.querySelector('[data-announcement-bar]'); this.announcementHasSlides = this.announcementBarSlider?.querySelectorAll('.announcement-bar__message').length > 1; if (AnnouncementBar.getCookie('announcement') == 'closed') { this.remove(); } else { this.style.opacity = 1; this.style.visibility = 'visible'; }; this.initAnnouncementBarSlider(); this.closeAnnouncementButton?.addEventListener('click', this.closeAnnouncementBar.bind(this)); } closeAnnouncementBar(e) { e.preventDefault(); e.stopPropagation(); this.remove(); AnnouncementBar.setCookie('announcement', 'closed', 1); } initAnnouncementBarSlider() { if (this.announcementHasSlides && !this.announcementBarSlider.classList.contains('slick-initialized')) { let showArrows; this.announcementBarSlider.dataset.arrows == 'true' || this.announcementBarSlider.dataset.arrows == true ? showArrows = true : showArrows = false; $(this.announcementBarSlider).slick({ infinite: true, vertical: false, adaptiveHeight: false, slidesToShow: 1, slidesToScroll: 1, dots: false, arrows: showArrows, autoplay: true, autoplaySpeed: 3000, nextArrow: '<button type="button" class="slick-next" aria-label="Next"><svg viewBox="0 0 478.448 478.448" class="icon icon-chevron-right" id="icon-chevron-right"><g><g><polygon points="131.659,0 100.494,32.035 313.804,239.232 100.494,446.373 131.65,478.448 377.954,239.232"></polygon></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg></button>', prevArrow: '<button type="button" class="slick-prev" aria-label="Previous"><svg viewBox="0 0 370.814 370.814" class="icon icon-chevron-left" id="icon-chevron-left"><g><g><polygon points="292.92,24.848 268.781,0 77.895,185.401 268.781,370.814 292.92,345.961 127.638,185.401"></polygon></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg></button>', }); } } static setCookie(cname, cvalue, exdays) { const d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); const expires = 'expires=' + d.toUTCString(); document.cookie = cname + '=' + cvalue + ';' + expires + ';path=/'; } static getCookie(cname) { const name = cname + '='; const ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) === ' ') { c = c.substring(1); } if (c.indexOf(name) === 0) { return c.substring(name.length, c.length); } } return ''; } } customElements.define('announcement-bar-component', AnnouncementBar); const elementToAnimate = document.querySelector('.announcement-bar'); function toggleActiveClass() { const viewportHeight = window.innerHeight; const elementRect = elementToAnimate.getBoundingClientRect(); if (elementRect.top < viewportHeight && elementRect.bottom >= 0) { elementToAnimate.classList.add('active-screen'); } else { elementToAnimate.classList.remove('active-screen'); } } window.addEventListener('scroll', toggleActiveClass); toggleActiveClass(); var announcementBar = AnnouncementBar; } </script></div><div id="shopify-section-sections--15643507589254__header_single_line_kECUXz" class="shopify-section shopify-section-group-header-group section-header-single-line"><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-header-single-line.css?v=116431635153788140431723463825" rel="stylesheet" type="text/css" media="all" /> <header class="header header-single-line" style="--spacing-l-r: 0px; --padding-top: 18px; --padding-bottom: 18px; --bg-color: #ffffff; --header-text-transform: capitalize"> <div class="container container-1370"> <div class="header-single-line__content size--6"><div class="header-single-line__item header-single-line__item--logo" style="--logo-width: 110px; --logo-font-size: 30px; --logo-font-weight: 900; --logo-color: #ffffff"><div class="header__logo text-left clearfix"> <div class="header__heading"> <a href="/" class="header__heading-link focus-inset"><img src="//shoutfactory.com/cdn/shop/files/Shout_Logo_1000x600_21fdda57-2035-4ced-82c4-9bdba4f1560a.png?v=1685492544&width=300" alt="Shout! Factory" srcset="//shoutfactory.com/cdn/shop/files/Shout_Logo_1000x600_21fdda57-2035-4ced-82c4-9bdba4f1560a.png?v=1685492544&width=50 50w, //shoutfactory.com/cdn/shop/files/Shout_Logo_1000x600_21fdda57-2035-4ced-82c4-9bdba4f1560a.png?v=1685492544&width=100 100w, //shoutfactory.com/cdn/shop/files/Shout_Logo_1000x600_21fdda57-2035-4ced-82c4-9bdba4f1560a.png?v=1685492544&width=150 150w, //shoutfactory.com/cdn/shop/files/Shout_Logo_1000x600_21fdda57-2035-4ced-82c4-9bdba4f1560a.png?v=1685492544&width=200 200w, //shoutfactory.com/cdn/shop/files/Shout_Logo_1000x600_21fdda57-2035-4ced-82c4-9bdba4f1560a.png?v=1685492544&width=250 250w, //shoutfactory.com/cdn/shop/files/Shout_Logo_1000x600_21fdda57-2035-4ced-82c4-9bdba4f1560a.png?v=1685492544&width=300 300w" width="110" height="66" class="header__heading-logo motion-reduce"> </a> </div> </div></div><div class="header-single-line__item header-single-line__item--search"><div class="header__search clearfix" style="--bg-search-color: #f4f4f4; --search-color: #323232; --search-icon-color: #323232; --search-border-radius: 5px"> <details-modal class="header__iconItem header__search"><details class="search_details"> <summary class="header__search-full" aria-haspopup="dialog" aria-label="Search"> <button type="button" class="header-search-close" aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg></button> <form action="/search" method="get" role="search" class="search search-modal__form"> <div class="field"> <input class="search__input field__input form-input-placeholder" id="Search-In-Modal-Single" type="search" name="q" value="" placeholder="What can we help you find?" autocomplete="off"> <input type="hidden" name="options[prefix]" value="last"> <input type="hidden" name="type" value="product"> <label class="field__label hiddenLabels" for="Search-In-Modal-Single">What can we help you find?</label> <button class="button search__button field__button focus-inset" aria-label="Search"><svg role="img" viewBox="0 0 512 512" class="icon-search"><path d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5 S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9 C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z"></path></svg></button> </div></form> </summary> <div class="search-modal modal__content" role="dialog" aria-modal="true" aria-label="Search"></div> </details></details-modal> </div></div><div class="header-single-line__item header-single-line__item--text"> <div class="header__iconItem header__group text-right"> <div class="customer-service-text" style="--text-size: 16px; --text-color: #ffffff"><p><strong> </strong></p></div> </div> </div><div class="header-single-line__item header-single-line__item--wishlist"> <a class="ssw-link-fave-menu ssw-link-fave-menu-hide-count" href="/pages/wishlist" aria-label="My Wishlist" tabindex="0"> <i class="ssw-icon-heart-o"></i> <span class="ssw-counter-fave-menu ssw-hide"></span> </a> <script defer> var sswFaveCounterMenuLoaded = true; </script> </div><div class="header-single-line__item header-single-line__item--customer"><div class="header__iconItem header__group" style="--color: #232323"> <a href="/account/login" class="header__icon header__icon--account link link--text" data-open-auth-sidebar><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon-account" viewBox="0 0 1024 1024" width="100%" height="100%"><path class="path1" d="M486.4 563.2c-155.275 0-281.6-126.325-281.6-281.6s126.325-281.6 281.6-281.6 281.6 126.325 281.6 281.6-126.325 281.6-281.6 281.6zM486.4 51.2c-127.043 0-230.4 103.357-230.4 230.4s103.357 230.4 230.4 230.4c127.042 0 230.4-103.357 230.4-230.4s-103.358-230.4-230.4-230.4z"></path><path class="path2" d="M896 1024h-819.2c-42.347 0-76.8-34.451-76.8-76.8 0-3.485 0.712-86.285 62.72-168.96 36.094-48.126 85.514-86.36 146.883-113.634 74.957-33.314 168.085-50.206 276.797-50.206 108.71 0 201.838 16.893 276.797 50.206 61.37 27.275 110.789 65.507 146.883 113.634 62.008 82.675 62.72 165.475 62.72 168.96 0 42.349-34.451 76.8-76.8 76.8zM486.4 665.6c-178.52 0-310.267 48.789-381 141.093-53.011 69.174-54.195 139.904-54.2 140.61 0 14.013 11.485 25.498 25.6 25.498h819.2c14.115 0 25.6-11.485 25.6-25.6-0.006-0.603-1.189-71.333-54.198-140.507-70.734-92.304-202.483-141.093-381.002-141.093z"></path></svg> <span class="customer-links">Sign In</span></a></div></div><div class="header-single-line__item header-single-line__item--cart"><div class="header__iconItem header__group" style="--color: #232323; --cart-bg-item: #e95144; --cart-color-item: #ffffff; --cart-item-font-size: 14px"> <a href="/cart" class="header__icon header__icon--cart link link--text focus-inset cart-icon-bubble" data-cart-sidebar><svg viewBox="0 0 1024 1024" class="icon icon-cart stroke-w-5" xmlns="http://www.w3.org/2000/svg"><path class="path1" d="M409.6 1024c-56.464 0-102.4-45.936-102.4-102.4s45.936-102.4 102.4-102.4S512 865.136 512 921.6 466.064 1024 409.6 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path><path class="path2" d="M768 1024c-56.464 0-102.4-45.936-102.4-102.4S711.536 819.2 768 819.2s102.4 45.936 102.4 102.4S824.464 1024 768 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path><path class="path3" d="M898.021 228.688C885.162 213.507 865.763 204.8 844.8 204.8H217.954l-5.085-30.506C206.149 133.979 168.871 102.4 128 102.4H76.8c-14.138 0-25.6 11.462-25.6 25.6s11.462 25.6 25.6 25.6H128c15.722 0 31.781 13.603 34.366 29.112l85.566 513.395C254.65 736.421 291.929 768 332.799 768h512c14.139 0 25.6-11.461 25.6-25.6s-11.461-25.6-25.6-25.6h-512c-15.722 0-31.781-13.603-34.366-29.11l-12.63-75.784 510.206-44.366c39.69-3.451 75.907-36.938 82.458-76.234l34.366-206.194c3.448-20.677-1.952-41.243-14.813-56.424zm-35.69 48.006l-34.366 206.194c-2.699 16.186-20.043 32.221-36.39 33.645l-514.214 44.714-50.874-305.246h618.314c5.968 0 10.995 2.054 14.155 5.782 3.157 3.73 4.357 9.024 3.376 14.912z"></path></svg> <span class="cart-text">Cart</span> <div class="cart-count-bubble"><span class="text" aria-hidden="true" data-cart-count>0</span><span class="visually-hidden">0 items</span> </div> </a> </div></div></div> </div> </header></div><div id="shopify-section-sections--15643507589254__header_navigation_vertical_menu_WLnTtd" class="shopify-section shopify-section-group-header-group section-header-navigation"><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-megamenu.css?v=171299908626788618791723463831" rel="stylesheet" type="text/css" media="all" /> <style> @media screen and (min-width: 1025px) { .header-nav-vertical-menu{background: #ffffff;box-shadow: 0px 1px 6px rgba(var(--header_navigation_rgb), 0.1);}} @media screen and (min-width:1025px){.header-nav-vertical-menu .vertical-menu{width:260px;cursor:pointer}.vertical-menu .categories-title{padding:11px 25px;border-top-left-radius:6px;border-top-right-radius:6px;background:var(--title_categories_bg)}.vertical-menu .categories-title .title{color:var(--title_categories_color);font-size:var(--title_categories_font_size);line-height: var(--title_categories_line_height);font-weight: var(--font-weight-medium)}.vertical-menu .categories-title .view_all{font-size:var(--view_all_font_size);color:var(--view_all_link_color)}.categories-title__button .icon-grid{fill:var(--icon_title_categories_color);margin-top:-1px}.categories-title__button .icon-grid+.title{margin-left:8px}.icon--dropdown{width:6px;height:1px;transform:rotate(-45deg);vertical-align:middle;margin-left:5px;transition:0.3s;background:var(--title_categories_color)}.icon--dropdown:before{content:"";position:absolute;left:3px;top:3px;width:6px;height:1px;;transform:rotate(-90deg);background:var(--title_categories_color)}.vertical-menu__hide .icon--dropdown{margin-left:15px;transform:rotate(-225deg)}.icon-hamburger{width:24px;height:2px;vertical-align:middle;margin-right:12px;cursor:pointer;position:relative;background-color:var(--icon_title_categories_color)}.icon-hamburger:after,.icon-hamburger:before{display:block;width:24px;height:2px;position:absolute;left:0;right:0;content:"";transition:transform .3s;transition-delay:.2s;background-color:var(--icon_title_categories_color)}.icon-hamburger:before{top:-8px}.icon-hamburger:after{top:8px}.categories-title__style_1 .categories-title__button{position:relative;padding-right:15px;width:100%}.categories-title__style_1 .icon--dropdown{position:absolute;right:4px;top:50%;margin-top:-3px}.header-navigation .vertical-menu__style_3{width:195px}.vertical-menu .categories-title__style_3{background:none;padding:11px 15px 11px 0;border-radius:0;position:relative}.categories-title__style_3:before{position:absolute;content:"";top:50%;transform:translateY(-50%);right:0;width:1px;height:30px;background-color:var(--title_categories_border_color)}.vertical-menu__style_3:hover .header__menu-vertical{opacity:1;visibility:visible;transform:translateY(0);box-shadow:0 3px 5px #0000000d;pointer-events:auto}.header-nav-vertical-menu .header__inline-menu-ver{width:calc(100% - 290px)}.vertical-menu__style_3+.header__inline-menu{width:calc(100% - 195px)}.header__menu-vertical .menu-lv-1__action>.label{display:inline-block;position:relative;right:auto;top:auto;margin-left:15px}.header__menu-vertical .menu-lv-1__action>.label:before{left:-5px;bottom:4px;transform:translate(-50%) rotate(270deg);border-bottom-color:var(--new_label_border)}.header-navigation .header__menu-vertical{border-top:none;visibility:visible;pointer-events:auto;transform:translateY(0);transition:transform .3s linear;width:260px;box-shadow:0 3px 18px 2px rgba(0,0,0,.2);border-bottom-left-radius:6px;border-bottom-right-radius:6px}.header-navigation .vertical-menu__hide .header__menu-vertical{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(30px)}.header__menu-vertical .list-menu{padding:19px 0 26px}.header__menu-vertical .menu-lv-item:not(.d-none){display:block;margin:0}.header__menu-vertical .menu-lv-1__action{padding:10px 25px}.header__menu-vertical .menu-lv-item .list-menu--disclosure{position:absolute;left:calc(100% - 15px);box-shadow:none;padding:10px 0 0 0;top:-10px}.header__menu-vertical .menu-lv-item .list-menu--disclosure,.header__menu-vertical .menu-lv-2.dropdown:hover .site-nav-list-dropdown>.header__submenu{background-color:transparent}.header__menu-vertical .list-menu--disclosure .bg_white{background:var(--bg-white);box-shadow:0 1px 4px 0 rgb(0 0 0 / 15%);border-radius:6px}.header__menu-vertical .list-menu--disclosure-2{margin-left:0}.header__menu-vertical .menu-lv-1 .icon-dropdown{display:block;float:right}.header__menu-vertical .menu-lv-1__action .icon{right:23px;fill:var(--vertical_menu_lv1_color)}.header__menu-vertical .no-megamenu .menu-lv-2,.header__menu-vertical .no-megamenu .menu-lv-3{padding:0 20px}.header__menu-vertical .has-megamenu .menu-dropdown{left:100%;right:initial;top:0;min-width:calc(100vw - 450px);padding:0 30px 0 15px;max-height:90vh;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow:0 3px 18px 2px rgb(0 0 0 / 20%);height: -webkit-fill-available;}.header__menu-vertical .has-megamenu .menu-dropdown .icon-dropdown{display:none}.header__menu-vertical>.list-menu{background:var(--vertical_menu_bg);border-bottom-left-radius:6px;border-bottom-right-radius:6px}.header__menu-vertical .menu-lv-1:not(.menu-sale) .menu-lv-1__action{color:var(--vertical_menu_lv1_color)}.header__menu-vertical .menu-lv-1:hover{background:var(--vertical_menu_lv1_hover_bg)}.header__menu-vertical .menu-lv-1:hover .menu-lv-1__action{color:var(--vertical_menu_lv1_color_hover)}.header__menu-vertical .menu-lv-1>.link-effect>.text:after{background:var(--vertical_menu_lv1_color_hover)}.header__menu-vertical .menu-lv-1>.link-effect:hover>.text:after{background:var(--vertical_menu_lv1_color_hover)}.header__menu-vertical .menu-lv-1:hover>a .icon{fill:var(--vertical_menu_lv1_color_hover)}.header-nav-vertical-menu .header-icons{padding:8px 0;max-width:350px; column-gap: 15px}.header-nav-vertical-menu .header-icons .header__icon{display:inline-block}.header-nav-vertical-menu .header__icon--cart svg{margin-top:-1px}.header-nav-vertical-menu .customer-service-text,.header-nav-vertical-menu .help-item{font-size:var(--text_font_size)}.section-header-navigation:not(.scrolled-past-header) .header-nav-vertical-menu .customer-service-text+.icons-top-right:not(.ml-0){margin-left:15px}.header-nav-vertical-menu .icons-top-right,.header-nav-vertical-menu .header-icons-bottom,.header-nav-vertical-menu .customer-service-text-ptb{padding-top:4px;padding-bottom:4px}.header-nav-vertical-menu .customer-service-text-pt{padding-top:4px}.header-nav-vertical-menu .customer-service-text{vertical-align:middle}.header-nav-vertical-menu .customer-service-text p{margin-top:0;margin-bottom:0}.header-nav-vertical-menu .help-item-has-border{margin-right:20px}.header-nav-vertical-menu .help-item-has-border:before{position:absolute;content:"";width:1px;height:22px;top:50%;transform:translateY(-50%);right:0;background-color:var(--icon_help_border_color)}.header-nav-vertical-menu .help-item svg{color:var(--icon_help_color);margin-top: -1px}.header-nav-vertical-menu .help-item span{vertical-align:middle;margin-top:-1px;color:var(--header_icons_color)}.header-nav-vertical-menu .help-item a:hover span{color:var(--header_icons_color_hover)}.header-nav-vertical-menu .header__search .icon-search{margin-top:3px}.header-nav-vertical-menu .header__icon--cart .cart-count-bubble{top:-7px}.scrolled-past-header .header-nav-vertical-menu .customer-service-text,.scrolled-past-header .header-nav-vertical-menu .help-item{display:none}.sticky-search-menu-open .header-nav-vertical-menu .search-modal__form{max-width:555px;background-color:var(--bg-white)}.sticky-search-menu-open .header-nav-vertical-menu .search-modal__content{max-width:555px;animation:animateMenuOpen .5s ease}.sticky-search-menu-open .header-nav-vertical-menu .search__input{padding:7px 10px}.sticky-search-menu-open .header-nav-vertical-menu .search__button svg{width:18px;height:18px}.sticky-search-menu-open .header-nav-vertical-menu .quickSearchResultsWrap{right:0;left:0;width:555px}.sticky-search-menu-open .header-nav-vertical-menu .quickSearchResults .container{padding-left:20px;padding-right:20px}.sticky-search-menu-open .header-nav-vertical-menu details>.search-modal{padding:10vh 0;border:1px solid #dadada;background:rgba(35,35,35,.8)}.sticky-search-menu-open .header-nav-vertical-menu .header-search-close{padding:0 0 15px 0}.sticky-search-menu-open .header-nav-vertical-menu .header-search-close svg{fill:var(--bg-white);width:20px;height:20px}.header-nav-vertical-menu .header-item:first-child {justify-content: flex-start}.header-nav-vertical-menu .header-item:nth-child(2){justify-content: center}.header-nav-vertical-menu .header-item:nth-child(3) {justify-content: flex-end}.header-nav-vertical-menu .header-item:nth-child(3) .header-icons-top{text-align: right}.header-nav-vertical-menu .header-item:nth-child(2) .header-icons-top{text-align: center}.scrolled-past-header .header-nav-vertical-menu .header-icons {padding: 4px 0}.header__menu-vertical .menu-lv-1__action .icon-img img{display: inline-block;vertical-align: middle;margin:-3px 5px 0 0}.vertical-menu__style_3 .header__menu-vertical{opacity: 0;visibility: hidden;transform: translateY(30px)}.vertical-menu__style_3:hover .header__menu-vertical {opacity: 1;visibility: visible;transform: translateY(0)} .header-nav-vertical-menu .header__icon--wishlist .wishlist-count-bubble{font-size: var(--cart_count_bubble_font_size);top: -7px;right: -12px;background-color: var(--wishlist-bg-item);color: var(--wishlist-color-item);}} @media (min-width:1281px) and (max-width:1399px){.header__menu-vertical .has-megamenu .menu-dropdown{min-width:calc(100vw - 470px)}} @media screen and (min-width:1440px){.header__menu-vertical .has-megamenu .menu-dropdown{min-width:calc(100vw - 560px)}.section-header-navigation:not(.scrolled-past-header) .header-nav-vertical-menu .customer-service-text+.icons-top-right:not(.ml-0){margin-left:35px}} @media screen and (min-width:1700px){.header__menu-vertical .has-megamenu .menu-dropdown{min-width:1100px}} </style> <sticky-header data-sticky-type="on_scroll" class="header-navigation-wrapper"> <div class="header-navigation header-nav-vertical-menu" style="--header_navigation_rgb: 0, 0, 0"> <div class="container container-1370 d-flex flex-jc-between flex-align-center p-static o-unset sticky-container-full"><div class="main-menu d-flex w-100 header-item p-static "> <div class="p-static container container-1370 o-unset"> <div class="main-menu--wrapper d-flex flex-align-center flex-jc-start gap-30" id="HeaderNavigation" style="--lv_1_color: #000000;--lv_1_color_hover: #5b5a5a;--lv_2_color: #232323;--lv_2_color_hover: #232323;--lv_3_color: #3c3c3c;--lv_3_color_hover: #3c3c3c;--menu_margin_left: -15px;--menu_top_spacing: 13px;--menu_top_spacing_sticky: -14px;--menu_bottom_spacing: 13px;--grid_gap_menu_item: 15px;--bg_mega_menu: #ffffff;--sale_item_color: #e61837;--new_label_color: #ffffff;--new_label_border: #bae4ed;--new_label_bg: #bae4ed;--sale_label_color: #f8f8f8; --sale_label_border: #60d837;--sale_label_bg: #60d837;--hot_label_color: #ffffff;--hot_label_border: #fff993;--hot_label_bg: #fff993"><div class="vertical-menu p-relative sticky_effect vertical-menu__style_3 zi-1"> <div class="categories-title d-flex flex-wrap flex-jc-between categories-title__style_3 w-100" style="--title_categories_color: #232323;--icon_title_categories_color: #363636;--title_categories_bg: #ea4d3d;--title_categories_font_size: 15px;--title_categories_line_height:23px;--view_all_font_size: 12px;--view_all_link_color: #848484;--title_categories_border_color: #dedede"> <div class="categories-title__button p-relative pr-5"><span class="icon-grid d-inline-block"><svg viewBox="0 0 26 26" class="icon icon-grid w-h-17" id="icon-grid"><g><circle cx="13" cy="13" width="5" height="5" r="4"></circle><rect x="12" y="12" width="2" height="2" fill="#fff"></rect><circle cx="4" cy="4" width="5" height="5" r="4"></circle><rect x="3" y="3" width="2" height="2" fill="#fff"></rect><circle cx="13" cy="22" width="5" height="5" r="4"></circle><rect x="12" y="21" width="2" height="2" fill="#fff"></rect><circle cx="4" cy="13" width="5" height="5" r="4"></circle><rect x="3" y="12" width="2" height="2" fill="#fff"></rect><circle cx="4" cy="22" width="5" height="5" r="4"></circle><rect x="3" y="21" width="2" height="2" fill="#fff"></rect><circle cx="22" cy="4" width="5" height="5" r="4"></circle><rect x="21" y="3" width="2" height="2" fill="#fff"></rect><circle cx="13" cy="4" width="5" height="5" r="4"></circle><rect x="12" y="3" width="2" height="2" fill="#fff"></rect><circle cx="22" cy="13" width="5" height="5" r="4"></circle><rect x="21" y="12" width="2" height="2" fill="#fff"></rect><circle cx="22" cy="22" width="5" height="5" r="4"></circle><rect x="21" y="21" width="2" height="2" fill="#fff"></rect></g></svg></span><h3 class="title d-inline-block m-zero">Shop All</h3><span class="icon icon--dropdown d-inline-block p-relative"></span></div></div> <nav class="header__menu-vertical p-absolute left-0 right-0 top-100 opacity-1" role="navigation" style="--vertical_menu_bg: #ffffff;--vertical_menu_lv1_color:#000000;--vertical_menu_lv1_color_hover:#000000;--vertical_menu_lv1_hover_bg:#ffffff"> <ul class="list-menu p-relative" role="list"><li class="menu-lv-item menu-lv-1 text-left no-megamenu "><a href="/collections" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/shop-by-genre.png?4717" alt="Shop By Genre" onError="style.display = 'none';"> </span> <span class="text p-relative">Shop By Genre</span> </a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu "><a href="/collections/new-upcoming-releases-1" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/new-upcoming-releases.png?4717" alt="New & Upcoming Releases" onError="style.display = 'none';"> </span> <span class="text p-relative">New & Upcoming Releases</span> </a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu dropdown "><a class="menu-lv-1__action header__menu-item list-menu__item link focus-inset menu_mobile_link link-effect" href="/collections/film"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/film.png?4717" alt="Film" onError="style.display = 'none';"> </span> <span class="text p-relative"> Film </span> <span class="icon-dropdown" data-toggle-menu-mb=""> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret"><path d="M 7.75 1.34375 L 6.25 2.65625 L 14.65625 12 L 6.25 21.34375 L 7.75 22.65625 L 16.75 12.65625 L 17.34375 12 L 16.75 11.34375 Z"></path></svg> </span></a> <ul class="header__submenu list-menu list-menu--disclosure list-menu--disclosure-1 caption-large motion-reduce" role="list" > <div class="bg_white"> <div class="nav-title-mobile text-center"> <span class="icon-dropdown"> <svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="long-arrow-left" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon-arrow-nav"><path fill="currentColor" d="M136.97 380.485l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L60.113 273H436c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H60.113l83.928-83.444c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0l-116.485 116c-4.686 4.686-4.686 12.284 0 16.971l116.485 116c4.686 4.686 12.284 4.686 16.97-.001z" class=""></path></svg> </span> Film </div> <li class="menu-lv-item menu-lv-2 text-left navigation_all_mobile d-none"> <a href="/collections/film" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Go to Film </span> </a> </li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/action" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Action </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/adventure" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Adventure </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/animation" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Animation </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/comedy" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Comedy </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/crime" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Crime </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/documentary" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Documentary </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/drama" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Drama </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/family" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Family </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/drama" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Drama </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/family" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Family </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/fantasy" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Fantasy </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/film-noir" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Film Noir </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/history" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> History </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/horror" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Horror </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/martial-arts-film" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Martial Arts </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/musical" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Musical </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/mystery" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Mystery </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/romance" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Romance </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/sci-fi" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Sci-Fi </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/sports" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Sports </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/thriller" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Thriller </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/war" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> War </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/western" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Western </span> </a></li></div> </ul></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu dropdown "><a class="menu-lv-1__action header__menu-item list-menu__item link focus-inset menu_mobile_link link-effect" href="/collections/tv"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/tv.png?4717" alt="TV" onError="style.display = 'none';"> </span> <span class="text p-relative"> TV </span> <span class="icon-dropdown" data-toggle-menu-mb=""> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret"><path d="M 7.75 1.34375 L 6.25 2.65625 L 14.65625 12 L 6.25 21.34375 L 7.75 22.65625 L 16.75 12.65625 L 17.34375 12 L 16.75 11.34375 Z"></path></svg> </span></a> <ul class="header__submenu list-menu list-menu--disclosure list-menu--disclosure-1 caption-large motion-reduce" role="list" > <div class="bg_white"> <div class="nav-title-mobile text-center"> <span class="icon-dropdown"> <svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="long-arrow-left" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon-arrow-nav"><path fill="currentColor" d="M136.97 380.485l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L60.113 273H436c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H60.113l83.928-83.444c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0l-116.485 116c-4.686 4.686-4.686 12.284 0 16.971l116.485 116c4.686 4.686 12.284 4.686 16.97-.001z" class=""></path></svg> </span> TV </div> <li class="menu-lv-item menu-lv-2 text-left navigation_all_mobile d-none"> <a href="/collections/tv" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Go to TV </span> </a> </li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/action-2" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Action </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/adventure-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Adventure </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/animation-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Animation </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/comedy-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Comedy </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/crime-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Crime </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/documentary-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Documentary </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/drama-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Drama </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/family-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Family </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/fantasy-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Fantasy </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/horror-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Horror </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/martial-arts-tv" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Martial Arts </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/romance-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Romance </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/sci-fi-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Sci-Fi </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/talk-show" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Talk Show </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/war-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> War </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/western-1" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Western </span> </a></li></div> </ul></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu dropdown "><a class="menu-lv-1__action header__menu-item list-menu__item link focus-inset menu_mobile_link link-effect" href="/collections/kids"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/kids.png?4717" alt="Kids" onError="style.display = 'none';"> </span> <span class="text p-relative"> Kids </span> <span class="icon-dropdown" data-toggle-menu-mb=""> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret"><path d="M 7.75 1.34375 L 6.25 2.65625 L 14.65625 12 L 6.25 21.34375 L 7.75 22.65625 L 16.75 12.65625 L 17.34375 12 L 16.75 11.34375 Z"></path></svg> </span></a> <ul class="header__submenu list-menu list-menu--disclosure list-menu--disclosure-1 caption-large motion-reduce" role="list" > <div class="bg_white"> <div class="nav-title-mobile text-center"> <span class="icon-dropdown"> <svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="long-arrow-left" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon-arrow-nav"><path fill="currentColor" d="M136.97 380.485l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L60.113 273H436c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H60.113l83.928-83.444c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0l-116.485 116c-4.686 4.686-4.686 12.284 0 16.971l116.485 116c4.686 4.686 12.284 4.686 16.97-.001z" class=""></path></svg> </span> Kids </div> <li class="menu-lv-item menu-lv-2 text-left navigation_all_mobile d-none"> <a href="/collections/kids" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Go to Kids </span> </a> </li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/action-2" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Action </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/adventure-2" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Adventure </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/animation-2" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Animation </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/comedy-3" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Comedy </span> </a></li></div> </ul></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu dropdown "><a class="menu-lv-1__action header__menu-item list-menu__item link focus-inset menu_mobile_link link-effect" href="/collections/music"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/music.png?4717" alt="Music" onError="style.display = 'none';"> </span> <span class="text p-relative"> Music </span> <span class="icon-dropdown" data-toggle-menu-mb=""> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret"><path d="M 7.75 1.34375 L 6.25 2.65625 L 14.65625 12 L 6.25 21.34375 L 7.75 22.65625 L 16.75 12.65625 L 17.34375 12 L 16.75 11.34375 Z"></path></svg> </span></a> <ul class="header__submenu list-menu list-menu--disclosure list-menu--disclosure-1 caption-large motion-reduce" role="list" > <div class="bg_white"> <div class="nav-title-mobile text-center"> <span class="icon-dropdown"> <svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="long-arrow-left" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon-arrow-nav"><path fill="currentColor" d="M136.97 380.485l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L60.113 273H436c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H60.113l83.928-83.444c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0l-116.485 116c-4.686 4.686-4.686 12.284 0 16.971l116.485 116c4.686 4.686 12.284 4.686 16.97-.001z" class=""></path></svg> </span> Music </div> <li class="menu-lv-item menu-lv-2 text-left navigation_all_mobile d-none"> <a href="/collections/music" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Go to Music </span> </a> </li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/blues" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Blues </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/comedy-3" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Comedy </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/country" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Country </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/folk" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Folk </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/jazz" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Jazz </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/pop" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Pop </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/r-b" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> R&B </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/rock" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Rock </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/soundtrack" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Soundtrack </span> </a></li></div> </ul></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu "><a href="/collections/4k-uhd" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/4k-uhd.png?4717" alt="4K UHD" onError="style.display = 'none';"> </span> <span class="text p-relative">4K UHD</span> </a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu "><a href="/collections/best-sellers" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/best-sellers.png?4717" alt="Best Sellers" onError="style.display = 'none';"> </span> <span class="text p-relative">Best Sellers</span> </a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu "><a href="/collections/going-out-of-print-soon-save-while-supplies-last" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/going-out-of-print-soon.png?4717" alt="Going Out Of Print Soon" onError="style.display = 'none';"> </span> <span class="text p-relative">Going Out Of Print Soon</span> </a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu "><a href="/collections/site-exclusives-gifts-with-purchase" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/site-exclusives-gifts-with-purchase.png?4717" alt="Site Exclusives & Gifts With Purchase" onError="style.display = 'none';"> </span> <span class="text p-relative">Site Exclusives & Gifts With Purchase</span> </a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu "><a href="/collections/accessories" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/accessories.png?4717" alt="Accessories" onError="style.display = 'none';"> </span> <span class="text p-relative">Accessories</span> </a></li> </ul> </nav> </div><nav class="header__inline-menu header__inline-menu-ver" data-navigation role="navigation"> <ul class="list-menu list-menu--inline text-left" role="list"><li class="menu-lv-item menu-lv-1 text-left no-megamenu menu-sale"><a href="/collections/new-upcoming-releases-1" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"><span class="text p-relative">New Releases</span></a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu"><a href="/collections/4k-uhd" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"><span class="text p-relative">4K UHD</span></a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu"><a href="/collections/best-sellers" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"><span class="text p-relative">Best Sellers</span></a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu"><a href="/collections/scream-factory" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"><span class="text p-relative">Scream Factory</span></a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu"><a href="/collections/shout-select" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"><span class="text p-relative">Shout Select</span></a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu"><a href="/collections/going-out-of-print-soon-save-while-supplies-last" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"><span class="text p-relative">Going OOP</span></a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu"><a href="/community/membership" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"><span class="text p-relative">Membership</span></a></li> </ul> </nav></div> </div> </div><div class="header-icons header-item header-item--side d-flex flex-align-center flex-wrap fs-0 pt-2 pb-5" style="--header_icons_color: #202020;--header_icons_color_hover: #202020;--cart_count_bubble_bg: #d12442;--cart_count_bubble_color: #ffffff;--cart_count_bubble_font_size: 12px;--text_font_size: 14px;--icon_help_color: #fd6506;--icon_help_border_color: #dedede"> <div class="header-icons-top d-inline-block"><div class="customer-service-text d-inline-block sticky_effect"><p> </p></div><div class="icons-top-right d-inline-block p-relative zi-1"><div class="header-language_currency language_currency_style_2 d-inline-block show-main-menu"> <div class="top-language-currency d-flex flex-align-center sticky_effect enable-currency"> <div class="halo-top-currency"><div class="btn-group currency-dropdown shopify-currency"> <label class="dropdown-toggle dropdown-label d-none show-icon" data-currency-label> <span class="img-icon"><img src="https://cdn.shopify.com/shopifycloud/web/assets/v1/7f0109d94c888a663452af48e2d324d7.svg" alt="USD" /></span> <span class="text">USD</span> </label> </div><div class="dropdown-currency"> <div class="halo-currency"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/currency.css?v=143709740278318524021723463854" media="all" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/currency.css?v=143709740278318524021723463854" rel="stylesheet" type="text/css" media="all" /></noscript><form method="post" action="/cart/update" id="currency_form" accept-charset="UTF-8" class="shopify-currency-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="currency" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="return_to" value="/pages/wishlist" /> <select name="currency" style="display:none;"><option value="CAD">CAD</option><option selected="true" value="USD">USD</option></select> </form> <div class="currency-block"> <div class="btn-group currency-dropdown shopify-currency"> <p class="title"> Currency</p> <div class="dropdown-menu currency-menu custom-scrollbar d-flex flex-align-center flex-wrap" id="currencies"><a class="dropdown-item" href="#" data-currency="CAD" role="button"> <span class="img-icon"><img src="https://cdn.shopify.com/shopifycloud/web/assets/v1/422898ab4299eb270f856e6c1b8d2250.svg" alt="CAD" /></span> <span class="text" role="text" aria-label="currency">CAD</span> </a><a class="dropdown-item active " href="#" data-currency="USD" role="button"> <span class="img-icon"><img src="https://cdn.shopify.com/shopifycloud/web/assets/v1/7f0109d94c888a663452af48e2d324d7.svg" alt="USD" /></span> <span class="text" role="text" aria-label="currency">USD</span> </a></div> </div> </div></div> <script> window.show_auto_currency = false; </script><script src="//shoutfactory.com/cdn/s/javascripts/currencies.js" type="text/javascript"></script> <script src="//shoutfactory.com/cdn/shop/t/61/assets/jquery.currencies-format.min.js?v=13285787586892077491723463874" type="text/javascript"></script> <script> var shopCurrency = 'USD'; var currencyItem = $('.dropdown-item[data-currency]'); currencyItem.on('click', function(e) { e.preventDefault(); var $target = $(event.currentTarget), label = $('[data-currency-label]'); cur = $(this).attr('data-currency'); if($(this).hasClass('active')){ return false; } currencyItem.removeClass('active'); $(`[data-currency="${cur}"]`).addClass('active'); if (label.length && label.is(':visible')){ var item = $(this).html(); label.html(item); } $('#currency_form option').filter(function() { return ($(this).text() == cur); }).prop('selected', true); $('#currency_form').submit(); }); </script> </div> </div> </div> </div></div></div> <div class="header-icons-bottom d-flex flex-align-center gap-15 hide-main-menu"><details-modal class="header__iconItem header__search hide-main-menu"> <details class="search_details search_details--popup"> <summary class="header__icon header__icon--search header__icon--summary link link--text focus-inset modal__toggle h-100" aria-haspopup="dialog" aria-label="Search" data-search-menu-sticky-form data-search-menu> <span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" class="icon-search-1 modal__toggle-open icon icon-search w-h-28"><path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"/></svg></span> </summary> <div class="search-modal modal__content p-fixed top-0 bottom-0 left-0 right-0 w-100 h-100v zi-101 m-zero" role="dialog" aria-modal="true" aria-label="Search"> <div class="search-modal__content search-modal__content-bottom d-block p-relative m-lr-auto text-center" tabindex="-1"> <button type="button" class="header-search-close button-effect search-modal__close-button link--text focus-inset text-left d-block" aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" class="icon icon-close"><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg></button><form action="/search" method="get" role="search" class="search search-modal__form w-100"> <div class="field"> <input class="search__input field__input form-input-placeholder" id="Search-In-Modal-Menu-Vertical" type="search" name="q" value="" placeholder="Search" autocomplete="off"> <input type="hidden" name="options[prefix]" value="last"> <input type="hidden" name="type" value="product"> <label class="field__label hiddenLabels" for="Search-In-Modal-Menu-Vertical">Search</label> <button class="button search__button field__button focus-inset" aria-label="Search"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" class="icon-search-1"><path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"/></svg></button> </div></form></div> </div> </details> </details-modal><a href="/cart" class="header__icon header__icon--cart link link--text focus-inset cart-icon-bubble pr-10 h-100 stroke-icon hide-main-menu" data-cart-sidebar> <svg viewBox="0 0 1024 1024" class="icon icon-cart w-h-26 stroke-w-10 stroke-w-5" xmlns="http://www.w3.org/2000/svg"><path class="path1" d="M409.6 1024c-56.464 0-102.4-45.936-102.4-102.4s45.936-102.4 102.4-102.4S512 865.136 512 921.6 466.064 1024 409.6 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path><path class="path2" d="M768 1024c-56.464 0-102.4-45.936-102.4-102.4S711.536 819.2 768 819.2s102.4 45.936 102.4 102.4S824.464 1024 768 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path><path class="path3" d="M898.021 228.688C885.162 213.507 865.763 204.8 844.8 204.8H217.954l-5.085-30.506C206.149 133.979 168.871 102.4 128 102.4H76.8c-14.138 0-25.6 11.462-25.6 25.6s11.462 25.6 25.6 25.6H128c15.722 0 31.781 13.603 34.366 29.112l85.566 513.395C254.65 736.421 291.929 768 332.799 768h512c14.139 0 25.6-11.461 25.6-25.6s-11.461-25.6-25.6-25.6h-512c-15.722 0-31.781-13.603-34.366-29.11l-12.63-75.784 510.206-44.366c39.69-3.451 75.907-36.938 82.458-76.234l34.366-206.194c3.448-20.677-1.952-41.243-14.813-56.424zm-35.69 48.006l-34.366 206.194c-2.699 16.186-20.043 32.221-36.39 33.645l-514.214 44.714-50.874-305.246h618.314c5.968 0 10.995 2.054 14.155 5.782 3.157 3.73 4.357 9.024 3.376 14.912z"></path></svg> <span class="visually-hidden">Cart</span> <div class="cart-count-bubble"><span class="text" aria-hidden="true" data-cart-count>0</span><span class="visually-hidden">0 items</span> </div> </a></div> </div></div> </div> </sticky-header> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "Shout! Factory", "sameAs": [ "https:\/\/x.com\/shout_studios", "https:\/\/www.facebook.com\/shoutstudiosofficial\/", "", "https:\/\/www.instagram.com\/shout_studios\/", "", "", "https:\/\/www.youtube.com\/@shoutstudios", "" ], "url": "https:\/\/shoutfactory.com\/pages\/wishlist" } </script> <script> var clickMenuVertical = function() { if(!$('.vertical-menu').hasClass('vertical-menu__style_3')){ $('.vertical-menu .categories-title__button').off('click.hideVertical').on('click.hideVertical', function() { $('.vertical-menu').toggleClass('vertical-menu__hide vertical-menu__open'); }); } } $(document).ready(function() { clickMenuVertical(); }); </script> </div><div id="shopify-section-sections--15643507589254__header-mobile" class="shopify-section shopify-section-group-header-group section-header-mobile"><link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-menu-mobile.css?v=179724455451347931991723463831" media="all" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-menu-mobile.css?v=179724455451347931991723463831" rel="stylesheet" type="text/css" media="all" /></noscript><sticky-header-mobile data-sticky-type="on_scroll" class="header-mobile" style="--bg-color: #ffffff; --p-top: 15px; --p-bottom: 15px; --color-transparent: #ffffff; --color-border-transparent: ;"> <div class="container"> <div class="header-mobile__wrapper header-mobile--wrapper"><div class="header-mobile__item header-mobile__item--menu"><div class="header-mobile--icon item__mobile--hamburger" style="--i-color: #232323;"> <button type="button" class="mobileMenu-toggle" data-mobile-menu aria-label="menu"><span class="mobileMenu-toggle__Icon"></span></button> </div> <style>.nav-menu-tab{background: #000000;}</style></div><div class="header-mobile__item header-mobile__item--search"><details-modal class="header__iconItem header__search" style="--i-color: #232323"> <details> <summary class="header__icon header__icon--search header__icon--summary link link--text focus-inset modal__toggle" aria-haspopup="dialog" aria-label="Search" data-search-mobile> <span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" class="icon-search-1 modal__toggle-open icon icon-search w-24 h-24"><path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"/></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" class="modal__toggle-close icon icon-close w-24 h-24"><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg></span> </summary> </details> </details-modal></div><div class="header-mobile__item header-mobile__item--logo"><div class="header-mobile--icon" style="--logo-font-size: 20px; --logo-font-weight: 900; --logo-color: #232323"> <a href="/" class="header__heading-link focus-inset 2" data-logo-width="105" style="--width-logo-mb: 105px;"><img srcset="//shoutfactory.com/cdn/shop/files/Shout_Logo_1000x600_21fdda57-2035-4ced-82c4-9bdba4f1560a_105x.png?v=1685492544, //shoutfactory.com/cdn/shop/files/Shout_Logo_1000x600_21fdda57-2035-4ced-82c4-9bdba4f1560a_210x.png?v=1685492544 2x" src="//shoutfactory.com/cdn/shop/files/Shout_Logo_1000x600_21fdda57-2035-4ced-82c4-9bdba4f1560a_105x.png?v=1685492544" loading="lazy" width="105" height="63" class="header__heading-logo logo__main" alt="Shout! Factory"></a> </div></div><div class="header-mobile__item header-mobile__item--customer"> <a class="ssw-link-fave-menu ssw-link-fave-menu-hide-count" href="/pages/wishlist" aria-label="My Wishlist" tabindex="0"> <i class="ssw-icon-heart-o"></i> <span class="ssw-counter-fave-menu ssw-hide"></span> </a> <script defer> var sswFaveCounterMenuLoaded = true; </script> <div class="header-mobile--icon" style="--i-color: #232323"> <a href="/account/login" class="header__icon header__icon--account link link--text focus-inset" data-open-auth-sidebar><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon-account" viewBox="0 0 1024 1024" width="100%" height="100%"><path class="path1" d="M486.4 563.2c-155.275 0-281.6-126.325-281.6-281.6s126.325-281.6 281.6-281.6 281.6 126.325 281.6 281.6-126.325 281.6-281.6 281.6zM486.4 51.2c-127.043 0-230.4 103.357-230.4 230.4s103.357 230.4 230.4 230.4c127.042 0 230.4-103.357 230.4-230.4s-103.358-230.4-230.4-230.4z"></path><path class="path2" d="M896 1024h-819.2c-42.347 0-76.8-34.451-76.8-76.8 0-3.485 0.712-86.285 62.72-168.96 36.094-48.126 85.514-86.36 146.883-113.634 74.957-33.314 168.085-50.206 276.797-50.206 108.71 0 201.838 16.893 276.797 50.206 61.37 27.275 110.789 65.507 146.883 113.634 62.008 82.675 62.72 165.475 62.72 168.96 0 42.349-34.451 76.8-76.8 76.8zM486.4 665.6c-178.52 0-310.267 48.789-381 141.093-53.011 69.174-54.195 139.904-54.2 140.61 0 14.013 11.485 25.498 25.6 25.498h819.2c14.115 0 25.6-11.485 25.6-25.6-0.006-0.603-1.189-71.333-54.198-140.507-70.734-92.304-202.483-141.093-381.002-141.093z"></path></svg> <span class="visually-hidden">Log in</span> </a></div></div><div class="header-mobile__item header-mobile__item--cart"><div class="header-mobile--icon" style="--i-color: #232323; --color-bubble: #ffffff; --bg-bubble: #232323"> <a href="/cart" class="header__icon header__icon--cart link link--text focus-inset cart-icon-bubble" data-cart-sidebar><svg viewBox="0 0 1024 1024" class="icon icon-cart stroke-w-5" xmlns="http://www.w3.org/2000/svg"><path class="path1" d="M409.6 1024c-56.464 0-102.4-45.936-102.4-102.4s45.936-102.4 102.4-102.4S512 865.136 512 921.6 466.064 1024 409.6 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path><path class="path2" d="M768 1024c-56.464 0-102.4-45.936-102.4-102.4S711.536 819.2 768 819.2s102.4 45.936 102.4 102.4S824.464 1024 768 1024zm0-153.6c-28.232 0-51.2 22.968-51.2 51.2s22.968 51.2 51.2 51.2 51.2-22.968 51.2-51.2-22.968-51.2-51.2-51.2z"></path><path class="path3" d="M898.021 228.688C885.162 213.507 865.763 204.8 844.8 204.8H217.954l-5.085-30.506C206.149 133.979 168.871 102.4 128 102.4H76.8c-14.138 0-25.6 11.462-25.6 25.6s11.462 25.6 25.6 25.6H128c15.722 0 31.781 13.603 34.366 29.112l85.566 513.395C254.65 736.421 291.929 768 332.799 768h512c14.139 0 25.6-11.461 25.6-25.6s-11.461-25.6-25.6-25.6h-512c-15.722 0-31.781-13.603-34.366-29.11l-12.63-75.784 510.206-44.366c39.69-3.451 75.907-36.938 82.458-76.234l34.366-206.194c3.448-20.677-1.952-41.243-14.813-56.424zm-35.69 48.006l-34.366 206.194c-2.699 16.186-20.043 32.221-36.39 33.645l-514.214 44.714-50.874-305.246h618.314c5.968 0 10.995 2.054 14.155 5.782 3.157 3.73 4.357 9.024 3.376 14.912z"></path></svg> <span class="visually-hidden">Cart</span> <div class="cart-count-bubble"><span class="text" aria-hidden="true" data-cart-count>0</span><span class="visually-hidden">0 items</span> </div> </a> </div></div></div> </div> </sticky-header-mobile> </div><div id="shopify-section-sections--15643507589254__policies_block_td4VDK" class="shopify-section shopify-section-group-header-group sections-policies-block"><link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-policies-block.css?v=59792606474809131671723463835" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-policies-block.css?v=59792606474809131671723463835" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="policies-block section-block-sections--15643507589254__policies_block_td4VDK"> <div class="container-1170"> <div class="bg-policies-block"><banner-slider-component><div class="halo-row column-3 slider slider--tablet"><div class="halo-item slider__slide"> <a class="alignItems--center text-center" href="https://shoutfactory.com/community/membership" title="Members Earn 3% Cash Back" style="--item-radius-style: 4px; --item-padding-top-style: 13px; --item-padding-bottom-style: 13px; --item-padding-left-right: 20px"><span class="policies-icon" style="--icon-width-style: 20px; --icon-height-style: 20px; --icon-mg-right-style: 10px"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 288 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7 .5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z"></path></svg></span><span class="policies-text" style="--font-size-text-style: 14px;--font-size-text-style-mb: 14px;--font-weight-text-style: 400;--font-style-text-style: normal;--mg-bottom-text-style: 0px">Members Earn 3% Cash Back</span></a> </div><div class="halo-item slider__slide"> <a class="alignItems--center text-center" href="/pages/shipping-policy" title="Free Shipping On Orders $50+" style="--item-radius-style: 4px; --item-padding-top-style: 13px; --item-padding-bottom-style: 13px; --item-padding-left-right: 20px"><span class="policies-icon" style="--icon-width-style: 20px; --icon-height-style: 20px; --icon-mg-right-style: 10px"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 640 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"></path></svg></span><span class="policies-text" style="--font-size-text-style: 14px;--font-size-text-style-mb: 14px;--font-weight-text-style: 400;--font-style-text-style: normal;--mg-bottom-text-style: 0px">Free Shipping On Orders $50+</span></a> </div><div class="halo-item slider__slide"> <a class="alignItems--center text-center" href="/pages/reviews-press-highlights" title="Over 8,000+ 5 Star Reviews" style="--item-radius-style: 4px; --item-padding-top-style: 13px; --item-padding-bottom-style: 13px; --item-padding-left-right: 20px"><span class="policies-icon" style="--icon-width-style: 20px; --icon-height-style: 20px; --icon-mg-right-style: 20px"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></svg></span><span class="policies-text" style="--font-size-text-style: 14px;--font-size-text-style-mb: 14px;--font-weight-text-style: 500;--font-style-text-style: normal;--mg-bottom-text-style: 0px">Over 8,000+ 5 Star Reviews</span></a> </div></div><div class="slider-buttons no-js-hidden slider-arrows"> <div class="slider-action "> <button type="button" class="slider-button slider-button--prev" name="previous" aria-label="Slide left"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z"></svg> </button> <button type="button" class="slider-button slider-button--next" name="next" aria-label="Slide right"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z"></svg> </button> </div> </div></banner-slider-component></div> </div> </div> <style>.section-block-sections--15643507589254__policies_block_td4VDK {background: #f7f7f7}.section-block-sections--15643507589254__policies_block_td4VDK .halo-item + .halo-item {} .layout_rtl .section-block-sections--15643507589254__policies_block_td4VDK .halo-item + .halo-item {}.section-block-sections--15643507589254__policies_block_td4VDK .policies-icon {color: #313131} .section-block-sections--15643507589254__policies_block_td4VDK .policies-icon svg {fill: #313131} .section-block-sections--15643507589254__policies_block_td4VDK .policies-text {color: #313131} .section-block-sections--15643507589254__policies_block_td4VDK .slider-button svg {fill: #313131} .section-block-sections--15643507589254__policies_block_td4VDK .halo-item a {background-color: rgba(0,0,0,0);border: 1px solid rgba(0,0,0,0)} @media (max-width: 1024px) {.section-block-sections--15643507589254__policies_block_td4VDK .halo-item + .halo-item:before {content: none}} @media (max-width: 767px) { .section-block-sections--15643507589254__policies_block_td4VDK {padding-top: 0px;padding-bottom: 0px}} @media (min-width: 1200px) {.section-block-sections--15643507589254__policies_block_td4VDK {padding-top: 0px;padding-bottom: 0px}} @media (min-width: 1025px) {.policies-block .halo-row.not-distance {margin-left: -20px;margin-right: -20px}} @media (min-width: 768px) and (max-width: 1199px) {.section-block-sections--15643507589254__policies_block_td4VDK {padding-top: 0px;padding-bottom: 0px}} </style></div> <!-- END sections: header-group --> <main id="MainContent" class="wrapper-body content-for-layout focus-none" role="main" tabindex="-1"> <section id="shopify-section-template--15643506704518__main" class="shopify-section spaced-section"><link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-rte.css?v=82502160534158932881723463844" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-rte.css?v=82502160534158932881723463844" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="page-width page-width--narrow"> <div class="container"> <h1 class="main-page-title page-header"> My Wishlist </h1> <div class="rte"> <div id="ssw-page" class="ssw-page ssw-clearfix gw-container"> <div class="ssw-page-loading"><span class="ssw-spin ssw-loader"></span></div> </div> <script type="text/javascript" defer> if (typeof sswPageInterval == 'undefined') { var sswPageInterval = setInterval(function () { if (typeof sswJqLoaded != 'undefined' && sswJqLoaded) { clearInterval(sswPageInterval); var path_name = window.location.pathname; var ssw_substr = '/pages/'; var ssw_index = path_name.indexOf(ssw_substr) + ssw_substr.length; var ssw_request_url = sswProxyUrl + '/lite2/' + path_name.substr(ssw_index); if (path_name.indexOf('pages/profile-edit') > -1) { ssw_request_url = sswProxyUrl + '/lite2/profile-edit'; } else if (path_name.substr(ssw_index) == 'feed' || path_name.indexOf('pages/profile') > -1) ssw_request_url = sswProxyUrl + '/lite2/' + path_name.substr(ssw_index) + '/'; else if (path_name.substr(ssw_index) == 'collections' || path_name.substr(ssw_index) == 'people' || path_name.substr(ssw_index) == 'invite' || path_name.substr(ssw_index) == 'faves' || path_name.substr(ssw_index) == 'edit-notifications' || path_name.substr(ssw_index) == 'reviews') ssw_request_url = sswProxyUrl + '/lite2/' + path_name.substr(ssw_index); var params = location.search.substring(1).replace(/_sid\=[0-9a-f-]+\&*|\bhash_key\b\=[0-9a-f-]+\&*/ig, ''); if (path_name.indexOf('pages/collections') && window.location.hash.substring(1)) { if (params) { params += '&' + window.location.hash.substring(1); } else { params = window.location.hash.substring(1); } } var data = '_sid=' + sswCookie('hesid'); if (typeof sswApp !== 'undefined' && typeof sswApp.accounts_enabled !== 'undefined') { data += '&accounts_enabled=' + sswApp.accounts_enabled; } if (params) { data += '&' + params; } if (sswCookie('mail_id')) { data += '&resource_id=' + sswCookie('mail_id') + '&resource_type=mail'; } sswUserChecked(function () { if (path_name.substr(ssw_index) == 'reviews') { /* Define TimeZone offset */ const customer_timezone_offset = -1 * new Date().getTimezoneOffset() * 60; data += '&customer_timezone_offset=' + customer_timezone_offset; } data += '&hash_key=' + sswCookie('hash_key'); ssw.post(ssw_request_url, data, 'html').done(function (response) { ssw('#ssw-page').css('opacity', 0); ssw('#ssw-page').html(response).animate({ opacity: "1" }, 50, function () { if (typeof window.afterSswPageLoadedCallback === 'function') { window.afterSswPageLoadedCallback(response); } sswDispatchEvent('sswPageLoaded', { detail: {}, bubbles: true, cancelable: false }); }); }).fail(function(jqXHR) { if (jqXHR?.responseJSON?.message === 'Storefront account is disabled') { ssw('#ssw-page').slideUp( "slow"); } }); }); } }, 300); } </script> </div> </div> </div> </section> </main><div class="wrapper-footer"><!-- BEGIN sections: footer-group --> <div id="shopify-section-sections--15643507556486__custom_service_block_GE8tMm" class="shopify-section shopify-section-group-footer-group sections-custom-service-block"><link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-custom-service-block.css?v=114933053799026809851723463817" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-custom-service-block.css?v=114933053799026809851723463817" rel="stylesheet" type="text/css" media="all" /></noscript> <style>.section-block-sections--15643507556486__custom_service_block_GE8tMm,.section-block-sections--15643507556486__custom_service_block_GE8tMm .halo-block-header .title .text {background: #f8f8f8}.section-block-sections--15643507556486__custom_service_block_GE8tMm .policies-block-wrapper{position: relative} .section-block-sections--15643507556486__custom_service_block_GE8tMm .slider-button .icon{fill: #212121} .section-block-sections--15643507556486__custom_service_block_GE8tMm .slider-button--prev .icon {margin-top: 2px} .section-block-sections--15643507556486__custom_service_block_GE8tMm {} .section-block-sections--15643507556486__custom_service_block_GE8tMm .halo-item + .halo-item {} body.layout_rtl .section-block-sections--15643507556486__custom_service_block_GE8tMm .halo-item + .halo-item {}.section-block-sections--15643507556486__custom_service_block_GE8tMm .halo-block-header .title:before {background-color: #000000;display: none;} .section-block-sections--15643507556486__custom_service_block_GE8tMm .halo-block-header .title {color: #000000;font-size: 30px;margin-bottom: 12px; line-height: 1;}.section-block-sections--15643507556486__custom_service_block_GE8tMm .halo-block-header{margin-bottom: 0}.section-block-sections--15643507556486__custom_service_block_GE8tMm .halo-block-header .rte {color: #000000;font-size: 16px} .section-block-sections--15643507556486__custom_service_block_GE8tMm .rte {color: #000000;font-size: 16px;margin-top: 50px;margin-bottom: 50px}.custom-service-block-bottom { background-color: #000000; } @media (max-width: 1024px) {.section-block-sections--15643507556486__custom_service_block_GE8tMm .halo-item + .halo-item:before {content: none}} @media (max-width: 767px) { .section-block-sections--15643507556486__custom_service_block_GE8tMm {padding-top: 50px;padding-bottom: 50px;} .section-block-sections--15643507556486__custom_service_block_GE8tMm .halo-block-header .title {font-size: 22px;margin-bottom: 12px}.section-block-sections--15643507556486__custom_service_block_GE8tMm .halo-block-header .title {margin-bottom: 12px}} @media (min-width: 1200px) { .section-block-sections--15643507556486__custom_service_block_GE8tMm {padding-top: 50px;padding-bottom: 50px;}} @media (min-width: 1025px) {.section-block-sections--15643507556486__custom_service_block_GE8tMm .halo-block-header .title .text {width: auto}} @media (min-width: 768px) and (max-width: 1199px) { .section-block-sections--15643507556486__custom_service_block_GE8tMm {padding-top: 50px;padding-bottom: 50px;} } </style> <div class="custom-service-block section-block-sections--15643507556486__custom_service_block_GE8tMm" style="--grid-gap: 15.0px"> <div class="container"><div class="bg-policies-block"><div class="halo-block-header text-center"> <h3 class="title"><span class="text">Join the Shout! Community</span></h3></div><banner-slider-component> <div class="policies-block-wrapper items-align-center"><div class="halo-row column-3 items--full_width slider slider--tablet"><div class="halo-item slider__slide has-des" > <a href="/pages/reviews-press-highlights" title="8,000+ 5 Star Reviews" style="--item-radius-style: 4px;--item-padding-top-style: 13px;--item-padding-bottom-style: 13px;--item-padding-left-right-style: 40px;--bg-color-block-style: #f8f8f8;--border-block-style: #f8f8f8;--width-icon-style: 30px;--height-icon-style: 40px"><div class="policies-icon" style="--mg-bottom-icon-style: 15px; --color-icon-style: #3c3c3c"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"></path></svg></div><div class="policies-content" ><span class="policies-text type--font_1" style="--fontsize-title-style: 18px;--mg-bottom-title-style: 15px;--mg-bottom-title-mb-style: 0px;--fontsize-title-style-mb: 18px;--fontweight-title-style: 700;--color-block-style: #232323">8,000+ 5 Star Reviews</span><p class="policies-des" style="--fontsize-desc-style: 16px;--fontsize-desc-mb-style: 14px;--lineheight-desc-style: 22px;--color-des-block-style: #3c3c3c;--mg_bottom_des-style: 0px">Trusted and loved by a thriving community of customers.</p></div></a> </div><div class="halo-item slider__slide has-des" > <a href="/collections/new-upcoming-releases-1" title="We're Passionate Fans" style="--item-radius-style: 4px;--item-padding-top-style: 13px;--item-padding-bottom-style: 13px;--item-padding-left-right-style: 40px;--bg-color-block-style: #f8f8f8;--border-block-style: #f8f8f8;--width-icon-style: 40px;--height-icon-style: 40px"><div class="policies-icon" style="--mg-bottom-icon-style: 15px; --color-icon-style: #3c3c3c"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z"></path></svg></div><div class="policies-content" ><span class="policies-text type--font_1" style="--fontsize-title-style: 18px;--mg-bottom-title-style: 15px;--mg-bottom-title-mb-style: 0px;--fontsize-title-style-mb: 18px;--fontweight-title-style: 700;--color-block-style: #232323">We're Passionate Fans</span><p class="policies-des" style="--fontsize-desc-style: 16px;--fontsize-desc-mb-style: 14px;--lineheight-desc-style: 22px;--color-des-block-style: #3c3c3c;--mg_bottom_des-style: 0px">Enjoy titles handpicked by fans, for fans.</p></div></a> </div><div class="halo-item slider__slide has-des" > <a href="/pages/shipping-policy" title="Free Shipping on $50+ Orders" style="--item-radius-style: 4px;--item-padding-top-style: 13px;--item-padding-bottom-style: 13px;--item-padding-left-right-style: 40px;--bg-color-block-style: #f8f8f8;--border-block-style: #f8f8f8;--width-icon-style: 40px;--height-icon-style: 40px"><div class="policies-icon" style="--mg-bottom-icon-style: 15px; --color-icon-style: #3c3c3c"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 640 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"></path></svg></div><div class="policies-content" ><span class="policies-text type--font_1" style="--fontsize-title-style: 18px;--mg-bottom-title-style: 15px;--mg-bottom-title-mb-style: 0px;--fontsize-title-style-mb: 18px;--fontweight-title-style: 700;--color-block-style: #232323">Free Shipping on $50+ Orders</span><p class="policies-des" style="--fontsize-desc-style: 16px;--fontsize-desc-mb-style: 14px;--lineheight-desc-style: 22px;--color-des-block-style: #3c3c3c;--mg_bottom_des-style: 0px">Shop more and save more with free shipping on larger orders.</p></div></a> </div></div><div class="slider-buttons no-js-hidden slider-arrows"> <div class="slider-action "> <button type="button" class="slider-button slider-button--prev" name="previous" aria-label="Slide left"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z"></svg> </button> <button type="button" class="slider-button slider-button--next" name="next" aria-label="Slide right"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z"></svg> </button> </div> </div></div> </banner-slider-component></div></div> </div> </div><div id="shopify-section-sections--15643507556486__footer-1" class="shopify-section shopify-section-group-footer-group"><link href="//shoutfactory.com/cdn/shop/t/61/assets/section-footer.css?v=166819186574539284051723463884" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-list-payment.css?v=14796597056156653981723463828" media="all" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-list-payment.css?v=14796597056156653981723463828" rel="stylesheet" type="text/css" media="all" /></noscript><style>.footer {--footer-heading-font-family: var(--font-family-1);--footer-heading-font-size : 15px;--footer-heading-font-weight : 600; --footer-heading-line-height : 22px;--footer-heading-letter-spacing : .05em;--footer-heading-text-transform : uppercase;--footer-link-font-family: var(--font-family-1);--footer-link-font-size : 12px;--footer-link-font-weight : 400;--footer-link-line-height : 28px;--footer-link-letter-spacing : .02em;--footer-link-text-transform : capitalize;--footer-heading-font-style:} .footer-block__item {margin-bottom: var(--block-margin-bottom)} .footer__content-top {padding-top: 35px;padding-bottom: 40px;} .footer-1 .list-social__item {margin-bottom: 15px} .footer-1 .footer-block__list-social .list-social {margin-left: 0} .btn_1_br_outside .footer-1 .footer-block__list-social .list-social {margin-top: 24px} .footer-02 .footer__content-top {padding-top: 35px;padding-bottom: 40px} .footer-7 .footer__content-top {} .footer-7 .footer__content-text {background: } .footer-7 .footer__content-text .footer_text-wrapper p {color: } .footer-7 .footer__content-text .footer_text-wrapper a.button {color: ;border: 1px solid ;background-color: } .footer-7 .footer-block__details .rte h3,.footer-7 .footer-block__newsletter .footer-block__subheading .icon {fill: #ffffff}.footer__content-top{background: #720d1c}.footer-block__column .footer-block__heading,.footer-block__newsletter .footer-block__heading,.footer-block__newsletter .footer-block__subheading .text-store {color: #ffffff}.list-menu__item--link,.footer-block__details,.footer-block__details a,.footer-block__newsletter .footer-block__subheading,.footer-block__newsletter .footer-block__subheading a {color: #cfcfcf}.footer-block__newsletter .newsletter-form__button {box-shadow: none;}@media (max-width: 767px){.footer-block__mobile .footer-block__heading{border-color: #ffffff} .footer-block__mobile .footer-block__heading:before,.footer-block__mobile .footer-block__heading:after{background-color: #ffffff}.footer-1 .footer__content-top { padding-bottom: 40px } .style-arrows-6 .footer-1 .footer__content-top { padding-bottom: 20px; } .btn_1_br_outside .footer-1 .footer__content-top { padding-bottom: 50px; padding-top: 48px; } } @media (max-width: 550px){.footer-block__mobile .footer-block__heading{border-color: #ffffff} .footer-block__mobile .footer-block__heading:before,.footer-block__mobile .footer-block__heading:after{background-color: #ffffff}.btn_1_br_outside .footer-1 .column-5 .footer-block__details .image_logo img{margin-left: 0} } @media (min-width: 1025px){ .footer .container-full {padding-left: var(--spacing-l-r);padding-right: var(--spacing-l-r)}.list-menu__item--link:hover{color: #ffffff}.footer__content-top.footer__content-bg{background-attachment: fixed}.footer-7 .footer__content-text .footer_text-wrapper a.button:hover {color: ;border: 1px solid ;background-color: ;} .footer__content-top.enable_border_column .footer-block__item:after {background: #808080} } @media (min-width: 1800px){} @media (min-width: 767px) { .footer-7 .footer-block__newsletter .footer-block__subheading {margin-top: px} } </style> <footer class="footer footer-1" style="--spacing-l-r: 60px"><div class="footer__content-top"> <div class="container container-1170"> <div class="halo-row column-4"><div class="footer-block__item footer-block__column footer-block__link_list text-left " style="--block-custom-width: 20%;--block-margin-bottom: 0px"> <div class="footer-block__mobile"><h2 class="footer-block__heading" data-toggle-column-footer>Shout!</h2><div class="footer-block__list"> <ul class="list-unstyled"><li><a href="/collections/film" class="link link-underline list-menu__item--link"><span class="text">Film</span></a></li><li><a href="/collections/tv" class="link link-underline list-menu__item--link"><span class="text">TV</span></a></li><li><a href="/collections/kids" class="link link-underline list-menu__item--link"><span class="text">Kids</span></a></li><li><a href="/collections/music" class="link link-underline list-menu__item--link"><span class="text">Music</span></a></li><li><a href="https://www.shoutstudios.com" class="link link-underline list-menu__item--link"><span class="text">Corporate</span></a></li><li><a href="/blogs/product-blogs" class="link link-underline list-menu__item--link"><span class="text">Shout! Blog</span></a></li></ul> </div></div> </div> <div class="footer-block__item footer-block__column footer-block__link_list text-left " style="--block-custom-width: 20%;--block-margin-bottom: 0px"> <div class="footer-block__mobile"><h2 class="footer-block__heading" data-toggle-column-footer>Customer Service</h2><div class="footer-block__list"> <ul class="list-unstyled"><li><a href="https://shout-factory.groovehq.com/help" class="link link-underline list-menu__item--link"><span class="text">FAQs</span></a></li><li><a href="/pages/shipping-policy" class="link link-underline list-menu__item--link"><span class="text">Shipping Policy</span></a></li><li><a href="/pages/order-support" class="link link-underline list-menu__item--link"><span class="text">Order Support</span></a></li><li><a href="/pages/route-faq" class="link link-underline list-menu__item--link"><span class="text">Route FAQ</span></a></li><li><a href="/community/membership" class="link link-underline list-menu__item--link"><span class="text">Membership</span></a></li></ul> </div></div> </div> <div class="footer-block__item footer-block__column footer-block__link_list text-left " style="--block-custom-width: 20%;--block-margin-bottom: 0px"> <div class="footer-block__mobile"><h2 class="footer-block__heading" data-toggle-column-footer>Information</h2><div class="footer-block__list"> <ul class="list-unstyled"><li><a href="/policies/privacy-policy" class="link link-underline list-menu__item--link"><span class="text">Privacy Policy</span></a></li><li><a href="/pages/terms-of-use" class="link link-underline list-menu__item--link"><span class="text">Terms of Use</span></a></li><li><a href="/pages/your-privacy-choices" class="link link-underline list-menu__item--link"><span class="text">Your Privacy Choices</span></a></li></ul> </div></div> </div> <style> .footer-block__newsletter .footer-block__newsletter-form {max-width: 420px} .footer-block__newsletter .footer-block__newsletter-form #NewsletterForm--footer {border-radius: px} .footer-6 .footer-block__newsletter .footer-block__heading {font-size: var(--footer-heading-font-size);text-transform: capitalize} .footer-6 .footer__bottom .footer-block__newsletter .newsletter-form__field-wrapper {padding: 10px 0} .footer-6 .footer__bottom .footer-block__newsletter .field__input,.footer-6 .footer__bottom .footer-block__newsletter .newsletter-form__button {box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15) !important} .footer-7 .footer-block__newsletter .footer-block__newsletter-form .field {margin-right: 0 !important} .footer-7 .footer-block__newsletter .footer-block__newsletter-form .newsletter-form__button {width: var(--button-width);min-width: var(--button-width);text-overflow: unset;padding: 0;border-top-left-radius: 0;border-bottom-left-radius: 0} .footer-7 .footer-block__newsletter .newsletter-form__field-wrapper .button svg {width: 15px;height: 15px;margin: 0;position: relative;top: -2px} .footer-7 .footer-block__newsletter .footer-block__subheading .text-store {text-decoration: underline;text-underline-offset: 0.2em;margin-right: 6px} .footer-7 .footer-block__newsletter .footer-block__subheading .icon {width: 9px;height: 9px;padding: 0px} .footer-7 .footer-block__newsletter .field__input {border-top-right-radius: 0;border-bottom-right-radius: 0} .footer-block__newsletter .form--check {text-align: left;width: 100%;margin-top: 20px} .footer-block__newsletter .form--check label {max-width: 520px;position: relative;padding-top: 2px;padding-left: 40px;line-height: 30px;font-size: 14px;display: block;text-transform: unset} .footer-block__newsletter .form--check label:before{position:absolute;content:"";top:2.5px;left:0;border:1px solid #fff;width:25px;height:25px;cursor:pointer} .footer-block__newsletter .form--check label:after{content:'';width:16px;height:10px;position:absolute;top:6px;left:4px;border:2px solid #fff;border-top:none;border-right:none;background:rgba(255,255,255,0);transform:rotate(-45deg);transition:.1s} .footer-block__newsletter .form--check input[type=checkbox]:not(:checked) + label:after {opacity: 0;transform: scale(0) rotate(-45deg)} .footer-block__newsletter .form--check a{display:inline-block;text-decoration:underline;text-underline-position:under} .footer-block__newsletter .form--check p{margin:0} .footer-block__newsletter {margin-bottom: 45px;padding-bottom: 0px} .footer-block__newsletter .footer-block__subheading {margin-bottom: 10px;margin-top: 0px} .footer-block__newsletter .footer-block__newsletter-form .field {margin-right: 10px} @media (min-width: 768px) { .footer-block__top .footer-block__newsletter .item{margin-left:-15px;margin-right:-15px} .footer-block__newsletter-item{display:inline-block;vertical-align:top;padding-left:15px;padding-right:15px;width:50%} .footer-block__newsletter-content{text-align:left} .footer-block__newsletter-form{margin-top:0} } @media (min-width: 1025px) {.footer-block__top .footer-block__newsletter{width:74%}.footer-block__newsletter-form{padding-right:0}.footer-7 .footer-block__item.footer-block__newsletter{text-align:right}} @media (min-width: 1200px){ .footer-6 .footer-block__bottom .footer-block__newsletter{display:flex;justify-content:center;align-items:center} .footer-6 .footer-block__bottom .footer-block__newsletter h2{margin-right:20px!important} .footer-6 .footer-block__bottom .footer-block__newsletter .footer-block__newsletter-form{margin:0;width:auto} .footer-6 .footer-block__bottom .footer-block__newsletter .footer-block__newsletter-form .field{width:245px} .footer-6 .footer-block__bottom .footer-block__newsletter .footer-block__newsletter-form .newsletter-form__button{width:120px} } @media (min-width: 1200px) and (max-width: 1399px){.column-5 .footer-block__newsletter .newsletter-form__field-wrapper{display:block}.column-5 .footer-block__newsletter .footer-block__newsletter-form .newsletter-form__button{width:100%;margin-top:15px}.footer-7 .column-5 .footer-block__newsletter .newsletter-form__field-wrapper{display:flex}.footer-7 .column-5 .footer-block__newsletter .footer-block__newsletter-form .newsletter-form__button{width:40px;margin-top:0}} @media (min-width: 768px) and (max-width: 1200px) {.footer-7 .footer-block__item.footer-block__newsletter{text-align:left}.column-5 .footer-block__item.footer-block__newsletter{width:100%;margin-top:40px}} @media (min-width: 1920px){.footer-block__top .footer-block__newsletter{width: calc(100% - 460px)}} @media (max-width: 1199px) and (min-width: 992px) {.column-6 .footer-block__newsletter{width:100%;text-align:center;margin-bottom:40px;margin-top:20px}} @media (max-width: 1600px) { .footer-block__newsletter .footer-block__subheading {line-height: calc(var(--footer-link-line-height) - 10px)} } @media (max-width: 991px){.footer-block__newsletter.newsletter__style2{border-right:0}.footer-block__item.footer-block__newsletter{width:100%;margin-top:20px}.column-6 .footer-block__item.footer-block__newsletter{margin-top:7px}} @media (max-width: 767px) {.footer-block__item.footer-block__newsletter{width:100%}.footer-block__newsletter .footer-block__subheading{margin-bottom:7px!important}.footer-6 .footer-block__bottom .footer-block__newsletter .footer-block__newsletter-form{margin:15px auto 10px}} </style> <div class="footer-block__item footer-block__column footer-block__newsletter newsletter__ text-left " style="--block-custom-width: 40%;--block-margin-bottom: px"><div><h2 class="footer-block__heading" data-toggle-column-footer>Newsletter Sign Up</h2><div class="item clearfix"><div class="footer-block__subheading rte"><p>Sign up for exclusive updates, new arrivals & insider only discounts</p></div><form-has-check class="footer-block__newsletter-item footer-block__newsletter-form"><form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[tags]" value="newsletter"> <div class="newsletter-form__field-wrapper"> <div class="field"> <label class="field__label hiddenLabels" for="NewsletterForm--sections--15643507556486__footer-1">Your email</label> <input id="NewsletterForm--sections--15643507556486__footer-1" type="email" name="contact[email]" class="field__input form-input-placeholder" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="enter your email address" required="required"> </div><button type="submit" class="button newsletter-form__button" name="commit" id="Subscribe--sections--15643507556486__footer-1" aria-label="Submit" style="--button-width: 150px">Submit</button></div><script> $(document).ready(function() { if (window.location.href.indexOf('newsletter&form_type=customer') > -1) { var newsletterSuccessPopup = (function() { var popup = $('.newsletter-success-modal'); var close = popup.find('.close'); var success = popup.find('.success'); var error = popup.find('.error'); var overlay = $('.background-overlay'); popup.show(); overlay.show(); error.show(); success.hide(); $.cookie('emailSubcribeModal', 'closed', { expires: 1, path: '/' }); close.off('click').on('click', function() { popup.fadeOut(); overlay.hide(); }); overlay.off('click').on('click', function() { popup.fadeOut(); overlay.hide(); }); })(); var newURL = location.href.split("?")[0]; window.history.pushState('object', document.title, newURL); } }) </script></form></form-has-check><style>.footer-block__newsletter .field__input {color: #e2e0e0;background-color: #232323;border: 1px solid rgba(0,0,0,0);font-size: var(--footer-link-font-size)} .footer-block__newsletter .field__input::-webkit-input-placeholder {color: #e2e0e0;font-size: var(--footer-link-font-size)} .footer-block__newsletter .field__input:-ms-input-placeholder {color: #e2e0e0;font-size: var(--footer-link-font-size)} .footer-block__newsletter .field__input::placeholder {color: #e2e0e0;font-size: var(--footer-link-font-size)} .footer-block__newsletter .newsletter-form__button {color: #232323;fill: #232323;border: 1px solid rgba(0,0,0,0);background-color: #ffffff;} .btn_1_br_outside .footer-block__newsletter .newsletter-form__button span:after {border: 1px solid rgba(0,0,0,0);} .footer-7 .footer-block__newsletter .newsletter-form__field-wrapper .button svg {fill: #232323} .footer-7 .footer-block__newsletter .newsletter-form__field-wrapper .button:hover svg {fill: #ffffff} .footer-block__newsletter .newsletter-form__button:hover {color: #ffffff;border: 1px solid #000000;background-color: #000000;} .btn_1_br_outside .footer-block__newsletter .newsletter-form__button:hover span:after {border: 1px solid #000000;} .footer-block__newsletter .form--check p,.footer-block__newsletter .form--check a {color: #f0eaea;font-size: 14px;cursor: pointer} .footer-block__newsletter .form--check label:before,.footer-block__newsletter .form--check label:after {border-color: #ffffff} .newsletter__style2 .newsletter-form__field-wrapper {border: 1px solid #ffffff;padding: 10px}@media (max-width: 1024px) {.footer-block__newsletter .form--check p,.footer-block__newsletter .form--check a {font-size: 12px}} @media (min-width: 1025px){.newsletter__style2 .newsletter-form__field-wrapper #NewsletterForm--footer, .newsletter__style2 .newsletter-form__field-wrapper [id^="NewsletterForm--"]{padding-top: 21px; padding-bottom: 21px}} </style> </div> </div> <style> .footer-block__list-social.enable_bg_social .list-social__link.icon-facebook{background:#385a9a!important}.footer-block__list-social.enable_bg_social .list-social__link.icon-instagram{background:#3e739d!important}.footer-block__list-social.enable_bg_social .list-social__link.icon-pinterest,.footer-block__list-social.enable_bg_social .list-social__link.icon-tumblr,.footer-block__list-social.enable_bg_social .list-social__link.icon-youtube{background:#ec2327!important}.footer-block__list-social.enable_bg_social .list-social__link.icon-tiktok{background:#000!important}.footer-block__list-social.enable_bg_social .list-social__link.icon-snapchat{background:#e3da6d!important}.footer-block__list-social.enable_bg_social .list-social__link.icon-twitter{background:#31b1df!important}.footer-block__list-social.enable_bg_social .list-social__link.icon-vimeo{background:#4593d7!important} .footer-block__list-social .list-social__item{margin-right: 15px} .footer-block__list-social .list-social__link:before {box-shadow: 0 0 0 2px #ffffff} .footer-block__list-social .list-social__link {color: #282828 !important;background: #ffffff;border: 1px solid #ffffff;padding: 12px} .footer-block__list-social .list-social__link svg {fill: #282828 !important;width: 12px !important;height: 12px !important}@media (min-width: 1025px){ .footer-block__list-social .list-social__link:hover{color: #282828;border-color: #ffffff;background: #ffffff} .footer-block__list-social .list-social__link:hover svg{fill: #282828 !important} } @media (max-width: 1024px){} </style><div class="footer-block__list-social" style="--margin-top: 35px"><div class="item clearfix"><ul class="list-unstyled list-social clearfix" role="list"><li class="list-social__item"><a href="https://www.facebook.com/shoutstudiosofficial/" target="_blank" class="link link--text list-social__link icon-facebook"><svg aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="icon icon-facebook"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path></svg><span class="visually-hidden">Facebook</span></a></li><li class="list-social__item"><a href="https://www.instagram.com/shout_studios/" target="_blank" class="link link--text list-social__link icon-instagram"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve" aria-hidden="true" focusable="false" role="presentation" class="icon icon-instagram"><g><path d="M256,152c-57.9,0-105,47.1-105,105s47.1,105,105,105s105-47.1,105-105S313.9,152,256,152z M256,152 c-57.9,0-105,47.1-105,105s47.1,105,105,105s105-47.1,105-105S313.9,152,256,152z M437,0H75C33.6,0,0,33.6,0,75v362 c0,41.4,33.6,75,75,75h362c41.4,0,75-33.6,75-75V75C512,33.6,478.4,0,437,0z M256,392c-74.399,0-135-60.601-135-135 c0-74.401,60.601-135,135-135s135,60.599,135,135C391,331.399,330.399,392,256,392z M421,122c-16.5,0-30-13.5-30-30s13.5-30,30-30 s30,13.5,30,30S437.5,122,421,122z M256,152c-57.9,0-105,47.1-105,105s47.1,105,105,105s105-47.1,105-105S313.9,152,256,152z M256,152c-57.9,0-105,47.1-105,105s47.1,105,105,105s105-47.1,105-105S313.9,152,256,152z M256,152c-57.9,0-105,47.1-105,105 s47.1,105,105,105s105-47.1,105-105S313.9,152,256,152z" /></g></svg><span class="visually-hidden">Instagram</span></a></li><li class="list-social__item"><a href="https://www.tiktok.com/@shout_studios" target="_blank" class="link link--text list-social__link icon-tiktok"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" aria-hidden="true" focusable="false" class="icon icon-tiktok"><path d="m475.074 0h-438.148c-20.395 0-36.926 16.531-36.926 36.926v438.148c0 20.395 16.531 36.926 36.926 36.926h438.148c20.395 0 36.926-16.531 36.926-36.926v-438.148c0-20.395-16.531-36.926-36.926-36.926zm-90.827 195.959v34.613c-16.322.006-32.181-3.192-47.137-9.503-9.617-4.06-18.577-9.292-26.772-15.613l.246 106.542c-.103 23.991-9.594 46.532-26.772 63.51-13.98 13.82-31.695 22.609-50.895 25.453-4.512.668-9.103 1.011-13.746 1.011-20.553 0-40.067-6.659-56.029-18.943-3.004-2.313-5.876-4.82-8.612-7.521-18.617-18.4-28.217-43.34-26.601-69.575 1.234-19.971 9.229-39.017 22.558-53.945 17.635-19.754 42.306-30.719 68.684-30.719 4.643 0 9.234.348 13.746 1.017v12.798 35.601c-4.277-1.411-8.846-2.187-13.603-2.187-24.1 0-43.597 19.662-43.237 43.779.228 15.431 8.658 28.92 21.09 36.355 5.842 3.495 12.564 5.659 19.737 6.053 5.62.308 11.016-.474 16.013-2.124 17.218-5.688 29.639-21.861 29.639-40.935l.057-71.346v-130.252h47.668c.046 4.723.525 9.332 1.416 13.797 3.598 18.075 13.786 33.757 27.966 44.448 12.364 9.326 27.76 14.854 44.448 14.854.011 0 .148 0 .137-.011v12.843z"/></svg><span class="visually-hidden">TikTok</span></a></li><li class="list-social__item"><a href="https://www.youtube.com/@shoutstudios" target="_blank" class="link link--text list-social__link icon-youtube"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-youtube" viewBox="0 0 100 70"><path d="M98 11c2 7.7 2 24 2 24s0 16.3-2 24a12.5 12.5 0 01-9 9c-7.7 2-39 2-39 2s-31.3 0-39-2a12.5 12.5 0 01-9-9c-2-7.7-2-24-2-24s0-16.3 2-24c1.2-4.4 4.6-7.8 9-9 7.7-2 39-2 39-2s31.3 0 39 2c4.4 1.2 7.8 4.6 9 9zM40 50l26-15-26-15v30z"></svg> <span class="visually-hidden">YouTube</span></a></li><li class="list-social__item"><a href="https://x.com/shout_studios" target="_blank" class="link link--text list-social__link icon-twitter"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-twitter" viewBox="0 0 35 35"> <path d="M20.3306 15.2794L31.4059 3H28.7809L19.1669 13.6616L11.4844 3H2.625L14.2406 19.124L2.625 32H5.25L15.4044 20.7397L23.5178 32H32.3772L20.3306 15.2794ZM16.7366 19.2649L15.5597 17.6595L6.195 4.885H10.2266L17.7822 15.1945L18.9591 16.7999L28.7831 30.202H24.7516L16.7366 19.2649Z"></path> </svg> <span class="visually-hidden">Twitter</span></a></li></ul></div> </div> </div> </div> </div> </div> <style>.footer__content-bottom{background: #450912}.footer__content-bottom {padding-top: 20px;padding-bottom: 40px;}.copyright__content{color: #cfcfcf}</style> <div class="footer__content-bottom"> <div class="container container-1170"> <div class="footer-block__bottom "><div class="footer__column-item footer__copyright"> <div class="copyright__content" style="--font-size: 12px; --text-color: #cfcfcf"><p>© 2024 Shout Factory. All rights reserved.</p></div> </div><div class="footer__column footer__column--info"> <div class="footer-block__list-payment footer__column-item footer__payment" style="--margin-top: 0px"><span class="visually-hidden">Payment methods</span> <ul class="list list-payment clearfix" role="list"><li class="list-payment__item"><svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> </li><li class="list-payment__item"><svg class="icon icon--full-color" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg> </li><li class="list-payment__item"><svg class="icon icon--full-color" viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-discover">Discover</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z" fill="#231F20"/><path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint0_linear)"/><path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint1_linear)"/><path d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z" fill="#231F20"/><path d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z" fill="#231F20"/><path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z" fill="#F48120"/><defs><linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104" gradientUnits="userSpaceOnUse"><stop stop-color="#F89F20"/><stop offset=".25" stop-color="#F79A20"/><stop offset=".533" stop-color="#F68D20"/><stop offset=".62" stop-color="#F58720"/><stop offset=".723" stop-color="#F48120"/><stop offset="1" stop-color="#F37521"/></linearGradient><linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446" gradientUnits="userSpaceOnUse"><stop stop-color="#F58720"/><stop offset=".359" stop-color="#E16F27"/><stop offset=".703" stop-color="#D4602C"/><stop offset=".982" stop-color="#D05B2E"/></linearGradient></defs></svg></li><li class="list-payment__item"><svg class="icon icon--full-color" width="38" height="24" role="img" aria-labelledby="pi-metapay" viewBox="0 0 38 24" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-metapay">Meta Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M4.983 12.986c0 .348.076.614.176.776a.6.6 0 00.524.3c.257 0 .491-.063.943-.688.362-.5.788-1.204 1.076-1.645l.486-.747c.337-.518.728-1.095 1.176-1.486.366-.319.76-.496 1.158-.496.667 0 1.302.386 1.788 1.111.532.794.79 1.793.79 2.825 0 .613-.12 1.064-.326 1.42-.2.345-.587.688-1.238.688v-.981c.558 0 .697-.513.697-1.1 0-.836-.195-1.764-.624-2.427-.305-.47-.7-.757-1.134-.757-.47 0-.848.354-1.274.986-.226.336-.457.745-.718 1.207l-.287.508c-.576 1.02-.722 1.254-1.01 1.637-.504.672-.935.927-1.502.927-.674 0-1.1-.291-1.363-.73C4.106 13.956 4 13.486 4 12.95l.983.035z" fill="#0081FB"/><path d="M4.775 10.18C5.225 9.486 5.875 9 6.622 9c.432 0 .861.128 1.31.494.49.4 1.013 1.06 1.665 2.146l.234.39c.565.94.886 1.424 1.074 1.652.242.293.411.38.631.38.558 0 .697-.512.697-1.099l.867-.027c0 .613-.12 1.064-.326 1.42-.2.345-.587.688-1.238.688-.405 0-.764-.088-1.16-.462-.306-.287-.663-.798-.937-1.257l-.816-1.363c-.41-.684-.785-1.194-1.003-1.425-.234-.249-.534-.549-1.014-.549-.388 0-.718.273-.994.69l-.837-.498z" fill="url(#pi-paint0_linear_1164_3)"/><path d="M6.606 9.988c-.388 0-.718.273-.994.69-.39.588-.629 1.466-.629 2.308 0 .348.076.614.176.776l-.838.552C4.106 13.956 4 13.486 4 12.95c0-.973.267-1.987.775-2.77C5.225 9.485 5.875 9 6.622 9l-.016.988z" fill="url(#pi-paint1_linear_1164_3)"/><path d="M15.01 9.191h1.138l1.933 3.498 1.934-3.498h1.112v5.747h-.928v-4.405l-1.695 3.05h-.87l-1.696-3.05v4.405h-.927V9.191zm9.023 2.143c-.665 0-1.066.5-1.162 1.12h2.258c-.046-.638-.415-1.12-1.096-1.12zm-2.081 1.474c0-1.305.843-2.254 2.097-2.254 1.234 0 1.971.937 1.971 2.323v.255h-3.148c.111.674.559 1.129 1.28 1.129.576 0 .936-.176 1.277-.497l.493.603c-.465.427-1.055.674-1.803.674-1.358 0-2.167-.99-2.167-2.233zm5.193-1.392h-.854v-.76h.854V9.402h.895v1.256h1.297v.76H28.04v1.924c0 .657.21.89.726.89.236 0 .371-.02.57-.053v.752c-.248.07-.485.102-.742.102-.966 0-1.45-.528-1.45-1.584v-2.032zm5.96.739a1.207 1.207 0 00-1.17-.788c-.766 0-1.256.543-1.256 1.428 0 .863.451 1.433 1.22 1.433.603 0 1.034-.351 1.206-.788v-1.285zM34 14.938h-.878v-.6c-.246.353-.693.703-1.417.703-1.164 0-1.941-.975-1.941-2.246 0-1.283.796-2.241 1.99-2.241.591 0 1.055.236 1.368.653v-.55H34v4.281z" fill="#000000"/><defs><linearGradient id="pi-paint0_linear_1164_3" x1="5.93" y1="12.703" x2="12.196" y2="13.019" gradientUnits="userSpaceOnUse"><stop stop-color="#0064E1"/><stop offset=".4" stop-color="#0064E1"/><stop offset=".83" stop-color="#0073EE"/><stop offset="1" stop-color="#0082FB"/></linearGradient><linearGradient id="pi-paint1_linear_1164_3" x1="5.424" y1="13.399" x2="5.424" y2="11.089" gradientUnits="userSpaceOnUse"><stop stop-color="#0082FB"/><stop offset="1" stop-color="#0064E0"/></linearGradient></defs></svg> </li><li class="list-payment__item"><svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg> </li><li class="list-payment__item"><svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg></li><li class="list-payment__item"><svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg></li><li class="list-payment__item"><svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg> </li><li class="list-payment__item"><svg class="icon icon--full-color" viewBox="0 0 38 24" width="38" height="24" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-venmo"><title id="pi-venmo">Venmo</title><g fill="none" fill-rule="evenodd"><rect fill-opacity=".07" fill="#000" width="38" height="24" rx="3"/><path fill="#3D95CE" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M24.675 8.36c0 3.064-2.557 7.045-4.633 9.84h-4.74L13.4 6.57l4.151-.402 1.005 8.275c.94-1.566 2.099-4.025 2.099-5.702 0-.918-.154-1.543-.394-2.058l3.78-.783c.437.738.634 1.499.634 2.46z" fill="#FFF" fill-rule="nonzero"/></g></svg> </li><li class="list-payment__item"><svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg></li></ul> </div> </div> </div> </div> </div> </footer> <script type="text/javascript"> function initDropdownColumnsFooter() { var footerColumnTitle = document.querySelectorAll('.footer-1 [data-toggle-column-footer]'); if (footerColumnTitle.length > 0) { for (i = 0; i < footerColumnTitle.length; i++) { (function (i) { footerColumnTitle[i].addEventListener('click', function (event) { var $this = event.target; if ($this.classList.contains('is-clicked')) { $this.classList.remove('is-clicked'); } else { $this.classList.add('is-clicked'); } }); })(i); } } } initDropdownColumnsFooter(); </script> </div> <!-- END sections: footer-group --></div> <section id="shopify-section-halo-toolbar-mobile" class="shopify-section"></section> <ul hidden><li id="a11y-refresh-page-message">Choosing a selection results in a full page refresh.</li></ul> <script src="//shoutfactory.com/cdn/shop/t/61/assets/slider.js?v=140906245454472783371723463886" defer="defer"></script> <script src="//shoutfactory.com/cdn/shop/t/61/assets/theme.js?v=126057784597542133141723463889" defer="defer"></script><script src="//shoutfactory.com/cdn/shop/t/61/assets/free-shipping-message.js?v=23649204803896156951723463859" defer="defer"></script> </div> <div class="halo-popup newsletter-success-modal customPopup-small" data-newsletter-success-modal id="newsletter-success-modal"> <div class="halo-popup-wrapper"> <button type="button" class="close close-modal" aria-label="Translation missing: en.cart.ajax_cart.close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg></button> <div class="halo-modal-body success"> <p class="form-message form-message--success" tabindex="-1" data-form-status><svg role="img" viewBox="0 0 512 512" class="icon icon-check" id="icon-check"><path d="M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z" class=""></path></svg> <span> Thanks for subscribing!</span></p> </div> <div class="halo-modal-body error"> <p class="form-message form-message--error" tabindex="-1" data-form-status><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-error" viewBox="0 0 13 13"><circle cx="6.5" cy="6.50049" r="5.5" stroke="white" stroke-width="2"/><circle cx="6.5" cy="6.5" r="5.5" fill="#EB001B" stroke="#EB001B" stroke-width="0.7"/><path d="M5.87413 3.52832L5.97439 7.57216H7.02713L7.12739 3.52832H5.87413ZM6.50076 9.66091C6.88091 9.66091 7.18169 9.37267 7.18169 9.00504C7.18169 8.63742 6.88091 8.34917 6.50076 8.34917C6.12061 8.34917 5.81982 8.63742 5.81982 9.00504C5.81982 9.37267 6.12061 9.66091 6.50076 9.66091Z" fill="white"/><path d="M5.87413 3.17832H5.51535L5.52424 3.537L5.6245 7.58083L5.63296 7.92216H5.97439H7.02713H7.36856L7.37702 7.58083L7.47728 3.537L7.48617 3.17832H7.12739H5.87413ZM6.50076 10.0109C7.06121 10.0109 7.5317 9.57872 7.5317 9.00504C7.5317 8.43137 7.06121 7.99918 6.50076 7.99918C5.94031 7.99918 5.46982 8.43137 5.46982 9.00504C5.46982 9.57872 5.94031 10.0109 6.50076 10.0109Z" fill="white" stroke="#EB001B" stroke-width="0.7"></svg> <span>This email has been registered!</span></p> </div> </div> </div> <div class="halo-lookbook-popup style-1" data-lookbook-popup> <div class="halo-popup-wrapper style-1"> <div class="halo-popup-content lookbook-content custom-scrollbar"></div> </div> </div> <lookbook-mobile-popup class="halo-lookbook-popup-mobile" data-lookbook-popup-mobile> <div class="halo-popup-wrapper-mobile" data-lookbook-popup-mobile-wrapper> <h2 class="mobile-popup-header"> <span>Shop the look</span> <button type="button" data-close-lookbook-modal class="close close-modal" aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg></button> </h2> <div class='items-scroll scroll-snap-mobile disable-srollbar'> <div class="halo-popup-container-mobile" data-lookbook-mobile-images-container></div> </div> </div> </lookbook-mobile-popup> <div class="halo-popup halo-video-popup halo-popup-topDown" data-popup-video id="halo-video-popup"> <div class="halo-popup-wrapper"> <div class="halo-popup-header"> <button type="button" class="halo-popup-close clearfix" data-close-video-popup aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg>Close</button> </div> <div class="halo-popup-content"></div> </div> </div> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/halo-product-list-view-popup.css?v=171851250571928755481723463864" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/halo-product-list-view-popup.css?v=171851250571928755481723463864" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="halo-product-list-view-popup product-list" id="list-view-popup" data-product-list-view> <h2 class="mobile-popup-header"><span>Choose Options</span><button type="button" data-close-product-list-modal class="close close-modal" aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg></button></h2> <div class='halo-popup-content product-options-wrapper card-swatch card-action' data-product-options-wrapper data-quickshop></div> </div> <script> const closeModalButton = document.querySelector('[data-close-product-list-modal]') closeModalButton.addEventListener('click', () => { document.body.classList.remove('quickshop-list-view-show') }) </script> <div class="halo-popup" id="halo-product-custom-information"> <div class="halo-popup-wrapper"> <div class="halo-popup-header"> <h5 class="halo-popup-title"></h5> <button type="button" class="halo-popup-close clearfix" data-close-custom-information aria-label="Close"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg> Close </button> </div> <div class="halo-popup-content"> </div> </div> </div> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-card-mobile-popup.css?v=177969134712201010861723463810" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-card-mobile-popup.css?v=177969134712201010861723463810" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="halo-popup halo-card-mobile-popup halo-popup-topDown" data-card-mobile-popup id="halo-card-mobile-popup"> <div class="halo-popup-wrapper"> <h2 class="mobile-popup-header"><span>Choose Options</span><button type="button" data-close-product-list-popup class="close close-modal" aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg></button></h2> <div class="halo-popup-content custom-scrollbar halo-card-mobile-content"></div> </div> </div> <script> const closePopupButton = document.querySelector('[data-close-product-list-popup]') closePopupButton.addEventListener('click', (e) => { document.body.classList.remove('quick_shop_popup_mobile'); document.querySelector('#halo-card-mobile-popup.show').classList.remove('show'); }) </script> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-warning-popup.css?v=170494741755236676021723463853" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-warning-popup.css?v=170494741755236676021723463853" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="halo-popup halo-warning-popup bottom-up" data-warning-popup id="halo-warning-popup"> <button type="button" class="halo-popup-close clearfix" data-close-warning-popup aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg></button> <span class="halo-warning-icon"><svg aria-hidden="true" focusable="false" role="presentation" viewBox="0 0 554.2 554.199" class="icon icon-warning"><g><path d="M538.5,386.199L356.5,70.8c-16.4-28.4-46.7-45.9-79.501-45.9c-32.8,0-63.1,17.5-79.5,45.9L12.3,391.6 c-16.4,28.4-16.4,63.4,0,91.8C28.7,511.8,59,529.3,91.8,529.3H462.2c0.101,0,0.2,0,0.2,0c50.7,0,91.8-41.101,91.8-91.8 C554.2,418.5,548.4,400.8,538.5,386.199z M316.3,416.899c0,21.7-16.7,38.3-39.2,38.3s-39.2-16.6-39.2-38.3V416 c0-21.601,16.7-38.301,39.2-38.301S316.3,394.3,316.3,416V416.899z M317.2,158.7L297.8,328.1c-1.3,12.2-9.4,19.8-20.7,19.8 s-19.4-7.7-20.7-19.8L237,158.6c-1.3-13.1,5.801-23,18-23H299.1C311.3,135.7,318.5,145.6,317.2,158.7z"/></g></svg></span> <div class="halo-popup-content custom-scrollbar halo-warning-content" data-halo-warning-content>this is just a warning</div> </div> <div class="background-overlay"><div class="background-cursor-wrapper"> <div class="background-cursor-wrapper_outer"> <div class="background-cursor-wrapper_inner"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="20" height="20"><g class="nc-icon-wrapper" fill="#ffffff" transform="translate(0.5, 0.5)"><line fill="none" stroke-width="6" x1="46" y1="2" x2="2" y2="46"/> <line fill="none" stroke-width="6" x1="46" y1="46" x2="2" y2="2"/></g></svg></div> </div> </div></div> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-auth.css?v=127485890362915857051723463804" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-auth.css?v=127485890362915857051723463804" rel="stylesheet" type="text/css" media="all" /></noscript> <customer-auth class="halo-sidebar halo-sidebar-right halo-auth-sidebar" data-auth-sidebar id="halo-auth-sidebar"> <div class="halo-sidebar-header text-left"> <span class="title">Login</span> <button type="button" class="halo-sidebar-close button-effect" data-close-auth-sidebar title="Close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg>Close</button> </div> <div class="halo-sidebar-wrapper custom-scrollbar"><form accept-charset="UTF-8" action="/account/login" method="post" class="auth-form auth-form-2"> <input name="form_type" type="hidden" value="customer_login" /> <input name="utf8" type="hidden" value="✓" /> <div class="form-field"> <label class="form-label" for="customer_email">Email Address <em>*</em></label> <input id="customer_email" class="form-input form-input-placeholder text-left" type="email" value="" name="customer[email]" required placeholder="Email Address"> </div> <div class="form-field"> <label class="form-label" for="customer_password">Password <em>*</em></label> <input id="customer_password" class="form-input form-input-placeholder text-left" type="password" value="" required placeholder="Password" name="customer[password]"> </div> <div class="form-actions auth-actions text-center"> <input type="submit" class="button button-1 button-login text-center" value="Log in"> <a class="auth-link link link-underline" href="/account/login#recover"><span class="text">Forgot your password?</span></a> <a href="/account/register" class="button button-2 button-register">Create account</a> </div> </form></div> </customer-auth> <script src="//shoutfactory.com/cdn/shop/t/61/assets/halo-customer-login.js?v=130338099368393207731723463862" defer="defer"></script> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/61/assets/component-quick-cart.css?v=76706418547694381531727992771" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/61/assets/component-quick-cart.css?v=76706418547694381531727992771" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="halo-sidebar halo-sidebar-right halo-cart-sidebar" id="halo-cart-sidebar"> <button type="button" class="halo-sidebar-close button-effect" data-close-cart-sidebar aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg> Close</button> <div class="halo-sidebar-header text-left"> <span class="title">Shopping Cart</span> <div class="wrapper-cartCount"><span class="cartCount" data-cart-count>0</span> <span data-cart-text>items</span></div> </div> <div class="halo-sidebar-wrapper custom-scrollbar "><div class="previewCartMessage"><free-shipping-component class="haloCalculatorShipping" data-free-shipping-wrapper style="display: block;"> <div class="progress progress-hidden" data-text-enabled="false" data-shipping-progress> <div class="progress_shipping" role="progressbar"> <div class="progress-meter" style="width: 0" data-free-shipping-progress-meter> <div class="progress-truck-wrapper"> <svg class="icon-shipping-truck" viewBox="0 0 40.55 24"><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="truck-body" d="M40.43,11a3.86,3.86,0,0,0-3.68-2.65H28a1.25,1.25,0,0,1-1.43-1.43c0-2.18,0-4.35,0-6.53,0-.31-.08-.36-.37-.36H5.11a1.18,1.18,0,0,0-1.3,1.32c0,.74,0,1.48,0,2.22,0,.21-.06.27-.26.26-.36,0-.71,0-1.07,0a1.19,1.19,0,1,0,0,2.37H7.19c.43,0,.85,0,1.27,0a1,1,0,0,1,1.07,1A1.19,1.19,0,0,1,8.24,8.48H1.35a1.83,1.83,0,0,0-.47,0A1.19,1.19,0,0,0,0,9.85a1.18,1.18,0,0,0,1.19,1h9.66c.34,0,.68,0,1,0A1.19,1.19,0,0,1,13,12.47a1.26,1.26,0,0,1-1.26.76H1.24a1.19,1.19,0,1,0,0,2.38c.76,0,1.51,0,2.26,0,.26,0,.33.07.32.32,0,1,0,2.09,0,3.13A1.18,1.18,0,0,0,5.1,20.36c.63,0,1.26,0,1.9,0,.27,0,.39.06.47.36a4.55,4.55,0,0,0,8.78-.11.29.29,0,0,1,.32-.25H28.09a.3.3,0,0,1,.34.27,4.55,4.55,0,0,0,8.8,0,.31.31,0,0,1,.35-.26c.49,0,1,0,1.47,0a1.37,1.37,0,0,0,1.5-.87V11.41C40.41,11.29,40.47,11.12,40.43,11ZM32.84,21.62A2.18,2.18,0,1,1,35,19.45,2.21,2.21,0,0,1,32.84,21.62Zm-21,0A2.18,2.18,0,1,1,14,19.45,2.2,2.2,0,0,1,11.86,21.62Z"/><path class="truck-body" d="M29.27,6h5.85c.1,0,.2,0,.29,0C33.64,2.72,32,.91,28.91.26V.57c0,1.68,0,3.35,0,5C28.9,5.9,29,6,29.27,6Z"/><path class="wheel" d="M11.87,17.27A2.18,2.18,0,1,0,14,19.45,2.2,2.2,0,0,0,11.87,17.27Z"/><path class="wheel" d="M32.85,17.27A2.18,2.18,0,1,0,35,19.45,2.22,2.22,0,0,0,32.85,17.27Z"/></g></g></svg> </div> </div> </div> </div> <div class="message" data-shipping-message=""></div> </free-shipping-component></div><cart-coupon-discount data-is-sidebar="true"> <template data-discount-icon><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-discount" viewBox="0 0 12 12"><path fill-rule="evenodd" clip-rule="evenodd" d="M7 0h3a2 2 0 012 2v3a1 1 0 01-.3.7l-6 6a1 1 0 01-1.4 0l-4-4a1 1 0 010-1.4l6-6A1 1 0 017 0zm2 2a1 1 0 102 0 1 1 0 00-2 0z" fill="currentColor"></svg> </template> <template data-discounted-price-template> <span class="previewCartItem-saving-price"><s class="before-discount-price" data-original-price-display></s><span class="discounted-price" data-current-price-display></span></span> </template> <div class="previewCart-wrapper"></div> </cart-coupon-discount> </div> </div> <script src="//shoutfactory.com/cdn/shop/t/61/assets/halo-toolcart.js?v=42785986117642242551723463867" defer="defer"></script> <div class="halo-sidebar halo-sidebar-left halo-sidebar_search" id="search-form-mobile"> <a href="#" class="halo-sidebar-close" data-search-close-sidebar alt="Close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg>Close</a> <div class="halo-sidebar-header text-left"><span class="title">Search</span></div> <div class="halo-sidebar-wrapper custom-scrollbar"> <predictive-search class="search-modal__form" data-loading-text="Loading..." data-product-to-show="3"> <details class="search_details"> <summary class="header__search-full" aria-haspopup="dialog" aria-label="Search"> <button type="button" class="header-search-close" aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg></button> <form action="/search" method="get" role="search" class="search search-modal__form"> <div class="field"> <input class="search__input field__input form-input-placeholder" id="Search-In-Modal-Sidebar" type="search" name="q" value="" placeholder="Search products..." autocomplete="off"> <input type="hidden" name="options[prefix]" value="last"> <label class="field__label hiddenLabels" for="Search-In-Modal-Sidebar">Search</label> <button class="button search__button field__button focus-inset" aria-label="Search"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" class="icon-search-1"><path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z"/></svg></button> </div></form> </summary> <div class="search-modal modal__content" role="dialog" aria-modal="true" aria-label="Search"></div> </details> </predictive-search> </div> </div> <div class="halo-sidebar halo-sidebar-left halo-sidebar_menu " id="navigation-mobile"> <div class="halo-sidebar-wrapper custom-scrollbar"><div class="site-nav-mobile nav-menu-tab"></div> <div class="site-nav-mobile nav" data-navigation-mobile> <div class="menu-heading-mobile halo-sidebar-header"> <span class="title">Menu</span> <button type="button" class="halo-sidebar-close" data-menu-close-sidebar aria-label="Close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" ><path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.9707031 z"/></svg>Close</button> </div> <ul class="list-menu-loading" role="list"><li class="list-menu-loading__item"></li><li class="list-menu-loading__item"></li><li class="list-menu-loading__item"></li><li class="list-menu-loading__item"></li><li class="list-menu-loading__item"></li><li class="list-menu-loading__item"></li><li class="list-menu-loading__item"></li><li class="list-menu-loading__item"></li></ul> </div><div class="site-nav-mobile nav-account"><div class="customer-links last-link"><a class="header__link--account customer_login_link" href="/account/login"><span class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true" focusable="false" role="presentation" class="icon icon-account stroke-w-0 w-h-"><path d="M 16 3 C 8.832031 3 3 8.832031 3 16 C 3 23.167969 8.832031 29 16 29 C 23.167969 29 29 23.167969 29 16 C 29 8.832031 23.167969 3 16 3 Z M 16 5 C 22.085938 5 27 9.914063 27 16 C 27 22.085938 22.085938 27 16 27 C 9.914063 27 5 22.085938 5 16 C 5 9.914063 9.914063 5 16 5 Z M 16 8 C 13.25 8 11 10.25 11 13 C 11 14.515625 11.707031 15.863281 12.78125 16.78125 C 10.53125 17.949219 9 20.300781 9 23 L 11 23 C 11 20.226563 13.226563 18 16 18 C 18.773438 18 21 20.226563 21 23 L 23 23 C 23 20.300781 21.46875 17.949219 19.21875 16.78125 C 20.292969 15.863281 21 14.515625 21 13 C 21 10.25 18.75 8 16 8 Z M 16 10 C 17.667969 10 19 11.332031 19 13 C 19 14.667969 17.667969 16 16 16 C 14.332031 16 13 14.667969 13 13 C 13 11.332031 14.332031 10 16 10 Z"/></svg></span><span class="title">Sign In</span></a> <a class="header__link--account last-link customer_register_link" href="/account/register"><span class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17" class="icon icon-sign-up"><defs><style>.cls-1{fill:#767676;}.cls-2{fill:#5c5c5c;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path d="M10.11,15.67H2.16a1.1,1.1,0,0,1-.26,0,.67.67,0,0,1-.56-.8,7.32,7.32,0,0,1,3.86-5,7.16,7.16,0,0,1,5.08-.58,8.49,8.49,0,0,1,1.39.49.66.66,0,0,0,.9-.49.67.67,0,0,0-.42-.74c-.3-.14-.61-.26-.93-.39l.28-.24a4.25,4.25,0,0,0,1-1.35,4.42,4.42,0,0,0,.15-3.68A4.47,4.47,0,0,0,9.7.16C9.44.09,9.18.08,8.93,0h-.1s0,0-.06,0S8.71,0,8.7,0H8.3s0,0-.07,0-.05,0-.06,0H8a2.44,2.44,0,0,1-.39.05,4.5,4.5,0,0,0-3.17,2.4A4.32,4.32,0,0,0,4,5.07a4.56,4.56,0,0,0,.58,1.72A4.41,4.41,0,0,0,5.58,8c.12.11.12.11,0,.17a8.5,8.5,0,0,0-1.19.54,8.39,8.39,0,0,0-2.49,2,8.13,8.13,0,0,0-1.88,4v.56c0,.12,0,.25.07.37A2,2,0,0,0,1.73,17h8.6s.08,0,.12-.05a.66.66,0,0,0,.35-.87A.67.67,0,0,0,10.11,15.67ZM5.31,4.52A3.19,3.19,0,1,1,8.55,7.7,3.2,3.2,0,0,1,5.31,4.52Z"/><path d="M16.17,13.18c-.49,0-1,0-1.49,0-.15,0-.18,0-.17-.19V11.43a.79.79,0,0,0-.06-.34.66.66,0,0,0-1.27.27v1.69c0,.11,0,.14-.13.13H11.42a.82.82,0,0,0-.34.06.68.68,0,0,0-.38.72.66.66,0,0,0,.64.55H13c.14,0,.19,0,.19.17,0,.5,0,1,0,1.49a.75.75,0,0,0,.53.83H14a.64.64,0,0,0,.58-.68V14.77c0-.2,0-.21.21-.21H16.3A.65.65,0,0,0,17,14v-.27A.75.75,0,0,0,16.17,13.18Z"/><path class="cls-1" d="M8.23,0H8.17a.07.07,0,0,0,.06,0Z"/><path class="cls-1" d="M8.23,0h0a.07.07,0,0,1-.06,0S8.21,0,8.23,0Z"/><path class="cls-2" d="M8.25,0s0,0,.05,0H8.23Z"/><path class="cls-2" d="M8.24,0h0s.06,0,.07,0,0,0-.05,0Z"/><path class="cls-2" d="M8.23,0h0l0,0V0Z"/><path class="cls-2" d="M8.24,0h0Z"/><path class="cls-2" d="M8.77,0V0H8.7a.08.08,0,0,0,.07,0Z"/><path class="cls-2" d="M8.77,0h0A.08.08,0,0,1,8.7,0S8.74,0,8.77,0Z"/><path class="cls-1" d="M8.78,0s0,0,.05,0H8.77Z"/><path class="cls-1" d="M8.78,0h0s.05,0,.06,0,0,0-.05,0Z"/><path class="cls-1" d="M8.78,0V0Z"/><path class="cls-1" d="M8.78,0Z"/></g></g></svg></span><span class="title">Create an Account</span></a></div><div class="wrapper-links"></div> </div><div class="site-nav-mobile nav-currency-language p-relative"></div> </div> </div> <style> .bogos-gifts-slider-container.bogos-gift-slider-modal, .bogos-slider-offer, .bogos-offer-gift-item, button.bogos-gift-item-add-btn.btn-add-to-cart{ border-radius: unset !important; } #freegifts-main-popup-container button.nav{ display: none !important; } </style> <!-- Failed to render app block "8605505498557855500": app block path "shopify://apps/bogos-io-free-gift/blocks/app-embed/0432bba6-720a-4e95-be5a-b868386f7aa6" does not exist --><div id="shopify-block-2530237624131658027" class="shopify-block shopify-app-block"> </div><!-- Failed to render app block "1910501027098541543": app block path "shopify://apps/starapps-variant-image/blocks/starapps-via-embed/2a01d106-3d10-48e8-ba53-5cb971217ac4" does not exist --><div id="shopify-block-15796953133730294439" class="shopify-block shopify-app-block"> <!-- BEGIN app snippet: socialshopwave-helper --><!-- until update --> <script type="text/javascript"> if (typeof isGwHelperLoaded === "undefined") { (function(){ var HE_DOMAIN = localStorage.getItem('ssw_debug_domain'); if (!HE_DOMAIN) { HE_DOMAIN = 'https://app.growave.io'; } var GW_IS_DEV = localStorage.getItem('ssw_debug'); if (!GW_IS_DEV) { GW_IS_DEV = 0; } if (!window.Ssw) { Ssw = {}; } function isReadyStatus() { return typeof ssw === "function" && window.gwPolyfillsLoaded } function sswRun(application) { if (isReadyStatus()) { setTimeout(function () { application(ssw); }, 0); } else { var _loadSswLib = setInterval(function () { if (isReadyStatus()) { clearInterval(_loadSswLib); application(ssw); } }, 30); } } var sswApp = { default :1, cart_item_count:0, accounts_enabled: 1, pageUrls: { wishlist: '/pages/wishlist', profile: '/pages/profile', profileEdit: '/pages/profile-edit', reward: '/pages/reward', referral: '/pages/referral', reviews: '/pages/reviews', reviewShare: '/pages/share-review', instagram: '/pages/shop-instagram', editNotification: '/pages/edit-notifications' }, modules: { comment: null, community: null, fave: 1, instagram: 1, questions: 0, review: 1, sharing: null, reward: 1 } }; var sswLangs = { data: {}, add: function(key, value) { this.data[key] = value; }, t: function(key, params) { var value = key; if (typeof this.data[key] !== 'undefined') { value = this.data[key]; } value = (value && value.indexOf("translation missing:") < 0) ? value : key; if (params) { value = value.replace(/\{\{\s?(\w+)\s?\}\}/g, function(match, variable) { return (typeof params[variable] != 'undefined') ? params[variable] : match; }); } return value; }, p: function(key_singular, key_plural, count, params) { if (count == 1) { return this.t(key_singular, params); } else { return this.t(key_plural, params); } } }; sswApp.themeNames = {"122207731846":"ShowTime","122288144518":"Symmetry","124528853126":"Symmetry"} ; sswApp.integrationWidgets = {"review":{"selector":"#ssw-widget-recommends-html","snippet":"socialshopwave-widget-recommends","page":"product","multiple":0},"wishlistIcon":{"selector":".ssw-faveiticon","snippet":"ssw-widget-faveicon","page":"all","multiple":1},"reviewAvgListing":{"selector":".ssw-widget-avg-rate-listing","snippet":"ssw-widget-avg-rate-listing","page":"all","multiple":1},"wishlistFaveButton":{"selector":"#widget-fave-html","snippet":"socialshopwave-widget-fave","page":"product","multiple":0},"reviewAvgProfile":{"selector":"#ssw-avg-rate-profile-html","snippet":"ssw-widget-avg-rate-profile","page":"product","multiple":0}} ; sswApp.integrationVariants = {"reviewAvgProfile":[{"itemSelector":"","selector":"#shopify-section-product-template .product-template .product__content .product__content-header .product__title","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 5px; text-align: center;}"},{"itemSelector":"","selector":"#shopify-section-product-template .product_name","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 10px;}"},{"itemSelector":"","selector":".product-details .page-title","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 10px;}"},{"itemSelector":"","selector":".page-content--product .product-single__meta .product-single__title","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 10px;}"},{"itemSelector":"","selector":".product-single .product-single__title","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 5px;}"},{"itemSelector":"","selector":"#shopify-section-product-template .product-details-wrapper .product-details-product-title","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 5px;}"},{"itemSelector":"","selector":"#shopify-section-product .product__content #ProductHeading","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 1rem;}"},{"itemSelector":"","selector":"#shopify-section-product-template .product-single__meta .product-single__title","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 10px;}"},{"itemSelector":"","selector":"#shopify-section-product-template div[data-section-id=\"product-template\"] .grid__item h1","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 10px;}"},{"itemSelector":"","selector":"#shopify-section-product-template .Product__Info .ProductMeta .ProductMeta__Title","position":"afterend","customCSS":""},{"itemSelector":"","selector":"#shopify-section-product-template .single-product .product-title","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 10px;}"},{"itemSelector":"","selector":"#shopify-section-product-template .product-meta .product-meta__title","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 10px;}"},{"itemSelector":"","selector":"#shopify-section-product-template .product-single .product-single__classic-title .product-single__title-text","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-top: 20px;}"},{"itemSelector":"","selector":".product--section .product-details .product-title","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-top: 0.25rem;}"},{"itemSelector":"","selector":"#shopify-section-product .site-box-content .product-vendor","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 35px;}"},{"itemSelector":"","selector":"#shopify-section-product-template #product-content .section-title","position":"afterend","customCSS":""},{"itemSelector":"","selector":".template-product #shopify-section-product-template #ProductSection .grid-item h1[itemprop=\"name\"]","position":"afterend","customCSS":""},{"itemSelector":"","selector":".template-product #shopify-section-template--product #product-box .product-description-main-wrapper .product-description-header","position":"afterend","customCSS":"#ssw-avg-rate-profile-html {margin-bottom: 10px;}"},{"itemSelector":"","selector":".template-product .product-page--main-content .product-page--title-n-vendor .product-page--title","position":"afterend","customCSS":""}],"wishlistFaveButton":[{"itemSelector":"","selector":"#AddToCart-product-template","position":"afterend","customCSS":""},{"itemSelector":"","selector":".shopify-product-form .product-dynamic-checkout","position":"beforebegin","customCSS":""},{"itemSelector":"","selector":".product-section form.product-single__form .payment-buttons button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 35px;"},{"itemSelector":"","selector":"#PageContainer #shopify-section-product-template .product-single__meta form.product-single__form .payment-buttons button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 0px;"},{"itemSelector":"","selector":".product-details-wrapper form#AddToCartForm .paymentButtonsWrapper","position":"afterend","customCSS":"#widget-fave-html {margin-bottom: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 50%; max-width: 300px} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 0;} @media screen and (max-width: 480px) {.ssw-fave-btn.ssw-faveappbtn {width: 100%; max-width: 300px;}} @media screen and (min-width: 767px) {.ssw-fave-btn.ssw-faveappbtn {width: 100%; max-width: 300px;}} @media screen and (min-width: 1200px) {.ssw-fave-btn.ssw-faveappbtn {width: 50%;}}"},{"itemSelector":"","selector":"#add-to-cart-product form.shopify-product-form .cart-functions button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin: 26px 12px 0; width: 100%;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 0;}"},{"itemSelector":"","selector":"#shopify-section-product-template form.product-form button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 15px; margin-bottom: 15px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%;}"},{"itemSelector":"","selector":".product__form-container form.product-form button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 0;}"},{"itemSelector":"","selector":".product__content.product__content--template form.product-form button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%;}"},{"itemSelector":"","selector":".product-single form.product-form button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 15px;} .ssw-fave-btn.ssw-faveappbtn {width: 50%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 0;} @media screen and (max-width: 989px){ .ssw-fave-btn.ssw-faveappbtn { width: 100%;}}"},{"itemSelector":"","selector":"form.product-form button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-bottom: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%;} @media screen and (max-width: 768px){ .ssw-fave-btn.ssw-faveappbtn { width: 100%;}}"},{"itemSelector":"","selector":".product-form__item button.btn.product-form__cart-submit","position":"afterend","customCSS":"#widget-fave-html {margin-top: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%;}"},{"itemSelector":"","selector":"form.product_form button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%;}"},{"itemSelector":"","selector":"form.product-form--wide button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 50%;} #widget-fave-html .ssw-fave-btn-content {width: 100%;} @media screen and (max-width: 768px){ .ssw-fave-btn.ssw-faveappbtn { width: 100%;}}"},{"itemSelector":"","selector":"form.addToCartForm .payment-buttons button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%;} @media screen and (min-width: 769px){ #widget-fave-html {margin-top: 13px;}}"},{"itemSelector":"","selector":".product__details form.product__form--add-to-cart button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 2px;}"},{"itemSelector":"","selector":".Product__Info form.ProductForm button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 20px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 2px;}"},{"itemSelector":"","selector":".Product__Info form.ProductForm button.ProductForm__AddToCart","position":"afterend","customCSS":"#widget-fave-html {margin-top: 20px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 2px;}"},{"itemSelector":"","selector":".product-single .product-single__box form.product-single__form button.product-single__add-btn","position":"afterend","customCSS":"#widget-fave-html {margin-bottom: 12px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 0px;}"},{"itemSelector":"","selector":".product-main form button.product-form--atc-button","position":"afterend","customCSS":"#widget-fave-html {font-size: 1.1rem; margin-top: 12px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 3px;}"},{"itemSelector":"","selector":".box__product-content form.shopify-product-form .cart-functions","position":"beforeend","customCSS":"#widget-fave-html {font-size: 1.1rem; margin-top: 12px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 3px;}"},{"itemSelector":"","selector":"#product-content form.product_form .product-add","position":"afterend","customCSS":"#widget-fave-html {margin-bottom: 15px;} .ssw-fave-btn.ssw-faveappbtn {width: 280px;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 0;} @media screen and (max-width: 740px) {.ssw-fave-btn.ssw-faveappbtn {width: 100%;}}"},{"itemSelector":"","selector":"#product-box form#add-to-cart-form button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 0;}"},{"itemSelector":"","selector":".product-section form.product-single__form button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 0;}"},{"itemSelector":"","selector":".product-page--main-content form.shopify-product-form .add-to-cart button[name=\"add\"]","position":"afterend","customCSS":"#widget-fave-html {margin-top: 10px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 2px;}"},{"itemSelector":"","selector":".product-template form.shopify-product-form #CartButtons-product-template","position":"beforeend","customCSS":"#widget-fave-html {padding-left: 10px; margin-top: 2px; width: 50%;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 2px;} @media screen and (max-width: 600px) {#widget-fave-html {width: 100%;margin-top: 10px;}}"},{"itemSelector":"","selector":".product-block-list__item form.product-form .product-form__payment-container","position":"afterend","customCSS":"#widget-fave-html {margin-top: 18px; width: calc(50% - 9px);} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 2px;} @media screen and (max-width: 640px) {#widget-fave-html {width: 100%; margin-top: 16px;}}"},{"itemSelector":"","selector":"#shopify-section-page-product .product-form form.shopify-product-form .payment-buttons-container","position":"afterend","customCSS":"#widget-fave-html {margin-top: 12px; width: 100%;} .ssw-fave-btn.ssw-faveappbtn {max-width: 280px; width: 50%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 2px;} @media screen and (max-width: 640px) {#widget-fave-html {width: 100%; margin-top: 16px;}}"},{"itemSelector":"","selector":"#AddToCartForm--product-template .product-single__add-to-cart","position":"beforeend","customCSS":"#widget-fave-html {width: 49%; margin-top: -25px;} .ssw-fave-btn.ssw-faveappbtn {width: 100%;} #widget-fave-html .ssw-fave-btn-content {width: 100%; border-radius: 0px;} @media screen and (max-width: 1024px) {#widget-fave-html {width: calc(100% - 10px); margin-top: -24px;}}"}],"wishlistIcon":[{"itemSelector":"li.aikon-product","selector":"a.aikon-view-link","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":".product-recommendations .grid__item.grid-product","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":".carousel-container .slider-wrapper .product","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":".ws-card_image_container","position":"beforebegin","customCSS":""},{"itemSelector":"","selector":".spf-product-card__inner","position":"afterbegin","customCSS":".spf-product-card__inner .ssw-faveiticon { top: 5px; right: 5px; }"},{"itemSelector":"","selector":".product-grid-item","position":"beforebegin","customCSS":""},{"itemSelector":"","selector":".product.grid__item","position":"afterbegin","customCSS":""},{"itemSelector":".products \u003e .thumbnail","selector":"self","position":"afterbegin","customCSS":".products \u003e .thumbnail .ssw-faveiticon { top: 5px; right: 5px; }"},{"itemSelector":"","selector":".product-list-item","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":".grid-product__image-wrapper","position":"afterbegin","customCSS":".grid-product__image-wrapper .ssw-faveiticon { top: 5px; right: 5px; }"},{"itemSelector":"","selector":".grid-view-item","position":"afterbegin","customCSS":".wow .grid-view-item .ssw-faveiticon { top: 5px; right: 5px; }"},{"itemSelector":"","selector":".product-item__link-wrapper","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":".product-item__image-wrapper","position":"afterbegin","customCSS":".product-item__image-wrapper .ssw-faveiticon { top: 5px; right: 5px; }"},{"itemSelector":"","selector":".grid-link","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":".card__wrapper","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":".product-card","position":"afterbegin","customCSS":".product-card .ssw-faveiticon { top: 5px; right: 5px; }"},{"itemSelector":"","selector":".site-box-content \u003e .product-item","position":"afterbegin","customCSS":".site-box-content \u003e .product-item .ssw-faveiticon { z-index: 10; top: 5px; right: 5px; }"},{"itemSelector":"","selector":".ProductItem__Wrapper","position":"afterbegin","customCSS":".ProductItem__Wrapper .ssw-faveiticon { top: 5px; right: 10px; }"},{"itemSelector":"","selector":".product-block","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":".grid-product__content","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":".product_card","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":".product--root","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":".product \u003e .product-top","position":"afterbegin","customCSS":""},{"itemSelector":".productitem","selector":".productitem--image","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":".product-loop .ci","position":"afterbegin","customCSS":".product-loop .ci .ssw-faveiticon { top: 10px; left: 5px; }"},{"itemSelector":"","selector":".indiv-product","position":"afterbegin","customCSS":".indiv-product .ssw-faveiticon { top: 5px; right: 10px; }"},{"itemSelector":"","selector":".bc-sf-filter-product-item-inner","position":"afterbegin","customCSS":""},{"itemSelector":"","selector":"#snize-search-results-grid-mode .snize-product","position":"afterbegin","customCSS":"#snize-search-results-grid-mode .snize-product .ssw-faveiticon { top: 0; left: 0; }"}],"reviewAvgListing":[{"itemSelector":"ul.aikon-search-results-content li.aikon-product","selector":"span.aikon-overhidden span.aikon-title","position":"afterend","customCSS":""},{"itemSelector":".ws-box-wrapper .ws-card__header","selector":".ws-card__title","position":"afterend","customCSS":""},{"itemSelector":".products \u003e .thumbnail","selector":".products \u003e .thumbnail .info .title","position":"afterend","customCSS":""},{"itemSelector":".spf-product-card .spf-product-card__title","selector":"a","position":"afterend","customCSS":""},{"itemSelector":".grid-product__content .grid-product__link","selector":".grid-product__title","position":"afterend","customCSS":""},{"itemSelector":"","selector":".product-list-item .product-list-item-details .product-list-item-title","position":"afterend","customCSS":"@media all and (min-width: 1020px) { .ssw-widget-avg-rate-listing {position: relative !important; top: 17px !important; } } .ssw-widget-avg-rate-listing { margin-top: 5px !important; } .product-list-item-price { margin-top: 0px !important; }"},{"itemSelector":".grid__item .grid-link","selector":".grid-link__title","position":"afterend","customCSS":""},{"itemSelector":".grid__item.grid-product","selector":".grid-product__meta","position":"beforeend","customCSS":""},{"itemSelector":".grid__item .grid-view-item.product-card","selector":".grid-view-item__title.product-card__title","position":"afterend","customCSS":""},{"itemSelector":".grid__item .product-card","selector":".product-card__info .product-card__name","position":"afterend","customCSS":""},{"itemSelector":".product.grid__item","selector":".product__title.product__title--card","position":"beforeend","customCSS":""},{"itemSelector":".product-card.product-card--list","selector":".product-card__link .product-card__title-wrapper","position":"afterend","customCSS":".ssw-widget-avg-rate-listing.ssw-stars {margin-top: 10px;}"},{"itemSelector":".grid.grid__item .card__wrapper","selector":".card__info .card__name","position":"afterend","customCSS":".ssw-widget-avg-rate-listing.ssw-stars {margin-bottom: 5px;}"},{"itemSelector":".product-item__link-wrapper .product-item__link","selector":".product-item__meta .product-item__title","position":"afterend","customCSS":".ssw-widget-avg-rate-listing.ssw-stars.ssw-stars-large {margin: 0 15px;}"},{"itemSelector":".grid-item .product-grid-item","selector":".product-item--price","position":"beforebegin","customCSS":".ssw-widget-avg-rate-listing.ssw-stars.ssw-stars-large {margin-top: -10px;}"},{"itemSelector":".ProductItem .ProductItem__Wrapper","selector":".ProductItem__Info .ProductItem__Title","position":"afterend","customCSS":""},{"itemSelector":".product-block__link","selector":".product-block__title","position":"afterend","customCSS":""},{"itemSelector":".grid__item.grid-product","selector":".product-block__title","position":"afterend","customCSS":""},{"itemSelector":".product-item","selector":".product-item__info .product-item__title","position":"afterend","customCSS":".ssw-widget-avg-rate-listing.ssw-stars {margin-top: -10px;}"},{"itemSelector":".product .product-grid-item--center","selector":".product-title","position":"afterend","customCSS":""},{"itemSelector":"","selector":".grid-view-item--desc-wrapper .product-grid--title","position":"afterend","customCSS":".ssw-widget-avg-rate-listing.ssw-stars {margin-top: 5px;}"},{"itemSelector":"","selector":".product--root .product--details a:nth-child(1)","position":"afterend","customCSS":".ssw-widget-avg-rate-listing.ssw-stars.ssw-stars-large {margin-bottom: 6px;}"},{"itemSelector":".product \u003e .product-link","selector":".product__details .product__title","position":"afterend","customCSS":""},{"itemSelector":"","selector":".productitem .productitem--info .productitem--title","position":"afterend","customCSS":".ssw-widget-avg-rate-listing.ssw-stars.ssw-stars-large {margin-top: 5px;}"},{"itemSelector":"","selector":".product-details \u003e a","position":"afterend","customCSS":""},{"itemSelector":".indiv-product \u003e .hp-title","selector":"a \u003e .indiv-product-title-text","position":"afterend","customCSS":".ssw-widget-avg-rate-listing.ssw-stars {margin-top: 4px;}"},{"itemSelector":".site-box-content \u003e .product-item","selector":".caption div h3","position":"afterend","customCSS":".ssw-widget-avg-rate-listing.ssw-stars {position: relative;margin-top: 8px;opacity: 0;} .site-box-content \u003e .product-item:hover .caption div .ssw-widget-avg-rate-listing.ssw-stars {opacity: 1;} @media all and (max-width: 1024px) {.ssw-widget-avg-rate-listing.ssw-stars {opacity: 1;}}"},{"itemSelector":"#snize-search-results-grid-mode .snize-product","selector":".snize-item .snize-overhidden .snize-title","position":"afterend","customCSS":".snize-product .ssw-widget-avg-rate-listing {text-align: center; margin-bottom: 8px;}"}],"review":[{"itemSelector":"","selector":".section.product_section","position":"beforeend","customCSS":""},{"itemSelector":"","selector":".product-wrap","position":"afterend","customCSS":""},{"itemSelector":"","selector":"#shopify-section-product-testimonials","position":"beforeend","customCSS":""},{"itemSelector":"","selector":".product-single","position":"afterend","customCSS":"#ssw-widget-recommends-html { margin-top: 20px;}"},{"itemSelector":"","selector":".single-product .product-reviews","position":"beforeend","customCSS":""},{"itemSelector":"","selector":"#shopify-section-product","position":"beforeend","customCSS":"#ssw-simple-add-review-form input[type=\"submit\"] { height: auto; line-height: normal; vertical-align: middle; padding: 12px 20px;}#ssw-simple-add-review-form input[type=\"submit\"] + .ssw-or,#ssw-simple-add-review-form .ssw-or + .add_recommend { display: inline-block; vertical-align: middle;}.review-wrapp-btn .btn,.review-wrapp-btn .ssw-add-recommend a.btn:hover, .review-wrapp-btn .ssw-ask-question-link.btn.button { height: auto; line-height: normal; padding: 12px 20px;}"},{"itemSelector":"","selector":".product__content","position":"beforeend","customCSS":""},{"itemSelector":"","selector":"#shopify-section-product-template","position":"beforeend","customCSS":""},{"itemSelector":"","selector":"#shopify-section-static-product","position":"beforeend","customCSS":""},{"itemSelector":"","selector":"#shopify-section-template--product","position":"beforeend","customCSS":""}]} ; sswApp.integrationWidgetWrappers = {"pageWidth":"\u003cdiv class=\"page-width\"\u003e{{widgetHtml}}\u003c\/div\u003e","Container":"\u003cdiv class=\"Container\"\u003e{{widgetHtml}}\u003c\/div\u003e","container":"\u003cdiv class=\"container\"\u003e{{widgetHtml}}\u003c\/div\u003e","cardSection":"\u003cdiv class=\"container\"\u003e\u003cdiv class=\"card\"\u003e\u003cdiv class=\"card__section\"\u003e{{widgetHtml}}\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e","row":"\u003cdiv class=\"row\"\u003e{{widgetHtml}}\u003c\/div\u003e"} ; sswApp.integrationThemeWrappers = {"Express":{"socialshopwave-widget-recommends":"pageWidth"},"Prestige":{"socialshopwave-widget-recommends":"Container"},"Impulse":{"socialshopwave-widget-recommends":"pageWidth"},"Warehouse":{"socialshopwave-widget-recommends":"cardSection"},"Streamline":{"socialshopwave-widget-recommends":"pageWidth"},"Motion":{"socialshopwave-widget-recommends":"pageWidth"},"Blockshop":{"socialshopwave-widget-recommends":"row"},"Venue":{"socialshopwave-widget-recommends":"container"},"Icon":{"socialshopwave-widget-recommends":"row"}} ; sswApp.integrationDynamicSelectors = ["#gf-products",".snize-search-results-content","#CollectionAjaxResult","#bc-sf-filter-products","#shopify-section-collection-template .collection__dynamic-part",".boost-pfs-filter-products",".evm-recommended-products",".evm-also-bought",".evm-related-product",".recently-viewed",".evm-featured-collections-product",".evm-new-arrivals-product",".evm-most-popular-products",".aikon-search-results-main-content"] ; sswApp.metafield_settings = {"discount_sign_up_enabled":null,"discount_login":null,"discount_login_title":null,"discount_login_description":null,"discount_sign_up":null,"discount_sign_up_title":null,"discount_sign_up_description":null,"social_button_view":"icon_and_text","discount_login_enabled":null,"autoshow_login":null,"autoshow_login_delay":null,"facebook_login":1,"twitter_login":0,"gplus_login":1,"yahoo_login":0,"tumblr_login":0,"instagram_login":null,"amazon_login":1,"line_login":0,"auto_integrate_login":null,"reviews_widget_enabled":"","reviews_tab_position":"left","reviews_widget_show":1,"product_review_only_for_buyer":0,"admin_repeat_review":0,"community_toolbar":1,"community_logo_type":"text","community_logo_text":null,"community_logo_url":"","community_mobile":0,"our_facebook_app":1,"login_facebook_app_id":null,"our_gplus_app":1,"login_gplus_client_id":null,"wishlist_toolbar":0,"wishlist_tab_visibility":"always","wishlist_tab_position":"right","wishlist_users_only":0,"show_save_modal":0,"wishlist_on_product":1,"wishlist_on_header":1,"auto_integration_enabled":0,"fave_with_variant":1,"fave_multiple_variant":0,"cart_count_id":"#cart-count","cart_total_id":"#cart-total","go_to_cart":0,"shop_amount":null,"points_name":null,"reward_setting_points_name":"points","accept_marketing_show_modal":1,"force_accepts_marketing":0,"add_our_form_tag":0,"our_form_tag":"gw_form","reward_allow_multiple_selection_for_buyproductx":0,"reward_tab_position":"right","reward_tab_desktop_enable":1,"reward_tab_mobile_enable":1,"wishlist_tab_mobile_enable":0,"reviews_tab_mobile_enable":1,"wishlist_copy_share_link_enabled":1,"wishlist_share_fb":1,"wishlist_share_tw":1,"wishlist_share_whatsapp":1,"wishlist_share_email":1,"wishlist_share_pinterest":1,"wishlist_share_enabled":1}; var sswPublishedLocales = {}; sswPublishedLocales["en"] = { endonym_name: "English", iso_code: "en", name: "English", root_url: "/", primary: true }; // export global variables window.sswRun = sswRun; window.sswApp = sswApp; window.sswPublishedLocales = sswPublishedLocales || {}; window.sswLangs = sswLangs; window.HE_DOMAIN = HE_DOMAIN; window.GW_IS_DEV = GW_IS_DEV; window.currency_format = "${{amount}}"; window.shop_name = "Shout! Factory"; window.colorSettings = ""; window.sswProxyUrl = "\/apps\/ssw"; window.gwAccountsEnabled = true; window.gwInstalled = true; // manifest window.GW_ASSETS_BASE_URL = window.GW_IS_DEV ? HE_DOMAIN + '/public/assets/build/' : "https://static.socialshopwave.com/ssw-assets/"; window.GW_ASSETS_MANIFEST = {}; window.GW_ASSETS_MANIFEST = {"core.critical.css":"core-215011c021.critical.css","core.critical.js":"core-f5f802cc45.critical.js","core.library.js":"core-5c341c2cda.library.js","core.product_link.js":"core-aeeb35ced3.product_link.js","instagram.gallery.css":"instagram-057c4f1aac.gallery.css","instagram.gallery.js":"instagram-37c2d44b40.gallery.js","instagram.modal.css":"instagram-dec1f97a32.modal.css","instagram.modal.js":"instagram-7369da2f60.modal.js","instagram.slider.lib.js":"instagram-fe41e4851e.slider.lib.js","lib.datepicker.css":"lib-6fc1108037.datepicker.css","lib.datepicker.js":"lib-56db51be14.datepicker.js","lib.dropdown.css":"lib-52591346ba.dropdown.css","lib.dropdown.js":"lib-21b24ea07f.dropdown.js","lib.gw-carousel.js":"lib-49f5703144.gw-carousel.js","lib.gw-masonry.js":"lib-7c65c2a648.gw-masonry.js","lib.modal.css":"lib-f911819b22.modal.css","lib.modal.js":"lib-4c93475b66.modal.js","lib.photoswipe.js":"lib-b331600be8.photoswipe.js","lib.popover.js":"lib-359930e71e.popover.js","lib.validate.js":"lib-f1f2d8d157.validate.js","login.critical.css":"login-f71507df27.critical.css","login.critical.js":"login-2a74fe2f7e.critical.js","login.main.css":"login-f1dffdce92.main.css","login.main.js":"login-28c132fba1.main.js","question.critical.js":"question-0a84f225ae.critical.js","question.main.css":"question-6f971ec8e7.main.css","review.critical.css":"review-5f10acf3ec.critical.css","review.critical.js":"review-d41d8cd98f.critical.js","review.main.css":"review-a6cc845f19.main.css","review.main.js":"review-34e8eb69eb.main.js","review.popup.critical.js":"review-7a0bfaf83a.popup.critical.js","review.popup.main.js":"review-106ca1ba68.popup.main.js","review.widget.critical.js":"review-0ea4137309.widget.critical.js","review.widget.main.js":"review-125616d87d.widget.main.js","reward.critical.js":"reward-97f69aeee8.critical.js","reward.main.css":"reward-fa028be264.main.css","reward.main.js":"reward-65ed5db088.main.js","reward.notification.css":"reward-ee53c45bad.notification.css","reward.notification.js":"reward-1c9bee6efd.notification.js","reward.tab.caption.css":"reward-04ff42d153.tab.caption.css","ssw-fontello.woff":"ssw-fontello-b60fd7c8c9.woff","wishlist.common.js":"wishlist-65feccfc83.common.js","wishlist.critical.css":"wishlist-17c222696e.critical.css","wishlist.critical.js":"wishlist-1a38522c06.critical.js","wishlist.main.css":"wishlist-7c041f0cd1.main.css","wishlist.main.js":"wishlist-f09603d0b3.main.js"} ; })(); (function () { var loadScriptsCalled = false; var loadDelay = typeof sswLoadScriptsDelay !== 'undefined' ? sswLoadScriptsDelay : 2000; const LOAD_SCRIPTS_EVENTS = ["scroll", "mousemove", "touchstart", "load"]; function loadScript(url) { if (window.GW_IS_DEV) { url += '?shop=https://shoutfactory.com&t=' + new Date().getTime(); if (localStorage.getItem('ssw_custom_project')) { url += '&ssw_custom_project=' + localStorage.getItem('ssw_custom_project'); } } var script = document.createElement('script'); script.src = url; script.defer = true; document.body.appendChild(script); } function loadScripts() { if (!loadScriptsCalled) { loadScriptsCalled = true; var isBot = /bot|googlebot|Mediapartners-Google|crawler|spider|robot|crawling|PhantomJS/i.test(navigator.userAgent); if (!isBot) { // Load critical js var criticalJsName = window.GW_IS_DEV ? 'core.critical.js' : window.GW_ASSETS_MANIFEST['core.critical.js']; var criticalJsUrl = window.GW_ASSETS_BASE_URL + criticalJsName; loadScript(criticalJsUrl); // Load auto integration script } } } function onUserInteractive(event) { var timeout = event.type == "load" ? loadDelay : 0; setTimeout(function () { loadScripts(); unbindWindowEvents(); }, timeout); } function bindWindowEvents() { LOAD_SCRIPTS_EVENTS.forEach((eventName) => { window.addEventListener(eventName, onUserInteractive, false); }); } function unbindWindowEvents() { LOAD_SCRIPTS_EVENTS.forEach((eventName) => { window.removeEventListener(eventName, onUserInteractive, false); }); } bindWindowEvents(); })(); window.isGwHelperLoaded = true; } sswLangs.data = {"email_notifications":"Email Notifications","save_changes":"Save Changes","any_price":"Any Price","no_results_were_found":"No results were found","sign_up":"Sign up","email_address":"Email address","password":"Password","forgot_password":"Forgot password?","no_account":"No account?","your_email":"Your email","your_name":"Type your name","please_type_name":"Please type your name.","log_in_to_account":"Log in to your account","create_your_account":"Create your account","create_account":"Create Account","enter_your_email":"Enter your email","enter_your_password":"Enter your password","enter_your_first_name":"Enter your first name","enter_your_last_name":"Enter your last name","accept_terms_and_conditions":"Accept Terms and Conditions","accept_terms_html":"I read and agree with <span class=\"terms-span\">Terms of Service</span> <a href=\"javascript: void(0)\" class=\"terms-link ssw-hide\" target=\"_blank\">Terms of Service</a>","accept_marketing":"Subscribe for Newsletter","accept_marketing_by_email":"Subscribe to receive marketing materials via Email","accept_marketing_by_sms":"Subscribe to receive marketing materials via SMS","already_have_an_account":"Already have an account?","already_registered_to_social_service":"You already have an account registered to \"{{ email }}\". This is the first time you're logging in via {{ service_name }}. Please type your password below:","already_registered_to_social_service2":"You already have an account registered to \"{{ email }}\". This is the first time you're logging in using your social account. Please type your password.","already_registered_and_sent_invite_message":"Please check your e-mail, account activation message has already been sent here - `{{ email }}`","this_email_is_already_used":"Already have an account? Please login to bind your account to your customer account.","incorrect_data":"Incorrect data","tumblr_user_not_found":"Tumblr user not found","not_created_customer_on_shopify":"Not created customer on Shopify","problem_on_create_user":"Problem on create user","not_able_to_log_in_you_socially":"Right now we're not able to log you in socially. Please type your email and password in the form below to log in.","invalid_login_credentials":"Invalid log in credentials.","email_is_already_associated":"This email address is already associated with an account. If this account is yours, you can reset your password.","tell_about_yourself":"Tell us about yourself.","edit_profile":"Edit Profile","only_confirmed_followers_have_access_to_profile":"Only confirmed followers have access to {{ user_name }} profile. Click the \"Follow\" button to send a follow request.","there_is_no_like_this_user":"The user was not found","personal_information":"Personal Information","social_accounts":"Social Accounts","notifications":"Notifications","edit_notifications":"Edit Notifications","your_changes_have_been_saved":"Your changes have been saved","error_when_trying_save_changes_please_try_again":"Error when trying save changes, please try again","first_name":"First Name","last_name":"Last Name","about_me":"About Me","set_name":"Set Social Name","picture":"Picture","select_image":"Select image","change":"Change","remove":"Remove","date_of_birth":"Date of Birth","gender":"Gender","male":"Male","female":"Female","unspecified":"Unspecified","profile_address":"Profile Address","privacy":"Privacy","privacy_desc":"Manage who can see your profile and activity","everyone":"Everyone","only_those_you_approve":"Only those you approve","valid_until_coupon":"Valid until {{ discount_date }}","drop_to_add":"Drop to add","checkout":"Checkout","unavailable":"Unavailable","you_are_connected_as":"You are connected as {{ first_name }} {{ last_name }}","let_us_know_what_you_think":"Let us know what you think","upload":"Upload","add_photos":"Add photos","uploading":"Uploading...","thank_for_the_photo":"Thank you for the photo!","hate_it":"Hate it","dislike_it":"Dislike it","neutral":"Neutral","like_it":"Like it","love_it":"Love it","share":"Share","share_button":"Post review","sharing":"Posting...","ask_your_friends":"Ask Advice","thanks_for_purchase_and_show_discount":"Thank you! Please use this coupon code in your next purchase","sold_out":"Sold Out","view_profile":"View Profile","profile_of_user":"Profile of {{ username }}","visit_shop":"Visit Shop","disconnect":"Disconnect","no_title":"No title","previous":"Previous","next":"Next","prev":"Prev","just_not_authorized":"You are not authorized. Please <a href=\"#\" class=\"customer_login_link\">Log in</a> to view this page.","to_continue":"to continue","sunday":"Sunday","monday":"Monday","tuesday":"Tuesday","wednesday":"Wednesday","thursday":"Thursday","friday":"Friday","saturday":"Saturday","sun":"Sun","mon":"Mon","tue":"Tue","wed":"Wed","thu":"Thu","fri":"Fri","sat":"Sat","su":"Su","mo":"Mo","tu":"Tu","we":"We","th":"Th","fr":"Fr","sa":"Sa","january":"January","february":"February","march":"March","april":"April","May":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December","jan":"Jan","feb":"Feb","mar":"Mar","apr":"Apr","may":"May","jun":"Jun","jul":"Jul","aug":"Aug","sep":"Sep","oct":"Oct","nov":"Nov","dec":"Dec","delete":"Delete","move":"Move","or":"or","on":"on","cancel":"cancel","sale":"Sale","see_more":"See more","also_viewed":"Who Viewed This Also Viewed","similar_products":"Similar Products","similar_products_widget":"You might be interested in these items","load_more":"Load more","loading":"Loading...","view_less":"view less","view_more":"view more","by":"by","close_window":"Please close this window if it does not close automatically","edit":"Edit","user_not_authenticated":"User is not authenticated","not_auth_for_operation":"You are not authorized for this operation","wrong_params_passed":"wrong params passed","unknown_error":"Unknown error. Try it later.","not_registered_in_shop":"You did not register in our shop. Please <a href=\"#\">Sign up</a>.","invalid_params_on_service":"Invalid params, this request required service","unable_to_upload_file":"Unable to upload the file","changes_saved":"Your changes have been saved!","score_required":"Please select a score.","required_field":"This field is required.","not_valid_email_address":"Please enter a valid email address.","message_or_upload_any_media_to_share":"Please type your message or upload any media to share","not_valid_url":"Not valid URL. Please check URL {{ url }}","my_orders":"My Orders","user_commented_product_html":"{{ user_link }} commented {{ product_link }}","close":"Close","edit_about_me":"Edit","in_quantity":"in {{ number }}","quantity_ago":"{{ number }} ago","a_few_seconds":"a few seconds","a_minute":"a minute","quantity_minutes":"{{ number }} minutes","an_hour":"an hour","quantity_hours":"{{ number }} hours","a_day":"a day","quantity_days":"{{ number }} days","a_month":"a month","quantity_months":"{{ number }} months","a_year":"a year","quantity_years":"{{ number }} years","reset_pass_request":"Reset your password","reset_pass_request_send_before_desc":"We will send you an email to reset your password.","user_not_found":"No user found with such email.","reset_pass_token_outdated":"Token outdated. Please enter your email.","say_something_about_this":"Say something about this...","share_this_with_your_friends":"Share this with your friends","type_your_message_here":"Type your message here (optional)","sharing_email":"Email","sharing_email_to":"To: ","sharing_email_placeholder_to":"To","sharing_email_from":"From: ","sharing_email_placeholder_from":"From","sharing_email_remember":" remember me","sharing_email_subject":"Subject: ","sharing_email_placeholder_subject":"Subject","sharing_email_body":"Body: ","sharing_email_placeholder_body":"Body","sharing_email_send_email":"Send Email","verified_buyer":"Verified Buyer","unsubscribe":"Unsubscribe","reset_pass_invalid_token":"Reset password token is incorrect. Please try again.","subscribe":"Subscribe","verification_message_sent":"Thank you! Please verify your email by clicking a link we've sent.","login":"login","verification_account":"Verify your account","text_share":"Share:","remove_from_list":"Remove from list","most_recent":"Most Recent","highest_rating":"Highest Rating","lowest_rating":"Lowest Rating","with_pictures":"With Photos","most_helpful":"Most Helpful","search":"Search","redeem":"Redeem","apply":"Apply","redeem_discount":"Redeem discount","earn_points_to":"Earn {{ points }} more {{ points_name }} to {{ message }}","earn_points_to_get_discount":"Earn {{ points }} more {{ points_name }} to get discount","earn_points_to_get_free_product":"Earn {{ points }} more {{ points_name }} to get free product","earn_points_to_get_gift_card":"Earn {{ points }} more {{ points_name }} to get gift card","redeem_for_points_to":"Redeem for {{ points }} {{ points_name }} to {{ message }}","redeem_flexible_for_points":"You choose the value","сhoose_the_value":" Choose the value","faq":"FAQ","to":"To","go_to":"Go to","email_example":"example@mail.com, user@example.com","subject":"Subject","body":"Body","send_email":"Send Email","c":"Copied","applied":"Applied","enter_coupon_in_cart_page":"Enter the coupon at the shopping cart page.","signup_subscribe_gdpr_text":"*By signing up you agree to receive emails from us. You can change your preferences any time.","place_order":"Place Order","punch_card":"Punch Card","instagram_follow":"Follow us on Instagram","complete":"Complete","completed":"Completed","visit":"Visit","go_to_products":"Go to products","create_store_account":"Create a store account","learn_more":"Learn more","already_subscribed":"You have already subscribed","admin_changed":"Admin","you_have_earned_discount_code":"You have earned discount code.","you_have_earned_gift_card":"You have earned gift card.","something_went_wrong":"Something went wrong! Please try again!","view_on_site":"View on site","post_reply":"Post reply","tier_purchases_made_orders":"{{ order }} Orders","follow_accept":"Accept","follow_decline":"Decline","select_one_option":"Please select one option!","select_at_least_one_option":"Please select at least one option!","please_enter_your_email":"Please enter your email","please_enter_your_name":"Please enter your name","sign_in_with_email":"Continue with email","confirmed_followers_access":"Only confirmed followers have access. Click the \"Follow\" button to send a follow request.","fake_name":"Fake name","discount_calculated_at_checkout":"Discount calculated at checkout","applies_to_items":"Applies to: {{ items }}","phone_has_already_been_taken":"This phone number has already been taken","phone":"Phone","phone_number_has_already_been_taken":"This number has already been taken. Please use another one.","free_product_confirm":"Get {{ rule_name }} for {{ amount }} {{ points_name }}","verify_email_sent":"Resend verification email","incorrect_credentials":"Incorrect email or password","select_variant":"Select variant","anonym":"Anonym","title_for_photos":"Photos:","max_file_size":"Max file size: {{ size }}","rate_your_previous_purchases":"Rate your previous purchases","please_choose_images":"Please choose images","update":"Update","order_with_name":"Order: {{ order_name }}","order_date":"Order date: {{ order_date }}","number_of_letters_exceed":"Number of letters have been exceeded ({{ maxlength }} allowed)","product_not_found":"Product not found","list_name_limit":"You have exceeded the character limit","description":"Description","buy":"Buy","adding_to_cart":"Adding...","add_to_cart":"Add To Cart","choose_option":"Choose {{ option }}","selected_product_variant_not_found":"Selected product variant not found, please change it","go_back":"Go back","share_with_facebook":"Share with facebook","share_with_twitter":"Share with twitter","share_with_pinterest":"Share with pinterest","share_with_whatsapp":"Share with whatsapp","share_with_messenger":"Share with messenger","unsubscribe_from_automated_emails":"Unsubscribe from automated emails","country_flag":"Country flag","ok":"ok","sent_on_behalf_of":"Sent on behalf of {{ shop_name }}","quantity":"Quantity","manage_subscription":"Manage subscription","log_in":"Log in","facebook":"Facebook","twitter":"Twitter","pinterest":"Pinterest","instagram":"Instagram","amazon":"Amazon","gplus":"Google","tumblr":"Tumblr","yahoo":"Yahoo","connect_facebook":"Connect Facebook","connect_twitter":"Connect Twitter","connect_gplus":"Google","connect_tumblr":"Connect Tumblr","connect_yahoo":"Connect Yahoo","connect_instagram":"Connect Instagram","connect_amazon":"Connect Amazon","sign_in_facebook":"Continue with Facebook","sign_in_twitter":"Continue with Twitter","sign_in_gplus":"Continue with Google","sign_in_yahoo":"Continue with Yahoo","sign_in_tumblr":"Continue with Tumblr","sign_in_instagram":"Continue with Instagram","sign_in_amazon":"Continue with Amazon","sign_in_line":"Continue with Line","sign_in":"Continue with Email","logout":"Logout","social_login_facebook":"Continue with Facebook","social_login_twitter":"Twitter","social_login_gplus":"Google","social_login_yahoo":"Yahoo","social_login_tumblr":"Tumblr","social_login_instagram":"Instagram","social_login_amazon":"Amazon","social_login_line":"Line","social_login_simple":"Email","email_automated_review_emails":"\"Review Your Recent Purchase\" request","reviewed":"reviewed","based_on_one_review":"based on <span id=\"rate_count\">{{ count }}</span> review","based_on_more_reviews":"based on <span id=\"rate_count\">{{ count }}</span> reviews","add_review":"Add a review","review_body":"Review body","review":"review","reviews_lower":"reviews","stars":"stars","star":"star","reviews":"Reviews","out_of_5":"out of 5","login_required_to_review":"Please log in to leave your review","already_reviewed":"You have already reviewed this product. If you would like to edit your existing review then please contact us directly.","leave_review_can_only_have_purchased":"Hmm... you don't seem to have purchased this product yet to be able to leave a review.","already_reviewed_our_site":"You have already reviewed our site. Thank you!","write_review":"Write a review","leave_review":"Post","earning_rule_leave_review":"Leave review","leaving_review":"Posting...","review_not_published_yet":"Thank you for posting a review! It will be published very soon.","not_auth_to_post_review":"You are not authenticated to post a review.","thanks_for_review":"Thank you so much for your review!","already_posted_review":"Unfortunately, You've already posted a review for this product.","review_test_mode":"This is test mode. Your review can't be posted!","user_reviewed_product_html":"{{ user_link }} reviewed {{ product_link }}","quantity_review":"{{ ssw_count_rate }} review","quantity_reviews":"{{ ssw_count_rate }} reviews","quantity_review2":"{{ ssw_count_rate }} Review","quantity_reviews2":"{{ ssw_count_rate }} Reviews","write_a_review":"Write a review","left_review":"{{ user_link }} left review","review_filter_no_results_were_found":"No matched reviews were found for this criteria. <button class=\"btn\">Reset</button>","all_reviews_by_this_users":"Reviews by this user","review_trouble_text":"Having trouble with this form? <a href=\"{{ submit_review_url }}\" style=\"text-decoration:none;color:{{ linkColor }}\">Submit your review online</a>","be_first_write":"Be the first to write a <a href=\"#\">review</a>","all_reviews":"All","customer_reviews":"Customer Reviews","product_reviews":"Product Reviews","site_reviews":"Site Reviews","give_a_title_for_review":"Give a title for review","leave_a_review":"Leave a review","review_sort":"Sort:","please_add_text_for_review":"Please add text for review","no_reviews":"There are no reviews yet","verified_reviews":"Verified reviews","title_login_post_review":"Please login to post review.","thank_you_for_reviewing":"Thank you for reviewing","max_limit_count_reviews_photos":"Only {{ max_limit }} photos allowed to upload","review_token_expired":"You're late. The link is expired!","review_only_site":"You can only leave the <a href='{{ link }}' class='gw-link'>site review</a>","share_review_go_home":"Read <a href='{{ reviews_link }}' class='gw-link'>other reviews</a> or <a href='{{ home_link }}' class='gw-link'>continue shopping</a>","why_recommend":"Why do you recommend...","why_do_you_recommend":"Why do you recommend...","recommendation_text_is_required":"Please type your feedback in the text area below.","rate_out_of_5_stars":"{{ rate }} out of 5 stars","rating":"Rating","your_review":"Your review","posted_review":"A review from user {{ user }} posted on {{ date }}","review_comment":"The review comment is {{ review_body }}","stars_counter":"Stars counter: {{ stars_counter }}","use_tab":"Use tab key to choose a review rating score. Press enter key to set it","review_listing":"Review listing, rating is: {{ ssw_avg_rate }}","review_widget":"Review widget","site_rating":"Average site rating is {{ reviews_avg }} with {{ total_items }} reviews total","review_about":"The review is about {{ product_name }}","press_enter":"Press enter key to open a review form","customer_review_list":"Here is a list of our customers' reviews","press_enter_to_like_comment":"Press enter key if you liked this comment","rr_excellent":"Excellent","rr_good":"Good","rr_not_bad":"Not Bad","rr_bad":"Bad","rr_poor":"Poor","label_of_review_title":"Title of Review","label_of_review_body":"How was your overall experience using the item?","reviews_your_title_placeholder":"What’s most important to know?","reviews_about_buy_title_placeholder":"How was your overall experience using the item?","question":"Question","question_body":"Question body","questions":"Questions","question_please_answer_question":"Please answer the question","ask_question":"Ask a question","your_question":"Your question...","question_post":"Submit question","question_posting":"Posting...","question_is_required":"Please write your question in the text area.","question_answer_posted":"Thank you for posting! Your answer will appear on the site once we've moderated it.","question_answer_email_success":"Thank you for posting! Your answer is published.","question_already_answered":"You've already answered to this question.","question_answer_body_placeholder":"Type your answer here","question_answer_body_empty":"Answer cannot be empty.","question_answer_post_error":"Oops, error! Your answer can not be saved right now.","question_token_expired":"You're late. The link is expired!","question_not_answered_yet":"Thank you for posting a question! Your question will appear on the site once we've answered it.","question_q":"Q:","question_a":"A:","no_question":"If you have any questions, please drop us a line with your question.","quantity_question":"{{ ssw_question_count }} answered question","quantity_questions":"{{ ssw_question_count }} answered questions","question_authorize_to_answer":"Please log in to continue.<br/>Note: Only customers who purchased this product can answer the question.","question_answer":"Answer","load_more_answers":"More answers","quantity_lower_question":"1 question","quantity_lower_questions":"{{ question_count }} questions","question_longer_chars":"Question cannot be longer than 2000 characters","invalid_question_content":"Invalid question content","question_recaptcha_is_required":"Please complete the reCaptcha to proceed","question_limit_per_product":"Question limit reached: Only 5 questions can be asked per product.","fave_choose_variant":"Choose options","fave_edit_variant":"Choose options","fave_options":"Options {{ option_title }}","successfully_shared_faves":"You have successfully shared your wishlist","faves":"wishlist","Faves":"Wishlist","fave":"Add to wishlist","faved":"in wishlist","Faved":"In wishlist","faved_icon":"In Wishlist","fave_icon":"Add to Wishlist","unfave":"Remove from Wishlist","add_to_faves":"Add to Wishlist","remove_from_faves":"Remove from Wishlist","save_fave_item":"to save your wishlist","my_faves":"My Wishlist","save_your_fave_items":"Your wishlist is empty. - <a href=\"/collections/all\">Browse items</a>","user_faves":"{{ user }}'s wishlist","share_your_faves_to_fb":"Share your wishlist on Facebook Timeline","user_faves_on_list":"Check out {{ user1 }}'s wishlist on {{ user2 }}","guest_faves_on_list":"Check out my wishlist on {{ shop }}","not_faved_yet":" has not added anything to wishlist yet","members_faved_it":"Members Saved This","user_not_faved_yet":"This user has not added anything to wishlist yet","log_in_to_fave":"Please <a class=\"ssw-faves-page-login-link\" href=\"/account/login\">log in</a> to save your wishlist.","sign_up_to_fave":"Please sign up to save your wishlist.","user_faved_product_html":"{{ user_link }} added {{ product_link }} to wishlist","fave_variant_added_to_cart":"Added","fave_variant_adding_to_cart":"Adding...","fave_view_product":"View Product","fave_variant_all_options_select_alert":"All options should be selected!","fave_save_title":"Hey! Save your amazing wish list","fave_save_description":"Enter your email address below and we will send the link to your wish list","fave_save_email":"Your email address","fave_save_btn":"Save","fave_save_btn_pending":"Saving...","fave_save_alert":"Thank you! Please check your email to find the link.","guest_share_faves":"Check out my lovely items","share_faves":"{{ user }} shared wishlist with you on {{ shop }}","save_my_faves":"Save my Wishlist","drop_create_favelist":"Drop to create a board","confirm_remove_favelist":"Delete this list?","fave_empty_board":"This list is empty","fave_empty_list":"Your wishlist is empty","favelist_title_placeholder":"List name","untitled_favelist":"Untitled List","favelist_default":"Favorites","add_new_favelist":"Add a new list","check_my_faves":"Check my faves","send_faves_to_email":"send it to email","save_your_wish_list":"To save your wish list","faves_sign_up":"sign up","favelist_edit_name":"Edit name","favelist_delete_this_list":"Delete","email_automated_wishlist_emails":"Favorite (wishlisted) product sales","added_to_wishlist":"added to Wishlist","share_wishlist_to_twitter":"Share to X","view_wishlist":"View wishlist","go_to_wishlist_page":"Go to wishlist page","view_cart":"View Cart","buy_it":"Buy It","your_email_addresses":"Type your friends email addresses separated by commas or one email per line","share_to_facebook":"Share to Facebook","share_to_email":"Share to email","share_to_pinterest":"Share to Pinterest","share_to_whatsapp":"Share to WhatsApp","share_purchases":"Share Purchases","wishlist_icon":"Fave icon","share_list":"Share your list using mail or a social media","add_new_list":"Press enter key to add a new list","list_collection":"Favourite lists collection block","edit_list_name":"Edit list name","delete_confirm":"Are you sure, that you want to delete this list ?","toggle_list":"Press enter key to toggle list","edit_list":"Use this menu to edit or delete current list","copy_share_link":"Copy share link","link_copied":"Link copied","get_rewards":"Get rewards","earn_rewards":"Earn {{ points_name }}","earn_popup":"Earn","balance":"Balance:","your_balance":"Your </br> Balance","you_have_points":"You have <span class=\"ssw-points-count\">{{ user_points }}</span> {{ points_name }}","redeem_points_for_checkout":"Redeem {{ points_name }} for reward on this order","count_points":"<span class=\"ssw-points-count\">{{ user_points }}</span> {{ points_name }}","count_points_clear":"<span class=\"ssw-points-count\">{{ user_points }}</span>","earn_points":"<span class=\"ssw-earn-points-count\">{{ points_count }}</span> {{ points_name }}","earn_gift_card":"{{ gift_card_value }} gift card","points_for_every":"<span class=\"ssw-earn-points-count\">{{ points_count }}</span> {{ points_name }} for every {{ shop_currency }}","copy":"Copy","redeem_for_points":"Redeem for {{ points }} {{ points_name }}","on_error_redeem":"Something went wrong! Please try again!","percentage_discount_is_here_for_you":"{{ discount_amount }}% OFF DISCOUNT IS HERE FOR YOU!","fixed_amount_discount_is_here_for_you":"{{ discount_amount }} OFF DISCOUNT IS HERE FOR YOU!","use_discount_for_free_shipping":"Use discount for free shipping!","gift_card_is_here_for_you":"{{ gift_card_amount }} GIFT CARD IS HERE FOR YOU!","earn_more":"Earn more","reward_email":"Email","reward_email_body":"Hi, I found nice store I think you'll love the items they sale. You can follow the link below to get discount for your first purchase! \r\n{{ referral_url }} \r\nJust enter this code on the Checkout page when you are making your next purchase!","rewards":"Rewards","activity":"Activity","refer_a_friend":"Refer a friend","you_have_earned":"You have earned","activity_earn_points":"+{{ points_count }} {{ points_name }}","activity_spend_points":"-{{ points_count }} {{ points_name }}","activity_refunded":"Refunded ({{ rule_name }})","activity_refund_points":"{{ points_count }} {{ points_name }}","reward_refer_a_friend_desc":"Get reward for every friend who will buy with your link","reward_redeem_confirmation_message":"Get {{ discount_amount }} off your next purchase for {{ points_price }} {{ points_name }}","reward_redeem_confirmation_message_free_shipping":"Get free shipping of your next purchase for {{ points_price }} {{ points_name }}","reward_redeem_confirmation_message_gift_card":"Get {{ discount_amount }} gift card for {{ points_price }} {{ points_name }}","reward_refer_friend_earn_desc":"- You will get {{ sender_discount_amount }} off\r\n- Your friend will get {{ receiver_discount_amount }} off discount","reward_refer_friend_earn_desc_points":"- You will get {{ sender_discount_amount }} {{ points_name }}\r\n- Your friend will get {{ receiver_discount_amount }} off discount","reward_refer_friend_earn_sender_free_desc":"- You will get free shipping discount\r\n- Your friend will get {{ receiver_discount_amount }} off discount","reward_refer_friend_earn_receiver_free_desc":"- You will get {{ sender_discount_amount }} off\r\n- Your friend will get free shipping discount","reward_refer_friend_earn_both_free_desc":"- You will get free shipping discount\r\n- Your friend will get free shipping discount","reward_social_share_message_text":"Check out this shop! {{ share_link }}","shared_the_link_privately":"You shared the link privately. Please share public again to get coupon code","send_this_link_to_your_friend":"Send this link to your friend","discount_you_will_love":"Discount you will love","discount_off":"-{{ discount_amount }} off","discount_amount_off_discount":"{{ discount_amount }} off discount","discount_amount_off_discount_pos":"{{ discount_amount }} off discount (offline purchase)","free_shipping":"Free shipping","free_shipping_discount":"Free shipping discount","my_rewards":"My rewards","your_coupon_code":"Your coupon code","unable_to_subscribe":"Unable to subscribe. Please try again!","subscription_not_completed":"You have successfully subscribed! Subscribe to both marketing to get reward","subscribed_and_earned_points":"You have successfully subscribed and earned {{ points_count }} {{ points_name }}","subscribed_and_earned_discount":"You have successfully subscribed and earned coupon code","discount_copied":"Discount has been copied to clipboard!","create_account_for_earn_rewards":"Join our community and start earning sweet discounts!","vip_tiers":"VIP tiers","vip_tiers_title":"Get more as you shop more","view_info":"View info","your_benefits":"Your benefits:","benefits_you_will_get":"Benefits you will get:","points_bonus":"{{ points_count }} {{ points_name }} bonus","bonus":"Bonus","points_bonus_popup":"{{ points_count }} {{ points_name }}","multiplier_points":"Multiplier {{ multiply_points }}x","current_tier_title":"Your rank: <span class=\"ssw-reward-tier-title\">{{ tier_title }}</span>","your_rank_upper":"YOUR RANK","activity_get_tier":"Get a tier ({{ tier_title }})","earn_tier_points":"Earn {{ points_count }} {{ points_name }}","spend_tier_amount":"Spend {{ amount }}","make_tier_purchases":"Make {{ purchase_count }} purchases","reward_available":"Available Reward","point_balance":"Point balance {{ points }}","share_referral_link_html":"Share a referral link:<p><a href=\"{{ link }}\">{{ link }}</a></p>","popup_title_faq":"Faq","popup_title_discount":"Refer a friend","popup_title_tiers":"Vip tiers","popup_title_history":"History","popup_item_tier_title":"<div class=\"ssw-reward-box-vip-tiers-status\">Your status</div><div class=\"ssw-reward-box-vip-tiers-status\">{{ tier_title }}</div>","reward_you_get_popup":"You get","reward_they_get_popup":"They get","reward_free_shipping_popup":"You get free shipping discount\r\n They get free shipping discount","reward_you_get_free_popup":"Free shipping","popup_item_tier_benefits_title":"Benefits","popup_item_tier_benefits_next_tier":"Next tier","popup_item_tier_benefits_list_of_tiers":"List of tiers","reward_tier_achieved_on":"Achieved on {{ month }} {{ day }}, {{ year }}","reward_tier_multiply":"Multiplier","reward_tier_multiply_points":"{{ multiply_points }}x","earn_tier_more_points":"Earned {{ more_points }}/{{ next_tier_points }} {{ points_name }}","reward_as_discount":"{{ amount }} discount","reward_as_points":"{{ amount }} {{ points_name }}","reward_as_gift_card":"{{ amount }} gift card","flexible_discount":"Discount","flexible_discount_price":"Discount price","available_discount_title":"You don't have any available rewards at the moment","reward_your_tier":"Your tier:","reward_next_tier":"Next tier:","reward_page_confirm":"Confirm exchanging","reward_redeem_cancel":"Cancel","reward_redeem_confirm":"Confirm","reward_page_earn_points":"Earn points","reward_not_enough_points":"Not enough points","select_rewards":"Select Reward","shop_now":"Shop now","reward_birthday":"Birthday","reward_enter_birthday":"Enter your birthday","reward_please_enter_birthday":"Please, enter your birthday","reward_enter_valid_birthday":"Enter valid birthday date","warning_title_for_reward":"Oops, it seems like the Loyalty & Rewards program is not available for this account.","warning_title_for_reward_requirelogin":"To participate in our Loyalty & Rewards program, you should verify your account first. Please {{ log_in_link }} to check your eligibility.","reward_notifications_earned_points":"You’ve earned {{ points_name }}!","reward_notifications_spend_your_points":"Spend your points! You have <b>{{ point_balance }}</b> {{ points_name }}","reward_activity_reset_points":"Reset points","reward_activity_reset_tiers":"Reset tiers","reward_activity_reset_tiers_description":"","reward_notifications_you_have":"You have <br> {{ points_name }}","reward_notifications_discount_check":"Use discount on the check out page","reward_notifications_add_discount_to_your_cart":"You have available discount. Add discount to your cart!","reward_discount_unavailable":"Discount unavailable","reward_program_emails":"Reward program emails","reward_title_earn_for_place_order":"Buy this item and earn <span class=\"ssw-earn-points-count\">{{ points_count }}</span> {{ points_name }}","reward_title_earn_for_place_order_on_cart_or_checkout":"You are earning <span class=\"ssw-earn-points-count\">{{points_count}}</span> {{points_name}} on this purchase","reward_save_btn":"Save","reward_delay_points_pending_status_rule":"Pending","referral_page_inviting_text":"By Inviting Your Friend","referral_page_your_benefit":"Your Benefit","referral_page_your_friends_benefit":"Your Friend's Benefit","referral_page_get":"Get","referral_page_no_reward_text":"praised by inviting your friends!","referral_link":"Referral link","copy_link":"Copy Link","referral_page_share_title":"Share on Social Media","referral_page_active_discounts":"Active discounts","claim_referral":"Claim","referral_notification_label":"Please enter your email to claim the gift","email_sent_successfully":"Your email has been sent successfully!","referral_page_share_link_not_log_in":"<a href=\"#\">Log in</a> to start sharing your link","reward_activities_order_refund":"Order refund","reward_activities_order_updated":"{{rule_title}} (Order updated)","activity_refund_earn_points":"-{{ points_count }} {{ points_name }}","activity_order_tier_lowered":"Tier lowered ({{ tier_title }})","order_refunded_activity_spend":"+{{ points_count }} {{ points_name }}","reward_activity_discount_refund":"Discount refund","reward_activity_gift_card_refund":"Gift card refund","refund_tier_activity_discount_refund":"Discount refund ({{ discount_code }})","referrer_guest_notify_message":"Sign up to get your discount","reward_sender_block_list_in_referral_program":"Sorry, this referral link is no longer active","referral_title_history":"History","referral_not_allowed_to_use_referral_program":"You are not allowed to use referral program","referral_no_activity":"No activity","referral_history_customer_name":"Name","referral_history_customer_email":"Email","referral_history_status":"Status","referral_history_date":"Date","order_redeem_discount_name":"Discount redeem on the order ({{ name_order }})","discount_expire_in_day":"Discount expires in {{ days_count }} day","discount_expire_in_days":"Discount expires in {{ days_count }} days","activity_discount_expired_code":"Discount expired {{ code }}","activity_discount_expired":"Discount expired","reward_expired":"Expired","current_balance":"Current balance","birthday_gift_multiply_message":"Points for every order placed on your Birthday will get multiplied by {{ multiply_points }}!","your_discount_code":"Your discount code:","verify_account_message":"To get reward for creating an account, please verify your email address.","verify_account_email_is_send_massage":"Verification email sent,<br> please check your inbox.","verify_account_button":"Verify account","spending_card":"Spending rule card","minimum_purchase":"Requires minimum purchase {{ discount_amount }}","tier_info":"Tier info","completed_rule":"Completed rule","earning_rule":"Earning rule","reward_popup":"Reward popup","birthday_field":"Birthday field","birthday_success":"Your information saved. You will receive your reward on your Birthday","points_expires_on_date":"Expires on {{ day }} {{ month }} {{ year }}","points_program_title":"Points program","points_program_description":"Join our Loyalty program and earn rewards for completing various actions on our store!","referral_program_title":"Referral Program","referral_program_description":"Invite your friends to our store and get rewarded for each referred friend.","referral_program_attencion":"You will receive a reward once your referral will make their first purchase with us.","referral_share_link_description":"Share your referral link with friends","vip_tiers_description":"Complete more actions to level up and get more exclusive benefits.","your_status":"Your status","next_status":"Next status","registration_description":"Join the Loyalty Program to enjoy exclusive rewards!","join_now":"Join now","have_account":"Already have an account?","reward_is_currently_unavailable":"This reward is currently unavailable, please contact site administrator. {{ reload_page_btn }}","reload_page_btn":"Reload the page","log_in_link":"log in","allcolibri_success_activation":"CONGRATS! YOU'VE JUST {{ campaignName }}","allcolibri_day_limit_request":"Activation limit is possible once a day","user_authentication_required":"User authentication required","allcolibri_is_disabled":"Allcolibri is disabled","allcolibri_post_request":"The request is expected to be sent type POST","not_enough_points_for_redeem":"Not enough points for redeem","reward_tab_title":"Rewards","points_name":"points","point_name":"point","reward_checkout_use":"Use","reward_checkout_select_discount":"Select discount","reward_checkout_discount_value":"Discount value","reward_for_past_action":"Reward for past action","referral_history_status_pending":"Pending","referral_history_status_approved":"Approved","referral_histrory_status_declined":"Declined","referral_welcome_title":"You are welcome to join our loyalty program!","referral_sign_up":"Sign up to receive your reward!","shop_it":"SHOP IT","back":"Back","click_for_sound_on":"Click for sound on","click_for_sound_off":"Click for sound off","view_on_instagram":"View on Instagram","view_on_tiktok":"View on Tiktok","instagram_gallery":"Instagram Gallery"} </script> <style> @font-face { font-family: "Ssw Fontello"; src: url("https://static.socialshopwave.com/ssw-assets/ssw-fontello-b60fd7c8c9.woff"); font-weight: 400; font-style: normal; font-display: fallback; } :root { --gw_main_color:#e31936; --gw_divider_color:#e2e2e2; --gw_modal_bg_color:#ffffff; --gw_modal_second_bg_color:#f8f8f8; --gw_dm_border_radius:0px; --gw_dm_bg_color:#ffffff; --gw_dm_item_color:#333333; --gw_dm_item_hover_color:#333333; --gw_dm_item_hover_bg_color:#eeeeee; --gw_ft_color:#333333; --gw_ft_bg_color:#eeeeee; --gw_ft_border_radius:18px; --gw_ft_hover_color:#ffffff; --gw_ft_hover_bg_color:#666666; --gw_cd_color:#333333; --gw_cd_border_radius:0px; --gw_cd_border_color:#d2d2d2; --gw_cd_focus_border_color:#d2d2d2; --gw_cd_font_size:14px; --gw_lb_position:40%; --gw_lb_color:#ffffff; --gw_lb_bg_color:#ffffff; --gw_lb_color_for_tab:#000000; --gw_lb_bg_color_fave:#ffffff; --gw_lb_bg_color_text_fave:#ffffff; --gw_lb_bg_color_text_fave_for_tab:#000000; --gw_cm_bg_color:#2ba6cb; --gw_cm_color:#ffffff; --gw_reward_tab_color:#ffffff; --gw_reward_tab_text_color:#444444; --gw_wishlist_button_height:2.5em; --gw_wishlist_button_width:100%; --gw_main_color_wishlist:#000000; --gw_review_widget_margin_top:0px; --gw_insta_title_padding_top:10px; --gw_insta_title_padding_bottom:15px; --gw_insta_title_size:18px; --gw_login_input_height:18px; --gw_share_icons_size:18px; --gw_wishlist_hide_counter:none; --gw_wishlist_hide_counter_colections:none; --gw_wishlist_effect:0,0,0,0; --gw_login_my_order:block; --gw_login_view_profile:block; --gw_show_rewards_tab_on_desktop:block; --gw_show_rewards_tab_on_mobile:block; --gw_show_wishlist_tab_on_mobile:none; --gw_show_reviews_tab_on_mobile:block; --gw_login_my_itches:block; --gw_login_edit_profile:block; --gw_wishlist_page_show_vendor:none; --gw_review_member_icon_color:; --gw_social_networks_icon_for_dropdown:flex; } </style> <style id="ssw-temp-styles"> #ssw-cart-modal, #ssw-suggest-login, .ssw-modal, .ssw-hide, .ssw-dropdown-menu, #ssw-topauth ul.ssw-dropdown-menu,.ssw-widget-login ul.ssw-dropdown-menu, .nav ul.menu .ssw-auth-dropdown ul.ssw-dropdown-menu,.ssw-auth-dropdown ul.ssw-dropdown-menu{display: none;} </style> <script defer type="text/javascript"> const assetThemeId = -1; window.GW_IS_INSTALLED_TO_THEME = !assetThemeId || Shopify.theme.id === assetThemeId; if (typeof isGwHelperLoaded === "undefined") { (function () { var loadScriptsCalled = false; var loadDelay = typeof sswLoadScriptsDelay !== 'undefined' ? sswLoadScriptsDelay : 2000; const LOAD_SCRIPTS_EVENTS = ["scroll", "mousemove", "touchstart", "load"]; function loadScript(url) { if (window.GW_IS_DEV) { url += '?shop=https://shoutfactory.com&t=' + new Date().getTime(); if (localStorage.getItem('ssw_custom_project')) { url += '&ssw_custom_project=' + localStorage.getItem('ssw_custom_project'); } } var script = document.createElement('script'); script.src = url; script.defer = true; document.body.appendChild(script); } function loadScripts() { if (!loadScriptsCalled) { loadScriptsCalled = true; var isBot = /bot|googlebot|Mediapartners-Google|crawler|spider|robot|crawling|PhantomJS/i.test(navigator.userAgent); if (!isBot) { // Load critical js var criticalJsName = window.GW_IS_DEV ? 'core.critical.js' : window.GW_ASSETS_MANIFEST['core.critical.js']; var criticalJsUrl = window.GW_ASSETS_BASE_URL + criticalJsName; loadScript(criticalJsUrl); // Load auto integration script } } } function onUserInteractive(event) { var timeout = event.type == "load" ? loadDelay : 0; setTimeout(function () { loadScripts(); unbindWindowEvents(); }, timeout); } function bindWindowEvents() { LOAD_SCRIPTS_EVENTS.forEach((eventName) => { window.addEventListener(eventName, onUserInteractive, false); }); } function unbindWindowEvents() { LOAD_SCRIPTS_EVENTS.forEach((eventName) => { window.removeEventListener(eventName, onUserInteractive, false); }); } bindWindowEvents(); })(); } </script> <style id="ssw-design-preview"></style> <input id="ssw_cid" type="hidden" value="0" /> <!-- until update --> <style> .product-info #widget-fave-html { display: none !important; } .product-info .quantity-submit-row #widget-fave-html, .productView-groupTop #widget-fave-html { display: inline-flex !important; } .productView-groupTop #widget-fave-html { height: 50px; } @media (max-width: 425px) { .productView-groupTop #widget-fave-html { height: unset; } } .ssw-cmar { color: #000; } #widget-fave-html .ssw-fave-btn-content { background: none !important; border: 0 !important; transition: none !important; outline: none !important; min-width: 54px; } #widget-fave-html .ssw-faveappbtn .ssw-fave-btn-content>i { font-size: 20px; margin-right: unset; border: 1px solid #b5a9a9; padding: 13.5px 10.8px 13.5px 10px; border-radius: 50%; } #widget-fave-html i:before { color: #202223 !important; } #ssw-widget-review-bar { display: none !important; } </style> <!-- END app snippet --> </div><div id="shopify-block-10641372206048101839" class="shopify-block shopify-app-block"> <script> window.rebuyAppEmbedEnabled = true; </script> </div><div id="shopify-block-5439026248262864547" class="shopify-block shopify-app-block"> <script type="text/javascript" hs-ignore> window.Globo = window.Globo || {}; const GloboOverride = JSON.parse(JSON.stringify(window.Globo)); Globo.moneyFormat = "${{amount}}"; Globo.shopOrigin = "shoutfactory.myshopify.com"; Globo.assetsUrl = 'https://cdn.shopify.com/extensions/8618fa0b-8871-4aeb-8fc9-bd11c6625481/preorder-globo-78/assets/"'; Globo.filesUrl = '//shoutfactory.com/cdn/shop/files/'; Globo.__webpack_public_path__ = "https://cdn.shopify.com/extensions/8618fa0b-8871-4aeb-8fc9-bd11c6625481/preorder-globo-78/assets/"; Object.assign(window.Globo,GloboOverride); window.GloboPreorderParams = window.GloboPreorderParams || {}; const GloboPreorderParamsOverride = JSON.parse(JSON.stringify(window.GloboPreorderParams)); window.GloboPreorderParams = {"apiUrl":"https://preorder.globo.io","shop":"shoutfactory.myshopify.com","domain":"shoutfactory.myshopify.com","theme":{"id":127026659462,"name":"Shout 2.0","created_at":"2024-08-12T04:56:36-07:00","updated_at":"2024-11-11T11:58:12-08:00","role":"main","theme_store_id":null,"previewable":true,"processing":false,"admin_graphql_api_id":"gid://shopify/Theme/127026659462","theme_name":"Ella","theme_version":"6.6.2"},"properties":{"preorder":"_is_preorder","discount":"_preorder_discount","partial_payment":"_preorder_partial_payment","locale":"_preorder_locale"},"selectors":{"productLinkSelectors":"a[href*=\"/products/\"], [data-preorder-id], [data-preorder-handle]","productSignalSelectors":"[data-product-handle], [data-product-id]","notProductSignalSelectors":"[data-section-id=\"product-recommendations\"], [data-section-type=\"product-recommendations\"], #product-area, #looxReviews, #collection-products","productImageSelectors":[".lazyautosizes",".productView-img-container img",".image-wrap .grid-product__image",".box-ratio > img",".image-cell img.card__image","img[src*=\"cdn.shopify.com\"][src*=\"/products/\"]","img[data-src*=\"cdn.shopify.com\"][data-src*=\"/products/\"]","img[data-srcset*=\"cdn.shopify.com\"][data-srcset*=\"/products/\"]","[data-bgset*=\"cdn.shopify.com\"][data-bgset*=\"/products/\"] > [data-bgset*=\"cdn.shopify.com\"][data-bgset*=\"/products/\"]","[data-bgset*=\"cdn.shopify.com\"][data-bgset*=\"/products/\"]","img[src*=\"cdn.shopify.com\"][src*=\"no\\-image\"]",".ga-product_image",".spf-product-card__image",".spf-product-card__image-wrapper img",".lazyautosizes",".productView-img-container img"],"productSoldOutBadge":".tag.tag--rectangle, .grid-product__tag--sold-out, .product-thumb-label-sold, .grid-product__tag--sold-out","paymentButton":".shopify-payment-button, .product-form--smart-payment-buttons, .lh-wrap-buynow, .wx-checkout-btn","productForm":[".form"],"productVariantActivator":".gPreorderVariantActivator, .product-form__chip-wrapper, .product__swatches [data-swatch-option], .swatch__container .swatch__option, .gf_swatches .gf_swatch, .product-form__controls-group-options select, ul.clickyboxes li, .pf-variant-select, ul.swatches-select li, .product-options__value, .form-check-swatch, button.btn.swatch select.product__variant, .pf-container a, button.variant.option, ul.js-product__variant--container li, .variant-input, .product-variant > ul > li ,.input--dropdown, .HorizontalList > li, .product-single__swatch__item, .globo-swatch-list ul.value > .select-option, .form-swatch-item, .selector-wrapper select, select.pf-input, ul.swatches-select > li.nt-swatch.swatch_pr_item, ul.gfqv-swatch-values > li, .lh-swatch-select, .swatch-image, .variant-image-swatch, #option-size, .selector-wrapper .replaced, .regular-select-content > .regular-select-item, .radios--input, ul.swatch-view > li > .swatch-selector ,.single-option-selector, .swatch-element input, [data-product-option], .single-option-selector__radio, [data-index^=\"option\"], .SizeSwatchList input, .swatch-panda input[type=radio], .swatch input, .swatch-element input[type=radio], select[id*=\"product-select-\"], select[id|=\"product-select-option\"], [id|=\"productSelect-product\"], [id|=\"ProductSelect-option\"],select[id|=\"product-variants-option\"],select[id|=\"sca-qv-product-selected-option\"],select[id*=\"product-variants-\"],select[id|=\"product-selectors-option\"],select[id|=\"variant-listbox-option\"],select[id|=\"id-option\"],select[id|=\"SingleOptionSelector\"], .variant-input-wrap input, [data-action=\"select-value\"], .product-swatch-list li, .product-form__input input, .product-form__input label, .dynamic-variant-button, .input__list input, .input__list label, .product-variant-id","productVariantSelector":".gPreorderVariantSelector, .product-form__variants, .ga-product_variant_select, select[name=\"id\"], input[name=\"id\"], .qview-variants > select, select[name=\"id[]\"], [name=\"gpoId\"], .gpoVariantSelector","productQuantitySelector":".gInputElement, .gPreorderQuantitySelector, [name=\"qty\"], [name=\"quantity\"]","productQuantityWrapperSelector":"#Quantity, input.quantity-selector.quantity-input, [data-quantity-input-wrapper], .product-form__quantity-selector, .product-form__item--quantity, .ProductForm__QuantitySelector, .quantity-product-template, .product-qty, .qty-selection, .product__quantity, .js-qty__num","productAddToCartSelector":".gPreorderAddToCartBtn, #AddToCart--product-template, .add-to-cart-btn, .product-form__cart-submit, #addToCart, [name=\"add\"], [type=\"submit\"], button.btn-addtocart, .product-submit, .product-form__add-button, [data-action=\"add-to-cart\"], .ProductForm__AddToCart","cartFormSelector":"form[action*=\"cart\"]","cartRowSelector":".gCartItem, .flexRow.noGutter, .cart__row, .line-item, .cart-item, .cart-row, .CartItem, .cart-line-item, .cart-table tbody tr, .container-indent table tbody tr, .cart__item","cartElementHandle":"[href*=\"/collections/all/products/\"][data-preorder-handle], [data-preorder-handle]","cartQuantitySelector":".cart__product-qty, .js-qty, .cart__quantity-selector, .cart__qty, .quantity-selector, .cart-item__qty, .QuantitySelector, .cart-quantity","cartInputQuantitySelector":".gInputElement, .velaQtyNum, .tt-input-counter input, .quantity-selector__value, .cart__product-qty, .js-qty__input, .cart-item__qty-input, .js--num, .js-qty__num, .cart__qty-input, .cart__quantity-selector, .QuantitySelector__CurrentQuantity, .cart-qty, .js-cartQty","cartPositionLimitMessage":".flexRow.cartGroup","cartProductTitleSelector":".gCartProductTitle, .cart-item__name, a[href*=\"/products/\"]:not(image), .cart__product-title, .line-item__title, .product-item-meta__title, .cart__item-name, .CartItem__Title","cartProductParentSelector":".gCartProductParent, .cart-item__details","addQuantitySelector":".velaQtyPlus, .plus-btn, .icon-plus, .js-qty__adjust--plus, .js--add, [data-action=\"increase-quantity\"], .QuantitySelector__Button:last-child, .btn-number[data-type=\"plus\"], .table-shopping-qty-plus","minusQuantitySelector":".velaQtyMinus, .minus-btn, .icon-minus, .js-qty__adjust--minus, .js--minus, [data-action=\"decrease-quantity\"], .QuantitySelector__Button:first-child, .btn-number[data-type=\"minus\"], .table-shopping-qty-minus","productAddToCartBtn":[".gPreorderAddToCartBtn",".product-form__cart-submit",".add-to-cart-btn",".product__add-to-cart-button","#AddToCart--product-template","#addToCart","#AddToCart-product-template","#AddToCart",".add_to_cart",".product-form--atc-button","#AddToCart-product",".AddtoCart","button.btn-addtocart",".product-submit","[name=\"add\"]","[type=\"submit\"]",".product-form__add-button",".product-form--add-to-cart",".btn--add-to-cart",".button-cart",".action-button > .add-to-cart","button.btn--tertiary.add-to-cart",".form-actions > button.button",".gf_add-to-cart",".zend_preorder_submit_btn",".gt_button",".wx-add-cart-btn",".previewer_add-to-cart_btn > button",".qview-btn-addtocart",".ProductForm__AddToCart",".button--addToCart","#AddToCartDesk","[data-pf-type=\"ProductATC\"]"],"productAddToCartTextElement":".gPreorderAddToCartText, [data-add-to-cart-text], [data-button-text], .cart-normal, #addToCartText-product-template, span:not(.icon), .txt_pre, .js, .button-text, .gt_button-content-text-main, span.btn.cart-normal","spinnerAtcElement":"[data-loader]","productPositionMessage":".productView-group","productPositionLimitMessage":".pvGroup-row","productPositionPaymentOption":".product__atc","productPositionBis":".product-form.content-divider, .product-section.padless-bottom.border-bottom, .payment-buttons","productDetailSelector":".gPreorderProductSelector, #shopify-section-product-template, section[type=\"product\"], section[data-section-type=\"product\"], [data-section-type=\"product-template\"]","productDetailImagesSelector":".gPreorderProductImageSelector, .product-gallery__carousel-wrapper","notDefineProductElements":".header, .tmenu_item","collectionProductForms":".gPreorderCollectionForm, .spf-product__form, form[action*=\"/cart/add\"]:not(#product-form-installment):not(.installment), .boost-pfs-addtocart-product-form, .gPreorderCollectionForm, .spf-product__form, .boost-pfs-addtocart-product-form","collectionVariantActivator":null,"collectionVariantSelector":"select[name=\"id\"], input[name=\"id\"], .spf-product__variants","collectionQuantitySelector":"[name=\"qty\"], [name=\"quantity\"]","collectionAddToCartBtn":".collectionPreorderAddToCartBtn, [type=\"submit\"], [name=\"add\"], .add-to-cart-btn, .pt-btn-addtocart, .js-add-to-cart, .tt-btn-addtocart, .spf-product__form-btn-addtocart, .ProductForm__AddToCart, button.gt_button.gt_product-button--add-to-cart, .button--addToCart, .spf-product__form-btn-addtocart","collectionAddToCartTextElement":"span:not(.icon-shopping_basket) > span:not(.icon), span:not(.icon)","collectionItemInfor":".product-item__info, .product-price-inventory","collectionItemInventory":".product-item__inventory.inventory.inventory--high","collectionPositionBadge":".gPreorderCollectionPositionBadge, .grid-view-item__image-wrapper, .ProductItem__ImageWrapper","collectionPositionItem":".gPreorderCollectionPositionItem, .ProductItem, .grid__item, .product-item, .card > .card__content .card__information,.collection-product-card,.sf__pcard,.product-item__content,.products .product-col,.pr_list_item,.pr_grid_item,.product-wrap,.tt-layout-product-item .tt-product,.products-grid .grid-item,.product-grid .indiv-product, .product-list [data-product-item],.product-list .product-block,.collection-products .collection-product,.collection__grid-loop .product-index,.product-thumbnail[data-product-thumbnail],.filters-results .product-list .card,.product-loop .product-index,#main-collection-product-grid .product-index,.collection-container .product,.featured-collection .product,.collection__grid-item,.collection-product,[data-product-grid-item],.product-grid-item.product-grid-item--featured,.collection__products .product-grid-item, .collection-alternating-product,.product-list-item, .collection-product-grid [class*=\"column\"],.collection-filters .product-grid-item, .featured-collection__content .featured-collection__item,.collection-grid .grid-item.grid-product,#CollectionProductGrid .collection-list li,.collection__products .product-item,.collection__products .product-item,#main-collection-product-grid .product-loop__item,.product-loop .product-loop__item, .products #ajaxSection c:not(.card-price),#main-collection-products .product,.grid.gap-theme > li,.mainCollectionProductGrid .grid .block-product,.collection-grid-main .items-start > .block, .s-collection__products .c-product-item,.products-grid .product,[data-section-type=\"collection\"] .group.block,.blocklayout .block.product,.sf__pcard,.product-grid .product-block,.product-list .product-block .product-block__inner, .collection.grid .product-item .product-item__wrapper,.collection--body--grid .product--root,.o-layout__item .product-card,.productgrid--items .productgrid--item .productitem,.box__collection,.collection-page__product,.collection-grid__row .product-block .product-block__inner,.ProductList .Grid__Cell ,.items .item .item__inner,.grid-flex .product-block,.product-loop .product,.collection__products .product-tile,.product-list .product-item, .product-grid .grid-item .grid-item__content,.collection .product-item, .collection__grid .product-card .product-card-info,.collection-list .block,.collection__products .product-item,.product--root[data-product-view=grid],.grid__wrapper .product-loop__item,.collection__list-item, #CollectionSection .grid-uniform .grid-item, #shopify-section-collection-template .product-item, .collections__products .featured-collections__item, .collection-grid-section:not(.shopify-section),.spf-product-card,.product-grid-item,.productitem, .type-product-grid-item, .product-details, .featured-product-content","collectionFilterSelector":".collection__filter-checkbox, .collection__filter-group input, .collection__active-filters label, .collection__active-filters button, .collection__toolbar-item .value-picker-button, .collection__toolbar-item .value-picker__choice-item, .boost-pfs-filter-option-item, .boost-pfs-filter-button, .boost-pfs-filter-top-sorting-select, .boost-pfs-filter-display-grid, .faceted-filter__checkbox, .filter-item, #product_grid_sort, .collection-filters__filter-range-input, .filter-icon--checkbox, .faceted-filter__label-text, .filter-icon--remove","quickViewActivator":"a.quickview-icon.quickview, .qv-icon, .previewer-button, .sca-qv-button, .product-item__action-button[data-action=\"open-modal\"], .boost-pfs-quickview-btn, .collection-product[data-action=\"show-product\"], button.product-item__quick-shop-button, .product-item__quick-shop-button-wrapper, .open-quick-view, .product-item__action-button[data-action=\"open-modal\"], .tt-btn-quickview, .product-item-quick-shop .available, .quickshop-trigger, .productitem--action-trigger:not(.productitem--action-atc), .quick-product__btn, .thumbnail, .quick_shop, a.sca-qv-button, .overlay, .quick-view, .open-quick-view, [data-product-card-link], a[rel=\"quick-view\"], a.quick-buy, div.quickview-button > a, .block-inner a.more-info, .quick-shop-modal-trigger, a.quick-view-btn, a.spo-quick-view, div.quickView-button, a.product__label--quick-shop, span.trigger-quick-view, a.act-quickview-button, a.product-modal, [data-quickshop-full], [data-quickshop-slim], [data-quickshop-trigger], .quick_view_btn, [id*=\"quick-add-template\"], .quick-add__submit","quickViewProductForm":".qv-form, .qview-form, .description-wrapper_content, .wx-product-wrapper, #sca-qv-add-item-form, .product-form, #boost-pfs-quickview-cart-form, .product.preview .shopify-product-form, .product-details__form, .gfqv-product-form, #ModalquickView form#modal_quick_view, .quick-shop-modal form[action*=\"/cart/add\"], #quick-shop-modal form[action*=\"/cart/add\"], .white-popup.quick-view form[action*=\"/cart/add\"], .quick-view form[action*=\"/cart/add\"], [id*=\"QuickShopModal-\"] form[action*=\"/cart/add\"], .quick-shop.active form[action*=\"/cart/add\"], .quick-view-panel form[action*=\"/cart/add\"], .content.product.preview form[action*=\"/cart/add\"], .quickView-wrap form[action*=\"/cart/add\"], .quick-modal form[action*=\"/cart/add\"], #colorbox form[action*=\"/cart/add\"], .product-quick-view form[action*=\"/cart/add\"], .quickform, .modal--quickshop-full, .modal--quickshop form[action*=\"/cart/add\"], .quick-shop-form, .fancybox-inner form[action*=\"/cart/add\"], #quick-view-modal form[action*=\"/cart/add\"], [data-product-modal] form[action*=\"/cart/add\"], .modal--quick-shop.modal--is-active form[action*=\"/cart/add\"], .quick_view_form","quickViewAppVariantActivator":".previewer_options","quickViewAppVariantSelector":".full_info, [data-behavior=\"previewer_link\"]","quickViewAppButtonClass":["sca-qv-cartbtn","qview-btn","btn--fill btn--regular"],"quickViewAppActivitor":".qimify-shopify-btn, .qview-button","frequentlyBoughtSelector":".cbb-frequently-bought-container","frequentlyBoughtItemSelector":"ul.cbb-frequently-bought-selector-list li","frequentlyBoughtVariantActivitor":"select.cbb-recommendations-variant-select","frequentlyBoughtVariantSelector":".cbb-frequently-bought-selector-input","frequentlyBoughtProductId":".cbb-frequently-bought-rating-box","frequentlyBoughtProductImage":".cbb-frequently-bought-product-image","priceSelectors":"[data-section-id=\"product-template\"] .product__price, ul[data-price], .price.price--large, dl[data-price], .product__content-header p.product__price, .product-single__prices, .product-single__meta .price-container, ul.product-single__meta-list.list--no-bullets.list--inline, form#AddToCartForm-product-template > p.product__price, .product-price > p.price.product-single__price.product-single__price-product-template, .info_content > p.product-single__price.product-single__price-nov-product-template, .product-form__info-item:nth-child(1) .product-form__info-content, p#product-price, .sh-price-wrapper, .prod-details-info-content h5.price, p.modal_price.product__price, .tt-product-single-info .tt-price, .product-info__price.js-price-wrapper, h3.product-single__price-text, .product-single__price-product-template, .modal_price .price__container, h2.h4-style.price-area, .product-details .product-pricing .product--price, span#productPrice-product-template, .product-single__meta .product-single__prices, .site-box-content span.price, .desc_blk .price, p.modal_price, .product-price.product-main-price, .ProductMeta__PriceList.Heading, .pricing.lht, div#price.detail-price, .h2.product-single__price span#productPrice, .product__price.h6, h2#ProductPrice, .product-submit span.product-price, .product-single__meta .product__price, .product-info__wrapper .product-price, .section.product_section p.modal_price, .product-price_wrapper .product-price, span#ProductPrice, div#product-price span#Main_price_data, ul.product-page--pricing, p#productPrice, div[data-price-wrapper], .product-details div#price, p.price--container, .product-details h2.offers, .price-container.text-money, .product-area__row.cc-animate-init .product-area__col.product-area__col--price, .product-form-block .product-price.product-price--large, .product__details .product__price, .ProductMeta__Price","pricePositionSelectors":".gPreorderPricePositionWrapper","weglotSelector":"li.wg-li a","weglotAttribute":".weglot-container .wgcurrent","theme_name":"Ella","theme_store_id":null,"productPositionCountdown":".productView-group"},"classes":{"profileId":"gPreorderId","productId":"gPreorderProductId","preorderBadge":"gPreorderBadge","comingSoonBadge":"gPreorderComingSoonBadge","propertyInput":"gPreorderProperty","preorderLocale":"gPreorderLocale","discount":"gPreorderDiscount","partialPayment":"gPreorderPartialPayment","topMessage":"gPreorderTopMessage","bottomMessage":"gPreorderBottomMessage","hidden":"gPreorderHidden","countdown":"gPreorderCountdown","preorderBtn":"gPreorderBtn","naMessage":"gPreorderNAMessage","comingSoonBtn":"gPreorderComingSoonBtn","quickviewPreOrderForm":"quickviewPreOrderForm","singleProductPreOrderForm":"singleProductPreOrderForm","gridProductPreOrderForm":"gridProductPreOrderForm","preorderLoadedForm":"preorderLoaded","hideBuyNowBtn":"hideBuyNowBtn","warning":"gPreorderWarning","loading":"gPLoading","imageWrapper":"gPreorderImageWrapper","backinstockBtn":"gBackInStockBtn","subscribeBtn":"gSubscribeBtn","lineItem":"gPreorderLineItem","preorderLabel":"gPreorderLabel","sellingPlan":"gPreorderSellingPlan","poweredBy":"gPreorderPoweredBy"},"advancedSettings":{"bisOnCollection":false,"productAvailable":true,"badgeOnProductPage":true,"isDuplicateBtn":true,"langNotSupport":["zh-TW","it","ja","vi","pt-BR","he-IL","el","pt-PT"],"bisImageHeaderCenter":"https://cdn.shopify.com/s/files/1/0286/0892/1660/products/globo-logo-center.png?v=1618467872","bisImageHeaderLeft":"https://cdn.shopify.com/s/files/1/0286/0892/1660/products/globo-logo-left.png?v=1618468454","bisImageHeaderRight":"https://cdn.shopify.com/s/files/1/0286/0892/1660/products/globo-logo-right.png?v=1618468450","searchProductByHandle":false,"showLog":false,"boughtTogether":true,"showAlertAtcError":false,"searchProductByJson":true},"datetimeFormats":{"en":"en-US","de":"de-DE","fr":"fr-FR","ja":"ja-JP","it":"it-IT","es":"es-ES","ko":"ko-KR","zh":"zh-CN"},"defaultSetting":{"messageAboveFontSize":"14","messageBellowFontSize":"14","checkedPreorderBadge":false,"preorderShape":"rectangle","badgeFontFamily":"Alata","badgeFontVariant":"regular","checked":false,"badgeFontSize":"14","badgePosition":"top-right","badgePositionX":"6","badgePositionY":"6","badgeWidth":"75","badgeHeight":"75","colorButton":{"preorderTextColor":"#FFFFFF","preorderHoverTextColor":"#FFFFFF","preorderBackgroundColor":"#F35046","preorderHoverBackgroundColor":"#D61F2C","preorderBorderColor":"#F35046","preorderHoverBorderColor":"#D61F2C"},"colorMessageAbove":{"messageAboveTextColor":"#EE4444","messageAboveBackgoundColor":null},"colorMessageBellow":{"messageBellowTextColor":"#555555","messageBellowBackgoundColor":"#F5F3F3"},"alignMessage":{"messageAbove":"left","messageBellow":"left","limitMessage":"left"},"fontsizeMessage":{"limitMessage":"14"},"colorNAMessage":{"naMessageTextColor":"#606060","naMessageBackgoundColor":"#FFFFFF","naMessageBorderColor":"#3A3A3A"},"colorComingSoonButton":{"comingSoonBtnTextColor":"#606060","comingSoonBtnBackgoundColor":"#FFFFFF","comingSoonBtnBorderColor":"#3A3A3A"},"colorLimitMessage":{"limitMessageTextColor":"#000","limitMessageBackgroundColor":"#fdf7e3","limitMessageBorderColor":"#eec200"},"colorBadge":{"badgeTextColor":"#FFFFFF","badgeBackgoundColor":"#F35046"},"cartWarning":{"enabled":false},"colorBisButton":{"bisTextColor":"#FFFFFF","bisHoverTextColor":"#FFFFFF","bisBackgroundColor":"#529dbd","bisHoverBackgroundColor":"#387e90","bisBorderColor":"#529dbd","bisHoverBorderColor":"#387e90"},"colorScButton":{"scTextColor":"#FFFFFF","scHoverTextColor":"#FFFFFF","scBackgroundColor":"#64c264","scHoverBackgroundColor":"#25a825","scBorderColor":"#64c264","scHoverBorderColor":"#25a825"},"customBisForm":{"display":"button","bisFontSize":"16","scFontSize":"16"},"bisDeliveryPolicy":{"autoSendCustomer":false,"notificationRate":"1","notificationOrder":"asc","deliveryInterval":"1","minimumQuantity":"1","hideProduct":{"tags":[],"collections":[]}},"bisActivityUpdates":{"autoSendAdmin":false,"quantityThreshold":"1"},"enableDeliveryPolicy":"auto","bisProductSelling":"stop","hiddenLogoBis":false,"hiddenHeaderBis":false,"hiddenHeaderDescriptionBis":false,"hiddenProductInfor":false,"hiddenProductImage":false,"hiddenProductPrice":false,"hiddenFooterBis":false,"shippingPartialPayment":{"defaultShippingFee":"default","titleShippingFee":"Pre-order Shipping","conditionShippingFee":[{"from":"0","to":"","fee":""}]},"contactUs":false,"activeContactUs":false,"order":{"tag":"pre-order"},"collection":{"showBadgeOnly":"firstPreorder","showPreorderBtn":true,"showMessages":false,"showPaymentOption":false},"timezone":"store","aliasFromEmail":"","aliasFormName":"","aliasReplyEmail":"","fieldsBisForm":[{"id":"selectVariant","title":"Select variant","label":"Select variant","placeholder":"","type":"selectVariant","icon":"CircleChevronDownMinor","requiredMessage":"Required","readOnly":true,"showLabel":false,"required":true,"showRequired":false},{"id":"email","title":"Email","label":"Email","placeholder":"Enter your email address","type":"email","icon":"EmailMajor","requiredMessage":"Required","invalidMessage":"Invalid email","readOnly":true,"showLabel":false,"required":true,"showRequired":false},{"id":"phone","title":"Phone","label":"Phone number","placeholder":"Phone number","icon":"PhoneMajor","type":"phone","showLabel":false,"readOnly":true,"requiredMessage":"Required","invalidMessage":"Phone invalid","required":true,"showRequired":false,"hidden":true,"validateIntlPhone":true}],"cart":{"showLineItem":false,"contactSubject":"Pre-order information","lineItemBackgroundColor":"#c7ebfe","lineItemBorderColor":"#0788ca","lineItemTextColor":"#2e2a39b3","lineItemIconColor":"#0788ca","lineItemFontSize":"14","lineItemFontWeight":"400"},"preorderLabel":{"enabled":false,"labelTextColor":"#fff","labelBackgroundColor":"#334fb4","labelBorderColor":"#334fb4","labelFontSize":"14","labelFontWeight":"400"},"colorAlertButton":{"alertTextColor":"#fff","alertBackgroundColor":"#64c264"},"alertButton":{"fontSize":"14","fontWeight":"400"},"comingSoonBtn":false,"showBisSms":true,"showBisEmail":true,"showBisSelectOption":false,"bisCustomerRegistered":{"enable":false,"sendTo":""},"autoSendEmail":true,"autoSendSms":true},"defaultTranslation":{"default":{"preorderText":"Pre Order","messageAboveText":"Don't miss out - Grab yours now before we sell out again!","messageBellowText":"We will fulfill the item as soon as it becomes available","naMessageText":"Not available for Pre order","comingSoonText":"Coming soon","comingSoonAddToCartText":"Coming soon","soldoutText":"Sold out","preorderLimitMessage":"Only :stock items left in stock","outOfStockMessage":"Inventory level is :stock.It is less than you are trying to purchase. Some of the items will be pre-ordered. Continue?","labelCountdownStart":"Coming soon","labelCountdownEnd":"Pre-Order ending in","labelCountdownDays":"Days","labelCountdownHours":"Hours","labelCountdownMinutes":"Minutes","labelCountdownSeconds":"Second","preorderBadge":"Pre Order","preorderLabel":"Pre-order","preorderedItemlabel":"Pre-order item","preorderContactLink":"Reach out for more information →","cartWarningTitle":"Warning: you have pre-order and in-stock in the same cart","cartWarningContent":"Shipment of your in-stock items may be delayed until your pre-order item is ready for shipping.","cartWarningCheckboxLabel":"Don't show this again","partialPaymentLabel":"Payment option","partialPaymentOptionFull":"Full Payment","partialPaymentOptionPart":"Partial Payment","preorderPrice":"PreOrder Price","partialPaymentTitle":"Prepaid amount for {{product.title}} ({{variant.title}})","cartWarningLimitMessage":"There are still :stock pre-order items that can be added to the cart","cartWarningEndLimitMessage":"The number of products that can be pre-ordered has reached the limit","cartWarningAlertMessage":"There are still :stock pre-order items that can be added to the cart. You can purchase up to :max products","bisTextButton":"Email me when available","bisTitleForm":"Email me when available","bisHeaderContent":"Register your email address below to receive an email as soon as this becomes available again","bisPlaceHolderEmail":"Enter your email","bisSubscribeTextButton":"SUBSCRIBE","bisFooterContent":"We will send you an email once the product becomes available. Your email address will not be shared with anyone else","bisSubscribeSuccess":"Your notification has been registered","bisSubscribeFail":"The email address you entered is invalid","bisSubscribeRegistered":"Your email address is registered on this product","bisSubscribeRequired":"The email address is required","bisPhoneRegistered":"Your phone is registered on this product","bisEmailAlertTitle":"Email","bisSmsAlertTitle":"SMS","partialPaymentSaveLavel":"Save"}},"settings":{"messageAboveFontSize":"14","messageBellowFontSize":"14","checkedPreorderBadge":false,"preorderShape":"rectangle","badgeFontFamily":"Roboto","badgeFontVariant":"regular","checked":true,"badgeFontSize":"14","badgePosition":"top-right","badgePositionX":"6","badgePositionY":"6","badgeWidth":"75","badgeHeight":"75","colorButton":{"preorderTextColor":"#FFFFFF","preorderHoverTextColor":"#FFFFFF","preorderBackgroundColor":"#e61837","preorderHoverBackgroundColor":"#e61837","preorderBorderColor":"#e61837","preorderHoverBorderColor":"#e61837"},"colorMessageAbove":{"messageAboveTextColor":"#EE4444","messageAboveBackgoundColor":null},"colorMessageBellow":{"messageBellowTextColor":"#555555","messageBellowBackgoundColor":"#F5F3F3"},"alignMessage":{"messageAbove":"left","messageBellow":"left","limitMessage":"left"},"fontsizeMessage":{"limitMessage":"14"},"colorNAMessage":{"naMessageTextColor":"#606060","naMessageBackgoundColor":"#FFFFFF","naMessageBorderColor":"#3A3A3A"},"colorComingSoonButton":{"comingSoonBtnTextColor":"#606060","comingSoonBtnBackgoundColor":"#FFFFFF","comingSoonBtnBorderColor":"#3A3A3A"},"colorLimitMessage":{"limitMessageTextColor":"#000","limitMessageBackgroundColor":"#fdf7e3","limitMessageBorderColor":"#eec200"},"colorBadge":{"badgeTextColor":"#FFFFFF","badgeBackgoundColor":"#008c9c"},"cartWarning":{"enabled":false},"colorBisButton":{"bisTextColor":"#FFFFFF","bisHoverTextColor":"#FFFFFF","bisBackgroundColor":"#000000","bisHoverBackgroundColor":"#3a3a3a","bisBorderColor":"#000000","bisHoverBorderColor":"#3a3a3a"},"colorScButton":{"scTextColor":"#FFFFFF","scHoverTextColor":"#FFFFFF","scBackgroundColor":"#64c264","scHoverBackgroundColor":"#25a825","scBorderColor":"#64c264","scHoverBorderColor":"#25a825"},"customBisForm":{"display":"button","bisFontSize":"16","scFontSize":"16"},"bisDeliveryPolicy":{"autoSendCustomer":false,"notificationRate":"1","notificationOrder":"asc","deliveryInterval":"1","minimumQuantity":"1","hideProduct":{"tags":[],"collections":[]}},"bisActivityUpdates":{"autoSendAdmin":false,"quantityThreshold":"1"},"enableDeliveryPolicy":"auto","bisProductSelling":"stop","hiddenLogoBis":true,"hiddenHeaderBis":false,"hiddenHeaderDescriptionBis":false,"hiddenProductInfor":false,"hiddenProductImage":false,"hiddenProductPrice":true,"hiddenFooterBis":true,"order":{"tag":"pre-order"},"collection":{"showBadgeOnly":"onlyPreorder","showPreorderBtn":true,"showMessages":true,"showPaymentOption":false},"timezone":"store","fieldsBisForm":[{"id":"selectVariant","title":"Select variant","label":"Select variant","placeholder":null,"type":"selectVariant","icon":"CircleChevronDownMinor","requiredMessage":"Required","readOnly":true,"showLabel":false,"required":true,"showRequired":false},{"id":"email","title":"Email","label":"Email","placeholder":"Enter your email address","type":"email","icon":"EmailMajor","requiredMessage":"Required","invalidMessage":"Invalid email","readOnly":true,"showLabel":false,"required":true,"showRequired":false},{"id":"phone","title":"Phone","label":"Phone number","placeholder":"Phone number","icon":"PhoneMajor","type":"phone","showLabel":false,"readOnly":true,"requiredMessage":"Required","invalidMessage":"Phone invalid","required":true,"showRequired":false,"hidden":true,"validateIntlPhone":true,"defaultCountry":"us"}],"cart":{"showLineItem":false,"contactSubject":"Pre-order information","lineItemBackgroundColor":"#c7ebfe","lineItemBorderColor":"#0788ca","lineItemTextColor":"#2e2a39b3","lineItemIconColor":"#0788ca","lineItemFontSize":"14","lineItemFontWeight":"400"},"preorderLabel":{"enabled":false,"labelTextColor":"#fff","labelBackgroundColor":"#334fb4","labelBorderColor":"#334fb4","labelFontSize":"14","labelFontWeight":"400"},"colorAlertButton":{"alertTextColor":"#fff","alertBackgroundColor":"#64c264"},"alertButton":{"fontSize":"14","fontWeight":"400"},"comingSoonBtn":false,"showBisSms":false,"showBisSelectOption":false,"showBisEmail":true,"templateNotification":"both","customCss":"","comingSoonBadge":{"enabled":false,"showBadgeOnly":"firstPreorder","color":"#FFFFFF","background":"#999999","shape":"circle","position":"top-right","fontSize":14,"fontFamily":"Alata","fontVariant":"regular"},"checkedBackInStock":true,"quickviewSupport":true,"partialPayment":true,"applyDiscount":true,"paymentDiscount":true,"removeBranding":true,"removePreorderBranding":true,"customTimezone":true,"datetimeFormat":false,"productListSupport":true,"proxyProducts":false},"translation":{"default":{"preorderText":"Pre-order","messageAboveText":null,"messageBellowText":null,"naMessageText":"Not available for Pre order","comingSoonText":"Coming soon","preorderLimitMessage":null,"outOfStockMessage":"Inventory level is =>stock.It is less than you are trying to purchase. Some of the items will be pre-ordered. Continue?","labelCountdownStart":"Coming soon","labelCountdownEnd":"Pre-Order ending in","labelCountdownDays":"Days","labelCountdownHours":"Hours","labelCountdownMinutes":"Minutes","labelCountdownSeconds":"Second","preorderBadge":"Pre Order","preorderLabel":"Pre-order","preorderedItemlabel":"Pre-orders will ship as they become available.","preorderContactLink":"Reach out for more information →","cartWarningTitle":"Warning | You have both pre-orders and in stock items in your cart","cartWarningContent":"If your order contains both in stock items and pre-orders, the in stock items will ship first, and the pre-orders will ship as they become available.","cartWarningCheckboxLabel":"Don't show this again","partialPaymentLabel":"Payment option","partialPaymentOptionFull":"Full Payment","partialPaymentOptionPart":"Partial Payment","preorderPrice":"PreOrder Price","partialPaymentTitle":"Prepaid amount for {{product.title}} ({{variant.title}})","cartWarningLimitMessage":"There are still :stock pre-order items that can be added to the cart","cartWarningEndLimitMessage":"The number of products that can be pre-ordered has reached the limit","cartWarningAlertMessage":"There are still :stock pre-order items that can be added to the cart. You can purchase up to =>max products","bisTextButton":"Email me when available","bisTitleForm":"Email me when available","bisHeaderContent":"Register your email address below to receive an email as soon as this becomes available again","bisPlaceHolderEmail":"Enter your email","bisSubscribeTextButton":"SUBSCRIBE","bisFooterContent":"We will send you an email once the product becomes available. Your email address will not be shared with anyone else","bisSubscribeSuccess":"Your notification has been registered","bisSubscribeFail":"The email address you entered is invalid","bisSubscribeRegistered":"Your email address is registered on this product","bisSubscribeRequired":"The email address is required","bisPhoneRegistered":"Your phone is registered on this product","bisEmailAlertTitle":"Email","bisSmsAlertTitle":"SMS","selectVariantLabelBisForm":"Select variant","selectVariantPlaceholderBisForm":null,"selectVariantRequiredBisForm":"Required","emailLabelBisForm":"Email","emailPlaceholderBisForm":"Enter your email","emailRequiredBisForm":"The email address is required","emailInvalidBisForm":"The email address you entered is invalid","phoneLabelBisForm":"Phone number","phonePlaceholderBisForm":"Phone number","phoneRequiredBisForm":"Required","phoneInvalidBisForm":"Phone invalid","soldoutText":"Sold out","partialPaymentSaveLavel":"Save","messageComingSoonBellowText":null}},"thirdPartyIntegration":{"eventGGAnalytics":{"preorder":{"enableFunction":true,"eventCategory":":product_type (Globo Pre-order)","eventAction":"Added pre-order product","eventLabel":"Add event pre-order"},"backinstock":{"enableFunction":true,"eventCategory":":product_type (Globo Pre-order)","eventAction":"Subscribed back in stock product","eventLabel":"Add event back in stock"}}},"useSellingPlan":0,"new_frontend":0,"shopEmail":"sales@shoutfactory.com"}; window.GloboPreorderParams.metafield = 'Shop metafield'; window.GloboPreorderParams.timezone_offset = '-08:00'; window.GloboPreorderParams.now = '2024-11-24T08:58:22.0000-08:00'; window.GloboPreorderParams.locale = "en"; window.GloboPreorderParams.rootUrl = ''; window.GloboPreorderParams.page = "page"; window.GloboPreorderParams.product = null; window.GloboPreorderParams.collectionId = null; window.GloboPreorderParams.products = []; window.GloboPreorderParams.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.GloboPreorderParams.customer = null; window.GloboPreorderParams.customerJson = {}; ; window.GloboPreorderParams.themeOs20 = true; window.GloboPreorderParams.proxyUrl = '/apps/preorder/'; window.GloboPreorderParams.apiUrl = window.GloboPreorderParams.apiUrl.replace('globosoftware.net', 'globo.io');window.GloboPreorderParams.products = window.GloboPreorderParams.products || []; window.GloboPreorderParams.products = window.GloboPreorderParams.products.concat([]); if(typeof GloboPreorderParamsOverride.selectors !== 'undefined'){ Object.assign(window.GloboPreorderParams.selectors,GloboPreorderParamsOverride.selectors); delete GloboPreorderParamsOverride.selectors; } if(typeof GloboPreorderParamsOverride.advancedSettings !== 'undefined'){ Object.assign(window.GloboPreorderParams.advancedSettings,GloboPreorderParamsOverride.advancedSettings); delete GloboPreorderParamsOverride.advancedSettings; } delete GloboPreorderParamsOverride.settings; delete GloboPreorderParamsOverride.thirdPartyIntegration; delete GloboPreorderParamsOverride.translation; if(Object.keys(GloboPreorderParamsOverride).length){ Object.assign(window.GloboPreorderParams,GloboPreorderParamsOverride); } delete window.GloboPreorderParams.preorderSettings; window.GloboPreorderParams.preorderSettings = {}; window.GloboPreorderParams.preorderSettings = {"products":{"6838331801734":{"id":488142,"is_profile":0,"name":"Dawn Of The Dead [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":6838331801734}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2023-01-18 14:10:15\",\"isNew\":true,\"coming_soon_condition\":\"2023-01-18 14:10:15\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":null,"countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\"}}","status":1,"coming_soon_status":0,"updated_at":"2023-01-18T22:11:35.000000Z","selling_plan_ids":[]},"6837490811014":{"id":488143,"is_profile":0,"name":"Elmo & Tango: Furry Friends Forever","products":"{\"type\":\"product\",\"condition\":6837490811014}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2023-01-18 14:11:53\",\"isNew\":true,\"coming_soon_condition\":\"2023-01-18 14:11:53\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":null,"countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\"}}","status":1,"coming_soon_status":0,"updated_at":"2023-01-18T22:12:06.000000Z","selling_plan_ids":[]},"6837490679942":{"id":488144,"is_profile":0,"name":"The Jackie Chan Collection Vol. 1 (1976 - 1982)","products":"{\"type\":\"product\",\"condition\":6837490679942}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2023-01-18 14:12:44\",\"isNew\":true,\"coming_soon_condition\":\"2023-01-18 14:12:44\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":null,"countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\"}}","status":1,"coming_soon_status":0,"updated_at":"2023-01-18T22:12:46.000000Z","selling_plan_ids":[]},"6837490548870":{"id":488145,"is_profile":0,"name":"Inu-Oh","products":"{\"type\":\"product\",\"condition\":6837490548870}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2023-01-18 14:12:58\",\"isNew\":true,\"coming_soon_condition\":\"2023-01-18 14:12:58\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":null,"countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\"}}","status":1,"coming_soon_status":0,"updated_at":"2023-01-18T22:13:00.000000Z","selling_plan_ids":[]},"6837490778246":{"id":488146,"is_profile":0,"name":"Freaky","products":"{\"type\":\"product\",\"condition\":6837490778246}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2023-01-18 14:13:08\",\"isNew\":true,\"coming_soon_condition\":\"2023-01-18 14:13:08\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":null,"countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\"}}","status":1,"coming_soon_status":0,"updated_at":"2023-01-18T22:13:10.000000Z","selling_plan_ids":[]},"7238187843718":{"id":834612,"is_profile":0,"name":"Pumpkinhead [Limited Edition Steelbook]","products":"{\"type\":\"product\",\"condition\":\"7238187843718\",\"product_name\":\"Pumpkinhead [Limited Edition Steelbook]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-07-25T15:48\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-07-25T15:48\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-07-26T22:11:36.000000Z","selling_plan_ids":[]},"7238018203782":{"id":835483,"is_profile":0,"name":"TONIKAWA: Over The Moon For You: Season One [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7238018203782\",\"product_name\":\"TONIKAWA: Over The Moon For You: Season One [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-07-26T15:12\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-07-26T15:12\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-16T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"timezone\":\"America\\/Los_Angeles\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-10-01T17:35:55.000000Z","selling_plan_ids":[]},"7251119898758":{"id":857120,"is_profile":0,"name":"A Sudden Case Of Christmas","products":"{\"type\":\"product\",\"condition\":\"7251119898758\",\"product_name\":\"A Sudden Case Of Christmas\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-20T17:58\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-20T17:58\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-18T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-21T00:59:07.000000Z","selling_plan_ids":[]},"7251119636614":{"id":857121,"is_profile":0,"name":"Frankie Freako","products":"{\"type\":\"product\",\"condition\":\"7251119636614\",\"product_name\":\"Frankie Freako\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-20T17:59\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-20T17:59\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-04T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-21T00:59:52.000000Z","selling_plan_ids":[]},"7251121504390":{"id":857237,"is_profile":0,"name":"Golden Harvest Vol. 1: Supernatural Shockers + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7251121504390\",\"product_name\":\"Golden Harvest Vol. 1: Supernatural Shockers + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-20T20:51\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-20T20:51\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-11T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-21T03:51:52.000000Z","selling_plan_ids":[]},"7251294945414":{"id":858153,"is_profile":0,"name":"The Dark Crystal [Limited Edition Collector's Set]","products":"{\"type\":\"product\",\"condition\":\"7251294945414\",\"product_name\":\"The Dark Crystal [Limited Edition Collector's Set]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-21T09:48\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-21T09:48\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-18T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-21T16:50:28.000000Z","selling_plan_ids":[]},"7251363889286":{"id":858241,"is_profile":0,"name":"Born On The Fourth Of July [Collector's Edition] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7251363889286\",\"product_name\":\"Born On The Fourth Of July [Collector's Edition] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-21T11:18\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-21T11:18\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-11T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-21T18:19:09.000000Z","selling_plan_ids":[]},"7251446628486":{"id":858646,"is_profile":0,"name":"Bones And All","products":"{\"type\":\"product\",\"condition\":\"7251446628486\",\"product_name\":\"Bones And All\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-21T17:02\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-21T17:02\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-04T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-22T00:02:25.000000Z","selling_plan_ids":[]},"7251439485062":{"id":858647,"is_profile":0,"name":"Escape From New York [Limited Edition Steelbook] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7251439485062\",\"product_name\":\"Escape From New York [Limited Edition Steelbook] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-21T17:02\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-21T17:02\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-04T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-22T00:02:47.000000Z","selling_plan_ids":[]},"7251453018246":{"id":858654,"is_profile":0,"name":"Rush","products":"{\"type\":\"product\",\"condition\":\"7251453018246\",\"product_name\":\"Rush\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-21T17:35\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-21T17:35\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-18T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-22T00:35:23.000000Z","selling_plan_ids":[]},"7251540639878":{"id":858883,"is_profile":0,"name":"Krampus: The Naughty Cut [Limited Edition Steelbook]","products":"{\"type\":\"product\",\"condition\":\"7251540639878\",\"product_name\":\"Krampus: The Naughty Cut [Limited Edition Steelbook]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-21T21:29\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-21T21:29\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-04T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-22T04:29:22.000000Z","selling_plan_ids":[]},"7251893190790":{"id":859914,"is_profile":0,"name":"Dragon: The Bruce Lee Story","products":"{\"type\":\"product\",\"condition\":\"7251893190790\",\"product_name\":\"Dragon: The Bruce Lee Story\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-22T11:02\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-22T11:02\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-25T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-22T18:02:31.000000Z","selling_plan_ids":[]},"7251963216006":{"id":860206,"is_profile":0,"name":"Labyrinth [Limited Edition Collector's Set]","products":"{\"type\":\"product\",\"condition\":\"7251963216006\",\"product_name\":\"Labyrinth [Limited Edition Collector's Set]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-22T13:28\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-22T13:28\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-18T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-22T20:28:37.000000Z","selling_plan_ids":[]},"7251972456582":{"id":860209,"is_profile":0,"name":"Krampus: The Naughty Cut (Limited Edition Steelbook) + Poster + Prism Sticker","products":"{\"type\":\"product\",\"condition\":\"7251972456582\",\"product_name\":\"Krampus: The Naughty Cut (Limited Edition Steelbook) + Poster + Prism Sticker\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-22T13:47\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-22T13:47\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-04T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-22T20:47:31.000000Z","selling_plan_ids":[]},"7251977863302":{"id":860220,"is_profile":0,"name":"Krampus: The Naughty Cut (Limited Edition Steelbook) + Poster + Prism Sticker + Snow Globe","products":"{\"type\":\"product\",\"condition\":\"7251977863302\",\"product_name\":\"Krampus: The Naughty Cut (Limited Edition Steelbook) + Poster + Prism Sticker + Snow Globe\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-22T14:10\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-22T14:10\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-04T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-22T21:11:13.000000Z","selling_plan_ids":[]},"7251979600006":{"id":860222,"is_profile":0,"name":"Krampus: The Naughty Cut (Deluxe Limited Edition Steelbook)","products":"{\"type\":\"product\",\"condition\":\"7251979600006\",\"product_name\":\"Krampus: The Naughty Cut (Deluxe Limited Edition Steelbook)\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-22T14:16\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-22T14:16\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-04T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-22T21:16:48.000000Z","selling_plan_ids":[]},"7252358627462":{"id":861403,"is_profile":0,"name":"The Dark Crystal (Limited Edition Collector's Set) + Poster + Hex Deck + Prism Sticker","products":"{\"type\":\"product\",\"condition\":\"7252358627462\",\"product_name\":\"The Dark Crystal (Limited Edition Collector's Set) + Poster + Hex Deck + Prism Sticker\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-23T15:19\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-23T15:19\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-18T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-23T22:19:50.000000Z","selling_plan_ids":[]},"7252358824070":{"id":861404,"is_profile":0,"name":"The Dark Crystal (Deluxe Limited Edition Collector's Set)","products":"{\"type\":\"product\",\"condition\":\"7252358824070\",\"product_name\":\"The Dark Crystal (Deluxe Limited Edition Collector's Set)\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-23T15:22\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-23T15:22\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-18T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-23T22:22:16.000000Z","selling_plan_ids":[]},"7252358922374":{"id":861405,"is_profile":0,"name":"Labyrinth [Limited Edition Collector's Set] + Poster + Hex Deck + Prism Sticker + Maze Game","products":"{\"type\":\"product\",\"condition\":\"7252358922374\",\"product_name\":\"Labyrinth [Limited Edition Collector's Set] + Poster + Hex Deck + Prism Sticker + Maze Game\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-23T15:34\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-23T15:34\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-18T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-23T22:35:04.000000Z","selling_plan_ids":[]},"7252362788998":{"id":861416,"is_profile":0,"name":"Labyrinth [Limited Edition Collector's Set] + Poster + Hex Deck + Prism Sticker + Maze Game + Snow Globe","products":"{\"type\":\"product\",\"condition\":\"7252362788998\",\"product_name\":\"Labyrinth [Limited Edition Collector's Set] + Poster + Hex Deck + Prism Sticker + Maze Game + Snow Globe\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-23T16:06\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-23T16:06\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-18T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-23T23:06:20.000000Z","selling_plan_ids":[]},"7252362887302":{"id":861417,"is_profile":0,"name":"Labyrinth [Deluxe Limited Edition Collector's Set]","products":"{\"type\":\"product\",\"condition\":\"7252362887302\",\"product_name\":\"Labyrinth [Deluxe Limited Edition Collector's Set]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-23T16:07\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-23T16:07\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-18T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-23T23:07:34.000000Z","selling_plan_ids":[]},"7252363640966":{"id":861420,"is_profile":0,"name":"Hush [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7252363640966\",\"product_name\":\"Hush [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-23T16:26\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-23T16:26\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-25T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-23T23:26:30.000000Z","selling_plan_ids":[]},"7252365836422":{"id":861438,"is_profile":0,"name":"The Stephen Chow Collection + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7252365836422\",\"product_name\":\"The Stephen Chow Collection + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-08-23T17:11\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-08-23T17:11\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-25T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-08-24T00:11:27.000000Z","selling_plan_ids":[]},"7252365574278":{"id":875141,"is_profile":0,"name":"Hush [Collector's Edition] + 2 Exclusive Posters (One Signed) + Exclusive Slipcover","products":"{\"type\":\"product\",\"condition\":7252365574278}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-04T14:57\",\"isNew\":true,\"coming_soon_condition\":\"2024-09-04T14:57\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-25T23:59\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-04T21:57:58.000000Z","selling_plan_ids":[]},"7252365443206":{"id":875142,"is_profile":0,"name":"Hush [Collector's Edition] + 2 Exclusive Posters + Exclusive Slipcover","products":"{\"type\":\"product\",\"condition\":7252365443206}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-04T14:57\",\"isNew\":true,\"coming_soon_condition\":\"2024-09-04T14:57\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-25T23:59\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-04T21:57:58.000000Z","selling_plan_ids":[]},"7271435272326":{"id":894932,"is_profile":0,"name":"Aguirre, The Wrath Of God [Collector's Edition] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7271435272326\",\"product_name\":\"Aguirre, The Wrath Of God [Collector's Edition] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-26T23:22\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-26T23:22\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-27T06:22:32.000000Z","selling_plan_ids":[]},"7271724679302":{"id":894933,"is_profile":0,"name":"Riddick [Collector's Edition] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7271724679302\",\"product_name\":\"Riddick [Collector's Edition] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-26T23:22\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-26T23:22\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-09T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-27T06:22:57.000000Z","selling_plan_ids":[]},"7271614480518":{"id":894934,"is_profile":0,"name":"Golden Harvest Vol. 2: Shining Stars + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7271614480518\",\"product_name\":\"Golden Harvest Vol. 2: Shining Stars + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-26T23:23\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-26T23:23\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-16T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-27T06:23:23.000000Z","selling_plan_ids":[]},"7270990676102":{"id":894935,"is_profile":0,"name":"Wallace & Gromit: The Complete Cracking Collection [4K UHD Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7270990676102\",\"product_name\":\"Wallace & Gromit: The Complete Cracking Collection [4K UHD Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-26T23:23\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-26T23:23\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-09T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-27T06:23:47.000000Z","selling_plan_ids":[]},"7271922434182":{"id":895801,"is_profile":0,"name":"The Faculty [Collector's Edition] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7271922434182\",\"product_name\":\"The Faculty [Collector's Edition] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-27T10:41\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-27T10:41\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-16T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-27T17:42:01.000000Z","selling_plan_ids":[]},"7271926530182":{"id":895815,"is_profile":0,"name":"Far And Away [Collector's Edition] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7271926530182\",\"product_name\":\"Far And Away [Collector's Edition] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-27T10:58\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-27T10:58\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-16T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-27T17:58:49.000000Z","selling_plan_ids":[]},"7271941308550":{"id":895837,"is_profile":0,"name":"Rock 'N' Roll High School [45th Anniversary Edition] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7271941308550\",\"product_name\":\"Rock 'N' Roll High School [45th Anniversary Edition] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-27T11:38\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-27T11:38\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-09T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-27T18:38:12.000000Z","selling_plan_ids":[]},"7271969947782":{"id":895868,"is_profile":0,"name":"Winnie The Pooh: Blood And Honey 2","products":"{\"type\":\"product\",\"condition\":\"7271969947782\",\"product_name\":\"Winnie The Pooh: Blood And Honey 2\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-27T12:01\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-27T12:01\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-09T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-27T19:01:46.000000Z","selling_plan_ids":[]},"7271973257350":{"id":895897,"is_profile":0,"name":"Silent Night, Deadly Night Paperback Novelization","products":"{\"type\":\"product\",\"condition\":\"7271973257350\",\"product_name\":\"Silent Night, Deadly Night Paperback Novelization\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-27T12:25\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-27T12:25\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-09T23:25\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-27T19:25:26.000000Z","selling_plan_ids":[]},"7271978893446":{"id":896023,"is_profile":0,"name":"The Dead Don't Hurt","products":"{\"type\":\"product\",\"condition\":\"7271978893446\",\"product_name\":\"The Dead Don't Hurt\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-27T13:19\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-27T13:19\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-27T20:19:22.000000Z","selling_plan_ids":[]},"7272004354182":{"id":896107,"is_profile":0,"name":"The Whitest Kids U' Know: The Complete Series","products":"{\"type\":\"product\",\"condition\":\"7272004354182\",\"product_name\":\"The Whitest Kids U' Know: The Complete Series\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-27T16:35\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-27T16:35\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-27T23:35:17.000000Z","selling_plan_ids":[]},"7272033222790":{"id":896136,"is_profile":0,"name":"The Holdovers [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7272033222790\",\"product_name\":\"The Holdovers [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-27T18:54\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-27T18:54\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-16T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-28T01:55:04.000000Z","selling_plan_ids":[]},"7272036073606":{"id":896137,"is_profile":0,"name":"Ted [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7272036073606\",\"product_name\":\"Ted [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-27T19:04\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-27T19:04\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-09T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-28T02:04:34.000000Z","selling_plan_ids":[]},"7272043479174":{"id":896179,"is_profile":0,"name":"Silent Night, Deadly Night [40th Anniversary Edition]","products":"{\"type\":\"product\",\"condition\":\"7272043479174\",\"product_name\":\"Silent Night, Deadly Night [40th Anniversary Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-27T20:24\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-27T20:24\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-09T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-28T03:24:28.000000Z","selling_plan_ids":[]},"7272049475718":{"id":896181,"is_profile":0,"name":"Silent Night, Deadly Night [40th Anniversary Edition] + Exclusive Paperback Novelization","products":"{\"type\":\"product\",\"condition\":\"7272049475718\",\"product_name\":\"Silent Night, Deadly Night [40th Anniversary Edition] + Exclusive Paperback Novelization\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-27T20:46\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-27T20:46\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-09T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-28T03:46:24.000000Z","selling_plan_ids":[]},"7272534507654":{"id":897836,"is_profile":0,"name":"The Dead Don't Hurt","products":"{\"type\":\"product\",\"condition\":\"7272534507654\",\"product_name\":\"The Dead Don't Hurt\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-30T09:07\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-30T09:07\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-09-30T16:08:01.000000Z","selling_plan_ids":[]},"7272536080518":{"id":898048,"is_profile":0,"name":"The Gift [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7272536080518\",\"product_name\":\"The Gift [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-09-30T17:51\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-09-30T17:51\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-10-01T00:51:22.000000Z","selling_plan_ids":[]},"7286259515526":{"id":928846,"is_profile":0,"name":"Sanctum","products":"{\"type\":\"product\",\"condition\":\"7286259515526\",\"product_name\":\"Sanctum\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-10-30T14:41\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-10-30T14:41\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-06T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-10-30T21:41:45.000000Z","selling_plan_ids":[]},"7286459236486":{"id":928847,"is_profile":0,"name":"Shaw Brothers Classics, Vol. 5 + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7286459236486\",\"product_name\":\"Shaw Brothers Classics, Vol. 5 + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-10-30T14:41\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-10-30T14:41\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-13T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-10-30T21:42:06.000000Z","selling_plan_ids":[]},"7286543974534":{"id":928849,"is_profile":0,"name":"The Last Voyage Of The Demeter [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7286543974534\",\"product_name\":\"The Last Voyage Of The Demeter [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-10-30T14:42\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-10-30T14:42\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-20T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-10-30T21:42:29.000000Z","selling_plan_ids":[]},"7287719624838":{"id":930712,"is_profile":0,"name":"The Last Voyage Of The Demeter [Collector's Edition] + 2 Exclusive Posters + Exclusive Slipcover","products":"{\"type\":\"product\",\"condition\":\"7287719624838\",\"product_name\":\"The Last Voyage Of The Demeter [Collector's Edition] + 2 Exclusive Posters + Exclusive Slipcover\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-01T16:29\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-11-01T16:29\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-20T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-11-01T23:29:51.000000Z","selling_plan_ids":[]},"7287720935558":{"id":930732,"is_profile":0,"name":"John Carpenter's Vampires [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7287720935558\",\"product_name\":\"John Carpenter's Vampires [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-01T16:50\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-11-01T16:50\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-20T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-11-01T23:51:12.000000Z","selling_plan_ids":[]},"7287722639494":{"id":930733,"is_profile":0,"name":"John Carpenter's Vampires [Collector's Edition] + 2 Exclusive Posters + Exclusive Slipcover","products":"{\"type\":\"product\",\"condition\":\"7287722639494\",\"product_name\":\"John Carpenter's Vampires [Collector's Edition] + 2 Exclusive Posters + Exclusive Slipcover\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-11-01T16:58\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-11-01T16:58\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-20T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2024-11-01T23:58:28.000000Z","selling_plan_ids":[]}}}; window.GloboPreorderParams.profileMetafield = 'Shop metafield'; </script> <script> if(window.AVADA_SPEED_WHITELIST){ const gpo_wl = new RegExp("preorder-globo", 'i') if(Array.isArray(window.AVADA_SPEED_WHITELIST)){ window.AVADA_SPEED_WHITELIST.push(gpo_wl) }else{ window.AVADA_SPEED_WHITELIST = [gpo_wl] } } </script> <script type="text/javascript"> var globoPreorderShowMultipleCurrencies = false; var globoPreorderCartType = null; var globoPreorderRegexCount = /"{{ count }}|count|{{ count }}"/g; (function (globoPreorderJquery) { if (typeof globoPreorderJquery == 'function') { document.addEventListener("Globo.Preorder.added", function (e) { Globo.Preorder.addToCartCallBack(e.detail.addedItem, e.detail.quantity, globoPreorderJquery); }); //Editions theme if (globoPreorderJquery('.product-list').length) { globoPreorderJquery('.product-list').on('preload-images', function(){ var event; if(typeof(Event) === 'function') { event = new Event('collectionUpdate'); }else{ event = document.createEvent('Event'); event.initEvent('collectionUpdate', true, true); } window.dispatchEvent(event); }); } } }((window.jQuery||window.$))) </script> </div></body> <style> .ssw-link-fave-menu.ssw-link-fave-menu-hide-count { margin-right: 25px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .ssw-link-fave-menu.ssw-link-fave-menu-hide-count .ssw-counter-fave-menu { display: none; } .ssw-link-fave-menu.ssw-link-fave-menu-hide-count i { font-size: 30px; } .header-single-line__item.header-single-line__item--customer:has(.ssw-link-fave-menu.ssw-link-fave-menu-hide-count) { display: flex; justify-content: space-between; align-items: flex-start; width: 90px; } .wishlist-link { font-size: 15px; margin-top: 6px; } .header-single-line__content:has(.header-single-line__item.header-single-line__item--customer .ssw-link-fave-menu.ssw-link-fave-menu-hide-count) { align-items: flex-start; } .ssw-link-fave-menu.ssw-link-fave-menu-hide-count i::before { content: "\e819"; } .btn.button.ssw-fave-btn-content { font-size: 0; } .btn.button.ssw-fave-btn-content i { font-size: 31px; border: 1px solid #ccc !important; border-radius: 50%; padding: 9px 4px; } .product-form__buttons:has(#widget-fave-html) { display: flex; justify-content: space-between; align-items: center; width: 95%; } #widget-fave-html { width: 50px; margin-left: 20px; } .ssw-fave-btn-default .ssw-fave-btn-content { width: 100%; height: 100%; justify-content: flex-start; padding: 0; } .ssw-faveappbtn { width: unset; width: 100%; height: auto; } .product-form__buttons #widget-fave-html { display: block; } .header-mobile__item .ssw-link-fave-menu.ssw-link-fave-menu-hide-count { margin-right: 13px; } .ssw-modal-body .ssw-product-btns.ssw-hide .btn.button.ssw-fave-btn-content { font-size: inherit !important; display: flex; justify-content: center; align-items: center; } .ssw-modal-body .ssw-product-btns.ssw-hide .btn.button.ssw-fave-btn-content i { padding: 6px 2px; font-size: 22px; border: none !important; } @media only screen and (max-width: 480px) { .ssw-link-fave-menu.ssw-link-fave-menu-hide-count i { font-size: 22px; } .ssw-modal-body .ssw-product-btns.ssw-hide .btn.button.ssw-fave-btn-content { padding-top: 2px !important; } } .productView-action { display: inline-flex; } .product-form__buttons { width: 80%; } @media (max-width: 425px) { button.btn.button.ssw-fave-btn-content { padding-top: 0px !important; } .product-form__buttons { width: 67%; } } </style> <script> window.addEventListener('sswhelperload', () => { if(typeof sswRun === 'function') { sswRun(function(){ const wishlistHeader = setTimeout(function () { const wishlistMenu = document.querySelector('.ssw-link-fave-menu.ssw-link-fave-menu-hide-count'); if (wishlistMenu && !wishlistMenu.querySelector('.wishlist-link')) { const wishlistSpan = document.createElement('span'); wishlistSpan.className = 'wishlist-link'; wishlistSpan.textContent = 'Wishlist'; wishlistMenu.appendChild(wishlistSpan); clearTimeout(wishlistHeader); } }, 200); }); } }) </script> </html>