CINXE.COM
Comedy – 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/collections/comedy-3" 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>Comedy – Shout! Factory</title> <meta property="og:site_name" content="Shout! Factory"> <meta property="og:url" content="https://shoutfactory.com/collections/comedy-3"> <meta property="og:title" content="Comedy"> <meta property="og:type" content="product.group"> <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="Comedy"> <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" type="application/atom+xml" title="Feed" href="/collections/comedy-3.atom" /> <link rel="alternate" hreflang="x-default" href="https://shoutfactory.com/collections/comedy-3"> <link rel="alternate" hreflang="en-CA" href="https://shoutfactory.com/en-ca/collections/comedy-3"> <link rel="alternate" hreflang="en-US" href="https://shoutfactory.com/collections/comedy-3"> <link rel="alternate" type="application/json+oembed" href="https://shoutfactory.com/collections/comedy-3.oembed"> <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":"ADA - Shout 2.0","id":128071598214,"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":"collection"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"init-fed-cm":["modules/v2/client.init-fed-cm_OeEJaCCl.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_ebaeknJi.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_DFuavrNS.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_FYuhzIyB.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_BpgmfGjt.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_BeYjtKbh.en.esm.js","modules/v2/client.shop-login-button_lKeTheS8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_PZ5lYCet.en.esm.js","modules/v2/client.shop-login-button_lKeTheS8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_lKeTheS8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_BJjZdiwD.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"pay-button":["modules/v2/client.pay-button_Bg1kIsBL.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_ChDGiggf.en.esm.js","modules/v2/client.shop-login-button_lKeTheS8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"lead-capture":["modules/v2/client.lead-capture_aUqk28I9.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"payment-terms":["modules/v2/client.payment-terms_CgEU06X8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.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:\/\/d33a6lvgbd0fej.cloudfront.net\/script_tag\/secomapp.scripttag.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":"05904a97-865c-4c19-81e6-5f9999636f63-1739707675","pageurl":"shoutfactory.com\/collections\/comedy-3","u":"f4a7959f86fb","p":"collection","rtyp":"collection","rid":265480470662};</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='__shopify_v',u=t=>t.elements[r],a=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 m(t){const e=u(t);a().includes(t)&&(!e||!e.value)&&function(t){try{if(!s())return;!function(t){const e=s();if(!e)return;const n=u(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){u(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)),u=[...c,...r],a={};for(const[o,c]of new FormData(t).entries())u.includes(o)||(a[o]=c);n.setItem(e,JSON.stringify({[i]:1,action:t.action,data:a}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(t)}const f=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,(()=>{m(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&&m(e)}document.addEventListener('submit',t),document.addEventListener('DOMContentLoaded',(()=>{const e=a();for(const t of e)f(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&&a().includes(t)&&f(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/64/compiled_assets/scripts.js?5285"></script> <link rel="stylesheet" media="screen" href="https://shoutfactory.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous"> <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/64/assets/base.css?v=16360727414107025351729748848" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/64/assets/custom.css?v=145680735405924568101729748888" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/64/assets/animated.css?v=124579380764407670711729748846" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/64/assets/component-card.css?v=118585521889467791381729748856" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/64/assets/component-loading-overlay.css?v=23413779889692260311729748869" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/64/assets/component-loading-banner.css?v=54989585009056051491729748869" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/64/assets/component-quick-cart.css?v=76706418547694381531729748878" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/vendor.css?v=51530415543490038341729748915" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/vendor.css?v=51530415543490038341729748915" rel="stylesheet" type="text/css" media="all" /></noscript> <link href="//shoutfactory.com/cdn/shop/t/64/assets/component-card-08.css?v=152515315220595375651729748856" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/64/assets/component-predictive-search.css?v=110628222596022886011729748874" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/component-product-form.css?v=22444863787356217611729748876" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/component-price.css?v=113014100369699422931729748875" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/component-badge.css?v=58385199191654577521729748852" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/component-rte.css?v=82502160534158932881729748881" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/component-share.css?v=23553761141326501681729748882" media="print" onload="this.media='all'"><link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/component-newsletter.css?v=111617043413587308161729748873" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/component-slider.css?v=37888473738646685221729748883" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/component-list-social.css?v=102044711114163579551729748869" media="print" onload="this.media='all'"><noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-product-form.css?v=22444863787356217611729748876" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-price.css?v=113014100369699422931729748875" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-badge.css?v=58385199191654577521729748852" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-rte.css?v=82502160534158932881729748881" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-share.css?v=23553761141326501681729748882" rel="stylesheet" type="text/css" media="all" /></noscript><noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-newsletter.css?v=111617043413587308161729748873" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-slider.css?v=37888473738646685221729748883" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-list-social.css?v=102044711114163579551729748869" 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/64/assets/vendor.js?v=164162249446547250531733911903" type="text/javascript"></script> <script src="//shoutfactory.com/cdn/shop/t/64/assets/global.js?v=114736308824452723061729790821" type="text/javascript"></script> <script src="//shoutfactory.com/cdn/shop/t/64/assets/lazysizes.min.js?v=122719776364282065531729748903" type="text/javascript"></script> <!-- <script src="//shoutfactory.com/cdn/shop/t/64/assets/menu.js?v=67448401357794802601729748904" 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: `Limited-Time Offers, End 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> const currentCollection = "comedy-3"; document.cookie = `currentCollection=${currentCollection}; path=/`; </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> <link href="//shoutfactory.com/cdn/shop/t/64/assets/custom-ada-style.css?v=57995851265783078641734419152" rel="stylesheet" type="text/css" media="all" /> <!-- 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 block --><!-- BEGIN app block: shopify://apps/powerful-form-builder/blocks/app-embed/e4bcb1eb-35b2-42e6-bc37-bfe0e1542c9d --><script></script> <script type="text/javascript" hs-ignore> var Globo = Globo || {}; var globoFormbuilderRecaptchaInit = function(){}; window.Globo.FormBuilder = window.Globo.FormBuilder || {}; window.Globo.FormBuilder.shop = {"configuration":{"money_format":"${{amount}}"},"pricing":{"features":{"bulkOrderForm":true,"cartForm":true,"fileUpload":100,"removeCopyright":true,"restrictedEmailDomains":true}},"settings":{"copyright":"Powered by <a href=\"https://globosoftware.net\" target=\"_blank\">Globo</a> <a href=\"https://apps.shopify.com/form-builder-contact-form\" target=\"_blank\">Form</a>","hideWaterMark":false,"reCaptcha":{"recaptchaType":"v2","siteKey":false,"languageCode":"en"},"scrollTop":false,"customCssCode":"","customCssEnabled":false,"additionalColumns":[]},"encryption_form_id":1,"url":"https://app.powerfulform.com/","CDN_URL":"https://dxo9oalx9qc1s.cloudfront.net"}; if(window.Globo.FormBuilder.shop.settings.customCssEnabled && window.Globo.FormBuilder.shop.settings.customCssCode){ const customStyle = document.createElement('style'); customStyle.type = 'text/css'; customStyle.innerHTML = window.Globo.FormBuilder.shop.settings.customCssCode; document.head.appendChild(customStyle); } window.Globo.FormBuilder.forms = []; window.Globo.FormBuilder.forms[67029] = {"67029":{"elements":[{"id":"group-1","type":"group","label":"Page 1","description":"","elements":[{"id":"heading-1","type":"heading","heading":{"en":"Labyrinth Replacement Disk Request Form"},"caption":{"en":""},"columnWidth":100,"displayDisjunctive":false},{"id":"paragraph-2","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"color: rgb(224, 62, 45); font-family: Aptos, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);\"\u003ePlease allow approximately 1\u0026ndash;2 weeks for your replacement request to be processed, after which you will receive a confirmation email.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayDisjunctive":false},{"id":"text-2","type":"text","label":{"en":"Order Number"},"placeholder":{"en":""},"description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayDisjunctive":false,"required":true},{"id":"file2-1","type":"file2","label":{"en":"Attach proof of purchase (receipt or photo of product)"},"button-text":"Browse file","placeholder":"Choose file or drag here","hint":"Supported format: JPG, JPEG, PNG, GIF, SVG.","allowed-multiple":false,"allowed-extensions":["jpg","jpeg","png","gif","svg"],"description":"","hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayDisjunctive":false,"conditionalField":false,"sizeLimit":"100","required":true},{"id":"imageOptions-1","type":"imageOptions","label":{"en":"Which product did you purchase?"},"advancedOptions":[{"label":{"en":"[WALMART ONLY] Labyrinth 4K UHD SteelBook"},"value":"[WALMART ONLY] Labyrinth 4K UHD SteelBook","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/5955\/4182\/files\/g-form-67029-imageOptions-1-m4dctznp-Untitled_design_6.png?v=1733526357"},{"label":{"en":"Labyrinth 4K UHD Collector’s Edition"},"value":"Labyrinth 4K UHD Collector’s Edition","image":"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/5955\/4182\/files\/g-form-67029-imageOptions-1-m4bpsgqa-Untitled_design_4.png?v=1733427187"}],"multiple":false,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"displayRules":[{"field":"","relation":"equal","condition":""}],"required":true},{"id":"text-8","type":"text","label":{"en":"Country (U.S. and Canada ONLY)"},"placeholder":{"en":""},"description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-1","type":"text","label":{"en":"First Name","vi":"Your Name"},"placeholder":{"en":"","vi":"Your Name"},"description":{"en":""},"hideLabel":false,"required":true,"columnWidth":50,"conditionalField":false},{"id":"text","type":"text","label":{"en":"Last Name","vi":"Your Name"},"placeholder":{"en":"","vi":"Your Name"},"description":{"en":""},"hideLabel":false,"required":true,"columnWidth":50,"conditionalField":false},{"id":"email","type":"email","label":"Email","placeholder":{"en":""},"description":{"en":""},"hideLabel":false,"required":true,"columnWidth":100,"conditionalField":false,"displayType":"show","displayRules":[{"field":"","relation":"equal","condition":""}],"ifHideLabel":false},{"id":"text-3","type":"text","label":{"en":"Shipping Address"},"placeholder":{"en":""},"description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-4","type":"text","label":{"en":"Apartment, suite, etc. (optional)"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false},{"id":"text-5","type":"text","label":{"en":"City"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":33.33,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-6","type":"text","label":{"en":"State"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":33.33,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-7","type":"text","label":{"en":"ZIP code"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":33.33,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"phone-1","type":"phone","label":{"en":"Phone (optional)"},"placeholder":"","description":"","validatePhone":false,"onlyShowFlag":false,"defaultCountryCode":"auto","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false},{"id":"paragraph-1","type":"paragraph","text":{"en":"\u003cp\u003eIf you purchased more than one copy, please submit another disk request form.\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false}]}],"errorMessage":{"required":"{{ label | capitalize }} is required","minSelections":"Please choose at least {{ min_selections }} options","maxSelections":"Please choose at maximum of {{ max_selections }} options","exactlySelections":"Please choose exactly {{ exact_selections }} options","invalid":"Invalid","invalidName":"Invalid name","invalidEmail":"Email address is invalid","restrictedEmailDomain":"This email domain is restricted","invalidURL":"Invalid url","invalidPhone":"Invalid phone","invalidNumber":"Invalid number","invalidPassword":"Invalid password","confirmPasswordNotMatch":"Confirmed password doesn't match","customerAlreadyExists":"Customer already exists","keyAlreadyExists":"Data already exists","fileSizeLimit":"File size limit","fileNotAllowed":"File not allowed","requiredCaptcha":"Required captcha","requiredProducts":"Please select product","limitQuantity":"The number of products left in stock has been exceeded","shopifyInvalidPhone":"phone - Enter a valid phone number to use this delivery method","shopifyPhoneHasAlready":"phone - Phone has already been taken","shopifyInvalidProvice":"addresses.province - is not valid","otherError":"Something went wrong, please try again"},"appearance":{"layout":"default","width":600,"style":"flat","mainColor":"rgba(46,78,73,1)","floatingIcon":"\u003csvg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"envelope\" class=\"svg-inline--fa fa-envelope fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"\u003e\u003cpath fill=\"currentColor\" d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e","floatingText":null,"displayOnAllPage":false,"formType":"normalForm","background":"color","backgroundColor":"#fff","descriptionColor":"#6c757d","headingColor":"#000","labelColor":"#1c1c1c","optionColor":"#000","paragraphBackground":"#fff","paragraphColor":"#000","theme_design":false,"font":"inherit","colorScheme":{"solidButton":{"red":0,"green":0,"blue":0,"alpha":1},"solidButtonLabel":{"red":255,"green":255,"blue":255},"text":{"red":28,"green":28,"blue":28},"outlineButton":{"red":0,"green":0,"blue":0,"alpha":1},"background":{"red":255,"green":255,"blue":255}},"imageLayout":"none"},"afterSubmit":{"action":"clearForm","title":{"en":"Thank you for submitting!"},"message":{"en":"\u003cp\u003eEach request will be reviewed and verified. If you purchased more than one copy, please submit another disk request form. We kindly ask for your patience during this time. If verified, you will receive an order confirmation email. If we are unable to verify your order, we will reach out for more information. Thank you.\u003c\/p\u003e\n\u003cp\u003eHave a great day!\u003c\/p\u003e"},"redirectUrl":null},"footer":{"description":null,"previousText":"Previous","nextText":"Next","submitText":"Submit","submitFullWidth":true},"header":{"active":false,"title":{"en":"Replacement Disk Request Form"},"description":{"en":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e"},"headerAlignment":"center"},"isStepByStepForm":true,"publish":{"requiredLogin":false,"requiredLoginMessage":"Please \u003ca href='\/account\/login' title='login'\u003elogin\u003c\/a\u003e to continue"},"reCaptcha":{"enable":false},"html":"\n\u003cdiv class=\"globo-form default-form globo-form-id-67029 \" data-locale=\"en\" \u003e\n\n\u003cstyle\u003e\n\n\n \n\n :root .globo-form-app[data-id=\"67029\"]{\n \n --gfb-color-solidButton: 0,0,0;\n --gfb-color-solidButtonColor: rgb(var(--gfb-color-solidButton));\n --gfb-color-solidButtonLabel: 255,255,255;\n --gfb-color-solidButtonLabelColor: rgb(var(--gfb-color-solidButtonLabel));\n --gfb-color-text: 28,28,28;\n --gfb-color-textColor: rgb(var(--gfb-color-text));\n --gfb-color-outlineButton: 0,0,0;\n --gfb-color-outlineButtonColor: rgb(var(--gfb-color-outlineButton));\n --gfb-color-background: 255,255,255;\n --gfb-color-backgroundColor: rgb(var(--gfb-color-background));\n \n --gfb-main-color: rgba(46,78,73,1);\n --gfb-primary-color: var(--gfb-color-solidButtonColor, var(--gfb-main-color));\n --gfb-primary-text-color: var(--gfb-color-solidButtonLabelColor, #FFF);\n --gfb-form-width: 600px;\n --gfb-font-family: inherit;\n --gfb-font-style: inherit;\n --gfb--image: 40%;\n --gfb-image-ratio-draft: var(--gfb--image);\n --gfb-image-ratio: var(--gfb-image-ratio-draft);\n \n --gfb-bg-temp-color: #FFF;\n --gfb-bg-position: ;\n \n --gfb-bg-temp-color: #fff;\n \n --gfb-bg-color: var(--gfb-color-backgroundColor, var(--gfb-bg-temp-color));\n \n }\n \n.globo-form-id-67029 .globo-form-app{\n max-width: 600px;\n width: -webkit-fill-available;\n \n background-color: var(--gfb-bg-color);\n \n \n}\n\n.globo-form-id-67029 .globo-form-app .globo-heading{\n color: var(--gfb-color-textColor, #000)\n}\n\n\n.globo-form-id-67029 .globo-form-app .header {\n text-align:center;\n}\n\n\n.globo-form-id-67029 .globo-form-app .globo-description,\n.globo-form-id-67029 .globo-form-app .header .globo-description{\n --gfb-color-description: rgba(var(--gfb-color-text), 0.8);\n color: var(--gfb-color-description, #6c757d);\n}\n.globo-form-id-67029 .globo-form-app .globo-label,\n.globo-form-id-67029 .globo-form-app .globo-form-control label.globo-label,\n.globo-form-id-67029 .globo-form-app .globo-form-control label.globo-label span.label-content{\n color: var(--gfb-color-textColor, #1c1c1c);\n text-align: left;\n}\n.globo-form-id-67029 .globo-form-app .globo-label.globo-position-label{\n height: 20px !important;\n}\n.globo-form-id-67029 .globo-form-app .globo-form-control .help-text.globo-description,\n.globo-form-id-67029 .globo-form-app .globo-form-control span.globo-description{\n --gfb-color-description: rgba(var(--gfb-color-text), 0.8);\n color: var(--gfb-color-description, #6c757d);\n}\n.globo-form-id-67029 .globo-form-app .globo-form-control .checkbox-wrapper .globo-option,\n.globo-form-id-67029 .globo-form-app .globo-form-control .radio-wrapper .globo-option\n{\n color: var(--gfb-color-textColor, #1c1c1c);\n}\n.globo-form-id-67029 .globo-form-app .footer,\n.globo-form-id-67029 .globo-form-app .gfb__footer{\n text-align:;\n}\n.globo-form-id-67029 .globo-form-app .footer button,\n.globo-form-id-67029 .globo-form-app .gfb__footer button{\n border:1px solid var(--gfb-primary-color);\n \n width:100%;\n \n}\n.globo-form-id-67029 .globo-form-app .footer button.submit,\n.globo-form-id-67029 .globo-form-app .gfb__footer button.submit\n.globo-form-id-67029 .globo-form-app .footer button.checkout,\n.globo-form-id-67029 .globo-form-app .gfb__footer button.checkout,\n.globo-form-id-67029 .globo-form-app .footer button.action.loading .spinner,\n.globo-form-id-67029 .globo-form-app .gfb__footer button.action.loading .spinner{\n background-color: var(--gfb-primary-color);\n color : #ffffff;\n}\n.globo-form-id-67029 .globo-form-app .globo-form-control .star-rating\u003efieldset:not(:checked)\u003elabel:before {\n content: url('data:image\/svg+xml; utf8, \u003csvg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"star\" class=\"svg-inline--fa fa-star fa-w-18\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"\u003e\u003cpath fill=\"rgba(46,78,73,1)\" d=\"M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 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.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e');\n}\n.globo-form-id-67029 .globo-form-app .globo-form-control .star-rating\u003efieldset\u003einput:checked ~ label:before {\n content: url('data:image\/svg+xml; utf8, \u003csvg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"star\" class=\"svg-inline--fa fa-star fa-w-18\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"\u003e\u003cpath fill=\"rgba(46,78,73,1)\" 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\"\u003e\u003c\/path\u003e\u003c\/svg\u003e');\n}\n.globo-form-id-67029 .globo-form-app .globo-form-control .star-rating\u003efieldset:not(:checked)\u003elabel:hover:before,\n.globo-form-id-67029 .globo-form-app .globo-form-control .star-rating\u003efieldset:not(:checked)\u003elabel:hover ~ label:before{\n content : url('data:image\/svg+xml; utf8, \u003csvg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"star\" class=\"svg-inline--fa fa-star fa-w-18\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"\u003e\u003cpath fill=\"rgba(46,78,73,1)\" 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\"\u003e\u003c\/path\u003e\u003c\/svg\u003e')\n}\n.globo-form-id-67029 .globo-form-app .globo-form-control .checkbox-wrapper .checkbox-input:checked ~ .checkbox-label:before {\n border-color: var(--gfb-primary-color);\n box-shadow: 0 4px 6px rgba(50,50,93,0.11), 0 1px 3px rgba(0,0,0,0.08);\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-67029 .globo-form-app .step.-completed .step__number,\n.globo-form-id-67029 .globo-form-app .line.-progress,\n.globo-form-id-67029 .globo-form-app .line.-start{\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-67029 .globo-form-app .checkmark__check,\n.globo-form-id-67029 .globo-form-app .checkmark__circle{\n stroke: var(--gfb-primary-color);\n}\n.globo-form-id-67029 .floating-button{\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-67029 .globo-form-app .globo-form-control .checkbox-wrapper .checkbox-input ~ .checkbox-label:before,\n.globo-form-app .globo-form-control .radio-wrapper .radio-input ~ .radio-label:after{\n border-color : var(--gfb-primary-color);\n}\n.globo-form-id-67029 .flatpickr-day.selected, \n.globo-form-id-67029 .flatpickr-day.startRange, \n.globo-form-id-67029 .flatpickr-day.endRange, \n.globo-form-id-67029 .flatpickr-day.selected.inRange, \n.globo-form-id-67029 .flatpickr-day.startRange.inRange, \n.globo-form-id-67029 .flatpickr-day.endRange.inRange, \n.globo-form-id-67029 .flatpickr-day.selected:focus, \n.globo-form-id-67029 .flatpickr-day.startRange:focus, \n.globo-form-id-67029 .flatpickr-day.endRange:focus, \n.globo-form-id-67029 .flatpickr-day.selected:hover, \n.globo-form-id-67029 .flatpickr-day.startRange:hover, \n.globo-form-id-67029 .flatpickr-day.endRange:hover, \n.globo-form-id-67029 .flatpickr-day.selected.prevMonthDay, \n.globo-form-id-67029 .flatpickr-day.startRange.prevMonthDay, \n.globo-form-id-67029 .flatpickr-day.endRange.prevMonthDay, \n.globo-form-id-67029 .flatpickr-day.selected.nextMonthDay, \n.globo-form-id-67029 .flatpickr-day.startRange.nextMonthDay, \n.globo-form-id-67029 .flatpickr-day.endRange.nextMonthDay {\n background: var(--gfb-primary-color);\n border-color: var(--gfb-primary-color);\n}\n.globo-form-id-67029 .globo-paragraph {\n background: #fff;\n color: var(--gfb-color-textColor, #000);\n width: 100%!important;\n}\n\n[dir=\"rtl\"] .globo-form-app .header .title,\n[dir=\"rtl\"] .globo-form-app .header .description,\n[dir=\"rtl\"] .globo-form-id-67029 .globo-form-app .globo-heading,\n[dir=\"rtl\"] .globo-form-id-67029 .globo-form-app .globo-label,\n[dir=\"rtl\"] .globo-form-id-67029 .globo-form-app .globo-form-control label.globo-label,\n[dir=\"rtl\"] .globo-form-id-67029 .globo-form-app .globo-form-control label.globo-label span.label-content{\n text-align: right;\n}\n\n[dir=\"rtl\"] .globo-form-app .line {\n left: unset;\n right: 50%;\n}\n\n[dir=\"rtl\"] .globo-form-id-67029 .globo-form-app .line.-start {\n left: unset; \n right: 0%;\n}\n\n\u003c\/style\u003e\n\n\n\n\n\u003cdiv class=\"globo-form-app default-layout gfb-style-flat gfb-font-size-medium\" data-id=67029\u003e\n \n \u003cdiv class=\"header dismiss hidden\" onclick=\"Globo.FormBuilder.closeModalForm(this)\"\u003e\n \u003csvg width=20 height=20 viewBox=\"0 0 20 20\" class=\"\" focusable=\"false\" aria-hidden=\"true\"\u003e\u003cpath d=\"M11.414 10l4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003cform class=\"g-container\" novalidate action=\"https:\/\/app.powerfulform.com\/api\/front\/form\/67029\/send\" method=\"POST\" enctype=\"multipart\/form-data\" data-id=67029\u003e\n \n \n \n \n \u003cdiv class=\"globo-formbuilder-wizard\" data-id=67029\u003e\n \u003cdiv class=\"wizard__content\"\u003e\n \u003cheader class=\"wizard__header\"\u003e\n \u003cdiv class=\"wizard__steps\"\u003e\n \u003cnav class=\"steps hidden\"\u003e\n \n \n \n \n \n \n \n \n \n \u003cdiv class=\"step last \" data-element-id=\"group-1\" data-step=\"0\" \u003e\n \u003cdiv class=\"step__content\"\u003e\n \u003cp class=\"step__number\"\u003e\u003c\/p\u003e\n \u003csvg class=\"checkmark\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=52 height=52 viewBox=\"0 0 52 52\"\u003e\n \u003ccircle class=\"checkmark__circle\" cx=\"26\" cy=\"26\" r=\"25\" fill=\"none\"\/\u003e\n \u003cpath class=\"checkmark__check\" fill=\"none\" d=\"M14.1 27.2l7.1 7.2 16.7-16.8\"\/\u003e\n \u003c\/svg\u003e\n \u003cdiv class=\"lines\"\u003e\n \n \u003cdiv class=\"line -start\"\u003e\u003c\/div\u003e\n \n \u003cdiv class=\"line -background\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"line -progress\"\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e \n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \u003c\/nav\u003e\n \u003c\/div\u003e\n \u003c\/header\u003e\n \u003cdiv class=\"panels\"\u003e\n \n \n \n \n \u003cdiv class=\"panel \" data-element-id=\"group-1\" data-id=67029 data-step=\"0\" style=\"padding-top:0\"\u003e\n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='heading'\u003e\n \u003ch3 tabindex=\"0\" class=\"heading-title globo-heading\" id=\"heading-1\" \u003eLabyrinth Replacement Disk Request Form\u003c\/h3\u003e\n \u003cp tabindex=\"0\" class=\"heading-caption\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-2\" \u003e\u003cp\u003e\u003cspan style=\"color: rgb(224, 62, 45); font-family: Aptos, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);\"\u003ePlease allow approximately 1\u0026ndash;2 weeks for your replacement request to be processed, after which you will receive a confirmation email.\u003c\/span\u003e\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67029-text-2\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Order Number\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Order Number\"\u003eOrder Number\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67029-text-2\" name=\"text-2\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='file2'\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Browse file\" for=\"temp-for-67029-file2-1\" class=\"flat-label globo-label \" data-label=\"Attach proof of purchase (receipt or photo of product)\"\u003e\u003cspan class=\"label-content\" data-label=\"Attach proof of purchase (receipt or photo of product)\"\u003eAttach proof of purchase (receipt or photo of product)\u003c\/span\u003e\u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\u003c\/label\u003e\n \u003cdiv class=\"globo-form-input\"\u003e\n \u003cdiv class=\"gfb__dropzone\"\u003e\n \u003cdiv class=\"gfb__dropzone--content\"\u003e\n \u003cdiv class=\"gfb__dropzone--placeholder\"\u003e\n \u003cdiv class=\"gfb__dropzone--placeholder--title\"\u003e\n Choose file or drag here\n \u003c\/div\u003e\n \n \u003cdiv class=\"gfb__dropzone--placeholder--description\"\u003e\n Supported format: JPG, JPEG, PNG, GIF, SVG.\n \u003c\/div\u003e\n \n \n \u003cbutton type=\"button\" for=\"67029-file2-1\" class=\"gfb__dropzone--placeholder--button\"\u003eBrowse file\u003c\/button\u003e\n \n \u003c\/div\u003e\n \u003cdiv class=\"gfb__dropzone--preview--area\"\u003e\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cinput style=\"display:none\" type=\"file\" id=\"temp-for-67029-file2-1\" \/\u003e\n \u003clabel for=\"temp-for-67029-file2-1_\"\u003e\u003cspan class=\"gfb__hidden\"\u003etemp-for-67029-file2-1_\u003c\/span\u003e\u003c\/label\u003e\n \u003cinput style=\"display:none\" type=\"file\" id=\"temp-for-67029-file2-1_\" data-type=\"file2\" class=\"flat-input\" id=\"67029-file2-1\" name=\"file2-1\" placeholder=\"Choose file or drag here\" presence data-allowed-extensions=\"jpg,jpeg,png,gif,svg\" data-file-size-limit=\"100\" data-file-limit=\"\" \u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='imageOptions' data-default-value=\"\"\u003e\n \u003clabel tabindex=\"0\" class=\"flat-label globo-label \" data-label=\"Which product did you purchase?\"\u003e\u003cspan class=\"label-content\" data-label=\"Which product did you purchase?\"\u003eWhich product did you purchase?\u003c\/span\u003e\u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\u003c\/label\u003e\n \n \u003cdiv class=\"globo-form-input\"\u003e\n \u003cdiv class=\"gfb__image-option__list\"\u003e\n \n \u003clabel class=\"gfb__image-option__wrapper\" for=\"67029-imageOptions-1-0\" \u003e\n \u003cdiv class=\"gfb__image-option__thumb\" \u003e\n \n \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/5955\/4182\/files\/g-form-67029-imageOptions-1-m4dctznp-Untitled_design_6.png?v=1733526357\u0026width=300\" alt=\"[object Object]\" \/\u003e\n \n \u003c\/div\u003e\n \u003cdiv class=\"gfb__image-option__label\"\u003e\n \u003cdiv class=\"radio-wrapper \"\u003e\n \u003cinput class=\"radio-input\" id=\"67029-imageOptions-1-0\" type=\"radio\" data-type=\"radio\" name=\"imageOptions-1[]\" presence value=\"[WALMART ONLY] Labyrinth 4K UHD SteelBook\" \u003e\n \u003cdiv tabindex=\"0\" aria-label=\"[WALMART ONLY] Labyrinth 4K UHD SteelBook\" class=\"radio-label globo-option\"\u003e[WALMART ONLY] Labyrinth 4K UHD SteelBook\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/label\u003e\n \n \u003clabel class=\"gfb__image-option__wrapper\" for=\"67029-imageOptions-1-1\" \u003e\n \u003cdiv class=\"gfb__image-option__thumb\" \u003e\n \n \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/5955\/4182\/files\/g-form-67029-imageOptions-1-m4bpsgqa-Untitled_design_4.png?v=1733427187\u0026width=300\" alt=\"[object Object]\" \/\u003e\n \n \u003c\/div\u003e\n \u003cdiv class=\"gfb__image-option__label\"\u003e\n \u003cdiv class=\"radio-wrapper \"\u003e\n \u003cinput class=\"radio-input\" id=\"67029-imageOptions-1-1\" type=\"radio\" data-type=\"radio\" name=\"imageOptions-1[]\" presence value=\"Labyrinth 4K UHD Collector’s Edition\" \u003e\n \u003cdiv tabindex=\"0\" aria-label=\"Labyrinth 4K UHD Collector’s Edition\" class=\"radio-label globo-option\"\u003eLabyrinth 4K UHD Collector’s Edition\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/label\u003e\n \n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003csmall class=\"help-text globo-description\"\u003e\u003c\/small\u003e\n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67029-text-8\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Country (U.S. and Canada ONLY)\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Country (U.S. and Canada ONLY)\"\u003eCountry (U.S. and Canada ONLY)\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67029-text-8\" name=\"text-8\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-2-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67029-text-1\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"First Name\"\u003e\n \u003cspan class=\"label-content\" data-label=\"First Name\"\u003eFirst Name\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67029-text-1\" name=\"text-1\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"help-text globo-description\"\u003e\u003c\/small\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-2-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67029-text\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Last Name\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Last Name\"\u003eLast Name\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67029-text\" name=\"text\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"help-text globo-description\"\u003e\u003c\/small\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='email'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67029-email\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Email\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Email\"\u003eEmail\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"email\" class=\"flat-input\" id=\"67029-email\" name=\"email\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"help-text globo-description\"\u003e\u003c\/small\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67029-text-3\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Shipping Address\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Shipping Address\"\u003eShipping Address\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67029-text-3\" name=\"text-3\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67029-text-4\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Apartment, suite, etc. (optional)\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Apartment, suite, etc. (optional)\"\u003eApartment, suite, etc. (optional)\u003c\/span\u003e\n \n \u003cspan\u003e\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67029-text-4\" name=\"text-4\" placeholder=\"\" \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-3-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67029-text-5\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"City\"\u003e\n \u003cspan class=\"label-content\" data-label=\"City\"\u003eCity\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67029-text-5\" name=\"text-5\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-3-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67029-text-6\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"State\"\u003e\n \u003cspan class=\"label-content\" data-label=\"State\"\u003eState\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67029-text-6\" name=\"text-6\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-3-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67029-text-7\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"ZIP code\"\u003e\n \u003cspan class=\"label-content\" data-label=\"ZIP code\"\u003eZIP code\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67029-text-7\" name=\"text-7\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='phone' \u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67029-phone-1\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Phone (optional)\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Phone (optional)\"\u003ePhone (optional)\u003c\/span\u003e\n \n \u003cspan\u003e\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input gfb__phone-placeholder\" input-placeholder=\"\"\u003e\n \n \n \n \n \u003cinput type=\"text\" data-type=\"phone\" class=\"flat-input\" id=\"67029-phone-1\" name=\"phone-1\" placeholder=\"\" default-country-code=\"auto\"\u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-1\" \u003e\u003cp\u003eIf you purchased more than one copy, please submit another disk request form.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n \n \n \n \n \n \u003c\/div\u003e\n \n \u003c\/div\u003e\n \n \u003cdiv class=\"message error\" data-other-error=\"Something went wrong, please try again\"\u003e\n \u003cdiv class=\"content\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"dismiss\" onclick=\"Globo.FormBuilder.dismiss(this)\"\u003e\n \u003csvg width=20 height=20 viewBox=\"0 0 20 20\" class=\"\" focusable=\"false\" aria-hidden=\"true\"\u003e\u003cpath d=\"M11.414 10l4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \n \n \u003cdiv class=\"message success\"\u003e\n \n \u003cdiv class=\"gfb__content-title\"\u003eThank you for submitting!\u003c\/div\u003e\n \n \u003cdiv class=\"gfb__discount-wrapper\" onclick=\"Globo.FormBuilder.handleCopyDiscountCode(this)\"\u003e\n \u003cdiv class=\"gfb__content-discount\"\u003e\n \u003cspan class=\"gfb__discount-code\"\u003e\u003c\/span\u003e\n \u003cdiv class=\"gfb__copy\"\u003e\n \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"\u003e\u003cpath d=\"M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16l140.1 0L400 115.9V320c0 8.8-7.2 16-16 16zM192 384H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256c35.3 0 64-28.7 64-64V416H272v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H96V128H64z\"\/\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"gfb__copied\"\u003e\n \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"\u003e\u003cpath d=\"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z\"\/\u003e\u003c\/svg\u003e\n \u003c\/div\u003e \n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"content\"\u003e\u003cp\u003eEach request will be reviewed and verified. If you purchased more than one copy, please submit another disk request form. We kindly ask for your patience during this time. If verified, you will receive an order confirmation email. If we are unable to verify your order, we will reach out for more information. Thank you.\u003c\/p\u003e\n\u003cp\u003eHave a great day!\u003c\/p\u003e\u003c\/div\u003e\n \u003cdiv class=\"dismiss\" onclick=\"Globo.FormBuilder.dismiss(this)\"\u003e\n \u003csvg width=20 height=20 width=20 height=20 viewBox=\"0 0 20 20\" class=\"\" focusable=\"false\" aria-hidden=\"true\"\u003e\u003cpath d=\"M11.414 10l4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \n \n \u003cdiv class=\"gfb__footer wizard__footer\"\u003e\n \n \n \u003cdiv class=\"description globo-description\"\u003e\u003c\/div\u003e\n \n \n \u003cbutton type=\"button\" class=\"action previous hidden flat-button\"\u003ePrevious\u003c\/button\u003e\n \u003cbutton type=\"button\" class=\"action next submit flat-button\" data-submitting-text=\"\" data-submit-text='\u003cspan class=\"spinner\"\u003e\u003c\/span\u003eSubmit' data-next-text=\"Next\" \u003e\u003cspan class=\"spinner\"\u003e\u003c\/span\u003eNext\u003c\/button\u003e\n \n \u003cp class=\"wizard__congrats-message\"\u003e\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \u003cinput type=\"hidden\" value=\"\" name=\"customer[id]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"customer[email]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"customer[name]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"page[title]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"page[href]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"_keyLabel\"\u003e\n \u003c\/form\u003e\n \n \n \u003cdiv class=\"message success\"\u003e\n \n \u003cdiv class=\"gfb__content-title\"\u003eThank you for submitting!\u003c\/div\u003e\n \n \u003cdiv class=\"gfb__discount-wrapper\" onclick=\"Globo.FormBuilder.handleCopyDiscountCode(this)\"\u003e\n \u003cdiv class=\"gfb__content-discount\"\u003e\n \u003cspan class=\"gfb__discount-code\"\u003e\u003c\/span\u003e\n \u003cdiv class=\"gfb__copy\"\u003e\n \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"\u003e\u003cpath d=\"M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16l140.1 0L400 115.9V320c0 8.8-7.2 16-16 16zM192 384H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256c35.3 0 64-28.7 64-64V416H272v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H96V128H64z\"\/\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"gfb__copied\"\u003e\n \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"\u003e\u003cpath d=\"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z\"\/\u003e\u003c\/svg\u003e\n \u003c\/div\u003e \n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"content\"\u003e\u003cp\u003eEach request will be reviewed and verified. If you purchased more than one copy, please submit another disk request form. We kindly ask for your patience during this time. If verified, you will receive an order confirmation email. If we are unable to verify your order, we will reach out for more information. Thank you.\u003c\/p\u003e\n\u003cp\u003eHave a great day!\u003c\/p\u003e\u003c\/div\u003e\n \u003cdiv class=\"dismiss\" onclick=\"Globo.FormBuilder.dismiss(this)\"\u003e\n \u003csvg width=20 height=20 viewBox=\"0 0 20 20\" class=\"\" focusable=\"false\" aria-hidden=\"true\"\u003e\u003cpath d=\"M11.414 10l4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \n\u003c\/div\u003e\n\n\u003c\/div\u003e\n"}}[67029]; window.Globo.FormBuilder.forms[67359] = {"67359":{"elements":[{"id":"group-1","type":"group","label":"Page 1","description":"","elements":[{"id":"heading-1","type":"heading","heading":{"en":"WKUK Make Good Disc Form"},"caption":{"en":""},"columnWidth":100,"displayDisjunctive":false},{"id":"paragraph-1","type":"paragraph","text":{"en":"\u003cp\u003eDue to an assembly error on the WKUK Complete Series DVD, a handful of sketches being left off. In an effort to make right by fans and present the most complete version of the set possible, we have created an extra disc that includes the mistakenly excised sketches as well as the feature-length version of Civil War on Drugs. If you purchased your WKUK set directly from ShoutFactory.com, we will ship that disc to the address you ordered with, and no action is required on your part. If you purchased elsewhere and wish to receive the disc, we will be able to fulfill via the below form. These extra discs are currently slated to ship in January of 2025.\u003c\/p\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp\u003eFor future printings of this release, the cut sketches will be re-placed in their respective episodes. We want to thank the fan community for bringing this to our attention.\u003c\/p\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(224, 62, 45); font-family: Aptos, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);\"\u003ePlease allow approximately 1\u0026ndash;2 weeks for your replacement request to be processed, after which you will receive a confirmation email.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayDisjunctive":false},{"id":"text-2","type":"text","label":{"en":"Order Number"},"placeholder":{"en":""},"description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayDisjunctive":false,"required":true},{"id":"file2-1","type":"file2","label":{"en":"Attach proof of purchase (receipt or photo of product)"},"button-text":"Browse file","placeholder":"Choose file or drag here","hint":"Supported format: JPG, JPEG, PNG, GIF, SVG.","allowed-multiple":false,"allowed-extensions":["jpg","jpeg","png","gif","svg"],"description":"","hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayDisjunctive":false,"conditionalField":false,"sizeLimit":"100","required":true},{"id":"text-8","type":"text","label":{"en":"Country (U.S. and Canada ONLY)"},"placeholder":{"en":""},"description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-1","type":"text","label":{"en":"First Name","vi":"Your Name"},"placeholder":{"en":"","vi":"Your Name"},"description":{"en":""},"hideLabel":false,"required":true,"columnWidth":50,"conditionalField":false},{"id":"text","type":"text","label":{"en":"Last Name","vi":"Your Name"},"placeholder":{"en":"","vi":"Your Name"},"description":{"en":""},"hideLabel":false,"required":true,"columnWidth":50,"conditionalField":false},{"id":"email","type":"email","label":"Email","placeholder":{"en":""},"description":{"en":""},"hideLabel":false,"required":true,"columnWidth":100,"conditionalField":false,"displayType":"show","displayRules":[{"field":"","relation":"equal","condition":""}],"ifHideLabel":false},{"id":"text-3","type":"text","label":{"en":"Shipping Address"},"placeholder":{"en":""},"description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-4","type":"text","label":{"en":"Apartment, suite, etc. (optional)"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false},{"id":"text-5","type":"text","label":{"en":"City"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":33.33,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-6","type":"text","label":{"en":"State"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":33.33,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-7","type":"text","label":{"en":"ZIP code"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":33.33,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"phone-1","type":"phone","label":{"en":"Phone (optional)"},"placeholder":"","description":"","validatePhone":false,"onlyShowFlag":false,"defaultCountryCode":"auto","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false}]}],"errorMessage":{"required":"{{ label | capitalize }} is required","minSelections":"Please choose at least {{ min_selections }} options","maxSelections":"Please choose at maximum of {{ max_selections }} options","exactlySelections":"Please choose exactly {{ exact_selections }} options","invalid":"Invalid","invalidName":"Invalid name","invalidEmail":"Email address is invalid","restrictedEmailDomain":"This email domain is restricted","invalidURL":"Invalid url","invalidPhone":"Invalid phone","invalidNumber":"Invalid number","invalidPassword":"Invalid password","confirmPasswordNotMatch":"Confirmed password doesn't match","customerAlreadyExists":"Customer already exists","keyAlreadyExists":"Data already exists","fileSizeLimit":"File size limit","fileNotAllowed":"File not allowed","requiredCaptcha":"Required captcha","requiredProducts":"Please select product","limitQuantity":"The number of products left in stock has been exceeded","shopifyInvalidPhone":"phone - Enter a valid phone number to use this delivery method","shopifyPhoneHasAlready":"phone - Phone has already been taken","shopifyInvalidProvice":"addresses.province - is not valid","otherError":"Something went wrong, please try again"},"appearance":{"layout":"default","width":600,"style":"flat","mainColor":"rgba(46,78,73,1)","floatingIcon":"\u003csvg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"envelope\" class=\"svg-inline--fa fa-envelope fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"\u003e\u003cpath fill=\"currentColor\" d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e","floatingText":null,"displayOnAllPage":false,"formType":"normalForm","background":"color","backgroundColor":"#fff","descriptionColor":"#6c757d","headingColor":"#000","labelColor":"#1c1c1c","optionColor":"#000","paragraphBackground":"#fff","paragraphColor":"#000","theme_design":false,"font":"inherit","colorScheme":{"solidButton":{"red":0,"green":0,"blue":0,"alpha":1},"solidButtonLabel":{"red":255,"green":255,"blue":255},"text":{"red":28,"green":28,"blue":28},"outlineButton":{"red":0,"green":0,"blue":0,"alpha":1},"background":{"red":255,"green":255,"blue":255}},"imageLayout":"none"},"afterSubmit":{"action":"clearForm","title":{"en":"Thank you for submitting!"},"message":{"en":"\u003cp\u003eEach request will be reviewed and verified. We kindly ask for your patience during this time. If verified, you will receive an order confirmation email. If we are unable to verify your order, we will reach out for more information. Thank you.\u003c\/p\u003e\u003cp\u003eHave a great day!\u003c\/p\u003e"},"redirectUrl":null},"footer":{"description":null,"previousText":"Previous","nextText":"Next","submitText":"Submit","submitFullWidth":true},"header":{"active":false,"title":{"en":"Replacement Disk Request Form"},"description":{"en":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e"},"headerAlignment":"center"},"isStepByStepForm":true,"publish":{"requiredLogin":false,"requiredLoginMessage":"Please \u003ca href='\/account\/login' title='login'\u003elogin\u003c\/a\u003e to continue"},"reCaptcha":{"enable":false},"html":"\n\u003cdiv class=\"globo-form default-form globo-form-id-67359 \" data-locale=\"en\" \u003e\n\n\u003cstyle\u003e\n\n\n \n\n :root .globo-form-app[data-id=\"67359\"]{\n \n --gfb-color-solidButton: 0,0,0;\n --gfb-color-solidButtonColor: rgb(var(--gfb-color-solidButton));\n --gfb-color-solidButtonLabel: 255,255,255;\n --gfb-color-solidButtonLabelColor: rgb(var(--gfb-color-solidButtonLabel));\n --gfb-color-text: 28,28,28;\n --gfb-color-textColor: rgb(var(--gfb-color-text));\n --gfb-color-outlineButton: 0,0,0;\n --gfb-color-outlineButtonColor: rgb(var(--gfb-color-outlineButton));\n --gfb-color-background: 255,255,255;\n --gfb-color-backgroundColor: rgb(var(--gfb-color-background));\n \n --gfb-main-color: rgba(46,78,73,1);\n --gfb-primary-color: var(--gfb-color-solidButtonColor, var(--gfb-main-color));\n --gfb-primary-text-color: var(--gfb-color-solidButtonLabelColor, #FFF);\n --gfb-form-width: 600px;\n --gfb-font-family: inherit;\n --gfb-font-style: inherit;\n --gfb--image: 40%;\n --gfb-image-ratio-draft: var(--gfb--image);\n --gfb-image-ratio: var(--gfb-image-ratio-draft);\n \n --gfb-bg-temp-color: #FFF;\n --gfb-bg-position: ;\n \n --gfb-bg-temp-color: #fff;\n \n --gfb-bg-color: var(--gfb-color-backgroundColor, var(--gfb-bg-temp-color));\n \n }\n \n.globo-form-id-67359 .globo-form-app{\n max-width: 600px;\n width: -webkit-fill-available;\n \n background-color: var(--gfb-bg-color);\n \n \n}\n\n.globo-form-id-67359 .globo-form-app .globo-heading{\n color: var(--gfb-color-textColor, #000)\n}\n\n\n.globo-form-id-67359 .globo-form-app .header {\n text-align:center;\n}\n\n\n.globo-form-id-67359 .globo-form-app .globo-description,\n.globo-form-id-67359 .globo-form-app .header .globo-description{\n --gfb-color-description: rgba(var(--gfb-color-text), 0.8);\n color: var(--gfb-color-description, #6c757d);\n}\n.globo-form-id-67359 .globo-form-app .globo-label,\n.globo-form-id-67359 .globo-form-app .globo-form-control label.globo-label,\n.globo-form-id-67359 .globo-form-app .globo-form-control label.globo-label span.label-content{\n color: var(--gfb-color-textColor, #1c1c1c);\n text-align: left;\n}\n.globo-form-id-67359 .globo-form-app .globo-label.globo-position-label{\n height: 20px !important;\n}\n.globo-form-id-67359 .globo-form-app .globo-form-control .help-text.globo-description,\n.globo-form-id-67359 .globo-form-app .globo-form-control span.globo-description{\n --gfb-color-description: rgba(var(--gfb-color-text), 0.8);\n color: var(--gfb-color-description, #6c757d);\n}\n.globo-form-id-67359 .globo-form-app .globo-form-control .checkbox-wrapper .globo-option,\n.globo-form-id-67359 .globo-form-app .globo-form-control .radio-wrapper .globo-option\n{\n color: var(--gfb-color-textColor, #1c1c1c);\n}\n.globo-form-id-67359 .globo-form-app .footer,\n.globo-form-id-67359 .globo-form-app .gfb__footer{\n text-align:;\n}\n.globo-form-id-67359 .globo-form-app .footer button,\n.globo-form-id-67359 .globo-form-app .gfb__footer button{\n border:1px solid var(--gfb-primary-color);\n \n width:100%;\n \n}\n.globo-form-id-67359 .globo-form-app .footer button.submit,\n.globo-form-id-67359 .globo-form-app .gfb__footer button.submit\n.globo-form-id-67359 .globo-form-app .footer button.checkout,\n.globo-form-id-67359 .globo-form-app .gfb__footer button.checkout,\n.globo-form-id-67359 .globo-form-app .footer button.action.loading .spinner,\n.globo-form-id-67359 .globo-form-app .gfb__footer button.action.loading .spinner{\n background-color: var(--gfb-primary-color);\n color : #ffffff;\n}\n.globo-form-id-67359 .globo-form-app .globo-form-control .star-rating\u003efieldset:not(:checked)\u003elabel:before {\n content: url('data:image\/svg+xml; utf8, \u003csvg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"star\" class=\"svg-inline--fa fa-star fa-w-18\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"\u003e\u003cpath fill=\"rgba(46,78,73,1)\" d=\"M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 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.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e');\n}\n.globo-form-id-67359 .globo-form-app .globo-form-control .star-rating\u003efieldset\u003einput:checked ~ label:before {\n content: url('data:image\/svg+xml; utf8, \u003csvg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"star\" class=\"svg-inline--fa fa-star fa-w-18\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"\u003e\u003cpath fill=\"rgba(46,78,73,1)\" 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\"\u003e\u003c\/path\u003e\u003c\/svg\u003e');\n}\n.globo-form-id-67359 .globo-form-app .globo-form-control .star-rating\u003efieldset:not(:checked)\u003elabel:hover:before,\n.globo-form-id-67359 .globo-form-app .globo-form-control .star-rating\u003efieldset:not(:checked)\u003elabel:hover ~ label:before{\n content : url('data:image\/svg+xml; utf8, \u003csvg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"star\" class=\"svg-inline--fa fa-star fa-w-18\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"\u003e\u003cpath fill=\"rgba(46,78,73,1)\" 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\"\u003e\u003c\/path\u003e\u003c\/svg\u003e')\n}\n.globo-form-id-67359 .globo-form-app .globo-form-control .checkbox-wrapper .checkbox-input:checked ~ .checkbox-label:before {\n border-color: var(--gfb-primary-color);\n box-shadow: 0 4px 6px rgba(50,50,93,0.11), 0 1px 3px rgba(0,0,0,0.08);\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-67359 .globo-form-app .step.-completed .step__number,\n.globo-form-id-67359 .globo-form-app .line.-progress,\n.globo-form-id-67359 .globo-form-app .line.-start{\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-67359 .globo-form-app .checkmark__check,\n.globo-form-id-67359 .globo-form-app .checkmark__circle{\n stroke: var(--gfb-primary-color);\n}\n.globo-form-id-67359 .floating-button{\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-67359 .globo-form-app .globo-form-control .checkbox-wrapper .checkbox-input ~ .checkbox-label:before,\n.globo-form-app .globo-form-control .radio-wrapper .radio-input ~ .radio-label:after{\n border-color : var(--gfb-primary-color);\n}\n.globo-form-id-67359 .flatpickr-day.selected, \n.globo-form-id-67359 .flatpickr-day.startRange, \n.globo-form-id-67359 .flatpickr-day.endRange, \n.globo-form-id-67359 .flatpickr-day.selected.inRange, \n.globo-form-id-67359 .flatpickr-day.startRange.inRange, \n.globo-form-id-67359 .flatpickr-day.endRange.inRange, \n.globo-form-id-67359 .flatpickr-day.selected:focus, \n.globo-form-id-67359 .flatpickr-day.startRange:focus, \n.globo-form-id-67359 .flatpickr-day.endRange:focus, \n.globo-form-id-67359 .flatpickr-day.selected:hover, \n.globo-form-id-67359 .flatpickr-day.startRange:hover, \n.globo-form-id-67359 .flatpickr-day.endRange:hover, \n.globo-form-id-67359 .flatpickr-day.selected.prevMonthDay, \n.globo-form-id-67359 .flatpickr-day.startRange.prevMonthDay, \n.globo-form-id-67359 .flatpickr-day.endRange.prevMonthDay, \n.globo-form-id-67359 .flatpickr-day.selected.nextMonthDay, \n.globo-form-id-67359 .flatpickr-day.startRange.nextMonthDay, \n.globo-form-id-67359 .flatpickr-day.endRange.nextMonthDay {\n background: var(--gfb-primary-color);\n border-color: var(--gfb-primary-color);\n}\n.globo-form-id-67359 .globo-paragraph {\n background: #fff;\n color: var(--gfb-color-textColor, #000);\n width: 100%!important;\n}\n\n[dir=\"rtl\"] .globo-form-app .header .title,\n[dir=\"rtl\"] .globo-form-app .header .description,\n[dir=\"rtl\"] .globo-form-id-67359 .globo-form-app .globo-heading,\n[dir=\"rtl\"] .globo-form-id-67359 .globo-form-app .globo-label,\n[dir=\"rtl\"] .globo-form-id-67359 .globo-form-app .globo-form-control label.globo-label,\n[dir=\"rtl\"] .globo-form-id-67359 .globo-form-app .globo-form-control label.globo-label span.label-content{\n text-align: right;\n}\n\n[dir=\"rtl\"] .globo-form-app .line {\n left: unset;\n right: 50%;\n}\n\n[dir=\"rtl\"] .globo-form-id-67359 .globo-form-app .line.-start {\n left: unset; \n right: 0%;\n}\n\n\u003c\/style\u003e\n\n\n\n\n\u003cdiv class=\"globo-form-app default-layout gfb-style-flat gfb-font-size-medium\" data-id=67359\u003e\n \n \u003cdiv class=\"header dismiss hidden\" onclick=\"Globo.FormBuilder.closeModalForm(this)\"\u003e\n \u003csvg width=20 height=20 viewBox=\"0 0 20 20\" class=\"\" focusable=\"false\" aria-hidden=\"true\"\u003e\u003cpath d=\"M11.414 10l4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003cform class=\"g-container\" novalidate action=\"https:\/\/app.powerfulform.com\/api\/front\/form\/67359\/send\" method=\"POST\" enctype=\"multipart\/form-data\" data-id=67359\u003e\n \n \n \n \n \u003cdiv class=\"globo-formbuilder-wizard\" data-id=67359\u003e\n \u003cdiv class=\"wizard__content\"\u003e\n \u003cheader class=\"wizard__header\"\u003e\n \u003cdiv class=\"wizard__steps\"\u003e\n \u003cnav class=\"steps hidden\"\u003e\n \n \n \n \n \n \n \n \n \n \u003cdiv class=\"step last \" data-element-id=\"group-1\" data-step=\"0\" \u003e\n \u003cdiv class=\"step__content\"\u003e\n \u003cp class=\"step__number\"\u003e\u003c\/p\u003e\n \u003csvg class=\"checkmark\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=52 height=52 viewBox=\"0 0 52 52\"\u003e\n \u003ccircle class=\"checkmark__circle\" cx=\"26\" cy=\"26\" r=\"25\" fill=\"none\"\/\u003e\n \u003cpath class=\"checkmark__check\" fill=\"none\" d=\"M14.1 27.2l7.1 7.2 16.7-16.8\"\/\u003e\n \u003c\/svg\u003e\n \u003cdiv class=\"lines\"\u003e\n \n \u003cdiv class=\"line -start\"\u003e\u003c\/div\u003e\n \n \u003cdiv class=\"line -background\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"line -progress\"\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e \n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \u003c\/nav\u003e\n \u003c\/div\u003e\n \u003c\/header\u003e\n \u003cdiv class=\"panels\"\u003e\n \n \n \n \n \u003cdiv class=\"panel \" data-element-id=\"group-1\" data-id=67359 data-step=\"0\" style=\"padding-top:0\"\u003e\n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='heading'\u003e\n \u003ch3 tabindex=\"0\" class=\"heading-title globo-heading\" id=\"heading-1\" \u003eWKUK Make Good Disc Form\u003c\/h3\u003e\n \u003cp tabindex=\"0\" class=\"heading-caption\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-1\" \u003e\u003cp\u003eDue to an assembly error on the WKUK Complete Series DVD, a handful of sketches being left off. In an effort to make right by fans and present the most complete version of the set possible, we have created an extra disc that includes the mistakenly excised sketches as well as the feature-length version of Civil War on Drugs. If you purchased your WKUK set directly from ShoutFactory.com, we will ship that disc to the address you ordered with, and no action is required on your part. If you purchased elsewhere and wish to receive the disc, we will be able to fulfill via the below form. These extra discs are currently slated to ship in January of 2025.\u003c\/p\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp\u003eFor future printings of this release, the cut sketches will be re-placed in their respective episodes. We want to thank the fan community for bringing this to our attention.\u003c\/p\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(224, 62, 45); font-family: Aptos, sans-serif; font-size: 16px; background-color: rgb(255, 255, 255);\"\u003ePlease allow approximately 1\u0026ndash;2 weeks for your replacement request to be processed, after which you will receive a confirmation email.\u003c\/span\u003e\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67359-text-2\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Order Number\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Order Number\"\u003eOrder Number\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67359-text-2\" name=\"text-2\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='file2'\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Browse file\" for=\"temp-for-67359-file2-1\" class=\"flat-label globo-label \" data-label=\"Attach proof of purchase (receipt or photo of product)\"\u003e\u003cspan class=\"label-content\" data-label=\"Attach proof of purchase (receipt or photo of product)\"\u003eAttach proof of purchase (receipt or photo of product)\u003c\/span\u003e\u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\u003c\/label\u003e\n \u003cdiv class=\"globo-form-input\"\u003e\n \u003cdiv class=\"gfb__dropzone\"\u003e\n \u003cdiv class=\"gfb__dropzone--content\"\u003e\n \u003cdiv class=\"gfb__dropzone--placeholder\"\u003e\n \u003cdiv class=\"gfb__dropzone--placeholder--title\"\u003e\n Choose file or drag here\n \u003c\/div\u003e\n \n \u003cdiv class=\"gfb__dropzone--placeholder--description\"\u003e\n Supported format: JPG, JPEG, PNG, GIF, SVG.\n \u003c\/div\u003e\n \n \n \u003cbutton type=\"button\" for=\"67359-file2-1\" class=\"gfb__dropzone--placeholder--button\"\u003eBrowse file\u003c\/button\u003e\n \n \u003c\/div\u003e\n \u003cdiv class=\"gfb__dropzone--preview--area\"\u003e\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cinput style=\"display:none\" type=\"file\" id=\"temp-for-67359-file2-1\" \/\u003e\n \u003clabel for=\"temp-for-67359-file2-1_\"\u003e\u003cspan class=\"gfb__hidden\"\u003etemp-for-67359-file2-1_\u003c\/span\u003e\u003c\/label\u003e\n \u003cinput style=\"display:none\" type=\"file\" id=\"temp-for-67359-file2-1_\" data-type=\"file2\" class=\"flat-input\" id=\"67359-file2-1\" name=\"file2-1\" placeholder=\"Choose file or drag here\" presence data-allowed-extensions=\"jpg,jpeg,png,gif,svg\" data-file-size-limit=\"100\" data-file-limit=\"\" \u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67359-text-8\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Country (U.S. and Canada ONLY)\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Country (U.S. and Canada ONLY)\"\u003eCountry (U.S. and Canada ONLY)\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67359-text-8\" name=\"text-8\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-2-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67359-text-1\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"First Name\"\u003e\n \u003cspan class=\"label-content\" data-label=\"First Name\"\u003eFirst Name\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67359-text-1\" name=\"text-1\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"help-text globo-description\"\u003e\u003c\/small\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-2-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67359-text\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Last Name\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Last Name\"\u003eLast Name\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67359-text\" name=\"text\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"help-text globo-description\"\u003e\u003c\/small\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='email'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67359-email\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Email\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Email\"\u003eEmail\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"email\" class=\"flat-input\" id=\"67359-email\" name=\"email\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"help-text globo-description\"\u003e\u003c\/small\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67359-text-3\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Shipping Address\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Shipping Address\"\u003eShipping Address\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67359-text-3\" name=\"text-3\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67359-text-4\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Apartment, suite, etc. (optional)\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Apartment, suite, etc. (optional)\"\u003eApartment, suite, etc. (optional)\u003c\/span\u003e\n \n \u003cspan\u003e\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67359-text-4\" name=\"text-4\" placeholder=\"\" \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-3-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67359-text-5\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"City\"\u003e\n \u003cspan class=\"label-content\" data-label=\"City\"\u003eCity\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67359-text-5\" name=\"text-5\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-3-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67359-text-6\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"State\"\u003e\n \u003cspan class=\"label-content\" data-label=\"State\"\u003eState\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67359-text-6\" name=\"text-6\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-3-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67359-text-7\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"ZIP code\"\u003e\n \u003cspan class=\"label-content\" data-label=\"ZIP code\"\u003eZIP code\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"67359-text-7\" name=\"text-7\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='phone' \u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"67359-phone-1\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Phone (optional)\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Phone (optional)\"\u003ePhone (optional)\u003c\/span\u003e\n \n \u003cspan\u003e\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input gfb__phone-placeholder\" input-placeholder=\"\"\u003e\n \n \n \n \n \u003cinput type=\"text\" data-type=\"phone\" class=\"flat-input\" id=\"67359-phone-1\" name=\"phone-1\" placeholder=\"\" default-country-code=\"auto\"\u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n \n \n \n \n \n \u003c\/div\u003e\n \n \u003c\/div\u003e\n \n \u003cdiv class=\"message error\" data-other-error=\"Something went wrong, please try again\"\u003e\n \u003cdiv class=\"content\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"dismiss\" onclick=\"Globo.FormBuilder.dismiss(this)\"\u003e\n \u003csvg width=20 height=20 viewBox=\"0 0 20 20\" class=\"\" focusable=\"false\" aria-hidden=\"true\"\u003e\u003cpath d=\"M11.414 10l4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \n \n \u003cdiv class=\"message success\"\u003e\n \n \u003cdiv class=\"gfb__content-title\"\u003eThank you for submitting!\u003c\/div\u003e\n \n \u003cdiv class=\"gfb__discount-wrapper\" onclick=\"Globo.FormBuilder.handleCopyDiscountCode(this)\"\u003e\n \u003cdiv class=\"gfb__content-discount\"\u003e\n \u003cspan class=\"gfb__discount-code\"\u003e\u003c\/span\u003e\n \u003cdiv class=\"gfb__copy\"\u003e\n \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"\u003e\u003cpath d=\"M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16l140.1 0L400 115.9V320c0 8.8-7.2 16-16 16zM192 384H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256c35.3 0 64-28.7 64-64V416H272v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H96V128H64z\"\/\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"gfb__copied\"\u003e\n \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"\u003e\u003cpath d=\"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z\"\/\u003e\u003c\/svg\u003e\n \u003c\/div\u003e \n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"content\"\u003e\u003cp\u003eEach request will be reviewed and verified. We kindly ask for your patience during this time. If verified, you will receive an order confirmation email. If we are unable to verify your order, we will reach out for more information. Thank you.\u003c\/p\u003e\u003cp\u003eHave a great day!\u003c\/p\u003e\u003c\/div\u003e\n \u003cdiv class=\"dismiss\" onclick=\"Globo.FormBuilder.dismiss(this)\"\u003e\n \u003csvg width=20 height=20 width=20 height=20 viewBox=\"0 0 20 20\" class=\"\" focusable=\"false\" aria-hidden=\"true\"\u003e\u003cpath d=\"M11.414 10l4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \n \n \u003cdiv class=\"gfb__footer wizard__footer\"\u003e\n \n \n \u003cdiv class=\"description globo-description\"\u003e\u003c\/div\u003e\n \n \n \u003cbutton type=\"button\" class=\"action previous hidden flat-button\"\u003ePrevious\u003c\/button\u003e\n \u003cbutton type=\"button\" class=\"action next submit flat-button\" data-submitting-text=\"\" data-submit-text='\u003cspan class=\"spinner\"\u003e\u003c\/span\u003eSubmit' data-next-text=\"Next\" \u003e\u003cspan class=\"spinner\"\u003e\u003c\/span\u003eNext\u003c\/button\u003e\n \n \u003cp class=\"wizard__congrats-message\"\u003e\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \u003cinput type=\"hidden\" value=\"\" name=\"customer[id]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"customer[email]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"customer[name]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"page[title]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"page[href]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"_keyLabel\"\u003e\n \u003c\/form\u003e\n \n \n \u003cdiv class=\"message success\"\u003e\n \n \u003cdiv class=\"gfb__content-title\"\u003eThank you for submitting!\u003c\/div\u003e\n \n \u003cdiv class=\"gfb__discount-wrapper\" onclick=\"Globo.FormBuilder.handleCopyDiscountCode(this)\"\u003e\n \u003cdiv class=\"gfb__content-discount\"\u003e\n \u003cspan class=\"gfb__discount-code\"\u003e\u003c\/span\u003e\n \u003cdiv class=\"gfb__copy\"\u003e\n \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"\u003e\u003cpath d=\"M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16l140.1 0L400 115.9V320c0 8.8-7.2 16-16 16zM192 384H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256c35.3 0 64-28.7 64-64V416H272v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H96V128H64z\"\/\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"gfb__copied\"\u003e\n \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"\u003e\u003cpath d=\"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z\"\/\u003e\u003c\/svg\u003e\n \u003c\/div\u003e \n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"content\"\u003e\u003cp\u003eEach request will be reviewed and verified. We kindly ask for your patience during this time. If verified, you will receive an order confirmation email. If we are unable to verify your order, we will reach out for more information. Thank you.\u003c\/p\u003e\u003cp\u003eHave a great day!\u003c\/p\u003e\u003c\/div\u003e\n \u003cdiv class=\"dismiss\" onclick=\"Globo.FormBuilder.dismiss(this)\"\u003e\n \u003csvg width=20 height=20 viewBox=\"0 0 20 20\" class=\"\" focusable=\"false\" aria-hidden=\"true\"\u003e\u003cpath d=\"M11.414 10l4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \n\u003c\/div\u003e\n\n\u003c\/div\u003e\n"}}[67359]; window.Globo.FormBuilder.forms[73965] = {"73965":{"elements":[{"id":"group-1","type":"group","label":"Page 1","description":"","elements":[{"id":"heading-1","type":"heading","heading":{"en":"Shaw Brothers Classics, Vol. 5 Replacement Slipcase Request Form"},"caption":{"en":""},"columnWidth":100,"displayDisjunctive":false},{"id":"paragraph-1","type":"paragraph","text":{"en":"\u003cp class=\"x_MsoNormal\" style=\"margin: 0in; background-color: rgb(255, 255, 255);\" data-olk-copy-source=\"MessageBody\"\u003e\u003cspan style=\"color: #242424; font-family: Aptos, sans-serif;\"\u003eWe have identified a tightness issue with the slipcase for the Shaw Brothers Classics, Vol. 5. If you need a replacement, please fill out the form below. We expect replacements to begin shipping in March of 2025. Please note that a small \"R1\u0026rdquo; will appear on the bottom of the fixed slipcases to make them more easily distinguishable.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\" style=\"margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); background-color: rgb(255, 255, 255);\" data-olk-copy-source=\"MessageBody\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\" style=\"margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); background-color: rgb(255, 255, 255);\" data-olk-copy-source=\"MessageBody\"\u003e\u003cspan style=\"color: rgb(224, 62, 45);\"\u003ePlease allow approximately 1\u0026ndash;2 weeks for your replacement request to be processed, after which you will receive a confirmation email.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayDisjunctive":false},{"id":"text-2","type":"text","label":{"en":"Order Number"},"placeholder":{"en":"#SF100000000"},"description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayDisjunctive":false,"required":true},{"id":"quantity-1","type":"quantity","label":"Quantity","description":{"en":"All requests will be verified to ensure the quantity requested matches the amount originally ordered."},"setMaxValue":true,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"maxValue":"5","required":true},{"id":"file2-1","type":"file2","label":{"en":"Attach proof of purchase (receipt or photo of product)"},"button-text":"Browse file","placeholder":"Choose file or drag here","hint":"Supported format: JPG, JPEG, PNG, GIF, SVG.","allowed-multiple":false,"allowed-extensions":["jpg","jpeg","png","gif","svg"],"description":"","hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayDisjunctive":false,"conditionalField":false,"sizeLimit":"100","required":true},{"id":"select-1","type":"select","label":{"en":"Country (U.S. and Canada ONLY)"},"placeholder":"Please select","options":[{"label":{"en":"United States"},"value":"United States"},{"label":{"en":"Canada"},"value":"Canada"}],"defaultOption":"United States","description":"","hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-1","type":"text","label":{"en":"First Name","vi":"Your Name"},"placeholder":{"en":"","vi":"Your Name"},"description":{"en":""},"hideLabel":false,"required":true,"columnWidth":50,"conditionalField":false},{"id":"text","type":"text","label":{"en":"Last Name","vi":"Your Name"},"placeholder":{"en":"","vi":"Your Name"},"description":{"en":""},"hideLabel":false,"required":true,"columnWidth":50,"conditionalField":false},{"id":"email","type":"email","label":"Email","placeholder":{"en":""},"description":{"en":""},"hideLabel":false,"required":true,"columnWidth":100,"conditionalField":false,"displayType":"show","displayRules":[{"field":"","relation":"equal","condition":""}],"ifHideLabel":false},{"id":"text-3","type":"text","label":{"en":"Shipping Address (U.S. and Canada ONLY)"},"placeholder":{"en":""},"description":{"en":""},"limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-4","type":"text","label":{"en":"Apartment, suite, etc. (optional)"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false},{"id":"text-5","type":"text","label":{"en":"City"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":33.33,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-6","type":"text","label":{"en":"State"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":33.33,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-7","type":"text","label":{"en":"ZIP code"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":33.33,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"phone-1","type":"phone","label":{"en":"Phone (optional)"},"placeholder":"","description":"","validatePhone":false,"onlyShowFlag":false,"defaultCountryCode":"auto","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false}]}],"errorMessage":{"required":"{{ label | capitalize }} is required","minSelections":"Please choose at least {{ min_selections }} options","maxSelections":"Please choose at maximum of {{ max_selections }} options","exactlySelections":"Please choose exactly {{ exact_selections }} options","invalid":"Invalid","invalidName":"Invalid name","invalidEmail":"Email address is invalid","restrictedEmailDomain":"This email domain is restricted","invalidURL":"Invalid url","invalidPhone":"Invalid phone","invalidNumber":"Invalid number","invalidPassword":"Invalid password","confirmPasswordNotMatch":"Confirmed password doesn't match","customerAlreadyExists":"Customer already exists","keyAlreadyExists":"Data already exists","fileSizeLimit":"File size limit","fileNotAllowed":"File not allowed","requiredCaptcha":"Required captcha","requiredProducts":"Please select product","limitQuantity":"The number of products left in stock has been exceeded","shopifyInvalidPhone":"phone - Enter a valid phone number to use this delivery method","shopifyPhoneHasAlready":"phone - Phone has already been taken","shopifyInvalidProvice":"addresses.province - is not valid","otherError":"Something went wrong, please try again"},"appearance":{"layout":"default","width":600,"style":"flat","mainColor":"rgba(46,78,73,1)","floatingIcon":"\u003csvg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"envelope\" class=\"svg-inline--fa fa-envelope fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"\u003e\u003cpath fill=\"currentColor\" d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e","floatingText":null,"displayOnAllPage":false,"formType":"normalForm","background":"color","backgroundColor":"#fff","descriptionColor":"#6c757d","headingColor":"#000","labelColor":"#1c1c1c","optionColor":"#000","paragraphBackground":"#fff","paragraphColor":"#000","theme_design":false,"font":"inherit","colorScheme":{"solidButton":{"red":0,"green":0,"blue":0,"alpha":1},"solidButtonLabel":{"red":255,"green":255,"blue":255},"text":{"red":28,"green":28,"blue":28},"outlineButton":{"red":0,"green":0,"blue":0,"alpha":1},"background":{"red":255,"green":255,"blue":255}},"imageLayout":"none"},"afterSubmit":{"action":"redirectToPage","title":{"en":"Thank you for submitting!"},"message":{"en":"\u003cp\u003eEach request will be reviewed and verified. We kindly ask for your patience during this time. If verified, you will receive an order confirmation email. If we are unable to verify your order, we will reach out for more information. Thank you.\u003c\/p\u003e\u003cp\u003eHave a great day!\u003c\/p\u003e"},"redirectUrl":{"en":"https:\/\/shoutfactory.com\/pages\/submission-received"}},"footer":{"description":null,"previousText":"Previous","nextText":"Next","submitText":"Submit","submitFullWidth":true},"header":{"active":false,"title":{"en":"Shaw Brothers Classics, Vol. 5 Replacement Slipcase Request Form"},"description":{"en":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e"},"headerAlignment":"center"},"isStepByStepForm":true,"publish":{"requiredLogin":false,"requiredLoginMessage":"Please \u003ca href='\/account\/login' title='login'\u003elogin\u003c\/a\u003e to continue"},"reCaptcha":{"enable":false},"html":"\n\u003cdiv class=\"globo-form default-form globo-form-id-73965 \" data-locale=\"en\" \u003e\n\n\u003cstyle\u003e\n\n\n \n\n :root .globo-form-app[data-id=\"73965\"]{\n \n --gfb-color-solidButton: 0,0,0;\n --gfb-color-solidButtonColor: rgb(var(--gfb-color-solidButton));\n --gfb-color-solidButtonLabel: 255,255,255;\n --gfb-color-solidButtonLabelColor: rgb(var(--gfb-color-solidButtonLabel));\n --gfb-color-text: 28,28,28;\n --gfb-color-textColor: rgb(var(--gfb-color-text));\n --gfb-color-outlineButton: 0,0,0;\n --gfb-color-outlineButtonColor: rgb(var(--gfb-color-outlineButton));\n --gfb-color-background: 255,255,255;\n --gfb-color-backgroundColor: rgb(var(--gfb-color-background));\n \n --gfb-main-color: rgba(46,78,73,1);\n --gfb-primary-color: var(--gfb-color-solidButtonColor, var(--gfb-main-color));\n --gfb-primary-text-color: var(--gfb-color-solidButtonLabelColor, #FFF);\n --gfb-form-width: 600px;\n --gfb-font-family: inherit;\n --gfb-font-style: inherit;\n --gfb--image: 40%;\n --gfb-image-ratio-draft: var(--gfb--image);\n --gfb-image-ratio: var(--gfb-image-ratio-draft);\n \n --gfb-bg-temp-color: #FFF;\n --gfb-bg-position: ;\n \n --gfb-bg-temp-color: #fff;\n \n --gfb-bg-color: var(--gfb-color-backgroundColor, var(--gfb-bg-temp-color));\n \n }\n \n.globo-form-id-73965 .globo-form-app{\n max-width: 600px;\n width: -webkit-fill-available;\n \n background-color: var(--gfb-bg-color);\n \n \n}\n\n.globo-form-id-73965 .globo-form-app .globo-heading{\n color: var(--gfb-color-textColor, #000)\n}\n\n\n.globo-form-id-73965 .globo-form-app .header {\n text-align:center;\n}\n\n\n.globo-form-id-73965 .globo-form-app .globo-description,\n.globo-form-id-73965 .globo-form-app .header .globo-description{\n --gfb-color-description: rgba(var(--gfb-color-text), 0.8);\n color: var(--gfb-color-description, #6c757d);\n}\n.globo-form-id-73965 .globo-form-app .globo-label,\n.globo-form-id-73965 .globo-form-app .globo-form-control label.globo-label,\n.globo-form-id-73965 .globo-form-app .globo-form-control label.globo-label span.label-content{\n color: var(--gfb-color-textColor, #1c1c1c);\n text-align: left;\n}\n.globo-form-id-73965 .globo-form-app .globo-label.globo-position-label{\n height: 20px !important;\n}\n.globo-form-id-73965 .globo-form-app .globo-form-control .help-text.globo-description,\n.globo-form-id-73965 .globo-form-app .globo-form-control span.globo-description{\n --gfb-color-description: rgba(var(--gfb-color-text), 0.8);\n color: var(--gfb-color-description, #6c757d);\n}\n.globo-form-id-73965 .globo-form-app .globo-form-control .checkbox-wrapper .globo-option,\n.globo-form-id-73965 .globo-form-app .globo-form-control .radio-wrapper .globo-option\n{\n color: var(--gfb-color-textColor, #1c1c1c);\n}\n.globo-form-id-73965 .globo-form-app .footer,\n.globo-form-id-73965 .globo-form-app .gfb__footer{\n text-align:;\n}\n.globo-form-id-73965 .globo-form-app .footer button,\n.globo-form-id-73965 .globo-form-app .gfb__footer button{\n border:1px solid var(--gfb-primary-color);\n \n width:100%;\n \n}\n.globo-form-id-73965 .globo-form-app .footer button.submit,\n.globo-form-id-73965 .globo-form-app .gfb__footer button.submit\n.globo-form-id-73965 .globo-form-app .footer button.checkout,\n.globo-form-id-73965 .globo-form-app .gfb__footer button.checkout,\n.globo-form-id-73965 .globo-form-app .footer button.action.loading .spinner,\n.globo-form-id-73965 .globo-form-app .gfb__footer button.action.loading .spinner{\n background-color: var(--gfb-primary-color);\n color : #ffffff;\n}\n.globo-form-id-73965 .globo-form-app .globo-form-control .star-rating\u003efieldset:not(:checked)\u003elabel:before {\n content: url('data:image\/svg+xml; utf8, \u003csvg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"star\" class=\"svg-inline--fa fa-star fa-w-18\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"\u003e\u003cpath fill=\"rgba(46,78,73,1)\" d=\"M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 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.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e');\n}\n.globo-form-id-73965 .globo-form-app .globo-form-control .star-rating\u003efieldset\u003einput:checked ~ label:before {\n content: url('data:image\/svg+xml; utf8, \u003csvg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"star\" class=\"svg-inline--fa fa-star fa-w-18\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"\u003e\u003cpath fill=\"rgba(46,78,73,1)\" 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\"\u003e\u003c\/path\u003e\u003c\/svg\u003e');\n}\n.globo-form-id-73965 .globo-form-app .globo-form-control .star-rating\u003efieldset:not(:checked)\u003elabel:hover:before,\n.globo-form-id-73965 .globo-form-app .globo-form-control .star-rating\u003efieldset:not(:checked)\u003elabel:hover ~ label:before{\n content : url('data:image\/svg+xml; utf8, \u003csvg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"star\" class=\"svg-inline--fa fa-star fa-w-18\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"\u003e\u003cpath fill=\"rgba(46,78,73,1)\" 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\"\u003e\u003c\/path\u003e\u003c\/svg\u003e')\n}\n.globo-form-id-73965 .globo-form-app .globo-form-control .checkbox-wrapper .checkbox-input:checked ~ .checkbox-label:before {\n border-color: var(--gfb-primary-color);\n box-shadow: 0 4px 6px rgba(50,50,93,0.11), 0 1px 3px rgba(0,0,0,0.08);\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-73965 .globo-form-app .step.-completed .step__number,\n.globo-form-id-73965 .globo-form-app .line.-progress,\n.globo-form-id-73965 .globo-form-app .line.-start{\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-73965 .globo-form-app .checkmark__check,\n.globo-form-id-73965 .globo-form-app .checkmark__circle{\n stroke: var(--gfb-primary-color);\n}\n.globo-form-id-73965 .floating-button{\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-73965 .globo-form-app .globo-form-control .checkbox-wrapper .checkbox-input ~ .checkbox-label:before,\n.globo-form-app .globo-form-control .radio-wrapper .radio-input ~ .radio-label:after{\n border-color : var(--gfb-primary-color);\n}\n.globo-form-id-73965 .flatpickr-day.selected, \n.globo-form-id-73965 .flatpickr-day.startRange, \n.globo-form-id-73965 .flatpickr-day.endRange, \n.globo-form-id-73965 .flatpickr-day.selected.inRange, \n.globo-form-id-73965 .flatpickr-day.startRange.inRange, \n.globo-form-id-73965 .flatpickr-day.endRange.inRange, \n.globo-form-id-73965 .flatpickr-day.selected:focus, \n.globo-form-id-73965 .flatpickr-day.startRange:focus, \n.globo-form-id-73965 .flatpickr-day.endRange:focus, \n.globo-form-id-73965 .flatpickr-day.selected:hover, \n.globo-form-id-73965 .flatpickr-day.startRange:hover, \n.globo-form-id-73965 .flatpickr-day.endRange:hover, \n.globo-form-id-73965 .flatpickr-day.selected.prevMonthDay, \n.globo-form-id-73965 .flatpickr-day.startRange.prevMonthDay, \n.globo-form-id-73965 .flatpickr-day.endRange.prevMonthDay, \n.globo-form-id-73965 .flatpickr-day.selected.nextMonthDay, \n.globo-form-id-73965 .flatpickr-day.startRange.nextMonthDay, \n.globo-form-id-73965 .flatpickr-day.endRange.nextMonthDay {\n background: var(--gfb-primary-color);\n border-color: var(--gfb-primary-color);\n}\n.globo-form-id-73965 .globo-paragraph {\n background: #fff;\n color: var(--gfb-color-textColor, #000);\n width: 100%!important;\n}\n\n[dir=\"rtl\"] .globo-form-app .header .title,\n[dir=\"rtl\"] .globo-form-app .header .description,\n[dir=\"rtl\"] .globo-form-id-73965 .globo-form-app .globo-heading,\n[dir=\"rtl\"] .globo-form-id-73965 .globo-form-app .globo-label,\n[dir=\"rtl\"] .globo-form-id-73965 .globo-form-app .globo-form-control label.globo-label,\n[dir=\"rtl\"] .globo-form-id-73965 .globo-form-app .globo-form-control label.globo-label span.label-content{\n text-align: right;\n}\n\n[dir=\"rtl\"] .globo-form-app .line {\n left: unset;\n right: 50%;\n}\n\n[dir=\"rtl\"] .globo-form-id-73965 .globo-form-app .line.-start {\n left: unset; \n right: 0%;\n}\n\n\u003c\/style\u003e\n\n\n\n\n\u003cdiv class=\"globo-form-app default-layout gfb-style-flat gfb-font-size-medium\" data-id=73965\u003e\n \n \u003cdiv class=\"header dismiss hidden\" onclick=\"Globo.FormBuilder.closeModalForm(this)\"\u003e\n \u003csvg width=20 height=20 viewBox=\"0 0 20 20\" class=\"\" focusable=\"false\" aria-hidden=\"true\"\u003e\u003cpath d=\"M11.414 10l4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003cform class=\"g-container\" novalidate action=\"https:\/\/app.powerfulform.com\/api\/front\/form\/73965\/send\" method=\"POST\" enctype=\"multipart\/form-data\" data-id=73965\u003e\n \n \n \n \n \u003cdiv class=\"globo-formbuilder-wizard\" data-id=73965\u003e\n \u003cdiv class=\"wizard__content\"\u003e\n \u003cheader class=\"wizard__header\"\u003e\n \u003cdiv class=\"wizard__steps\"\u003e\n \u003cnav class=\"steps hidden\"\u003e\n \n \n \n \n \n \n \n \n \n \u003cdiv class=\"step last \" data-element-id=\"group-1\" data-step=\"0\" \u003e\n \u003cdiv class=\"step__content\"\u003e\n \u003cp class=\"step__number\"\u003e\u003c\/p\u003e\n \u003csvg class=\"checkmark\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=52 height=52 viewBox=\"0 0 52 52\"\u003e\n \u003ccircle class=\"checkmark__circle\" cx=\"26\" cy=\"26\" r=\"25\" fill=\"none\"\/\u003e\n \u003cpath class=\"checkmark__check\" fill=\"none\" d=\"M14.1 27.2l7.1 7.2 16.7-16.8\"\/\u003e\n \u003c\/svg\u003e\n \u003cdiv class=\"lines\"\u003e\n \n \u003cdiv class=\"line -start\"\u003e\u003c\/div\u003e\n \n \u003cdiv class=\"line -background\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"line -progress\"\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e \n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \u003c\/nav\u003e\n \u003c\/div\u003e\n \u003c\/header\u003e\n \u003cdiv class=\"panels\"\u003e\n \n \n \n \n \u003cdiv class=\"panel \" data-element-id=\"group-1\" data-id=73965 data-step=\"0\" style=\"padding-top:0\"\u003e\n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='heading'\u003e\n \u003ch3 tabindex=\"0\" class=\"heading-title globo-heading\" id=\"heading-1\" \u003eShaw Brothers Classics, Vol. 5 Replacement Slipcase Request Form\u003c\/h3\u003e\n \u003cp tabindex=\"0\" class=\"heading-caption\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-1\" \u003e\u003cp class=\"x_MsoNormal\" style=\"margin: 0in; background-color: rgb(255, 255, 255);\" data-olk-copy-source=\"MessageBody\"\u003e\u003cspan style=\"color: #242424; font-family: Aptos, sans-serif;\"\u003eWe have identified a tightness issue with the slipcase for the Shaw Brothers Classics, Vol. 5. If you need a replacement, please fill out the form below. We expect replacements to begin shipping in March of 2025. Please note that a small \"R1\u0026rdquo; will appear on the bottom of the fixed slipcases to make them more easily distinguishable.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\" style=\"margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); background-color: rgb(255, 255, 255);\" data-olk-copy-source=\"MessageBody\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\" style=\"margin: 0in; font-size: 12pt; font-family: Aptos, sans-serif; color: rgb(36, 36, 36); background-color: rgb(255, 255, 255);\" data-olk-copy-source=\"MessageBody\"\u003e\u003cspan style=\"color: rgb(224, 62, 45);\"\u003ePlease allow approximately 1\u0026ndash;2 weeks for your replacement request to be processed, after which you will receive a confirmation email.\u003c\/span\u003e\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"73965-text-2\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Order Number\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Order Number\"\u003eOrder Number\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"73965-text-2\" name=\"text-2\" placeholder=\"#SF100000000\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='quantity'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"73965-quantity-1\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Quantity\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Quantity\"\u003eQuantity\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \u003cdiv class=\"gfb__quantity-element flat-input\" data-limit=5\u003e\n \u003cspan class=\"gfb__quantity-button gfb__minus-button\" onclick=\"Globo.FormBuilder.handleMinusQuantity(this)\"\u003e\n \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"13\" width=\"11\" viewBox=\"0 0 448 512\"\u003e\u003cpath d=\"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z\"\/\u003e\u003c\/svg\u003e\n \u003c\/span\u003e\n \u003cinput type=\"number\" class=\"gfb__quantity-input\" id=\"73965-quantity-1\" name=\"quantity-1\" presence min=\"0\" step=\"1\" max=\"5\" onKeyUp=\"if(this.value\u003e5){this.value='5'}\" onkeypress=\"return (event.charCode !=8 \u0026\u0026 event.charCode ==0 || (event.charCode \u003e= 48 \u0026\u0026 event.charCode \u003c= 57))\"\/\u003e\n \u003cspan class=\"gfb__quantity-button gfb__add-button\" onclick=\"Globo.FormBuilder.handlePlusQuantity(this)\"\u003e\n \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"13\" width=\"11\" viewBox=\"0 0 448 512\"\u003e\u003cpath d=\"M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z\"\/\u003e\u003c\/svg\u003e\n \u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"help-text globo-description\"\u003eAll requests will be verified to ensure the quantity requested matches the amount originally ordered.\u003c\/small\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='file2'\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Browse file\" for=\"temp-for-73965-file2-1\" class=\"flat-label globo-label \" data-label=\"Attach proof of purchase (receipt or photo of product)\"\u003e\u003cspan class=\"label-content\" data-label=\"Attach proof of purchase (receipt or photo of product)\"\u003eAttach proof of purchase (receipt or photo of product)\u003c\/span\u003e\u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\u003c\/label\u003e\n \u003cdiv class=\"globo-form-input\"\u003e\n \u003cdiv class=\"gfb__dropzone\"\u003e\n \u003cdiv class=\"gfb__dropzone--content\"\u003e\n \u003cdiv class=\"gfb__dropzone--placeholder\"\u003e\n \u003cdiv class=\"gfb__dropzone--placeholder--title\"\u003e\n Choose file or drag here\n \u003c\/div\u003e\n \n \u003cdiv class=\"gfb__dropzone--placeholder--description\"\u003e\n Supported format: JPG, JPEG, PNG, GIF, SVG.\n \u003c\/div\u003e\n \n \n \u003cbutton type=\"button\" for=\"73965-file2-1\" class=\"gfb__dropzone--placeholder--button\"\u003eBrowse file\u003c\/button\u003e\n \n \u003c\/div\u003e\n \u003cdiv class=\"gfb__dropzone--preview--area\"\u003e\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cinput style=\"display:none\" type=\"file\" id=\"temp-for-73965-file2-1\" \/\u003e\n \u003clabel for=\"temp-for-73965-file2-1_\"\u003e\u003cspan class=\"gfb__hidden\"\u003etemp-for-73965-file2-1_\u003c\/span\u003e\u003c\/label\u003e\n \u003cinput style=\"display:none\" type=\"file\" id=\"temp-for-73965-file2-1_\" data-type=\"file2\" class=\"flat-input\" id=\"73965-file2-1\" name=\"file2-1\" placeholder=\"Choose file or drag here\" presence data-allowed-extensions=\"jpg,jpeg,png,gif,svg\" data-file-size-limit=\"100\" data-file-limit=\"\" \u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='select' data-default-value=\"United States\" data-type=\"select\" \u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"73965-select-1\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Country (U.S. and Canada ONLY)\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Country (U.S. and Canada ONLY)\"\u003eCountry (U.S. and Canada ONLY)\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \n \n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cselect data-searchable=\"\" name=\"select-1\" id=\"73965-select-1\" class=\"flat-input wide\" presence\u003e\n \u003coption value=\"\" disabled=\"disabled\"\u003ePlease select\u003c\/option\u003e\n \n \u003coption value=\"United States\" selected=\"selected\"\u003eUnited States\u003c\/option\u003e\n \n \u003coption value=\"Canada\" \u003eCanada\u003c\/option\u003e\n \n \u003c\/select\u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-2-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"73965-text-1\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"First Name\"\u003e\n \u003cspan class=\"label-content\" data-label=\"First Name\"\u003eFirst Name\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"73965-text-1\" name=\"text-1\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"help-text globo-description\"\u003e\u003c\/small\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-2-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"73965-text\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Last Name\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Last Name\"\u003eLast Name\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"73965-text\" name=\"text\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"help-text globo-description\"\u003e\u003c\/small\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='email'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"73965-email\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Email\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Email\"\u003eEmail\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"email\" class=\"flat-input\" id=\"73965-email\" name=\"email\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"help-text globo-description\"\u003e\u003c\/small\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"73965-text-3\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Shipping Address (U.S. and Canada ONLY)\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Shipping Address (U.S. and Canada ONLY)\"\u003eShipping Address (U.S. and Canada ONLY)\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"73965-text-3\" name=\"text-3\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"help-text globo-description\"\u003e\u003c\/small\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"73965-text-4\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Apartment, suite, etc. (optional)\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Apartment, suite, etc. (optional)\"\u003eApartment, suite, etc. (optional)\u003c\/span\u003e\n \n \u003cspan\u003e\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"73965-text-4\" name=\"text-4\" placeholder=\"\" \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-3-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"73965-text-5\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"City\"\u003e\n \u003cspan class=\"label-content\" data-label=\"City\"\u003eCity\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"73965-text-5\" name=\"text-5\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-3-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"73965-text-6\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"State\"\u003e\n \u003cspan class=\"label-content\" data-label=\"State\"\u003eState\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"73965-text-6\" name=\"text-6\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-3-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"73965-text-7\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"ZIP code\"\u003e\n \u003cspan class=\"label-content\" data-label=\"ZIP code\"\u003eZIP code\u003c\/span\u003e\n \n \u003cspan class=\"text-danger text-smaller\"\u003e *\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input\"\u003e\n \n \n \u003cinput type=\"text\" data-type=\"text\" class=\"flat-input\" id=\"73965-text-7\" name=\"text-7\" placeholder=\"\" presence \u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-type='phone' \u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"73965-phone-1\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Phone (optional)\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Phone (optional)\"\u003ePhone (optional)\u003c\/span\u003e\n \n \u003cspan\u003e\u003c\/span\u003e\n \n\u003c\/label\u003e\n\n \n\n \u003cdiv class=\"globo-form-input gfb__phone-placeholder\" input-placeholder=\"\"\u003e\n \n \n \n \n \u003cinput type=\"text\" data-type=\"phone\" class=\"flat-input\" id=\"73965-phone-1\" name=\"phone-1\" placeholder=\"\" default-country-code=\"auto\"\u003e\n \u003c\/div\u003e\n \n \u003csmall class=\"messages\"\u003e\u003c\/small\u003e\n\u003c\/div\u003e\n\n\n \n \n \n \n \n \u003c\/div\u003e\n \n \u003c\/div\u003e\n \n \u003cdiv class=\"message error\" data-other-error=\"Something went wrong, please try again\"\u003e\n \u003cdiv class=\"content\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"dismiss\" onclick=\"Globo.FormBuilder.dismiss(this)\"\u003e\n \u003csvg width=20 height=20 viewBox=\"0 0 20 20\" class=\"\" focusable=\"false\" aria-hidden=\"true\"\u003e\u003cpath d=\"M11.414 10l4.293-4.293a.999.999 0 1 0-1.414-1.414L10 8.586 5.707 4.293a.999.999 0 1 0-1.414 1.414L8.586 10l-4.293 4.293a.999.999 0 1 0 1.414 1.414L10 11.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \n \n \u003cdiv class=\"gfb__footer wizard__footer\"\u003e\n \n \n \u003cdiv class=\"description globo-description\"\u003e\u003c\/div\u003e\n \n \n \u003cbutton type=\"button\" class=\"action previous hidden flat-button\"\u003ePrevious\u003c\/button\u003e\n \u003cbutton type=\"button\" class=\"action next submit flat-button\" data-submitting-text=\"\" data-submit-text='\u003cspan class=\"spinner\"\u003e\u003c\/span\u003eSubmit' data-next-text=\"Next\" \u003e\u003cspan class=\"spinner\"\u003e\u003c\/span\u003eNext\u003c\/button\u003e\n \n \u003cp class=\"wizard__congrats-message\"\u003e\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \n \u003cinput type=\"hidden\" value=\"\" name=\"customer[id]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"customer[email]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"customer[name]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"page[title]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"page[href]\"\u003e\n \u003cinput type=\"hidden\" value=\"\" name=\"_keyLabel\"\u003e\n \u003c\/form\u003e\n \n\u003c\/div\u003e\n\n\u003c\/div\u003e\n"}}[73965]; window.Globo.FormBuilder.url = window.Globo.FormBuilder.shop.url; window.Globo.FormBuilder.CDN_URL = window.Globo.FormBuilder.shop.CDN_URL ?? window.Globo.FormBuilder.shop.url; window.Globo.FormBuilder.themeOs20 = true; window.Globo.FormBuilder.searchProductByJson = true; window.Globo.FormBuilder.__webpack_public_path_2__ = "https://cdn.shopify.com/extensions/76b98de3-79d7-475b-999a-6a6cc3a2f78a/powerful-form-builder-177/assets/";Globo.FormBuilder.page = { href : window.location.href, type: "collection" }; Globo.FormBuilder.page.title = document.title if(window.AVADA_SPEED_WHITELIST){ const pfbs_w = new RegExp("powerful-form-builder", 'i') if(Array.isArray(window.AVADA_SPEED_WHITELIST)){ window.AVADA_SPEED_WHITELIST.push(pfbs_w) }else{ window.AVADA_SPEED_WHITELIST = [pfbs_w] } } </script> <script src="https://cdn.shopify.com/extensions/76b98de3-79d7-475b-999a-6a6cc3a2f78a/powerful-form-builder-177/assets/globo.formbuilder.index.js" defer="defer" ></script> <style> .globo-formbuilder[data-id="96357"],.globo-formbuilder[data-id="OTYzNTc="]{ display: block; height:487px; margin: 30px auto; } </style> <!-- END 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; const executeScriptWhenReady = function () { if (!window?.inveterate?.scripts) { let i = setInterval(function() { if(window?.inveterate?.scripts) { console.log('SCRIPT loaded'); window.inveterate.scripts.run(); clearInterval(i); } }, 50); return; } console.log('SCRIPT loaded'); window.inveterate.scripts.run(); } var interval = setInterval(function(){ if (!window.inveterate || !window.inveterate.fileLoaded) return; clearInterval(interval); window.inveterate.merchantId = 'shoutfactory'; const localizationFromLiquid = { shopCurrency: 'USD', localCurrency: 'USD', country: 'US', language: 'en', lnName: 'English', countryName: 'United States', } window.inveterate.properties.localization = localizationFromLiquid; console.log('localizationFromLiquid', localizationFromLiquid); window.inveterate.properties.page = { type: 'collection', collection: {"id":265480470662,"handle":"comedy-3","title":"Comedy","updated_at":"2025-02-13T09:20:19-08:00","body_html":null,"published_at":"2022-09-14T11:22:50-07:00","sort_order":"best-selling","template_suffix":null,"disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"music-comedy"},{"column":"type","relation":"not_equals","condition":"Insurance"},{"column":"type","relation":"not_equals","condition":"mws_apo_generated"}],"published_scope":"global"} }; window.inveterate.properties.pageType = 'collection'; window.inveterate.properties.product = {"error":"json not allowed for this object"}; <!-- BEGIN app snippet: js-helpers --> 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.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.earlyAccessAction = 'popup'; window.inveterate.exclusiveAccessAction = 'popup'; window.inveterate.earlyAccessEnabled = true; window.inveterate.exclusiveAccessEnabled = true; executeScriptWhenReady(); <!-- 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="early-access"> <div class="inveterate__popup__inner" style="background-color:#ffffff"> <div class="inveterate__popup__heading" style="color:#000000"> Upgrade to the __tier_name__ </div> <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="early-access-tiers"> <div class="inveterate__popup__inner" style="background-color:#ffffff"> <div class="inveterate__popup__heading" id="inveterate-early-access-tiers-heading" style="color:#000000"> Upgrade to the __tier_name__ </div> <p class="inveterate__popup__body__tiers" id="inveterate-early-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" id="inveterate-early-access-tiers-cards-container"> <div class="inveterate__popup_tier-card inveterate__popup_card_current" id="inveterate-early-access-tiers-card1"> <div> <div style="color:#000000" id="inveterate-early-access-tiers-card1-title"></div> <div style="color:#000000" id="inveterate-early-access-tiers-card1-subtitle"></div> <div> <ul id="inveterate-early-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-early-access-tiers-card2" style="border-color: #9245d8"> <div> <div style="color:#000000" id="inveterate-early-access-tiers-card2-title"></div> <div style="color:#000000" id="inveterate-early-access-tiers-card2-subtitle"></div> <div> <ul id="inveterate-early-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-early-access-tiers-popup-button" > Upgrade to __tier_name__ </a> </div> </div> </div> </div> <div id="inveterate-early-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 inveterate-go-back-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> <div class="inveterate__popup_loader_container" id="inveterate-early-access-tiers-loader-view" style="display: none"> <div> <div class="inveterate__popup_loader_line"> <span class="inveterate__popup_loader"></span> </div> <p class="inveterate__popup__body__tiers" style="color:#000000">Hang tight. We’re fetching the other plans.</p> </div> </div> <p class="inveterate__popup__account-text-signin" id="inveterate-early-access-tiers-text-signin"> Already have an account? <a href="/account">Sign in</a> </p> </div> </div> <script async> (function() { document.addEventListener('DOMContentLoaded', function() { let links = document.querySelectorAll('.inveterate-go-back-link'); if (!links.length) return; links.forEach(function(link) { link.setAttribute('target', '_self'); }); }); })(); </script> <!-- 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"> <div class="inveterate__popup__heading" style="color:#000000"> Upgrade to the __tier_name__ </div> <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" id="inveterate-exclusive-access-tiers-cards-container"> <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 inveterate-go-back-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> <div class="inveterate__popup_loader_container" id="inveterate-exclusive-access-tiers-loader-view" style="display: none"> <div> <div class="inveterate__popup_loader_line"> <span class="inveterate__popup_loader"></span> </div> <p class="inveterate__popup__body__tiers" style="color:#000000">Hang tight. We’re fetching the other plans.</p> </div> </div> <p class="inveterate__popup__account-text-signin" id="inveterate-exclusive-access-tiers-text-signin"> Already have an account? <a href="/account">Sign in</a> </p> </div> </div> <script async> (function() { document.addEventListener('DOMContentLoaded', function() { let links = document.querySelectorAll('.inveterate-go-back-link'); if (!links.length) return; links.forEach(function(link) { link.setAttribute('target', '_self'); }); }); })(); </script> <!-- END app snippet --> <script async>console.log('Inveterate: App embed loaded successfully');</script> <!-- END app block --><script src="https://cdn.shopify.com/extensions/9b62e695-6887-4a95-96e2-369f326af06e/preorder-globo-85/assets/globo.preorder.min.js" type="text/javascript" defer="defer"></script> <script src="https://cdn.shopify.com/extensions/ae17a743-3ff9-4021-b8e6-ca337efa8fd3/inveterate-56/assets/app-embed.js" type="text/javascript" defer="defer"></script> <link href="https://cdn.shopify.com/extensions/ae17a743-3ff9-4021-b8e6-ca337efa8fd3/inveterate-56/assets/inveterate.css" rel="stylesheet" type="text/css" media="all"> <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: "collection"};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,n,o,r,i){if(!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t,s=function(){var d={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:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-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:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-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+|)/},e=d.modern,n=d.legacy,o=navigator.userAgent;return e.test(o)?"modern":(n.test(o),"legacy")}(),l=null!=i?i:{modern:"",legacy:""};window.Shopify=window.Shopify||{};var u=window.Shopify;u.analytics=u.analytics||{};var c=u.analytics;c.replayQueue=[],c.publish=function(d,e,n){return c.replayQueue.push([d,e,n]),!0};try{self.performance.mark("wpm:start")}catch(d){}var f=[n,"/wpm","/b",r,s.substring(0,1),".js"].join(""),h=l[s];!function(d){var e=d.src,n=d.async,o=void 0===n||n,r=d.onload,i=d.onerror,a=d.sri,t=document.createElement("script"),s=document.head,l=document.body;t.async=o,t.src=e,a&&(t.integrity=a,t.crossOrigin="anonymous"),r&&t.addEventListener("load",r),i&&t.addEventListener("error",i),s?s.appendChild(t):l?l.appendChild(t):console.error("Did not find a head or body element to append the script")}({src:f,async:!0,onload:function(){if(!function(){var d,e;return Boolean(null===(e=null===(d=window.Shopify)||void 0===d?void 0:d.analytics)||void 0===e?void 0:e.initialized)}()){var n=window.webPixelsManager.init(d)||void 0;if(n){e(n);var o=window.Shopify.analytics;o.replayQueue.forEach((function(d){var e=d[0],o=d[1],r=d[2];n.publishCustomEvent(e,o,r)})),o.replayQueue=[],o.publish=n.publishCustomEvent,o.visitor=n.visitor,o.initialized=!0}}},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),n="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:o||"latest",bundle_target:s,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(f," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(n,r))return!0}catch(d){}var i=new XMLHttpRequest;try{return i.open("POST",n,!0),i.setRequestHeader("Content-Type","text/plain"),i.send(r),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1},sri:function(d){return"string"==typeof d&&/^sha384-[A-Za-z0-9+/=]+$/.test(d)}(h)?h:""})}})({shopId: 55159554182,storefrontBaseUrl: "https://shoutfactory.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: ["6a396365"],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":"642ed32d7fafb3e0986c8ba3bf3908a1","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0290","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0290","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "",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", {});webPixelsManagerAPI.publish("collection_viewed", {"collection":{"id":"265480470662","title":"Comedy","productVariants":[{"price":{"amount":15.99,"currencyCode":"USD"},"product":{"title":"The Compleat Al","vendor":"CR","id":"6839415406726","untranslatedTitle":"The Compleat Al","url":"\/products\/the-compleat-al","type":"DVD"},"id":"40080754147462","image":{"src":"\/\/shoutfactory.com\/cdn\/shop\/products\/CompleatAlPS72dpi.jpg?v=1674251263"},"sku":"826663153767","title":"DVD","untranslatedTitle":"DVD"},{"price":{"amount":80.99,"currencyCode":"USD"},"product":{"title":"The Incredible Mel Brooks: An Irresistible Collection Of Unhinged Comedy","vendor":"CR","id":"6839420616838","untranslatedTitle":"The Incredible Mel Brooks: An Irresistible Collection Of Unhinged Comedy","url":"\/products\/the-incredible-mel-brooks-an-irresistible-collection-of-unhinged-comedy","type":"DVD\/CD"},"id":"40080760406150","image":{"src":"\/\/shoutfactory.com\/cdn\/shop\/products\/MelBrooksBeautyShot.jpg?v=1681772600"},"sku":"826663136616","title":"DVD\/CD","untranslatedTitle":"DVD\/CD"},{"price":{"amount":41.99,"currencyCode":"USD"},"product":{"title":"The 2000 Year Old Man: The Complete History","vendor":"CR","id":"6839413833862","untranslatedTitle":"The 2000 Year Old Man: The Complete History","url":"\/products\/the-2000-year-old-man-the-complete-history","type":"CD\/DVD"},"id":"40080752377990","image":{"src":"\/\/shoutfactory.com\/cdn\/shop\/products\/826663115260_03.jpg?v=1674251261"},"sku":"826663115260","title":"CD\/DVD","untranslatedTitle":"CD\/DVD"},{"price":{"amount":13.98,"currencyCode":"USD"},"product":{"title":"MST3K: The Return - Music From The Netflix Original Series","vendor":"CR","id":"6839395876998","untranslatedTitle":"MST3K: The Return - Music From The Netflix Original Series","url":"\/products\/mystery-science-theater-3000-the-return-music-from-the-netflix-original-series-1","type":"CD"},"id":"40080731865222","image":{"src":"\/\/shoutfactory.com\/cdn\/shop\/files\/826663182859.png?v=1712957795"},"sku":"826663182859","title":"CD","untranslatedTitle":"CD"},{"price":{"amount":51.99,"currencyCode":"USD"},"product":{"title":"Promare [Collector's Edition]","vendor":"CR","id":"6839438475398","untranslatedTitle":"Promare [Collector's Edition]","url":"\/products\/promare-collector-s-edition","type":"Blu-ray\/CD"},"id":"40080780689542","image":{"src":"\/\/shoutfactory.com\/cdn\/shop\/products\/ANI0559_PROMARE_collector-3D-open-topview.LoRes.png?v=1674251512"},"sku":"826663208290","title":"Blu-ray\/CD","untranslatedTitle":"Blu-ray\/CD"},{"price":{"amount":11.98,"currencyCode":"USD"},"product":{"title":"Alice Cooper: Good To See You Again Live 1973: The Billion Dollar Babies Tour","vendor":"CR","id":"6839380705414","untranslatedTitle":"Alice Cooper: Good To See You Again Live 1973: The Billion Dollar Babies Tour","url":"\/products\/alice-cooper-good-to-see-you-again-live-1973-the-billion-dollar-babies-tour","type":"DVD"},"id":"40080714039430","image":{"src":"\/\/shoutfactory.com\/cdn\/shop\/files\/826663839593_720x_d8067fd9-83ff-4f9a-8630-f29778d63574.png?v=1712956416"},"sku":"826663839593","title":"DVD","untranslatedTitle":"DVD"}]}});},"https://shoutfactory.com/cdn","96d7db11b5d836789812e500283123b0e57df9f7","8fa806few5358ccf9p85054907m3e22f137",{"modern":"","legacy":""});</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"products":[{"id":6839415406726,"gid":"gid:\/\/shopify\/Product\/6839415406726","vendor":"CR","type":"DVD","variants":[{"id":40080754147462,"price":1599,"name":"The Compleat Al - DVD","public_title":"DVD","sku":"826663153767"}]},{"id":6839420616838,"gid":"gid:\/\/shopify\/Product\/6839420616838","vendor":"CR","type":"DVD\/CD","variants":[{"id":40080760406150,"price":8099,"name":"The Incredible Mel Brooks: An Irresistible Collection Of Unhinged Comedy - DVD\/CD","public_title":"DVD\/CD","sku":"826663136616"}]},{"id":6839413833862,"gid":"gid:\/\/shopify\/Product\/6839413833862","vendor":"CR","type":"CD\/DVD","variants":[{"id":40080752377990,"price":4199,"name":"The 2000 Year Old Man: The Complete History - CD\/DVD","public_title":"CD\/DVD","sku":"826663115260"}]},{"id":6839395876998,"gid":"gid:\/\/shopify\/Product\/6839395876998","vendor":"CR","type":"CD","variants":[{"id":40080731865222,"price":1398,"name":"MST3K: The Return - Music From The Netflix Original Series - CD","public_title":"CD","sku":"826663182859"}]},{"id":6839438475398,"gid":"gid:\/\/shopify\/Product\/6839438475398","vendor":"CR","type":"Blu-ray\/CD","variants":[{"id":40080780689542,"price":5199,"name":"Promare [Collector's Edition] - Blu-ray\/CD","public_title":"Blu-ray\/CD","sku":"826663208290"}]},{"id":6839380705414,"gid":"gid:\/\/shopify\/Product\/6839380705414","vendor":"CR","type":"DVD","variants":[{"id":40080714039430,"price":1198,"name":"Alice Cooper: Good To See You Again Live 1973: The Billion Dollar Babies Tour - DVD","public_title":"DVD","sku":"826663839593"}]}],"page":{"pageType":"collection","resourceType":"collection","resourceId":265480470662}}; 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: 128071598214, app_name: "storefront", context_url: window.location.href, source_url: "//shoutfactory.com/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//shoutfactory.com/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//shoutfactory.com/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":55159554182,"isMerchantRequest":null,"themeId":128071598214,"themeCityHash":"13503626235622415195","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":"collection","resourceType":"collection","resourceId":265480470662,"shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); window.ShopifyAnalytics.lib.track("Viewed Product Category",{"currency":"USD","category":"Collection: comedy-3","collectionName":"comedy-3","collectionId":265480470662,"nonInteraction":true},undefined,undefined,{"shopifyEmitted":true}); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//shoutfactory.com/cdn/shopifycloud/shopify/assets/shop_events_listener-b0a6dc5b17cc591e95fd6a9d679ac43a2d4105c3d32ae2d9bd197f887468cfe4.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script defer src="https://shoutfactory.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.3.0.min.js" data-application="storefront-renderer" data-shop-id="55159554182" data-render-region="gcp-asia-southeast1" data-page-type="collection" data-theme-instance-id="128071598214" 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-collection 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" href="#MainContent">Skip to content</a> <!-- BEGIN sections: header-group --> <div id="shopify-section-sections--15856966860934__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--15856966860934__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 15s 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--15856966860934__announcement-bar .announcement-bar__message, #shopify-section-sections--15856966860934__announcement-bar .announcement-bar__message .message, #shopify-section-sections--15856966860934__announcement-bar .announcement-bar__message a, #shopify-section-sections--15856966860934__announcement-bar .announcement-bar__message p, #shopify-section-sections--15856966860934__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--15856966860934__announcement-bar .announcement-bar .announcement-close svg {fill: #f8f8f8} #shopify-section-sections--15856966860934__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--15856966860934__announcement-bar .announcement-bar .announcement-countdown .clock-item:before{color: #f8f8f8}#shopify-section-sections--15856966860934__announcement-bar .announcement-bar .layout--slider .row{max-width: 100%; margin: 0 auto} #shopify-section-sections--15856966860934__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--15856966860934__announcement-bar .announcement-bar .layout--slider .row{max-width: 50%}} @media (max-width: 1199px){#shopify-section-sections--15856966860934__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--15856966860934__announcement-bar .announcement-bar__message .message.font-size-mb {font-size: calc(13px - 2px)} } @media (max-width: 551px){#shopify-section-sections--15856966860934__announcement-bar .announcement-bar .layout--slider .row{max-width: 100%} .announcement-bar .slick-arrow{display: none !important}#shopify-section-sections--15856966860934__announcement-bar .announcement-bar__message .message.font-size-mb {font-size: calc(13px - 4px)} #shopify-section-sections--15856966860934__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" data-announcement-bar data-arrows="true"><div class="announcement-bar__message text-center" id="announcement_6a6eX9" style="--button-color-style: #f84248;--button-border-style: #ffffff;--button-background-style: #ffffff"><a href="https://shoutfactory.com/collections/love-is-in-the-scare-y2slay"><b>LOVE IS IN THE SCARE SALE</b> Up to 60% Off 140+ Titles <u>Shop Now</u></a></div><div class="announcement-bar__message text-center" id="announcement_GxzHi4" style="--button-color-style: #f84248;--button-border-style: #ffffff;--button-background-style: #ffffff">From January 15 to February 15, 5% of your purchase will contribute to aiding LA wildfire victims and animals in need. <u><a href="https://shoutfactory.com/blogs/blog/join-shout-factory-in-supporting-la-wildfire-victims-and-animals">Learn more</a></u></div><div class="announcement-bar__message text-center" id="announcement_7caK6F" style="--button-color-style: #f84248;--button-border-style: #ffffff;--button-background-style: #ffffff"><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--15856966860934__header_single_line_kECUXz" class="shopify-section shopify-section-group-header-group section-header-single-line"><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-header-single-line.css?v=116431635153788140431729748866" 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"><div class="search_details"> <div 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> </div> <div class="search-modal modal__content" role="dialog" aria-modal="true" aria-label="Search"></div> </div></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--15856966860934__header_navigation_vertical_menu_WLnTtd" class="shopify-section shopify-section-group-header-group section-header-navigation"><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-megamenu.css?v=171299908626788618791729748871" 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 main-menu-hasLabel"> <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"> <button 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><span class="title d-inline-block m-zero">Shop All</span><!-- <span class="icon icon--dropdown d-inline-block p-relative"></span> --> <svg fill="#000000" height="80px" width="80px" version="1.1" id="down-arrow" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-33 -33 396.00 396.00" xml:space="preserve" transform="rotate(0)matrix(1, 0, 0, -1, 0, 0)" stroke="#000000" stroke-width="16.5"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="2.64"></g><g id="SVGRepo_iconCarrier"> <path id="XMLID_224_" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z"></path> </g></svg> <svg fill="#000000" height="80px" width="80px" version="1.1" id="up-arrow" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-33 -33 396.00 396.00" xml:space="preserve" transform="rotate(0)matrix(1, 0, 0, 1, 0, 0)" stroke="#000000" stroke-width="16.5"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="2.64"></g><g id="SVGRepo_iconCarrier"> <path id="XMLID_224_" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z"></path> </g></svg></button></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?5285" 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?5285" 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?5285" alt="Film" onError="style.display = 'none';"> </span> <span class="text p-relative"> Film </span></a> <button class="icon-dropdown toggle-btn" data-toggle-menu-mb="" aria-label="Film menu" type="button"> <svg fill="#000000" height="80px" width="80px" version="1.1" id="right-arrows" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-33 -33 396.00 396.00" xml:space="preserve" transform="rotate(90)matrix(1, 0, 0, 1, 0, 0)" stroke="#000000" stroke-width="16.5" > <g id="SVGRepo_bgCarrier" stroke-width="0"></g> <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="2.64"></g> <g id="SVGRepo_iconCarrier"> <path id="XMLID_224_" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z" ></path> </g> </svg> <svg fill="#000000" height="80px" width="80px" version="1.1" id="down-arrows" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-33 -33 396.00 396.00" xml:space="preserve" transform="rotate(0)matrix(-1, 0, 0, -1, 0, 0)" stroke="#000000" stroke-width="16.5" > <g id="SVGRepo_bgCarrier" stroke-width="0"></g> <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="2.64"></g> <g id="SVGRepo_iconCarrier"> <path id="XMLID_224_" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z" ></path> </g> </svg> </button> <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?5285" alt="TV" onError="style.display = 'none';"> </span> <span class="text p-relative"> TV </span></a> <button class="icon-dropdown toggle-btn" data-toggle-menu-mb="" aria-label="TV menu" type="button"> <svg fill="#000000" height="80px" width="80px" version="1.1" id="right-arrows" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-33 -33 396.00 396.00" xml:space="preserve" transform="rotate(90)matrix(1, 0, 0, 1, 0, 0)" stroke="#000000" stroke-width="16.5" > <g id="SVGRepo_bgCarrier" stroke-width="0"></g> <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="2.64"></g> <g id="SVGRepo_iconCarrier"> <path id="XMLID_224_" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z" ></path> </g> </svg> <svg fill="#000000" height="80px" width="80px" version="1.1" id="down-arrows" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-33 -33 396.00 396.00" xml:space="preserve" transform="rotate(0)matrix(-1, 0, 0, -1, 0, 0)" stroke="#000000" stroke-width="16.5" > <g id="SVGRepo_bgCarrier" stroke-width="0"></g> <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="2.64"></g> <g id="SVGRepo_iconCarrier"> <path id="XMLID_224_" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z" ></path> </g> </svg> </button> <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?5285" alt="Kids" onError="style.display = 'none';"> </span> <span class="text p-relative header__active-menu-item"> Kids </span></a> <button class="icon-dropdown toggle-btn" data-toggle-menu-mb="" aria-label="Kids menu" type="button"> <svg fill="#000000" height="80px" width="80px" version="1.1" id="right-arrows" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-33 -33 396.00 396.00" xml:space="preserve" transform="rotate(90)matrix(1, 0, 0, 1, 0, 0)" stroke="#000000" stroke-width="16.5" > <g id="SVGRepo_bgCarrier" stroke-width="0"></g> <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="2.64"></g> <g id="SVGRepo_iconCarrier"> <path id="XMLID_224_" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z" ></path> </g> </svg> <svg fill="#000000" height="80px" width="80px" version="1.1" id="down-arrows" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-33 -33 396.00 396.00" xml:space="preserve" transform="rotate(0)matrix(-1, 0, 0, -1, 0, 0)" stroke="#000000" stroke-width="16.5" > <g id="SVGRepo_bgCarrier" stroke-width="0"></g> <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="2.64"></g> <g id="SVGRepo_iconCarrier"> <path id="XMLID_224_" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z" ></path> </g> </svg> </button> <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 header__active-menu-item"> 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" aria-current="page"> <span class="text list-menu__item--active"> 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?5285" alt="Music" onError="style.display = 'none';"> </span> <span class="text p-relative header__active-menu-item"> Music </span></a> <button class="icon-dropdown toggle-btn" data-toggle-menu-mb="" aria-label="Music menu" type="button"> <svg fill="#000000" height="80px" width="80px" version="1.1" id="right-arrows" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-33 -33 396.00 396.00" xml:space="preserve" transform="rotate(90)matrix(1, 0, 0, 1, 0, 0)" stroke="#000000" stroke-width="16.5" > <g id="SVGRepo_bgCarrier" stroke-width="0"></g> <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="2.64"></g> <g id="SVGRepo_iconCarrier"> <path id="XMLID_224_" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z" ></path> </g> </svg> <svg fill="#000000" height="80px" width="80px" version="1.1" id="down-arrows" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-33 -33 396.00 396.00" xml:space="preserve" transform="rotate(0)matrix(-1, 0, 0, -1, 0, 0)" stroke="#000000" stroke-width="16.5" > <g id="SVGRepo_bgCarrier" stroke-width="0"></g> <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#CCCCCC" stroke-width="2.64"></g> <g id="SVGRepo_iconCarrier"> <path id="XMLID_224_" d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394 l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393 C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z" ></path> </g> </svg> </button> <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 header__active-menu-item"> 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" aria-current="page"> <span class="text list-menu__item--active"> 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?5285" 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?5285" 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?5285" 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?5285" 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?5285" 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/love-is-in-the-scare-y2slay" 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">LOVE IS IN THE SCARE</span><span class="label sale-label">Sale</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/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"><span id="country-currency">Country/Currency</span> <button class="btn-group currency-dropdown shopify-currency" aria-labelledby="country-currency USD"> <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="United States" /></span> <span class="text">USD</span> </label> </button><div class="dropdown-currency"> <div class="halo-currency"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/currency.css?v=143709740278318524021729748888" media="all" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/currency.css?v=143709740278318524021729748888" 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="/collections/comedy-3" /> <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="Canada" /></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="United States" /></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/64/assets/jquery.currencies-format.min.js?v=13285787586892077491729748902" 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" } </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> <style> #shopify-section-sections--15856966860934__header_navigation_vertical_menu_WLnTtd span.title.d-inline-block.m-zero {font-weight: 700;} #shopify-section-sections--15856966860934__header_navigation_vertical_menu_WLnTtd span.text {font-weight: 700;} </style></div><div id="shopify-section-sections--15856966860934__header-mobile" class="shopify-section shopify-section-group-header-group section-header-mobile"><link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/component-menu-mobile.css?v=179724455451347931991729748871" media="all" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-menu-mobile.css?v=179724455451347931991729748871" 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--15856966860934__policies_block_td4VDK" class="shopify-section shopify-section-group-header-group sections-policies-block"><link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/component-policies-block.css?v=59792606474809131671729748874" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-policies-block.css?v=59792606474809131671729748874" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="policies-block section-block-sections--15856966860934__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--15856966860934__policies_block_td4VDK {background: #f7f7f7}.section-block-sections--15856966860934__policies_block_td4VDK .halo-item + .halo-item {} .layout_rtl .section-block-sections--15856966860934__policies_block_td4VDK .halo-item + .halo-item {}.section-block-sections--15856966860934__policies_block_td4VDK .policies-icon {color: #313131} .section-block-sections--15856966860934__policies_block_td4VDK .policies-icon svg {fill: #313131} .section-block-sections--15856966860934__policies_block_td4VDK .policies-text {color: #313131} .section-block-sections--15856966860934__policies_block_td4VDK .slider-button svg {fill: #313131} .section-block-sections--15856966860934__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--15856966860934__policies_block_td4VDK .halo-item + .halo-item:before {content: none}} @media (max-width: 767px) { .section-block-sections--15856966860934__policies_block_td4VDK {padding-top: 0px;padding-bottom: 0px}} @media (min-width: 1200px) {.section-block-sections--15856966860934__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--15856966860934__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"> <div id="shopify-section-template--15856965124230__banner" class="shopify-section"><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-collection-hero.css?v=147281718098538120451729748858" rel="stylesheet" type="text/css" media="all" /> <div data-section-id="template--15856965124230__banner" data-section-type="header-collection" id="HeaderCollectionSection-template--15856965124230__banner" data-section="template--15856965124230__banner"><div class="collection-header container-full" style="--desc-bg: #ffffff; --desc-color: #232323;"><div class="collection-content collection-content-3"><div class="changing on collection collection-info collection-info--relative align-" style="--desc-color: #232323;" ><h1 class="collection-title page-header text-center">Comedy</h1></div><style type="text/css" media="screen"> #HeaderCollectionSection-template--15856965124230__banner .collection-info-item.sub-collection {padding-top: 0px;padding-bottom: 0px;margin-top: 0px;background-color: #fafafa;padding-left: 15px;padding-right: 15px} #HeaderCollectionSection-template--15856965124230__banner .collection-sub-list .item {padding-left: 0px;padding-right: 0px;margin-right: 0}#HeaderCollectionSection-template--15856965124230__banner .collection-info-item.sub-collection .item-title span{font-size: 12px;font-weight: 500;text-transform: none;color: #3c3c3c;display: block;background-image: linear-gradient(transparent 97%, #3c3c3c 3%);background-repeat: repeat-x;background-position-y: -4px;display: inline-block} #HeaderCollectionSection-template--15856965124230__banner .collection-sub-list .item a {font-size: 12px;font-weight: 500;text-transform: none;color: #3c3c3c;padding-top: 9px;padding-bottom: 10px;border: 1px solid rgba(0,0,0,0);text-align: center;background-color: rgba(0,0,0,0)} #HeaderCollectionSection-template--15856965124230__banner .collection-info-item .button-show-more .button {font-size: 12px}#HeaderCollectionSection-template--15856965124230__banner .collection-info-item.sub-collection.has-image .item-title {margin-bottom: 15px}@media (min-width: 1025px) { #HeaderCollectionSection-template--15856965124230__banner .collection-sub-list .item a:hover {border-color: rgba(0,0,0,0) !important; color: #3c3c3c !important;background: rgba(0,0,0,0) !important}#HeaderCollectionSection-template--15856965124230__banner .collection-sub-list .item a:hover {text-decoration: underline;text-underline-offset: 0.1em}#HeaderCollectionSection-template--15856965124230__banner .collection-info-item.sub-collection .item-title {padding-top: 9px}} @media (max-width: 767px) {#HeaderCollectionSection-template--15856965124230__banner [data-sub-collection-show-more] {margin-left: -15px;margin-right: -15px}#HeaderCollectionSection-template--15856965124230__banner .collection-sub-list .item {padding-left: 10px; padding-right: 10px}} </style> <script type="text/javascript" > window.addEventListener('load', () => { const collectionLinksElement = document.querySelector('[data-collection-links]') const collectionLinksList = [...collectionLinksElement.querySelectorAll('ul li.item')] const firstLink = collectionLinksList[0] const lastLink = collectionLinksList.pop() collectionLinksElement.classList.add('initialized') const scrollToLastObserver = new IntersectionObserver((entries) => { if (entries[0].isIntersecting) { collectionLinksElement.classList.add('disable-last') } else { collectionLinksElement.classList.remove('disable-last') } }, { threshold: 0.6 }) const scrollToFirstObserver = new IntersectionObserver((entries) => { if (entries[0].isIntersecting) { collectionLinksElement.classList.add('disable-first') } else { collectionLinksElement.classList.remove('disable-first') } }, { threshold: 0.6 }) window.read_description = { more: `Read more`, less: `Read less` }; function checkOverflow() { const subCollection = document.querySelector('[data-sub-collection-show-more]'); const readMoreButtons = document.querySelectorAll('[data-show-more-sub-collection]'); const item = subCollection.querySelector('.item'); const mgBot = parseInt(getComputedStyle(item).getPropertyValue('margin-bottom').split('px')[0]); if (subCollection.clientHeight < subCollection.scrollHeight - mgBot) { readSubCollectionToggle(); document.querySelector('.collection-info-item.sub-collection').classList.remove('no-show-more'); } else { // readMoreButtons.forEach(button => button.remove()); } } function readSubCollectionToggle() { const readMoreButtons = document.querySelectorAll('[data-show-more-sub-collection]'); if (readMoreButtons.length > 0) { readMoreButtons.forEach(button => { button.addEventListener('click', e => { event.preventDefault(); event.stopPropagation(); var $this = event.target, textShowMore = $this.getAttribute('data-show-more-text'), textShowLess = $this.getAttribute('data-show-less-text'), desMax = $this.closest('.button-show-more').dataset.desMax desMaxMb = $this.closest('.button-show-more').dataset.desMaxMb; if($this.classList.contains('is-less')) { $this.closest('.button-show-more').classList.remove('is-less'); $this.classList.remove('is-less'); $this.closest('.button-show-more').classList.add('is-show'); $this.classList.add('is-show'); $this.innerText = textShowMore; if (window.innerWidth > 1024) { document.querySelector('[data-sub-collection-show-more]').style.setProperty('--max-height', `${desMax}`); } else { document.querySelector('[data-sub-collection-show-more]').style.setProperty('--max-height-mb', `${desMaxMb}`); } } else { $this.closest('.button-show-more').classList.remove('is-show'); $this.classList.remove('is-show'); $this.closest('.button-show-more').classList.add('is-less'); $this.classList.add('is-less'); $this.innerText = textShowLess; if (window.innerWidth > 1024) { document.querySelector('[data-sub-collection-show-more]').style.setProperty('--max-height', 'unset'); } else { document.querySelector('[data-sub-collection-show-more]').style.setProperty('--max-height-mb', 'unset'); } } }) }) } } checkOverflow(); scrollToLastObserver.observe(lastLink) scrollToFirstObserver.observe(firstLink) }) </script> </div> </div> </div> <style type="text/css" media="screen"> #HeaderCollectionSection-template--15856965124230__banner{padding-top: 10px;padding-bottom: 0px}#HeaderCollectionSection-template--15856965124230__banner .collection-description{max-width: 80%;} @media (max-width: 1024px) {#HeaderCollectionSection-template--15856965124230__banner{padding-top: 10px;padding-bottom: 0px}#HeaderCollectionSection-template--15856965124230__banner > .collection-header{padding-left: 15px;padding-right: 15px} #HeaderCollectionSection-template--15856965124230__banner > .container-full { padding-left: 15px; padding-right: 15px; } } @media (max-width: 550px) {#HeaderCollectionSection-template--15856965124230__banner{padding-top: 5px;padding-bottom: 0px} #HeaderCollectionSection-template--15856965124230__banner > .container-full { padding-left: 10px; padding-right: 10px; } } @media (min-width: 1025px) { #HeaderCollectionSection-template--15856965124230__banner > .container-full { padding-left: 30px; padding-right: 30px; } } </style></div><section id="shopify-section-template--15856965124230__1724264209cc0ccaab" class="shopify-section spaced-section"><div class=""><div id="shopify-block-AVm5jRkZwTXp0SnFLd__product_filters_search_smart_collections_Y93rTX" class="shopify-block shopify-app-block"> <!-- BEGIN app snippet: collection --> <style id="fast-serp-css">.checkbox.fs-result-page-p4c5lu .checkbox-label.fs-result-page-p4c5lu.fs-result-page-p4c5lu { text-transform: none; } .name.fs-rec-widget-xwk6le { text-overflow: unset; white-space: unset; } /* To Work Only with Desktop */ @media screen and (min-width: 768px) { /* Target parent with grid-area: span 1 / span 2. Change grid-area as needed */ .fs-promo-tile-product-wrapper[style*="grid-area:span 1 / span 1"] .fs-promo-tile-image { width: 322.34px; /* Change depending on Product Card */ height: 424.65px; /* Change depending on Product Card */ object-fit: cover; } .fs-promo-tile-product-wrapper[style*="grid-area:span 1 / span 1"] .fs-promo-tile-image-wrapper { display: inline-block !important; } }</style> <script class="fast-simon-script"> var STORE_UUID = "578fa338-6a16-4347-b18d-0631a2754632"; var STORE_ID = Number("55159554182"); var CATEGORY_ID = "265480470662"; var FAST_ENDPOINT = "https://api.fastsimon.com"; var FAST_CONFIG = {"backInStockProvider": 0,"badges": [["New","https://acp-magento.appspot.com/images/new-60.png","https://acp-magento.appspot.com/images/new-60.png","default-new-badge"],["Sale","https://acp-magento.appspot.com/images/sale-60.png","https://acp-magento.appspot.com/images/sale-60.png","default-sale-badge"],["Low Quantity","https://acp-magento.appspot.com/images/low-quantity-sale-60.png","https://acp-magento.appspot.com/images/low-quantity-sale-60.png","default-low-quantity-sale-badge"]],"categoryFilterType": {"collections": 1,"search": 1},"categoryNavigationTree": true,"collectionsPersonalization": {"active": false,"avoidCategories": [],"avoidProducts": null,"disableCategories": [],"maxRecencyLimit": 365,"recencyLimit": 5},"css": ".checkbox.fs-result-page-p4c5lu .checkbox-label.fs-result-page-p4c5lu.fs-result-page-p4c5lu {\n text-transform: none;\n}\n\n.name.fs-rec-widget-xwk6le {\ntext-overflow: unset;\nwhite-space: unset;\n}\n\n/* To Work Only with Desktop */\n@media screen and (min-width: 768px) {\n /* Target parent with grid-area: span 1 / span 2. Change grid-area as needed */\n .fs-promo-tile-product-wrapper[style*=\"grid-area:span 1 / span 1\"] .fs-promo-tile-image {\n width: 322.34px; /* Change depending on Product Card */\n height: 424.65px; /* Change depending on Product Card */\n object-fit: cover;\n }\n\n .fs-promo-tile-product-wrapper[style*=\"grid-area:span 1 / span 1\"] .fs-promo-tile-image-wrapper {\n display: inline-block !important;\n }\n\n}","currency": "USD","customIcons": {"Left Arrow": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d=\"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z\"/></svg>","Right Arrow": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d=\"M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z\"/></svg>"},"custom_swatches_css": {},"default_sort": {"categories": "relevency","custom": {"-1": "relevency","269213925510": "creation_date","275998244998": "creation_date"},"search": "relevency"},"domain": "shoutfactory.com","filtersPersonalization": false,"has_bloomreach": false,"has_dotdigital": false,"has_shopify_markets": false,"imageOptimization": false,"isContent": false,"isSPA": false,"kind": "Shopify","language": "en","onlyServerRelatedCollections": false,"pricing": {"avoidPricesForNonLoginUsers": false,"currencyConversionRate": "1.00","currencySymbolPosition": "auto","priceRangeFormat": "price_range","showPriceWithoutDecimals": false},"quickViewAttributes": [],"searchPersonalization": true,"settings": {"desktopSettings": {"collections": {"categoriesWheelsOnCollections": false,"categoriesWheelsOnSerp": false,"isCustomCarouselIcons": false,"leftArrowIconName": "","numberOfWheelTitleLines": 3,"rightArrowIconName": "","wheelSize": 85},"filters": {"backgroundColor": "unset","btnColor": "#747a80","btnDimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"btnFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"colorsFilter": "swatches","filtersButtonCustomIconName": "","filtersTopBar": false,"inStockFilter": "switch","isActive": true,"isCustomIcon": false,"layout": "collapsed","numberOfOpenFacets": "all","numberOfOpenNarrows": "default","onSaleFilter": "switch","optionsColor": "#000000","optionsFont": {"font": "Helvetica","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"priceFilterRange": false,"priceFilterSlider": true,"removableTags": {"backgroundColor": "unset","border": "1px solid #ccc","borderRadius": "unset","color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"headerText": "Filter By","inFilters": false,"isActive": true,"isDisplayHeader": false,"onTopPage": true,"shadow": "unset"},"searchWithinFilters": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","color": "none","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search...","shadow": "unset"},"searchWithinResults": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","color": "none","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search...","shadow": "unset"},"showHideFiltersButton": {"backgroundColor": "none","border": "1px solid #ccc","borderRadius": "unset","color": "#999","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"isActive": false,"shadow": "unset","text": "Show / Hide Filters"},"showMoreButton": false,"slideDirection": "left","titlesBackground": "#FFFFFF","titlesColor": "#000000","titlesFont": {"font": "Helvetica","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"}},"productGrid": {"articlesTab": {"layout": "classic"},"backgroundColor": "none","font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridColumnGap": "1px","gridRowGap": "1px","gridViewButton": true,"gridViewIcon": "","isGridViewCustomIcon": false,"listViewIcon": "","numberOfColumns": "5","numberOfRows": "10","pagePadding": "30px","pageTitle": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Helvetica","fontSize": "24px","fontWeight": "bold","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"isActive": false,"margin": "unset","numberOfLines": "1","shadow": "0px 0px 1px 1px #000000"},"pagination": {"isCustomIcon": false,"leftArrowIcon": "","loadMore": false,"loadMoreAfter": 3,"paginationProgress": false,"paginationType": "pagination","progressBarColor": "#571eae","rightArrowIcon": ""},"product": {"addToCart": {"addToCartPosition": "product bottom","addToCartType": "product level","ajaxAnimation": false,"backgroundColor": "#e31936","backgroundColorOnHover": "#000000","border": "1px solid #E31936","borderColorOnHover": "#000000","borderRadius": "unset","changeColorsOnHover": false,"color": "#ffffff","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Helvetica","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "addToCart","numOfCols": 3,"row": 5},"isActive": true,"margin": "unset","quantitySelector": false,"shadow": "0px 0px 1px 1px #000000","showOnHover": true,"text": "Add to Cart","textColorsOnHover": "#ffffff"},"backInStock": {"backInStockPosition": "product bottom","backgroundColor": "#ffffff","backgroundColorOnHover": "#4e87ff","border": "1px solid #4E87FF","borderColorOnHover": "#4E87FF","borderRadius": "unset","changeColorsOnHover": true,"color": "#4e87ff","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "backInStock","numOfCols": 3,"row": 5},"isActive": false,"margin": "unset","shadow": "unset","showOnHover": true,"text": "Notify me","textColorsOnHover": "#ffffff"},"backgroundColor": "none","border": "unset","borderRadius": "unset","colorSwatches": {"changeVariantOnHover": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"enableOutOfStockSwatches": false,"gridPosition": {"areaName": "colorSwatches","numOfCols": 3,"row": 6},"isActive": false,"margin": "unset","maxSwatches": 6,"swatchesType": "2"},"compare": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Helvetica","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "compare","numOfCols": 1,"row": 2},"isActive": true,"margin": "unset","shadow": "unset"},"description": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "description","numOfCols": 3,"row": 4},"isActive": false,"margin": "unset","numberOfLines": "2","saveSpaceForLineClamp": true,"shadow": "unset"},"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"imageCarousel": "false","imageFit": "contain","imageRatio": 1,"inStock": {"backgroundColor": "unset","border": "1px solid #e5e5e5","borderRadius": "9px","color": "#1abc9c","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "11px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "inStock","numOfCols": 1,"row": 1},"isActive": false,"margin": "unset","shadow": "unset","text": "In Stock"},"info": {"gridAreas": "\"title title title title\" \"price price compare compare\" ","gridAreasObj": [{"h": 1,"i": "title","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 0},{"h": 1,"i": "price","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 2,"x": 0,"y": 1},{"h": 1,"i": "compare","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 2,"x": 2,"y": 1}],"padding": "0px"},"isCustomCarouselIcons": false,"leftArrowIconName": "","leftArrowSlideDirection": "left","lookALike": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","buttonText": "Similar Styles","color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "lookALike","numOfCols": 2,"row": 1},"isActive": false,"margin": "unset","text": "Look-A-Like","titleText": "SIMILAR STYLES WE THINK YOU\u2019LL LOVE"},"outOfStock": {"backgroundColor": "unset","border": "1px solid #e5e5e5","borderRadius": "9px","color": "#bc1a1a","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "11px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "outOfStock","numOfCols": 1,"row": 0},"isActive": false,"margin": "unset","shadow": "unset","text": "Out of Stock"},"padding": "5px","price": {"alignIfCompare": "left","color": "#000000","colorIfCompareEnable": "#C90404","currency": "auto","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Helvetica","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "price","numOfCols": 1,"row": 2},"isActive": true,"margin": "unset","shadow": "unset"},"quickAddButtonStyleBar": false,"quickView": {"backgroundColor": "none","backgroundColorOnHover": "none","border": "1px solid #000000","borderRadius": "unset","color": "#000000","defaultStoreQuickview": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "quickView","numOfCols": 3,"row": 1},"isActive": false,"margin": "unset","text": "Quick View","theme": "modern"},"reviews": {"color": "#ffb518","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "reviews","numOfCols": 3,"row": 3},"isActive": false,"margin": "unset","noReviewsStarsColor": "#9F9F9F","reviewsCount": true,"shadow": "unset","size": "24","widgetForNoReview": true},"rightArrowIconName": "","rightArrowSlideDirection": "right","shadow": "unset","showBorderOnHover": false,"sku": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "SKU","numOfCols": 3,"row": 1},"isActive": false,"margin": "auto","shadow": "unset"},"title": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Helvetica","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "1.5","textAlign": "left"},"gridPosition": {"areaName": "title","numOfCols": 3,"row": 1},"isActive": true,"margin": "auto","numberOfLines": "1","saveSpaceForLineClamp": true},"vendor": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "vendor","numOfCols": 3,"row": 4},"isActive": false,"margin": "auto","shadow": "unset"},"wishList": {"checkedColor": "#ff1493","checkedIconName": "","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"gridPosition": {"areaName": "wishlist","numOfCols": 1,"row": 1},"isActive": false,"isCustomIcon": false,"margin": "unset","notCheckedColor": "#ff1493","notCheckedIconName": "","position": "top-left","size": "24"}},"quickViewModal": {"animationDuration": 400,"animationInX": 0,"animationInY": -200,"animationOutX": 0,"animationOutY": -100,"closeButtonCustomIconName": "","height": "70%","imagesBar": false,"imagesInside": false,"imagesPosition": "left","isCustomIconClose": false,"openingDirection": "top to bottom","quantityBorder": "unset","quantityBorderRadius": "unset","quantityFont": {"font": "Arial","fontSize": "14px","fontWeight": "500","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"quantityFontColor": "#000000","quantityLayout": "classic","quantityTitle": "Qty","theme": "classic","width": "70%"},"scrollToTopSettings": {"active": true,"backgroundColor": "black","fontFamily": "inherit","fontSize": "16px","fontWeight": 600,"iconName": "","iconPosition": "right","isCustomIcon": false,"text": "Scroll To Top","textColor": "white"}},"searchBox": {"border": "1px solid #000000","borderRadius": "unset","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search..."},"sorting": {"btnDimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"buttonBackground": "#FFFFFF","buttonBorder": "1px solid #cccccc","buttonBorderRadius": "0","buttonColor": "#000000","defaultOption": "relevency","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": true,"isCustomIcon": false,"mobileLayout": "classic","modalBackground": "#FFFFFF","modalBorderRadius": "16px 16px 0 0","modalHeight": "fit-content","optionsColor": "#000000","optionsFont": {"font": "Arial","fontSize": "14px","fontWeight": "500","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"optionsHeight": "40px","selectedBackground": "#dfdfdf","sortOptions": ["relevency","price_min_to_max","price_max_to_min","reviews"],"sortingButtonCustomIconName": "","sortingOptions": [{"active": true,"backendName": "a_to_z","customName": "Alphabetical: A-Z"},{"active": true,"backendName": "z_to_a","customName": "Alphabetical: Z-A"},{"active": true,"backendName": "relevency","customName": "Best Match"},{"active": true,"backendName": "price_min_to_max","customName": "Price: Low to High"},{"active": true,"backendName": "price_max_to_min","customName": "Price: High to Low"},{"active": true,"backendName": "creation_date","customName": "Newest Arrivals"},{"active": false,"backendName": "reviews","customName": "Customer Rating"},{"active": false,"backendName": "creation_date_oldest","customName": "Oldest Products"},{"active": true,"backendName": "popularity","customName": "Popularity"},{"active": false,"backendName": "discount_min_to_max","customName": "Discount: Low to High"},{"active": false,"backendName": "discount_max_to_min","customName": "Discount: High to Low"}],"titleColor": "#000000","titleFont": {"font": "Arial","fontSize": "16px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"titleHeight": "54px"}},"mobileSettings": {"collections": {"categoriesWheelsOnCollections": false,"categoriesWheelsOnSerp": false,"isCustomCarouselIcons": false,"leftArrowIconName": "","numberOfWheelTitleLines": 2,"rightArrowIconName": "","wheelSize": 75},"filters": {"backgroundColor": "unset","btnColor": "#747a80","btnDimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"btnFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"colorsFilter": "swatches","filtersButtonCustomIconName": "","filtersTopBar": false,"inStockFilter": "switch","isActive": true,"isCustomIcon": false,"layout": "classic","numberOfOpenFacets": "all","numberOfOpenNarrows": "default","onSaleFilter": "switch","optionsColor": "#000000","optionsFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"priceFilterRange": false,"priceFilterSlider": true,"removableTags": {"backgroundColor": "unset","border": "1px solid #ccc","borderRadius": "unset","color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"headerText": "Filter By","inFilters": false,"isActive": true,"isDisplayHeader": false,"onTopPage": true,"shadow": "unset"},"searchWithinFilters": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","color": "none","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": true,"placeHolder": "Search...","shadow": "unset"},"searchWithinResults": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","color": "none","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search...","shadow": "unset"},"showHideFiltersButton": {"backgroundColor": "none","border": "1px solid #ccc","borderRadius": "unset","color": "#999","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"isActive": false,"shadow": "unset","text": "Show / Hide Filters"},"showMoreButton": false,"slideDirection": "left","titlesBackground": "#ffffff","titlesColor": "#000000","titlesFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"}},"productGrid": {"articlesTab": {"layout": "classic"},"backgroundColor": "none","font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridColumnGap": "1px","gridRowGap": "1px","gridViewButton": false,"gridViewIcon": "","isGridViewCustomIcon": false,"listViewIcon": "","numberOfColumns": "2","numberOfRows": "5","pagePadding": "20px","pageTitle": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "35px","fontWeight": "bold","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"isActive": false,"margin": "unset","numberOfLines": "1"},"pagination": {"isCustomIcon": false,"leftArrowIcon": "","loadMore": false,"loadMoreAfter": 3,"paginationProgress": false,"paginationType": "pagination","progressBarColor": "#571eae","rightArrowIcon": ""},"product": {"addToCart": {"addToCartPosition": "product bottom","addToCartType": "product level","ajaxAnimation": false,"backgroundColor": "#e61837","backgroundColorOnHover": "none","border": "unset","borderColorOnHover": "none","borderRadius": "unset","changeColorsOnHover": false,"color": "#FFFFFF","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "addToCart","numOfCols": 3,"row": 5},"isActive": true,"margin": "unset","quantitySelector": false,"shadow": "unset","showOnHover": false,"text": "Add to Cart","textColorsOnHover": "none"},"backInStock": {"backInStockPosition": "product bottom","backgroundColor": "#1976d2","backgroundColorOnHover": "none","border": "unset","borderColorOnHover": "none","borderRadius": "unset","changeColorsOnHover": false,"color": "#FFFFFF","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "backInStock","numOfCols": 3,"row": 5},"isActive": false,"margin": "unset","shadow": "unset","showOnHover": false,"text": "Notify me","textColorsOnHover": "none"},"backgroundColor": "none","border": "unset","borderRadius": "unset","colorSwatches": {"changeVariantOnHover": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"enableOutOfStockSwatches": false,"gridPosition": {"areaName": "colorSwatches","numOfCols": 3,"row": 6},"isActive": false,"margin": "unset","maxSwatches": 6,"swatchesType": 0},"compare": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "compare","numOfCols": 1,"row": 2},"isActive": true,"margin": "unset","shadow": "unset"},"description": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "description","numOfCols": 3,"row": 4},"isActive": false,"margin": "unset","numberOfLines": "2","saveSpaceForLineClamp": true,"shadow": "unset"},"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"imageCarousel": false,"imageFit": "cover","imageRatio": 0.75,"inStock": {"backgroundColor": "unset","border": "1px solid #e5e5e5","borderRadius": "9px","color": "#1abc9c","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "11px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "inStock","numOfCols": 1,"row": 1},"isActive": false,"margin": "unset","shadow": "unset","text": "In Stock"},"info": {"gridAreas": "\"title title title title\" \"price price price price\" \"compare compare compare compare\" ","gridAreasObj": [{"h": 1,"i": "title","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 0},{"h": 1,"i": "price","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 1},{"h": 1,"i": "compare","maxH": 1,"maxW": 4,"moved": false,"static": false,"w": 4,"x": 0,"y": 2}],"padding": "0px"},"isCustomCarouselIcons": false,"leftArrowIconName": "","leftArrowSlideDirection": "left","lookALike": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","buttonText": "Similar Styles","color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "lookALike","numOfCols": 2,"row": 1},"isActive": false,"margin": "unset","text": "Look-A-Like","titleText": "SIMILAR STYLES WE THINK YOU\u2019LL LOVE"},"outOfStock": {"backgroundColor": "unset","border": "1px solid #e5e5e5","borderRadius": "9px","color": "#bc1a1a","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "11px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "outOfStock","numOfCols": 1,"row": 0},"isActive": false,"margin": "unset","shadow": "unset","text": "Out of Stock"},"padding": "3px","price": {"alignIfCompare": "left","color": "#000000","colorIfCompareEnable": "#C90404","currency": "auto","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "price","numOfCols": 1,"row": 2},"isActive": true,"margin": "unset","shadow": "unset"},"quickView": {"backgroundColor": "none","backgroundColorOnHover": "none","border": "1px solid #000000","borderRadius": "unset","color": "#000000","defaultStoreQuickview": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "quickView","numOfCols": 3,"row": 1},"isActive": true,"margin": "unset","text": "Quick View","theme": "modern"},"reviews": {"color": "#ffb518","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "reviews","numOfCols": 3,"row": 3},"isActive": false,"margin": "unset","noReviewsStarsColor": "#9F9F9F","reviewsCount": true,"shadow": "unset","size": "24","widgetForNoReview": true},"rightArrowIconName": "","rightArrowSlideDirection": "right","shadow": "unset","showBorderOnHover": false,"sku": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "SKU","numOfCols": 3,"row": 1},"isActive": false,"margin": "auto","shadow": "unset"},"title": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "1.5","textAlign": "left"},"gridPosition": {"areaName": "title","numOfCols": 3,"row": 1},"isActive": true,"margin": "auto","numberOfLines": "1","saveSpaceForLineClamp": true},"vendor": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "vendor","numOfCols": 3,"row": 4},"isActive": false,"margin": "auto","shadow": "unset"},"wishList": {"checkedColor": "#ff1493","checkedIconName": "","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "wishlist","numOfCols": 1,"row": 1},"isActive": false,"isCustomIcon": false,"location": "on-image","margin": "unset","notCheckedColor": "#ff1493","notCheckedIconName": "","padding": "10px","position": "top-left","size": "30px"}},"quickViewModal": {"animationDuration": 400,"animationInX": 0,"animationInY": 2000,"animationOutX": -500,"animationOutY": 0,"closeButtonCustomIconName": "","height": "70%","imagesBar": false,"imagesInside": false,"imagesPosition": "left","isCustomIconClose": false,"openingDirection": "bottom to top","quantityBorder": "unset","quantityBorderRadius": "unset","quantityFont": {"font": "Arial","fontSize": "14px","fontWeight": "500","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"quantityFontColor": "#000000","quantityLayout": "classic","quantityTitle": "Qty","theme": "classic","width": "70%"},"scrollToTopSettings": {"active": false,"backgroundColor": "black","fontFamily": "inherit","fontSize": "16px","fontWeight": 600,"iconName": "","iconPosition": "right","isCustomIcon": false,"text": "Scroll To Top","textColor": "white"},"stickyHeaderBackground": "#FFF","stickyMobileHeader": false},"searchBox": {"border": "1px solid #000000","borderRadius": "unset","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search..."},"sorting": {"btnDimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"buttonBackground": "#FFFFFF","buttonBorder": "1px solid #cccccc","buttonBorderRadius": "0","buttonColor": "#000000","defaultOption": "relevency","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": true,"isCustomIcon": false,"mobileLayout": "classic","modalBackground": "#FFFFFF","modalBorderRadius": "16px 16px 0 0","modalHeight": "fit-content","optionsColor": "#000000","optionsFont": {"font": "Arial","fontSize": "14px","fontWeight": "500","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"optionsHeight": "40px","selectedBackground": "#dfdfdf","sortOptions": ["relevency","price_min_to_max","price_max_to_min","reviews"],"sortingButtonCustomIconName": "","sortingOptions": [{"active": true,"backendName": "relevency","customName": "Best Match"},{"active": true,"backendName": "price_min_to_max","customName": "Price: Low to High"},{"active": true,"backendName": "price_max_to_min","customName": "Price: High to Low"},{"active": true,"backendName": "creation_date","customName": "Newest Arrivals"},{"active": false,"backendName": "reviews","customName": "Customer Rating"},{"active": false,"backendName": "creation_date_oldest","customName": "Oldest Products"},{"active": true,"backendName": "a_to_z","customName": "Alphabetical: A-Z"},{"active": true,"backendName": "z_to_a","customName": "Alphabetical: Z-A"},{"active": true,"backendName": "popularity","customName": "Popularity"},{"active": false,"backendName": "discount_min_to_max","customName": "Discount: Low to High"},{"active": false,"backendName": "discount_max_to_min","customName": "Discount: High to Low"}],"titleColor": "#000000","titleFont": {"font": "Arial","fontSize": "16px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"titleHeight": "54px"}},"tabletSettings": {"collections": {"categoriesWheelsOnCollections": false,"categoriesWheelsOnSerp": false,"isCustomCarouselIcons": false,"leftArrowIconName": "","numberOfWheelTitleLines": 3,"rightArrowIconName": "","wheelSize": 85},"filters": {"backgroundColor": "unset","btnColor": "#747a80","btnDimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"btnFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"colorsFilter": "swatches","filtersButtonCustomIconName": "","filtersTopBar": false,"inStockFilter": "switch","isActive": true,"isCustomIcon": false,"layout": "vertical","numberOfOpenFacets": "all","numberOfOpenNarrows": "default","onSaleFilter": "switch","optionsColor": "#000000","optionsFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"priceFilterRange": false,"priceFilterSlider": true,"removableTags": {"backgroundColor": "unset","border": "1px solid #ccc","borderRadius": "unset","color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"headerText": "Filter By","inFilters": false,"isActive": true,"isDisplayHeader": false,"onTopPage": true,"shadow": "unset"},"searchWithinFilters": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","color": "none","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": true,"placeHolder": "Search...","shadow": "unset"},"searchWithinResults": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","color": "none","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search...","shadow": "unset"},"showHideFiltersButton": {"backgroundColor": "none","border": "1px solid #ccc","borderRadius": "unset","color": "#999","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"isActive": false,"shadow": "unset","text": "Show / Hide Filters"},"showMoreButton": false,"slideDirection": "left","titlesBackground": "#ffffff","titlesColor": "#000000","titlesFont": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"}},"productGrid": {"articlesTab": {"layout": "classic"},"backgroundColor": "none","font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridColumnGap": "1px","gridRowGap": "1px","gridViewButton": false,"gridViewIcon": "","isGridViewCustomIcon": false,"listViewIcon": "","numberOfColumns": "3","numberOfRows": "5","pagePadding": "30px","pageTitle": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "35px","fontWeight": "bold","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"isActive": false,"margin": "unset","numberOfLines": "1"},"pagination": {"isCustomIcon": false,"leftArrowIcon": "","loadMore": false,"loadMoreAfter": 3,"paginationProgress": false,"paginationType": "pagination","progressBarColor": "#571eae","rightArrowIcon": ""},"product": {"addToCart": {"addToCartPosition": "product bottom","addToCartType": "product level","ajaxAnimation": false,"backgroundColor": "#1976d2","backgroundColorOnHover": "none","border": "unset","borderColorOnHover": "none","borderRadius": "unset","changeColorsOnHover": false,"color": "#FFFFFF","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "addToCart","numOfCols": 3,"row": 5},"isActive": true,"margin": "unset","quantitySelector": false,"shadow": "unset","showOnHover": false,"text": "Add to Cart","textColorsOnHover": "none"},"backInStock": {"backInStockPosition": "product bottom","backgroundColor": "#1976d2","backgroundColorOnHover": "none","border": "unset","borderColorOnHover": "none","borderRadius": "unset","changeColorsOnHover": false,"color": "#FFFFFF","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "backInStock","numOfCols": 3,"row": 5},"isActive": false,"margin": "unset","shadow": "unset","showOnHover": false,"text": "Notify me","textColorsOnHover": "none"},"backgroundColor": "none","border": "unset","borderRadius": "unset","colorSwatches": {"changeVariantOnHover": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"enableOutOfStockSwatches": false,"gridPosition": {"areaName": "colorSwatches","numOfCols": 3,"row": 6},"isActive": false,"margin": "unset","maxSwatches": 6,"swatchesType": 0},"compare": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "compare","numOfCols": 1,"row": 2},"isActive": true,"margin": "unset","shadow": "unset"},"description": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "description","numOfCols": 3,"row": 4},"isActive": false,"margin": "unset","numberOfLines": "2","saveSpaceForLineClamp": true,"shadow": "unset"},"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"imageCarousel": false,"imageFit": "cover","imageRatio": 0.75,"inStock": {"backgroundColor": "unset","border": "1px solid #e5e5e5","borderRadius": "9px","color": "#1abc9c","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "11px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "inStock","numOfCols": 1,"row": 1},"isActive": false,"margin": "unset","shadow": "unset","text": "In Stock"},"info": {"gridAreas": "\"title title title title\" \"price price price price\" \"compare compare compare compare\"","gridAreasObj": [{"h": 1,"i": "title","maxH": 1,"maxW": 4,"w": 4,"x": 0,"y": 0},{"h": 1,"i": "price","maxH": 1,"maxW": 4,"w": 4,"x": 0,"y": 1},{"h": 1,"i": "compare","maxH": 1,"maxW": 4,"w": 4,"x": 1,"y": 2}],"padding": "0px"},"isCustomCarouselIcons": false,"leftArrowIconName": "","leftArrowSlideDirection": "left","lookALike": {"backgroundColor": "none","border": "1px solid #000000","borderRadius": "unset","buttonText": "Similar Styles","color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "lookALike","numOfCols": 2,"row": 1},"isActive": false,"margin": "unset","text": "Look-A-Like","titleText": "SIMILAR STYLES WE THINK YOU\u2019LL LOVE"},"outOfStock": {"backgroundColor": "unset","border": "1px solid #e5e5e5","borderRadius": "9px","color": "#bc1a1a","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "11px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "outOfStock","numOfCols": 1,"row": 0},"isActive": false,"margin": "unset","shadow": "unset","text": "Out of Stock"},"padding": "3px","price": {"alignIfCompare": "left","color": "#000000","colorIfCompareEnable": "#C90404","currency": "auto","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "price","numOfCols": 1,"row": 2},"isActive": true,"margin": "unset","shadow": "unset"},"quickAddButtonStyleBar": false,"quickView": {"backgroundColor": "none","backgroundColorOnHover": "none","border": "1px solid #000000","borderRadius": "unset","color": "#000000","defaultStoreQuickview": false,"dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "quickView","numOfCols": 3,"row": 1},"isActive": true,"margin": "unset","text": "Quick View","theme": "modern"},"reviews": {"color": "#ffb518","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "reviews","numOfCols": 3,"row": 3},"isActive": false,"margin": "unset","noReviewsStarsColor": "#9F9F9F","reviewsCount": true,"shadow": "unset","size": "24","widgetForNoReview": true},"rightArrowIconName": "","rightArrowSlideDirection": "right","shadow": "unset","showBorderOnHover": false,"sku": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "SKU","numOfCols": 3,"row": 1},"isActive": false,"margin": "auto","shadow": "unset"},"title": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "1.5","textAlign": "left"},"gridPosition": {"areaName": "title","numOfCols": 3,"row": 1},"isActive": true,"margin": "auto","numberOfLines": "1","saveSpaceForLineClamp": true},"vendor": {"color": "#000000","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"font": {"font": "Arial","fontSize": "14px","fontWeight": "400","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "left"},"gridPosition": {"areaName": "vendor","numOfCols": 3,"row": 4},"isActive": false,"margin": "auto","shadow": "unset"},"wishList": {"checkedColor": "#ff1493","checkedIconName": "","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"gridPosition": {"areaName": "wishlist","numOfCols": 1,"row": 1},"isActive": false,"isCustomIcon": false,"margin": "unset","notCheckedColor": "#ff1493","notCheckedIconName": "","position": "top-left","size": "24"}},"quickViewModal": {"animationDuration": 400,"animationInX": 0,"animationInY": -200,"animationOutX": 0,"animationOutY": -100,"closeButtonCustomIconName": "","height": "70%","imagesBar": false,"imagesInside": false,"imagesPosition": "left","isCustomIconClose": false,"openingDirection": "top to bottom","quantityBorder": "unset","quantityBorderRadius": "unset","quantityFont": {"font": "Arial","fontSize": "14px","fontWeight": "500","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"quantityFontColor": "#000000","quantityLayout": "classic","quantityTitle": "Qty","theme": "classic","width": "70%"},"scrollToTopSettings": {"active": false,"backgroundColor": "black","fontFamily": "inherit","fontSize": "16px","fontWeight": 600,"iconName": "","iconPosition": "right","isCustomIcon": false,"text": "Scroll To Top","textColor": "white"}},"searchBox": {"border": "1px solid #000000","borderRadius": "unset","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": false,"placeHolder": "Search..."},"sorting": {"btnDimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"buttonBackground": "#FFFFFF","buttonBorder": "1px solid #cccccc","buttonBorderRadius": "0","buttonColor": "#000000","defaultOption": "relevency","dimensions": {"height": "auto","width": "auto","x": "0","y": "0"},"isActive": true,"isCustomIcon": false,"mobileLayout": "classic","modalBackground": "#FFFFFF","modalBorderRadius": "16px 16px 0 0","modalHeight": "fit-content","optionsColor": "#000000","optionsFont": {"font": "Arial","fontSize": "14px","fontWeight": "500","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"optionsHeight": "40px","selectedBackground": "#dfdfdf","sortOptions": ["relevency","price_min_to_max","price_max_to_min","reviews"],"sortingButtonCustomIconName": "","sortingOptions": [{"active": true,"backendName": "relevency","customName": "Best Match"},{"active": true,"backendName": "price_min_to_max","customName": "Price: Low to High"},{"active": true,"backendName": "price_max_to_min","customName": "Price: High to Low"},{"active": true,"backendName": "creation_date","customName": "Newest Arrivals"},{"active": false,"backendName": "reviews","customName": "Customer Rating"},{"active": false,"backendName": "creation_date_oldest","customName": "Oldest Products"},{"active": true,"backendName": "a_to_z","customName": "Alphabetical: A-Z"},{"active": true,"backendName": "z_to_a","customName": "Alphabetical: Z-A"},{"active": true,"backendName": "popularity","customName": "Popularity"},{"active": false,"backendName": "discount_min_to_max","customName": "Discount: Low to High"},{"active": false,"backendName": "discount_max_to_min","customName": "Discount: High to Low"}],"titleColor": "#000000","titleFont": {"font": "Arial","fontSize": "16px","fontWeight": "600","letterSpacing": "0.25px","lineHeight": "auto","textAlign": "center"},"titleHeight": "54px"}}},"showPriceWithoutDecimals": false,"sort": [{"active": true,"id": "0","name": "Best Match"},{"active": true,"id": "1","name": "Price: Low to High"},{"active": true,"id": "2","name": "Price: High to Low"},{"active": true,"id": "3","name": "Newest Arrivals"},{"active": false,"id": "4","name": "Oldest Products"},{"active": true,"id": "5","name": "Popularity"},{"active": false,"id": "6","name": "Customer Rating"},{"active": true,"id": "7","name": "Alphabetical: A-Z"},{"active": true,"id": "8","name": "Alphabetical: Z-A"},{"active": false,"id": "9","name": "Discount: Low to High"},{"active": false,"id": "10","name": "Discount: High to Low"}],"subscription": 5,"takeoverCategoriesNavigation": true,"takeoverSearch": true,"textBadges": null,"translationProvider": "","unlimitedAccount": false,"url": "http://shoutfactory.myshopify.com/","wishlistProvider": 0}; if ("0" === "1") { localStorage.setItem("FS_TAG_MANAGER_PROVIDER", "1"); } else { localStorage.removeItem('FS_TAG_MANAGER_PROVIDER') } function disableMinHeight(){ let serpElement = document.getElementById('fast-simon-serp-app'); if(serpElement) { serpElement.style.minHeight = 'unset'; } } if (window.SerpOptions) { setTimeout(disableMinHeight, 300); } else { window.addEventListener('fast-serp-ready', function () { setTimeout(disableMinHeight, 300); }); } </script> <div id="fast-simon-serp-app" style="display:block;color: initial;background: initial; min-height: 100vh;"></div> <script async src="https://static-grid.fastsimon.com/init.min.js" data-ot-ignore></script> <!-- END app snippet --> </div> </div> </section> </main><div class="wrapper-footer"><!-- BEGIN sections: footer-group --> <div id="shopify-section-sections--15856966828166__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/64/assets/component-custom-service-block.css?v=114933053799026809851729748861" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-custom-service-block.css?v=114933053799026809851729748861" rel="stylesheet" type="text/css" media="all" /></noscript> <style>.section-block-sections--15856966828166__custom_service_block_GE8tMm,.section-block-sections--15856966828166__custom_service_block_GE8tMm .halo-block-header .title .text {background: #f8f8f8}.section-block-sections--15856966828166__custom_service_block_GE8tMm .policies-block-wrapper{position: relative} .section-block-sections--15856966828166__custom_service_block_GE8tMm .slider-button .icon{fill: #212121} .section-block-sections--15856966828166__custom_service_block_GE8tMm .slider-button--prev .icon {margin-top: 2px} .section-block-sections--15856966828166__custom_service_block_GE8tMm {} .section-block-sections--15856966828166__custom_service_block_GE8tMm .halo-item + .halo-item {} body.layout_rtl .section-block-sections--15856966828166__custom_service_block_GE8tMm .halo-item + .halo-item {}.section-block-sections--15856966828166__custom_service_block_GE8tMm .halo-block-header .title:before {background-color: #000000;display: none;} .section-block-sections--15856966828166__custom_service_block_GE8tMm .halo-block-header .title {color: #000000;font-size: 30px;margin-bottom: 12px; line-height: 1;}.section-block-sections--15856966828166__custom_service_block_GE8tMm .halo-block-header{margin-bottom: 0}.section-block-sections--15856966828166__custom_service_block_GE8tMm .halo-block-header .rte {color: #000000;font-size: 16px} .section-block-sections--15856966828166__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--15856966828166__custom_service_block_GE8tMm .halo-item + .halo-item:before {content: none}} @media (max-width: 767px) { .section-block-sections--15856966828166__custom_service_block_GE8tMm {padding-top: 50px;padding-bottom: 50px;} .section-block-sections--15856966828166__custom_service_block_GE8tMm .halo-block-header .title {font-size: 22px;margin-bottom: 12px}.section-block-sections--15856966828166__custom_service_block_GE8tMm .halo-block-header .title {margin-bottom: 12px}} @media (min-width: 1200px) { .section-block-sections--15856966828166__custom_service_block_GE8tMm {padding-top: 50px;padding-bottom: 50px;}} @media (min-width: 1025px) {.section-block-sections--15856966828166__custom_service_block_GE8tMm .halo-block-header .title .text {width: auto}} @media (min-width: 768px) and (max-width: 1199px) { .section-block-sections--15856966828166__custom_service_block_GE8tMm {padding-top: 50px;padding-bottom: 50px;} } </style> <div class="custom-service-block section-block-sections--15856966828166__custom_service_block_GE8tMm" style="--grid-gap: 15.0px"> <div class="container"><div class="bg-policies-block"><div class="halo-block-header text-center"> <h2 class="title"><span class="text">Join the Shout! Community</span></h2></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--15856966828166__footer-1" class="shopify-section shopify-section-group-footer-group"><link href="//shoutfactory.com/cdn/shop/t/64/assets/section-footer.css?v=166819186574539284051729748910" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/component-list-payment.css?v=14796597056156653981729748869" media="all" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-list-payment.css?v=14796597056156653981729748869" 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--15856966828166__footer-1">Your email</label> <input id="NewsletterForm--sections--15856966828166__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--15856966828166__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" 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/64/assets/slider.js?v=140906245454472783371729748912" defer="defer"></script> <script src="//shoutfactory.com/cdn/shop/t/64/assets/theme.js?v=126057784597542133141730268463" defer="defer"></script><script src="//shoutfactory.com/cdn/shop/t/64/assets/free-shipping-message.js?v=23649204803896156951729748892" 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/64/assets/halo-product-list-view-popup.css?v=171851250571928755481729748895" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/halo-product-list-view-popup.css?v=171851250571928755481729748895" 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/64/assets/component-card-mobile-popup.css?v=177969134712201010861729748856" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-card-mobile-popup.css?v=177969134712201010861729748856" 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/64/assets/component-warning-popup.css?v=170494741755236676021729748887" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-warning-popup.css?v=170494741755236676021729748887" 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/64/assets/component-auth.css?v=127485890362915857051729748851" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-auth.css?v=127485890362915857051729748851" 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/64/assets/halo-customer-login.js?v=130338099368393207731729748893" defer="defer"></script> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/64/assets/component-quick-cart.css?v=76706418547694381531729748878" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/64/assets/component-quick-cart.css?v=76706418547694381531729748878" 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/64/assets/halo-toolcart.js?v=42785986117642242551729748897" 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; } */ .bogos-slider-offers-container .bogos-slider-offer{ padding: 23px 12px !important; } .bogos-slider-offer .bogos-slider-offer-switch-show{ top: 1px !important; } </style> <script src="//shoutfactory.com/cdn/shop/t/64/assets/custom-ada-script.js?v=56236231809395453981734160365" defer="defer"></script> <!-- Widget : LIITS VDAY Card --> <div data-rebuy-id="198710"></div> <!-- End Widget : LIITS VDAY Card --> <div id="shopify-block-AdjkraUk3aFVvenQ3d__8605505498557855500" class="shopify-block shopify-app-block bogos-shopify-block"> <div id="secomapp_freegifts_version" data-version="3.0"></div> <!-- BEGIN app snippet: freegifts-snippet --><link href="//cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/glider.min.css" rel="stylesheet" type="text/css" media="all" /> <link href="//cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/freegifts-main.css" rel="stylesheet" type="text/css" media="all" /> <link href="//cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/bogos.bundle.css" rel="stylesheet" type="text/css" media="all" /> <style id="sca_fg_custom_style"> .freegifts-main-container .fg-section-title, .freegifts-main-container .bogos-slider-info-title { color: #121212; } .freegifts-main-container .product-title, .freegifts-main-container .bogos-gift-product-title { color: #000000; } .freegifts-main-container .original-price, .freegifts-main-container .bogos-gift-item-compare-price { color: #121212; } .freegifts-main-container .gift-price, .freegifts-main-container .bogos-gift-item-price { color: #000000; } .freegifts-main-container .btn-add-to-cart { color: #FFFFFF; background-color: #000000; } .freegifts-main-container .bogos-slider-offer-badge { background: #FFEF9D } .freegifts-main-container .bogos-slider-offer-badge.success { background: #CDFEE1 } .freegifts-main-container .bogos-slider-offer-title { color: #000000 } .freegifts-main-container .btn-add-to-cart svg path { fill: #FFFFFF; } .fg-gift-thumbnail-offer-title { color: #000000; } .fg-gift-thumbnail-container { border-color: #8A8A8A; } .fg-gift-thumbnail-offer-time { background-color: #000000; } #sca-gift-thumbnail .sca-gift-image { width: 50px; max-height: 50px; } #sca-gift-icon .sca-gift-icon-img { width: 50px; max-height: 50px; } .sca-gift-icon-collection-page .sca-gift-icon-collection-img { width: 50px; max-height: 50px; } #sca-promotion-glider { color: #ffffff; background-color: #F72119; } #sca-fg-today-offer-iframe .sca-fg-header { background-color: #FFFFFF; } #sca-fg-today-offer-iframe .sca-fg-body { background-color: #FFFFFF; } #sca-fg-today-offer-iframe .sca-fg-today-offer-title { color: #5E5873 !important; } #sca-fg-today-offer-iframe .sca-fg-today-offer-subtitle { color: #b9b9c3 !important; } #sca-fg-today-offer-iframe .sca-offer-title { color: #82868b; } #sca-fg-today-offer-widget { height: 70px !important; width: 70px !important; } .sca-fg-icon-success-anim { box-shadow: inset 0 0 0 #69CE82; } @-webkit-keyframes animated-checkmark-fill { to { box-shadow: inset 0 0 0 30px #69CE82; } } @keyframes animated-checkmark-fill { to { box-shadow: inset 0 0 0 30px #69CE82; } } .sca-fg-icon-success-circle { stroke: #69CE82; } #sca-fg-today-offer-iframe .sca-fg-offer .sca-offer-header-container { background-color: #ebe9f1 } #sca-fg-today-offer-iframe .sca-fg-offer.sca-offer-archived .sca-offer-header-container { background-color: #69CE8225 } #sca-fg-today-offer-iframe .sca-gift-product-title { color: #303030} #sca-fg-today-offer-iframe .sca-gift-product-discount-price { color: #24B263 } #sca-fg-today-offer-iframe .sca-gift-product-original-price { color: #616161 } #sca-fg-today-offer-iframe .sca-offer-info .sca-offer-subtitle { color: #616161 } .bogos-bundles-widget { background-color: #F3F3F3; } .bogos-bundles-widget-body .bogos-bundle-item { background-color: #FFFFFF; } .bogos-bundles-widget .bogos-bundles-widget-title { color: #303030; } .bogos-bundles-widget .bogos-bundles-widget-description { color: #616161; } .bogos-bundle-item .bogos-bundle-item-title { color: #303030; } .bogos-bundle-item .bogos-bundle-item-discount-price, .bogos-bundles-total-discount-price { color: #303030; } .bogos-bundle-item .bogos-bundle-item-original-price, .bogos-bundles-total-original-price { color: #B5B5B5; } .bogos-bundles-widget-footer .bogos-bundles-button-add { color: #FFFFFF; background-color: #303030; } .bogos-bundles-quantity-break-widget { background-color: #F3F3F3; } .bogos-bundles-quantity-break-widget-title { color: #303030; } .bogos-bundles-quantity-break-widget-description { color: #303030; } .bogos-bundle-quantity-break-item-original-price , .bogos-bundles-quantity-break-origin-price { color: #303030; } .bogos-bundles-quantity-break-button-add { background: #303030; color: #FFFFFF; } .bogos-bundle-quantity-break_item-container { background: #FFFFFF; } .bogos-bundle-quantity-break-label { background: #303030; color: #FFFFFF; } .bogos-bundle-quantity-break-tag { background: #F1F1F1; color: #303030; } .bogos-bundle-quantity-break-sub-title { color: #616161; } .bogos-bundle-quantity-break-item-discount-price, .bogos-bundles-quantity-break-discount-price { color: #303030; } .bogos-bundle-quantity-break-title { color: #303030; } .bogos-mix-match-widget { background-color: #F3F3F3; ; } .bogos-mix-match-widget .bogos-mix-item { background-color: #FFFFFF; } .bogos-mix-match-widget .bogos-mix-match-widget-title { color: #303030; } .bogos-mix-match-widget .bogos-mix-match-widget-description { color: #616161; } .bogos-mix-match-widget .bogos-mix-item-title { color: #303030; } .bogos-mix-match-widget .bogos-mix-item-discount-price { color: #303030; } .bogos-mix-match-widget .bogos-mix-item-original-price { color: #B5B5B5; } .bogos-mix-match-widget .bogos-mix-match-button-add { color: #FFFFFF; background-color: #303030; } .bogos-mix-match-widget .bogos-mix-match-badge-item { background-color: #FFF8DB; } .bogos-mix-match-widget .bogos-mix-match-badge-item.success { background-color: #CDFEE1; } .bogos-mix-match-widget .bogos-mix-match-badge-item .bogos-mix-match-badge-title { color: #4F4700; } .bogos-mix-match-widget .bogos-mix-match-badge-item.success .bogos-mix-match-badge-title { color: #29845A; } .bogos-bundle-page-container .bogos-bp-steps-bar, .bogos-bundle-page-container .bogos-bp-step-bar-single { background-color: #F3F3F3; } .bogos-bundle-page-container .bogos-bp-step-title { color: #303030; } .bogos-bp-steps-container .bogos-bp-step-item.active { border-bottom: solid 3px #303030; } .bogos-bundle-page-container .bogos-bp-header-title { color: #303030; } .bogos-bundle-page-container .bogos-bp-header-subtitle { color: #303030; } .bogos-bundle-page-container .bogos-bp-step-header-title { color: #303030; } .bogos-bundle-page-container .bogos-bp-step-header-subtitle { color: #616161; } .bogos-bundle-page-container .bogos-bp-product-title, .bogos-step-item .bogos-step-item-title, .bogos-product-detail-modal .bogos-product-title { color: #303030; } .bogos-step-items-container .bogos-step-item-variant-title { color: #616161; } .bogos-bundle-page-container .bogos-bp-product-price, .bogos-step-item .bogos-step-item-discount-price, .bogos-bp-widget-footer .bogos-bp-total-discount-price { color: #303030; } .bogos-step-item .bogos-step-item-original-price, .bogos-bp-widget-footer .bogos-bp-total-original-price { color: #808080; } .bogos-bundle-page-container .bogos-bp-btn-add-product, .bogos-product-detail-modal .bogos-product-add-btn { background-color: #303030; color: #FFFFFF } .bogos-bp-widget-container .bogos-bp-widget { background-color: #F3F3F3; ; } .bogos-bp-widget .bogos-bp-widget-title { color: #303030; } .bogos-bp-widget .bogos-bp-widget-description { color: #303030; } .bogos-step-items-product-require.success .bogos-step-items-product-require-title { color: #2332D5; } .bogos-bp-widget .bogos-bp-button-add { background-color: #303030; color: #FFFFFF; } .bogos-bp-widget-badges-container .bogos-bp-widget-badge-item { background-color: #FFF8DB; } .bogos-bp-widget-badges-container .bogos-bp-widget-badge-item.success { background-color: #CDFEE1; } .bogos-bp-widget-badges-container .bogos-bp-widget-badge-title { color: #4F4700; } .bogos-bp-widget-badge-item.success .bogos-bp-widget-badge-title { color: #29845A; } </style> <script id="sca_fg_custom_script" data-cmp-vendor="bogos" data-cmp-ab="0"> </script> <script src="https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/glider.min.js" defer></script> <script src="https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/lz-string.js" defer></script> <div id="freegifts-main-popup-container" class="freegifts-main-container sca-modal-fg" data-animation="slideInOutTop"> </div> <ul id="sca-fg-notifications" class="sca-fg-notifications"></ul> <button id="sca-fg-today-offer-widget"></button> <div id="sca-fg-today-offer-iframe"></div> <div id="bogos-mix-match-main-collection-popup-container" class="sca-modal-fg"></div> <div id="bogos-main-popup-product-detail-container" data-animation="slideInOutTop"></div> <script type="text/javascript" data-cmp-vendor="bogos" data-cmp-ab="0"> if (typeof Shopify === "undefined") window.Shopify = {}; Shopify.cartItems = []; Shopify.current_product = {}; Shopify.current_collection = {}; Shopify.products = {}; //cart item // current product or collection Shopify.current_product = {...null}; Shopify.current_collection = {...{"id":265480470662,"handle":"comedy-3","title":"Comedy","updated_at":"2025-02-13T09:20:19-08:00","body_html":null,"published_at":"2022-09-14T11:22:50-07:00","sort_order":"best-selling","template_suffix":null,"disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"music-comedy"},{"column":"type","relation":"not_equals","condition":"Insurance"},{"column":"type","relation":"not_equals","condition":"mws_apo_generated"}],"published_scope":"global"}}; window.SECOMAPP = window.SECOMAPP || {}; SECOMAPP.fg_codes = []; SECOMAPP.activateOnlyOnePromoCode = false //liquid code to get customer history and customer tag SECOMAPP.current_template = "collection"; SECOMAPP.pathname = window.location.pathname; if (SECOMAPP.current_template === "404" && SECOMAPP.pathname?.includes("-sca_clone_freegift")) { window.location.replace(SECOMAPP.pathname.split("-sca_clone_freegift")[0]); } else if (SECOMAPP.current_template === "404" && SECOMAPP.pathname?.includes("/collections/sca_fg")) { window.location.replace(`${Shopify?.routes?.root ?? "/"}collections/all`); } SECOMAPP.setCookie = function (e, t, o, n, r) { let i = new Date; i.setTime(i.getTime() + 24 * o * 36e5 + 60 * n * 1e3); let f = "expires=" + i.toUTCString(); document.cookie = e + "=" + t + ";" + f + (r ? ";path=" + r : ";path=/"); }; SECOMAPP.deleteCookie = function (e, t) { document.cookie = e + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; " + (t ? ";path=" + t : ";path=/") }; SECOMAPP.getCookie = function (e) { for (let t = e + "=", o = document.cookie.split(";"), n = 0; n < o.length; n++) { let r; for (r = o[n]; " " === r.charAt(0);) r = r.substring(1); if (0 === r.indexOf(t)) return r.substring(t.length, r.length) } return "" }; SECOMAPP.getQueryString = function (key) { let e = {}; let t = window.location.search.substring(1).split("&"); let o = 0; for (; o < t.length; o++) { let n = t[o].split("="); if (void 0 === e[n[0]]) e[n[0]] = decodeURIComponent(n[1]); else if ("string" == typeof e[n[0]]) { e[n[0]] = [e[n[0]], decodeURIComponent(n[1])] } else e[n[0]].push(decodeURIComponent(n[1])) } return key ? e?.[key] : e; }; "" !== SECOMAPP.getCookie("sca_fg_codes") && (SECOMAPP.fg_codes = JSON.parse(SECOMAPP.getCookie("sca_fg_codes"))); SECOMAPP.current_code = SECOMAPP.getQueryString("freegifts_code"); SECOMAPP.current_code && !SECOMAPP.fg_codes.includes(SECOMAPP.current_code) && (function () { SECOMAPP.activateOnlyOnePromoCode && (SECOMAPP.fg_codes = []); SECOMAPP.fg_codes.push(SECOMAPP.current_code); SECOMAPP.setCookie("sca_fg_codes", JSON.stringify(SECOMAPP.fg_codes)); })(); SECOMAPP.customer = {}; SECOMAPP.customer.orders = []; SECOMAPP.customer.freegifts = []; SECOMAPP.customer.freegifts_v2 = []; SECOMAPP.customer.email = ""; SECOMAPP.customer.first_name = ""; SECOMAPP.customer.last_name = ""; SECOMAPP.customer.tags = Object.values({...null}); SECOMAPP.customer.orders_count = "" - 0; SECOMAPP.customer.total_spent = "" - 0; SECOMAPP.market = {...null}; // get class name config from settings_data.json if (!Shopify.scaHandleConfigValue) { Shopify.scaHandleConfigValue = { ...{"sca_fg_cart_drawer_query":null,"sca_fg_cart_icon_query":null,"sca_fg_form_checkout_wrapper_query":null,"sca_fg_form_checkbox_button_query":null,"sca_fg_btn_gift_thumbnail_query":null,"sca_fg_title_product_gift_icon_query":null,"sca_fg_img_collection_gift_icon_query":".fs-product-card","sca_fg_main_promotion_message_query":".sca_promotion_message"}, ...null }; } // add link proxy SECOMAPP.freegiftProxy = "/apps/secomapp_freegifts_get_order?ver=3.0"; SECOMAPP.freegiftProxy = "/apps/secomapp_freegifts_get_order?ver=3.0"; SECOMAPP.bogosCollectUrl = "https://collect.bogos.io/collect" SECOMAPP.bogosIntegrationUrl = "https://api.freegifts.io/integrations" window.fgGiftIcon = "https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/fg-icon-red_small.png"; window.fgWidgetIconsObj = { "widget-icon-1.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/widget-icon-1_small.png', "widget-icon-2.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/widget-icon-2_small.png', "widget-icon-3.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/widget-icon-3_small.png', "widget-icon-4.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/widget-icon-4_small.png', "widget-icon-5.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/widget-icon-5_small.png', "widget-icon-6.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/widget-icon-6_small.png', "widget-icon-7.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/widget-icon-7_small.png', "widget-icon-8.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/widget-icon-8_small.png' } window.fgStepIconsObj = { "step-icon-1.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/step-icon-1_small.png', "step-icon-2.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/step-icon-2_small.png', "step-icon-3.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/step-icon-3_small.png', "step-icon-4.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/step-icon-4_small.png', "step-icon-5.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/step-icon-5_small.png', "step-icon-6.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/step-icon-6_small.png', "step-icon-7.png": 'https://cdn.shopify.com/extensions/2340ff5a-e3f5-48e7-9346-d4ded768c832/bogos-io-free-gift-65/assets/step-icon-7_small.png', } // variable from tools SECOMAPP.variables = { ...SECOMAPP.variables, ...null } </script> <script defer src="https://d33a6lvgbd0fej.cloudfront.net/c2hvdXRmYWN0b3J5Lm15c2hvcGlmeS5jb20=/freegifts_data_1739527422"></script> <div id="secomapp_freegifts_url" data-url="https://d33a6lvgbd0fej.cloudfront.net/c2hvdXRmYWN0b3J5Lm15c2hvcGlmeS5jb20=/freegifts_data_1739527422"></div> <!-- END app snippet --> </div><div id="shopify-block-AdUNpWlZEbVhNR2ltU__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/9b62e695-6887-4a95-96e2-369f326af06e/preorder-globo-85/assets/"'; Globo.filesUrl = '//shoutfactory.com/cdn/shop/files/'; Globo.__webpack_public_path__ = "https://cdn.shopify.com/extensions/9b62e695-6887-4a95-96e2-369f326af06e/preorder-globo-85/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-12-21T20:59:35-08:00","role":"unpublished","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, .label-outstock","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, .size-list li, .size-list a, .prd-block_options li","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, .cart-table-prd-item, .list-group-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, .qty-changer","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, .js-qty-input","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, .increase.js-qty-button","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, .decrease.js-qty-button","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, .btn__content, .staged-action__text","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, .pf-product-form, .gPreorderCollectionForm, .spf-product__form, .boost-pfs-addtocart-product-form, .pf-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, .js-select-add-to-cart, [data-pf-type=\"Button\"], [data-pf-type=\"Button2\"], .pf-button-1, .spf-product__form-btn-addtocart, [data-pf-type=\\\"Button\\\"], [data-pf-type=\\\"Button2\\\"], .pf-button-1","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, .youm-listcont, .search-card","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, .js-prd-quickview, .js-select-add-to-cart, .t4s-pr-quickview, [data-action-quickshop], .js-quick-add","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, #prdGalleryModal .prd-block_info form.shopify-product-form, .footer-sticky form, .t4s-modal__inner .t4s-form__product, .quick-add-drawer .js-product-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":true},"timezone":"store","aliasFromEmail":"","aliasFormName":"","aliasReplyEmail":"","fieldsBisForm":[{"id":"selectVariant","title":"Select variant","label":"Select variant","placeholder":"","type":"selectVariant","icon":"CircleChevronDownIcon","requiredMessage":"Required","readOnly":true,"showLabel":false,"required":true,"showRequired":false},{"id":"email","title":"Email","label":"Email","placeholder":"Enter your email address","type":"email","icon":"EmailIcon","requiredMessage":"Required","invalidMessage":"Invalid email","readOnly":true,"showLabel":false,"required":true,"showRequired":false},{"id":"phone","title":"Phone","label":"Phone number","placeholder":"Phone number","icon":"PhoneIcon","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","emailPlaceholderBisForm":"Enter your email"}},"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,"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 = '2025-02-16T04:07:56.0000-08:00'; window.GloboPreorderParams.locale = "en"; window.GloboPreorderParams.rootUrl = ''; window.GloboPreorderParams.page = "collection"; window.GloboPreorderParams.product = null; window.GloboPreorderParams.collectionId = 265480470662; 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([ { "id":6839415406726, "title":"The Compleat Al", "type":"DVD", "handle":"the-compleat-al", "collections":[275249430662,265417523334,265480470662,265479487622,265480405126,270526382214,279162224774,267062542470,280264867974], "available":true, "selling_plan_groups":[], "tags":["Comedy","DVD","Film","Music","music-comedy","step-up-and-save","WeirdAl"], "images":["\/\/shoutfactory.com\/cdn\/shop\/products\/CompleatAlPS72dpi.jpg?v=1674251263"], "first_available_variant": { "id":40080754147462 }, "variants": [{ "id":40080754147462, "title":"DVD", "price":1599, "available":true, "inventory_quantity":8, "inventory_policy":"deny", "selling_plan_allocations": [], "metafields" : { "globo_preorder":{}} }], "metafields" : { "globo_preorder":{}}, "source": "collection" } ,{ "id":6839420616838, "title":"The Incredible Mel Brooks: An Irresistible Collection Of Unhinged Comedy", "type":"DVD\/CD", "handle":"the-incredible-mel-brooks-an-irresistible-collection-of-unhinged-comedy", "collections":[269309542534,266006659206,265417523334,265479716998,265480470662,265417588870,265479815302,265479487622,269062570118,265480405126,270526382214,279162224774,267062542470,280264867974,265480044678,265479585926], "available":true, "selling_plan_groups":[], "tags":["boxedset","CD","Comedy","Documentary","DVD","Film","melbrookflashsale2023","Music","music-comedy","Short","step-up-and-save","Talk Show","TV"], "images":["\/\/shoutfactory.com\/cdn\/shop\/products\/MelBrooksBeautyShot.jpg?v=1681772600"], "first_available_variant": { "id":40080760406150 }, "variants": [{ "id":40080760406150, "title":"DVD\/CD", "price":8099, "available":true, "inventory_quantity":35, "inventory_policy":"deny", "selling_plan_allocations": [], "metafields" : { "globo_preorder":{}} }], "metafields" : { "globo_preorder":{}}, "source": "collection" } ,{ "id":6839413833862, "title":"The 2000 Year Old Man: The Complete History", "type":"CD\/DVD", "handle":"the-2000-year-old-man-the-complete-history", "collections":[265480470662,269062570118,265480405126,270526382214,279162224774,267062542470,280264867974], "available":true, "selling_plan_groups":[], "tags":["CD","Comedy","DVD","FS_IN_STOCK","melbrookflashsale2023","Music","music-comedy","step-up-and-save"], "images":["\/\/shoutfactory.com\/cdn\/shop\/products\/826663115260_03.jpg?v=1674251261"], "first_available_variant": { "id":40080752377990 }, "variants": [{ "id":40080752377990, "title":"CD\/DVD", "price":4199, "available":true, "inventory_quantity":16, "inventory_policy":"deny", "selling_plan_allocations": [], "metafields" : { "globo_preorder":{}} }], "metafields" : { "globo_preorder":{}}, "source": "collection" } ,{ "id":6839395876998, "title":"MST3K: The Return - Music From The Netflix Original Series", "type":"CD", "handle":"mystery-science-theater-3000-the-return-music-from-the-netflix-original-series-1", "collections":[265417523334,265479716998,265480470662,265479487622,265480405126,265185099910,270526382214,279162224774,267062542470,280264867974,265480700038,265479585926], "available":true, "selling_plan_groups":[], "tags":["2010s","CD","Comedy","Film","mst3k","Music","music-comedy","Mystery Science Theater 3000","Soundtrack","step-up-and-save","TV"], "images":["\/\/shoutfactory.com\/cdn\/shop\/files\/826663182859.png?v=1712957795"], "first_available_variant": { "id":40080731865222 }, "variants": [{ "id":40080731865222, "title":"CD", "price":1398, "available":true, "inventory_quantity":42, "inventory_policy":"deny", "selling_plan_allocations": [], "metafields" : { "globo_preorder":{}} }], "metafields" : { "globo_preorder":{}}, "source": "collection" } ,{ "id":6839438475398, "title":"Promare [Collector's Edition]", "type":"Blu-ray\/CD", "handle":"promare-collector-s-edition", "collections":[265417392262,265417457798,265417490566,265184936070,269544095878,265417523334,265480470662,265417621638,265479487622,265184968838,277106196614,265480405126,270526382214,279162224774,267062542470,280264867974], "available":true, "selling_plan_groups":[], "tags":["Action","Adventure","Animation","Anime","Blu-ray","CD","Comedy","Drama","Film","GKIDS","Music","music-comedy","step-up-and-save"], "images":["\/\/shoutfactory.com\/cdn\/shop\/products\/ANI0559_PROMARE_collector-3D-open-topview.LoRes.png?v=1674251512","\/\/shoutfactory.com\/cdn\/shop\/products\/PromareCE_BR_Cover_72dpi.jpg?v=1674251512","\/\/shoutfactory.com\/cdn\/shop\/products\/PromareCE_BR_PS_Slipcase_72dpi.png?v=1674251512"], "first_available_variant": { "id":40080780689542 }, "variants": [{ "id":40080780689542, "title":"Blu-ray\/CD", "price":5199, "available":true, "inventory_quantity":167, "inventory_policy":"deny", "selling_plan_allocations": [], "metafields" : { "globo_preorder":{}} }], "metafields" : { "globo_preorder":{}}, "source": "collection" } ,{ "id":6839380705414, "title":"Alice Cooper: Good To See You Again Live 1973: The Billion Dollar Babies Tour", "type":"DVD", "handle":"alice-cooper-good-to-see-you-again-live-1973-the-billion-dollar-babies-tour", "collections":[265480470662,265480405126,270526382214,279162224774,267062542470,280264867974], "available":true, "selling_plan_groups":[], "tags":["1970s","Comedy","DVD","FS_IN_STOCK","Horror","Music","music-comedy","step-up-and-save"], "images":["\/\/shoutfactory.com\/cdn\/shop\/files\/826663839593_720x_d8067fd9-83ff-4f9a-8630-f29778d63574.png?v=1712956416"], "first_available_variant": { "id":40080714039430 }, "variants": [{ "id":40080714039430, "title":"DVD", "price":1198, "available":true, "inventory_quantity":28, "inventory_policy":"deny", "selling_plan_allocations": [], "metafields" : { "globo_preorder":{}} }], "metafields" : { "globo_preorder":{}}, "source": "collection" } ]); 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":[]},"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":[]},"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":[]},"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":[]},"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\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-13T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:33:39.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\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-02-10T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-13T18:22:03.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\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-02-10T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-13T18:22:22.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\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-02-10T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-13T18:23:10.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\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-02-10T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-13T18:23:21.000000Z","selling_plan_ids":[]},"7294905811078":{"id":966416,"is_profile":0,"name":"Sick","products":"{\"type\":\"product\",\"condition\":\"7294905811078\",\"product_name\":\"Sick\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T12:07\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-12-02T12:07\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-02-03T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:33:39.000000Z","selling_plan_ids":[]},"7289755631750":{"id":966418,"is_profile":0,"name":"A Chinese Odyssey: Parts 1 & 2","products":"{\"type\":\"product\",\"condition\":\"7289755631750\",\"product_name\":\"A Chinese Odyssey: Parts 1 & 2\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T12:09\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-12-02T12:09\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-02-03T23:09\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:33:39.000000Z","selling_plan_ids":[]},"7302846578822":{"id":966426,"is_profile":0,"name":"John Carpenter's Ghosts Of Mars [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7302846578822\",\"product_name\":\"John Carpenter's Ghosts Of Mars [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T12:53\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-12-02T12:53\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-02-10T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7302908674182":{"id":966429,"is_profile":0,"name":"John Carpenter's Ghosts Of Mars [Collector's Edition] + 2 Exclusive Posters + Exclusive Slipcover","products":"{\"type\":\"product\",\"condition\":\"7302908674182\",\"product_name\":\"John Carpenter's Ghosts Of Mars [Collector's Edition] + 2 Exclusive Posters + Exclusive Slipcover\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T12:57\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-12-02T12:57\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-02-10T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7294905581702":{"id":966432,"is_profile":0,"name":"Galaxy Of Terror [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7294905581702\",\"product_name\":\"Galaxy Of Terror [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T13:11\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-12-02T13:11\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-02-10T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7294905712774":{"id":966446,"is_profile":0,"name":"The First Slam Dunk","products":"{\"type\":\"product\",\"condition\":\"7294905712774\",\"product_name\":\"The First Slam Dunk\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T13:58\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-12-02T13:58\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-02-17T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7295272321158":{"id":966464,"is_profile":0,"name":"Humanoids From The Deep [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7295272321158\",\"product_name\":\"Humanoids From The Deep [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T14:49\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-12-02T14:49\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-02-17T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7298274984070":{"id":966518,"is_profile":0,"name":"A Place Further Than The Universe: The Complete Series","products":"{\"type\":\"product\",\"condition\":\"7298274984070\",\"product_name\":\"A Place Further Than The Universe: The Complete Series\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2024-12-02T17:46\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2024-12-02T17:46\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-04-28T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7304838217862":{"id":996127,"is_profile":0,"name":"Ghost Cat Anzu","products":"{\"type\":\"product\",\"condition\":\"7304838217862\",\"product_name\":\"Ghost Cat Anzu\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-08T16:57\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-08T16:57\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-03T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7308758483078":{"id":996129,"is_profile":0,"name":"Elmo's World: Elmo Loves To Giggle","products":"{\"type\":\"product\",\"condition\":\"7308758483078\",\"product_name\":\"Elmo's World: Elmo Loves To Giggle\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-08T17:09\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-08T17:09\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-17T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7307572871302":{"id":997115,"is_profile":0,"name":"Forbidden World [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7307572871302\",\"product_name\":\"Forbidden World [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-09T12:14\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-09T12:14\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-17T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7309816889478":{"id":997229,"is_profile":0,"name":"Tommy [50th Anniversary Edition]","products":"{\"type\":\"product\",\"condition\":\"7309816889478\",\"product_name\":\"Tommy [50th Anniversary Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-09T13:22\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-09T13:22\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-17T12:00\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7307572805766":{"id":997230,"is_profile":0,"name":"Shaw Brothers Classics, Vol. 6 + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7307572805766\",\"product_name\":\"Shaw Brothers Classics, Vol. 6\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-09T14:23\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-09T14:23\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-24T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7309817249926":{"id":997281,"is_profile":0,"name":"Night Of The Creeps [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7309817249926\",\"product_name\":\"Night Of The Creeps [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-09T15:58\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-09T15:58\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-24T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7316874592390":{"id":997283,"is_profile":0,"name":"Night Of The Creeps Detective Cameron NECA Action Figure [Limited Edition]","products":"{\"type\":\"product\",\"condition\":\"7316874592390\",\"product_name\":\"Night Of The Creeps Detective Cameron NECA Action Figure [Limited Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-09T16:01\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-09T16:01\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-24T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7316874526854":{"id":997289,"is_profile":0,"name":"Night Of The Creeps [Collector's Edition] + Exclusive NECA Figure + Exclusive Slipcover + 2 Exclusive Posters","products":"{\"type\":\"product\",\"condition\":\"7316874526854\",\"product_name\":\"Night Of The Creeps [Collector's Edition] + Exclusive NECA Figure + Exclusive Slipcover + 2 Exclusive Posters\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-09T16:12\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-09T16:12\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-24T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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":"2025-01-10T21:21:50.000000Z","selling_plan_ids":[]},"7316874559622":{"id":997298,"is_profile":0,"name":"Night Of The Creeps [Deluxe Limited Edition]","products":"{\"type\":\"product\",\"condition\":\"7316874559622\",\"product_name\":\"Night Of The Creeps [Deluxe Limited Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-09T16:22\",\"isNew\":true,\"timezone\":\"America\\/New_York\",\"coming_soon_condition\":\"2025-01-09T16:22\"},{\"type\":\"stock\",\"condition\":\"instock\",\"value\":\"0\"}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-24T23:59\",\"timezone\":\"America\\/New_York\"},{\"type\":\"quantity\",\"condition\":\"0\"}]","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\\/New_York\"}}","status":1,"coming_soon_status":0,"updated_at":"2025-01-10T20:12:33.000000Z","selling_plan_ids":[]},"7307572936838":{"id":1003397,"is_profile":0,"name":"Guns Of Redemption","products":"{\"type\":\"product\",\"condition\":\"7307572936838\",\"product_name\":\"Guns Of Redemption\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-15T10:49\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-15T10:49\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-17T23: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":"2025-01-15T18:49:34.000000Z","selling_plan_ids":[]},"7322519634054":{"id":1013815,"is_profile":0,"name":"Timecop","products":"{\"type\":\"product\",\"condition\":\"7322519634054\",\"product_name\":\"Timecop\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-27T08:31\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-27T08:31\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-04-28T23: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":"2025-01-27T16:32:11.000000Z","selling_plan_ids":[]},"7325434773638":{"id":1013817,"is_profile":0,"name":"The Hunt","products":"{\"type\":\"product\",\"condition\":\"7325434773638\",\"product_name\":\"The Hunt\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-27T08:42\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-27T08:42\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-04-21T23: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":"2025-01-27T16:42:13.000000Z","selling_plan_ids":[]},"7309817086086":{"id":1013818,"is_profile":0,"name":"Sorority House Massacre [Collector's Edition] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7309817086086\",\"product_name\":\"Sorority House Massacre [Collector's Edition] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-27T08:45\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-27T08:45\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-04-07T11:45\",\"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":"2025-01-27T16:45:15.000000Z","selling_plan_ids":[]},"7298274951302":{"id":1013894,"is_profile":0,"name":"Renfield [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7298274951302\",\"product_name\":\"Renfield [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-27T09:55\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-27T09:55\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-31T23: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":"2025-01-27T17:55:16.000000Z","selling_plan_ids":[]},"7322519699590":{"id":1013897,"is_profile":0,"name":"Please Don't Destroy: The Treasure Of Foggy Mountain","products":"{\"type\":\"product\",\"condition\":\"7322519699590\",\"product_name\":\"Please Don't Destroy: The Treasure Of Foggy Mountain\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-27T10:00\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-27T10:00\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-31T23: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":"2025-01-27T18:00:12.000000Z","selling_plan_ids":[]},"7297595637894":{"id":1013898,"is_profile":0,"name":"Summer Wars","products":"{\"type\":\"product\",\"condition\":\"7297595637894\",\"product_name\":\"Summer Wars\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-01-27T10:06\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-01-27T10:06\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-31T23:58\",\"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":"2025-01-27T18:06:22.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><div id="shopify-block-ATG1ybFVWcC9WMjhqR__2530237624131658027" class="shopify-block shopify-app-block"> </div><div id="shopify-block-AQTlTWDBDUEVwNWNoZ__10641372206048101839" class="shopify-block shopify-app-block"> <script> window.rebuyAppEmbedEnabled = true; </script> </div><div id="shopify-block-AVU0zK1p3ZlJNdWpsN__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-3b8e1a0d70.critical.js","core.library.js":"core-4485bb0ccb.library.js","core.product_link.js":"core-ce91c52f39.product_link.js","instagram.gallery.css":"instagram-057c4f1aac.gallery.css","instagram.gallery.js":"instagram-5e0f12bfc5.gallery.js","instagram.modal.css":"instagram-dec1f97a32.modal.css","instagram.modal.js":"instagram-85f790989d.modal.js","instagram.slider.lib.js":"instagram-f4b686196a.slider.lib.js","lib.datepicker.css":"lib-6fc1108037.datepicker.css","lib.datepicker.js":"lib-9c5a702486.datepicker.js","lib.dropdown.css":"lib-52591346ba.dropdown.css","lib.dropdown.js":"lib-21b24ea07f.dropdown.js","lib.gw-carousel.js":"lib-dc8ddeb429.gw-carousel.js","lib.gw-masonry.js":"lib-db3dfd2364.gw-masonry.js","lib.modal.css":"lib-f911819b22.modal.css","lib.modal.js":"lib-e0b3f94217.modal.js","lib.photoswipe.js":"lib-5b38071dcb.photoswipe.js","lib.popover.js":"lib-858d4bc667.popover.js","lib.validate.js":"lib-4c4115500f.validate.js","login.critical.css":"login-f71507df27.critical.css","login.critical.js":"login-233703a86e.critical.js","login.main.css":"login-f1dffdce92.main.css","login.main.js":"login-28c132fba1.main.js","question.critical.js":"question-3fd9ae5a96.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-2c755e07a6.main.js","review.popup.critical.js":"review-f93131e525.popup.critical.js","review.popup.main.js":"review-b5977250af.popup.main.js","review.widget.critical.js":"review-9627295967.widget.critical.js","review.widget.main.js":"review-125616d87d.widget.main.js","reward.critical.js":"reward-bb6079ffe3.critical.js","reward.main.css":"reward-fa028be264.main.css","reward.main.js":"reward-e241d07826.main.js","reward.notification.css":"reward-ee53c45bad.notification.css","reward.notification.js":"reward-89905432b0.notification.js","reward.tab.caption.css":"reward-04ff42d153.tab.caption.css","ssw-fontello.woff":"ssw-fontello-b60fd7c8c9.woff","wishlist.common.js":"wishlist-ccbdef9011.common.js","wishlist.critical.css":"wishlist-17c222696e.critical.css","wishlist.critical.js":"wishlist-01e97e5ff7.critical.js","wishlist.main.css":"wishlist-7c041f0cd1.main.css","wishlist.main.js":"wishlist-125e53b227.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></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>