CINXE.COM
Collections – 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" 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> Collections – Shout! Factory</title><meta name="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:site_name" content="Shout! Factory"> <meta property="og:url" content="https://shoutfactory.com/collections"> <meta property="og:title" content="Collections"> <meta property="og:type" content="website"> <meta property="og:description" content="Find All Of Your Favorite Film, TV, & Cult Classics On Blu-Ray Here At Shout! Factory. Featuring Thousands Of Titles, Limited Collector's Editions, Box Sets, & More. Shop Now!"><meta property="og:image" content="http://shoutfactory.com/cdn/shop/files/ShoutLogoSocial.png?v=1700009234"> <meta property="og:image:secure_url" content="https://shoutfactory.com/cdn/shop/files/ShoutLogoSocial.png?v=1700009234"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"><meta name="twitter:site" content="@https://x.com/shout_studios"><meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Collections"> <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="rNOJb9r9rWLJeq4mt3kGVs3d42OQ6FSCc4eihjLUwYk"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/55159554182/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="aec0021f322bb8507e372df05c639ac2"> <meta id="in-context-paypal-metadata" data-shop-id="55159554182" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <link rel="alternate" hreflang="x-default" href="https://shoutfactory.com/collections"> <link rel="alternate" hreflang="en-CA" href="https://shoutfactory.com/en-ca/collections"> <link rel="alternate" hreflang="en-US" href="https://shoutfactory.com/collections"> <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- RouteTest 3\/17","id":130964881542,"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":"list-collections"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/client.shop-toast-manager_BhzS1gkX.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_CKerXO4H.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js","modules/v2/chunk.modal_BGfvEdG9.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_CRZSBGa2.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js","modules/v2/chunk.modal_BGfvEdG9.esm.js"],"lead-capture":["modules/v2/client.lead-capture_zsE7T98G.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js","modules/v2/chunk.modal_BGfvEdG9.esm.js"],"payment-terms":["modules/v2/client.payment-terms_ILUAh2F8.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js","modules/v2/chunk.modal_BGfvEdG9.esm.js"],"init-fed-cm":["modules/v2/client.init-fed-cm_DKU7qUVF.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js"],"init-windoid":["modules/v2/client.init-windoid_B-a7uthf.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_4dV6kBQs.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js","modules/v2/chunk.modal_BGfvEdG9.esm.js"],"pay-button":["modules/v2/client.pay-button_CzdqTA-P.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.en.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_D9SU9vpr.en.esm.js","modules/v2/client.shop-login-button_CRZSBGa2.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js","modules/v2/chunk.modal_BGfvEdG9.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_DMIDY7aA.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js","modules/v2/chunk.modal_BGfvEdG9.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_9nsMXyny.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_CYSEf6aj.en.esm.js","modules/v2/client.shop-login-button_CRZSBGa2.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js","modules/v2/chunk.modal_BGfvEdG9.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_dD52VERl.en.esm.js","modules/v2/client.shop-login-button_CRZSBGa2.en.esm.js","modules/v2/chunk.common_2UQ2pV6N.esm.js","modules/v2/chunk.modal_BGfvEdG9.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:\/\/img0.socialshopwave.com\/ssw-empty.js?shop=shoutfactory.myshopify.com","https:\/\/cdn.rejoiner.com\/js\/platforms\/shopify\/rj2.js?rejoiner_site_id=barOBvW\u0026shop=shoutfactory.myshopify.com","https:\/\/widget.trustpilot.com\/bootstrap\/v5\/tp.widget.sync.bootstrap.min.js?shop=shoutfactory.myshopify.com","https:\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/js\/header.min.js?settings=eyJrZXkiOiJIdVB0UUxmWEV3OE9BUkJsIiwicyI6InNrdSJ9\u0026v=2.5\u0026shop=shoutfactory.myshopify.com","https:\/\/ecommplugins-trustboxsettings.trustpilot.com\/shoutfactory.myshopify.com.js?settings=1724712571043\u0026shop=shoutfactory.myshopify.com","https:\/\/static-autocomplete.fastsimon.com\/fast-simon-autocomplete-init.umd.js?mode=shopify\u0026UUID=578fa338-6a16-4347-b18d-0631a2754632\u0026store=55159554182\u0026shop=shoutfactory.myshopify.com","https:\/\/schemaplusfiles.s3.amazonaws.com\/loader.min.js?shop=shoutfactory.myshopify.com","https:\/\/sbzstag.cirkleinc.com\/?shop=shoutfactory.myshopify.com","https:\/\/shopify-widget.route.com\/shopify.widget.js?shop=shoutfactory.myshopify.com","https:\/\/cdn.rebuyengine.com\/onsite\/js\/rebuy.js?shop=shoutfactory.myshopify.com","https:\/\/shopify-extension.getredo.com\/main.js?widget_id=pv91pdv62dssfe2\u0026shop=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":-25200,"reqid":"3b030143-d1fa-4b86-a4c2-79683257229e-1743308325","pageurl":"shoutfactory.com\/collections","u":"2f37b6de5a9c","p":"collections"};</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/69/compiled_assets/scripts.js?5425"></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/69/assets/base.css?v=16360727414107025351742240442" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/69/assets/custom.css?v=145680735405924568101742240491" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/69/assets/animated.css?v=124579380764407670711742240441" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/69/assets/component-card.css?v=118585521889467791381742240452" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/69/assets/component-loading-overlay.css?v=23413779889692260311742240468" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/69/assets/component-loading-banner.css?v=54989585009056051491742240468" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/69/assets/component-quick-cart.css?v=76706418547694381531742240479" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/vendor.css?v=51530415543490038341742240524" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/vendor.css?v=51530415543490038341742240524" rel="stylesheet" type="text/css" media="all" /></noscript> <link href="//shoutfactory.com/cdn/shop/t/69/assets/component-card-08.css?v=152515315220595375651742240452" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/69/assets/component-predictive-search.css?v=110628222596022886011742240474" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/component-product-form.css?v=22444863787356217611742240476" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/component-price.css?v=113014100369699422931742240474" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/component-badge.css?v=58385199191654577521742240447" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/component-rte.css?v=82502160534158932881742240481" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/component-share.css?v=23553761141326501681742240483" media="print" onload="this.media='all'"><link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/component-newsletter.css?v=111617043413587308161742240472" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/component-slider.css?v=37888473738646685221742240484" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/component-list-social.css?v=102044711114163579551742240467" media="print" onload="this.media='all'"><noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-product-form.css?v=22444863787356217611742240476" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-price.css?v=113014100369699422931742240474" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-badge.css?v=58385199191654577521742240447" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-rte.css?v=82502160534158932881742240481" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-share.css?v=23553761141326501681742240483" rel="stylesheet" type="text/css" media="all" /></noscript><noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-newsletter.css?v=111617043413587308161742240472" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-slider.css?v=37888473738646685221742240484" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-list-social.css?v=102044711114163579551742240467" 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/69/assets/vendor.js?v=164162249446547250531742240524" type="text/javascript"></script> <script src="//shoutfactory.com/cdn/shop/t/69/assets/global.js?v=114736308824452723061742240495" type="text/javascript"></script> <script src="//shoutfactory.com/cdn/shop/t/69/assets/lazysizes.min.js?v=122719776364282065531742240511" type="text/javascript"></script> <!-- <script src="//shoutfactory.com/cdn/shop/t/69/assets/menu.js?v=67448401357794802601742240511" 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 = ""; 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/69/assets/custom-ada-style.css?v=57995851265783078641742240490" rel="stylesheet" type="text/css" media="all" /> <!-- End: Inveterate custom code --> <!-- 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: 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) { window.inveterate.scripts.run(); clearInterval(i); } }, 50); return; } 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; window.inveterate.properties.pageType = 'list-collections'; 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 --> (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'; 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 --> <script async>console.log('Inveterate: App embed loaded successfully');</script> <!-- 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":"input#drform-producttitle.isp_ignore {\n display: none;\n}\n\n\n.globo-form-app .panels {\n z-index: 1 !important;\n}\n\n.globo-form-app .gfb__footer button {\n margin-bottom: 12px !important; \n}","customCssEnabled":true,"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.forms[77165] = {"77165":{"elements":[{"id":"group-1","type":"group","label":"Page 1","description":"","elements":[{"id":"heading-1","type":"heading","heading":{"en":"Damage Request Form"},"caption":{"en":""},"columnWidth":100,"displayDisjunctive":false},{"id":"paragraph-1","type":"paragraph","text":{"en":"\u003cp style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003eShout Factory is a company of fans and collectors. We know that the look and feel of our products is critical, and we really focus on the presentation from the art to the packaging materials and to the masters we use.\u003c\/p\u003e\n\u003cp style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003eWe are no longer handling replacement requests for products purchased from third-party retailers like Amazon, Walmart, Target, etc. We recommend reaching out to the seller who provided your product to obtain replacements, they should be able to lend some additional assistance.\u003c\/p\u003e\n\u003cp style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003e\u003cspan style=\"box-sizing: inherit;\"\u003eOn the rare occasion where there is a manufacturing defect, Shout Factory has and will provide replacement parts to all affected customers up to the expiration date of the replacement program.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\" style=\"margin: 0in; background-color: rgb(255, 255, 255);\" data-olk-copy-source=\"MessageBody\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003e\u003cspan style=\"box-sizing: inherit;\"\u003eWe have laid out some guidelines for replacement here to facilitate the process. If you have damage, have your pictures ready for our representatives.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayDisjunctive":false},{"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},{"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":"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,"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-4","type":"text","label":{"en":"Shipping Address"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"text-5","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-6","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-7","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-8","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":"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":"","description":"","hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true}]},{"id":"group-2","type":"group","label":"Page 2","description":"","elements":[{"id":"heading-3","type":"heading","heading":{"en":"Which component arrived with damage?"},"caption":"","columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false},{"id":"product-1","type":"product","label":"Product","placeholder":"Enter product name to search...","no_product_found":"No products found with your search: {{input}}","no_product_found_suggestion":"Try changing the search term","multiple":false,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"paragraph-16","type":"paragraph","text":{"en":"\u003cp\u003eIf you have multiple components with damage, please submit another form.\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false},{"id":"radio-1","type":"radio","label":{"en":"Selection required"},"options":[{"label":{"en":"Art Wrap"},"value":"Art Wrap"},{"label":{"en":"Disc"},"value":"Disc"},{"label":"O-Card\/Slipcover","value":"O-Card\/Slipcover"},{"label":"Poster","value":"Poster"},{"label":"Blu-ray \/ 4K UHD \/ DVD Case","value":"Blu-ray \/ 4K UHD \/ DVD Case"},{"label":"Steelbook","value":"Steelbook"},{"label":"Soft Slipcase","value":"Soft Slipcase"},{"label":"Rigid Slipcase","value":"Rigid Slipcase"},{"label":"Booklet","value":"Booklet"},{"label":"Other Product Part","value":"Other Product Part"},{"label":"Vinyl","value":"Vinyl"},{"label":"NECA Figure","value":"NECA Figure"},{"label":"Other Collectibles (Enamel Pin Sets, Prism Stickers, Lobby Cards, Softcover Book, etc.)","value":"Other Collectibles (Enamel Pin Sets, Prism Stickers, Lobby Cards, Softcover Book, etc.)"}],"description":"","otherOptionLabel":"Other","otherOptionPlaceholder":"Enter other option","hideLabel":true,"keepPositionLabel":false,"inlineOption":100,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":false,"required":true},{"id":"devider-1","type":"devider","hideDevider":false,"conditionalField":false},{"id":"heading-4","type":"heading","heading":{"en":"Replacement Guidelines:"},"caption":"","columnWidth":50,"displayType":"show","displayDisjunctive":false,"conditionalField":false},{"id":"paragraph-2","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"background-color: rgb(255, 255, 255); color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px;\"\u003eWhen available, torn art wraps and water damaged art wraps will be replaced. \"Wavy\" art wraps, art wraps with tears less than \u0026frac12; inch, and art wraps with slight dents will not be replaced.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":true,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Art Wrap"}],"customClass":""},{"id":"paragraph-4","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"background-color: rgb(255, 255, 255); color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px;\"\u003eDiscs with scratches bigger than 1 inch\u0026nbsp;will be replaced (visual proof required). For discs with scratches smaller than 1 inch, we will replace the disc only if the customer confirms playback has been affected. Cosmetic scuffs that do not affect playback do not qualify for a return. Before reaching out to customer service about disc playback issues, please try wiping the reflective surface of the disc with a microfiber cloth.\u0026nbsp;Releases with three or more discs are assembled by hand and occasionally the wrong disc will be included due to human error. If this arises, please reach out to us and we will do our best to correct this.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":true,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Disc"}]},{"id":"paragraph-3","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; font-weight: 400; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eSlipcovers (also known as o-cards) are not guaranteed on any Shout product. On titles designed to include an o-card, o-cards are produced only for the initial print run of a new release. Exclusive o-cards with alternative art are even more limited. They are produced only for Shout store sales and are not replenished. An o-card with a \u0026frac12; inch or greater tear or crease will be replaced when available. Scuffed edges and dented corners do not make a product defective and do not qualify for a replacement. We will consider other significant damage or defects when photos are provided.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":true,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"O-Card\/Slipcover"}]},{"id":"paragraph-5","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eWe will replace posters that are torn or have other large defects with visual proof. If you would like a replacement for a signed poster, you must first provide proof that you have destroyed the original signed poster before we will ship a replacement. All posters are limited edition items; we will replace wherever possible, but we cannot guarantee replacement.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Poster"}]},{"id":"paragraph-6","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eWe will replace broken trays, crushed cases, chipped cases, and torn plastic on the art wrap holder greater in size than \u0026frac12; inch.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Blu-ray \/ 4K UHD \/ DVD Case"}]},{"id":"paragraph-7","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eWe will replace bent cases, cases with a dislocated hinge (the spine), significant dents or scratches (which we define as bigger than a \u0026frac12; inch), and broken pieces on the interior of the case (booklet holders, disc trays). Our Steelbooks are limited editions; we will strive to replace Steelbooks where we can, but we cannot guarantee that we will have parts to furnish replacements for damage.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Steelbook"}]},{"id":"paragraph-8","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eA split or torn slipcase will be replaced. We will consider other significant damage or defects when photos are provided.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Soft Slipcase"}]},{"id":"paragraph-9","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eA split or torn slipcase will be replaced.\u0026nbsp;\u003c\/span\u003e\u003cu style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003eSevere\u003c\/u\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003e\u0026nbsp;dents and crushing will be replaced.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Rigid Slipcase"}]},{"id":"paragraph-10","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eWe\u0026rsquo;ll replace missing or significantly damaged booklets while supplies last.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Booklet"}]},{"id":"paragraph-11","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eDamaged backer cards, J-cards, torn shrink-wrap, torn product stickers, damaged shipping materials, and bespoke shipping boxes\u0026nbsp;will not be replaced.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Other Product Part"}]},{"id":"paragraph-12","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eReplacement requests will be handled on a case-by-case basis. Our vinyl releases are limited editions; we will strive to replace damaged and defective parts where we can, but we cannot guarantee that we will be able to furnish replacement parts. All colored and\/or patterned vinyl is pressed uniquely and will vary from how it is pictured on the product page.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Vinyl"}]},{"id":"paragraph-13","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eAll sales are final for figures. It may be returned for an exchange if defective, but if a replacement is not available, a credit or refund will be issued in its place. If your figure has a part that has become dislodged during shipping, you can simply open the box and push the part back into place. To maintain a clean presentation in packaging, we are happy to provide a fresh clear circular sticker to seal the box afterwards. We will strive to replace significant damage that occurs during shipment, but when that is not possible due to the limited quantities produced, we will issue a refund.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"NECA Figure"}]},{"id":"paragraph-14","type":"paragraph","text":{"en":"\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eThese \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eare\u003c\/span\u003e limited editions. Please provide visual proof of any damage, and we\u0026rsquo;ll do our best to provide appropriate replacements from our supply of replacement parts.\u003c\/span\u003e\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":true,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Other Collectibles (Enamel Pin Sets, Prism Stickers, Lobby Cards, Softcover Book, etc.)"}]},{"id":"devider-3","type":"devider","hideDevider":false,"conditionalField":false},{"id":"heading-2","type":"heading","heading":{"en":"Does your reported damage abide by these guidelines?"},"caption":{"en":"If your reported damage does not meet our requirements, your request will be denied.\n\n"},"columnWidth":100,"displayType":"show","displayDisjunctive":true,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Art Wrap"},{"field":"radio-1","relation":"equal","condition":"Disc"},{"field":"radio-1","relation":"equal","condition":"O-Card\/Slipcover"},{"field":"radio-1","relation":"equal","condition":"Poster"},{"field":"radio-1","relation":"equal","condition":"Blu-ray \/ 4K UHD \/ DVD Case"},{"field":"radio-1","relation":"equal","condition":"Steelbook"},{"field":"radio-1","relation":"equal","condition":"Soft Slipcase"},{"field":"radio-1","relation":"equal","condition":"Rigid Slipcase"},{"field":"radio-1","relation":"equal","condition":"Booklet"},{"field":"radio-1","relation":"equal","condition":"Other Product Part"},{"field":"radio-1","relation":"equal","condition":"Vinyl"},{"field":"radio-1","relation":"equal","condition":"NECA Figure"},{"field":"radio-1","relation":"equal","condition":"Other Collectibles (Enamel Pin Sets, Prism Stickers, Lobby Cards, Softcover Book, etc.)"}]},{"id":"radio-2","type":"radio","label":{"en":"Does your reported damage abide by these guidelines?"},"options":[{"label":{"en":"No"},"value":"No"},{"label":{"en":"Yes"},"value":"Yes"}],"description":"","otherOptionLabel":"Other","otherOptionPlaceholder":"Enter other option","hideLabel":true,"keepPositionLabel":false,"inlineOption":100,"columnWidth":100,"displayType":"show","displayDisjunctive":true,"conditionalField":true,"required":true,"ifHideLabel":false,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Art Wrap"},{"field":"radio-1","relation":"equal","condition":"Disc"},{"field":"radio-1","relation":"equal","condition":"O-Card\/Slipcover"},{"field":"radio-1","relation":"equal","condition":"Poster"},{"field":"radio-1","relation":"equal","condition":"Blu-ray \/ 4K UHD \/ DVD Case"},{"field":"radio-1","relation":"equal","condition":"Steelbook"},{"field":"radio-1","relation":"equal","condition":"Soft Slipcase"},{"field":"radio-1","relation":"equal","condition":"Rigid Slipcase"},{"field":"radio-1","relation":"equal","condition":"Booklet"},{"field":"radio-1","relation":"equal","condition":"Other Product Part"},{"field":"radio-1","relation":"equal","condition":"Vinyl"},{"field":"radio-1","relation":"equal","condition":"NECA Figure"},{"field":"radio-1","relation":"equal","condition":"Other Collectibles (Enamel Pin Sets, Prism Stickers, Lobby Cards, Softcover Book, etc.)"}]},{"id":"paragraph-15","type":"paragraph","text":{"en":"\u003cp\u003eWe are collectors and film fanatics just like you, but please understand that some imperfections are inherent in the printing, manufacturing, and shipping processes, and we can only replace severely damaged and unplayable items. Please limit any replacement request to major damage, and please provide clear photos of damage if reporting. We reserve the right to deny certain replacement requests.\u003c\/p\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp\u003eIf any minor imperfections are causing any sort of playback issue on the movie itself, please don't hesitate to take a quick video and send it back to us. We will further assess at that point.\u003c\/p\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp\u003eWe appreciate your understanding and continued support,\u003c\/p\u003e\n\u003cp\u003eShout Factory\u003c\/p\u003e"},"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":true,"displayRules":[{"field":"radio-2","relation":"equal","condition":"No"}]},{"id":"devider-2","type":"devider","hideDevider":false,"conditionalField":false},{"id":"file2-1","type":"file2","label":{"en":"Please submit clear photos of all reported damage here:"},"button-text":"Browse file","placeholder":"Choose file or drag here","hint":"Supported format: JPG, JPEG, PNG, GIF, SVG.","allowed-multiple":true,"allowed-extensions":["jpg","jpeg","png","gif"],"description":{"en":""},"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":true,"required":true,"sizeLimit":"100","displayRules":[{"field":"radio-2","relation":"equal","condition":"Yes"}]},{"id":"heading-5","type":"heading","heading":{"en":"If your damage does not meet our requirements, your request will be denied."},"caption":"","columnWidth":100,"displayType":"show","displayDisjunctive":false,"conditionalField":true,"displayRules":[{"field":"radio-2","relation":"equal","condition":"Yes"}]},{"id":"textarea-1","type":"textarea","label":{"en":"Additional Comments (if applicable)"},"placeholder":"","description":"","limitCharacters":false,"characters":100,"hideLabel":false,"keepPositionLabel":false,"columnWidth":100,"displayType":"show","displayDisjunctive":true,"conditionalField":true,"displayRules":[{"field":"radio-1","relation":"equal","condition":"Art Wrap"},{"field":"radio-1","relation":"equal","condition":"Disc"},{"field":"radio-1","relation":"equal","condition":"O-Card\/Slipcover"},{"field":"radio-1","relation":"equal","condition":"Poster"},{"field":"radio-1","relation":"equal","condition":"Blu-ray \/ 4K UHD \/ DVD Case"},{"field":"radio-1","relation":"equal","condition":"Steelbook"},{"field":"radio-1","relation":"equal","condition":"Soft Slipcase"},{"field":"radio-1","relation":"equal","condition":"Rigid Slipcase"},{"field":"radio-1","relation":"equal","condition":"Booklet"},{"field":"radio-1","relation":"equal","condition":"Other Product Part"},{"field":"radio-1","relation":"equal","condition":"Vinyl"},{"field":"radio-1","relation":"equal","condition":"NECA Figure"},{"field":"radio-1","relation":"equal","condition":"Other Collectibles (Enamel Pin Sets, Prism Stickers, Lobby Cards, Softcover Book, etc.)"}]}],"displayType":"show","displayDisjunctive":false,"conditionalField":false,"displayRules":[{"field":"","relation":"equal","condition":""}]}],"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\/damage-request-form-submission-received"}},"footer":{"description":null,"previousText":"Previous","nextText":"Next","submitText":"Submit","submitFullWidth":true,"submitAlignment":"left","resetButton":false},"header":{"active":false,"title":{"en":"Damage 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-77165 \" data-locale=\"en\" \u003e\n\n\u003cstyle\u003e\n\n\n \n\n :root .globo-form-app[data-id=\"77165\"]{\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-77165 .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-77165 .globo-form-app .globo-heading{\n color: var(--gfb-color-textColor, #000)\n}\n\n\n.globo-form-id-77165 .globo-form-app .header {\n text-align:center;\n}\n\n\n.globo-form-id-77165 .globo-form-app .globo-description,\n.globo-form-id-77165 .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-77165 .globo-form-app .globo-label,\n.globo-form-id-77165 .globo-form-app .globo-form-control label.globo-label,\n.globo-form-id-77165 .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-77165 .globo-form-app .globo-label.globo-position-label{\n height: 20px !important;\n}\n.globo-form-id-77165 .globo-form-app .globo-form-control .help-text.globo-description,\n.globo-form-id-77165 .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-77165 .globo-form-app .globo-form-control .checkbox-wrapper .globo-option,\n.globo-form-id-77165 .globo-form-app .globo-form-control .radio-wrapper .globo-option\n{\n color: var(--gfb-color-textColor, #1c1c1c);\n}\n.globo-form-id-77165 .globo-form-app .footer,\n.globo-form-id-77165 .globo-form-app .gfb__footer{\n text-align:left;\n}\n.globo-form-id-77165 .globo-form-app .footer button,\n.globo-form-id-77165 .globo-form-app .gfb__footer button{\n border:1px solid var(--gfb-primary-color);\n \n width:100%;\n \n}\n.globo-form-id-77165 .globo-form-app .footer button.submit,\n.globo-form-id-77165 .globo-form-app .gfb__footer button.submit\n.globo-form-id-77165 .globo-form-app .footer button.checkout,\n.globo-form-id-77165 .globo-form-app .gfb__footer button.checkout,\n.globo-form-id-77165 .globo-form-app .footer button.action.loading .spinner,\n.globo-form-id-77165 .globo-form-app .gfb__footer button.action.loading .spinner{\n background-color: var(--gfb-primary-color);\n color : #ffffff;\n}\n.globo-form-id-77165 .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-77165 .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-77165 .globo-form-app .globo-form-control .star-rating\u003efieldset:not(:checked)\u003elabel:hover:before,\n.globo-form-id-77165 .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-77165 .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-77165 .globo-form-app .step.-completed .step__number,\n.globo-form-id-77165 .globo-form-app .line.-progress,\n.globo-form-id-77165 .globo-form-app .line.-start{\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-77165 .globo-form-app .checkmark__check,\n.globo-form-id-77165 .globo-form-app .checkmark__circle{\n stroke: var(--gfb-primary-color);\n}\n.globo-form-id-77165 .floating-button{\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-77165 .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-77165 .flatpickr-day.selected, \n.globo-form-id-77165 .flatpickr-day.startRange, \n.globo-form-id-77165 .flatpickr-day.endRange, \n.globo-form-id-77165 .flatpickr-day.selected.inRange, \n.globo-form-id-77165 .flatpickr-day.startRange.inRange, \n.globo-form-id-77165 .flatpickr-day.endRange.inRange, \n.globo-form-id-77165 .flatpickr-day.selected:focus, \n.globo-form-id-77165 .flatpickr-day.startRange:focus, \n.globo-form-id-77165 .flatpickr-day.endRange:focus, \n.globo-form-id-77165 .flatpickr-day.selected:hover, \n.globo-form-id-77165 .flatpickr-day.startRange:hover, \n.globo-form-id-77165 .flatpickr-day.endRange:hover, \n.globo-form-id-77165 .flatpickr-day.selected.prevMonthDay, \n.globo-form-id-77165 .flatpickr-day.startRange.prevMonthDay, \n.globo-form-id-77165 .flatpickr-day.endRange.prevMonthDay, \n.globo-form-id-77165 .flatpickr-day.selected.nextMonthDay, \n.globo-form-id-77165 .flatpickr-day.startRange.nextMonthDay, \n.globo-form-id-77165 .flatpickr-day.endRange.nextMonthDay {\n background: var(--gfb-primary-color);\n border-color: var(--gfb-primary-color);\n}\n.globo-form-id-77165 .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-77165 .globo-form-app .globo-heading,\n[dir=\"rtl\"] .globo-form-id-77165 .globo-form-app .globo-label,\n[dir=\"rtl\"] .globo-form-id-77165 .globo-form-app .globo-form-control label.globo-label,\n[dir=\"rtl\"] .globo-form-id-77165 .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-77165 .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=77165\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\/77165\/send\" method=\"POST\" enctype=\"multipart\/form-data\" data-id=77165\u003e\n \n \n \n \n \u003cdiv class=\"globo-formbuilder-wizard\" data-id=77165\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 \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 \n \n \n \n \u003cdiv class=\"step last \" data-element-id=\"group-2\" data-step=\"1\" \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 -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=77165 data-step=\"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\" \u003eDamage 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 style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003eShout Factory is a company of fans and collectors. We know that the look and feel of our products is critical, and we really focus on the presentation from the art to the packaging materials and to the masters we use.\u003c\/p\u003e\n\u003cp style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003eWe are no longer handling replacement requests for products purchased from third-party retailers like Amazon, Walmart, Target, etc. We recommend reaching out to the seller who provided your product to obtain replacements, they should be able to lend some additional assistance.\u003c\/p\u003e\n\u003cp style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003e\u003cspan style=\"box-sizing: inherit;\"\u003eOn the rare occasion where there is a manufacturing defect, Shout Factory has and will provide replacement parts to all affected customers up to the expiration date of the replacement program.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"x_MsoNormal\" style=\"margin: 0in; background-color: rgb(255, 255, 255);\" data-olk-copy-source=\"MessageBody\"\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003e\u003cspan style=\"box-sizing: inherit;\"\u003eWe have laid out some guidelines for replacement here to facilitate the process. If you have damage, have your pictures ready for our representatives.\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-2-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"77165-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=\"77165-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=\"77165-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=\"77165-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='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"77165-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=\"77165-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='email'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"77165-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=\"77165-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=\"77165-text-4\" 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=\"77165-text-4\" name=\"text-4\" 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=\"77165-text-5\" 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=\"77165-text-5\" name=\"text-5\" 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=\"77165-text-6\" 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=\"77165-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=\"77165-text-7\" 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=\"77165-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-3-column \" data-type='text'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"77165-text-8\" 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=\"77165-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-1-column \" data-type='select' data-default-value=\"\" data-type=\"select\" \u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"77165-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=\"77165-select-1\" class=\"flat-input wide\" presence\u003e\n \u003coption selected=\"selected\" value=\"\" disabled=\"disabled\"\u003ePlease select\u003c\/option\u003e\n \n \u003coption value=\"United States\" \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 \u003c\/div\u003e\n \n \n \n \n \u003cdiv class=\"panel \" data-element-id=\"group-2\" data-id=77165 data-step=\"1\" \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-3\" \u003eWhich component arrived with damage?\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='product'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"77165-product-1\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Product\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Product\"\u003eProduct\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 \u003cdiv class=\"globo-form-input gfb-choose-product\"\u003e\n \n\n \n\n \n \n \u003cdiv class=\"gfb-search-box\"\u003e\n \n \u003cdiv class=\"gfb-selected-products\"\u003e\u003c\/div\u003e\n \n \u003cdiv class=\"gfb-search-box-input\"\u003e\n \u003cinput type=\"text\" class=\"flat-input\" id=\"77165-product-1\" name=\"search_product-1\" placeholder=\"Enter product name to search...\" autocomplete=\"off\"\u003e\n \u003cdiv class=\"gfb-search-box__clear-wrapper\"\u003e\n \u003cdiv class=\"gfb-search-box__clear\"\u003e\u0026#10005;\u003c\/div\u003e\n \u003cdiv class=\"gfb-search-box__loading\"\u003e\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cinput type=\"hidden\" data-type=\"product\" name=\"product-1\" presence\u003e\n \u003c\/div\u003e\n\n \n \u003cdiv class=\"gfb-product-list gfb__hidden\"\u003e\u003c\/div\u003e\n \u003c\/div\u003e\n \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='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-16\" \u003e\u003cp\u003eIf you have multiple components with damage, please submit another form.\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='radio' data-default-value=\"\" data-type=\"radio\"\u003e\n \u003clabel tabindex=\"0\" class=\"flat-label globo-label \" data-label=\"Selection required\"\u003e\u003cspan class=\"label-content\" data-label=\"Selection required\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n \n \n \u003cdiv class=\"globo-form-input\"\u003e\n \u003cul class=\"flex-wrap\"\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-Art Wrap-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"Art Wrap\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Art Wrap\" class=\"radio-label globo-option\" for=\"77165-radio-1-Art Wrap-\"\u003eArt Wrap\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-Disc-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"Disc\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Disc\" class=\"radio-label globo-option\" for=\"77165-radio-1-Disc-\"\u003eDisc\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-O-Card\/Slipcover-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"O-Card\/Slipcover\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"O-Card\/Slipcover\" class=\"radio-label globo-option\" for=\"77165-radio-1-O-Card\/Slipcover-\"\u003eO-Card\/Slipcover\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-Poster-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"Poster\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Poster\" class=\"radio-label globo-option\" for=\"77165-radio-1-Poster-\"\u003ePoster\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-Blu-ray \/ 4K UHD \/ DVD Case-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"Blu-ray \/ 4K UHD \/ DVD Case\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Blu-ray \/ 4K UHD \/ DVD Case\" class=\"radio-label globo-option\" for=\"77165-radio-1-Blu-ray \/ 4K UHD \/ DVD Case-\"\u003eBlu-ray \/ 4K UHD \/ DVD Case\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-Steelbook-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"Steelbook\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Steelbook\" class=\"radio-label globo-option\" for=\"77165-radio-1-Steelbook-\"\u003eSteelbook\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-Soft Slipcase-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"Soft Slipcase\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Soft Slipcase\" class=\"radio-label globo-option\" for=\"77165-radio-1-Soft Slipcase-\"\u003eSoft Slipcase\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-Rigid Slipcase-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"Rigid Slipcase\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Rigid Slipcase\" class=\"radio-label globo-option\" for=\"77165-radio-1-Rigid Slipcase-\"\u003eRigid Slipcase\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-Booklet-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"Booklet\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Booklet\" class=\"radio-label globo-option\" for=\"77165-radio-1-Booklet-\"\u003eBooklet\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-Other Product Part-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"Other Product Part\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Other Product Part\" class=\"radio-label globo-option\" for=\"77165-radio-1-Other Product Part-\"\u003eOther Product Part\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-Vinyl-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"Vinyl\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Vinyl\" class=\"radio-label globo-option\" for=\"77165-radio-1-Vinyl-\"\u003eVinyl\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-NECA Figure-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"NECA Figure\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"NECA Figure\" class=\"radio-label globo-option\" for=\"77165-radio-1-NECA Figure-\"\u003eNECA Figure\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-1-Other Collectibles (Enamel Pin Sets, Prism Stickers, Lobby Cards, Softcover Book, etc.)-\" type=\"radio\" data-type=\"radio\" name=\"radio-1\" presence value=\"Other Collectibles (Enamel Pin Sets, Prism Stickers, Lobby Cards, Softcover Book, etc.)\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Other Collectibles (Enamel Pin Sets, Prism Stickers, Lobby Cards, Softcover Book, etc.)\" class=\"radio-label globo-option\" for=\"77165-radio-1-Other Collectibles (Enamel Pin Sets, Prism Stickers, Lobby Cards, Softcover Book, etc.)-\"\u003eOther Collectibles (Enamel Pin Sets, Prism Stickers, Lobby Cards, Softcover Book, etc.)\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \n \u003c\/ul\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='devider' \u003e\n \u003chr\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='heading'\u003e\n \u003ch3 tabindex=\"0\" class=\"heading-title globo-heading\" id=\"heading-4\" \u003eReplacement Guidelines:\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\n\n\u003cdiv class=\"globo-form-control layout-1-column\" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-2\" \u003e\u003cp\u003e\u003cspan style=\"background-color: rgb(255, 255, 255); color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px;\"\u003eWhen available, torn art wraps and water damaged art wraps will be replaced. \"Wavy\" art wraps, art wraps with tears less than \u0026frac12; inch, and art wraps with slight dents will not be replaced.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-4\" \u003e\u003cp\u003e\u003cspan style=\"background-color: rgb(255, 255, 255); color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px;\"\u003eDiscs with scratches bigger than 1 inch\u0026nbsp;will be replaced (visual proof required). For discs with scratches smaller than 1 inch, we will replace the disc only if the customer confirms playback has been affected. Cosmetic scuffs that do not affect playback do not qualify for a return. Before reaching out to customer service about disc playback issues, please try wiping the reflective surface of the disc with a microfiber cloth.\u0026nbsp;Releases with three or more discs are assembled by hand and occasionally the wrong disc will be included due to human error. If this arises, please reach out to us and we will do our best to correct this.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-3\" \u003e\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; font-weight: 400; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eSlipcovers (also known as o-cards) are not guaranteed on any Shout product. On titles designed to include an o-card, o-cards are produced only for the initial print run of a new release. Exclusive o-cards with alternative art are even more limited. They are produced only for Shout store sales and are not replenished. An o-card with a \u0026frac12; inch or greater tear or crease will be replaced when available. Scuffed edges and dented corners do not make a product defective and do not qualify for a replacement. We will consider other significant damage or defects when photos are provided.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-5\" \u003e\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eWe will replace posters that are torn or have other large defects with visual proof. If you would like a replacement for a signed poster, you must first provide proof that you have destroyed the original signed poster before we will ship a replacement. All posters are limited edition items; we will replace wherever possible, but we cannot guarantee replacement.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-6\" \u003e\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eWe will replace broken trays, crushed cases, chipped cases, and torn plastic on the art wrap holder greater in size than \u0026frac12; inch.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-7\" \u003e\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eWe will replace bent cases, cases with a dislocated hinge (the spine), significant dents or scratches (which we define as bigger than a \u0026frac12; inch), and broken pieces on the interior of the case (booklet holders, disc trays). Our Steelbooks are limited editions; we will strive to replace Steelbooks where we can, but we cannot guarantee that we will have parts to furnish replacements for damage.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-8\" \u003e\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eA split or torn slipcase will be replaced. We will consider other significant damage or defects when photos are provided.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-9\" \u003e\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eA split or torn slipcase will be replaced.\u0026nbsp;\u003c\/span\u003e\u003cu style=\"box-sizing: inherit; color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\" data-mce-fragment=\"1\"\u003eSevere\u003c\/u\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003e\u0026nbsp;dents and crushing will be replaced.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-10\" \u003e\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eWe\u0026rsquo;ll replace missing or significantly damaged booklets while supplies last.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-11\" \u003e\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eDamaged backer cards, J-cards, torn shrink-wrap, torn product stickers, damaged shipping materials, and bespoke shipping boxes\u0026nbsp;will not be replaced.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-12\" \u003e\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eReplacement requests will be handled on a case-by-case basis. Our vinyl releases are limited editions; we will strive to replace damaged and defective parts where we can, but we cannot guarantee that we will be able to furnish replacement parts. All colored and\/or patterned vinyl is pressed uniquely and will vary from how it is pictured on the product page.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-13\" \u003e\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eAll sales are final for figures. It may be returned for an exchange if defective, but if a replacement is not available, a credit or refund will be issued in its place. If your figure has a part that has become dislodged during shipping, you can simply open the box and push the part back into place. To maintain a clean presentation in packaging, we are happy to provide a fresh clear circular sticker to seal the box afterwards. We will strive to replace significant damage that occurs during shipment, but when that is not possible due to the limited quantities produced, we will issue a refund.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-14\" \u003e\u003cp\u003e\u003cspan style=\"color: rgb(35, 35, 35); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; letter-spacing: 0.32px; background-color: rgb(255, 255, 255);\"\u003eThese \u003cspan style=\"color: rgb(0, 0, 0);\"\u003eare\u003c\/span\u003e limited editions. Please provide visual proof of any damage, and we\u0026rsquo;ll do our best to provide appropriate replacements from our supply of replacement parts.\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='devider' \u003e\n \u003chr\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\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='heading'\u003e\n \u003ch3 tabindex=\"0\" class=\"heading-title globo-heading\" id=\"heading-2\" \u003eDoes your reported damage abide by these guidelines?\u003c\/h3\u003e\n \u003cp tabindex=\"0\" class=\"heading-caption\"\u003eIf your reported damage does not meet our requirements, your request will be denied.\n\n\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='radio' data-default-value=\"\" data-type=\"radio\"\u003e\n \u003clabel tabindex=\"0\" class=\"flat-label globo-label \" data-label=\"Does your reported damage abide by these guidelines?\"\u003e\u003cspan class=\"label-content\" data-label=\"Does your reported damage abide by these guidelines?\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n \n \n \u003cdiv class=\"globo-form-input\"\u003e\n \u003cul class=\"flex-wrap\"\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-2-No-\" type=\"radio\" data-type=\"radio\" name=\"radio-2\" presence value=\"No\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"No\" class=\"radio-label globo-option\" for=\"77165-radio-2-No-\"\u003eNo\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \u003cli class=\"globo-list-control option-1-column\"\u003e\n \u003cdiv class=\"radio-wrapper\"\u003e\n \u003cinput class=\"radio-input\" id=\"77165-radio-2-Yes-\" type=\"radio\" data-type=\"radio\" name=\"radio-2\" presence value=\"Yes\"\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Yes\" class=\"radio-label globo-option\" for=\"77165-radio-2-Yes-\"\u003eYes\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/li\u003e\n \n \n \u003c\/ul\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='paragraph'\u003e\n \u003cdiv tabindex=\"0\" class=\"globo-paragraph\" id=\"paragraph-15\" \u003e\u003cp\u003eWe are collectors and film fanatics just like you, but please understand that some imperfections are inherent in the printing, manufacturing, and shipping processes, and we can only replace severely damaged and unplayable items. Please limit any replacement request to major damage, and please provide clear photos of damage if reporting. We reserve the right to deny certain replacement requests.\u003c\/p\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp\u003eIf any minor imperfections are causing any sort of playback issue on the movie itself, please don't hesitate to take a quick video and send it back to us. We will further assess at that point.\u003c\/p\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cp\u003eWe appreciate your understanding and continued support,\u003c\/p\u003e\n\u003cp\u003eShout Factory\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='devider' \u003e\n \u003chr\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\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='file2'\u003e\n \u003clabel tabindex=\"0\" aria-label=\"Browse file\" for=\"temp-for-77165-file2-1\" class=\"flat-label globo-label \" data-label=\"Please submit clear photos of all reported damage here:\"\u003e\u003cspan class=\"label-content\" data-label=\"Please submit clear photos of all reported damage here:\"\u003ePlease submit clear photos of all reported damage here:\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=\"77165-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-77165-file2-1\" multiple \/\u003e\n \u003clabel for=\"temp-for-77165-file2-1_\"\u003e\u003cspan class=\"gfb__hidden\"\u003etemp-for-77165-file2-1_\u003c\/span\u003e\u003c\/label\u003e\n \u003cinput style=\"display:none\" type=\"file\" id=\"temp-for-77165-file2-1_\" data-type=\"file2\" class=\"flat-input\" id=\"77165-file2-1\" multiple name=\"file2-1[]\" placeholder=\"Choose file or drag here\" presence data-allowed-extensions=\"jpg,jpeg,png,gif\" data-file-size-limit=\"100\" data-file-limit=\"\" \u003e\n \u003c\/div\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\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='heading'\u003e\n \u003ch3 tabindex=\"0\" class=\"heading-title globo-heading\" id=\"heading-5\" \u003eIf your damage does not meet our requirements, your request will be denied.\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\n\n\n\n\u003cdiv class=\"globo-form-control layout-1-column \" data-display-type='show' data-type='textarea'\u003e\n \n \n \n\u003clabel tabindex=\"0\" for=\"77165-textarea-1\" class=\"flat-label globo-label gfb__label-v2 \" data-label=\"Additional Comments (if applicable)\"\u003e\n \u003cspan class=\"label-content\" data-label=\"Additional Comments (if applicable)\"\u003eAdditional Comments (if applicable)\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 \u003ctextarea id=\"77165-textarea-1\" data-type=\"textarea\" class=\"flat-input\" rows=\"3\" name=\"textarea-1\" placeholder=\"\" \u003e\u003c\/textarea\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"}}[77165]; window.Globo.FormBuilder.forms[80601] = {"80601":{"elements":[{"id":"group-1","type":"group","label":"Page 1","description":"","elements":[{"id":"heading-1","type":"heading","heading":{"en":"Golden Harvest Vol. 2 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 Golden Harvest Vol. 2: Shining Stars. If you need a replacement, please fill out the form below. We expect replacements to begin shipping in May 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-80601 \" data-locale=\"en\" \u003e\n\n\u003cstyle\u003e\n\n\n \n\n :root .globo-form-app[data-id=\"80601\"]{\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-80601 .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-80601 .globo-form-app .globo-heading{\n color: var(--gfb-color-textColor, #000)\n}\n\n\n.globo-form-id-80601 .globo-form-app .header {\n text-align:center;\n}\n\n\n.globo-form-id-80601 .globo-form-app .globo-description,\n.globo-form-id-80601 .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-80601 .globo-form-app .globo-label,\n.globo-form-id-80601 .globo-form-app .globo-form-control label.globo-label,\n.globo-form-id-80601 .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-80601 .globo-form-app .globo-label.globo-position-label{\n height: 20px !important;\n}\n.globo-form-id-80601 .globo-form-app .globo-form-control .help-text.globo-description,\n.globo-form-id-80601 .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-80601 .globo-form-app .globo-form-control .checkbox-wrapper .globo-option,\n.globo-form-id-80601 .globo-form-app .globo-form-control .radio-wrapper .globo-option\n{\n color: var(--gfb-color-textColor, #1c1c1c);\n}\n.globo-form-id-80601 .globo-form-app .footer,\n.globo-form-id-80601 .globo-form-app .gfb__footer{\n text-align:;\n}\n.globo-form-id-80601 .globo-form-app .footer button,\n.globo-form-id-80601 .globo-form-app .gfb__footer button{\n border:1px solid var(--gfb-primary-color);\n \n width:100%;\n \n}\n.globo-form-id-80601 .globo-form-app .footer button.submit,\n.globo-form-id-80601 .globo-form-app .gfb__footer button.submit\n.globo-form-id-80601 .globo-form-app .footer button.checkout,\n.globo-form-id-80601 .globo-form-app .gfb__footer button.checkout,\n.globo-form-id-80601 .globo-form-app .footer button.action.loading .spinner,\n.globo-form-id-80601 .globo-form-app .gfb__footer button.action.loading .spinner{\n background-color: var(--gfb-primary-color);\n color : #ffffff;\n}\n.globo-form-id-80601 .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-80601 .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-80601 .globo-form-app .globo-form-control .star-rating\u003efieldset:not(:checked)\u003elabel:hover:before,\n.globo-form-id-80601 .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-80601 .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-80601 .globo-form-app .step.-completed .step__number,\n.globo-form-id-80601 .globo-form-app .line.-progress,\n.globo-form-id-80601 .globo-form-app .line.-start{\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-80601 .globo-form-app .checkmark__check,\n.globo-form-id-80601 .globo-form-app .checkmark__circle{\n stroke: var(--gfb-primary-color);\n}\n.globo-form-id-80601 .floating-button{\n background-color: var(--gfb-primary-color);\n}\n.globo-form-id-80601 .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-80601 .flatpickr-day.selected, \n.globo-form-id-80601 .flatpickr-day.startRange, \n.globo-form-id-80601 .flatpickr-day.endRange, \n.globo-form-id-80601 .flatpickr-day.selected.inRange, \n.globo-form-id-80601 .flatpickr-day.startRange.inRange, \n.globo-form-id-80601 .flatpickr-day.endRange.inRange, \n.globo-form-id-80601 .flatpickr-day.selected:focus, \n.globo-form-id-80601 .flatpickr-day.startRange:focus, \n.globo-form-id-80601 .flatpickr-day.endRange:focus, \n.globo-form-id-80601 .flatpickr-day.selected:hover, \n.globo-form-id-80601 .flatpickr-day.startRange:hover, \n.globo-form-id-80601 .flatpickr-day.endRange:hover, \n.globo-form-id-80601 .flatpickr-day.selected.prevMonthDay, \n.globo-form-id-80601 .flatpickr-day.startRange.prevMonthDay, \n.globo-form-id-80601 .flatpickr-day.endRange.prevMonthDay, \n.globo-form-id-80601 .flatpickr-day.selected.nextMonthDay, \n.globo-form-id-80601 .flatpickr-day.startRange.nextMonthDay, \n.globo-form-id-80601 .flatpickr-day.endRange.nextMonthDay {\n background: var(--gfb-primary-color);\n border-color: var(--gfb-primary-color);\n}\n.globo-form-id-80601 .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-80601 .globo-form-app .globo-heading,\n[dir=\"rtl\"] .globo-form-id-80601 .globo-form-app .globo-label,\n[dir=\"rtl\"] .globo-form-id-80601 .globo-form-app .globo-form-control label.globo-label,\n[dir=\"rtl\"] .globo-form-id-80601 .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-80601 .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=80601\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\/80601\/send\" method=\"POST\" enctype=\"multipart\/form-data\" data-id=80601\u003e\n \n \n \n \n \u003cdiv class=\"globo-formbuilder-wizard\" data-id=80601\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=80601 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\" \u003eGolden Harvest Vol. 2 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 Golden Harvest Vol. 2: Shining Stars. If you need a replacement, please fill out the form below. We expect replacements to begin shipping in May 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=\"80601-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=\"80601-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=\"80601-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=\"80601-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-80601-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=\"80601-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-80601-file2-1\" \/\u003e\n \u003clabel for=\"temp-for-80601-file2-1_\"\u003e\u003cspan class=\"gfb__hidden\"\u003etemp-for-80601-file2-1_\u003c\/span\u003e\u003c\/label\u003e\n \u003cinput style=\"display:none\" type=\"file\" id=\"temp-for-80601-file2-1_\" data-type=\"file2\" class=\"flat-input\" id=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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=\"80601-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"}}[80601]; 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/d11190ca-4e02-45a3-b9b2-6d33b587dafd/powerful-form-builder-184/assets/";Globo.FormBuilder.page = { href : window.location.href, type: "list-collections" }; 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/d11190ca-4e02-45a3-b9b2-6d33b587dafd/powerful-form-builder-184/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/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 --><script src="https://cdn.shopify.com/extensions/4a14847b-6a43-46bd-ba7d-1ede8864dbf1/preorder-globo-87/assets/globo.preorder.min.js" type="text/javascript" defer="defer"></script> <script src="https://cdn.shopify.com/extensions/d2d9a5f6-01ac-45c9-9011-432b07ead4b9/inveterate-64/assets/app-embed.js" type="text/javascript" defer="defer"></script> <link href="https://cdn.shopify.com/extensions/d2d9a5f6-01ac-45c9-9011-432b07ead4b9/inveterate-64/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: "list-collections"};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 e(e,d,r,n,o,i){if(void 0===i&&(i={}),!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t;window.Shopify=window.Shopify||{};var s=window.Shopify;s.analytics=s.analytics||{};var l=s.analytics;l.replayQueue=[],l.publish=function(e,d,r){return l.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var u=function(){var e={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+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),c="modern"===u?"modern":"legacy",f=(null!=o?o:{modern:"",legacy:""})[c],m=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:r,hashVersion:n,buildTarget:c}),p=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:n,bundleTarget:u,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{i.browserTarget=u,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:m,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var r=window.webPixelsManager.init(e)||void 0;if(r){d(r);var n=window.Shopify.analytics;n.replayQueue.forEach((function(e){var d=e[0],n=e[1],o=e[2];r.publishCustomEvent(d,n,o)})),n.replayQueue=[],n.publish=r.publishCustomEvent,n.visitor=r.visitor,n.initialized=!0}}},onerror:function(){return p.emit({status:"failed",errorMsg:"".concat(m," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(f)?f:"",scriptDataAttributes:i}),p.emit({status:"loading"})}catch(e){p.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 55159554182,storefrontBaseUrl: "https://shoutfactory.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"547389574","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"G-C79D9GCSYX\\\",\\\"google_tag_ids\\\":[\\\"G-C79D9GCSYX\\\",\\\"AW-979674225\\\",\\\"GT-P35HW566\\\"],\\\"target_country\\\":\\\"US\\\",\\\"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\\\",\\\"MC-0MK8XWK84W\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-C79D9GCSYX\\\",\\\"AW-979674225\\/Pq_bCLqZ2s8ZEPHIktMD\\\",\\\"MC-0MK8XWK84W\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-C79D9GCSYX\\\",\\\"AW-979674225\\/Jg5xCL2Z2s8ZEPHIktMD\\\",\\\"MC-0MK8XWK84W\\\"]},{\\\"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":"4dfb9bba78bcc1d3298173fc750a772c","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"99123334","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS"],"name":"Google Analytics tag (migrated)"},{"id":"101253254","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":[],"name":"Google Ads Transactions"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0411","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", {});},"https://shoutfactory.com/cdn","9bea40f4w74d83a37pc4328d8bm553b069e",{"modern":"","legacy":""},{"shopId":"55159554182","storefrontBaseUrl":"https://shoutfactory.com","extensionBaseUrl":"https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[]","isMerchantRequest":"false","hashVersion":"9bea40f4w74d83a37pc4328d8bm553b069e"});</script><script> window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"page":{"pageType":"collections"}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; } </script> <script class="analytics"> (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: 130964881542, app_name: "storefront", context_url: window.location.href, source_url: "//shoutfactory.com/cdn/s/trekkie.storefront.0acbcc60e879fb44c87ca67c62fa1e49f3a2c6ae.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//shoutfactory.com/cdn/s/trekkie.storefront.0acbcc60e879fb44c87ca67c62fa1e49f3a2c6ae.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//shoutfactory.com/cdn/s/trekkie.storefront.0acbcc60e879fb44c87ca67c62fa1e49f3a2c6ae.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":55159554182,"isMerchantRequest":null,"themeId":130964881542,"themeCityHash":"1242971146675812440","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"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; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"collections","shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//shoutfactory.com/cdn/shopifycloud/shopify/assets/shop_events_listener-7e40c6290cd8fa1230e4aaf3237dddc1b481b77fa56e4b2df23c8bb8ad35e726.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script> if (!window.ga || (window.ga && typeof window.ga !== 'function')) { window.ga = function ga() { (window.ga.q = window.ga.q || []).push(arguments); Shopify.analytics.publish("ga_stub_called", {}, {sendTo: "google_osp_migration"}); console.error("Shopify's Google Analytics stub called with:", Array.from(arguments), "\nSee https://help.shopify.com/manual/promoting-marketing/pixels/pixel-migration#google for more information."); }; Shopify.analytics.publish("ga_stub_initialized", {}, {sendTo: "google_osp_migration"}); } </script> <script defer src="https://shoutfactory.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.5.0.min.js" data-application="storefront-renderer" data-shop-id="55159554182" data-render-region="gcp-asia-southeast1" data-page-type="list-collections" data-theme-instance-id="130964881542" 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-list-collections 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) --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-979674225"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-979674225'); </script> <!-- 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--16399860433030__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--16399860433030__announcement-bar .announcement-bar {padding-top: 0px;padding-bottom: 0px;background: #232323} .announcement-bar .layout--scroll {max-width: 100%;padding-left: 0; padding-right: 0;overflow: hidden;text-align: right;} .header-full-width #shopify-section-announcement-bar .announcement-bar .layout--scroll {padding-left: 0;padding-right: 0} .announcement-bar .layout--scroll .row {display: inline-block;text-align: left; white-space: nowrap} .announcement-bar__item-scroll {display: inline-block;width: max-content;will-change: transform,width;} .announcement-bar .layout--scroll .announcement-bar__item-scroll{animation: SlideLeft 5s linear infinite} .announcement-bar .layout--scroll:hover .announcement-bar__item-scroll, .announcement-bar .layout--scroll:focus .announcement-bar__item-scroll {animation-play-state: paused} .announcement-bar .layout--scroll .announcement-bar__message {width: auto;vertical-align: middle} .announcement-bar .layout--scroll .announcement-bar__message .message, .announcement-bar .layout--scroll .announcement-bar__message p {padding: 5px 12.5px} .announcement-bar .announcement-bar__message svg {display: inline-block;vertical-align: middle;width: 16px;height: 16px} .announcement-bar .layout--scroll .announcement-bar__message .underline {text-decoration: underline;text-decoration-thickness: 1px;text-underline-offset: 4px} #shopify-section-sections--16399860433030__announcement-bar .announcement-bar__message, #shopify-section-sections--16399860433030__announcement-bar .announcement-bar__message .message, #shopify-section-sections--16399860433030__announcement-bar .announcement-bar__message a, #shopify-section-sections--16399860433030__announcement-bar .announcement-bar__message p, #shopify-section-sections--16399860433030__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--16399860433030__announcement-bar .announcement-bar .announcement-close svg {fill: #f8f8f8} #shopify-section-sections--16399860433030__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--16399860433030__announcement-bar .announcement-bar .announcement-countdown .clock-item:before{color: #f8f8f8}#shopify-section-sections--16399860433030__announcement-bar .announcement-bar .layout--slider .row{max-width: 100%; margin: 0 auto} #shopify-section-sections--16399860433030__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--16399860433030__announcement-bar .announcement-bar .layout--slider .row{max-width: 50%}} @media (max-width: 1199px){#shopify-section-sections--16399860433030__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--16399860433030__announcement-bar .announcement-bar__message .message.font-size-mb {font-size: calc(13px - 2px)} } @media (max-width: 551px){#shopify-section-sections--16399860433030__announcement-bar .announcement-bar .layout--slider .row{max-width: 100%} .announcement-bar .slick-arrow{display: none !important}#shopify-section-sections--16399860433030__announcement-bar .announcement-bar__message .message.font-size-mb {font-size: calc(13px - 4px)} #shopify-section-sections--16399860433030__announcement-bar .announcement-bar__message p.custom {font-size: 12px; font-weight: 400;letter-spacing: -0.01em;padding-left: 0;padding-right: 0;} } </style> <announcement-bar-component class="announcement-bar d-block" role="region" aria-label="Announcement"> <script> if (window.announcementClosed) { document.querySelector('.announcement-bar').remove(); } </script> <div class="container layout--slider"> <div class="row has-arrows" ><div class="announcement-bar__message text-center" id="announcement_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--16399860433030__header_single_line_kECUXz" class="shopify-section shopify-section-group-header-group section-header-single-line"><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-header-single-line.css?v=18462613581211417421742240464" 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"><div class="gw-wl-header-icon-placeholder" style="display: block"></div></div><div class="header-single-line__item header-single-line__item--customer"><div class="header__iconItem header__group" style="--color: #232323"> <a href="https://shoutfactory.com/customer_authentication/redirect?locale=en®ion_country=US" class="header__icon header__icon--account link link--text"><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--16399860433030__header_navigation_vertical_menu_WLnTtd" class="shopify-section shopify-section-group-header-group section-header-navigation"><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-megamenu.css?v=171299908626788618791742240470" 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" aria-current="page"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/shop-by-genre.png?5425" alt="Shop By Genre" onError="style.display = 'none';"> </span> <span class="text p-relative header__active-menu-item">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?5425" 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?5425" 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?5425" 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?5425" alt="Kids" onError="style.display = 'none';"> </span> <span class="text p-relative"> 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"> Go to Kids </span> </a> </li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/action-2" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Action </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/adventure-2" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Adventure </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/animation-2" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Animation </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/comedy-3" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Comedy </span> </a></li></div> </ul></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu dropdown "><a class="menu-lv-1__action header__menu-item list-menu__item link focus-inset menu_mobile_link link-effect" href="/collections/music"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/music.png?5425" alt="Music" onError="style.display = 'none';"> </span> <span class="text p-relative"> 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"> Go to Music </span> </a> </li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/blues" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Blues </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/comedy-3" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Comedy </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/country" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Country </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/folk" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Folk </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/jazz" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Jazz </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/pop" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Pop </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/r-b" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> R&B </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/rock" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Rock </span> </a></li> <li class="menu-lv-item menu-lv-2 text-left "><a href="/collections/soundtrack" class="menu-lv-2__action header__menu-item list-menu__item link link--text focus-inset caption-large"> <span class="text"> Soundtrack </span> </a></li></div> </ul></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu "><a href="/collections/4k-uhd" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"> <span class="icon-img"> <img src="//shoutfactory.com/cdn/shop/files/4k-uhd.png?5425" 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?5425" 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?5425" 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?5425" 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?5425" alt="Accessories" onError="style.display = 'none';"> </span> <span class="text p-relative">Accessories</span> </a></li> </ul> </nav> </div><nav class="header__inline-menu header__inline-menu-ver" data-navigation role="navigation"> <ul class="list-menu list-menu--inline text-left" role="list"><li class="menu-lv-item menu-lv-1 text-left no-megamenu menu-sale"><a href="/collections/new-upcoming-releases-1" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"><span class="text p-relative">New Releases</span></a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu"><a href="/collections/4k-uhd" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"><span class="text p-relative">4K UHD</span></a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu"><a href="/collections/best-sellers" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"><span class="text p-relative">Best Sellers</span></a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu"><a href="/collections/scream-factory" class="menu-lv-1__action header__menu-item header__menu-item list-menu__item link link--text focus-inset link-effect"><span class="text p-relative">Scream Factory</span></a></li> <li class="menu-lv-item menu-lv-1 text-left no-megamenu"><a href="/collections/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/69/assets/currency.css?v=143709740278318524021742240490" media="all" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/currency.css?v=143709740278318524021742240490" 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" /> <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/69/assets/jquery.currencies-format.min.js?v=13285787586892077491742240510" 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--16399860433030__header_navigation_vertical_menu_WLnTtd span.title.d-inline-block.m-zero {font-weight: 700;} #shopify-section-sections--16399860433030__header_navigation_vertical_menu_WLnTtd span.text {font-weight: 700;} </style></div><div id="shopify-section-sections--16399860433030__header-mobile" class="shopify-section shopify-section-group-header-group section-header-mobile"><link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/component-menu-mobile.css?v=179724455451347931991742240470" media="all" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-menu-mobile.css?v=179724455451347931991742240470" 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"><div class="header-mobile--icon" style="--i-color: #232323"> <a href="https://shoutfactory.com/customer_authentication/redirect?locale=en®ion_country=US" class="header__icon header__icon--account link link--text focus-inset"><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--16399860433030__policies_block_td4VDK" class="shopify-section shopify-section-group-header-group sections-policies-block"><link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/component-policies-block.css?v=59792606474809131671742240473" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-policies-block.css?v=59792606474809131671742240473" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="policies-block section-block-sections--16399860433030__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--16399860433030__policies_block_td4VDK {background: #f7f7f7}.section-block-sections--16399860433030__policies_block_td4VDK .halo-item + .halo-item {} .layout_rtl .section-block-sections--16399860433030__policies_block_td4VDK .halo-item + .halo-item {}.section-block-sections--16399860433030__policies_block_td4VDK .policies-icon {color: #313131} .section-block-sections--16399860433030__policies_block_td4VDK .policies-icon svg {fill: #313131} .section-block-sections--16399860433030__policies_block_td4VDK .policies-text {color: #313131} .section-block-sections--16399860433030__policies_block_td4VDK .slider-button svg {fill: #313131} .section-block-sections--16399860433030__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--16399860433030__policies_block_td4VDK .halo-item + .halo-item:before {content: none}} @media (max-width: 767px) { .section-block-sections--16399860433030__policies_block_td4VDK {padding-top: 0px;padding-bottom: 0px}} @media (min-width: 1200px) {.section-block-sections--16399860433030__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--16399860433030__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--16399859187846__main" class="shopify-section"><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-collection-list.css?v=209627965354232071742240454" rel="stylesheet" type="text/css" media="all" /> <link href="//shoutfactory.com/cdn/shop/t/69/assets/component-grid.css?v=14116691739327510611742240461" rel="stylesheet" type="text/css" media="all" /> <div data-section-id="template--16399859187846__main" data-section-type="cart" id="CollectionListSection-template--16399859187846__main" data-section="template--16399859187846__main"> <div class="container-1770"> <link href="//shoutfactory.com/cdn/shop/t/69/assets/component-breadcrumb.css?v=20837817899444488451742240449" rel="stylesheet" type="text/css" media="all" /> <breadcrumb-component class="breadcrumb-container style--line_clamp_1" data-collection-title="" data-collection-all="/collections/all"> <nav class="breadcrumb breadcrumb-left" role="navigation" aria-label="breadcrumbs"> <ol class="breadcrumb-ol"> <li><a class="link home-link" href="/">Home</a> </li><li><span class="separate" aria-hidden="true"><svg 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></span></li> <li><span>Collections</span></li><li> <span class="observe-element" style="width: 1px; height: 1px; background: transparent; display: inline-block; flex-shrink: 0;"></span></li> </ol> </nav> </breadcrumb-component> <script type="text/javascript"> if (typeof breadcrumbComponentDeclare == 'undefined') { class BreadcrumbComponent extends HTMLElement { constructor() { super(); this.firstPostCollection(); this.getCollection(); } connectedCallback() { this.firstLink = this.querySelector('.link.home-link') this.lastLink = this.querySelector('.observe-element') this.classList.add('initialized'); this.initObservers(); } static createHandler(position = 'first', breadcrumb = null) { const handler = (entries, observer) => { entries.forEach(entry => { if (breadcrumb == null) return observer.disconnect(); if (entry.isIntersecting ) { breadcrumb.classList.add(`disable-${position}`); } else { breadcrumb.classList.remove(`disable-${position}`); } }) } return handler; } initObservers() { const scrollToFirstHandler = BreadcrumbComponent.createHandler('first', this); const scrollToLastHandler = BreadcrumbComponent.createHandler('last', this); this.scrollToFirstObserver = new IntersectionObserver(scrollToFirstHandler, { threshold: 1 }); this.scrollToLastObserver = new IntersectionObserver(scrollToLastHandler, { threshold: 0.6 }); this.scrollToFirstObserver.observe(this.firstLink); this.scrollToLastObserver.observe(this.lastLink); } firstPostCollection() { if (!document.body.matches('.template-collection')) return; this.postCollection(true); this.checkCollection(); } postCollection(showCollection) { const title = this.dataset.collectionTitle ? this.dataset.collectionTitle : "Products"; let collection = {name: title, url: window.location.pathname, show: showCollection}; localStorage.setItem('_breadcrumb_collection', JSON.stringify(collection)); } checkCollection() { document.addEventListener("click", (event) => { const target = event.target; if (!target.matches('.card-link')) return; target.closest('.shopify-section[id*="product-grid"]') == null ? this.postCollection(false) : this.postCollection(true); }); } getCollection() { if (!document.body.matches('.template-product')) return; const collection = JSON.parse(localStorage.getItem('_breadcrumb_collection')); let checkCollection = document.referrer.indexOf('/collections/') !== -1 && (new URL(document.referrer)).pathname == collection.url && collection && collection.show ? true : false; const breadcrumb = `<a class="breadcrumb-collection animate--text" href="${checkCollection ? collection.url : this.dataset.collectionAll}">${checkCollection ? collection.name : "Products"}</a><span class="separate animate--text" aria-hidden="true"><svg 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></span>`; this.querySelectorAll('.separate')[0]?.insertAdjacentHTML("afterend", breadcrumb); } } window.addEventListener('load', () => { customElements.define('breadcrumb-component', BreadcrumbComponent); }) var breadcrumbComponentDeclare = BreadcrumbComponent; } </script> <h1 class="page-header text-left">Collections</h1><div class="halo-collection-content halo-grid-content"><div class="halo-page-content page-content main-collection"> <div class="list-categories list-categories-default" data-limit="161"><div class="halo-row halo-row--grid column-5 column-mobile-2"> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/action" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/ACTION_83dacf4e-91b0-4fe7-afd3-7c36968dbece.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/action" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/action" title="Action">Action</a></h3><div class="des">Read More + When you’re in the mood for some fun and adventure, be sure to check out Shout! Factory’s selection of thrilling...</div> <a href="/collections/action" class="collections-button"></a> </div></div> <style>.countdown-040b56d3-2b31-437e-87e0-9f75db59fdba .banner-title { font-size: 20px; font-weight: 700; color: #ffffff; margin-bottom: 13px; } .countdown-040b56d3-2b31-437e-87e0-9f75db59fdba .des-countdown { font-size: 12px; font-weight: 400; color: #ffffff; margin-bottom: 15px; } .countdown-040b56d3-2b31-437e-87e0-9f75db59fdba .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-040b56d3-2b31-437e-87e0-9f75db59fdba .collection-countdown .clock-item .num { font-size: 20px; font-weight: 600; color: #ffffff; } .countdown-040b56d3-2b31-437e-87e0-9f75db59fdba .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #ffffff; } @media (max-width: 767px) { .countdown-040b56d3-2b31-437e-87e0-9f75db59fdba .banner-title {font-size: 16px} .countdown-040b56d3-2b31-437e-87e0-9f75db59fdba .des-countdown {font-size: 12px} .countdown-040b56d3-2b31-437e-87e0-9f75db59fdba .collection-countdown .clock-item .num {font-size: 16px} .countdown-040b56d3-2b31-437e-87e0-9f75db59fdba .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/adventure-2" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/ADVENTURE_55cb2724-dc17-4a7f-ac5a-9069a8666c1c.png?v=1729035027" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/adventure-2" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/adventure-2" title="Adventure">Adventure</a></h3><div class="des"></div> <a href="/collections/adventure-2" class="collections-button"></a> </div></div> <style>.countdown-d8a2e0b1-4f99-48fa-af54-1e2c3f7f1516 .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-d8a2e0b1-4f99-48fa-af54-1e2c3f7f1516 .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-d8a2e0b1-4f99-48fa-af54-1e2c3f7f1516 .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-d8a2e0b1-4f99-48fa-af54-1e2c3f7f1516 .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-d8a2e0b1-4f99-48fa-af54-1e2c3f7f1516 .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-d8a2e0b1-4f99-48fa-af54-1e2c3f7f1516 .banner-title {font-size: 16px} .countdown-d8a2e0b1-4f99-48fa-af54-1e2c3f7f1516 .des-countdown {font-size: 12px} .countdown-d8a2e0b1-4f99-48fa-af54-1e2c3f7f1516 .collection-countdown .clock-item .num {font-size: 12px} .countdown-d8a2e0b1-4f99-48fa-af54-1e2c3f7f1516 .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/animation" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/ANIMATION.png?v=1727308918" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/animation" class="view"></a></div><div class="content-box countdown-558d2588-e481-4e7f-a059-1cabaa2a9507"><div class="collection-countdown" data-collection-countdown data-collection-countdown-value="2022/10/01 0:0:00"></div></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/animation" title="Animation">Animation</a></h3><div class="des">Read More + Shout! Factory has a wide selection of animated films, both classics and newer releases, for audiences of all ages. Choose...</div> <a href="/collections/animation" class="collections-button"></a> </div></div> <style>.countdown-558d2588-e481-4e7f-a059-1cabaa2a9507 .banner-title { font-size: 20px; font-weight: 700; color: #ffffff; margin-bottom: 13px; } .countdown-558d2588-e481-4e7f-a059-1cabaa2a9507 .des-countdown { font-size: 12px; font-weight: 400; color: #ffffff; margin-bottom: 15px; } .countdown-558d2588-e481-4e7f-a059-1cabaa2a9507 .collection-countdown .clock-item { border-color: rgba(65, 65, 64, 0.9);background: rgba(65, 65, 64, 0.9);width: 41px; height: 48px; -moz-border-radius: 10%; -webkit-border-radius: 10%; -ms-border-radius: 10%; -o-border-radius: 10%; border-radius: 10%; margin-left: 2.5px; margin-right: 2.5px; } .countdown-558d2588-e481-4e7f-a059-1cabaa2a9507 .collection-countdown .clock-item .num { font-size: 16px; font-weight: 400; color: #ffffff; } .countdown-558d2588-e481-4e7f-a059-1cabaa2a9507 .collection-countdown .clock-item .text { font-size: 10px; font-weight: 400; color: #ffffff; } @media (max-width: 767px) { .countdown-558d2588-e481-4e7f-a059-1cabaa2a9507 .banner-title {font-size: 16px} .countdown-558d2588-e481-4e7f-a059-1cabaa2a9507 .des-countdown {font-size: 12px} .countdown-558d2588-e481-4e7f-a059-1cabaa2a9507 .collection-countdown .clock-item .num {font-size: 16px} .countdown-558d2588-e481-4e7f-a059-1cabaa2a9507 .collection-countdown .clock-item .text {font-size: 10px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/comedy" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/COMEDY.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/comedy" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/comedy" title="Comedy">Comedy</a></h3><div class="des">Read More + Bring some laughter into your life with Shout! Factory’s selection of Comedy movies. Find comedy classics as well as newer...</div> <a href="/collections/comedy" class="collections-button"></a> </div></div> <style>.countdown-88f0d701-4b2c-4f6e-9f19-af4107c5cc44 .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-88f0d701-4b2c-4f6e-9f19-af4107c5cc44 .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-88f0d701-4b2c-4f6e-9f19-af4107c5cc44 .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-88f0d701-4b2c-4f6e-9f19-af4107c5cc44 .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-88f0d701-4b2c-4f6e-9f19-af4107c5cc44 .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-88f0d701-4b2c-4f6e-9f19-af4107c5cc44 .banner-title {font-size: 16px} .countdown-88f0d701-4b2c-4f6e-9f19-af4107c5cc44 .des-countdown {font-size: 12px} .countdown-88f0d701-4b2c-4f6e-9f19-af4107c5cc44 .collection-countdown .clock-item .num {font-size: 12px} .countdown-88f0d701-4b2c-4f6e-9f19-af4107c5cc44 .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/crime" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/CRIME.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/crime" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/crime" title="Crime">Crime</a></h3><div class="des"></div> <a href="/collections/crime" class="collections-button"></a> </div></div> <style>.countdown-24cb80b7-942d-489f-841a-fa3c813bc800 .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-24cb80b7-942d-489f-841a-fa3c813bc800 .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-24cb80b7-942d-489f-841a-fa3c813bc800 .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-24cb80b7-942d-489f-841a-fa3c813bc800 .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-24cb80b7-942d-489f-841a-fa3c813bc800 .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-24cb80b7-942d-489f-841a-fa3c813bc800 .banner-title {font-size: 16px} .countdown-24cb80b7-942d-489f-841a-fa3c813bc800 .des-countdown {font-size: 12px} .countdown-24cb80b7-942d-489f-841a-fa3c813bc800 .collection-countdown .clock-item .num {font-size: 12px} .countdown-24cb80b7-942d-489f-841a-fa3c813bc800 .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/documentary" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/DOCUMENTARY.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/documentary" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/documentary" title="Documentary">Documentary</a></h3><div class="des">Read More + Documentaries are the perfect way to combine fun, spark intrigue, and get educated on particular topics. Here at Shout! Factory...</div> <a href="/collections/documentary" class="collections-button"></a> </div></div> <style>.countdown-cf5e4c28-6aa0-46c3-b6da-ad8bce3aa8fd .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-cf5e4c28-6aa0-46c3-b6da-ad8bce3aa8fd .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-cf5e4c28-6aa0-46c3-b6da-ad8bce3aa8fd .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-cf5e4c28-6aa0-46c3-b6da-ad8bce3aa8fd .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-cf5e4c28-6aa0-46c3-b6da-ad8bce3aa8fd .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-cf5e4c28-6aa0-46c3-b6da-ad8bce3aa8fd .banner-title {font-size: 16px} .countdown-cf5e4c28-6aa0-46c3-b6da-ad8bce3aa8fd .des-countdown {font-size: 12px} .countdown-cf5e4c28-6aa0-46c3-b6da-ad8bce3aa8fd .collection-countdown .clock-item .num {font-size: 12px} .countdown-cf5e4c28-6aa0-46c3-b6da-ad8bce3aa8fd .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/drama" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/DRAMA.png?v=1727308918" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/drama" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/drama" title="Drama">Drama</a></h3><div class="des">Read More + If you’re in the mood for stories to move you, Shout! Factory’s Drama film selection is the place to look....</div> <a href="/collections/drama" class="collections-button"></a> </div></div> <style>.countdown-3caf9594-d59f-4fcb-aa49-ca70fc027cc9 .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-3caf9594-d59f-4fcb-aa49-ca70fc027cc9 .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-3caf9594-d59f-4fcb-aa49-ca70fc027cc9 .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-3caf9594-d59f-4fcb-aa49-ca70fc027cc9 .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-3caf9594-d59f-4fcb-aa49-ca70fc027cc9 .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-3caf9594-d59f-4fcb-aa49-ca70fc027cc9 .banner-title {font-size: 16px} .countdown-3caf9594-d59f-4fcb-aa49-ca70fc027cc9 .des-countdown {font-size: 12px} .countdown-3caf9594-d59f-4fcb-aa49-ca70fc027cc9 .collection-countdown .clock-item .num {font-size: 12px} .countdown-3caf9594-d59f-4fcb-aa49-ca70fc027cc9 .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/family" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/FAMILY.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/family" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/family" title="Family">Family</a></h3><div class="des">Read More + Settle down for some movie bonding time with the little ones in your life with the help of Shout! Factory’s...</div> <a href="/collections/family" class="collections-button"></a> </div></div> <style>.countdown-5355789e-c611-4e6a-9282-a3f2ec77001c .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-5355789e-c611-4e6a-9282-a3f2ec77001c .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-5355789e-c611-4e6a-9282-a3f2ec77001c .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-5355789e-c611-4e6a-9282-a3f2ec77001c .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-5355789e-c611-4e6a-9282-a3f2ec77001c .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-5355789e-c611-4e6a-9282-a3f2ec77001c .banner-title {font-size: 16px} .countdown-5355789e-c611-4e6a-9282-a3f2ec77001c .des-countdown {font-size: 12px} .countdown-5355789e-c611-4e6a-9282-a3f2ec77001c .collection-countdown .clock-item .num {font-size: 12px} .countdown-5355789e-c611-4e6a-9282-a3f2ec77001c .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/fantasy" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/FANTASY.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/fantasy" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/fantasy" title="Fantasy">Fantasy</a></h3><div class="des"></div> <a href="/collections/fantasy" class="collections-button"></a> </div></div> <style>.countdown-041c42e1-1fe2-401f-88fb-8cf9d97ed493 .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-041c42e1-1fe2-401f-88fb-8cf9d97ed493 .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-041c42e1-1fe2-401f-88fb-8cf9d97ed493 .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-041c42e1-1fe2-401f-88fb-8cf9d97ed493 .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-041c42e1-1fe2-401f-88fb-8cf9d97ed493 .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-041c42e1-1fe2-401f-88fb-8cf9d97ed493 .banner-title {font-size: 16px} .countdown-041c42e1-1fe2-401f-88fb-8cf9d97ed493 .des-countdown {font-size: 12px} .countdown-041c42e1-1fe2-401f-88fb-8cf9d97ed493 .collection-countdown .clock-item .num {font-size: 12px} .countdown-041c42e1-1fe2-401f-88fb-8cf9d97ed493 .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/film-noir" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/FILMNOIR.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/film-noir" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/film-noir" title="Film Noir">Film Noir</a></h3><div class="des"></div> <a href="/collections/film-noir" class="collections-button"></a> </div></div> <style>.countdown-e8268ab9-5834-4e6f-bcdf-b1b6a1fd2c3b .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-e8268ab9-5834-4e6f-bcdf-b1b6a1fd2c3b .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-e8268ab9-5834-4e6f-bcdf-b1b6a1fd2c3b .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-e8268ab9-5834-4e6f-bcdf-b1b6a1fd2c3b .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-e8268ab9-5834-4e6f-bcdf-b1b6a1fd2c3b .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-e8268ab9-5834-4e6f-bcdf-b1b6a1fd2c3b .banner-title {font-size: 16px} .countdown-e8268ab9-5834-4e6f-bcdf-b1b6a1fd2c3b .des-countdown {font-size: 12px} .countdown-e8268ab9-5834-4e6f-bcdf-b1b6a1fd2c3b .collection-countdown .clock-item .num {font-size: 12px} .countdown-e8268ab9-5834-4e6f-bcdf-b1b6a1fd2c3b .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/history" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/HISTORY.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/history" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/history" title="History">History</a></h3><div class="des"></div> <a href="/collections/history" class="collections-button"></a> </div></div> <style>.countdown-0eabcec2-e2f6-44a3-91b3-c52ce5c76f7c .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-0eabcec2-e2f6-44a3-91b3-c52ce5c76f7c .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-0eabcec2-e2f6-44a3-91b3-c52ce5c76f7c .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-0eabcec2-e2f6-44a3-91b3-c52ce5c76f7c .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-0eabcec2-e2f6-44a3-91b3-c52ce5c76f7c .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-0eabcec2-e2f6-44a3-91b3-c52ce5c76f7c .banner-title {font-size: 16px} .countdown-0eabcec2-e2f6-44a3-91b3-c52ce5c76f7c .des-countdown {font-size: 12px} .countdown-0eabcec2-e2f6-44a3-91b3-c52ce5c76f7c .collection-countdown .clock-item .num {font-size: 12px} .countdown-0eabcec2-e2f6-44a3-91b3-c52ce5c76f7c .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/horror" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/HORROR.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/horror" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/horror" title="Horror">Horror</a></h3><div class="des">Read More + Welcome to Shout! Factory's Horror Films web store, where we offer a great selection focused on your favorite cult classic...</div> <a href="/collections/horror" class="collections-button"></a> </div></div> <style>.countdown-collection_AqWQry .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-collection_AqWQry .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-collection_AqWQry .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-collection_AqWQry .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-collection_AqWQry .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-collection_AqWQry .banner-title {font-size: 16px} .countdown-collection_AqWQry .des-countdown {font-size: 12px} .countdown-collection_AqWQry .collection-countdown .clock-item .num {font-size: 12px} .countdown-collection_AqWQry .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/martial-arts" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/MARTIAL_ARTS.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/martial-arts" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/martial-arts" title="Martial Arts">Martial Arts</a></h3><div class="des"></div> <a href="/collections/martial-arts" class="collections-button"></a> </div></div> <style>.countdown-collection_atPL8r .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-collection_atPL8r .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-collection_atPL8r .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-collection_atPL8r .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-collection_atPL8r .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-collection_atPL8r .banner-title {font-size: 16px} .countdown-collection_atPL8r .des-countdown {font-size: 12px} .countdown-collection_atPL8r .collection-countdown .clock-item .num {font-size: 12px} .countdown-collection_atPL8r .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/musical" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/MUSICAL.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/musical" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/musical" title="Musical">Musical</a></h3><div class="des"></div> <a href="/collections/musical" class="collections-button"></a> </div></div> <style>.countdown-collection_3pJAQA .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-collection_3pJAQA .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-collection_3pJAQA .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-collection_3pJAQA .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-collection_3pJAQA .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-collection_3pJAQA .banner-title {font-size: 16px} .countdown-collection_3pJAQA .des-countdown {font-size: 12px} .countdown-collection_3pJAQA .collection-countdown .clock-item .num {font-size: 12px} .countdown-collection_3pJAQA .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/mystery" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/MYSTERY.png?v=1727308918" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/mystery" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/mystery" title="Mystery">Mystery</a></h3><div class="des"></div> <a href="/collections/mystery" class="collections-button"></a> </div></div> <style>.countdown-collection_3WqfXX .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-collection_3WqfXX .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-collection_3WqfXX .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-collection_3WqfXX .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-collection_3WqfXX .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-collection_3WqfXX .banner-title {font-size: 16px} .countdown-collection_3WqfXX .des-countdown {font-size: 12px} .countdown-collection_3WqfXX .collection-countdown .clock-item .num {font-size: 12px} .countdown-collection_3WqfXX .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/romance" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/ROMANCE.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/romance" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/romance" title="Romance">Romance</a></h3><div class="des"></div> <a href="/collections/romance" class="collections-button"></a> </div></div> <style>.countdown-collection_XwPVN7 .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-collection_XwPVN7 .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-collection_XwPVN7 .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-collection_XwPVN7 .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-collection_XwPVN7 .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-collection_XwPVN7 .banner-title {font-size: 16px} .countdown-collection_XwPVN7 .des-countdown {font-size: 12px} .countdown-collection_XwPVN7 .collection-countdown .clock-item .num {font-size: 12px} .countdown-collection_XwPVN7 .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/sci-fi" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/SCI-FI.png?v=1727308918" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/sci-fi" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/sci-fi" title="Sci-Fi">Sci-Fi</a></h3><div class="des">Read More + At Shout! Factory's Sci-Fi web store, you can find a great selection of classic Sci-Fi films, including iconic titles like...</div> <a href="/collections/sci-fi" class="collections-button"></a> </div></div> <style>.countdown-collection_xUmQWy .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-collection_xUmQWy .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-collection_xUmQWy .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-collection_xUmQWy .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-collection_xUmQWy .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-collection_xUmQWy .banner-title {font-size: 16px} .countdown-collection_xUmQWy .des-countdown {font-size: 12px} .countdown-collection_xUmQWy .collection-countdown .clock-item .num {font-size: 12px} .countdown-collection_xUmQWy .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/sports" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/SPORTS.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/sports" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/sports" title="Sports">Sports</a></h3><div class="des"></div> <a href="/collections/sports" class="collections-button"></a> </div></div> <style>.countdown-collection_fkRaer .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-collection_fkRaer .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-collection_fkRaer .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-collection_fkRaer .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-collection_fkRaer .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-collection_fkRaer .banner-title {font-size: 16px} .countdown-collection_fkRaer .des-countdown {font-size: 12px} .countdown-collection_fkRaer .collection-countdown .clock-item .num {font-size: 12px} .countdown-collection_fkRaer .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/thriller" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/THRILLER.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/thriller" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/thriller" title="Thriller">Thriller</a></h3><div class="des"></div> <a href="/collections/thriller" class="collections-button"></a> </div></div> <style>.countdown-collection_EECTbf .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-collection_EECTbf .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-collection_EECTbf .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-collection_EECTbf .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-collection_EECTbf .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-collection_EECTbf .banner-title {font-size: 16px} .countdown-collection_EECTbf .des-countdown {font-size: 12px} .countdown-collection_EECTbf .collection-countdown .clock-item .num {font-size: 12px} .countdown-collection_EECTbf .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/war" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/WAR.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/war" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/war" title="War">War</a></h3><div class="des">Read More + Here in our War Films web store, you will find movies that are filled with action, combat, and survival, as...</div> <a href="/collections/war" class="collections-button"></a> </div></div> <style>.countdown-collection_pjfgUH .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-collection_pjfgUH .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-collection_pjfgUH .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-collection_pjfgUH .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-collection_pjfgUH .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-collection_pjfgUH .banner-title {font-size: 16px} .countdown-collection_pjfgUH .des-countdown {font-size: 12px} .countdown-collection_pjfgUH .collection-countdown .clock-item .num {font-size: 12px} .countdown-collection_pjfgUH .collection-countdown .clock-item .text {font-size: 12px} } </style> </div> <div class="collection-list-item halo-item"> <div class="banner-item item"><div class="img-box animate-hvr"><a class="image image-adapt adaptive_height" href="/collections/western" style="padding-bottom: 100.0%;"> <img data-srcset="//shoutfactory.com/cdn/shop/files/WESTERN.png?v=1727308917" alt="Shout! Factory" loading="lazy" class="lazyload"><span class="data-lazy-loading"></span></a> <div class="view-abs"><a href="/collections/western" class="view"></a></div></div><div class="collections-wrapper text-left"><h3 class="collection-title"><a href="/collections/western" title="Western">Western</a></h3><div class="des">Read More + For lovers of cowboys, bandits, gunfights, horses, or the American Old West in general, you have come to the right...</div> <a href="/collections/western" class="collections-button"></a> </div></div> <style>.countdown-collection_YTYEiJ .banner-title { font-size: 16px; font-weight: 800; color: #808080; margin-bottom: 15px; } .countdown-collection_YTYEiJ .des-countdown { font-size: 12px; font-weight: 400; color: #000000; margin-bottom: 15px; } .countdown-collection_YTYEiJ .collection-countdown .clock-item { border-color: rgba(255, 255, 255, 0.8);width: 64px; height: 64px; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 7px; margin-right: 7px; } .countdown-collection_YTYEiJ .collection-countdown .clock-item .num { font-size: 12px; font-weight: 400; color: #000000; } .countdown-collection_YTYEiJ .collection-countdown .clock-item .text { font-size: 12px; font-weight: 400; color: #000000; } @media (max-width: 767px) { .countdown-collection_YTYEiJ .banner-title {font-size: 16px} .countdown-collection_YTYEiJ .des-countdown {font-size: 12px} .countdown-collection_YTYEiJ .collection-countdown .clock-item .num {font-size: 12px} .countdown-collection_YTYEiJ .collection-countdown .clock-item .text {font-size: 12px} } </style> </div></div></div> </div> </div> </div> </div> <style type="text/css" media="screen">:root { } #CollectionListSection-template--16399859187846__main { background: #ffffff; padding-top: 0px; padding-bottom: 0px; } #CollectionListSection-template--16399859187846__main .halo-page-content { padding-top: 15px; padding-bottom: 80px; } #CollectionListSection-template--16399859187846__main .des-collection { font-weight: 400; font-size: 12px; margin-top: 5px; margin-bottom: 25px; color: #3c3c3c; } #CollectionListSection-template--16399859187846__main .list-categories-02 .collection-list-item, #CollectionListSection-template--16399859187846__main .list-categories-04 .collection-list-item, #CollectionListSection-template--16399859187846__main .list-categories-05 .collection-list-item { padding-bottom: 30px; } #CollectionListSection-template--16399859187846__main .img-box { padding-bottom: 0px; position: relative; } #CollectionListSection-template--16399859187846__main .collections-wrapper { border: 1px solid #ffffff; background: rgba(0,0,0,0); } #CollectionListSection-template--16399859187846__main .collection-title { font-size: 19px; font-weight: 500; margin-bottom: 0px; text-transform: uppercase; color: #232323; } #CollectionListSection-template--16399859187846__main .list-categories-04 .collection-title { background: rgba(0,0,0,0); } #CollectionListSection-template--16399859187846__main .count { display: block; font-weight: 400; font-size: 12px; margin-bottom: 15px; text-transform: uppercase; color: #232323; } #CollectionListSection-template--16399859187846__main .des { font-weight: 400; font-size: 12px; margin-bottom: 33px; text-transform: none; color: #232323; } #CollectionListSection-template--16399859187846__main .collections-button { display: block; margin: 0 auto; font-weight: 700; font-size: 14px; margin-bottom: 42px; text-transform: uppercase; max-width: 190px; color: #232323; } #CollectionListSection-template--16399859187846__main .button { color: #232323; border-color: #232323; background: #232323; } #CollectionListSection-template--16399859187846__main .collection-infinite-scroll .button { font-weight: 700; font-size: 14px; margin-top: 30px; margin-bottom: 0px; text-transform: uppercase; max-width: 300px; color: #232323; border-color: #232323; background: #ffffff; } @media (min-width: 1025px) { #CollectionListSection-template--16399859187846__main .collection-list-item { padding-left: 15px; padding-right: 15px; } #CollectionListSection-template--16399859187846__main .collections-button:hover { color: #232323; } #CollectionListSection-template--16399859187846__main .button:hover { color: #232323; border-color: #232323; background: #232323; } #CollectionListSection-template--16399859187846__main .collection-infinite-scroll .button:hover { color: #ffffff; border-color: #232323; background: #232323; } } @media (max-width: 1024px) { #CollectionListSection-template--16399859187846__main { padding-top: 0px; padding-bottom: 0px; } #CollectionListSection-template--16399859187846__main .des-collection { font-size: 12px; } #CollectionListSection-template--16399859187846__main .list-categories-02 .collection-list-item, #CollectionListSection-template--16399859187846__main .list-categories-04 .collection-list-item, #CollectionListSection-template--16399859187846__main .list-categories-05 .collection-list-item { padding-bottom: 16px; } #CollectionListSection-template--16399859187846__main .breadcrumb { background: #f6f6f6; } } @media (max-width: 767px) { #CollectionListSection-template--16399859187846__main { padding-top: 0px; padding-bottom: 0px; } #CollectionListSection-template--16399859187846__main .collections-wrapper { border: none; } #CollectionListSection-template--16399859187846__main .collection-title { font-size: 16px; } #CollectionListSection-template--16399859187846__main .count { font-size: 12px; } #CollectionListSection-template--16399859187846__main .des { font-size: 12px; } } @media (min-width: 1025px) { #CollectionListSection-template--16399859187846__main .breadcrumb-container { position: relative; } #CollectionListSection-template--16399859187846__main .breadcrumb-container::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: ; z-index: 1; }} </style> <script type="text/javascript"> function showMoreCollections() { var dataLimit = $('.list-categories').data('limit'), showMorebtn = $('.template-list-collections .collection-infinite-scroll a'); showMorebtn.on('click', function(e) { var willshowItem = $('.template-list-collections .list-categories .halo-item.d-none:lt(' + dataLimit + ')'); showMorebtn.addClass('is-loading'); e.preventDefault(); setTimeout(function(){ willshowItem.removeClass('d-none').addClass('d-block'); window.onload = resizeAllGridItems(); window.addEventListener('resize', resizeAllGridItems); var colItems = $('.template-list-collections .list-categories .halo-item.d-none'); if (colItems.length == 0) { var text = window.button_load_more.no_more_collection; showMorebtn.find('span').text(text); showMorebtn.attr('disabled', 'disabled'); } showMorebtn.removeClass('is-loading'); }, 400); }); } showMoreCollections(); function resizeGridItem(item) { grid = document.getElementsByClassName('halo-row--masonry')[0]; rowHeight = parseInt( window.getComputedStyle(grid).getPropertyValue('grid-auto-rows') ); rowGap = parseInt( window.getComputedStyle(grid).getPropertyValue('grid-row-gap') ); rowSpan = Math.ceil( (item.querySelector('.collection-list-masonry .banner-item').getBoundingClientRect().height + rowGap) / (rowHeight + rowGap) ); item.style.gridRowEnd = 'span ' + rowSpan; } function resizeAllGridItems() { allItems = document.getElementsByClassName('collection-list-masonry'); for (x = 0; x < allItems.length; x++) { resizeGridItem(allItems[x]); } } function resizeInstance(instance) { item = instance.elements[0]; resizeGridItem(item); } window.onload = resizeAllGridItems(); window.addEventListener('resize', resizeAllGridItems); </script> </div> </main><div class="wrapper-footer"><!-- BEGIN sections: footer-group --> <div id="shopify-section-sections--16399860400262__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/69/assets/component-custom-service-block.css?v=114933053799026809851742240458" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-custom-service-block.css?v=114933053799026809851742240458" rel="stylesheet" type="text/css" media="all" /></noscript> <style>.section-block-sections--16399860400262__custom_service_block_GE8tMm,.section-block-sections--16399860400262__custom_service_block_GE8tMm .halo-block-header .title .text {background: #f8f8f8}.section-block-sections--16399860400262__custom_service_block_GE8tMm .policies-block-wrapper{position: relative} .section-block-sections--16399860400262__custom_service_block_GE8tMm .slider-button .icon{fill: #212121} .section-block-sections--16399860400262__custom_service_block_GE8tMm .slider-button--prev .icon {margin-top: 2px} .section-block-sections--16399860400262__custom_service_block_GE8tMm {} .section-block-sections--16399860400262__custom_service_block_GE8tMm .halo-item + .halo-item {} body.layout_rtl .section-block-sections--16399860400262__custom_service_block_GE8tMm .halo-item + .halo-item {}.section-block-sections--16399860400262__custom_service_block_GE8tMm .halo-block-header .title:before {background-color: #000000;display: none;} .section-block-sections--16399860400262__custom_service_block_GE8tMm .halo-block-header .title {color: #000000;font-size: 30px;margin-bottom: 12px; line-height: 1;}.section-block-sections--16399860400262__custom_service_block_GE8tMm .halo-block-header{margin-bottom: 0}.section-block-sections--16399860400262__custom_service_block_GE8tMm .halo-block-header .rte {color: #000000;font-size: 16px} .section-block-sections--16399860400262__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--16399860400262__custom_service_block_GE8tMm .halo-item + .halo-item:before {content: none}} @media (max-width: 767px) { .section-block-sections--16399860400262__custom_service_block_GE8tMm {padding-top: 50px;padding-bottom: 50px;} .section-block-sections--16399860400262__custom_service_block_GE8tMm .halo-block-header .title {font-size: 22px;margin-bottom: 12px}.section-block-sections--16399860400262__custom_service_block_GE8tMm .halo-block-header .title {margin-bottom: 12px}} @media (min-width: 1200px) { .section-block-sections--16399860400262__custom_service_block_GE8tMm {padding-top: 50px;padding-bottom: 50px;}} @media (min-width: 1025px) {.section-block-sections--16399860400262__custom_service_block_GE8tMm .halo-block-header .title .text {width: auto}} @media (min-width: 768px) and (max-width: 1199px) { .section-block-sections--16399860400262__custom_service_block_GE8tMm {padding-top: 50px;padding-bottom: 50px;} } </style> <div class="custom-service-block section-block-sections--16399860400262__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--16399860400262__footer-1" class="shopify-section shopify-section-group-footer-group"><link href="//shoutfactory.com/cdn/shop/t/69/assets/section-footer.css?v=166819186574539284051742240518" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/component-list-payment.css?v=14796597056156653981742240467" media="all" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-list-payment.css?v=14796597056156653981742240467" 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="/pages/privacy-notice" class="link link-underline list-menu__item--link"><span class="text">Privacy Notice</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--16399860400262__footer-1">Your email</label> <input id="NewsletterForm--sections--16399860400262__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--16399860400262__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>© 2025 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/69/assets/slider.js?v=140906245454472783371742240520" defer="defer"></script> <script src="//shoutfactory.com/cdn/shop/t/69/assets/theme.js?v=126057784597542133141742240522" defer="defer"></script><script src="//shoutfactory.com/cdn/shop/t/69/assets/free-shipping-message.js?v=23649204803896156951742240495" 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/69/assets/halo-product-list-view-popup.css?v=171851250571928755481742240499" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/halo-product-list-view-popup.css?v=171851250571928755481742240499" 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/69/assets/component-card-mobile-popup.css?v=177969134712201010861742240452" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-card-mobile-popup.css?v=177969134712201010861742240452" 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/69/assets/component-warning-popup.css?v=170494741755236676021742240489" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-warning-popup.css?v=170494741755236676021742240489" 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/69/assets/component-auth.css?v=127485890362915857051742240446" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-auth.css?v=127485890362915857051742240446" 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="https://shoutfactory.com/customer_authentication/redirect?locale=en®ion_country=US" 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="https://shoutfactory.com/customer_authentication/redirect?locale=en®ion_country=US#recover"><span class="text">Forgot your password?</span></a> <a href="https://shopify.com/55159554182/account?locale=en" class="button button-2 button-register">Create account</a> </div> </form></div> </customer-auth> <script src="//shoutfactory.com/cdn/shop/t/69/assets/halo-customer-login.js?v=130338099368393207731742240496" defer="defer"></script> <link rel="stylesheet" href="//shoutfactory.com/cdn/shop/t/69/assets/component-quick-cart.css?v=76706418547694381531742240479" media="print" onload="this.media='all'"> <noscript><link href="//shoutfactory.com/cdn/shop/t/69/assets/component-quick-cart.css?v=76706418547694381531742240479" 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/69/assets/halo-toolcart.js?v=42785986117642242551742240501" 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="https://shoutfactory.com/customer_authentication/redirect?locale=en®ion_country=US"><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="https://shopify.com/55159554182/account?locale=en"><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/69/assets/custom-ada-script.js?v=56236231809395453981742240490" defer="defer"></script> <!-- Widget : LIITS VDAY Card --> <div data-rebuy-id="198710"></div> <!-- End Widget : LIITS VDAY Card --> <script> document.addEventListener('globo.formbuilder.form.loaded', e => { if (true) { let elements = e.detail.form.querySelectorAll('.globo-form-control input', 'globo-form-control select', 'globo-form-control textarea') if (elements.length > 0) { elements.forEach(el => { el.setAttribute("isp_ignore", "true") }) } } const {formId, form} = e.detail if (formId == "77165") { let options = form.querySelectorAll('.globo-form-control input[name="radio-2"]') if (options.length > 0) { options.forEach(opt => { opt.addEventListener('change', e => { if (opt.checked) { if (opt.value == "No") { console.log("hide submit button") form.querySelector('.gfb__footer').classList.add('gfb__hidden') } else { console.log("show submit button") form.querySelector('.gfb__footer').classList.remove('gfb__hidden') } } }) }) } } }) </script> <div id="shopify-block-AQTlTWDBDUEVwNWNoZ__10641372206048101839" class="shopify-block shopify-app-block"> <script> window.rebuyAppEmbedEnabled = true; </script> </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/4a14847b-6a43-46bd-ba7d-1ede8864dbf1/preorder-globo-87/assets/"'; Globo.filesUrl = '//shoutfactory.com/cdn/shop/files/'; Globo.__webpack_public_path__ = "https://cdn.shopify.com/extensions/4a14847b-6a43-46bd-ba7d-1ede8864dbf1/preorder-globo-87/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\"]",".add-to-cart-button",".ecom-product-single__add-to-cart--submit"],"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 = '-07:00'; window.GloboPreorderParams.now = '2025-03-29T21:18:45.0000-07:00'; window.GloboPreorderParams.locale = "en"; window.GloboPreorderParams.rootUrl = ''; window.GloboPreorderParams.page = "list-collections"; window.GloboPreorderParams.product = null; window.GloboPreorderParams.collectionId = null; window.GloboPreorderParams.products = []; window.GloboPreorderParams.cart = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0}; window.GloboPreorderParams.customer = null; window.GloboPreorderParams.customerJson = {}; ; window.GloboPreorderParams.themeOs20 = true; window.GloboPreorderParams.proxyUrl = '/apps/preorder/'; window.GloboPreorderParams.apiUrl = window.GloboPreorderParams.apiUrl.replace('globosoftware.net', 'globo.io');window.GloboPreorderParams.products = window.GloboPreorderParams.products || []; window.GloboPreorderParams.products = window.GloboPreorderParams.products.concat([]); if(typeof GloboPreorderParamsOverride.selectors !== 'undefined'){ Object.assign(window.GloboPreorderParams.selectors,GloboPreorderParamsOverride.selectors); delete GloboPreorderParamsOverride.selectors; } if(typeof GloboPreorderParamsOverride.advancedSettings !== 'undefined'){ Object.assign(window.GloboPreorderParams.advancedSettings,GloboPreorderParamsOverride.advancedSettings); delete GloboPreorderParamsOverride.advancedSettings; } delete GloboPreorderParamsOverride.settings; delete GloboPreorderParamsOverride.thirdPartyIntegration; delete GloboPreorderParamsOverride.translation; if(Object.keys(GloboPreorderParamsOverride).length){ Object.assign(window.GloboPreorderParams,GloboPreorderParamsOverride); } delete window.GloboPreorderParams.preorderSettings; window.GloboPreorderParams.preorderSettings = {}; window.GloboPreorderParams.preorderSettings = {"products":{"6838331801734":{"id":488142,"is_profile":0,"name":"Dawn Of The Dead [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":6838331801734}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2023-01-18 14:10:15\",\"isNew\":true,\"coming_soon_condition\":\"2023-01-18 14:10:15\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":null,"countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\"}}","status":1,"coming_soon_status":0,"updated_at":"2023-01-18T22:11:35.000000Z","selling_plan_ids":[]},"6837490811014":{"id":488143,"is_profile":0,"name":"Elmo & Tango: Furry Friends Forever","products":"{\"type\":\"product\",\"condition\":6837490811014}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2023-01-18 14:11:53\",\"isNew\":true,\"coming_soon_condition\":\"2023-01-18 14:11:53\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":null,"countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\"}}","status":1,"coming_soon_status":0,"updated_at":"2023-01-18T22:12:06.000000Z","selling_plan_ids":[]},"6837490679942":{"id":488144,"is_profile":0,"name":"The Jackie Chan Collection Vol. 1 (1976 - 1982)","products":"{\"type\":\"product\",\"condition\":6837490679942}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2023-01-18 14:12:44\",\"isNew\":true,\"coming_soon_condition\":\"2023-01-18 14:12:44\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":null,"countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\"}}","status":1,"coming_soon_status":0,"updated_at":"2023-01-18T22:12:46.000000Z","selling_plan_ids":[]},"6837490548870":{"id":488145,"is_profile":0,"name":"Inu-Oh","products":"{\"type\":\"product\",\"condition\":6837490548870}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2023-01-18 14:12:58\",\"isNew\":true,\"coming_soon_condition\":\"2023-01-18 14:12:58\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":null,"countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\"}}","status":1,"coming_soon_status":0,"updated_at":"2023-01-18T22:13:00.000000Z","selling_plan_ids":[]},"6837490778246":{"id":488146,"is_profile":0,"name":"Freaky","products":"{\"type\":\"product\",\"condition\":6837490778246}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2023-01-18 14:13:08\",\"isNew\":true,\"coming_soon_condition\":\"2023-01-18 14:13:08\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":null,"countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\"}}","status":1,"coming_soon_status":0,"updated_at":"2023-01-18T22:13:10.000000Z","selling_plan_ids":[]},"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":[]},"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":[]},"7343640576134":{"id":1042569,"is_profile":0,"name":"Scent Of A Woman [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7343640576134\",\"product_name\":\"Scent Of A Woman [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-03T08:29\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-03T08:29\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-05-26T23: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-03-03T16:30:04.000000Z","selling_plan_ids":[]},"7340766068870":{"id":1042570,"is_profile":0,"name":"What Lies Beneath [25th Anniversary Edition] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7340766068870\",\"product_name\":\"What Lies Beneath\\u00a0[25th Anniversary Edition] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-03T08:30\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-03T08:30\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-05-05T23: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-03-03T16:30:33.000000Z","selling_plan_ids":[]},"7337813540998":{"id":1042571,"is_profile":0,"name":"Blaxploitation Classics, Vol. 1 + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7337813540998\",\"product_name\":\"Blaxploitation Classics, Vol. 1 + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-03T08:30\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-03T08:30\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-05-19T23: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-03-03T16:31:10.000000Z","selling_plan_ids":[]},"7321377276038":{"id":1042572,"is_profile":0,"name":"The Colors Within","products":"{\"type\":\"product\",\"condition\":\"7321377276038\",\"product_name\":\"The Colors Within\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-03T08:31\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-03T08:31\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-05-26T23: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-03-03T16:31:36.000000Z","selling_plan_ids":[]},"7321377243270":{"id":1042573,"is_profile":0,"name":"The Colors Within [Limited Edition Steelbook] + Folded Poster","products":"{\"type\":\"product\",\"condition\":\"7321377243270\",\"product_name\":\"The Colors Within [Limited Edition Steelbook] + Folded Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-03T08:31\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-03T08:31\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-05-26T23: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-03-03T16:31:59.000000Z","selling_plan_ids":[]},"7344099164294":{"id":1042574,"is_profile":0,"name":"Sky Captain And The World Of Tomorrow","products":"{\"type\":\"product\",\"condition\":\"7344099164294\",\"product_name\":\"Sky Captain And The World Of Tomorrow\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-03T08:32\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-03T08:32\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-05-26T23: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-03-03T16:32:21.000000Z","selling_plan_ids":[]},"7350089384070":{"id":1069064,"is_profile":0,"name":"Bring Me The Head Of Alfredo Garcia","products":"{\"type\":\"product\",\"condition\":\"7350089384070\",\"product_name\":\"Bring Me The Head Of Alfredo Garcia\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-28T10:48\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-28T10:48\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-06-02T11:52\",\"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-03-28T17:52:56.000000Z","selling_plan_ids":[]},"7350089449606":{"id":1069065,"is_profile":0,"name":"Monkey Shines [Collector's Edition] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7350089449606\",\"product_name\":\"Monkey Shines [Collector's Edition] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-28T10:53\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-28T10:53\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-06-02T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2025-03-28T17:53:57.000000Z","selling_plan_ids":[]},"7352976343174":{"id":1069080,"is_profile":0,"name":"MST3K: Volume XVII [Repackage] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7352976343174\",\"product_name\":\"MST3K: Volume XVII [Repackage] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-28T11:31\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-28T11:31\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-06-02T23:59\",\"timezone\":\"America\\/Los_Angeles\"},{\"type\":\"quantity\",\"condition\":null}]","countdown":"{\"startCountdown\":false,\"endCountdown\":false}","required_condition":"{\"type\":\"custom\",\"trackQuantity\":false,\"continueSelling\":false,\"showBtn\":\"default\"}","after_finish":"{\"type\":\"custom\",\"condition\":null,\"showBtn\":\"default\"}","discount_payment":"{\"fullPayment\":{\"enable\":true,\"discountValue\":\"0\",\"discountType\":\"percentage\"},\"partialPayment\":{\"enable\":false,\"value\":\"10\",\"valueType\":\"percentage\",\"discountValue\":\"0\",\"discountType\":\"percentage\",\"remainingBalanceChargeTrigger\":\"EXACT_TIME\",\"timezone\":\"America\\/Los_Angeles\"}}","status":1,"coming_soon_status":0,"updated_at":"2025-03-28T18:31:38.000000Z","selling_plan_ids":[]},"7347083313286":{"id":1069082,"is_profile":0,"name":"Lord Of Illusions [Collector's Edition] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7347083313286\",\"product_name\":\"Lord Of Illusions [Collector's Edition] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-28T11:48\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-28T11:48\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-06-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":"2025-03-28T18:48:38.000000Z","selling_plan_ids":[]},"7348295565446":{"id":1069263,"is_profile":0,"name":"The Return Of The Living Dead [Limited Edition Steelbook] + Exclusive Poster","products":"{\"type\":\"product\",\"condition\":\"7348295565446\",\"product_name\":\"The Return Of The Living Dead [Limited Edition Steelbook] + Exclusive Poster\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-28T15:42\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-28T15:42\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-06-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":"2025-03-28T22:42:38.000000Z","selling_plan_ids":[]},"7362480930950":{"id":1069265,"is_profile":0,"name":"Bring It On [25th Anniversary Edition]","products":"{\"type\":\"product\",\"condition\":\"7362480930950\",\"product_name\":\"Bring It On [25th Anniversary Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-28T15:49\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-28T15:49\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-06-23T23: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-03-28T22:49:48.000000Z","selling_plan_ids":[]},"7364376756358":{"id":1069267,"is_profile":0,"name":"DAN DA DAN: Season One","products":"{\"type\":\"product\",\"condition\":\"7364376756358\",\"product_name\":\"DAN DA DAN: Season One\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-28T15:55\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-28T15:55\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-06-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":"2025-03-28T22:55:36.000000Z","selling_plan_ids":[]},"7364376952966":{"id":1069271,"is_profile":0,"name":"DAN DA DAN: Season One [Collector's Edition]","products":"{\"type\":\"product\",\"condition\":\"7364376952966\",\"product_name\":\"DAN DA DAN: Season One [Collector's Edition]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-28T16:23\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-28T16:23\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-06-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":"2025-03-28T23:23:31.000000Z","selling_plan_ids":[]},"7362480832646":{"id":1069278,"is_profile":0,"name":"JFK [Director's Cut]","products":"{\"type\":\"product\",\"condition\":\"7362480832646\",\"product_name\":\"JFK [Director's Cut]\"}","excludes":null,"message":null,"start_condition":"[{\"type\":\"date\",\"condition\":\"2025-03-28T16:37\",\"isNew\":true,\"timezone\":\"America\\/Los_Angeles\",\"coming_soon_condition\":\"2025-03-28T16:37\"},{\"type\":\"stock\",\"condition\":\"now\",\"value\":null}]","end_condition":"[{\"type\":\"date\",\"condition\":\"2025-06-23T23: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-03-28T23:37:34.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-AVU0zK1p3ZlJNdWpsN__15796953133730294439" class="shopify-block shopify-app-block"> <!-- BEGIN app snippet: socialshopwave-helper-v2 --><script> if (!window.gw) { window.gw = {}; } if(!window.gw.customizations) { window.gw.customizations = []; window.gw.registerWidgetCustomization = (selectWidget, customizeWidget) => { window.gw.customizations.push([ selectWidget, customizeWidget ]) } } if (window.gw.browserTimeDiffMs === undefined) { window.gw.browserTimeDiffMs = 0; } if (window.gw.useLegacyAdapter === undefined) { window.gw.useLegacyAdapter = false; } </script> <style> .gw-wl-add-to-wishlist-placeholder { margin-inline-start: 10px; } .gw-wl-add-to-wishlist-product-page-widget .gw-btn.gw-button.--outlined { width: auto !important; padding: 1.2rem !important; } .gw-wl-add-to-wishlist-btn__inner { & span { display: none; } .gw-wl-icon { width: 25px; height: 25px; } } .gw-wl-add-to-wishlist-product-page-widget svg.gw-wl-icon { fill: none; } </style> <style id="for-wl-header"> .gw-wl-go-to-wishlist-header-widget { display: flex; flex-direction: column; height: auto !important; text-decoration: none; text-transform: capitalize; .gw-wl-icon { width: 30px; height: 30px; & path { stroke-width: 1.2; } } &:after { content: 'wishlist'; margin-block-start: 5px; color: var(--gw-wl-wishlistIconSettings-heartColor); font-size: 14px; } } </style> <script> window.gw.registerWidgetCustomization( (widgetConfig) => widgetConfig.widgetName === "AddToWishlistProductPageWidget", ({ placeholder }) => ({ afterWidgetInject: () => { document.querySelector('.form .productView-action').append(placeholder); } }) ) window.gw.registerWidgetCustomization( (widgetConfig) => widgetConfig.widgetName === "GoToWishlistPageHeaderWidget", (widgetConfig) => ({ styleElement: document.getElementById("for-wl-header"), }) ) </script> <div class="gw-widget-placeholder-LC-wrapper" style="display: block"> <div class="gw-widget-placeholder-LC"></div> </div> <div class="gw-widget-placeholder-RC-wrapper" style="display: block"> <div class="gw-widget-placeholder-RC"></div> </div> <div class="gw-widget-placeholder-BR-wrapper" style="display: block"> <div class="gw-widget-placeholder-BR"></div> </div> <div class="gw-widget-placeholder-BL-wrapper" style="display: block"> <div class="gw-widget-placeholder-BL"></div> </div> <script type="text/json" id="common.critical.Points.en"> {"points_name_singular":"point","points_name_plural":"points"} </script> <script type="text/json" id="reviews.critical.AverageReviewsWidget.en"> {"write_a_review":"Write a review","ask_a_question":"Ask a question"} </script> <script type="text/json" id="reviews.critical.ReviewsDrawerWidget.en"> {"drawer_title":"Our Reviews","drawer_button_title":"Reviews","write_a_review":"Write a review"} </script> <script type="text/json" id="reviews.critical.ReviewsPageWidget.en"> {"shop_reviews":"Shop Reviews","product_reviews":"Product Reviews","search":"Search...","customer_reviews_title":"Customer Reviews","reviews":"Reviews","sort_by":"Sort by:","write_a_review":"Write a review"} </script> <script type="text/json" id="reviews.critical.ReviewsProductPageWidget.en"> {"ask_a_question":"Ask a question","sort_by":"Sort by:","write_a_review":"Write a review","filter_by":"Filter","questions_main_title":"Questions","reviews":"Reviews","customer_reviews_title":"Customer Reviews","questions":"Questions"} </script> <script type="text/json" id="reviews.critical.ReviewsSliderWidget.en"> {"slider_title":"Our customers love us","from_reviews":"from {{count}} reviews"} </script> <script type="text/json" id="rewards.critical.RewardsPopUpWidget.en"> {"sign_in":"Sign in","join_now_label":"Join now","launcher_label":"Rewards","join_program":"Join the Loyalty Program to enjoy exclusive rewards!","have_an_account":"Already have an account?","customer_balance":"Your balance:","points_expiration":"Expiration: {{date}}","welcome_to_program":"Welcome to"} </script> <script type="text/json" id="rewards.critical.RewardsJoinNowModalWidget.en"> {"description":"Sign up for exciting bonuses!","join_now_label":"Join now","title":"You are welcome to join our loyalty program!"} </script> <script type="text/json" id="rewards.critical.RewardsVerifyAccountModalWidget.en"> {"description":"Thanks for joining us! We just sent a verification link to <br /> your email. Click on it and get reward!🎁","title":"Verify your account!"} </script> <script type="text/json" id="rewards.critical.RewardsEarnPointsProductPageWidget.en"> {"earn_points_on_purchase":"Earn {{points}} {{points_name}} on this purchase.","learn_more":"Learn more"} </script> <script type="text/json" id="wishlist.critical.WishlistPageWidget.en"> {"header_title":"My Wishlists","link_copied_label":"Link copied","sort_low_to_high_price":"Price Low-High","sort_z_to_a_product_title":"Name Z-A","delete_wishlist_button_accessibility_label":"Delete wishlist","sort_hight_to_low_price":"Price High-Low","sort_recently_added":"Recently added","sort_a_to_z_product_title":"Name A-Z","save_wishlist_button_text":"Save my wishlist","social_share_label":"Share:","add_wishlist_button_text":"Add a new list","edit_wishlist_button_accessibility_label":"Edit wishlist","save_wishlist_button_accessibility_label":"Save wishlist","empty_state_title":"Nothing added to wishlist.","add_to_cart_button_label":"Add to cart","show_in_cart_button_label":"Show in cart","sold_out_label":"Out of stock","browse_products":"Browse products","sort_by":"Sort by:","filter_by":"Filter by:","filter_all":"All","filter_available":"Available"} </script> <script type="text/json" id="wishlist.critical.SharedWishlistPageWidget.en"> {"show_in_cart_button_label":"Show in cart","sold_out_label":"Out of stock","edit_wishlist_button_accessibility_label":"Edit wishlist","title":"Shared wishlists","save_wishlist_button_accessibility_label":"Save wishlist","delete_wishlist_button_accessibility_label":"Delete wishlist","empty_state_title":"Nothing added to wishlist.","browse_products":"Browse products","add_to_cart_button_label":"Add to cart"} </script> <script type="text/json" id="wishlist.critical.WishlistDrawerWidget.en"> {"drawer_button_label":"Wishlist"} </script> <script type="text/json" id="wishlist.critical.SaveWishlistModalWidget.en"> {"save_wishlist_button_text":"Save my wishlist","subscribe_for_newsletter":"Subscribe for newsletter"} </script> <script type="text/json" id="wishlist.critical.AddToWishlistProductCardWidget.en"> {"remove_from_wishlist_button_accessibility_label":"Remove from wishlist","add_to_wishlist_button_accessibility_label":"Add to wishlist"} </script> <script type="text/json" id="wishlist.critical.AddToWishlistButtonWidget.en"> {"add_to_wishlist_button_accessibility_label":"Add to wishlist","remove_from_wishlist_button_accessibility_label":"Remove from wishlist"} </script> <script type="text/json" id="wishlist.critical.AddToWishlistProductPageWidget.en"> {"add_to_wishlist_button_text":"Add to wishlist","remove_from_wishlist_button_text":"Remove from wishlist"} </script> <script type="text/json" id="wishlist.critical.GoToWishlistPageHeaderWidget.en"> {"open_wishlist_page_button_accessibility_label":"Go to wishlist page"} </script> <script type="text/json" id="instagram.critical.InstagramGalleryWidget.en"> {"view_on_instagram":"View on Instagram","shop_it":"SHOP IT","prev":"Prev","next":"Next","description":"Description","load_more":"Load more"} </script> <script type="text/json" id="tiktok.critical.TikTokGalleryWidget.en"> {"view_on_tiktok":"View on TikTok","shop_it":"SHOP IT","description":"Description","load_more":"Load more"} </script> <script type="text/json" id="giftRegistry.critical.AddToRegistryProductPageWidget.en"> {"add_to_registry":"Add to registry","added_to_registry":"Added to registry"} </script> <script id="gift_registry_critical:gift_registry_settings" type="text/json"> {"isRegistrantAddressRequired":true} </script> <script id="growave_critical:account_UI" type="text/json"> {"canUseAccountUI":true} </script> <script id="growave_critical:checkout_UI" type="text/json"> {"canUseCheckoutUI":true} </script> <script id="growave_critical:watermark" type="text/json"> {"canShowWatermark":false} </script> <script id="reviews_critical:questions_settings" type="text/json"> {"isQuestionCaptchaEnabled":false,"isSomeoneAskQuestionTriggerEnabled":true,"isNotificationsAboutQuestionEnabled":true,"customerDisplayNamePolicy":"fullName"} </script> <script id="reviews_critical:reviews_branding" type="text/json"> {"reviewsThemeSettings":{"primaryColor":"#1D2939","secondaryColor":"#ffffff"},"reviewsIconSettings":{"starColor":"#FCCA3C","iconType":"default"},"reviewsDrawerSettings":{"drawerPosition":"LC","launcherBackgroundColor":"secondaryColor","launcherFontColor":"#1a1a1a","launcherIconBackgroundColor":"#1a1a1a","device":"hide"},"reviewsWidgetsSettings":{"buttonsColor":"primaryColor","reviewsWidgetLayout":"LL"},"productAvgRatingWidgetSettings":{"widgetVisibility":"show","widgetDisplayStyle":"showTextStarsAndQuestion"}} </script> <script id="reviews_critical:reviews_settings" type="text/json"> {"canUseTranslation":true,"isProductReviewsWidgetEnabled":true,"isReviewTitleEnabled":false,"isReviewTitleRequired":true,"isReviewsVotingEnabled":true,"isReviewsPinningEnabled":true,"isReviewsTranslationEnabled":false,"defaultSortingOption":"mostRelevant","isReviewsIncentivizedLabelEnabled":false,"isReviewsMediaEnabled":true,"isUniteReviewsOriginProductEnabled":false,"customerDisplayNamePolicy":"fullName"} </script> <script id="rewards_critical:rewards_branding" type="text/json"> {"general":{"theme":{"primaryColor":"#e31936","secondaryColor":"#00baea"},"buttons":{"themeColor":"primaryColor","fontColor":"#ffffff"},"content":{"iconsThemeColor":"primaryColor","linksThemeColor":"primaryColor"}},"popUpWidget":{"launcher":{"appearance":{"themeColor":"primaryColor","fontColor":"#ffffff","style":"iconWithText"},"icon":{"type":"default","color":"#ffffff"},"visibility":{"device":"hide"},"position":{"placement":"BR","desktop":{"side":45,"bottom":10},"mobile":{"side":20,"bottom":10}}},"popUpContent":{"view":"home","banner":{"programName":"Shout! Factory","themeColor":"primaryColor","fontColor":"#ffffff","image":null}}}} </script> <script id="rewards_critical:rewards_customers_eligibility" type="text/json"> {"type":"include","tags":[],"isEnabled":false} </script> <script id="rewards_critical:rewards_pos_settings" type="text/json"> {"isEnabled":false,"codeType":"barcode_2d"} </script> <script id="rewards_critical:rewards_programs_status" type="text/json"> {"pointsProgramEnabled":false,"referralProgramEnabled":false,"tiersProgramEnabled":false} </script> <script id="rewards_critical:rewards_settings" type="text/json"> {"generalSettings":{"isPointsExpirationEnabled":false,"isApplyDiscountViaButton":true,"pointsDecimalPlaces":2,"rewardPageHandle":"reward"},"referralShareChannels":[{"channelType":"facebookShare","isEnabled":true},{"channelType":"twitterShare","isEnabled":true},{"channelType":"whatsAppShare","isEnabled":true},{"channelType":"facebookMessengerShare","isEnabled":true},{"channelType":"pinterestShare","isEnabled":true},{"channelType":"emailShare","isEnabled":true,"title":"Your friend sent you a reward from {{shop_name}}","message":"Join me in discovering the best of {{shop_name}}. Enjoy your {{reward_type}} by following this link: {{link}} "}]} </script> <script id="wishlist_critical:wishlist_branding" type="text/json"> {"wishlistThemeSettings":{"primaryColor":"#000","secondaryColor":"#00baee"},"wishlistIconSettings":{"heartColor":"#000","backgroundColor":"#ffffff","iconType":"default","customIcons":{"isEnabled":false,"filledImage":null,"outlinedImage":null}},"wishlistButtonSettings":{"borderRadius":90,"color":"primaryColor","fontColor":"#1a1a1a","style":"outlined","isCounterEnabled":false},"wishlistDrawerAndPageSettings":{"device":"hide","drawerPosition":"R","launcherBackgroundColor":"#ffffff","launcherFontColor":"#1a1a1a","launcherIconBackgroundColor":"primaryColor","buttonsColor":"primaryColor","buttonsStyle":"outlined","buttonsFontColor":"#1a1a1a","buttonsBorderRadius":90,"linkColor":"secondaryColor"}} </script> <script id="wishlist_critical:wishlist_settings" type="text/json"> {"isCopyWishlistEnabled":true,"isWishlistDrawerEnabled":false,"isDisabledForGuests":false,"isSaveWishlistEnabled":false,"isWishlistSocialShareEnabled":true,"wishlistSocialShareChannels":[{"channelName":"copyShareLink","isEnabled":true},{"channelName":"email","isEnabled":true},{"channelName":"facebook","isEnabled":true},{"channelName":"pinterest","isEnabled":true},{"channelName":"twitter","isEnabled":true},{"channelName":"whatsapp","isEnabled":true}]} </script> <!-- TODO use theme settings from the variables --> <script id="gw-additional-info" type="application/json"> { "FEATURES": { "moneyFormat": "${{amount}}", "moneyWithCurrencyFormat": "${{amount}} USD", "shopCurrency": "USD", "currencySymbol": "$", "availableApps": ["social-login","reviews","rewards","instagram","wishlist"], "storefrontApiAccessToken": "f32ffa705cd9fa7947354769fecdda6e" , "countryIsoCode": "US", "languageIsoCode": "EN", "currencyIsoCode": "USD", "gwI18nLocale": "en", "shopName": "Shout! Factory" }, "GW_CUSTOMER_INFO": null , "GW_PRODUCT_INFO": { "productId": null , "defaultVariantId": null }, "GW_SHOP_BRAND_INFO": { "logoUrl": "//shoutfactory.com/cdn/shop/files/LOGO_512_by_512.png?v=1663707819" } } </script> <script> if (window.GW_GROWAVE_LOADED) { throw new Error("Growave embeds conflict") } if (document && document.cookie && document.cookie.includes("GW_DISABLED=true")) { console.warn("Growave is disabled by cookie") } else { window.GW_GROWAVE_LOADED = true; let GW_BUNDLE_URL="https://static.growave.io/growave-build/main.2ba625a6.js"; const GW_DEV_GROWAVE_BUNDLE_URL = localStorage.getItem("GW_DEV_GROWAVE_BUNDLE_URL"); if (GW_DEV_GROWAVE_BUNDLE_URL) { GW_BUNDLE_URL = GW_DEV_GROWAVE_BUNDLE_URL; }; if (!GW_BUNDLE_URL) { throw new Error("Url for bundle not found!") } window.gwWebpackGlobal = window.gwWebpackGlobal || {}; const mainScript = document.createElement("script"); mainScript.defer = true; mainScript.type="text/javascript"; mainScript.src=GW_BUNDLE_URL; document.body.appendChild(mainScript); } </script> <!-- 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>