CINXE.COM

South Park – Paramount Shop

<!doctype html> <html class="no-js avalanche-theme " lang="en"> <head> <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> <!-- Preload fonts as fast as possible --> <link rel="preload" href="https://use.typekit.net/zim6rlv.css" crossorigin="anonymous" as="style"/> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Regular.woff2?v=104316338724169002331732309933" as="font" type="font/woff2" rel="preload"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Bold.woff2?v=160286470714060701761732309928" as="font" type="font/woff2" rel="preload"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Bold-Italic.woff2?v=8855320443086411601732309927" as="font" type="font/woff2" rel="preload"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Light.woff2?v=70806959137120238481732309931" as="font" type="font/woff2" rel="preload"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Light-Italic.woff2?v=131286566781656377661732309930" as="font" type="font/woff2" rel="preload"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Semibold.woff2?v=9229674279713783051732309936" as="font" type="font/woff2" rel="preload"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Semibold-Italic.woff2?v=4620757450083233211732309935" as="font" type="font/woff2" rel="preload"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Black.woff2?v=104018275426478119791732309925" as="font" type="font/woff2" rel="preload"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Black-Italic.woff2?v=64972391534290170701732309923" as="font" type="font/woff2" rel="preload"> <link rel="preload" href="https://use.typekit.net/zim6rlv.css" crossorigin="anonymous" as="style"/> <style> @font-face {font-family: "Peak-Sans-Regular"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Regular.woff?v=68887527987927323591732309932') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Regular.woff2?v=104316338724169002331732309933') format("woff2"); font-display: swap; font-weight: 400;} @font-face {font-family: "Peak-Sans-Regular"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Bold.woff?v=50751669877812898771732309928') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Bold.woff2?v=160286470714060701761732309928') format("woff2"); font-display: swap; font-weight: 700;} @font-face {font-family: "Peak-Sans-Regular"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Bold.woff?v=50751669877812898771732309928') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Bold.woff2?v=160286470714060701761732309928') format("woff2"); font-display: swap; font-weight: bold;} @font-face {font-family: "Peak-Sans-Bold"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Bold.woff?v=50751669877812898771732309928') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Bold.woff2?v=160286470714060701761732309928') format("woff2"); font-display: swap; font-weight: 700;} @font-face {font-family: "Peak-Sans-Bold-Italic"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Bold-Italic.woff?v=174238618895999406531732309926') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Bold-Italic.woff2?v=8855320443086411601732309927') format("woff2"); font-display: swap;} @font-face {font-family: "Peak-Sans-Light"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Light.woff?v=155590452864160945441732309931') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Light.woff2?v=70806959137120238481732309931') format("woff2"); font-display: swap; font-weight: 300;} @font-face {font-family: "Peak-Sans-Light-Italic"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Light-Italic.woff?v=150919670801907892711732309929') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Light-Italic.woff2?v=131286566781656377661732309930') format("woff2"); font-display: swap;} @font-face {font-family: "Peak-Sans-Semibold"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Semibold.woff?v=57402848687491199271732309936') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Semibold.woff2?v=9229674279713783051732309936') format("woff2"); font-display: swap; font-weight: 500;} @font-face {font-family: "Peak-Sans-Semibold-Italic"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Semibold-Italic.woff?v=170339474061577140551732309934') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Semibold-Italic.woff2?v=4620757450083233211732309935') format("woff2"); font-display: swap;} @font-face {font-family: "Peak-Sans-Italic"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans-Italic.woff?v=136142251729184134481732309921') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans-Italic.woff2?v=129487644880387490531732309922') format("woff2"); font-display: swap;} @font-face {font-family: "Peak-Sans-Black"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Black.woff?v=170176178827992789481732309925') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Black.woff2?v=104018275426478119791732309925') format("woff2"); font-display: swap; font-weight: 900;} @font-face {font-family: "Peak-Sans-Black-Italic"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Black-Italic.woff?v=165923231254414019481732309923') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/Peak-Sans_Black-Italic.woff2?v=64972391534290170701732309923') format("woff2"); font-display: swap;} @font-face {font-family: "Rockwell-Bold"; src: url("//cdn.shopify.com/s/files/1/0569/1562/3983/files/Rockwell-Bold.ttf?v=1671228010") format("truetype"); font-display: swap;} /*** South Park Fonts ***/ @font-face {font-family: "South-Park"; src: url('//www.paramountshop.com/cdn/shop/t/92/assets/southpark_supplement.woff?v=63400037287803739771732309957') format("woff"), url('//www.paramountshop.com/cdn/shop/t/92/assets/southpark_supplement.woff2?v=104412357551828449151732309957') format("woff2"); font-display: auto;} /*** Showtime Fonts ***/ @font-face {font-family: "Showtime-ATYP"; src: url("//cdn.shopify.com/s/files/1/0569/1562/3983/files/ShowtimeAtyp-Regular_1.woff2?v=1675952249") format("woff2"), url("//cdn.shopify.com/s/files/1/0569/1562/3983/files/ShowtimeAtyp-Regular_1.woff?v=1675952248") format("woff"); font-display: auto;} </style> <!-- Preload LCP Image --> <!--<link rel="preload" href="Liquid error (layout/theme line 37): invalid url input" as="image">--> <link rel="canonical" href="https://www.paramountshop.com/pages/south-park"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link rel="icon" type="image/png" href="//www.paramountshop.com/cdn/shop/files/favicon_paramount_32x32.png?v=1671053942"> <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=""> <meta name="description" content="Shopping any of The South Park Collections is a must have for any South Park fan. These collection include apparel and accessory for any character, including all your favorites, Cartman, Kyle, Stan and Kenny! Shop your favorite show and South Park characters in a range of fun and humorous designs perfect for every occa"> <title>South Park &ndash; Paramount Shop</title> <meta property="og:site_name" content="Paramount Shop"> <meta property="og:url" content="https://www.paramountshop.com/pages/south-park"> <meta property="og:title" content="South Park"> <meta property="og:type" content="website"> <meta property="og:description" content="Shopping any of The South Park Collections is a must have for any South Park fan. These collection include apparel and accessory for any character, including all your favorites, Cartman, Kyle, Stan and Kenny! Shop your favorite show and South Park characters in a range of fun and humorous designs perfect for every occa"> <meta property="og:image" content="http://www.paramountshop.com/cdn/shop/files/Paramount-shop-social_updated_-min.png?v=1674763737"> <meta property="og:image:secure_url" content="https://www.paramountshop.com/cdn/shop/files/Paramount-shop-social_updated_-min.png?v=1674763737"><meta name="twitter:site" content="@paramountco"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="South Park"> <meta name="twitter:description" content="Shopping any of The South Park Collections is a must have for any South Park fan. These collection include apparel and accessory for any character, including all your favorites, Cartman, Kyle, Stan and Kenny! Shop your favorite show and South Park characters in a range of fun and humorous designs perfect for every occa"> <!-- jQuery, Slick and Quickview Libraries --> <script src="//www.paramountshop.com/cdn/shop/t/92/assets/jQuery.js?v=115860211936397945481732309918" async></script> <script> var waitForJQueryPassiveScroll = setInterval(function () { if (typeof jQuery != 'undefined') { clearInterval(waitForJQueryPassiveScroll); jQuery.event.special.touchstart = { setup: function( _, ns, handle ) { this.addEventListener("touchstart", handle, { passive: !ns.includes("noPreventDefault") }); } }; jQuery.event.special.touchmove = { setup: function( _, ns, handle ) { this.addEventListener("touchmove", handle, { passive: !ns.includes("noPreventDefault") }); } }; jQuery.event.special.wheel = { setup: function( _, ns, handle ){ this.addEventListener("wheel", handle, { passive: true }); } }; jQuery.event.special.mousewheel = { setup: function( _, ns, handle ){ this.addEventListener("mousewheel", handle, { passive: true }); } }; } }, 10); </script> <script> function loadScripts() { /* Slick JS */ var script = document.createElement('script'); script.type = 'text/javascript'; script.src = '//www.paramountshop.com/cdn/shop/t/92/assets/Slick.js?v=178390859053271511751732309952'; script.defer = true; document.getElementsByTagName('head')[0].appendChild(script); /* Quickview */ var QVscript = document.createElement('script'); QVscript.type = 'text/javascript'; QVscript.src = '//www.paramountshop.com/cdn/shop/t/92/assets/quickview.js?v=136476696562952119801732310188'; QVscript.defer = true; document.getElementsByTagName('head')[0].appendChild(QVscript); } var waitForJQueryCustomTest = setInterval(function () { if (typeof $ != 'undefined') { clearInterval(waitForJQueryCustomTest); loadScripts(); } }, 10); </script> <script src="//www.paramountshop.com/cdn/shop/t/92/assets/global.js?v=116985247557172520841732309917" defer="defer"></script> <script src="//www.paramountshop.com/cdn/shop/t/92/assets/avalanche.js?v=89410779065202774431732310188" defer="defer"></script> <script> var content = "\u003cbutton class=\"qv-close-button\" aria-label=\"Close Quick View\"\u003e\u003csvg viewbox=\"0 0 49 50\" class=\"icon icon-close\" aria-hidden=\"true\" focusable=\"false\" role=\"presentation\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cpath d=\"M36.75 12.5L12.25 37.5\" stroke=\"currentColor\" stroke-width=\"0.15rem\" stroke-linecap=\"square\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M12.25 12.5L36.75 37.5\" stroke=\"currentColor\" stroke-width=\"0.15rem\" stroke-linecap=\"square\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/button\u003e\n\u003cdiv class=\"qv-product-container\"\u003e\n \u003cdiv class=\"qv-product-slider-container\"\u003e\n \u003cdiv class=\"qv-product-images\" style=\"opacity: 0;\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"qv-slider-nav\"\u003e\n \u003cbutton class=\"qv-prev qv-arrow\" aria-label=\"button\"\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 56.5 100\" xml:space=\"preserve\"\u003e\n \u003cg id=\"VddS2q.tif\"\u003e\n \u003cg\u003e\n \u003cpath d=\"M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8\n\t\t\tc0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1\n\t\t\tc2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2\n\t\t\tC41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 63.3 100\" style=\"enable-background:new 0 0 63.3 100;\" xml:space=\"preserve\"\u003e\n \u003cstyle type=\"text\/css\"\u003e\n .st0 {\n display: none;\n }\n \u003c\/style\u003e\n \u003ccircle class=\"st0\" cx=\"50.6\" cy=\"50.8\" r=\"47.9\" \/\u003e\n \u003cg id=\"C4o7Lo_1_\"\u003e\n \u003cg\u003e\n \u003cpath d=\"M60.6,49.8C44.5,66,28.1,82.4,11.8,98.7c-3.3-3.4-6.8-7-10.3-10.6C14.1,75.4,27,62.4,39.7,49.6C27,36.7,14.3,23.7,1.7,11\n\t\t\tC5,7.7,8.5,4.2,11.8,0.9C27.9,17,44.3,33.4,60.6,49.8z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 56.4 100\" style=\"enable-background:new 0 0 56.4 100;\" xml:space=\"preserve\"\u003e\n \u003cstyle type=\"text\/css\"\u003e\n .st0 {\n display: none;\n }\n\n .st1 {\n display: inline;\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n \u003c\/style\u003e\n \u003ccircle class=\"st0\" cx=\"49.9\" cy=\"50.3\" r=\"47.9\" \/\u003e\n \u003cg id=\"C4o7Lo_1_\" class=\"st0\"\u003e\n \u003cg class=\"st1\"\u003e\n \u003cpath class=\"st2\" d=\"M69.6,50.3c-9.7,9.7-19.5,19.5-29.2,29.2c-2-2-4.1-4.2-6.2-6.3c7.6-7.6,15.3-15.4,22.9-23.1\n\t\t\tC49.5,42.4,41.9,34.7,34.3,27c2-2,4-4,6-6C50,30.6,59.8,40.5,69.6,50.3z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n \u003cg id=\"_x31_qFSZ2_1_\"\u003e\n \u003cg\u003e\n \u003cpath d=\"M45,49.9c-0.4-0.3-0.6-0.5-0.8-0.7C30.3,35.4,16.4,21.5,2.5,7.6C0.3,5.4,1.1,2,4,1.2c1.4-0.4,2.7,0,3.8,1\n\t\t\tc1.8,1.8,3.7,3.7,5.5,5.5C26.3,20.8,39.4,33.9,52.6,47c1.2,1.2,1.7,2.7,1,4.3c-0.2,0.6-0.6,1.1-1.1,1.5\n\t\t\tC39.4,66,26.3,79.1,13.1,92.2c-1.8,1.8-3.6,3.6-5.4,5.4c-2,2-5.3,1.3-6.2-1.3C1,95,1.2,93.7,2.1,92.6c0.2-0.2,0.4-0.4,0.5-0.6\n\t\t\tc13.9-13.9,27.8-27.8,41.7-41.7C44.5,50.2,44.7,50.1,45,49.9z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n \u003cpath d=\"M75.1,0H24.9H0V25v52.4V100h24.9h50.1H100V77.4V25V0H75.1z M60.3,49.7c-6.9-7.1-13.8-14.2-20.6-21.3c-0.5-0.6-1-1.2-1-2\n\tc-0.1-1.2,0.5-2.3,1.6-2.8c1.1-0.5,2.3-0.3,3.2,0.6c1.8,1.9,3.7,3.8,5.5,5.7c5.8,6,11.6,12.1,17.5,18.1c0.5,0.5,0.9,1.2,1,1.9\n\tc0,1-0.3,1.7-1,2.4C60.8,58.1,55,64,49.2,69.9c-1.7,1.7-3.4,3.4-5,5.1c-0.6,0.7-1.3,1.3-2.2,1.6c-0.4,0-0.7,0-1.1,0\n\tc-0.1,0-0.1-0.1-0.2-0.1c-2.1-0.7-2.7-3.1-1.2-4.7c3-3.1,6.1-6.2,9.2-9.3c3.9-4,7.8-7.9,11.7-11.9c0.1-0.1,0.2-0.2,0.3-0.4\n\tC60.6,50,60.4,49.9,60.3,49.7z\" \/\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n \u003cpath d=\"M75.1,0H24.9H0V25v52.4V100h24.9h50.1H100V77.4V25V0H75.1z M34.3,27c2-2,4-4,6-6c9.6,9.6,19.4,19.5,29.2,29.3\n\tc-9.6,9.6-19.4,19.5-29.1,29.2c-2-2-4.1-4.2-6.2-6.3c7.6-7.6,15.3-15.4,22.9-23.1C49.5,42.4,41.9,34.7,34.3,27z\" \/\u003e\n\u003c\/svg\u003e\n\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n \u003cstyle type=\"text\/css\"\u003e\n .st0 {\n display: none;\n }\n\n .st1 {\n display: inline;\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n \u003c\/style\u003e\n \u003cg id=\"C4o7Lo_1_\" class=\"st0\"\u003e\n \u003cg class=\"st1\"\u003e\n \u003cpath class=\"st2\" d=\"M69.6,50.3C59.9,60,50.1,69.8,40.4,79.5c-2-2-4.1-4.2-6.2-6.3c7.6-7.6,15.3-15.4,22.9-23.1\n\t\t\tC49.5,42.4,41.9,34.7,34.3,27c2-2,4-4,6-6C50,30.6,59.8,40.5,69.6,50.3z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n \u003cpath d=\"M75.1,0H24.9H0v24.9v52.4V100h24.9h50.1H100V77.4V24.9V0H75.1z M60.2,50c-6.9-7-13.9-13.9-20.8-20.9\n\tc-1.1-1.1-0.7-2.8,0.7-3.2c0.7-0.2,1.3,0,1.9,0.5c0.9,0.9,1.8,1.8,2.8,2.7c6.6,6.6,13.1,13.1,19.7,19.7c0.5,0.6,0.7,1.3,0.4,2.2\n\tc-0.1,0.3-0.3,0.5-0.5,0.8c-6.6,6.6-13.1,13.1-19.7,19.7c-0.9,0.9-1.8,1.8-2.7,2.7c-1,1-2.6,0.6-3.1-0.7c-0.2-0.7-0.1-1.3,0.3-1.8\n\tc0.1-0.1,0.2-0.2,0.3-0.3c6.9-6.9,13.9-13.9,20.8-20.8c0.1-0.1,0.2-0.1,0.3-0.2C60.4,50.2,60.3,50.1,60.2,50z\" \/\u003e\n\u003c\/svg\u003e\n \n \u003c\/button\u003e\n \u003cbutton class=\"qv-next qv-arrow\" aria-label=\"button\"\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 56.5 100\" xml:space=\"preserve\"\u003e\n \u003cg id=\"VddS2q.tif\"\u003e\n \u003cg\u003e\n \u003cpath d=\"M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8\n\t\t\tc0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1\n\t\t\tc2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2\n\t\t\tC41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 63.3 100\" style=\"enable-background:new 0 0 63.3 100;\" xml:space=\"preserve\"\u003e\n \u003cstyle type=\"text\/css\"\u003e\n .st0 {\n display: none;\n }\n \u003c\/style\u003e\n \u003ccircle class=\"st0\" cx=\"50.6\" cy=\"50.8\" r=\"47.9\" \/\u003e\n \u003cg id=\"C4o7Lo_1_\"\u003e\n \u003cg\u003e\n \u003cpath d=\"M60.6,49.8C44.5,66,28.1,82.4,11.8,98.7c-3.3-3.4-6.8-7-10.3-10.6C14.1,75.4,27,62.4,39.7,49.6C27,36.7,14.3,23.7,1.7,11\n\t\t\tC5,7.7,8.5,4.2,11.8,0.9C27.9,17,44.3,33.4,60.6,49.8z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 56.4 100\" style=\"enable-background:new 0 0 56.4 100;\" xml:space=\"preserve\"\u003e\n \u003cstyle type=\"text\/css\"\u003e\n .st0 {\n display: none;\n }\n\n .st1 {\n display: inline;\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n \u003c\/style\u003e\n \u003ccircle class=\"st0\" cx=\"49.9\" cy=\"50.3\" r=\"47.9\" \/\u003e\n \u003cg id=\"C4o7Lo_1_\" class=\"st0\"\u003e\n \u003cg class=\"st1\"\u003e\n \u003cpath class=\"st2\" d=\"M69.6,50.3c-9.7,9.7-19.5,19.5-29.2,29.2c-2-2-4.1-4.2-6.2-6.3c7.6-7.6,15.3-15.4,22.9-23.1\n\t\t\tC49.5,42.4,41.9,34.7,34.3,27c2-2,4-4,6-6C50,30.6,59.8,40.5,69.6,50.3z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n \u003cg id=\"_x31_qFSZ2_1_\"\u003e\n \u003cg\u003e\n \u003cpath d=\"M45,49.9c-0.4-0.3-0.6-0.5-0.8-0.7C30.3,35.4,16.4,21.5,2.5,7.6C0.3,5.4,1.1,2,4,1.2c1.4-0.4,2.7,0,3.8,1\n\t\t\tc1.8,1.8,3.7,3.7,5.5,5.5C26.3,20.8,39.4,33.9,52.6,47c1.2,1.2,1.7,2.7,1,4.3c-0.2,0.6-0.6,1.1-1.1,1.5\n\t\t\tC39.4,66,26.3,79.1,13.1,92.2c-1.8,1.8-3.6,3.6-5.4,5.4c-2,2-5.3,1.3-6.2-1.3C1,95,1.2,93.7,2.1,92.6c0.2-0.2,0.4-0.4,0.5-0.6\n\t\t\tc13.9-13.9,27.8-27.8,41.7-41.7C44.5,50.2,44.7,50.1,45,49.9z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n \u003cpath d=\"M75.1,0H24.9H0V25v52.4V100h24.9h50.1H100V77.4V25V0H75.1z M60.3,49.7c-6.9-7.1-13.8-14.2-20.6-21.3c-0.5-0.6-1-1.2-1-2\n\tc-0.1-1.2,0.5-2.3,1.6-2.8c1.1-0.5,2.3-0.3,3.2,0.6c1.8,1.9,3.7,3.8,5.5,5.7c5.8,6,11.6,12.1,17.5,18.1c0.5,0.5,0.9,1.2,1,1.9\n\tc0,1-0.3,1.7-1,2.4C60.8,58.1,55,64,49.2,69.9c-1.7,1.7-3.4,3.4-5,5.1c-0.6,0.7-1.3,1.3-2.2,1.6c-0.4,0-0.7,0-1.1,0\n\tc-0.1,0-0.1-0.1-0.2-0.1c-2.1-0.7-2.7-3.1-1.2-4.7c3-3.1,6.1-6.2,9.2-9.3c3.9-4,7.8-7.9,11.7-11.9c0.1-0.1,0.2-0.2,0.3-0.4\n\tC60.6,50,60.4,49.9,60.3,49.7z\" \/\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n \u003cpath d=\"M75.1,0H24.9H0V25v52.4V100h24.9h50.1H100V77.4V25V0H75.1z M34.3,27c2-2,4-4,6-6c9.6,9.6,19.4,19.5,29.2,29.3\n\tc-9.6,9.6-19.4,19.5-29.1,29.2c-2-2-4.1-4.2-6.2-6.3c7.6-7.6,15.3-15.4,22.9-23.1C49.5,42.4,41.9,34.7,34.3,27z\" \/\u003e\n\u003c\/svg\u003e\n\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n \u003cstyle type=\"text\/css\"\u003e\n .st0 {\n display: none;\n }\n\n .st1 {\n display: inline;\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n \u003c\/style\u003e\n \u003cg id=\"C4o7Lo_1_\" class=\"st0\"\u003e\n \u003cg class=\"st1\"\u003e\n \u003cpath class=\"st2\" d=\"M69.6,50.3C59.9,60,50.1,69.8,40.4,79.5c-2-2-4.1-4.2-6.2-6.3c7.6-7.6,15.3-15.4,22.9-23.1\n\t\t\tC49.5,42.4,41.9,34.7,34.3,27c2-2,4-4,6-6C50,30.6,59.8,40.5,69.6,50.3z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n \u003cpath d=\"M75.1,0H24.9H0v24.9v52.4V100h24.9h50.1H100V77.4V24.9V0H75.1z M60.2,50c-6.9-7-13.9-13.9-20.8-20.9\n\tc-1.1-1.1-0.7-2.8,0.7-3.2c0.7-0.2,1.3,0,1.9,0.5c0.9,0.9,1.8,1.8,2.8,2.7c6.6,6.6,13.1,13.1,19.7,19.7c0.5,0.6,0.7,1.3,0.4,2.2\n\tc-0.1,0.3-0.3,0.5-0.5,0.8c-6.6,6.6-13.1,13.1-19.7,19.7c-0.9,0.9-1.8,1.8-2.7,2.7c-1,1-2.6,0.6-3.1-0.7c-0.2-0.7-0.1-1.3,0.3-1.8\n\tc0.1-0.1,0.2-0.2,0.3-0.3c6.9-6.9,13.9-13.9,20.8-20.8c0.1-0.1,0.2-0.1,0.3-0.2C60.4,50.2,60.3,50.1,60.2,50z\" \/\u003e\n\u003c\/svg\u003e\n \n \u003c\/button\u003e\n\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"qv-product-slider-sub-container\"\u003e\n \u003cdiv class=\"qv-product-slider-nav\" style=\"opacity: 0;\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"qv-slider-nav\"\u003e\n \u003cbutton class=\"qv-prev qv-subnav-prev qv-arrow\" aria-label=\"button\"\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 56.5 100\" xml:space=\"preserve\"\u003e\n \u003cg id=\"VddS2q.tif\"\u003e\n \u003cg\u003e\n \u003cpath d=\"M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8\n\t\t\tc0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1\n\t\t\tc2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2\n\t\t\tC41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 63.3 100\" style=\"enable-background:new 0 0 63.3 100;\" xml:space=\"preserve\"\u003e\n \u003cstyle type=\"text\/css\"\u003e\n .st0 {\n display: none;\n }\n \u003c\/style\u003e\n \u003ccircle class=\"st0\" cx=\"50.6\" cy=\"50.8\" r=\"47.9\" \/\u003e\n \u003cg id=\"C4o7Lo_1_\"\u003e\n \u003cg\u003e\n \u003cpath d=\"M60.6,49.8C44.5,66,28.1,82.4,11.8,98.7c-3.3-3.4-6.8-7-10.3-10.6C14.1,75.4,27,62.4,39.7,49.6C27,36.7,14.3,23.7,1.7,11\n\t\t\tC5,7.7,8.5,4.2,11.8,0.9C27.9,17,44.3,33.4,60.6,49.8z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 56.4 100\" style=\"enable-background:new 0 0 56.4 100;\" xml:space=\"preserve\"\u003e\n \u003cstyle type=\"text\/css\"\u003e\n .st0 {\n display: none;\n }\n\n .st1 {\n display: inline;\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n \u003c\/style\u003e\n \u003ccircle class=\"st0\" cx=\"49.9\" cy=\"50.3\" r=\"47.9\" \/\u003e\n \u003cg id=\"C4o7Lo_1_\" class=\"st0\"\u003e\n \u003cg class=\"st1\"\u003e\n \u003cpath class=\"st2\" d=\"M69.6,50.3c-9.7,9.7-19.5,19.5-29.2,29.2c-2-2-4.1-4.2-6.2-6.3c7.6-7.6,15.3-15.4,22.9-23.1\n\t\t\tC49.5,42.4,41.9,34.7,34.3,27c2-2,4-4,6-6C50,30.6,59.8,40.5,69.6,50.3z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n \u003cg id=\"_x31_qFSZ2_1_\"\u003e\n \u003cg\u003e\n \u003cpath d=\"M45,49.9c-0.4-0.3-0.6-0.5-0.8-0.7C30.3,35.4,16.4,21.5,2.5,7.6C0.3,5.4,1.1,2,4,1.2c1.4-0.4,2.7,0,3.8,1\n\t\t\tc1.8,1.8,3.7,3.7,5.5,5.5C26.3,20.8,39.4,33.9,52.6,47c1.2,1.2,1.7,2.7,1,4.3c-0.2,0.6-0.6,1.1-1.1,1.5\n\t\t\tC39.4,66,26.3,79.1,13.1,92.2c-1.8,1.8-3.6,3.6-5.4,5.4c-2,2-5.3,1.3-6.2-1.3C1,95,1.2,93.7,2.1,92.6c0.2-0.2,0.4-0.4,0.5-0.6\n\t\t\tc13.9-13.9,27.8-27.8,41.7-41.7C44.5,50.2,44.7,50.1,45,49.9z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n \u003cpath d=\"M75.1,0H24.9H0V25v52.4V100h24.9h50.1H100V77.4V25V0H75.1z M60.3,49.7c-6.9-7.1-13.8-14.2-20.6-21.3c-0.5-0.6-1-1.2-1-2\n\tc-0.1-1.2,0.5-2.3,1.6-2.8c1.1-0.5,2.3-0.3,3.2,0.6c1.8,1.9,3.7,3.8,5.5,5.7c5.8,6,11.6,12.1,17.5,18.1c0.5,0.5,0.9,1.2,1,1.9\n\tc0,1-0.3,1.7-1,2.4C60.8,58.1,55,64,49.2,69.9c-1.7,1.7-3.4,3.4-5,5.1c-0.6,0.7-1.3,1.3-2.2,1.6c-0.4,0-0.7,0-1.1,0\n\tc-0.1,0-0.1-0.1-0.2-0.1c-2.1-0.7-2.7-3.1-1.2-4.7c3-3.1,6.1-6.2,9.2-9.3c3.9-4,7.8-7.9,11.7-11.9c0.1-0.1,0.2-0.2,0.3-0.4\n\tC60.6,50,60.4,49.9,60.3,49.7z\" \/\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n \u003cpath d=\"M75.1,0H24.9H0V25v52.4V100h24.9h50.1H100V77.4V25V0H75.1z M34.3,27c2-2,4-4,6-6c9.6,9.6,19.4,19.5,29.2,29.3\n\tc-9.6,9.6-19.4,19.5-29.1,29.2c-2-2-4.1-4.2-6.2-6.3c7.6-7.6,15.3-15.4,22.9-23.1C49.5,42.4,41.9,34.7,34.3,27z\" \/\u003e\n\u003c\/svg\u003e\n\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n \u003cstyle type=\"text\/css\"\u003e\n .st0 {\n display: none;\n }\n\n .st1 {\n display: inline;\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n \u003c\/style\u003e\n \u003cg id=\"C4o7Lo_1_\" class=\"st0\"\u003e\n \u003cg class=\"st1\"\u003e\n \u003cpath class=\"st2\" d=\"M69.6,50.3C59.9,60,50.1,69.8,40.4,79.5c-2-2-4.1-4.2-6.2-6.3c7.6-7.6,15.3-15.4,22.9-23.1\n\t\t\tC49.5,42.4,41.9,34.7,34.3,27c2-2,4-4,6-6C50,30.6,59.8,40.5,69.6,50.3z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n \u003cpath d=\"M75.1,0H24.9H0v24.9v52.4V100h24.9h50.1H100V77.4V24.9V0H75.1z M60.2,50c-6.9-7-13.9-13.9-20.8-20.9\n\tc-1.1-1.1-0.7-2.8,0.7-3.2c0.7-0.2,1.3,0,1.9,0.5c0.9,0.9,1.8,1.8,2.8,2.7c6.6,6.6,13.1,13.1,19.7,19.7c0.5,0.6,0.7,1.3,0.4,2.2\n\tc-0.1,0.3-0.3,0.5-0.5,0.8c-6.6,6.6-13.1,13.1-19.7,19.7c-0.9,0.9-1.8,1.8-2.7,2.7c-1,1-2.6,0.6-3.1-0.7c-0.2-0.7-0.1-1.3,0.3-1.8\n\tc0.1-0.1,0.2-0.2,0.3-0.3c6.9-6.9,13.9-13.9,20.8-20.8c0.1-0.1,0.2-0.1,0.3-0.2C60.4,50.2,60.3,50.1,60.2,50z\" \/\u003e\n\u003c\/svg\u003e\n \n \u003c\/button\u003e\n \u003cbutton class=\"qv-next qv-subnav-next qv-arrow\" aria-label=\"button\"\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 56.5 100\" xml:space=\"preserve\"\u003e\n \u003cg id=\"VddS2q.tif\"\u003e\n \u003cg\u003e\n \u003cpath d=\"M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8\n\t\t\tc0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1\n\t\t\tc2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2\n\t\t\tC41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 63.3 100\" style=\"enable-background:new 0 0 63.3 100;\" xml:space=\"preserve\"\u003e\n \u003cstyle type=\"text\/css\"\u003e\n .st0 {\n display: none;\n }\n \u003c\/style\u003e\n \u003ccircle class=\"st0\" cx=\"50.6\" cy=\"50.8\" r=\"47.9\" \/\u003e\n \u003cg id=\"C4o7Lo_1_\"\u003e\n \u003cg\u003e\n \u003cpath d=\"M60.6,49.8C44.5,66,28.1,82.4,11.8,98.7c-3.3-3.4-6.8-7-10.3-10.6C14.1,75.4,27,62.4,39.7,49.6C27,36.7,14.3,23.7,1.7,11\n\t\t\tC5,7.7,8.5,4.2,11.8,0.9C27.9,17,44.3,33.4,60.6,49.8z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 56.4 100\" style=\"enable-background:new 0 0 56.4 100;\" xml:space=\"preserve\"\u003e\n \u003cstyle type=\"text\/css\"\u003e\n .st0 {\n display: none;\n }\n\n .st1 {\n display: inline;\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n \u003c\/style\u003e\n \u003ccircle class=\"st0\" cx=\"49.9\" cy=\"50.3\" r=\"47.9\" \/\u003e\n \u003cg id=\"C4o7Lo_1_\" class=\"st0\"\u003e\n \u003cg class=\"st1\"\u003e\n \u003cpath class=\"st2\" d=\"M69.6,50.3c-9.7,9.7-19.5,19.5-29.2,29.2c-2-2-4.1-4.2-6.2-6.3c7.6-7.6,15.3-15.4,22.9-23.1\n\t\t\tC49.5,42.4,41.9,34.7,34.3,27c2-2,4-4,6-6C50,30.6,59.8,40.5,69.6,50.3z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n \u003cg id=\"_x31_qFSZ2_1_\"\u003e\n \u003cg\u003e\n \u003cpath d=\"M45,49.9c-0.4-0.3-0.6-0.5-0.8-0.7C30.3,35.4,16.4,21.5,2.5,7.6C0.3,5.4,1.1,2,4,1.2c1.4-0.4,2.7,0,3.8,1\n\t\t\tc1.8,1.8,3.7,3.7,5.5,5.5C26.3,20.8,39.4,33.9,52.6,47c1.2,1.2,1.7,2.7,1,4.3c-0.2,0.6-0.6,1.1-1.1,1.5\n\t\t\tC39.4,66,26.3,79.1,13.1,92.2c-1.8,1.8-3.6,3.6-5.4,5.4c-2,2-5.3,1.3-6.2-1.3C1,95,1.2,93.7,2.1,92.6c0.2-0.2,0.4-0.4,0.5-0.6\n\t\t\tc13.9-13.9,27.8-27.8,41.7-41.7C44.5,50.2,44.7,50.1,45,49.9z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n \u003cpath d=\"M75.1,0H24.9H0V25v52.4V100h24.9h50.1H100V77.4V25V0H75.1z M60.3,49.7c-6.9-7.1-13.8-14.2-20.6-21.3c-0.5-0.6-1-1.2-1-2\n\tc-0.1-1.2,0.5-2.3,1.6-2.8c1.1-0.5,2.3-0.3,3.2,0.6c1.8,1.9,3.7,3.8,5.5,5.7c5.8,6,11.6,12.1,17.5,18.1c0.5,0.5,0.9,1.2,1,1.9\n\tc0,1-0.3,1.7-1,2.4C60.8,58.1,55,64,49.2,69.9c-1.7,1.7-3.4,3.4-5,5.1c-0.6,0.7-1.3,1.3-2.2,1.6c-0.4,0-0.7,0-1.1,0\n\tc-0.1,0-0.1-0.1-0.2-0.1c-2.1-0.7-2.7-3.1-1.2-4.7c3-3.1,6.1-6.2,9.2-9.3c3.9-4,7.8-7.9,11.7-11.9c0.1-0.1,0.2-0.2,0.3-0.4\n\tC60.6,50,60.4,49.9,60.3,49.7z\" \/\u003e\n\u003c\/svg\u003e\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n \u003cpath d=\"M75.1,0H24.9H0V25v52.4V100h24.9h50.1H100V77.4V25V0H75.1z M34.3,27c2-2,4-4,6-6c9.6,9.6,19.4,19.5,29.2,29.3\n\tc-9.6,9.6-19.4,19.5-29.1,29.2c-2-2-4.1-4.2-6.2-6.3c7.6-7.6,15.3-15.4,22.9-23.1C49.5,42.4,41.9,34.7,34.3,27z\" \/\u003e\n\u003c\/svg\u003e\n\n \u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003csvg version=\"1.1\" id=\"Layer_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\"\n y=\"0px\" viewBox=\"0 0 100 100\" style=\"enable-background:new 0 0 100 100;\" xml:space=\"preserve\"\u003e\n \u003cstyle type=\"text\/css\"\u003e\n .st0 {\n display: none;\n }\n\n .st1 {\n display: inline;\n }\n\n .st2 {\n fill: #FFFFFF;\n }\n \u003c\/style\u003e\n \u003cg id=\"C4o7Lo_1_\" class=\"st0\"\u003e\n \u003cg class=\"st1\"\u003e\n \u003cpath class=\"st2\" d=\"M69.6,50.3C59.9,60,50.1,69.8,40.4,79.5c-2-2-4.1-4.2-6.2-6.3c7.6-7.6,15.3-15.4,22.9-23.1\n\t\t\tC49.5,42.4,41.9,34.7,34.3,27c2-2,4-4,6-6C50,30.6,59.8,40.5,69.6,50.3z\" \/\u003e\n \u003c\/g\u003e\n \u003c\/g\u003e\n \u003cpath d=\"M75.1,0H24.9H0v24.9v52.4V100h24.9h50.1H100V77.4V24.9V0H75.1z M60.2,50c-6.9-7-13.9-13.9-20.8-20.9\n\tc-1.1-1.1-0.7-2.8,0.7-3.2c0.7-0.2,1.3,0,1.9,0.5c0.9,0.9,1.8,1.8,2.8,2.7c6.6,6.6,13.1,13.1,19.7,19.7c0.5,0.6,0.7,1.3,0.4,2.2\n\tc-0.1,0.3-0.3,0.5-0.5,0.8c-6.6,6.6-13.1,13.1-19.7,19.7c-0.9,0.9-1.8,1.8-2.7,2.7c-1,1-2.6,0.6-3.1-0.7c-0.2-0.7-0.1-1.3,0.3-1.8\n\tc0.1-0.1,0.2-0.2,0.3-0.3c6.9-6.9,13.9-13.9,20.8-20.8c0.1-0.1,0.2-0.1,0.3-0.2C60.4,50.2,60.3,50.1,60.2,50z\" \/\u003e\n\u003c\/svg\u003e\n \n \u003c\/button\u003e\n\u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qv-content\"\u003e\n \u003cdiv class=\"holder\" id=\"qv-holder\"\u003e\n \n \u003ca class=\"view-product\" href=\"\"\u003e\u003ch3 class=\"qv-product-title s2\"\u003e\u003c\/h3\u003e\u003c\/a\u003e\n \n \n \n \u003ch5 class=\"qv-product-price\"\u003e\u003c\/h5\u003e\n \u003ch5 class=\"qv-product-original-price\"\u003e\u003c\/h5\u003e\n \n \u003ch5 class=\"qv-product-discount price-item--sale-discount-percentage\"\u003e\u003c\/h5\u003e\n \n \n \u003cdiv class=\"qv-add-to-cart\"\u003e\n \n \u003cdiv class=\"qv-product-options\"\u003e\u003c\/div\u003e\n \n \n\n \n \n \n \n \u003cbutton id=\"quick-view-atc\" name=\"quick-view-atc\" type=\"submit\" class=\"qv-add-button product-form__submit button button--full-width button button--primary hidden\"\u003eAdd to Cart\u003c\/button\u003e\n \n \u003ca class=\"qv-external-link hidden button button--full-width button button--primary\" target=\"_blank\" href=\"#\"\u003eAdd to Cart\u003c\/a\u003e\n \n \n \n \n \u003cdiv class=\"qv-details-text-link-container\"\u003e\n \n \u003ca class=\"view-product hidden qv-details-button button--full-width text-link \" href=\"\"\u003eView Full Details\u003c\/a\u003e\n \n \u003c\/div\u003e\n \n \n \u003c\/div\u003e\n \u003cdiv class=\"qv-add-to-cart-response underlay\"\u003e\u003c\/div\u003e\n \n \n \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qv-add-to-cart-response\"\u003e\u003c\/div\u003e\n\n\u003cscript\u003e\njQuery(document).ready(function ($){ \n $('.qv-close-button').click(function(){\n $('.fancybox-wrap, .fancybox-overlay').hide();\n window.postMessage({ type: 'quickview', action: \"close\" }, '*');\n });\n $(window).on('resize', function(){\n $('.fancybox-wrap, .fancybox-overlay').hide();\n });\n});\n\u003c\/script\u003e"; </script> <meta name="google-site-verification" content="tllV2Y0Gsw8fpBno4s4cRNIy8UfNsrXHhc4Y1xR-i6U" /> <meta name="google-site-verification" content="oqxPKeAom7GMf4PDLKGeule9OPbHaE0N7o0la83Iz_4" /> <!-- Global Adwords site tag (gtag.js) --> <script defer src="https://www.googletagmanager.com/gtag/js?id=AW-11007279277"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-11007279277'); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script defer src="https://www.googletagmanager.com/gtag/js?id=G-V8YLXY1S5V"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-V8YLXY1S5V'); </script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="oqxPKeAom7GMf4PDLKGeule9OPbHaE0N7o0la83Iz_4"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/56915623983/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="3bcdf7fcebcced5ca0378d20ee27af70"> <meta id="in-context-paypal-metadata" data-shop-id="56915623983" 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://www.paramountshop.com/pages/south-park"> <link rel="alternate" hreflang="en-GB" href="https://www.paramountshop.co.uk/pages/south-park"> <link rel="alternate" hreflang="de-GB" href="https://www.paramountshop.co.uk/de/pages/south-park"> <link rel="alternate" hreflang="es-GB" href="https://www.paramountshop.co.uk/es/pages/south-park"> <link rel="alternate" hreflang="en-CA" href="https://www.paramountshop.com/en-ca/pages/south-park"> <link rel="alternate" hreflang="fr-CA" href="https://www.paramountshop.com/fr-ca/pages/south-park"> <link rel="alternate" hreflang="es-CA" href="https://www.paramountshop.com/es-ca/pages/south-park"> <link rel="alternate" hreflang="de-CA" href="https://www.paramountshop.com/de-ca/pages/south-park"> <link rel="alternate" hreflang="en-IT" href="https://www.paramountshop.com/en-it/pages/south-park"> <link rel="alternate" hreflang="es-IT" href="https://www.paramountshop.com/es-it/pages/south-park"> <link rel="alternate" hreflang="en-BR" href="https://www.paramountshop.com/en-br/pages/south-park"> <link rel="alternate" hreflang="es-BR" href="https://www.paramountshop.com/es-br/pages/south-park"> <link rel="alternate" hreflang="de-DE" href="https://www.paramountshop.com/de-de/pages/south-park"> <link rel="alternate" hreflang="en-DE" href="https://www.paramountshop.com/en-de/pages/south-park"> <link rel="alternate" hreflang="es-DE" href="https://www.paramountshop.com/es-de/pages/south-park"> <link rel="alternate" hreflang="de-AT" href="https://www.paramountshop.com/de-at/pages/south-park"> <link rel="alternate" hreflang="en-AT" href="https://www.paramountshop.com/en-at/pages/south-park"> <link rel="alternate" hreflang="es-AT" href="https://www.paramountshop.com/es-at/pages/south-park"> <link rel="alternate" hreflang="de-CH" href="https://www.paramountshop.com/de-ch/pages/south-park"> <link rel="alternate" hreflang="en-CH" href="https://www.paramountshop.com/en-ch/pages/south-park"> <link rel="alternate" hreflang="es-CH" href="https://www.paramountshop.com/es-ch/pages/south-park"> <link rel="alternate" hreflang="es-AR" href="https://www.paramountshop.com/es-ar/pages/south-park"> <link rel="alternate" hreflang="de-AR" href="https://www.paramountshop.com/de-ar/pages/south-park"> <link rel="alternate" hreflang="fr-AR" href="https://www.paramountshop.com/fr-ar/pages/south-park"> <link rel="alternate" hreflang="en-AR" href="https://www.paramountshop.com/en-ar/pages/south-park"> <link rel="alternate" hreflang="es-BO" href="https://www.paramountshop.com/es-bo/pages/south-park"> <link rel="alternate" hreflang="de-BO" href="https://www.paramountshop.com/de-bo/pages/south-park"> <link rel="alternate" hreflang="fr-BO" href="https://www.paramountshop.com/fr-bo/pages/south-park"> <link rel="alternate" hreflang="en-BO" href="https://www.paramountshop.com/en-bo/pages/south-park"> <link rel="alternate" hreflang="es-CL" href="https://www.paramountshop.com/es-cl/pages/south-park"> <link rel="alternate" hreflang="de-CL" href="https://www.paramountshop.com/de-cl/pages/south-park"> <link rel="alternate" hreflang="fr-CL" href="https://www.paramountshop.com/fr-cl/pages/south-park"> <link rel="alternate" hreflang="en-CL" href="https://www.paramountshop.com/en-cl/pages/south-park"> <link rel="alternate" hreflang="es-CO" href="https://www.paramountshop.com/es-co/pages/south-park"> <link rel="alternate" hreflang="de-CO" href="https://www.paramountshop.com/de-co/pages/south-park"> <link rel="alternate" hreflang="fr-CO" href="https://www.paramountshop.com/fr-co/pages/south-park"> <link rel="alternate" hreflang="en-CO" href="https://www.paramountshop.com/en-co/pages/south-park"> <link rel="alternate" hreflang="es-CR" href="https://www.paramountshop.com/es-cr/pages/south-park"> <link rel="alternate" hreflang="de-CR" href="https://www.paramountshop.com/de-cr/pages/south-park"> <link rel="alternate" hreflang="fr-CR" href="https://www.paramountshop.com/fr-cr/pages/south-park"> <link rel="alternate" hreflang="en-CR" href="https://www.paramountshop.com/en-cr/pages/south-park"> <link rel="alternate" hreflang="es-DO" href="https://www.paramountshop.com/es-do/pages/south-park"> <link rel="alternate" hreflang="de-DO" href="https://www.paramountshop.com/de-do/pages/south-park"> <link rel="alternate" hreflang="fr-DO" href="https://www.paramountshop.com/fr-do/pages/south-park"> <link rel="alternate" hreflang="en-DO" href="https://www.paramountshop.com/en-do/pages/south-park"> <link rel="alternate" hreflang="es-SV" href="https://www.paramountshop.com/es-sv/pages/south-park"> <link rel="alternate" hreflang="de-SV" href="https://www.paramountshop.com/de-sv/pages/south-park"> <link rel="alternate" hreflang="fr-SV" href="https://www.paramountshop.com/fr-sv/pages/south-park"> <link rel="alternate" hreflang="en-SV" href="https://www.paramountshop.com/en-sv/pages/south-park"> <link rel="alternate" hreflang="es-GQ" href="https://www.paramountshop.com/es-gq/pages/south-park"> <link rel="alternate" hreflang="de-GQ" href="https://www.paramountshop.com/de-gq/pages/south-park"> <link rel="alternate" hreflang="fr-GQ" href="https://www.paramountshop.com/fr-gq/pages/south-park"> <link rel="alternate" hreflang="en-GQ" href="https://www.paramountshop.com/en-gq/pages/south-park"> <link rel="alternate" hreflang="es-GT" href="https://www.paramountshop.com/es-gt/pages/south-park"> <link rel="alternate" hreflang="de-GT" href="https://www.paramountshop.com/de-gt/pages/south-park"> <link rel="alternate" hreflang="fr-GT" href="https://www.paramountshop.com/fr-gt/pages/south-park"> <link rel="alternate" hreflang="en-GT" href="https://www.paramountshop.com/en-gt/pages/south-park"> <link rel="alternate" hreflang="es-HN" href="https://www.paramountshop.com/es-hn/pages/south-park"> <link rel="alternate" hreflang="de-HN" href="https://www.paramountshop.com/de-hn/pages/south-park"> <link rel="alternate" hreflang="fr-HN" href="https://www.paramountshop.com/fr-hn/pages/south-park"> <link rel="alternate" hreflang="en-HN" href="https://www.paramountshop.com/en-hn/pages/south-park"> <link rel="alternate" hreflang="es-MX" href="https://www.paramountshop.com/es-mx/pages/south-park"> <link rel="alternate" hreflang="de-MX" href="https://www.paramountshop.com/de-mx/pages/south-park"> <link rel="alternate" hreflang="fr-MX" href="https://www.paramountshop.com/fr-mx/pages/south-park"> <link rel="alternate" hreflang="en-MX" href="https://www.paramountshop.com/en-mx/pages/south-park"> <link rel="alternate" hreflang="es-NI" href="https://www.paramountshop.com/es-ni/pages/south-park"> <link rel="alternate" hreflang="de-NI" href="https://www.paramountshop.com/de-ni/pages/south-park"> <link rel="alternate" hreflang="fr-NI" href="https://www.paramountshop.com/fr-ni/pages/south-park"> <link rel="alternate" hreflang="en-NI" href="https://www.paramountshop.com/en-ni/pages/south-park"> <link rel="alternate" hreflang="es-PA" href="https://www.paramountshop.com/es-pa/pages/south-park"> <link rel="alternate" hreflang="de-PA" href="https://www.paramountshop.com/de-pa/pages/south-park"> <link rel="alternate" hreflang="fr-PA" href="https://www.paramountshop.com/fr-pa/pages/south-park"> <link rel="alternate" hreflang="en-PA" href="https://www.paramountshop.com/en-pa/pages/south-park"> <link rel="alternate" hreflang="es-PY" href="https://www.paramountshop.com/es-py/pages/south-park"> <link rel="alternate" hreflang="de-PY" href="https://www.paramountshop.com/de-py/pages/south-park"> <link rel="alternate" hreflang="fr-PY" href="https://www.paramountshop.com/fr-py/pages/south-park"> <link rel="alternate" hreflang="en-PY" href="https://www.paramountshop.com/en-py/pages/south-park"> <link rel="alternate" hreflang="es-PE" href="https://www.paramountshop.com/es-pe/pages/south-park"> <link rel="alternate" hreflang="de-PE" href="https://www.paramountshop.com/de-pe/pages/south-park"> <link rel="alternate" hreflang="fr-PE" href="https://www.paramountshop.com/fr-pe/pages/south-park"> <link rel="alternate" hreflang="en-PE" href="https://www.paramountshop.com/en-pe/pages/south-park"> <link rel="alternate" hreflang="es-ES" href="https://www.paramountshop.com/es-es/pages/south-park"> <link rel="alternate" hreflang="de-ES" href="https://www.paramountshop.com/de-es/pages/south-park"> <link rel="alternate" hreflang="fr-ES" href="https://www.paramountshop.com/fr-es/pages/south-park"> <link rel="alternate" hreflang="en-ES" href="https://www.paramountshop.com/en-es/pages/south-park"> <link rel="alternate" hreflang="es-UY" href="https://www.paramountshop.com/es-uy/pages/south-park"> <link rel="alternate" hreflang="de-UY" href="https://www.paramountshop.com/de-uy/pages/south-park"> <link rel="alternate" hreflang="fr-UY" href="https://www.paramountshop.com/fr-uy/pages/south-park"> <link rel="alternate" hreflang="en-UY" href="https://www.paramountshop.com/en-uy/pages/south-park"> <link rel="alternate" hreflang="es-VE" href="https://www.paramountshop.com/es-ve/pages/south-park"> <link rel="alternate" hreflang="de-VE" href="https://www.paramountshop.com/de-ve/pages/south-park"> <link rel="alternate" hreflang="fr-VE" href="https://www.paramountshop.com/fr-ve/pages/south-park"> <link rel="alternate" hreflang="en-VE" href="https://www.paramountshop.com/en-ve/pages/south-park"> <link rel="alternate" hreflang="es-EC" href="https://www.paramountshop.com/es-ec/pages/south-park"> <link rel="alternate" hreflang="de-EC" href="https://www.paramountshop.com/de-ec/pages/south-park"> <link rel="alternate" hreflang="fr-EC" href="https://www.paramountshop.com/fr-ec/pages/south-park"> <link rel="alternate" hreflang="en-EC" href="https://www.paramountshop.com/en-ec/pages/south-park"> <link rel="alternate" hreflang="fr-MC" href="https://www.paramountshop.com/fr-mc/pages/south-park"> <link rel="alternate" hreflang="de-MC" href="https://www.paramountshop.com/de-mc/pages/south-park"> <link rel="alternate" hreflang="es-MC" href="https://www.paramountshop.com/es-mc/pages/south-park"> <link rel="alternate" hreflang="en-MC" href="https://www.paramountshop.com/en-mc/pages/south-park"> <link rel="alternate" hreflang="fr-FR" href="https://www.paramountshop.com/fr-fr/pages/south-park"> <link rel="alternate" hreflang="de-FR" href="https://www.paramountshop.com/de-fr/pages/south-park"> <link rel="alternate" hreflang="es-FR" href="https://www.paramountshop.com/es-fr/pages/south-park"> <link rel="alternate" hreflang="en-FR" href="https://www.paramountshop.com/en-fr/pages/south-park"> <link rel="alternate" hreflang="en-US" href="https://www.paramountshop.com/pages/south-park"> <link rel="alternate" hreflang="de-US" href="https://www.paramountshop.com/de/pages/south-park"> <link rel="alternate" hreflang="fr-US" href="https://www.paramountshop.com/fr/pages/south-park"> <link rel="alternate" hreflang="es-US" href="https://www.paramountshop.com/es/pages/south-park"> <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=56915623983" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":56915623983,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/56915623983","merchantName":"Paramount Shop","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"Paramount Shop","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"3bcdf7fcebcced5ca0378d20ee27af70","betas":["rich-media-storefront-analytics"],"domain":"www.paramountshop.com","predictiveSearch":true,"shopId":56915623983,"smart_payment_buttons_url":"https:\/\/www.paramountshop.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/www.paramountshop.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "paramount-plus.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"Paramount Shop v2.8 - Wiser - 11\/25","id":140080971823,"schema_name":"Avalanche","schema_version":"2.4.0","theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "www.paramountshop.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script id="shop-js-analytics" type="application/json">{"pageType":"page"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"login-button":["modules/client.login-button_PyB0yoLG.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_BSPYpBgE.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js","modules/chunk.shop-pay_DNi9j_X8.esm.js"],"payment-terms":["modules/client.payment-terms_BF5x7ymI.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js"],"pay-button":["modules/client.pay-button_Cc3hmsbn.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js"],"discount-app":["modules/client.discount-app_Dl148wJa.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js"],"avatar":["modules/client.avatar_BTnouDA3.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_BXLde5-4.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_CSM1j0yH.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_BDGFEblG.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_Ztg3e7fA.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/cdn.customily.com\/shopify\/static\/customily.shopify.script.js?shop=paramount-plus.myshopify.com","\/\/swymv3starter-01.azureedge.net\/code\/swym-shopify.js?shop=paramount-plus.myshopify.com","https:\/\/container.pepperjam.com\/4059768790.js?shop=paramount-plus.myshopify.com","https:\/\/geolocation-recommendations.shopifyapps.com\/locale_bar\/script.js?shop=paramount-plus.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=QRQcvq\u0026shop=paramount-plus.myshopify.com","https:\/\/intg.snapchat.com\/shopify\/shopify-scevent-init.js?id=ef8f1245-b3c2-45db-a78e-b5fe05f866d3\u0026shop=paramount-plus.myshopify.com","https:\/\/wiser.expertvillagemedia.com\/assets\/js\/wiser_script.js?shop=paramount-plus.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":56915623983,"offset":-18000,"reqid":"f76cab88-51d7-4b4e-8242-f3ed4395d981-1732569572","pageurl":"www.paramountshop.com\/pages\/south-park","s":"pages-90317193263","u":"e5feb771224b","p":"page","rtyp":"page","rid":90317193263};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="form-persister">!function(){'use strict';const t='contact',e='new_comment',n=[[t,t],['blogs',e],['comments',e],[t,'customer']],o='password',r='form_key',c=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',o],s=()=>{try{return window.sessionStorage}catch{return}},i=t=>t.elements[r],u=function(){const t=[...n].map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(',');var e;return e=t,()=>e?[...document.querySelectorAll(e)].map((t=>t.form)):[]}();function a(t){const e=i(t);u().includes(t)&&(!e||!e.value)&&function(t){try{if(!s())return;!function(t){const e=s();if(!e)return;const n=i(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){i(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:r})),t.elements[r].value=e}(t,e),function(t,e){const n=s();if(!n)return;const r=[...t.querySelectorAll(`input[type='${o}']`)].map((({name:t})=>t)),i=[...c,...r],u={};for(const[o,c]of new FormData(t).entries())i.includes(o)||(u[o]=c);n.setItem(e,JSON.stringify(u))}(t,e)}catch(e){console.error('failed to persist form',e)}}(t)}const m=t=>{if('true'===t.dataset.persistBound)return;const e=function(t,e){const n=function(t){return'function'==typeof t.submit?t.submit:HTMLFormElement.prototype.submit}(t).bind(t);return function(){let t;return()=>{t||(t=!0,(()=>{try{e(),n()}catch(t){(t=>{console.error('form submit failed',t)})(t)}})(),setTimeout((()=>t=!1),250))}}()}(t,(()=>{a(t)}));!function(t,e){if('function'==typeof t.submit&&'function'==typeof e)try{t.submit=e}catch{}}(t,e),t.addEventListener('submit',(t=>{t.preventDefault(),e()})),t.dataset.persistBound='true'};!function(){function t(t){const e=(t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form})(t);e&&a(e)}document.addEventListener('submit',t),document.addEventListener('DOMContentLoaded',(()=>{const e=u();for(const t of e)m(t);var n;n=document.body,new window.MutationObserver((t=>{for(const e of t)if('childList'===e.type&&e.addedNodes.length)for(const t of e.addedNodes)1===t.nodeType&&'FORM'===t.tagName&&u().includes(t)&&m(t)})).observe(n,{childList:!0,subtree:!0,attributes:!1}),document.removeEventListener('submit',t)}))}()}();</script> <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.paramountshop.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//www.paramountshop.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="//www.paramountshop.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <script id="sections-script" data-sections="header,footer" defer="defer" src="//www.paramountshop.com/cdn/shop/t/92/compiled_assets/scripts.js?28788"></script> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 300px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <style data-shopify> .snow-announcements:not(.slick-initialized) .snow-announcement-slide ~ .snow-announcement-slide {display: none !important;} @font-face { font-family: "body-fallback"; size-adjust: 92%; ascent-override: 99%; src: local("Arial"); } :root { --font-body-scale: 1.0; --font-heading-scale: 1.0; --color-base-text: 18, 18, 18; --color-base-background-1: 255, 255, 255; --color-base-background-2: 243, 243, 243; --color-base-solid-button-labels: 255, 255, 255; --color-base-outline-button-labels: 18, 18, 18; --color-base-accent-1: 18, 18, 18; --color-base-accent-2: 51, 79, 180; --payment-terms-background-color: #FFFFFF; --gradient-base-background-1: #FFFFFF; --gradient-base-background-2: #F3F3F3; --gradient-base-accent-1: #121212; --gradient-base-accent-2: #334FB4; --page-width: 160rem; --page-width-margin: 2rem; /*back to top*/ --back-to-top-color: rgba(0,0,0,0); --back-to-top-arrow-color: rgba(0,0,0,0); --back-to-top-size: 45; } *, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; font-size: calc(var(--font-body-scale) * 62.5%); height: 100%; } body { display: grid; grid-template-rows: auto auto 1fr auto; grid-template-columns: 100%; min-height: 100%; margin: 0; font-family: "Peak-Sans-Regular", body-fallback, sans-serif; font-style: var(--font-body-style); font-size: 1.2rem; line-height: 1.4rem; letter-spacing: 0.01em; font-weight: 400; } @media screen and (min-width: 768px) { body { font-size: 1.4rem; line-height: 1.8rem; letter-spacing: 0.01em; font-weight: 400; } } </style> <!-- ADA Slick Slider --> <!--<link rel="preload" href="//cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.css"></noscript> <link rel="preload" href="//cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/accessible-slick-theme.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/accessible-slick-theme.min.css"></noscript>--> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/Slick.css?v=106168190447867885781732309951" rel="stylesheet" type="text/css" media="all" /> <!-- Critical Loading --> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/base.css?v=83732835036669635651732309872" rel="stylesheet" type="text/css" media="all" /> <!--<link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/base.css?v=83732835036669635651732309872" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/base.css?v=83732835036669635651732309872"></noscript>--> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-breadcrumbs.css?v=22235407474991415721732310188" rel="stylesheet" type="text/css" media="all" /> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/navigation.css?v=151327046048363345791732310188" rel="stylesheet" type="text/css" media="all" /> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-navigation-style.css?v=50824937448446388481732310188" rel="stylesheet" type="text/css" media="all" /> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-custom-product-card.css?v=38799822659720207991732310188" rel="stylesheet" type="text/css" media="all" /> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/avalanche.css?v=112479974438474419291732310189" rel="stylesheet" type="text/css" media="all" /> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-subscriber-products.css?v=176037406127524305161732310188" rel="stylesheet" type="text/css" media="all" /> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/section-snow-slider-rework.css?v=165604583114555201671732310188" rel="stylesheet" type="text/css" media="all" /> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/avalanche-typography-overrides.css?v=83560408131905890141732310188" rel="stylesheet" type="text/css" media="all" /> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/custom.css?v=115520458069280475531732565143" rel="stylesheet" type="text/css" media="all" /> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/development-custom.css?v=124833636376519701881732310188" rel="stylesheet" type="text/css" media="all" /> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-predictive-search.css?v=111461598014406262081732310188" rel="stylesheet" type="text/css" media="all" /> <script>document.documentElement.className = document.documentElement.className.replace('no-js', 'js');</script> <script id="ABConvert-price-test-v1"> var abconvertCssSettings = {"notRemoveVariantInputElement":false,"variantIdAttribute":"data-value,data-tooltip,data-escape,data-variant-id,data-vid,data-popup,v_id,data-id,date-option-value,data-variantid,data-var_id","hasMutationOptionsInProductCard":false,"replacePriceAfterWindowLoaded":false,"_id":"664defa576b61dce7a1c4258","storeName":"paramount-plus.myshopify.com","singleVariantSelector":".product-form__input,.qv-product-options","productCardClass":"card-wrapper,predictive-search__list-item,qv-content","isPureVariantName":true,"isLocaleDecimal":false,"headIndex":0,"includeAtTop":false,"isSavingAmountExist":false,"isNotShowingDecimal":false,"isAttributeQuerySelector":false,"fromText":"From","hasRecommendationProduct":true,"isColorSwatchClassName":false,"customScript":"","hasCandyRackUpsell":false,"__v":0,"bundleClassName":"vtl-ub-bundle-box__product-list,cbb-frequently-bought-container,th_pb_list_ul,bold-bundles-widget__items","bundleDelay":0,"hasColorSwatch":false,"hasQuantityBreak":false,"hasVariantWizardSwatch":false,"inventoryNotificationButtonClass":"","needSelectFirstVariant":false,"productPageDelay":0}; var abconvertLiquidVariables = { abconvertProduct : null, shopMoneyFormat: "${{amount}}", shopMoneyWithCurrencyFormat : "${{amount}} USD", currencySymbol: "$", currencyCode: "USD", shopifyProductId: null, shopifyProductHandle: null, pageType: "page", // product, index, search, collections shopifySelectedOrFirstAvailableVariantId: null, }; Object.keys(abconvertCssSettings).forEach(function(key) { if(key!='storeName' && key!='__v' && key!='_id'){ window[key] = abconvertCssSettings[key]; } }); Object.keys(abconvertLiquidVariables).forEach(function(key) { window[key] = abconvertLiquidVariables[key]; }); var abconvertDict = {"7251085754415":{"experimentId":"665e5e516ec3f92a4a570e70","startTime":"2024-06-04T00:22:41.665Z","slug":"survivor-the-tribe-skull-dad-hat","title":"Survivor The Tribe Skull Dad Hat","productId":"7251085754415","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41594462306351,"testPercentages":[50,50],"variantIds":{"0":["41594462306351","41594462273583","41594462339119"],"1":["42920703328303","42920703361071","42920703393839"],"all":["41594462306351","41594462273583","41594462339119","42920703328303","42920703361071","42920703393839"]},"variantToOption":{"41594462306351":"Tan","41594462273583":"Cranberry","41594462339119":"White","42920703328303":"Tan*","42920703361071":"Cranberry*","42920703393839":"White*"},"variantToPrice":{"41594462306351":29.95,"41594462273583":29.95,"41594462339119":29.95,"42920703328303":24.95,"42920703361071":24.95,"42920703393839":24.95},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Tan*":"Tan","Cranberry*":"Cranberry","White*":"White"},"variantToVariant":{"1":{"41594462306351":"42920703328303","41594462273583":"42920703361071","41594462339119":"42920703393839"}},"lowestPrice":{"0":29.95,"1":24.95},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":0,"allLowestPrice":24.95,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":29.95,"1":24.95},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[29.95,29.95,29.95],"1":[24.95,24.95,24.95]},"variantCompareAtPrices":{"0":[0,0,0],"1":[0,0,0]}},"7222794977327":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"big-brother-logo-mash-up-adult-short-sleeve-t-shirt","title":"Big Brother Logo Mash Up Adult Short Sleeve T-Shirt","productId":"7222794977327","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":43118248886319,"testPercentages":[50,50],"variantIds":{"0":["43118248886319","43118248919087","43118248951855","43118248984623","41527359045679"],"1":["43207011663919","43207011958831","43207012122671","43207012614191","43207013040175"],"all":["43118248886319","43118248919087","43118248951855","43118248984623","41527359045679","43207011663919","43207011958831","43207012122671","43207012614191","43207013040175"]},"variantToOption":{"43118248886319":"Black","43118248919087":"Black","43118248951855":"Black","43118248984623":"Black","41527359045679":"Black","43207011663919":"Black*","43207011958831":"Black*","43207012122671":"Black*","43207012614191":"Black*","43207013040175":"Black*"},"variantToPrice":{"43118248886319":26.95,"43118248919087":26.95,"43118248951855":26.95,"43118248984623":26.95,"41527359045679":26.95,"43207011663919":18,"43207011958831":18,"43207012122671":18,"43207012614191":18,"43207013040175":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Black*":"Black"},"variantToVariant":{"1":{"43118248886319":"43207011663919","43118248919087":"43207011958831","43118248951855":"43207012122671","43118248984623":"43207012614191","41527359045679":"43207013040175"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":0,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95,26.95,26.95,26.95,26.95],"1":[18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0],"1":[0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7258747797551":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"twin-peaks-sheriff-s-department-badge-personalized-adult-short-sleeve-t-shirt","title":"Twin Peaks Sheriff's Department Badge Personalized Adult Short Sleeve T-Shirt","productId":"7258747797551","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41610464297007,"testPercentages":[50,50],"variantIds":{"0":["41610464297007","41610464329775","41610464362543","41610464395311","41610464428079","41610464460847"],"1":["43207011729455","43207012057135","43207012253743","43207012646959","43207012941871","43207013498927"],"all":["41610464297007","41610464329775","41610464362543","41610464395311","41610464428079","41610464460847","43207011729455","43207012057135","43207012253743","43207012646959","43207012941871","43207013498927"]},"variantToOption":{"41610464297007":"Sand","41610464329775":"Sand","41610464362543":"Sand","41610464395311":"Sand","41610464428079":"Sand","41610464460847":"Sand","43207011729455":"Sand*","43207012057135":"Sand*","43207012253743":"Sand*","43207012646959":"Sand*","43207012941871":"Sand*","43207013498927":"Sand*"},"variantToPrice":{"41610464297007":22.95,"41610464329775":22.95,"41610464362543":22.95,"41610464395311":22.95,"41610464428079":22.95,"41610464460847":22.95,"43207011729455":18,"43207012057135":18,"43207012253743":18,"43207012646959":18,"43207012941871":18,"43207013498927":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Sand*":"Sand"},"variantToVariant":{"1":{"41610464297007":"43207011729455","41610464329775":"43207012057135","41610464362543":"43207012253743","41610464395311":"43207012646959","41610464428079":"43207012941871","41610464460847":"43207013498927"}},"lowestPrice":{"0":22.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":1,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":22.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[22.95,22.95,22.95,22.95,22.95,22.95],"1":[18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0],"1":[0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7284452032559":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"spongebob-squarepants-customized-astrology-t-shirt-sb-sotz2-cap","title":"SpongeBob SquarePants Astrology Sign T-Shirt","productId":"7284452032559","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41684784152623,"testPercentages":[50,50],"variantIds":{"0":["41684784152623","41684784185391","41684784218159","41684784250927","41684784283695"],"1":["43207011860527","43207012450351","43207013007407","43207013531695","43207014055983"],"all":["41684784152623","41684784185391","41684784218159","41684784250927","41684784283695","43207011860527","43207012450351","43207013007407","43207013531695","43207014055983"]},"variantToOption":{"41684784152623":"Capricorn","41684784185391":"Capricorn","41684784218159":"Capricorn","41684784250927":"Capricorn","41684784283695":"Capricorn","43207011860527":"Capricorn*","43207012450351":"Capricorn*","43207013007407":"Capricorn*","43207013531695":"Capricorn*","43207014055983":"Capricorn*"},"variantToPrice":{"41684784152623":26.95,"41684784185391":26.95,"41684784218159":26.95,"41684784250927":26.95,"41684784283695":26.95,"43207011860527":18,"43207012450351":18,"43207013007407":18,"43207013531695":18,"43207014055983":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Capricorn*":"Capricorn"},"variantToVariant":{"1":{"41684784152623":"43207011860527","41684784185391":"43207012450351","41684784218159":"43207013007407","41684784250927":"43207013531695","41684784283695":"43207014055983"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":2,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95,26.95,26.95,26.95,26.95],"1":[18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0],"1":[0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7235383394351":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"spongebob-squarepants-welcome-to-paradise-adult-short-sleeve-t-shirt-sc2603","title":"SpongeBob SquarePants Welcome to Paradise Adult Short Sleeve T-Shirt","productId":"7235383394351","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41587604652079,"testPercentages":[50,50],"variantIds":{"0":["41587604652079","41587604750383","41587605078063","41587605176367","41587605340207","41587605897263","41578138501167","41578138533935","41578138566703","41578138599471","41578138632239","41578138665007","41578138697775","41578138730543","41578138763311","41578138796079","41578138828847","41578138861615","41587606913071","41587607404591","41587607601199","41587607765039","41587607863343","41587608223791","41587608420399","41587608584239","41587608977455","41587609468975","41587609796655","41587610550319"],"1":["43207012483119","43207013171247","43207013695535","43207014121519","43207014514735","43207014875183","43207015202863","43207015661615","43207016022063","43207016316975","43207016710191","43207016972335","43207017332783","43207017627695","43207017922607","43207018151983","43207018315823","43207018512431","43207018709039","43207018872879","43207018971183","43207019069487","43207019266095","43207019331631","43207019462703","43207019757615","43207019888687","43207019986991","43207020052527","43207020216367"],"all":["41587604652079","41587604750383","41587605078063","41587605176367","41587605340207","41587605897263","41578138501167","41578138533935","41578138566703","41578138599471","41578138632239","41578138665007","41578138697775","41578138730543","41578138763311","41578138796079","41578138828847","41578138861615","41587606913071","41587607404591","41587607601199","41587607765039","41587607863343","41587608223791","41587608420399","41587608584239","41587608977455","41587609468975","41587609796655","41587610550319","43207012483119","43207013171247","43207013695535","43207014121519","43207014514735","43207014875183","43207015202863","43207015661615","43207016022063","43207016316975","43207016710191","43207016972335","43207017332783","43207017627695","43207017922607","43207018151983","43207018315823","43207018512431","43207018709039","43207018872879","43207018971183","43207019069487","43207019266095","43207019331631","43207019462703","43207019757615","43207019888687","43207019986991","43207020052527","43207020216367"]},"variantToOption":{"41587604652079":"White","41587604750383":"White","41587605078063":"White","41587605176367":"White","41587605340207":"White","41587605897263":"White","41578138501167":"Light Blue","41578138533935":"Light Blue","41578138566703":"Light Blue","41578138599471":"Light Blue","41578138632239":"Light Blue","41578138665007":"Light Blue","41578138697775":"Navy","41578138730543":"Navy","41578138763311":"Navy","41578138796079":"Navy","41578138828847":"Navy","41578138861615":"Navy","41587606913071":"Royal","41587607404591":"Royal","41587607601199":"Royal","41587607765039":"Royal","41587607863343":"Royal","41587608223791":"Royal","41587608420399":"Charcoal","41587608584239":"Charcoal","41587608977455":"Charcoal","41587609468975":"Charcoal","41587609796655":"Charcoal","41587610550319":"Charcoal","43207012483119":"White*","43207013171247":"White*","43207013695535":"White*","43207014121519":"White*","43207014514735":"White*","43207014875183":"White*","43207015202863":"Light Blue*","43207015661615":"Light Blue*","43207016022063":"Light Blue*","43207016316975":"Light Blue*","43207016710191":"Light Blue*","43207016972335":"Light Blue*","43207017332783":"Navy*","43207017627695":"Navy*","43207017922607":"Navy*","43207018151983":"Navy*","43207018315823":"Navy*","43207018512431":"Navy*","43207018709039":"Royal*","43207018872879":"Royal*","43207018971183":"Royal*","43207019069487":"Royal*","43207019266095":"Royal*","43207019331631":"Royal*","43207019462703":"Charcoal*","43207019757615":"Charcoal*","43207019888687":"Charcoal*","43207019986991":"Charcoal*","43207020052527":"Charcoal*","43207020216367":"Charcoal*"},"variantToPrice":{"41587604652079":22.95,"41587604750383":22.95,"41587605078063":22.95,"41587605176367":22.95,"41587605340207":22.95,"41587605897263":22.95,"41578138501167":22.95,"41578138533935":22.95,"41578138566703":22.95,"41578138599471":22.95,"41578138632239":22.95,"41578138665007":22.95,"41578138697775":22.95,"41578138730543":22.95,"41578138763311":22.95,"41578138796079":22.95,"41578138828847":22.95,"41578138861615":22.95,"41587606913071":22.95,"41587607404591":22.95,"41587607601199":22.95,"41587607765039":22.95,"41587607863343":22.95,"41587608223791":22.95,"41587608420399":22.95,"41587608584239":22.95,"41587608977455":22.95,"41587609468975":22.95,"41587609796655":22.95,"41587610550319":22.95,"43207012483119":18,"43207013171247":18,"43207013695535":18,"43207014121519":18,"43207014514735":18,"43207014875183":18,"43207015202863":18,"43207015661615":18,"43207016022063":18,"43207016316975":18,"43207016710191":18,"43207016972335":18,"43207017332783":18,"43207017627695":18,"43207017922607":18,"43207018151983":18,"43207018315823":18,"43207018512431":18,"43207018709039":18,"43207018872879":18,"43207018971183":18,"43207019069487":18,"43207019266095":18,"43207019331631":18,"43207019462703":18,"43207019757615":18,"43207019888687":18,"43207019986991":18,"43207020052527":18,"43207020216367":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"White*":"White","Light Blue*":"Light Blue","Navy*":"Navy","Royal*":"Royal","Charcoal*":"Charcoal"},"variantToVariant":{"1":{"41587604652079":"43207012483119","41587604750383":"43207013171247","41587605078063":"43207013695535","41587605176367":"43207014121519","41587605340207":"43207014514735","41587605897263":"43207014875183","41578138501167":"43207015202863","41578138533935":"43207015661615","41578138566703":"43207016022063","41578138599471":"43207016316975","41578138632239":"43207016710191","41578138665007":"43207016972335","41578138697775":"43207017332783","41578138730543":"43207017627695","41578138763311":"43207017922607","41578138796079":"43207018151983","41578138828847":"43207018315823","41578138861615":"43207018512431","41587606913071":"43207018709039","41587607404591":"43207018872879","41587607601199":"43207018971183","41587607765039":"43207019069487","41587607863343":"43207019266095","41587608223791":"43207019331631","41587608420399":"43207019462703","41587608584239":"43207019757615","41587608977455":"43207019888687","41587609468975":"43207019986991","41587609796655":"43207020052527","41587610550319":"43207020216367"}},"lowestPrice":{"0":22.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":3,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":22.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95,22.95],"1":[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7234394980399":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"twin-peaks-bookhouse-boys-patch-adult-short-sleeve-t-shirt","title":"Twin Peaks Bookhouse Boys Patch Adult Short Sleeve T-Shirt","productId":"7234394980399","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41553410588719,"testPercentages":[50,50],"variantIds":{"0":["41553410588719","41553410621487","41553410654255","41553410687023","41553410719791","41553410752559","41553410785327","41553410818095","41553410850863","41553410883631","41553410916399","41553410981935","41553411014703","41553411047471","41553411080239","41553411113007","41553411178543","41553411211311","41553411244079","41553411276847","41553411309615","41553411375151","41553411407919","41553411440687","41553411473455","41553411506223"],"1":["43207012679727","43207013564463","43207014154287","43207014711343","43207015301167","43207015759919","43207016251439","43207016644655","43207017005103","43207017431087","43207017857071","43207018119215","43207018381359","43207018774575","43207019036719","43207019200559","43207019429935","43207019790383","43207019954223","43207020150831","43207020314671","43207020412975","43207020478511","43207020544047","43207020675119","43207020773423"],"all":["41553410588719","41553410621487","41553410654255","41553410687023","41553410719791","41553410752559","41553410785327","41553410818095","41553410850863","41553410883631","41553410916399","41553410981935","41553411014703","41553411047471","41553411080239","41553411113007","41553411178543","41553411211311","41553411244079","41553411276847","41553411309615","41553411375151","41553411407919","41553411440687","41553411473455","41553411506223","43207012679727","43207013564463","43207014154287","43207014711343","43207015301167","43207015759919","43207016251439","43207016644655","43207017005103","43207017431087","43207017857071","43207018119215","43207018381359","43207018774575","43207019036719","43207019200559","43207019429935","43207019790383","43207019954223","43207020150831","43207020314671","43207020412975","43207020478511","43207020544047","43207020675119","43207020773423"]},"variantToOption":{"41553410588719":"Black","41553410621487":"Black","41553410654255":"Black","41553410687023":"Black","41553410719791":"Black","41553410752559":"Black","41553410785327":"Kelly","41553410818095":"Kelly","41553410850863":"Kelly","41553410883631":"Kelly","41553410916399":"Kelly","41553410981935":"Light Blue","41553411014703":"Light Blue","41553411047471":"Light Blue","41553411080239":"Light Blue","41553411113007":"Light Blue","41553411178543":"Midnight Navy","41553411211311":"Midnight Navy","41553411244079":"Midnight Navy","41553411276847":"Midnight Navy","41553411309615":"Midnight Navy","41553411375151":"White","41553411407919":"White","41553411440687":"White","41553411473455":"White","41553411506223":"White","43207012679727":"Black*","43207013564463":"Black*","43207014154287":"Black*","43207014711343":"Black*","43207015301167":"Black*","43207015759919":"Black*","43207016251439":"Kelly*","43207016644655":"Kelly*","43207017005103":"Kelly*","43207017431087":"Kelly*","43207017857071":"Kelly*","43207018119215":"Light Blue*","43207018381359":"Light Blue*","43207018774575":"Light Blue*","43207019036719":"Light Blue*","43207019200559":"Light Blue*","43207019429935":"Midnight Navy*","43207019790383":"Midnight Navy*","43207019954223":"Midnight Navy*","43207020150831":"Midnight Navy*","43207020314671":"Midnight Navy*","43207020412975":"White*","43207020478511":"White*","43207020544047":"White*","43207020675119":"White*","43207020773423":"White*"},"variantToPrice":{"41553410588719":26.95,"41553410621487":26.95,"41553410654255":26.95,"41553410687023":26.95,"41553410719791":26.95,"41553410752559":26.95,"41553410785327":26.95,"41553410818095":26.95,"41553410850863":26.95,"41553410883631":26.95,"41553410916399":26.95,"41553410981935":26.95,"41553411014703":26.95,"41553411047471":26.95,"41553411080239":26.95,"41553411113007":26.95,"41553411178543":26.95,"41553411211311":26.95,"41553411244079":26.95,"41553411276847":26.95,"41553411309615":26.95,"41553411375151":26.95,"41553411407919":26.95,"41553411440687":26.95,"41553411473455":26.95,"41553411506223":26.95,"43207012679727":18,"43207013564463":18,"43207014154287":18,"43207014711343":18,"43207015301167":18,"43207015759919":18,"43207016251439":18,"43207016644655":18,"43207017005103":18,"43207017431087":18,"43207017857071":18,"43207018119215":18,"43207018381359":18,"43207018774575":18,"43207019036719":18,"43207019200559":18,"43207019429935":18,"43207019790383":18,"43207019954223":18,"43207020150831":18,"43207020314671":18,"43207020412975":18,"43207020478511":18,"43207020544047":18,"43207020675119":18,"43207020773423":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Black*":"Black","Kelly*":"Kelly","Light Blue*":"Light Blue","Midnight Navy*":"Midnight Navy","White*":"White"},"variantToVariant":{"1":{"41553410588719":"43207012679727","41553410621487":"43207013564463","41553410654255":"43207014154287","41553410687023":"43207014711343","41553410719791":"43207015301167","41553410752559":"43207015759919","41553410785327":"43207016251439","41553410818095":"43207016644655","41553410850863":"43207017005103","41553410883631":"43207017431087","41553410916399":"43207017857071","41553410981935":"43207018119215","41553411014703":"43207018381359","41553411047471":"43207018774575","41553411080239":"43207019036719","41553411113007":"43207019200559","41553411178543":"43207019429935","41553411211311":"43207019790383","41553411244079":"43207019954223","41553411276847":"43207020150831","41553411309615":"43207020314671","41553411375151":"43207020412975","41553411407919":"43207020478511","41553411440687":"43207020544047","41553411473455":"43207020675119","41553411506223":"43207020773423"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":4,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95],"1":[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7258490896431":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"seal-team-bravo-adult-short-sleeve-t-shirt","title":"SEAL Team Bravo Adult Short Sleeve T-Shirt","productId":"7258490896431","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41609396453423,"testPercentages":[50,50],"variantIds":{"0":["41609396453423","41609396486191","41609396518959","41609396551727","41609396584495","41609396617263","41609396650031","41609396682799","41609396715567","41609396748335","41609396781103","41609396813871","41609396846639","41609396879407","41609396912175","41609396944943","41609396977711","41609397043247","41609397076015","41609397108783","41609397141551","41609397174319","41609397239855","41609397272623","41609397305391","41609397338159","41609397370927"],"1":["43207012352047","43207013138479","43207013728303","43207014187055","43207014580271","43207014973487","43207015497775","43207016120367","43207016415279","43207016841263","43207017168943","43207017529391","43207017791535","43207018053679","43207018283055","43207018479663","43207018610735","43207018807343","43207018938415","43207019102255","43207019298863","43207019364399","43207019495471","43207019823151","43207019921455","43207020085295","43207020249135"],"all":["41609396453423","41609396486191","41609396518959","41609396551727","41609396584495","41609396617263","41609396650031","41609396682799","41609396715567","41609396748335","41609396781103","41609396813871","41609396846639","41609396879407","41609396912175","41609396944943","41609396977711","41609397043247","41609397076015","41609397108783","41609397141551","41609397174319","41609397239855","41609397272623","41609397305391","41609397338159","41609397370927","43207012352047","43207013138479","43207013728303","43207014187055","43207014580271","43207014973487","43207015497775","43207016120367","43207016415279","43207016841263","43207017168943","43207017529391","43207017791535","43207018053679","43207018283055","43207018479663","43207018610735","43207018807343","43207018938415","43207019102255","43207019298863","43207019364399","43207019495471","43207019823151","43207019921455","43207020085295","43207020249135"]},"variantToOption":{"41609396453423":"Black","41609396486191":"Black","41609396518959":"Black","41609396551727":"Black","41609396584495":"Black","41609396617263":"Black","41609396650031":"Grey","41609396682799":"Grey","41609396715567":"Grey","41609396748335":"Grey","41609396781103":"Grey","41609396813871":"Grey","41609396846639":"Light Blue","41609396879407":"Light Blue","41609396912175":"Light Blue","41609396944943":"Light Blue","41609396977711":"Light Blue","41609397043247":"Navy","41609397076015":"Navy","41609397108783":"Navy","41609397141551":"Navy","41609397174319":"Navy","41609397239855":"White","41609397272623":"White","41609397305391":"White","41609397338159":"White","41609397370927":"White","43207012352047":"Black*","43207013138479":"Black*","43207013728303":"Black*","43207014187055":"Black*","43207014580271":"Black*","43207014973487":"Black*","43207015497775":"Grey*","43207016120367":"Grey*","43207016415279":"Grey*","43207016841263":"Grey*","43207017168943":"Grey*","43207017529391":"Grey*","43207017791535":"Light Blue*","43207018053679":"Light Blue*","43207018283055":"Light Blue*","43207018479663":"Light Blue*","43207018610735":"Light Blue*","43207018807343":"Navy*","43207018938415":"Navy*","43207019102255":"Navy*","43207019298863":"Navy*","43207019364399":"Navy*","43207019495471":"White*","43207019823151":"White*","43207019921455":"White*","43207020085295":"White*","43207020249135":"White*"},"variantToPrice":{"41609396453423":26.95,"41609396486191":26.95,"41609396518959":26.95,"41609396551727":26.95,"41609396584495":26.95,"41609396617263":26.95,"41609396650031":26.95,"41609396682799":26.95,"41609396715567":26.95,"41609396748335":26.95,"41609396781103":26.95,"41609396813871":26.95,"41609396846639":26.95,"41609396879407":26.95,"41609396912175":26.95,"41609396944943":26.95,"41609396977711":26.95,"41609397043247":26.95,"41609397076015":26.95,"41609397108783":26.95,"41609397141551":26.95,"41609397174319":26.95,"41609397239855":26.95,"41609397272623":26.95,"41609397305391":26.95,"41609397338159":26.95,"41609397370927":26.95,"43207012352047":18,"43207013138479":18,"43207013728303":18,"43207014187055":18,"43207014580271":18,"43207014973487":18,"43207015497775":18,"43207016120367":18,"43207016415279":18,"43207016841263":18,"43207017168943":18,"43207017529391":18,"43207017791535":18,"43207018053679":18,"43207018283055":18,"43207018479663":18,"43207018610735":18,"43207018807343":18,"43207018938415":18,"43207019102255":18,"43207019298863":18,"43207019364399":18,"43207019495471":18,"43207019823151":18,"43207019921455":18,"43207020085295":18,"43207020249135":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Black*":"Black","Grey*":"Grey","Light Blue*":"Light Blue","Navy*":"Navy","White*":"White"},"variantToVariant":{"1":{"41609396453423":"43207012352047","41609396486191":"43207013138479","41609396518959":"43207013728303","41609396551727":"43207014187055","41609396584495":"43207014580271","41609396617263":"43207014973487","41609396650031":"43207015497775","41609396682799":"43207016120367","41609396715567":"43207016415279","41609396748335":"43207016841263","41609396781103":"43207017168943","41609396813871":"43207017529391","41609396846639":"43207017791535","41609396879407":"43207018053679","41609396912175":"43207018283055","41609396944943":"43207018479663","41609396977711":"43207018610735","41609397043247":"43207018807343","41609397076015":"43207018938415","41609397108783":"43207019102255","41609397141551":"43207019298863","41609397174319":"43207019364399","41609397239855":"43207019495471","41609397272623":"43207019823151","41609397305391":"43207019921455","41609397338159":"43207020085295","41609397370927":"43207020249135"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":5,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95],"1":[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7224885674031":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"cbs-news-sunday-morning-adult-short-sleeve-t-shirt","title":"CBS News Sunday Morning Adult Short Sleeve T-Shirt","productId":"7224885674031","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41531715780655,"testPercentages":[50,50],"variantIds":{"0":["41531715780655","41531715813423","41531715846191","41531715878959","41531715911727","41531715944495","41531715977263","41531716010031","41531716042799","41531716075567","41531716108335","41531716141103"],"1":["43207012286511","43207013924911","43207014547503","43207015071791","43207015563311","43207015923759","43207016284207","43207016579119","43207016874031","43207017136175","43207017365551","43207017660463"],"all":["41531715780655","41531715813423","41531715846191","41531715878959","41531715911727","41531715944495","41531715977263","41531716010031","41531716042799","41531716075567","41531716108335","41531716141103","43207012286511","43207013924911","43207014547503","43207015071791","43207015563311","43207015923759","43207016284207","43207016579119","43207016874031","43207017136175","43207017365551","43207017660463"]},"variantToOption":{"41531715780655":"Black","41531715813423":"Black","41531715846191":"Black","41531715878959":"Black","41531715911727":"Black","41531715944495":"Black","41531715977263":"Grey","41531716010031":"Grey","41531716042799":"Grey","41531716075567":"Grey","41531716108335":"Grey","41531716141103":"Grey","43207012286511":"Black*","43207013924911":"Black*","43207014547503":"Black*","43207015071791":"Black*","43207015563311":"Black*","43207015923759":"Black*","43207016284207":"Grey*","43207016579119":"Grey*","43207016874031":"Grey*","43207017136175":"Grey*","43207017365551":"Grey*","43207017660463":"Grey*"},"variantToPrice":{"41531715780655":26.95,"41531715813423":26.95,"41531715846191":26.95,"41531715878959":26.95,"41531715911727":26.95,"41531715944495":26.95,"41531715977263":26.95,"41531716010031":26.95,"41531716042799":26.95,"41531716075567":26.95,"41531716108335":26.95,"41531716141103":26.95,"43207012286511":18,"43207013924911":18,"43207014547503":18,"43207015071791":18,"43207015563311":18,"43207015923759":18,"43207016284207":18,"43207016579119":18,"43207016874031":18,"43207017136175":18,"43207017365551":18,"43207017660463":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Black*":"Black","Grey*":"Grey"},"variantToVariant":{"1":{"41531715780655":"43207012286511","41531715813423":"43207013924911","41531715846191":"43207014547503","41531715878959":"43207015071791","41531715911727":"43207015563311","41531715944495":"43207015923759","41531715977263":"43207016284207","41531716010031":"43207016579119","41531716042799":"43207016874031","41531716075567":"43207017136175","41531716108335":"43207017365551","41531716141103":"43207017660463"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":6,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95],"1":[18,18,18,18,18,18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7258718732335":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"survivor-outwit-outplay-outlast-chest-logo-adult-short-sleeve-t-shirt","title":"Survivor Outwit, Outplay, Outlast Chest Logo Adult Short Sleeve T-Shirt","productId":"7258718732335","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41610409607215,"testPercentages":[50,50],"variantIds":{"0":["41610409607215"],"1":["43207011696687"],"all":["41610409607215","43207011696687"]},"variantToOption":{"41610409607215":"Royal","43207011696687":"Royal*"},"variantToPrice":{"41610409607215":26.95,"43207011696687":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Royal*":"Royal"},"variantToVariant":{"1":{"41610409607215":"43207011696687"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":7,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95],"1":[18]},"variantCompareAtPrices":{"0":[0],"1":[0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7285558804527":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"jersey-shore-family-vacation-f-f-t-t-shirt","title":"Jersey Shore Family Vacation Fun Family Trip T-Shirt","productId":"7285558804527","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41687752835119,"testPercentages":[50,50],"variantIds":{"0":["41687752835119","41687752867887","41687752900655","41687752933423","41687752966191","41687752998959"],"1":["43207011794991","43207012319279","43207012778031","43207013335087","43207013859375","43207014350895"],"all":["41687752835119","41687752867887","41687752900655","41687752933423","41687752966191","41687752998959","43207011794991","43207012319279","43207012778031","43207013335087","43207013859375","43207014350895"]},"variantToOption":{"41687752835119":"Baby Pink","41687752867887":"Baby Pink","41687752900655":"Baby Pink","41687752933423":"Baby Pink","41687752966191":"Baby Pink","41687752998959":"Baby Pink","43207011794991":"Baby Pink*","43207012319279":"Baby Pink*","43207012778031":"Baby Pink*","43207013335087":"Baby Pink*","43207013859375":"Baby Pink*","43207014350895":"Baby Pink*"},"variantToPrice":{"41687752835119":24.95,"41687752867887":24.95,"41687752900655":24.95,"41687752933423":24.95,"41687752966191":24.95,"41687752998959":24.95,"43207011794991":18,"43207012319279":18,"43207012778031":18,"43207013335087":18,"43207013859375":18,"43207014350895":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Baby Pink*":"Baby Pink"},"variantToVariant":{"1":{"41687752835119":"43207011794991","41687752867887":"43207012319279","41687752900655":"43207012778031","41687752933423":"43207013335087","41687752966191":"43207013859375","41687752998959":"43207014350895"}},"lowestPrice":{"0":24.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":8,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":24.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[24.95,24.95,24.95,24.95,24.95,24.95],"1":[18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0],"1":[0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7158065954863":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"top-gun-fightertown-usa-1986-volleyball-tournament-adult-short-sleeve-t-shirt","title":"Top Gun Fighter Town USA 1986 Volleyball Tournament Unisex Premium T-Shirt","productId":"7158065954863","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41365838168111,"testPercentages":[50,50],"variantIds":{"0":["41365838168111","41365838200879","41365838233647","41365838266415","41365838299183","41365838495791","41365838528559","41365838561327","41365838594095","41365838626863","41365838004271","41365838037039","41365838069807","41365838102575","41365838135343","41365838331951","41365838364719","41365838397487","41365838430255","41365838463023"],"1":["43207012220975","43207012810799","43207013302319","43207013826607","43207014318127","43207014678575","43207015006255","43207015432239","43207015727151","43207016054831","43207016349743","43207016611887","43207016906799","43207017201711","43207017463855","43207017693231","43207017889839","43207018086447","43207018414127","43207018577967"],"all":["41365838168111","41365838200879","41365838233647","41365838266415","41365838299183","41365838495791","41365838528559","41365838561327","41365838594095","41365838626863","41365838004271","41365838037039","41365838069807","41365838102575","41365838135343","41365838331951","41365838364719","41365838397487","41365838430255","41365838463023","43207012220975","43207012810799","43207013302319","43207013826607","43207014318127","43207014678575","43207015006255","43207015432239","43207015727151","43207016054831","43207016349743","43207016611887","43207016906799","43207017201711","43207017463855","43207017693231","43207017889839","43207018086447","43207018414127","43207018577967"]},"variantToOption":{"41365838168111":"Heather Blue","41365838200879":"Heather Blue","41365838233647":"Heather Blue","41365838266415":"Heather Blue","41365838299183":"Heather Blue","41365838495791":"White","41365838528559":"White","41365838561327":"White","41365838594095":"White","41365838626863":"White","41365838004271":"Black","41365838037039":"Black","41365838069807":"Black","41365838102575":"Black","41365838135343":"Black","41365838331951":"Royal Heather","41365838364719":"Royal Heather","41365838397487":"Royal Heather","41365838430255":"Royal Heather","41365838463023":"Royal Heather","43207012220975":"Heather Blue*","43207012810799":"Heather Blue*","43207013302319":"Heather Blue*","43207013826607":"Heather Blue*","43207014318127":"Heather Blue*","43207014678575":"White*","43207015006255":"White*","43207015432239":"White*","43207015727151":"White*","43207016054831":"White*","43207016349743":"Black*","43207016611887":"Black*","43207016906799":"Black*","43207017201711":"Black*","43207017463855":"Black*","43207017693231":"Royal Heather*","43207017889839":"Royal Heather*","43207018086447":"Royal Heather*","43207018414127":"Royal Heather*","43207018577967":"Royal Heather*"},"variantToPrice":{"41365838168111":26.95,"41365838200879":26.95,"41365838233647":26.95,"41365838266415":26.95,"41365838299183":26.95,"41365838495791":26.95,"41365838528559":26.95,"41365838561327":26.95,"41365838594095":26.95,"41365838626863":26.95,"41365838004271":26.95,"41365838037039":26.95,"41365838069807":26.95,"41365838102575":26.95,"41365838135343":26.95,"41365838331951":26.95,"41365838364719":26.95,"41365838397487":26.95,"41365838430255":26.95,"41365838463023":26.95,"43207012220975":18,"43207012810799":18,"43207013302319":18,"43207013826607":18,"43207014318127":18,"43207014678575":18,"43207015006255":18,"43207015432239":18,"43207015727151":18,"43207016054831":18,"43207016349743":18,"43207016611887":18,"43207016906799":18,"43207017201711":18,"43207017463855":18,"43207017693231":18,"43207017889839":18,"43207018086447":18,"43207018414127":18,"43207018577967":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Heather Blue*":"Heather Blue","White*":"White","Black*":"Black","Royal Heather*":"Royal Heather"},"variantToVariant":{"1":{"41365838168111":"43207012220975","41365838200879":"43207012810799","41365838233647":"43207013302319","41365838266415":"43207013826607","41365838299183":"43207014318127","41365838495791":"43207014678575","41365838528559":"43207015006255","41365838561327":"43207015432239","41365838594095":"43207015727151","41365838626863":"43207016054831","41365838004271":"43207016349743","41365838037039":"43207016611887","41365838069807":"43207016906799","41365838102575":"43207017201711","41365838135343":"43207017463855","41365838331951":"43207017693231","41365838364719":"43207017889839","41365838397487":"43207018086447","41365838430255":"43207018414127","41365838463023":"43207018577967"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":9,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95],"1":[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7237208342575":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"the-godfather-logo-adult-short-sleeve-t-shirt","title":"The Godfather Logo Adult Short Sleeve T-Shirt","productId":"7237208342575","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41560398069807,"testPercentages":[50,50],"variantIds":{"0":["41560398069807","41560398102575","41560398135343","41560398168111","41560398200879","41560398725167","41560398757935","41560398790703","41560398823471","41560398856239","41560398331951","41560398364719","41560398397487","41560398430255","41560398463023","41560397807663","41560397840431","41560397873199","41560397905967","41560397938735","41560399249455","41560399282223","41560399314991","41560399347759","41560399380527","41560398495791","41560398528559","41560398561327","41560398594095","41560398626863","41560398889007","41560398921775","41560398233647","41560398266415","41560397971503","41560398004271","41560398037039","41560398659631","41560398692399","41560398299183","41560398954543","41560398987311","41560399020079","41560399052847","41560399085615","41560399118383","41560399151151","41560399183919","41560399216687"],"1":["43207013466159","43207014416431","43207014907951","43207015399471","43207015825455","43207016185903","43207016448047","43207016775727","43207017103407","43207017398319","43207017725999","43207017955375","43207018184751","43207018348591","43207018545199","43207018741807","43207018905647","43207019233327","43207019397167","43207019528239","43207019855919","43207020019759","43207020183599","43207020281903","43207020347439","43207020445743","43207020511279","43207020576815","43207020642351","43207020740655","43207021035567","43207021068335","43207021101103","43207021133871","43207021166639","43207021199407","43207021461551","43207021592623","43207021625391","43207021658159","43207021690927","43207021723695","43207021756463","43207021789231","43207021821999","43207021854767","43207021887535","43207021920303","43207021953071"],"all":["41560398069807","41560398102575","41560398135343","41560398168111","41560398200879","41560398725167","41560398757935","41560398790703","41560398823471","41560398856239","41560398331951","41560398364719","41560398397487","41560398430255","41560398463023","41560397807663","41560397840431","41560397873199","41560397905967","41560397938735","41560399249455","41560399282223","41560399314991","41560399347759","41560399380527","41560398495791","41560398528559","41560398561327","41560398594095","41560398626863","41560398889007","41560398921775","41560398233647","41560398266415","41560397971503","41560398004271","41560398037039","41560398659631","41560398692399","41560398299183","41560398954543","41560398987311","41560399020079","41560399052847","41560399085615","41560399118383","41560399151151","41560399183919","41560399216687","43207013466159","43207014416431","43207014907951","43207015399471","43207015825455","43207016185903","43207016448047","43207016775727","43207017103407","43207017398319","43207017725999","43207017955375","43207018184751","43207018348591","43207018545199","43207018741807","43207018905647","43207019233327","43207019397167","43207019528239","43207019855919","43207020019759","43207020183599","43207020281903","43207020347439","43207020445743","43207020511279","43207020576815","43207020642351","43207020740655","43207021035567","43207021068335","43207021101103","43207021133871","43207021166639","43207021199407","43207021461551","43207021592623","43207021625391","43207021658159","43207021690927","43207021723695","43207021756463","43207021789231","43207021821999","43207021854767","43207021887535","43207021920303","43207021953071"]},"variantToOption":{"41560398069807":"Black","41560398102575":"Black","41560398135343":"Black","41560398168111":"Black","41560398200879":"Black","41560398725167":"Red","41560398757935":"Red","41560398790703":"Red","41560398823471":"Red","41560398856239":"Red","41560398331951":"Dark Grey Heather","41560398364719":"Dark Grey Heather","41560398397487":"Dark Grey Heather","41560398430255":"Dark Grey Heather","41560398463023":"Dark Grey Heather","41560397807663":"Athletic Heather","41560397840431":"Athletic Heather","41560397873199":"Athletic Heather","41560397905967":"Athletic Heather","41560397938735":"Athletic Heather","41560399249455":"White","41560399282223":"White","41560399314991":"White","41560399347759":"White","41560399380527":"White","41560398495791":"Maroon","41560398528559":"Maroon","41560398561327":"Maroon","41560398594095":"Maroon","41560398626863":"Maroon","41560398889007":"Red","41560398921775":"Red","41560398233647":"Black","41560398266415":"Black","41560397971503":"Athletic Heather","41560398004271":"Athletic Heather","41560398037039":"Athletic Heather","41560398659631":"Maroon","41560398692399":"Maroon","41560398299183":"Black","41560398954543":"Red","41560398987311":"Tan","41560399020079":"Tan","41560399052847":"Tan","41560399085615":"Tan","41560399118383":"Tan","41560399151151":"Heather Dust","41560399183919":"Tan","41560399216687":"Tan","43207013466159":"Black*","43207014416431":"Black*","43207014907951":"Black*","43207015399471":"Black*","43207015825455":"Black*","43207016185903":"Red*","43207016448047":"Red*","43207016775727":"Red*","43207017103407":"Red*","43207017398319":"Red*","43207017725999":"Dark Grey Heather*","43207017955375":"Dark Grey Heather*","43207018184751":"Dark Grey Heather*","43207018348591":"Dark Grey Heather*","43207018545199":"Dark Grey Heather*","43207018741807":"Athletic Heather*","43207018905647":"Athletic Heather*","43207019233327":"Athletic Heather*","43207019397167":"Athletic Heather*","43207019528239":"Athletic Heather*","43207019855919":"White*","43207020019759":"White*","43207020183599":"White*","43207020281903":"White*","43207020347439":"White*","43207020445743":"Maroon*","43207020511279":"Maroon*","43207020576815":"Maroon*","43207020642351":"Maroon*","43207020740655":"Maroon*","43207021035567":"Red*","43207021068335":"Red*","43207021101103":"Black*","43207021133871":"Black*","43207021166639":"Athletic Heather*","43207021199407":"Athletic Heather*","43207021461551":"Athletic Heather*","43207021592623":"Maroon*","43207021625391":"Maroon*","43207021658159":"Black*","43207021690927":"Red*","43207021723695":"Tan*","43207021756463":"Tan*","43207021789231":"Tan*","43207021821999":"Tan*","43207021854767":"Tan*","43207021887535":"Heather Dust*","43207021920303":"Tan*","43207021953071":"Tan*"},"variantToPrice":{"41560398069807":24.95,"41560398102575":24.95,"41560398135343":24.95,"41560398168111":24.95,"41560398200879":24.95,"41560398725167":24.95,"41560398757935":24.95,"41560398790703":24.95,"41560398823471":24.95,"41560398856239":24.95,"41560398331951":24.95,"41560398364719":24.95,"41560398397487":24.95,"41560398430255":24.95,"41560398463023":24.95,"41560397807663":24.95,"41560397840431":24.95,"41560397873199":24.95,"41560397905967":24.95,"41560397938735":24.95,"41560399249455":24.95,"41560399282223":24.95,"41560399314991":24.95,"41560399347759":24.95,"41560399380527":24.95,"41560398495791":24.95,"41560398528559":24.95,"41560398561327":24.95,"41560398594095":24.95,"41560398626863":24.95,"41560398889007":24.95,"41560398921775":24.95,"41560398233647":24.95,"41560398266415":24.95,"41560397971503":24.95,"41560398004271":24.95,"41560398037039":24.95,"41560398659631":24.95,"41560398692399":24.95,"41560398299183":24.95,"41560398954543":24.95,"41560398987311":24.95,"41560399020079":24.95,"41560399052847":24.95,"41560399085615":24.95,"41560399118383":24.95,"41560399151151":24.95,"41560399183919":24.95,"41560399216687":24.95,"43207013466159":18,"43207014416431":18,"43207014907951":18,"43207015399471":18,"43207015825455":18,"43207016185903":18,"43207016448047":18,"43207016775727":18,"43207017103407":18,"43207017398319":18,"43207017725999":18,"43207017955375":18,"43207018184751":18,"43207018348591":18,"43207018545199":18,"43207018741807":18,"43207018905647":18,"43207019233327":18,"43207019397167":18,"43207019528239":18,"43207019855919":18,"43207020019759":18,"43207020183599":18,"43207020281903":18,"43207020347439":18,"43207020445743":18,"43207020511279":18,"43207020576815":18,"43207020642351":18,"43207020740655":18,"43207021035567":18,"43207021068335":18,"43207021101103":18,"43207021133871":18,"43207021166639":18,"43207021199407":18,"43207021461551":18,"43207021592623":18,"43207021625391":18,"43207021658159":18,"43207021690927":18,"43207021723695":18,"43207021756463":18,"43207021789231":18,"43207021821999":18,"43207021854767":18,"43207021887535":18,"43207021920303":18,"43207021953071":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Black*":"Black","Red*":"Red","Dark Grey Heather*":"Dark Grey Heather","Athletic Heather*":"Athletic Heather","White*":"White","Maroon*":"Maroon","Tan*":"Tan","Heather Dust*":"Heather Dust"},"variantToVariant":{"1":{"41560398069807":"43207013466159","41560398102575":"43207014416431","41560398135343":"43207014907951","41560398168111":"43207015399471","41560398200879":"43207015825455","41560398725167":"43207016185903","41560398757935":"43207016448047","41560398790703":"43207016775727","41560398823471":"43207017103407","41560398856239":"43207017398319","41560398331951":"43207017725999","41560398364719":"43207017955375","41560398397487":"43207018184751","41560398430255":"43207018348591","41560398463023":"43207018545199","41560397807663":"43207018741807","41560397840431":"43207018905647","41560397873199":"43207019233327","41560397905967":"43207019397167","41560397938735":"43207019528239","41560399249455":"43207019855919","41560399282223":"43207020019759","41560399314991":"43207020183599","41560399347759":"43207020281903","41560399380527":"43207020347439","41560398495791":"43207020445743","41560398528559":"43207020511279","41560398561327":"43207020576815","41560398594095":"43207020642351","41560398626863":"43207020740655","41560398889007":"43207021035567","41560398921775":"43207021068335","41560398233647":"43207021101103","41560398266415":"43207021133871","41560397971503":"43207021166639","41560398004271":"43207021199407","41560398037039":"43207021461551","41560398659631":"43207021592623","41560398692399":"43207021625391","41560398299183":"43207021658159","41560398954543":"43207021690927","41560398987311":"43207021723695","41560399020079":"43207021756463","41560399052847":"43207021789231","41560399085615":"43207021821999","41560399118383":"43207021854767","41560399151151":"43207021887535","41560399183919":"43207021920303","41560399216687":"43207021953071"}},"lowestPrice":{"0":24.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":10,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":24.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95],"1":[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7252878098479":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"survivor-fan-favorites-unisex-t-shirt","title":"Survivor Fan Favorites T-Shirt","productId":"7252878098479","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41597977002031,"testPercentages":[50,50],"variantIds":{"0":["41597977002031","41597977034799","41597977067567","41597977100335","41597977133103","41597977165871","41597977198639","41597977231407","41597977264175","41597977296943","41597977591855","41597977624623","41597977657391","41597977690159","41597977722927","41597977329711","41597977362479","41597977395247","41597977428015","41597977460783","41597977493551","41597977526319","41597977559087"],"1":["43207012155439","43207012745263","43207013204015","43207013662767","43207014088751","43207014481967","43207014842415","43207015235631","43207015628847","43207015890991","43207016218671","43207016513583","43207016808495","43207017070639","43207017300015","43207017824303","43207018020911","43207018250287","43207018446895","43207018643503","43207018840111","43207019003951","43207019135023"],"all":["41597977002031","41597977034799","41597977067567","41597977100335","41597977133103","41597977165871","41597977198639","41597977231407","41597977264175","41597977296943","41597977591855","41597977624623","41597977657391","41597977690159","41597977722927","41597977329711","41597977362479","41597977395247","41597977428015","41597977460783","41597977493551","41597977526319","41597977559087","43207012155439","43207012745263","43207013204015","43207013662767","43207014088751","43207014481967","43207014842415","43207015235631","43207015628847","43207015890991","43207016218671","43207016513583","43207016808495","43207017070639","43207017300015","43207017824303","43207018020911","43207018250287","43207018446895","43207018643503","43207018840111","43207019003951","43207019135023"]},"variantToOption":{"41597977002031":"Olive","41597977034799":"Olive","41597977067567":"Olive","41597977100335":"Olive","41597977133103":"Olive","41597977165871":"Steel Blue","41597977198639":"Steel Blue","41597977231407":"Steel Blue","41597977264175":"Steel Blue","41597977296943":"Steel Blue","41597977591855":"White","41597977624623":"White","41597977657391":"White","41597977690159":"White","41597977722927":"White","41597977329711":"Tan","41597977362479":"Tan","41597977395247":"Tan","41597977428015":"Tan","41597977460783":"Tan","41597977493551":"Heather Dust","41597977526319":"Tan","41597977559087":"Tan","43207012155439":"Olive*","43207012745263":"Olive*","43207013204015":"Olive*","43207013662767":"Olive*","43207014088751":"Olive*","43207014481967":"Steel Blue*","43207014842415":"Steel Blue*","43207015235631":"Steel Blue*","43207015628847":"Steel Blue*","43207015890991":"Steel Blue*","43207016218671":"White*","43207016513583":"White*","43207016808495":"White*","43207017070639":"White*","43207017300015":"White*","43207017824303":"Tan*","43207018020911":"Tan*","43207018250287":"Tan*","43207018446895":"Tan*","43207018643503":"Tan*","43207018840111":"Heather Dust*","43207019003951":"Tan*","43207019135023":"Tan*"},"variantToPrice":{"41597977002031":26.95,"41597977034799":26.95,"41597977067567":26.95,"41597977100335":26.95,"41597977133103":26.95,"41597977165871":26.95,"41597977198639":26.95,"41597977231407":26.95,"41597977264175":26.95,"41597977296943":26.95,"41597977591855":26.95,"41597977624623":26.95,"41597977657391":26.95,"41597977690159":26.95,"41597977722927":26.95,"41597977329711":26.95,"41597977362479":26.95,"41597977395247":26.95,"41597977428015":26.95,"41597977460783":26.95,"41597977493551":26.95,"41597977526319":26.95,"41597977559087":26.95,"43207012155439":18,"43207012745263":18,"43207013204015":18,"43207013662767":18,"43207014088751":18,"43207014481967":18,"43207014842415":18,"43207015235631":18,"43207015628847":18,"43207015890991":18,"43207016218671":18,"43207016513583":18,"43207016808495":18,"43207017070639":18,"43207017300015":18,"43207017824303":18,"43207018020911":18,"43207018250287":18,"43207018446895":18,"43207018643503":18,"43207018840111":18,"43207019003951":18,"43207019135023":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Olive*":"Olive","Steel Blue*":"Steel Blue","White*":"White","Tan*":"Tan","Heather Dust*":"Heather Dust"},"variantToVariant":{"1":{"41597977002031":"43207012155439","41597977034799":"43207012745263","41597977067567":"43207013204015","41597977100335":"43207013662767","41597977133103":"43207014088751","41597977165871":"43207014481967","41597977198639":"43207014842415","41597977231407":"43207015235631","41597977264175":"43207015628847","41597977296943":"43207015890991","41597977591855":"43207016218671","41597977624623":"43207016513583","41597977657391":"43207016808495","41597977690159":"43207017070639","41597977722927":"43207017300015","41597977329711":"43207017824303","41597977362479":"43207018020911","41597977395247":"43207018250287","41597977428015":"43207018446895","41597977460783":"43207018643503","41597977493551":"43207018840111","41597977526319":"43207019003951","41597977559087":"43207019135023"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":11,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95],"1":[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7534253080623":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"spongebob-squarepants-smitty-werbenjagermanjensen-unisex-t-shirt","title":"Spongebob Squarepants Smitty WerbenJagerManJensen Unisex T-Shirt","productId":"7534253080623","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":42503765000239,"testPercentages":[50,50],"variantIds":{"0":["42503765000239","42503765033007","42503765065775","42503765098543","42503765131311","42503765164079","42503765229615"],"1":["43207011827759","43207012384815","43207012843567","43207013433391","43207013990447","43207014449199","43207014940719"],"all":["42503765000239","42503765033007","42503765065775","42503765098543","42503765131311","42503765164079","42503765229615","43207011827759","43207012384815","43207012843567","43207013433391","43207013990447","43207014449199","43207014940719"]},"variantToOption":{"42503765000239":"White","42503765033007":"White","42503765065775":"White","42503765098543":"White","42503765131311":"White","42503765164079":"White","42503765229615":"White","43207011827759":"White*","43207012384815":"White*","43207012843567":"White*","43207013433391":"White*","43207013990447":"White*","43207014449199":"White*","43207014940719":"White*"},"variantToPrice":{"42503765000239":26.95,"42503765033007":26.95,"42503765065775":26.95,"42503765098543":26.95,"42503765131311":26.95,"42503765164079":26.95,"42503765229615":26.95,"43207011827759":18,"43207012384815":18,"43207012843567":18,"43207013433391":18,"43207013990447":18,"43207014449199":18,"43207014940719":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"White*":"White"},"variantToVariant":{"1":{"42503765000239":"43207011827759","42503765033007":"43207012384815","42503765065775":"43207012843567","42503765098543":"43207013433391","42503765131311":"43207013990447","42503765164079":"43207014449199","42503765229615":"43207014940719"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":12,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95,26.95,26.95,26.95,26.95,26.95,26.95],"1":[18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7522771107887":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"spongebob-sweet-victory-the-sea-tour-unisex-t-shirt","title":"SpongeBob SquarePants Sweet Victory The Sea Tour Unisex T-Shirt","productId":"7522771107887","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":42450399559727,"testPercentages":[50,50],"variantIds":{"0":["42450399559727","42450399592495","42450399625263","42450399658031","42450399690799"],"1":["43207011893295","43207012515887","43207013105711","43207013597231","43207014023215"],"all":["42450399559727","42450399592495","42450399625263","42450399658031","42450399690799","43207011893295","43207012515887","43207013105711","43207013597231","43207014023215"]},"variantToOption":{"42450399559727":"Silver","42450399592495":"Silver","42450399625263":"Silver","42450399658031":"Silver","42450399690799":"Silver","43207011893295":"Silver*","43207012515887":"Silver*","43207013105711":"Silver*","43207013597231":"Silver*","43207014023215":"Silver*"},"variantToPrice":{"42450399559727":26.95,"42450399592495":26.95,"42450399625263":26.95,"42450399658031":26.95,"42450399690799":26.95,"43207011893295":18,"43207012515887":18,"43207013105711":18,"43207013597231":18,"43207014023215":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Silver*":"Silver"},"variantToVariant":{"1":{"42450399559727":"43207011893295","42450399592495":"43207012515887","42450399625263":"43207013105711","42450399658031":"43207013597231","42450399690799":"43207014023215"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":13,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95,26.95,26.95,26.95,26.95],"1":[18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0],"1":[0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7258742849583":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"shameless-chicago-s-finest-adult-short-sleeve-t-shirt","title":"Shameless Chicago's Finest Adult Short Sleeve T-Shirt","productId":"7258742849583","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41610454171695,"testPercentages":[50,50],"variantIds":{"0":["41610454171695","41610454204463","41610454237231","41610454269999","41610454302767","41610454335535","41610454368303","41610454401071"],"1":["43207011926063","43207012417583","43207012876335","43207013400623","43207013957679","43207014383663","43207014809647","43207015268399"],"all":["41610454171695","41610454204463","41610454237231","41610454269999","41610454302767","41610454335535","41610454368303","41610454401071","43207011926063","43207012417583","43207012876335","43207013400623","43207013957679","43207014383663","43207014809647","43207015268399"]},"variantToOption":{"41610454171695":"Black","41610454204463":"Black","41610454237231":"Black","41610454269999":"Black","41610454302767":"Black","41610454335535":"Black","41610454368303":"Black","41610454401071":"Black","43207011926063":"Black*","43207012417583":"Black*","43207012876335":"Black*","43207013400623":"Black*","43207013957679":"Black*","43207014383663":"Black*","43207014809647":"Black*","43207015268399":"Black*"},"variantToPrice":{"41610454171695":22.95,"41610454204463":22.95,"41610454237231":22.95,"41610454269999":22.95,"41610454302767":25.95,"41610454335535":27.95,"41610454368303":29.95,"41610454401071":30.95,"43207011926063":18,"43207012417583":18,"43207012876335":18,"43207013400623":18,"43207013957679":18,"43207014383663":18,"43207014809647":18,"43207015268399":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Black*":"Black"},"variantToVariant":{"1":{"41610454171695":"43207011926063","41610454204463":"43207012417583","41610454237231":"43207012876335","41610454269999":"43207013400623","41610454302767":"43207013957679","41610454335535":"43207014383663","41610454368303":"43207014809647","41610454401071":"43207015268399"}},"lowestPrice":{"0":22.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":14,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":22.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":false,"variantPrices":{"0":[22.95,22.95,22.95,22.95,25.95,27.95,29.95,30.95],"1":[18,18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7286824239151":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"big-brother-season-25-logo-t-shirt","title":"Big Brother Season 25 Logo T-Shirt","productId":"7286824239151","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41691932164143,"testPercentages":[50,50],"variantIds":{"0":["41691932164143"],"1":["43207011762223"],"all":["41691932164143","43207011762223"]},"variantToOption":{"41691932164143":"True Royal","43207011762223":"True Royal*"},"variantToPrice":{"41691932164143":26.95,"43207011762223":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"True Royal*":"True Royal"},"variantToVariant":{"1":{"41691932164143":"43207011762223"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":15,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95],"1":[18]},"variantCompareAtPrices":{"0":[0],"1":[0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7235399712815":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"spongebob-squarepants-evil-adult-short-sleeve-t-shirt","title":"SpongeBob SquarePants Evil Adult Short Sleeve T-Shirt","productId":"7235399712815","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41555934609455,"testPercentages":[50,50],"variantIds":{"0":["41555934609455","41555934642223","41555934674991","41555934707759","41555934740527","41555934773295","41555934806063","41555934838831","41555934871599","41555934904367","41555934937135"],"1":["43207011991599","43207012581423","43207012974639","43207013269551","43207013793839","43207014285359","43207014613039","43207015039023","43207015366703","43207015694383","43207015989295"],"all":["41555934609455","41555934642223","41555934674991","41555934707759","41555934740527","41555934773295","41555934806063","41555934838831","41555934871599","41555934904367","41555934937135","43207011991599","43207012581423","43207012974639","43207013269551","43207013793839","43207014285359","43207014613039","43207015039023","43207015366703","43207015694383","43207015989295"]},"variantToOption":{"41555934609455":"Heather Grey","41555934642223":"Heather Grey","41555934674991":"Heather Grey","41555934707759":"Heather Grey","41555934740527":"Heather Grey","41555934773295":"Heather Grey","41555934806063":"White","41555934838831":"White","41555934871599":"White","41555934904367":"White","41555934937135":"White","43207011991599":"Heather Grey*","43207012581423":"Heather Grey*","43207012974639":"Heather Grey*","43207013269551":"Heather Grey*","43207013793839":"Heather Grey*","43207014285359":"Heather Grey*","43207014613039":"White*","43207015039023":"White*","43207015366703":"White*","43207015694383":"White*","43207015989295":"White*"},"variantToPrice":{"41555934609455":26.95,"41555934642223":26.95,"41555934674991":26.95,"41555934707759":26.95,"41555934740527":26.95,"41555934773295":26.95,"41555934806063":26.95,"41555934838831":26.95,"41555934871599":26.95,"41555934904367":26.95,"41555934937135":26.95,"43207011991599":18,"43207012581423":18,"43207012974639":18,"43207013269551":18,"43207013793839":18,"43207014285359":18,"43207014613039":18,"43207015039023":18,"43207015366703":18,"43207015694383":18,"43207015989295":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Heather Grey*":"Heather Grey","White*":"White"},"variantToVariant":{"1":{"41555934609455":"43207011991599","41555934642223":"43207012581423","41555934674991":"43207012974639","41555934707759":"43207013269551","41555934740527":"43207013793839","41555934773295":"43207014285359","41555934806063":"43207014613039","41555934838831":"43207015039023","41555934871599":"43207015366703","41555934904367":"43207015694383","41555934937135":"43207015989295"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":16,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95],"1":[18,18,18,18,18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7214288109615":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"bet-train-adult-short-sleeve-t-shirt","title":"Soul Train Train Adult Short Sleeve T-Shirt","productId":"7214288109615","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41508096213039,"testPercentages":[50,50],"variantIds":{"0":["41508096213039","41508096245807","41508096278575","41508096311343","41508096344111","41508096376879","41508096409647","41508096442415","41508096475183","41508096507951","41508096540719","41508096573487","41508096606255","41508096639023","41508096671791"],"1":["43207012024367","43207012548655","43207012909103","43207013367855","43207013892143","43207014744111","43207015104559","43207015465007","43207015792687","43207016087599","43207016382511","43207016677423","43207016939567","43207017234479","43207017496623"],"all":["41508096213039","41508096245807","41508096278575","41508096311343","41508096344111","41508096376879","41508096409647","41508096442415","41508096475183","41508096507951","41508096540719","41508096573487","41508096606255","41508096639023","41508096671791","43207012024367","43207012548655","43207012909103","43207013367855","43207013892143","43207014744111","43207015104559","43207015465007","43207015792687","43207016087599","43207016382511","43207016677423","43207016939567","43207017234479","43207017496623"]},"variantToOption":{"41508096213039":"Black","41508096245807":"Black","41508096278575":"Black","41508096311343":"Black","41508096344111":"Black","41508096376879":"Heather True Royal","41508096409647":"Heather True Royal","41508096442415":"Heather True Royal","41508096475183":"Heather True Royal","41508096507951":"Heather True Royal","41508096540719":"Navy","41508096573487":"Navy","41508096606255":"Navy","41508096639023":"Navy","41508096671791":"Navy","43207012024367":"Black*","43207012548655":"Black*","43207012909103":"Black*","43207013367855":"Black*","43207013892143":"Black*","43207014744111":"Heather True Royal*","43207015104559":"Heather True Royal*","43207015465007":"Heather True Royal*","43207015792687":"Heather True Royal*","43207016087599":"Heather True Royal*","43207016382511":"Navy*","43207016677423":"Navy*","43207016939567":"Navy*","43207017234479":"Navy*","43207017496623":"Navy*"},"variantToPrice":{"41508096213039":26.95,"41508096245807":26.95,"41508096278575":26.95,"41508096311343":26.95,"41508096344111":26.95,"41508096376879":26.95,"41508096409647":26.95,"41508096442415":26.95,"41508096475183":26.95,"41508096507951":26.95,"41508096540719":26.95,"41508096573487":26.95,"41508096606255":26.95,"41508096639023":26.95,"41508096671791":26.95,"43207012024367":18,"43207012548655":18,"43207012909103":18,"43207013367855":18,"43207013892143":18,"43207014744111":18,"43207015104559":18,"43207015465007":18,"43207015792687":18,"43207016087599":18,"43207016382511":18,"43207016677423":18,"43207016939567":18,"43207017234479":18,"43207017496623":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Black*":"Black","Heather True Royal*":"Heather True Royal","Navy*":"Navy"},"variantToVariant":{"1":{"41508096213039":"43207012024367","41508096245807":"43207012548655","41508096278575":"43207012909103","41508096311343":"43207013367855","41508096344111":"43207013892143","41508096376879":"43207014744111","41508096409647":"43207015104559","41508096442415":"43207015465007","41508096475183":"43207015792687","41508096507951":"43207016087599","41508096540719":"43207016382511","41508096573487":"43207016677423","41508096606255":"43207016939567","41508096639023":"43207017234479","41508096671791":"43207017496623"}},"lowestPrice":{"0":26.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":17,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":26.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95,26.95],"1":[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7233959985199":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"billions-horizontal-logo-adult-long-sleeve-t-shirt","title":"Billions Horizontal Logo Adult Long Sleeve T-Shirt","productId":"7233959985199","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41552169599023,"testPercentages":[50,50],"variantIds":{"0":["41552169599023","41552169631791","41552169664559","41552169697327","41552169730095","41552169762863","41552169795631","41552169828399","41552169861167","41552169893935","41552169926703","41552169959471","41552169992239","41552170025007","41552170057775","41552170090543","41552170123311","41552170156079"],"1":["43207012089903","43207012712495","43207013236783","43207013761071","43207014252591","43207014645807","43207015137327","43207015530543","43207015858223","43207016153135","43207016480815","43207016742959","43207017037871","43207017267247","43207017562159","43207017758767","43207017988143","43207018217519"],"all":["41552169599023","41552169631791","41552169664559","41552169697327","41552169730095","41552169762863","41552169795631","41552169828399","41552169861167","41552169893935","41552169926703","41552169959471","41552169992239","41552170025007","41552170057775","41552170090543","41552170123311","41552170156079","43207012089903","43207012712495","43207013236783","43207013761071","43207014252591","43207014645807","43207015137327","43207015530543","43207015858223","43207016153135","43207016480815","43207016742959","43207017037871","43207017267247","43207017562159","43207017758767","43207017988143","43207018217519"]},"variantToOption":{"41552169599023":"Graphite Heather","41552169631791":"Graphite Heather","41552169664559":"Graphite Heather","41552169697327":"Graphite Heather","41552169730095":"Graphite Heather","41552169762863":"Graphite Heather","41552169795631":"Navy","41552169828399":"Navy","41552169861167":"Navy","41552169893935":"Navy","41552169926703":"Navy","41552169959471":"Navy","41552169992239":"White","41552170025007":"White","41552170057775":"White","41552170090543":"White","41552170123311":"White","41552170156079":"White","43207012089903":"Graphite Heather*","43207012712495":"Graphite Heather*","43207013236783":"Graphite Heather*","43207013761071":"Graphite Heather*","43207014252591":"Graphite Heather*","43207014645807":"Graphite Heather*","43207015137327":"Navy*","43207015530543":"Navy*","43207015858223":"Navy*","43207016153135":"Navy*","43207016480815":"Navy*","43207016742959":"Navy*","43207017037871":"White*","43207017267247":"White*","43207017562159":"White*","43207017758767":"White*","43207017988143":"White*","43207018217519":"White*"},"variantToPrice":{"41552169599023":32.95,"41552169631791":32.95,"41552169664559":32.95,"41552169697327":32.95,"41552169730095":32.95,"41552169762863":32.95,"41552169795631":32.95,"41552169828399":32.95,"41552169861167":32.95,"41552169893935":32.95,"41552169926703":32.95,"41552169959471":32.95,"41552169992239":32.95,"41552170025007":32.95,"41552170057775":32.95,"41552170090543":32.95,"41552170123311":32.95,"41552170156079":32.95,"43207012089903":18,"43207012712495":18,"43207013236783":18,"43207013761071":18,"43207014252591":18,"43207014645807":18,"43207015137327":18,"43207015530543":18,"43207015858223":18,"43207016153135":18,"43207016480815":18,"43207016742959":18,"43207017037871":18,"43207017267247":18,"43207017562159":18,"43207017758767":18,"43207017988143":18,"43207018217519":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Graphite Heather*":"Graphite Heather","Navy*":"Navy","White*":"White"},"variantToVariant":{"1":{"41552169599023":"43207012089903","41552169631791":"43207012712495","41552169664559":"43207013236783","41552169697327":"43207013761071","41552169730095":"43207014252591","41552169762863":"43207014645807","41552169795631":"43207015137327","41552169828399":"43207015530543","41552169861167":"43207015858223","41552169893935":"43207016153135","41552169926703":"43207016480815","41552169959471":"43207016742959","41552169992239":"43207017037871","41552170025007":"43207017267247","41552170057775":"43207017562159","41552170090543":"43207017758767","41552170123311":"43207017988143","41552170156079":"43207018217519"}},"lowestPrice":{"0":32.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":18,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":32.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95],"1":[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7224883609647":{"experimentId":"66d1e044a7f99c4c1eafa24d","startTime":"2024-08-30T15:07:48.138Z","slug":"cbs-news-vintage-logo-adult-long-sleeve-t-shirt","title":"CBS News Vintage Logo Adult Long Sleeve T-Shirt","productId":"7224883609647","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41531711324207,"testPercentages":[50,50],"variantIds":{"0":["41531711324207","41531711356975","41531711389743","41531711422511","41531711455279","41531711488047","41531711520815","41531711553583","41531711586351","41531711619119","41531711651887","41531711684655","41531711717423","41531711750191","41531711782959","41531711815727","41531711848495","41531711881263"],"1":["43207012188207","43207013072943","43207013629999","43207014219823","43207014776879","43207015170095","43207015596079","43207015956527","43207016546351","43207017594927","43207018676271","43207019167791","43207019561007","43207020118063","43207020380207","43207020609583","43207020707887","43207020970031"],"all":["41531711324207","41531711356975","41531711389743","41531711422511","41531711455279","41531711488047","41531711520815","41531711553583","41531711586351","41531711619119","41531711651887","41531711684655","41531711717423","41531711750191","41531711782959","41531711815727","41531711848495","41531711881263","43207012188207","43207013072943","43207013629999","43207014219823","43207014776879","43207015170095","43207015596079","43207015956527","43207016546351","43207017594927","43207018676271","43207019167791","43207019561007","43207020118063","43207020380207","43207020609583","43207020707887","43207020970031"]},"variantToOption":{"41531711324207":"Black","41531711356975":"Black","41531711389743":"Black","41531711422511":"Black","41531711455279":"Black","41531711488047":"Black","41531711520815":"Graphite Heather","41531711553583":"Graphite Heather","41531711586351":"Graphite Heather","41531711619119":"Graphite Heather","41531711651887":"Graphite Heather","41531711684655":"Graphite Heather","41531711717423":"Royal","41531711750191":"Royal","41531711782959":"Royal","41531711815727":"Royal","41531711848495":"Royal","41531711881263":"Royal","43207012188207":"Black*","43207013072943":"Black*","43207013629999":"Black*","43207014219823":"Black*","43207014776879":"Black*","43207015170095":"Black*","43207015596079":"Graphite Heather*","43207015956527":"Graphite Heather*","43207016546351":"Graphite Heather*","43207017594927":"Graphite Heather*","43207018676271":"Graphite Heather*","43207019167791":"Graphite Heather*","43207019561007":"Royal*","43207020118063":"Royal*","43207020380207":"Royal*","43207020609583":"Royal*","43207020707887":"Royal*","43207020970031":"Royal*"},"variantToPrice":{"41531711324207":32.95,"41531711356975":32.95,"41531711389743":32.95,"41531711422511":32.95,"41531711455279":32.95,"41531711488047":32.95,"41531711520815":32.95,"41531711553583":32.95,"41531711586351":32.95,"41531711619119":32.95,"41531711651887":32.95,"41531711684655":32.95,"41531711717423":32.95,"41531711750191":32.95,"41531711782959":32.95,"41531711815727":32.95,"41531711848495":32.95,"41531711881263":32.95,"43207012188207":18,"43207013072943":18,"43207013629999":18,"43207014219823":18,"43207014776879":18,"43207015170095":18,"43207015596079":18,"43207015956527":18,"43207016546351":18,"43207017594927":18,"43207018676271":18,"43207019167791":18,"43207019561007":18,"43207020118063":18,"43207020380207":18,"43207020609583":18,"43207020707887":18,"43207020970031":18},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Black*":"Black","Graphite Heather*":"Graphite Heather","Royal*":"Royal"},"variantToVariant":{"1":{"41531711324207":"43207012188207","41531711356975":"43207013072943","41531711389743":"43207013629999","41531711422511":"43207014219823","41531711455279":"43207014776879","41531711488047":"43207015170095","41531711520815":"43207015596079","41531711553583":"43207015956527","41531711586351":"43207016546351","41531711619119":"43207017594927","41531711651887":"43207018676271","41531711684655":"43207019167791","41531711717423":"43207019561007","41531711750191":"43207020118063","41531711782959":"43207020380207","41531711815727":"43207020609583","41531711848495":"43207020707887","41531711881263":"43207020970031"}},"lowestPrice":{"0":32.95,"1":18},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":19,"allLowestPrice":18,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":32.95,"1":18},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95,32.95],"1":[18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"7183728148527":{"experimentId":"672d34669f97c5b25be72663","startTime":"2024-11-07T21:43:02.631Z","slug":"fantasy-baseball-fantasy-baseball-today-podcast-logo-adult-short-sleeve-t-shirt","title":"Fantasy Baseball Today Podcast Logo Adult Short Sleeve T-Shirt","productId":"7183728148527","hasOnlyDefaultVariant":false,"isFirstVariantSelected":true,"firstVariantId":41442707374127,"testPercentages":[50,50],"variantIds":{"0":["41442707374127","41442707406895","41442707472431","41442707537967","41442707570735","41442707603503","41442707636271","41442707669039","41442707701807","41442707734575","41442707767343","41442707800111","41442707832879"],"1":["43353712164911","43353712197679","43353712230447","43353712263215","43353712295983","43353712328751","43353712361519","43353712394287","43353712427055","43353712459823","43353712492591","43353712525359","43353712558127"],"all":["41442707374127","41442707406895","41442707472431","41442707537967","41442707570735","41442707603503","41442707636271","41442707669039","41442707701807","41442707734575","41442707767343","41442707800111","41442707832879","43353712164911","43353712197679","43353712230447","43353712263215","43353712295983","43353712328751","43353712361519","43353712394287","43353712427055","43353712459823","43353712492591","43353712525359","43353712558127"]},"variantToOption":{"41442707374127":"Silver","41442707406895":"Silver","41442707472431":"Silver","41442707537967":"Silver","41442707570735":"Silver","41442707603503":"White","41442707636271":"White","41442707669039":"White","41442707701807":"White","41442707734575":"White","41442707767343":"White","41442707800111":"White","41442707832879":"White","43353712164911":"Silver*","43353712197679":"Silver*","43353712230447":"Silver*","43353712263215":"Silver*","43353712295983":"Silver*","43353712328751":"White*","43353712361519":"White*","43353712394287":"White*","43353712427055":"White*","43353712459823":"White*","43353712492591":"White*","43353712525359":"White*","43353712558127":"White*"},"variantToPrice":{"41442707374127":24.95,"41442707406895":24.95,"41442707472431":24.95,"41442707537967":24.95,"41442707570735":24.95,"41442707603503":24.95,"41442707636271":24.95,"41442707669039":24.95,"41442707701807":24.95,"41442707734575":24.95,"41442707767343":24.95,"41442707800111":24.95,"41442707832879":24.95,"43353712164911":24.94,"43353712197679":24.94,"43353712230447":24.94,"43353712263215":24.94,"43353712295983":24.94,"43353712328751":24.94,"43353712361519":24.94,"43353712394287":24.94,"43353712427055":24.94,"43353712459823":24.94,"43353712492591":24.94,"43353712525359":24.94,"43353712558127":24.94},"variantToCompareAtPrice":{},"testOptionToOriginalOption":{"Silver*":"Silver","White*":"White"},"variantToVariant":{"1":{"41442707374127":"43353712164911","41442707406895":"43353712197679","41442707472431":"43353712230447","41442707537967":"43353712263215","41442707570735":"43353712295983","41442707603503":"43353712328751","41442707636271":"43353712361519","41442707669039":"43353712394287","41442707701807":"43353712427055","41442707734575":"43353712459823","41442707767343":"43353712492591","41442707800111":"43353712525359","41442707832879":"43353712558127"}},"lowestPrice":{"0":24.95,"1":24.94},"lowestCompareAtPrice":{"0":0,"1":0},"productIndex":0,"allLowestPrice":24.94,"allLowestCompareAtPrice":0,"firstVariantPrice":{"0":24.95,"1":24.94},"firstVariantCompareAtPrice":{},"isSamePrice":true,"variantPrices":{"0":[24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95,24.95],"1":[24.94,24.94,24.94,24.94,24.94,24.94,24.94,24.94,24.94,24.94,24.94,24.94,24.94]},"variantCompareAtPrices":{"0":[0,0,0,0,0,0,0,0,0,0,0,0,0],"1":[0,0,0,0,0,0,0,0,0,0,0,0,0]},"isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"allOptionsMap":{"Tan*":"Tan","Cranberry*":"Cranberry","White*":"White","Black*":"Black","Sand*":"Sand","Capricorn*":"Capricorn","Light Blue*":"Light Blue","Navy*":"Navy","Royal*":"Royal","Charcoal*":"Charcoal","Kelly*":"Kelly","Midnight Navy*":"Midnight Navy","Grey*":"Grey","Baby Pink*":"Baby Pink","Heather Blue*":"Heather Blue","Royal Heather*":"Royal Heather","Red*":"Red","Dark Grey Heather*":"Dark Grey Heather","Athletic Heather*":"Athletic Heather","Maroon*":"Maroon","Heather Dust*":"Heather Dust","Olive*":"Olive","Steel Blue*":"Steel Blue","Silver*":"Silver","True Royal*":"True Royal","Heather Grey*":"Heather Grey","Heather True Royal*":"Heather True Royal","Graphite Heather*":"Graphite Heather"},"fetchCountryCode":true,"setUrlParmas":false,"experiments":{"665e5e516ec3f92a4a570e70":{"testPercentages":[50,50],"startTime":"2024-06-04T00:22:41.665Z"},"66d1e044a7f99c4c1eafa24d":{"testPercentages":[50,50],"startTime":"2024-08-30T15:07:48.138Z","isFilteredByCountry":true,"filteredCountriesMap":{"US":true}},"672d34669f97c5b25be72663":{"testPercentages":[50,50],"startTime":"2024-11-07T21:43:02.631Z","isFilteredByCountry":true,"filteredCountriesMap":{"US":true}}}}; window.abconvertDict = abconvertDict; (()=>{"use strict";const t=[/Googlebot/,/Googlebot-Image/,/Googlebot-Video/,/Googlebot-News/,/Storebot-Google/,/Google-InspectionTool/,/GoogleOther/,/Google-Extended/,/APIs-Google/,/AdsBot-Google-Mobile/,/AdsBot-Google/,/Mediapartners-Google/,/Google-Safety/,/FeedFetcher-Google/,/GoogleProducer/,/Bingbot/,/Slurp/,/DuckDuckBot/,/Baiduspider/,/YandexBot/,/facebot/,/Twitterbot/],e=(t,e,r)=>{let{operator:n,value:i,action:a,groupIndex:c=0}=e;switch(n){case"contain":return t.includes(i)?o({action:a,groupIndex:c}):-1;case"not contain":return t.includes(i)?-1:o({action:a,groupIndex:c});case"equal":return t===i?o({action:a,groupIndex:c}):-1;case"not equal":return t!==i?o({action:a,groupIndex:c}):-1;default:return-1}},o=t=>{let{action:e,groupIndex:o=0}=t;switch(e){case"assign-test-group":return o;case"assign-random":return"random";default:return 0}};(async()=>{const r=async function(t,e){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const r={method:e,mode:"cors",headers:{"Content-Type":"application/json"}};o&&(r.body=JSON.stringify(o));let n=150,i=0;for(;i<3;)try{const e=await fetch(t,r);if(e.ok)return e.json();throw new Error(await e.json())}catch(t){if(n*=2,i+=1,i>=3)throw t;await new Promise((t=>setTimeout(t,n)))}throw new Error("API Error")};async function n(){localStorage.getItem("abconvert-country")||await async function(){const t=await fetch("https://app.abconvert.io/api/public/get-country-code",{method:"GET",mode:"cors"}),e=(await t.json()).countryCode;e&&localStorage.setItem("abconvert-country",e)}()}function i(){return localStorage.getItem("abconvert-country")}function a(t){let r,n=function(){const t=new URLSearchParams(location.search),e=t.get("preview"),o=t.get("countryCode");return o&&window.sessionStorage.setItem("abconvert-country",o),e&&!isNaN(Number(e))?(window.sessionStorage.setItem("abconvert-preview-number",e),t.get("preview")):window.sessionStorage.getItem("abconvert-preview-number")}();if(n&&!isNaN(Number(n)))if(n>=t.testPercentages.length)r=0;else{let e=!1;if(t.isFilteredByCountry&&t.filteredCountriesMap){const o=window.sessionStorage.getItem("abconvert-country");o&&!t.filteredCountriesMap[o]&&(e=!0)}r=e?0:n}else r=function(t){const{testPercentages:r,isFilteredByCountry:n,filteredCountriesMap:a,isFilteredByAudience:s,audienceFilterList:l,audienceFilterNotMatchAction:u,timeSinceLastArrivalFilter:g,isFilteredByCookie:f,cookieFilterList:d,cookieFilterNotMatchAction:m,newVsReturningVisitorFilter:b,startTime:p}=t;if(n){const t=i();if(a&&!a[t])return 0}if(s&&l.length&&u){let t;t=-1;for(let o=0;o<l.length;o++){const r=l[o],n=r.trafficSource,i=localStorage.getItem(n);if(i&&(t=e(i,r)),-1!=t)break}if(-1==t&&(t=o(u)),"random"!=t)return t}if(f&&d.length&&m){let t;t=-1;for(let o=0;o<d.length;o++){const r=d[o],n=c(r.key);if(n&&(t=e(n,r)),-1!=t)break}if(-1==t&&(t=o(m)),"random"!=t)return t}if(g){const{matchType:t,groupIndex:e,value:o,benchmark:r,otherwise:n}=g,i=(new Date).valueOf(),a=localStorage.getItem("abconvert-first-visit-time")?Number(localStorage.getItem("abconvert-first-visit-time")):i;localStorage.getItem("abconvert-first-visit-time")||localStorage.setItem("abconvert-first-visit-time",i.toString());const c=r-a;if("<"==t&&c<o)return e;if(">"==t&&c>o)return e;if("random"!=n)return n}if(b){let t;const e=(new Date).valueOf(),o=localStorage.getItem("abconvert-first-visit-time")?Number(localStorage.getItem("abconvert-first-visit-time")):e;if(localStorage.getItem("abconvert-first-visit-time")||localStorage.setItem("abconvert-first-visit-time",e.toString()),t=o>new Date(p).valueOf()?b.new:b.returning,"random"!=t)return Number(t)}const v=function(){let t=localStorage.getItem("abconvert-seed");return null==t&&(t=Math.floor(100*Math.random()).toString(),localStorage.setItem("abconvert-seed",t)),t}();let h,w=0;for(h=0;h<r.length;++h)if(w+=r[h],Number(v)<w)return h;return h}(t);return r}function c(t){for(var e=t+"=",o=document.cookie.split(";"),r=0;r<o.length;r++){for(var n=o[r];" "==n.charAt(0);)n=n.substring(1,n.length);if(0==n.indexOf(e))return n.substring(e.length,n.length)}return null}console.log("running ABConvert storewide script 1.0.0");try{if((()=>{const e=navigator.userAgent;return t.some((t=>t.test(e)))})())return;!async function(){abconvertDict&&abconvertDict.fetchCountryCode&&await n(),await async function(){try{for(let t=0;t<10;t++){const t=abconvertDict.experiments;let e={};if(t)for(let[o,r]of Object.entries(t)){const t=a(r);e[o]=t}localStorage.setItem("abconvert-price-test-experiment-to-group-index",JSON.stringify(e)),await n(),console.log("[LOG] Update cart attirbutes: ",{groupInfoPriceTestV1:e});const o=await r((window?.Shopify?.routes?.root??"/")+"cart.js","GET");console.log("[LOG] Original cart attributes: ",o.attributes);let s=o.attributes;const l=c("abconvert-session")||"",u=c("_shopify_y")||"",g={groupInfoPriceTestV1:JSON.stringify(e),abconvertCountry:i(),abconvertSearchParams:c("abconvert-search-params")??"",sessionId:l,clientId:u};if(console.log("[LOG] New cart attributes: ",g),!s.groupInfoPriceTestV1||s.groupInfoPriceTestV1!=JSON.stringify(e)){const t={"Content-Type":"application/json"},e="/cart/update.js",o=JSON.stringify({attributes:g});fetch(e,{method:"POST",headers:t,body:o}).then((t=>{t.ok?console.log("[LOG] Successfully update cart attributes"):console.log("Failed to update cart attributes")}))}}}catch(t){console.log("[ERROR] Update cart attributes: ",t)}}()}()}catch(t){console.log("[ABConvert] Error: ",t.message)}})()})(); (()=>{"use strict";var __webpack_modules__={627:(e,t,r)=>{r.d(t,{G:()=>o,v:()=>n});const n=(e,{operator:t,value:r,action:n,groupIndex:i=0},a)=>{switch(t){case"contain":return e.includes(r)?o({action:n,groupIndex:i}):-1;case"not contain":return e.includes(r)?-1:o({action:n,groupIndex:i});case"equal":return e===r?o({action:n,groupIndex:i}):-1;case"not equal":return e!==r?o({action:n,groupIndex:i}):-1;default:return-1}},o=({action:e,groupIndex:t=0})=>{switch(e){case"assign-test-group":return t;case"assign-random":return"random";default:return 0}}},325:(e,t,r)=>{r.d(t,{W:()=>n});const n="https://app.abconvert.io"},399:(e,t,r)=>{r.d(t,{Gd:()=>o});const n={NEW:"new",RETURNING:"returning",ALL:"all"};function o(e){const t=(new Date).valueOf(),r=localStorage.getItem("abconvert-first-visit-time")?Number(localStorage.getItem("abconvert-first-visit-time")):t;return localStorage.getItem("abconvert-first-visit-time")||localStorage.setItem("abconvert-first-visit-time",t.toString()),r>(e=new Date(e).valueOf())?n.NEW:n.RETURNING}},799:(e,t,r)=>{r.d(t,{Q:()=>o});const n=[/Googlebot/,/Googlebot-Image/,/Googlebot-Video/,/Googlebot-News/,/Storebot-Google/,/Google-InspectionTool/,/GoogleOther/,/Google-Extended/,/APIs-Google/,/AdsBot-Google-Mobile/,/AdsBot-Google/,/Mediapartners-Google/,/Google-Safety/,/FeedFetcher-Google/,/GoogleProducer/,/Bingbot/,/Slurp/,/DuckDuckBot/,/Baiduspider/,/YandexBot/,/facebot/,/Twitterbot/],o=()=>{const e=navigator.userAgent;return n.some((t=>t.test(e)))}}},__webpack_module_cache__={};function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var r=__webpack_module_cache__[e]={exports:{}};return __webpack_modules__[e](r,r.exports,__webpack_require__),r.exports}__webpack_require__.d=(e,t)=>{for(var r in t)__webpack_require__.o(t,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var __webpack_exports__={};(()=>{var _audience_filter_handler_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(627),_helper_is_bot_js__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(799),_config_config_js__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(325),_helper_common_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(399);(async()=>{function uuidV4(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"==e?t:3&t|8).toString(16)}))}function isSafariBrowser(){let e=navigator.userAgent;return e.includes("Safari")&&!e.includes("Chrome")}const currencyRoundingMap={KRW:1e3,INR:100,IDR:1e3,VND:1e3,PHP:100,JPY:100},optionValueKeys=["value","data-value","data-tooltip","data-escape","data-variant-id","data-vid","data-popup","v_id","data-id","data-option-value"];function directToVariant(e){var t=new URLSearchParams(location.search);t.set("variant",e),location.search=t.toString()}function sendViewEventXMR(e){var t=new XMLHttpRequest;let r=_config_config_js__WEBPACK_IMPORTED_MODULE_2__.W+"/api/observe?data="+btoa(JSON.stringify(e));t.open("GET",r),t.onload=function(){console.log(this.responseText)},t.send()}function getPrefixedLocalStorageItems(e){var t=Object.keys(localStorage).filter((function(t){return 0===t.indexOf(e)})),r={};return t.forEach((function(t){var n=t.slice(e.length),o=localStorage.getItem(t);r[n]=o})),r}function getCookie(e){for(var t=e+"=",r=document.cookie.split(";"),n=0;n<r.length;n++){for(var o=r[n];" "==o.charAt(0);)o=o.substring(1,o.length);if(0==o.indexOf(t))return o.substring(t.length,o.length)}return null}function setCookie(e,t,r){var n,o=new Date;o.setTime(o.getTime()+r),n="; expires="+o.toUTCString(),document.cookie=e+"="+(t||"")+n+"; path=/"}async function getSession(){let e=getCookie("abconvert-session");return e||(e=uuidV4(),setCookie("abconvert-session",e,18e5)),e}async function sendVisitorEvent(e){const t=_config_config_js__WEBPACK_IMPORTED_MODULE_2__.W+"/api/observe/session?",r=(0,_helper_common_js__WEBPACK_IMPORTED_MODULE_1__.Gd)(e.startTime);let n=t+"data="+btoa(JSON.stringify(e))+"&visitorType="+r;fetch(n,{mode:"cors"}).then((e=>{e.ok?console.log("visitor recorded"):console.log("Failed to send product view event")}))}function recordVisitor(){getSession().then((async e=>{if(getCookie("abconvert-visitor-recorded"))return;setCookie("abconvert-visitor-recorded",!0,72e5);const t=abconvertDict.experiments;if(t)for(let[r,n]of Object.entries(t)){const t=getGroupIndex(n),o=getCookie("abconvert-search-params"),i=(0,_helper_common_js__WEBPACK_IMPORTED_MODULE_1__.Gd)(n.startTime);sendVisitorEvent({sessionId:e,experimentId:r,groupIndex:t,pathName:window.location.pathname,searchParams:o?JSON.parse(o):"",startTime:n.startTime,visitorType:i})}}))}async function sendViewEvent(e){const t=_config_config_js__WEBPACK_IMPORTED_MODULE_2__.W+"/api/observe?",r=(0,_helper_common_js__WEBPACK_IMPORTED_MODULE_1__.Gd)(e.startTime);let n=t+"data="+btoa(JSON.stringify(e))+"&visitorType="+r;fetch(n,{mode:"cors"}).then((e=>{e.ok?console.log("Product view"):console.log("Failed to send product view event")}))}function formatNumber(e,t=!1){let r=e;if(abconvertDict?.multipleMarketPriceMap){if(!abconvertDict?.multipleMarketPriceMap?.[Shopify.country]&&window.Shopify&&window.Shopify.currency&&window.Shopify.currency.rate&&1!=window.Shopify.currency.rate)if(currencyRoundingMap[window.Shopify.currency.active]){const t=currencyRoundingMap[window.Shopify.currency.active];r=Math.ceil(e*window.Shopify.currency.rate/t)*t}else r=Math.ceil(e*window.Shopify.currency.rate)}else if(window.Shopify&&window.Shopify.currency&&window.Shopify.currency.rate&&1!=window.Shopify.currency.rate)if(currencyRoundingMap[window.Shopify.currency.active]){const t=currencyRoundingMap[window.Shopify.currency.active];r=Math.ceil(e*window.Shopify.currency.rate/t)*t}else r=Math.ceil(e*window.Shopify.currency.rate);return window.isNotShowingDecimal&&Number.isInteger(r)?t?r.toString().replace(".",",").replace(/\B(?=(\d{3})+(?!\d))/g,"."):r.toString().replace(/\B(?=(\d{3})+(?!\d))/g,","):t?parseFloat(r).toFixed(2).replace(".",",").replace(/\B(?=(\d{3})+(?!\d))/g,"."):parseFloat(r).toFixed(2).replace(/\B(?=(\d{3})+(?!\d))/g,",")}function getHashNumber(){let e=localStorage.getItem("abconvert-seed");return null==e&&(e=Math.floor(100*Math.random()).toString(),localStorage.setItem("abconvert-seed",e)),e}function getGroupIndex(e){const{testPercentages:t,isFilteredByCountry:r,filteredCountriesMap:n,isFilteredByAudience:o,audienceFilterList:i,audienceFilterNotMatchAction:a,timeSinceLastArrivalFilter:c,isFilteredByCookie:s,cookieFilterList:l,cookieFilterNotMatchAction:d,newVsReturningVisitorFilter:u,startTime:p}=e;if(r){const e=getCountryCode();if(n&&!n[e])return 0}if(o&&i.length&&a){let e;e=-1;for(let t=0;t<i.length;t++){const r=i[t],n=r.trafficSource,o=localStorage.getItem(n);if(o&&(e=(0,_audience_filter_handler_js__WEBPACK_IMPORTED_MODULE_0__.v)(o,r,a)),-1!=e)break}if(-1==e&&(e=(0,_audience_filter_handler_js__WEBPACK_IMPORTED_MODULE_0__.G)(a)),"random"!=e)return e}if(s&&l.length&&d){let e;e=-1;for(let t=0;t<l.length;t++){const r=l[t],n=getCookie(r.key);if(n&&(e=(0,_audience_filter_handler_js__WEBPACK_IMPORTED_MODULE_0__.v)(n,r,d)),-1!=e)break}if(-1==e&&(e=(0,_audience_filter_handler_js__WEBPACK_IMPORTED_MODULE_0__.G)(d)),"random"!=e)return e}if(c){const{matchType:e,groupIndex:t,value:r,benchmark:n,otherwise:o}=c,i=(new Date).valueOf(),a=localStorage.getItem("abconvert-first-visit-time")?Number(localStorage.getItem("abconvert-first-visit-time")):i;localStorage.getItem("abconvert-first-visit-time")||localStorage.setItem("abconvert-first-visit-time",i.toString());const s=n-a;if("<"==e&&s<r)return t;if(">"==e&&s>r)return t;if("random"!=o)return o}if(u){let e;const t=(new Date).valueOf(),r=localStorage.getItem("abconvert-first-visit-time")?Number(localStorage.getItem("abconvert-first-visit-time")):t;if(localStorage.getItem("abconvert-first-visit-time")||localStorage.setItem("abconvert-first-visit-time",t.toString()),e=r>new Date(p).valueOf()?u.new:u.returning,"random"!=e)return Number(e)}const m=getHashNumber();let f,g=0;for(f=0;f<t.length;++f)if(g+=t[f],Number(m)<g)return f;return f}function isDirectedFromSamePage(){if(document.referrer){const e=new URL(document.referrer);if(e.pathname.includes("/products/"))return decodeURI(e.pathname).replace("/products/","").includes(window.shopifyProductHandle)||decodeURI(e.pathname).replace("/products/","").toLowerCase().includes(window.shopifyProductHandle)}return!1}function isTheRightVariant(){if(abconvertDict[window.shopifyProductId]){const e=abconvertDict[window.shopifyProductId],t=_getGroupIndex(e);let r=e.variantIds[t][0];const n=e.isFirstVariantSelected,o=e.firstVariantId;return!n&&o&&(r=o),new URLSearchParams(location.search).get("variant")==r}return!0}async function handleProductPageVisit(){if((!isDirectedFromSamePage()||!isTheRightVariant())&&abconvertDict[window.shopifyProductId]){const e=abconvertDict[window.shopifyProductId],t=getGroupIndex(e),r=e.variantIds[t][0],n=e.isFirstVariantSelected,o=e.firstVariantId;directToVariant(!n&&o?o:r)}}function handlePreviewProductPageVisit(e){if((!isDirectedFromSamePage()||!isTheRightVariant())&&abconvertDict[window.shopifyProductId]){const t=abconvertDict[window.shopifyProductId];if(e<t.testPercentages.length){let r=!1;if(t.isFilteredByCountry&&t.filteredCountriesMap){const e=getPreviewCountryCode();e&&!t.filteredCountriesMap[e]&&(r=!0)}if(r){const e=t.variantIds[0][0],r=t.isFirstVariantSelected,n=t.firstVariantId;directToVariant(!r&&n?n:e)}else{const r=t.variantIds[e][0],n=t.isFirstVariantSelected,o=t.firstVariantId;directToVariant(!n&&o?o:r)}}else{const e=t.variantIds[0][0],r=t.isFirstVariantSelected,n=t.firstVariantId;directToVariant(!r&&n?n:e)}}}function getVariantsToHide(e,t){return e.variantIds.all.filter((r=>!e.variantIds[t].includes(r)))}function getVariants(e,t){return e.variantIds[t]}function getVariantsOption(e,t){return Array.from(new Set(t.map((t=>e.variantToOption[t]))))}function handleSingleVariant(e){const t=e.querySelector("variant-radios"),r=e.querySelector("variant-selects");if(t&&(t.getAttribute("data-processed-abconvert-single-variant")||(t.style.display="none",t.setAttribute("data-processed-abconvert-single-variant","true"))),r&&(r.getAttribute("data-processed-abconvert-single-variant")||(r.style.display="none",r.setAttribute("data-processed-abconvert-single-variant","true"))),window.singleVariantSelector){const t=e.querySelectorAll(window.singleVariantSelector);if(t)for(let e of t)e.getAttribute("data-processed-abconvert-single-variant")||(e.style.display="none",e.setAttribute("data-processed-abconvert-single-variant","true"));window.customClassSelector&&e.querySelector(window.customClassSelector).classList.add("abconvert-custom-class")}}function handleVariantInputElement(e,t){if(!e.getAttribute("data-processed-abconvert-input-element")&&t.includes(e.value)){const t=e.parentElement,r=e.previousElementSibling,n=e.nextElementSibling;try{"LABEL"==r?.nodeName&&r.getAttribute("for")==e.getAttribute("id")&&(r.style.display="none"),"LABEL"==n?.nodeName&&n.getAttribute("for")==e.getAttribute("id")&&(n.style.display="none"),"SPAN"==r?.nodeName&&r.textContent.trim()==e.value&&(r.style.display="none"),"SPAN"==n?.nodeName&&n.textContent.trim()==e.value&&(n.style.display="none")}catch(e){}e.remove(),t&&0==t.childElementCount&&!t.textContent.trim()&&(t.style.display="none"),t&&1==t.childElementCount&&"INPUT"==t.children[0].nodeName&&(t.style.display="none"),t&&"DIV"==t.nodeName&&t.classList.contains("color-swatch-option")&&t.remove(),e.setAttribute("data-processed-abconvert-input-element","true")}}function handleOptionElement(e,t){e.getAttribute("data-processed-abconvert-option-element")||t.includes(e.value)&&(e.style.display="none",isSafariBrowser()&&e.remove(),e.setAttribute("data-processed-abconvert-option-element","true"))}function handleDataValueOption(e,t){e.map((e=>{const r=t.querySelectorAll(`[data-value="${e}"],[data-option="${e}"],[data-option-value="${e}"],[data-name="${e}"],[data-button="${e}"],[data-swatch-option="${e}"]`);for(let e of r)if(!e.getAttribute("data-processed-abconvert-data-value-option")){const t=e.parentElement;e.style.display="none",t&&0==t.childElementCount&&!t.textContent.trim()&&(t.style.display="none"),t&&t.parentElement&&t.parentElement.classList.contains("sf__tooltip-top")&&(t.parentElement.style.display="none"),e.setAttribute("data-processed-abconvert-data-value-option","true")}}))}function removeVariantsByOptions(e,t){createNodeFilterByValue(document.body,e).forEach((t=>{"INPUT"==t?.nodeName&&handleVariantInputElement(t,e),"OPTION"!=t?.nodeName&&"BUTTON"!=t?.nodeName||handleOptionElement(t,e)})),t&&handleSingleVariant(document.body),handleDataValueOption(e,document.body)}function getVariantById(e){const t=["value","data-value","data-tooltip","data-escape","data-variant-id","data-vid","data-popup","v_id","data-id","date-option-value","data-variantid","data-var_id"].map((t=>"["+t+'="'+e+'"]')).join(",");return document.querySelectorAll(t)}function getVariantByIdInElement(e,t){const r=["value","data-value","data-tooltip","data-escape","data-variant-id","data-vid","data-popup","v_id","data-id","date-option-value","data-variantid","data-var_id"].map((e=>"["+e+'="'+t+'"]')).join(",");return e.querySelectorAll(r)}function isOptionValueKeyExists(e,t){var r=new RegExp(t.join("|")+'=\\"\\d+\\"',"");return Array.from(e).some((function(e){return r.test(null==e?void 0:e.outerHTML)}))}function removeOptionsByVariantId(e){e.map((e=>{const t=getVariantById(e);for(let e of t)if(!e.parentElement?.classList.contains("rebuy-select")&&!e.getAttribute("data-processed-abconvert"))if("OPTION"===e.nodeName||"LI"===e.nodeName&&e.classList.contains("option"))e.style.display="none",isSafariBrowser()&&e.remove();else{e.style.display="none",e.setAttribute("data-processed-abconvert","true");const t=e.previousElementSibling,r=e.nextElementSibling;try{"LABEL"==t?.nodeName&&t.getAttribute("for")==e.getAttribute("id")&&(t.style.display="none"),"LABEL"==r?.nodeName&&r.getAttribute("for")==e.getAttribute("id")&&(r.style.display="none")}catch(e){}}}))}function removeOptionsByVariantIdInElement(e,t,r){t.map((t=>{const n=getVariantByIdInElement(e,t),o=[];for(let e of n)e.getAttribute("data-processed-abconvert")||("OPTION"===e.nodeName||"LI"===e.nodeName&&e.classList.contains("option")?(o.push(e.parentElement),e.style.display="none",isSafariBrowser()&&e.remove()):(e.style.display="none",e.setAttribute("data-processed-abconvert","true")));if(r)for(let e of o)"SELECT"==e?.nodeName&&(e.style.display="none")}))}function renameOptionsByVariantIds(e,t,r){e.map((e=>{const n=getVariantById(e);for(let o of n)o.getAttribute("data-processed-abconvert")||(o.textContent=o.textContent.replace(t[e],r[t[e]]),o.setAttribute("data-processed-abconvert","true"))}))}function handleBundleItemVariantIdInputs(e){e.map((e=>{const t=getVariantById(e);for(let e of t)e.getAttribute("data-processed-abconvert")&&e.getAttribute("input-clicked-abconvert")||("INPUT"==e.nodeName&&(e.setAttribute("checked","true"),elementChange(e)),"OPTION"==e.nodeName&&(e.setAttribute("selected","true"),elementChange(e)),e.setAttribute("input-clicked-abconvert","true"),e.setAttribute("data-processed-abconvert","true"))}))}function selectFirstOption(e){const t=e.querySelector("select");if(t&&!t.getAttribute("data-processed-abconvert-select-first-option")){const e=t.options;for(let r=0;r<e.length;r++)if("none"!=e[r].style.display){t.selectedIndex=r;break}t.setAttribute("data-processed-abconvert-select-first-option","true")}}function handleBundleItem(){const e=getBundleElements(),t=Object.keys(abconvertDict);for(let r of e){"IFRAME"==r.nodeName&&(r=r.contentWindow.document.body);for(let e of t)if(isNumber(e)){const t=abconvertDict[e],n=getGroupIndex(t),o=getVariantsToHide(t,n),i=getVariants(t,n),a=t.hasOnlyDefaultVariant??!1;removeElementVariantByOption(r,getVariantsOption(t,o),a),0!=n&&(renameVariantById(i,t.variantToOption),renameAllOptions()),removeOptionsByVariantIdInElement(r,o,a)}}}function handlePreviewBundleItem(e){const t=getBundleElements(),r=Object.keys(abconvertDict);for(let n of t){"IFRAME"==n.nodeName&&(n=n.contentWindow.document.body);for(let t of r)if(isNumber(t)){const r=abconvertDict[t];let o;if(e<r.testPercentages.length){let t=!1;if(r.isFilteredByCountry&&r.filteredCountriesMap){const e=getPreviewCountryCode();e&&!r.filteredCountriesMap[e]&&(t=!0)}o=t?0:e}else o=0;const i=getVariantsToHide(r,o),a=getVariants(r,o),c=r.hasOnlyDefaultVariant??!1;removeElementVariantByOption(n,getVariantsOption(r,i),c),0!=o&&(renameVariantById(a,r.variantToOption),renameAllOptions()),removeOptionsByVariantIdInElement(n,i,c)}}}function selectElementByOption(e){const t=document.querySelectorAll(`[data-value="${e}"]`);for(let e of t)e.click()}function applyStyleToTestVariant(e){for(let[t,r]of Object.entries(e)){const e=document.querySelector(`[data-value="${r}"]`),n=document.querySelectorAll(`[data-value="${t}"]`);for(let t of n)if(t&&!t.getAttribute("data-processed-abconvert-color-swatch")&&e){let r=e.style.cssText;r=r.replace("display: none",""),t.style.cssText=r,t.setAttribute("data-processed-abconvert-color-swatch","true")}}}function _handleProductPage(e,t){const r=getVariantsToHide(e,t),n=e.hasOnlyDefaultVariant??!1,o=getVariantsOption(e,r);removeVariantsByOptions(o,n),removeOptionsByVariantId(r),window.shouldRenameVariantById&&0!=t&&renameVariantById(e.variantIds[t],e.variantToOption),window.hasMutationOptions&&new MutationObserver((e=>{removeVariantsByOptions(o,n),removeOptionsByVariantId(r)})).observe(document.body,{childList:!0,subtree:!0}),document.querySelectorAll(".abconvert-element").forEach((e=>{e.classList.remove("abconvert-element")}))}function handleProductPage(){if(abconvertDict[window.shopifyProductId]){const e=abconvertDict[window.shopifyProductId],t=getGroupIndex(e);if(isDirectedFromSamePage()&&!window.sessionStorage.getItem(e.productId)){let r=!0;if(e.isFilteredByCountry&&e.filteredCountriesMap){const t=getCountryCode();e.filteredCountriesMap[t]||(r=!1)}if(r){const r=getCookie("abconvert-search-params");sendViewEvent({productIndex:e.productIndex,productId:e.productId,groupIndex:t,experimentId:e.experimentId,searchParams:r?JSON.parse(r):"",startTime:e.startTime}),window.sessionStorage.setItem(e.productId,"true")}}_handleProductPage(e,t)}document.querySelectorAll(".abconvert-element").forEach((e=>{e.classList.remove("abconvert-element")}))}function handlePreviewProductPage(e){if(abconvertDict[window.shopifyProductId]){const t=abconvertDict[window.shopifyProductId];let r;if(e<t.testPercentages.length){let n=!1;if(t.isFilteredByCountry&&t.filteredCountriesMap){const e=getPreviewCountryCode();e&&!t.filteredCountriesMap[e]&&(n=!0)}r=n?0:e}else r=0;_handleProductPage(t,r)}document.querySelectorAll(".abconvert-element").forEach((e=>{e.classList.remove("abconvert-element")}))}function getPreviewNumber(){const e=new URLSearchParams(location.search),t=e.get("preview"),r=e.get("countryCode");return r&&window.sessionStorage.setItem("abconvert-country",r),t&&!isNaN(Number(t))?(window.sessionStorage.setItem("abconvert-preview-number",t),e.get("preview")):window.sessionStorage.getItem("abconvert-preview-number")}function getProductList(){let e;return e=window.productCardClass?window.isAttributeQuerySelector?window.productCardClass:window.productCardClass.split(",").map((e=>"a"==e?e:"."+e)).join(","):["card-wrapper","product-item","grid-product__wrapper","collection-list__item","grid__item","grid-product","product-grid-item","product-card","grid-item","product-block","product__grid","ProductItem","product"].map((e=>"."+e)).join(","),document.querySelectorAll(e)}function removeElementVariantByOption(e,t,r){createNodeFilterByValue(e,t).forEach((e=>{"INPUT"==e?.nodeName&&handleVariantInputElement(e,t),"OPTION"==e?.nodeName&&handleOptionElement(e,t)})),r&&handleSingleVariant(e),handleDataValueOption(t,e)}function renameElementOptions(e,t){const r=Object.keys(t),n=createNodeFilterByTextContent(e,r);for(let e of n){const n=e.parentElement;n&&!n?.getAttribute("data-processed-abconvert")&&(t[e?.textContent?.trim()]?e.textContent=e?.textContent.replaceAll(e?.textContent?.trim(),t[e?.textContent?.trim()]):r.forEach((r=>{e?.textContent?.trim().includes(r)&&(e.textContent=t[r])})),n?.setAttribute("data-processed-abconvert","true"))}}function isAddToCartExist(e){return!!e.querySelector('form[action="/cart/add"]')}function updateAddToCart(e,t){const r=e.querySelector('form[action="/cart/add"]');if(r){const e=r.querySelector('input[name="id"]');e&&(e.value=t)}}function renameOptions(e){const t=Object.keys(e).reverse(),r=createNodeFilterByTextContent(document.body,t);for(let n of r){const r=n.parentElement;r&&!r?.getAttribute("data-processed-abconvert")&&(e[r?.textContent?.trim()]?n.textContent=n?.textContent.replaceAll(n?.textContent?.trim(),e[n?.textContent?.trim()]):t.forEach((t=>{n?.textContent?.trim().includes(t)&&(n.textContent=n.textContent.replace(t,e[t]))})),elementChange(r),r?.setAttribute("data-processed-abconvert","true"))}}function renameAllOptions(){const e=abconvertDict.allOptionsMap,t=Object.keys(e).reverse();createNodeFilterByTextContent(document.body,t).forEach((r=>{const n=r.parentElement;n&&!n.getAttribute("data-processed-abconvert-rename-all-options")&&t.forEach((t=>{r.textContent?.trim().includes(t)&&("Default Title"!=e[t]&&(r.textContent=r.textContent.replaceAll(t,e[t]),n.setAttribute("data-processed-abconvert-rename-all-options","true")),n.textContent?.includes("Default Title")&&"SPAN"==n.nodeName&&(n.previousSibling.textContent?.includes("Title")&&"SPAN"==n.previousSibling.nodeName&&(n.previousSibling.style.display="none"),n.style.display="none"))}))})),createNodeFilterByTextContent(document.body,["Title:","Default Title","Default Title*","Default Title**","Default Title***","Default Title****"]).forEach((e=>{const t=e.parentElement;t&&!t.getAttribute("data-processed-abconvert-default-title")&&(t.textContent?.includes("Default Title")||t.textContent?.includes("Title:"))&&(t.style.display="none")}))}function renameVariantById(e,t){const r=abconvertDict.allOptionsMap;let n=!1;e.forEach((e=>{const o=getVariantById(e);for(let i of o)if(!i.getAttribute("data-processed-abconvert-remove-variant-by-id")&&("OPTION"===i.nodeName||"LI"===i.nodeName&&i.classList.contains("option"))){const o=t[e];i.textContent=i.textContent.replace(o,r[o]),i.setAttribute("data-processed-abconvert-remove-variant-by-id","true"),n||(i.setAttribute("selected","selected"),elementChange(i),n=!0)}}))}function elementChange(e){try{e.dispatchEvent(new Event("change",{bubbles:!0}))}catch(e){console.log("Failed to trigger a change event.")}}function elementClick(e){try{e.dispatchEvent(new Event("click",{bubbles:!0}))}catch(e){console.log("Failed to trigger a click event.")}}function selectFirstVariant(e,t){const r=e.querySelectorAll("form");for(let e of r){const r=e.querySelector("input[name='id']");r&&(r.getAttribute("data-processed-abconvert-add-to-cart")||(r.setAttribute("value",t),r.setAttribute("data-processed-abconvert-add-to-cart","true")))}}function selectFirstInput(e,t){const r=e.querySelector(`input[value="${t}"]`);r&&(r.getAttribute("data-processed-abconvert-select-first-input")||(r.checked=!0,r.setAttribute("data-processed-abconvert-select-first-input","true")))}function cleanUpProductByProductId(e,t,r){const n=abconvertDict[t],o=getVariantsToHide(n,r),i=n.hasOnlyDefaultVariant??!1,a=getVariantsOption(n,o);removeElementVariantByOption(e,a,i),removeOptionsByVariantId(o),0!=r&&(selectFirstVariant(e,n.variantIds[r][0]),selectFirstInput(e,n.variantToOption[n.variantIds[r][0]]),registerFunctionOnWindowLoad((()=>{selectFirstVariant(e,n.variantIds[r][0])})),selectFirstOption(e),selectOptionByVariantId(e,n.variantIds[r][0]))}function handleSwatchVariantColor(e){const t=e.querySelector(".grid-product__colors");if(t){const e={};for(let r of t.childNodes)"SPAN"==r.nodeName&&(e[r.style.backgroundColor]?r.style.display="none":e[r.style.backgroundColor]=!0)}}function changeElementPrice(e,t,r){e.innerHTML=e.innerHTML.replaceAll(t,r)}function isProductExist(e,t){const r=e.querySelectorAll("a");if(r.length)return Array.from(r).filter((e=>{if(!e.href)return!1;const r=new URL(e.href).pathname.split("/");return r[r.length-1]==encodeURI(`${t}`)})).length>0;{if("A"==e.nodeName){if(!e.href)return!1;const r=new URL(e.href).pathname.split("/");return r[r.length-1]==encodeURI(`${t}`)}const r=e.getAttribute("data-url");if(r){const e=r.split("/");return e[e.length-1]==encodeURI(`${t}`)}{const r=e.querySelectorAll("[data-url]");if(r.length)return Array.from(r).filter((e=>{const r=e.getAttribute("data-url").split("/");return r[r.length-1]==encodeURI(`${t}`)})).length>0}return!1}}function isProductExistById(e,t){const r=["data-product-id","id"].map((e=>"["+e+'="'+t+'"]')).join(",");return 0!=e.querySelectorAll(r).length||e.getAttribute("data-product-id")==t}const allEqual=e=>e.every((t=>t===e[0]));function generatePriceParams(e,t){const r=e[0].price,n=allEqual(r),o=Math.min(...r),i=Math.min(...e[0].compareAtPrice),a=[].concat(...Object.keys(e).map((t=>e[t].price))),c=[].concat(...Object.keys(e).map((t=>e[t].compareAtPrice)));return{originLowestPrice:o,originCompareAtPrice:i,lowestPrice:Math.min(...a),lowestCompareAtPrice:Math.min(...c),priceToReplace:Math.min(...e[t].price),compareAtPriceToReplace:Math.min(...e[t].compareAtPrice),originalFirstVariantPrice:e[0].price[0],originalFirstVariantCompareAtPrice:e[0].compareAtPrice[0],firstVariantPrice:e[t].price[0],firstVariantCompareAtPrice:e[t].compareAtPrice[0],onlyVariant:1==r.length,isSamePrice:n}}function getProductCardParams(e,t){if(abconvertDict.multipleMarketPriceMap&&abconvertDict.multipleMarketPriceMap[Shopify.country]){const r=e.productId,n=abconvertDict.multipleMarketPriceMap[Shopify.country][r];if(n)return{...generatePriceParams(n,t),slug:e.slug}}const r=e.lowestPrice[0],n=e.lowestCompareAtPrice[0],o=e.allLowestPrice,i=e.allLowestCompareAtPrice,a=e.lowestPrice[t],c=e.lowestCompareAtPrice[t],s=e.slug,l=1==e.variantIds[t].length;return{originLowestPrice:r,originCompareAtPrice:n,lowestPrice:o,lowestCompareAtPrice:i,priceToReplace:a,compareAtPriceToReplace:c,originalFirstVariantPrice:e.firstVariantPrice[0],originalFirstVariantCompareAtPrice:e.firstVariantCompareAtPrice[0],firstVariantPrice:e.firstVariantPrice[t],firstVariantCompareAtPrice:e.firstVariantCompareAtPrice[t],slug:s,onlyVariant:l,isSamePrice:!!e.isSamePrice}}function _handleProductCard(e,t,r,{originLowestPrice:n,originCompareAtPrice:o,lowestPrice:i,lowestCompareAtPrice:a,priceToReplace:c,compareAtPriceToReplace:s,originalFirstVariantPrice:l,originalFirstVariantCompareAtPrice:d,firstVariantPrice:u,firstVariantCompareAtPrice:p,slug:m,onlyVariant:f,isSamePrice:g}){if((isProductExist(e,m)||isProductExistById(e,r))&&!e.getAttribute("data-processed-abconvert")){cleanUpProductByProductId(e,r,t);const m={};if(m[formatNumber(i)]=formatNumber(c),m[formatNumber(i,!0)]=formatNumber(c,!0),m[formatNumber(n)]=formatNumber(c),m[formatNumber(n,!0)]=formatNumber(c,!0),a&&s&&(m[formatNumber(a)]=formatNumber(s),m[formatNumber(o)]=formatNumber(s),m[formatNumber(a,!0)]=formatNumber(s,!0),m[formatNumber(o,!0)]=formatNumber(s,!0)),m[formatNumber(l)]=formatNumber(u),m[formatNumber(l,!0)]=formatNumber(u,!0),d&&p&&(m[formatNumber(d)]=formatNumber(p),m[formatNumber(d,!0)]=formatNumber(p,!0)),window.isSavingAmountExist){const e=a-i,t=o-n,r=s-c;a>0&&(m[formatNumber(e)]=formatNumber(r),m[formatNumber(e,!0)]=formatNumber(r,!0)),t>0&&(m[formatNumber(t)]=formatNumber(r),m[formatNumber(t,!0)]=formatNumber(r,!0))}const f=Object.keys(m),b=createNodeFilterByPrice(e,f);for(let e of b)e.parentNode.getAttribute("data-processed-abconvert-price")||f.forEach((t=>{e.parentNode.getAttribute("data-processed-abconvert-price")||e.textContent?.trim().includes(t)&&(e.textContent=e.textContent.replace(t,m[t]),e.parentNode.setAttribute("data-processed-abconvert-price","true"))}));if(g){let t;t=window.fromText&&"string"==typeof window.fromText?[window.fromText,window.fromText.toLowerCase()]:["From","from"];const r=createNodeFilterByPrice(e,t);for(let e of r){const r=e.parentNode;r.getAttribute("data-processed-abconvert-from-text")||(t.forEach((t=>{e.textContent?.trim().includes(t)&&(e.textContent=e.textContent.replaceAll(t,""))})),r.setAttribute("data-processed-abconvert-from-text","true"))}if(window.priceVariesClass){const t=e.querySelector(`${window.priceVariesClass}`);t&&(t.style.display="none")}}handleSwatchVariantColor(e),e.setAttribute("data-processed-abconvert","true")}}function handleProductCard(){const e=getProductList();for(let[t,r]of Object.entries(abconvertDict))if(isNumber(t)){const t=getGroupIndex(r),{originLowestPrice:n,originCompareAtPrice:o,lowestPrice:i,lowestCompareAtPrice:a,priceToReplace:c,compareAtPriceToReplace:s,originalFirstVariantPrice:l,originalFirstVariantCompareAtPrice:d,firstVariantPrice:u,firstVariantCompareAtPrice:p,slug:m,onlyVariant:f,isSamePrice:g}=getProductCardParams(r,t);for(let b of e)_handleProductCard(b,t,r.productId,{originLowestPrice:n,originCompareAtPrice:o,lowestPrice:i,lowestCompareAtPrice:a,priceToReplace:c,compareAtPriceToReplace:s,originalFirstVariantPrice:l,originalFirstVariantCompareAtPrice:d,firstVariantPrice:u,firstVariantCompareAtPrice:p,slug:m,onlyVariant:f,isSamePrice:g})}document.querySelectorAll(".abconvert-element").forEach((e=>{e.classList.remove("abconvert-element")}))}function isNumber(e){return!isNaN(parseFloat(e))&&isFinite(e)}function handlePreviewProductCard(e){const t=getProductList();for(let[r,n]of Object.entries(abconvertDict))if(isNumber(r)){let r;if(e>=n.testPercentages.length)r=0;else{let t=!1;if(n.isFilteredByCountry&&n.filteredCountriesMap){const e=getPreviewCountryCode();e&&!n.filteredCountriesMap[e]&&(t=!0)}r=t?0:e}const{originLowestPrice:o,originCompareAtPrice:i,lowestPrice:a,lowestCompareAtPrice:c,priceToReplace:s,compareAtPriceToReplace:l,originalFirstVariantPrice:d,originalFirstVariantCompareAtPrice:u,firstVariantPrice:p,firstVariantCompareAtPrice:m,slug:f,onlyVariant:g,isSamePrice:b}=getProductCardParams(n,r);for(let e of t)_handleProductCard(e,r,n.productId,{originLowestPrice:o,originCompareAtPrice:i,lowestPrice:a,lowestCompareAtPrice:c,priceToReplace:s,compareAtPriceToReplace:l,originalFirstVariantPrice:d,originalFirstVariantCompareAtPrice:u,firstVariantPrice:p,firstVariantCompareAtPrice:m,slug:f,onlyVariant:g,isSamePrice:b})}document.querySelectorAll(".abconvert-element").forEach((e=>{e.classList.remove("abconvert-element")}))}function handleAddToCartSubmit(){document.addEventListener("submit",(function(e){"string"==typeof e.target.action==("/cart/add"===e.target.action.slice(-9))&&renameAllOptions()}))}function getBundleElements(){let e;e=window.bundleClassName?bundleClassName:"vtl-ub-bundle-box__product-list,cbb-frequently-bought-container,th_pb_list_ul,bold-bundles-widget__items,ast-vd-total-price-wrapper";const t=e.split(",").map((e=>e.includes("#")?e:"."+e)).join(",");return document.querySelectorAll(t)}function isBundleAdded(){return!!getBundleElements().length}async function fetchCountryCode(){const e=await fetch(_config_config_js__WEBPACK_IMPORTED_MODULE_2__.W+"/api/public/get-country-code",{method:"GET",mode:"cors"}),t=(await e.json()).countryCode;t&&localStorage.setItem("abconvert-country",t)}function setUrlParams(){const e=new URLSearchParams(location.search);for(let[t,r]of e.entries())localStorage.setItem(t,r)}async function setCountryCode(){localStorage.getItem("abconvert-country")||await fetchCountryCode()}function getCountryCode(){return localStorage.getItem("abconvert-country")}function getPreviewCountryCode(){return window.sessionStorage.getItem("abconvert-country")}function handleCandyRackUpsell(){const e=document.body;new MutationObserver((function(e,t){for(let t of e)if("childList"===t.type&&t.addedNodes.length>0)for(let e of t.addedNodes)"IFRAME"==e.nodeName&&"candyrack-frame"==e.getAttribute("id")&&_handleCandyRackIframeElemet(e)})).observe(e,{childList:!0,subtree:!0})}const _handleCandyRackIframeElemet=e=>{const t=e.contentWindow.document.body;let r=getPreviewNumber();setTimeout((()=>{const e=t.querySelectorAll("li");for(let n of e){let e=n.getAttribute("id"),o=n.getAttribute("data-offer-id");const i=e.replace(o,"");if(abconvertDict[i]){const e=abconvertDict[i];let o;if(r&&!isNaN(Number(r)))if(r>=e.testPercentages.length)o=0;else{let t=!1;if(e.isFilteredByCountry&&e.filteredCountriesMap){const r=getPreviewCountryCode();r&&!e.filteredCountriesMap[r]&&(t=!0)}o=t?0:r}else o=getGroupIndex(e);const a=getVariantsToHide(e,o),c=e.hasOnlyDefaultVariant??!1;if(selectOptionByVariantId(n,e.variantIds[o][0]),removeOptionsByVariantIdInElement(n,a,c),c&&(n.querySelector(".Select-Variant--wrapper").style.display="none"),0!=o){const r=getVariants(e,o);renameVariantIdInCandyRackElement(t,r,e.variantToOption)}}}}),1e3),e.onload=function(){const e=t.querySelectorAll("li");for(let n of e){let e=n.getAttribute("id"),o=n.getAttribute("data-offer-id");const i=e.replace(o,"");if(abconvertDict[i]){const e=abconvertDict[i];let o;if(r&&!isNaN(Number(r)))if(r>=e.testPercentages.length)o=0;else{let t=!1;if(e.isFilteredByCountry&&e.filteredCountriesMap){const r=getPreviewCountryCode();r&&!e.filteredCountriesMap[r]&&(t=!0)}o=t?0:r}else o=getGroupIndex(e);const a=getVariantsToHide(e,o),c=e.hasOnlyDefaultVariant??!1;if(selectOptionByVariantId(n,e.variantIds[o][0]),removeOptionsByVariantIdInElement(n,a,c),c&&(n.querySelector(".Select-Variant--wrapper").style.display="none"),0!=o){const r=getVariants(e,o);renameVariantIdInCandyRackElement(t,r,e.variantToOption)}}}}};function selectOptionByVariantId(e,t){const r=e.querySelector("select");if(r&&!r.getAttribute("data-processed-abconvert-select-first-option-by-id")){const e=r.options;for(let n=0;n<e.length;n++)if(e[n].value==t){r.selectedIndex=n;break}r.setAttribute("data-processed-abconvert-select-first-option-by-id","true")}}function renameVariantIdInCandyRackElement(e,t,r){const n=abconvertDict.allOptionsMap;t.forEach((t=>{const o=getVariantByIdInElement(e,t);for(let e of o)if(!e.getAttribute("data-processed-abconvert-candy-rack")&&"OPTION"===e.nodeName){const o=r[t];e.textContent=e.textContent.replace(o,n[o]),e.setAttribute("data-processed-abconvert-candy-rack","true")}}))}function handleFrequentlyBoughtTogether(e){const t=Object.keys(abconvertDict),r=e.querySelector(".cbb-frequently-bought-selector-list").childNodes;if(!e.getAttribute("data-processed-abconvert-frequently-bought-together")){for(let e of t)if(Number(e))for(let t of r)if(t.querySelector(`[name="product_${e}"]`)){const r=abconvertDict[e];let n,o=getPreviewNumber();if(o&&!isNaN(Number(o)))if(o>=r.testPercentages.length)n=0;else{let e=!1;if(r.isFilteredByCountry&&r.filteredCountriesMap){const t=getPreviewCountryCode();t&&!r.filteredCountriesMap[t]&&(e=!0)}n=e?0:o}else n=getGroupIndex(r);const i=getVariantsToHide(r,n),a=r.hasOnlyDefaultVariant??!1;selectOptionByVariantId(t,r.variantIds[n][0]),removeOptionsByVariantIdInElement(t,i,a)}e.setAttribute("data-processed-abconvert-frequently-bought-together","true")}}function handleQuickAddDrawer(){new MutationObserver((function(e){for(let t of e)if("QUICK-BUY-DRAWER"==t.target.nodeName){const e=t.target.getAttribute("id").split("-").pop(),r=abconvertDict[e];if(r){let e;const n=r.testPercentages.length;let o=getPreviewNumber();if(o&&!isNaN(Number(o)))if(o<n){let t=!1;if(r.isFilteredByCountry&&r.filteredCountriesMap){const e=getPreviewCountryCode();e&&!r.filteredCountriesMap[e]&&(t=!0)}e=t?0:o}else e=0;else e=getGroupIndex(r);const{originLowestPrice:i,originCompareAtPrice:a,lowestPrice:c,lowestCompareAtPrice:s,priceToReplace:l,compareAtPriceToReplace:d,originalFirstVariantPrice:u,originalFirstVariantCompareAtPrice:p,firstVariantPrice:m,firstVariantCompareAtPrice:f,slug:g,onlyVariant:b,isSamePrice:v}=getProductCardParams(r,e);_handleProductCard(t.target,e,r.productId,{originLowestPrice:i,originCompareAtPrice:a,lowestPrice:c,lowestCompareAtPrice:s,priceToReplace:l,compareAtPriceToReplace:d,originalFirstVariantPrice:u,originalFirstVariantCompareAtPrice:p,firstVariantPrice:m,firstVariantCompareAtPrice:f,slug:g,onlyVariant:b,isSamePrice:v})}}})).observe(document.body,{childList:!0,subtree:!0})}function _getGroupIndex(e){let t,r=getPreviewNumber();if(r&&!isNaN(Number(r)))if(r>=e.testPercentages.length)t=0;else{let n=!1;if(e.isFilteredByCountry&&e.filteredCountriesMap){const t=getPreviewCountryCode();t&&!e.filteredCountriesMap[t]&&(n=!0)}t=n?0:r}else t=getGroupIndex(e);return t}function handleRebuyWidgets(){document.addEventListener("rebuy.ready",(function(e){const t=window.Rebuy.widgets;for(let e=0;e<t.length;++e){const r=t[e];if("ready"==r.status){const e=r.data.products;for(let t=0;t<e.length;++t){let r=e[t];if(abconvertDict[r.id]){const e=abconvertDict[r.id];let t=_getGroupIndex(e);const n=e.variantIds[t],o=r.variants.filter((e=>n.includes(e.id.toString())));1==o.length&&(o[0].title="Default Title"),r.variants=o,r.selected_variant=o[0],r.selected_variant_id=Number(o[0].id)}}}}}))}function handleUpcartUpsell(e){if(0!=e.length)for(let t of e){const e=t.id,r=abconvertDict[e];if(r){const e=_getGroupIndex(r);if(0!=e){const n=r.variantIds[e][0],o=r.variantToPrice[n];if(t.price=100*o,t.compare_at_price){const e=r.variantToCompareAtPrice[n];t.compare_at_price=100*e}if(t.variants.length>r.variantIds[e].length){const n=getVariantsToHide(r,e).map((e=>Number(e))),o=t.variants.filter((e=>!n.includes(e.id)));t.variants=o}else{const n=t.variants.map((t=>{const n=t.id,o=r.variantToVariant[e][n];if(o){const e=r.variantToPrice[o],n=r.variantToCompareAtPrice[o];return{...t,id:Number(o),price:100*e,compare_at_price:n?100*n:null}}return t}));t.variants=n}}}}}function handleUpcartModifyCart(e){for(let t of e.items){const e=t.product_id,r=abconvertDict[e];r&&r.hasOnlyDefaultVariant&&(t.product_has_only_default_variant=!0)}}function recordSearchParams(){if(!getCookie("abconvert-search-params")){const e=new URLSearchParams(location.search);if(e.size){const t={};for(let[r,n]of e.entries())"variant"!=r&&"page"!=r&&(t[r]=n);setCookie("abconvert-search-params",JSON.stringify(t),72e5)}}}async function abconvertOperation(){const styleElement=document.createElement("style"),cssRule="\n .abconvert-element {\n display: none !important;\n }\n /* Add more CSS rules here */\n ";styleElement.textContent=cssRule,document.head.appendChild(styleElement),setTimeout((()=>{document.head.removeChild(styleElement)}),2500);const previewNumber=getPreviewNumber();abconvertDict&&abconvertDict.fetchCountryCode&&await setCountryCode(),abconvertDict&&abconvertDict.setUrlParmas&&setUrlParams(),previewNumber||recordVisitor(),("index"==window.pageType||"collection"==window.pageType||window.pageType.includes("search")||"page"==window.pageType)&&(previewNumber&&!isNaN(Number(previewNumber))?(registerFunction((()=>{handlePreviewProductCard(Number(previewNumber))})),registerFunction((()=>{const e=new MutationObserver((function(e){handlePreviewProductCard(Number(previewNumber))}));try{e.observe(document.body,{childList:!0,subtree:!0})}catch(e){console.log("[ABConvert] Error: ",e.message)}}))):(registerFunction(handleProductCard),registerFunction((()=>{const e=new MutationObserver((function(e){handleProductCard()}));try{e.observe(document.body,{childList:!0,subtree:!0})}catch(e){console.log("[ABConvert] Error: ",e.message)}})))),"product"==window.pageType&&(previewNumber&&!isNaN(Number(previewNumber))?(handlePreviewProductPageVisit(Number(previewNumber)),registerFunction((()=>{handlePreviewProductPage(Number(previewNumber))})),registerFunction((()=>{const e=document.querySelector(".cbb-frequently-bought-container");e&&handleFrequentlyBoughtTogether(e),new MutationObserver((function(e){const t=document.querySelector(".cbb-frequently-bought-container");t&&handleFrequentlyBoughtTogether(t)})).observe(document.body,{childList:!0,subtree:!0})})),window.hasRecommendationProduct&&(registerFunction((()=>{handlePreviewProductCard(Number(previewNumber))})),registerFunction((()=>{const e=new MutationObserver((function(e){handlePreviewProductCard(Number(previewNumber))}));try{e.observe(document.body,{childList:!0,subtree:!0})}catch(e){console.log("[ABConvert] Error: ",e.message)}})))):(handleProductPageVisit(),registerFunction((()=>{handleProductPage()})),registerFunction((()=>{const e=document.querySelector(".cbb-frequently-bought-container");e&&handleFrequentlyBoughtTogether(e),new MutationObserver((function(e){const t=document.querySelector(".cbb-frequently-bought-container");t&&handleFrequentlyBoughtTogether(t)})).observe(document.body,{childList:!0,subtree:!0})})),window.hasRecommendationProduct&&(registerFunction(handleProductCard),registerFunction((()=>{const e=new MutationObserver((function(e){handleProductCard()}));try{e.observe(document.body,{childList:!0,subtree:!0})}catch(e){console.log("[ABConvert] Error: ",e.message)}}))))),window.customScript&&eval(window.customScript),window.hasCandyRackUpsell&&registerFunction(handleCandyRackUpsell),registerFunction(handleAddToCartSubmit),registerFunction(renameAllOptions),registerFunction((()=>{new MutationObserver((e=>{renameAllOptions()})).observe(document.body,{childList:!0,subtree:!0})})),handleRebuyWidgets(),registerFunction(handleQuickAddDrawer),window.upcartModifyListOfUpsells=handleUpcartUpsell,window.upcartModifyCart=handleUpcartModifyCart}function registerFunction(e){"loading"===document.readyState?document.addEventListener("DOMContentLoaded",e,!1):(console.log("DOMContentLoaded has already fired. Executing directly."),e())}function registerFunctionOnWindowLoad(e){"complete"===document.readyState?(console.log("Window load already fired. Executing directly."),e()):window.addEventListener("load",e,!1)}function createNodeFilterByValue(e,t){for(var r,n=[],o=document.createNodeIterator(e,NodeFilter.SHOW_ELEMENT,{acceptNode:function(e){return e.value&&(t.includes(e.value)||t.includes(e.textContent.trim()))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT}});r=o.nextNode();)r&&n.push(r);return n}function createNodeFilterByTextContent(e,t){for(var r,n=[],o=document.createNodeIterator(e,NodeFilter.SHOW_TEXT,{acceptNode:function(e){let r=!1;return window.isPureVariantName?r=t.includes(e.textContent.trim())||t.includes(e.textContent.trim().replace(",","")):t.forEach((t=>{e.textContent.trim().includes(t)&&(r=!0)})),r?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT}});r=o.nextNode();)r&&n.push(r);return n}function createNodeFilterByPrice(e,t){for(var r,n=[],o=document.createNodeIterator(e,NodeFilter.SHOW_TEXT,{acceptNode:function(e){let r=!1;return t.forEach((t=>{e.textContent.trim().includes(t)&&(r=!0)})),r?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT}});r=o.nextNode();)r&&n.push(r);return n}console.log("running ABConvert price test script 3.0.1 - with country code version - detect collection refresh version + search params + add new and returning visitors");try{if((0,_helper_is_bot_js__WEBPACK_IMPORTED_MODULE_3__.Q)())return;recordSearchParams(),abconvertOperation()}catch(e){console.log("[ABConvert] Error: ",e.message)}})()})()})(); </script> <!-- BEGIN app block: shopify://apps/wiser-product-recommendations/blocks/wiser-block/3f966edc-9a4a-465c-a4df-436d2a39160d --><!-- BEGIN app snippet: wiserMnyFrmt --><script> var ShopifyWsObj = {}; ShopifyWsObj.wsMnyFrmt = '${{amount}}'; ShopifyWsObj.wsGetMnyFrmt = function (wsCents, wsfrmt) { if (typeof wsCents == 'string') { wsCents = wsCents.replace('.', ''); } var wsValue = ''; var wsPlcHldrRgx = /\{\{\s*(\w+)\s*\}\}/; var wsFrmtString = wsfrmt || this.wsMnyFrmt; function defaultOption(wsOpt, wsDef) { return typeof wsOpt == 'undefined' ? wsDef : wsOpt; } function formatWithDelimiters(wsNumber, wsPrecision, wsThousands, wsDecimal) { wsPrecision = defaultOption(wsPrecision, 2); wsThousands = defaultOption(wsThousands, ','); wsDecimal = defaultOption(wsDecimal, '.'); if (isNaN(wsNumber) || wsNumber == null) { return 0; } wsNumber = (wsNumber / 100.0).toFixed(wsPrecision); var wsParts = wsNumber.split('.'), wsDollars = wsParts[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g, '$1' + wsThousands), wsCents = wsParts[1] ? wsDecimal + wsParts[1] : ''; return wsDollars + wsCents; } switch (wsFrmtString.match(wsPlcHldrRgx)[1]) { case 'amount': wsValue = formatWithDelimiters(wsCents, 2); break; case 'amount_no_decimals': wsValue = formatWithDelimiters(wsCents, 0); break; case 'amount_with_comma_separator': wsValue = formatWithDelimiters(wsCents, 2, '.', ','); break; case 'amount_no_decimals_with_comma_separator': wsValue = formatWithDelimiters(wsCents, 0, '.', ','); break; } return wsFrmtString.replace(wsPlcHldrRgx, wsValue); }; </script><!-- END app snippet --> <!-- BEGIN app snippet: wiser --> <!-- END app snippet --> <!-- END app app block --><!-- BEGIN app block: shopify://apps/crazy-egg/blocks/app-embed/7ea73823-6ad9-4252-a63e-088397d54aed --> <script async src="https://script.crazyegg.com/pages/scripts/0037/5640.js"></script> <!-- END app app block --><!-- BEGIN app block: shopify://apps/langshop/blocks/sdk/84899e01-2b29-42af-99d6-46d16daa2111 --><!-- BEGIN app snippet: config --><script type="text/javascript"> /** Workaround for backward compatibility with old versions of localized themes */ if (window.LangShopConfig && window.LangShopConfig.themeDynamics && window.LangShopConfig.themeDynamics.length) { themeDynamics = window.LangShopConfig.themeDynamics; } else { themeDynamics = []; } window.LangShopConfig = { "currentLanguage": "en", "currentCurrency": "usd", "currentCountry": "US", "shopifyLocales": [{"code":"en","name":"English","endonym_name":"English","rootUrl":"\/"},{"code":"de","name":"German","endonym_name":"Deutsch","rootUrl":"\/de"},{"code":"fr","name":"French","endonym_name":"français","rootUrl":"\/fr"},{"code":"es","name":"Spanish","endonym_name":"Español","rootUrl":"\/es"} ], "shopifyCountries": [{"code":"AF","name":"Afghanistan", "currency":"AFN", "currencySymbol":"؋"},{"code":"AX","name":"Åland Islands", "currency":"EUR", "currencySymbol":"€"},{"code":"AL","name":"Albania", "currency":"ALL", "currencySymbol":"L"},{"code":"DZ","name":"Algeria", "currency":"DZD", "currencySymbol":"د.ج"},{"code":"AD","name":"Andorra", "currency":"EUR", "currencySymbol":"€"},{"code":"AO","name":"Angola", "currency":"USD", "currencySymbol":"$"},{"code":"AI","name":"Anguilla", "currency":"XCD", "currencySymbol":"$"},{"code":"AG","name":"Antigua \u0026amp; Barbuda", "currency":"XCD", "currencySymbol":"$"},{"code":"AR","name":"Argentina", "currency":"ARS", "currencySymbol":"$"},{"code":"AM","name":"Armenia", "currency":"AMD", "currencySymbol":"դր."},{"code":"AW","name":"Aruba", "currency":"AWG", "currencySymbol":"ƒ"},{"code":"AU","name":"Australia", "currency":"AUD", "currencySymbol":"$"},{"code":"AT","name":"Austria", "currency":"EUR", "currencySymbol":"€"},{"code":"AZ","name":"Azerbaijan", "currency":"AZN", "currencySymbol":"₼"},{"code":"BS","name":"Bahamas", "currency":"BSD", "currencySymbol":"$"},{"code":"BH","name":"Bahrain", "currency":"USD", "currencySymbol":"$"},{"code":"BD","name":"Bangladesh", "currency":"BDT", "currencySymbol":"৳"},{"code":"BB","name":"Barbados", "currency":"BBD", "currencySymbol":"$"},{"code":"BE","name":"Belgium", "currency":"EUR", "currencySymbol":"€"},{"code":"BZ","name":"Belize", "currency":"BZD", "currencySymbol":"$"},{"code":"BJ","name":"Benin", "currency":"XOF", "currencySymbol":"Fr"},{"code":"BM","name":"Bermuda", "currency":"USD", "currencySymbol":"$"},{"code":"BT","name":"Bhutan", "currency":"USD", "currencySymbol":"$"},{"code":"BO","name":"Bolivia", "currency":"BOB", "currencySymbol":"Bs."},{"code":"BA","name":"Bosnia \u0026amp; Herzegovina", "currency":"BAM", "currencySymbol":"КМ"},{"code":"BW","name":"Botswana", "currency":"BWP", "currencySymbol":"P"},{"code":"BR","name":"Brazil", "currency":"BRL", "currencySymbol":"R$"},{"code":"IO","name":"British Indian Ocean Territory", "currency":"USD", "currencySymbol":"$"},{"code":"VG","name":"British Virgin Islands", "currency":"USD", "currencySymbol":"$"},{"code":"BN","name":"Brunei", "currency":"BND", "currencySymbol":"$"},{"code":"BG","name":"Bulgaria", "currency":"BGN", "currencySymbol":"лв."},{"code":"BF","name":"Burkina Faso", "currency":"XOF", "currencySymbol":"Fr"},{"code":"BI","name":"Burundi", "currency":"BIF", "currencySymbol":"Fr"},{"code":"KH","name":"Cambodia", "currency":"KHR", "currencySymbol":"៛"},{"code":"CM","name":"Cameroon", "currency":"XAF", "currencySymbol":"Fr"},{"code":"CA","name":"Canada", "currency":"CAD", "currencySymbol":"$"},{"code":"CV","name":"Cape Verde", "currency":"CVE", "currencySymbol":"$"},{"code":"BQ","name":"Caribbean Netherlands", "currency":"USD", "currencySymbol":"$"},{"code":"KY","name":"Cayman Islands", "currency":"KYD", "currencySymbol":"$"},{"code":"CF","name":"Central African Republic", "currency":"XAF", "currencySymbol":"Fr"},{"code":"TD","name":"Chad", "currency":"XAF", "currencySymbol":"Fr"},{"code":"CL","name":"Chile", "currency":"CLP", "currencySymbol":"$"},{"code":"CN","name":"China", "currency":"CNY", "currencySymbol":"¥"},{"code":"CX","name":"Christmas Island", "currency":"AUD", "currencySymbol":"$"},{"code":"CC","name":"Cocos (Keeling) Islands", "currency":"AUD", "currencySymbol":"$"},{"code":"CO","name":"Colombia", "currency":"COP", "currencySymbol":"$"},{"code":"KM","name":"Comoros", "currency":"KMF", "currencySymbol":"Fr"},{"code":"CK","name":"Cook Islands", "currency":"NZD", "currencySymbol":"$"},{"code":"CR","name":"Costa Rica", "currency":"CRC", "currencySymbol":"₡"},{"code":"CI","name":"Côte d’Ivoire", "currency":"XOF", "currencySymbol":"Fr"},{"code":"HR","name":"Croatia", "currency":"EUR", "currencySymbol":"€"},{"code":"CW","name":"Curaçao", "currency":"ANG", "currencySymbol":"ƒ"},{"code":"CY","name":"Cyprus", "currency":"EUR", "currencySymbol":"€"},{"code":"CZ","name":"Czechia", "currency":"CZK", "currencySymbol":"Kč"},{"code":"DK","name":"Denmark", "currency":"DKK", "currencySymbol":"kr."},{"code":"DJ","name":"Djibouti", "currency":"DJF", "currencySymbol":"Fdj"},{"code":"DM","name":"Dominica", "currency":"XCD", "currencySymbol":"$"},{"code":"DO","name":"Dominican Republic", "currency":"DOP", "currencySymbol":"$"},{"code":"EC","name":"Ecuador", "currency":"USD", "currencySymbol":"$"},{"code":"EG","name":"Egypt", "currency":"EGP", "currencySymbol":"ج.م"},{"code":"SV","name":"El Salvador", "currency":"USD", "currencySymbol":"$"},{"code":"GQ","name":"Equatorial Guinea", "currency":"XAF", "currencySymbol":"Fr"},{"code":"ER","name":"Eritrea", "currency":"USD", "currencySymbol":"$"},{"code":"EE","name":"Estonia", "currency":"EUR", "currencySymbol":"€"},{"code":"SZ","name":"Eswatini", "currency":"USD", "currencySymbol":"$"},{"code":"ET","name":"Ethiopia", "currency":"ETB", "currencySymbol":"Br"},{"code":"FK","name":"Falkland Islands", "currency":"FKP", "currencySymbol":"£"},{"code":"FO","name":"Faroe Islands", "currency":"DKK", "currencySymbol":"kr."},{"code":"FJ","name":"Fiji", "currency":"FJD", "currencySymbol":"$"},{"code":"FI","name":"Finland", "currency":"EUR", "currencySymbol":"€"},{"code":"FR","name":"France", "currency":"EUR", "currencySymbol":"€"},{"code":"GF","name":"French Guiana", "currency":"EUR", "currencySymbol":"€"},{"code":"PF","name":"French Polynesia", "currency":"XPF", "currencySymbol":"Fr"},{"code":"TF","name":"French Southern Territories", "currency":"EUR", "currencySymbol":"€"},{"code":"GA","name":"Gabon", "currency":"XOF", "currencySymbol":"Fr"},{"code":"GM","name":"Gambia", "currency":"GMD", "currencySymbol":"D"},{"code":"GE","name":"Georgia", "currency":"USD", "currencySymbol":"$"},{"code":"DE","name":"Germany", "currency":"EUR", "currencySymbol":"€"},{"code":"GH","name":"Ghana", "currency":"USD", "currencySymbol":"$"},{"code":"GI","name":"Gibraltar", "currency":"GBP", "currencySymbol":"£"},{"code":"GR","name":"Greece", "currency":"EUR", "currencySymbol":"€"},{"code":"GL","name":"Greenland", "currency":"DKK", "currencySymbol":"kr."},{"code":"GD","name":"Grenada", "currency":"XCD", "currencySymbol":"$"},{"code":"GP","name":"Guadeloupe", "currency":"EUR", "currencySymbol":"€"},{"code":"GT","name":"Guatemala", "currency":"GTQ", "currencySymbol":"Q"},{"code":"GG","name":"Guernsey", "currency":"GBP", "currencySymbol":"£"},{"code":"GN","name":"Guinea", "currency":"GNF", "currencySymbol":"Fr"},{"code":"GW","name":"Guinea-Bissau", "currency":"XOF", "currencySymbol":"Fr"},{"code":"GY","name":"Guyana", "currency":"GYD", "currencySymbol":"$"},{"code":"HT","name":"Haiti", "currency":"USD", "currencySymbol":"$"},{"code":"HN","name":"Honduras", "currency":"HNL", "currencySymbol":"L"},{"code":"HK","name":"Hong Kong SAR", "currency":"HKD", "currencySymbol":"$"},{"code":"HU","name":"Hungary", "currency":"HUF", "currencySymbol":"Ft"},{"code":"IS","name":"Iceland", "currency":"ISK", "currencySymbol":"kr"},{"code":"IN","name":"India", "currency":"INR", "currencySymbol":"₹"},{"code":"ID","name":"Indonesia", "currency":"IDR", "currencySymbol":"Rp"},{"code":"IE","name":"Ireland", "currency":"EUR", "currencySymbol":"€"},{"code":"IM","name":"Isle of Man", "currency":"GBP", "currencySymbol":"£"},{"code":"IL","name":"Israel", "currency":"ILS", "currencySymbol":"₪"},{"code":"IT","name":"Italy", "currency":"EUR", "currencySymbol":"€"},{"code":"JM","name":"Jamaica", "currency":"JMD", "currencySymbol":"$"},{"code":"JP","name":"Japan", "currency":"JPY", "currencySymbol":"¥"},{"code":"JE","name":"Jersey", "currency":"USD", "currencySymbol":"$"},{"code":"JO","name":"Jordan", "currency":"USD", "currencySymbol":"$"},{"code":"KZ","name":"Kazakhstan", "currency":"KZT", "currencySymbol":"〒"},{"code":"KE","name":"Kenya", "currency":"KES", "currencySymbol":"KSh"},{"code":"KI","name":"Kiribati", "currency":"USD", "currencySymbol":"$"},{"code":"XK","name":"Kosovo", "currency":"EUR", "currencySymbol":"€"},{"code":"KW","name":"Kuwait", "currency":"USD", "currencySymbol":"$"},{"code":"KG","name":"Kyrgyzstan", "currency":"KGS", "currencySymbol":"som"},{"code":"LA","name":"Laos", "currency":"LAK", "currencySymbol":"₭"},{"code":"LV","name":"Latvia", "currency":"EUR", "currencySymbol":"€"},{"code":"LS","name":"Lesotho", "currency":"USD", "currencySymbol":"$"},{"code":"LY","name":"Libya", "currency":"USD", "currencySymbol":"$"},{"code":"LI","name":"Liechtenstein", "currency":"CHF", "currencySymbol":"CHF"},{"code":"LT","name":"Lithuania", "currency":"EUR", "currencySymbol":"€"},{"code":"LU","name":"Luxembourg", "currency":"EUR", "currencySymbol":"€"},{"code":"MO","name":"Macao SAR", "currency":"MOP", "currencySymbol":"P"},{"code":"MG","name":"Madagascar", "currency":"USD", "currencySymbol":"$"},{"code":"MW","name":"Malawi", "currency":"MWK", "currencySymbol":"MK"},{"code":"MY","name":"Malaysia", "currency":"MYR", "currencySymbol":"RM"},{"code":"MV","name":"Maldives", "currency":"MVR", "currencySymbol":"MVR"},{"code":"ML","name":"Mali", "currency":"XOF", "currencySymbol":"Fr"},{"code":"MT","name":"Malta", "currency":"EUR", "currencySymbol":"€"},{"code":"MQ","name":"Martinique", "currency":"EUR", "currencySymbol":"€"},{"code":"MR","name":"Mauritania", "currency":"USD", "currencySymbol":"$"},{"code":"MU","name":"Mauritius", "currency":"MUR", "currencySymbol":"₨"},{"code":"YT","name":"Mayotte", "currency":"EUR", "currencySymbol":"€"},{"code":"MX","name":"Mexico", "currency":"MXN", "currencySymbol":"$"},{"code":"MD","name":"Moldova", "currency":"MDL", "currencySymbol":"L"},{"code":"MC","name":"Monaco", "currency":"EUR", "currencySymbol":"€"},{"code":"MN","name":"Mongolia", "currency":"MNT", "currencySymbol":"₮"},{"code":"ME","name":"Montenegro", "currency":"EUR", "currencySymbol":"€"},{"code":"MS","name":"Montserrat", "currency":"XCD", "currencySymbol":"$"},{"code":"MA","name":"Morocco", "currency":"MAD", "currencySymbol":"د.م."},{"code":"MZ","name":"Mozambique", "currency":"USD", "currencySymbol":"$"},{"code":"NA","name":"Namibia", "currency":"USD", "currencySymbol":"$"},{"code":"NR","name":"Nauru", "currency":"AUD", "currencySymbol":"$"},{"code":"NP","name":"Nepal", "currency":"NPR", "currencySymbol":"₨"},{"code":"NL","name":"Netherlands", "currency":"EUR", "currencySymbol":"€"},{"code":"NC","name":"New Caledonia", "currency":"XPF", "currencySymbol":"Fr"},{"code":"NZ","name":"New Zealand", "currency":"NZD", "currencySymbol":"$"},{"code":"NI","name":"Nicaragua", "currency":"NIO", "currencySymbol":"C$"},{"code":"NE","name":"Niger", "currency":"XOF", "currencySymbol":"Fr"},{"code":"NG","name":"Nigeria", "currency":"NGN", "currencySymbol":"₦"},{"code":"NU","name":"Niue", "currency":"NZD", "currencySymbol":"$"},{"code":"NF","name":"Norfolk Island", "currency":"AUD", "currencySymbol":"$"},{"code":"MK","name":"North Macedonia", "currency":"MKD", "currencySymbol":"ден"},{"code":"NO","name":"Norway", "currency":"USD", "currencySymbol":"$"},{"code":"OM","name":"Oman", "currency":"USD", "currencySymbol":"$"},{"code":"PK","name":"Pakistan", "currency":"PKR", "currencySymbol":"₨"},{"code":"PS","name":"Palestinian Territories", "currency":"ILS", "currencySymbol":"₪"},{"code":"PA","name":"Panama", "currency":"USD", "currencySymbol":"$"},{"code":"PG","name":"Papua New Guinea", "currency":"PGK", "currencySymbol":"K"},{"code":"PY","name":"Paraguay", "currency":"PYG", "currencySymbol":"₲"},{"code":"PE","name":"Peru", "currency":"PEN", "currencySymbol":"S\/."},{"code":"PH","name":"Philippines", "currency":"PHP", "currencySymbol":"₱"},{"code":"PN","name":"Pitcairn Islands", "currency":"NZD", "currencySymbol":"$"},{"code":"PL","name":"Poland", "currency":"PLN", "currencySymbol":"zł"},{"code":"PT","name":"Portugal", "currency":"EUR", "currencySymbol":"€"},{"code":"QA","name":"Qatar", "currency":"QAR", "currencySymbol":"ر.ق"},{"code":"RE","name":"Réunion", "currency":"EUR", "currencySymbol":"€"},{"code":"RO","name":"Romania", "currency":"RON", "currencySymbol":"Lei"},{"code":"RW","name":"Rwanda", "currency":"RWF", "currencySymbol":"FRw"},{"code":"WS","name":"Samoa", "currency":"WST", "currencySymbol":"T"},{"code":"SM","name":"San Marino", "currency":"EUR", "currencySymbol":"€"},{"code":"ST","name":"São Tomé \u0026amp; Príncipe", "currency":"STD", "currencySymbol":"Db"},{"code":"SA","name":"Saudi Arabia", "currency":"SAR", "currencySymbol":"ر.س"},{"code":"SN","name":"Senegal", "currency":"XOF", "currencySymbol":"Fr"},{"code":"RS","name":"Serbia", "currency":"RSD", "currencySymbol":"РСД"},{"code":"SC","name":"Seychelles", "currency":"USD", "currencySymbol":"$"},{"code":"SG","name":"Singapore", "currency":"SGD", "currencySymbol":"$"},{"code":"SX","name":"Sint Maarten", "currency":"ANG", "currencySymbol":"ƒ"},{"code":"SK","name":"Slovakia", "currency":"EUR", "currencySymbol":"€"},{"code":"SI","name":"Slovenia", "currency":"EUR", "currencySymbol":"€"},{"code":"SB","name":"Solomon Islands", "currency":"SBD", "currencySymbol":"$"},{"code":"SO","name":"Somalia", "currency":"USD", "currencySymbol":"$"},{"code":"ZA","name":"South Africa", "currency":"USD", "currencySymbol":"$"},{"code":"GS","name":"South Georgia \u0026amp; South Sandwich Islands", "currency":"GBP", "currencySymbol":"£"},{"code":"KR","name":"South Korea", "currency":"KRW", "currencySymbol":"₩"},{"code":"SS","name":"South Sudan", "currency":"USD", "currencySymbol":"$"},{"code":"ES","name":"Spain", "currency":"EUR", "currencySymbol":"€"},{"code":"LK","name":"Sri Lanka", "currency":"LKR", "currencySymbol":"₨"},{"code":"BL","name":"St. Barthélemy", "currency":"EUR", "currencySymbol":"€"},{"code":"SH","name":"St. Helena", "currency":"SHP", "currencySymbol":"£"},{"code":"KN","name":"St. Kitts \u0026amp; Nevis", "currency":"XCD", "currencySymbol":"$"},{"code":"LC","name":"St. Lucia", "currency":"XCD", "currencySymbol":"$"},{"code":"MF","name":"St. Martin", "currency":"EUR", "currencySymbol":"€"},{"code":"PM","name":"St. Pierre \u0026amp; Miquelon", "currency":"EUR", "currencySymbol":"€"},{"code":"VC","name":"St. Vincent \u0026amp; Grenadines", "currency":"XCD", "currencySymbol":"$"},{"code":"SD","name":"Sudan", "currency":"USD", "currencySymbol":"$"},{"code":"SR","name":"Suriname", "currency":"USD", "currencySymbol":"$"},{"code":"SJ","name":"Svalbard \u0026amp; Jan Mayen", "currency":"USD", "currencySymbol":"$"},{"code":"SE","name":"Sweden", "currency":"SEK", "currencySymbol":"kr"},{"code":"CH","name":"Switzerland", "currency":"CHF", "currencySymbol":"CHF"},{"code":"TW","name":"Taiwan", "currency":"TWD", "currencySymbol":"$"},{"code":"TJ","name":"Tajikistan", "currency":"TJS", "currencySymbol":"ЅМ"},{"code":"TZ","name":"Tanzania", "currency":"TZS", "currencySymbol":"Sh"},{"code":"TH","name":"Thailand", "currency":"THB", "currencySymbol":"฿"},{"code":"TL","name":"Timor-Leste", "currency":"USD", "currencySymbol":"$"},{"code":"TG","name":"Togo", "currency":"XOF", "currencySymbol":"Fr"},{"code":"TK","name":"Tokelau", "currency":"NZD", "currencySymbol":"$"},{"code":"TO","name":"Tonga", "currency":"TOP", "currencySymbol":"T$"},{"code":"TT","name":"Trinidad \u0026amp; Tobago", "currency":"TTD", "currencySymbol":"$"},{"code":"TN","name":"Tunisia", "currency":"USD", "currencySymbol":"$"},{"code":"TR","name":"Türkiye", "currency":"USD", "currencySymbol":"$"},{"code":"TM","name":"Turkmenistan", "currency":"USD", "currencySymbol":"$"},{"code":"TC","name":"Turks \u0026amp; Caicos Islands", "currency":"USD", "currencySymbol":"$"},{"code":"TV","name":"Tuvalu", "currency":"AUD", "currencySymbol":"$"},{"code":"UM","name":"U.S. Outlying Islands", "currency":"USD", "currencySymbol":"$"},{"code":"UG","name":"Uganda", "currency":"UGX", "currencySymbol":"USh"},{"code":"AE","name":"United Arab Emirates", "currency":"AED", "currencySymbol":"د.إ"},{"code":"GB","name":"United Kingdom", "currency":"GBP", "currencySymbol":"£"},{"code":"US","name":"United States", "currency":"USD", "currencySymbol":"$"},{"code":"UY","name":"Uruguay", "currency":"UYU", "currencySymbol":"$"},{"code":"UZ","name":"Uzbekistan", "currency":"UZS", "currencySymbol":""},{"code":"VU","name":"Vanuatu", "currency":"VUV", "currencySymbol":"Vt"},{"code":"VA","name":"Vatican City", "currency":"EUR", "currencySymbol":"€"},{"code":"VE","name":"Venezuela", "currency":"USD", "currencySymbol":"$"},{"code":"VN","name":"Vietnam", "currency":"VND", "currencySymbol":"₫"},{"code":"WF","name":"Wallis \u0026amp; Futuna", "currency":"XPF", "currencySymbol":"Fr"},{"code":"EH","name":"Western Sahara", "currency":"MAD", "currencySymbol":"د.م."},{"code":"YE","name":"Yemen", "currency":"YER", "currencySymbol":"﷼"},{"code":"ZM","name":"Zambia", "currency":"USD", "currencySymbol":"$"} ], "shopifyCurrencies": ["AED","AFN","ALL","AMD","ANG","ARS","AUD","AWG","AZN","BAM","BBD","BDT","BGN","BIF","BND","BOB","BRL","BSD","BWP","BZD","CAD","CHF","CLP","CNY","COP","CRC","CVE","CZK","DJF","DKK","DOP","DZD","EGP","ETB","EUR","FJD","FKP","GBP","GMD","GNF","GTQ","GYD","HKD","HNL","HUF","IDR","ILS","INR","ISK","JMD","JPY","KES","KGS","KHR","KMF","KRW","KYD","KZT","LAK","LKR","MAD","MDL","MKD","MNT","MOP","MUR","MVR","MWK","MXN","MYR","NGN","NIO","NPR","NZD","PEN","PGK","PHP","PKR","PLN","PYG","QAR","RON","RSD","RWF","SAR","SBD","SEK","SGD","SHP","STD","THB","TJS","TOP","TTD","TWD","TZS","UGX","USD","UYU","UZS","VND","VUV","WST","XAF","XCD","XOF","XPF","YER"], "originalLanguage": {"code":"en","alias":null,"title":"English","icon":null,"published":true,"active":false}, "targetLanguages": [{"code":"de","alias":null,"title":"German","icon":null,"published":true,"active":true},{"code":"es","alias":null,"title":"Spanish","icon":null,"published":true,"active":true},{"code":"fr","alias":null,"title":"French","icon":null,"published":true,"active":true},{"code":"it","alias":null,"title":"Italian","icon":null,"published":false,"active":true},{"code":"pt-BR","alias":null,"title":"Portuguese (Brazil)","icon":null,"published":false,"active":true}], "languagesSwitchers": null, "defaultCurrency": {"code":"usd","title":"US Dollar","icon":null,"rate":1,"formatWithCurrency":"${{amount}} USD","formatWithoutCurrency":"${{amount}}"}, "targetCurrencies": [], "currenciesSwitchers": [{"id":72107475,"title":null,"type":"dropdown","status":"admin-only","display":"all","position":"bottom-left","offset":"10px","shortTitles":false,"isolateStyles":true,"icons":"rounded","sprite":"flags","defaultStyles":true,"devices":{"mobile":{"visible":true,"minWidth":null,"maxWidth":{"value":480,"dimension":"px"}},"tablet":{"visible":true,"minWidth":{"value":481,"dimension":"px"},"maxWidth":{"value":1023,"dimension":"px"}},"desktop":{"visible":true,"minWidth":{"value":1024,"dimension":"px"},"maxWidth":null}},"styles":{"dropdown":{"activeContainer":{"padding":{"top":{"value":8,"dimension":"px"},"right":{"value":10,"dimension":"px"},"bottom":{"value":8,"dimension":"px"},"left":{"value":10,"dimension":"px"}},"background":"rgba(255,255,255,.95)","borderRadius":{"topLeft":{"value":0,"dimension":"px"},"topRight":{"value":0,"dimension":"px"},"bottomLeft":{"value":0,"dimension":"px"},"bottomRight":{"value":0,"dimension":"px"}},"borderTop":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderRight":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderBottom":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderLeft":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}}},"activeContainerHovered":null,"activeItem":{"fontSize":{"value":13,"dimension":"px"},"fontFamily":"Open Sans","color":"rgba(39, 46, 49, 1)"},"activeItemHovered":null,"activeItemIcon":{"offset":{"value":10,"dimension":"px"},"position":"left"},"dropdownContainer":{"animation":"sliding","background":"rgba(255,255,255,.95)","borderRadius":{"topLeft":{"value":0,"dimension":"px"},"topRight":{"value":0,"dimension":"px"},"bottomLeft":{"value":0,"dimension":"px"},"bottomRight":{"value":0,"dimension":"px"}},"borderTop":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderRight":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderBottom":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderLeft":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"padding":{"top":{"value":0,"dimension":"px"},"right":{"value":0,"dimension":"px"},"bottom":{"value":0,"dimension":"px"},"left":{"value":0,"dimension":"px"}}},"dropdownContainerHovered":null,"dropdownItem":{"padding":{"top":{"value":8,"dimension":"px"},"right":{"value":10,"dimension":"px"},"bottom":{"value":8,"dimension":"px"},"left":{"value":10,"dimension":"px"}},"fontSize":{"value":13,"dimension":"px"},"fontFamily":"Open Sans","color":"rgba(39, 46, 49, 1)"},"dropdownItemHovered":{"color":"rgba(27, 160, 227, 1)"},"dropdownItemIcon":{"position":"left","offset":{"value":10,"dimension":"px"}},"arrow":{"color":"rgba(39, 46, 49, 1)","position":"right","offset":{"value":20,"dimension":"px"},"size":{"value":6,"dimension":"px"}}},"inline":{"container":{"background":"rgba(255,255,255,.95)","borderRadius":{"topLeft":{"value":4,"dimension":"px"},"topRight":{"value":4,"dimension":"px"},"bottomLeft":{"value":4,"dimension":"px"},"bottomRight":{"value":4,"dimension":"px"}},"borderTop":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderRight":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderBottom":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderLeft":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}}},"containerHovered":null,"item":{"background":"transparent","padding":{"top":{"value":8,"dimension":"px"},"right":{"value":10,"dimension":"px"},"bottom":{"value":8,"dimension":"px"},"left":{"value":10,"dimension":"px"}},"fontSize":{"value":13,"dimension":"px"},"fontFamily":"Open Sans","color":"rgba(39, 46, 49, 1)"},"itemHovered":{"background":"rgba(245, 245, 245, 1)","color":"rgba(39, 46, 49, 1)"},"itemActive":{"background":"rgba(245, 245, 245, 1)","color":"rgba(27, 160, 227, 1)"},"itemIcon":{"position":"left","offset":{"value":10,"dimension":"px"}}},"ios":{"activeContainer":{"padding":{"top":{"value":0,"dimension":"px"},"right":{"value":0,"dimension":"px"},"bottom":{"value":0,"dimension":"px"},"left":{"value":0,"dimension":"px"}},"background":"rgba(255,255,255,.95)","borderRadius":{"topLeft":{"value":0,"dimension":"px"},"topRight":{"value":0,"dimension":"px"},"bottomLeft":{"value":0,"dimension":"px"},"bottomRight":{"value":0,"dimension":"px"}},"borderTop":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderRight":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderBottom":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderLeft":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}}},"activeContainerHovered":null,"activeItem":{"fontSize":{"value":13,"dimension":"px"},"fontFamily":"Open Sans","color":"rgba(39, 46, 49, 1)","padding":{"top":{"value":8,"dimension":"px"},"right":{"value":10,"dimension":"px"},"bottom":{"value":8,"dimension":"px"},"left":{"value":10,"dimension":"px"}}},"activeItemHovered":null,"activeItemIcon":{"position":"left","offset":{"value":10,"dimension":"px"}},"modalOverlay":{"background":"rgba(0, 0, 0, 0.7)"},"wheelButtonsContainer":{"background":"rgba(255, 255, 255, 1)","padding":{"top":{"value":8,"dimension":"px"},"right":{"value":10,"dimension":"px"},"bottom":{"value":8,"dimension":"px"},"left":{"value":10,"dimension":"px"}},"borderTop":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":0,"dimension":"px"}},"borderRight":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":0,"dimension":"px"}},"borderBottom":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderLeft":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":0,"dimension":"px"}}},"wheelCloseButton":{"fontSize":{"value":14,"dimension":"px"},"fontFamily":"Open Sans","color":"rgba(39, 46, 49, 1)","fontWeight":"bold"},"wheelCloseButtonHover":null,"wheelSubmitButton":{"fontSize":{"value":14,"dimension":"px"},"fontFamily":"Open Sans","color":"rgba(39, 46, 49, 1)","fontWeight":"bold"},"wheelSubmitButtonHover":null,"wheelPanelContainer":{"background":"rgba(255, 255, 255, 1)"},"wheelLine":{"borderTop":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderRight":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":0,"dimension":"px"}},"borderBottom":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderLeft":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":0,"dimension":"px"}}},"wheelItem":{"background":"transparent","padding":{"top":{"value":8,"dimension":"px"},"right":{"value":10,"dimension":"px"},"bottom":{"value":8,"dimension":"px"},"left":{"value":10,"dimension":"px"}},"fontSize":{"value":13,"dimension":"px"},"fontFamily":"Open Sans","color":"rgba(39, 46, 49, 1)","justifyContent":"flex-start"},"wheelItemIcon":{"position":"left","offset":{"value":10,"dimension":"px"}}},"modal":{"activeContainer":{"padding":{"top":{"value":0,"dimension":"px"},"right":{"value":0,"dimension":"px"},"bottom":{"value":0,"dimension":"px"},"left":{"value":0,"dimension":"px"}},"background":"rgba(255,255,255,.95)","borderRadius":{"topLeft":{"value":0,"dimension":"px"},"topRight":{"value":0,"dimension":"px"},"bottomLeft":{"value":0,"dimension":"px"},"bottomRight":{"value":0,"dimension":"px"}},"borderTop":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderRight":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderBottom":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderLeft":{"color":"rgba(224, 224, 224, 1)","style":"solid","width":{"value":1,"dimension":"px"}}},"activeContainerHovered":null,"activeItem":{"fontSize":{"value":13,"dimension":"px"},"fontFamily":"Open Sans","color":"rgba(39, 46, 49, 1)","padding":{"top":{"value":8,"dimension":"px"},"right":{"value":10,"dimension":"px"},"bottom":{"value":8,"dimension":"px"},"left":{"value":10,"dimension":"px"}}},"activeItemHovered":null,"activeItemIcon":{"position":"left","offset":{"value":10,"dimension":"px"}},"modalOverlay":{"background":"rgba(0, 0, 0, 0.7)"},"modalContent":{"animation":"sliding-down","background":"rgba(255, 255, 255, 1)","maxHeight":{"value":80,"dimension":"vh"},"maxWidth":{"value":80,"dimension":"vw"},"width":{"value":320,"dimension":"px"}},"modalContentHover":null,"modalItem":{"reverseElements":true,"fontSize":{"value":11,"dimension":"px"},"fontFamily":"Open Sans","color":"rgba(102, 102, 102, 1)","textTransform":"uppercase","fontWeight":"bold","justifyContent":"space-between","letterSpacing":{"value":3,"dimension":"px"},"padding":{"top":{"value":20,"dimension":"px"},"right":{"value":26,"dimension":"px"},"bottom":{"value":20,"dimension":"px"},"left":{"value":26,"dimension":"px"}}},"modalItemIcon":{"offset":{"value":20,"dimension":"px"}},"modalItemRadio":{"size":{"value":20,"dimension":"px"},"offset":{"value":20,"dimension":"px"},"color":"rgba(193, 202, 202, 1)"},"modalItemHovered":{"background":"rgba(255, 103, 99, 0.5)","color":"rgba(254, 236, 233, 1)"},"modalItemHoveredRadio":{"size":{"value":20,"dimension":"px"},"offset":{"value":20,"dimension":"px"},"color":"rgba(254, 236, 233, 1)"},"modalActiveItem":{"fontSize":{"value":15,"dimension":"px"},"color":"rgba(254, 236, 233, 1)","background":"rgba(255, 103, 99, 1)"},"modalActiveItemRadio":{"size":{"value":24,"dimension":"px"},"offset":{"value":18,"dimension":"px"},"color":"rgba(255, 255, 255, 1)"},"modalActiveItemHovered":null,"modalActiveItemHoveredRadio":null},"select":{"container":{"background":"rgba(255,255,255, 1)","borderRadius":{"topLeft":{"value":4,"dimension":"px"},"topRight":{"value":4,"dimension":"px"},"bottomLeft":{"value":4,"dimension":"px"},"bottomRight":{"value":4,"dimension":"px"}},"borderTop":{"color":"rgba(204, 204, 204, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderRight":{"color":"rgba(204, 204, 204, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderBottom":{"color":"rgba(204, 204, 204, 1)","style":"solid","width":{"value":1,"dimension":"px"}},"borderLeft":{"color":"rgba(204, 204, 204, 1)","style":"solid","width":{"value":1,"dimension":"px"}}},"text":{"padding":{"top":{"value":5,"dimension":"px"},"right":{"value":8,"dimension":"px"},"bottom":{"value":5,"dimension":"px"},"left":{"value":8,"dimension":"px"}},"fontSize":{"value":13,"dimension":"px"},"fontFamily":"Open Sans","color":"rgba(39, 46, 49, 1)"}}}}], "languageDetection": "browser", "languagesCountries": [{"code":"en","countries":["as","ai","ag","aw","au","bs","bh","bd","bb","bz","bm","bw","io","bn","kh","ca","ky","cx","cc","ck","cy","dm","eg","et","fk","fj","gm","gh","gi","gr","gl","gd","gu","gg","gy","hk","in","id","ie","im","il","jm","je","jo","ke","ki","kr","kw","la","lb","ls","lr","ly","my","mv","mt","mh","mu","fm","ms","na","nr","np","an","nz","ng","nu","nf","mp","om","pk","pw","pg","ph","pn","qa","rw","sh","kn","lc","vc","ws","sc","sl","sg","sb","so","za","gs","lk","sd","sr","sz","sy","tz","th","tl","tk","to","tt","tc","tv","ug","ua","ae","gb","us","um","vn","vg","vi","zm","zw","bq","ss","sx","cw"]},{"code":"de","countries":["at","be","dk","de","is","li","lu","ch"]},{"code":"es","countries":["ar","bo","cl","co","cr","cu","do","ec","sv","gq","gt","hn","mx","ni","pa","py","pe","pr","es","uy","ve"]},{"code":"fr","countries":["bj","bf","bi","cm","cf","td","km","cg","cd","ci","dj","fr","gf","pf","tf","ga","gp","gn","ht","mg","ml","mq","mr","yt","mc","ma","nc","ne","re","bl","mf","pm","sn","tg","tn","vu","wf"]},{"code":"it","countries":["va","it","sm"]},{"code":"pt-BR","countries":["br"]}], "languagesBrowsers": [{"code":"en","browsers":["en"]},{"code":"de","browsers":["de"]},{"code":"es","browsers":["es"]},{"code":"fr","browsers":["fr"]},{"code":"it","browsers":["it"]},{"code":"pt-BR","browsers":["pt-BR"]}], "currencyDetection": "language", "currenciesLanguages": null, "currenciesCountries": null, "recommendationAlert": {"type":"banner","status":"disabled","isolateStyles":true,"styles":{"banner":{"bannerContainer":{"position":"top","spacing":10,"borderTop":{"color":"rgba(0,0,0,0.2)","style":"solid","width":{"value":0,"dimension":"px"}},"borderRadius":{"topLeft":{"value":0,"dimension":"px"},"topRight":{"value":0,"dimension":"px"},"bottomLeft":{"value":0,"dimension":"px"},"bottomRight":{"value":0,"dimension":"px"}},"borderRight":{"color":"rgba(0,0,0,0.2)","style":"solid","width":{"value":0,"dimension":"px"}},"borderBottom":{"color":"rgba(0,0,0,0.2)","style":"solid","width":{"value":1,"dimension":"px"}},"borderLeft":{"color":"rgba(0,0,0,0.2)","style":"solid","width":{"value":0,"dimension":"px"}},"padding":{"top":{"value":15,"dimension":"px"},"right":{"value":20,"dimension":"px"},"bottom":{"value":15,"dimension":"px"},"left":{"value":20,"dimension":"px"}},"background":"rgba(255, 255, 255, 1)"},"bannerMessage":{"fontSize":{"value":16,"dimension":"px"},"fontFamily":"Open Sans","fontStyle":"normal","fontWeight":"normal","lineHeight":"1.5","color":"rgba(39, 46, 49, 1)"},"selectorContainer":{"background":"rgba(244,244,244, 1)","borderRadius":{"topLeft":{"value":2,"dimension":"px"},"topRight":{"value":2,"dimension":"px"},"bottomLeft":{"value":2,"dimension":"px"},"bottomRight":{"value":2,"dimension":"px"}},"borderTop":{"color":"rgba(204, 204, 204, 1)","style":"solid","width":{"value":0,"dimension":"px"}},"borderRight":{"color":"rgba(204, 204, 204, 1)","style":"solid","width":{"value":0,"dimension":"px"}},"borderBottom":{"color":"rgba(204, 204, 204, 1)","style":"solid","width":{"value":0,"dimension":"px"}},"borderLeft":{"color":"rgba(204, 204, 204, 1)","style":"solid","width":{"value":0,"dimension":"px"}}},"selectorContainerHovered":null,"selectorText":{"padding":{"top":{"value":8,"dimension":"px"},"right":{"value":8,"dimension":"px"},"bottom":{"value":8,"dimension":"px"},"left":{"value":8,"dimension":"px"}},"fontSize":{"value":16,"dimension":"px"},"fontFamily":"Open Sans","fontStyle":"normal","fontWeight":"normal","lineHeight":"1.5","color":"rgba(39, 46, 49, 1)"},"selectorTextHovered":null,"changeButton":{"borderTop":{"color":"transparent","style":"solid","width":{"value":0,"dimension":"px"}},"borderRight":{"color":"transparent","style":"solid","width":{"value":0,"dimension":"px"}},"borderBottom":{"color":"transparent","style":"solid","width":{"value":0,"dimension":"px"}},"borderLeft":{"color":"transparent","style":"solid","width":{"value":0,"dimension":"px"}},"fontSize":{"value":16,"dimension":"px"},"fontStyle":"normal","fontWeight":"normal","lineHeight":"1.5","borderRadius":{"topLeft":{"value":2,"dimension":"px"},"topRight":{"value":2,"dimension":"px"},"bottomLeft":{"value":2,"dimension":"px"},"bottomRight":{"value":2,"dimension":"px"}},"padding":{"top":{"value":8,"dimension":"px"},"right":{"value":8,"dimension":"px"},"bottom":{"value":8,"dimension":"px"},"left":{"value":8,"dimension":"px"}},"background":"rgba(0, 0, 0, 1)","color":"rgba(255, 255, 255, 1)"},"changeButtonHovered":null,"closeButton":{"alignSelf":"baseline","fontSize":{"value":16,"dimension":"px"},"color":"rgba(0, 0, 0, 1)"},"closeButtonHovered":null},"popup":{"popupContainer":{"maxWidth":{"value":30,"dimension":"rem"},"position":"bottom-left","spacing":10,"offset":{"value":1,"dimension":"em"},"borderTop":{"color":"rgba(0,0,0,0.2)","style":"solid","width":{"value":0,"dimension":"px"}},"borderRight":{"color":"rgba(0,0,0,0.2)","style":"solid","width":{"value":0,"dimension":"px"}},"borderBottom":{"color":"rgba(0,0,0,0.2)","style":"solid","width":{"value":1,"dimension":"px"}},"borderLeft":{"color":"rgba(0,0,0,0.2)","style":"solid","width":{"value":0,"dimension":"px"}},"borderRadius":{"topLeft":{"value":0,"dimension":"px"},"topRight":{"value":0,"dimension":"px"},"bottomLeft":{"value":0,"dimension":"px"},"bottomRight":{"value":0,"dimension":"px"}},"padding":{"top":{"value":15,"dimension":"px"},"right":{"value":20,"dimension":"px"},"bottom":{"value":15,"dimension":"px"},"left":{"value":20,"dimension":"px"}},"background":"rgba(255, 255, 255, 1)"},"popupMessage":{"fontSize":{"value":16,"dimension":"px"},"fontFamily":"Open Sans","fontStyle":"normal","fontWeight":"normal","lineHeight":"1.5","color":"rgba(39, 46, 49, 1)"},"selectorContainer":{"background":"rgba(244,244,244, 1)","borderRadius":{"topLeft":{"value":2,"dimension":"px"},"topRight":{"value":2,"dimension":"px"},"bottomLeft":{"value":2,"dimension":"px"},"bottomRight":{"value":2,"dimension":"px"}},"borderTop":{"color":"rgba(204, 204, 204, 1)","style":"solid","width":{"value":0,"dimension":"px"}},"borderRight":{"color":"rgba(204, 204, 204, 1)","style":"solid","width":{"value":0,"dimension":"px"}},"borderBottom":{"color":"rgba(204, 204, 204, 1)","style":"solid","width":{"value":0,"dimension":"px"}},"borderLeft":{"color":"rgba(204, 204, 204, 1)","style":"solid","width":{"value":0,"dimension":"px"}}},"selectorContainerHovered":null,"selectorText":{"padding":{"top":{"value":8,"dimension":"px"},"right":{"value":8,"dimension":"px"},"bottom":{"value":8,"dimension":"px"},"left":{"value":8,"dimension":"px"}},"fontSize":{"value":16,"dimension":"px"},"fontFamily":"Open Sans","fontStyle":"normal","fontWeight":"normal","lineHeight":"1.5","color":"rgba(39, 46, 49, 1)"},"selectorTextHovered":null,"changeButton":{"borderTop":{"color":"transparent","style":"solid","width":{"value":0,"dimension":"px"}},"borderRight":{"color":"transparent","style":"solid","width":{"value":0,"dimension":"px"}},"borderBottom":{"color":"transparent","style":"solid","width":{"value":0,"dimension":"px"}},"borderLeft":{"color":"transparent","style":"solid","width":{"value":0,"dimension":"px"}},"fontSize":{"value":16,"dimension":"px"},"fontStyle":"normal","fontWeight":"normal","lineHeight":"1.5","borderRadius":{"topLeft":{"value":2,"dimension":"px"},"topRight":{"value":2,"dimension":"px"},"bottomLeft":{"value":2,"dimension":"px"},"bottomRight":{"value":2,"dimension":"px"}},"padding":{"top":{"value":8,"dimension":"px"},"right":{"value":8,"dimension":"px"},"bottom":{"value":8,"dimension":"px"},"left":{"value":8,"dimension":"px"}},"background":"rgba(0, 0, 0, 1)","color":"rgba(255, 255, 255, 1)"},"changeButtonHovered":null,"closeButton":{"alignSelf":"baseline","fontSize":{"value":16,"dimension":"px"},"color":"rgba(0, 0, 0, 1)"},"closeButtonHovered":null}}}, "currencyInQueryParam":true, "allowAutomaticRedirects":false, "storeMoneyFormat": "${{amount}}", "storeMoneyWithCurrencyFormat": "${{amount}} USD", "themeDynamics": [ ], "themeDynamicsActive":false, "dynamicThemeDomObserverInterval": 0, "abilities":[{"id":1,"name":"use-analytics","expiresAt":null},{"id":2,"name":"use-agency-translation","expiresAt":null},{"id":3,"name":"use-free-translation","expiresAt":null},{"id":4,"name":"use-pro-translation","expiresAt":null},{"id":5,"name":"use-export-import","expiresAt":null},{"id":6,"name":"use-suggestions","expiresAt":null},{"id":7,"name":"use-revisions","expiresAt":null},{"id":8,"name":"use-mappings","expiresAt":null},{"id":10,"name":"use-localized-theme","expiresAt":null},{"id":9,"name":"use-dynamic-replacements","expiresAt":null},{"id":11,"name":"use-third-party-apps","expiresAt":null},{"id":13,"name":"use-selectors-customization","expiresAt":null},{"id":14,"name":"disable-branding","expiresAt":null},{"id":12,"name":"use-translate-new-resources","expiresAt":null},{"id":15,"name":"configure-notifications","expiresAt":null},{"id":17,"name":"use-glossary","expiresAt":null},{"id":18,"name":"use-public-api","expiresAt":null}], "isAdmin":false, "isPreview":false, "i18n": {"en": { "recommendation_alert": { "currency_language_suggestion": {"error":"json not allowed for this object"}, "language_suggestion": {"error":"json not allowed for this object"}, "currency_suggestion": {"error":"json not allowed for this object"}, "change": {"error":"json not allowed for this object"} }, "switchers": { "ios_switcher": { "done": {"error":"json not allowed for this object"}, "close": {"error":"json not allowed for this object"} } }, "languages": {"en": "English" ,"de": "German" ,"es": "Spanish" ,"fr": "French" ,"it": "Italian" ,"pt-BR": "Portuguese (Brazil)" }, "currencies": {"usd": null} },"de": { "recommendation_alert": { "currency_language_suggestion": null, "language_suggestion": null, "currency_suggestion": null, "change": null }, "switchers": { "ios_switcher": { "done": null, "close": null } }, "languages": {"de": null }, "currencies": {"usd": null} },"es": { "recommendation_alert": { "currency_language_suggestion": null, "language_suggestion": null, "currency_suggestion": null, "change": null }, "switchers": { "ios_switcher": { "done": null, "close": null } }, "languages": {"es": null }, "currencies": {"usd": null} },"fr": { "recommendation_alert": { "currency_language_suggestion": null, "language_suggestion": null, "currency_suggestion": null, "change": null }, "switchers": { "ios_switcher": { "done": null, "close": null } }, "languages": {"fr": null }, "currencies": {"usd": null} },"it": { "recommendation_alert": { "currency_language_suggestion": null, "language_suggestion": null, "currency_suggestion": null, "change": null }, "switchers": { "ios_switcher": { "done": null, "close": null } }, "languages": {"it": null }, "currencies": {"usd": null} },"pt-BR": { "recommendation_alert": { "currency_language_suggestion": null, "language_suggestion": null, "currency_suggestion": null, "change": null }, "switchers": { "ios_switcher": { "done": null, "close": null } }, "languages": {"pt-BR": null }, "currencies": {"usd": null} }} } </script> <!-- END app snippet --> <script src="https://cdn.langshop.app/buckets/app/libs/storefront/sdk.js?proxy_prefix=/apps/langshop&source=tae" defer></script> <!-- END app app block --><!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 --> <script async src="https://static.klaviyo.com/onsite/js/QRQcvq/klaviyo.js?company_id=QRQcvq"></script> <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script> <script> window.klaviyoReviewsProductDesignMode = false </script> <!-- END app app block --><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: 56915623983,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "page"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function d(d,e,r,a,n){var o,i,t,s,l=(i=(o={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,t=o.legacy,s=navigator.userAgent,i.test(s)?"modern":(t.test(s),"legacy"));window.Shopify=window.Shopify||{};var c=window.Shopify;c.analytics=c.analytics||{};var u=c.analytics;u.replayQueue=[],u.publish=function(d,e,r){return u.replayQueue.push([d,e,r]),!0};try{self.performance.mark("wpm:start")}catch(d){}var h=[r,"/wpm","/b",n,l.substring(0,1),".js"].join("");!function(d){var e=d.src,r=d.async,a=void 0===r||r,n=d.onload,o=d.onerror,i=document.createElement("script"),t=document.head,s=document.body;i.async=a,i.src=e,n&&i.addEventListener("load",n),o&&i.addEventListener("error",o),t?t.appendChild(i):s?s.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:h,async:!0,onload:function(){var r=window.webPixelsManager.init(d);e(r);var a=window.Shopify.analytics;a.replayQueue.forEach((function(d){var e=d[0],a=d[1],n=d[2];r.publishCustomEvent(e,a,n)})),a.replayQueue=[],a.publish=r.publishCustomEvent,a.visitor=r.visitor},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),r="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),n=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:a||"latest",bundle_target:l,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(h," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(r,n))return!0}catch(d){}var o=new XMLHttpRequest;try{return o.open("POST",r,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(n),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 56915623983,storefrontBaseUrl: "https://www.paramountshop.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"429391919","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"G-V8YLXY1S5V\\\",\\\"target_country\\\":\\\"US\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":\\\"G-V8YLXY1S5V\\\"},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":\\\"G-V8YLXY1S5V\\\"},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-V8YLXY1S5V\\\",\\\"MC-PKZ3FY07Y6\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-V8YLXY1S5V\\\",\\\"MC-PKZ3FY07Y6\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-V8YLXY1S5V\\\",\\\"MC-PKZ3FY07Y6\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":\\\"G-V8YLXY1S5V\\\"},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":\\\"G-V8YLXY1S5V\\\"}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"afe7c2de16587d6c6689522527d6c67f","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"144146479","configuration":"{\"pixel_id\":\"221352573736770\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"8d894c63179843e74a9691414b5ad83d","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"90472495","configuration":"{\"accountID\":\"abconvert\",\"shopID\":\"paramount-plus.myshopify.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"6a3f1ca7e6ede59c6c07ad42299d3176","type":"APP","apiClientId":11583619073,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"52035631","configuration":"{\"pixelId\":\"ef8f1245-b3c2-45db-a78e-b5fe05f866d3\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"bb41bf091d86ec09beb5141ead6fafc0","type":"APP","apiClientId":2556259,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"39616559","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"Ascend "},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Paramount Shop","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"paramount-plus.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/www.paramountshop.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://www.paramountshop.com/cdn","1518c2ba4d2b3301a1e3cb6576947ef22edf7bb6","3c762e5aw5b983e43pc2dc4883m545d5a27",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"page":{"pageType":"page","resourceType":"page","resourceId":90317193263}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </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: 56915623983, theme_id: 140080971823, app_name: "storefront", context_url: window.location.href, source_url: "//www.paramountshop.com/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//www.paramountshop.com/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//www.paramountshop.com/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":56915623983,"isMerchantRequest":null,"themeId":140080971823,"themeCityHash":"16849162582771364514","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"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":"page","resourceType":"page","resourceId":90317193263}); 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 = "//www.paramountshop.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { window.BOOMR = window.BOOMR || {}; window.BOOMR.themeName = "Avalanche"; window.BOOMR.themeVersion = "2.4.0"; window.BOOMR.shopId = 56915623983; window.BOOMR.themeId = 140080971823; })();</script> <script defer src="https://www.paramountshop.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.0.2.min.js" data-application="storefront-renderer" data-shop-id="56915623983" data-render-region="gcp-asia-southeast1" data-page-type="page" data-theme-instance-id="140080971823" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" ></script> </head> <body id="south-park-page" class=" template-page"> <style> /*========================= DEFER IMAGES =========================*/ .lazyload-bg, .lazyload-img {opacity: 0; transition: 250ms all linear;} .lazyload-bg.visible, .lazyload-img.lazyloaded {opacity: 1;} </style> <script> function throttle(f, delay) { let timer = 0; return function(...args) { clearTimeout(timer); timer = setTimeout(() => f.apply(this, args), delay); } } document.addEventListener("DOMContentLoaded", function () { var t = [].slice.call(document.querySelectorAll(".lazyload-bg")); t.sort((a, b) => { if (a.fetchPriority === 'high') { return -1; } else { return 1; } }); t.push(t.splice(t.findIndex(element => element.fetchPriority == 'low'), 1)[0]); if ("IntersectionObserver" in window) { let e = new IntersectionObserver(function (t, i) { t.forEach(function (t) { if (t.isIntersecting && t.target.classList.contains("lazyload-bg")) { t.target.classList.add("visible"); e.unobserve(t.target); } }); }); t.forEach(function (t) { console.log(t); if (typeof t !== 'undefined') { e.observe(t); } }); } }); </script> <div id="shopify-section-newsletter-popout" class="shopify-section"> </div> <!-- End Facebook Pixels (noscript) --> <a class="skip-to-content-link button visually-hidden" href="#MainContent"> Skip to content </a> <div class="cart-drawer-overlay"></div> <div id="shopify-section-cart-drawer" class="shopify-section"> <style> .my-cart, .cart-close-button {visibility: hidden; right: -100%; transition: 500ms all linear;} .my-cart.open, .cart-close-button.open {right: 0; visibility: visible;} .cart-drawer-overlay.open {display: block;} @media screen and (min-width: 768px) { .my-cart, .cart-close-button {visibility: hidden; right: -450px; transition: 500ms all linear;} } </style> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-cart-drawer.css?v=36143731213557807911732309882" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-cart-drawer.css?v=36143731213557807911732309882"></noscript> <form action="/cart" method="post" class="my-cart"> <button class="cart-close-button" type="button" aria-label="Close Cart Drawer"><div class="icon-container"><svg viewbox="0 0 49 50" class="icon icon-close" aria-hidden="true" focusable="false" role="presentation" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M36.75 12.5L12.25 37.5" stroke="currentColor" stroke-width="0.15rem" stroke-linecap="square" stroke-linejoin="round"></path> <path d="M12.25 12.5L36.75 37.5" stroke="currentColor" stroke-width="0.15rem" stroke-linecap="square" stroke-linejoin="round"></path> </svg></div></button> <div class="cart-container" data-ajax-cart-section> <div class="loader-block"> <div class="loader"></div> </div> <div class="cart-header"> <div class="cart-inner-container"> <h2 class="cart-drawer-header s1"><a href="/cart">Cart</a></h2> </div> </div> <div class="cart-empty-message"> <div class="cart-empty-message-container"> <p>Your Cart is empty</p> </div> </div> </div> </form> <script type="application/json" data-ajax-cart-initial-state >{"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}</script> <script type="module">import '//www.paramountshop.com/cdn/shop/t/92/assets/liquid-ajax-cart-v1.7.0.js?v=147721400519330123671732310188';</script> <style> .cart-drawer-overlay{background:#000000; opacity:0.40;} .my-cart{background:#ffffff;} .my-cart .cart-header{background:#ffffff; height: 70px; margin-bottom:10px;} .my-cart .cart-header h2 a{color:#000000; justify-content: flex-start;} .my-cart .cart-item{border-bottom:1px solid #ffffff;} .my-cart .cart-item-content a, .my-cart .cart-item-content p{color:#000000;} .my-cart .cart-item-quantity{border:0px solid #333333; border-radius:0px; height:25px;} .my-cart .cart-item-quantity input[type=number]{background:#ffffff; color:#000000;} .my-cart .cart-item-quantity a{background:#ffffff;} .my-cart .cart-item-quantity a svg{stroke:#000000; fill:#000000;} .my-cart .cart-item-content .cart-remove {color:#000000;} .my-cart .cart-footer{background:#ffffff;} .my-cart .cart-footer-total{color:#000000;} .cart-close-button{background:#ffffff; top: 15px;} .cart-close-button svg path{fill:#000000; stroke:#000000;} .my-cart .loader{border: 5px solid #333333; border-top: 5px solid #cccccc;} .my-cart .loading-bar > span {background-color: #333333;} .my-cart .cart-footer{padding:0 0 5px 0;} .my-cart .cart-footer-free-shipping{background:#439fdb;} .my-cart .cart-footer-coupon{background:url("//www.paramountshop.com/cdn/shop/files/PMT-gradient.jpg?v=1681504308"); background-size:cover; background-repeat:no-repeat; background-position:center;} .my-cart .cart-footer-free-shipping progress::-webkit-progress-value{background:#2481be;} .my-cart .cart-footer-free-shipping p, .my-cart .cart-footer-coupon p{color:#ffffff; fill:#ffffff;} .my-cart .cart-footer .cart-footer-button-container {display: flex; flex-flow: column wrap;} .my-cart .cart-footer .cart-footer-button-container .button{background:#333333; color:#ffffff;} .my-cart .cart-footer .cart-footer-button-container .button:hover{background:#000000; color:#ffffff;} .my-cart .cart-footer .cart-footer-button-container .button.checkout-btn{background:#333333; color:#ffffff;} .my-cart .cart-footer .cart-footer-button-container .button.checkout-btn:hover{background:#000000; color:#ffffff;} .my-cart .cart-header:after{width:100%; height:0px; background:#333333;} .my-cart .cart-footer:before{width:100%; height:0px; background:#333333;} .my-cart .icon-discount{color: #000000;} .cart-empty-message .cart-empty-image {width: 75%;} .cart-empty-message a {color: #000000;} @media screen and (min-width: 768px) { .my-cart .cart-footer .cart-footer-button-container {display: flex; flex-flow: row nowrap;} .my-cart .cart-footer .cart-footer-button-container {gap: 10px;} .my-cart .cart-footer .cart-footer-button-container .button {flex-basis: 50%;} .my-cart { width: 450px; } } </style> <script> var waitForJQueryCartDrawer = setInterval(function () { if (typeof $ != 'undefined') { function cartDrawer(){ $('.product-form__submit, .header__icon--cart, #cart-icon-bubble-mobile').click(function(event){ if ($(event.currentTarget).hasClass("header__icon--cart")) { event.preventDefault(); } $('#shopify-section-cart-drawer .my-cart, .cart-close-button, .cart-drawer-overlay').addClass("open"); window.postMessage({ type: 'cart_drawer', action: "open"}, '*'); }); $('.cart-drawer-overlay, .cart-close-button').click(function(){ $('#shopify-section-cart-drawer .my-cart, .cart-close-button, .cart-drawer-overlay').removeClass("open"); window.postMessage({ type: 'cart_drawer', action: "close"}, '*'); }); } cartDrawer(); if (Shopify.designMode){ document.addEventListener('shopify:section:load', function(){ if(event.detail.sectionId === 'cart-drawer') { $('.cart-drawer-overlay, #shopify-section-cart-drawer .my-cart, .cart-close-button').css('display', 'block'); } }); document.addEventListener('shopify:section:select', function(){ if(event.detail.sectionId === 'cart-drawer') { $('.cart-drawer-overlay').fadeIn(); $('#shopify-section-cart-drawer .my-cart, .cart-close-button').show("slide", { direction: "right" }, 500); } }); document.addEventListener('shopify:section:deselect', function(){ if(event.detail.sectionId === 'cart-drawer') { $('.cart-drawer-overlay').fadeOut(1000); $('#shopify-section-cart-drawer .my-cart, .cart-close-button').hide("slide", { direction: "right" }, 500); } }); } clearInterval(waitForJQueryCartDrawer); } }, 10); </script> </div> <div id="shopify-section-universal-header" class="shopify-section"> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-universal-header.css?v=159267207983358763291732310189" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-universal-header.css?v=159267207983358763291732310189"></noscript> <ul class="universal-header clearfix "> <li class="block-icons"> <ul class="block-icon-list"> <li class="universal-header-logo UH-block-ec30d653-4f1a-422a-9505-6ebaa4a47800 " > <a href="/pages/bet" aria-label="Link to /pages/bet"> <img height="50px" width="52px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/BET_white_1_540x.png?v=1673041598" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="50px" width="53px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/BET_hover_effect_540x.png?v=1674587484" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-ec30d653-4f1a-422a-9505-6ebaa4a47800 { background: #0064ff; } .UH-block-ec30d653-4f1a-422a-9505-6ebaa4a47800 img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-ec30d653-4f1a-422a-9505-6ebaa4a47800 img { height: 25px; width: auto; } .UH-block-ec30d653-4f1a-422a-9505-6ebaa4a47800 img.color { filter: brightness(0) invert(1); } .UH-block-ec30d653-4f1a-422a-9505-6ebaa4a47800.active img.color, .UH-block-ec30d653-4f1a-422a-9505-6ebaa4a47800:hover img.color{ filter: none; } .UH-block-ec30d653-4f1a-422a-9505-6ebaa4a47800.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-ec30d653-4f1a-422a-9505-6ebaa4a47800.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-ec30d653-4f1a-422a-9505-6ebaa4a47800 { background: none; } .UH-block-ec30d653-4f1a-422a-9505-6ebaa4a47800 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-ec30d653-4f1a-422a-9505-6ebaa4a47800 img { height: 20px; width: auto; } } </style> <li class="universal-header-logo UH-block-92446dfa-c68c-4558-bc72-9d3e95f1f8d2 " > <a href="/pages/cbs" aria-label="Link to /pages/cbs"> <img height="32px" width="101px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/CBS_Logo_white-min_540x.png?v=1679582072" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="32px" width="101px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/CBS_Logo_hober-min_540x.png?v=1679582063" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-92446dfa-c68c-4558-bc72-9d3e95f1f8d2 { background: #0064ff; } .UH-block-92446dfa-c68c-4558-bc72-9d3e95f1f8d2 img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-92446dfa-c68c-4558-bc72-9d3e95f1f8d2 img { height: 25px; width: auto; } .UH-block-92446dfa-c68c-4558-bc72-9d3e95f1f8d2 img.color { filter: brightness(0) invert(1); } .UH-block-92446dfa-c68c-4558-bc72-9d3e95f1f8d2.active img.color, .UH-block-92446dfa-c68c-4558-bc72-9d3e95f1f8d2:hover img.color{ filter: none; } .UH-block-92446dfa-c68c-4558-bc72-9d3e95f1f8d2.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-92446dfa-c68c-4558-bc72-9d3e95f1f8d2.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-92446dfa-c68c-4558-bc72-9d3e95f1f8d2 { background: none; } .UH-block-92446dfa-c68c-4558-bc72-9d3e95f1f8d2 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-92446dfa-c68c-4558-bc72-9d3e95f1f8d2 img { height: 20px; width: auto; } } </style> <li class="universal-header-logo UH-block-f8d9a9f0-054c-4062-a04b-0471eadaded2 " > <a href="/pages/cbs-sports" aria-label="Link to /pages/cbs-sports"> <img height="16px" width="125px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/CBS_Sports_white_updated-min_540x.png?v=1679582761" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="16px" width="125px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/CBS_Sports_hover-min_540x.png?v=1679582827" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-f8d9a9f0-054c-4062-a04b-0471eadaded2 { background: #020a3c; } .UH-block-f8d9a9f0-054c-4062-a04b-0471eadaded2 img { height: 10px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-f8d9a9f0-054c-4062-a04b-0471eadaded2 img { height: 25px; width: auto; } .UH-block-f8d9a9f0-054c-4062-a04b-0471eadaded2 img.color { filter: brightness(0) invert(1); } .UH-block-f8d9a9f0-054c-4062-a04b-0471eadaded2.active img.color, .UH-block-f8d9a9f0-054c-4062-a04b-0471eadaded2:hover img.color{ filter: none; } .UH-block-f8d9a9f0-054c-4062-a04b-0471eadaded2.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-f8d9a9f0-054c-4062-a04b-0471eadaded2.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-f8d9a9f0-054c-4062-a04b-0471eadaded2 { background: none; } .UH-block-f8d9a9f0-054c-4062-a04b-0471eadaded2 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-f8d9a9f0-054c-4062-a04b-0471eadaded2 img { height: 10px; width: auto; } } </style> <li class="universal-header-logo UH-block-1273c72a-7f69-4572-b9ba-ab1f88158073 " > <a href="/pages/comedy-central" aria-label="Link to /pages/comedy-central"> <img height="32px" width="97px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/UniversalHeader-CC_540x.png?v=1675179431" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="32px" width="97px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/UniversalHeader-CC-hover_540x.png?v=1675179421" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-1273c72a-7f69-4572-b9ba-ab1f88158073 { background: #020a3c; } .UH-block-1273c72a-7f69-4572-b9ba-ab1f88158073 img { height: 16px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-1273c72a-7f69-4572-b9ba-ab1f88158073 img { height: 25px; width: auto; } .UH-block-1273c72a-7f69-4572-b9ba-ab1f88158073 img.color { filter: brightness(0) invert(1); } .UH-block-1273c72a-7f69-4572-b9ba-ab1f88158073.active img.color, .UH-block-1273c72a-7f69-4572-b9ba-ab1f88158073:hover img.color{ filter: none; } .UH-block-1273c72a-7f69-4572-b9ba-ab1f88158073.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-1273c72a-7f69-4572-b9ba-ab1f88158073.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-1273c72a-7f69-4572-b9ba-ab1f88158073 { background: none; } .UH-block-1273c72a-7f69-4572-b9ba-ab1f88158073 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-1273c72a-7f69-4572-b9ba-ab1f88158073 img { height: 16px; width: auto; } } </style> <li class="universal-header-logo UH-block-85530988-05f9-45ef-85f5-e633d7bf15b0 " > <a href="/pages/mtv" aria-label="Link to /pages/mtv"> <img height="52px" width="80px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/MTV__1_540x.png?v=1673041672" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="52px" width="85px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/MTV_hover_1_ce304b92-8afb-4fb2-9649-5637ae33c690_540x.png?v=1673041656" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-85530988-05f9-45ef-85f5-e633d7bf15b0 { background: #0064ff; } .UH-block-85530988-05f9-45ef-85f5-e633d7bf15b0 img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-85530988-05f9-45ef-85f5-e633d7bf15b0 img { height: 25px; width: auto; } .UH-block-85530988-05f9-45ef-85f5-e633d7bf15b0 img.color { filter: brightness(0) invert(1); } .UH-block-85530988-05f9-45ef-85f5-e633d7bf15b0.active img.color, .UH-block-85530988-05f9-45ef-85f5-e633d7bf15b0:hover img.color{ filter: none; } .UH-block-85530988-05f9-45ef-85f5-e633d7bf15b0.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-85530988-05f9-45ef-85f5-e633d7bf15b0.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-85530988-05f9-45ef-85f5-e633d7bf15b0 { background: none; } .UH-block-85530988-05f9-45ef-85f5-e633d7bf15b0 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-85530988-05f9-45ef-85f5-e633d7bf15b0 img { height: 20px; width: auto; } } </style> <li class="universal-header-logo UH-block-ef607cbd-3c97-4a60-b63f-24a3653e0af6 " > <a href="/collections/nickelodeon" aria-label="Link to /collections/nickelodeon"> <img height="48px" width="126px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/Nick_540x.png?v=1674505772" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="48px" width="126px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/Nick_hover_540x.png?v=1674505764" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-ef607cbd-3c97-4a60-b63f-24a3653e0af6 { background: #020a3c; } .UH-block-ef607cbd-3c97-4a60-b63f-24a3653e0af6 img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-ef607cbd-3c97-4a60-b63f-24a3653e0af6 img { height: 25px; width: auto; } .UH-block-ef607cbd-3c97-4a60-b63f-24a3653e0af6 img.color { filter: brightness(0) invert(1); } .UH-block-ef607cbd-3c97-4a60-b63f-24a3653e0af6.active img.color, .UH-block-ef607cbd-3c97-4a60-b63f-24a3653e0af6:hover img.color{ filter: none; } .UH-block-ef607cbd-3c97-4a60-b63f-24a3653e0af6.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-ef607cbd-3c97-4a60-b63f-24a3653e0af6.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-ef607cbd-3c97-4a60-b63f-24a3653e0af6 { background: none; } .UH-block-ef607cbd-3c97-4a60-b63f-24a3653e0af6 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-ef607cbd-3c97-4a60-b63f-24a3653e0af6 img { height: 20px; width: auto; } } </style> <li class="universal-header-logo UH-block-055f39cf-cbad-4907-8145-647b4771c1f4 " > <a href="/pages/paramount-pictures" aria-label="Link to /pages/paramount-pictures"> <img height="52px" width="64px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/PP_540x.png?v=1674505687" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="52px" width="64px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/PP_hover_effect_540x.png?v=1674679939" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-055f39cf-cbad-4907-8145-647b4771c1f4 { background: #0064ff; } .UH-block-055f39cf-cbad-4907-8145-647b4771c1f4 img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-055f39cf-cbad-4907-8145-647b4771c1f4 img { height: 25px; width: auto; } .UH-block-055f39cf-cbad-4907-8145-647b4771c1f4 img.color { filter: brightness(0) invert(1); } .UH-block-055f39cf-cbad-4907-8145-647b4771c1f4.active img.color, .UH-block-055f39cf-cbad-4907-8145-647b4771c1f4:hover img.color{ filter: none; } .UH-block-055f39cf-cbad-4907-8145-647b4771c1f4.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-055f39cf-cbad-4907-8145-647b4771c1f4.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-055f39cf-cbad-4907-8145-647b4771c1f4 { background: none; } .UH-block-055f39cf-cbad-4907-8145-647b4771c1f4 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-055f39cf-cbad-4907-8145-647b4771c1f4 img { height: 20px; width: auto; } } </style> <li class="universal-header-logo UH-block-cf1ea327-e9ab-4164-883d-f946e051d266 " > <a href="/collections/paramount-1" aria-label="Link to /collections/paramount-1"> <img height="40px" width="171px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/UniversalHeader-PP_540x.png?v=1675291076" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="40px" width="174px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/UniversalHeader-PP-hover_540x.png?v=1675291065" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-cf1ea327-e9ab-4164-883d-f946e051d266 { background: #020a3c; } .UH-block-cf1ea327-e9ab-4164-883d-f946e051d266 img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-cf1ea327-e9ab-4164-883d-f946e051d266 img { height: 25px; width: auto; } .UH-block-cf1ea327-e9ab-4164-883d-f946e051d266 img.color { filter: brightness(0) invert(1); } .UH-block-cf1ea327-e9ab-4164-883d-f946e051d266.active img.color, .UH-block-cf1ea327-e9ab-4164-883d-f946e051d266:hover img.color{ filter: none; } .UH-block-cf1ea327-e9ab-4164-883d-f946e051d266.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-cf1ea327-e9ab-4164-883d-f946e051d266.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-cf1ea327-e9ab-4164-883d-f946e051d266 { background: none; } .UH-block-cf1ea327-e9ab-4164-883d-f946e051d266 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-cf1ea327-e9ab-4164-883d-f946e051d266 img { height: 20px; width: auto; } } </style> <li class="universal-header-logo UH-block-1d1de664-0dcd-49e8-a650-24fae84219da " > <a href="/pages/showtime" aria-label="Link to /pages/showtime"> <img height="50px" width="56px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/SHO_white_1_540x.png?v=1673041522" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="50px" width="56px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/SHO_hover_1_540x.png?v=1673041534" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-1d1de664-0dcd-49e8-a650-24fae84219da { background: #0064ff; } .UH-block-1d1de664-0dcd-49e8-a650-24fae84219da img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-1d1de664-0dcd-49e8-a650-24fae84219da img { height: 25px; width: auto; } .UH-block-1d1de664-0dcd-49e8-a650-24fae84219da img.color { filter: brightness(0) invert(1); } .UH-block-1d1de664-0dcd-49e8-a650-24fae84219da.active img.color, .UH-block-1d1de664-0dcd-49e8-a650-24fae84219da:hover img.color{ filter: none; } .UH-block-1d1de664-0dcd-49e8-a650-24fae84219da.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-1d1de664-0dcd-49e8-a650-24fae84219da.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-1d1de664-0dcd-49e8-a650-24fae84219da { background: none; } .UH-block-1d1de664-0dcd-49e8-a650-24fae84219da img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-1d1de664-0dcd-49e8-a650-24fae84219da img { height: 20px; width: auto; } } </style> <li class="universal-header-logo UH-block-19d9d91c-07b6-488a-b917-98dc9077bdd6 active" > <a href="/pages/south-park" aria-label="Link to /pages/south-park"> <img height="50px" width="100px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/SP_white_1_540x.png?v=1673041564" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="50px" width="100px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/SP_hover_1_540x.png?v=1673041549" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-19d9d91c-07b6-488a-b917-98dc9077bdd6 { background: #0064ff; } .UH-block-19d9d91c-07b6-488a-b917-98dc9077bdd6 img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-19d9d91c-07b6-488a-b917-98dc9077bdd6 img { height: 25px; width: auto; } .UH-block-19d9d91c-07b6-488a-b917-98dc9077bdd6 img.color { filter: brightness(0) invert(1); } .UH-block-19d9d91c-07b6-488a-b917-98dc9077bdd6.active img.color, .UH-block-19d9d91c-07b6-488a-b917-98dc9077bdd6:hover img.color{ filter: none; } .UH-block-19d9d91c-07b6-488a-b917-98dc9077bdd6.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-19d9d91c-07b6-488a-b917-98dc9077bdd6.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-19d9d91c-07b6-488a-b917-98dc9077bdd6 { background: none; } .UH-block-19d9d91c-07b6-488a-b917-98dc9077bdd6 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-19d9d91c-07b6-488a-b917-98dc9077bdd6 img { height: 20px; width: auto; } } </style> <li class="universal-header-logo UH-block-3f09d3d6-815e-4937-a5a5-e089ead38b34 " > <a href="/pages/spongebobsquarepants" aria-label="Link to /pages/spongebobsquarepants"> <img height="48px" width="88px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/spongebob_white_US_540x.png?v=1677524481" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="44px" width="80px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/spongebob_default_US_540x.png?v=1677524471" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-3f09d3d6-815e-4937-a5a5-e089ead38b34 { background: #020a3c; } .UH-block-3f09d3d6-815e-4937-a5a5-e089ead38b34 img { height: 24px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-3f09d3d6-815e-4937-a5a5-e089ead38b34 img { height: 25px; width: auto; } .UH-block-3f09d3d6-815e-4937-a5a5-e089ead38b34 img.color { filter: brightness(0) invert(1); } .UH-block-3f09d3d6-815e-4937-a5a5-e089ead38b34.active img.color, .UH-block-3f09d3d6-815e-4937-a5a5-e089ead38b34:hover img.color{ filter: none; } .UH-block-3f09d3d6-815e-4937-a5a5-e089ead38b34.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-3f09d3d6-815e-4937-a5a5-e089ead38b34.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-3f09d3d6-815e-4937-a5a5-e089ead38b34 { background: none; } .UH-block-3f09d3d6-815e-4937-a5a5-e089ead38b34 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-3f09d3d6-815e-4937-a5a5-e089ead38b34 img { height: 24px; width: auto; } } </style> <li class="universal-header-logo UH-block-7f08553f-d149-4125-b3de-d784bea8771f " > <a href="/pages/star-trek" aria-label="Link to /pages/star-trek"> <img height="26px" width="121px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/UniversalHeader-ST_540x.png?v=1675179205" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="26px" width="119px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/UniversalHeader-ST-hover_540x.png?v=1675179179" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-7f08553f-d149-4125-b3de-d784bea8771f { background: #020a3c; } .UH-block-7f08553f-d149-4125-b3de-d784bea8771f img { height: 13px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-7f08553f-d149-4125-b3de-d784bea8771f img { height: 25px; width: auto; } .UH-block-7f08553f-d149-4125-b3de-d784bea8771f img.color { filter: brightness(0) invert(1); } .UH-block-7f08553f-d149-4125-b3de-d784bea8771f.active img.color, .UH-block-7f08553f-d149-4125-b3de-d784bea8771f:hover img.color{ filter: none; } .UH-block-7f08553f-d149-4125-b3de-d784bea8771f.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-7f08553f-d149-4125-b3de-d784bea8771f.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-7f08553f-d149-4125-b3de-d784bea8771f { background: none; } .UH-block-7f08553f-d149-4125-b3de-d784bea8771f img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-7f08553f-d149-4125-b3de-d784bea8771f img { height: 13px; width: auto; } } </style> <li class="universal-header-logo UH-block-78773c8f-7568-4f81-b429-18897e2cad89 " > <a href="/pages/yellowstone" aria-label="Link to /pages/yellowstone"> <img height="52px" width="64px" loading="lazy" class="white-logo" src="//www.paramountshop.com/cdn/shop/files/YS_540x.png?v=1674748319" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <img height="52px" width="64px" loading="lazy" class="color" src="//www.paramountshop.com/cdn/shop/files/YS_hover_540x.png?v=1674748309" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="" data-sizes="auto" data-parent-fit="cover" response-expires alt="Store Logo" fetchpriority="low"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-78773c8f-7568-4f81-b429-18897e2cad89 { background: #0064ff; } .UH-block-78773c8f-7568-4f81-b429-18897e2cad89 img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-78773c8f-7568-4f81-b429-18897e2cad89 img { height: 25px; width: auto; } .UH-block-78773c8f-7568-4f81-b429-18897e2cad89 img.color { filter: brightness(0) invert(1); } .UH-block-78773c8f-7568-4f81-b429-18897e2cad89.active img.color, .UH-block-78773c8f-7568-4f81-b429-18897e2cad89:hover img.color{ filter: none; } .UH-block-78773c8f-7568-4f81-b429-18897e2cad89.active img.white-logo:not(:last-of-type) { opacity: 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list .universal-header-logo.UH-block-78773c8f-7568-4f81-b429-18897e2cad89.active .white-logo + .color { opacity: 1; } @media screen and (min-width: 768px) { #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-78773c8f-7568-4f81-b429-18897e2cad89 { background: none; } .UH-block-78773c8f-7568-4f81-b429-18897e2cad89 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-78773c8f-7568-4f81-b429-18897e2cad89 img { height: 20px; width: auto; } } </style> </ul> </li> </ul> <style data-shopify> /* Rework */ #shopify-section-universal-header { background: #0064ff; height: 35px; } .universal-header { background: linear-gradient(90deg, #000A3C 0%, #0064FF 51.04%, #000A3C 100%); color: #ffffff; } /* Delay Message */ .universal-header-message { background: #0064ff; padding: 7px 0; } .universal-header-message * { color: #ffffff; } /* MOBILE ACCORDION BUTTON */ #shopify-section-universal-header .universal-header-button { background: #000000; color: #ffffff; } .universal-header-button span, .universal-header-button svg { color:#ffffff; fill: #ffffff; } /* Announcements */ #shopify-section-universal-header .universal-header.mobile-accordion .announcement-blocks { padding-top: 7px; padding-bottom: 7px; } @media screen and (min-width: 1130px) { #shopify-section-universal-header { height: 35px; } /* Logo Blocks */ #shopify-section-universal-header .universal-header .block-icons { padding: 7px 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list { gap: 40px; } #shopify-section-universal-header .universal-header .main-icon { padding: 7px 0; padding-right: 40px; margin-right: 40px; border-right: 5px solid #0064ff; } #shopify-section-universal-header .universal-header .main-icon img { height: 40px; width: auto; } /* Announcements */ #shopify-section-universal-header .universal-header .announcement-blocks { max-width: 50%; } #shopify-section-universal-header .universal-header.mobile-accordion .announcement-blocks, #shopify-section-universal-header .universal-header:not(.mobile-accordion) .announcement-blocks, #shopify-section-universal-header .universal-header.mobile-accordion .announcement-blocks { padding-top: 7px; padding-bottom: 7px; } } @media screen and (max-width: 1130px) { #shopify-section-universal-header .universal-header:not(.mobile-accordion) .block-icons .block-icon-list { gap: 40px; justify-content: flex-end; } #shopify-section-universal-header .universal-header:not(.mobile-accordion) { padding-top: 7px; padding-bottom: 7px; } #shopify-section-universal-header .universal-header.mobile-accordion { max-height: 0px; } #shopify-section-universal-header .universal-header-button, #shopify-section-universal-header .universal-header.mobile-accordion .block-icons, #shopify-section-universal-header .universal-header:not(.mobile-accordion) .block-icons{ display: none; } #shopify-section-universal-header .universal-header, #shopify-section-universal-header .universal-header.mobile-accordion { display: flex; } .universal-header:not(.mobile-accordion) { padding-top: 10px; padding-bottom: 10px; } #shopify-section-universal-header .universal-header .announcement-blocks { display: none !important; } #shopify-section-universal-header {display: none;} } </style> <script> var waitForJQueryUniversalHeader = setInterval(function () { if (typeof $ != 'undefined' && typeof $().slick != 'undefined') { function universalHeader() { $('.uh-announcements-universal-header').slick({ lazyLoad: 'ondemand', infinite: true, adaptiveHeight: true, slidesToShow: 1, infinite: true, autoplay: true, autoplaySpeed: 6000, arrows: false, dots: false, draggable: false, variableWidth: false, centerMode: false }); $('.universal-header-button').click(function(){ $(this).toggleClass('open'); $('.universal-header-button span').text(function(i, text){ return text === "Explore Our Shops" ? "Hide Shops" : "Explore Our Shops"; }); if ($(this).hasClass("open")) { $(".universal-header").css("max-height", "200vh"); $('.uh-announcements-universal-header').slick("refresh"); } else { $(".universal-header").css("max-height", "0px"); } }); $('.uh-announcements-universal-header').on('afterChange', function(event, slick, currentSlide, nextSlide){ if ($('.slide-panel-menu').data('avoid-universal-header') == true) { let universalHeaderHeight = $("#shopify-section-universal-header").height(); $(".slide-panel-menu").css("top", universalHeaderHeight + "px"); } }); $(window).on("resize", function() { if ($('.slide-panel-menu').data('avoid-universal-header') == true) { let universalHeaderHeight = $("#shopify-section-universal-header").height(); $(".slide-panel-menu").css("top", universalHeaderHeight + "px"); } }); } universalHeader(); // Rerun Scripts in Shopify Theme Editor if (Shopify.designMode) { document.addEventListener('shopify:section:load', function () { if (event.detail.sectionId === 'universal-header') { universalHeader(); } }); } clearInterval(waitForJQueryUniversalHeader); } }, 10); </script> </div> <div id="shopify-section-header" class="shopify-section"><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-list-menu.css?v=136876697203205264311732309891" media="print" onload="this.media='all'"> <link defer rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-menu-drawer.css?v=100727141454774918891732309893" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-cart-notification.css?v=51123299733489841941732309883" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-cart-items.css?v=141638146535360681711732309882" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/navigation.css?v=151327046048363345791732310188" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-navigation-style.css?v=50824937448446388481732310188" media="print" onload="this.media='all'"><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-price.css?v=32463668271923509541732309899" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-loading-overlay.css?v=97588251293087606681732309893" media="print" onload="this.media='all'"><link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-search.css?v=129700218399286569061732309903" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-search.css?v=129700218399286569061732309903"></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-list-menu.css?v=136876697203205264311732309891" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-menu-drawer.css?v=100727141454774918891732309893" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-cart-notification.css?v=51123299733489841941732309883" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-cart-items.css?v=141638146535360681711732309882" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/navigation.css?v=151327046048363345791732310188" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-navigation-style.css?v=50824937448446388481732310188" rel="stylesheet" type="text/css" media="all" /></noscript> <style> .predictive-search {display: none;} .header, .header-wrapper{ } .header .header__inline-menu{ text-align:left; } .header-mm-overlay{ background:#000000; opacity:0.60; } .mega-menu-item.active ul li{ opacity:0; -webkit-animation: fadeIn 1.5s; /* Safari and Chrome */ -moz-animation: fadeIn 1.5s; /* Firefox */ -ms-animation: fadeIn 1.5s; /* Internet Explorer */ -o-animation: fadeIn 1.5s; /* Opera */ animation-fill-mode: forwards; } .mega-menu-item.active ul li:nth-child(2){animation-delay:0.05s;} .mega-menu-item.active ul li:nth-child(3){animation-delay:0.10s;} .mega-menu-item.active ul li:nth-child(4){animation-delay:0.15s;} .mega-menu-item.active ul li:nth-child(5){animation-delay:0.20s;} .mega-menu-item.active ul li:nth-child(6){animation-delay:0.25s;} .mega-menu-item.active ul li:nth-child(7){animation-delay:0.30s;} .mega-menu-item.active ul li:nth-child(8){animation-delay:0.35s;} @keyframes fadeIn { 0% {opacity:0;} 100% {opacity:1;} } .mega-menu-item.active ul li ul li{opacity:1; animation:none; animation-fill-mode: none;} .header.header-full-width {padding-left: 1.5rem; padding-right: 1.5rem;} @media screen and (min-width: 1130px) { .header.header-full-width {padding-left: 5rem; padding-right: 5rem;} } .cart-count-bubble{ background:#0064ff; color:#ffffff; border:0px solid #cccccc; border-radius:100%; } </style> <script src="//www.paramountshop.com/cdn/shop/t/92/assets/details-disclosure.js?v=6453335691393886481732309913" defer="defer"></script> <script src="//www.paramountshop.com/cdn/shop/t/92/assets/details-modal.js?v=34757073096819458691732309914" defer="defer"></script> <svg xmlns="http://www.w3.org/2000/svg" class="hidden"> <symbol id="icon-search" viewbox="0 0 18 19" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 112.85 3.5a5.784 5.784 0 018.18 8.18zm.26 1.12a6.78 6.78 0 11.72-.7l5.4 5.4a.5.5 0 11-.71.7l-5.41-5.4z" fill="currentColor"/> </symbol> <symbol id="icon-close" class="icon icon-close" fill="none" viewBox="0 0 18 17"> <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor"> </symbol> </svg> <div class="header-wrapper color- gradient header-wrapper--border-bottom"> <header class="header header-full-width header--has-menu mega-menu"> <div class="header-container default"> <p class="h5 header__heading split-mobile"> <a href="/" class="header__heading-link link link--text focus-inset"> <img srcset="//www.paramountshop.com/cdn/shop/files/Paramount_Snow_logo-min.png?v=1674661730&width=580 1x" src="//www.paramountshop.com/cdn/shop/files/Paramount_Snow_logo-min.png?v=1674661730&width=580" loading="eager" fetchpriority="high" class="header__heading-logo" width="290px" height="108px" alt="Paramount Shop" ></a> </p> <style data-shopify> .header__heading-logo { max-width: 290px; } @media screen and (max-width:750px){ .header__heading{text-align:center;} } </style> <nav class="header__inline-menu left"> <ul class="list-menu parent list-menu--inline mega-menu" role="list"><li class="mega-menu-item main-menu-item"><a href="/pages/shop-all-shows-movies" class="header__menu-item header__menu-item list-menu__item link link--text focus-inset"> <span class="mega-menu-span" class="header__active-menu-item"><span class="header__menu-item-link-text">SHOWS &amp; MOVIES</span> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </span> </a> <ul class="header__submenu child list-menu" role="list" tabindex="-1"> <div class="page-width"><li class="shows-container"> <a class="child-link" href="/pages/shop-all-shows-movies"> <span>SHOWS</span> </a> <ul class="header__submenu grand-child list-menu"><li class="link-48-hours"> <a class="grand-child-link" href="/collections/48-hours"> <span>48 Hours</span> </a> </li><li class="link-avatar-the-last-airbender"> <a class="grand-child-link" href="/collections/avatar-the-last-airbender"> <span>Avatar: The Last Airbender</span> </a> </li><li class="link-big-brother"> <a class="grand-child-link" href="/collections/big-brother"> <span>Big Brother</span> </a> </li><li class="link-cbs-news"> <a class="grand-child-link" href="/collections/cbs-news"> <span>CBS News</span> </a> </li><li class="link-criminal-minds"> <a class="grand-child-link" href="/collections/criminal-minds"> <span>Criminal Minds</span> </a> </li><li class="link-dexter"> <a class="grand-child-link" href="/collections/dexter"> <span>Dexter</span> </a> </li><li class="link-emily-in-paris"> <a class="grand-child-link" href="/collections/emily-in-paris"> <span>Emily in Paris</span> </a> </li><li class="link-fire-country"> <a class="grand-child-link" href="/collections/fire-country"> <span>Fire Country</span> </a> </li><li class="link-lioness"> <a class="grand-child-link" href="/collections/lioness"> <span>Lioness</span> </a> </li><li class="link-ncis"> <a class="grand-child-link" href="/collections/ncis"> <span>NCIS</span> </a> </li><li class="link-south-park"> <a class="grand-child-link" href="/pages/south-park"> <span>South Park</span> </a> </li><li class="link-spongebob-squarepants"> <a class="grand-child-link" href="/pages/spongebobsquarepants"> <span>SpongeBob SquarePants</span> </a> </li><li class="link-star-trek"> <a class="grand-child-link" href="/pages/star-trek"> <span>Star Trek</span> </a> </li><li class="link-survivor"> <a class="grand-child-link" href="/pages/survivor"> <span>Survivor</span> </a> </li><li class="link-the-challenge"> <a class="grand-child-link" href="/collections/the-challenge"> <span>The Challenge</span> </a> </li><li class="link-the-daily-show"> <a class="grand-child-link" href="/collections/the-daily-show"> <span>The Daily Show</span> </a> </li><li class="link-the-late-show-with-stephen-colbert"> <a class="grand-child-link" href="/collections/the-late-show-with-stephen-colbert"> <span>The Late Show with Stephen Colbert</span> </a> </li><li class="link-yellowjackets"> <a class="grand-child-link" href="/collections/yellowjackets"> <span>Yellowjackets</span> </a> </li><li class="link-yellowstone"> <a class="grand-child-link" href="/pages/yellowstone"> <span>Yellowstone</span> </a> </li><li class="link-shop-all-shows"> <a class="grand-child-link" href="/pages/shop-all-shows-movies"> <span>SHOP ALL SHOWS</span> </a> </li></ul> </li><li class="movies-container"> <a class="child-link" href="/pages/shop-all-shows-movies"> <span>MOVIES</span> </a> <ul class="header__submenu grand-child list-menu"><li class="link-a-quiet-place"> <a class="grand-child-link" href="/collections/a-quiet-place-day-one"> <span>A Quiet Place</span> </a> </li><li class="link-clueless"> <a class="grand-child-link" href="/collections/clueless"> <span>Clueless</span> </a> </li><li class="link-gladiator"> <a class="grand-child-link" href="/collections/gladiator"> <span>Gladiator</span> </a> </li><li class="link-grease"> <a class="grand-child-link" href="/collections/grease"> <span>Grease</span> </a> </li><li class="link-if"> <a class="grand-child-link" href="/pages/if-movie"> <span>IF</span> </a> </li><li class="link-mean-girls"> <a class="grand-child-link" href="/collections/mean-girls"> <span>Mean Girls</span> </a> </li><li class="link-mission-impossible"> <a class="grand-child-link" href="/pages/mission-impossible"> <span>Mission: Impossible </span> </a> </li><li class="link-paranormal-activity"> <a class="grand-child-link" href="/collections/paranormal-activity"> <span>Paranormal Activity</span> </a> </li><li class="link-scream"> <a class="grand-child-link" href="/collections/scream"> <span>Scream</span> </a> </li><li class="link-sleepy-hollow"> <a class="grand-child-link" href="/collections/sleepy-hollow"> <span>Sleepy Hollow</span> </a> </li><li class="link-smile"> <a class="grand-child-link" href="/collections/smile"> <span>Smile</span> </a> </li><li class="link-sweeney-todd"> <a class="grand-child-link" href="/collections/sweeney-todd"> <span>Sweeney Todd</span> </a> </li><li class="link-teenage-mutant-ninja-turtles-mutant-mayhem"> <a class="grand-child-link" href="/collections/teenage-mutant-ninja-turtles-mutant-mayhem"> <span>Teenage Mutant Ninja Turtles: Mutant Mayhem</span> </a> </li><li class="link-the-godfather"> <a class="grand-child-link" href="/collections/the-godfather"> <span>The Godfather</span> </a> </li><li class="link-top-gun"> <a class="grand-child-link" href="/pages/top-gun"> <span>Top Gun</span> </a> </li><li class="link-shop-all-movies"> <a class="grand-child-link" href="/pages/shop-all-shows-movies"> <span>SHOP ALL MOVIES</span> </a> </li></ul> </li><li class="brands-container"> <a class="child-link" href="/pages/shop-all-shows-movies"> <span>BRANDS</span> </a> <ul class="header__submenu grand-child list-menu"><li class="link-bet"> <a class="grand-child-link" href="/pages/bet"> <span>BET</span> </a> </li><li class="link-cbs"> <a class="grand-child-link" href="/pages/cbs"> <span>CBS</span> </a> </li><li class="link-cbs-sports"> <a class="grand-child-link" href="/pages/cbs-sports"> <span>CBS Sports</span> </a> </li><li class="link-comedy-central"> <a class="grand-child-link" href="/pages/comedy-central"> <span>Comedy Central</span> </a> </li><li class="link-mtv"> <a class="grand-child-link" href="/pages/mtv"> <span>MTV</span> </a> </li><li class="link-nickelodeon"> <a class="grand-child-link" href="/pages/nick-90s"> <span>Nickelodeon</span> </a> </li><li class="link-nick-jr"> <a class="grand-child-link" href="/collections/nick-jr"> <span>Nick Jr.</span> </a> </li><li class="link-paramount-pictures"> <a class="grand-child-link" href="/pages/paramount-pictures"> <span>Paramount Pictures</span> </a> </li><li class="link-paramount"> <a class="grand-child-link" href="/collections/paramount-1"> <span>Paramount+</span> </a> </li><li class="link-showtime"> <a class="grand-child-link" href="/pages/showtime"> <span>Showtime</span> </a> </li><li class="link-shop-all-brands"> <a class="grand-child-link" href="/pages/shop-all-shows-movies"> <span>SHOP ALL BRANDS</span> </a> </li></ul> </li> <li class="mega-menu-grid fifth clearfix mega-menu-grid-container-60ed1b5c-1d74-427c-8770-69e343201685 mega-menu-grid-zoom-on-hover"> <style> .mega-menu-grid-container-60ed1b5c-1d74-427c-8770-69e343201685, .header.mega-menu nav ul .mega-menu-item .header__submenu li.mega-menu-grid-container-60ed1b5c-1d74-427c-8770-69e343201685{max-width:61%; width:61%; column-gap:10px; row-gap:10px;} .mega-menu-grid-container-60ed1b5c-1d74-427c-8770-69e343201685 .mega-menu-grid-item-title{font-size:15px; color:#333333;} .mega-menu-grid-container-60ed1b5c-1d74-427c-8770-69e343201685 img {max-width: 175px;} #mobile-menu-grid-60ed1b5c-1d74-427c-8770-69e343201685 .mobile-menu-grid-item p {text-align: center; color: #000000;} .mega-menu-grid-container-60ed1b5c-1d74-427c-8770-69e343201685 .mega-menu-grid-item p {text-align: center; color: #000000;} .mega-menu-grid-container-60ed1b5c-1d74-427c-8770-69e343201685 .mega-menu-grid-item:hover p {color: #333333;} </style> <div class="mega-menu-grid-item"> <a href="/pages/teenage-mutant-ninja-turtles"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/teenage-mutant-ninja-turtles.png?v=1678723307&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/pages/yellowstone"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/yellowstone_logo_final-min_c40a61aa-9d72-4bae-999b-ce7afa59fae5.png?v=1676064632&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/pages/paw-patrol"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/paw_patrol_logo_US-min.png?v=1676064758&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/pages/spongebobsquarepants"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/sponge_US-min_3b41bcc5-bdc6-4a38-895d-2e713637349e.png?v=1676064928&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/pages/survivor"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/survivor_logo_-min_d78a2c4d-c40f-4d8c-ac65-1cc9f690f06f.png?v=1676065674&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/pages/south-park"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/south_park_logo_-min_05cb3939-2788-4cc4-8ea3-04d3581b20e7.png?v=1676065722&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/star-trek-the-next-generation"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/star_trek_next_generation_logo-min_20f220ef-6697-4816-91eb-025fd01a9186.png?v=1676065750&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/twin-peaks"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/twin_peaks_logo_-min_f36b394d-0c0a-4637-a52f-21a466044065.png?v=1676065790&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/pages/nick-90s"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/nickelodeon_90s_logo-min.png?v=1676494098&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/ncis"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/NCIS_logo_-min_da450f7d-128e-4736-ba6d-09bbe3902832.png?v=1676065837&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/big-brother"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/big_brother_logo_-min_61927bda-49ff-47f7-a1b2-e8511135248d.png?v=1676065880&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/beavis-butt-head"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/beavis-and-butt-head_logo.png?v=1678971831&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/the-challenge"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/the_challenge_logo-min_e7bb160c-b455-4e51-b527-77bd726fcc09.png?v=1676065942&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/star-trek-picard"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/star_trek_picard_logo-min_fef72b1c-948c-4997-a1ae-f733517f030a.png?v=1676065969&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/the-late-show-with-stephen-colbert"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/late_show_logo_-min_6caae3d7-6a99-4159-91ea-e87e171e23d9.png?v=1676065992&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/criminal-minds"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/criminal_minds_logo_-min_a7f86c4d-4a70-4496-ab0f-f1f2c964caef.png?v=1676066025&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/wild-n-out"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/wild_n_out_logo_-min_af0c6580-5895-418d-b42f-d5038cf08eb7.png?v=1676066049&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/baby-shark"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/baby_shark_logo-min_a90aeeb1-0393-456b-9d65-dfd417ddc415.png?v=1676066082&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/the-godfather"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/godfather_logo_us-min_783ea911-b134-4e60-b311-fe521c6585d5.png?v=1676066117&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> <div class="mega-menu-grid-item"> <a href="/collections/dora-the-explorer"></a> <img width="400px" height="320px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/dora-pdp-logo-2024-centered-left-aligned_bacc90ad-a446-4c7e-a723-2ef775a869df.png?v=1726758607&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.625" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-61"> </div> </li> </div> </ul></li><li class="mega-menu-item main-menu-item"><a href="#" class="header__menu-item header__menu-item list-menu__item link link--text focus-inset"> <span class="mega-menu-span"><span class="header__menu-item-link-text">PRODUCTS</span> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </span> </a> <ul class="header__submenu child list-menu" role="list" tabindex="-1"> <div class="page-width"><li class="#-container"> <ul class="header__submenu grand-child list-menu"><li class="link-holiday"> <a class="grand-child-link" href="/collections/holiday"> <span>HOLIDAY</span> </a> </li><li class="link-gift-guides"> <a class="grand-child-link" href="/pages/gift-guide"> <span>GIFT GUIDES</span> </a> </li><li class="link-best-sellers"> <a class="grand-child-link" href="/collections/fan-favorites"> <span>BEST SELLERS</span> </a> </li><li class="link-new-arrivals"> <a class="grand-child-link" href="/collections/new-arrivals"> <span>NEW ARRIVALS</span> </a> </li><li class="link-as-seen-on"> <a class="grand-child-link" href="/collections/as-seen-on"> <span>AS SEEN ON</span> </a> </li><li class="link-exclusives"> <a class="grand-child-link" href="/collections/exclusive"> <span>EXCLUSIVES</span> </a> </li><li class="link-personalized"> <a class="grand-child-link" href="/collections/personalized"> <span>PERSONALIZED</span> </a> </li><li class="link-sale-items"> <a class="grand-child-link" href="/collections/sale"> <span>SALE ITEMS</span> </a> </li></ul> </li><li class="clothing-container"> <a class="child-link" href="/collections/clothing"> <span>CLOTHING</span> </a> <ul class="header__submenu grand-child list-menu"><li class="link-t-shirts"> <a class="grand-child-link" href="/collections/t-shirts"> <span>T-Shirts</span> </a> </li><li class="link-comfort-colors®"> <a class="grand-child-link" href="/collections/comfort-colors"> <span>Comfort Colors®</span> </a> </li><li class="link-hoodies-sweatshirts"> <a class="grand-child-link" href="/collections/hoodies-sweatshirts"> <span>Hoodies &amp; Sweatshirts</span> </a> </li><li class="link-joggers-sweatpants"> <a class="grand-child-link" href="/collections/joggers-sweatpants"> <span>Joggers &amp; Sweatpants</span> </a> </li><li class="link-kids-baby"> <a class="grand-child-link" href="/collections/kids-baby"> <span>Kids &amp; Baby</span> </a> </li><li class="link-long-sleeve-t-shirts"> <a class="grand-child-link" href="/collections/long-sleeve-t-shirts"> <span>Long Sleeve T-Shirts</span> </a> </li><li class="link-pajamas"> <a class="grand-child-link" href="/collections/pajamas"> <span>Pajamas</span> </a> </li><li class="link-realtree®"> <a class="grand-child-link" href="/collections/yellowstone-x-realtree"> <span>Realtree®</span> </a> </li><li class="link-rsvlts®"> <a class="grand-child-link" href="/collections/rsvlts"> <span>RSVLTS®</span> </a> </li><li class="link-socks"> <a class="grand-child-link" href="/collections/socks"> <span>Socks</span> </a> </li><li class="link-spirit-jersey®"> <a class="grand-child-link" href="/collections/spirit-jersey-1"> <span>Spirit Jersey®</span> </a> </li><li class="link-shop-all-clothing"> <a class="grand-child-link" href="/collections/clothing"> <span>SHOP ALL CLOTHING</span> </a> </li></ul> </li><li class="drinkware-container"> <a class="child-link" href="/collections/drinkware"> <span>DRINKWARE</span> </a> <ul class="header__submenu grand-child list-menu"><li class="link-camelbak®"> <a class="grand-child-link" href="/collections/camelbak"> <span>Camelbak® </span> </a> </li><li class="link-coffee-mugs"> <a class="grand-child-link" href="/collections/coffee-mugs"> <span>Coffee Mugs</span> </a> </li><li class="link-bar-accessories"> <a class="grand-child-link" href="/collections/bar-accessories"> <span>Bar Accessories</span> </a> </li><li class="link-glassware"> <a class="grand-child-link" href="/collections/glassware"> <span>Glassware</span> </a> </li><li class="link-tumblers"> <a class="grand-child-link" href="/collections/tumblers"> <span>Tumblers</span> </a> </li><li class="link-water-bottles"> <a class="grand-child-link" href="/collections/water-bottles"> <span>Water Bottles</span> </a> </li><li class="link-yeti®"> <a class="grand-child-link" href="/collections/yellowstone-x-yeti"> <span>Yeti®</span> </a> </li><li class="link-shop-all-drinkware"> <a class="grand-child-link" href="/collections/drinkware"> <span>SHOP ALL DRINKWARE</span> </a> </li></ul> </li><li class="accessories-container"> <a class="child-link" href="/collections/accessories"> <span>ACCESSORIES</span> </a> <ul class="header__submenu grand-child list-menu"><li class="link-bags-backpacks"> <a class="grand-child-link" href="/collections/bags-backpacks"> <span>Bags &amp; Backpacks</span> </a> </li><li class="link-hats"> <a class="grand-child-link" href="/collections/hats"> <span>Hats</span> </a> </li><li class="link-jewelry"> <a class="grand-child-link" href="/collections/jewelry"> <span>Jewelry</span> </a> </li><li class="link-survivor-buff®-headwear"> <a class="grand-child-link" href="/collections/survivor-buff-headwear"> <span>Survivor BUFF® Headwear</span> </a> </li><li class="link-luggage-tags"> <a class="grand-child-link" href="/collections/luggage-tags"> <span>Luggage Tags</span> </a> </li><li class="link-phone-cases"> <a class="grand-child-link" href="/collections/phone-cases"> <span>Phone Cases</span> </a> </li><li class="link-pins-patches"> <a class="grand-child-link" href="/collections/pins-patches"> <span>Pins &amp; Patches</span> </a> </li><li class="link-sunglasses"> <a class="grand-child-link" href="/collections/sunglasses"> <span>Sunglasses</span> </a> </li><li class="link-shop-all-accessories"> <a class="grand-child-link" href="/collections/accessories"> <span>SHOP ALL ACCESSORIES</span> </a> </li></ul> </li><li class="home-&-office-container"> <a class="child-link" href="/collections/home-office"> <span>HOME &amp; OFFICE</span> </a> <ul class="header__submenu grand-child list-menu"><li class="link-funko-pop®"> <a class="grand-child-link" href="/collections/funko-pop"> <span>Funko POP®</span> </a> </li><li class="link-blankets-pillows"> <a class="grand-child-link" href="/collections/blankets-pillows"> <span>Blankets &amp; Pillows</span> </a> </li><li class="link-calendars"> <a class="grand-child-link" href="/collections/calendars"> <span>Calendars</span> </a> </li><li class="link-collectibles"> <a class="grand-child-link" href="/collections/collectibles"> <span>Collectibles</span> </a> </li><li class="link-games-playing-cards"> <a class="grand-child-link" href="/collections/games-and-playing-cards"> <span>Games &amp; Playing Cards</span> </a> </li><li class="link-gift-wrap-greeting-cards"> <a class="grand-child-link" href="/collections/gift-wrap-greeting-cards"> <span>Gift Wrap &amp; Greeting Cards</span> </a> </li><li class="link-home-decor"> <a class="grand-child-link" href="/collections/home-goods"> <span>Home Decor</span> </a> </li><li class="link-kitchen-grilling"> <a class="grand-child-link" href="/collections/kitchen-grilling"> <span>Kitchen &amp; Grilling</span> </a> </li><li class="link-party-supplies"> <a class="grand-child-link" href="/collections/party-supplies"> <span>Party Supplies</span> </a> </li><li class="link-pet-products"> <a class="grand-child-link" href="/collections/pet-products"> <span>Pet Products</span> </a> </li><li class="link-plush-toys"> <a class="grand-child-link" href="/collections/plush-toys"> <span>Plush &amp; Toys</span> </a> </li><li class="link-standees"> <a class="grand-child-link" href="/collections/standees"> <span>Standees</span> </a> </li><li class="link-stationery-and-stickers"> <a class="grand-child-link" href="/collections/stationary-and-stickers"> <span>Stationery and Stickers</span> </a> </li><li class="link-tech-accessories"> <a class="grand-child-link" href="/collections/tech-accessories"> <span>Tech Accessories </span> </a> </li><li class="link-towels"> <a class="grand-child-link" href="/collections/towels"> <span>Towels</span> </a> </li><li class="link-toys-collectibles"> <a class="grand-child-link" href="/collections/collectibles"> <span>Toys &amp; Collectibles</span> </a> </li><li class="link-wall-art-posters"> <a class="grand-child-link" href="/collections/wall-art"> <span>Wall Art &amp; Posters</span> </a> </li><li class="link-shop-all-home-office"> <a class="grand-child-link" href="/collections/home-office"> <span>SHOP ALL HOME &amp; OFFICE</span> </a> </li></ul> </li> </div> </ul></li><li class="mega-menu-item main-menu-item"><a href="/pages/survivor" class="header__menu-item header__menu-item list-menu__item link link--text focus-inset"> <span><span class="header__menu-item-link-text">SURVIVOR</span> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </span> </a> <ul class="header__submenu list-menu list-menu list-menu list-menu" role="list" tabindex="-1"> <div class="page-width"> <li class="mega-menu-grid sixth mega-menu-grid-container-mega_menu_grid_8jimwb clearfix mega-menu-grid-zoom-on-hover"> <style> .mega-menu-grid-container-mega_menu_grid_8jimwb{max-width:100%; width:100%; column-gap:18px; row-gap:5px;} .mega-menu-grid-container-mega_menu_grid_8jimwb .mega-menu-grid-item-title{font-size:15px; color:#333333;} .mega-menu-grid-container-mega_menu_grid_8jimwb img {max-width: 250px;} #mobile-menu-grid-mega_menu_grid_8jimwb .mobile-menu-grid-item p {text-align: center; color: #0064ff;} .mega-menu-grid-container-mega_menu_grid_8jimwb .mega-menu-grid-item p {text-align: center; color: #0064ff;} .mega-menu-grid-container-mega_menu_grid_8jimwb .mega-menu-grid-item:hover p {color: #000000;} </style> <div class="mega-menu-grid-item"> <a href="/products/survivor-season-47-gata-tribe-buff-headwear"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/survivor-season-47-gata-tribe-buff-headwear-182682_2.jpg?v=1731607601&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>SEASON 47 GATA BUFF®</p> </div> <div class="mega-menu-grid-item"> <a href="/products/survivor-mashup-logo-sherpa-blanket-sc2917"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/survivor-mashup-logo-sherpa-blanket-586831_12415dba-7547-4ab1-9d63-e67f597d25df.jpg?v=1726082136&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>MASHUP LOGO SHERPA BLANKET</p> </div> <div class="mega-menu-grid-item"> <a href="/products/survivor-season-47-logo-unisex-t-shirt"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/survivor-season-47-logo-unisex-t-shirt-742111_de41b908-b2b0-4104-9778-22f5109687ab.jpg?v=1726081673&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>SEASON 47 T-SHIRT</p> </div> <div class="mega-menu-grid-item"> <a href="/products/survivor-outwit-outplay-outlast-embroidered-hat"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/survivor-outwit-outplay-outlast-embroidered-hat-394956_1_4e75b53a-4335-46fd-ba49-8db9eaeeba73.jpg?v=1726081755&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>OUTWIT, OUTPLAY, OUTLAST EMBROIDERED HAT</p> </div> <div class="mega-menu-grid-item"> <a href="/products/survivor-jeff-probst-cardboard-cutout-standee"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/survivor-jeff-probst-cardboard-cutout-standee-682569_caaaa382-44ad-46ed-8e9f-e4b8cdba3777.jpg?v=1726081803&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>JEFF PROBST STANDEE</p> </div> <div class="mega-menu-grid-item"> <a href="/products/survivor-season-47-campfire-mug"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/survivor-season-47-campfire-mug-205627_7144e5e2-b94b-44b6-a37a-47dc73335801.jpg?v=1726081575&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>SEASON 47 CAMPFIRE MUG</p> </div> </li> </div> </ul></li><li class="mega-menu-item main-menu-item"><a href="/collections/holiday" class="header__menu-item header__menu-item list-menu__item link link--text focus-inset"> <span><span class="header__menu-item-link-text">HOLIDAY</span> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </span> </a> <ul class="header__submenu list-menu list-menu list-menu list-menu" role="list" tabindex="-1"> <div class="page-width"> <li class="mega-menu-grid sixth mega-menu-grid-container-mega_menu_grid_d4GYdd clearfix mega-menu-grid-zoom-on-hover"> <style> .mega-menu-grid-container-mega_menu_grid_d4GYdd{max-width:100%; width:100%; column-gap:18px; row-gap:5px;} .mega-menu-grid-container-mega_menu_grid_d4GYdd .mega-menu-grid-item-title{font-size:15px; color:#333333;} .mega-menu-grid-container-mega_menu_grid_d4GYdd img {max-width: 250px;} #mobile-menu-grid-mega_menu_grid_d4GYdd .mobile-menu-grid-item p {text-align: center; color: #0064ff;} .mega-menu-grid-container-mega_menu_grid_d4GYdd .mega-menu-grid-item p {text-align: center; color: #0064ff;} .mega-menu-grid-container-mega_menu_grid_d4GYdd .mega-menu-grid-item:hover p {color: #000000;} </style> <div class="mega-menu-grid-item"> <a href="/pages/gift-guide"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/holiday-gift-guides_1000_bc6ecab7-0d2a-46cf-a454-7b3712b9eae9.png?v=1730907832&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>HOLIDAY GIFT GUIDES</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/holiday-sweaters"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/survivor-2024-exclusive-holiday-sweater-686560.jpg?v=1728151362&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>HOLIDAY SWEATERS</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/ornaments"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/spongebob-squarepants-patrick-resin-hallmark-ornament-532270.jpg?v=1730276896&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>ORNAMENTS</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/snow-globes"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/YS-SG_22_MF7.jpg?v=1721937039&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>SNOW GLOBES</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/hanukkah"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/teenage-mutant-ninja-turtles-hanukkah-adult-crewneck-sweatshirt-119792.jpg?v=1718293933&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>HANUKKAH COLLECTION</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/holiday"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/reindeer-in-here-blizz-the-season-mug-214353.jpg?v=1718290470&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>SHOP ALL HOLIDAY</p> </div> </li> </div> </ul></li><li class="mega-menu-item main-menu-item"><a href="/collections/sale" class="header__menu-item header__menu-item list-menu__item link link--text focus-inset"> <span><span class="header__menu-item-link-text">SALE</span> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </span> </a> <ul class="header__submenu list-menu list-menu list-menu list-menu" role="list" tabindex="-1"> <div class="page-width"> <li class="mega-menu-grid sixth mega-menu-grid-container-mega_menu_grid_Mgx8EG clearfix mega-menu-grid-zoom-on-hover"> <style> .mega-menu-grid-container-mega_menu_grid_Mgx8EG{max-width:100%; width:100%; column-gap:18px; row-gap:5px;} .mega-menu-grid-container-mega_menu_grid_Mgx8EG .mega-menu-grid-item-title{font-size:15px; color:#333333;} .mega-menu-grid-container-mega_menu_grid_Mgx8EG img {max-width: 250px;} #mobile-menu-grid-mega_menu_grid_Mgx8EG .mobile-menu-grid-item p {text-align: center; color: #0064ff;} .mega-menu-grid-container-mega_menu_grid_Mgx8EG .mega-menu-grid-item p {text-align: center; color: #0064ff;} .mega-menu-grid-container-mega_menu_grid_Mgx8EG .mega-menu-grid-item:hover p {color: #000000;} </style> <div class="mega-menu-grid-item"> <a href="/collections/sale"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/paw-patrol-team-snap-back-kids-hat-528603_5890def8-c5ab-4d01-9a90-e88b2104fd68.jpg?v=1723897951&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>PAW PATROL HATS</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/sale"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/twin-peaks-enamel-pin-set-919351_117c68c4-a915-4995-bf5f-3c3c5a74e85f.jpg?v=1731171528&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>TWIN PEAKS PIN SET</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/sale"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/big-brother-logo-pool-float-as-seen-on-big-brother-359123_d14eb3e5-fa76-451e-a51c-526ebfc49cb9.jpg?v=1723897952&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>BIG BROTHER POOL FLOAT</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/sale"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/star-trek-ii-the-wrath-of-khan-40th-anniversary-exclusive-khan-pin-131238_eacbdf00-cc30-40f8-9204-9c8a1ec710ef.jpg?v=1723897952&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>STAR TREK KHAN PIN</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/sale"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/yellowstone-beth-dutton-metallic-funko-pop-vinyl-figure-exclusive-wedding-outfit-edition-376362_ce0f783a-f2cc-4e08-bc16-d2217c9b6450.jpg?v=1723897951&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>YELLOWSTONE BETH DUTTON FUNKO</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/sale"></a> <img width="400px" height="400px" loading="lazy" fetchpriority="low" src="//www.paramountshop.com/cdn/shop/files/top-gun-maverick-talk-to-me-goose-patch-773893_9a7a0f93-2328-4db7-ad70-621df4792290.jpg?v=1723897952&width=400" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0" data-sizes="auto" data-parent-fit="cover" alt="mega-menu-grid-item-1"> <p>TOP GUN PATCHES</p> </div> </li> </div> </ul></li> </ul> </nav> <div class="header__icons split"> <button class="header__icon header__icon--menu header__icon--summary link link--text focus-inset mobile left" aria-label="Menu"> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" width="49" height="49" viewbox="0 0 49 49" role="presentation" class="icon icon-hamburger" fill="none"> <path d="M10.2083 14.2916H38.7917M10.2083 24.5H38.7917M10.2083 34.7083H38.7917" stroke="currentColor" stroke-width="2px" stroke-linecap="square"></path> </svg> <svg viewbox="0 0 49 50" class="icon icon-close" aria-hidden="true" focusable="false" role="presentation" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M36.75 12.5L12.25 37.5" stroke="currentColor" stroke-width="0.15rem" stroke-linecap="square" stroke-linejoin="round"></path> <path d="M12.25 12.5L36.75 37.5" stroke="currentColor" stroke-width="0.15rem" stroke-linecap="square" stroke-linejoin="round"></path> </svg> </button> <summary class="header__icon header__icon--search header__icon--summary right" aria-haspopup="dialog" aria-label="Search"><p>Search</p><span><svg width="49" height="49" viewbox="0 0 49 49" id="icon-search" class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false" role="presentation" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M42.875 40.8333L36.75 34.7083" stroke="currentColor" stroke-width="2px" stroke-linecap="square"></path> <circle cx="22.458" cy="22.4583" r="18" stroke="currentColor" stroke-width="2px"></circle> </svg></span> </summary> <a href="/account/login?url=/pages/south-park" class="header__icon header__icon--account link link--text focus-inset right desktop"> <svg width="49" height="49" viewbox="0 0 49 49" aria-hidden="true" focusable="false" role="presentation" class="icon icon-account" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M32.6667 16.3333C32.6667 20.8436 29.0103 24.5 24.5 24.5C19.9897 24.5 16.3333 20.8436 16.3333 16.3333C16.3333 11.823 19.9897 8.16663 24.5 8.16663C29.0103 8.16663 32.6667 11.823 32.6667 16.3333Z" stroke="currentColor" stroke-width="0.15rem" stroke-linecap="round"></path> <path d="M11.3017 30.855C12.3529 28.6639 14.6856 27.5625 17.1158 27.5625H31.8841C34.3144 27.5625 36.6471 28.6639 37.6982 30.855C38.6461 32.8307 39.6148 35.5852 39.7859 38.8114C39.8151 39.3629 39.3648 39.8125 38.8125 39.8125H10.1875C9.6352 39.8125 9.18484 39.3629 9.21409 38.8114C9.3852 35.5852 10.3539 32.8307 11.3017 30.855Z" stroke="currentColor" stroke-width="0.15rem" stroke-linecap="round"></path> </svg> <span class="visually-hidden">Log in</span> </a> <a href='#swym-wishlist' aria-label='Open Wishlist' class='swym-wishlist header__icon link link--text focus-inset wishlist-header-icon'> <svg width="34" height="29" viewbox="0 0 34 29" fill="none" class="icon icon-heart" xmlns="http://www.w3.org/2000/svg"> <path d="M3.78868 16.3394L16.3153 28.1068C16.6398 28.4116 16.802 28.564 17 28.564C17.198 28.564 17.3602 28.4116 17.6847 28.1068L30.2113 16.3394L30.2125 16.3383C30.2775 16.2772 30.3102 16.2465 30.3383 16.2196C33.6508 13.0532 34.0554 7.90352 31.2779 4.25877C31.2542 4.22767 31.2265 4.19198 31.1712 4.12062C31.0892 4.01494 31.0482 3.9621 31.0183 3.92458C27.3644 -0.670151 20.1708 0.104514 17.5789 5.37184C17.5577 5.41483 17.5289 5.47516 17.4713 5.59579L17.4713 5.59592L17 6.58333L16.5287 5.59592C16.4711 5.47521 16.4423 5.41485 16.4211 5.37184C13.8292 0.104514 6.63558 -0.670151 2.98166 3.92458C2.95182 3.9621 2.91082 4.01494 2.82883 4.12062L2.82878 4.12069C2.77344 4.19201 2.74577 4.22768 2.72208 4.25877C-0.0553544 7.90352 0.349185 13.0532 3.66167 16.2196C3.68992 16.2466 3.72282 16.2775 3.78859 16.3393L3.78868 16.3394Z" stroke="currentColor" stroke-width="0.15rem"></path> </svg> </a> <a href="#" class="header__icon header__icon--cart link link--text focus-inset right" id="cart-icon-bubble"><svg width="26" height="37" viewbox="0 0 26 37" fill="none" class="icon icon-cart-empty" aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg"> <path d="M0.428711 11.3335H25.2859V35.8335H0.428711V11.3335Z" stroke="currentColor" stroke-width="0.05rem" fill="none"></path> <path d="M3.16091 11.3543C3.16091 11.5614 3.3288 11.7293 3.53591 11.7293C3.74301 11.7293 3.91091 11.5614 3.91091 11.3543H3.16091ZM3.53591 7.546H3.91091H3.53591ZM9.9359 1.146V0.770999V1.146ZM15.7788 1.146V0.770996V1.146ZM22.1788 7.546L21.8038 7.546V7.546H22.1788ZM21.8038 11.3543C21.8038 11.5614 21.9717 11.7293 22.1788 11.7293C22.3859 11.7293 22.5538 11.5614 22.5538 11.3543H21.8038ZM19.9947 1.58197L20.165 1.24784V1.24784L19.9947 1.58197ZM21.7428 3.33003L21.4087 3.50028V3.50028L21.7428 3.33003ZM3.97188 3.33004L4.30601 3.50029L3.97188 3.33004ZM5.71994 1.58197L5.5497 1.24785L5.5497 1.24785L5.71994 1.58197ZM0.428711 11.3335V10.9585H0.0537109V11.3335H0.428711ZM25.2859 11.3335H25.6609V10.9585H25.2859V11.3335ZM25.2859 35.8335V36.2085H25.6609V35.8335H25.2859ZM0.428711 35.8335H0.0537109V36.2085H0.428711V35.8335ZM3.91091 11.3543L3.91091 7.546H3.16091L3.16091 11.3543H3.91091ZM9.9359 1.521L15.7788 1.521V0.770996L9.9359 0.770999V1.521ZM21.8038 7.546V11.3543H22.5538V7.546H21.8038ZM15.7788 1.521C16.905 1.521 17.7272 1.52129 18.3754 1.57425C19.0192 1.62685 19.4583 1.72953 19.8245 1.9161L20.165 1.24784C19.6755 0.998429 19.1267 0.883129 18.4365 0.826738C17.7507 0.770704 16.8927 0.770996 15.7788 0.770996V1.521ZM22.5538 7.546C22.5538 6.43208 22.5541 5.57409 22.498 4.88827C22.4416 4.19807 22.3263 3.64929 22.0769 3.15979L21.4087 3.50028C21.5952 3.86643 21.6979 4.30552 21.7505 4.94934C21.8035 5.59754 21.8038 6.4197 21.8038 7.546L22.5538 7.546ZM19.8245 1.9161C20.5066 2.26364 21.0611 2.81819 21.4087 3.50028L22.0769 3.15979C21.6575 2.33658 20.9882 1.66729 20.165 1.24784L19.8245 1.9161ZM3.91091 7.546C3.91091 6.41971 3.9112 5.59754 3.96416 4.94935C4.01676 4.30553 4.11944 3.86643 4.30601 3.50029L3.63775 3.15979C3.38834 3.64929 3.27304 4.19807 3.21665 4.88827C3.16061 5.57409 3.16091 6.43208 3.16091 7.546H3.91091ZM9.9359 0.770999C8.82199 0.770999 7.96399 0.770708 7.27817 0.826743C6.58798 0.883134 6.03919 0.998435 5.5497 1.24785L5.89019 1.9161C6.25634 1.72954 6.69543 1.62685 7.33925 1.57425C7.98744 1.52129 8.80961 1.521 9.9359 1.521V0.770999ZM4.30601 3.50029C4.65355 2.8182 5.2081 2.26364 5.89019 1.9161L5.5497 1.24785C4.72649 1.66729 4.0572 2.33658 3.63775 3.15979L4.30601 3.50029ZM0.428711 11.7085H25.2859V10.9585H0.428711V11.7085ZM24.9109 11.3335V35.8335H25.6609V11.3335H24.9109ZM25.2859 35.4585H0.428711V36.2085H25.2859V35.4585ZM0.803711 35.8335V11.3335H0.0537109V35.8335H0.803711Z" stroke="currentColor" stroke-width="0.05rem" fill="white"></path> </svg><span class="visually-hidden">Cart</span></a> </div> </div> <div class="header-container-mobile"> <div class="left-icons"> <div class="header__icons split"> <button class="header__icon header__icon--menu header__icon--summary link link--text focus-inset mobile left" aria-label="Menu"> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" width="49" height="49" viewbox="0 0 49 49" role="presentation" class="icon icon-hamburger" fill="none"> <path d="M10.2083 14.2916H38.7917M10.2083 24.5H38.7917M10.2083 34.7083H38.7917" stroke="currentColor" stroke-width="2px" stroke-linecap="square"></path> </svg> <svg viewbox="0 0 49 50" class="icon icon-close" aria-hidden="true" focusable="false" role="presentation" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M36.75 12.5L12.25 37.5" stroke="currentColor" stroke-width="0.15rem" stroke-linecap="square" stroke-linejoin="round"></path> <path d="M12.25 12.5L36.75 37.5" stroke="currentColor" stroke-width="0.15rem" stroke-linecap="square" stroke-linejoin="round"></path> </svg> </button> </div> </div> <p class="h5 header__heading split-mobile"> <a href="/" class="header__heading-link link link--text focus-inset"> <img srcset="//www.paramountshop.com/cdn/shop/files/Paramount_Snow_logo-min.png?v=1674661730&width=580 1x" src="//www.paramountshop.com/cdn/shop/files/Paramount_Snow_logo-min.png?v=1674661730&width=580" loading="eager" fetchpriority="high" class="header__heading-logo" width="290px" height="108px" alt="Paramount Shop" ></a> </p> <style data-shopify> .header__heading-logo { max-width: 290px; } @media screen and (max-width:750px){ .header__heading{text-align:center;} } </style> <div class="right-icons"> <div class="header__icons split"> <summary class="header__icon header__icon--search header__icon--summary right" aria-haspopup="dialog" aria-label="Search"><p>Search</p><span><svg width="49" height="49" viewbox="0 0 49 49" id="icon-search" class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false" role="presentation" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M42.875 40.8333L36.75 34.7083" stroke="currentColor" stroke-width="2px" stroke-linecap="square"></path> <circle cx="22.458" cy="22.4583" r="18" stroke="currentColor" stroke-width="2px"></circle> </svg></span> </summary> <a href="/account/login?url=/pages/south-park" class="header__icon header__icon--account link link--text focus-inset right desktop"> <svg width="49" height="49" viewbox="0 0 49 49" aria-hidden="true" focusable="false" role="presentation" class="icon icon-account" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M32.6667 16.3333C32.6667 20.8436 29.0103 24.5 24.5 24.5C19.9897 24.5 16.3333 20.8436 16.3333 16.3333C16.3333 11.823 19.9897 8.16663 24.5 8.16663C29.0103 8.16663 32.6667 11.823 32.6667 16.3333Z" stroke="currentColor" stroke-width="0.15rem" stroke-linecap="round"></path> <path d="M11.3017 30.855C12.3529 28.6639 14.6856 27.5625 17.1158 27.5625H31.8841C34.3144 27.5625 36.6471 28.6639 37.6982 30.855C38.6461 32.8307 39.6148 35.5852 39.7859 38.8114C39.8151 39.3629 39.3648 39.8125 38.8125 39.8125H10.1875C9.6352 39.8125 9.18484 39.3629 9.21409 38.8114C9.3852 35.5852 10.3539 32.8307 11.3017 30.855Z" stroke="currentColor" stroke-width="0.15rem" stroke-linecap="round"></path> </svg> <span class="visually-hidden">Log in</span> </a> <a href='#swym-wishlist' aria-label='Open Wishlist' class='swym-wishlist header__icon link link--text focus-inset wishlist-header-icon'> <svg width="34" height="29" viewbox="0 0 34 29" fill="none" class="icon icon-heart" xmlns="http://www.w3.org/2000/svg"> <path d="M3.78868 16.3394L16.3153 28.1068C16.6398 28.4116 16.802 28.564 17 28.564C17.198 28.564 17.3602 28.4116 17.6847 28.1068L30.2113 16.3394L30.2125 16.3383C30.2775 16.2772 30.3102 16.2465 30.3383 16.2196C33.6508 13.0532 34.0554 7.90352 31.2779 4.25877C31.2542 4.22767 31.2265 4.19198 31.1712 4.12062C31.0892 4.01494 31.0482 3.9621 31.0183 3.92458C27.3644 -0.670151 20.1708 0.104514 17.5789 5.37184C17.5577 5.41483 17.5289 5.47516 17.4713 5.59579L17.4713 5.59592L17 6.58333L16.5287 5.59592C16.4711 5.47521 16.4423 5.41485 16.4211 5.37184C13.8292 0.104514 6.63558 -0.670151 2.98166 3.92458C2.95182 3.9621 2.91082 4.01494 2.82883 4.12062L2.82878 4.12069C2.77344 4.19201 2.74577 4.22768 2.72208 4.25877C-0.0553544 7.90352 0.349185 13.0532 3.66167 16.2196C3.68992 16.2466 3.72282 16.2775 3.78859 16.3393L3.78868 16.3394Z" stroke="currentColor" stroke-width="0.15rem"></path> </svg> </a> <a href="#" class="header__icon header__icon--cart link link--text focus-inset right" id="cart-icon-bubble-mobile"><svg width="26" height="37" viewbox="0 0 26 37" fill="none" class="icon icon-cart-empty" aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg"> <path d="M0.428711 11.3335H25.2859V35.8335H0.428711V11.3335Z" stroke="currentColor" stroke-width="0.05rem" fill="none"></path> <path d="M3.16091 11.3543C3.16091 11.5614 3.3288 11.7293 3.53591 11.7293C3.74301 11.7293 3.91091 11.5614 3.91091 11.3543H3.16091ZM3.53591 7.546H3.91091H3.53591ZM9.9359 1.146V0.770999V1.146ZM15.7788 1.146V0.770996V1.146ZM22.1788 7.546L21.8038 7.546V7.546H22.1788ZM21.8038 11.3543C21.8038 11.5614 21.9717 11.7293 22.1788 11.7293C22.3859 11.7293 22.5538 11.5614 22.5538 11.3543H21.8038ZM19.9947 1.58197L20.165 1.24784V1.24784L19.9947 1.58197ZM21.7428 3.33003L21.4087 3.50028V3.50028L21.7428 3.33003ZM3.97188 3.33004L4.30601 3.50029L3.97188 3.33004ZM5.71994 1.58197L5.5497 1.24785L5.5497 1.24785L5.71994 1.58197ZM0.428711 11.3335V10.9585H0.0537109V11.3335H0.428711ZM25.2859 11.3335H25.6609V10.9585H25.2859V11.3335ZM25.2859 35.8335V36.2085H25.6609V35.8335H25.2859ZM0.428711 35.8335H0.0537109V36.2085H0.428711V35.8335ZM3.91091 11.3543L3.91091 7.546H3.16091L3.16091 11.3543H3.91091ZM9.9359 1.521L15.7788 1.521V0.770996L9.9359 0.770999V1.521ZM21.8038 7.546V11.3543H22.5538V7.546H21.8038ZM15.7788 1.521C16.905 1.521 17.7272 1.52129 18.3754 1.57425C19.0192 1.62685 19.4583 1.72953 19.8245 1.9161L20.165 1.24784C19.6755 0.998429 19.1267 0.883129 18.4365 0.826738C17.7507 0.770704 16.8927 0.770996 15.7788 0.770996V1.521ZM22.5538 7.546C22.5538 6.43208 22.5541 5.57409 22.498 4.88827C22.4416 4.19807 22.3263 3.64929 22.0769 3.15979L21.4087 3.50028C21.5952 3.86643 21.6979 4.30552 21.7505 4.94934C21.8035 5.59754 21.8038 6.4197 21.8038 7.546L22.5538 7.546ZM19.8245 1.9161C20.5066 2.26364 21.0611 2.81819 21.4087 3.50028L22.0769 3.15979C21.6575 2.33658 20.9882 1.66729 20.165 1.24784L19.8245 1.9161ZM3.91091 7.546C3.91091 6.41971 3.9112 5.59754 3.96416 4.94935C4.01676 4.30553 4.11944 3.86643 4.30601 3.50029L3.63775 3.15979C3.38834 3.64929 3.27304 4.19807 3.21665 4.88827C3.16061 5.57409 3.16091 6.43208 3.16091 7.546H3.91091ZM9.9359 0.770999C8.82199 0.770999 7.96399 0.770708 7.27817 0.826743C6.58798 0.883134 6.03919 0.998435 5.5497 1.24785L5.89019 1.9161C6.25634 1.72954 6.69543 1.62685 7.33925 1.57425C7.98744 1.52129 8.80961 1.521 9.9359 1.521V0.770999ZM4.30601 3.50029C4.65355 2.8182 5.2081 2.26364 5.89019 1.9161L5.5497 1.24785C4.72649 1.66729 4.0572 2.33658 3.63775 3.15979L4.30601 3.50029ZM0.428711 11.7085H25.2859V10.9585H0.428711V11.7085ZM24.9109 11.3335V35.8335H25.6609V11.3335H24.9109ZM25.2859 35.4585H0.428711V36.2085H25.2859V35.4585ZM0.803711 35.8335V11.3335H0.0537109V35.8335H0.803711Z" stroke="currentColor" stroke-width="0.05rem" fill="white"></path> </svg><span class="visually-hidden">Cart</span></a> </div> </div> </div> </header> </div> <script> function setCookie(name, value, exp) { let date = new Date(); date.setTime(date.getTime() + (exp * 24 * 60 * 60 * 1000)); const expires = "expires=" + date.toUTCString(); document.cookie = name + "=" + value + "; " + expires + "; path=/"; } setCookie('wishlist-message-hide', false, 0); </script> <div class="search-slideout"> <div class="page-width"> <predictive-search class="search-modal__form" data-loading-text="Loading..."><form action="/search" method="get" role="search" class="search search-modal__form"> <input type="hidden" name="type" value="product"> <div class="field"> <input class="search__input field__input" id="Search-In-Modal-1" type="search" name="q" value="" placeholder="SEARCH"role="combobox" aria-expanded="false" aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false"> <label class="field__label" for="Search-In-Modal-1">SEARCH</label> <input type="hidden" name="options[prefix]" value="last"> <button class="search__button field__button" aria-label="SEARCH"> <svg width="49" height="49" viewbox="0 0 49 49" id="icon-search" class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false" role="presentation" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M42.875 40.8333L36.75 34.7083" stroke="currentColor" stroke-width="2px" stroke-linecap="square"></path> <circle cx="22.458" cy="22.4583" r="18" stroke="currentColor" stroke-width="2px"></circle> </svg> </button> </div><div class="predictive-search predictive-search--header" data-limit="5" tabindex="-1" data-predictive-search> <div class="predictive-search__loading-state"> <svg width="1.5rem" height="1.5rem" aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search> </div> </div> <style data-shopify> #shopify-section-header {z-index: 35;} .header-mobile-drawer {top:0; z-index:2; margin-top:0; width:100%; height:auto;} .header-mobile-drawer .full-height-close {background: none; border: none; outline: none; transition: all 0.15s ease-in-out;} .header-mobile-drawer .full-height-close:hover {cursor: pointer; outline: none;} .header-mobile-drawer .full-height-close:hover svg {transform: scale(1.07);} .header-mobile-drawer .full-height-close svg {width: 20px; height: 20px; position: static;} .header-mobile-drawer .header-mobile-header {display: flex; flex-flow: row nowrap; justify-content: space-between;} .header-mobile-drawer .header-mobile-header {justify-content: flex-end;} .shopify-section-header-sticky.animate.shopify-section-header-hidden .header-mobile-drawer.push-drawer {transform: translateY(var(--push)); transition: transform 0.15s ease-in-out;} .header-mobile-drawer-overlay{background:#000000; opacity:0.44;} </style> <div class="header-mobile-drawer" id="header-mobile-drawer"> <div class="header-md-container top"> <div class="header-mobile-header"> <button aria-label="Menu" class="full-height-close header__icon--menu"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" fill="none" viewBox="0 0 18 17"> <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor"> </svg></button> </div> <nav class="mobile-drawer-menu" role="navigation"> <ul class="parent"> <li class="main" > <div class="parent-container"> <a href="/pages/shop-all-shows-movies" >SHOP SHOWS</a><span class="parent-caret"> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </span></div><ul class="child"> <li > <div class="child-container"> <a href="/collections/48-hours" >48 Hours</a></div></li><li > <div class="child-container"> <a href="/collections/avatar-the-last-airbender" >Avatar: The Last Airbender</a></div></li><li > <div class="child-container"> <a href="/collections/big-brother" >Big Brother</a></div></li><li > <div class="child-container"> <a href="/collections/cbs-news" >CBS News</a></div></li><li > <div class="child-container"> <a href="/collections/fire-country" >Fire Country</a></div></li><li > <div class="child-container"> <a href="/collections/lioness" >Lioness</a></div></li><li > <div class="child-container"> <a href="/collections/ncis" >NCIS</a></div></li><li > <div class="child-container"> <a href="/collections/spongebob-squarepants" >SpongeBob SquarePants</a></div></li><li > <div class="child-container"> <a href="/pages/star-trek" >Star Trek</a></div></li><li > <div class="child-container"> <a href="/pages/survivor" >Survivor</a></div></li><li > <div class="child-container"> <a href="/collections/the-challenge" >The Challenge</a></div></li><li > <div class="child-container"> <a href="/collections/the-daily-show" >The Daily Show</a></div></li><li > <div class="child-container"> <a href="/collections/the-late-show-with-stephen-colbert" >The Late Show with Stephen Colbert</a></div></li><li > <div class="child-container"> <a href="/collections/yellowjackets" >Yellowjackets</a></div></li><li > <div class="child-container"> <a href="/pages/yellowstone" >Yellowstone</a></div></li><li > <div class="child-container"> <a href="/pages/shop-all-shows-movies" >SHOP ALL SHOWS</a></div></li> </ul></li><li class="main" > <div class="parent-container"> <a href="/pages/shop-all-shows-movies" >SHOP MOVIES</a><span class="parent-caret"> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </span></div><ul class="child"> <li > <div class="child-container"> <a href="/collections/a-quiet-place-day-one" >A Quiet Place</a></div></li><li > <div class="child-container"> <a href="/pages/if-movie" >IF</a></div></li><li > <div class="child-container"> <a href="/collections/gladiator" >Gladiator</a></div></li><li > <div class="child-container"> <a href="/collections/grease" >Grease</a></div></li><li > <div class="child-container"> <a href="/collections/mean-girls" >Mean Girls</a></div></li><li > <div class="child-container"> <a href="/pages/mission-impossible" >Mission: Impossible</a></div></li><li > <div class="child-container"> <a href="/collections/the-godfather" >The Godfather</a></div></li><li > <div class="child-container"> <a href="/pages/top-gun" >Top Gun</a></div></li><li > <div class="child-container"> <a href="/pages/shop-all-shows-movies" >SHOP ALL MOVIES</a></div></li> </ul></li><li class="main" > <div class="parent-container"> <a href="#" >MERCH</a><span class="parent-caret"> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </span></div><ul class="child"> <li > <div class="child-container"> <a href="/collections/halloween" >HALLOWEEN</a></div></li><li > <div class="child-container"> <a href="/collections/fan-favorites" >BEST SELLERS</a></div></li><li > <div class="child-container"> <a href="/collections/new-arrivals" >NEW ARRIVALS</a></div></li><li > <div class="child-container"> <a href="/collections/as-seen-on" >AS SEEN ON</a></div></li><li > <div class="child-container"> <a href="/collections/exclusive" >EXCLUSIVES</a></div></li><li > <div class="child-container"> <a href="/collections/personalized" >PERSONALIZED</a></div></li><li > <div class="child-container"> <a href="/pages/gift-guide" >GIFT GUIDES</a></div></li><li > <div class="child-container"> <a href="/collections/sale" >SALE</a></div></li><li > <div class="child-container"> <a href="/collections/holiday" >HOLIDAY</a></div></li><li > <div class="child-container"> <a href="/collections/clothing" >CLOTHING</a><span class="toggle"><svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10"> <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor"> </svg> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus" fill="none" viewBox="0 0 10 2"> <path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1C.5.7.7.5 1 .5h8a.5.5 0 110 1H1A.5.5 0 01.5 1z" fill="currentColor"> </svg> </span></div><ul class="grand-child"> <li> <a href="/collections/t-shirts" > T-Shirts </a> </li><li> <a href="/collections/comfort-colors" > Comfort Colors® </a> </li><li> <a href="/collections/hoodies-sweatshirts" > Hoodies & Sweatshirts </a> </li><li> <a href="/collections/kids-baby" > Kids & Baby </a> </li><li> <a href="/collections/yellowstone-x-realtree" > Realtree® </a> </li><li> <a href="/collections/rsvlts" > RSVLTS® </a> </li><li> <a href="/collections/socks" > Socks </a> </li><li> <a href="/collections/spirit-jersey-1" > Spirit Jersey® </a> </li><li> <a href="/collections/clothing" > SHOP ALL CLOTHING </a> </li></ul></li><li > <div class="child-container"> <a href="/collections/drinkware" >DRINKWARE</a><span class="toggle"><svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10"> <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor"> </svg> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus" fill="none" viewBox="0 0 10 2"> <path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1C.5.7.7.5 1 .5h8a.5.5 0 110 1H1A.5.5 0 01.5 1z" fill="currentColor"> </svg> </span></div><ul class="grand-child"> <li> <a href="/collections/coffee-mugs" > Coffee Mugs </a> </li><li> <a href="/collections/camelbak" > Camelbak® </a> </li><li> <a href="/collections/bar-accessories" > Bar Accessories </a> </li><li> <a href="/collections/glassware" > Glassware </a> </li><li> <a href="/collections/tumblers" > Tumblers </a> </li><li> <a href="/collections/water-bottles" > Water Bottles </a> </li><li> <a href="/collections/drinkware" > SHOP ALL DRINKWARE </a> </li></ul></li><li > <div class="child-container"> <a href="/collections/accessories" >ACCESSORIES</a><span class="toggle"><svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10"> <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor"> </svg> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus" fill="none" viewBox="0 0 10 2"> <path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1C.5.7.7.5 1 .5h8a.5.5 0 110 1H1A.5.5 0 01.5 1z" fill="currentColor"> </svg> </span></div><ul class="grand-child"> <li> <a href="/collections/bags-backpacks" > Bags & Backpacks </a> </li><li> <a href="/collections/hats" > Hats </a> </li><li> <a href="/collections/jewelry" > Jewelry </a> </li><li> <a href="/collections/luggage-tags" > Luggage Tags </a> </li><li> <a href="/collections/phone-cases" > Phone Cases </a> </li><li> <a href="/collections/pins-patches" > Pins & Patches </a> </li><li> <a href="/collections/survivor-buff-headwear" > Survivor BUFF® Headwear </a> </li><li> <a href="/collections/sunglasses" > Sunglasses </a> </li><li> <a href="/collections/accessories" > SHOP ALL ACCESSORIES </a> </li></ul></li><li > <div class="child-container"> <a href="/collections/home-office" >HOME & OFFICE</a><span class="toggle"><svg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10"> <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor"> </svg> <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus" fill="none" viewBox="0 0 10 2"> <path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1C.5.7.7.5 1 .5h8a.5.5 0 110 1H1A.5.5 0 01.5 1z" fill="currentColor"> </svg> </span></div><ul class="grand-child"> <li> <a href="/collections/blankets-pillows" > Blankets & Pillows </a> </li><li> <a href="/collections/collectibles" > Collectibles </a> </li><li> <a href="/collections/funko-pop" > Funko POP </a> </li><li> <a href="/collections/games-and-playing-cards" > Games & Playing Cards </a> </li><li> <a href="/collections/gift-wrap-greeting-cards" > Gift Wrap & Greeting Cards </a> </li><li> <a href="/collections/home-goods" > Home Goods </a> </li><li> <a href="/collections/kitchen-grilling" > Kitchen & Grilling </a> </li><li> <a href="/collections/party-supplies" > Party Supplies </a> </li><li> <a href="/collections/pet-products" > Pet Products </a> </li><li> <a href="/collections/plush-toys" > Plush & Toys </a> </li><li> <a href="/collections/standees" > Standees </a> </li><li> <a href="/collections/tech-accessories" > Tech Accessories </a> </li><li> <a href="/collections/towels" > Towels </a> </li><li> <a href="/collections/collectibles" > Toys & Collectibles </a> </li><li> <a href="/collections/wall-art" > Wall Art & Posters </a> </li><li> <a href="/collections/home-office" > SHOP ALL HOME & OFFICE </a> </li></ul></li> </ul></li><li class="main" > <div class="parent-container"> <a href="/pages/survivor" >SURVIVOR</a><span class="parent-caret"> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </span></div><ul class="child"> <li style="display:none;"> <div class="child-container"> <a href="#" >Blank</a></div></li> <li id="mobile-menu-grid-mega_menu_grid_8jimwb" class="mobile-menu-grid"> <style> #mobile-menu-grid-mega_menu_grid_8jimwb{display:grid !important; grid-template-columns:repeat(3, 1fr) !important; column-gap:10px; row-gap:10px; text-align: center;} #mobile-menu-grid-mega_menu_grid_8jimwb .mobile-menu-grid-item img {max-width: 120px;} </style> <div class="mobile-menu-grid-item"> <a href="/products/survivor-season-47-gata-tribe-buff-headwear"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/survivor-season-47-gata-tribe-buff-headwear-182682_2_b274098f-7a8e-4f5c-9279-e4677594b131.jpg?v=1731607604&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">SEASON 47 GATA BUFF®</p> </div> <div class="mobile-menu-grid-item"> <a href="/products/survivor-mashup-logo-sherpa-blanket-sc2917"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/survivor-mashup-logo-sherpa-blanket-586831_12415dba-7547-4ab1-9d63-e67f597d25df.jpg?v=1726082136&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">MASHUP LOGO SHERPA BLANKET</p> </div> <div class="mobile-menu-grid-item"> <a href="/products/survivor-season-47-logo-unisex-t-shirt"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/survivor-season-47-logo-unisex-t-shirt-742111_de41b908-b2b0-4104-9778-22f5109687ab.jpg?v=1726081673&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">SEASON 47 T-SHIRT</p> </div> <div class="mobile-menu-grid-item"> <a href="/products/survivor-outwit-outplay-outlast-embroidered-hat"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/survivor-outwit-outplay-outlast-embroidered-hat-394956_1_4e75b53a-4335-46fd-ba49-8db9eaeeba73.jpg?v=1726081755&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">OUTWIT, OUTPLAY, OUTLAST EMBROIDERED HAT</p> </div> <div class="mobile-menu-grid-item"> <a href="/products/survivor-jeff-probst-cardboard-cutout-standee"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/survivor-jeff-probst-cardboard-cutout-standee-682569_caaaa382-44ad-46ed-8e9f-e4b8cdba3777.jpg?v=1726081803&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">JEFF PROBST STANDEE</p> </div> <div class="mobile-menu-grid-item"> <a href="/products/survivor-season-47-campfire-mug"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/survivor-season-47-campfire-mug-205627_7144e5e2-b94b-44b6-a37a-47dc73335801.jpg?v=1726081575&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">SEASON 47 CAMPFIRE MUG</p> </div> </li> </ul></li><li class="main" > <div class="parent-container"> <a href="/collections/holiday" >HOLIDAY</a><span class="parent-caret"> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </span></div><ul class="child"> <li style="display:none;"> <div class="child-container"> <a href="#" >Blank</a></div></li> <li id="mobile-menu-grid-mega_menu_grid_d4GYdd" class="mobile-menu-grid"> <style> #mobile-menu-grid-mega_menu_grid_d4GYdd{display:grid !important; grid-template-columns:repeat(3, 1fr) !important; column-gap:10px; row-gap:10px; text-align: center;} #mobile-menu-grid-mega_menu_grid_d4GYdd .mobile-menu-grid-item img {max-width: 120px;} </style> <div class="mobile-menu-grid-item"> <a href="/pages/gift-guide"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/holiday-gift-guides_1000_bc6ecab7-0d2a-46cf-a454-7b3712b9eae9.png?v=1730907832&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">HOLIDAY GIFT GUIDES</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/holiday-sweaters"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/survivor-2024-exclusive-holiday-sweater-686560.jpg?v=1728151362&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">HOLIDAY SWEATERS</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/ornaments"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/spongebob-squarepants-patrick-resin-hallmark-ornament-532270.jpg?v=1730276896&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">ORNAMENTS</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/snow-globes"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/YS-SG_22_MF7.jpg?v=1721937039&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">SNOW GLOBES</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/hanukkah"></a> <img loading="lazy" fetchpriority="low" width="666px" height="666.0" src="//www.paramountshop.com/cdn/shop/files/teenage-mutant-ninja-turtles-hanukkah-adult-crewneck-sweatshirt-119792.jpg?v=1718293933&width=666" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">HANUKKAH COLLECTION</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/holiday"></a> <img loading="lazy" fetchpriority="low" width="666px" height="666.0" src="//www.paramountshop.com/cdn/shop/files/reindeer-in-here-blizz-the-season-mug-214353.jpg?v=1718290470&width=666" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">SHOP ALL HOLIDAY</p> </div> </li> </ul></li><li class="main" > <div class="parent-container"> <a href="/collections/sale" >SALE</a><span class="parent-caret"> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </span></div><ul class="child"> <li style="display:none;"> <div class="child-container"> <a href="#" >Blank</a></div></li> <li id="mobile-menu-grid-mega_menu_grid_Mgx8EG" class="mobile-menu-grid"> <style> #mobile-menu-grid-mega_menu_grid_Mgx8EG{display:grid !important; grid-template-columns:repeat(3, 1fr) !important; column-gap:10px; row-gap:10px; text-align: center;} #mobile-menu-grid-mega_menu_grid_Mgx8EG .mobile-menu-grid-item img {max-width: 120px;} </style> <div class="mobile-menu-grid-item"> <a href="/collections/sale"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/paw-patrol-team-snap-back-kids-hat-528603_5890def8-c5ab-4d01-9a90-e88b2104fd68.jpg?v=1723897951&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">PAW PATROL HATS</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/sale"></a> <img loading="lazy" fetchpriority="low" width="400px" height="400.0" src="//www.paramountshop.com/cdn/shop/files/twin-peaks-enamel-pin-set-919351_117c68c4-a915-4995-bf5f-3c3c5a74e85f.jpg?v=1731171528&width=400" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">TWIN PEAKS PIN SET</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/sale"></a> <img loading="lazy" fetchpriority="low" width="400px" height="400.0" src="//www.paramountshop.com/cdn/shop/files/big-brother-logo-pool-float-as-seen-on-big-brother-359123_d14eb3e5-fa76-451e-a51c-526ebfc49cb9.jpg?v=1723897952&width=400" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">BIG BROTHER POOL FLOAT</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/sale"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/star-trek-ii-the-wrath-of-khan-40th-anniversary-exclusive-khan-pin-131238_eacbdf00-cc30-40f8-9204-9c8a1ec710ef.jpg?v=1723897952&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">STAR TREK KHAN PIN</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/sale"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/yellowstone-beth-dutton-metallic-funko-pop-vinyl-figure-exclusive-wedding-outfit-edition-376362_ce0f783a-f2cc-4e08-bc16-d2217c9b6450.jpg?v=1723897951&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">YELLOWSTONE BETH DUTTON FUNKO</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/sale"></a> <img loading="lazy" fetchpriority="low" width="333px" height="333.0" src="//www.paramountshop.com/cdn/shop/files/top-gun-maverick-talk-to-me-goose-patch-773893_9a7a0f93-2328-4db7-ad70-621df4792290.jpg?v=1723897952&width=333" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">TOP GUN PATCHES</p> </div> </li> </ul></li> </ul> <div class="customer-area"> <a href="/account/login" class="header__icon header__icon--account link link--text focus-inset right desktop"> <span>Log in</span> </a> </div> </nav> </div> </div> <div class="header-mobile-drawer-overlay"></div> <script> var waitForJQueryHeaderMobileDrawer = setInterval(function () { if (typeof $ != 'undefined') { function headerMobileDrawer(){ $('.header__icon--menu, .full-height-close').click(function (){ $('.header-mm-overlay').toggle(); $(this).toggleClass('open'); $('.header-mobile-drawer').toggleClass('open'); $('html, body').toggleClass('locked'); //$('.header-mobile-drawer').toggle("slide", { direction: "left" }, 500); $('.header-mobile-drawer-overlay').fadeToggle(600); }); $('.full-height-close').click(function(){ $('ul.child, ul.grand-child').hide(); $('.parent-caret, .child-caret').removeClass('active'); }); $('.header-mobile-drawer-overlay').click(function(){ $('.header-mm-overlay').toggle(); $(this).fadeToggle(600); $('.header-mobile-drawer').toggleClass('open'); //$('.header-mobile-drawer').toggle("slide", { direction: "left" }, 500); $('.header__icon--menu').removeClass('open'); $('html, body').removeClass('locked'); }); $('.mobile-drawer-menu ul.parent li.main').click(function(e){ $('.parent-caret', this).toggleClass('active'); $('ul.child', this).slideToggle(); e.stopPropagation(); }); $('.mobile-drawer-menu ul.child li, li.mdm-grand-child-header').click(function(e){ $('.child-caret', this).toggleClass('active'); $('ul.grand-child', this).slideToggle(); e.stopPropagation(); }); $('li.mdm-child-header').click(function() { $('.parent-caret').removeClass('active'); $(this).parent('ul.child').toggle("slide", { direction: "right" }, 500); $('ul.child').removeClass('open'); }); $('li.mdm-grand-child-header').click(function() { $('.child-caret').removeClass('active'); $(this).parent('ul.grand-child').toggle("slide", { direction: "right" }, 500); $('ul.grand-child').removeClass('open'); $('ul.child').addClass('open'); }); $(window).on("resize", function() { if ($(window).width() >= 1130) { $('.header-mm-overlay').hide(); } }); } headerMobileDrawer(); if (Shopify.designMode){ document.addEventListener('shopify:section:load', function(){ if(event.detail.sectionId === 'header') { headerMobileDrawer(); } }); } clearInterval(waitForJQueryHeaderMobileDrawer); } }, 10); </script> <div class="header-mm-overlay"></div> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "Paramount Shop", "logo": "https:\/\/www.paramountshop.com\/cdn\/shop\/files\/Paramount_Snow_logo-min_558x.png?v=1674661730", "sameAs": [ "https:\/\/twitter.com\/paramountco", "https:\/\/www.facebook.com\/ParamountCompany", "", "https:\/\/www.instagram.com\/paramountco\/", "", "", "", "https:\/\/www.youtube.com\/c\/ParamountCompany", "" ], "url": "https:\/\/www.paramountshop.com\/pages\/south-park" } </script><script> var waitForJQueryHeaderDelayLoad = setInterval(function () { if (typeof $ != 'undefined') { function delayLoad(){ $('.header-container, .header-container-mobile, .snow-announcements').css({'visibility': 'visible', 'opacity': '1'}); } delayLoad(); if (Shopify.designMode){ document.addEventListener('shopify:section:load', function(){ if(event.detail.sectionId === 'header') { delayLoad(); } }); } clearInterval(waitForJQueryHeaderDelayLoad); } }, 10); </script> </div> <div id="shopify-section-snow-announcement-bar" class="shopify-section"> <style> .snow-announcements:not(.slick-initialized) .snow-announcement-slide ~ .snow-announcement-slide {display: none !important;} </style> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-announcement-bar.css?v=115699961552906893501732309878" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-announcement-bar.css?v=115699961552906893501732309878"></noscript> <div id="snow-announcement-bar" class="snow-announcements" style="background:#000a3c; margin-bottom:0 !important;"> <div class="snow-announcement-announcement_JDfLjP snow-announcement-slide" data-index="0"> <div class="page-width"> <div class="snow-announcement-container"> <div class="snow-announcement-richtext-container div"> <p>HOLIDAY SWEATERS, SNOW GLOBES, ORNAMENTS & MORE ARE HERE! - <a href="/collections/holiday" title="Holiday"><strong>SHOP HOLIDAY COLLECTION</strong></a></p> </div> </div> <style data-shopify> .snow-announcement-announcement_JDfLjP{ padding:5px 0; background:#000a3c; } .snow-announcement-announcement_JDfLjP::before{ content:""; position:absolute; z-index:-1; top:0; left:-25%; width:150%; height:100%; background:#000a3c; } .snow-announcement-announcement_JDfLjP .snow-announcement-container-scrolling .marquee span {animation: marquee 10s linear infinite;} .snow-announcement-announcement_JDfLjP .snow-announcement-richtext-container {width: 100%;} .snow-announcement-announcement_JDfLjP .snow-announcement-container p{text-align:center;} .snow-announcement-announcement_JDfLjP .snow-announcement-container p, .snow-announcement-announcement_JDfLjP .snow-announcement-container-scrolling p span{ color:#ffffff; } .snow-announcement-announcement_JDfLjP .snow-announcement-container p a, .snow-announcement-announcement_JDfLjP .snow-announcement-container-scrolling p span a{ color:#ffffff; } @keyframes marquee { 0%{left:100%;} 100%{left:-20%;} } .snow-announcement-announcement_JDfLjP #timer div{ color:#333333; } .snow-announcement-announcement_JDfLjP #timer div span{ font-weight:500; color:#000000; } .snow-announcement-announcement_JDfLjP #timer #days span:before{content: 'Days';} .snow-announcement-announcement_JDfLjP #timer #hours span:before{content: 'Hours';} .snow-announcement-announcement_JDfLjP #timer #minutes span:before{content: 'Minutes';} .snow-announcement-announcement_JDfLjP #timer #seconds span:before{content: 'Seconds';} @media screen and (max-width:768px){ .snow-announcement-announcement_JDfLjP .snow-announcement-container p, .snow-announcement-announcement_JDfLjP .snow-announcement-container span, .snow-announcement-announcement_JDfLjP .snow-announcement-container-scrolling p, .snow-announcement-announcement_JDfLjP .snow-announcement-container-scrolling p span, } </style> </div> </div> <div class="snow-announcement-announcement_LNmGhg snow-announcement-slide" data-index="1"> <div class="page-width"> <div class="snow-announcement-container"> <div class="snow-announcement-richtext-container div"> <p>YELLOWSTONE IS BACK! SHOP PARTY SUPPLIES, DECANTER SET, CUTTING BOARDS & MORE - <a href="/collections/yellowstone" title="Yellowstone"><strong>SHOP YELLOWSTONE</strong></a></p> </div> </div> <style data-shopify> .snow-announcement-announcement_LNmGhg{ padding:5px 0; background:#000a3c; } .snow-announcement-announcement_LNmGhg::before{ content:""; position:absolute; z-index:-1; top:0; left:-25%; width:150%; height:100%; background:#000a3c; } .snow-announcement-announcement_LNmGhg .snow-announcement-container-scrolling .marquee span {animation: marquee 10s linear infinite;} .snow-announcement-announcement_LNmGhg .snow-announcement-richtext-container {width: 100%;} .snow-announcement-announcement_LNmGhg .snow-announcement-container p{text-align:center;} .snow-announcement-announcement_LNmGhg .snow-announcement-container p, .snow-announcement-announcement_LNmGhg .snow-announcement-container-scrolling p span{ color:#ffffff; } .snow-announcement-announcement_LNmGhg .snow-announcement-container p a, .snow-announcement-announcement_LNmGhg .snow-announcement-container-scrolling p span a{ color:#ffffff; } @keyframes marquee { 0%{left:100%;} 100%{left:-20%;} } .snow-announcement-announcement_LNmGhg #timer div{ color:#333333; } .snow-announcement-announcement_LNmGhg #timer div span{ font-weight:500; color:#000000; } .snow-announcement-announcement_LNmGhg #timer #days span:before{content: 'Days';} .snow-announcement-announcement_LNmGhg #timer #hours span:before{content: 'Hours';} .snow-announcement-announcement_LNmGhg #timer #minutes span:before{content: 'Minutes';} .snow-announcement-announcement_LNmGhg #timer #seconds span:before{content: 'Seconds';} @media screen and (max-width:768px){ .snow-announcement-announcement_LNmGhg .snow-announcement-container p, .snow-announcement-announcement_LNmGhg .snow-announcement-container span, .snow-announcement-announcement_LNmGhg .snow-announcement-container-scrolling p, .snow-announcement-announcement_LNmGhg .snow-announcement-container-scrolling p span, } </style> </div> </div> <div class="snow-announcement-announcement_4cwyi4 snow-announcement-slide" data-index="2"> <div class="page-width"> <div class="snow-announcement-container"> <div class="snow-announcement-richtext-container div"> <p>NEW! GLADIATOR II COLLECTION IS HERE. GEAR UP FOR THE NEW MOVIE NOW - <a href="/collections/gladiator" title="Gladiator Merch, Gifts, T-Shirts & More"><strong>SHOP GLADIATOR</strong></a></p> </div> </div> <style data-shopify> .snow-announcement-announcement_4cwyi4{ padding:5px 0; background:#000a3c; } .snow-announcement-announcement_4cwyi4::before{ content:""; position:absolute; z-index:-1; top:0; left:-25%; width:150%; height:100%; background:#000a3c; } .snow-announcement-announcement_4cwyi4 .snow-announcement-container-scrolling .marquee span {animation: marquee 10s linear infinite;} .snow-announcement-announcement_4cwyi4 .snow-announcement-richtext-container {width: 100%;} .snow-announcement-announcement_4cwyi4 .snow-announcement-container p{text-align:center;} .snow-announcement-announcement_4cwyi4 .snow-announcement-container p, .snow-announcement-announcement_4cwyi4 .snow-announcement-container-scrolling p span{ color:#ffffff; } .snow-announcement-announcement_4cwyi4 .snow-announcement-container p a, .snow-announcement-announcement_4cwyi4 .snow-announcement-container-scrolling p span a{ color:#ffffff; } @keyframes marquee { 0%{left:100%;} 100%{left:-20%;} } .snow-announcement-announcement_4cwyi4 #timer div{ color:#333333; } .snow-announcement-announcement_4cwyi4 #timer div span{ font-weight:500; color:#000000; } .snow-announcement-announcement_4cwyi4 #timer #days span:before{content: 'Days';} .snow-announcement-announcement_4cwyi4 #timer #hours span:before{content: 'Hours';} .snow-announcement-announcement_4cwyi4 #timer #minutes span:before{content: 'Minutes';} .snow-announcement-announcement_4cwyi4 #timer #seconds span:before{content: 'Seconds';} @media screen and (max-width:768px){ .snow-announcement-announcement_4cwyi4 .snow-announcement-container p, .snow-announcement-announcement_4cwyi4 .snow-announcement-container span, .snow-announcement-announcement_4cwyi4 .snow-announcement-container-scrolling p, .snow-announcement-announcement_4cwyi4 .snow-announcement-container-scrolling p span, } </style> </div> </div> <div class="snow-announcement-announcement_Azd7Vp snow-announcement-slide" data-index="3"> <div class="page-width"> <div class="snow-announcement-container"> <div class="snow-announcement-richtext-container div"> <p>LOOKING FOR THE PERFECT GIFT? - <a href="/pages/gift-guide" title="Gift Guides"><strong>SHOP GIFT GUIDES</strong></a></p> </div> </div> <style data-shopify> .snow-announcement-announcement_Azd7Vp{ padding:5px 0; background:#000a3c; } .snow-announcement-announcement_Azd7Vp::before{ content:""; position:absolute; z-index:-1; top:0; left:-25%; width:150%; height:100%; background:#000a3c; } .snow-announcement-announcement_Azd7Vp .snow-announcement-container-scrolling .marquee span {animation: marquee 10s linear infinite;} .snow-announcement-announcement_Azd7Vp .snow-announcement-richtext-container {width: 100%;} .snow-announcement-announcement_Azd7Vp .snow-announcement-container p{text-align:center;} .snow-announcement-announcement_Azd7Vp .snow-announcement-container p, .snow-announcement-announcement_Azd7Vp .snow-announcement-container-scrolling p span{ color:#ffffff; } .snow-announcement-announcement_Azd7Vp .snow-announcement-container p a, .snow-announcement-announcement_Azd7Vp .snow-announcement-container-scrolling p span a{ color:#ffffff; } @keyframes marquee { 0%{left:100%;} 100%{left:-20%;} } .snow-announcement-announcement_Azd7Vp #timer div{ color:#333333; } .snow-announcement-announcement_Azd7Vp #timer div span{ font-weight:500; color:#000000; } .snow-announcement-announcement_Azd7Vp #timer #days span:before{content: 'Days';} .snow-announcement-announcement_Azd7Vp #timer #hours span:before{content: 'Hours';} .snow-announcement-announcement_Azd7Vp #timer #minutes span:before{content: 'Minutes';} .snow-announcement-announcement_Azd7Vp #timer #seconds span:before{content: 'Seconds';} @media screen and (max-width:768px){ .snow-announcement-announcement_Azd7Vp .snow-announcement-container p, .snow-announcement-announcement_Azd7Vp .snow-announcement-container span, .snow-announcement-announcement_Azd7Vp .snow-announcement-container-scrolling p, .snow-announcement-announcement_Azd7Vp .snow-announcement-container-scrolling p span, } </style> </div> </div> <div class="snow-announcement-announcement_DLrDnU snow-announcement-slide" data-index="4"> <div class="page-width"> <div class="snow-announcement-container"> <div class="snow-announcement-richtext-container div"> <p>SIGN UP FOR OUR NEWSLETTER & SAVE 15% ON YOUR NEXT PURCHASE! - <a href="#newsletter-banner-newsletter-banner" title="#newsletter-banner-newsletter-banner"><strong>SUBSCRIBE NOW</strong></a></p> </div> </div> <style data-shopify> .snow-announcement-announcement_DLrDnU{ padding:5px 0; background:#000a3c; } .snow-announcement-announcement_DLrDnU::before{ content:""; position:absolute; z-index:-1; top:0; left:-25%; width:150%; height:100%; background:#000a3c; } .snow-announcement-announcement_DLrDnU .snow-announcement-container-scrolling .marquee span {animation: marquee 10s linear infinite;} .snow-announcement-announcement_DLrDnU .snow-announcement-richtext-container {width: 100%;} .snow-announcement-announcement_DLrDnU .snow-announcement-container p{text-align:center;} .snow-announcement-announcement_DLrDnU .snow-announcement-container p, .snow-announcement-announcement_DLrDnU .snow-announcement-container-scrolling p span{ color:#ffffff; } .snow-announcement-announcement_DLrDnU .snow-announcement-container p a, .snow-announcement-announcement_DLrDnU .snow-announcement-container-scrolling p span a{ color:#ffffff; } @keyframes marquee { 0%{left:100%;} 100%{left:-20%;} } .snow-announcement-announcement_DLrDnU #timer div{ color:#333333; } .snow-announcement-announcement_DLrDnU #timer div span{ font-weight:500; color:#000000; } .snow-announcement-announcement_DLrDnU #timer #days span:before{content: 'Days';} .snow-announcement-announcement_DLrDnU #timer #hours span:before{content: 'Hours';} .snow-announcement-announcement_DLrDnU #timer #minutes span:before{content: 'Minutes';} .snow-announcement-announcement_DLrDnU #timer #seconds span:before{content: 'Seconds';} @media screen and (max-width:768px){ .snow-announcement-announcement_DLrDnU .snow-announcement-container p, .snow-announcement-announcement_DLrDnU .snow-announcement-container span, .snow-announcement-announcement_DLrDnU .snow-announcement-container-scrolling p, .snow-announcement-announcement_DLrDnU .snow-announcement-container-scrolling p span, } </style> </div> </div> <div class="snow-announcement-announcement_Gm3zcE snow-announcement-slide" data-index="5"> <div class="page-width"> <div class="snow-announcement-container"> <div class="snow-announcement-richtext-container div"> <p>START YOUR HOLIDAY SHOPPING EARLY & SAVE UP TO 50% ON SALE ITEMS - <a href="/collections/sale" title="Sale"><strong>SHOP SALE</strong></a></p> </div> </div> <style data-shopify> .snow-announcement-announcement_Gm3zcE{ padding:5px 0; background:#000a3c; } .snow-announcement-announcement_Gm3zcE::before{ content:""; position:absolute; z-index:-1; top:0; left:-25%; width:150%; height:100%; background:#000a3c; } .snow-announcement-announcement_Gm3zcE .snow-announcement-container-scrolling .marquee span {animation: marquee 10s linear infinite;} .snow-announcement-announcement_Gm3zcE .snow-announcement-richtext-container {width: 100%;} .snow-announcement-announcement_Gm3zcE .snow-announcement-container p{text-align:center;} .snow-announcement-announcement_Gm3zcE .snow-announcement-container p, .snow-announcement-announcement_Gm3zcE .snow-announcement-container-scrolling p span{ color:#ffffff; } .snow-announcement-announcement_Gm3zcE .snow-announcement-container p a, .snow-announcement-announcement_Gm3zcE .snow-announcement-container-scrolling p span a{ color:#ffffff; } @keyframes marquee { 0%{left:100%;} 100%{left:-20%;} } .snow-announcement-announcement_Gm3zcE #timer div{ color:#333333; } .snow-announcement-announcement_Gm3zcE #timer div span{ font-weight:500; color:#000000; } .snow-announcement-announcement_Gm3zcE #timer #days span:before{content: 'Days';} .snow-announcement-announcement_Gm3zcE #timer #hours span:before{content: 'Hours';} .snow-announcement-announcement_Gm3zcE #timer #minutes span:before{content: 'Minutes';} .snow-announcement-announcement_Gm3zcE #timer #seconds span:before{content: 'Seconds';} @media screen and (max-width:768px){ .snow-announcement-announcement_Gm3zcE .snow-announcement-container p, .snow-announcement-announcement_Gm3zcE .snow-announcement-container span, .snow-announcement-announcement_Gm3zcE .snow-announcement-container-scrolling p, .snow-announcement-announcement_Gm3zcE .snow-announcement-container-scrolling p span, } </style> </div> </div> </div> <style data-shopify> .carousel-arrow-container { position: absolute; top: 50%; transform: translateY(-50%); width: calc(100% - 3rem); display: block; } .carousel-prev-snow-announcement-bar svg, .carousel-next-snow-announcement-bar svg { display: block; height: 100%; width: 100%; margin: auto; fill:#ffffff; padding: 0; max-height: 10px; } .carousel-prev-snow-announcement-bar, .carousel-next-snow-announcement-bar { position: absolute; width: 20px; height: 20px; border: 1px solid #0064ff; border-radius: 50px; padding: 0; background: #0064ff; color: #ffffff; } .carousel-prev-snow-announcement-bar svg, .carousel-next-snow-announcement-bar svg {max-height: px;} .carousel-prev-snow-announcement-bar {left: -10px;} .carousel-next-snow-announcement-bar {right: -10px} .carousel-prev-snow-announcement-bar svg {transform: rotate(180deg);} .carousel-prev-snow-announcement-bar:hover, .carousel-next-snow-announcement-bar:hover {cursor: pointer;} @media screen and (min-width: 768px) { .carousel-prev-snow-announcement-bar svg, .carousel-next-snow-announcement-bar svg { display: block; height: 100%; width: 100%; margin: auto; fill:#ffffff; padding: 0; max-height: 10px; } .carousel-prev-snow-announcement-bar, .carousel-next-snow-announcement-bar { position: absolute; width: 20px; height: 20px; border: 1px solid #0064ff; border-radius: 50px; padding: 0; background: #0064ff; color: #ffffff; } .carousel-arrow-container { position: absolute; top: 50%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-snow-announcement-bar {left: -25px;} .carousel-next-snow-announcement-bar {right: -25px} } </style> <div class="carousel-arrow-container"> <button class="carousel-prev-snow-announcement-bar carousel-arrow" aria-label="button" name="previous"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> <button class="carousel-next-snow-announcement-bar carousel-arrow" aria-label="button" name="next"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> </div> <style data-shopify> .snow-announcements:not(.slick-initialized) .slick-slide {display: none !important;} #shopify-section-snow-announcement-bar .carousel-arrow-container {z-index:2; top:50%; left:50%; transform:translate(-50%, -50%); height:auto;} .carousel-prev-snow-announcement-bar {left:-1rem;} .carousel-next-snow-announcement-bar {right:-1rem;} #shopify-section-snow-announcement-bar .slick-slide {max-height: 0px !important; transition: all 300ms linear 0s !important;} #shopify-section-snow-announcement-bar .slick-slide.slick-current {max-height: 500px !important;} @media screen and (min-width: 768px) { #shopify-section-snow-announcement-bar .carousel-arrow-container {max-width: var(--page-width); width: 100%;} .carousel-prev-snow-announcement-bar {left: 1rem;} .carousel-next-snow-announcement-bar {right: 1rem;} } .carousel-prev-snow-announcement-bar, .carousel-next-snow-announcement-bar {top:50% !important; transform: translateY(-50%) !important;} </style> <script> var waitForJQueryAnnouncementBar = setInterval(function () { if (typeof $ != 'undefined' && typeof $().slick != 'undefined') { function announcementSlider(){ $('.snow-announcements').slick({ infinite: true, slidesToShow: 1, slidesToScroll: 1, arrows: true, prevArrow: $(".carousel-prev-snow-announcement-bar"), nextArrow: $(".carousel-next-snow-announcement-bar"), dots: false, autoplay: true, autoplaySpeed: 6000, variableWidth: false, adaptiveHeight: true, fade: true, cssEase: 'linear', speed: 300, pauseOnHover: true }); $(".snow-announcement-container-scrolling p").addClass("marquee").wrapInner( "<span></span>"); } announcementSlider(); // Rerun Scripts in Shopify Theme Editor if (Shopify.designMode){ document.addEventListener('shopify:section:load', function(){ if(event.detail.sectionId === 'snow-announcement-bar') { announcementSlider(); makeTimer(); } }); document.addEventListener('shopify:section:select', function(){ if(event.detail.sectionId === 'snow-announcement-bar') { $('.snow-announcements').slick('slickPause'); } }); document.addEventListener('shopify:section:deselect', function(){ if(event.detail.sectionId === 'snow-announcement-bar') { $('.snow-announcements').slick('slickPlay'); } }); document.addEventListener('shopify:block:select', function(e){ if(event.detail.sectionId === 'snow-announcement-bar') { var slider = $('.snow-announcements'); var blockId = e.detail.blockId; var slide_index = $('.snow-announcement-' + blockId).data('index'); slider.slick('slickGoTo', slide_index); } }); document.addEventListener('shopify:block:deselect', function(){ if(event.detail.sectionId === 'snow-announcement-bar') { } }); } clearInterval(waitForJQueryAnnouncementBar); } }, 10); </script> </div> <main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1"> <div id="shopify-section-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4" class="shopify-section"><div id="seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4" class="seo-banner seo-banner-hide"> <div class="page-width"> <div class="seob-content"> <h1>South Park</h1> </div> </div> </div> <style data-shopify> .seo-banner h1, .seo-banner h2, .seo-banner p{margin:0; padding:0;} #seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4{text-align:center; padding:10px 0;} #seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4 .page-width{display:flex; flex-direction:row; justify-content:center; align-items:center;} #seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4 .seob-content{width:100%;} #seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4 h1{font-size:3.6rem; color:#333333;} #seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4 h2{font-size:2rem; color:#666666;} #seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4 p{font-size:1.6rem; color:#000000;} @media screen and (max-width:750px){ #seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4 .seob-content{width:100%;} #seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4 h1{font-size:3.2rem;} #seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4 h2{font-size:1.8rem;} #seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4 p{font-size:1.4rem;} } #seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4.seo-banner-hide { padding: 0; } #seo-banner-template--17773865205807__96d0f74d-7f65-4c4e-9a6d-63913330afe4.seo-banner-hide h1 { position: absolute; z-index: -1; opacity: 0; } </style> </div><div id="shopify-section-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f" class="shopify-section sub-navigation-section"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-basic-sub-nav.css?v=59983709189093069901732309880" rel="stylesheet" type="text/css" media="all" /> <div id="basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f" class="basic-sub-navigation boxed-overflow default scroll_to"> <style> #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f{ width:100%; margin-left:auto; margin-right:auto; left:0; right:0; background:#000000; visibility:visible; border-top: 0px solid #000000; border-bottom: 0px solid #000000; } #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul{justify-content:center;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f.basic-sub-navigation > ul {max-width:1600px; margin: 0 auto;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li a{color:#ffffff; padding:16px 10px;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li a span.bsn-main-text:after{position:absolute; height:2px; background:#ffc425; left:0; bottom:-5px;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul ul{border-top:1px solid #000000;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f::before{display:block; background:#000000;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul ul:before{display:none;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.child, #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.grand-child{background:#000000;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.boxed ul, #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.boxed-overflow ul{text-align:left;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.child li a, #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.grand-child li a{color:#ffffff;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li:hover{background:;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li ul li{background:none !important;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li a:hover, #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li:hover > a, #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.child li a:hover, #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.grand-child li a:hover{color:#ffc425;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li a span.bsn-main-text + span.bsn-main-text {display: none;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.child.extended-list{grid-template-rows:repeat(10, 1fr); grid-auto-columns: 1fr;} #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.grand-child.extended-list{grid-template-rows:repeat(10, 1fr); grid-auto-columns: 1fr;}} @media screen and (max-width:1600px){ #basic-sub-nav-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f{padding-right:5rem;} } /* Keep subnav from adjusting height on mobile */ @media screen and (max-width:767px){ .sub-navigation-section {height: auto !important;} } </style> <ul class="parent-links"> <li class="parent-link"> <a href="/collections/south-park-clothing" > <style> #bsn-icon-main-c6e7e83a-5618-46d0-94d7-f854ae221cf5.bsn-icon-main{max-width:120px;} </style> <span class="bsn-main-text">CLOTHING</span> <span class="bsn-main-text">CLOTHING</span> </a> </li> <li class="parent-link"> <a href="/collections/south-park-drinkware" > <style> #bsn-icon-main-c6e7e83a-5618-46d0-94d7-f854ae221cf5.bsn-icon-main{max-width:120px;} </style> <span class="bsn-main-text">DRINKWARE</span> <span class="bsn-main-text">DRINKWARE</span> </a> </li> <li class="parent-link"> <a href="/collections/south-park-accessories" > <style> #bsn-icon-main-c6e7e83a-5618-46d0-94d7-f854ae221cf5.bsn-icon-main{max-width:120px;} </style> <span class="bsn-main-text">ACCESSORIES</span> <span class="bsn-main-text">ACCESSORIES</span> </a> </li> <li class="parent-link"> <a href="/pages/south-park" aria-current="page" > <span id="bsn-icon-main-c6e7e83a-5618-46d0-94d7-f854ae221cf5" class="bsn-icon-main"> <img class="bsn-default" src="//www.paramountshop.com/cdn/shop/files/south-park-icon.png?v=1676674463" alt="logo-icon"> </span> <style> #bsn-icon-main-c6e7e83a-5618-46d0-94d7-f854ae221cf5.bsn-icon-main{max-width:120px;} </style> </a> </li> <li class="parent-link"> <a href="/collections/south-park-home-office" > <style> #bsn-icon-main-c6e7e83a-5618-46d0-94d7-f854ae221cf5.bsn-icon-main{max-width:120px;} </style> <span class="bsn-main-text">HOME & OFFICE</span> <span class="bsn-main-text">HOME & OFFICE</span> </a> </li> <li class="parent-link"> <a href="/collections/south-park-toys-collectibles" > <style> #bsn-icon-main-c6e7e83a-5618-46d0-94d7-f854ae221cf5.bsn-icon-main{max-width:120px;} </style> <span class="bsn-main-text">COLLECTIBLES</span> <span class="bsn-main-text">COLLECTIBLES</span> </a> </li> <li class="parent-link"> <a href="/collections/south-park" > <style> #bsn-icon-main-c6e7e83a-5618-46d0-94d7-f854ae221cf5.bsn-icon-main{max-width:120px;} </style> <span class="bsn-main-text">SHOP ALL</span> <span class="bsn-main-text">SHOP ALL</span> </a> </li> </ul> </div> <div id="basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f" class="basic-sub-navigation-mobile"> <div id="basc-sub-nav-mobile-header-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f" class="basc-sub-nav-mobile-header"> <div id="bsn-icon-banner-c6e7e83a-5618-46d0-94d7-f854ae221cf5" class="bsn-icon-banner"> <img class="bsn-default" src="//www.paramountshop.com/cdn/shop/files/south-park-icon.png?v=1676674463" alt="-icon"> </div> <style> #bsn-icon-banner-c6e7e83a-5618-46d0-94d7-f854ae221cf5 img{max-width:30%; padding:10px 0;} </style> <button aria-label="button" class="basic_sub-navigation_mobile_button toggle"> <svg class="icon icon-hamburger" viewbox="0 0 17 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.20825 1.13257H15.7916M1.20825 6.34088H11.6249" stroke-width="0.75" stroke="currentColor" stroke-linecap="square"></path> </svg><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" fill="none" viewBox="0 0 18 17"><path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor"></svg> SUBMENU </button> </div> <div class="basic-sub-navigation-container-mobile"> <style> #basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f .bsn-icon-banner{background:#000000; padding:px 0;} #basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f .basic_sub-navigation_mobile_button{gap: 5px; background:#000000; color:#ffffff; border-top:1px solid #ffffff; border-bottom:1px solid #ffffff; height:60px; font-size:12px;} #basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f .basic_sub-navigation_mobile_button svg{color:#ffffff !important; width:12px; margin-right:5px;} #basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f .basic_sub-navigation_mobile_button svg path{fill:#ffffff !important;} #basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f .basic_sub-navigation_mobile_button svg.icon.icon-hamburger {width: 18px;} #basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.child{background:#000000;} #basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li.mobile-parent{background:#000000; border-bottom:1px solid #000000;} #basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li.mobile-parent.open a.disabled{border-bottom:1px solid #000000;} #basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li.mobile-parent a{color:#ffffff; /*font-size:px;*/} #basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li.mobile-parent a svg{width:10px;} #basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.child li a{/*font-size:px;*/} </style> <ul class="mobile-parent-links"> <li class="mobile-parent"> <a href="/collections/south-park-clothing" target="_self">CLOTHING </a> </li> <li class="mobile-parent"> <a href="/collections/south-park-drinkware" target="_self">DRINKWARE </a> </li> <li class="mobile-parent"> <a href="/collections/south-park-accessories" target="_self">ACCESSORIES </a> </li> <li class="mobile-parent"> <a href="/pages/south-park" target="_self">Logo </a> </li> <li class="mobile-parent"> <a href="/collections/south-park-home-office" target="_self">HOME & OFFICE </a> </li> <li class="mobile-parent"> <a href="/collections/south-park-toys-collectibles" target="_self">COLLECTIBLES </a> </li> <li class="mobile-parent"> <a href="/collections/south-park" target="_self">SHOP ALL </a> </li> </ul> </div> </div> <script> var waitForJQueryBasicSubNav = setInterval(function () { if (typeof $ != 'undefined') { function basicSubNavigation(){ const header = $('header'); const subNavSection = $('.sub-navigation-section'); const subNav = $('.basic-sub-navigation'); const announcementHeight = $('#shopify-section-snow-announcement-bar').outerHeight(true); const mainContent = $('#MainContent'); const headerHeight = header.outerHeight(true); const subNavHeight = subNav.outerHeight(true); const snPosition = subNav.offset().top; let pageTop = snPosition + subNavHeight; $(window).resize(function() { if ($(window).width() >= 768) { if (subNav.hasClass('below-header')){ mainContent.css('padding-top', subNavHeight); subNav.removeClass('stuck'); } else { mainContent.css('padding-top', 0); } } else { mainContent.css('padding-top', 0); } }).resize(); $(window).scroll(function(){ if (subNav.hasClass('default')){ if (subNav.hasClass('scroll_to')){ if($(window).scrollTop() >= snPosition && !subNav.hasClass('header_stuck')){ subNavSection.css('height', subNavHeight); subNav.addClass('stuck').css('top', 0); } else if($(window).scrollTop() >= snPosition - headerHeight && subNav.hasClass('header_stuck')){ subNavSection.css('height', subNavHeight); subNav.addClass('stuck').css('top', headerHeight); } else { subNavSection.css('height', 'auto'); subNav.removeClass('stuck').css('top', 'auto'); } } else if (subNav.hasClass('scroll_up')){ let snScroll = $(window).scrollTop(); if (snScroll >= pageTop || snScroll == pageTop || pageTop < snPosition){ subNav.removeClass('stuck').css('top', 'auto'); /* Scroll Down */ } else { if (subNav.hasClass('header_stuck')){ subNav.addClass('stuck').css('top', headerHeight); /* Scroll Up */ } else { subNav.addClass('stuck').css('top', 0); /* Scroll Up */ } } pageTop = snScroll; } } else if (subNav.hasClass('below-header')){ if (subNav.hasClass('scroll_to')){ if ($(window).scrollTop() >= snPosition && !subNav.hasClass('header_stuck')){ subNav.addClass('stuck'); } else if($(window).scrollTop() >= snPosition - headerHeight && subNav.hasClass('header_stuck')){ subNav.addClass('stuck').css('top', headerHeight); } else { subNav.removeClass('stuck').css('top', 0); } } else if (subNav.hasClass('scroll_up')){ let snScroll = $(window).scrollTop(); if (snScroll >= pageTop || snScroll == pageTop || pageTop < snPosition){ subNav.removeClass('stuck'); /* Scroll Down */ } else { if (subNav.hasClass('header_stuck')){ subNav.addClass('stuck').css('top', headerHeight); /* Scroll Up */ } else { subNav.addClass('stuck').css('top', 0); /* Scroll Up */ } } pageTop = snScroll; } } }); /*** Mobile Sub-Navigation ***/ $('.basic_sub-navigation_mobile_button').click(function(){ $('.basic-sub-navigation-container-mobile').slideToggle(); $(this).toggleClass('open'); }); $('#basic-sub-nav-mobile-template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li.mobile-parent').click(function(){ $(this).find('ul.child').slideToggle(); $(this).find('a.disabled svg').toggleClass('active'); $(this).toggleClass('open'); }); /*** List Class ***/ const childExtendedList = 10; const grandchildExtendedList = 10; $(".basic-sub-navigation ul.child").each(function (index) { if($(this).children([0]).length >= childExtendedList){ $(this).addClass('extended-list'); } }); $(".basic-sub-navigation ul.grand-child").each(function (index) { if($(this).children([0]).length >= grandchildExtendedList){ $(this).addClass('extended-list'); } }); /*** Hide Logo Item on mobile ***/ $(".basic-sub-navigation-mobile ul li.mobile-parent:contains('Logo')").css('display', 'none'); } basicSubNavigation(); // Rerun Scripts in Shopify Theme Editor if (Shopify.designMode){ document.addEventListener('shopify:section:load', function(){ if(event.detail.sectionId === 'template--17773865205807__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f'){ basicSubNavigation(); } }); } clearInterval(waitForJQueryBasicSubNav); } }, 10); </script> </div><div id="shopify-section-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e" class="shopify-section snow-slider-rework-section"> <style> .slick-loading .slick-list {background: none !important;} .slick-loading .slick-slide, .slick-loading .slick-track {visibility: visible !important;} .snow-slider.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:not(.slick-initialized) {display: flex;} .snow-slider.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:not(.slick-initialized) .slick-slide.snow-slide {display: block;} .snow-slider.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:not(.slick-initialized) .snow-slide:nth-child(n + 1) ~ .snow-slide {display: none;} .snow-slider.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:not(.slick-initialized) .slide-hover-image {opacity: 0 !important;} @media screen and (max-width: 1025px) { .snow-slider.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:not(.slick-initialized) .snow-slide:nth-child(n + 1) ~ .snow-slide {display: none;} } @media screen and (max-width: 768px) { .snow-slider.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:not(.slick-initialized) .snow-slide:nth-child(n + 1) ~ .snow-slide {display: none;} } </style> <div class="snow-slides-container snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e full-width-tablet full-width-mobile"> <div class="snow-slider-container snow-slider-container-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e"> <div class="snow-slider snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e active-slide-none hover-slide-none" data-slick='{ "lazyLoad": "progressive", "infinite": true, "rows": 0, "adaptiveHeight": false, "autoplay": false, "autoplaySpeed": 5000, "speed": 500, "pauseOnHover": true, "slidesToShow": "1", "arrows": true, "prevArrow": ".carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e", "nextArrow": ".carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e", "dots": true, "appendDots": ".slider-dots-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e", "centerMode": false, "fade": false, "responsive": [ { "breakpoint": 1025, "settings": { "slidesToShow": "1" } }, { "breakpoint": 768, "settings": { "arrows": false, "dots": true, "appendDots": ".snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-background", "slidesToShow": "1" } } ]}'> <div class="snow-slide snow-slide-snow_slide_NbFy83 mobile-below tablet-overlay desktop-overlay" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-snow_slide_NbFy83"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-fan-favorites" aria-label="Link to /collections/south-park-fan-favorites"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/sp-gift-guide-desktop_1.jpg?v=1730740892&width=2020" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/sp-gift-guide-desktop_1.jpg?v=1730740892&width=1450" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/sp-gift-guide-tablet_1.jpg?v=1730740895&width=1125" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/sp-gift-guide-mobile_1.jpg?v=1730740897&width=512" media="(min-width: 413px)" /> <img data-aspect-ratio="1.0416666666666667" width="750px" height="720px" data-lazy="//www.paramountshop.com/cdn/shop/files/sp-gift-guide-mobile_1.jpg?v=1730740897&width=512" fetchpriority="low" loading="lazy" alt="gifting-season-is-upon-us-image"> </picture> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-centered mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-centered"> <div class="snow-slide-title h1"> <p>GIFTING SEASON IS UPON US!</p> </div> <div class="snow-slide-sub-title s4"> <p><strong>FIND THE PERFECT GIFT WITH SOUTH PARK FAN FAVORITES</strong></p> </div> <a class="button button--primary snow-slide-button southpark-banner-button" href="/collections/south-park-fan-favorites" aria-label="SHOP NOW">SHOP NOW</a> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content { text-align: center; width: 100%; background: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-pre-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-sub-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-description * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: center; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content { text-align: center; background: transparent; width: 50%; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-centered, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-right { position: absolute; top: 50%; transform: translateY(-50%); } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-right { position: absolute; top: 0; bottom: auto; transform: none; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-right { position: absolute; top: auto; bottom: 0; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-container {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content {position: absolute;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-pre-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-sub-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 6rem 7.0rem;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content {position: absolute;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content { background: transparent; width: 100%; position: absolute; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content { background: ; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-pre-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-sub-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 6rem 7.0rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_NbFy83 .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-snow_slide_8CYwPm slick-slide mobile-below tablet-overlay desktop-overlay" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-snow_slide_8CYwPm"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-new-arrivals" aria-label="Link to /collections/south-park-new-arrivals"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/sp-windbreaker-desktop_1.jpg?v=1730208313&width=2020" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/sp-windbreaker-desktop_1.jpg?v=1730208313&width=1450" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/sp-windbreaker-tablet_1.jpg?v=1730208316&width=1125" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/sp-windbreaker-mobile_1.jpg?v=1730208320&width=512" media="(min-width: 413px)" /> <img data-aspect-ratio="1.0416666666666667" width="750px" height="720px" data-lazy="//www.paramountshop.com/cdn/shop/files/sp-windbreaker-mobile_1.jpg?v=1730208320&width=512" fetchpriority="low" loading="lazy" alt="exclusive-new-drop-image"> </picture> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-center-left mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-center-left"> <div class="snow-slide-title s1"> <p>EXCLUSIVE NEW DROP:</p> </div> <div class="snow-slide-sub-title h2"> <p><strong>KENNY WINDBREAKER JACKET & PANTS!</strong></p> </div> <a class="button button--primary snow-slide-button southpark-banner-button" href="/collections/south-park-new-arrivals" aria-label="SHOP NOW">SHOP NOW</a> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content { text-align: center; width: 100%; background: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-pre-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-sub-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-description * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: flex-start; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content { text-align: left; background: transparent; width: 50%; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-centered, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-right { position: absolute; top: 50%; transform: translateY(-50%); } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-right { position: absolute; top: 0; bottom: auto; transform: none; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-right { position: absolute; top: auto; bottom: 0; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-container {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content {position: absolute;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-description * {text-align: left;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-pre-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-sub-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 6rem 7.0rem;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content {position: absolute;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content { background: transparent; width: 60%; position: absolute; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content { background: ; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-pre-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-sub-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 6rem 7.0rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_8CYwPm .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-snow_slide_fUptyC slick-slide mobile-below tablet-overlay desktop-overlay" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-snow_slide_fUptyC"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/products/south-park-puffer-vest" aria-label="Link to /products/south-park-puffer-vest"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/desktop-1.jpg?v=1730220520&width=2020" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/desktop-1.jpg?v=1730220520&width=1450" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/tablet-1.jpg?v=1730220522&width=1125" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/mobile-1.jpg?v=1730220526&width=512" media="(min-width: 413px)" /> <img data-aspect-ratio="1.0416666666666667" width="750px" height="720px" data-lazy="//www.paramountshop.com/cdn/shop/files/mobile-1.jpg?v=1730220526&width=512" fetchpriority="low" loading="lazy" alt="exclusive-cartman-puffer-vest-image"> </picture> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-center-left mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-center-left"> <div class="snow-slide-pre-title s2"> <p><strong>FRESH NEW STYLE:</strong></p> </div> <div class="snow-slide-title h4"> <p>EXCLUSIVE CARTMAN PUFFER VEST</p> </div> <a class="button button--primary snow-slide-button southpark-banner-button" href="/products/south-park-puffer-vest" aria-label="SHOP NOW">SHOP NOW</a> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content { text-align: center; width: 100%; background: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-pre-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-sub-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-description * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: flex-start; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content { text-align: left; background: transparent; width: 50%; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-centered, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-right { position: absolute; top: 50%; transform: translateY(-50%); } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-right { position: absolute; top: 0; bottom: auto; transform: none; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-right { position: absolute; top: auto; bottom: 0; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-container {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content {position: absolute;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-description * {text-align: left;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-sub-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 6rem 7.0rem;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content {position: absolute;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content { background: transparent; width: 50%; position: absolute; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content { background: ; } .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-sub-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 6rem 7.0rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-snow_slide_fUptyC .snow-slide-brand{width:200px;} } </style> </div> </div> <div class="slider-dots slider-dots-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e"> </div> </div> <style data-shopify> .carousel-arrow-container { position: absolute; top: 50%; transform: translateY(-50%); width: calc(100% - 3rem); display: block; } .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { position: absolute; width: 30px; height: 30px; border: 1px solid #ffc425; border-radius: 50px; padding: 0; background: #ffc425; color: #000000; } .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg {max-height: 10px;} .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {left: -10px;} .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {right: -10px} .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg {transform: rotate(180deg);} .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:hover, .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:hover {cursor: pointer;} @media screen and (min-width: 768px) { .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { position: absolute; width: 40px; height: 40px; border: 1px solid #ffc425; border-radius: 50px; padding: 0; background: #ffc425; color: #000000; } .carousel-arrow-container { position: absolute; top: 50%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {left: -25px;} .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {right: -25px} } </style> <div class="carousel-arrow-container"> <button class="carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e carousel-arrow" aria-label="button" name="previous"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> <button class="carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e carousel-arrow" aria-label="button" name="next"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> </div> </div> <style data-shopify> /* Container Styles */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { background: #ffffff; margin-top: 0rem; margin-bottom: 0rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slider-container { padding-top: 0rem; padding-bottom: 0rem; border-left:0.1px solid transparent; } /* Vertical Transform */ /* Section Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-content{max-width:100%;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-content * {text-align: left;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-content {align-items: flex-start;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-content .snow-slides-section-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-content .snow-slides-section-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-content .snow-slides-section-subtitle * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-content .snow-slides-section-description * {color: #000000;} /* Section Bottom Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-bottom-content * {text-align: left;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-bottom-content {align-items: flex-start;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-bottom-content .snow-slides-section-bottom-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-bottom-content .snow-slides-section-bottom-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-bottom-content .snow-slides-section-bottom-subtitle * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-bottom-content .snow-slides-section-bottom-description * {color: #000000;} /* Active Slide */ .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:not(.active-slide-none) .slick-list {overflow: visible;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-rise .slick-slide.slick-current.slick-active {transform: translateY(-1rem);} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-rise-border .slick-slide.slick-current.slick-active {transform: translateY(-1rem);} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-rise-border .slick-slide.slick-current.slick-active:after { background: #000000; position: absolute; margin-top: 5px; width: 100%; height: 2px; content: ''; display: block; } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-lower .slick-slide.slick-current.slick-active {transform: translateY(1rem);} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-enlarge .slick-slide.slick-current.slick-active {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-enlarge-mobile .slick-slide.slick-current.slick-active {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-box-shadow .slick-slide.slick-current.slick-active { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-box-shadow-enlarge .slick-slide.slick-current.slick-active { transform: scale(1.05); box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); z-index: 2; } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-bottom-border .slick-slide.slick-current.slick-active:after { background: #000000; position: absolute; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; } /* Slide Hover */ .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:not(.hover-slide-none) .slick-list {overflow: visible;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-rise .slick-slide {transition: 0.2s all linear;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-rise .slick-slide:hover {transform: translateY(-30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-lower .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-bottom-border .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-box-shadow-enlarge .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-rise-border .slick-list { padding-top: 1.5rem; padding-bottom: 1.5rem; } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-lower .slick-slide:hover {transform: translateY(30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-enlarge .slick-slide:hover {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-box-shadow .slick-slide:hover { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-box-shadow-enlarge .slick-slide:hover { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); transform: scale(1.05); z-index: 2; } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-bottom-border .slick-slide:after, .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-rise-border .slick-slide:after { background: #000000; position: absolute; bottom:0; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; opacity: 0; transition: 0.2s all linear; } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-bottom-border .slick-slide:hover:after, .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-rise-border .slick-slide:hover:after {opacity: 1;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-rise-border .slick-slide:hover {transform: translateY(-30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-zoom .slick-slide .snow-slide-background {overflow: hidden;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-zoom .slick-slide .snow-slide-background .slide-picture img {transition: 0.2s all linear;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-zoom .slick-slide:hover .snow-slide-background .slide-picture img {transform: scale(1.05);} /* Slide Content Hover */ /* Subnavigation */ .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { margin: 0 auto; margin-top: 1.5rem; margin-bottom: 1.5rem; } .snow-slider-subnav-container {position: relative;} .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slick-slide {margin: 0 5px;} .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { padding: 0; width: calc(100% - 3rem); max-width: 100%; overflow: visible; margin: 0 auto; } .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slider-subnav .slick-slide.slick-current.slick-active {position: relative;} .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slider-subnav.active-rise .slick-slide.slick-current.slick-active {transform: translateY(-1rem);} .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slider-subnav.active-lower .slick-slide.slick-current.slick-active {transform: translateY(1rem);} .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slider-subnav.active-enlarge .slick-slide.slick-current.slick-active { transform: scale(1.05); z-index: 2; } .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slider-subnav.active-box-shadow .slick-slide.slick-current.slick-active { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slider-subnav.active-bottom-border .slick-slide.slick-current.slick-active:after { background: #000000; position: absolute; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; } .carousel-subnav-arrows { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; display: block; } .carousel-subnav-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .carousel-subnav-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .synced-collections-carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .synced-collections-carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg{ display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-subnav-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .carousel-subnav-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .synced-collections-carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .synced-collections-carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { position: absolute; width: 30px; height: 30px; border: 1px solid #ffc425; border-radius: 50px; box-shadow: none; padding: 0; background: #ffc425; color: #000000; } .carousel-subnav-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {left: -1rem;} .carousel-subnav-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {right: -1rem;} .carousel-subnav-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .synced-collections-carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {transform: rotate(180deg);} .carousel-subnav-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:hover, .carousel-subnav-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:hover, .synced-collections-carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:hover, .synced-collections-carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {cursor: pointer;} /* Dots */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-background .slick-dots { z-index: 2; width: 92%; left: 50%; transform: translateX(-50%); text-align: center; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-content .slick-dots {text-align: center;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slider-dots-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slick-dots li, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-background .slick-dots li, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-content .slick-dots li{margin: 0 7px;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slider-dots-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slick-dots li button .slick-dot-icon:before, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-background .slick-dots li button .slick-dot-icon:before, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-content .slick-dots li button .slick-dot-icon:before {display: none;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slider-dots-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slick-dots li button, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-background .slick-dots li button, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-content .slick-dots li button { padding: 0; width: 28px; height: 4px; background: #d9dae2; border-radius: 0px; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slider-dots-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slick-dots li.slick-active button, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-background .slick-dots li.slick-active button, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-content .slick-dots li.slick-active button {background: #ffc425;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slider-dots-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slick-dots {text-align: center; position: static;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slider-dots-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {position: static;} /* Arrows */ .snow-slides-container.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {position: relative;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container { top: 50%; transform: translate(-50%, -50%); z-index: 2; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { right: 1rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { left: 1rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .synced-collections-carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .synced-collections-carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg { max-height: 10px; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .synced-collections-carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .synced-collections-carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { height: 30px; width: 30px; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container {display: none;} /* Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-synced-collections .synced-collection-slide{margin: 0 0px;} /* Cut-off Padding */ .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slick-list, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-synced-collections .slick-list { padding-left: 0rem; padding-right: 0rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slick-dots {bottom: 2%;} @media screen and (min-width: 768px) { /* Container Styles */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { margin-top: 0rem; margin-bottom: 0rem; } /* Vertical Transform */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slider-container {padding-top: 0rem; padding-bottom: 0rem;} /* Section Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-content{max-width:500px;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-content * { text-align: left; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-content {align-items: flex-start;} /* Section Bottom Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-bottom-content * {text-align: left;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-bottom-content {align-items: flex-start;} /* Dots */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slider-dots-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slick-dots {text-align: right;} .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slider-dots-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { position: absolute; bottom: 20px; width: 100%; padding: 0 5rem; } /* Arrows */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container { top: 50%; transform: translate(-50%, -50%); } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { right: 1.2rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { left: 1.2rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .synced-collections-carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg, .synced-collections-carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e svg { max-height: 10px; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .synced-collections-carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .synced-collections-carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { height: 40px; width: 40px; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container { display: block; } .synced-collections-carousel-arrows-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { display: block; } /* Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-synced-collections .synced-collection-slide { margin: 0 0px; } /* Mobile ONLY enlarge */ .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-enlarge-mobile .slick-slide.slick-current.slick-active {transform: none; z-index: 1;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-lower .slick-slide.slick-current.slick-active {transform: translateY(1rem);} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-enlarge .slick-slide.slick-current.slick-active {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-box-shadow .slick-slide.slick-current.slick-active { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-box-shadow-enlarge .slick-slide.slick-current.slick-active { transform: scale(1.05); box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); z-index: 2; } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-slide-bottom-border .slick-slide.slick-current.slick-active:after { background: #000000; position: absolute; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e:not(.hover-slide-none) .slick-list {overflow: visible;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-rise .slick-slide {transition: 0.2s all linear;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-rise.active-slide-enlarge-mobile .slick-slide:hover {transform: translateY(-30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-lower .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-bottom-border .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-box-shadow-enlarge .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-rise-border .slick-list { padding-top: 1.5rem; padding-bottom: 1.5rem; } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-lower.active-slide-enlarge-mobile .slick-slide:hover {transform: translateY(30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-enlarge.active-slide-enlarge-mobile .slick-slide:hover {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-box-shadow.active-slide-enlarge-mobile .slick-slide:hover { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-box-shadow-enlarge.active-slide-enlarge-mobile .slick-slide:hover { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); transform: scale(1.05); z-index: 2; } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-bottom-border .slick-slide:after, .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-rise-border .slick-slide:after { background: #000000; position: absolute; bottom:0; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; opacity: 0; transition: 0.2s all linear; } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-bottom-border .slick-slide:hover:after, .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-rise-border .slick-slide:hover:after {opacity: 1;} .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.hover-slide-rise-border.active-slide-enlarge-mobile .slick-slide:hover {transform: translateY(-50px);} /* Slide Content Hover */ /* Subnavigation */ .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { padding: 0; max-width: 160rem; width: calc(100% - 10rem); overflow: visible; margin: 0 auto; } .carousel-subnav-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {left: -1.5rem;} .carousel-subnav-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {right: -1.5rem;} .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { margin: 0 auto; margin-top: 1.5rem; margin-bottom: 1.5rem; } .carousel-subnav-arrows { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; display: block; } .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-subnav-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-subnav-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .synced-collections-carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e, .synced-collections-carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { width: 40px; height: 40px; } /* Cut-off Padding */ .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slick-list, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-synced-collections .slick-list { padding-left: 0rem; padding-right: 0rem; } } @media screen and (min-width: 768px) and (max-width: 1025px) { .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.page-width-tablet { max-width: 1600px; margin-left: auto; margin-right: auto; padding-left: 5rem; padding-right: 5rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.full-width-tablet { width: 100%; max-width: 100%; padding-left: 0; padding-right: 0; } } @media screen and (min-width: 1025px) { /* Container Styles */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { margin-top: 0rem; margin-bottom: 0rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slider-container { padding-top: 0rem; padding-bottom: 0rem; } /* Vertical Transform */ /* Section Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-content * { text-align: left; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-content { align-items: flex-start; } /* Section Bottom Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-bottom-content * { text-align: left; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-bottom-content { align-items: flex-start; } /* Arrows */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { right: 1.2rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .carousel-arrow-container .carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { left: 1.2rem; } /* Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-synced-collections .synced-collection-slide { margin: 0 0px; } /* Subnavigation */ .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { margin: 0 auto; margin-top: 1.5rem; margin-bottom: 1.5rem; } .carousel-subnav-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {left: -1.5rem;} .carousel-subnav-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e {right: -1.5rem;} /* Cut-off Padding */ .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slick-list, .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-synced-collections .slick-list { padding-left: 0rem; padding-right: 0rem; } } .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-bottom-border .slick-slide.slick-current.slick-active .snow-slide-subnav { position: relative; } .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.active-bottom-border .slick-slide.slick-current.slick-active .snow-slide-subnav:after { content: ''; display: block; width: 100%; height: 2px; background: #000000; z-index: 5; margin-top: 25px; position: absolute; } /*.snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { opacity: 0; visibility: hidden; transition: opacity 0.05s ease; -webkit-transition: opacity 0.05s ease; } .snow-slider-rework-section .snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e.slick-initialized { visibility: visible; opacity: 1; }*/ @media screen and (min-width: 1296px) { /* Vertical Transform */ } /* Block Collections */ .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .synced-collection-slide:not(.active-collection) { /*display: none;*/ } .snow-slider-rework-section .snow-slides-section-synced-collections { margin-top: 6rem; margin-bottom: 3.3rem; } .snow-slider-rework-section .snow-slides-section-synced-collections-container { position: relative; } .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-synced-collections-title { text-align: center; margin-top: 3rem; margin-bottom: 3rem; } .synced-collections-carousel-arrows-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .snow-slides-section-synced-collections-container .card-information__text {line-height: normal;} .snow-slides-synced-collection-view-all {text-align: center; margin-bottom: 3rem;} @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-synced-collections-title { text-align: center; margin-top: 5rem; margin-bottom: 5rem; } .snow-slider-rework-section .snow-slides-section-synced-collections { margin-top: 7.7rem; margin-bottom: 5.5rem; } .synced-collections-carousel-arrows-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .snow-slides-synced-collection-view-all {text-align: center; margin-bottom: 5rem;} } @media screen and (max-width:767px){ .page-width.full-width-mobile{padding:0 !important;} } .snow-slider-container-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-background { min-height: 396px; } </style> <script> var waitForJQuerySlideshow7f15977b063e = setInterval(function () { if (typeof $ != 'undefined' && typeof $().slick != 'undefined') { $('.snow-slider-subnav-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').slick({ arrows: true, prevArrow: $('.carousel-subnav-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e'), nextArrow: $('.carousel-subnav-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e'), dots: false, slidesToShow: 4, lazyLoad: 'lazy', infinite: true, rows: 0, adaptiveHeight: false, autoplay: false, autoplaySpeed: 5000, speed: 500, pauseOnHover: true, responsive: [ { breakpoint: 1025, settings: { slidesToShow: 3 } }, { breakpoint: 768, settings: { arrows: true, dots: false, slidesToShow: 2 } } ], }); //handle slide videos function slideVideos() { function videoSrc() { $(".slide-video-container").each(function() { //define video sources let sources = { desktop: $(this).data("desktop-src"), mobile: $(this).data("mobile-src") }; let posters = { desktop: $(this).data("desktop-poster"), mobile: $(this).data("mobile-poster") } //if window 768px wide or higher, use desktop; else mobile if (window.matchMedia("(min-width: 768px)").matches) { $(this).attr("src", sources.desktop); $(this).attr("poster", posters.desktop); $(this)[0].load(); } else { $(this).attr("src", sources.mobile); $(this).attr("poster", posters.mobile); $(this)[0].load(); } }); } videoSrc(); $(document).on('click','.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slide-video-control', function() { let videoState = $(this).next(".slide-video-container")[0].paused; //if video is paused, play it else pause it if (videoState) { $(this).next(".slide-video-container").trigger('play'); $(this).addClass("playing-video"); if ($(this).data("control-type") == 'text-link' || $(this).data("control-type") == 'button') { $(this).text("Pause Video"); } } else { $(this).next(".slide-video-container").trigger('pause'); $(this).removeClass("playing-video"); if ($(this).data("control-type") == 'text-link' || $(this).data("control-type") == 'button') { $(this).text("Play Video"); } } }); $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').on('breakpoint', function() { videoSrc(); $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slide-video-control').each(function() { $(this).off(); $(this).addClass("playing-video"); if ($(this).data("control-type") == 'text-link' || $(this).data("control-type") == 'button') { $(this).text("Pause Video"); } }); }); } function slideAudio() { $(document).on('click','.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-audio-button', function() { if ($(".snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e").slick("slickGetOption", "autoplay")) { $(".snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e").slick("slickPause"); } $(this).fadeOut(function() { $(this).prev().fadeIn(function() { $(this).trigger("play"); }); }); }); $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-audio').each(function() { $(this).on("play", function() { if ($(".snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e").slick("slickGetOption", "autoplay")) { $(".snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e").slick("slickPause"); } }); $(this).on("ended", function() { if ($(".snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e").slick("slickGetOption", "autoplay")) { $(".snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e").slick("slickPlay"); } $(this).fadeOut(function() { $(this).next().fadeIn(); }); }); }); $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').on('breakpoint', function() { $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-audio').each(function() { $(this).trigger("pause"); }); }); $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').on('beforeChange', function(event, slick, currentSlide, nextSlide){ $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide-audio').each(function() { $(this).trigger("pause"); $(this).fadeOut(function() { $(this).next().fadeIn(); }); }); }); }; function subNavigation() { $(".snow-slide-subnav-link").on("click", function() { let slideIndex = $(this).data("index"); $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').slick('slickGoTo', slideIndex); }); } function slideDots() { /* $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').on('init', function(event, slick){ console.log("init"); let slides = $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide:not(.slick-cloned)'); let newSlide = slides[0]; let slideDotContainer = $(slides[0]).find('.slick-dots')[0]; let slideDots = $(slides[0]).find('.slick-dots li'); let newDot = slideDots[0]; slideDots.each(function() { $(this).removeClass('slick-active'); }); $(newDot).addClass('slick-active'); });*/ $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').on('afterChange', function(event, slick, currentSlide){ console.log("After change"); let slides = $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide:not(.slick-cloned)'); let newSlide = slides[currentSlide]; let slideDotContainer = $(slides[currentSlide]).find('.slick-dots')[0]; let slideDots = $(slides[currentSlide]).find('.slick-dots li'); let newDot = slideDots[currentSlide]; slideDots.each(function() { $(this).removeClass('slick-active'); }); $(newDot).addClass('slick-active'); }); } function syncedCollectionCarousels() { $('.snow-slides-section-synced-collections-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').on('init', function(slick){ let currentSlide = $('.snow-slides-section-synced-collections-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .slick-current'); let syncedCollections = $('.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-synced-collections-container'); let syncedCollectionsTitle = $('.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-synced-collections-container .snow-slides-synced-collections-title'); let newSlideCollection = currentSlide[0].dataset.syncedCollection; if (newSlideCollection === undefined) { syncedCollections.hide(); } else { syncedCollectionsTitle.text(newSlideCollection); syncedCollections.show(); } let selector = '[data-synced-collection="' + newSlideCollection + '"]'; setTimeout(function () { $('.snow-slides-section-synced-collections-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').slick('slickFilter', '[data-synced-collection="' + newSlideCollection +'"]'); }, 300); }); $('.snow-slides-section-synced-collections-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').slick({ lazyLoad: 'ondemand', infinite: true, rows: 0, adaptiveHeight: false, autoplay: true, autoplaySpeed: 3000, speed: 500, pauseOnHover: true, slidesToShow: 4, arrows: true, prevArrow: $(".synced-collections-carousel-prev-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e"), nextArrow: $(".synced-collections-carousel-next-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e"), dots: false, fade: false, responsive: [ { breakpoint: 1025, settings: { slidesToShow: 3 } }, { breakpoint: 768, settings: { arrows: false, slidesToShow: 1 } } ] }); /* Block Collections */ $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').on('afterChange', function(event, slick, currentSlide){ let slides = $('.snow-slider-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slide:not(.slick-cloned)'); let syncedCollections = $('.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-synced-collections-container'); let syncedCollectionsTitle = $('.snow-slides-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e .snow-slides-section-synced-collections-container .snow-slides-synced-collections-title'); let newSlide = slides[currentSlide]; let newSlideCollection = newSlide.dataset.syncedCollection; let newSlideCollectionUrl = newSlide.dataset.syncedCollectionUrl; if (newSlideCollection === undefined) { syncedCollections.hide(); } else { syncedCollectionsTitle.text(newSlideCollection); $('.snow-slides-synced-collection-view-all-button-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').attr('href', newSlideCollectionUrl); syncedCollections.show(); } let selector = '[data-synced-collection="' + newSlideCollection + '"]'; $('.snow-slides-section-synced-collections-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').slick('slickUnfilter'); $('.snow-slides-section-synced-collections-template--17773865205807__0fbf231c-7588-4b6b-bbff-7f15977b063e').slick('slickFilter', '[data-synced-collection="' + newSlideCollection +'"]'); }); } slideVideos(); slideAudio(); subNavigation(); slideDots(); syncedCollectionCarousels(); clearInterval(waitForJQuerySlideshow7f15977b063e); } }, 10); </script> </div><section id="shopify-section-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095" class="shopify-section spaced-section carousel-tabs-section"><link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-carousel-tabs.css?v=62845087442519100901732310188" rel="stylesheet" type="text/css" media="all" /> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-price.css?v=32463668271923509541732309899" rel="stylesheet" type="text/css" media="all" /> <script src="//www.paramountshop.com/cdn/shop/t/92/assets/jQuery-ui.js?v=53652685170003022651732309918" defer></script> <style data-shopify> /* Hide until tabs load and then show */ #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 {display: none;} /* Mobile fonts, font colors and alignment */ #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-pretitle { color: #000000;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-title { color: #000000;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-subtitle { color: #000000;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-description {color: #000000;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .text-container {text-align: center;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-pretitle * {color: #000000;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-title * {color: #000000;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-subtitle * {color: #000000;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-description * {color: #000000;} /* Tabs */ #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab {background: #ffffff; border-bottom: 2px solid #000a3c;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab a {text-decoration: none; color: #000a3c;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab.ui-tabs-active {background: #ffffff; border-bottom: 2px solid #ffc425;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab.ui-tabs-active a {text-decoration: none; color: #ffc425;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab {padding: 8px;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul {overflow: auto; scroll-snap-type: x proximity; scroll-behavior: smooth;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul::-webkit-scrollbar { width: 0 !important; } #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab {text-align: center;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab {scroll-snap-align: center;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab:hover {cursor: pointer;} /* Mobile Swatches */ #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .card.card--product + .card-information .card-information__wrapper .card__swatches {text-align: left;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .card__swatches label.color__swatch { width: 25px; height: 25px; border-radius: 100px; border: 1px solid #d9dae2; } #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .card__swatches label.color__swatch img { border: 1px solid #ffffff; border-radius: 100px; } #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .ui-tabs-panel:not(.active-panel) {display: block !important; height: 0 ; overflow: hidden;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .ui-tabs-panel.active-panel {height: auto;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul.page-width {margin: 0 1.5rem;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .page-width--narrow {margin: 0 auto;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul {overflow: hidden;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .tab-container {margin-top: 3rem;} @media screen and (min-width: 768px) { /* Tablet and up fonts and alignment */ #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .text-container {text-align: center;} /* Tabs */ #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab {padding: 10px;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab {min-width: unset; flex-basis: calc(100% / 4); text-align: center;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul.page-width {padding: 0 5rem; margin: 0 auto;} /* Desktop Swatches */ #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .card.card--product + .card-information .card-information__wrapper .card__swatches { text-align: left; } #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .tab-container {margin-top: 4rem;} } /* Desktop and up fonts and alignment */ @media screen and (min-width: 1025px) { } </style> <div class="carousel-tabs " id="carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095"> <div> <div class="text-container page-width"> <h2 class="carousel-tabs-title h5"><p>SHOP FAN FAVORITES</p></h2> </div> <div class="tabs-container" id="tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095"> <ul class="carousel-tabs-ul page-width" id="carousel-tabs-ul-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095"> <li class="carousel-tab" id="carousel-tab-6e771114-1e14-4246-9dae-7df182254f73" > <style data-shopify> @media screen and (max-width: 768px) { #carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 {flex-basis: 55%; min-width: 40%;} } </style> <style data-shopify> @media screen and (min-width: 768px) and (max-width: 1024px) { #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul.page-width {padding: 0rem; margin: 0 5rem;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 {flex-basis: 30%; min-width: 33%;} } </style> <a href="#tab-6e771114-1e14-4246-9dae-7df182254f73" class="tab-anchor s4" aria-label="Open CLOTHING tab" role="none presentation"> CLOTHING </a> </li> <li class="carousel-tab" id="carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9" > <style data-shopify> @media screen and (max-width: 768px) { #carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 {flex-basis: 55%; min-width: 40%;} } </style> <style data-shopify> @media screen and (min-width: 768px) and (max-width: 1024px) { #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul.page-width {padding: 0rem; margin: 0 5rem;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 {flex-basis: 30%; min-width: 33%;} } </style> <a href="#tab-19859a6e-b289-45fa-b00c-524dc96d9dc9" class="tab-anchor s4" aria-label="Open DRINKWARE tab" role="none presentation"> DRINKWARE </a> </li> <li class="carousel-tab" id="carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb" > <style data-shopify> @media screen and (max-width: 768px) { #carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb {flex-basis: 55%; min-width: 40%;} } </style> <style data-shopify> @media screen and (min-width: 768px) and (max-width: 1024px) { #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul.page-width {padding: 0rem; margin: 0 5rem;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb {flex-basis: 30%; min-width: 32%;} } </style> <a href="#tab-a6ffff56-f841-410c-92f8-8746261b36cb" class="tab-anchor s4" aria-label="Open ACCESSORIES tab" role="none presentation"> ACCESSORIES </a> </li> <li class="carousel-tab" id="carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7" > <style data-shopify> @media screen and (max-width: 768px) { #carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 {flex-basis: 55%; min-width: 40%;} } </style> <style data-shopify> @media screen and (min-width: 768px) and (max-width: 1024px) { #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul.page-width {padding: 0rem; margin: 0 5rem;} #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 {flex-basis: 30%; min-width: 33%;} } </style> <a href="#tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7" class="tab-anchor s4" aria-label="Open HOME & OFFICE tab" role="none presentation"> HOME & OFFICE </a> </li> </ul> <div class="tab-container"> <div id="tab-6e771114-1e14-4246-9dae-7df182254f73" > <style data-shopify> #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tab-6e771114-1e14-4246-9dae-7df182254f73 .text-container {text-align: center;} @media screen and (min-width: 768px) { #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tab-6e771114-1e14-4246-9dae-7df182254f73 .text-container {text-align: center;} } </style> <div class="tab-content-container page-width"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-card.css?v=60825817962066642901732309881" rel="stylesheet" type="text/css" media="all" /> <style data-shopify> .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 .slick-slide {margin: 0 5px;} .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 .slick-dots li button .slick-dot-icon, .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 .slick-dots li.slick-active button .slick-dot-icon {color: #000000;} .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 .media {background: transparent;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .bottom-content-container {margin-top: 10px;} .product-carousel-tab-container {position: relative;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .carousel-arrow-container {width: 100%; top: 36%;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .carousel-block-custom-arrows {display: block;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73 {left: 1.5rem;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-6e771114-1e14-4246-9dae-7df182254f73 {right: 1.5rem;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73 {left: 1.5rem;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-next-6e771114-1e14-4246-9dae-7df182254f73 {right: 1.5rem;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 .card-wrapper {gap: 10px;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 .card-information__wrapper {text-align: left;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 .card-information__text, #tab-6e771114-1e14-4246-9dae-7df182254f73 .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 .custom-product-tag-name, @media screen and (min-width: 768px) { .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 .slick-slide {margin: 0 10px;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .bottom-content-container {margin-top: 10px;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .carousel-arrow-container {width: 100%; top: 38%;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .carousel-block-custom-arrows {display: block;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73 {left: -25px;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-6e771114-1e14-4246-9dae-7df182254f73 {right: -25px;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 .card-wrapper {gap: 10px;} #tab-6e771114-1e14-4246-9dae-7df182254f73 .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 .card-information__wrapper {text-align: left;} } @media screen and (min-width: 1025px) { .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 .slick-slide {margin: 0 10px;} } .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73.product-carousel-tab {transition: all 0.25s ease-in-out;} .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73.product-carousel-tab:not(.slick-initialized) {opacity: 0; max-height: 300px; overflow: hidden;} .product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73.product-carousel-tab.slick-initialized {opacity: 1;} </style> <div class="product-carousel-tab-container"> <div class="product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73 product-carousel-tab" data-slick='{ "arrows": true, "dots": false, "autoplay": false, "autoplaySpeed": 3000, "speed": 300, "pauseOnHover": true, "slidesToShow": 4, "centerMode": false, "infinite": true, "responsive":[ { "breakpoint": 1025, "settings":{ "slidesToShow": 3 } }, { "breakpoint": 768, "settings":{ "arrows": true, "dots": false, "slidesToShow": 1, "autoplay": false, "autoplaySpeed": 3000 } } ] }'> <div class="carousel__slide" id="slide-one-6e771114-1e14-4246-9dae-7df182254f73"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-rainbow-butters-hooded-sweatshirt-sc3340" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-rainbow-butters-hooded-sweatshirt-sc3340" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/clothing1_796a604b-ef0f-4245-92f3-4da3f186b27c.png?v=1674576893" alt="South Park Rainbow Butters Hooded Sweatshirt" class="custom-slide-image"> </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="product__color-count-container"><span class="product__color-count">2</span> <span class="product__color-count-message">COLORS</span></div> <div class="card-information__text"> <a href="/products/south-park-rainbow-butters-hooded-sweatshirt-sc3340" class="full-unstyled-link"> <!--South Park Rainbow Butters Hooded Sweatshirt--> South Park Rainbow Butters Hooded Sweatshirt </a> </div> <span class="caption-large light"></span> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$46.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$46.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> <div class="carousel__slide" id="slide-two-6e771114-1e14-4246-9dae-7df182254f73"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-randy-i-thought-this-was-america-adult-short-sleeve-t-shirt-sc2552" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-randy-i-thought-this-was-america-adult-short-sleeve-t-shirt-sc2552" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/clothing2_bb41a57a-b34e-4ed7-94a7-f1b136624259.png?v=1674576893" alt="South Park Randy I Thought This Was America Short Sleeve T-Shirt" class="custom-slide-image"> </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="product__color-count-container"><span class="product__color-count">3</span> <span class="product__color-count-message">COLORS</span></div> <div class="card-information__text"> <a href="/products/south-park-randy-i-thought-this-was-america-adult-short-sleeve-t-shirt-sc2552" class="full-unstyled-link"> <!--South Park Randy I Thought This Was America Short Sleeve T-Shirt--> South Park Randy I Thought This Was America Short Sleeve T-Shirt </a> </div> <span class="caption-large light"></span> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$26.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$26.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> <div class="carousel__slide" id="slide-three-6e771114-1e14-4246-9dae-7df182254f73"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-characters-adult-fleece-joggers" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-characters-adult-fleece-joggers" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/clothing3_27a347a0-30ee-465d-b0d7-a76c64469cf9.png?v=1674576893" alt="South Park Characters Adult Fleece Joggers" class="custom-slide-image"> </div> </a> </div> <div class="product-card-label best-seller">Best Seller</div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="product__color-count-container"><span class="product__color-count">2</span> <span class="product__color-count-message">COLORS</span></div> <div class="card-information__text"> <a href="/products/south-park-characters-adult-fleece-joggers" class="full-unstyled-link"> <!--South Park Characters Adult Fleece Joggers--> South Park Characters Adult Fleece Joggers </a> </div> <span class="caption-large light"></span> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$39.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$39.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> <div class="carousel__slide" id="slide-four-6e771114-1e14-4246-9dae-7df182254f73"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-cartman-color-block-unisex-hooded-sweatshirt" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-cartman-color-block-unisex-hooded-sweatshirt" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/clothing4_0cb0efad-5078-4117-8a20-b1d4856afac5.png?v=1674576893" alt="South Park Cartman Color Block Unisex Hooded Sweatshirt" class="custom-slide-image"> </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-cartman-color-block-unisex-hooded-sweatshirt" class="full-unstyled-link"> <!--South Park Cartman Color Block Unisex Hooded Sweatshirt--> South Park Cartman Color Block Unisex Hooded Sweatshirt </a> </div> <span class="caption-large light"></span> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$75.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$75.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> </div> <style data-shopify> .carousel-arrow-container { position: absolute; top: 36%; transform: translateY(-50%); width: calc(100% - 3rem); display: block; } .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73 svg, .carousel-next-6e771114-1e14-4246-9dae-7df182254f73 svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; max-height: 10px; } .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73, .carousel-next-6e771114-1e14-4246-9dae-7df182254f73 { position: absolute; width: 30px; height: 30px; border: 1px solid #46b3ba; border-radius: 50px; box-shadow: none; padding: 0; background: #46b3ba; color: #000000; } .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73 {left: -10px;} .carousel-next-6e771114-1e14-4246-9dae-7df182254f73 {right: -10px} .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73 svg {transform: rotate(180deg);} .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73:hover, .carousel-next-6e771114-1e14-4246-9dae-7df182254f73:hover {cursor: pointer;} @media screen and (min-width: 768px) { .carousel-arrow-container { position: absolute; top: 38%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73 svg, .carousel-next-6e771114-1e14-4246-9dae-7df182254f73 svg { max-height: 10px; } .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73, .carousel-next-6e771114-1e14-4246-9dae-7df182254f73 { position: absolute; width: 40px; height: 40px; border: 1px solid #46b3ba; border-radius: 50px; padding: 0; background: #46b3ba; color: #000000; } .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73 {left: -25px;} .carousel-next-6e771114-1e14-4246-9dae-7df182254f73 {right: -25px} } </style> <div class="carousel-arrow-container carousel-block-custom-arrows"> <button class="carousel-prev-6e771114-1e14-4246-9dae-7df182254f73 carousel-arrow" aria-label="button"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> <button class="carousel-next-6e771114-1e14-4246-9dae-7df182254f73 carousel-arrow" aria-label="button"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> </div> </div> <script> var waitForJQueryCarouselTab6e7711141e1442469dae7df182254f73 = setInterval(function () { if (typeof $ != 'undefined' && typeof $.fn.tabs === "function" && typeof $().slick != 'undefined') { function productCarousel() { $('.product-carousel-tab-6e771114-1e14-4246-9dae-7df182254f73').slick({ lazyLoad: 'ondemand', infinite: true, adaptiveHeight: false, prevArrow: $(".carousel-prev-6e771114-1e14-4246-9dae-7df182254f73"), nextArrow: $(".carousel-next-6e771114-1e14-4246-9dae-7df182254f73") }); } productCarousel(); // Rerun Scripts in Shopify Theme Editor if (Shopify.designMode) { document.addEventListener('shopify:section:load', function () { if (event.detail.sectionId === 'template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095') { productCarousel(); } }); } clearInterval(waitForJQueryCarouselTab6e7711141e1442469dae7df182254f73); } }, 10); </script> </div> <div class="text-container bottom-content-container page-width"> <a href="/collections/south-park-clothing" class="tab-button button button--primary southpark-secondary-button" aria-label="Go to /collections/south-park-clothing">SHOP CLOTHING</a> </div> </div> <div id="tab-19859a6e-b289-45fa-b00c-524dc96d9dc9" > <style data-shopify> #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .text-container {text-align: center;} @media screen and (min-width: 768px) { #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .text-container {text-align: center;} } </style> <div class="tab-content-container page-width"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-card.css?v=60825817962066642901732309881" rel="stylesheet" type="text/css" media="all" /> <style data-shopify> .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .slick-slide {margin: 0 5px;} .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .slick-dots li button .slick-dot-icon, .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .slick-dots li.slick-active button .slick-dot-icon {color: #000000;} .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .media {background: transparent;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .bottom-content-container {margin-top: 30px;} .product-carousel-tab-container {position: relative;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .carousel-arrow-container {width: 100%; top: 36%;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .carousel-block-custom-arrows {display: block;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9 {left: 1.5rem;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-19859a6e-b289-45fa-b00c-524dc96d9dc9 {right: 1.5rem;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9 {left: 1.5rem;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-next-19859a6e-b289-45fa-b00c-524dc96d9dc9 {right: 1.5rem;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .card-wrapper {gap: 10px;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .card-information__wrapper {text-align: left;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .card-information__text, #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .custom-product-tag-name, @media screen and (min-width: 768px) { .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .slick-slide {margin: 0 10px;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .bottom-content-container {margin-top: 60px;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .carousel-arrow-container {width: 100%; top: 38%;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .carousel-block-custom-arrows {display: block;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9 {left: -25px;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-19859a6e-b289-45fa-b00c-524dc96d9dc9 {right: -25px;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .card-wrapper {gap: 10px;} #tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .card-information__wrapper {text-align: left;} } @media screen and (min-width: 1025px) { .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 .slick-slide {margin: 0 10px;} } .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9.product-carousel-tab {transition: all 0.25s ease-in-out;} .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9.product-carousel-tab:not(.slick-initialized) {opacity: 0; max-height: 300px; overflow: hidden;} .product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9.product-carousel-tab.slick-initialized {opacity: 1;} </style> <div class="product-carousel-tab-container"> <div class="product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9 product-carousel-tab" data-slick='{ "arrows": true, "dots": false, "autoplay": false, "autoplaySpeed": 3000, "speed": 300, "pauseOnHover": true, "slidesToShow": 4, "centerMode": false, "infinite": true, "responsive":[ { "breakpoint": 1025, "settings":{ "slidesToShow": 3 } }, { "breakpoint": 768, "settings":{ "arrows": true, "dots": false, "slidesToShow": 1, "autoplay": false, "autoplaySpeed": 3000 } } ] }'> <div class="carousel__slide" id="slide-one-19859a6e-b289-45fa-b00c-524dc96d9dc9"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-bus-stop-17-oz-pint-glass" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-bus-stop-17-oz-pint-glass" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/drinkware1_5e12792d-35b9-4e62-8184-83eb6c354c90.png?v=1674577759" alt="South Park Bus Stop 17 oz Pint Glass" class="custom-slide-image"> </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-bus-stop-17-oz-pint-glass" class="full-unstyled-link"> <!--South Park Bus Stop 17 oz Pint Glass--> South Park Bus Stop 17 oz Pint Glass </a> </div> <span class="caption-large light"></span> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$15.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$15.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> <div class="carousel__slide" id="slide-two-19859a6e-b289-45fa-b00c-524dc96d9dc9"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-boys-picture-black-mug" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-boys-picture-black-mug" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/drinkware2_b5c5ec26-bc64-4143-ad1a-bb396d946d43.png?v=1674577759" alt="South Park Boys Picture Black Mug" class="custom-slide-image"> </div> </a> </div> <div class="product-card-label sold-out">Sold Out</div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-boys-picture-black-mug" class="full-unstyled-link"> <!--South Park Boys Picture Black Mug--> South Park Boys Picture Black Mug </a> </div> <span class="caption-large light"></span> <div class="price price--sold-out "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$15.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$15.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> <div class="carousel__slide" id="slide-three-19859a6e-b289-45fa-b00c-524dc96d9dc9"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-towelie-20-oz-screw-top-water-bottle-with-straw" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-towelie-20-oz-screw-top-water-bottle-with-straw" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/drinkware3_494ef428-07fa-4eaf-a943-09321df66006.png?v=1674577759" alt="South Park Towelie 20 oz Screw Top Water Bottle with Straw" class="custom-slide-image"> </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-towelie-20-oz-screw-top-water-bottle-with-straw" class="full-unstyled-link"> <!--South Park Towelie 20 oz Screw Top Water Bottle with Straw--> South Park Towelie 20 oz Screw Top Water Bottle with Straw </a> </div> <span class="caption-large light"></span> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$22.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$22.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> <div class="carousel__slide" id="slide-four-19859a6e-b289-45fa-b00c-524dc96d9dc9"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-rainbow-butters-white-mug-sc3341" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-rainbow-butters-white-mug-sc3341" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/drinkware4_bdecb88b-8555-45f6-b3a9-22e7c623f9bc.png?v=1674577759" alt="South Park Rainbow Butters Mug" class="custom-slide-image"> </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-rainbow-butters-white-mug-sc3341" class="full-unstyled-link"> <!--South Park Rainbow Butters Mug--> South Park Rainbow Butters Mug </a> </div> <span class="caption-large light"></span> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$15.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$15.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> </div> <style data-shopify> .carousel-arrow-container { position: absolute; top: 36%; transform: translateY(-50%); width: calc(100% - 3rem); display: block; } .carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9 svg, .carousel-next-19859a6e-b289-45fa-b00c-524dc96d9dc9 svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; max-height: 10px; } .carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9, .carousel-next-19859a6e-b289-45fa-b00c-524dc96d9dc9 { position: absolute; width: 30px; height: 30px; border: 1px solid #46b3ba; border-radius: 50px; box-shadow: none; padding: 0; background: #46b3ba; color: #000000; } .carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9 {left: -10px;} .carousel-next-19859a6e-b289-45fa-b00c-524dc96d9dc9 {right: -10px} .carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9 svg {transform: rotate(180deg);} .carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9:hover, .carousel-next-19859a6e-b289-45fa-b00c-524dc96d9dc9:hover {cursor: pointer;} @media screen and (min-width: 768px) { .carousel-arrow-container { position: absolute; top: 38%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9 svg, .carousel-next-19859a6e-b289-45fa-b00c-524dc96d9dc9 svg { max-height: 10px; } .carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9, .carousel-next-19859a6e-b289-45fa-b00c-524dc96d9dc9 { position: absolute; width: 40px; height: 40px; border: 1px solid #46b3ba; border-radius: 50px; padding: 0; background: #46b3ba; color: #000000; } .carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9 {left: -25px;} .carousel-next-19859a6e-b289-45fa-b00c-524dc96d9dc9 {right: -25px} } </style> <div class="carousel-arrow-container carousel-block-custom-arrows"> <button class="carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9 carousel-arrow" aria-label="button"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> <button class="carousel-next-19859a6e-b289-45fa-b00c-524dc96d9dc9 carousel-arrow" aria-label="button"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> </div> </div> <script> var waitForJQueryCarouselTab19859a6eb28945fab00c524dc96d9dc9 = setInterval(function () { if (typeof $ != 'undefined' && typeof $.fn.tabs === "function" && typeof $().slick != 'undefined') { function productCarousel() { $('.product-carousel-tab-19859a6e-b289-45fa-b00c-524dc96d9dc9').slick({ lazyLoad: 'ondemand', infinite: true, adaptiveHeight: false, prevArrow: $(".carousel-prev-19859a6e-b289-45fa-b00c-524dc96d9dc9"), nextArrow: $(".carousel-next-19859a6e-b289-45fa-b00c-524dc96d9dc9") }); } productCarousel(); // Rerun Scripts in Shopify Theme Editor if (Shopify.designMode) { document.addEventListener('shopify:section:load', function () { if (event.detail.sectionId === 'template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095') { productCarousel(); } }); } clearInterval(waitForJQueryCarouselTab19859a6eb28945fab00c524dc96d9dc9); } }, 10); </script> </div> <div class="text-container bottom-content-container page-width"> <a href="/collections/south-park-drinkware" class="tab-button button button--primary southpark-secondary-button" aria-label="Go to /collections/south-park-drinkware">SHOP DRINKWARE</a> </div> </div> <div id="tab-a6ffff56-f841-410c-92f8-8746261b36cb" > <style data-shopify> #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tab-a6ffff56-f841-410c-92f8-8746261b36cb .text-container {text-align: center;} @media screen and (min-width: 768px) { #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tab-a6ffff56-f841-410c-92f8-8746261b36cb .text-container {text-align: center;} } </style> <div class="tab-content-container page-width"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-card.css?v=60825817962066642901732309881" rel="stylesheet" type="text/css" media="all" /> <style data-shopify> .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb .slick-slide {margin: 0 5px;} .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb .slick-dots li button .slick-dot-icon, .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb .slick-dots li.slick-active button .slick-dot-icon {color: #000000;} .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb .media {background: transparent;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .bottom-content-container {margin-top: 30px;} .product-carousel-tab-container {position: relative;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .carousel-arrow-container {width: 100%; top: 36%;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .carousel-block-custom-arrows {display: block;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb {left: 1.5rem;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-a6ffff56-f841-410c-92f8-8746261b36cb {right: 1.5rem;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb {left: 1.5rem;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-next-a6ffff56-f841-410c-92f8-8746261b36cb {right: 1.5rem;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb .card-wrapper {gap: 10px;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb .card-information__wrapper {text-align: left;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb .card-information__text, #tab-a6ffff56-f841-410c-92f8-8746261b36cb .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb .custom-product-tag-name, @media screen and (min-width: 768px) { .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb .slick-slide {margin: 0 10px;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .bottom-content-container {margin-top: 60px;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .carousel-arrow-container {width: 100%; top: 38%;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .carousel-block-custom-arrows {display: block;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb {left: -25px;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-a6ffff56-f841-410c-92f8-8746261b36cb {right: -25px;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb .card-wrapper {gap: 10px;} #tab-a6ffff56-f841-410c-92f8-8746261b36cb .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb .card-information__wrapper {text-align: left;} } @media screen and (min-width: 1025px) { .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb .slick-slide {margin: 0 10px;} } .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb.product-carousel-tab {transition: all 0.25s ease-in-out;} .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb.product-carousel-tab:not(.slick-initialized) {opacity: 0; max-height: 300px; overflow: hidden;} .product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb.product-carousel-tab.slick-initialized {opacity: 1;} </style> <div class="product-carousel-tab-container"> <div class="product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb product-carousel-tab" data-slick='{ "arrows": true, "dots": false, "autoplay": false, "autoplaySpeed": 3000, "speed": 300, "pauseOnHover": true, "slidesToShow": 4, "centerMode": false, "infinite": true, "responsive":[ { "breakpoint": 1025, "settings":{ "slidesToShow": 3 } }, { "breakpoint": 768, "settings":{ "arrows": true, "dots": false, "slidesToShow": 1, "autoplay": false, "autoplaySpeed": 3000 } } ] }'> <div class="carousel__slide" id="slide-one-a6ffff56-f841-410c-92f8-8746261b36cb"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-dead-kenny-premium-backpack" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-dead-kenny-premium-backpack" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/accessories1_9c54e508-17b7-4e41-a816-21f9f652c850.png?v=1674578081" alt="South Park Dead Kenny Premium Backpack" class="custom-slide-image"> </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-dead-kenny-premium-backpack" class="full-unstyled-link"> <!--South Park Dead Kenny Premium Backpack--> South Park Dead Kenny Premium Backpack </a> </div> <span class="caption-large light"></span> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$59.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$59.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> <div class="carousel__slide" id="slide-two-a6ffff56-f841-410c-92f8-8746261b36cb"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-your-tweek-my-craig-premium-tote-bag" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-your-tweek-my-craig-premium-tote-bag" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/Group_109-min.png?v=1678897346" alt="South Park Your Tweek My Craig Premium Tote Bag" class="custom-slide-image"> </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-your-tweek-my-craig-premium-tote-bag" class="full-unstyled-link"> <!--South Park Your Tweek My Craig Premium Tote Bag--> South Park Your Tweek My Craig Premium Tote Bag </a> </div> <span class="caption-large light"></span> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$32.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$32.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> <div class="carousel__slide" id="slide-three-a6ffff56-f841-410c-92f8-8746261b36cb"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-phone-destroyer-lunch-box-sc1676" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-phone-destroyer-lunch-box-sc1676" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/Group_110-min.png?v=1678897418" alt="South Park Phone Destroyer Vintage Tin Lunch Box" class="custom-slide-image"> </div> </a> </div> <div class="product-card-label on-sale">Sale</div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-phone-destroyer-lunch-box-sc1676" class="full-unstyled-link"> <!--South Park Phone Destroyer Vintage Tin Lunch Box--> South Park Phone Destroyer Vintage Tin Lunch Box </a> </div> <span class="caption-large light"></span> <div class="price price--on-sale "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$5.98 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular">$14.97 USD</span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$5.98 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage">Save 60%</span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> <div class="carousel__slide" id="slide-four-a6ffff56-f841-410c-92f8-8746261b36cb"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-towelie-youre-a-towel-socks-sc742" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-towelie-youre-a-towel-socks-sc742" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/accessories4_7d119b6f-9c91-4322-9aa9-969eb687d080.png?v=1674578081" alt="South Park Towelie You're a Towel Socks" class="custom-slide-image"> </div> </a> </div> <div class="product-card-label on-sale">Sale</div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-towelie-youre-a-towel-socks-sc742" class="full-unstyled-link"> <!--South Park Towelie You&#39;re a Towel Socks--> South Park Towelie You're a Towel Socks </a> </div> <span class="caption-large light"></span> <div class="price price--on-sale "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$12.47 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular">$19.95 USD</span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$12.47 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage">Save 37%</span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> </div> <style data-shopify> .carousel-arrow-container { position: absolute; top: 36%; transform: translateY(-50%); width: calc(100% - 3rem); display: block; } .carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb svg, .carousel-next-a6ffff56-f841-410c-92f8-8746261b36cb svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; max-height: 10px; } .carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb, .carousel-next-a6ffff56-f841-410c-92f8-8746261b36cb { position: absolute; width: 30px; height: 30px; border: 1px solid #46b3ba; border-radius: 50px; box-shadow: none; padding: 0; background: #46b3ba; color: #000000; } .carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb {left: -10px;} .carousel-next-a6ffff56-f841-410c-92f8-8746261b36cb {right: -10px} .carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb svg {transform: rotate(180deg);} .carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb:hover, .carousel-next-a6ffff56-f841-410c-92f8-8746261b36cb:hover {cursor: pointer;} @media screen and (min-width: 768px) { .carousel-arrow-container { position: absolute; top: 38%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb svg, .carousel-next-a6ffff56-f841-410c-92f8-8746261b36cb svg { max-height: 10px; } .carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb, .carousel-next-a6ffff56-f841-410c-92f8-8746261b36cb { position: absolute; width: 40px; height: 40px; border: 1px solid #46b3ba; border-radius: 50px; padding: 0; background: #46b3ba; color: #000000; } .carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb {left: -25px;} .carousel-next-a6ffff56-f841-410c-92f8-8746261b36cb {right: -25px} } </style> <div class="carousel-arrow-container carousel-block-custom-arrows"> <button class="carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb carousel-arrow" aria-label="button"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> <button class="carousel-next-a6ffff56-f841-410c-92f8-8746261b36cb carousel-arrow" aria-label="button"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> </div> </div> <script> var waitForJQueryCarouselTaba6ffff56f841410c92f88746261b36cb = setInterval(function () { if (typeof $ != 'undefined' && typeof $.fn.tabs === "function" && typeof $().slick != 'undefined') { function productCarousel() { $('.product-carousel-tab-a6ffff56-f841-410c-92f8-8746261b36cb').slick({ lazyLoad: 'ondemand', infinite: true, adaptiveHeight: false, prevArrow: $(".carousel-prev-a6ffff56-f841-410c-92f8-8746261b36cb"), nextArrow: $(".carousel-next-a6ffff56-f841-410c-92f8-8746261b36cb") }); } productCarousel(); // Rerun Scripts in Shopify Theme Editor if (Shopify.designMode) { document.addEventListener('shopify:section:load', function () { if (event.detail.sectionId === 'template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095') { productCarousel(); } }); } clearInterval(waitForJQueryCarouselTaba6ffff56f841410c92f88746261b36cb); } }, 10); </script> </div> <div class="text-container bottom-content-container page-width"> <a href="/collections/south-park-accessories" class="tab-button button button--primary southpark-secondary-button" aria-label="Go to /collections/south-park-accessories">SHOP ACCESSORIES</a> </div> </div> <div id="tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7" > <style data-shopify> #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .text-container {text-align: center;} @media screen and (min-width: 768px) { #carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .text-container {text-align: center;} } </style> <div class="tab-content-container page-width"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-card.css?v=60825817962066642901732309881" rel="stylesheet" type="text/css" media="all" /> <style data-shopify> .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .slick-slide {margin: 0 5px;} .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .slick-dots li button .slick-dot-icon, .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .slick-dots li.slick-active button .slick-dot-icon {color: #000000;} .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .media {background: transparent;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .bottom-content-container {margin-top: 30px;} .product-carousel-tab-container {position: relative;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .carousel-arrow-container {width: 100%; top: 36%;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .carousel-block-custom-arrows {display: block;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7 {left: 1.5rem;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-22550cdd-a03c-42bf-b062-34d42a1c8bd7 {right: 1.5rem;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7 {left: 1.5rem;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-next-22550cdd-a03c-42bf-b062-34d42a1c8bd7 {right: 1.5rem;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .card-wrapper {gap: 10px;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .card-information__wrapper {text-align: left;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .card-information__text, #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .custom-product-tag-name, @media screen and (min-width: 768px) { .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .slick-slide {margin: 0 10px;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .bottom-content-container {margin-top: 60px;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .carousel-arrow-container {width: 100%; top: 38%;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .carousel-block-custom-arrows {display: block;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7 {left: -25px;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-22550cdd-a03c-42bf-b062-34d42a1c8bd7 {right: -25px;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .card-wrapper {gap: 10px;} #tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .card-information__wrapper {text-align: left;} } @media screen and (min-width: 1025px) { .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 .slick-slide {margin: 0 10px;} } .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7.product-carousel-tab {transition: all 0.25s ease-in-out;} .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7.product-carousel-tab:not(.slick-initialized) {opacity: 0; max-height: 300px; overflow: hidden;} .product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7.product-carousel-tab.slick-initialized {opacity: 1;} </style> <div class="product-carousel-tab-container"> <div class="product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7 product-carousel-tab" data-slick='{ "arrows": true, "dots": false, "autoplay": false, "autoplaySpeed": 3000, "speed": 300, "pauseOnHover": true, "slidesToShow": 4, "centerMode": false, "infinite": true, "responsive":[ { "breakpoint": 1025, "settings":{ "slidesToShow": 3 } }, { "breakpoint": 768, "settings":{ "arrows": true, "dots": false, "slidesToShow": 1, "autoplay": false, "autoplaySpeed": 3000 } } ] }'> <div class="carousel__slide" id="slide-one-22550cdd-a03c-42bf-b062-34d42a1c8bd7"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-towelie-beach-towel-sc1809" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-towelie-beach-towel-sc1809" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/HOME3.png?v=1674578170" alt="South Park Towelie Beach Towel" class="custom-slide-image"> </div> </a> </div> <div class="product-card-label best-seller">Best Seller</div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-towelie-beach-towel-sc1809" class="full-unstyled-link"> <!--South Park Towelie Beach Towel--> South Park Towelie Beach Towel </a> </div> <span class="caption-large light"></span> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$42.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$42.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> <div class="carousel__slide" id="slide-two-22550cdd-a03c-42bf-b062-34d42a1c8bd7"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-randy-oh-yeah-that-s-hot-apron-sc725" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-randy-oh-yeah-that-s-hot-apron-sc725" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/HOME2.png?v=1674578170" alt="South Park Randy Oh Yeah That's Hot Apron" class="custom-slide-image"> </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-randy-oh-yeah-that-s-hot-apron-sc725" class="full-unstyled-link"> <!--South Park Randy Oh Yeah That&#39;s Hot Apron--> South Park Randy Oh Yeah That's Hot Apron </a> </div> <span class="caption-large light"></span> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$35.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$35.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> <div class="carousel__slide" id="slide-three-22550cdd-a03c-42bf-b062-34d42a1c8bd7"> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper carousel-tab-wrapper"> <!--<a href="/products/south-park-omg-i-killed-kenny-laser-engraved-cutting-board" class="full-unstyled-link">--> <div class="carousel-tab-card card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/south-park-omg-i-killed-kenny-laser-engraved-cutting-board" class="full-unstyled-link"> <div class="media media--transparent media--square" > <img src="//www.paramountshop.com/cdn/shop/files/HOME1.png?v=1674578170" alt="South Park Oh My God I Killed Kenny Laser Engraved Cutting Board" class="custom-slide-image"> </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-omg-i-killed-kenny-laser-engraved-cutting-board" class="full-unstyled-link"> <!--South Park Oh My God I Killed Kenny Laser Engraved Cutting Board--> South Park Oh My God I Killed Kenny Laser Engraved Cutting Board </a> </div> <span class="caption-large light"></span> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$39.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$39.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> </div> <style data-shopify> .carousel-arrow-container { position: absolute; top: 36%; transform: translateY(-50%); width: calc(100% - 3rem); display: block; } .carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7 svg, .carousel-next-22550cdd-a03c-42bf-b062-34d42a1c8bd7 svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; max-height: 10px; } .carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7, .carousel-next-22550cdd-a03c-42bf-b062-34d42a1c8bd7 { position: absolute; width: 30px; height: 30px; border: 1px solid #46b3ba; border-radius: 50px; box-shadow: none; padding: 0; background: #46b3ba; color: #000000; } .carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7 {left: -10px;} .carousel-next-22550cdd-a03c-42bf-b062-34d42a1c8bd7 {right: -10px} .carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7 svg {transform: rotate(180deg);} .carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7:hover, .carousel-next-22550cdd-a03c-42bf-b062-34d42a1c8bd7:hover {cursor: pointer;} @media screen and (min-width: 768px) { .carousel-arrow-container { position: absolute; top: 38%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7 svg, .carousel-next-22550cdd-a03c-42bf-b062-34d42a1c8bd7 svg { max-height: 10px; } .carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7, .carousel-next-22550cdd-a03c-42bf-b062-34d42a1c8bd7 { position: absolute; width: 40px; height: 40px; border: 1px solid #46b3ba; border-radius: 50px; padding: 0; background: #46b3ba; color: #000000; } .carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7 {left: -25px;} .carousel-next-22550cdd-a03c-42bf-b062-34d42a1c8bd7 {right: -25px} } </style> <div class="carousel-arrow-container carousel-block-custom-arrows"> <button class="carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7 carousel-arrow" aria-label="button"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> <button class="carousel-next-22550cdd-a03c-42bf-b062-34d42a1c8bd7 carousel-arrow" aria-label="button"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> </div> </div> <script> var waitForJQueryCarouselTab22550cdda03c42bfb06234d42a1c8bd7 = setInterval(function () { if (typeof $ != 'undefined' && typeof $.fn.tabs === "function" && typeof $().slick != 'undefined') { function productCarousel() { $('.product-carousel-tab-22550cdd-a03c-42bf-b062-34d42a1c8bd7').slick({ lazyLoad: 'ondemand', infinite: true, adaptiveHeight: false, prevArrow: $(".carousel-prev-22550cdd-a03c-42bf-b062-34d42a1c8bd7"), nextArrow: $(".carousel-next-22550cdd-a03c-42bf-b062-34d42a1c8bd7") }); } productCarousel(); // Rerun Scripts in Shopify Theme Editor if (Shopify.designMode) { document.addEventListener('shopify:section:load', function () { if (event.detail.sectionId === 'template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095') { productCarousel(); } }); } clearInterval(waitForJQueryCarouselTab22550cdda03c42bfb06234d42a1c8bd7); } }, 10); </script> </div> <div class="text-container bottom-content-container page-width"> <a href="/collections/south-park-home-office" class="tab-button button button--primary southpark-secondary-button" aria-label="Go to /collections/south-park-home-office">SHOP HOME & OFFICE</a> </div> </div> </div> </div> </div> </div> <script> var waitForJQueryCarouselTabs = setInterval(function () { if (typeof $ != 'undefined' && typeof $.fn.tabs === "function") { function isElementInViewport (el) { // Special bonus for those using jQuery if (typeof jQuery === "function" && el instanceof jQuery) { el = el[0]; } var rect = el.getBoundingClientRect(); return ( rect.top >= 0 && rect.left >= 0 && rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) && /* or $(window).height() */ rect.right <= (window.innerWidth || document.documentElement.clientWidth) /* or $(window).width() */ ); } jQuery(document).ready(function ($){ var x,y,top,left; var mouseDown = false; (function($) { $.fn.isAfter = function(sel){ return this.prevAll().filter(sel).length !== 0; }; $.fn.isBefore= function(sel){ return this.nextAll().filter(sel).length !== 0; }; })(jQuery); $.fn.isHScrollable = function () { return this[0].scrollWidth > this[0].clientWidth; }; function carouselTabs(){ let tabs = []; $("#tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").tabs({ heightStyle: "content", create: function( event, ui ) { active = $( "#tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095" ).tabs( "option", "active" ); $(ui.panel).addClass("active-panel"); if (active == 0) { $(".carousel-prev-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").hide(); } else { $(".carousel-prev-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").show(); } $("#carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .tab-anchor").each(function() { tabs.push({"parentTab": $(this).parent().attr("id"), "href": $(this).attr("href")}); $(this).removeAttr("href"); }); }, beforeActivate: function(event, ui) { $("#carousel-tabs-ul-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab").each(function() { var result = tabs.find(tab => { return tab.parentTab === $(this).attr("id"); }); $( this ).find(".tab-anchor").attr("href", result.href); }); }, activate: function( event, ui ) { $("#carousel-tabs-ul-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab").each(function() { $( this ).find(".tab-anchor").removeAttr("href"); }); active = $( "#tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095" ).tabs( "option", "active" ); var tabs = $("#carousel-tabs-ul-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 li.carousel-tab"); ui.oldPanel.removeClass("active-panel"); ui.newPanel.addClass("active-panel"); $(ui.panel).find('.product-carousel-tab').slick('resize'); function scrollToTab(container, scrollTo, oldTab, index, length) { if (index == 0) { container.animate({scrollLeft: scrollTo.offset().left - container.offset().left + container.scrollLeft()}, 200, "linear"); } else if (index == length) { container.animate({scrollLeft: scrollTo.offset().left - container.offset().left + container.scrollLeft()}, 200, "linear"); } else { if (container.isHScrollable()) { if (scrollTo.isAfter(oldTab)) { scrollTo[0].scrollIntoView({behavior: "smooth", block: "nearest", inline: "center"}); } else { if ($(!isElementInViewport(scrollTo.prev()))) { scrollTo[0].scrollIntoView({behavior: "smooth", block: "nearest", inline: "center"}); } else { container.animate({scrollLeft: scrollTo.offset().left - container.offset().left + container.scrollLeft()}, 200, "linear"); } } } } } scrollToTab($("#carousel-tabs-ul-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095"), $(ui.newTab), $(ui.oldTab), active, (tabs.length - 1)); if (active == 0) { $(".carousel-prev-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").hide(); $(".carousel-next-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").show(); } else if (active == (tabs.length - 1)) { $(".carousel-next-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").hide(); $(".carousel-prev-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").show(); } else { $(".carousel-prev-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").show(); $(".carousel-next-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").show(); } } }); $("#carousel-tabs-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").show(); if ($(".carousel-next-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").length > 0) { $(".carousel-next-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").click(function() { active = $( "#tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095" ).tabs( "option", "active" ); $("#tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").tabs( "option", "active", active + 1 ); }); } if ($(".carousel-prev-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").length > 0) { $(".carousel-prev-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").click(function() { var active = $( "#tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095" ).tabs( "option", "active" ); $("#tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").tabs( "option", "active", active - 1 ); }); } $("#carousel-tabs-ul-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 li.carousel-tab").click(function(event) { var tabs = $("#carousel-tabs-ul-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095 li.carousel-tab"); $("#tabs-container-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").tabs( "option", "active", tabs.index($(this))); }); $("#carousel-tabs-ul-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").on("mousedown", function(e) { mouseDown = true; $("#carousel-tabs-ul-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").css("scroll-snap-type", "none"); }); $("#carousel-tabs-ul-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").on("mouseup", function(e) { mouseDown = false; $("#carousel-tabs-ul-template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095").css("scroll-snap-type", "x proximity"); }); } carouselTabs(); if (Shopify.designMode){ document.addEventListener('shopify:section:load', function(){ if(event.detail.sectionId === 'template--17773865205807__8009d172-e574-4f7a-a809-d014f1384095') { carouselTabs(); } }); } }); clearInterval(waitForJQueryCarouselTabs); } }, 10); </script> </section><div id="shopify-section-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd" class="shopify-section snow-slider-rework-section"> <style> .slick-loading .slick-list {background: none !important;} .slick-loading .slick-slide, .slick-loading .slick-track {visibility: visible !important;} .snow-slider.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:not(.slick-initialized) {display: flex;} .snow-slider.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:not(.slick-initialized) .slick-slide.snow-slide {display: block;} .snow-slider.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:not(.slick-initialized) .snow-slide:nth-child(n + 4) ~ .snow-slide {display: none;} .snow-slider.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:not(.slick-initialized) .slide-hover-image {opacity: 0 !important;} @media screen and (max-width: 1025px) { .snow-slider.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:not(.slick-initialized) .snow-slide:nth-child(n + 3) ~ .snow-slide {display: none;} } @media screen and (max-width: 768px) { .snow-slider.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:not(.slick-initialized) .snow-slide:nth-child(n + 1) ~ .snow-slide {display: none;} } </style> <div class="snow-slides-container snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd full-width-tablet full-width-mobile south-park-character-carousel"> <div class="snow-slides-section-content page-width"> <h2 class="snow-slides-section-title h5"> <p><br/>SHOP BY CHARACTER</p> </h2> </div> <div class="snow-slider-container snow-slider-container-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd"> <div class="snow-slider snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd active-slide-none hover-slide-none" data-slick='{ "lazyLoad": "progressive", "infinite": true, "rows": 0, "adaptiveHeight": false, "autoplay": false, "autoplaySpeed": 3000, "speed": 500, "pauseOnHover": true, "slidesToShow": "4", "arrows": true, "prevArrow": ".carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd", "nextArrow": ".carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd", "dots": false, "appendDots": ".slider-dots-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd", "centerMode": false, "fade": false, "responsive": [ { "breakpoint": 1025, "settings": { "slidesToShow": "3" } }, { "breakpoint": 768, "settings": { "arrows": true, "dots": false, "slidesToShow": "1" } } ]}'> <div class="snow-slide snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 hoverable mobile-below tablet-overlay desktop-overlay" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-45e61896-32c4-40a7-ac3f-a5f46be5f2c0"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-stan" aria-label="Link to /collections/south-park-stan"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Stan-FINAL.png?v=1732221080&width=420" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Stan-FINAL.png?v=1732221080&width=277" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Stan-FINAL.png?v=1732221080&width=1025" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Stan-FINAL.png?v=1732221080&width=412" media="(min-width: 413px)" /> <img data-aspect-ratio="0.8533333333333334" width="768px" height="900px" data-lazy="//www.paramountshop.com/cdn/shop/files/ShopBy_Stan-FINAL.png?v=1732221080&width=412" fetchpriority="low" loading="lazy" alt="stan-image"> </picture> <img width="768px" height="900px" class="slide-hover-image" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/ShopBy_Stan-hover-FINAL.png?v=1732221080&width=412" alt="stan-image" fetchpriority="low"> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-bottom-center mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-bottom-center"> <div class="snow-slide-title s1"> <p>STAN</p> </div> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content { text-align: center; width: 100%; background: transparent; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-sub-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: center; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0:hover .slide-picture {opacity: 0;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content { text-align: center; background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-centered, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-right { position: absolute; top: 50%; transform: translateY(-50%); } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-right { position: absolute; top: 0; bottom: auto; transform: none; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-right { position: absolute; top: auto; bottom: 0; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-container {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content {position: absolute;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-sub-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content {position: absolute;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content { background: transparent; width: 100%; position: absolute; } .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-sub-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-45e61896-32c4-40a7-ac3f-a5f46be5f2c0 .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b slick-slide hoverable mobile-below tablet-overlay desktop-overlay" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-c32a8a64-7852-4d74-95fd-7798ab182b6b"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-kyle" aria-label="Link to /collections/south-park-kyle"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Kyle-edit.png?v=1732221123&width=420" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Kyle-edit.png?v=1732221123&width=277" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Kyle-edit.png?v=1732221123&width=1025" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Kyle-edit.png?v=1732221123&width=412" media="(min-width: 413px)" /> <img data-aspect-ratio="0.8533333333333334" width="768px" height="900px" data-lazy="//www.paramountshop.com/cdn/shop/files/ShopBy_Kyle-edit.png?v=1732221123&width=412" fetchpriority="low" loading="lazy" alt="kyle-image"> </picture> <img width="768px" height="900px" class="slide-hover-image" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/ShopBy_Kyle-hover-edit.png?v=1732221123&width=412" alt="kyle-image" fetchpriority="low"> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-bottom-center mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-bottom-center"> <div class="snow-slide-title s1"> <p>KYLE</p> </div> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content { text-align: center; width: 100%; background: transparent; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-sub-title * { color: #000a3c; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: center; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b:hover .slide-picture {opacity: 0;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content { text-align: center; background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-centered, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-right { position: absolute; top: 50%; transform: translateY(-50%); } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-right { position: absolute; top: 0; bottom: auto; transform: none; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-right { position: absolute; top: auto; bottom: 0; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-container {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content {position: absolute;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content {position: absolute;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content { background: transparent; width: 100%; position: absolute; } .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-c32a8a64-7852-4d74-95fd-7798ab182b6b .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 slick-slide hoverable mobile-below tablet-overlay desktop-overlay" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-cartman" aria-label="Link to /collections/south-park-cartman"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Cartman-FINAL.png?v=1732221159&width=420" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Cartman-FINAL.png?v=1732221159&width=277" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Cartman-FINAL.png?v=1732221159&width=1025" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Cartman-FINAL.png?v=1732221159&width=412" media="(min-width: 413px)" /> <img data-aspect-ratio="0.8533333333333334" width="768px" height="900px" data-lazy="//www.paramountshop.com/cdn/shop/files/ShopBy_Cartman-FINAL.png?v=1732221159&width=412" fetchpriority="low" loading="lazy" alt="cartman-image"> </picture> <img width="768px" height="900px" class="slide-hover-image" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/ShopBy_Cartman-hover-FINAL.png?v=1732221159&width=412" alt="cartman-image" fetchpriority="low"> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-bottom-center mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-bottom-center"> <div class="snow-slide-title s1"> <p>CARTMAN</p> </div> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content { text-align: center; width: 100%; background: transparent; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-sub-title * { color: #000a3c; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: center; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1:hover .slide-picture {opacity: 0;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content { text-align: center; background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-centered, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-right { position: absolute; top: 50%; transform: translateY(-50%); } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-right { position: absolute; top: 0; bottom: auto; transform: none; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-right { position: absolute; top: auto; bottom: 0; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-container {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content {position: absolute;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content {position: absolute;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content { background: transparent; width: 100%; position: absolute; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-template--15534426456111__dbc4821f-8714-4e07-b610-b732c0b4dfdd-16727796821c7c3454-1 .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 slick-slide hoverable mobile-below tablet-overlay desktop-overlay" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-6f444efe-3ef8-4be7-ac5a-f449477ad5c1"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-kenny" aria-label="Link to /collections/south-park-kenny"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Kenny-edit.png?v=1732221196&width=420" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Kenny-edit.png?v=1732221196&width=277" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Kenny-edit.png?v=1732221196&width=1025" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Kenny-edit.png?v=1732221196&width=412" media="(min-width: 413px)" /> <img data-aspect-ratio="0.8533333333333334" width="768px" height="900px" data-lazy="//www.paramountshop.com/cdn/shop/files/ShopBy_Kenny-edit.png?v=1732221196&width=412" fetchpriority="low" loading="lazy" alt="kenny-image"> </picture> <img width="768px" height="900px" class="slide-hover-image" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/ShopBy_Kenny-hover-edit.png?v=1732221196&width=412" alt="kenny-image" fetchpriority="low"> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-bottom-center mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-bottom-center"> <div class="snow-slide-title s1"> <p>KENNY</p> </div> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content { text-align: center; width: 100%; background: transparent; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-sub-title * { color: #000a3c; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: center; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1:hover .slide-picture {opacity: 0;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content { text-align: center; background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-centered, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-right { position: absolute; top: 50%; transform: translateY(-50%); } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-right { position: absolute; top: 0; bottom: auto; transform: none; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-right { position: absolute; top: auto; bottom: 0; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-container {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content {position: absolute;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content {position: absolute;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content { background: transparent; width: 100%; position: absolute; } .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-6f444efe-3ef8-4be7-ac5a-f449477ad5c1 .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 slick-slide hoverable mobile-below tablet-overlay desktop-overlay" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-aee0fdcd-554f-4108-b3bc-cac6f0099200"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-butters" aria-label="Link to /collections/south-park-butters"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Butters-edit.png?v=1732221342&width=420" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Butters-edit.png?v=1732221342&width=277" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Butters-edit.png?v=1732221342&width=1025" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Butters-edit.png?v=1732221342&width=412" media="(min-width: 413px)" /> <img data-aspect-ratio="0.8533333333333334" width="768px" height="900px" data-lazy="//www.paramountshop.com/cdn/shop/files/ShopBy_Butters-edit.png?v=1732221342&width=412" fetchpriority="low" loading="lazy" alt="butters-image"> </picture> <img width="768px" height="900px" class="slide-hover-image" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/ShopBy_Butters-hover-edit.png?v=1732221342&width=412" alt="butters-image" fetchpriority="low"> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-bottom-center mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-bottom-center"> <div class="snow-slide-title s1"> <p>BUTTERS</p> </div> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content { text-align: center; width: 100%; background: transparent; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-sub-title * { color: #000a3c; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: center; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200:hover .slide-picture {opacity: 0;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content { text-align: center; background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-centered, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-right { position: absolute; top: 50%; transform: translateY(-50%); } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-right { position: absolute; top: 0; bottom: auto; transform: none; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-right { position: absolute; top: auto; bottom: 0; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-container {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content {position: absolute;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content {position: absolute;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content { background: transparent; width: 100%; position: absolute; } .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-aee0fdcd-554f-4108-b3bc-cac6f0099200 .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b slick-slide hoverable mobile-below tablet-overlay desktop-overlay" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-eb1a0053-f1ae-41d5-9b6f-267e6527af5b"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-towelie" aria-label="Link to /collections/south-park-towelie"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Towelie-edit.png?v=1732221439&width=420" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Towelie-edit.png?v=1732221439&width=277" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Towelie-edit.png?v=1732221439&width=1025" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Towelie-edit.png?v=1732221439&width=412" media="(min-width: 413px)" /> <img data-aspect-ratio="0.8533333333333334" width="768px" height="900px" data-lazy="//www.paramountshop.com/cdn/shop/files/ShopBy_Towelie-edit.png?v=1732221439&width=412" fetchpriority="low" loading="lazy" alt="towelie-image"> </picture> <img width="768px" height="900px" class="slide-hover-image" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/ShopBy_Towelie-hover-edit.png?v=1732221439&width=412" alt="towelie-image" fetchpriority="low"> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-bottom-center mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-bottom-center"> <div class="snow-slide-title s1"> <p>TOWELIE</p> </div> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content { text-align: center; width: 100%; background: transparent; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-sub-title * { color: #000a3c; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: center; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b:hover .slide-picture {opacity: 0;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content { text-align: center; background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-centered, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-right { position: absolute; top: 50%; transform: translateY(-50%); } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-right { position: absolute; top: 0; bottom: auto; transform: none; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-right { position: absolute; top: auto; bottom: 0; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-container {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content {position: absolute;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content {position: absolute;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content { background: transparent; width: 100%; position: absolute; } .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-eb1a0053-f1ae-41d5-9b6f-267e6527af5b .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 slick-slide hoverable mobile-below tablet-overlay desktop-overlay" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-randy" aria-label="Link to /collections/south-park-randy"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Randy-FINAL.png?v=1732221481&width=420" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Randy-FINAL.png?v=1732221481&width=277" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Randy-FINAL.png?v=1732221481&width=1025" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/ShopBy_Randy-FINAL.png?v=1732221481&width=412" media="(min-width: 413px)" /> <img data-aspect-ratio="0.8533333333333334" width="768px" height="900px" data-lazy="//www.paramountshop.com/cdn/shop/files/ShopBy_Randy-FINAL.png?v=1732221481&width=412" fetchpriority="low" loading="lazy" alt="randy-image"> </picture> <img width="768px" height="900px" class="slide-hover-image" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/ShopBy_Randy-hover-FINAL.png?v=1732221481&width=412" alt="randy-image" fetchpriority="low"> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-bottom-center mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-bottom-center"> <div class="snow-slide-title s1"> <p>RANDY</p> </div> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content { text-align: center; width: 100%; background: transparent; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-sub-title * { color: #000a3c; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: center; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4:hover .slide-picture {opacity: 0;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content { text-align: center; background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-centered, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-center-right { position: absolute; top: 50%; transform: translateY(-50%); } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-top-right { position: absolute; top: 0; bottom: auto; transform: none; } .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-left, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-center, .snow-slider-rework-section .snow-slide .snow-slide-content .snow-slide-content-overlay.desktop-bottom-right { position: absolute; top: auto; bottom: 0; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-container {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content {position: absolute;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content {position: absolute;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content { background: transparent; width: 100%; position: absolute; } .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-7d8725bb-f6fe-4e9c-9ad7-20f438683cc4 .snow-slide-brand{width:200px;} } </style> </div> </div> </div> <style data-shopify> .carousel-arrow-container { position: absolute; top: 75%; transform: translateY(-50%); width: calc(100% - 3rem); display: block; } .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { position: absolute; width: 30px; height: 30px; border: 1px solid #ffc425; border-radius: 50px; padding: 0; background: #ffc425; color: #000000; } .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg {max-height: 10px;} .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {left: -10px;} .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {right: -10px} .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg {transform: rotate(180deg);} .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:hover, .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:hover {cursor: pointer;} @media screen and (min-width: 768px) { .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { position: absolute; width: 40px; height: 40px; border: 1px solid #ffc425; border-radius: 50px; padding: 0; background: #ffc425; color: #000000; } .carousel-arrow-container { position: absolute; top: 65%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {left: -25px;} .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {right: -25px} } </style> <div class="carousel-arrow-container"> <button class="carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd carousel-arrow" aria-label="button" name="previous"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> <button class="carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd carousel-arrow" aria-label="button" name="next"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> </div> </div> <style data-shopify> /* Container Styles */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { background: #ffffff; background: url(//www.paramountshop.com/cdn/shop/files/bg_2x_ba79a5c0-0ee4-40c8-9088-8fcabef9ae6c.jpg?v=1696970486); background-size: cover; margin-top: 0rem; margin-bottom: 4.5rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slider-container { padding-top: 0rem; padding-bottom: 10rem; border-left:0.1px solid transparent; } /* Vertical Transform */ /* Section Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-content{max-width:100%;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-content * {text-align: center;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-content {align-items: center;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-content .snow-slides-section-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-content .snow-slides-section-title * {color: #ffffff;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-content .snow-slides-section-subtitle * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-content .snow-slides-section-description * {color: #000000;} /* Section Bottom Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-bottom-content * {text-align: left;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-bottom-content {align-items: flex-start;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-bottom-content .snow-slides-section-bottom-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-bottom-content .snow-slides-section-bottom-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-bottom-content .snow-slides-section-bottom-subtitle * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-bottom-content .snow-slides-section-bottom-description * {color: #000000;} /* Active Slide */ .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:not(.active-slide-none) .slick-list {overflow: visible;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-rise .slick-slide.slick-current.slick-active {transform: translateY(-1rem);} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-rise-border .slick-slide.slick-current.slick-active {transform: translateY(-1rem);} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-rise-border .slick-slide.slick-current.slick-active:after { background: #000000; position: absolute; margin-top: 5px; width: 100%; height: 2px; content: ''; display: block; } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-lower .slick-slide.slick-current.slick-active {transform: translateY(1rem);} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-enlarge .slick-slide.slick-current.slick-active {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-enlarge-mobile .slick-slide.slick-current.slick-active {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-box-shadow .slick-slide.slick-current.slick-active { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-box-shadow-enlarge .slick-slide.slick-current.slick-active { transform: scale(1.05); box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); z-index: 2; } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-bottom-border .slick-slide.slick-current.slick-active:after { background: #000000; position: absolute; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; } /* Slide Hover */ .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:not(.hover-slide-none) .slick-list {overflow: visible;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-rise .slick-slide {transition: 0.2s all linear;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-rise .slick-slide:hover {transform: translateY(-30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-lower .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-bottom-border .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-box-shadow-enlarge .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-rise-border .slick-list { padding-top: 1.5rem; padding-bottom: 1.5rem; } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-lower .slick-slide:hover {transform: translateY(30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-enlarge .slick-slide:hover {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-box-shadow .slick-slide:hover { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-box-shadow-enlarge .slick-slide:hover { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); transform: scale(1.05); z-index: 2; } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-bottom-border .slick-slide:after, .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-rise-border .slick-slide:after { background: #000000; position: absolute; bottom:0; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; opacity: 0; transition: 0.2s all linear; } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-bottom-border .slick-slide:hover:after, .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-rise-border .slick-slide:hover:after {opacity: 1;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-rise-border .slick-slide:hover {transform: translateY(-30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-zoom .slick-slide .snow-slide-background {overflow: hidden;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-zoom .slick-slide .snow-slide-background .slide-picture img {transition: 0.2s all linear;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-zoom .slick-slide:hover .snow-slide-background .slide-picture img {transform: scale(1.05);} /* Slide Content Hover */ .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-content {opacity: 1;} /* Subnavigation */ .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { margin: 0 auto; margin-top: 1.5rem; margin-bottom: 1.5rem; } .snow-slider-subnav-container {position: relative;} .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slick-slide {margin: 0 5px;} .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { padding: 0; width: calc(100% - 3rem); max-width: 100%; overflow: visible; margin: 0 auto; } .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slider-subnav .slick-slide.slick-current.slick-active {position: relative;} .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slider-subnav.active-rise .slick-slide.slick-current.slick-active {transform: translateY(-1rem);} .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slider-subnav.active-lower .slick-slide.slick-current.slick-active {transform: translateY(1rem);} .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slider-subnav.active-enlarge .slick-slide.slick-current.slick-active { transform: scale(1.05); z-index: 2; } .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slider-subnav.active-box-shadow .slick-slide.slick-current.slick-active { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slider-subnav.active-bottom-border .slick-slide.slick-current.slick-active:after { background: #000000; position: absolute; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; } .carousel-subnav-arrows { position: absolute; top: 75%; transform: translateY(-50%); width: 100%; display: block; } .carousel-subnav-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .carousel-subnav-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .synced-collections-carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .synced-collections-carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg{ display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-subnav-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .carousel-subnav-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .synced-collections-carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .synced-collections-carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { position: absolute; width: 30px; height: 30px; border: 1px solid #ffc425; border-radius: 50px; box-shadow: none; padding: 0; background: #ffc425; color: #000000; } .carousel-subnav-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {left: -1rem;} .carousel-subnav-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {right: -1rem;} .carousel-subnav-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .synced-collections-carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {transform: rotate(180deg);} .carousel-subnav-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:hover, .carousel-subnav-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:hover, .synced-collections-carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:hover, .synced-collections-carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {cursor: pointer;} /* Dots */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-background .slick-dots { z-index: 2; width: 92%; left: 50%; transform: translateX(-50%); text-align: center; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-content .slick-dots {text-align: center;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slider-dots-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slick-dots li, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-background .slick-dots li, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-content .slick-dots li{margin: 0 5px;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slider-dots-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slick-dots li button .slick-dot-icon:before, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-background .slick-dots li button .slick-dot-icon:before, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-content .slick-dots li button .slick-dot-icon:before {display: none;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slider-dots-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slick-dots li button, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-background .slick-dots li button, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-content .slick-dots li button { padding: 0; width: 10px; height: 10px; background: #d3d3d3; border-radius: 50px; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slider-dots-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slick-dots li.slick-active button, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-background .slick-dots li.slick-active button, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-content .slick-dots li.slick-active button {background: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slider-dots-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slick-dots {text-align: center; position: static;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slider-dots-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { position: absolute; bottom: 10px; width: 100%; padding: 0 1.5rem; } /* Arrows */ .snow-slides-container.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {position: relative;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container { top: 75%; transform: translate(-50%, -75%); z-index: 2; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { right: 1rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { left: 1rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .synced-collections-carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .synced-collections-carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg { max-height: 10px; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .synced-collections-carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .synced-collections-carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { height: 30px; width: 30px; } /* Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-synced-collections .synced-collection-slide{margin: 0 10px;} /* Cut-off Padding */ .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slick-list, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-synced-collections .slick-list { padding-left: 4rem; padding-right: 4rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { padding-top: 0rem; padding-bottom: 2rem; } @media screen and (min-width: 768px) { /* Container Styles */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { margin-top: 0rem; margin-bottom: 6.5rem; background: url(//www.paramountshop.com/cdn/shop/files/background_image-min_fcfb18b3-a1ee-44b0-91da-8cc46a88d810.png?v=1732221802); background-size: cover; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { padding-top: 0rem; padding-bottom: 2.5rem; } /* Vertical Transform */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slider-container {padding-top: 0rem; padding-bottom: 0rem;} /* Section Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-content{max-width:1200px;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-content * { text-align: center; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-content {align-items: center;} /* Section Bottom Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-bottom-content * {text-align: left;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-bottom-content {align-items: flex-start;} /* Dots */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slider-dots-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slick-dots {text-align: center;} .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slider-dots-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { position: absolute; bottom: 20px; width: 100%; padding: 0 5rem; } /* Arrows */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container { top: 65%; transform: translate(-50%, -65%); } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { right: 1.2rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { left: 1.2rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .synced-collections-carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg, .synced-collections-carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd svg { max-height: 10px; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .synced-collections-carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .synced-collections-carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { height: 40px; width: 40px; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container { display: block; } .synced-collections-carousel-arrows-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { display: block; } /* Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-synced-collections .synced-collection-slide { margin: 0 10px; } /* Mobile ONLY enlarge */ .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-enlarge-mobile .slick-slide.slick-current.slick-active {transform: none; z-index: 1;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-lower .slick-slide.slick-current.slick-active {transform: translateY(1rem);} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-enlarge .slick-slide.slick-current.slick-active {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-box-shadow .slick-slide.slick-current.slick-active { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-box-shadow-enlarge .slick-slide.slick-current.slick-active { transform: scale(1.05); box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); z-index: 2; } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-slide-bottom-border .slick-slide.slick-current.slick-active:after { background: #000000; position: absolute; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd:not(.hover-slide-none) .slick-list {overflow: visible;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-rise .slick-slide {transition: 0.2s all linear;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-rise.active-slide-enlarge-mobile .slick-slide:hover {transform: translateY(-30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-lower .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-bottom-border .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-box-shadow-enlarge .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-rise-border .slick-list { padding-top: 1.5rem; padding-bottom: 1.5rem; } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-lower.active-slide-enlarge-mobile .slick-slide:hover {transform: translateY(30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-enlarge.active-slide-enlarge-mobile .slick-slide:hover {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-box-shadow.active-slide-enlarge-mobile .slick-slide:hover { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-box-shadow-enlarge.active-slide-enlarge-mobile .slick-slide:hover { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); transform: scale(1.05); z-index: 2; } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-bottom-border .slick-slide:after, .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-rise-border .slick-slide:after { background: #000000; position: absolute; bottom:0; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; opacity: 0; transition: 0.2s all linear; } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-bottom-border .slick-slide:hover:after, .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-rise-border .slick-slide:hover:after {opacity: 1;} .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.hover-slide-rise-border.active-slide-enlarge-mobile .slick-slide:hover {transform: translateY(-50px);} /* Slide Content Hover */ .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-content { opacity: 0; transition: 0.15s opacity linear; } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slick-slide:hover .snow-slide-content { opacity: 1; } /* Subnavigation */ .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { padding: 0; max-width: 160rem; width: calc(100% - 10rem); overflow: visible; margin: 0 auto; } .carousel-subnav-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {left: -1.5rem;} .carousel-subnav-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {right: -1.5rem;} .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { margin: 0 auto; margin-top: 1.5rem; margin-bottom: 1.5rem; } .carousel-subnav-arrows { position: absolute; top: 65%; transform: translateY(-50%); width: 100%; display: block; } .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-subnav-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-subnav-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .synced-collections-carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd, .synced-collections-carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { width: 40px; height: 40px; } /* Cut-off Padding */ .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slick-list, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-synced-collections .slick-list { padding-left: 4rem; padding-right: 4rem; } } @media screen and (min-width: 768px) and (max-width: 1025px) { .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.page-width-tablet { max-width: 1600px; margin-left: auto; margin-right: auto; padding-left: 5rem; padding-right: 5rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.full-width-tablet { width: 100%; max-width: 100%; padding-left: 0; padding-right: 0; } } @media screen and (min-width: 1025px) { /* Container Styles */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { margin-top: 0rem; margin-bottom: 0rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { padding-top: 0rem; padding-bottom: 3rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slider-container { padding-top: 0rem; padding-bottom: 0rem; } /* Vertical Transform */ /* Section Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-content * { text-align: center; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-content { align-items: center; } /* Section Bottom Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-bottom-content * { text-align: left; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-bottom-content { align-items: flex-start; } /* Arrows */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { right: 1.2rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .carousel-arrow-container .carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { left: 1.2rem; } /* Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-synced-collections .synced-collection-slide { margin: 0 10px; } /* Subnavigation */ .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { margin: 0 auto; margin-top: 1.5rem; margin-bottom: 1.5rem; } .carousel-subnav-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {left: -1.5rem;} .carousel-subnav-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd {right: -1.5rem;} /* Cut-off Padding */ .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slick-list, .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-synced-collections .slick-list { padding-left: 4rem; padding-right: 4rem; } } .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-bottom-border .slick-slide.slick-current.slick-active .snow-slide-subnav { position: relative; } .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.active-bottom-border .slick-slide.slick-current.slick-active .snow-slide-subnav:after { content: ''; display: block; width: 100%; height: 2px; background: #000000; z-index: 5; margin-top: 25px; position: absolute; } /*.snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { opacity: 0; visibility: hidden; transition: opacity 0.05s ease; -webkit-transition: opacity 0.05s ease; } .snow-slider-rework-section .snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd.slick-initialized { visibility: visible; opacity: 1; }*/ @media screen and (min-width: 1296px) { /* Vertical Transform */ } /* Block Collections */ .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .synced-collection-slide:not(.active-collection) { /*display: none;*/ } .snow-slider-rework-section .snow-slides-section-synced-collections { margin-top: 6rem; margin-bottom: 3.3rem; } .snow-slider-rework-section .snow-slides-section-synced-collections-container { position: relative; } .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-synced-collections-title { text-align: center; margin-top: 3rem; margin-bottom: 3rem; } .synced-collections-carousel-arrows-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .snow-slides-section-synced-collections-container .card-information__text {line-height: normal;} .snow-slides-synced-collection-view-all {text-align: center; margin-bottom: 3rem;} @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-synced-collections-title { text-align: center; margin-top: 5rem; margin-bottom: 5rem; } .snow-slider-rework-section .snow-slides-section-synced-collections { margin-top: 7.7rem; margin-bottom: 5.5rem; } .synced-collections-carousel-arrows-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .snow-slides-synced-collection-view-all {text-align: center; margin-bottom: 5rem;} } @media screen and (max-width:767px){ .page-width.full-width-mobile{padding:0 !important;} } .snow-slider-container-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-background { min-height: 396px; } </style> <script> var waitForJQuerySlideshowb732c0b4dfdd = setInterval(function () { if (typeof $ != 'undefined' && typeof $().slick != 'undefined') { $('.snow-slider-subnav-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd').slick({ arrows: true, prevArrow: $('.carousel-subnav-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd'), nextArrow: $('.carousel-subnav-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd'), dots: false, slidesToShow: 4, lazyLoad: 'lazy', infinite: true, rows: 0, adaptiveHeight: false, autoplay: false, autoplaySpeed: 3000, speed: 500, pauseOnHover: true, responsive: [ { breakpoint: 1025, settings: { slidesToShow: 3 } }, { breakpoint: 768, settings: { arrows: true, dots: false, slidesToShow: 1 } } ], }); //handle slide videos function slideVideos() { function videoSrc() { $(".slide-video-container").each(function() { //define video sources let sources = { desktop: $(this).data("desktop-src"), mobile: $(this).data("mobile-src") }; let posters = { desktop: $(this).data("desktop-poster"), mobile: $(this).data("mobile-poster") } //if window 768px wide or higher, use desktop; else mobile if (window.matchMedia("(min-width: 768px)").matches) { $(this).attr("src", sources.desktop); $(this).attr("poster", posters.desktop); $(this)[0].load(); } else { $(this).attr("src", sources.mobile); $(this).attr("poster", posters.mobile); $(this)[0].load(); } }); } videoSrc(); $(document).on('click','.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slide-video-control', function() { let videoState = $(this).next(".slide-video-container")[0].paused; //if video is paused, play it else pause it if (videoState) { $(this).next(".slide-video-container").trigger('play'); $(this).addClass("playing-video"); if ($(this).data("control-type") == 'text-link' || $(this).data("control-type") == 'button') { $(this).text("Pause Video"); } } else { $(this).next(".slide-video-container").trigger('pause'); $(this).removeClass("playing-video"); if ($(this).data("control-type") == 'text-link' || $(this).data("control-type") == 'button') { $(this).text("Play Video"); } } }); $('.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd').on('breakpoint', function() { videoSrc(); $('.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slide-video-control').each(function() { $(this).off(); $(this).addClass("playing-video"); if ($(this).data("control-type") == 'text-link' || $(this).data("control-type") == 'button') { $(this).text("Pause Video"); } }); }); } function slideAudio() { $(document).on('click','.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-audio-button', function() { if ($(".snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd").slick("slickGetOption", "autoplay")) { $(".snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd").slick("slickPause"); } $(this).fadeOut(function() { $(this).prev().fadeIn(function() { $(this).trigger("play"); }); }); }); $('.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-audio').each(function() { $(this).on("play", function() { if ($(".snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd").slick("slickGetOption", "autoplay")) { $(".snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd").slick("slickPause"); } }); $(this).on("ended", function() { if ($(".snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd").slick("slickGetOption", "autoplay")) { $(".snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd").slick("slickPlay"); } $(this).fadeOut(function() { $(this).next().fadeIn(); }); }); }); $('.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd').on('breakpoint', function() { $('.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-audio').each(function() { $(this).trigger("pause"); }); }); $('.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd').on('beforeChange', function(event, slick, currentSlide, nextSlide){ $('.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide-audio').each(function() { $(this).trigger("pause"); $(this).fadeOut(function() { $(this).next().fadeIn(); }); }); }); }; function subNavigation() { $(".snow-slide-subnav-link").on("click", function() { let slideIndex = $(this).data("index"); $('.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd').slick('slickGoTo', slideIndex); }); } function slideDots() { } function syncedCollectionCarousels() { $('.snow-slides-section-synced-collections-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd').on('init', function(slick){ let currentSlide = $('.snow-slides-section-synced-collections-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .slick-current'); let syncedCollections = $('.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-synced-collections-container'); let syncedCollectionsTitle = $('.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-synced-collections-container .snow-slides-synced-collections-title'); let newSlideCollection = currentSlide[0].dataset.syncedCollection; if (newSlideCollection === undefined) { syncedCollections.hide(); } else { syncedCollectionsTitle.text(newSlideCollection); syncedCollections.show(); } let selector = '[data-synced-collection="' + newSlideCollection + '"]'; setTimeout(function () { $('.snow-slides-section-synced-collections-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd').slick('slickFilter', '[data-synced-collection="' + newSlideCollection +'"]'); }, 300); }); $('.snow-slides-section-synced-collections-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd').slick({ lazyLoad: 'ondemand', infinite: true, rows: 0, adaptiveHeight: false, autoplay: true, autoplaySpeed: 3000, speed: 500, pauseOnHover: true, slidesToShow: 4, arrows: true, prevArrow: $(".synced-collections-carousel-prev-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd"), nextArrow: $(".synced-collections-carousel-next-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd"), dots: false, fade: false, responsive: [ { breakpoint: 1025, settings: { slidesToShow: 3 } }, { breakpoint: 768, settings: { arrows: true, slidesToShow: 1 } } ] }); /* Block Collections */ $('.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd').on('afterChange', function(event, slick, currentSlide){ let slides = $('.snow-slider-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slide:not(.slick-cloned)'); let syncedCollections = $('.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-synced-collections-container'); let syncedCollectionsTitle = $('.snow-slides-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd .snow-slides-section-synced-collections-container .snow-slides-synced-collections-title'); let newSlide = slides[currentSlide]; let newSlideCollection = newSlide.dataset.syncedCollection; let newSlideCollectionUrl = newSlide.dataset.syncedCollectionUrl; if (newSlideCollection === undefined) { syncedCollections.hide(); } else { syncedCollectionsTitle.text(newSlideCollection); $('.snow-slides-synced-collection-view-all-button-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd').attr('href', newSlideCollectionUrl); syncedCollections.show(); } let selector = '[data-synced-collection="' + newSlideCollection + '"]'; $('.snow-slides-section-synced-collections-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd').slick('slickUnfilter'); $('.snow-slides-section-synced-collections-template--17773865205807__dbc4821f-8714-4e07-b610-b732c0b4dfdd').slick('slickFilter', '[data-synced-collection="' + newSlideCollection +'"]'); }); } slideVideos(); slideAudio(); subNavigation(); slideDots(); syncedCollectionCarousels(); clearInterval(waitForJQuerySlideshowb732c0b4dfdd); } }, 10); </script> </div><section id="shopify-section-template--17773865205807__snow_grid_3xCpaE" class="shopify-section snow-grid-section"> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/section-snow-grid.css?v=106094330159989485731732310188" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/section-snow-grid.css?v=106094330159989485731732310188"></noscript> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-snow-grid-item.css?v=55941609799422486861732310188" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-snow-grid-item.css?v=55941609799422486861732310188"></noscript> <div class="snowGridSection snowGridSection-template--17773865205807__snow_grid_3xCpaE full-mobile-banner"> <div> <!--Content above snow grid blocks--> <!--Start snow grid content--> <div class="snowGridContent"> <div class="snowGridContentContainer"> <div class="snowGridItem snowGridItem-snow_grid_item_tEX3Pt "> <div class="snowGridItemContent full-link"> <div class="snowGridItemImageContainer "> <a class="full-unstyled-link snowGridItemFullLink" href="/collections/south-park-kenny" aria-label="Link to /collections/south-park-kenny"></a> <picture class="snowGridItemImagePicture"> <source srcset="//www.paramountshop.com/cdn/shop/files/randy_desktop_banner-min.png?v=1678888414&width=2560" media="(min-width: 1920px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/randy_desktop_banner-min.png?v=1678888414&width=1920" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/randy_desktop_banner-min.png?v=1678888414&width=1450" media="(min-width: 1350px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/randy_desktop_banner-min.png?v=1678888414&width=1350" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/randy_desktop_banner-min.png?v=1678888414&width=850" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/kenny-mobile-bg_1_-min.png?v=1678888422&width=768" media="(min-width: 413px)" /> <img class="snowGridItemImage lazyload" src="//www.paramountshop.com/cdn/shop/files/kenny-mobile-bg_1_-min.png?v=1678888422&width=412" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="0.8561643835616438" data-sizes="auto" data-parent-fit="cover" alt="Link to /collections/south-park-kenny" loading="lazy" fetchpriority="low"> </picture> </div> <div class="snowGridItemOverflow"> <div class="snowGridItemText mobile-overlay mobile-top-center desktop-overlay desktop-center-left"> <h6 class="snowGridItemTitle h6"> <p>SHOP FAN FAVORITE KENNY GEAR</p> </h6> <div class="snowGridItemSubTitle s5"> <p>SHOP CLOTHING, ACCESSORIES, AND MORE! </p> </div> <a href="" class="snowGridItemButton button button--primary southpark-banner-button" aria-label="SHOP COLLECTION">SHOP COLLECTION</a> </div> </div> </div> </div> <style data-shopify> /* Mobile */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemOverflow{ width: 100%; position:absolute; top:0; left:50%; bottom:0; transform:translateX(-50%); } .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt { background: none; grid-row: 1/2; grid-column: 1/2; } /* Content Positioning and Alignment */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemText{ display:flex; flex-flow:column wrap; align-items: center; align-content:center; width: 100%; max-width: 100% !important; text-align: center; } /* Block Title */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemText .snowGridItemTitle * {color: #ffffff;} /* Block Pre-Title */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemText .snowGridItemPreTitle * {color: #000000;} /* Block Sub-Title */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemText .snowGridItemSubTitle * {color: #ffffff;} /* Block Description */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemText .snowGridItemDescription * {color: #000000;} /* Overlay-specific image height */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemImageContainer {height: 100%;} /* Shade */ .snowGridSection .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemImagePicture {filter: brightness(1.0);} /* Video */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlLink, .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlButton {color: #ffffff;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlButton, .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlIcons {background: #000000;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlIcons svg { fill: #ffffff; color: #ffffff; } .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemText .snow-grid-logo{width:100px; margin-bottom:10px;} /* Branding */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .sg-branding{width:px;} /* Tablet and Up */ @media screen and (min-width: 768px) { .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemOverflow{ width:100%; max-width:100%; height:100%; position:absolute; top:0; left:50%; bottom:0; transform:translateX(-50%); } .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt { grid-row: 1/2; grid-column: 1/2; } /* Content Positioning and Alignment */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemText{ width: 60%; max-width: 60%; display:flex; flex-flow:column wrap; align-content:center; align-items:center; text-align:center; } .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemContent .snow-grid-logo{ width:100px; height:auto; margin-bottom:10px; overflow:hidden; } /* Overlay-specific image height */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemImageContainer {height: 100%;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemText .snowGridItemTitle * {color: #ffffff;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemText .snowGridItemPreTitle * {color: #000000;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemText .snowGridItemSubTitle * {color: #ffffff;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .snowGridItemText .snowGridItemDescription * {color: #000000;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .sg-branding{width:px;} } @media screen and (min-width: 1025px) { .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem-snow_grid_item_tEX3Pt .sg-branding{width:px;} } </style> </div> </div> <!--End snow grid content--> <!--Content below snow grid blocks--> </div> </div> <style data-shopify> /* Colors */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridPretitle * {color: #000000;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridTitle * {color: #000000;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridSubtitle * {color: #000000;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridDescription * {color: #000000;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridBottomPretitle * {color: #000000;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridBottomTitle * {color: #000000;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridBottomSubtitle * {color: #000000;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridBottomDescription * {color: #000000;} /* Mobile */ /* Section Spacing */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE { margin: 5rem auto 5rem auto; padding-top: 2rem; padding-bottom: 2rem; background: #ffffff; } /* Positioning */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-top-left {top: 20px; left: 20px;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-top-right {top: 20px; right: 20px;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-top-center {top: 20px; left: 50%; transform: translateX(-50%);} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-center-left {top: 50%; left: 20px; transform: translateY(-50%);} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-center-right {top: 50%; right: 20px; transform: translateY(-50%);} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-center {top: 50%; left: 50%; transform: translate(-50%, -50%);} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-bottom-left {bottom: 20px; left: 20px;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-bottom-right {bottom: 20px; right: 20px;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-bottom-center {bottom: 20px; left: 50%; transform: translateX(-50%);} /* Above Content Alignment */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridAboveText { display:flex; flex-direction:column; flex-wrap:wrap; align-content:center; max-width: 90%; text-align:center; margin-bottom:4.5rem; } /* Above Content Logo */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridAboveText .snow-grid-above-logo{ width:80%; margin-bottom:10px; } /* Bottom Content Alignment */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridBottomText { display:flex; flex-direction:column; flex-wrap:wrap; align-content:center; text-align:center; max-width: 100%; margin-top: 4.5rem; } /* Below Content Logo */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridBottomText .snow-grid-bottom-logo{width:80%; margin-top:10px;} /* Grid Container */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridContentContainer { max-width: 100%; margin: 0 auto; display: grid; grid-template-rows: repeat(1, 1fr); grid-template-columns: repeat(1, 1fr); row-gap: 10px; column-gap: 10px; } /* Tablet */ @media screen and (min-width: 768px) { .snowGridSection-template--17773865205807__snow_grid_3xCpaE { } /* Positioning */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-left {bottom: auto; right: auto; top: 10px; left: 10px; transform: none;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-right {bottom: auto; left: auto; top: 10px; right: 10px; transform: none;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-center {top: 10px; right: auto; left: 50%; transform: translateX(-50%);} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center-left {bottom: auto; right: auto; top: 50%; left: 10px; transform: translateY(-50%);} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center-right {bottom: auto; left: auto; top: 50%; right: 10px; transform: translateY(-50%);} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center {bottom: auto; right: auto; top: 50%; left: 50%; transform: translate(-50%, -50%);} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-left {top: auto; right: auto; transform: none; bottom: 10px; left: 10px;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-right {top: auto; left: auto; transform: none; bottom: 10px; right: 10px;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-center {top: auto; right: auto; bottom: 10px; left: 50%; transform: translateX(-50%);} /* Section Spacing */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE { margin: 5rem auto 5rem auto; padding-top: 2rem; padding-bottom: 2rem; } /* Above Content Alignment */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridAboveText { display:flex; flex-direction:column; flex-wrap:wrap; align-content:center; text-align:center; max-width: 80%; margin-bottom:4.5rem; } /* Bottom Content Alignment */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridBottomText { display:flex; flex-direction:column; flex-wrap:wrap; align-content:center; text-align:center; max-width: 80%; margin-top: 4.5rem; } /* Grid Container */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridContentContainer { max-width: 100%; margin: 0 auto; display: grid; grid-template-rows: repeat(1, 1fr); grid-template-columns: repeat(1, 1fr); row-gap: 10px; column-gap: 10px; } } /* Desktop */ @media screen and (min-width: 1025px) { /* Section Spacing */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE { margin: 5rem auto 5rem auto; padding-top: 2.5rem; padding-bottom: 2.5rem; } /* Positioning */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-left {bottom: auto; right: auto; top: 10px; left: 10px; transform: none;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-right {bottom: auto; left: auto; top: 10px; right: 10px; transform: none;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-center {top: 10px; right: auto; left: 50%; transform: translateX(-50%);} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center-left {bottom: auto; right: auto; top: 50%; left: 10px; transform: translateY(-50%);} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center-right {bottom: auto; left: auto; top: 50%; right: 10px; transform: translateY(-50%);} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center {bottom: auto; right: auto; top: 50%; left: 50%; transform: translate(-50%, -50%);} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-left {top: auto; right: auto; transform: none; bottom: 10px; left: 10px;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-right {top: auto; left: auto; transform: none; bottom: 10px; right: 10px;} .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-center {top: auto; right: auto; bottom: 10px; left: 50%; transform: translateX(-50%);} /* Above Content Alignment */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridAboveText { display:flex; flex-direction:column; flex-wrap:wrap; align-content:center; text-align:center; max-width: 80%; margin-bottom:4.5rem; } /* Above Content Logo */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridAboveText .snow-grid-above-logo{ width:200px; margin-bottom:10px; } /* Bottom Content Alignment */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridBottomText { display:flex; flex-direction:column; flex-wrap:wrap; align-content:center; text-align:center; max-width: 80%; margin-top: 4.5rem; } /* Below Content Logo */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridBottomText .snow-grid-bottom-logo{width:200px;} /* Grid Container */ .snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridContentContainer { max-width: 100%; margin: 0 auto; display: grid; grid-template-rows: repeat(1, 1fr); grid-template-columns: repeat(1, 1fr); } } </style> <script> var waitForJQuerySnowGrid3xCpaE = setInterval(function () { if (typeof $ != 'undefined') { function snowGrid() { $(".snowGridSection-template--17773865205807__snow_grid_3xCpaE .snowGridVideoControl").each(function() { $(this).on("click", function() { let currentState = $(this).next("video").data("state"); if (currentState === 'play') { $(this).next("video").trigger("pause"); if ($(this).hasClass("snowGridVideoControlButton") || $(this).hasClass("snowGridVideoControlLink")) { $(this).text("Play Video"); } else { $(this).addClass("paused"); } $(this).next("video").data("state", "pause"); } else { $(this).next("video").trigger("play"); if ($(this).hasClass("snowGridVideoControlButton") || $(this).hasClass("snowGridVideoControlLink")) { $(this).text("Pause Video"); } else { $(this).removeClass("paused"); } $(this).next("video").data("state", "play"); } }); }); } snowGrid(); clearInterval(waitForJQuerySnowGrid3xCpaE); } }, 10); </script> </section><section id="shopify-section-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf" class="shopify-section featured-collection-section"> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-card.css?v=60825817962066642901732309881" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-card.css?v=60825817962066642901732309881"></noscript> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-price.css?v=32463668271923509541732309899" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-price.css?v=32463668271923509541732309899"></noscript> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-product-grid.css?v=54846215023711447091732309900" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-product-grid.css?v=54846215023711447091732309900"></noscript> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/template-collection.css?v=67571734790324140241732309958" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/template-collection.css?v=67571734790324140241732309958"></noscript> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-slider.css?v=162668948077994290101732309905" media="print" onload="this.media='all'"> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-slider.css?v=162668948077994290101732309905" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/template-collection.css?v=67571734790324140241732309958" rel="stylesheet" type="text/css" media="all" /></noscript> <style data-shopify> /*.product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf:not(.slider-loaded) .carousel__slide:not(:first-child) { display: none; }*/ .product-carousel.product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf:not(.slick-initialized) { display: flex; justify-content: center; } .product-carousel.product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf:not(.slick-initialized) .carousel__slide:nth-child(n + 4) ~ .carousel__slide {display: none;} @media screen and (max-width: 1025px) { .product-carousel.product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf:not(.slick-initialized) .carousel__slide:nth-child(n + 3) ~ .carousel__slide {display: none;} } @media screen and (max-width: 768px) { .product-carousel.product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf:not(.slick-initialized) .carousel__slide:nth-child(n + 2) ~ .carousel__slide {display: none;} } </style> <div class="collection carousel collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf page-width "> <style data-shopify> @media screen and (max-height: 412px) { .product-carousel.product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf { max-height: 372px; } } .product-carousel.product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .loading-overlay { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); display: flex; justify-content: center; align-items: center; position: absolute; top: 0; } .product-carousel.product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf.slick-initialized .loading-overlay { background: rgba(255, 255, 255, 0.9); } .product-carousel.product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .loading-overlay .loading-overlay__spinner .path { stroke: #FEFEFE; } .product-carousel.product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf:not(.slick-initialized) {height: 300px; overflow-y: hidden;} .product-carousel.product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf:not(.slick-initialized) .carousel__slide {height: 300px; width: 300px;} </style> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-loading-overlay.css?v=97588251293087606681732309893" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-loading-overlay.css?v=97588251293087606681732309893"></noscript> <div class="title-wrapper-with-link title-wrapper-with-link--no-heading product-carousel-title-container"> <h2 class="title title--no-heading h2"> </h2> </div> <div class="product-carousel product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf" data-slick='{ "lazyload": "anticipated", "prevArrow": ".carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf", "nextArrow": ".carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf", "adaptiveHeight": false, "arrows": true, "dots": false, "autoplay": false, "autoplaySpeed": 3000, "speed": 300, "pauseOnHover": true, "infinite": true, "slidesToShow": 4, "centerMode": false, "responsive":[ { "breakpoint": 1025, "settings":{ "arrows": true, "dots": false, "slidesToShow": 3 } }, { "breakpoint": 768, "settings":{ "arrows": true, "dots": false, "slidesToShow": 2 } } ] }'> <div class="carousel__slide"> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902"></noscript> <style> .card.card--product .media.media--hover-effect > img + img {opacity: 0 !important;} .card.card--product .media.media--hover-effect:hover > img + img {opacity: 1 !important;} .card.card--product .media.media--hover-effect > img{opacity:1 !important;} </style> <div class="card-wrapper "> <!--<a href="/products/south-park-heartthrob-kenny-oversized-t-shirt" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div class="loading-overlay"> <div class="loading-overlay__spinner"> <svg aria-hidden="true" focusable="false" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg" > <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> <div> <a href="/products/south-park-heartthrob-kenny-oversized-t-shirt" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/oversized-faded-t-shirt-faded-black-front-6694ee1ccfd00_faded-black.jpg?v=1726237089&width=450" loading="lazy" alt="South Park Heartthrob Kenny Oversized T-Shirt" width="250px" height="250px"><img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/oversized-faded-t-shirt-faded-black-front-6694ee1cd06b9_faded-black.jpg?v=1726237089&width=450" loading="lazy" alt="South Park Heartthrob Kenny Oversized T-Shirt" width="250px" height="250px" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-heartthrob-kenny-oversized-t-shirt" class="full-unstyled-link"> <!--South Park Heartthrob Kenny Oversized T-Shirt--> South Park Heartthrob Kenny Oversized T-Shirt </a> </div> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$36.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$36.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902"></noscript> <style> .card.card--product .media.media--hover-effect > img + img {opacity: 0 !important;} .card.card--product .media.media--hover-effect:hover > img + img {opacity: 1 !important;} .card.card--product .media.media--hover-effect > img{opacity:1 !important;} </style> <div class="card-wrapper "> <!--<a href="/products/south-park-kenny-mrph-mrpphh-graffiti-oversized-t-shirt" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div class="loading-overlay"> <div class="loading-overlay__spinner"> <svg aria-hidden="true" focusable="false" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg" > <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> <div> <a href="/products/south-park-kenny-mrph-mrpphh-graffiti-oversized-t-shirt" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/south-park-kenny-mrph-mrpphh-graffiti-oversized-t-shirt-189596.jpg?v=1722706457&width=450" loading="lazy" alt="South Park Kenny Mrph, Mrpphh Graffiti Oversized T - Shirt - Paramount Shop" width="250px" height="250px"><img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/south-park-kenny-mrph-mrpphh-graffiti-oversized-t-shirt-153857.jpg?v=1722706457&width=450" loading="lazy" alt="South Park Kenny Mrph, Mrpphh Graffiti Oversized T - Shirt - Paramount Shop" width="250px" height="250px" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-kenny-mrph-mrpphh-graffiti-oversized-t-shirt" class="full-unstyled-link"> <!--South Park Kenny Mrph, Mrpphh Graffiti Oversized T-Shirt--> South Park Kenny Mrph, Mrpphh Graffiti Oversized T-Shirt </a> </div> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$40.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$40.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902"></noscript> <style> .card.card--product .media.media--hover-effect > img + img {opacity: 0 !important;} .card.card--product .media.media--hover-effect:hover > img + img {opacity: 1 !important;} .card.card--product .media.media--hover-effect > img{opacity:1 !important;} </style> <div class="card-wrapper "> <!--<a href="/products/south-park-kenny-windbreak-pants" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div class="loading-overlay"> <div class="loading-overlay__spinner"> <svg aria-hidden="true" focusable="false" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg" > <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> <div> <a href="/products/south-park-kenny-windbreak-pants" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/SP-DCWBK-PNS_FT_MF.jpg?v=1731350978&width=450" loading="lazy" alt="South Park Kenny Windbreaker Cargo Pants" width="250px" height="250px"><img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/south-park-kenny-windbreaker-cargo-pants-500758.png?v=1731411879&width=450" loading="lazy" alt="South Park Kenny Windbreaker Cargo Pants - Paramount Shop" width="250px" height="250px" > </div> </a> </div> <div class="product-card-label icon new"><i class='bx bxs-star'></i>New</div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-kenny-windbreak-pants" class="full-unstyled-link"> <!--South Park Kenny Windbreaker Cargo Pants--> South Park Kenny Windbreaker Cargo Pants </a> </div> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$72.99 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$72.99 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902"></noscript> <style> .card.card--product .media.media--hover-effect > img + img {opacity: 0 !important;} .card.card--product .media.media--hover-effect:hover > img + img {opacity: 1 !important;} .card.card--product .media.media--hover-effect > img{opacity:1 !important;} </style> <div class="card-wrapper "> <!--<a href="/products/south-park-kenny-windbreaker-jacket" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div class="loading-overlay"> <div class="loading-overlay__spinner"> <svg aria-hidden="true" focusable="false" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg" > <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> <div> <a href="/products/south-park-kenny-windbreaker-jacket" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/SP-DCWBK-JKT_FT_MF4.jpg?v=1731351015&width=450" loading="lazy" alt="South Park Kenny Windbreaker Jacket" width="250px" height="250px"><img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/south-park-kenny-windbreaker-jacket-636234.png?v=1731411879&width=450" loading="lazy" alt="South Park Kenny Windbreaker Jacket - Paramount Shop" width="250px" height="250px" > </div> </a> </div> <div class="product-card-label icon new"><i class='bx bxs-star'></i>New</div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-kenny-windbreaker-jacket" class="full-unstyled-link"> <!--South Park Kenny Windbreaker Jacket--> South Park Kenny Windbreaker Jacket </a> </div> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$75.99 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$75.99 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902"></noscript> <style> .card.card--product .media.media--hover-effect > img + img {opacity: 0 !important;} .card.card--product .media.media--hover-effect:hover > img + img {opacity: 1 !important;} .card.card--product .media.media--hover-effect > img{opacity:1 !important;} </style> <div class="card-wrapper "> <!--<a href="/products/south-park-kenny-8-kidrobot-plush" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div class="loading-overlay"> <div class="loading-overlay__spinner"> <svg aria-hidden="true" focusable="false" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg" > <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> <div> <a href="/products/south-park-kenny-8-kidrobot-plush" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/south-park-kenny-kidrobot-phunny-plush-562617.jpg?v=1726803755&width=450" loading="lazy" alt="South Park Kenny Kidrobot Phunny Plush - Paramount Shop" width="250px" height="250px"><img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/south-park-kenny-kidrobot-phunny-plush-630438.jpg?v=1726803755&width=450" loading="lazy" alt="South Park Kenny Kidrobot Phunny Plush - Paramount Shop" width="250px" height="250px" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-kenny-8-kidrobot-plush" class="full-unstyled-link"> <!--South Park Kenny Kidrobot Phunny Plush--> South Park Kenny Kidrobot Phunny Plush </a> </div> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$18.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$18.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902"></noscript> <style> .card.card--product .media.media--hover-effect > img + img {opacity: 0 !important;} .card.card--product .media.media--hover-effect:hover > img + img {opacity: 1 !important;} .card.card--product .media.media--hover-effect > img{opacity:1 !important;} </style> <div class="card-wrapper "> <!--<a href="/products/south-park-dead-kenny-8-kidrobot-plush" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div class="loading-overlay"> <div class="loading-overlay__spinner"> <svg aria-hidden="true" focusable="false" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg" > <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> <div> <a href="/products/south-park-dead-kenny-8-kidrobot-plush" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/south-park-dead-kenny-kidrobot-phunny-plush-814860.jpg?v=1726803636&width=450" loading="lazy" alt="South Park Dead Kenny Kidrobot Phunny Plush - Paramount Shop" width="250px" height="250px"><img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/south-park-dead-kenny-kidrobot-phunny-plush-608199.webp?v=1726803636&width=450" loading="lazy" alt="South Park Dead Kenny Kidrobot Phunny Plush - Paramount Shop" width="250px" height="250px" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-dead-kenny-8-kidrobot-plush" class="full-unstyled-link"> <!--South Park Dead Kenny Kidrobot Phunny Plush--> South Park Dead Kenny Kidrobot Phunny Plush </a> </div> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$18.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$18.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902"></noscript> <style> .card.card--product .media.media--hover-effect > img + img {opacity: 0 !important;} .card.card--product .media.media--hover-effect:hover > img + img {opacity: 1 !important;} .card.card--product .media.media--hover-effect > img{opacity:1 !important;} </style> <div class="card-wrapper "> <!--<a href="/products/south-park-anatomy-boys-4-pack-kidrobot-vinyl-figures" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div class="loading-overlay"> <div class="loading-overlay__spinner"> <svg aria-hidden="true" focusable="false" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg" > <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> <div> <a href="/products/south-park-anatomy-boys-4-pack-kidrobot-vinyl-figures" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/south-park-anatomy-boys-4-pack-kidrobot-vinyl-figures-881871.jpg?v=1727221539&width=450" loading="lazy" alt="South Park Anatomy Boys 4 - Pack Kidrobot Vinyl Figures - Paramount Shop" width="250px" height="250px"><img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/south-park-anatomy-boys-4-pack-kidrobot-vinyl-figures-263466.jpg?v=1726803539&width=450" loading="lazy" alt="South Park Anatomy Boys 4 - Pack Kidrobot Vinyl Figures - Paramount Shop" width="250px" height="250px" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-anatomy-boys-4-pack-kidrobot-vinyl-figures" class="full-unstyled-link"> <!--South Park Anatomy Boys 4-Pack Kidrobot Vinyl Figures--> South Park Anatomy Boys 4-Pack Kidrobot Vinyl Figures </a> </div> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$65.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$65.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rating.css?v=63953394256624465511732309902"></noscript> <style> .card.card--product .media.media--hover-effect > img + img {opacity: 0 !important;} .card.card--product .media.media--hover-effect:hover > img + img {opacity: 1 !important;} .card.card--product .media.media--hover-effect > img{opacity:1 !important;} </style> <div class="card-wrapper "> <!--<a href="/products/south-park-kenny-pillow" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div class="loading-overlay"> <div class="loading-overlay__spinner"> <svg aria-hidden="true" focusable="false" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg" > <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> <div> <a href="/products/south-park-kenny-pillow" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/south-park-kenny-pillow-968640.jpg?v=1729958141&width=450" loading="lazy" alt="South Park Kenny Pillow - Paramount Shop" width="250px" height="250px"><img style="opacity: 0;" data-lazy="//www.paramountshop.com/cdn/shop/files/SP-KEPIV2_235_101791_LIFE.jpg?v=1729891566&width=450" loading="lazy" alt="South Park Kenny Pillow" width="250px" height="250px" > </div> </a> </div> <div class="product-card-label icon new"><i class='bx bxs-star'></i>New</div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/south-park-kenny-pillow" class="full-unstyled-link"> <!--South Park Kenny Pillow--> South Park Kenny Pillow </a> </div> <div class="price "> <div><div class="price__regular"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span class="price-item price-item--regular">$31.95 USD</span> </div> <div class="price__sale"> <span class="visually-hidden visually-hidden--inline">Regular price</span> <span><span class="price-item price-item--regular"></span></span><span class="visually-hidden visually-hidden--inline">Sale price</span> <span class="price-item price-item--sale price-item--last">$31.95 USD</span> <span class="price-item price-item--sale price-item--last price-item--sale-discount-percentage"></span> </div> <small class="unit-price caption hidden"> <span class="visually-hidden">Unit price</span> <span class="price-item price-item--last"> <span></span> <span aria-hidden="true">/</span> <span class="visually-hidden">&nbsp;per&nbsp;</span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> </div> <style data-shopify> .carousel-arrow-container { position: absolute; top: 35%; transform: translateY(-50%); width: calc(100% - 3rem); display: block; } .carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf svg, .carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf, .carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf { position: absolute; width: 30px; height: 30px; border: 1px solid #ffc425; border-radius: 50px; padding: 0; background: #ffc425; color: #000000; } .carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf svg, .carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf svg {max-height: 10px;} .carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf {left: -10px;} .carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf {right: -10px} .carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf svg {transform: rotate(180deg);} .carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf:hover, .carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf:hover {cursor: pointer;} @media screen and (min-width: 768px) { .carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf svg, .carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf, .carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf { position: absolute; width: 40px; height: 40px; border: 1px solid #ffc425; border-radius: 50px; padding: 0; background: #ffc425; color: #000000; } .carousel-arrow-container { position: absolute; top: 35%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf {left: -25px;} .carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf {right: -25px} } </style> <div class="carousel-arrow-container"> <button class="carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf carousel-arrow" aria-label="button" name="previous"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> <button class="carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf carousel-arrow" aria-label="button" name="next"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> </div> <div class="featured-collection-view-all center default"> <a href="/collections/south-park-kenny" class="featured-collection-view-all-button button button--tertiary southpark-primary-button">View all</a> </div> </div> <style data-shopify> .collection-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link, .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-title-container{ justify-content: center; align-items: center; text-align: center; max-width:95%; } .collection-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link .collection-description, .collection-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link .center {text-align:center;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link .title{width:100%; color:#000000; text-align:center;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link .collection-description{text-align:center;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link .center {text-align:center;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-arrow-custom, .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-arrow {width:30px; height:30px; background:; color:; font-size:15px;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-arrow-custom svg, .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-arrow svg{ height: 10px; width: auto;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-arrow-container{top:35%; left: 50%; transform: translate(-50%, -35%);} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-prev-custom:after{content: "<"; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-next-custom:after{content: ">"; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel{padding-top:20px; padding-bottom:10px;} .collection-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf.default-featured-collection{padding-top:20px; padding-bottom:10px;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel-with-background{padding-top:20px; padding-bottom:10px; background:#ffffff;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel-with-background .title{color:#000000;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel-with-background .collection-description{color:#000000;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel-with-background .button{margin-bottom:0px;} .collection.carousel-with-background .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-slide div.carousel__slide{border:1px solid #eeeeee; background:#ffffff;} .collection-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .card__swatches label.color__swatch, .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .card__swatches label.color__swatch, .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .card__swatches label.color__swatch{ height:25px; width:25px; border:1px solid #d9dae2; border-radius:100%; } .collection-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .card__swatches label.color__swatch img, .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .card__swatches label.color__swatch img{ border:1px solid #ffffff; border-radius:100%; } .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-autoplay-toggle-button {display: none;} .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel__slide {margin: 0 2px;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-view-more-above {margin-bottom: 5rem;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-list {padding-left: 0rem; padding-right: 0rem;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf {right: 1rem;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf {left: 1rem;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-arrow-container {width: 100%;} @media screen and (min-width: 768px) { .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper, .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .card__swatches{text-align:left;} .collection-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link, .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-title-container{max-width:700px; margin:0 auto 10px auto !important;} .product-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel__slide {margin: 0 5px;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel{padding-top:20px; padding-bottom:10px;} .collection-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf.default-featured-collection{padding-top:20px; padding-bottom:10px;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel-with-background{padding-top:20px; padding-bottom:10px;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel-with-background{background:#ffffff;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-list {padding-left: 0rem; padding-right: 0rem;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-arrow-container {display: block; width: 100%;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf {right: 1.2rem;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf {left: 1.2rem;} } @media screen and (min-width: 1025px) { .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-list {padding-left: 0rem; padding-right: 0rem;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-next-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf {right: 1.2rem;} .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-prev-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf {left: 1.2rem;} } @media screen and (max-width:767px){ .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-arrow-container{ top:35%; transform: translate(-50%, -35%); width: 100%; } .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper, .collection-carousel-template--17773865205807__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .card__swatches{text-align:left;} } </style> </section><div id="shopify-section-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109" class="shopify-section snow-slider-rework-section"> <style> .slick-loading .slick-list {background: none !important;} .slick-loading .slick-slide, .slick-loading .slick-track {visibility: visible !important;} .snow-slider.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:not(.slick-initialized) {display: flex;} .snow-slider.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:not(.slick-initialized) .slick-slide.snow-slide {display: block;} .snow-slider.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:not(.slick-initialized) .snow-slide:nth-child(n + 4) ~ .snow-slide {display: none;} .snow-slider.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:not(.slick-initialized) .slide-hover-image {opacity: 0 !important;} @media screen and (max-width: 1025px) { .snow-slider.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:not(.slick-initialized) .snow-slide:nth-child(n + 4) ~ .snow-slide {display: none;} } @media screen and (max-width: 768px) { .snow-slider.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:not(.slick-initialized) .snow-slide:nth-child(n + 2) ~ .snow-slide {display: none;} } </style> <div class="snow-slides-container snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 page-width full-width-tablet full-width-mobile"> <div class="snow-slides-section-content page-width"> <h2 class="snow-slides-section-title h5"> <p>FEATURED COLLECTIONS</p> </h2> </div> <div class="snow-slider-container snow-slider-container-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109"> <div class="snow-slider snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 active-slide-none hover-slide-none" data-slick='{ "lazyLoad": "progressive", "infinite": true, "rows": 0, "adaptiveHeight": false, "autoplay": false, "autoplaySpeed": 3000, "speed": 300, "pauseOnHover": true, "slidesToShow": "4", "arrows": false, "prevArrow": ".carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109", "nextArrow": ".carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109", "dots": false, "appendDots": ".slider-dots-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109", "centerMode": false, "fade": false, "responsive": [ { "breakpoint": 1025, "settings": { "slidesToShow": "4" } }, { "breakpoint": 768, "settings": { "arrows": true, "dots": false, "slidesToShow": "2" } } ]}'> <div class="snow-slide snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 hoverable mobile-below tablet-overlay desktop-below" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-towelie" aria-label="Link to /collections/south-park-towelie"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/4_e7f021d7-0a27-4fde-8fc9-c64af8167d23.png?v=1674583069&width=540" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/4_e7f021d7-0a27-4fde-8fc9-c64af8167d23.png?v=1674583069&width=397" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/4_e7f021d7-0a27-4fde-8fc9-c64af8167d23.png?v=1674583069&width=1025" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/4_e7f021d7-0a27-4fde-8fc9-c64af8167d23.png?v=1674583069&width=464" media="(min-width: 413px)" /> <img data-aspect-ratio="0.6793103448275862" width="788px" height="1160px" data-lazy="//www.paramountshop.com/cdn/shop/files/4_e7f021d7-0a27-4fde-8fc9-c64af8167d23.png?v=1674583069&width=464" fetchpriority="low" loading="lazy" alt="link-to-collections-south-park-towelie-image"> </picture> <img width="788px" height="1160px" class="slide-hover-image" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/4A.png?v=1674583069&width=412" alt="link-to-collections-south-park-towelie-image" fetchpriority="low"> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-bottom-center mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-bottom-center"> <div class="snow-slide-sub-title s3"> <p>TOWELIE</p> </div> <a class="text-link snow-slide-button southpark-text-button" href="/collections/south-park-towelie" aria-label="SHOP NOW">SHOP NOW</a> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content { text-align: center; width: 100%; background: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-sub-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: center; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 1rem 1rem; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0:hover .slide-picture {opacity: 0;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content { text-align: center; background: #ffffff; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content, .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content-overlay {position: static !important; transform: none !important;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-sub-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content { background: #ffffff; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-content-overlay {background: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-sub-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-0 .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 slick-slide hoverable mobile-below tablet-overlay desktop-below" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-toys-collectibles" aria-label="Link to /collections/south-park-toys-collectibles"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/hat-min.png?v=1678828991&width=540" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/hat-min.png?v=1678828991&width=397" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/hat-min.png?v=1678828991&width=1025" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/hat-min.png?v=1678828991&width=464" media="(min-width: 413px)" /> <img data-aspect-ratio="0.6781411359724613" width="788px" height="1162px" data-lazy="//www.paramountshop.com/cdn/shop/files/hat-min.png?v=1678828991&width=464" fetchpriority="low" loading="lazy" alt="link-to-collections-south-park-toys-collectibles-image"> </picture> <img width="788px" height="1160px" class="slide-hover-image" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/Group_101.png?v=1678829014&width=412" alt="link-to-collections-south-park-toys-collectibles-image" fetchpriority="low"> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-bottom-center mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-bottom-center"> <div class="snow-slide-sub-title s3"> <p>COLLECTIBLES</p> </div> <a class="text-link snow-slide-button southpark-text-button" href="/collections/south-park-toys-collectibles" aria-label="SHOP NOW">SHOP NOW</a> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content { text-align: center; width: 100%; background: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-sub-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: center; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 1rem 1rem; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1:hover .slide-picture {opacity: 0;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content { text-align: center; background: #ffffff; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content, .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content-overlay {position: static !important; transform: none !important;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-sub-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content { background: #ffffff; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-content-overlay {background: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-sub-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-template--15530685431855__6c456868-5c1e-47c8-9552-9c0d4271e109-16729418168a7d67bc-1 .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 slick-slide hoverable mobile-below tablet-overlay desktop-below" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-9e83ad11-29b9-4ada-be87-1ec4d8598190"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-phone-destroyer" aria-label="Link to /collections/south-park-phone-destroyer"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/2_5f7feca9-64bd-4780-a519-e95ebf410e23.png?v=1674583016&width=540" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/2_5f7feca9-64bd-4780-a519-e95ebf410e23.png?v=1674583016&width=397" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/2_5f7feca9-64bd-4780-a519-e95ebf410e23.png?v=1674583016&width=1025" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/2_5f7feca9-64bd-4780-a519-e95ebf410e23.png?v=1674583016&width=464" media="(min-width: 413px)" /> <img data-aspect-ratio="0.6793103448275862" width="788px" height="1160px" data-lazy="//www.paramountshop.com/cdn/shop/files/2_5f7feca9-64bd-4780-a519-e95ebf410e23.png?v=1674583016&width=464" fetchpriority="low" loading="lazy" alt="link-to-collections-south-park-phone-destroyer-image"> </picture> <img width="788px" height="1160px" class="slide-hover-image" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/2A.png?v=1674583028&width=412" alt="link-to-collections-south-park-phone-destroyer-image" fetchpriority="low"> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-bottom-center mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-bottom-center"> <div class="snow-slide-sub-title s3"> <p>PHONE DESTROYER</p> </div> <a class="text-link snow-slide-button southpark-text-button" href="/collections/south-park-phone-destroyer" aria-label="SHOP NOW">SHOP NOW</a> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content { text-align: center; width: 100%; background: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-sub-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: center; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 1rem 1rem; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190:hover .slide-picture {opacity: 0;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content { text-align: center; background: #ffffff; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content, .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content-overlay {position: static !important; transform: none !important;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-sub-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content { background: #ffffff; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-content-overlay {background: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-sub-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-9e83ad11-29b9-4ada-be87-1ec4d8598190 .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 slick-slide hoverable mobile-below tablet-overlay desktop-below" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/south-park-game-night" aria-label="Link to /collections/south-park-game-night"></a> <picture class="slide-picture"> <source srcset="//www.paramountshop.com/cdn/shop/files/SP-FeatColl-GameNight.jpg?v=1682454345&width=540" media="(min-width: 1351px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/SP-FeatColl-GameNight.jpg?v=1682454345&width=397" media="(min-width: 1025px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/SP-FeatColl-GameNight.jpg?v=1682454345&width=1025" media="(min-width: 768px)" /> <source srcset="//www.paramountshop.com/cdn/shop/files/SP-FeatColl-GameNight.jpg?v=1682454345&width=464" media="(min-width: 413px)" /> <img data-aspect-ratio="0.6781411359724613" width="394px" height="581px" data-lazy="//www.paramountshop.com/cdn/shop/files/SP-FeatColl-GameNight.jpg?v=1682454345&width=464" fetchpriority="low" loading="lazy" alt="link-to-collections-south-park-game-night-image"> </picture> <img width="788px" height="1160px" class="slide-hover-image" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/1A.png?v=1674582986&width=412" alt="link-to-collections-south-park-game-night-image" fetchpriority="low"> </div> <div class="snow-slide-content page-width mobile-bottom-center desktop-bottom-center mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-bottom-center mobile-not-overlay desktop-bottom-center"> <div class="snow-slide-sub-title s3"> <p>GAME NIGHT</p> </div> <a class="text-link snow-slide-button southpark-text-button" href="/collections/south-park-game-night" aria-label="SHOP NOW">SHOP NOW</a> </div> </div> </div> <style data-shopify> /* Slide Container */ /* Slide Shade */ .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content { text-align: center; width: 100%; background: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-sub-title * { color: #000a3c; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-logo { display: block; width: 100%; max-width: 100px; margin-bottom:20px; } /* Video Control */ .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .slide-video-control { width: 4rem; height: 4rem; padding: 0; display: flex; align-items: center; justify-content: center; position: absolute; color: #000000; background: #ffffff; border: none; border-radius: 50%; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-audio-button { padding: 5px 5px !important; border-radius: 100px !important; background-color: #ffffff !important; width: 4rem; height: 4rem; border: none; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-flow: row wrap; justify-content: center; } /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 1rem 1rem; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9:hover .slide-picture {opacity: 0;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-audio-description-container { display: flex; align-items: center; gap: 1rem; flex-flow: row wrap; justify-content: center; } } @media screen and (min-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content { text-align: center; background: #ffffff; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content, .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content-overlay {position: static !important; transform: none !important;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content { background: #ffffff; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-content-overlay {background: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-sub-title * {color: #000a3c;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-content .snow-slide-description * {color: #000000;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-211e68e9-5faa-4e71-baa4-d8cb0f32d1f9 .snow-slide-brand{width:200px;} } </style> </div> </div> </div> <style data-shopify> .carousel-arrow-container { position: absolute; top: 50%; transform: translateY(-50%); width: calc(100% - 3rem); display: block; } .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { position: absolute; width: 30px; height: 30px; border: 1px solid #ffc425; border-radius: 50px; padding: 0; background: #ffc425; color: #000000; } .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg {max-height: 10px;} .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {left: -10px;} .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {right: -10px} .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg {transform: rotate(180deg);} .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:hover, .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:hover {cursor: pointer;} @media screen and (min-width: 768px) { .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { position: absolute; width: 40px; height: 40px; border: 1px solid #ffc425; border-radius: 50px; padding: 0; background: #ffc425; color: #000000; } .carousel-arrow-container { position: absolute; top: 50%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {left: -25px;} .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {right: -25px} } </style> <div class="carousel-arrow-container"> <button class="carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 carousel-arrow" aria-label="button" name="previous"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> <button class="carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 carousel-arrow" aria-label="button" name="next"> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 56.5 100" xml:space="preserve"> <g id="VddS2q.tif"> <g> <path d="M5.5,98.6c-0.1-0.1-0.3-0.2-0.4-0.2c-3.9-1.3-5-5.7-2.1-8.6C8.6,84,14.2,78.4,19.7,72.7c7.1-7.3,14.3-14.5,21.4-21.8 c0.2-0.2,0.4-0.4,0.6-0.7c-0.3-0.3-0.5-0.6-0.8-0.9c-12.6-13-25.2-26-37.7-39c-1-1-1.8-2.1-1.8-3.6c-0.1-2.2,1-4.2,2.9-5.1 c2-0.9,4.2-0.6,5.8,1c3.4,3.4,6.7,6.9,10.1,10.4c10.7,11.1,21.4,22.2,32.1,33.2c1,1,1.7,2.1,1.7,3.5c0.1,1.6-0.5,3-1.7,4.2 C41.8,64.8,31.2,75.5,20.7,86.3c-3.1,3.1-6.1,6.2-9.2,9.4c-1.2,1.2-2.3,2.4-4,2.9C6.9,98.6,6.2,98.6,5.5,98.6z" /> </g> </g> </svg> </button> </div> </div> <style data-shopify> /* Container Styles */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { background: #ffffff; margin-top: 2.5rem; margin-bottom: 0rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slider-container { padding-top: 0rem; padding-bottom: 0rem; border-left:0.1px solid transparent; } /* Vertical Transform */ /* Section Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-content{max-width:100%;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-content * {text-align: center;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-content {align-items: center;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-content .snow-slides-section-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-content .snow-slides-section-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-content .snow-slides-section-subtitle * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-content .snow-slides-section-description * {color: #000000;} /* Section Bottom Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-bottom-content * {text-align: center;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-bottom-content {align-items: center;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-bottom-content .snow-slides-section-bottom-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-bottom-content .snow-slides-section-bottom-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-bottom-content .snow-slides-section-bottom-subtitle * {color: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-bottom-content .snow-slides-section-bottom-description * {color: #000000;} /* Active Slide */ .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:not(.active-slide-none) .slick-list {overflow: visible;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-rise .slick-slide.slick-current.slick-active {transform: translateY(-1rem);} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-rise-border .slick-slide.slick-current.slick-active {transform: translateY(-1rem);} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-rise-border .slick-slide.slick-current.slick-active:after { background: linear-gradient(90.04deg, #0064FF 8.42%, #011047 123.04%); position: absolute; margin-top: 5px; width: 100%; height: 2px; content: ''; display: block; } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-lower .slick-slide.slick-current.slick-active {transform: translateY(1rem);} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-enlarge .slick-slide.slick-current.slick-active {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-enlarge-mobile .slick-slide.slick-current.slick-active {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-box-shadow .slick-slide.slick-current.slick-active { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-box-shadow-enlarge .slick-slide.slick-current.slick-active { transform: scale(1.05); box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); z-index: 2; } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-bottom-border .slick-slide.slick-current.slick-active:after { background: linear-gradient(90.04deg, #0064FF 8.42%, #011047 123.04%); position: absolute; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; } /* Slide Hover */ .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:not(.hover-slide-none) .slick-list {overflow: visible;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-rise .slick-slide {transition: 0.2s all linear;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-rise .slick-slide:hover {transform: translateY(-30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-lower .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-bottom-border .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-box-shadow-enlarge .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-rise-border .slick-list { padding-top: 1.5rem; padding-bottom: 1.5rem; } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-lower .slick-slide:hover {transform: translateY(30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-enlarge .slick-slide:hover {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-box-shadow .slick-slide:hover { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-box-shadow-enlarge .slick-slide:hover { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); transform: scale(1.05); z-index: 2; } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-bottom-border .slick-slide:after, .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-rise-border .slick-slide:after { background: linear-gradient(90.04deg, #0064FF 8.42%, #011047 123.04%); position: absolute; bottom:0; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; opacity: 0; transition: 0.2s all linear; } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-bottom-border .slick-slide:hover:after, .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-rise-border .slick-slide:hover:after {opacity: 1;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-rise-border .slick-slide:hover {transform: translateY(-30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-zoom .slick-slide .snow-slide-background {overflow: hidden;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-zoom .slick-slide .snow-slide-background .slide-picture img {transition: 0.2s all linear;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-zoom .slick-slide:hover .snow-slide-background .slide-picture img {transform: scale(1.05);} /* Slide Content Hover */ /* Subnavigation */ .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { margin: 0 auto; margin-top: 1.5rem; margin-bottom: 1.5rem; } .snow-slider-subnav-container {position: relative;} .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slick-slide {margin: 0 5px;} .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slider-subnav .slick-slide.slick-current.slick-active {position: relative;} .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slider-subnav.active-rise .slick-slide.slick-current.slick-active {transform: translateY(-1rem);} .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slider-subnav.active-lower .slick-slide.slick-current.slick-active {transform: translateY(1rem);} .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slider-subnav.active-enlarge .slick-slide.slick-current.slick-active { transform: scale(1.05); z-index: 2; } .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slider-subnav.active-box-shadow .slick-slide.slick-current.slick-active { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slider-subnav.active-bottom-border .slick-slide.slick-current.slick-active:after { background: #000000; position: absolute; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; } .carousel-subnav-arrows { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; display: block; } .carousel-subnav-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .carousel-subnav-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .synced-collections-carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .synced-collections-carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg{ display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-subnav-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .carousel-subnav-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .synced-collections-carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .synced-collections-carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { position: absolute; width: 30px; height: 30px; border: 1px solid #ffc425; border-radius: 50px; box-shadow: none; padding: 0; background: #ffc425; color: #000000; } .carousel-subnav-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {left: -1rem;} .carousel-subnav-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {right: -1rem;} .carousel-subnav-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .synced-collections-carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {transform: rotate(180deg);} .carousel-subnav-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:hover, .carousel-subnav-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:hover, .synced-collections-carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:hover, .synced-collections-carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {cursor: pointer;} /* Dots */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-background .slick-dots { z-index: 2; width: 92%; left: 50%; transform: translateX(-50%); text-align: center; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-content .slick-dots {text-align: center;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slider-dots-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slick-dots li, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-background .slick-dots li, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-content .slick-dots li{margin: 0 5px;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slider-dots-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slick-dots li button .slick-dot-icon:before, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-background .slick-dots li button .slick-dot-icon:before, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-content .slick-dots li button .slick-dot-icon:before {display: none;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slider-dots-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slick-dots li button, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-background .slick-dots li button, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-content .slick-dots li button { padding: 0; width: 10px; height: 10px; background: #d3d3d3; border-radius: 50px; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slider-dots-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slick-dots li.slick-active button, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-background .slick-dots li.slick-active button, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-content .slick-dots li.slick-active button {background: #000000;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slider-dots-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slick-dots {text-align: center; position: static;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slider-dots-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { position: absolute; bottom: 10px; width: 100%; padding: 0 1.5rem; } /* Arrows */ .snow-slides-container.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {position: relative;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container { top: 50%; transform: translate(-50%, -50%); z-index: 2; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { right: 1rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { left: 1rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .synced-collections-carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .synced-collections-carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg { max-height: 10px; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .synced-collections-carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .synced-collections-carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { height: 30px; width: 30px; } /* Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-synced-collections .synced-collection-slide{margin: 0 5px;} /* Cut-off Padding */ .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slick-list, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-synced-collections .slick-list { padding-left: 0rem; padding-right: 0rem; } @media screen and (min-width: 768px) { /* Container Styles */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { margin-top: 2.5rem; margin-bottom: 0rem; } /* Vertical Transform */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slider-container {padding-top: 0rem; padding-bottom: 0rem;} /* Section Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-content{max-width:1600px;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-content * { text-align: center; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-content {align-items: center;} /* Section Bottom Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-bottom-content * {text-align: center;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-bottom-content {align-items: center;} /* Dots */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slider-dots-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slick-dots {text-align: center;} .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slider-dots-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { position: absolute; bottom: 20px; width: 100%; padding: 0 5rem; } /* Arrows */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container { top: 50%; transform: translate(-50%, -50%); } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { right: 1.2rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { left: 1.2rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .synced-collections-carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg, .synced-collections-carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 svg { max-height: 10px; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .synced-collections-carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .synced-collections-carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { height: 40px; width: 40px; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container { display: none; } .synced-collections-carousel-arrows-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { display: block; } /* Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-synced-collections .synced-collection-slide { margin: 0 5px; } /* Mobile ONLY enlarge */ .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-enlarge-mobile .slick-slide.slick-current.slick-active {transform: none; z-index: 1;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-lower .slick-slide.slick-current.slick-active {transform: translateY(1rem);} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-enlarge .slick-slide.slick-current.slick-active {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-box-shadow .slick-slide.slick-current.slick-active { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-box-shadow-enlarge .slick-slide.slick-current.slick-active { transform: scale(1.05); box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); z-index: 2; } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-slide-bottom-border .slick-slide.slick-current.slick-active:after { background: linear-gradient(90.04deg, #0064FF 8.42%, #011047 123.04%); position: absolute; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109:not(.hover-slide-none) .slick-list {overflow: visible;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-rise .slick-slide {transition: 0.2s all linear;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-rise.active-slide-enlarge-mobile .slick-slide:hover {transform: translateY(-30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-lower .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-bottom-border .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-box-shadow-enlarge .slick-list, .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-rise-border .slick-list { padding-top: 1.5rem; padding-bottom: 1.5rem; } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-lower.active-slide-enlarge-mobile .slick-slide:hover {transform: translateY(30px);} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-enlarge.active-slide-enlarge-mobile .slick-slide:hover {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-box-shadow.active-slide-enlarge-mobile .slick-slide:hover { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-box-shadow-enlarge.active-slide-enlarge-mobile .slick-slide:hover { box-shadow: 2px 5px 11px -3px rgba(0,0,0,0.75); transform: scale(1.05); z-index: 2; } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-bottom-border .slick-slide:after, .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-rise-border .slick-slide:after { background: linear-gradient(90.04deg, #0064FF 8.42%, #011047 123.04%); position: absolute; bottom:0; margin-top: 25px; width: 100%; height: 2px; content: ''; display: block; opacity: 0; transition: 0.2s all linear; } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-bottom-border .slick-slide:hover:after, .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-rise-border .slick-slide:hover:after {opacity: 1;} .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.hover-slide-rise-border.active-slide-enlarge-mobile .slick-slide:hover {transform: translateY(-50px);} /* Slide Content Hover */ /* Subnavigation */ .carousel-subnav-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {left: -1.5rem;} .carousel-subnav-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {right: -1.5rem;} .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { margin: 0 auto; margin-top: 1.5rem; margin-bottom: 1.5rem; } .carousel-subnav-arrows { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; display: block; } .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-subnav-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .snow-slider-rework-section .snow-slider-subnav-container-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-subnav-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .synced-collections-carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109, .synced-collections-carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { width: 40px; height: 40px; } /* Cut-off Padding */ .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slick-list, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-synced-collections .slick-list { padding-left: 0rem; padding-right: 0rem; } } @media screen and (min-width: 768px) and (max-width: 1025px) { .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.page-width-tablet { max-width: 1600px; margin-left: auto; margin-right: auto; padding-left: 5rem; padding-right: 5rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.full-width-tablet { width: 100%; max-width: 100%; padding-left: 0; padding-right: 0; } } @media screen and (min-width: 1025px) { /* Container Styles */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { margin-top: 5rem; margin-bottom: 0rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slider-container { padding-top: 0rem; padding-bottom: 0rem; } /* Vertical Transform */ /* Section Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-content * { text-align: center; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-content { align-items: center; } /* Section Bottom Content Styles */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-bottom-content * { text-align: center; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-bottom-content { align-items: center; } /* Arrows */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { right: 1.2rem; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .carousel-arrow-container .carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { left: 1.2rem; } /* Slides */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-synced-collections .synced-collection-slide { margin: 0 5px; } /* Subnavigation */ .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { margin: 0 auto; margin-top: 1.5rem; margin-bottom: 1.5rem; } .carousel-subnav-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {left: -1.5rem;} .carousel-subnav-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 {right: -1.5rem;} /* Cut-off Padding */ .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slick-list, .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-synced-collections .slick-list { padding-left: 0rem; padding-right: 0rem; } } .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-bottom-border .slick-slide.slick-current.slick-active .snow-slide-subnav { position: relative; } .snow-slider-rework-section .snow-slider-subnav-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.active-bottom-border .slick-slide.slick-current.slick-active .snow-slide-subnav:after { content: ''; display: block; width: 100%; height: 2px; background: #000000; z-index: 5; margin-top: 25px; position: absolute; } /*.snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { opacity: 0; visibility: hidden; transition: opacity 0.05s ease; -webkit-transition: opacity 0.05s ease; } .snow-slider-rework-section .snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109.slick-initialized { visibility: visible; opacity: 1; }*/ @media screen and (min-width: 1296px) { /* Vertical Transform */ } /* Block Collections */ .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .synced-collection-slide:not(.active-collection) { /*display: none;*/ } .snow-slider-rework-section .snow-slides-section-synced-collections { margin-top: 6rem; margin-bottom: 3.3rem; } .snow-slider-rework-section .snow-slides-section-synced-collections-container { position: relative; } .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-synced-collections-title { text-align: center; margin-top: 3rem; margin-bottom: 3rem; } .synced-collections-carousel-arrows-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .snow-slides-section-synced-collections-container .card-information__text {line-height: normal;} .snow-slides-synced-collection-view-all {text-align: center; margin-bottom: 3rem;} @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-synced-collections-title { text-align: center; margin-top: 5rem; margin-bottom: 5rem; } .snow-slider-rework-section .snow-slides-section-synced-collections { margin-top: 7.7rem; margin-bottom: 5.5rem; } .synced-collections-carousel-arrows-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .snow-slides-synced-collection-view-all {text-align: center; margin-bottom: 5rem;} } @media screen and (max-width:767px){ .page-width.full-width-mobile{padding:0 !important;} } .snow-slider-container-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-background { min-height: 198px; } </style> <script> var waitForJQuerySlideshow9c0d4271e109 = setInterval(function () { if (typeof $ != 'undefined' && typeof $().slick != 'undefined') { $('.snow-slider-subnav-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109').slick({ arrows: false, prevArrow: $('.carousel-subnav-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109'), nextArrow: $('.carousel-subnav-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109'), dots: false, slidesToShow: 6, lazyLoad: 'lazy', infinite: true, rows: 0, adaptiveHeight: false, autoplay: false, autoplaySpeed: 3000, speed: 300, pauseOnHover: true, responsive: [ { breakpoint: 1025, settings: { slidesToShow: 2 } }, { breakpoint: 768, settings: { arrows: true, dots: false, slidesToShow: 2 } } ], }); //handle slide videos function slideVideos() { function videoSrc() { $(".slide-video-container").each(function() { //define video sources let sources = { desktop: $(this).data("desktop-src"), mobile: $(this).data("mobile-src") }; let posters = { desktop: $(this).data("desktop-poster"), mobile: $(this).data("mobile-poster") } //if window 768px wide or higher, use desktop; else mobile if (window.matchMedia("(min-width: 768px)").matches) { $(this).attr("src", sources.desktop); $(this).attr("poster", posters.desktop); $(this)[0].load(); } else { $(this).attr("src", sources.mobile); $(this).attr("poster", posters.mobile); $(this)[0].load(); } }); } videoSrc(); $(document).on('click','.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slide-video-control', function() { let videoState = $(this).next(".slide-video-container")[0].paused; //if video is paused, play it else pause it if (videoState) { $(this).next(".slide-video-container").trigger('play'); $(this).addClass("playing-video"); if ($(this).data("control-type") == 'text-link' || $(this).data("control-type") == 'button') { $(this).text("Pause Video"); } } else { $(this).next(".slide-video-container").trigger('pause'); $(this).removeClass("playing-video"); if ($(this).data("control-type") == 'text-link' || $(this).data("control-type") == 'button') { $(this).text("Play Video"); } } }); $('.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109').on('breakpoint', function() { videoSrc(); $('.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slide-video-control').each(function() { $(this).off(); $(this).addClass("playing-video"); if ($(this).data("control-type") == 'text-link' || $(this).data("control-type") == 'button') { $(this).text("Pause Video"); } }); }); } function slideAudio() { $(document).on('click','.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-audio-button', function() { if ($(".snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109").slick("slickGetOption", "autoplay")) { $(".snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109").slick("slickPause"); } $(this).fadeOut(function() { $(this).prev().fadeIn(function() { $(this).trigger("play"); }); }); }); $('.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-audio').each(function() { $(this).on("play", function() { if ($(".snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109").slick("slickGetOption", "autoplay")) { $(".snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109").slick("slickPause"); } }); $(this).on("ended", function() { if ($(".snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109").slick("slickGetOption", "autoplay")) { $(".snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109").slick("slickPlay"); } $(this).fadeOut(function() { $(this).next().fadeIn(); }); }); }); $('.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109').on('breakpoint', function() { $('.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-audio').each(function() { $(this).trigger("pause"); }); }); $('.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109').on('beforeChange', function(event, slick, currentSlide, nextSlide){ $('.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide-audio').each(function() { $(this).trigger("pause"); $(this).fadeOut(function() { $(this).next().fadeIn(); }); }); }); }; function subNavigation() { $(".snow-slide-subnav-link").on("click", function() { let slideIndex = $(this).data("index"); $('.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109').slick('slickGoTo', slideIndex); }); } function slideDots() { } function syncedCollectionCarousels() { $('.snow-slides-section-synced-collections-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109').on('init', function(slick){ let currentSlide = $('.snow-slides-section-synced-collections-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .slick-current'); let syncedCollections = $('.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-synced-collections-container'); let syncedCollectionsTitle = $('.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-synced-collections-container .snow-slides-synced-collections-title'); let newSlideCollection = currentSlide[0].dataset.syncedCollection; if (newSlideCollection === undefined) { syncedCollections.hide(); } else { syncedCollectionsTitle.text(newSlideCollection); syncedCollections.show(); } let selector = '[data-synced-collection="' + newSlideCollection + '"]'; setTimeout(function () { $('.snow-slides-section-synced-collections-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109').slick('slickFilter', '[data-synced-collection="' + newSlideCollection +'"]'); }, 300); }); $('.snow-slides-section-synced-collections-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109').slick({ lazyLoad: 'ondemand', infinite: true, rows: 0, adaptiveHeight: false, autoplay: true, autoplaySpeed: 3000, speed: 300, pauseOnHover: true, slidesToShow: 4, arrows: false, prevArrow: $(".synced-collections-carousel-prev-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109"), nextArrow: $(".synced-collections-carousel-next-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109"), dots: false, fade: false, responsive: [ { breakpoint: 1025, settings: { slidesToShow: 3 } }, { breakpoint: 768, settings: { arrows: true, slidesToShow: 1 } } ] }); /* Block Collections */ $('.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109').on('afterChange', function(event, slick, currentSlide){ let slides = $('.snow-slider-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slide:not(.slick-cloned)'); let syncedCollections = $('.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-synced-collections-container'); let syncedCollectionsTitle = $('.snow-slides-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109 .snow-slides-section-synced-collections-container .snow-slides-synced-collections-title'); let newSlide = slides[currentSlide]; let newSlideCollection = newSlide.dataset.syncedCollection; let newSlideCollectionUrl = newSlide.dataset.syncedCollectionUrl; if (newSlideCollection === undefined) { syncedCollections.hide(); } else { syncedCollectionsTitle.text(newSlideCollection); $('.snow-slides-synced-collection-view-all-button-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109').attr('href', newSlideCollectionUrl); syncedCollections.show(); } let selector = '[data-synced-collection="' + newSlideCollection + '"]'; $('.snow-slides-section-synced-collections-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109').slick('slickUnfilter'); $('.snow-slides-section-synced-collections-template--17773865205807__6c456868-5c1e-47c8-9552-9c0d4271e109').slick('slickFilter', '[data-synced-collection="' + newSlideCollection +'"]'); }); } slideVideos(); slideAudio(); subNavigation(); slideDots(); syncedCollectionCarousels(); clearInterval(waitForJQuerySlideshow9c0d4271e109); } }, 10); </script> </div> </main> <div id="shopify-section-newsletter-banner" class="shopify-section"> <style data-shopify> #shopify-section-newsletter-banner{display:flex; flex-direction:column;} #newsletter-banner-newsletter-banner .desktop {display: none;} #newsletter-banner-newsletter-banner .mobile {display:block;} #newsletter-banner-newsletter-banner { height: 550px; background: #000000; } #newsletter-banner-newsletter-banner.visible { background:url("//www.paramountshop.com/cdn/shop/files/bg-mobile_1.png?v=1675944741&width=768"); background-size:cover; background-repeat:no-repeat; background-position: center; } #newsletter-banner-newsletter-banner .newsletter__input-group {margin-bottom: 0;} #newsletter-banner-newsletter-banner .newsletter-banner-content { width: 100%; height: 100%; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; } #newsletter-banner-newsletter-banner .input-group {display: flex; flex-flow: column; align-items: center;} #newsletter-banner-newsletter-banner #Email-newsletter-banner {background: white; width: 80%; color: black;} #newsletter-banner-newsletter-banner .input-group-btn { margin-top: 20px; height: 44px; width: fit-content; padding: 0 24px; display: flex; align-items: center; justify-content: center; } #newsletter-banner-newsletter-banner .input-group-btn .form__submit--large {display: block;} #newsletter-banner-newsletter-banner .input-group-btn .form__submit--small {display: none;} #newsletter-banner-newsletter-banner .default-newsletter-banner-content * {color: #ffffff;} /* Default Logos */ #newsletter-banner-newsletter-banner .default-newsletter-banner-content .newsletter-logo.newsletter-default-top-logo { display: block; width: 35px; height: auto; margin-bottom: 1rem; } #newsletter-banner-newsletter-banner .default-newsletter-banner-content .newsletter-logo.newsletter-default-bottom-logo { display: block; width: 35px; height: auto; margin-top: 3rem; } #newsletter-banner-newsletter-banner #NewsletterForm--newsletter-banner {box-shadow: none; border: 1px solid #ffffff;} .newsletter-banner-content h3.h3 {margin: 10px 0 !important;} #newsletter-banner-newsletter-banner .newsletter-banner-content .rte {margin-bottom: 15px;} #newsletter-banner-newsletter-banner .klaviyo-form button {padding: 0 24px !important;} #newsletter-banner-newsletter-banner .newsletter-banner-content {max-width: 100%;} .newsletter-promo ~ #newsletter-banner-newsletter-banner {margin-top: 0;} .newsletter-banner-content .mobile {display: block;} .newsletter-banner-content .desktop {display: none;} /* Block Topper */ .newsletter-block__topper{ width:100%; position:relative; display:flex; justify-content:center; align-items:center; overflow:hidden; } .newsletter-block__topper img {width:100%; height:auto;} .newsletter-block__topper .page-width{width:100%; position:absolute;} .newsletter-block__topper .nlb__topper-text{width:100%; overflow:hidden; display:flex;} .newsletter-block__topper .nlb__topper-text p{margin:0; padding:0;} @media screen and (min-width: 768px) { .newsletter-banner-content .mobile {display: none;} .newsletter-banner-content .desktop {display:block; margin: 10px 0;} /* Default Logos */ #newsletter-banner-newsletter-banner .default-newsletter-banner-content .newsletter-logo.newsletter-default-top-logo { display: block; width: 46px; height: auto; } #newsletter-banner-newsletter-banner .default-newsletter-banner-content .newsletter-logo.newsletter-default-bottom-logo { display: block; width: 46px; height: auto; } } @media screen and (min-width: 768px) and (max-width: 959px) { #newsletter-banner-newsletter-banner { height: 425px; /*margin-top: 75px;*/ } #newsletter-banner-newsletter-banner.visible { background:url("//www.paramountshop.com/cdn/shop/files/BG_13.png?v=1671636244&width=960"); background-size:cover; background-repeat:no-repeat; background-position: center; } .newsletter-promo ~ #newsletter-banner-newsletter-banner {margin-top: 0;} #newsletter-banner-newsletter-banner .default-newsletter-banner-content * {color: #ffffff;} #newsletter-banner-newsletter-banner .newsletter-banner-content h3 {margin-bottom: 15px;} #newsletter-banner-newsletter-banner .newsletter-banner-content .rte {margin-bottom: 10px;} #newsletter-banner-newsletter-banner .input-group-btn {margin-top: 25px;} #newsletter-banner-newsletter-banner .newsletter-banner-content {max-width: 100%;} } @media screen and (min-width: 960px) { #newsletter-banner-newsletter-banner .desktop {display: block;} #newsletter-banner-newsletter-banner .mobile {display: none;} #newsletter-banner-newsletter-banner { height: 425px; } #newsletter-banner-newsletter-banner.visible { background:url("//www.paramountshop.com/cdn/shop/files/BG_13.png?v=1671636244&width=1920"); background-size:cover; background-repeat:no-repeat; background-position: center; } .newsletter-promo ~ #newsletter-banner-newsletter-banner {margin-top: 0;} #newsletter-banner-newsletter-banner .input-group-btn {margin-top: 15px;} #newsletter-banner-newsletter-banner #Email-newsletter-banner {height: 60px;} #newsletter-banner-newsletter-banner .newsletter-banner-content .rte {margin-bottom: 10px;} #newsletter-banner-newsletter-banner .klaviyo-form button {padding: 0 30px !important;} #newsletter-banner-newsletter-banner .newsletter-banner-content {max-width: 100%;} /* Default Logos */ #newsletter-banner-newsletter-banner .default-newsletter-banner-content .newsletter-logo.newsletter-default-top-logo { display: block; width: 46px; height: auto; } #newsletter-banner-newsletter-banner .default-newsletter-banner-content .newsletter-logo.newsletter-default-bottom-logo { display: block; width: 46px; height: auto; } } @media screen and (min-width: 959px) { #newsletter-banner-newsletter-banner .large--hide {display: none;} } /*** Klaviyo Form ***/ .newsletter-banner-content .klaviyo-form .needsclick[data-testid="form-row"] div[data-testid="form-component"] input{width:300px !important;} .newsletter-banner-content .klaviyo-form .kl-private-reset-css-Xuajs1{left:0; right:auto !important;} @media screen and (max-width: 767px) { .newsletter-banner-content .klaviyo-form{ line-height:normal !important; height:auto !important; overflow:hidden !important; margin-bottom:20px; min-width:100%; width:100%; } .newsletter-banner-content .klaviyo-form .needsclick[data-testid="form-row"]{flex-direction:column !important; gap:10px;} .newsletter-banner-content .klaviyo-form .needsclick[data-testid="form-row"] div[data-testid="form-component"]{flex:1 !important; padding:0 !important;} .newsletter-banner-content .klaviyo-form .needsclick[data-testid="form-row"] div[data-testid="form-component"] input{width:100% !important;} .newsletter-banner-content .klaviyo-form .needsclick[data-testid="form-row"] div[data-testid="form-component"] button{width:100%; margin:0 auto;} } </style> <style data-shopify> #shopify-section-newsletter-banner .newsletter-promo{order:1;} .newsletter-promo-e0020f66-3d6e-4f2e-a681-cc9848201c0b { height:350px; background: #000000; display: flex; flex-flow: column wrap; align-items: center; justify-content: center; text-align: center; } .newsletter-promo-e0020f66-3d6e-4f2e-a681-cc9848201c0b.visible { background:url("//www.paramountshop.com/cdn/shop/files/footer-hero-pplus-mobile_97dcbddb-5e9f-4d3c-927f-11fa5242d25f.png?v=1675273173&width=768"); background-size:cover; background-repeat:no-repeat; background-position: center; } .newsletter-promo-e0020f66-3d6e-4f2e-a681-cc9848201c0b .newsletter-promo-container{margin:10px 0;} .newsletter-e0020f66-3d6e-4f2e-a681-cc9848201c0b .newsletter-promo-logo {width:175px;} .newsletter-e0020f66-3d6e-4f2e-a681-cc9848201c0b p.desktop, .newsletter-e0020f66-3d6e-4f2e-a681-cc9848201c0b p.mobile{color:#ffffff !important;} .newsletter-e0020f66-3d6e-4f2e-a681-cc9848201c0b .rte p{color:#ffffff !important; padding-bottom:20px;} @media screen and (min-width: 769px) and (max-width: 959px) { .newsletter-promo-e0020f66-3d6e-4f2e-a681-cc9848201c0b { height:300px; } .newsletter-promo-e0020f66-3d6e-4f2e-a681-cc9848201c0b.visible { background:url("//www.paramountshop.com/cdn/shop/files/footer-hero-pplus-desktop_15827788-38ae-4e9a-8685-f6ba482827a3.png?v=1675273153&width=960"); background-size:cover; background-repeat:no-repeat; background-position: center; } .newsletter-promo-e0020f66-3d6e-4f2e-a681-cc9848201c0b .newsletter-promo-container{margin:15px 0;} .newsletter-e0020f66-3d6e-4f2e-a681-cc9848201c0b {max-width: 100%;} .newsletter-e0020f66-3d6e-4f2e-a681-cc9848201c0b .newsletter-promo-logo {width:200px;} } @media screen and (min-width: 960px) { .newsletter-promo-e0020f66-3d6e-4f2e-a681-cc9848201c0b { height:300px; } .newsletter-promo-e0020f66-3d6e-4f2e-a681-cc9848201c0b.visible { background:url("//www.paramountshop.com/cdn/shop/files/footer-hero-pplus-desktop_15827788-38ae-4e9a-8685-f6ba482827a3.png?v=1675273153&width=1920"); background-size:cover; background-repeat:no-repeat; background-position: center; } .newsletter-promo-e0020f66-3d6e-4f2e-a681-cc9848201c0b .newsletter-promo-container{ width:100%; display:flex; justify-content:center; align-items:center; flex-direction:column; margin:20px 0; } .newsletter-e0020f66-3d6e-4f2e-a681-cc9848201c0b .newsletter-promo-logo {display:block; width:235px;} .newsletter-e0020f66-3d6e-4f2e-a681-cc9848201c0b .button {margin-top:10px;} } </style> <div class="newsletter-banner-content newsletter-promo newsletter-promo-e0020f66-3d6e-4f2e-a681-cc9848201c0b newsletter-e0020f66-3d6e-4f2e-a681-cc9848201c0b lazyload-bg"> <div class="newsletter-promo-container page-width"> <a href="#" aria-label="Link to #"> <img loading="lazy" class="newsletter-promo-logo" src="//www.paramountshop.com/cdn/shop/files/ParamountPlus_Logo_653ee61b-124b-4ee9-9eab-b95297e7171d_500x.png?v=1675288706" alt="Paramount Plus Logo" /> </a> <p class="h4 desktop">PEAK ENTERTAINMENT</p> <p class="h4 mobile">PEAK ENTERTAINMENT</p><div class="rte div"><p>STREAMING ON PARAMOUNT+</p></div> <a href="https://www.paramountplus.com/?utm_source=paramountshop.com&utm_medium=referral&utm_campaign=pmt-shop-launch&utm_content=lower-banner" aria-label="TRY IT NOW" class="button button--tertiary button--tertiary-light">TRY IT NOW</a> </div> </div> <div id="newsletter-banner-newsletter-banner" class="lazyload-bg"> <style data-shopify> #shopify-section-newsletter-banner { margin-top: 0; } #newsletter-banner-newsletter-banner { height: 550px; background: #000000; } #newsletter-banner-newsletter-banner.visible { background:url("//www.paramountshop.com/cdn/shop/files/south_park_newsletter_bg_mobile.jpg?v=1714053574&width=768"); background-size:cover; background-repeat:no-repeat; background-position: center; } #newsletter-banner-newsletter-banner .default-newsletter-banner-content { display: none; } #newsletter-banner-newsletter-banner * { color: #ffffff; } #newsletter-banner-newsletter-banner .newsletter-7431b7d4-2db1-4747-aacf-96af2dc0b9bc { max-width: 100%; } /* Block Logos */ #newsletter-banner-newsletter-banner .newsletter-7431b7d4-2db1-4747-aacf-96af2dc0b9bc .newsletter-logo.newsletter-block-top-logo { display: block; width: 35px; height: auto; margin-bottom: 1rem; } #newsletter-banner-newsletter-banner .newsletter-7431b7d4-2db1-4747-aacf-96af2dc0b9bc .newsletter-logo.newsletter-block-bottom-logo { display: block; width: 35px; height: auto; margin-top: 3rem; } @media screen and (min-width: 769px) and (max-width: 959px) { #newsletter-banner-newsletter-banner { height: 425px; } #newsletter-banner-newsletter-banner.visible { } #newsletter-banner-newsletter-banner .newsletter-7431b7d4-2db1-4747-aacf-96af2dc0b9bc { max-width: 100%; } /* Block Logos */ #newsletter-banner-newsletter-banner .newsletter-7431b7d4-2db1-4747-aacf-96af2dc0b9bc .newsletter-logo.newsletter-block-top-logo { display: block; width: 46px; height: auto; margin-bottom: 1rem; } #newsletter-banner-newsletter-banner .newsletter-7431b7d4-2db1-4747-aacf-96af2dc0b9bc .newsletter-logo.newsletter-block-bottom-logo { display: block; width: 46px; height: auto; margin-top: 3rem; } } @media screen and (min-width: 960px) { #newsletter-banner-newsletter-banner { height: 425px; } #newsletter-banner-newsletter-banner.visible { height: 425px; background:url("//www.paramountshop.com/cdn/shop/files/south_park_updated_newsletter_banner.jpg?v=1714406672&width=1920"); background-size:cover; background-repeat:no-repeat; background-position: center; } #newsletter-banner-newsletter-banner .newsletter-7431b7d4-2db1-4747-aacf-96af2dc0b9bc { max-width: 100%; } /* Block Logos */ #newsletter-banner-newsletter-banner .newsletter-7431b7d4-2db1-4747-aacf-96af2dc0b9bc .newsletter-logo.newsletter-block-top-logo { display: block; width: 50px; height: auto; margin-bottom: 1rem; } #newsletter-banner-newsletter-banner .newsletter-7431b7d4-2db1-4747-aacf-96af2dc0b9bc .newsletter-logo.newsletter-block-bottom-logo { display: block; width: 50px; height: auto; margin-top: 3rem; } } </style> <div class="newsletter-banner-content page-width text-center newsletter-7431b7d4-2db1-4747-aacf-96af2dc0b9bc"> <img class="newsletter-logo newsletter-block-top-logo" width="45px" height="42px" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/Star_6.png?v=1671636054&width=1296" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0714285714285714" data-sizes="auto" data-parent-fit="cover" alt="Newsletter Banner Top Logo"> <h4 class="h6 desktop">SIGN UP AND SAVE</h4> <h3 class="h6 mobile">SIGN UP AND SAVE</h3><div class="rte"><p>Sign up for our newsletter and SAVE 15% on your next order.</p></div> <div class="klaviyo-form-UDR8eC"></div> <div class="newsletter-form__submessage newsletter-block__submessage"> <p><a href="/pages/promotional-disclaimers" title="Promotional Disclaimers">Promotional Disclaimer</a></p> </div> <img class="newsletter-logo newsletter-block-bottom-logo" width="45px" height="42px" loading="lazy" src="//www.paramountshop.com/cdn/shop/files/Star_6.png?v=1671636054&width=1296" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0714285714285714" data-sizes="auto" data-parent-fit="cover" alt="Newsletter Banner Bottom Logo"> </div> </div> </div> <div id="shopify-section-footer" class="shopify-section"><!-- deploy test --> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/section-footer.css?v=33092096493857577491732309944" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-newsletter.css?v=178201083411554549821732309895" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-list-menu.css?v=136876697203205264311732309891" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-list-payment.css?v=83889194677897977231732309892" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-list-social.css?v=174649016208630012161732309892" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rte.css?v=161610579778766022621732309903" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/disclosure.css?v=112267255722436030751732309915" media="print" onload="this.media='all'"> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/section-footer.css?v=33092096493857577491732309944" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-newsletter.css?v=178201083411554549821732309895" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-list-menu.css?v=136876697203205264311732309891" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-list-payment.css?v=83889194677897977231732309892" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-list-social.css?v=174649016208630012161732309892" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/component-rte.css?v=161610579778766022621732309903" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/disclosure.css?v=112267255722436030751732309915" rel="stylesheet" type="text/css" media="all" /></noscript> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/custom-footer-styles.css?v=117523332194213789661732310188" media="print" onload="this.media='all'"> <noscript><link href="//www.paramountshop.com/cdn/shop/t/92/assets/custom-footer-styles.css?v=117523332194213789661732310188" rel="stylesheet" type="text/css" media="all" /></noscript> <style data-shopify> .footer .footer__column.footer__column--info {flex-flow: column;} .footer .footer__copyright {display: flex; flex-flow: column-reverse;} .footer .language-payment-container {display: flex; flex-flow: column nowrap;} .footer .footer-newsletter-subheading {margin-top: 0; text-align: left;} .footer .footer-block--newsletter {margin-top: 0;} /* media screen and (max-width: 767px) */ .footer-block.grid__item{margin-bottom:20px;} .footer-block.grid__item:last-child{margin-bottom:0;} .footer .footer__column.footer__column--info .list-payment {padding-bottom: 1rem;} .footer-block__details-content:not(.footer-block-image, .footer-block__details-content.footer-horizontal-legal-menu-list){display: none;} .footer .footer__content-top {text-align: center;} .footer .footer-block-image img {margin: auto;} .footer .footer__content-top a.link.link--text.list-menu__item.list-menu__item--link {justify-content: flex-start;} .footer-block__details-content:not(.footer-block-image), .footer-block .footer-social-container {text-align: left;} .footer-block__heading {cursor: pointer;} .snow-logo {margin: auto;} .footer .footer-newsletter-subheading {text-align: center;} /* changes */ .footer .grid {flex-flow: column wrap;} .footer-block.grid__item {width: 100% !important;} .footer .footer__content-top {padding: 50px 40px 30px;} .footer__content-bottom {padding-top: 0;} .snow-logo {width: 112px;} #additional-content-one {text-align: center;} #additional-content-two {text-align: center;} .additional-content-two {width: 100%;} #additional-content-three {text-align: center;} /* Currency */ .footer .footer__localization .disclosure__link, .footer .footer__localization .disclosure__link .localization-form__currency {display: flex; flex-flow: row wrap; align-items: center;} .footer .footer__localization .disclosure__link .localization-form__currency .country-currency {margin-right: 2px;} .footer .footer__localization .disclosure__link .localization-form__currency .country-currency path {stroke: #0064ff;} /** Footer copyright/payment **/ @media screen and (min-width: 768px) { .footer__content-bottom {padding-top: 3rem;} .footer .footer__content-top {padding: 50px;} .footer-block__details-content:not(.footer-block-image), .footer-block .footer-social-container {text-align: left;} .footer-block__heading:after {display: none;} .footer .grid {flex-flow: row wrap;} .footer-block__details-content, .footer-social-container {display: block !important;} .footer-block__details-content.footer-horizontal-legal-menu-list {display: flex !important;} .footer .footer__column.footer__column--info {flex-flow: row-reverse; justify-content: space-between;} .footer .footer__column.footer__column--info {gap: 5%; align-items: flex-end;} .footer .footer__column.footer__column--info .list-payment {justify-content: flex-end;} .footer .footer__column.footer__column--info .footer__payment {flex-grow: 1; flex-shrink: 0;} .footer .footer__column.footer__column--info .footer__copyright {text-align: left;} .snow-logo {margin: 0; margin-right: auto;} .footer .footer__localization {justify-content: flex-end;} .footer .language-payment-container {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);} .footer .footer__column.footer__column--info {width: 100%; gap: 0; flex-basis: 100%; position: relative;} .footer .footer__copyright {width: 100%;} } </style> <footer class="footer color- gradient"><div class="footer__content-top page-width"><div class="footer__blocks-wrapper grid grid--1-col grid--2-col grid--4-col-tablet grid--3-col-tablet"><div id="about-the-shop" class="footer-grid__item-footer-1 footer-block grid__item" > <style data-shopify>.footer-header-container.mobile {display: flex; justify-content: flex-start;} .footer-header-container.mobile svg {width: 14px; margin-left: 5px; cursor: pointer;} .footer-header-container.mobile svg.icon-caret.active, .footer-header-container.mobile svg.icon-downwards-arrow.active{transform: rotate(180deg);} .footer-header-container.mobile .icon-minus {display: none;} .footer-header-container.desktop {display: none;} @media screen and (min-width: 768px) { .footer-block.grid__item {display: flex; flex-flow: column nowrap; align-items: flex-start;} .footer-header-container.mobile {display: none;} .footer-header-container.desktop {display: block;} } @media screen and (min-width: 768px) and (max-width: 1024px) { .footer-grid__item-footer-1 { flex-basis: 20%; } } @media screen and (min-width: 1025px) { .footer-grid__item-footer-1 {flex-basis: 20%;} }</style><div class="footer-header-container desktop"> <h2 class="footer-block__heading">ABOUT THE SHOP</h2> </div> <div class="footer-header-container mobile"> <h2 class="footer-block__heading">ABOUT THE SHOP</h2> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </div><div class="footer-block__details-content rte"> <p>Paramount Shop offers a mountain of merch from the Paramount shows and movies that you love. Shop official apparel, drinkware and accessories inspired by over 150 fan-favorite titles: PAW Patrol, Yellowstone, Top Gun, Star Trek, South Park, SpongeBob SquarePants and more. Paramount Shop … where products are Paramount!</p> </div></div><div id="customer-service" class="footer-grid__item-footer-0 footer-block grid__item footer-block--menu" > <style data-shopify>.footer-header-container.mobile {display: flex; justify-content: flex-start;} .footer-header-container.mobile svg {width: 14px; margin-left: 5px; cursor: pointer;} .footer-header-container.mobile svg.icon-caret.active, .footer-header-container.mobile svg.icon-downwards-arrow.active{transform: rotate(180deg);} .footer-header-container.mobile .icon-minus {display: none;} .footer-header-container.desktop {display: none;} @media screen and (min-width: 768px) { .footer-block.grid__item {display: flex; flex-flow: column nowrap; align-items: flex-start;} .footer-header-container.mobile {display: none;} .footer-header-container.desktop {display: block;} } @media screen and (min-width: 768px) and (max-width: 1024px) { .footer-grid__item-footer-0 { flex-basis: 20%; } } @media screen and (min-width: 1025px) { .footer-grid__item-footer-0 {flex-basis: 20%;} }</style><div class="footer-header-container desktop"> <h2 class="footer-block__heading">CUSTOMER SERVICE</h2> </div> <div class="footer-header-container mobile"> <h2 class="footer-block__heading">CUSTOMER SERVICE</h2> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </div><ul class="footer-block__details-content list-unstyled"><li> <a href="https://help.paramountshopsupport.com/hc/en-us" class="link link--text list-menu__item list-menu__item--link"> Support Center </a> </li><li> <a href="/pages/order-status" class="link link--text list-menu__item list-menu__item--link"> Order Status </a> </li><li> <a href="/pages/returns-center" class="link link--text list-menu__item list-menu__item--link"> Returns Center Portal </a> </li><li> <a href="/pages/promotional-disclaimers" class="link link--text list-menu__item list-menu__item--link"> Promotional Disclaimers </a> </li><li> <a href="/pages/return-policy" class="link link--text list-menu__item list-menu__item--link"> Return Policy </a> </li></ul></div><div id="account-ordering" class="footer-grid__item-4518b556-da50-4850-a30c-67142415e171 footer-block grid__item footer-block--menu" > <style data-shopify>.footer-header-container.mobile {display: flex; justify-content: flex-start;} .footer-header-container.mobile svg {width: 14px; margin-left: 5px; cursor: pointer;} .footer-header-container.mobile svg.icon-caret.active, .footer-header-container.mobile svg.icon-downwards-arrow.active{transform: rotate(180deg);} .footer-header-container.mobile .icon-minus {display: none;} .footer-header-container.desktop {display: none;} @media screen and (min-width: 768px) { .footer-block.grid__item {display: flex; flex-flow: column nowrap; align-items: flex-start;} .footer-header-container.mobile {display: none;} .footer-header-container.desktop {display: block;} } @media screen and (min-width: 768px) and (max-width: 1024px) { .footer-grid__item-4518b556-da50-4850-a30c-67142415e171 { flex-basis: 20%; } } @media screen and (min-width: 1025px) { .footer-grid__item-4518b556-da50-4850-a30c-67142415e171 {flex-basis: 20%;} }</style><div class="footer-header-container desktop"> <h2 class="footer-block__heading">ACCOUNT &amp; ORDERING</h2> </div> <div class="footer-header-container mobile"> <h2 class="footer-block__heading">ACCOUNT &amp; ORDERING</h2> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </div><ul class="footer-block__details-content list-unstyled"><li> <a href="/account" class="link link--text list-menu__item list-menu__item--link"> My Account </a> </li><li> <a href="/pages/ordering-policy" class="link link--text list-menu__item list-menu__item--link"> Ordering Policy </a> </li><li> <a href="/pages/shipping-policy" class="link link--text list-menu__item list-menu__item--link"> Shipping Policy </a> </li><li> <a href="/pages/volume-discounts" class="link link--text list-menu__item list-menu__item--link"> Volume Discounts </a> </li></ul></div><div id="explore-paramount" class="footer-grid__item-c06eaa58-881e-49b7-a960-2f6ff5a20b91 footer-block grid__item footer-block--menu" > <style data-shopify>.footer-header-container.mobile {display: flex; justify-content: flex-start;} .footer-header-container.mobile svg {width: 14px; margin-left: 5px; cursor: pointer;} .footer-header-container.mobile svg.icon-caret.active, .footer-header-container.mobile svg.icon-downwards-arrow.active{transform: rotate(180deg);} .footer-header-container.mobile .icon-minus {display: none;} .footer-header-container.desktop {display: none;} @media screen and (min-width: 768px) { .footer-block.grid__item {display: flex; flex-flow: column nowrap; align-items: flex-start;} .footer-header-container.mobile {display: none;} .footer-header-container.desktop {display: block;} } @media screen and (min-width: 768px) and (max-width: 1024px) { .footer-grid__item-c06eaa58-881e-49b7-a960-2f6ff5a20b91 { flex-basis: 20%; } } @media screen and (min-width: 1025px) { .footer-grid__item-c06eaa58-881e-49b7-a960-2f6ff5a20b91 {flex-basis: 20%;} }</style><div class="footer-header-container desktop"> <h2 class="footer-block__heading">EXPLORE PARAMOUNT</h2> </div> <div class="footer-header-container mobile"> <h2 class="footer-block__heading">EXPLORE PARAMOUNT</h2> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </div><ul class="footer-block__details-content list-unstyled"><li> <a href="/collections/big-brother" class="link link--text list-menu__item list-menu__item--link"> Big Brother </a> </li><li> <a href="/pages/spongebobsquarepants" class="link link--text list-menu__item list-menu__item--link"> SpongeBob SquarePants </a> </li><li> <a href="/pages/south-park" class="link link--text list-menu__item list-menu__item--link list-menu__item--active"> South Park </a> </li><li> <a href="/pages/survivor" class="link link--text list-menu__item list-menu__item--link"> Survivor </a> </li><li> <a href="/pages/star-trek" class="link link--text list-menu__item list-menu__item--link"> Star Trek </a> </li><li> <a href="/collections/the-challenge-tv" class="link link--text list-menu__item list-menu__item--link"> The Challenge </a> </li><li> <a href="/collections/twin-peaks" class="link link--text list-menu__item list-menu__item--link"> Twin Peaks </a> </li><li> <a href="/collections/yellowjackets" class="link link--text list-menu__item list-menu__item--link"> Yellowjackets </a> </li><li> <a href="/pages/yellowstone" class="link link--text list-menu__item list-menu__item--link"> Yellowstone </a> </li></ul></div><div id="follow-us" class="footer-grid__item-ae5f97db-209e-4192-81ba-93d286373641 footer-block grid__item no-drop" > <style data-shopify>.footer-header-container.mobile {display: flex; justify-content: flex-start;} .footer-header-container.mobile svg {width: 14px; margin-left: 5px; cursor: pointer;} .footer-header-container.mobile svg.icon-caret.active, .footer-header-container.mobile svg.icon-downwards-arrow.active{transform: rotate(180deg);} .footer-header-container.mobile .icon-minus {display: none;} .footer-header-container.desktop {display: none;} @media screen and (min-width: 768px) { .footer-block.grid__item {display: flex; flex-flow: column nowrap; align-items: flex-start;} .footer-header-container.mobile {display: none;} .footer-header-container.desktop {display: block;} } @media screen and (min-width: 768px) and (max-width: 1024px) { .footer-grid__item-ae5f97db-209e-4192-81ba-93d286373641 { flex-basis: 20%; } } @media screen and (min-width: 1025px) { .footer-grid__item-ae5f97db-209e-4192-81ba-93d286373641 {flex-basis: 20%;} }</style><div class="footer-header-container desktop"> <h2 class="footer-block__heading">FOLLOW US!</h2> </div> <div class="footer-header-container mobile"> <h2 class="footer-block__heading">FOLLOW US!</h2> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </div><div class="footer-social-container"> <style> </style> <div class="footer-block--newsletter"></div> <ul class="footer__list-social list-unstyled list-social footer-social-block" role="list"> <li class="list-social__item list-social__item-twitter"> <a href="https://twitter.com/paramountco" class="link list-social__link"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-twitter" width="30px" height="30px" viewBox="0 0 1200 1227" fill="currentColor"> <path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z"/> </svg> <span class="visually-hidden">Twitter</span></a> </li><li class="list-social__item list-social__item-facebook"> <a href="https://www.facebook.com/ParamountCompany" class="link list-social__link" ><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-facebook" viewBox="0 0 18 18"> <path fill="currentColor" d="M16.42.61c.27 0 .5.1.69.28.19.2.28.42.28.7v15.44c0 .27-.1.5-.28.69a.94.94 0 01-.7.28h-4.39v-6.7h2.25l.31-2.65h-2.56v-1.7c0-.4.1-.72.28-.93.18-.2.5-.32 1-.32h1.37V3.35c-.6-.06-1.27-.1-2.01-.1-1.01 0-1.83.3-2.45.9-.62.6-.93 1.44-.93 2.53v1.97H7.04v2.65h2.24V18H.98c-.28 0-.5-.1-.7-.28a.94.94 0 01-.28-.7V1.59c0-.27.1-.5.28-.69a.94.94 0 01.7-.28h15.44z"> </svg> <span class="visually-hidden">Facebook</span></a> </li><li class="list-social__item list-social__item-instagram"> <a href="https://www.instagram.com/paramountco/" class="link list-social__link" ><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-instagram" viewBox="0 0 18 18"> <path fill="currentColor" d="M8.77 1.58c2.34 0 2.62.01 3.54.05.86.04 1.32.18 1.63.3.41.17.7.35 1.01.66.3.3.5.6.65 1 .12.32.27.78.3 1.64.05.92.06 1.2.06 3.54s-.01 2.62-.05 3.54a4.79 4.79 0 01-.3 1.63c-.17.41-.35.7-.66 1.01-.3.3-.6.5-1.01.66-.31.12-.77.26-1.63.3-.92.04-1.2.05-3.54.05s-2.62 0-3.55-.05a4.79 4.79 0 01-1.62-.3c-.42-.16-.7-.35-1.01-.66-.31-.3-.5-.6-.66-1a4.87 4.87 0 01-.3-1.64c-.04-.92-.05-1.2-.05-3.54s0-2.62.05-3.54c.04-.86.18-1.32.3-1.63.16-.41.35-.7.66-1.01.3-.3.6-.5 1-.65.32-.12.78-.27 1.63-.3.93-.05 1.2-.06 3.55-.06zm0-1.58C6.39 0 6.09.01 5.15.05c-.93.04-1.57.2-2.13.4-.57.23-1.06.54-1.55 1.02C1 1.96.7 2.45.46 3.02c-.22.56-.37 1.2-.4 2.13C0 6.1 0 6.4 0 8.77s.01 2.68.05 3.61c.04.94.2 1.57.4 2.13.23.58.54 1.07 1.02 1.56.49.48.98.78 1.55 1.01.56.22 1.2.37 2.13.4.94.05 1.24.06 3.62.06 2.39 0 2.68-.01 3.62-.05.93-.04 1.57-.2 2.13-.41a4.27 4.27 0 001.55-1.01c.49-.49.79-.98 1.01-1.56.22-.55.37-1.19.41-2.13.04-.93.05-1.23.05-3.61 0-2.39 0-2.68-.05-3.62a6.47 6.47 0 00-.4-2.13 4.27 4.27 0 00-1.02-1.55A4.35 4.35 0 0014.52.46a6.43 6.43 0 00-2.13-.41A69 69 0 008.77 0z"/> <path fill="currentColor" d="M8.8 4a4.5 4.5 0 100 9 4.5 4.5 0 000-9zm0 7.43a2.92 2.92 0 110-5.85 2.92 2.92 0 010 5.85zM13.43 5a1.05 1.05 0 100-2.1 1.05 1.05 0 000 2.1z"> </svg> <span class="visually-hidden">Instagram</span></a> </li><li class="list-social__item list-social__item-youtube"> <a href="https://www.youtube.com/c/ParamountCompany" class="link list-social__link" ><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" fill="currentColor"> </svg> <span class="visually-hidden">YouTube</span></a> </li><li class="list-social__item list-social__item-linkedin"> <a href="https://www.linkedin.com/company/paramountco/" class="link list-social__link" ><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon icon-linkedin" viewBox="0 0 18 18"> <path fill="currentColor" d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/> </svg><span class="visually-hidden">LinkedIn</span></a> </li> </ul> </div></div></div></div><div class="footer__content-bottom"> <div class="footer__content-bottom-wrapper page-width"><div class="footer__column footer__column--info"> <div class="language-payment-container"> <div class="footer__column footer__localization"><noscript><form method="post" action="/localization" id="FooterCountryFormNoScript" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/pages/south-park" /><div class="localization-form__select"> <h2 class="visually-hidden" id="FooterCountryLabelNoScript">Country/region</h2> <select class="localization-selector link" name="country_code" aria-labelledby="FooterCountryLabelNoScript"><option value="AF"> Afghanistan ؋ </option><option value="AX"> Åland Islands <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="AL"> Albania L </option><option value="DZ"> Algeria د.ج </option><option value="AD"> Andorra <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="AO"> Angola $ </option><option value="AI"> Anguilla <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="AG"> Antigua &amp; Barbuda $ </option><option value="AR"> Argentina $ </option><option value="AM"> Armenia դր. </option><option value="AW"> Aruba ƒ </option><option value="AU"> Australia <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="AT"> Austria <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="AZ"> Azerbaijan ₼ </option><option value="BS"> Bahamas <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="BH"> Bahrain $ </option><option value="BD"> Bangladesh ৳ </option><option value="BB"> Barbados <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="BE"> Belgium <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="BZ"> Belize <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="BJ"> Benin Fr </option><option value="BM"> Bermuda <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="BT"> Bhutan $ </option><option value="BO"> Bolivia Bs. </option><option value="BA"> Bosnia &amp; Herzegovina КМ </option><option value="BW"> Botswana P </option><option value="BR"> Brazil R$ </option><option value="IO"> British Indian Ocean Territory $ </option><option value="VG"> British Virgin Islands <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="BN"> Brunei <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="BG"> Bulgaria лв. </option><option value="BF"> Burkina Faso Fr </option><option value="BI"> Burundi Fr </option><option value="KH"> Cambodia ៛ </option><option value="CM"> Cameroon Fr </option><option value="CA"> Canada <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="CV"> Cape Verde $ </option><option value="BQ"> Caribbean Netherlands $ </option><option value="KY"> Cayman Islands <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="CF"> Central African Republic Fr </option><option value="TD"> Chad Fr </option><option value="CL"> Chile $ </option><option value="CN"> China <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 18V12M12 12L9 7M12 12L15 7M9 13H15M9 16H15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="CX"> Christmas Island <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="CC"> Cocos (Keeling) Islands $ </option><option value="CO"> Colombia $ </option><option value="KM"> Comoros Fr </option><option value="CK"> Cook Islands <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="CR"> Costa Rica ₡ </option><option value="CI"> Côte d’Ivoire Fr </option><option value="HR"> Croatia € </option><option value="CW"> Curaçao ƒ </option><option value="CY"> Cyprus <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="CZ"> Czechia Kč </option><option value="DK"> Denmark kr. </option><option value="DJ"> Djibouti Fdj </option><option value="DM"> Dominica <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="DO"> Dominican Republic $ </option><option value="EC"> Ecuador <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="EG"> Egypt <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="SV"> El Salvador <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="GQ"> Equatorial Guinea Fr </option><option value="ER"> Eritrea $ </option><option value="EE"> Estonia <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="SZ"> Eswatini $ </option><option value="ET"> Ethiopia Br </option><option value="FK"> Falkland Islands <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="FO"> Faroe Islands kr. </option><option value="FJ"> Fiji <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="FI"> Finland <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="FR"> France <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="GF"> French Guiana <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="PF"> French Polynesia Fr </option><option value="TF"> French Southern Territories € </option><option value="GA"> Gabon Fr </option><option value="GM"> Gambia D </option><option value="GE"> Georgia $ </option><option value="DE"> Germany <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="GH"> Ghana $ </option><option value="GI"> Gibraltar <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="GR"> Greece <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="GL"> Greenland kr. </option><option value="GD"> Grenada <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="GP"> Guadeloupe <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="GT"> Guatemala Q </option><option value="GG"> Guernsey <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="GN"> Guinea Fr </option><option value="GW"> Guinea-Bissau Fr </option><option value="GY"> Guyana <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="HT"> Haiti $ </option><option value="HN"> Honduras L </option><option value="HK"> Hong Kong SAR $ </option><option value="HU"> Hungary Ft </option><option value="IS"> Iceland kr </option><option value="IN"> India <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="ID"> Indonesia Rp </option><option value="IE"> Ireland <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="IM"> Isle of Man <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="IL"> Israel ₪ </option><option value="IT"> Italy <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="JM"> Jamaica <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="JP"> Japan <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 18V12M12 12L9 7M12 12L15 7M9 13H15M9 16H15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="JE"> Jersey <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="JO"> Jordan $ </option><option value="KZ"> Kazakhstan 〒 </option><option value="KE"> Kenya KSh </option><option value="KI"> Kiribati <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="XK"> Kosovo <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="KW"> Kuwait $ </option><option value="KG"> Kyrgyzstan som </option><option value="LA"> Laos ₭ </option><option value="LV"> Latvia <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="LS"> Lesotho $ </option><option value="LY"> Libya $ </option><option value="LI"> Liechtenstein CHF </option><option value="LT"> Lithuania <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="LU"> Luxembourg <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="MO"> Macao SAR P </option><option value="MG"> Madagascar $ </option><option value="MW"> Malawi MK </option><option value="MY"> Malaysia RM </option><option value="MV"> Maldives MVR </option><option value="ML"> Mali Fr </option><option value="MT"> Malta <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="MQ"> Martinique <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="MR"> Mauritania $ </option><option value="MU"> Mauritius <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="YT"> Mayotte <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="MX"> Mexico $ </option><option value="MD"> Moldova L </option><option value="MC"> Monaco € </option><option value="MN"> Mongolia ₮ </option><option value="ME"> Montenegro <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="MS"> Montserrat <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="MA"> Morocco د.م. </option><option value="MZ"> Mozambique $ </option><option value="NA"> Namibia <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="NR"> Nauru <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="NP"> Nepal <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="NL"> Netherlands <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="NC"> New Caledonia Fr </option><option value="NZ"> New Zealand <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="NI"> Nicaragua C$ </option><option value="NE"> Niger Fr </option><option value="NG"> Nigeria ₦ </option><option value="NU"> Niue $ </option><option value="NF"> Norfolk Island <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="MK"> North Macedonia ден </option><option value="NO"> Norway $ </option><option value="OM"> Oman $ </option><option value="PK"> Pakistan <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="PS"> Palestinian Territories ₪ </option><option value="PA"> Panama <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="PG"> Papua New Guinea K </option><option value="PY"> Paraguay ₲ </option><option value="PE"> Peru S/. </option><option value="PH"> Philippines ₱ </option><option value="PN"> Pitcairn Islands $ </option><option value="PL"> Poland zł </option><option value="PT"> Portugal <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="QA"> Qatar ر.ق </option><option value="RE"> Réunion € </option><option value="RO"> Romania Lei </option><option value="RW"> Rwanda FRw </option><option value="WS"> Samoa <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="SM"> San Marino <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="ST"> São Tomé &amp; Príncipe Db </option><option value="SA"> Saudi Arabia ر.س </option><option value="SN"> Senegal Fr </option><option value="RS"> Serbia РСД </option><option value="SC"> Seychelles <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="SG"> Singapore <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="SX"> Sint Maarten ƒ </option><option value="SK"> Slovakia <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="SI"> Slovenia <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="SB"> Solomon Islands <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="SO"> Somalia $ </option><option value="ZA"> South Africa $ </option><option value="GS"> South Georgia &amp; South Sandwich Islands £ </option><option value="KR"> South Korea <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 12L8 19L10 12M6 12L4 5M6 12H3M6 12H10M14 12L16 19L18 12M14 12L12 5L10 12M14 12H10M14 12H18M18 12L20 5M18 12H21" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="SS"> South Sudan $ </option><option value="ES"> Spain <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="LK"> Sri Lanka <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="BL"> St. Barthélemy € </option><option value="SH"> St. Helena £ </option><option value="KN"> St. Kitts &amp; Nevis $ </option><option value="LC"> St. Lucia $ </option><option value="MF"> St. Martin € </option><option value="PM"> St. Pierre &amp; Miquelon € </option><option value="VC"> St. Vincent &amp; Grenadines $ </option><option value="SD"> Sudan <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="SR"> Suriname <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="SJ"> Svalbard &amp; Jan Mayen $ </option><option value="SE"> Sweden kr </option><option value="CH"> Switzerland CHF </option><option value="TW"> Taiwan <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="TJ"> Tajikistan ЅМ </option><option value="TZ"> Tanzania Sh </option><option value="TH"> Thailand ฿ </option><option value="TL"> Timor-Leste $ </option><option value="TG"> Togo Fr </option><option value="TK"> Tokelau <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="TO"> Tonga T$ </option><option value="TT"> Trinidad &amp; Tobago $ </option><option value="TN"> Tunisia $ </option><option value="TR"> Türkiye $ </option><option value="TM"> Turkmenistan $ </option><option value="TC"> Turks &amp; Caicos Islands $ </option><option value="TV"> Tuvalu $ </option><option value="UM"> U.S. Outlying Islands $ </option><option value="UG"> Uganda USh </option><option value="AE"> United Arab Emirates د.إ </option><option value="GB"> United Kingdom <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="US" selected> United States <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="UY"> Uruguay $ </option><option value="UZ"> Uzbekistan </option><option value="VU"> Vanuatu Vt </option><option value="VA"> Vatican City <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </option><option value="VE"> Venezuela $ </option><option value="VN"> Vietnam ₫ </option><option value="WF"> Wallis &amp; Futuna Fr </option><option value="EH"> Western Sahara د.م. </option><option value="YE"> Yemen ﷼ </option><option value="ZM"> Zambia $ </option></select> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </div> <button class="button button--tertiary">Update country/region</button></form></noscript> <localization-form><form method="post" action="/localization" id="FooterCountryForm" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/pages/south-park" /><div class="no-js-hidden"> <h2 class="caption-large text-body visually-hidden" id="FooterCountryLabel">Country/region</h2> <div class="disclosure"> <button type="button" class="disclosure__button localization-form__select localization-selector link link--text caption-large" aria-expanded="false" aria-controls="FooterCountryList" aria-describedby="FooterCountryLabel"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-united-states" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7323)"> <path d="M256 511.999C397.385 511.999 512 397.384 512 255.999C512 114.614 397.385 -0.000976562 256 -0.000976562C114.615 -0.000976562 0 114.614 0 255.999C0 397.384 114.615 511.999 256 511.999Z" fill="#F0F0F0"/> <path d="M244.87 255.999H512C512 232.893 508.92 210.509 503.181 189.216H244.87V255.999Z" fill="#D80027"/> <path d="M244.87 122.434H474.426C458.755 96.8619 438.718 74.2589 415.356 55.6509H244.87V122.434Z" fill="#D80027"/> <path d="M256 511.999C316.249 511.999 371.626 491.175 415.356 456.347H96.644C140.374 491.175 195.751 511.999 256 511.999Z" fill="#D80027"/> <path d="M37.5738 389.564H474.426C487.007 369.035 496.764 346.595 503.181 322.781H8.81885C15.2358 346.595 24.9928 369.035 37.5738 389.564Z" fill="#D80027"/> <path d="M118.584 39.977H141.913L120.213 55.742L128.502 81.251L106.803 65.486L85.104 81.251L92.264 59.214C73.158 75.129 56.412 93.775 42.612 114.551H50.087L36.274 124.586C34.122 128.176 32.058 131.823 30.08 135.524L36.676 155.825L24.37 146.884C21.311 153.365 18.513 159.992 15.998 166.757L23.265 189.125H50.087L28.387 204.89L36.676 230.399L14.977 214.634L1.979 224.078C0.678 234.536 0 245.188 0 255.999H256C256 114.615 256 97.947 256 -0.000976562C205.428 -0.000976562 158.285 14.669 118.584 39.977ZM128.502 230.399L106.803 214.634L85.104 230.399L93.393 204.89L71.693 189.125H98.515L106.803 163.616L115.091 189.125H141.913L120.213 204.89L128.502 230.399ZM120.213 130.316L128.502 155.825L106.803 140.06L85.104 155.825L93.393 130.316L71.693 114.551H98.515L106.803 89.042L115.091 114.551H141.913L120.213 130.316ZM220.328 230.399L198.629 214.634L176.93 230.399L185.219 204.89L163.519 189.125H190.341L198.629 163.616L206.917 189.125H233.739L212.039 204.89L220.328 230.399ZM212.039 130.316L220.328 155.825L198.629 140.06L176.93 155.825L185.219 130.316L163.519 114.551H190.341L198.629 89.042L206.917 114.551H233.739L212.039 130.316ZM212.039 55.742L220.328 81.251L198.629 65.486L176.93 81.251L185.219 55.742L163.519 39.977H190.341L198.629 14.468L206.917 39.977H233.739L212.039 55.742Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7323"> <rect width="512" height="512" fill="white" transform="translate(0 -0.000976562)"/> </clipPath> </defs> </svg> </span>United States ( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD) <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </button> <ul id="FooterCountryList" role="list" class="disclosure__list list-unstyled" hidden><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AF"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-afghanistan" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7074)"> <path d="M367.304 25.402C333.648 9.128 295.89 0 256 0C216.11 0 178.352 9.128 144.696 25.402L122.435 256L144.696 486.598C178.352 502.872 216.11 512 256 512C295.89 512 333.648 502.872 367.304 486.598L389.565 256L367.304 25.402Z" fill="#D80027"/> <path d="M144.696 25.4111C59.066 66.8181 0 154.507 0 256C0 357.493 59.066 445.182 144.696 486.589V25.4111Z" fill="black"/> <path d="M367.304 25.4111V486.589C452.934 445.182 512 357.493 512 256C512 154.507 452.934 66.8181 367.304 25.4111Z" fill="#496E2D"/> <path d="M256 166.957C206.822 166.957 166.957 206.823 166.957 256C166.957 305.177 206.823 345.043 256 345.043C305.177 345.043 345.043 305.177 345.043 256C345.043 206.823 305.178 166.957 256 166.957ZM256 311.652C225.264 311.652 200.348 286.735 200.348 256C200.348 225.265 225.265 200.348 256 200.348C286.735 200.348 311.652 225.265 311.652 256C311.652 286.735 286.736 311.652 256 311.652Z" fill="#FFDA44"/> <path d="M256 222.609C243.705 222.609 233.739 232.575 233.739 244.87V278.261H278.261V244.87C278.261 232.575 268.295 222.609 256 222.609Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7074"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Afghanistan <span class="localization-form__currency">( ؋ AFN)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AX"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-åland-islands" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7075)"> <path d="M503.181 322.783C508.92 301.489 512 279.107 512 256C512 232.893 508.92 210.511 503.181 189.217L233.739 0.974121C183.718 5.28412 137.815 23.9741 100.174 52.8951L8.819 189.217C3.08 210.511 0 232.893 0 256C0 278.972 3.043 301.231 8.718 322.413L100.173 459.105C137.814 488.026 183.717 506.717 233.738 511.026L503.181 322.783Z" fill="#FFDA44"/> <path d="M8.81934 322.783C23.6313 377.742 56.2763 425.376 100.174 459.105V322.783H8.81934Z" fill="#0052B4"/> <path d="M233.739 511.026C241.077 511.658 248.498 512 256 512C374.279 512 473.805 431.779 503.181 322.783H233.739V511.026Z" fill="#0052B4"/> <path d="M503.181 189.217C473.805 80.221 374.279 0 256 0C248.498 0 241.077 0.342 233.739 0.974V189.217H503.181Z" fill="#0052B4"/> <path d="M100.174 52.895C56.2763 86.625 23.6313 134.258 8.81934 189.217H100.174V52.895Z" fill="#0052B4"/> <path d="M509.833 222.609H200.349H200.348V6.08496C176.69 11.331 154.261 19.834 133.565 31.127V222.608H2.167C0.742 233.539 0 244.683 0 256C0 267.317 0.742 278.461 2.167 289.391H133.564H133.565V480.872C154.261 492.164 176.69 500.669 200.348 505.914V289.394V289.392H509.833C511.256 278.461 512 267.317 512 256C512 244.683 511.256 233.539 509.833 222.609V222.609Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7075"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Åland Islands <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AL"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-albania" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7076)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#D80027"/> <path d="M400.696 190.009H307.97C313.694 184.015 317.217 175.9 317.217 166.957C317.217 148.516 302.267 133.566 283.826 133.566C272.208 133.566 261.981 139.502 256 148.503C250.019 139.502 239.791 133.566 228.174 133.566C209.733 133.566 194.783 148.516 194.783 166.957C194.783 175.9 198.306 184.016 204.03 190.009H111.305C111.305 214.598 132.722 234.53 157.309 234.53H155.825C155.825 259.12 175.758 279.053 200.348 279.053C200.348 287.017 202.447 294.483 206.111 300.947L169.181 337.878L197.515 366.21L237.707 326.019C239.281 326.596 240.91 327.059 242.592 327.374L218.305 382.209L256 422.957L293.695 382.207L269.408 327.372C271.091 327.057 272.719 326.595 274.293 326.017L314.485 366.208L342.819 337.875L305.888 300.944C309.553 294.481 311.652 287.014 311.652 279.05C336.241 279.05 356.174 259.118 356.174 234.527H354.691C379.278 234.529 400.696 214.598 400.696 190.009Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7076"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Albania <span class="localization-form__currency">( L ALL)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="DZ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-algeria" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7077)"> <path d="M256 0C397.384 0 512 114.616 512 256C512 397.384 397.384 512 256 512C256 500.87 222.609 256 222.609 256L256 0Z" fill="#F0F0F0"/> <path d="M256 512C114.616 512 0 397.384 0 256C0 114.616 114.616 0 256 0" fill="#496E2D"/> <path d="M311.003 206.896L289.999 235.841L255.982 224.809L277.02 253.729L256.018 282.674L290.022 271.603L311.06 300.522L311.038 264.761L345.043 253.689L311.027 242.659L311.003 206.896Z" fill="#D80027"/> <path d="M277.237 328.348C237.281 328.348 204.889 295.956 204.889 256C204.889 216.044 237.281 183.652 277.237 183.652C289.695 183.652 301.418 186.802 311.652 192.348C295.596 176.647 273.64 166.956 249.411 166.956C200.233 166.956 160.368 206.822 160.368 255.999C160.368 305.176 200.234 345.042 249.411 345.042C273.641 345.042 295.597 335.351 311.652 319.65C301.418 325.198 289.695 328.348 277.237 328.348Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7077"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Algeria <span class="localization-form__currency">( د.ج DZD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AD"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-andorra" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7079)"> <path d="M144.696 486.598C178.352 502.872 216.109 512 256 512C295.891 512 333.648 502.872 367.304 486.598L389.565 256L367.304 25.402C333.648 9.128 295.891 0 256 0C216.109 0 178.352 9.128 144.696 25.402L122.435 256L144.696 486.598Z" fill="#FFDA44"/> <path d="M367.304 486.589C452.935 445.183 512 357.493 512 256C512 154.507 452.935 66.8171 367.304 25.4111V486.589Z" fill="#D80027"/> <path d="M144.696 486.589V25.4111C59.065 66.8171 0 154.506 0 256C0 357.494 59.065 445.183 144.696 486.589Z" fill="#0052B4"/> <path d="M256 345.043C256 304.192 256 256 256 256H322.783V289.391C322.783 295.192 311.653 316.448 284.18 333.913C273.775 340.529 263.004 342.657 256 345.043Z" fill="#D80027"/> <path d="M189.217 189.217H256V256H189.217V189.217Z" fill="#D80027"/> <path d="M289.391 166.957C289.391 154.662 279.424 144.696 267.13 144.696C263.07 144.696 259.276 145.8 256 147.698C252.723 145.8 248.93 144.696 244.87 144.696C232.576 144.696 222.609 154.662 222.609 166.957H166.957V278.26C166.957 319.696 199.863 343.659 225.668 356.081C223.737 359.379 222.609 363.206 222.609 367.305C222.609 379.6 232.576 389.566 244.87 389.566C248.93 389.566 252.724 388.462 256 386.564C259.277 388.462 263.07 389.566 267.13 389.566C279.424 389.566 289.391 379.6 289.391 367.305C289.391 363.206 288.263 359.379 286.331 356.081C312.136 343.659 345.043 319.697 345.043 278.26V166.957H289.391ZM311.652 278.26C311.652 284.061 311.652 301.712 284.18 319.178C273.774 325.794 263.004 330.084 256 332.469C248.996 330.084 238.226 325.794 227.82 319.178C200.348 301.712 200.348 284.061 200.348 278.26V200.348H311.652V278.26Z" fill="#FF9811"/> </g> <defs> <clipPath id="clip0_4_7079"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Andorra <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AO"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-angola" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7080)"> <path d="M0 256C0 114.616 114.616 0 256 0C397.384 0 512 114.616 512 256C500.87 256 256 289.391 256 289.391L0 256Z" fill="#D80027"/> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256" fill="black"/> <path d="M220.898 203.612L242.6 219.362L234.33 244.87L256.016 229.094L277.72 244.844L269.418 219.344L291.102 203.57L264.287 203.586L255.984 178.087L247.713 203.595L220.898 203.612Z" fill="#FFDA44"/> <path d="M320 145.149C299.827 133.502 277.77 128.005 256 128.043V161.427C272.091 161.398 288.393 165.458 303.304 174.068C348.482 200.152 364.017 258.128 337.932 303.306C311.849 348.484 253.874 364.019 208.695 337.935C195.533 330.336 184.908 320.018 177.076 308.111L149.2 326.515C159.797 342.624 174.193 356.571 192 366.851C253.124 402.141 331.561 381.124 366.85 320C402.14 258.876 381.124 180.439 320 145.149Z" fill="#FFDA44"/> <path d="M182.19 233.739C173.34 249.918 179.282 270.209 195.46 279.059L303.909 338.319C296.534 351.8 300.451 368.209 313.932 375.584L343.227 391.609C356.708 398.985 373.619 394.033 380.994 380.551L397.019 351.257L182.19 233.739Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7080"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Angola <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AI"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-anguilla" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7081)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C0 256.061 256 0.028 256 0C397.384 0 512 114.616 512 256Z" fill="#0052B4"/> <path d="M255.315 256H256C256 255.77 256 255.546 256 255.315C255.772 255.544 255.544 255.772 255.315 256Z" fill="#F0F0F0"/> <path d="M256 133.565C256 88.52 256 59.005 256 0H255.957C114.591 0.024 0 114.629 0 256H133.565V180.789L208.776 256H255.316C255.544 255.772 255.772 255.544 256.001 255.315C256.001 238.068 256.001 222.679 256.001 208.778L180.788 133.565H256Z" fill="#F0F0F0"/> <path d="M129.515 33.3911C89.4756 56.1901 56.1886 89.4761 33.3906 129.515V256H100.174V100.176V100.174H256C256 79.1111 256 59.0451 256 33.3911H129.515Z" fill="#D80027"/> <path d="M255.999 224.519L165.044 133.566H133.564V133.568L255.997 256H255.999C255.999 256 255.999 234.293 255.999 224.519Z" fill="#D80027"/> <path d="M432.939 293.474C440.3 283.346 445.217 270.978 445.217 256V144.696C435.915 151.684 424.355 155.826 411.826 155.826C393.62 155.826 377.457 147.083 367.304 133.567C357.15 147.083 340.987 155.826 322.782 155.826C310.252 155.826 298.692 151.683 289.391 144.698V256C289.391 270.978 294.308 283.346 301.669 293.474H432.939Z" fill="#F3F3F3"/> <path d="M409.785 235.351C413.329 226.705 416.085 214.068 416.085 207.779C416.085 197.674 402.911 189.483 402.911 189.483C402.911 189.483 389.737 197.674 389.737 207.779C389.737 214.069 392.494 226.706 396.036 235.351L388.431 252.522C392.901 254.34 397.787 255.35 402.912 255.35C408.037 255.35 412.922 254.339 417.393 252.522L409.785 235.351Z" fill="#FF9811"/> <path d="M358.294 179.752C349.038 181.006 336.715 184.941 331.269 188.085C322.518 193.138 322.01 208.641 322.01 208.641C322.01 208.641 335.692 215.954 344.442 210.902C349.89 207.757 359.454 199.053 365.167 191.661L383.843 189.661C383.182 184.883 381.61 180.146 379.051 175.709C376.487 171.272 373.172 167.544 369.362 164.581L358.294 179.752Z" fill="#FF9811"/> <path d="M335.892 252.146C341.605 259.534 351.172 268.237 356.62 271.383C365.371 276.435 379.052 269.124 379.052 269.124C379.052 269.124 378.542 253.619 369.793 248.566C364.344 245.421 352.023 241.49 342.765 240.238L331.698 225.065C327.889 228.027 324.573 231.757 322.01 236.19C319.449 240.629 317.881 245.364 317.217 250.145L335.892 252.146Z" fill="#FF9811"/> <path d="M298.916 289.394C319.704 322.749 367.305 333.914 367.305 333.914C367.305 333.914 414.905 322.749 435.694 289.394H298.916Z" fill="#338AF3"/> </g> <defs> <clipPath id="clip0_4_7081"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Anguilla <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> XCD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AG"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-antigua-&amp;-barbuda" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7082)"> <path d="M0 256C0 273.535 1.768 290.657 5.127 307.2L256 322.783L506.874 307.2C510.234 290.657 512 273.535 512 256C512 238.465 510.232 221.343 506.874 204.8L256 189.217L5.127 204.8C1.768 221.343 0 238.465 0 256H0Z" fill="#0052B4"/> <path d="M506.874 307.2H5.12695C28.846 424.05 132.151 512 256 512C379.849 512 483.154 424.05 506.874 307.2Z" fill="#F0F0F0"/> <path d="M5.12695 204.8H506.875C483.154 87.95 379.851 0 256 0C132.149 0 28.846 87.95 5.12695 204.8Z" fill="black"/> <path d="M367.304 204.8H144.696L190.176 183.406L165.957 139.361L215.342 148.806L221.602 98.917L256 135.611L290.4 98.917L296.656 148.806L346.043 139.361L321.826 183.408L367.304 204.8Z" fill="#FFDA44"/> <path d="M0 256C0 397.384 114.616 512 256 512L51.196 102.391C19.052 145.18 0 198.363 0 256Z" fill="#A2001D"/> <path d="M256 512C397.384 512 512 397.384 512 256C512 198.363 492.948 145.18 460.804 102.391L256 512Z" fill="#A2001D"/> </g> <defs> <clipPath id="clip0_4_7082"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Antigua &amp; Barbuda <span class="localization-form__currency">( $ XCD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AR"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-argentina" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7083)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 0C154.506 0 66.8103 59.065 25.4023 144.696H486.597C445.19 59.065 357.493 0 256 0Z" fill="#338AF3"/> <path d="M256 512C357.493 512 445.19 452.935 486.598 367.304H25.4023C66.8103 452.935 154.506 512 256 512Z" fill="#338AF3"/> <path d="M332.515 256L301.25 270.707L317.899 300.986L283.949 294.491L279.647 328.787L256 303.563L232.352 328.787L228.051 294.491L194.101 300.985L210.749 270.706L179.485 256L210.75 241.293L194.101 211.015L228.05 217.509L232.353 183.213L256 208.437L279.648 183.213L283.949 217.509L317.9 211.015L301.251 241.294L332.515 256Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7083"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Argentina <span class="localization-form__currency">( $ ARS)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-armenia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7084)"> <path d="M512 256C512 224.686 506.368 194.689 496.077 166.957L256 155.826L15.923 166.956C5.633 194.689 0 224.686 0 256C0 287.314 5.633 317.311 15.923 345.043L256 356.174L496.077 345.044C506.368 317.311 512 287.314 512 256Z" fill="#0052B4"/> <path d="M256 512C366.071 512 459.906 442.528 496.077 345.043H15.9229C52.0939 442.528 145.929 512 256 512Z" fill="#FF9811"/> <path d="M15.9229 166.957H496.078C459.906 69.472 366.071 0 256 0C145.929 0 52.0939 69.472 15.9229 166.957Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7084"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Armenia <span class="localization-form__currency">( դր. AMD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AW"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-aruba" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7085)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#FFDA44"/> <path d="M256 512C333.591 512 403.114 477.476 450.061 422.957H61.9395C108.886 477.476 178.409 512 256 512Z" fill="#338AF3"/> <path d="M512 256C512 114.616 397.384 0 256 0C114.616 0 0 114.616 0 256C0 279.107 3.08 301.489 8.819 322.783H503.182C508.92 301.489 512 279.107 512 256Z" fill="#338AF3"/> <path d="M20.3486 356.174C25.2836 367.77 31.0526 378.922 37.5736 389.565H474.426C480.947 378.921 486.716 367.769 491.653 356.174H20.3486Z" fill="#338AF3"/> <path d="M117.317 161.463L67.3008 139.389L117.317 117.315L139.39 67.2998L161.463 117.315L211.478 139.389L161.463 161.463L139.39 211.478L117.317 161.463Z" fill="#F0F0F0"/> <path d="M139.39 94.8672L153.021 125.756L183.911 139.389L153.021 153.021L139.39 183.91L125.757 153.021L94.8682 139.389L125.757 125.756L139.39 94.8672Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7085"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Aruba <span class="localization-form__currency">( ƒ AWG)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AU"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-australia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7086)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C0 256.06 256 0.029 256 0C397.384 0 512 114.616 512 256Z" fill="#0052B4"/> <path d="M256 0C255.986 0 255.971 0.001 255.957 0.001L256 0Z" fill="#F0F0F0"/> <path d="M255.315 256H256C256 255.768 256 255.546 256 255.315C255.772 255.544 255.544 255.772 255.315 256Z" fill="#F0F0F0"/> <path d="M256 133.566C256 88.521 256 59.004 256 0.000976562H255.957C114.592 0.0239766 0 114.629 0 256H133.565V180.788L208.777 256H255.316C255.545 255.772 255.773 255.544 256.001 255.315C256.001 238.068 256.001 222.679 256.001 208.779L180.788 133.566H256Z" fill="#F0F0F0"/> <path d="M129.515 33.3911C89.4756 56.1901 56.1896 89.4761 33.3906 129.515V256H100.174V100.175V100.174H256C256 79.1111 256 59.0451 256 33.3911H129.515Z" fill="#D80027"/> <path d="M255.999 224.519L165.046 133.567H133.565C133.565 133.566 133.565 133.567 133.565 133.567L255.998 256H255.999C255.999 256 255.999 234.295 255.999 224.519Z" fill="#D80027"/> <path d="M154.395 300.522L168.445 329.9L200.172 322.567L185.964 351.869L211.478 372.102L179.711 379.262L179.8 411.826L154.395 391.453L128.991 411.826L129.08 379.262L97.3115 372.102L122.827 351.869L108.617 322.567L140.346 329.9L154.395 300.522Z" fill="#F0F0F0"/> <path d="M383.283 356.174L390.308 370.863L406.172 367.196L399.067 381.847L411.825 391.964L395.941 395.544L395.985 411.826L383.283 401.639L370.581 411.826L370.625 395.544L354.742 391.964L367.499 381.847L360.395 367.196L376.258 370.863L383.283 356.174Z" fill="#F0F0F0"/> <path d="M317.933 200.348L324.957 215.038L340.821 211.37L333.717 226.021L346.474 236.138L330.591 239.718L330.634 256L317.933 245.813L305.231 256L305.274 239.718L289.391 236.138L302.148 226.021L295.044 211.37L310.908 215.038L317.933 200.348Z" fill="#F0F0F0"/> <path d="M383.283 111.304L390.308 125.994L406.172 122.327L399.068 136.978L411.824 147.094L395.941 150.675L395.985 166.957L383.283 156.77L370.581 166.957L370.625 150.675L354.742 147.094L367.498 136.978L360.395 122.327L376.258 125.994L383.283 111.304Z" fill="#F0F0F0"/> <path d="M440.367 178.087L447.391 192.777L463.255 189.109L456.151 203.76L468.908 213.877L453.024 217.458L453.068 233.739L440.367 223.553L427.665 233.739L427.708 217.458L411.825 213.877L424.582 203.76L417.478 189.109L433.341 192.777L440.367 178.087Z" fill="#F0F0F0"/> <path d="M399.55 256L405.075 273.006H422.957L408.49 283.517L414.017 300.522L399.55 290.012L385.084 300.522L390.609 283.517L376.143 273.006H394.024L399.55 256Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7086"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Australia <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> AUD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AT"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-austria" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7087)"> <path d="M496.077 345.043C506.368 317.311 512 287.314 512 256C512 224.686 506.368 194.691 496.077 166.957L256 144.696L15.923 166.957C5.633 194.691 0 224.686 0 256C0 287.314 5.633 317.311 15.923 345.043L256 367.304L496.077 345.043Z" fill="#F0F0F0"/> <path d="M256 512C366.07 512 459.906 442.528 496.076 345.043H15.9219C52.0939 442.528 145.928 512 256 512Z" fill="#D80027"/> <path d="M256 0C145.928 0 52.0939 69.472 15.9219 166.957H496.077C459.906 69.472 366.07 0 256 0Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7087"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Austria <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AZ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-azerbaijan" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7088)"> <path d="M512 256C512 224.686 506.368 194.689 496.077 166.957L256 155.826L15.923 166.956C5.633 194.689 0 224.686 0 256C0 287.314 5.633 317.311 15.923 345.043L256 356.174L496.077 345.044C506.368 317.311 512 287.314 512 256Z" fill="#D80027"/> <path d="M256 512C366.071 512 459.906 442.528 496.077 345.043H15.9229C52.0939 442.528 145.929 512 256 512Z" fill="#6DA544"/> <path d="M15.9229 166.957H496.078C459.906 69.472 366.071 0 256 0C145.929 0 52.0939 69.472 15.9229 166.957Z" fill="#338AF3"/> <path d="M261.565 328.348C221.609 328.348 189.217 295.956 189.217 256C189.217 216.044 221.609 183.652 261.565 183.652C274.023 183.652 285.746 186.802 295.98 192.348C279.924 176.647 257.968 166.956 233.739 166.956C184.561 166.956 144.696 206.822 144.696 255.999C144.696 305.176 184.562 345.042 233.739 345.042C257.969 345.042 279.925 335.351 295.98 319.65C285.746 325.198 274.023 328.348 261.565 328.348Z" fill="#F0F0F0"/> <path d="M317.217 205.913L326.8 232.864L352.634 220.582L340.353 246.416L367.304 256L340.353 265.584L352.634 291.418L326.8 279.136L317.217 306.087L307.635 279.136L281.8 291.418L294.082 265.584L267.13 256L294.082 246.416L281.8 220.582L307.635 232.864L317.217 205.913Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7088"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Azerbaijan <span class="localization-form__currency">( ₼ AZN)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BS"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-bahamas" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7090)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#FFDA44"/> <path d="M155.826 166.957H496.076C459.906 69.472 366.07 0 256 0C185.306 0 121.313 28.659 74.9893 74.989L155.826 166.957Z" fill="#338AF3"/> <path d="M155.826 345.043H496.076C459.906 442.528 366.07 512 256 512C185.306 512 121.313 483.341 74.9893 437.011L155.826 345.043Z" fill="#338AF3"/> <path d="M74.9795 74.98C-24.9945 174.954 -24.9945 337.045 74.9795 437.02C116.293 395.707 156.026 355.974 256 256L74.9795 74.98Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7090"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Bahamas <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> BSD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BH"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-bahrain" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7091)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 0C204.624 0 156.792 15.145 116.7 41.198L182.539 85.327L100.174 127.993L182.539 170.659L100.174 213.325L182.539 255.986L100.174 298.651L182.539 341.316L100.174 383.986L182.539 426.652L116.692 470.795C156.786 496.853 204.621 512 256 512C397.384 512 512 397.384 512 256C512 114.616 397.384 0 256 0V0Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7091"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Bahrain <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BD"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-bangladesh" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7093)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#496E2D"/> <path d="M200.348 367.304C261.819 367.304 311.652 317.471 311.652 256C311.652 194.528 261.819 144.696 200.348 144.696C138.876 144.696 89.0439 194.528 89.0439 256C89.0439 317.471 138.876 367.304 200.348 367.304Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7093"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Bangladesh <span class="localization-form__currency">( ৳ BDT)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BB"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-barbados" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7094)"> <path d="M367.304 25.402C333.648 9.128 295.89 0 256 0C216.11 0 178.352 9.128 144.696 25.402L122.435 256L144.696 486.598C178.352 502.872 216.11 512 256 512C295.89 512 333.648 502.872 367.304 486.598L389.565 256L367.304 25.402Z" fill="#FFDA44"/> <path d="M144.696 25.4111C59.066 66.8171 0 154.506 0 256C0 357.494 59.066 445.183 144.696 486.589V25.4111Z" fill="#0052B4"/> <path d="M367.304 25.4111V486.589C452.934 445.183 512 357.493 512 256C512 154.507 452.934 66.8171 367.304 25.4111Z" fill="#0052B4"/> <path d="M333.913 155.826L348.846 163.292L333.913 155.826L318.979 148.36C318.079 150.161 298.58 189.834 295.395 250.435H272.696V155.826L256 133.565L239.304 155.826V250.435H216.605C213.419 189.834 193.921 150.161 193.02 148.36L163.154 163.293C163.36 163.703 183.653 205.008 183.653 267.131V283.827H239.305V378.436H272.696V283.827H328.348V267.13C328.348 235.012 333.905 208.528 338.568 191.966C343.651 173.906 348.814 163.359 348.865 163.254L333.913 155.826Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7094"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Barbados <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> BBD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-belgium" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7097)"> <path d="M345.043 15.923C317.31 5.633 287.314 0 256 0C224.686 0 194.69 5.633 166.957 15.923L144.696 256L166.957 496.077C194.69 506.368 224.686 512 256 512C287.314 512 317.31 506.368 345.043 496.077L367.304 256L345.043 15.923Z" fill="#FFDA44"/> <path d="M512 256C512 145.93 442.528 52.0938 345.043 15.9238V496.079C442.528 459.906 512 366.072 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.072 69.472 459.906 166.957 496.078V15.9238C69.472 52.0938 0 145.93 0 256Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7097"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Belgium <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BZ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-belize" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7098)"> <path d="M512 256C512 168.139 467.731 90.6261 400.287 44.5221L256 33.3911L111.713 44.5211C44.27 90.6261 0 168.14 0 256C0 343.863 44.27 421.374 111.713 467.478L256 478.609L400.287 467.479C467.731 421.374 512 343.863 512 256Z" fill="#0052B4"/> <path d="M400.287 44.522C359.202 16.436 309.524 0 256 0C202.477 0 152.798 16.436 111.713 44.522H400.287Z" fill="#A2001D"/> <path d="M111.713 467.478C152.797 495.564 202.477 512 256 512C309.524 512 359.202 495.564 400.287 467.478H111.713Z" fill="#A2001D"/> <path d="M256 378.435C323.619 378.435 378.435 323.619 378.435 256C378.435 188.381 323.619 133.565 256 133.565C188.381 133.565 133.565 188.381 133.565 256C133.565 323.619 188.381 378.435 256 378.435Z" fill="#F0F0F0"/> <path d="M256 356.174C311.325 356.174 356.174 311.325 356.174 256C356.174 200.676 311.325 155.826 256 155.826C200.676 155.826 155.826 200.676 155.826 256C155.826 311.325 200.676 356.174 256 356.174Z" fill="#6DA544"/> <path d="M256 322.783C292.883 322.783 322.783 292.883 322.783 256C322.783 219.117 292.883 189.217 256 189.217C219.117 189.217 189.217 219.117 189.217 256C189.217 292.883 219.117 322.783 256 322.783Z" fill="#F0F0F0"/> <path d="M256 239.304L219.826 256V283.826L256 306.087L292.174 283.826V256L256 239.304Z" fill="#0052B4"/> <path d="M219.826 222.609H292.174V256H219.826V222.609Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7098"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Belize <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> BZD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BJ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-benin" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7099)"> <path d="M166.957 233.739L189.218 503.181C210.511 508.92 232.893 512 256 512C397.384 512 512 397.384 512 256L166.957 233.739Z" fill="#D80027"/> <path d="M166.957 256L189.217 8.819C210.511 3.08 232.893 0 256 0C397.384 0 512 114.616 512 256H166.957Z" fill="#FFDA44"/> <path d="M0 256C0 374.279 80.221 473.805 189.217 503.181V8.81885C80.221 38.1948 0 137.721 0 256Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7099"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Benin <span class="localization-form__currency">( Fr XOF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-bermuda" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7100)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C0 256.061 256 0.028 256 0C397.384 0 512 114.616 512 256Z" fill="#D80027"/> <path d="M256 122.435V208.778L166.957 122.435H256Z" fill="#0052B4"/> <path d="M133.565 256H208.776L133.565 155.826L122.435 233.739L133.565 256Z" fill="#0052B4"/> <path d="M255.315 256H256C256 255.77 256 255.546 256 255.315C255.772 255.544 255.544 255.772 255.315 256Z" fill="#F0F0F0"/> <path d="M256 133.565C256 88.52 256 59.005 256 0H255.957C114.591 0.024 0 114.629 0 256H133.565V180.789L208.776 256H255.316C255.544 255.772 255.772 255.544 256.001 255.315C256.001 238.068 256.001 222.679 256.001 208.778L180.788 133.565H256Z" fill="#F0F0F0"/> <path d="M129.515 33.3911C89.4756 56.1901 56.1886 89.4761 33.3906 129.515V267.13H100.174V100.176V100.174H267.13C267.13 79.1111 267.13 59.0451 267.13 33.3911H129.515Z" fill="#D80027"/> <path d="M266.176 234.694L165.044 133.565H133.564V133.567L266.173 266.176H266.175C266.176 266.177 266.176 244.47 266.176 234.694Z" fill="#D80027"/> <path d="M289.391 133.565V255.999C289.391 315.639 445.217 315.639 445.217 255.999V133.565H289.391Z" fill="#F3F3F3"/> <path d="M289.391 256V255.999C289.391 315.639 367.304 333.913 367.304 333.913C367.304 333.913 445.217 315.639 445.217 255.999V256H289.391Z" fill="#6DA544"/> <path d="M367.304 207.026L331.13 222.609V256L367.304 278.261L403.478 256V222.609L367.304 207.026Z" fill="#A2001D"/> <path d="M331.13 189.217H403.478V222.608H331.13V189.217Z" fill="#338AF3"/> </g> <defs> <clipPath id="clip0_4_7100"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Bermuda <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BT"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-bhutan" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7101)"> <path d="M437.019 437.02C337.045 536.994 174.955 536.994 74.9795 437.02C-24.9945 337.046 -24.9945 174.955 74.9795 74.9798C75.0155 74.9798 305.038 7.01283 405.013 106.987C504.988 206.961 437.088 436.95 437.019 437.02Z" fill="#FFDA44"/> <path d="M437.019 437.02C536.993 337.046 536.993 174.955 437.019 74.9799C337.045 -24.9951 174.955 -24.9941 74.9805 74.9799L437.019 437.02Z" fill="#D80027"/> <path d="M322.916 322.941C312.4 327.071 300.181 326.633 289.58 320.684C270.85 310.172 264.164 286.378 274.679 267.645L271.487 265.855C303.558 258.122 327.285 229.012 326.869 194.66C326.611 173.303 317.068 154.196 302.141 141.122L278.768 165.068C287.604 172.11 293.333 182.912 293.48 195.065C293.74 216.545 276.478 234.232 254.999 234.491L255.044 238.148C232.311 214.242 195.239 208.249 165.698 225.785C147.332 236.689 135.558 254.505 131.697 273.97L164.121 282.24C165.802 271.066 172.291 260.704 182.742 254.499C201.213 243.534 225.161 249.642 236.126 268.112L239.274 266.245C229.936 297.883 243.281 332.986 273.24 349.802C291.866 360.256 313.182 361.545 331.97 355.156L322.916 322.941ZM255.268 256.747L255.266 256.748L255.268 256.747Z" fill="#FF9811"/> <path d="M350.786 173.381L332.692 237.952L278.402 227.927L243.456 155.892L149.049 189.393L141.604 168.413L116.904 165.37L135.515 217.819L200.484 201.203L218.947 253.232L174.035 319.513L250.252 384.519L235.805 401.456L245.52 424.371L281.638 382.027L234.764 334.07L270.591 292.067L350.449 297.821L368.638 199.311L390.529 203.354L405.518 183.484L350.786 173.381ZM255.981 257.742V257.744V257.742Z" fill="#FFEACF"/> </g> <defs> <clipPath id="clip0_4_7101"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Bhutan <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BO"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-bolivia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7102)"> <path d="M512 256.001C512 224.687 506.368 194.69 496.077 166.958L256 155.827L15.923 166.957C5.632 194.69 0 224.687 0 256.001C0 287.315 5.632 317.312 15.923 345.044L256 356.175L496.077 345.045C506.368 317.312 512 287.315 512 256.001Z" fill="#FFDA44"/> <path d="M256 512.001C366.071 512.001 459.906 442.529 496.077 345.044H15.9229C52.0939 442.529 145.929 512.001 256 512.001Z" fill="#6DA544"/> <path d="M15.9229 166.958H496.078C459.906 69.473 366.071 0.000976562 256 0.000976562C145.929 0.000976562 52.0939 69.473 15.9229 166.958Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7102"> <rect width="512" height="512" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Bolivia <span class="localization-form__currency">( Bs. BOB)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BA"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-bosnia-&amp;-herzegovina" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7104)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 0C165.23 0 85.4999 47.243 40.0439 118.479L387.203 475.849C461.946 431.147 512 349.423 512 256C512 114.616 397.384 0 256 0Z" fill="#FFDA44"/> <path d="M512 256C512 189.578 486.702 129.07 445.217 83.572V428.429C486.702 382.93 512 322.422 512 256Z" fill="#0052B4"/> <path d="M319.789 481.873L346.604 481.856L354.876 456.347L363.178 481.846L376.628 481.838C384.875 477.423 392.852 472.571 400.528 467.309L44.689 111.471C38.825 120.027 33.477 128.961 28.668 138.221L31.83 147.933L58.645 147.916L36.961 163.691L45.263 189.19L23.559 173.442L10.614 182.858C3.713 206.034 0 230.583 0 256C0 397.384 114.616 512 256 512C285.892 512 314.583 506.868 341.25 497.448L319.789 481.873ZM57.099 244.87L65.369 219.362L43.667 203.612L70.482 203.595L78.753 178.086L87.055 203.585L113.87 203.568L92.185 219.343L100.487 244.842L78.783 229.094L57.099 244.87ZM112.324 300.522L120.594 275.014L98.892 259.264L125.707 259.247L133.978 233.738L142.28 259.237L169.095 259.22L147.411 274.995L155.713 300.494L134.009 284.746L112.324 300.522ZM167.548 356.174L175.818 330.666L154.116 314.916L180.931 314.899L189.202 289.39L197.504 314.889L224.319 314.872L202.635 330.647L210.937 356.146L189.233 340.396L167.548 356.174ZM244.457 396.051L222.772 411.826L231.042 386.318L209.34 370.568L236.155 370.551L244.427 345.042L252.729 370.541L279.544 370.524L257.86 386.299L266.162 411.798L244.457 396.051ZM277.997 467.478L286.267 441.97L264.565 426.22L291.38 426.203L299.651 400.694L307.953 426.193L334.768 426.176L313.084 441.951L321.386 467.45L299.682 451.7L277.997 467.478Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7104"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Bosnia &amp; Herzegovina <span class="localization-form__currency">( КМ BAM)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BW"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-botswana" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7105)"> <path d="M12.089 178.086C4.24698 202.655 -2.32609e-05 228.828 0.000976739 255.999C-2.32609e-05 283.168 4.24698 309.342 12.09 333.912L256.001 345.044L499.911 333.912C507.752 309.342 512 283.167 512 256C512 228.83 507.753 202.655 499.911 178.086L256 166.956L12.089 178.086Z" fill="#F0F0F0"/> <path d="M512 256C512 240.813 510.67 225.937 508.133 211.477H3.868C1.33 225.937 0 240.811 0 255.999C0 271.187 1.331 286.061 3.868 300.521H508.133C510.669 286.06 512 271.186 512 256Z" fill="black"/> <path d="M256.001 511.999C370.217 511.999 466.947 437.196 499.911 333.911H12.0898C45.0548 437.195 141.786 511.997 256.001 511.999Z" fill="#338AF3"/> <path d="M256.001 0.000976603C141.786 0.000976603 45.0559 74.804 12.0889 178.086L499.909 178.087C466.946 74.804 370.215 -0.0010234 256.001 0.000976603Z" fill="#338AF3"/> </g> <defs> <clipPath id="clip0_4_7105"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Botswana <span class="localization-form__currency">( P BWP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BR"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-brazil" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7106)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#6DA544"/> <path d="M256 100.174L467.478 256L256 411.826L44.5225 256L256 100.174Z" fill="#FFDA44"/> <path d="M256 345.043C305.177 345.043 345.043 305.177 345.043 256C345.043 206.823 305.177 166.957 256 166.957C206.823 166.957 166.957 206.823 166.957 256C166.957 305.177 206.823 345.043 256 345.043Z" fill="#F0F0F0"/> <path d="M211.478 250.435C195.994 250.435 181.051 252.79 166.985 257.16C167.608 305.8 207.212 345.044 256 345.044C286.168 345.044 312.812 330.027 328.919 307.076C301.362 272.579 258.961 250.435 211.478 250.435Z" fill="#0052B4"/> <path d="M343.394 273.06C344.466 267.536 345.045 261.837 345.045 256C345.045 206.822 305.179 166.957 256.002 166.957C219.308 166.957 187.808 189.158 174.176 220.856C186.226 218.359 198.702 217.044 211.481 217.044C263.198 217.043 309.984 238.541 343.394 273.06Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7106"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Brazil <span class="localization-form__currency">( R$ BRL)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="IO"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-british-indian-ocean-territory" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7108)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M469.33 286.637C447.997 286.637 447.997 267.131 426.663 267.131C405.33 267.131 405.33 286.637 383.998 286.637C362.666 286.637 362.665 267.131 341.333 267.131C320 267.131 320 286.637 298.666 286.637C277.332 286.637 277.331 267.131 255.996 267.131C234.663 267.131 234.663 286.637 213.331 286.637C192.001 286.637 192.001 267.131 170.668 267.131C149.333 267.131 149.333 286.637 127.998 286.637C106.663 286.637 106.663 267.131 85.328 267.131C63.998 267.131 63.998 286.637 42.665 286.637C21.447 286.637 21.324 267.346 0.333008 267.14C0.924008 278.849 2.32201 290.346 4.43601 301.589C21.44 304.086 22.929 320.769 42.667 320.769C64 320.769 64 301.265 85.33 301.265C106.665 301.265 106.665 320.769 128 320.769C149.335 320.769 149.335 301.265 170.67 301.265C192.003 301.265 192.003 320.769 213.333 320.769C234.666 320.769 234.666 301.265 255.998 301.265C277.333 301.265 277.333 320.769 298.668 320.769C320.003 320.769 320.003 301.265 341.335 301.265C362.668 301.265 362.668 320.769 384 320.769C405.333 320.769 405.333 301.265 426.665 301.265C448 301.265 448 320.769 469.332 320.769C489.071 320.769 490.56 304.087 507.565 301.589C509.68 290.345 511.076 278.85 511.67 267.14C490.674 267.347 490.549 286.637 469.33 286.637Z" fill="#0052B4"/> <path d="M426.663 333.913C405.33 333.913 405.33 353.419 383.998 353.419C362.666 353.419 362.665 333.913 341.333 333.913C320 333.913 320 353.419 298.666 353.419C277.331 353.419 277.331 333.913 255.996 333.913C234.663 333.913 234.663 353.419 213.331 353.419C192.001 353.419 192.001 333.913 170.668 333.913C149.333 333.913 149.333 353.419 127.998 353.419C106.663 353.419 106.663 333.913 85.3277 333.913C63.9977 333.913 63.9977 353.419 42.6647 353.419C26.9497 353.419 22.8007 342.841 13.1777 337.269C19.0057 354.688 26.6607 371.267 35.9057 386.791C37.9077 387.274 40.1337 387.552 42.6637 387.552C63.9967 387.552 63.9967 368.048 85.3267 368.048C106.662 368.048 106.662 387.552 127.997 387.552C149.332 387.552 149.332 368.048 170.667 368.048C192 368.048 192 387.552 213.33 387.552C234.663 387.552 234.663 368.048 255.995 368.048C277.33 368.048 277.33 387.552 298.665 387.552C320 387.552 320 368.048 341.332 368.048C362.665 368.048 362.665 387.552 383.997 387.552C405.329 387.552 405.33 368.048 426.662 368.048C447.997 368.048 447.997 387.552 469.329 387.552C471.861 387.552 474.089 387.274 476.092 386.79C485.338 371.267 492.992 354.688 498.819 337.27C489.196 342.842 485.046 353.42 469.329 353.42C447.998 353.419 447.998 333.913 426.663 333.913Z" fill="#0052B4"/> <path d="M506.044 200.941C490.45 204.178 488.462 219.854 469.33 219.854C447.997 219.854 447.997 200.348 426.663 200.348C405.33 200.348 405.33 219.854 383.998 219.854C362.666 219.854 362.665 200.348 341.333 200.348C320 200.348 320 219.854 298.666 219.854C277.332 219.854 277.331 200.348 255.996 200.348C244.469 200.348 239.169 206.042 233.368 211.278V245.411C239.169 240.176 244.468 234.483 255.996 234.483C277.331 234.483 277.331 253.987 298.666 253.987C320.001 253.987 320.001 234.483 341.333 234.483C362.666 234.483 362.666 253.987 383.998 253.987C405.33 253.987 405.331 234.483 426.663 234.483C447.998 234.483 447.998 253.987 469.33 253.987C489.069 253.987 490.558 237.305 507.563 234.807C508.653 234.807 509.871 234.796 511.118 234.781C510.173 223.268 508.463 211.972 506.044 200.941Z" fill="#0052B4"/> <path d="M487.344 146.274C482.923 149.987 477.813 153.071 469.331 153.071C447.998 153.071 447.998 133.565 426.664 133.565C405.331 133.565 405.331 153.071 383.999 153.071C362.667 153.071 362.666 133.565 341.334 133.565C320.001 133.565 320.001 153.071 298.667 153.071C277.333 153.071 277.332 133.565 255.997 133.565C244.47 133.565 239.17 139.259 233.369 144.495V178.628C239.17 173.393 244.469 167.7 255.997 167.7C277.332 167.7 277.332 187.204 298.667 187.204C320 187.204 320 167.7 341.333 167.7C362.666 167.7 362.666 187.204 383.998 187.204C405.33 187.204 405.33 167.7 426.663 167.7C447.998 167.7 447.998 187.204 469.33 187.204C484.467 187.204 488.876 177.399 497.776 171.697C494.743 163 491.26 154.515 487.344 146.274Z" fill="#0052B4"/> <path d="M428.485 66.835C427.893 66.803 427.29 66.783 426.663 66.783C405.33 66.783 405.33 86.289 383.998 86.289C362.665 86.289 362.665 66.783 341.333 66.783C320 66.783 320 86.289 298.665 86.289C277.33 86.289 277.33 66.783 255.995 66.783C244.468 66.783 239.168 72.477 233.367 77.713V111.846C239.168 106.611 244.467 100.918 255.995 100.918C277.33 100.918 277.33 120.422 298.665 120.422C320 120.422 320 100.918 341.332 100.918C362.665 100.918 362.665 120.422 383.997 120.422C405.329 120.422 405.33 100.918 426.662 100.918C447.997 100.918 447.997 120.422 469.329 120.422C470.643 120.422 471.87 120.344 473.032 120.205C460.641 100.441 445.637 82.484 428.485 66.835Z" fill="#0052B4"/> <path d="M321.432 8.45395C315.576 13.722 310.284 19.508 298.665 19.508C277.33 19.508 277.33 0.00395313 255.996 0.00195312H255.992C244.96 0.00295313 239.634 5.21995 234.11 10.259V44.393C239.633 39.354 244.961 34.136 255.996 34.136C277.331 34.136 277.331 53.64 298.666 53.64C320 53.64 320 34.136 341.333 34.136C362.666 34.136 362.666 53.64 383.998 53.64C392.949 53.64 398.141 50.204 402.733 46.218C378.397 29.163 350.959 16.237 321.432 8.45395Z" fill="#0052B4"/> <path d="M298.665 486.984C277.33 486.984 277.33 467.478 255.995 467.478C234.662 467.478 234.662 486.984 213.33 486.984C192 486.984 192 467.478 170.667 467.478C154.326 467.478 150.493 478.912 140.013 484.27C168.913 498.984 200.98 508.363 234.92 511.13C240.169 506.334 245.501 501.612 255.995 501.612C266.492 501.612 271.824 506.334 277.074 511.131C311.015 508.365 343.084 498.985 371.985 484.271C361.503 478.914 357.671 467.477 341.332 467.477C320 467.478 320 486.984 298.665 486.984Z" fill="#0052B4"/> <path d="M383.998 420.202C362.665 420.202 362.665 400.696 341.333 400.696C320 400.696 320 420.202 298.666 420.202C277.331 420.202 277.331 400.696 255.996 400.696C234.663 400.696 234.663 420.202 213.331 420.202C192.001 420.202 192.001 400.696 170.668 400.696C149.333 400.696 149.333 420.202 127.998 420.202C106.663 420.202 106.663 400.696 85.3282 400.696C69.9872 400.696 65.6792 410.786 56.5342 416.451C62.2662 423.569 68.3602 430.383 74.8092 436.843C77.6982 435.609 81.0882 434.83 85.3272 434.83C106.662 434.83 106.662 454.334 127.997 454.334C149.332 454.334 149.332 434.83 170.667 434.83C192 434.83 192 454.334 213.33 454.334C234.663 454.334 234.663 434.83 255.995 434.83C277.33 434.83 277.33 454.334 298.665 454.334C320 454.334 320 434.83 341.332 434.83C362.664 434.83 362.665 454.334 383.997 454.334C405.329 454.334 405.33 434.83 426.662 434.83C430.906 434.83 434.296 435.609 437.187 436.845C443.637 430.384 449.731 423.57 455.463 416.452C446.317 410.788 442.009 400.697 426.663 400.697C405.33 400.696 405.33 420.202 383.998 420.202Z" fill="#0052B4"/> <path d="M255.315 256H256C256 255.77 256 255.546 256 255.315C255.772 255.544 255.544 255.772 255.315 256Z" fill="#F0F0F0"/> <path d="M256 133.565V208.778L166.957 122.435L256 133.565Z" fill="#0052B4"/> <path d="M133.566 256H208.776L133.565 155.826L122.435 233.739L133.566 256Z" fill="#0052B4"/> <path d="M256 133.565C256 88.52 256 59.005 256 0H255.957C114.592 0.024 0 114.629 0 256H133.566V180.789L208.776 256H255.316C255.544 255.772 255.772 255.544 256.001 255.315C256.001 238.068 256.001 222.679 256.001 208.778L180.788 133.565H256Z" fill="#F0F0F0"/> <path d="M129.515 33.3911C89.4756 56.1901 56.1896 89.4761 33.3906 129.515V256H100.174V100.176V100.174H256C256 79.1111 256 59.0451 256 33.3911H129.515Z" fill="#D80027"/> <path d="M255.999 224.519L165.044 133.566H133.564V133.568L255.997 256H255.999C255.999 256 255.999 234.293 255.999 224.519Z" fill="#D80027"/> <path d="M333.913 133.565H434.087L384 183.652L333.913 133.565Z" fill="#6DA544"/> <path d="M372.87 172.522H395.131V233.739H372.87V172.522Z" fill="#A2001D"/> <path d="M372.87 333.913H395.131V395.13H372.87V333.913Z" fill="#A2001D"/> <path d="M450.783 300.522C450.783 282.081 435.833 267.131 417.392 267.131C408.838 267.131 401.04 270.351 395.131 275.64V256H406.261V233.739H395.131V222.609H372.87V233.739H361.74V256H372.87V275.64C366.961 270.351 359.163 267.131 350.609 267.131C332.168 267.131 317.218 282.081 317.218 300.522C317.218 310.409 321.519 319.289 328.348 325.404V345.044H439.652V325.404C446.482 319.289 450.783 310.409 450.783 300.522Z" fill="#FFDA44"/> <path d="M417.391 289.391C413.88 289.391 411.422 290.933 409.977 292.225L395.13 305.516H372.87L358.023 292.225C356.578 290.933 354.12 289.391 350.609 289.391C344.472 289.391 339.479 294.384 339.479 300.521C339.479 304.844 341.81 307.575 343.199 308.82L350.609 315.456V322.782H417.393V315.456L424.803 308.82C426.192 307.576 428.523 304.844 428.523 300.521C428.521 294.384 423.529 289.391 417.391 289.391Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7108"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>British Indian Ocean Territory <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="VG"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-british-virgin-islands" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7109)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C0 256.061 256 0.028 256 0C397.384 0 512 114.616 512 256Z" fill="#0052B4"/> <path d="M255.315 256H256C256 255.77 256 255.546 256 255.315C255.772 255.544 255.544 255.772 255.315 256Z" fill="#F0F0F0"/> <path d="M256 133.565C256 88.52 256 59.005 256 0H255.957C114.591 0.024 0 114.629 0 256H133.565V180.789L208.776 256H255.316C255.544 255.772 255.772 255.544 256.001 255.315C256.001 238.068 256.001 222.679 256.001 208.778L180.788 133.565H256Z" fill="#F0F0F0"/> <path d="M129.515 33.3911C89.4756 56.1901 56.1886 89.4761 33.3906 129.515V256H100.174V100.176V100.174H256C256 79.1111 256 59.0451 256 33.3911H129.515Z" fill="#D80027"/> <path d="M367.304 256L298.111 325.193C311.079 350.204 337.187 367.304 367.304 367.304C397.421 367.304 423.529 350.204 436.497 325.193L367.304 256Z" fill="#FFDA44"/> <path d="M256 224.519L165.045 133.566H133.565V133.568L255.998 256H256C256 256 256 234.293 256 224.519Z" fill="#D80027"/> <path d="M289.391 133.565V255.999V256C289.392 315.639 367.304 333.913 367.304 333.913C367.304 333.913 445.216 315.639 445.217 256V255.999V133.565H289.391Z" fill="#6DA544"/> <path d="M350.609 189.217H384V278.26H350.609V189.217Z" fill="#F0F0F0"/> <path d="M367.304 205.913C376.525 205.913 384 198.438 384 189.217C384 179.996 376.525 172.521 367.304 172.521C358.083 172.521 350.608 179.996 350.608 189.217C350.608 198.438 358.083 205.913 367.304 205.913Z" fill="#A2001D"/> <path d="M311.652 155.826H333.913V178.087H311.652V155.826Z" fill="#FFDA44"/> <path d="M311.652 205.913H333.913V228.174H311.652V205.913Z" fill="#FFDA44"/> <path d="M311.652 256H333.913V278.261H311.652V256Z" fill="#FFDA44"/> <path d="M400.696 155.826H422.957V178.087H400.696V155.826Z" fill="#FFDA44"/> <path d="M400.696 205.913H422.957V228.174H400.696V205.913Z" fill="#FFDA44"/> <path d="M400.696 256H422.957V278.261H400.696V256Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7109"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>British Virgin Islands <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BN"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-brunei" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7110)"> <path d="M255.997 511.953C397.358 511.953 511.954 397.357 511.954 255.996C511.954 114.635 397.358 0.0390625 255.997 0.0390625C114.636 0.0390625 0.0400391 114.635 0.0400391 255.996C0.0400391 397.357 114.636 511.953 255.997 511.953Z" fill="#F0F0F0"/> <path d="M34.3301 128.016C22.7771 148.024 14.2551 168.942 8.58008 190.249L436.638 437.39C452.253 421.821 466.109 403.98 477.659 383.973L34.3301 128.016Z" fill="black"/> <path d="M383.975 34.329C281.559 -24.8 155.279 -5.09305 75.3516 74.599L503.41 321.738C532.463 212.676 486.389 93.459 383.975 34.329Z" fill="#FFDA44"/> <path d="M128.017 477.66C230.431 536.789 356.714 517.082 436.639 437.391L8.58039 190.249C-20.4706 299.314 25.6014 418.531 128.017 477.66Z" fill="#FFDA44"/> <path d="M328.331 228.173C328.331 268.122 295.945 300.509 255.995 300.509C216.045 300.509 183.659 268.123 183.659 228.173C183.659 215.717 186.808 203.996 192.354 193.763C176.657 209.816 166.966 231.768 166.966 255.994C166.966 305.163 206.825 345.023 255.995 345.023C305.165 345.023 345.024 305.164 345.024 255.994C345.024 231.768 335.334 209.816 319.636 193.763C325.182 203.998 328.331 215.717 328.331 228.173Z" fill="#D80027"/> <path d="M239.304 144.71H272.69V311.639H239.304V144.71Z" fill="#D80027"/> <path d="M311.638 178.095H200.353C200.353 185.778 207.046 192.006 214.728 192.006H214.264C214.264 199.689 220.493 205.917 228.175 205.917C228.175 213.6 234.404 219.828 242.086 219.828H269.907C277.59 219.828 283.818 213.6 283.818 205.917C291.501 205.917 297.729 199.689 297.729 192.006H297.266C304.946 192.005 311.638 185.779 311.638 178.095Z" fill="#D80027"/> <path d="M178.097 322.767H333.897V356.153H178.097V322.767Z" fill="#D80027"/> <path d="M289.382 333.896H356.153V367.282H289.382V333.896Z" fill="#D80027"/> <path d="M155.84 333.896H222.611V367.282H155.84V333.896Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7110"> <rect width="511.989" height="511.989" fill="white"/> </clipPath> </defs> </svg> </span>Brunei <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> BND)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BG"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-bulgaria" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7111)"> <path d="M512.989 256C512.989 224.686 507.357 194.689 497.066 166.957L256.989 155.826L16.9123 166.956C6.62226 194.689 0.989258 224.686 0.989258 256C0.989258 287.314 6.62226 317.311 16.9123 345.043L256.989 356.174L497.066 345.044C507.357 317.311 512.989 287.314 512.989 256Z" fill="#496E2D"/> <path d="M256.989 512C367.06 512 460.895 442.528 497.066 345.043H16.9121C53.0831 442.528 146.918 512 256.989 512Z" fill="#D80027"/> <path d="M16.9121 166.957H497.067C460.895 69.472 367.06 0 256.989 0C146.918 0 53.0831 69.472 16.9121 166.957Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7111"> <rect width="512" height="512" fill="white" transform="translate(0.989258)"/> </clipPath> </defs> </svg> </span>Bulgaria <span class="localization-form__currency">( лв. BGN)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BF"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-burkina-faso" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7112)"> <path d="M0.988281 256.001C0.988281 114.617 115.604 0.000976562 256.988 0.000976562C398.372 0.000976562 512.988 114.617 512.988 256.001C501.858 256.001 256.988 289.392 256.988 289.392L0.988281 256.001Z" fill="#D80027"/> <path d="M512.988 256.001C512.988 397.385 398.372 512.001 256.988 512.001C115.604 512.001 0.988281 397.385 0.988281 256.001" fill="#6DA544"/> <path d="M256.987 166.958L276.324 226.476H338.911L288.279 263.262L307.617 322.784L256.987 285.999L206.356 322.784L225.697 263.262L175.064 226.476H237.648L256.987 166.958Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7112"> <rect width="512" height="512" fill="white" transform="translate(0.988281 0.000976562)"/> </clipPath> </defs> </svg> </span>Burkina Faso <span class="localization-form__currency">( Fr XOF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BI"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-burundi" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7113)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M411.876 52.902C320.224 -17.6241 191.776 -17.6241 100.124 52.901L256 208.777L411.876 52.902Z" fill="#D80027"/> <path d="M255.998 303.224L100.124 459.098C191.776 529.624 320.224 529.624 411.876 459.098L256 303.222L255.998 303.224Z" fill="#D80027"/> <path d="M208.777 256L52.9023 100.124C-17.6237 191.776 -17.6237 320.224 52.9023 411.876L208.777 256Z" fill="#6DA544"/> <path d="M303.225 256L459.099 411.876C529.625 320.224 529.625 191.776 459.099 100.124L303.225 256Z" fill="#6DA544"/> <path d="M256 367.304C317.472 367.304 367.304 317.472 367.304 256C367.304 194.529 317.472 144.696 256 144.696C194.529 144.696 144.696 194.529 144.696 256C144.696 317.472 194.529 367.304 256 367.304Z" fill="#F0F0F0"/> <path d="M256 178.087L265.639 194.783H284.918L275.278 211.478L284.918 228.174H265.639L256 244.87L246.361 228.174H227.083L236.722 211.478L227.083 194.783H246.361L256 178.087Z" fill="#D80027"/> <path d="M207.005 256L216.644 272.696H235.922L226.283 289.391L235.922 306.087H216.644L207.005 322.783L197.365 306.087H178.087L187.726 289.391L178.087 272.696H197.365L207.005 256Z" fill="#D80027"/> <path d="M304.996 256L314.635 272.696H333.913L324.274 289.391L333.913 306.087H314.635L304.996 322.783L295.356 306.087H276.078L285.717 289.391L276.078 272.696H295.356L304.996 256Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7113"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Burundi <span class="localization-form__currency">( Fr BIF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="KH"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-cambodia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7114)"> <path d="M0 256C0 300.35 11.283 342.064 31.127 378.435L256 400.696L480.873 378.435C500.717 342.064 512 300.35 512 256C512 211.65 500.717 169.936 480.873 133.565L256 111.304L31.127 133.565C11.283 169.936 0 211.65 0 256H0Z" fill="#D80027"/> <path d="M31.127 133.565H480.872C437.454 53.989 353.035 0 256 0C158.965 0 74.546 53.989 31.127 133.565Z" fill="#0052B4"/> <path d="M256 512C353.035 512 437.454 458.011 480.873 378.435H31.127C74.546 458.011 158.965 512 256 512Z" fill="#0052B4"/> <path d="M345.043 306.087V272.696H322.783V228.174L300.522 205.913L278.261 228.174V183.652L256 161.391L233.739 183.652V228.174L211.478 205.913L189.217 228.174V272.696H166.957V306.087H144.696V339.478H367.304V306.087H345.043Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7114"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Cambodia <span class="localization-form__currency">( ៛ KHR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-cameroon" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7115)"> <path d="M367.304 25.402C333.648 9.128 295.89 0 256 0C216.11 0 178.352 9.128 144.696 25.402L122.435 256L144.696 486.598C178.352 502.872 216.11 512 256 512C295.89 512 333.648 502.872 367.304 486.598L389.565 256L367.304 25.402Z" fill="#D80027"/> <path d="M255.998 166.957L278.098 234.976H349.626L291.762 277.02L313.863 345.043L255.998 303.002L198.133 345.043L220.238 277.02L162.374 234.976H233.897L255.998 166.957Z" fill="#FFDA44"/> <path d="M144.696 25.4109C59.066 66.8169 0 154.506 0 256C0 357.494 59.066 445.183 144.696 486.589V25.4109Z" fill="#496E2D"/> <path d="M367.304 25.4109V486.589C452.934 445.183 512 357.493 512 256C512 154.507 452.934 66.8169 367.304 25.4109Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7115"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Cameroon <span class="localization-form__currency">( Fr XAF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CA"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-canada" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7116)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 154.506 452.935 66.8101 367.304 25.4021V486.597C452.935 445.19 512 357.494 512 256Z" fill="#D80027"/> <path d="M0 256C0 357.494 59.065 445.19 144.696 486.598V25.4021C59.065 66.8101 0 154.506 0 256Z" fill="#D80027"/> <path d="M300.522 289.391L345.043 267.13L322.783 256V233.739L278.261 256L300.522 211.478H278.261L256 178.087L233.739 211.478H211.478L233.739 256L189.217 233.739V256L166.957 267.13L211.478 289.391L200.348 311.652H244.87V345.043H267.13V311.652H311.652L300.522 289.391Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7116"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Canada <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> CAD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CV"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-cape-verde" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7118)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 512C333.591 512 403.114 477.476 450.061 422.957H61.9395C108.886 477.476 178.409 512 256 512Z" fill="#0052B4"/> <path d="M512 256C512 114.616 397.384 0 256 0C114.616 0 0 114.616 0 256C0 279.107 3.08 301.489 8.819 322.783H503.182C508.92 301.489 512 279.107 512 256Z" fill="#0052B4"/> <path d="M20.3477 356.174C25.2827 367.77 31.0517 378.922 37.5747 389.565H474.427C480.948 378.921 486.717 367.769 491.654 356.174H20.3477Z" fill="#D80027"/> <path d="M182.99 272.696L187.134 285.45H200.545L189.696 293.333L193.84 306.087L182.99 298.204L172.14 306.087L176.285 293.333L165.436 285.45H178.847L182.99 272.696Z" fill="#FFDA44"/> <path d="M182.99 439.652L187.134 452.407H200.545L189.696 460.289L193.84 473.043L182.99 465.161L172.14 473.043L176.285 460.289L165.436 452.407H178.847L182.99 439.652Z" fill="#FFDA44"/> <path d="M105.274 383.189L109.418 395.942H122.829L111.98 403.824L116.124 416.58L105.274 408.697L94.4237 416.58L98.5697 403.824L87.7197 395.942H101.13L105.274 383.189Z" fill="#FFDA44"/> <path d="M134.958 289.391L139.102 302.146H152.512L141.664 310.028L145.808 322.783L134.958 314.9L124.108 322.783L128.254 310.028L117.403 302.146H130.814L134.958 289.391Z" fill="#FFDA44"/> <path d="M87.7197 341.915L101.128 341.916L105.273 329.159L109.418 341.915L122.829 341.914L111.979 349.797L116.124 362.552L105.273 354.669L94.4237 362.549L98.5677 349.796L87.7197 341.915Z" fill="#FFDA44"/> <path d="M124.109 453.911L128.253 441.159L117.402 433.277H130.813L134.958 420.522L139.103 433.276H152.513L141.663 441.158L145.807 453.914L134.957 446.03L124.109 453.911Z" fill="#FFDA44"/> <path d="M260.677 383.189L256.534 395.942H243.123L253.971 403.824L249.827 416.58L260.677 408.697L271.527 416.58L267.382 403.824L278.232 395.942H264.821L260.677 383.189Z" fill="#FFDA44"/> <path d="M230.992 289.391L226.848 302.146H213.438L224.285 310.028L220.141 322.783L230.992 314.9L241.841 322.783L237.697 310.028L248.546 302.146H235.135L230.992 289.391Z" fill="#FFDA44"/> <path d="M278.232 341.915L264.823 341.916L260.678 329.159L256.534 341.915L243.123 341.914L253.972 349.797L249.827 362.552L260.678 354.669L271.527 362.549L267.383 349.796L278.232 341.915Z" fill="#FFDA44"/> <path d="M241.841 453.911L237.698 441.159L248.548 433.277H235.137L230.992 420.522L226.848 433.276H213.437L224.287 441.158L220.143 453.914L230.993 446.03L241.841 453.911Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7118"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Cape Verde <span class="localization-form__currency">( $ CVE)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BQ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-caribbean-netherlands" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7103)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M74.9798 74.98C20.1148 129.845 -4.63219 203.419 0.720809 275.165L275.164 0.722029C203.418 -4.63197 129.845 20.115 74.9798 74.98Z" fill="#FFDA44"/> <path d="M91.4102 452.071C191.991 536.693 342.35 531.688 437.02 437.019C531.69 342.35 536.695 191.99 452.072 91.4099L91.4102 452.071Z" fill="#0052B4"/> <path d="M255.087 245.689L277.148 233.739L255.087 221.789C249.936 188.328 223.498 161.889 190.037 156.739L178.086 134.677L166.136 156.738C132.676 161.888 106.238 188.327 101.086 221.788L79.0244 233.739L101.085 245.689C106.236 279.15 132.674 305.589 166.135 310.739L178.086 332.801L190.036 310.74C223.498 305.589 249.936 279.15 255.087 245.689ZM178.087 278.261C153.498 278.261 133.565 258.329 133.565 233.739C133.565 209.149 153.497 189.217 178.087 189.217C202.677 189.217 222.609 209.149 222.609 233.739C222.609 258.329 202.676 278.261 178.087 278.261Z" fill="black"/> <path d="M178.087 200.348L187.726 217.043H207.005L197.365 233.739L207.005 250.435H187.726L178.087 267.13L168.448 250.435H149.17L158.809 233.739L149.17 217.043H168.448L178.087 200.348Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7103"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Caribbean Netherlands <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="KY"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-cayman-islands" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7119)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C0 256.061 256 0.028 256 0C397.384 0 512 114.616 512 256Z" fill="#0052B4"/> <path d="M255.315 256H256C256 255.77 256 255.546 256 255.315C255.772 255.544 255.544 255.772 255.315 256Z" fill="#F0F0F0"/> <path d="M256 133.565C256 88.52 256 59.005 256 0H255.957C114.591 0.024 0 114.629 0 256H133.565V180.789L208.776 256H255.316C255.544 255.772 255.772 255.544 256.001 255.315C256.001 238.068 256.001 222.679 256.001 208.778L180.788 133.565H256Z" fill="#F0F0F0"/> <path d="M367.304 189.218C391.893 189.218 411.826 169.285 411.826 144.696C411.826 120.107 391.893 100.174 367.304 100.174C342.715 100.174 322.782 120.107 322.782 144.696C322.782 169.285 342.715 189.218 367.304 189.218Z" fill="#6DA544"/> <path d="M129.515 33.3911C89.4756 56.1901 56.1886 89.4761 33.3906 129.515V256H100.174V100.176V100.174H256C256 79.1111 256 59.0451 256 33.3911H129.515Z" fill="#D80027"/> <path d="M255.999 224.519L165.044 133.566H133.564V133.568L255.997 256H255.999C255.999 256 255.999 234.293 255.999 224.519Z" fill="#D80027"/> <path d="M289.391 133.565H445.217V200.348H289.391V133.565Z" fill="#D80027"/> <path d="M289.391 300.522V345.044H312.815C326.86 358.808 346.085 367.305 367.304 367.305C388.523 367.305 407.748 358.808 421.793 345.044H422.956H445.217V300.522H289.391Z" fill="#FFDA44"/> <path d="M289.391 189.217V256C289.391 315.639 367.304 333.913 367.304 333.913C367.304 333.913 445.217 315.639 445.217 256V189.217H289.391Z" fill="#338AF3"/> <path d="M367.3 224.889C347.823 224.889 347.823 242.698 328.346 242.698C308.869 242.698 308.869 224.889 289.392 224.889V256.054C308.869 256.054 308.869 273.863 328.346 273.863C347.823 273.863 347.823 256.054 367.3 256.054C386.779 256.054 386.779 273.863 406.259 273.863C425.739 273.863 425.738 256.054 445.218 256.054V224.889C425.739 224.889 425.739 242.698 406.259 242.698C386.779 242.698 386.779 224.889 367.3 224.889Z" fill="#F3F3F3"/> <path d="M367.3 162.504C347.823 162.504 347.823 180.313 328.346 180.313C308.869 180.313 308.869 162.504 289.392 162.504V193.669C308.869 193.669 308.869 211.478 328.346 211.478C347.823 211.478 347.823 193.669 367.3 193.669C386.779 193.669 386.779 211.478 406.259 211.478C425.739 211.478 425.738 193.669 445.218 193.669V162.504C425.739 162.504 425.739 180.313 406.259 180.313C386.779 180.313 386.779 162.504 367.3 162.504Z" fill="#F3F3F3"/> </g> <defs> <clipPath id="clip0_4_7119"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Cayman Islands <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> KYD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CF"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-central-african-republic" width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7120)"> <path d="M256 512.989C397.385 512.989 512 398.374 512 256.989C512 115.604 397.385 0.989258 256 0.989258C114.615 0.989258 0 115.604 0 256.989C0 398.374 114.615 512.989 256 512.989Z" fill="#F0F0F0"/> <path d="M480.873 134.554C447.793 73.9252 390.91 28.1562 322.783 9.79419L311.653 134.554H480.873Z" fill="#0052B4"/> <path d="M31.127 134.554H200.347L189.217 9.79419C121.09 28.1562 64.208 73.9262 31.127 134.554Z" fill="#0052B4"/> <path d="M311.652 256.989V379.424H480.872C500.717 343.053 512 301.339 512 256.989H311.652Z" fill="#6DA544"/> <path d="M200.348 256.989H0C0 301.339 11.283 343.053 31.127 379.424H200.347V256.989H200.348Z" fill="#6DA544"/> <path d="M31.127 379.424C64.208 440.053 121.09 485.822 189.217 504.184L200.347 395.075L31.127 379.424Z" fill="#FFDA44"/> <path d="M322.783 504.184C390.91 485.822 447.793 440.053 480.873 379.424L311.653 395.073L322.783 504.184Z" fill="#FFDA44"/> <path d="M311.652 395.073L480.873 379.424H311.652V395.073Z" fill="#FFDA44"/> <path d="M200.348 379.424H31.127L200.348 395.073V379.424Z" fill="#FFDA44"/> <path d="M256 0.989258C232.893 0.989258 210.511 4.06926 189.217 9.80826V504.171C210.511 509.909 232.893 512.989 256 512.989C279.107 512.989 301.489 509.909 322.783 504.17V9.80826C301.489 4.06926 279.107 0.989258 256 0.989258V0.989258Z" fill="#D80027"/> <path d="M137.698 56.6414L144.604 77.8984H166.957L148.875 91.0364L155.782 112.293L137.698 99.1564L119.615 112.293L126.524 91.0364L108.442 77.8984H130.793L137.698 56.6414Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7120"> <rect width="512" height="512" fill="white" transform="translate(0 0.989258)"/> </clipPath> </defs> </svg> </span>Central African Republic <span class="localization-form__currency">( Fr XAF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TD"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-chad" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7122)"> <path d="M256 0.000976562C224.686 0.000976562 194.689 5.63398 166.957 15.924L155.826 256.001L166.956 496.078C194.689 506.369 224.686 512.001 256 512.001C287.314 512.001 317.311 506.369 345.043 496.078L356.174 256.001L345.044 15.924C317.311 5.63398 287.314 0.000976563 256 0.000976563V0.000976562Z" fill="#FFDA44"/> <path d="M512 256.001C512 145.93 442.528 52.0951 345.043 15.9241V496.079C442.528 459.907 512 366.072 512 256.001Z" fill="#D80027"/> <path d="M166.957 496.078V15.9241C69.472 52.0951 0 145.93 0 256.001C0 366.072 69.472 459.907 166.957 496.078Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7122"> <rect width="512" height="512" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Chad <span class="localization-form__currency">( Fr XAF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CL"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-chile" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7123)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C0 114.616 256 256 256 256C256 256 449.761 256 512 256Z" fill="#D80027"/> <path d="M0 256C0 114.616 114.616 0 256 0V256C256 256 89.043 256 0 256Z" fill="#0052B4"/> <path d="M152.389 89.043L168.966 140.061H222.609L179.211 171.591L195.787 222.609L152.389 191.078L108.991 222.609L125.567 171.591L82.1689 140.061H135.812L152.389 89.043Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7123"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Chile <span class="localization-form__currency">( $ CLP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CN"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-china" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7124)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#D80027"/> <path d="M140.1 155.8L162.2 223.8H233.7L175.9 265.9L198 333.9L140.1 291.9L82.2 333.9L104.4 265.9L46.5 223.8H118L140.1 155.8Z" fill="#FFDA44"/> <path d="M303.5 396.5L286.6 375.7L261.6 385.4L276.1 362.9L259.2 342L285.1 348.9L299.7 326.4L301.1 353.2L327.1 360.1L302 369.7L303.5 396.5Z" fill="#FFDA44"/> <path d="M337.1 335.5L345.1 309.9L323.2 294.4L350 294L357.9 268.4L366.6 293.8L393.4 293.5L371.9 309.5L380.5 334.9L358.6 319.4L337.1 335.5Z" fill="#FFDA44"/> <path d="M382.4 187.9L370.6 212L389.8 230.7L363.3 226.9L351.5 250.9L346.9 224.5L320.3 220.7L344.1 208.2L339.5 181.7L358.7 200.4L382.4 187.9Z" fill="#FFDA44"/> <path d="M304.2 114.9L302.2 141.6L327.1 151.7L301 158.1L299.1 184.9L285 162.1L258.9 168.5L276.2 148L262 125.3L286.9 135.4L304.2 114.9Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7124"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>China <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 18V12M12 12L9 7M12 12L15 7M9 13H15M9 16H15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> CNY)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CX"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-christmas-island" width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_2_157)"> <path d="M0 0H500V500H0V0Z" fill="#0021AD"/> <path d="M82.3176 345.151L88.0287 357.074L100.854 354.069L95.1426 365.992L105.463 374.108L92.6377 377.013V390.239L82.3176 381.923L72.0976 390.239V377.013L59.2726 374.108L69.5928 365.992L63.7814 354.069L76.7066 357.074L82.3176 345.151ZM45.1451 246.058L50.8562 257.981L63.6812 254.975L57.9701 266.798L68.2902 275.014L55.365 277.92L55.4652 291.146L45.1451 282.83L34.825 291.146L34.9252 277.92L22 275.014L32.4203 266.798L26.609 254.975L39.434 257.981L45.1451 246.058ZM82.3176 165L88.0287 176.823L100.854 173.917L95.1426 185.74L105.463 193.956L92.6377 196.862V209.988L82.3176 201.772L72.0976 209.988V196.862L59.2726 193.956L69.5928 185.74L63.7814 173.917L76.7066 176.823L82.3176 165ZM128.508 228.023L134.219 239.946L147.044 236.94L141.333 248.863L151.653 256.979L138.828 259.885V273.111L128.508 264.895L118.288 273.111V259.885L105.463 256.979L115.783 248.863L110.072 236.94L122.897 239.946L128.508 228.023ZM95.5434 282.128L99.9519 295.855H114.48L102.757 304.372L107.266 318.098L95.5434 309.682L83.8205 318.098L88.3293 304.372L76.6064 295.855H91.0346L95.5434 282.128Z" fill="white"/> <path d="M0 0H500V500" fill="#1C8A42"/> <path d="M432.512 133.53C433.113 130.624 432.311 115.895 432.311 112.789C432.311 91.4477 418.384 73.3123 399.046 67C404.958 79.0234 408.264 92.4496 408.264 106.778C408.264 111.587 407.863 116.296 407.162 120.905C404.256 116.196 400.549 111.988 395.94 108.28C378.807 94.6539 355.261 94.2531 337.927 105.776C351.353 108.681 364.279 114.693 375.701 123.811C384.718 130.925 391.932 140.644 397.443 149.962C397.443 149.962 379.608 160.883 366.383 165.091C353.157 169.299 324 173.007 324 173.007C396.141 185.03 456.258 136.936 456.258 136.936C449.745 123.51 440.427 132.929 432.512 133.53Z" fill="#FFC639"/> <path d="M249.646 324.291C290.871 324.291 324.291 290.871 324.291 249.646C324.291 208.42 290.871 175 249.646 175C208.42 175 175 208.42 175 249.646C175 290.871 208.42 324.291 249.646 324.291Z" fill="#FFC639"/> <path d="M249.645 299.342H274.494C274.494 299.342 285.315 280.305 274.494 262.07L299.342 237.221L286.918 212.373H274.494C274.494 212.373 268.282 231.009 243.433 231.009C218.585 231.009 212.373 212.373 212.373 212.373H199.949L212.373 237.221L199.949 262.07L212.373 274.494C212.373 274.494 224.797 249.646 249.645 262.07C249.645 262.07 260.166 277.6 249.645 299.342Z" fill="#1C8A42"/> </g> <defs> <clipPath id="clip0_2_157"> <rect width="500" height="500" rx="250" fill="white"/> </clipPath> </defs> </svg> </span>Christmas Island <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> AUD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CC"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-cocos-(keeling)-islands" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7126)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#6DA544"/> <path d="M392.984 367.304L400.009 381.993L415.873 378.327L408.769 392.978L421.526 403.094L405.642 406.674L405.687 422.957L392.984 412.77L380.282 422.957L380.326 406.674L364.443 403.094L377.2 392.978L370.096 378.327L385.959 381.993L392.984 367.304Z" fill="#FFDA44"/> <path d="M327.632 211.478L334.658 226.167L350.522 222.5L343.417 237.152L356.174 247.268L340.291 250.848L340.335 267.13L327.632 256.944L314.93 267.13L314.973 250.848L299.091 247.268L311.848 237.152L304.743 222.5L320.608 226.167L327.632 211.478Z" fill="#FFDA44"/> <path d="M392.984 122.435L400.009 137.124L415.873 133.456L408.77 148.108L421.526 158.225L405.642 161.804L405.685 178.087L392.984 167.9L380.282 178.087L380.326 161.804L364.444 158.225L377.2 148.108L370.096 133.456L385.959 137.124L392.984 122.435Z" fill="#FFDA44"/> <path d="M450.067 189.217L457.092 203.906L472.957 200.239L465.852 214.891L478.609 225.007L462.726 228.587L462.77 244.87L450.067 234.683L437.365 244.87L437.408 228.587L421.526 225.007L434.283 214.891L427.178 200.239L443.042 203.906L450.067 189.217Z" fill="#FFDA44"/> <path d="M409.249 267.13L414.776 284.137H432.657L418.19 294.647L423.717 311.652L409.249 301.143L394.784 311.652L400.309 294.647L385.843 284.137H403.724L409.249 267.13Z" fill="#FFDA44"/> <path d="M283.826 328.348C243.869 328.348 211.477 295.956 211.477 256C211.477 216.044 243.868 183.652 283.826 183.652C296.284 183.652 308.007 186.803 318.241 192.348C302.186 176.646 280.231 166.956 255.998 166.956C206.822 166.956 166.956 206.822 166.956 255.999C166.956 305.176 206.822 345.042 255.998 345.042C280.23 345.042 302.186 335.352 318.24 319.65C308.007 325.197 296.284 328.348 283.826 328.348Z" fill="#FFDA44"/> <path d="M160.986 100.174C153.286 86.87 138.911 77.913 122.435 77.913C105.959 77.913 91.5838 86.87 83.8838 100.174H160.986Z" fill="#FFDA44"/> <path d="M161.134 100.431L122.435 139.13L83.7361 100.431C80.0371 106.922 77.9141 114.429 77.9141 122.435C77.9141 147.024 97.8471 166.957 122.436 166.957C147.025 166.957 166.958 147.025 166.958 122.435C166.957 114.429 164.833 106.922 161.134 100.431Z" fill="#FFDA44"/> <path d="M111.304 128V165.554C114.861 166.469 118.591 166.956 122.434 166.956C126.277 166.956 130.007 166.468 133.564 165.554V128H111.304Z" fill="#A2001D"/> </g> <defs> <clipPath id="clip0_4_7126"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Cocos (Keeling) Islands <span class="localization-form__currency">( $ AUD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CO"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-colombia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7127)"> <path d="M0 256C0 114.616 114.616 0 256 0C397.384 0 512 114.616 512 256L256 278.261L0 256Z" fill="#FFDA44"/> <path d="M34.2559 384C78.5209 460.516 161.245 512 256 512C350.755 512 433.479 460.516 477.744 384L256 367.304L34.2559 384Z" fill="#D80027"/> <path d="M477.744 384C499.526 346.346 512 302.631 512 256H0C0 302.631 12.474 346.346 34.256 384H477.744Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7127"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Colombia <span class="localization-form__currency">( $ COP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="KM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-comoros" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7128)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M511.991 255.259H234.481C179.384 310.357 146.066 352.894 112.046 386.914L256.742 399.954L481.276 377.693C500.871 341.498 512 300.049 512 256C512 255.752 511.991 255.507 511.991 255.259Z" fill="#D80027"/> <path d="M112.047 132.824H480.459C436.921 53.656 352.731 0 256 0C185.495 0 121.659 28.511 75.3643 74.624L112.047 132.824Z" fill="#FFDA44"/> <path d="M123.177 377.693C100.163 400.707 91.2692 419.989 74.6182 436.639C120.973 483.186 185.118 512 256 512C353.336 512 437.98 457.675 481.277 377.693H123.177Z" fill="#0052B4"/> <path d="M74.9795 74.239C-24.9945 174.213 -24.9945 336.304 74.9795 436.279C116.293 394.966 156.026 355.233 256 255.259L74.9795 74.239Z" fill="#6DA544"/> <path d="M67.5248 255.259C67.5248 217.961 93.7378 186.802 128.742 179.158C123.362 177.983 117.78 177.346 112.046 177.346C69.0148 177.346 34.1328 212.228 34.1328 255.259C34.1328 298.29 69.0148 333.172 112.046 333.172C117.779 333.172 123.361 332.535 128.742 331.36C93.7378 323.715 67.5248 292.557 67.5248 255.259Z" fill="#F0F0F0"/> <path d="M127.883 188.476L132.028 201.23H145.438L134.588 209.113L138.733 221.867L127.883 213.985L117.033 221.867L121.178 209.113L110.328 201.23H123.738L127.883 188.476Z" fill="#F0F0F0"/> <path d="M127.883 221.867L132.028 234.622H145.438L134.588 242.504L138.733 255.259L127.883 247.376L117.033 255.259L121.178 242.504L110.328 234.622H123.738L127.883 221.867Z" fill="#F0F0F0"/> <path d="M127.883 255.259L132.028 268.013H145.438L134.588 275.896L138.733 288.65L127.883 280.767L117.033 288.65L121.178 275.896L110.328 268.013H123.738L127.883 255.259Z" fill="#F0F0F0"/> <path d="M127.883 288.65L132.028 301.404H145.438L134.588 309.287L138.733 322.041L127.883 314.159L117.033 322.041L121.178 309.287L110.328 301.404H123.738L127.883 288.65Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7128"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Comoros <span class="localization-form__currency">( Fr KMF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CK"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-cook-islands" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7129)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C0 256.061 256 0.028 256 0C397.384 0 512 114.616 512 256Z" fill="#0052B4"/> <path d="M255.315 256H256C256 255.77 256 255.546 256 255.315C255.772 255.544 255.544 255.772 255.315 256Z" fill="#F0F0F0"/> <path d="M256 133.565C256 88.52 256 59.005 256 0H255.957C114.591 0.024 0 114.629 0 256H133.565V180.789L208.776 256H255.316C255.544 255.772 255.772 255.544 256.001 255.315C256.001 238.068 256.001 222.679 256.001 208.778L180.788 133.565H256Z" fill="#F0F0F0"/> <path d="M129.515 33.391C89.4756 56.19 56.1886 89.476 33.3906 129.515V256H100.174V100.176V100.174H256C256 79.111 256 59.045 256 33.391H129.515Z" fill="#D80027"/> <path d="M255.999 224.519L165.044 133.566H133.564V133.568L255.997 256H255.999C255.999 256 255.999 234.293 255.999 224.519Z" fill="#D80027"/> <path d="M345.043 256L349.781 270.576H365.106L352.708 279.584L357.444 294.161L345.043 285.152L332.644 294.161L337.38 279.584L324.982 270.576H340.307L345.043 256Z" fill="#F0F0F0"/> <path d="M282.081 282.081L295.736 289.038L306.574 278.201L304.176 293.339L317.832 300.297L302.694 302.693L300.297 317.833L293.338 304.176L278.201 306.574L289.04 295.737L282.081 282.081Z" fill="#F0F0F0"/> <path d="M256 345.043L270.576 340.307L270.578 324.983L279.584 337.38L294.161 332.643L285.152 345.043L294.161 357.444L279.584 352.708L270.578 365.106V349.781L256 345.043Z" fill="#F0F0F0"/> <path d="M282.081 408.006L289.038 394.35L278.201 383.514L293.339 385.911L300.297 372.255L302.694 387.393L317.832 389.789L304.176 396.748L306.574 411.887L295.736 401.047L282.081 408.006Z" fill="#F0F0F0"/> <path d="M345.043 434.087L340.307 419.51H324.981L337.38 410.502L332.644 395.926L345.043 404.934L357.444 395.926L352.708 410.502L365.106 419.51H349.781L345.043 434.087Z" fill="#F0F0F0"/> <path d="M408.006 408.006L394.35 401.05L383.514 411.887L385.911 396.748L372.255 389.791L387.393 387.393L389.791 372.255L396.748 385.911L411.886 383.514L401.047 394.351L408.006 408.006Z" fill="#F0F0F0"/> <path d="M434.087 345.043L419.51 349.781V365.106L410.502 352.707L395.926 357.444L404.935 345.043L395.926 332.643L410.502 337.38L419.51 324.983V340.307L434.087 345.043Z" fill="#F0F0F0"/> <path d="M408.006 282.082L401.05 295.737L411.886 306.574L396.748 304.176L389.791 317.833L387.393 302.693L372.255 300.296L385.911 293.339L383.514 278.202L394.351 289.038L408.006 282.082Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7129"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Cook Islands <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> NZD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CR"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-costa-rica" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7131)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M496.077 166.957H15.923C5.633 194.69 0 224.686 0 256C0 287.314 5.633 317.31 15.923 345.043H496.078C506.368 317.31 512 287.314 512 256C512 224.686 506.368 194.69 496.077 166.957Z" fill="#D80027"/> <path d="M256 0C178.409 0 108.886 34.524 61.9395 89.043H450.06C403.114 34.524 333.591 0 256 0Z" fill="#0052B4"/> <path d="M450.061 422.957H61.9395C108.886 477.476 178.409 512 256 512C333.591 512 403.114 477.476 450.061 422.957Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7131"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Costa Rica <span class="localization-form__currency">( ₡ CRC)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CI"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-côte-d’ivoire" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7188)"> <path d="M256 512C287.314 512 317.311 506.368 345.043 496.077L356.174 256L345.044 15.923C317.311 5.633 287.314 0 256 0C224.686 0 194.689 5.633 166.957 15.923L155.826 256L166.956 496.077C194.689 506.368 224.686 512 256 512Z" fill="#F0F0F0"/> <path d="M0 256C0 366.071 69.472 459.906 166.957 496.077V15.9231C69.472 52.0941 0 145.929 0 256Z" fill="#FF9811"/> <path d="M345.043 15.9231V496.078C442.528 459.906 512 366.071 512 256C512 145.929 442.528 52.0941 345.043 15.9231Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7188"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Côte d’Ivoire <span class="localization-form__currency">( Fr XOF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="HR"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-croatia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7132)"> <path d="M512 256.001C512 224.687 506.367 194.69 496.077 166.958L256 155.827L15.923 166.957C5.633 194.69 0 224.687 0 256.001C0 287.315 5.633 317.312 15.923 345.044L256 356.175L496.077 345.045C506.367 317.312 512 287.315 512 256.001Z" fill="#F0F0F0"/> <path d="M256 512.001C366.071 512.001 459.906 442.529 496.077 345.044H15.9229C52.0939 442.529 145.929 512.001 256 512.001Z" fill="#0052B4"/> <path d="M15.9229 166.958H496.078C459.906 69.473 366.071 0.000976562 256 0.000976562C145.929 0.000976562 52.0939 69.473 15.9229 166.958Z" fill="#D80027"/> <path d="M322.783 178.089H278.261L285.682 122.436L315.362 100.175L345.043 122.436V166.958L322.783 178.089Z" fill="#338AF3"/> <path d="M189.217 178.089H233.739L226.318 122.436L196.637 100.175L166.957 122.436V166.958L189.217 178.089Z" fill="#338AF3"/> <path d="M285.682 178.089H226.318V122.436L256 100.175L285.682 122.436V178.089Z" fill="#0052B4"/> <path d="M166.957 166.959V289.393C166.957 318.546 181.039 344.472 202.759 360.725L218.342 356.826L238.006 376.608C243.821 377.806 249.838 378.437 256.001 378.437C262.131 378.437 268.118 377.814 273.902 376.628L296.349 357.938L309.241 360.689C330.952 344.437 345.044 318.538 345.044 289.393V166.959H166.957Z" fill="#F0F0F0"/> <path d="M166.957 166.958H202.574V202.575H166.957V166.958Z" fill="#D80027"/> <path d="M238.191 166.958H273.808V202.575H238.191V166.958Z" fill="#D80027"/> <path d="M309.426 166.958H345.043V202.575H309.426V166.958Z" fill="#D80027"/> <path d="M202.574 202.575H238.191V238.192H202.574V202.575Z" fill="#D80027"/> <path d="M273.809 202.575H309.426V238.192H273.809V202.575Z" fill="#D80027"/> <path d="M166.957 238.181H202.574V273.798H166.957V238.181Z" fill="#D80027"/> <path d="M202.574 273.799H238.191V309.416H202.574V273.799Z" fill="#D80027"/> <path d="M238.191 238.181H273.808V273.798H238.191V238.181Z" fill="#D80027"/> <path d="M309.426 238.181H345.043V273.798H309.426V238.181Z" fill="#D80027"/> <path d="M273.809 273.799H309.426V309.416H273.809V273.799Z" fill="#D80027"/> <path d="M238.191 309.416H273.808V345.033H238.191V309.416Z" fill="#D80027"/> <path d="M202.574 309.419H169.255C172.311 322.659 178.319 334.774 186.557 345.036H202.574V309.419Z" fill="#D80027"/> <path d="M309.426 345.037H325.442C333.682 334.775 339.688 322.659 342.744 309.42H309.426V345.037Z" fill="#D80027"/> <path d="M202.574 345.037V360.578C212.933 368.373 225.039 373.962 238.191 376.644V345.037H202.574Z" fill="#D80027"/> <path d="M273.809 345.037V376.644C286.962 373.964 299.067 368.373 309.426 360.578V345.037H273.809Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7132"> <rect width="512" height="512" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Croatia <span class="localization-form__currency">( € EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CW"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-curaçao" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7134)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#FFDA44"/> <path d="M256 512C340 512 414.549 471.542 461.229 409.051H50.7715C97.4515 471.542 172 512 256 512Z" fill="#0052B4"/> <path d="M512 256C512 114.616 397.384 0 256 0C114.616 0 0 114.616 0 256C0 286.273 5.269 315.312 14.916 342.269H497.083C506.731 315.312 512 286.273 512 256Z" fill="#0052B4"/> <path d="M175.222 164.182L189.035 206.694H233.739L197.574 232.972L211.387 275.486L175.222 249.21L139.057 275.486L152.872 232.972L116.707 206.694H161.409L175.222 164.182Z" fill="#F0F0F0"/> <path d="M98.4537 119.66L106.742 145.168H133.565L111.866 160.934L120.154 186.443L98.4537 170.677L76.7547 186.443L85.0437 160.934L63.3457 145.168H90.1677L98.4537 119.66Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7134"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Curaçao <span class="localization-form__currency">( ƒ ANG)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CY"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-cyprus" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7114)"> <path d="M0 256C0 300.35 11.283 342.064 31.127 378.435L256 400.696L480.873 378.435C500.717 342.064 512 300.35 512 256C512 211.65 500.717 169.936 480.873 133.565L256 111.304L31.127 133.565C11.283 169.936 0 211.65 0 256H0Z" fill="#D80027"/> <path d="M31.127 133.565H480.872C437.454 53.989 353.035 0 256 0C158.965 0 74.546 53.989 31.127 133.565Z" fill="#0052B4"/> <path d="M256 512C353.035 512 437.454 458.011 480.873 378.435H31.127C74.546 458.011 158.965 512 256 512Z" fill="#0052B4"/> <path d="M345.043 306.087V272.696H322.783V228.174L300.522 205.913L278.261 228.174V183.652L256 161.391L233.739 183.652V228.174L211.478 205.913L189.217 228.174V272.696H166.957V306.087H144.696V339.478H367.304V306.087H345.043Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7114"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Cyprus <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CZ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-czechia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7136)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M233.739 256C233.739 256 75.1305 437.055 74.9805 437.019C121.306 483.346 185.307 512 256 512C397.384 512 512 397.384 512 256H233.739Z" fill="#D80027"/> <path d="M74.9795 74.98C-24.9945 174.954 -24.9945 337.045 74.9795 437.02C116.293 395.707 156.026 355.974 256 256L74.9795 74.98Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7136"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Czechia <span class="localization-form__currency">( Kč CZK)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="DK"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-denmark" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7138)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M200.349 222.609H509.833C493.47 97.002 386.067 0 256 0C236.885 0 218.268 2.113 200.348 6.085V222.609H200.349Z" fill="#D80027"/> <path d="M133.565 222.608V31.127C63.272 69.481 12.95 139.832 2.16699 222.609H133.565V222.608Z" fill="#D80027"/> <path d="M133.564 289.391H2.16699C12.95 372.168 63.272 442.519 133.565 480.872L133.564 289.391Z" fill="#D80027"/> <path d="M200.348 289.392V505.915C218.268 509.887 236.885 512 256 512C386.067 512 493.47 414.998 509.833 289.391H200.348V289.392Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7138"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Denmark <span class="localization-form__currency">( kr. DKK)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="DJ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-djibouti" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7139)"> <path d="M233.739 278.261C233.739 278.261 75.1305 74.945 74.9805 74.981C121.306 28.654 185.307 0 256 0C397.384 0 512 114.616 512 256L233.739 278.261Z" fill="#338AF3"/> <path d="M233.739 256C233.739 256 75.1305 437.055 74.9805 437.019C121.306 483.346 185.307 512 256 512C397.384 512 512 397.384 512 256H233.739Z" fill="#6DA544"/> <path d="M74.9795 74.98C-24.9945 174.954 -24.9945 337.045 74.9795 437.02C116.293 395.707 156.026 355.974 256 256L74.9795 74.98Z" fill="#F0F0F0"/> <path d="M103.61 189.217L120.185 240.233H173.831L130.433 271.765L147.007 322.783L103.61 291.252L60.2106 322.783L76.7886 271.765L33.3906 240.233H87.0326L103.61 189.217Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7139"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Djibouti <span class="localization-form__currency">( Fdj DJF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="DM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-dominica" width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7140)"> <path d="M256 512.989C397.385 512.989 512 398.374 512 256.989C512 115.604 397.385 0.989258 256 0.989258C114.615 0.989258 0 115.604 0 256.989C0 398.374 114.615 512.989 256 512.989Z" fill="#F0F0F0"/> <path d="M306.087 508.076C407.29 488 487.011 408.278 507.087 307.076H306.087V508.076Z" fill="#496E2D"/> <path d="M4.91309 307.076C24.9881 408.278 104.71 488 205.913 508.076V307.076H4.91309Z" fill="#496E2D"/> <path d="M507.087 206.902C487.011 105.7 407.29 25.9783 306.087 5.90228V206.902H507.087Z" fill="#496E2D"/> <path d="M205.913 5.90228C104.71 25.9783 24.9881 105.7 4.91309 206.902H205.913V5.90228Z" fill="#496E2D"/> <path d="M239.304 307.076H205.913V508.076C216.81 510.237 227.957 511.701 239.304 512.432V307.076Z" fill="#FFDA44"/> <path d="M239.304 206.902V1.54626C227.957 2.27626 216.809 3.74126 205.913 5.90226V206.902H239.304Z" fill="#FFDA44"/> <path d="M272.696 1.54626C267.174 1.18926 261.611 0.989258 256 0.989258C250.389 0.989258 244.826 1.18926 239.304 1.54626V206.903H272.695V1.54626H272.696Z" fill="black"/> <path d="M239.304 512.432C244.826 512.789 250.389 512.989 256 512.989C261.611 512.989 267.174 512.789 272.696 512.432V307.076H239.305V512.432H239.304Z" fill="black"/> <path d="M205.913 240.293V206.902H4.91264C2.75064 217.8 1.28664 228.946 0.556641 240.293H205.913Z" fill="#FFDA44"/> <path d="M306.087 240.293H511.444C510.714 228.946 509.249 217.8 507.088 206.902H306.088V240.293H306.087Z" fill="#FFDA44"/> <path d="M306.087 273.685H511.444C511.8 268.164 512 262.6 512 256.989C512 251.378 511.8 245.814 511.443 240.293H306.087V273.685Z" fill="black"/> <path d="M0.557 240.293C0.201 245.814 0 251.378 0 256.989C0 262.6 0.201 268.164 0.557 273.685H205.914V240.294H0.557V240.293Z" fill="black"/> <path d="M256 379.424C323.619 379.424 378.435 324.608 378.435 256.989C378.435 189.37 323.619 134.554 256 134.554C188.381 134.554 133.565 189.37 133.565 256.989C133.565 324.608 188.381 379.424 256 379.424Z" fill="#D80027"/> <path d="M283.894 270.649C274.787 252.436 262.95 233.976 262.95 233.976C262.95 233.976 263.244 225.571 263.244 220.563C263.244 213.019 257.128 206.903 249.584 206.903C242.437 206.903 236.581 212.394 235.984 219.385C230.364 219.752 225.917 224.414 225.917 230.126C225.917 234.279 228.27 237.878 231.714 239.677C233.426 235.673 236.778 232.547 240.924 231.122C241.6 231.675 242.326 232.169 243.101 232.588L244.851 233.426C244.851 233.426 238.362 251.717 238.362 261.543C238.362 289.167 256.576 297.686 256.576 297.686V297.971L247.469 307.077H265.682V288.863L274.789 297.97C274.869 297.799 292.039 286.94 283.894 270.649Z" fill="#496E2D"/> <path d="M255.999 156.815L260.143 169.569H273.553L262.704 177.452L266.849 190.206L255.999 182.324L245.149 190.206L249.294 177.452L238.445 169.569H251.855L255.999 156.815Z" fill="#496E2D"/> <path d="M197.119 175.947L207.967 183.83L218.817 175.946L214.673 188.702L225.523 196.583L212.112 196.584L207.968 209.338L203.823 196.584L190.413 196.583L201.262 188.7L197.119 175.947Z" fill="#496E2D"/> <path d="M160.729 226.034H174.138L178.283 213.28L182.427 226.034L195.838 226.033L184.989 233.917L189.134 246.671L178.283 238.788L167.434 246.67L171.577 233.916L160.729 226.034Z" fill="#496E2D"/> <path d="M160.729 287.944L171.577 280.063L167.433 267.308L178.283 275.191L189.133 267.308L184.989 280.062L195.839 287.945L182.427 287.946L178.283 300.699L174.138 287.944H160.729Z" fill="#496E2D"/> <path d="M197.119 338.031L201.262 325.279L190.412 317.396H203.823L207.968 304.641L212.112 317.395H225.523L214.673 325.279L218.817 338.032L207.967 330.149L197.119 338.031Z" fill="#496E2D"/> <path d="M255.999 357.163L251.855 344.411H238.445L249.294 336.527L245.149 323.773L255.999 331.654L266.848 323.772L262.704 336.527L273.553 344.41L260.143 344.411L255.999 357.163Z" fill="#496E2D"/> <path d="M314.88 338.031L304.032 330.149L293.183 338.033L297.326 325.279L286.476 317.396L299.887 317.395L304.03 304.641L308.176 317.396H321.586L310.737 325.279L314.88 338.031Z" fill="#496E2D"/> <path d="M351.27 287.944H337.861L333.716 300.699L329.572 287.946H316.16L327.01 280.062L322.865 267.309L333.716 275.191L344.564 267.309L340.422 280.063L351.27 287.944Z" fill="#496E2D"/> <path d="M351.27 226.034L340.422 233.916L344.565 246.67L333.716 238.788L322.866 246.672L327.01 233.917L316.16 226.035L329.572 226.033L333.715 213.281L337.861 226.034H351.27Z" fill="#496E2D"/> <path d="M314.88 175.947L310.737 188.7L321.586 196.583H308.176L304.032 209.338L299.887 196.584L286.476 196.585L297.326 188.7L293.182 175.948L304.032 183.829L314.88 175.947Z" fill="#496E2D"/> </g> <defs> <clipPath id="clip0_4_7140"> <rect width="512" height="512" fill="white" transform="translate(0 0.989258)"/> </clipPath> </defs> </svg> </span>Dominica <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> XCD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="DO"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-dominican-republic" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7141)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M8.81934 322.783C32.4573 410.486 101.514 479.544 189.218 503.182V322.783H8.81934Z" fill="#D80027"/> <path d="M189.217 8.81897C101.514 32.456 32.4563 101.514 8.81934 189.217H189.218V8.81897H189.217Z" fill="#0052B4"/> <path d="M503.181 189.217C479.544 101.514 410.486 32.456 322.783 8.81897V189.218H503.181V189.217Z" fill="#D80027"/> <path d="M322.783 503.181C410.486 479.543 479.544 410.486 503.182 322.782H322.783V503.181Z" fill="#0052B4"/> <path d="M322.783 256C322.783 292.884 292.884 322.783 256 322.783C219.117 322.783 189.217 292.884 189.217 256C189.217 219.116 256 189.217 256 189.217C256 189.217 322.783 219.116 322.783 256Z" fill="#496E2D"/> <path d="M189.217 256C189.217 219.116 219.117 189.217 256 189.217C292.884 189.217 322.783 219.116 322.783 256" fill="#0052B4"/> <path d="M218.435 222.609V264.348C218.435 285.095 235.253 301.913 256 301.913C276.747 301.913 293.565 285.095 293.565 264.348V222.609H218.435Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7141"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Dominican Republic <span class="localization-form__currency">( $ DOP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="EC"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-ecuador" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7143)"> <path d="M0 256C0 114.616 114.616 0 256 0C397.384 0 512 114.616 512 256L256 278.261L0 256Z" fill="#FFDA44"/> <path d="M34.2559 384C78.5209 460.516 161.245 512 256 512C350.755 512 433.479 460.516 477.744 384L256 367.304L34.2559 384Z" fill="#D80027"/> <path d="M477.744 384C499.526 346.346 512 302.631 512 256H0C0 302.631 12.474 346.346 34.256 384H477.744Z" fill="#0052B4"/> <path d="M256 345.043C305.177 345.043 345.043 305.177 345.043 256C345.043 206.823 305.177 166.957 256 166.957C206.823 166.957 166.957 206.823 166.957 256C166.957 305.177 206.823 345.043 256 345.043Z" fill="#FFDA44"/> <path d="M256 311.652C225.313 311.652 200.348 286.686 200.348 256V222.609C200.348 191.922 225.314 166.957 256 166.957C286.686 166.957 311.652 191.923 311.652 222.609V256C311.652 286.687 286.687 311.652 256 311.652Z" fill="#338AF3"/> <path d="M345.043 122.435H278.26C278.26 110.141 268.293 100.174 255.999 100.174C243.705 100.174 233.738 110.141 233.738 122.435H166.955C166.955 134.73 177.664 144.696 189.957 144.696H189.216C189.216 156.991 199.182 166.957 211.477 166.957C211.477 179.252 221.443 189.218 233.738 189.218H278.26C290.555 189.218 300.521 179.252 300.521 166.957C312.816 166.957 322.782 156.991 322.782 144.696H322.041C334.335 144.696 345.043 134.729 345.043 122.435Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7143"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Ecuador <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="EG"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-egypt" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7144)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 0C145.929 0 52.0939 69.472 15.9229 166.957H496.078C459.906 69.472 366.071 0 256 0Z" fill="#D80027"/> <path d="M256 512C366.071 512 459.906 442.528 496.077 345.043H15.9229C52.0939 442.528 145.929 512 256 512Z" fill="black"/> <path d="M345.043 228.174H278.26C278.26 215.88 268.293 205.913 255.999 205.913C243.705 205.913 233.738 215.88 233.738 228.174H166.955C166.955 240.469 177.664 250.435 189.958 250.435H189.216C189.216 262.73 199.182 272.696 211.477 272.696C211.477 284.991 221.443 294.957 233.738 294.957H278.26C290.555 294.957 300.521 284.991 300.521 272.696C312.816 272.696 322.782 262.73 322.782 250.435H322.041C334.335 250.435 345.043 240.469 345.043 228.174Z" fill="#FF9811"/> </g> <defs> <clipPath id="clip0_4_7144"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Egypt <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EGP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SV"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-el-salvador" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7145)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 0C154.506 0 66.8103 59.065 25.4023 144.696H486.597C445.19 59.065 357.493 0 256 0Z" fill="#0052B4"/> <path d="M256 512C357.493 512 445.19 452.935 486.598 367.304H25.4023C66.8103 452.935 154.506 512 256 512Z" fill="#0052B4"/> <path d="M204.59 267.13L256 178.087L307.41 267.13H204.59Z" fill="#FFDA44"/> <path d="M322.783 296.531L256 329.923L189.217 296.531V252.01H322.783V296.531Z" fill="#6DA544"/> <path d="M318.963 181.907L295.352 205.518C305.423 215.589 311.653 229.502 311.653 244.87C311.653 275.606 286.736 300.522 256.001 300.522C225.266 300.522 200.349 275.605 200.349 244.87C200.349 229.502 206.579 215.589 216.65 205.518L193.039 181.907C176.924 198.019 166.958 220.28 166.958 244.87C166.958 294.048 206.824 333.913 256.001 333.913C305.178 333.913 345.044 294.047 345.044 244.87C345.043 220.28 335.077 198.019 318.963 181.907Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7145"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>El Salvador <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GQ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-equatorial-guinea" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7147)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M155.826 166.957H496.076C459.906 69.472 366.07 0 256 0C185.306 0 121.313 28.659 74.9893 74.989L155.826 166.957Z" fill="#6DA544"/> <path d="M155.826 345.043H496.076C459.906 442.528 366.07 512 256 512C185.306 512 121.313 483.341 74.9893 437.011L155.826 345.043Z" fill="#D80027"/> <path d="M74.9795 74.98C-24.9945 174.954 -24.9945 337.045 74.9795 437.02C116.293 395.707 156.026 355.974 256 256L74.9795 74.98Z" fill="#0052B4"/> <path d="M300.522 211.478V267.13C300.522 301.21 345.044 311.653 345.044 311.653C345.044 311.653 389.566 301.21 389.566 267.13V211.478H300.522Z" fill="#DEDDE0"/> <path d="M333.913 257.113H356.174V289.391H333.913V257.113Z" fill="#786145"/> <path d="M367.304 244.87C367.304 232.575 357.338 222.609 345.043 222.609C332.748 222.609 322.782 232.575 322.782 244.87C316.635 244.87 311.652 249.853 311.652 256C311.652 262.147 316.635 267.13 322.782 267.13H367.304C373.451 267.13 378.434 262.147 378.434 256C378.434 249.853 373.452 244.87 367.304 244.87Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7147"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Equatorial Guinea <span class="localization-form__currency">( Fr XAF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="ER"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-eritrea" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7148)"> <path d="M233.739 233.739C233.739 233.739 75.1305 437.056 74.9805 437.019C121.306 483.346 185.307 512 256 512C397.384 512 512 397.384 512 256L233.739 233.739Z" fill="#338AF3"/> <path d="M233.739 256C233.739 256 75.1305 74.945 74.9805 74.981C121.306 28.654 185.307 0 256 0C397.384 0 512 114.616 512 256H233.739Z" fill="#6DA544"/> <path d="M74.9795 74.98C-24.9945 174.954 -24.9945 337.045 74.9795 437.02C74.9725 437.061 512 256 512 256L74.9795 74.98Z" fill="#D80027"/> <path d="M133.565 150.261C84.4665 150.261 44.5225 190.206 44.5225 239.304V272.695C44.5225 321.794 84.4675 361.738 133.565 361.738C182.663 361.738 222.608 321.793 222.608 272.695V239.304C222.609 190.206 182.664 150.261 133.565 150.261ZM189.217 272.696C189.217 297.568 172.815 318.677 150.26 325.786V289.392L173.884 265.768L150.273 242.157L150.26 233.754V222.61H116.87V256L93.2625 279.607L116.87 303.214V325.787C94.3155 318.678 77.9135 297.569 77.9135 272.697V239.306C77.9135 208.619 102.879 183.654 133.565 183.654C164.251 183.654 189.217 208.62 189.217 239.306V272.696Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7148"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Eritrea <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="EE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-estonia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7149)"> <path d="M0 256C0 287.314 5.633 317.31 15.923 345.043L256 356.174L496.077 345.044C506.368 317.31 512 287.314 512 256C512 224.686 506.368 194.69 496.077 166.957L256 155.826L15.923 166.956C5.633 194.69 0 224.686 0 256H0Z" fill="black"/> <path d="M256 0C145.929 0 52.0939 69.472 15.9229 166.957H496.078C459.906 69.472 366.071 0 256 0Z" fill="#0052B4"/> <path d="M496.077 345.043H15.9229C52.0939 442.527 145.929 512 256 512C366.071 512 459.906 442.527 496.077 345.043Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7149"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Estonia <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SZ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-eswatini" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7299)"> <path d="M487.176 367.304C503.45 333.649 512.578 295.89 512.578 256C512.578 216.11 503.45 178.351 487.176 144.696L256.578 133.565L25.9801 144.695C9.70613 178.351 0.578125 216.11 0.578125 256C0.578125 295.89 9.70613 333.649 25.9801 367.304L256.578 378.435L487.176 367.304Z" fill="#FFDA44"/> <path d="M256.578 0C155.084 0 67.3881 59.065 25.9801 144.696H487.175C445.768 59.065 358.071 0 256.578 0Z" fill="black"/> <path d="M256.578 512C155.084 512 67.3881 452.935 25.9801 367.304H487.175C445.768 452.935 358.071 512 256.578 512Z" fill="#0052B4"/> <path d="M500.489 178.087H12.6671C4.82512 202.656 0.578125 228.831 0.578125 256C0.578125 283.169 4.82512 309.344 12.6671 333.913H500.488C508.331 309.344 512.578 283.169 512.578 256C512.578 228.831 508.331 202.656 500.489 178.087Z" fill="#A2001D"/> <path d="M89.6211 244.87H423.534V267.131H89.6211V244.87Z" fill="#FFDA44"/> <path d="M134.143 200.348H379.013V222.609H134.143V200.348Z" fill="#FFDA44"/> <path d="M380.603 256C380.603 256 323.36 322.783 256.578 322.783C189.796 322.783 189.795 256 189.795 256C189.795 256 189.795 189.217 256.578 189.217C323.361 189.217 380.603 256 380.603 256Z" fill="#F0F0F0"/> <path d="M256.578 322.783C189.795 322.783 132.553 256 132.553 256C132.553 256 189.795 189.217 256.578 189.217" fill="black"/> <path d="M212.056 233.739H234.317V278.261H212.056V233.739Z" fill="#F0F0F0"/> <path d="M278.839 233.739H301.1V278.261H278.839V233.739Z" fill="black"/> <path d="M89.6211 278.261C101.916 278.261 111.882 268.294 111.882 256C111.882 243.706 101.916 233.739 89.6211 233.739C77.3267 233.739 67.3601 243.706 67.3601 256C67.3601 268.294 77.3267 278.261 89.6211 278.261Z" fill="#0052B4"/> <path d="M423.535 278.261C435.83 278.261 445.796 268.294 445.796 256C445.796 243.706 435.83 233.739 423.535 233.739C411.241 233.739 401.274 243.706 401.274 256C401.274 268.294 411.241 278.261 423.535 278.261Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7299"> <rect width="512" height="512" fill="white" transform="translate(0.578125)"/> </clipPath> </defs> </svg> </span>Eswatini <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="ET"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-ethiopia" width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7150)"> <path d="M0 256.989C0 288.305 5.633 318.301 15.924 346.035L256 368.293L496.076 346.034C506.368 318.301 512 288.304 512 256.989C512 226.104 506.529 196.497 496.506 169.084L256 145.685L15.494 169.085C5.471 196.497 0 226.104 0 256.989H0Z" fill="#FFDA44"/> <path d="M256 512.989C366.071 512.989 459.906 443.517 496.077 346.032H15.9229C52.0939 443.517 145.929 512.989 256 512.989Z" fill="#D80027"/> <path d="M256 0.989258C145.929 0.989258 52.0939 70.4613 15.9229 167.946H496.078C459.906 70.4613 366.071 0.989258 256 0.989258Z" fill="#6DA544"/> <path d="M256 379.424C323.619 379.424 378.435 324.608 378.435 256.989C378.435 189.37 323.619 134.554 256 134.554C188.381 134.554 133.565 189.37 133.565 256.989C133.565 324.608 188.381 379.424 256 379.424Z" fill="#0052B4"/> <path d="M255.974 162.18L278.076 230.202H349.713L291.735 272.243L314.011 340.467L255.974 298.226L198.026 340.389L220.212 272.243L162.287 230.202H233.872L255.974 162.18Z" fill="#FFDA44"/> <path d="M344.124 273.919L274.008 251.135L317.341 191.495L299.333 178.409L255.998 238.053L212.667 178.41L194.657 191.494L237.989 251.139L167.876 273.918L174.754 295.091L244.87 272.31V346.032H267.13V272.309L337.243 295.091L344.124 273.919Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7150"> <rect width="512" height="512" fill="white" transform="translate(0 0.989258)"/> </clipPath> </defs> </svg> </span>Ethiopia <span class="localization-form__currency">( Br ETB)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="FK"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-falkland-islands" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7153)"> <path d="M512 256.001C512 397.385 397.384 512.001 256 512.001C114.616 512.001 0 397.385 0 256.001C0 256.062 256 0.0289766 256 0.000976562C397.384 0.000976562 512 114.617 512 256.001Z" fill="#0052B4"/> <path d="M255.315 256.001H256C256 255.771 256 255.547 256 255.316C255.772 255.545 255.544 255.773 255.315 256.001Z" fill="#F0F0F0"/> <path d="M256 133.566C256 88.521 256 59.006 256 0.000976562H255.957C114.592 0.0249766 0 114.63 0 256.001H133.565V180.79L208.777 256.001H255.316L256.001 255.316C256.001 238.069 256.001 222.68 256.001 208.779L180.788 133.566H256Z" fill="#F0F0F0"/> <path d="M129.515 33.392C89.4761 56.191 56.1901 89.477 33.3911 129.516V256.001H100.174V100.177V100.175H256C256 79.112 256 59.046 256 33.392H129.515Z" fill="#D80027"/> <path d="M256 224.52L165.047 133.567H133.566V133.569L255.998 256.001H256C256 256.001 256 234.294 256 224.52Z" fill="#D80027"/> <path d="M411.826 300.523V311.653H322.783V300.523H289.391V345.044H311.652V356.175H422.957V345.044H445.217V300.523H411.826Z" fill="#FFDA44"/> <path d="M289.391 133.566V256.001C289.391 315.64 367.304 333.914 367.304 333.914C367.304 333.914 445.217 315.64 445.217 256.001V133.566H289.391Z" fill="#338AF3"/> <path d="M367.3 224.89C347.823 224.89 347.823 242.699 328.346 242.699C308.869 242.699 308.869 224.89 289.392 224.89V256.055C308.869 256.055 308.869 273.864 328.346 273.864C347.823 273.864 347.823 256.055 367.3 256.055C386.779 256.055 386.779 273.864 406.259 273.864C425.739 273.864 425.738 256.055 445.218 256.055V224.89C425.739 224.89 425.739 242.699 406.259 242.699C386.779 242.699 386.779 224.89 367.3 224.89Z" fill="#F3F3F3"/> <path d="M367.3 162.505C347.823 162.505 347.823 180.314 328.346 180.314C308.869 180.314 308.869 162.505 289.392 162.505V193.67C308.869 193.67 308.869 211.479 328.346 211.479C347.823 211.479 347.823 193.67 367.3 193.67C386.779 193.67 386.779 211.479 406.259 211.479C425.739 211.479 425.738 193.67 445.218 193.67V162.505C425.739 162.505 425.739 180.314 406.259 180.314C386.779 180.314 386.779 162.505 367.3 162.505Z" fill="#F3F3F3"/> </g> <defs> <clipPath id="clip0_4_7153"> <rect width="512" height="512" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Falkland Islands <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> FKP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="FO"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-faroe-islands" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7152)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M500.87 256L509.829 222.609C508.341 211.228 506.109 200.08 503.182 189.218H233.739V0.973999C222.379 1.952 211.234 3.681 200.348 6.095L155.826 33.391L133.565 31.144C121.85 37.536 110.689 44.816 100.174 52.895V189.217H8.8189C5.8919 200.079 3.6599 211.227 2.1719 222.608L11.1299 256L2.1709 289.391C3.6589 300.772 5.8909 311.92 8.8179 322.782H100.173V459.104C110.688 467.184 121.85 474.463 133.564 480.855L166.955 478.608L200.346 505.904C211.233 508.317 222.378 510.046 233.737 511.025V322.783H503.179C506.106 311.921 508.338 300.773 509.826 289.392L500.87 256Z" fill="#0052B4"/> <path d="M509.833 222.609H200.349H200.348V6.08502C176.69 11.331 154.261 19.834 133.565 31.127V222.608H2.167C0.744 233.539 0 244.683 0 256C0 267.317 0.744 278.461 2.167 289.391H133.564H133.565V480.872C154.261 492.164 176.69 500.669 200.348 505.914V289.394V289.392H509.833C511.256 278.461 512 267.317 512 256C512 244.683 511.256 233.539 509.833 222.609Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7152"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Faroe Islands <span class="localization-form__currency">( kr. DKK)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="FJ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-fiji" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7154)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C0 256.061 256 0.028 256 0C397.384 0 512 114.616 512 256Z" fill="#338AF3"/> <path d="M256 122.435V208.778L166.957 122.435H256Z" fill="#0052B4"/> <path d="M133.565 256H208.777L133.565 155.826L122.435 233.739L133.565 256Z" fill="#0052B4"/> <path d="M255.315 256H256C256 255.77 256 255.546 256 255.315C255.772 255.544 255.544 255.772 255.315 256Z" fill="#F0F0F0"/> <path d="M256 133.565C256 88.52 256 59.005 256 0H255.957C114.592 0.024 0 114.629 0 256H133.565V180.789L208.777 256H255.317C255.545 255.772 255.773 255.544 256.002 255.315C256.002 238.068 256.002 222.679 256.002 208.778L180.788 133.565H256Z" fill="#F0F0F0"/> <path d="M129.515 33.391C89.4756 56.19 56.1896 89.476 33.3906 129.515V256H100.174V100.176V100.174H256C256 79.111 256 59.045 256 33.391H129.515Z" fill="#D80027"/> <path d="M255.999 224.519L165.046 133.566H133.565V133.568L255.997 256H255.999C255.999 256 255.999 234.293 255.999 224.519Z" fill="#D80027"/> <path d="M289.391 166.957V255.999C289.391 315.639 367.304 333.913 367.304 333.913C367.304 333.913 445.217 315.639 445.217 255.999V166.957L367.304 144.696L289.391 166.957Z" fill="#F3F3F3"/> <path d="M445.217 166.957V133.566H289.391V166.957H356.172V233.741H289.391V256V256.002L356.172 256.003V330.5C362.89 332.876 367.304 333.914 367.304 333.914C367.304 333.914 371.716 332.878 378.433 330.5V256.002H445.217V256V233.74H378.433V166.956H445.217V166.957Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7154"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Fiji <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> FJD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="FI"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-finland" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7155)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M509.833 222.609H200.349H200.348V6.08502C176.69 11.331 154.261 19.834 133.565 31.127V222.607V222.608H2.167C0.742 233.539 0 244.683 0 256C0 267.317 0.742 278.461 2.167 289.391H133.564H133.565V480.872C154.261 492.164 176.69 500.669 200.348 505.914V289.394V289.392H509.833C511.256 278.461 512 267.317 512 256C512 244.683 511.256 233.539 509.833 222.609Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7155"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Finland <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="FR"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-france" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7156)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.929 442.528 52.094 345.043 15.923V496.078C442.528 459.906 512 366.071 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.071 69.473 459.906 166.957 496.077V15.923C69.473 52.094 0 145.929 0 256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7156"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>France <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GF"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-french-guiana" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7156)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.929 442.528 52.094 345.043 15.923V496.078C442.528 459.906 512 366.071 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.071 69.473 459.906 166.957 496.077V15.923C69.473 52.094 0 145.929 0 256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7156"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>French Guiana <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="PF"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-french-polynesia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7157)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M31.127 133.565H480.872C437.454 53.989 353.035 0 256 0C158.965 0 74.546 53.989 31.127 133.565Z" fill="#D80027"/> <path d="M256 512C353.035 512 437.454 458.011 480.873 378.435H31.127C74.546 458.011 158.965 512 256 512Z" fill="#D80027"/> <path d="M345.043 256C345.043 305.178 305.177 333.913 256 333.913C206.823 333.913 166.957 305.178 166.957 256C166.957 206.822 206.823 166.957 256 166.957C305.177 166.957 345.043 206.822 345.043 256Z" fill="#FFDA44"/> <path d="M345.043 256C345.043 305.178 305.177 345.043 256 345.043C206.823 345.043 166.957 305.178 166.957 256" fill="#0052B4"/> <path d="M200.348 233.739H222.609V278.261H200.348V233.739Z" fill="#D80027"/> <path d="M289.391 233.739H311.652V278.261H289.391V233.739Z" fill="#D80027"/> <path d="M244.87 200.348H267.131V278.261H244.87V200.348Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7157"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>French Polynesia <span class="localization-form__currency">( Fr XPF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TF"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-french-southern-territories" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7156)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.929 442.528 52.094 345.043 15.923V496.078C442.528 459.906 512 366.071 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.071 69.473 459.906 166.957 496.077V15.923C69.473 52.094 0 145.929 0 256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7156"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>French Southern Territories <span class="localization-form__currency">( € EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GA"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-gabon" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7158)"> <path d="M496.077 345.043C506.368 317.311 512 287.314 512 256C512 224.686 506.368 194.691 496.077 166.957L256 144.696L15.923 166.957C5.633 194.691 0 224.686 0 256C0 287.314 5.633 317.311 15.923 345.043L256 367.304L496.077 345.043Z" fill="#FFDA44"/> <path d="M256 512C366.07 512 459.906 442.528 496.076 345.043H15.9219C52.0939 442.528 145.928 512 256 512Z" fill="#0052B4"/> <path d="M256 0C145.928 0 52.0939 69.472 15.9219 166.957H496.077C459.906 69.472 366.07 0 256 0Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7158"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Gabon <span class="localization-form__currency">( Fr XOF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-gambia" width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7160)"> <path d="M256 512.989C397.385 512.989 512 398.374 512 256.989C512 115.604 397.385 0.989258 256 0.989258C114.615 0.989258 0 115.604 0 256.989C0 398.374 114.615 512.989 256 512.989Z" fill="#F0F0F0"/> <path d="M256 0.989258C150.165 0.989258 59.3367 65.2153 20.3477 156.815H491.653C452.664 65.2153 361.835 0.989258 256 0.989258Z" fill="#A2001D"/> <path d="M256 512.989C361.835 512.989 452.664 448.763 491.652 357.163H20.3477C59.3367 448.763 150.165 512.989 256 512.989Z" fill="#496E2D"/> <path d="M503.181 190.206H8.819C3.08 211.499 0 233.882 0 256.989C0 280.096 3.08 302.479 8.819 323.772H503.182C508.92 302.479 512 280.096 512 256.989C512 233.882 508.92 211.499 503.181 190.206Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7160"> <rect width="512" height="512" fill="white" transform="translate(0 0.989258)"/> </clipPath> </defs> </svg> </span>Gambia <span class="localization-form__currency">( D GMD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-georgia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7161)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M509.833 222.609H289.393H289.392V2.167C278.461 0.744 267.317 0 256 0C244.683 0 233.539 0.744 222.609 2.167V222.607V222.608H2.167C0.744 233.539 0 244.683 0 256C0 267.319 0.744 278.461 2.167 289.391H222.607H222.608V509.833C233.539 511.256 244.683 512 256 512C267.317 512 278.461 511.257 289.391 509.833V289.393V289.392H509.833C511.256 278.461 512 267.319 512 256C512 244.683 511.256 233.539 509.833 222.609Z" fill="#D80027"/> <path d="M155.826 122.435V89.043H122.435V122.435H89.043V155.826H122.435V189.217H155.826V155.826H189.217V122.435H155.826Z" fill="#D80027"/> <path d="M389.565 122.435V89.043H356.174V122.435H322.783V155.826H356.174V189.217H389.565V155.826H422.957V122.435H389.565Z" fill="#D80027"/> <path d="M155.826 356.174V322.783H122.435V356.174H89.043V389.565H122.435V422.957H155.826V389.565H189.217V356.174H155.826Z" fill="#D80027"/> <path d="M389.565 356.174V322.783H356.174V356.174H322.783V389.565H356.174V422.957H389.565V389.565H422.957V356.174H389.565Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7161"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Georgia <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="DE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-germany" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7162)"> <path d="M15.9229 345.044C52.0939 442.528 145.929 512.001 256 512.001C366.071 512.001 459.906 442.528 496.077 345.044L256 322.784L15.9229 345.044Z" fill="#FFDA44"/> <path d="M256 0.000976562C145.929 0.000976562 52.0939 69.473 15.9229 166.958L256 189.218L496.077 166.957C459.906 69.473 366.071 0.000976562 256 0.000976562Z" fill="black"/> <path d="M15.923 166.958C5.633 194.691 0 224.687 0 256.001C0 287.315 5.633 317.311 15.923 345.044H496.078C506.368 317.311 512 287.315 512 256.001C512 224.687 506.368 194.691 496.077 166.958H15.923Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7162"> <rect width="512" height="512" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Germany <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GH"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-ghana" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7163)"> <path d="M0 256C0 287.314 5.633 317.31 15.923 345.043L256 356.174L496.077 345.044C506.368 317.31 512 287.314 512 256C512 224.686 506.368 194.69 496.077 166.957L256 155.826L15.923 166.956C5.633 194.69 0 224.686 0 256H0Z" fill="#FFDA44"/> <path d="M256 0C145.929 0 52.0939 69.472 15.9229 166.957H496.078C459.906 69.472 366.071 0 256 0Z" fill="#D80027"/> <path d="M496.077 345.043H15.9229C52.0939 442.527 145.929 512 256 512C366.071 512 459.906 442.527 496.077 345.043Z" fill="#496E2D"/> <path d="M255.998 166.957L278.098 234.977H349.626L291.763 277.02L313.863 345.043L255.998 303.003L198.133 345.043L220.237 277.02L162.374 234.977H233.898L255.998 166.957Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7163"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Ghana <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GI"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-gibraltar" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7164)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F9F9F9"/> <path d="M256 512C366.07 512 459.906 442.528 496.076 345.043H15.9219C52.0939 442.528 145.928 512 256 512Z" fill="#D80027"/> <path d="M356.173 211.478V178.087H367.303V155.826H345.042V166.957H322.782V155.826H300.521V178.087H311.651V211.478H289.39V133.567H300.521V111.307H278.26V122.435H267.129V111.307H244.869V122.435H233.738V111.307H211.477V133.567H222.608V211.478H200.347V178.087H211.477V155.826H189.216V166.957H166.956V155.826H144.695V178.087H155.825V211.478H133.564V300.522H378.434V211.478H356.173Z" fill="#D80027"/> <path d="M256 289.391C237.559 289.391 222.609 304.341 222.609 322.782C222.609 337.318 231.903 349.682 244.87 354.266V400.696H211.479V445.218H267.131V354.267C280.098 349.683 289.392 337.32 289.392 322.783C289.391 304.342 274.441 289.391 256 289.391ZM256 333.913C249.853 333.913 244.87 328.929 244.87 322.783C244.87 316.636 249.853 311.653 256 311.653C262.147 311.653 267.13 316.636 267.13 322.783C267.13 328.929 262.147 333.913 256 333.913Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7164"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Gibraltar <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> GBP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GR"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-greece" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7165)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 189.217H503.181C496.762 165.403 487.006 142.962 474.426 122.434H256V189.217Z" fill="#338AF3"/> <path d="M96.6432 456.348H415.356C438.719 437.74 458.755 415.138 474.425 389.565H37.5742C53.2452 415.137 73.2812 437.74 96.6432 456.348Z" fill="#338AF3"/> <path d="M89.0432 61.939C68.9172 79.27 51.5182 99.679 37.5742 122.435H89.0432V61.939Z" fill="#338AF3"/> <path d="M256 256C256 229.924 256 208.101 256 189.217H155.826V256H89.043V189.217H8.819C3.08 210.511 0 232.893 0 256C0 279.107 3.08 301.489 8.819 322.783H503.182C508.92 301.489 512 279.107 512 256H256Z" fill="#338AF3"/> <path d="M256 0C220.451 0 186.596 7.253 155.826 20.348V122.435H256C256 99.123 256 79.296 256 55.652H415.357C371.626 20.824 316.249 0 256 0Z" fill="#338AF3"/> </g> <defs> <clipPath id="clip0_4_7165"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Greece <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GL"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-greenland" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7166)"> <path d="M0 256C0 114.616 114.616 0 256 0C397.384 0 512 114.616 512 256C500.87 256 256 289.391 256 289.391L0 256Z" fill="#F0F0F0"/> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256" fill="#D80027"/> <path d="M178.087 378.435C245.706 378.435 300.522 323.619 300.522 256C300.522 188.381 245.706 133.565 178.087 133.565C110.468 133.565 55.6523 188.381 55.6523 256C55.6523 323.619 110.468 378.435 178.087 378.435Z" fill="#F0F0F0"/> <path d="M55.6523 256C55.6523 188.383 110.468 133.565 178.087 133.565C245.707 133.565 300.522 188.382 300.522 256" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7166"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Greenland <span class="localization-form__currency">( kr. DKK)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GD"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-grenada" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7167)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#FFDA44"/> <path d="M111.713 44.522C152.798 16.436 202.476 0 256 0C309.524 0 359.202 16.436 400.287 44.522L256 55.652L111.713 44.522Z" fill="#A2001D"/> <path d="M256 256L239.662 239.662L235.324 247.433L256 256Z" fill="#0052B4"/> <path d="M74.9795 74.98C-24.9945 174.954 -24.9945 337.045 74.9795 437.02C116.293 395.707 156.026 355.974 256 256L74.9795 74.98Z" fill="#496E2D"/> <path d="M437.02 74.98C536.994 174.954 536.994 337.045 437.02 437.02C395.707 395.707 355.974 355.974 256 256L437.02 74.98Z" fill="#496E2D"/> <path d="M256 345.043C305.177 345.043 345.043 305.177 345.043 256C345.043 206.823 305.177 166.957 256 166.957C206.823 166.957 166.957 206.823 166.957 256C166.957 305.177 206.823 345.043 256 345.043Z" fill="#A2001D"/> <path d="M255.999 166.957L275.958 228.386H340.556L288.298 266.359L308.257 327.791L255.999 289.825L203.739 327.791L223.702 266.359L171.444 228.386H236.038L255.999 166.957Z" fill="#FFDA44"/> <path d="M256 0C255.971 0 255.943 0.002 255.914 0.002H256.085C256.057 0.002 256.029 0 256 0Z" fill="#FFDA44"/> <path d="M256.086 0H255.915C185.262 0.023 121.301 28.666 74.9941 74.968H437.007C390.699 28.666 326.738 0.023 256.086 0Z" fill="#A2001D"/> <path d="M74.9951 437.033C121.321 483.352 185.315 512 256 512C326.685 512 390.679 483.352 437.005 437.033H74.9951Z" fill="#A2001D"/> <path d="M256 27.826L260.145 40.5801H273.555L262.706 48.4631L266.851 61.217L256 53.335L245.151 61.217L249.296 48.4631L238.445 40.5801H251.855L256 27.826Z" fill="#FFDA44"/> <path d="M193.923 27.826L198.068 40.5801H211.478L200.629 48.4631L204.774 61.217L193.923 53.335L183.075 61.217L187.219 48.4631L176.368 40.5801H189.778L193.923 27.826Z" fill="#FFDA44"/> <path d="M318.077 27.826L322.222 40.5801H335.632L324.783 48.4631L328.928 61.217L318.077 53.335L307.228 61.217L311.373 48.4631L300.522 40.5801H313.932L318.077 27.826Z" fill="#FFDA44"/> <path d="M256 450.783L260.145 463.537H273.555L262.706 471.42L266.851 484.174L256 476.291L245.151 484.174L249.296 471.42L238.445 463.537H251.855L256 450.783Z" fill="#FFDA44"/> <path d="M193.923 450.783L198.068 463.537H211.478L200.629 471.42L204.774 484.174L193.923 476.291L183.075 484.174L187.219 471.42L176.368 463.537H189.778L193.923 450.783Z" fill="#FFDA44"/> <path d="M318.077 450.783L322.222 463.537H335.632L324.783 471.42L328.928 484.174L318.077 476.291L307.228 484.174L311.373 471.42L300.522 463.537H313.932L318.077 450.783Z" fill="#FFDA44"/> <path d="M78.003 251.772C84.578 262.161 81.488 275.912 71.099 282.488C60.711 289.064 46.959 285.974 40.383 275.585C28.478 256.777 35.381 226.06 35.381 226.06C35.381 226.06 66.097 232.963 78.003 251.772Z" fill="#FFDA44"/> <path d="M65.1456 284.215C71.2926 284.215 76.2756 279.232 76.2756 273.085C76.2756 266.938 71.2926 261.955 65.1456 261.955C58.9987 261.955 54.0156 266.938 54.0156 273.085C54.0156 279.232 58.9987 284.215 65.1456 284.215Z" fill="#A2001D"/> </g> <defs> <clipPath id="clip0_4_7167"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Grenada <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> XCD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GP"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-guadeloupe" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7156)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.929 442.528 52.094 345.043 15.923V496.078C442.528 459.906 512 366.071 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.071 69.473 459.906 166.957 496.077V15.923C69.473 52.094 0 145.929 0 256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7156"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Guadeloupe <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GT"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-guatemala" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7169)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 154.506 452.935 66.81 367.304 25.402V486.597C452.935 445.19 512 357.493 512 256Z" fill="#338AF3"/> <path d="M0 256C0 357.493 59.065 445.19 144.696 486.598V25.402C59.065 66.81 0 154.506 0 256Z" fill="#338AF3"/> <path d="M322.898 299.288L279.612 256.002L320.815 214.797L318.948 193.035L307.152 181.237L256 232.389L204.848 181.237L193.052 193.035L191.185 214.797L232.388 256.002L189.101 299.288L212.713 322.898L256 279.613L299.287 322.898L322.898 299.288Z" fill="#ACABB1"/> <path d="M318.963 193.037L295.352 216.648C305.423 226.719 311.653 240.632 311.653 256C311.653 286.736 286.736 311.652 256.001 311.652C225.266 311.652 200.348 286.736 200.348 256C200.348 240.632 206.578 226.719 216.649 216.648L193.038 193.037C176.923 209.149 166.957 231.41 166.957 256C166.957 305.178 206.823 345.043 256 345.043C305.177 345.043 345.043 305.177 345.043 256C345.043 231.411 335.077 209.15 318.963 193.037Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7169"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Guatemala <span class="localization-form__currency">( Q GTQ)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GG"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-guernsey" width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7170)"> <path d="M256 512.989C397.385 512.989 512 398.374 512 256.989C512 115.604 397.385 0.989258 256 0.989258C114.615 0.989258 0 115.604 0 256.989C0 398.374 114.615 512.989 256 512.989Z" fill="#F0F0F0"/> <path d="M509.833 223.598H289.393H289.392V3.15626C278.461 1.73326 267.317 0.989258 256 0.989258C244.683 0.989258 233.539 1.73326 222.609 3.15626V223.598H2.167C0.744 234.528 0 245.672 0 256.989C0 268.306 0.744 279.45 2.167 290.38H222.607H222.608V510.822C233.539 512.245 244.683 512.989 256 512.989C267.317 512.989 278.461 512.246 289.391 510.822V290.383V290.381H509.833C511.256 279.45 512 268.306 512 256.989C512 245.672 511.256 234.528 509.833 223.598Z" fill="#D80027"/> <path d="M328.348 268.119L345.043 279.25V234.728L328.348 245.859H267.13V184.641L278.261 167.946H233.739L244.87 184.641V245.859H183.652L166.957 234.728V279.25L183.652 268.119H244.87V329.337L233.739 346.032H278.261L267.13 329.337V268.119H328.348Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7170"> <rect width="512" height="512" fill="white" transform="translate(0 0.989258)"/> </clipPath> </defs> </svg> </span>Guernsey <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> GBP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GN"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-guinea" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7172)"> <path d="M345.046 15.925C317.312 5.63398 287.315 0.000976562 256 0.000976562C224.687 0.000976562 194.691 5.63398 166.959 15.923L155.828 256.001L166.958 496.079C194.691 506.369 224.687 512.001 256 512.001C287.316 512.001 317.312 506.369 345.046 496.077L356.176 256.001L345.046 15.925Z" fill="#FFDA44"/> <path d="M0 256.001C0 366.071 69.472 459.907 166.957 496.077V15.923C69.472 52.095 0 145.929 0 256.001Z" fill="#D80027"/> <path d="M512 256.001C512 145.929 442.528 52.095 345.043 15.923V496.078C442.528 459.907 512 366.071 512 256.001Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7172"> <rect width="512" height="512" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Guinea <span class="localization-form__currency">( Fr GNF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GW"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-guinea-bissau" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7171)"> <path d="M256 0C232.894 0 210.51 3.08 189.217 8.819L166.957 256L189.218 503.181C210.51 508.92 232.894 512 256 512C397.384 512 512 397.384 512 256C512 114.616 397.384 0 256 0Z" fill="#FFDA44"/> <path d="M166.957 256L189.218 503.181C210.51 508.92 232.894 512 256 512C397.384 512 512 397.384 512 256H166.957Z" fill="#6DA544"/> <path d="M0 256C0 353.035 53.99 437.455 133.565 480.873V31.127C53.99 74.545 0 158.965 0 256Z" fill="#D80027"/> <path d="M0 256C0 374.279 80.221 473.805 189.217 503.181V8.81897C80.221 38.195 0 137.721 0 256Z" fill="#D80027"/> <path d="M96.7356 189.217L113.311 240.233H166.957L123.559 271.765L140.133 322.783L96.7356 291.252L53.3366 322.783L69.9146 271.765L26.5166 240.233H80.1596L96.7356 189.217Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7171"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Guinea-Bissau <span class="localization-form__currency">( Fr XOF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GY"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-guyana" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7173)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 0C210.739 0 168.231 11.762 131.339 32.372V479.628C168.232 500.238 210.739 512 256 512C397.384 512 512 397.384 512 256C512 114.616 397.384 0 256 0Z" fill="#6DA544"/> <path d="M132.092 31.9509C115.987 40.8759 100.949 51.4839 87.21 63.5439C88.599 62.3259 90.002 61.1219 91.416 59.9339L287.481 256L91.415 452.066C90 450.878 88.598 449.674 87.209 448.456C100.948 460.516 115.987 471.123 132.091 480.049L512 256L132.092 31.9509Z" fill="#F0F0F0"/> <path d="M110.47 45.3821C102.663 50.7881 95.1646 56.6051 88.0196 62.8221L256 256L88.0186 449.178C95.1636 455.395 102.662 461.213 110.469 466.618L468.178 256L110.47 45.3821Z" fill="#FFDA44"/> <path d="M91.4155 59.9341C85.7245 64.7161 80.2325 69.7291 74.9805 74.9801L233.739 256L74.9805 437.02C80.2325 442.272 85.7235 447.286 91.4155 452.066L287.481 256L91.4155 59.9341Z" fill="black"/> <path d="M74.9795 74.98C-24.9945 174.954 -24.9945 337.045 74.9795 437.02C116.293 395.707 156.026 355.974 256 256L74.9795 74.98Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7173"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Guyana <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> GYD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="HT"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-haiti" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7174)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C0 114.616 256 0 256 0C256 0 512 114.616 512 256Z" fill="#A2001D"/> <path d="M0 256C0 114.616 114.616 0 256 0C397.384 0 512 114.616 512 256" fill="#0052B4"/> <path d="M345.043 322.783L256 311.652L166.957 322.783V189.217H345.043V322.783Z" fill="#F0F0F0"/> <path d="M256 311.652C280.588 311.652 300.522 291.719 300.522 267.13C300.522 242.541 280.588 222.608 256 222.608C231.411 222.608 211.478 242.541 211.478 267.13C211.478 291.719 231.411 311.652 256 311.652Z" fill="#0052B4"/> <path d="M256 289.391C268.295 289.391 278.261 279.424 278.261 267.13C278.261 254.835 268.295 244.869 256 244.869C243.706 244.869 233.739 254.835 233.739 267.13C233.739 279.424 243.706 289.391 256 289.391Z" fill="#A2001D"/> <path d="M222.609 211.478H289.391L256 244.87L222.609 211.478Z" fill="#6DA544"/> <path d="M244.87 233.739H267.131V300.522H244.87V233.739Z" fill="#FFDA44"/> <path d="M291.617 293.843H220.381L166.957 322.783H345.043L291.617 293.843Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7174"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Haiti <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="HN"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-honduras" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7176)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 512C357.493 512 445.19 452.935 486.598 367.304H25.4023C66.8103 452.935 154.506 512 256 512Z" fill="#338AF3"/> <path d="M256 0C154.506 0 66.8103 59.065 25.4023 144.696H486.597C445.19 59.065 357.493 0 256 0Z" fill="#338AF3"/> <path d="M157.546 166.957L165.834 192.466H192.655L170.957 208.23L179.246 233.739L157.546 217.974L135.846 233.739L144.135 208.23L122.436 192.466H149.257L157.546 166.957Z" fill="#338AF3"/> <path d="M157.546 278.261L165.834 303.771H192.655L170.957 319.535L179.246 345.043L157.546 329.278L135.846 345.043L144.135 319.535L122.436 303.771H149.257L157.546 278.261Z" fill="#338AF3"/> <path d="M354.456 166.957L362.745 192.466H389.566L367.867 208.23L376.156 233.739L354.456 217.974L332.756 233.739L341.045 208.23L319.346 192.466H346.168L354.456 166.957Z" fill="#338AF3"/> <path d="M354.456 278.261L362.745 303.771H389.566L367.867 319.535L376.156 345.043L354.456 329.278L332.756 345.043L341.045 319.535L319.346 303.771H346.168L354.456 278.261Z" fill="#338AF3"/> <path d="M256.001 222.609L264.29 248.119H291.111L269.412 263.883L277.701 289.391L256.001 273.626L234.301 289.391L242.59 263.883L220.891 248.119H247.712L256.001 222.609Z" fill="#338AF3"/> </g> <defs> <clipPath id="clip0_4_7176"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Honduras <span class="localization-form__currency">( L HNL)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="HK"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-hong-kong-sar" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7177)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#D80027"/> <path d="M282.429 193.668C276.611 217.867 266.274 213.252 261.201 234.356C231.318 227.171 212.915 197.121 220.1 167.236C227.282 137.353 257.334 118.949 287.218 126.134C277.071 168.341 287.634 172.025 282.429 193.668Z" fill="#F0F0F0"/> <path d="M204.887 211.6C226.104 224.61 218.52 233.017 237.022 244.364C220.954 270.565 186.689 278.78 160.487 262.713C134.286 246.646 126.069 212.379 142.137 186.178C179.143 208.87 185.908 199.963 204.887 211.6Z" fill="#F0F0F0"/> <path d="M197.978 290.892C216.909 274.734 222.558 284.544 239.067 270.454C259.022 293.831 256.246 328.959 232.87 348.914C209.492 368.869 174.364 366.09 154.412 342.715C187.426 314.532 181.045 305.343 197.978 290.892Z" fill="#F0F0F0"/> <path d="M271.254 321.965C261.734 298.968 272.81 296.624 264.511 276.571C292.91 264.818 325.462 278.312 337.216 306.711C348.969 335.11 335.473 367.661 307.074 379.415C290.477 339.306 279.768 342.535 271.254 321.965Z" fill="#F0F0F0"/> <path d="M323.45 261.876C298.637 263.823 299.828 252.563 278.193 254.261C275.79 223.622 298.684 196.831 329.325 194.426C359.965 192.027 386.755 214.919 389.157 245.561C345.88 248.954 345.641 260.137 323.45 261.876Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7177"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Hong Kong SAR <span class="localization-form__currency">( $ HKD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="HU"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-hungary" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7178)"> <path d="M15.923 166.957C5.633 194.691 0 224.686 0 256C0 287.314 5.633 317.311 15.923 345.043L256 367.304L496.077 345.043C506.367 317.311 512 287.314 512 256C512 224.686 506.367 194.691 496.077 166.957L256 144.696L15.923 166.957Z" fill="#F0F0F0"/> <path d="M256 0C145.93 0 52.0938 69.472 15.9238 166.957H496.079C459.906 69.472 366.072 0 256 0Z" fill="#D80027"/> <path d="M256 512C366.072 512 459.906 442.528 496.078 345.043H15.9238C52.0938 442.528 145.93 512 256 512Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7178"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Hungary <span class="localization-form__currency">( Ft HUF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="IS"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-iceland" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7179)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M8.81934 322.783C23.6313 377.742 56.2763 425.376 100.174 459.105V322.783H8.81934Z" fill="#0052B4"/> <path d="M233.739 511.026C241.077 511.658 248.498 512 256 512C374.279 512 473.805 431.779 503.181 322.783H233.739V511.026Z" fill="#0052B4"/> <path d="M503.181 189.217C473.805 80.221 374.279 0 256 0C248.498 0 241.077 0.342 233.739 0.974V189.217H503.181Z" fill="#0052B4"/> <path d="M100.174 52.895C56.2763 86.625 23.6313 134.258 8.81934 189.217H100.174V52.895Z" fill="#0052B4"/> <path d="M509.833 222.609H200.349H200.348V6.08496C176.69 11.331 154.261 19.834 133.565 31.127V222.608H2.167C0.742 233.539 0 244.683 0 256C0 267.317 0.742 278.461 2.167 289.391H133.564H133.565V480.872C154.261 492.164 176.69 500.669 200.348 505.914V289.394V289.392H509.833C511.256 278.461 512 267.317 512 256C512 244.683 511.256 233.539 509.833 222.609Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7179"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Iceland <span class="localization-form__currency">( kr ISK)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="IN"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-india" width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7180)"> <path d="M256 512.989C397.385 512.989 512 398.374 512 256.989C512 115.604 397.385 0.989258 256 0.989258C114.615 0.989258 0 115.604 0 256.989C0 398.374 114.615 512.989 256 512.989Z" fill="#F0F0F0"/> <path d="M256 0.989258C154.506 0.989258 66.8103 60.0543 25.4023 145.685H486.597C445.19 60.0543 357.493 0.989258 256 0.989258Z" fill="#FF9811"/> <path d="M256 512.989C357.493 512.989 445.19 453.924 486.598 368.293H25.4023C66.8103 453.924 154.506 512.989 256 512.989Z" fill="#6DA544"/> <path d="M256 346.032C305.177 346.032 345.043 306.166 345.043 256.989C345.043 207.812 305.177 167.946 256 167.946C206.823 167.946 166.957 207.812 166.957 256.989C166.957 306.166 206.823 346.032 256 346.032Z" fill="#0052B4"/> <path d="M256 312.641C286.735 312.641 311.652 287.725 311.652 256.989C311.652 226.253 286.735 201.337 256 201.337C225.264 201.337 200.348 226.253 200.348 256.989C200.348 287.725 225.264 312.641 256 312.641Z" fill="#F0F0F0"/> <path d="M256 188.315L273.169 227.253L315.473 222.652L290.337 256.989L315.473 291.326L273.169 286.725L256 325.663L238.831 286.725L196.527 291.325L221.663 256.989L196.527 222.652L238.831 227.253L256 188.315Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7180"> <rect width="512" height="512" fill="white" transform="translate(0 0.989258)"/> </clipPath> </defs> </svg> </span>India <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> INR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="ID"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-indonesia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7181)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M0 256C0 114.616 114.616 0 256 0C397.384 0 512 114.616 512 256" fill="#A2001D"/> </g> <defs> <clipPath id="clip0_4_7181"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Indonesia <span class="localization-form__currency">( Rp IDR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="IE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-ireland" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7184)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.93 442.528 52.0941 345.043 15.9241V496.079C442.528 459.906 512 366.072 512 256Z" fill="#FF9811"/> <path d="M0 256C0 366.072 69.472 459.906 166.957 496.078V15.9241C69.472 52.0941 0 145.93 0 256Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7184"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Ireland <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="IM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-isle-of-man" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7185)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#D80027"/> <path d="M350.787 171.612L332.693 236.183L278.403 226.158L243.457 154.123L149.05 187.624L141.605 166.644L116.905 163.601L135.516 216.05L200.485 199.435L218.948 251.464L174.036 317.746L250.253 382.752L235.807 399.689L245.521 422.603L281.639 380.259L234.765 332.302L270.592 290.299L350.45 296.053L368.639 197.543L390.53 201.586L405.519 181.716L350.787 171.612Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7185"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Isle of Man <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> GBP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="IL"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-israel" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7186)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M352.393 200.348H288.13L256 144.696L223.871 200.348H159.607L191.741 256L159.607 311.652H223.871L256 367.304L288.13 311.652H352.393L320.259 256L352.393 200.348ZM295.475 256L275.739 290.188H236.264L216.525 256L236.263 221.812H275.738L295.475 256ZM256 187.623L263.346 200.347H248.656L256 187.623ZM196.786 221.812H211.478L204.132 234.536L196.786 221.812ZM196.786 290.188L204.133 277.464L211.479 290.188H196.786ZM256 324.376L248.655 311.652H263.346L256 324.376ZM315.214 290.188H300.522L307.869 277.464L315.214 290.188ZM300.522 221.812H315.214L307.868 234.536L300.522 221.812Z" fill="#0052B4"/> <path d="M415.357 55.6521H96.6432C73.2802 74.2601 53.2442 96.8621 37.5742 122.435H474.426C458.755 96.8631 438.719 74.2601 415.357 55.6521Z" fill="#0052B4"/> <path d="M96.6432 456.348H415.356C438.719 437.74 458.755 415.138 474.425 389.565H37.5742C53.2452 415.137 73.2812 437.74 96.6432 456.348Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7186"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Israel <span class="localization-form__currency">( ₪ ILS)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="IT"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-italy" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7187)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.929 442.528 52.0941 345.043 15.9231V496.078C442.528 459.906 512 366.071 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.071 69.472 459.906 166.957 496.077V15.9231C69.472 52.0941 0 145.929 0 256Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7187"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Italy <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="JM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-jamaica" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7190)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#FFDA44"/> <path d="M411.856 52.92C368.689 19.739 314.654 0 256 0C197.346 0 143.31 19.74 100.143 52.92L256 208.776L411.856 52.92Z" fill="#6DA544"/> <path d="M52.919 100.144C19.74 143.311 0 197.346 0 256C0 314.654 19.74 368.69 52.92 411.858L208.777 256L52.919 100.144Z" fill="black"/> <path d="M100.143 459.08C143.311 492.261 197.346 512 256 512C314.654 512 368.689 492.26 411.857 459.08L256 303.224L100.143 459.08Z" fill="#6DA544"/> <path d="M459.08 411.856C492.261 368.689 512 314.654 512 256C512 197.346 492.261 143.311 459.08 100.144L303.224 256L459.08 411.856Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7190"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Jamaica <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> JMD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="JP"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-japan" width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7189)"> <path d="M256 512.989C397.385 512.989 512 398.374 512 256.989C512 115.604 397.385 0.989258 256 0.989258C114.615 0.989258 0 115.604 0 256.989C0 398.374 114.615 512.989 256 512.989Z" fill="#F0F0F0"/> <path d="M256 368.293C317.472 368.293 367.304 318.461 367.304 256.989C367.304 195.518 317.472 145.685 256 145.685C194.529 145.685 144.696 195.518 144.696 256.989C144.696 318.461 194.529 368.293 256 368.293Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7189"> <rect width="512" height="512" fill="white" transform="translate(0 0.989258)"/> </clipPath> </defs> </svg> </span>Japan <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 18V12M12 12L9 7M12 12L15 7M9 13H15M9 16H15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> JPY)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="JE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-jersey" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7191)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M459.098 411.875L303.223 256.001H303.222L459.098 100.124C452.375 91.3881 445.021 82.9831 437.02 74.9801C429.017 66.9781 420.613 59.6231 411.876 52.9021L256.001 208.777L256 208.778L100.125 52.9021C91.3903 59.6241 82.9843 66.9771 74.9813 74.9801C66.9783 82.9831 59.6243 91.3881 52.9033 100.124L208.778 255.998L208.779 255.999L52.9023 411.876C59.6253 420.612 66.9793 429.017 74.9803 437.02C82.9833 445.022 91.3873 452.377 100.124 459.098L256 303.223L256.001 303.222L411.876 459.097C420.611 452.375 429.017 445.021 437.02 437.019C445.023 429.016 452.376 420.611 459.098 411.875Z" fill="#D80027"/> <path d="M211.478 77.913L256 89.043L300.522 77.913V40.07L282.713 48.974L256 22.261L229.287 48.974L211.478 40.07V77.913Z" fill="#FFDA44"/> <path d="M211.478 77.9131V105.741C211.478 139.821 256 150.263 256 150.263C256 150.263 300.522 139.82 300.522 105.741V77.9131H211.478Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7191"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Jersey <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="JO"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-jordan" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7192)"> <path d="M256 512.001C397.385 512.001 512 397.386 512 256.001C512 114.616 397.385 0.000976562 256 0.000976562C114.615 0.000976562 0 114.616 0 256.001C0 397.386 114.615 512.001 256 512.001Z" fill="#F0F0F0"/> <path d="M155.826 166.958H496.076C459.906 69.473 366.07 0.000976562 256 0.000976562C185.306 0.000976562 121.313 28.66 74.9888 74.99L155.826 166.958Z" fill="black"/> <path d="M155.826 345.044H496.076C459.906 442.529 366.07 512.001 256 512.001C185.306 512.001 121.313 483.342 74.9888 437.012L155.826 345.044Z" fill="#6DA544"/> <path d="M74.98 74.981C-24.994 174.955 -24.994 337.046 74.98 437.021C116.293 395.708 156.026 355.975 256 256.001L74.98 74.981Z" fill="#D80027"/> <path d="M101.605 200.349L115.654 229.728L147.383 222.395L133.173 251.696L158.688 271.93L126.921 279.089L127.009 311.653L101.605 291.28L76.2 311.653L76.289 279.089L44.522 271.93L70.036 251.696L55.828 222.395L87.555 229.728L101.605 200.349Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7192"> <rect width="512" height="512" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Jordan <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="KZ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-kazakhstan" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7193)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#338AF3"/> <path d="M400.696 258.783H111.304C111.304 278.762 128.705 294.957 148.682 294.957H147.478C147.478 314.936 163.673 331.131 183.652 331.131C183.652 351.11 199.847 367.305 219.826 367.305H292.174C312.153 367.305 328.348 351.11 328.348 331.131C348.327 331.131 364.522 314.936 364.522 294.957H363.318C383.293 294.957 400.696 278.762 400.696 258.783Z" fill="#FFDA44"/> <path d="M356.174 211.478C356.174 266.802 311.324 311.652 256 311.652C200.675 311.652 155.826 266.802 155.826 211.478" fill="#338AF3"/> <path d="M332.515 211.478L301.25 226.185L317.899 256.465L283.949 249.97L279.647 284.266L256 259.041L232.352 284.266L228.051 249.97L194.101 256.463L210.749 226.184L179.485 211.478L210.75 196.772L194.101 166.493L228.05 172.987L232.353 138.691L256 163.916L279.648 138.691L283.949 172.987L317.9 166.493L301.251 196.773L332.515 211.478Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7193"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Kazakhstan <span class="localization-form__currency">( 〒 KZT)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="KE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-kenya" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7194)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 0C154.506 0 66.8103 59.065 25.4023 144.696H486.597C445.19 59.065 357.493 0 256 0Z" fill="black"/> <path d="M256 512C154.506 512 66.8103 452.935 25.4023 367.304H486.597C445.19 452.935 357.493 512 256 512Z" fill="#496E2D"/> <path d="M499.911 178.087H12.089C4.247 202.656 0 228.831 0 256C0 283.169 4.247 309.344 12.089 333.913H499.91C507.753 309.344 512 283.169 512 256C512 228.831 507.753 202.656 499.911 178.087Z" fill="#A2001D"/> <path d="M335.715 118.301L305.398 104.308L256 216.159L206.602 104.308L176.285 118.301L237.613 256L176.285 393.699L206.602 407.692L256 295.841L305.398 407.692L335.715 393.699L274.387 256L335.715 118.301Z" fill="#F0F0F0"/> <path d="M276.591 131.489C264.855 118.672 256 111.304 256 111.304C256 111.304 247.145 118.671 235.409 131.489V380.509C247.145 393.328 256 400.696 256 400.696C256 400.696 264.855 393.329 276.591 380.51V131.489Z" fill="#F0F0F0"/> <path d="M200.348 179.243V332.755C212.75 354.73 227.929 372.742 239.305 384.684V127.315C227.929 139.256 212.749 157.269 200.348 179.243Z" fill="#A2001D"/> <path d="M311.651 179.243C299.248 157.268 284.07 139.256 272.694 127.315V384.684C284.069 372.742 299.248 354.73 311.651 332.755V179.243Z" fill="#A2001D"/> <path d="M311.652 179.243V332.755C324.207 310.506 333.913 284.197 333.913 256C333.913 227.803 324.207 201.493 311.652 179.243Z" fill="black"/> <path d="M200.348 179.243V332.755C187.793 310.506 178.087 284.197 178.087 256C178.087 227.803 187.793 201.493 200.348 179.243Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7194"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Kenya <span class="localization-form__currency">( KSh KES)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="KI"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-kiribati" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7195)"> <path d="M0 256C0 114.616 114.616 0 256 0C397.384 0 512 114.616 512 256" fill="#D80027"/> <path d="M345.043 238.078L308.658 255.191L328.034 290.43L288.525 282.871L283.519 322.783L256 293.428L228.48 322.783L223.475 282.871L183.966 290.428L203.341 255.191L166.957 238.078L203.341 220.962L183.966 185.727L223.474 193.283L228.481 153.373L256 182.726L283.52 153.373L288.525 193.283L328.035 185.727L308.661 220.965L345.043 238.078Z" fill="#FFDA44"/> <path d="M322.783 83.4782H272.696C272.696 74.2592 265.22 66.7822 256 66.7822C246.78 66.7822 239.304 74.2582 239.304 83.4782H189.217C189.217 92.6982 197.249 100.174 206.469 100.174H205.912C205.912 109.394 213.386 116.87 222.608 116.87C222.608 126.09 230.082 133.566 239.304 133.566H272.695C281.914 133.566 289.391 126.091 289.391 116.87C298.61 116.87 306.087 109.395 306.087 100.174H305.53C314.751 100.174 322.783 92.6992 322.783 83.4782Z" fill="#FFDA44"/> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256H512Z" fill="#F0F0F0"/> <path d="M256 512C336.022 512 407.456 475.276 454.402 417.772C445.958 412.015 441.399 402.709 426.663 402.709C405.33 402.709 405.33 422.215 383.998 422.215C362.666 422.215 362.665 402.709 341.333 402.709C320 402.709 320 422.215 298.666 422.215C277.332 422.215 277.331 402.709 255.996 402.709C234.663 402.709 234.663 422.215 213.331 422.215C192.001 422.215 192.001 402.709 170.668 402.709C149.333 402.709 149.333 422.215 127.998 422.215C106.663 422.215 106.663 402.709 85.3277 402.709C70.5937 402.709 66.0347 412.013 57.5947 417.77C104.539 475.276 175.977 512 256 512Z" fill="#0052B4"/> <path d="M469.33 288.65C447.997 288.65 447.997 269.144 426.663 269.144C405.33 269.144 405.33 288.65 383.998 288.65C362.666 288.65 362.665 269.144 341.333 269.144C320 269.144 320 288.65 298.666 288.65C277.332 288.65 277.331 269.144 255.996 269.144C234.663 269.144 234.663 288.65 213.331 288.65C192.001 288.65 192.001 269.144 170.668 269.144C149.333 269.144 149.333 288.65 127.998 288.65C106.663 288.65 106.663 269.144 85.328 269.144C63.998 269.144 63.998 288.65 42.665 288.65C21.447 288.65 21.324 269.359 0.333008 269.153C0.924008 280.863 2.32201 292.359 4.43601 303.601C21.44 306.1 22.929 322.783 42.666 322.783C63.999 322.783 63.999 303.279 85.329 303.279C106.664 303.279 106.664 322.783 127.999 322.783C149.334 322.783 149.334 303.279 170.669 303.279C192.002 303.279 192.002 322.783 213.332 322.783C234.665 322.783 234.665 303.279 255.997 303.279C277.332 303.279 277.332 322.783 298.667 322.783C320.002 322.783 320.002 303.279 341.334 303.279C362.667 303.279 362.667 322.783 383.999 322.783C405.331 322.783 405.332 303.279 426.664 303.279C447.999 303.279 447.999 322.783 469.331 322.783C489.07 322.783 490.559 306.101 507.564 303.602C509.679 292.359 511.075 280.864 511.669 269.154C490.674 269.361 490.549 288.65 469.33 288.65Z" fill="#0052B4"/> <path d="M426.663 335.927C405.33 335.927 405.33 355.433 383.998 355.433C362.666 355.433 362.665 335.927 341.333 335.927C320 335.927 320 355.433 298.666 355.433C277.331 355.433 277.331 335.927 255.996 335.927C234.663 335.927 234.663 355.433 213.331 355.433C192.001 355.433 192.001 335.927 170.668 335.927C149.333 335.927 149.333 355.433 127.998 355.433C106.663 355.433 106.663 335.927 85.328 335.927C63.998 335.927 63.998 355.433 42.665 355.433C27.422 355.433 23.068 345.477 14.043 339.789C20.051 357.148 27.867 373.661 37.28 389.097C38.917 389.399 40.699 389.566 42.665 389.566C63.998 389.566 63.998 370.062 85.328 370.062C106.663 370.062 106.663 389.566 127.998 389.566C149.333 389.566 149.333 370.062 170.668 370.062C192.001 370.062 192.001 389.566 213.331 389.566C234.664 389.566 234.664 370.062 255.996 370.062C277.331 370.062 277.331 389.566 298.666 389.566C320.001 389.566 320.001 370.062 341.333 370.062C362.666 370.062 362.666 389.566 383.998 389.566C405.33 389.566 405.331 370.062 426.663 370.062C447.998 370.062 447.998 389.566 469.33 389.566C471.298 389.566 473.08 389.399 474.717 389.096C484.13 373.661 491.945 357.148 497.956 339.79C488.93 345.475 484.575 355.433 469.33 355.433C447.998 355.433 447.998 335.927 426.663 335.927Z" fill="#0052B4"/> <path d="M511.206 235.775C490.676 236.26 490.393 255.259 469.33 255.259C447.997 255.259 447.997 235.753 426.663 235.753C405.33 235.753 405.33 255.259 383.998 255.259C362.666 255.259 362.665 235.753 341.333 235.753C320 235.753 320 255.259 298.666 255.259C277.332 255.259 277.331 235.753 255.996 235.753C234.663 235.753 234.663 255.259 213.331 255.259C192.001 255.259 192.001 235.753 170.668 235.753C149.333 235.753 149.333 255.259 127.998 255.259C106.663 255.259 106.663 235.753 85.328 235.753C63.998 235.753 63.998 255.259 42.665 255.259C21.606 255.259 21.321 236.262 0.793 235.775C0.272 242.449 0 249.193 0 256C0 260.663 0.132 265.296 0.381 269.897C21.324 270.132 21.463 289.391 42.666 289.391C63.999 289.391 63.999 269.887 85.329 269.887C106.664 269.887 106.664 289.391 127.999 289.391C149.334 289.391 149.334 269.887 170.669 269.887C192.002 269.887 192.002 289.391 213.332 289.391C234.665 289.391 234.665 269.887 255.997 269.887C277.332 269.887 277.332 289.391 298.667 289.391C320.002 289.391 320.002 269.887 341.334 269.887C362.667 269.887 362.667 289.391 383.999 289.391C405.331 289.391 405.332 269.887 426.664 269.887C447.999 269.887 447.999 289.391 469.331 289.391C490.536 289.391 490.675 270.132 511.622 269.897C511.868 265.295 512 260.663 512 256C512 249.193 511.728 242.449 511.206 235.775Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7195"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Kiribati <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="XK"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-kosovo" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7196)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#0052B4"/> <path d="M112.449 155.827L117.975 172.835H135.855L121.39 183.344L126.915 200.349L112.449 189.84L97.982 200.349L103.509 183.344L89.043 172.835H106.922L112.449 155.827Z" fill="#F0F0F0"/> <path d="M168.101 139.132L173.627 156.139H191.507L177.042 166.648L182.567 183.653L168.101 173.144L153.635 183.653L159.161 166.648L144.696 156.139H162.576L168.101 139.132Z" fill="#F0F0F0"/> <path d="M223.753 122.436L229.279 139.443H247.159L232.694 149.953L238.219 166.958L223.753 156.448L209.287 166.958L214.813 149.953L200.348 139.443H218.228L223.753 122.436Z" fill="#F0F0F0"/> <path d="M399.551 155.827L394.025 172.835H376.145L390.611 183.344L385.085 200.349L399.551 189.84L414.018 200.349L408.491 183.344L422.957 172.835H405.077L399.551 155.827Z" fill="#F0F0F0"/> <path d="M343.899 139.132L338.373 156.139H320.493L334.959 166.648L329.433 183.653L343.899 173.144L358.365 183.653L352.839 166.648L367.304 156.139H349.424L343.899 139.132Z" fill="#F0F0F0"/> <path d="M288.247 122.436L282.721 139.443H264.841L279.306 149.953L273.781 166.958L288.247 156.448L302.713 166.958L297.187 149.953L311.652 139.443H293.772L288.247 122.436Z" fill="#F0F0F0"/> <path d="M300.522 267.13L256 211.478L233.739 222.608V244.869L200.348 267.13H178.087V295.889C210.715 309.101 233.739 341.07 233.739 378.435H256V356.174L278.261 333.913L300.522 356.174L322.783 333.913V311.652L345.044 278.261L300.522 267.13Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7196"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Kosovo <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="KW"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-kuwait" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7197)"> <path d="M496.077 345.043C506.367 317.31 512 287.314 512 256C512 224.686 506.367 194.69 496.077 166.957L256 144.696L15.923 166.957C5.633 194.69 0 224.686 0 256C0 287.314 5.633 317.31 15.923 345.043L256 367.304L496.077 345.043Z" fill="#F0F0F0"/> <path d="M256 512C366.07 512 459.906 442.528 496.076 345.043H15.9219C52.0939 442.528 145.928 512 256 512Z" fill="#D80027"/> <path d="M256 0C145.928 0 52.0939 69.472 15.9219 166.957H496.077C459.906 69.472 366.07 0 256 0Z" fill="#6DA544"/> <path d="M74.9795 74.98C-24.9945 174.954 -24.9945 337.045 74.9795 437.02C101.075 410.925 126.545 385.455 166.956 345.044V166.957L74.9795 74.98Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7197"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Kuwait <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="KG"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-kyrgyzstan" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7198)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#D80027"/> <path d="M381.197 256L330.042 280.062L357.283 329.609L301.73 318.98L294.694 375.096L255.999 333.826L217.307 375.096L210.268 318.98L154.72 329.607L181.96 280.06L130.803 256L181.96 231.939L154.72 182.391L210.266 193.021L217.309 136.904L255.999 178.175L294.696 136.904L301.73 193.021L357.285 182.391L330.043 231.942L381.197 256Z" fill="#FFDA44"/> <path d="M256 333.913C299.03 333.913 333.913 299.03 333.913 256C333.913 212.97 299.03 178.087 256 178.087C212.97 178.087 178.087 212.97 178.087 256C178.087 299.03 212.97 333.913 256 333.913Z" fill="#D80027"/> <path d="M217.043 256C215.166 256 213.313 256.096 211.484 256.278C211.551 267.069 215.455 276.946 221.903 284.619C225.343 275.362 230.479 266.921 236.956 259.697C230.77 257.318 224.059 256 217.043 256Z" fill="#FFDA44"/> <path d="M241.025 297.933C245.705 299.605 250.744 300.522 256 300.522C261.256 300.522 266.295 299.605 270.975 297.933C268.424 287.921 263.157 278.983 256 271.959C248.843 278.982 243.576 287.921 241.025 297.933Z" fill="#FFDA44"/> <path d="M294.555 233.746C286.857 220.44 272.48 211.478 256 211.478C239.52 211.478 225.143 220.439 217.445 233.746C231.479 233.817 244.639 237.633 256 244.222C267.361 237.633 280.519 233.817 294.555 233.746Z" fill="#FFDA44"/> <path d="M275.042 259.698C281.519 266.921 286.655 275.362 290.095 284.62C296.543 276.947 300.447 267.07 300.514 256.279C298.684 256.096 296.831 256.001 294.955 256.001C287.941 256 281.23 257.318 275.042 259.698Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7198"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Kyrgyzstan <span class="localization-form__currency">( som KGS)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="LA"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-laos" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7199)"> <path d="M486.598 144.696C445.19 59.065 357.494 0 256 0C154.506 0 66.8103 59.065 25.4023 144.696L256 166.957L486.598 144.696Z" fill="#D80027"/> <path d="M25.4023 367.304C66.8103 452.935 154.506 512 256 512C357.494 512 445.19 452.935 486.598 367.304L256 345.043L25.4023 367.304Z" fill="#D80027"/> <path d="M486.598 144.696H25.402C9.128 178.351 0 216.109 0 256C0 295.891 9.128 333.649 25.402 367.304H486.597C502.873 333.649 512 295.891 512 256C512 216.109 502.873 178.351 486.598 144.696Z" fill="#0052B4"/> <path d="M256 345.043C305.177 345.043 345.043 305.177 345.043 256C345.043 206.823 305.177 166.957 256 166.957C206.823 166.957 166.957 206.823 166.957 256C166.957 305.177 206.823 345.043 256 345.043Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7199"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Laos <span class="localization-form__currency">( ₭ LAK)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="LV"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-latvia" width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7200)"> <path d="M256 512.989C397.385 512.989 512 398.374 512 256.989C512 115.604 397.385 0.989258 256 0.989258C114.615 0.989258 0 115.604 0 256.989C0 398.374 114.615 512.989 256 512.989Z" fill="#F0F0F0"/> <path d="M256 0.989258C137.721 0.989258 38.1953 81.2103 8.81934 190.206H503.182C473.805 81.2103 374.279 0.989258 256 0.989258Z" fill="#A2001D"/> <path d="M256 512.989C374.279 512.989 473.805 432.768 503.181 323.772H8.81934C38.1953 432.767 137.721 512.989 256 512.989Z" fill="#A2001D"/> </g> <defs> <clipPath id="clip0_4_7200"> <rect width="512" height="512" fill="white" transform="translate(0 0.989258)"/> </clipPath> </defs> </svg> </span>Latvia <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="LS"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-lesotho" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7202)"> <path d="M0 256.001C0 295.891 9.127 333.649 25.402 367.305L256 378.436L486.598 367.306C502.873 333.649 512 295.891 512 256.001C512 216.111 502.873 178.353 486.598 144.697L256 133.566L25.402 144.696C9.127 178.353 0 216.111 0 256.001H0Z" fill="#F0F0F0"/> <path d="M256 512.001C357.493 512.001 445.19 452.936 486.598 367.305H25.4019C66.8099 452.936 154.506 512.001 256 512.001Z" fill="#6DA544"/> <path d="M256 0.000976562C154.506 0.000976562 66.8099 59.066 25.4019 144.697H486.597C445.19 59.066 357.493 0.000976562 256 0.000976562Z" fill="#0052B4"/> <path d="M272.696 250.436V189.219H239.305V250.436L198.975 290.767C210.704 309.967 231.855 322.784 256.001 322.784C280.147 322.784 301.297 309.967 313.027 290.767L272.696 250.436Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7202"> <rect width="512" height="512" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Lesotho <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="LY"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-libya" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7204)"> <path d="M25.402 144.696C9.128 178.352 0 216.109 0 256C0 295.891 9.128 333.648 25.402 367.304L256 389.565L486.598 367.304C502.872 333.648 512 295.891 512 256C512 216.109 502.872 178.352 486.598 144.696L256 122.435L25.402 144.696Z" fill="black"/> <path d="M25.4111 367.304C66.8171 452.935 154.506 512 256 512C357.493 512 445.183 452.935 486.589 367.304H25.4111Z" fill="#496E2D"/> <path d="M25.4111 144.696H486.589C445.183 59.065 357.493 0 256 0C154.506 0 66.8171 59.065 25.4111 144.696Z" fill="#D80027"/> <path d="M315.586 209.186L336.59 238.131L370.607 227.101L349.569 256.021L370.571 284.965L336.567 273.893L315.529 302.813L315.551 267.052L281.545 255.98L315.563 244.95L315.586 209.186Z" fill="#F0F0F0"/> <path d="M258.261 328.348C218.305 328.348 185.913 295.956 185.913 256C185.913 216.044 218.305 183.652 258.261 183.652C270.719 183.652 282.442 186.802 292.676 192.348C276.62 176.647 254.664 166.956 230.435 166.956C181.257 166.956 141.392 206.822 141.392 255.999C141.392 305.176 181.258 345.042 230.435 345.042C254.665 345.042 276.621 335.351 292.676 319.65C282.441 325.198 270.72 328.348 258.261 328.348Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7204"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Libya <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="LI"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-liechtenstein" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7205)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C11.13 256 256 222.609 256 222.609L512 256Z" fill="#D80027"/> <path d="M0 256C0 114.616 114.616 0 256 0C397.384 0 512 114.616 512 256" fill="#0052B4"/> <path d="M189.217 178.087C189.217 159.646 174.267 144.696 155.826 144.696C147.271 144.696 139.474 147.916 133.565 153.205V133.565H144.695V111.304H133.565V100.174H111.304V111.304H100.174V133.565H111.304V153.205C105.395 147.916 97.5979 144.696 89.0429 144.696C70.6019 144.696 55.6519 159.646 55.6519 178.087C55.6519 187.974 59.9529 196.854 66.7819 202.969V222.609H178.086V202.969C184.917 196.854 189.217 187.974 189.217 178.087Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7205"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Liechtenstein <span class="localization-form__currency">( CHF CHF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="LT"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-lithuania" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7206)"> <path d="M496.077 345.043C506.368 317.311 512 287.314 512 256C512 224.686 506.368 194.689 496.077 166.957L256 144.696L15.923 166.957C5.632 194.689 0 224.686 0 256C0 287.314 5.632 317.311 15.923 345.043L256 367.304L496.077 345.043Z" fill="#6DA544"/> <path d="M496.077 166.957C459.906 69.472 366.071 0 256 0C145.929 0 52.0941 69.472 15.9231 166.957H496.077Z" fill="#FFDA44"/> <path d="M256 512C366.071 512 459.906 442.528 496.077 345.043H15.9231C52.0941 442.528 145.929 512 256 512Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7206"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Lithuania <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="LU"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-luxembourg" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7207)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 0C145.929 0 52.0941 69.472 15.9231 166.957H496.078C459.906 69.472 366.071 0 256 0Z" fill="#D80027"/> <path d="M256 512C366.071 512 459.906 442.528 496.077 345.043H15.9231C52.0941 442.528 145.929 512 256 512Z" fill="#338AF3"/> </g> <defs> <clipPath id="clip0_4_7207"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Luxembourg <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MO"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-macao-sar" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7208)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#496E2D"/> <path d="M300.522 245.325C294.238 245.325 288.272 246.578 282.732 248.572C285.767 241.808 287.802 234.282 287.802 226.245C287.802 194.444 256.001 170.593 256.001 170.593C256.001 170.593 224.2 194.444 224.2 226.245C224.2 234.281 226.235 241.808 229.27 248.572C223.729 246.58 217.763 245.325 211.48 245.325C179.679 245.325 155.828 277.126 155.828 277.126C155.828 277.126 179.679 308.928 211.48 308.928C230.125 308.928 246.027 298 256.002 288.954C265.977 297.999 281.879 308.928 300.524 308.928C332.325 308.928 356.176 277.126 356.176 277.126C356.176 277.126 332.323 245.325 300.522 245.325Z" fill="#F0F0F0"/> <path d="M256 100.174L262.569 120.39H283.826L266.631 132.886L273.195 153.102L256 140.606L238.805 153.102L245.369 132.886L228.174 120.39H249.431L256 100.174Z" fill="#FFDA44"/> <path d="M175.167 135.533L187.805 146.911L202.532 138.409L195.616 153.944L208.253 165.324L191.341 163.546L184.425 179.081L180.887 162.448L163.976 160.67L178.702 152.166L175.167 135.533Z" fill="#FFDA44"/> <path d="M115.994 194.707L132.628 198.242L141.131 183.515L142.909 200.426L159.541 203.964L144.007 210.881L145.785 227.791L134.404 215.156L118.87 222.072L127.373 207.344L115.994 194.707Z" fill="#FFDA44"/> <path d="M336.833 135.533L324.196 146.911L309.469 138.409L316.384 153.944L303.748 165.324L320.66 163.546L327.576 179.081L331.114 162.448L348.025 160.67L333.299 152.166L336.833 135.533Z" fill="#FFDA44"/> <path d="M396.007 194.707L379.373 198.242L370.871 183.515L369.092 200.426L352.46 203.964L367.994 210.881L366.216 227.791L377.597 215.156L393.131 222.072L384.628 207.344L396.007 194.707Z" fill="#FFDA44"/> <path d="M256 397.972C281.261 397.972 304.545 389.544 323.223 375.363H188.778C207.456 389.543 230.739 397.972 256 397.972Z" fill="#F0F0F0"/> <path d="M153.967 331.189C157.5 339.275 161.98 346.848 167.242 353.798H344.76C350.022 346.849 354.502 339.275 358.035 331.189H153.967Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7208"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Macao SAR <span class="localization-form__currency">( P MOP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MG"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-madagascar" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7209)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M166.957 256V496.077C194.689 506.368 224.686 512 256 512C397.384 512 512 397.384 512 256C512 114.616 166.957 256 166.957 256Z" fill="#6DA544"/> <path d="M256 0C224.686 0 194.689 5.633 166.957 15.923V256H512C512 114.616 397.384 0 256 0Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7209"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Madagascar <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MW"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-malawi" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7211)"> <path d="M0 256C0 287.314 5.633 317.31 15.923 345.043L256 356.174L496.077 345.044C506.368 317.31 512 287.314 512 256C512 224.686 506.368 194.69 496.077 166.957L256 155.826L15.923 166.956C5.633 194.69 0 224.686 0 256H0Z" fill="#D80027"/> <path d="M256 0C145.929 0 52.094 69.472 15.923 166.957H496.078C459.906 69.472 366.071 0 256 0Z" fill="black"/> <path d="M496.077 345.043H15.923C52.094 442.527 145.929 512 256 512C366.071 512 459.906 442.527 496.077 345.043Z" fill="#496E2D"/> <path d="M332.515 122.435L301.251 107.729L317.9 77.45L283.95 83.945L279.648 49.647L256 74.872L232.353 49.647L228.05 83.945L194.101 77.45L210.75 107.729L179.485 122.435H332.515Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7211"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Malawi <span class="localization-form__currency">( MK MWK)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MY"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-malaysia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7212)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M244.87 256H512C512 232.893 508.92 210.511 503.181 189.217H244.87V256Z" fill="#D80027"/> <path d="M244.87 122.435H474.426C458.755 96.8629 438.72 74.2599 415.357 55.6519H244.87V122.435Z" fill="#D80027"/> <path d="M256 512C316.249 512 371.626 491.176 415.357 456.348H96.6429C140.374 491.176 195.751 512 256 512Z" fill="#D80027"/> <path d="M37.574 389.565H474.426C487.007 369.037 496.763 346.596 503.181 322.782H8.81897C15.236 346.596 24.993 369.037 37.574 389.565Z" fill="#D80027"/> <path d="M256 256C256 114.616 256 97.948 256 0C114.616 0 0 114.616 0 256H256Z" fill="#0052B4"/> <path d="M170.234 219.13C135.272 219.13 106.93 190.787 106.93 155.826C106.93 120.865 135.273 92.5221 170.234 92.5221C181.135 92.5221 191.392 95.2791 200.347 100.131C186.299 86.3941 167.087 77.9141 145.886 77.9141C102.857 77.9141 67.973 112.797 67.973 155.827C67.973 198.857 102.857 233.74 145.886 233.74C167.087 233.74 186.299 225.26 200.347 211.523C191.392 216.373 181.136 219.13 170.234 219.13Z" fill="#FFDA44"/> <path d="M188.073 111.304L199.312 134.806L224.693 128.942L213.327 152.381L233.739 168.568L208.325 174.297L208.396 200.348L188.073 184.05L167.749 200.348L167.819 174.297L142.405 168.568L162.817 152.381L151.45 128.942L176.833 134.806L188.073 111.304Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7212"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Malaysia <span class="localization-form__currency">( RM MYR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MV"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-maldives" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7213)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#D80027"/> <path d="M89.043 133.565H422.956V378.435H89.043V133.565Z" fill="#6DA544"/> <path d="M297.227 328.348C257.271 328.348 224.879 295.956 224.879 256C224.879 216.044 257.271 183.652 297.227 183.652C309.685 183.652 321.408 186.802 331.642 192.348C315.587 176.647 293.632 166.956 269.401 166.956C220.225 166.956 180.358 206.822 180.358 255.999C180.358 305.176 220.225 345.042 269.401 345.042C293.632 345.042 315.588 335.351 331.642 319.65C321.408 325.198 309.685 328.348 297.227 328.348Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7213"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Maldives <span class="localization-form__currency">( MVR MVR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="ML"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-mali" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7214)"> <path d="M345.043 15.923C317.31 5.633 287.314 0 256 0C224.686 0 194.69 5.633 166.957 15.923L144.696 256L166.957 496.077C194.69 506.368 224.686 512 256 512C287.314 512 317.31 506.368 345.043 496.077L367.304 256L345.043 15.923Z" fill="#FFDA44"/> <path d="M512 256C512 145.93 442.528 52.0938 345.043 15.9238V496.079C442.528 459.906 512 366.072 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.072 69.472 459.906 166.957 496.078V15.9238C69.472 52.0938 0 145.93 0 256Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7214"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Mali <span class="localization-form__currency">( Fr XOF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MT"> <span class="country-flag-container"> </span>Malta <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MQ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-martinique" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7217)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M509.806 222.608C502.744 168.622 478.494 116.456 437.019 74.9809C395.544 33.5059 343.377 9.25487 289.391 2.19287L289.392 222.608H509.806Z" fill="#0052B4"/> <path d="M222.608 2.19287C168.622 9.25487 116.455 33.5049 74.9801 74.9799C33.5061 116.456 9.25512 168.623 2.19312 222.61L222.609 222.609L222.608 2.19287Z" fill="#0052B4"/> <path d="M2.19312 289.392C9.25512 343.378 33.5061 395.546 74.9801 437.02C116.455 478.494 168.621 502.744 222.609 509.809L222.608 289.394L2.19312 289.392Z" fill="#0052B4"/> <path d="M289.392 509.806C343.378 502.744 395.544 478.494 437.019 437.019C478.494 395.544 502.744 343.378 509.806 289.392H289.392V509.806Z" fill="#0052B4"/> <path d="M343.389 162.438C343.389 159.034 346.156 156.267 349.561 156.267H362.785C383.689 156.267 400.696 139.261 400.696 118.358C400.696 97.4552 383.69 80.4482 362.785 80.4482H350.227C346.128 77.3692 340.629 75.4702 334.563 75.4702C321.91 75.4702 311.653 83.6752 311.653 93.7972C311.653 103.821 321.714 111.953 334.198 112.111L334.192 112.184H362.785C366.19 112.184 368.957 114.952 368.957 118.356C368.957 121.76 366.19 124.527 362.785 124.527H349.561C328.657 124.527 311.652 141.533 311.652 162.436C311.652 183.339 328.656 200.346 349.561 200.346H400.695V168.608H349.561C346.156 168.609 343.389 165.842 343.389 162.438Z" fill="#F0F0F0"/> <path d="M143.042 162.438C143.042 159.034 145.809 156.267 149.214 156.267H162.438C183.342 156.267 200.349 139.261 200.349 118.358C200.349 97.4552 183.343 80.4482 162.438 80.4482H149.88C145.781 77.3692 140.282 75.4702 134.216 75.4702C121.563 75.4702 111.306 83.6752 111.306 93.7972C111.306 103.821 121.367 111.953 133.851 112.111L133.845 112.184H162.439C165.844 112.184 168.611 114.952 168.611 118.356C168.611 121.76 165.844 124.527 162.439 124.527H149.215C128.311 124.527 111.306 141.533 111.306 162.436C111.306 183.339 128.31 200.346 149.215 200.346H200.348V168.608H149.214C145.809 168.609 143.042 165.842 143.042 162.438Z" fill="#F0F0F0"/> <path d="M343.389 398.62C343.389 395.216 346.156 392.449 349.561 392.449H362.785C383.689 392.449 400.696 375.443 400.696 354.54C400.696 333.637 383.69 316.63 362.785 316.63H350.227C346.128 313.551 340.629 311.652 334.563 311.652C321.909 311.652 311.652 319.858 311.652 329.979C311.652 340.003 321.713 348.135 334.197 348.293L334.191 348.366H362.784C366.189 348.366 368.956 351.134 368.956 354.538C368.956 357.942 366.189 360.709 362.784 360.709H349.56C328.656 360.709 311.651 377.715 311.651 398.618C311.651 419.521 328.655 436.528 349.56 436.528H400.695V404.791H349.561C346.156 404.792 343.389 402.023 343.389 398.62Z" fill="#F0F0F0"/> <path d="M143.042 398.62C143.042 395.216 145.809 392.449 149.214 392.449H162.438C183.342 392.449 200.349 375.443 200.349 354.54C200.349 333.637 183.343 316.63 162.438 316.63H149.88C145.781 313.551 140.282 311.652 134.216 311.652C121.562 311.652 111.305 319.858 111.305 329.979C111.305 340.003 121.366 348.135 133.85 348.293L133.844 348.366H162.438C165.843 348.366 168.61 351.134 168.61 354.538C168.61 357.942 165.843 360.709 162.438 360.709H149.214C128.31 360.709 111.305 377.715 111.305 398.618C111.305 419.521 128.309 436.528 149.214 436.528H200.348V404.791H149.214C145.809 404.792 143.042 402.023 143.042 398.62Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7217"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Martinique <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MR"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-mauritania" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7218)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#496E2D"/> <path d="M256 295.751C213.374 295.751 177.764 265.793 169.027 225.788C167.685 231.938 166.957 238.315 166.957 244.869C166.957 294.048 206.822 333.912 256 333.912C305.178 333.912 345.043 294.047 345.043 244.869C345.043 238.315 344.315 231.938 342.973 225.787C334.236 265.794 298.626 295.751 256 295.751Z" fill="#FFDA44"/> <path d="M255.999 178.087L264.287 203.596H291.11L269.411 219.361L277.699 244.87L255.999 229.104L234.3 244.87L242.589 219.361L220.89 203.596H247.711L255.999 178.087Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7218"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Mauritania <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MU"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-mauritius" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7219)"> <path d="M31.127 133.565L256 155.826L480.873 133.565C437.454 53.989 353.035 0 256 0C158.965 0 74.546 53.989 31.127 133.565Z" fill="#D80027"/> <path d="M31.127 378.435L256 400.696L480.873 378.435C500.717 342.064 512 300.35 512 256L256 233.739L0 256C0 300.35 11.283 342.064 31.127 378.435Z" fill="#FFDA44"/> <path d="M31.127 133.565C11.283 169.936 0 211.65 0 256H512C512 211.65 500.717 169.936 480.873 133.565H256H31.127Z" fill="#0052B4"/> <path d="M256 512C353.035 512 437.454 458.011 480.873 378.435H31.127C74.546 458.011 158.965 512 256 512Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7219"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Mauritius <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> MUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="YT"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-mayotte" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7156)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.929 442.528 52.094 345.043 15.923V496.078C442.528 459.906 512 366.071 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.071 69.473 459.906 166.957 496.077V15.923C69.473 52.094 0 145.929 0 256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7156"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Mayotte <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MX"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-mexico" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7221)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 154.506 452.935 66.8099 367.304 25.4019V486.597C452.935 445.19 512 357.494 512 256Z" fill="#D80027"/> <path d="M0 256C0 357.494 59.065 445.19 144.696 486.598V25.4019C59.065 66.8099 0 154.506 0 256Z" fill="#6DA544"/> <path d="M189.217 256C189.217 292.883 219.117 322.783 256 322.783C292.883 322.783 322.783 292.883 322.783 256V233.739H189.217V256Z" fill="#6DA544"/> <path d="M345.043 211.478H278.26C278.26 199.184 268.293 189.217 255.999 189.217C243.705 189.217 233.738 199.184 233.738 211.478H166.955C166.955 223.773 177.664 233.739 189.957 233.739H189.216C189.216 246.034 199.182 256 211.477 256C211.477 268.295 221.443 278.261 233.738 278.261H278.26C290.555 278.261 300.521 268.295 300.521 256C312.816 256 322.782 246.034 322.782 233.739H322.04C334.335 233.739 345.043 223.773 345.043 211.478Z" fill="#FF9811"/> </g> <defs> <clipPath id="clip0_4_7221"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Mexico <span class="localization-form__currency">( $ MXN)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MD"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-moldova" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7223)"> <path d="M367.304 25.402C333.648 9.128 295.89 0 256 0C216.11 0 178.352 9.128 144.696 25.402L122.435 256L144.696 486.598C178.352 502.872 216.11 512 256 512C295.89 512 333.648 502.872 367.304 486.598L389.565 256L367.304 25.402Z" fill="#FFDA44"/> <path d="M144.696 25.4111C59.066 66.8181 0 154.507 0 256C0 357.493 59.066 445.182 144.696 486.589V25.4111Z" fill="#0052B4"/> <path d="M367.304 25.4111V486.589C452.934 445.182 512 357.493 512 256C512 154.507 452.934 66.8181 367.304 25.4111Z" fill="#D80027"/> <path d="M345.043 201.419H283.826C283.826 186.051 271.368 173.593 256 173.593C240.632 173.593 228.174 186.051 228.174 201.419H166.957C166.957 216.55 180.138 228.815 195.267 228.815H194.355C194.355 243.947 206.621 256.214 221.753 256.214C221.753 269.611 231.375 280.743 244.083 283.123L222.493 331.865C232.838 336.07 244.144 338.407 256 338.407C267.855 338.407 279.162 336.07 289.506 331.865L267.917 283.123C280.625 280.743 290.247 269.611 290.247 256.214C305.379 256.214 317.645 243.947 317.645 228.815H316.732C331.863 228.815 345.043 216.549 345.043 201.419Z" fill="#FF9811"/> <path d="M256 239.304L219.826 256V289.391L256 311.652L292.174 289.391V256L256 239.304Z" fill="#0052B4"/> <path d="M219.826 222.609H292.174V256H219.826V222.609Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7223"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Moldova <span class="localization-form__currency">( L MDL)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MC"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-monaco" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7224)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M0 256C0 114.616 114.616 0 256 0C397.384 0 512 114.616 512 256" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7224"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Monaco <span class="localization-form__currency">( € EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MN"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-mongolia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7225)"> <path d="M256 512C287.314 512 317.311 506.368 345.043 496.077L356.174 256L345.044 15.923C317.311 5.633 287.314 0 256 0C224.686 0 194.689 5.633 166.957 15.923L155.826 256L166.956 496.077C194.689 506.368 224.686 512 256 512Z" fill="#0052B4"/> <path d="M0 256C0 366.071 69.472 459.906 166.957 496.077V15.9229C69.472 52.0939 0 145.929 0 256Z" fill="#A2001D"/> <path d="M345.043 15.9229V496.078C442.528 459.906 512 366.071 512 256C512 145.929 442.528 52.0939 345.043 15.9229Z" fill="#A2001D"/> <path d="M122.435 256H144.696V345.043H122.435V256Z" fill="#FFDA44"/> <path d="M33.3911 256H55.6521V345.043H33.3911V256Z" fill="#FFDA44"/> <path d="M89.0432 311.652C101.338 311.652 111.304 301.685 111.304 289.391C111.304 277.096 101.338 267.13 89.0432 267.13C76.7488 267.13 66.7822 277.096 66.7822 289.391C66.7822 301.685 76.7488 311.652 89.0432 311.652Z" fill="#FFDA44"/> <path d="M89.0431 222.608C95.19 222.608 100.173 217.625 100.173 211.478C100.173 205.331 95.19 200.348 89.0431 200.348C82.8962 200.348 77.9131 205.331 77.9131 211.478C77.9131 217.625 82.8962 222.608 89.0431 222.608Z" fill="#FFDA44"/> <path d="M66.7832 322.783H111.305V345.044H66.7832V322.783Z" fill="#FFDA44"/> <path d="M66.7832 233.739H111.305V256H66.7832V233.739Z" fill="#FFDA44"/> <path d="M89.0433 133.565L96.9273 157.825H122.435L101.8 172.819L109.678 197.079L89.0433 182.085L68.4093 197.079L76.2873 172.819L55.6523 157.825H81.1603L89.0433 133.565Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7225"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Mongolia <span class="localization-form__currency">( ₮ MNT)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="ME"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-montenegro" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7226)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#FFDA44"/> <path d="M512 256C512 168.139 467.731 90.625 400.287 44.522H111.713C44.27 90.625 0 168.139 0 256C0 343.863 44.27 421.375 111.713 467.478H400.287C467.731 421.375 512 343.863 512 256Z" fill="#A2001D"/> <path d="M200.348 189.217H311.652V144.696L289.391 155.826L256 122.435L222.609 155.826L200.348 144.696V189.217Z" fill="#FFDA44"/> <path d="M356.174 256H300.543C302.725 252.226 303.993 247.859 303.993 243.187C303.993 229 292.492 217.501 278.307 217.501C268.506 217.501 259.994 222.993 255.663 231.063C251.332 222.992 242.82 217.501 233.019 217.501C218.834 217.501 207.333 229 207.333 243.187C207.333 247.86 208.603 252.227 210.783 256H155.824C155.824 273.023 170.651 286.822 187.673 286.822H186.647C186.647 300.785 195.934 312.575 208.667 316.362L183.65 341.381L207.261 364.992L240.754 331.499C242.066 331.98 243.423 332.364 244.826 332.628L224.588 378.323C234.286 382.267 244.885 384.456 256 384.456C267.114 384.456 277.713 382.267 287.412 378.323L267.174 332.628C268.576 332.365 269.933 331.98 271.244 331.499L304.737 364.992L328.347 341.381L303.329 316.363C316.061 312.574 325.349 300.786 325.349 286.823H324.322C341.346 286.822 356.174 273.023 356.174 256Z" fill="#FFDA44"/> <path d="M256 272.696L219.826 289.391V322.783L256 345.043L292.174 322.783V289.391L256 272.696Z" fill="#6DA544"/> <path d="M219.826 256H292.174V300.522H219.826V256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7226"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Montenegro <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MS"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-montserrat" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7227)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C0 256.061 256 0.028 256 0C397.384 0 512 114.616 512 256Z" fill="#0052B4"/> <path d="M255.315 256H256C256 255.77 256 255.546 256 255.315C255.772 255.544 255.544 255.772 255.315 256Z" fill="#F0F0F0"/> <path d="M256 133.565C256 88.52 256 59.005 256 0H255.957C114.591 0.024 0 114.629 0 256H133.565V180.789L208.776 256H255.316C255.544 255.772 255.772 255.544 256.001 255.315C256.001 238.068 256.001 222.679 256.001 208.778L180.788 133.565H256Z" fill="#F0F0F0"/> <path d="M129.515 33.3911C89.4761 56.1901 56.1891 89.4761 33.3911 129.515V256H100.174V100.176V100.174H256C256 79.1111 256 59.0451 256 33.3911H129.515Z" fill="#D80027"/> <path d="M256 224.519L165.045 133.566H133.565V133.568L255.998 256H256C256 256 256 234.293 256 224.519Z" fill="#D80027"/> <path d="M289.391 133.565V255.999C289.391 315.639 367.304 333.913 367.304 333.913C367.304 333.913 445.217 315.639 445.217 255.999V133.565H289.391Z" fill="#338AF3"/> <path d="M289.391 255.999C289.391 315.639 367.304 333.913 367.304 333.913C367.304 333.913 445.217 315.639 445.217 255.999H289.391Z" fill="#A2001D"/> <path d="M400.696 189.219H378.434V166.957H356.173V189.219H333.913V211.479H356.173V278.261H378.434V211.479H400.696V189.219Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7227"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Montserrat <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> XCD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MA"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-morocco" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7228)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#D80027"/> <path d="M407.288 210.09H291.714L256 100.174L220.286 210.09H104.712L198.213 278.022L162.498 387.941L256 320.008L349.502 387.942L313.787 278.023L407.288 210.09ZM224.382 269.519L236.459 232.35H275.54L287.618 269.519V269.52L256 292.491L224.383 269.52L224.382 269.519ZM268.308 210.09H243.693L256 172.21L268.308 210.09ZM306.553 255.762L298.946 232.351H338.775L306.553 255.762ZM213.053 232.351L205.446 255.762L173.223 232.351H213.053ZM204.841 329.661L217.149 291.782L237.064 306.25L204.841 329.661ZM274.936 306.251L294.851 291.783L307.159 329.662L274.936 306.251Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7228"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Morocco <span class="localization-form__currency">( د.م. MAD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MZ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-mozambique" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7229)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M138.371 356.174L74.989 437.011C121.313 483.341 185.306 512 256 512C361.83 512 452.644 447.771 491.631 356.174H138.371Z" fill="#FFDA44"/> <path d="M492.029 156.753C453.26 64.662 362.188 0 256 0C185.306 0 121.313 28.659 74.989 74.989L139.099 156.753H492.029Z" fill="#496E2D"/> <path d="M55.652 188.29V322.782H503.182C508.924 301.491 512 279.107 512 256C512 232.558 508.842 209.858 502.939 188.29H55.652Z" fill="black"/> <path d="M74.98 74.98C-24.994 174.954 -24.994 337.045 74.98 437.02C116.293 395.707 156.026 355.974 256 256L74.98 74.98Z" fill="#A2001D"/> <path d="M103.61 189.217L120.185 240.233H173.831L130.433 271.765L147.007 322.783L103.61 291.252L60.211 322.783L76.789 271.765L33.391 240.233H87.033L103.61 189.217Z" fill="#FFDA44"/> <path d="M55.1071 256H152.131V300.522H55.1071V256Z" fill="#F0F0F0"/> <path d="M170.5 204.959L154.759 189.217L103.611 240.365L52.463 189.217L36.722 204.959L87.915 256.061L36.722 307.255L52.463 322.783L103.611 271.727L154.759 322.783L170.5 307.255L119.307 256.061L170.5 204.959Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7229"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Mozambique <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="NA"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-namibia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7231)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M74.981 437.02C85.72 447.759 97.178 457.336 109.197 465.768L465.766 109.198C457.335 97.1789 447.758 85.7209 437.018 74.9819C426.279 64.2429 414.821 54.6669 402.802 46.2349L46.234 402.805C54.665 414.822 64.242 426.281 74.981 437.02Z" fill="#A2001D"/> <path d="M74.981 74.9801C-5.78297 155.744 -21.287 277.036 28.436 373.378L373.378 28.4371C277.036 -21.2859 155.743 -5.77988 74.981 74.9801Z" fill="#0052B4"/> <path d="M437.019 437.02C517.781 356.258 533.285 234.965 483.564 138.622L138.622 483.564C234.963 533.287 356.256 517.783 437.019 437.02Z" fill="#496E2D"/> <path d="M211.478 144.696L182.792 158.189L198.068 185.971L166.919 180.013L162.971 211.478L141.275 188.335L119.578 211.478L115.632 180.013L84.482 185.97L99.757 158.188L71.072 144.696L99.758 131.202L84.482 103.422L115.631 109.38L119.579 77.9131L141.275 101.057L162.972 77.9131L166.919 109.38L198.068 103.422L182.794 131.203L211.478 144.696Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7231"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Namibia <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="NR"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-nauru" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7233)"> <path d="M256.988 512C398.373 512 512.988 397.385 512.988 256C512.988 114.615 398.373 0 256.988 0C115.603 0 0.988281 114.615 0.988281 256C0.988281 397.385 115.603 512 256.988 512Z" fill="#0052B4"/> <path d="M256.988 512C398.373 512 512.988 397.385 512.988 256C512.988 114.615 398.373 0 256.988 0C115.603 0 0.988281 114.615 0.988281 256C0.988281 397.385 115.603 512 256.988 512Z" fill="#FFDA44"/> <path d="M256.988 0C123.104 0 13.2464 102.781 1.96338 233.739H512.014C500.73 102.781 390.872 0 256.988 0Z" fill="#0052B4"/> <path d="M256.988 512C390.872 512 500.73 409.219 512.014 278.261H1.96338C13.2464 409.219 123.104 512 256.988 512Z" fill="#0052B4"/> <path d="M212.467 345.043L183.781 358.537L199.056 386.318L167.907 380.359L163.96 411.826L142.263 388.683L120.567 411.826L116.62 380.359L85.4701 386.317L100.746 358.536L72.0601 345.043L100.747 331.55L85.4701 303.77L116.619 309.728L120.568 278.261L142.263 301.404L163.961 278.261L167.907 309.728L199.057 303.77L183.782 331.551L212.467 345.043Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7233"> <rect width="512" height="512" fill="white" transform="translate(0.988281)"/> </clipPath> </defs> </svg> </span>Nauru <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> AUD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="NP"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-nepal" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7234)"> <path d="M256.988 512C398.373 512 512.988 397.385 512.988 256C512.988 114.615 398.373 0 256.988 0C115.603 0 0.988281 114.615 0.988281 256C0.988281 397.385 115.603 512 256.988 512Z" fill="#F0F0F0"/> <path d="M511.486 283.826L511.48 283.818L511.479 283.826H511.486Z" fill="#0052B4"/> <path d="M511.478 283.826C511.478 283.824 511.479 283.822 511.479 283.818L230.734 1.33105C218.069 2.62205 205.676 4.83606 193.625 7.90506C82.8863 36.1001 0.988281 256 0.988281 256C0.988281 256 359.386 495.835 400.273 468.164C408.454 462.628 416.298 456.631 423.766 450.211L257.383 283.826H511.478Z" fill="#0052B4"/> <path d="M446.205 256L197.233 7.02905C84.6763 33.9461 0.988281 135.192 0.988281 256C0.988281 397.384 115.604 512 256.988 512C310.617 512 360.385 495.498 401.517 467.311L190.205 256H446.205Z" fill="#D80027"/> <path d="M244.46 377.993L213.195 363.287L229.844 333.008L195.894 339.503L191.592 305.205L167.945 330.43L144.298 305.205L139.995 339.503L106.046 333.007L122.695 363.287L91.4292 377.993L122.695 392.698L106.046 422.978L139.997 416.484L144.297 450.78L167.945 425.555L191.592 450.78L195.894 416.484L229.843 422.979L213.194 392.7L244.46 377.993Z" fill="#F0F0F0"/> <path d="M223.597 141.983L200.857 131.288L212.966 109.265L188.273 113.989L185.144 89.043L167.945 107.39L150.746 89.043L147.616 113.989L122.923 109.265L135.033 131.288L112.292 141.983L167.945 153.115L223.597 141.983Z" fill="#F0F0F0"/> <path d="M234.727 141.983C234.727 178.866 204.827 208.766 167.944 208.766C131.061 208.766 101.161 178.866 101.161 141.983" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7234"> <rect width="512" height="512" fill="white" transform="translate(0.988281)"/> </clipPath> </defs> </svg> </span>Nepal <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> NPR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="NL"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-netherlands" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7235)"> <path d="M256.988 512C398.373 512 512.988 397.385 512.988 256C512.988 114.615 398.373 0 256.988 0C115.603 0 0.988281 114.615 0.988281 256C0.988281 397.385 115.603 512 256.988 512Z" fill="#F0F0F0"/> <path d="M256.988 0C146.917 0 53.0821 69.472 16.9111 166.957H497.066C460.894 69.472 367.059 0 256.988 0Z" fill="#A2001D"/> <path d="M256.988 512C367.059 512 460.894 442.528 497.065 345.043H16.9111C53.0821 442.528 146.917 512 256.988 512Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7235"> <rect width="512" height="512" fill="white" transform="translate(0.988281)"/> </clipPath> </defs> </svg> </span>Netherlands <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="NC"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-new-caledonia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7156)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.929 442.528 52.094 345.043 15.923V496.078C442.528 459.906 512 366.071 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.071 69.473 459.906 166.957 496.077V15.923C69.473 52.094 0 145.929 0 256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7156"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>New Caledonia <span class="localization-form__currency">( Fr XPF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="NZ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-new-zealand" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7236)"> <path d="M512.988 256C512.988 397.384 398.372 512 256.988 512C115.604 512 0.988281 397.384 0.988281 256C0.988281 256.061 256.988 0.028 256.988 0C398.372 0 512.988 114.616 512.988 256Z" fill="#0052B4"/> <path d="M256.303 256H256.988C256.988 255.77 256.988 255.546 256.988 255.315C256.76 255.544 256.532 255.772 256.303 256Z" fill="#F0F0F0"/> <path d="M256.988 133.565C256.988 88.52 256.988 59.005 256.988 0H256.945C115.58 0.024 0.988281 114.629 0.988281 256H134.553V180.789L209.765 256H256.304C256.532 255.772 256.761 255.544 256.989 255.315C256.989 238.068 256.989 222.679 256.989 208.778L181.776 133.565H256.988Z" fill="#F0F0F0"/> <path d="M130.503 33.3911C90.4644 56.1901 57.1784 89.4761 34.3794 129.515V256H101.162V100.176V100.174H256.988C256.988 79.1111 256.988 59.0451 256.988 33.3911H130.503Z" fill="#D80027"/> <path d="M256.988 224.519L166.035 133.566C166.035 133.566 134.554 133.568 134.554 133.566V133.568L256.987 256H256.988C256.988 256 256.988 234.293 256.988 224.519Z" fill="#D80027"/> <path d="M444.318 189.959L449.843 206.965H467.724L453.258 217.475L458.784 234.48L444.318 223.971L429.851 234.48L435.377 217.475L420.91 206.965H438.791L444.318 189.959Z" fill="#D80027"/> <path d="M380.399 312.393L388.688 337.903H415.509L393.809 353.667L402.099 379.176L380.399 363.411L358.699 379.176L366.989 353.667L345.289 337.903H372.11L380.399 312.393Z" fill="#D80027"/> <path d="M382.813 112.046L389.721 133.305H412.072L393.988 146.44L400.896 167.698L382.813 154.559L364.731 167.698L371.638 146.44L353.556 133.305H375.906L382.813 112.046Z" fill="#D80027"/> <path d="M321.31 189.217L329.598 214.727H356.42L334.72 230.491L343.01 256L321.31 240.235L299.61 256L307.9 230.491L286.2 214.727H313.021L321.31 189.217Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7236"> <rect width="512" height="512" fill="white" transform="translate(0.988281)"/> </clipPath> </defs> </svg> </span>New Zealand <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> NZD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="NI"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-nicaragua" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7237)"> <path d="M256.988 512C398.373 512 512.988 397.385 512.988 256C512.988 114.615 398.373 0 256.988 0C115.603 0 0.988281 114.615 0.988281 256C0.988281 397.385 115.603 512 256.988 512Z" fill="#F0F0F0"/> <path d="M256.988 0C155.494 0 67.7984 59.065 26.3904 144.696H487.585C446.178 59.065 358.481 0 256.988 0Z" fill="#338AF3"/> <path d="M256.988 512C358.481 512 446.178 452.935 487.586 367.304H26.3904C67.7984 452.935 155.494 512 256.988 512Z" fill="#338AF3"/> <path d="M256.988 178.087C213.958 178.087 179.075 212.97 179.075 256C179.075 299.03 213.958 333.913 256.988 333.913C300.018 333.913 334.901 299.03 334.901 256C334.901 212.97 300.018 178.087 256.988 178.087ZM256.988 300.522C232.4 300.522 212.466 280.59 212.466 256C212.466 231.41 232.399 211.478 256.988 211.478C281.577 211.478 301.51 231.41 301.51 256C301.51 280.59 281.576 300.522 256.988 300.522Z" fill="#FFDA44"/> <path d="M295.546 267.13L256.988 256L218.43 267.13L205.578 289.391H308.397L295.546 267.13Z" fill="#0052B4"/> <path d="M256.988 200.348L231.283 244.87L256.988 256L282.693 244.87L256.988 200.348Z" fill="#338AF3"/> <path d="M218.43 267.13H295.546L282.693 244.87H231.283L218.43 267.13Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7237"> <rect width="512" height="512" fill="white" transform="translate(0.988281)"/> </clipPath> </defs> </svg> </span>Nicaragua <span class="localization-form__currency">( C$ NIO)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="NE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-niger" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7238)"> <path d="M26.3903 144.696C10.1163 178.352 0.988281 216.109 0.988281 256C0.988281 295.891 10.1163 333.648 26.3903 367.304L256.988 389.565L487.586 367.304C503.86 333.648 512.988 295.891 512.988 256C512.988 216.109 503.86 178.352 487.586 144.696L256.988 122.435L26.3903 144.696Z" fill="#F0F0F0"/> <path d="M26.3992 367.304C67.8052 452.935 155.494 512 256.988 512C358.482 512 446.171 452.935 487.577 367.304H26.3992Z" fill="#6DA544"/> <path d="M26.3992 144.696H487.577C446.171 59.065 358.481 0 256.988 0C155.495 0 67.8052 59.065 26.3992 144.696Z" fill="#FF9811"/> <path d="M256.988 345.043C306.165 345.043 346.031 305.177 346.031 256C346.031 206.823 306.165 166.957 256.988 166.957C207.811 166.957 167.945 206.823 167.945 256C167.945 305.177 207.811 345.043 256.988 345.043Z" fill="#FF9811"/> </g> <defs> <clipPath id="clip0_4_7238"> <rect width="512" height="512" fill="white" transform="translate(0.988281)"/> </clipPath> </defs> </svg> </span>Niger <span class="localization-form__currency">( Fr XOF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="NG"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-nigeria" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7239)"> <path d="M256.988 512C398.373 512 512.988 397.385 512.988 256C512.988 114.615 398.373 0 256.988 0C115.603 0 0.988281 114.615 0.988281 256C0.988281 397.385 115.603 512 256.988 512Z" fill="#F0F0F0"/> <path d="M0.988281 256C0.988281 366.072 70.4603 459.906 167.945 496.078V15.9241C70.4603 52.0941 0.988281 145.93 0.988281 256Z" fill="#6DA544"/> <path d="M512.988 256C512.988 145.93 443.516 52.0941 346.031 15.9241V496.079C443.516 459.906 512.988 366.072 512.988 256Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7239"> <rect width="512" height="512" fill="white" transform="translate(0.988281)"/> </clipPath> </defs> </svg> </span>Nigeria <span class="localization-form__currency">( ₦ NGN)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="NU"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-niue" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7240)"> <path d="M512.988 256C512.988 397.384 398.372 512 256.988 512C115.604 512 0.988281 397.384 0.988281 256C0.988281 256.061 256.988 0.028 256.988 0C398.372 0 512.988 114.616 512.988 256Z" fill="#FFDA44"/> <path d="M256.988 122.435V208.778L167.945 122.435H256.988Z" fill="#0052B4"/> <path d="M134.553 256H209.764L134.553 155.826L123.423 233.739L134.553 256Z" fill="#0052B4"/> <path d="M256.303 256H256.988C256.988 255.77 256.988 255.546 256.988 255.315C256.76 255.544 256.532 255.772 256.303 256Z" fill="#F0F0F0"/> <path d="M256.988 133.565C256.988 88.52 256.988 59.005 256.988 0H256.945C115.579 0.024 0.988281 114.629 0.988281 256H134.553V180.789L209.764 256H256.304C256.532 255.772 256.76 255.544 256.989 255.315C256.989 238.068 256.989 222.679 256.989 208.778L181.776 133.565H256.988Z" fill="#F0F0F0"/> <path d="M256.988 224.519L166.033 133.566H134.553V133.568L256.986 256H256.988C256.988 256 256.988 234.293 256.988 224.519Z" fill="#D80027"/> <path d="M130.503 33.3911C120.634 39.0111 111.179 45.2741 102.187 52.1111H112.691L84.9293 72.2851L95.5313 104.922L67.7693 84.7521L64.8153 86.8991C53.2883 99.9891 43.0683 114.257 34.3793 129.515V256H101.162V100.176V100.174H256.988C256.988 79.1111 256.988 59.0451 256.988 33.3911H130.503Z" fill="#D80027"/> <path d="M110.348 46.1521C107.587 48.0851 104.865 50.0721 102.184 52.1111L84.9293 72.2851L67.7693 84.7511L64.7903 86.9151C58.5043 94.0551 52.6093 101.547 47.1393 109.36C53.3743 112.386 60.3733 114.087 67.7693 114.087C93.8953 114.087 115.073 92.9091 115.073 66.7831C115.075 59.3851 113.375 52.3881 110.348 46.1521Z" fill="#0052B4"/> <path d="M64.7913 86.9151L67.7703 84.7511L95.5323 104.922L84.9293 72.2851L112.689 52.1111H102.183C88.5893 62.4501 76.0623 74.1141 64.7913 86.9151Z" fill="#FFDA44"/> <path d="M177.93 44.522L183.456 61.527H201.336L186.871 72.038L192.394 89.043L177.93 78.533L163.465 89.043L168.987 72.038L154.522 61.527H172.403L177.93 44.522Z" fill="#FFDA44"/> <path d="M67.7713 155.826L73.2973 172.831H91.1773L76.7133 183.343L82.2363 200.348L67.7713 189.837L53.3053 200.348L58.8283 183.343L44.3643 172.831H62.2443L67.7713 155.826Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7240"> <rect width="512" height="512" fill="white" transform="translate(0.988281)"/> </clipPath> </defs> </svg> </span>Niue <span class="localization-form__currency">( $ NZD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="NF"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-norfolk-island" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7241)"> <path d="M368.292 25.402C334.636 9.128 296.879 0 256.988 0C217.097 0 179.34 9.128 145.684 25.402L123.423 256L145.684 486.598C179.34 502.872 217.097 512 256.988 512C296.879 512 334.636 502.872 368.292 486.598L390.553 256L368.292 25.402Z" fill="#F0F0F0"/> <path d="M145.684 25.4109C60.0533 66.8169 0.988281 154.506 0.988281 256C0.988281 357.494 60.0533 445.183 145.684 486.589V25.4109Z" fill="#6DA544"/> <path d="M368.292 25.4109V486.589C453.923 445.183 512.988 357.493 512.988 256C512.988 154.507 453.923 66.8169 368.292 25.4109Z" fill="#6DA544"/> <path d="M323.771 333.913L256.988 122.435L190.205 333.913H240.292V389.565H273.684V333.913H323.771Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7241"> <rect width="512" height="512" fill="white" transform="translate(0.988281)"/> </clipPath> </defs> </svg> </span>Norfolk Island <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> AUD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MK"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-north-macedonia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7263)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#FFDA44"/> <path d="M294.932 509.057C336.568 502.705 374.894 486.309 407.388 462.439L256 256L294.932 509.057Z" fill="#D80027"/> <path d="M217.067 2.94299C175.432 9.29499 137.106 25.691 104.61 49.56L256 256L217.067 2.94299Z" fill="#D80027"/> <path d="M104.61 462.439C137.104 486.308 175.43 502.704 217.065 509.058L256 256L104.61 462.439Z" fill="#D80027"/> <path d="M49.5599 104.61C25.6899 137.106 9.29587 175.431 2.94287 217.067L256 256L49.5599 104.61Z" fill="#D80027"/> <path d="M2.94287 294.932C9.29487 336.568 25.6909 374.894 49.5609 407.388L256 256L2.94287 294.932Z" fill="#D80027"/> <path d="M509.057 217.067C502.704 175.432 486.309 137.106 462.439 104.611L256 256L509.057 217.067Z" fill="#D80027"/> <path d="M407.388 49.559C374.893 25.69 336.568 9.29499 294.932 2.94299L256 256L407.388 49.559Z" fill="#D80027"/> <path d="M462.441 407.389C486.31 374.894 502.705 336.567 509.059 294.933L256 256L462.441 407.389Z" fill="#D80027"/> <path d="M256 345.043C305.177 345.043 345.043 305.177 345.043 256C345.043 206.823 305.177 166.957 256 166.957C206.823 166.957 166.957 206.823 166.957 256C166.957 305.177 206.823 345.043 256 345.043Z" fill="#D80027"/> <path d="M256 322.783C292.883 322.783 322.783 292.883 322.783 256C322.783 219.117 292.883 189.217 256 189.217C219.117 189.217 189.217 219.117 189.217 256C189.217 292.883 219.117 322.783 256 322.783Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7263"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>North Macedonia <span class="localization-form__currency">( ден MKD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="NO"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-norway" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7245)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M8.81885 322.783C23.6308 377.742 56.2759 425.376 100.174 459.105V322.783H8.81885Z" fill="#D80027"/> <path d="M233.739 511.026C241.077 511.658 248.498 512 256 512C374.279 512 473.805 431.779 503.181 322.783H233.739V511.026Z" fill="#D80027"/> <path d="M503.181 189.217C473.805 80.221 374.279 0 256 0C248.498 0 241.077 0.342 233.739 0.974V189.217H503.181Z" fill="#D80027"/> <path d="M100.174 52.895C56.2759 86.625 23.6308 134.258 8.81885 189.217H100.174V52.895Z" fill="#D80027"/> <path d="M509.833 222.609H200.349H200.348V6.08496C176.69 11.331 154.261 19.834 133.565 31.127V222.607V222.608H2.167C0.742 233.539 0 244.683 0 256C0 267.317 0.742 278.461 2.167 289.391H133.564H133.565V480.872C154.261 492.164 176.69 500.669 200.348 505.914V289.394V289.392H509.833C511.256 278.461 512 267.317 512 256C512 244.683 511.256 233.539 509.833 222.609Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7245"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Norway <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="OM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-oman" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7246)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M0 256C0 353.035 53.99 437.455 133.565 480.873V31.127C53.99 74.545 0 158.965 0 256Z" fill="#D80027"/> <path d="M496.078 345.043C506.368 317.31 512 287.314 512 256C512 224.686 506.368 194.689 496.078 166.957H15.924C5.633 194.689 0 224.686 0 256C0 287.314 5.633 317.31 15.924 345.043L256 367.304L496.078 345.043Z" fill="#D80027"/> <path d="M256 512C366.072 512 459.906 442.528 496.078 345.043H15.9241C52.0941 442.528 145.93 512 256 512Z" fill="#6DA544"/> <path d="M0 256C0 374.279 80.221 473.805 189.217 503.181V8.81909C80.221 38.1951 0 137.721 0 256Z" fill="#D80027"/> <path d="M156.617 112.654L133.006 89.043L117.266 104.785L101.526 89.043L77.9151 112.654L93.6561 128.395L77.9131 144.137L101.524 167.748L117.265 152.006L133.006 167.748L156.617 144.137L140.876 128.395L156.617 112.654Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7246"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Oman <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="PK"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-pakistan" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7249)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M0 256C0 353.035 53.989 437.454 133.565 480.873V31.127C53.989 74.546 0 158.965 0 256Z" fill="#F0F0F0"/> <path d="M256 0C211.65 0 169.936 11.283 133.565 31.127V480.872C169.936 500.717 211.65 512 256 512C397.384 512 512 397.384 512 256C512 114.616 397.384 0 256 0Z" fill="#496E2D"/> <path d="M365.453 298.337C333.066 321.738 287.84 314.454 264.44 282.068C241.038 249.68 248.323 204.455 280.71 181.055C290.808 173.759 302.154 169.446 313.697 167.947C291.49 164.626 268.015 169.63 248.378 183.819C208.518 212.621 199.551 268.282 228.352 308.144C257.153 348.003 312.815 356.971 352.677 328.167C372.316 313.978 384.437 293.265 388.255 271.136C383.209 281.622 375.552 291.04 365.453 298.337Z" fill="#F0F0F0"/> <path d="M364.066 166.959L382.31 186.62L406.646 175.348L393.583 198.772L411.826 218.435L385.51 213.25L372.448 236.676L369.247 210.046L342.931 204.861L367.268 193.589L364.066 166.959Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7249"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Pakistan <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> PKR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="PS"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-palestinian-territories" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7251)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M155.826 166.957H496.076C459.906 69.472 366.07 0 256 0C185.306 0 121.313 28.659 74.989 74.989L155.826 166.957Z" fill="black"/> <path d="M155.826 345.043H496.076C459.906 442.528 366.07 512 256 512C185.306 512 121.313 483.341 74.989 437.011L155.826 345.043Z" fill="#6DA544"/> <path d="M74.98 74.98C-24.994 174.954 -24.994 337.045 74.98 437.02C116.293 395.707 156.026 355.974 256 256L74.98 74.98Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7251"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Palestinian Territories <span class="localization-form__currency">( ₪ ILS)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="PA"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-panama" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7252)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M0 256C0 397.384 114.616 512 256 512C256 414.645 256 256 256 256C256 256 89.043 256 0 256Z" fill="#0052B4"/> <path d="M256 0C397.384 0 512 114.616 512 256C414.645 256 256 256 256 256C256 256 256 89.043 256 0Z" fill="#D80027"/> <path d="M152.389 89.043L168.966 140.061H222.609L179.211 171.591L195.787 222.609L152.389 191.078L108.991 222.609L125.567 171.591L82.1689 140.061H135.812L152.389 89.043Z" fill="#0052B4"/> <path d="M359.611 289.391L376.188 340.409H429.831L386.432 371.939L403.009 422.957L359.611 391.426L316.213 422.957L332.789 371.939L289.391 340.409H343.034L359.611 289.391Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7252"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Panama <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="PG"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-papua-new-guinea" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7253)"> <path d="M437.02 437.019C337.046 536.993 174.956 536.993 74.9799 437.019C-24.9941 337.045 -24.9941 174.954 74.9809 74.979C174.955 -24.995 321.304 -9.25404 421.278 90.721C521.251 190.695 536.993 337.045 437.02 437.019Z" fill="black"/> <path d="M74.981 74.98C174.955 -24.994 337.044 -24.992 437.02 74.981C536.994 174.955 536.994 337.045 437.02 437.02" fill="#A2001D"/> <path d="M195.642 345.044L199.786 357.799H213.197L202.347 365.681L206.492 378.436L195.642 370.553L184.792 378.436L188.936 365.681L178.087 357.799H191.497L195.642 345.044Z" fill="#F0F0F0"/> <path d="M161.391 222.609L168.3 243.867H190.65L172.567 257.004L179.474 278.262L161.391 265.123L143.309 278.262L150.217 257.004L132.133 243.867H154.485L161.391 222.609Z" fill="#F0F0F0"/> <path d="M161.391 378.436L168.298 399.694H190.65L172.565 412.83L179.474 434.088L161.391 420.949L143.309 434.088L150.215 412.83L132.133 399.694H154.482L161.391 378.436Z" fill="#F0F0F0"/> <path d="M226.741 278.262L233.65 299.52H256L237.917 312.656L244.824 333.914L226.741 320.775L208.659 333.914L215.567 312.656L197.484 299.52H219.835L226.741 278.262Z" fill="#F0F0F0"/> <path d="M96.0402 278.262L102.949 299.52H125.298L107.216 312.656L114.122 333.914L96.0402 320.775L77.9572 333.914L84.8662 312.656L66.7822 299.52H89.1332L96.0402 278.262Z" fill="#F0F0F0"/> <path d="M428.549 189.561C417.108 178.12 402.242 171.361 386.267 170.2L434.087 133.007C415.042 113.962 389.516 105.361 364.608 107.18C361.626 96.464 355.941 86.342 347.514 77.915L328.625 115.693C327.386 113.435 325.817 111.31 323.903 109.397C313.035 98.53 295.417 98.53 284.551 109.397C273.685 120.264 273.683 137.882 284.551 148.749C286.464 150.662 288.59 152.231 290.848 153.471L253.07 172.36C261.499 180.79 271.628 186.479 282.35 189.459C280.525 214.367 289.117 239.889 308.163 258.935L349.943 205.217C353.086 202.122 357.237 200.413 361.653 200.413C366.113 200.413 370.305 202.149 373.458 205.304C376.612 208.457 378.349 212.65 378.349 217.109C378.349 221.569 376.612 225.761 373.458 228.915L389.2 244.657C396.557 237.299 400.61 227.516 400.61 217.11C400.61 208.596 397.894 200.502 392.88 193.81C400.186 195.761 407.091 199.583 412.811 205.304C430.171 222.663 430.171 250.909 412.811 268.267L428.553 284.009C441.166 271.395 448.113 254.625 448.113 236.786C448.11 218.945 441.162 202.175 428.549 189.561Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7253"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Papua New Guinea <span class="localization-form__currency">( K PGK)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="PY"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-paraguay" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7254)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 0C154.506 0 66.8099 59.065 25.4019 144.696H486.597C445.19 59.065 357.493 0 256 0Z" fill="#D80027"/> <path d="M256 512C357.493 512 445.19 452.935 486.598 367.304H25.4019C66.8099 452.935 154.506 512 256 512Z" fill="#0052B4"/> <path d="M318.963 181.907L295.352 205.518C305.423 215.589 311.653 229.502 311.653 244.87C311.653 275.606 286.736 300.522 256.001 300.522C225.266 300.522 200.349 275.605 200.349 244.87C200.349 229.502 206.579 215.589 216.65 205.518L193.039 181.907C176.924 198.019 166.958 220.28 166.958 244.87C166.958 294.048 206.824 333.913 256.001 333.913C305.178 333.913 345.044 294.047 345.044 244.87C345.043 220.28 335.077 198.019 318.963 181.907Z" fill="#6DA544"/> <path d="M256 211.478L264.289 236.988H291.11L269.411 252.752L277.7 278.261L256 262.496L234.3 278.261L242.589 252.752L220.89 236.988H247.711L256 211.478Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7254"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Paraguay <span class="localization-form__currency">( ₲ PYG)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="PE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-peru" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7255)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.93 442.528 52.0939 345.043 15.924V496.079C442.528 459.906 512 366.072 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.072 69.472 459.906 166.957 496.078V15.924C69.472 52.0939 0 145.93 0 256Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7255"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Peru <span class="localization-form__currency">( S/. PEN)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="PH"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-philippines" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7256)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 0V256L74.98 437.02C121.307 483.346 185.307 512 256 512C397.384 512 512 397.384 512 256C512 114.616 256 0 256 0Z" fill="#D80027"/> <path d="M256 0C185.307 0 121.307 28.654 74.98 74.98C137.79 137.79 160.087 160.088 256 256H512C512 114.616 397.384 0 256 0Z" fill="#0052B4"/> <path d="M175.291 256L144.027 241.294L160.676 211.015L126.726 217.51L122.424 183.213L98.776 208.437L75.129 183.213L70.826 217.51L36.877 211.014L53.526 241.294L22.261 256L53.526 270.706L36.877 300.985L70.829 294.491L75.128 328.787L98.776 303.563L122.424 328.787L126.726 294.491L160.674 300.986L144.026 270.707L175.291 256Z" fill="#FFDA44"/> <path d="M68.273 100.174L78.677 114.717L95.722 109.318L85.104 123.706L95.508 138.249L78.542 132.598L67.925 146.985L68.058 129.105L51.093 123.453L68.141 118.054L68.273 100.174Z" fill="#FFDA44"/> <path d="M68.273 365.015L78.677 379.558L95.722 374.158L85.104 388.547L95.508 403.09L78.542 397.439L67.925 411.826L68.058 393.946L51.093 388.294L68.141 382.895L68.273 365.015Z" fill="#FFDA44"/> <path d="M216.666 232.595L206.263 247.138L189.217 241.737L199.835 256.126L189.431 270.67L206.397 265.018L217.015 279.405L216.881 261.526L233.846 255.874L216.799 250.475L216.666 232.595Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7256"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Philippines <span class="localization-form__currency">( ₱ PHP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="PN"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-pitcairn-islands" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7257)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C0 256.061 256 0.028 256 0C397.384 0 512 114.616 512 256Z" fill="#0052B4"/> <path d="M255.315 256H256C256 255.77 256 255.546 256 255.315C255.772 255.544 255.544 255.772 255.315 256Z" fill="#F0F0F0"/> <path d="M256 133.565C256 88.52 256 59.005 256 0H255.957C114.591 0.024 0 114.629 0 256H133.565V180.789L208.776 256H255.316C255.544 255.772 255.772 255.544 256.001 255.315C256.001 238.068 256.001 222.679 256.001 208.778L180.788 133.565H256Z" fill="#F0F0F0"/> <path d="M129.515 33.391C89.4761 56.19 56.1891 89.476 33.3911 129.515V256H100.174V100.176V100.174H256C256 79.111 256 59.045 256 33.391H129.515Z" fill="#D80027"/> <path d="M256 224.519L165.045 133.566H133.565V133.568L255.998 256H256C256 256 256 234.293 256 224.519Z" fill="#D80027"/> <path d="M400.696 155.826L367.304 166.957L333.913 155.826L322.783 128L333.913 100.174H400.696L389.565 128L400.696 155.826Z" fill="#ACABB1"/> <path d="M289.391 155.826V278.26C289.391 337.9 367.304 356.174 367.304 356.174C367.304 356.174 445.217 337.9 445.217 278.26V155.826H289.391Z" fill="#338AF3"/> <path d="M296.415 307.266C315.567 344.035 367.305 356.174 367.305 356.174C367.305 356.174 419.043 344.035 438.195 307.266L367.305 189.218L296.415 307.266Z" fill="#6DA544"/> <path d="M445.217 277.023L367.304 155.826L289.391 277.024V278.26C289.391 289.298 292.065 298.916 296.414 307.266L367.304 196.991L438.194 307.265C442.543 298.914 445.217 289.297 445.217 278.259V277.023Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7257"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Pitcairn Islands <span class="localization-form__currency">( $ NZD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="PL"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-poland" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7258)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7258"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Poland <span class="localization-form__currency">( zł PLN)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="PT"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-portugal" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7259)"> <path d="M0 256C0 366.07 69.472 459.905 166.955 496.076L189.217 255.999L166.955 15.923C69.472 52.095 0 145.929 0 256Z" fill="#6DA544"/> <path d="M512 256C512 114.616 397.384 0 256 0C224.686 0 194.689 5.633 166.955 15.923V496.077C194.689 506.368 224.686 512 256 512C397.384 512 512 397.384 512 256Z" fill="#D80027"/> <path d="M166.957 345.043C216.134 345.043 256 305.177 256 256C256 206.823 216.134 166.957 166.957 166.957C117.78 166.957 77.9141 206.823 77.9141 256C77.9141 305.177 117.78 345.043 166.957 345.043Z" fill="#FFDA44"/> <path d="M116.87 211.478V267.13C116.87 294.792 139.294 317.217 166.957 317.217C194.62 317.217 217.044 294.793 217.044 267.13V211.478H116.87Z" fill="#D80027"/> <path d="M166.957 283.826C157.751 283.826 150.261 276.336 150.261 267.13V244.87H183.652V267.131C183.652 276.336 176.162 283.826 166.957 283.826Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7259"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Portugal <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="QA"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-qatar" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7261)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 114.616 397.384 0 256 0C205.92 0 159.206 14.395 119.748 39.251L175.861 63.092L100.174 95.25L175.861 127.407L100.174 159.563L175.861 191.718L100.174 223.869L175.861 256.018L100.174 288.174L175.861 320.328L100.174 352.479L175.861 384.633L100.174 416.789L175.861 448.94L119.773 472.768C159.226 497.612 205.93 512 256 512C397.384 512 512 397.384 512 256Z" fill="#751A46"/> </g> <defs> <clipPath id="clip0_4_7261"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Qatar <span class="localization-form__currency">( ر.ق QAR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="RE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-réunion" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7156)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.929 442.528 52.094 345.043 15.923V496.078C442.528 459.906 512 366.071 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.071 69.473 459.906 166.957 496.077V15.923C69.473 52.094 0 145.929 0 256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7156"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Réunion <span class="localization-form__currency">( € EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="RO"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-romania" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7265)"> <path d="M345.043 15.922C317.309 5.633 287.314 1.33097e-07 256 1.33097e-07C224.686 -0.000999867 194.69 5.633 166.957 15.922L144.696 255.999L166.957 496.076C194.689 506.368 224.685 512 256 512C287.313 512 317.31 506.368 345.043 496.076L367.303 256L345.043 15.922Z" fill="#FFDA44"/> <path d="M512 256C512 145.93 442.528 52.093 345.043 15.923V496.079C442.528 459.905 511.999 366.072 512 256Z" fill="#D80027"/> <path d="M0 255.999C0 366.072 69.472 459.905 166.955 496.078L166.956 15.924C69.472 52.094 0 145.928 0 255.999H0Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7265"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Romania <span class="localization-form__currency">( Lei RON)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="RW"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-rwanda" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7267)"> <path d="M0 256C0 300.35 11.283 342.064 31.127 378.435L256 400.696L480.873 378.435C500.717 342.064 512 300.35 512 256L256 233.739L0 256Z" fill="#FFDA44"/> <path d="M480.873 133.565C437.454 53.989 353.035 0 256 0C158.965 0 74.546 53.989 31.127 133.565C11.283 169.936 0 211.65 0 256H512C512 211.65 500.717 169.936 480.873 133.565Z" fill="#338AF3"/> <path d="M256 512C353.035 512 437.454 458.011 480.873 378.435H31.127C74.546 458.011 158.965 512 256 512Z" fill="#496E2D"/> <path d="M289.391 149.821L320.657 164.528L304.008 194.808L337.958 188.314L342.26 222.609L365.906 197.385L389.554 222.609L393.855 188.314L427.805 194.806L411.157 164.527L442.421 149.821L411.156 135.116L427.805 104.836L393.856 111.33L389.553 77.035L365.906 102.259L342.259 77.035L337.958 111.33L304.007 104.836L320.656 135.117L289.391 149.821Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7267"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Rwanda <span class="localization-form__currency">( FRw RWF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="WS"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-samoa" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7271)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C87.93 168.07 162.504 93.496 256 0C397.384 0 512 114.616 512 256Z" fill="#D80027"/> <path d="M256 256C256 114.616 256 97.948 256 0C114.616 0 0 114.616 0 256H256Z" fill="#0052B4"/> <path d="M205.054 166.957L209.199 179.712H222.609L211.759 187.593L215.904 200.348L205.054 192.465L194.204 200.348L198.349 187.593L187.499 179.712H200.909L205.054 166.957Z" fill="#F0F0F0"/> <path d="M137.698 66.783L144.605 88.042H166.957L148.873 101.177L155.782 122.435L137.698 109.296L119.615 122.435L126.523 101.177L108.44 88.042H130.79L137.698 66.783Z" fill="#F0F0F0"/> <path d="M204.481 89.043L211.388 110.303H233.739L215.656 123.438L222.563 144.696L204.481 131.557L186.398 144.696L193.306 123.438L175.223 110.303H197.573L204.481 89.043Z" fill="#F0F0F0"/> <path d="M151.693 178.087L158.601 199.346H180.951L162.868 212.481L169.776 233.739L151.693 220.601L133.61 233.739L140.518 212.481L122.435 199.346H144.786L151.693 178.087Z" fill="#F0F0F0"/> <path d="M93.176 122.435L100.084 143.694H122.435L104.351 156.829L111.259 178.087L93.176 164.949L75.094 178.087L82.001 156.829L63.919 143.694H86.269L93.176 122.435Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7271"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Samoa <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> WST)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-san-marino" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7272)"> <path d="M512 256C512 397.384 397.384 512 256 512C114.616 512 0 397.384 0 256C11.13 256 256 222.609 256 222.609L512 256Z" fill="#338AF3"/> <path d="M0 256C0 114.616 114.616 0 256 0C397.384 0 512 114.616 512 256" fill="#F0F0F0"/> <path d="M357.616 176.644L256 278.261L154.384 176.644C141.243 196.151 133.566 219.63 133.566 244.869V278.26C133.566 331.876 168.211 377.549 216.288 394.08C209.871 406.656 210.953 422.351 220.356 434.086C232.844 424.077 245.773 413.716 256.741 404.928C267.709 413.717 280.639 424.078 293.126 434.086C302.639 422.214 303.643 406.284 296.973 393.634C344.393 376.744 378.434 331.406 378.434 278.26V244.87C378.435 219.63 370.757 196.152 357.616 176.644Z" fill="#6DA544"/> <path d="M256 367.304C206.901 367.304 166.957 327.359 166.957 278.261V244.87C166.957 195.771 206.902 155.827 256 155.827C305.098 155.827 345.043 195.772 345.043 244.87V278.261C345.043 327.359 305.099 367.304 256 367.304Z" fill="#FFDA44"/> <path d="M311.652 278.261V244.87C311.652 214.183 286.686 189.218 256 189.218C225.314 189.218 200.348 214.184 200.348 244.87V278.261L256 289.391L311.652 278.261Z" fill="#338AF3"/> <path d="M200.348 278.261C200.348 308.948 225.314 333.913 256 333.913C286.686 333.913 311.652 308.947 311.652 278.261H200.348Z" fill="#6DA544"/> <path d="M322.783 155.826C322.783 137.385 307.833 122.435 289.392 122.435C280.837 122.435 273.04 125.655 267.131 130.944V111.304H278.261V89.043H267.131V77.913H244.87V89.043H233.74V111.304H244.87V130.944C238.961 125.655 231.163 122.435 222.609 122.435C204.168 122.435 189.218 137.385 189.218 155.826C189.218 165.713 193.519 174.593 200.348 180.708V200.348H311.652V180.708C318.482 174.593 322.783 165.713 322.783 155.826Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7272"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>San Marino <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="ST"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-são-tomé-&amp;-príncipe" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7273)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#FFDA44"/> <path d="M155.826 166.957H496.076C459.906 69.472 366.07 0 256 0C185.306 0 121.313 28.659 74.9888 74.989L155.826 166.957Z" fill="#6DA544"/> <path d="M155.826 345.043H496.076C459.906 442.528 366.07 512 256 512C185.306 512 121.313 483.341 74.9888 437.011L155.826 345.043Z" fill="#6DA544"/> <path d="M74.98 74.98C-24.994 174.954 -24.994 337.045 74.98 437.02C116.293 395.707 156.026 355.974 256 256L74.98 74.98Z" fill="#D80027"/> <path d="M325.074 211.478L336.125 245.49H371.887L342.955 266.51L354.006 300.522L325.074 279.501L296.142 300.522L307.192 266.51L278.261 245.49H314.023L325.074 211.478Z" fill="black"/> <path d="M436.379 211.478L447.429 245.49H483.191L454.26 266.51L465.31 300.522L436.379 279.501L407.446 300.522L418.497 266.51L389.565 245.49H425.327L436.379 211.478Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7273"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>São Tomé &amp; Príncipe <span class="localization-form__currency">( Db STD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SA"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-saudi-arabia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7275)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#6DA544"/> <path d="M144.696 306.087C144.696 324.528 159.646 339.478 178.087 339.478H278.261C278.261 354.846 290.719 367.304 306.087 367.304H339.478C354.846 367.304 367.304 354.846 367.304 339.478V306.087H144.696Z" fill="#F0F0F0"/> <path d="M370.087 144.696V222.609C370.087 234.884 360.101 244.87 347.826 244.87V278.261C378.513 278.261 403.478 253.295 403.478 222.609V144.696H370.087Z" fill="#F0F0F0"/> <path d="M130.783 222.609C130.783 234.884 120.797 244.87 108.522 244.87V278.261C139.209 278.261 164.174 253.295 164.174 222.609V144.696H130.783V222.609Z" fill="#F0F0F0"/> <path d="M320 144.696H353.391V222.609H320V144.696Z" fill="#F0F0F0"/> <path d="M269.913 189.217C269.913 192.286 267.416 194.782 264.348 194.782C261.28 194.782 258.783 192.285 258.783 189.217V144.695H225.392V189.217C225.392 192.286 222.895 194.782 219.827 194.782C216.759 194.782 214.262 192.285 214.262 189.217V144.695H180.87V189.217C180.87 210.698 198.346 228.174 219.827 228.174C228.1 228.174 235.772 225.574 242.088 221.158C248.403 225.573 256.076 228.174 264.349 228.174C266.015 228.174 267.653 228.057 269.264 227.852C266.898 237.601 258.118 244.869 247.653 244.869V278.26C278.34 278.26 303.305 253.294 303.305 222.608V189.217V144.695H269.914V189.217H269.913Z" fill="#F0F0F0"/> <path d="M180.87 244.87H230.957V278.261H180.87V244.87Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7275"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Saudi Arabia <span class="localization-form__currency">( ر.س SAR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SN"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-senegal" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7277)"> <path d="M367.304 25.402C333.648 9.128 295.89 0 256 0C216.11 0 178.352 9.128 144.696 25.402L122.435 256L144.696 486.598C178.352 502.872 216.11 512 256 512C295.89 512 333.648 502.872 367.304 486.598L389.565 256L367.304 25.402Z" fill="#FFDA44"/> <path d="M255.998 166.957L278.098 234.977H349.626L291.762 277.02L313.863 345.043L255.998 303.003L198.133 345.043L220.238 277.02L162.374 234.977H233.897L255.998 166.957Z" fill="#496E2D"/> <path d="M144.696 25.411C59.066 66.818 0 154.507 0 256C0 357.493 59.066 445.182 144.696 486.589V25.411Z" fill="#496E2D"/> <path d="M367.304 25.411V486.589C452.934 445.182 512 357.493 512 256C512 154.507 452.934 66.818 367.304 25.411Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7277"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Senegal <span class="localization-form__currency">( Fr XOF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="RS"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-serbia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7278)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 0C114.616 0 0 114.616 0 256C0 287.314 5.633 317.311 15.923 345.043H496.078C506.368 317.311 512 287.314 512 256C512 114.616 397.384 0 256 0Z" fill="#0052B4"/> <path d="M256 0C145.929 0 52.0941 69.472 15.9231 166.957H496.078C459.906 69.472 366.071 0 256 0Z" fill="#D80027"/> <path d="M66.198 144.696V272.402C66.198 345.046 161.099 367.305 161.099 367.305C161.099 367.305 255.999 345.046 255.999 272.402V144.696H66.198Z" fill="#D80027"/> <path d="M105.446 166.957H216.751V122.435L194.49 133.565L161.099 100.174L127.707 133.565L105.446 122.435V166.957Z" fill="#FFDA44"/> <path d="M233.739 290.183L161.391 217.835L89.043 290.183L112.654 313.794L161.391 265.057L210.128 313.794L233.739 290.183Z" fill="#FFDA44"/> <path d="M233.739 222.609H199.983C201.881 219.333 202.985 215.539 202.985 211.481C202.985 199.185 193.018 189.22 180.724 189.22C172.229 189.22 164.852 193.978 161.099 200.973C157.346 193.979 149.969 189.22 141.474 189.22C129.18 189.22 119.213 199.185 119.213 211.481C119.213 215.539 120.317 219.334 122.215 222.609H89.043C89.043 234.904 99.752 244.87 112.045 244.87H111.304C111.304 257.165 121.27 267.131 133.565 267.131C133.565 278.017 141.383 287.061 151.708 288.997L134.168 328.599C142.574 332.016 151.76 333.914 161.392 333.914C171.024 333.914 180.21 332.016 188.616 328.599L171.076 288.997C181.401 287.063 189.219 278.018 189.219 267.131C201.514 267.131 211.48 257.165 211.48 244.87H210.739C223.031 244.87 233.739 234.903 233.739 222.609Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7278"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Serbia <span class="localization-form__currency">( РСД RSD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SC"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-seychelles" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7279)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M428.809 67.137C383.269 25.445 322.608 0 256 0C245.096 0 234.351 0.687 223.805 2.01L100.174 144.696L8.10095 320.131C14.049 343.192 23.143 364.986 34.876 385.048L256 256L428.809 67.137Z" fill="#FFDA44"/> <path d="M469.131 397.838L110.963 466.958C152.192 495.359 202.15 512 256 512C344.921 512 423.24 466.657 469.131 397.838Z" fill="#6DA544"/> <path d="M428.845 67.171L35.022 385.296C45.323 402.864 57.656 419.095 71.703 433.664L512 256C512 181.241 479.949 113.973 428.845 67.171Z" fill="#D80027"/> <path d="M0 256C0 278.147 2.814 299.636 8.101 320.131L223.805 2.01C97.618 17.844 0 125.52 0 256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7279"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Seychelles <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SG"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-singapore" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7281)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M0 256.001C0 114.616 114.616 0 256 0C397.384 0 512 114.616 512 256.001" fill="#D80027"/> <path d="M155.826 133.564C155.826 96.266 182.039 65.108 217.043 57.463C211.663 56.289 206.082 55.652 200.347 55.652C157.316 55.652 122.434 90.534 122.434 133.565C122.434 176.596 157.316 211.478 200.347 211.478C206.08 211.478 211.662 210.841 217.043 209.666C182.039 202.021 155.826 170.863 155.826 133.564Z" fill="#F0F0F0"/> <path d="M256 61.217L261.526 78.222H279.407L264.94 88.733L270.466 105.738L256 95.229L241.534 105.738L247.06 88.733L232.594 78.222H250.474L256 61.217Z" fill="#F0F0F0"/> <path d="M212.625 94.608L218.15 111.614H236.031L221.565 122.124L227.091 139.129L212.625 128.62L198.157 139.129L203.684 122.124L189.217 111.614H207.098L212.625 94.608Z" fill="#F0F0F0"/> <path d="M299.376 94.608L304.903 111.614H322.783L308.316 122.124L313.843 139.129L299.376 128.62L284.91 139.129L290.436 122.124L275.97 111.614H293.85L299.376 94.608Z" fill="#F0F0F0"/> <path d="M282.681 144.695L288.207 161.701H306.087L291.621 172.211L297.147 189.216L282.681 178.707L268.215 189.216L273.741 172.211L259.275 161.701H277.154L282.681 144.695Z" fill="#F0F0F0"/> <path d="M229.32 144.695L234.845 161.701H252.727L238.26 172.211L243.787 189.216L229.32 178.707L214.853 189.216L220.379 172.211L205.913 161.701H223.794L229.32 144.695Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7281"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Singapore <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> SGD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SX"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-sint-maarten" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7283)"> <path d="M233.739 278.261C233.739 278.261 75.13 74.945 74.98 74.981C121.306 28.654 185.307 0 256 0C397.384 0 512 114.616 512 256L233.739 278.261Z" fill="#D80027"/> <path d="M233.739 256C233.739 256 75.13 437.055 74.98 437.019C121.306 483.346 185.307 512 256 512C397.384 512 512 397.384 512 256H233.739Z" fill="#0052B4"/> <path d="M74.98 74.98C-24.994 174.954 -24.994 337.045 74.98 437.02C116.293 395.707 156.026 355.974 256 256L74.98 74.98Z" fill="#F0F0F0"/> <path d="M28.0612 256.001C27.9212 257.839 27.8262 259.691 27.8262 261.565C27.8262 301.521 60.2182 333.913 100.174 333.913C140.13 333.913 172.522 301.521 172.522 261.565C172.522 259.691 172.427 257.838 172.287 256.001H28.0612Z" fill="#FFDA44"/> <path d="M100.174 222.609C112.468 222.609 122.435 212.642 122.435 200.348C122.435 188.054 112.468 178.087 100.174 178.087C87.8797 178.087 77.9131 188.054 77.9131 200.348C77.9131 212.642 87.8797 222.609 100.174 222.609Z" fill="#FFDA44"/> <path d="M50.0869 194.783V267.131C50.0869 305.471 100.174 317.218 100.174 317.218C100.174 317.218 150.261 305.471 150.261 267.131V194.783H50.0869Z" fill="#D80027"/> <path d="M100.198 293.92C90.9062 290.576 72.3472 282.03 72.3472 267.13V217.043H128V267.13C128 282.079 109.443 290.604 100.198 293.92Z" fill="#338AF3"/> <path d="M111.304 244.87V233.739L100.174 228.174L89.043 233.739V244.87L83.478 250.435V272.696H116.87V250.435L111.304 244.87Z" fill="#F3F3F3"/> </g> <defs> <clipPath id="clip0_4_7283"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Sint Maarten <span class="localization-form__currency">( ƒ ANG)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SK"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-slovakia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7284)"> <path d="M256 512.001C397.385 512.001 512 397.386 512 256.001C512 114.616 397.385 0.000976562 256 0.000976562C114.615 0.000976562 0 114.616 0 256.001C0 397.386 114.615 512.001 256 512.001Z" fill="#F0F0F0"/> <path d="M256 512.001C397.384 512.001 512 397.385 512 256.001C512 224.687 506.368 194.69 496.077 166.958H15.923C5.633 194.69 0 224.687 0 256.001C0 397.385 114.616 512.001 256 512.001Z" fill="#0052B4"/> <path d="M256 512.001C366.071 512.001 459.906 442.529 496.077 345.044H15.9229C52.0939 442.529 145.929 512.001 256 512.001Z" fill="#D80027"/> <path d="M66.1982 144.697V272.403C66.1982 345.047 161.099 367.306 161.099 367.306C161.099 367.306 255.999 345.047 255.999 272.403V144.697H66.1982Z" fill="#F0F0F0"/> <path d="M88.459 144.697V272.403C88.459 280.931 90.353 288.985 94.105 296.536H228.092C231.844 288.986 233.738 280.931 233.738 272.403V144.697H88.459Z" fill="#D80027"/> <path d="M205.62 233.74H172.23V211.479H194.491V189.218H172.23V166.958H149.969V189.218H127.709V211.479H149.969V233.74H116.577V256.001H149.969V278.262H172.23V256.001H205.62V233.74Z" fill="#F0F0F0"/> <path d="M124.471 327.611C138.816 336.626 153.554 341.86 161.099 344.188C168.644 341.861 183.382 336.626 197.727 327.611C212.193 318.519 222.334 308.121 228.092 296.536C221.741 292.043 213.992 289.393 205.621 289.393C202.573 289.393 199.612 289.754 196.765 290.417C190.732 276.709 177.037 267.132 161.1 267.132C145.163 267.132 131.467 276.709 125.435 290.417C122.588 289.754 119.626 289.393 116.579 289.393C108.208 289.393 100.459 292.043 94.1079 296.536C99.8629 308.12 110.004 318.518 124.471 327.611Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7284"> <rect width="512" height="512" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Slovakia <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SI"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-slovenia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7285)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M496.077 166.957H222.609V100.174H89.043V166.957H15.923C5.633 194.689 0 224.686 0 256C0 287.314 5.633 317.31 15.923 345.043L256 367.304L496.077 345.043C506.367 317.31 512 287.314 512 256C512 224.686 506.367 194.689 496.077 166.957Z" fill="#0052B4"/> <path d="M256 512C366.071 512 459.906 442.528 496.077 345.043H15.9229C52.0939 442.528 145.929 512 256 512Z" fill="#D80027"/> <path d="M89.043 166.957V189.217C89.043 240.338 155.826 256.001 155.826 256.001C155.826 256.001 222.609 240.338 222.609 189.217V166.957L200.348 189.218L155.826 155.827L111.304 189.218L89.043 166.957Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7285"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Slovenia <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SB"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-solomon-islands" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7286)"> <path d="M437.027 437.027C533.038 341.016 536.829 187.731 448.44 87.172L256 255.999L87.1719 448.44C187.731 536.829 341.015 533.038 437.027 437.027Z" fill="#496E2D"/> <path d="M74.974 74.974C170.985 -21.037 324.27 -24.828 424.829 63.561L256 256.003L63.562 424.829C-24.828 324.27 -21.036 170.985 74.974 74.974Z" fill="#0052B4"/> <path d="M424.827 63.56L63.5601 424.828C67.2121 428.983 71.0041 433.059 74.9731 437.026C78.9411 440.994 83.0181 444.786 87.1741 448.44L448.439 87.172C444.787 83.016 440.994 78.94 437.025 74.971C433.059 71.005 428.982 67.212 424.827 63.56Z" fill="#FFDA44"/> <path d="M107.861 89.036L113.388 106.043H131.269L116.803 116.552L122.328 133.559L107.861 123.048L93.3941 133.559L98.9211 116.552L84.4541 106.043H102.336L107.861 89.036Z" fill="#F0F0F0"/> <path d="M199.2 89.036L204.727 106.043H222.607L208.141 116.552L213.667 133.559L199.2 123.048L184.733 133.559L190.26 116.552L175.793 106.043H193.674L199.2 89.036Z" fill="#F0F0F0"/> <path d="M107.861 178.083L113.388 195.09H131.269L116.803 205.6L122.328 222.607L107.861 212.096L93.3941 222.607L98.9211 205.6L84.4541 195.09H102.336L107.861 178.083Z" fill="#F0F0F0"/> <path d="M199.2 178.083L204.727 195.09H222.607L208.141 205.6L213.667 222.607L199.2 212.096L184.733 222.607L190.26 205.6L175.793 195.09H193.674L199.2 178.083Z" fill="#F0F0F0"/> <path d="M153.531 133.559L159.058 150.566H176.938L162.472 161.076L167.998 178.083L153.531 167.572L139.064 178.083L144.59 161.076L130.123 150.566H148.005L153.531 133.559Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7286"> <rect width="512.001" height="512.001" fill="white"/> </clipPath> </defs> </svg> </span>Solomon Islands <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> SBD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SO"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-somalia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7287)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#338AF3"/> <path d="M256 133.565L283.628 218.594H373.032L300.702 271.144L328.33 356.174L256 303.623L183.67 356.174L211.298 271.144L138.967 218.594H228.372L256 133.565Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7287"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Somalia <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="ZA"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-south-africa" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7289)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M74.98 437.02C-24.994 337.045 -24.994 174.955 74.98 74.98C74.973 74.991 222.609 256 222.609 256L74.98 437.02Z" fill="black"/> <path d="M222.609 256L33.953 128.513C28.104 138.68 22.946 149.292 18.514 160.276L114.023 256.001L18.517 351.731C22.945 362.707 28.098 373.312 33.943 383.472L222.609 256Z" fill="#FFDA44"/> <path d="M509.833 222.609H222.602L74.978 74.984C59.07 90.892 45.249 108.883 33.953 128.514L161.192 256L33.943 383.47C45.239 403.106 59.066 421.103 74.978 437.015L222.602 289.391H509.833C511.256 278.461 512 267.317 512 256C512 244.683 511.256 233.539 509.833 222.609Z" fill="#6DA544"/> <path d="M100.138 459.077C143.307 492.259 197.344 512 256 512C374.279 512 473.805 431.779 503.181 322.783H236.433L100.138 459.077Z" fill="#0052B4"/> <path d="M503.181 189.217C473.805 80.221 374.279 0 256 0C197.344 0 143.307 19.741 100.138 52.923L236.432 189.217H503.181Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7289"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>South Africa <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GS"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-south-georgia-&amp;-south-sandwich-islands" width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_2_71)"> <path d="M0 0H500V500H0V0Z" fill="#0052B4"/> <path d="M412.141 399.747C426.526 399.747 438.188 382.255 438.188 360.678C438.188 339.1 426.526 321.608 412.141 321.608C397.757 321.608 386.095 339.1 386.095 360.678C386.095 382.255 397.757 399.747 412.141 399.747Z" fill="white"/> <path d="M379.359 444.564C390.272 444.564 399.118 440.825 399.118 436.212C399.118 431.599 390.272 427.859 379.359 427.859C368.446 427.859 359.6 431.599 359.6 436.212C359.6 440.825 368.446 444.564 379.359 444.564Z" fill="#FFCE00"/> <path d="M340.829 444.564C351.741 444.564 360.588 440.825 360.588 436.212C360.588 431.599 351.741 427.859 340.829 427.859C329.916 427.859 321.069 431.599 321.069 436.212C321.069 440.825 329.916 444.564 340.829 444.564Z" fill="#FFCE00"/> <path d="M321.069 321.608L360.049 399.657L399.118 321.608H321.069Z" fill="#39B200"/> <path d="M308.046 399.747C322.431 399.747 334.093 382.255 334.093 360.678C334.093 339.1 322.431 321.608 308.046 321.608C293.661 321.608 282 339.1 282 360.678C282 382.255 293.661 399.747 308.046 399.747Z" fill="#9B9B9B"/> <path d="M347.116 308.585L334.093 321.608H386.095L373.072 308.585L386.095 269.516C386.095 269.516 374.419 243.469 360.049 243.469C345.679 243.469 334.003 269.516 334.003 269.516L347.116 308.585Z" fill="#757575"/> <path d="M360.049 237.093C374.434 237.093 386.095 225.431 386.095 211.046C386.095 196.661 374.434 185 360.049 185C345.664 185 334.003 196.661 334.003 211.046C334.003 225.431 345.664 237.093 360.049 237.093Z" fill="#C6B56F"/> <path d="M360.588 256.582C374.973 256.582 386.634 244.921 386.634 230.536C386.634 216.151 374.973 204.49 360.588 204.49C346.203 204.49 334.542 216.151 334.542 230.536C334.542 244.921 346.203 256.582 360.588 256.582Z" fill="#A54A00"/> <path d="M412.141 282.629C426.526 282.629 438.188 270.967 438.188 256.582C438.188 242.197 426.526 230.536 412.141 230.536C397.757 230.536 386.095 242.197 386.095 256.582C386.095 270.967 397.757 282.629 412.141 282.629Z" fill="white"/> <path d="M321.249 308.675C335.634 308.675 347.295 297.013 347.295 282.629C347.295 268.244 335.634 256.582 321.249 256.582C306.864 256.582 295.203 268.244 295.203 282.629C295.203 297.013 306.864 308.675 321.249 308.675Z" fill="#0049FF"/> <path d="M399.927 308.675C414.312 308.675 425.973 297.013 425.973 282.629C425.973 268.244 414.312 256.582 399.927 256.582C385.542 256.582 373.88 268.244 373.88 282.629C373.88 297.013 385.542 308.675 399.927 308.675Z" fill="#0041F9"/> <path d="M360.588 386.724C374.973 386.724 386.634 375.062 386.634 360.678C386.634 346.293 374.973 334.631 360.588 334.631C346.203 334.631 334.542 346.293 334.542 360.678C334.542 375.062 346.203 386.724 360.588 386.724Z" fill="#F7D71E"/> <path d="M425.165 347.654C439.549 347.654 451.211 335.993 451.211 321.608C451.211 307.223 439.549 295.562 425.165 295.562C410.78 295.562 399.118 307.223 399.118 321.608C399.118 335.993 410.78 347.654 425.165 347.654Z" fill="#CEC851"/> <path d="M360.049 436.93C374.434 436.93 386.095 425.269 386.095 410.884C386.095 396.499 374.434 384.838 360.049 384.838C345.664 384.838 334.003 396.499 334.003 410.884C334.003 425.269 345.664 436.93 360.049 436.93Z" fill="white"/> <path d="M347.116 272.749L360.139 269.605L373.162 272.749C373.162 279.485 360.139 282.629 360.139 282.629C360.139 282.629 347.116 279.485 347.116 272.749Z" fill="#7C0B29"/> <path d="M308.046 282.359C322.431 282.359 334.093 270.698 334.093 256.313C334.093 241.928 322.431 230.267 308.046 230.267C293.661 230.267 282 241.928 282 256.313C282 270.698 293.661 282.359 308.046 282.359Z" fill="white"/> <path d="M320.937 0V147.18H263.144L320.937 185.667V214H292.605L200.586 152.696V214H120.351V152.696L28.3327 214H0V185.667L57.7938 147.18H0V66.9455H57.7938L0 28.4581V0H28.3327L120.351 61.304V0H200.586V61.304L292.605 0H320.937Z" fill="white"/> <path d="M180.527 0H140.41V87.0041H0V127.121H140.41V214H180.527V127.121H320.937V87.0041H180.527V0Z" fill="#D80027"/> <path d="M320.937 28.4581V66.9455H263.144L320.937 28.4581Z" fill="#2E52B2"/> <path d="M0 214V200.209L78.3538 147.18H106.687L9.15173 214H0ZM9.15173 0.125122L106.687 66.8199H78.3538L0 13.9154V0.125122H9.15173ZM320.937 0.125122V13.9154L242.583 66.9453H214.251L311.786 0.125122H320.937ZM311.786 214L214.251 147.18H242.583L320.937 200.209V214H311.786Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_2_71"> <rect width="500" height="500" rx="250" fill="white"/> </clipPath> </defs> </svg> </span>South Georgia &amp; South Sandwich Islands <span class="localization-form__currency">( £ GBP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="KR"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-south-korea" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7290)"> <path d="M256 511.999C397.385 511.999 512 397.384 512 255.999C512 114.614 397.385 -0.000976562 256 -0.000976562C114.615 -0.000976562 0 114.614 0 255.999C0 397.384 114.615 511.999 256 511.999Z" fill="#F0F0F0"/> <path d="M345.043 255.999C345.043 278.26 305.177 333.912 256 333.912C206.823 333.912 166.957 278.26 166.957 255.999C166.957 206.821 206.823 166.956 256 166.956C305.177 166.956 345.043 206.821 345.043 255.999Z" fill="#D80027"/> <path d="M345.043 255.999C345.043 305.177 305.177 345.042 256 345.042C206.823 345.042 166.957 305.177 166.957 255.999" fill="#0052B4"/> <path d="M350.375 334.707L373.982 311.099L389.721 326.838L366.113 350.445L350.375 334.707Z" fill="black"/> <path d="M311.017 374.054L334.625 350.447L350.363 366.185L326.756 389.793L311.017 374.054Z" fill="black"/> <path d="M397.593 381.92L421.201 358.312L436.939 374.051L413.332 397.658L397.593 381.92Z" fill="black"/> <path d="M358.237 421.273L381.844 397.666L397.583 413.404L373.976 437.012L358.237 421.273Z" fill="black"/> <path d="M373.983 358.315L397.59 334.708L413.329 350.447L389.721 374.054L373.983 358.315Z" fill="black"/> <path d="M334.636 397.662L358.244 374.055L373.982 389.793L350.375 413.401L334.636 397.662Z" fill="black"/> <path d="M397.698 177.334L334.744 114.381L350.483 98.6423L413.436 161.596L397.698 177.334Z" fill="black"/> <path d="M334.732 161.602L311.125 137.995L326.863 122.257L350.47 145.864L334.732 161.602Z" fill="black"/> <path d="M374.078 200.958L350.471 177.35L366.209 161.613L389.816 185.22L374.078 200.958Z" fill="black"/> <path d="M381.943 114.379L358.335 90.7714L374.074 75.0328L397.681 98.6403L381.943 114.379Z" fill="black"/> <path d="M421.31 153.739L397.703 130.132L413.441 114.393L437.049 138.001L421.31 153.739Z" fill="black"/> <path d="M90.7545 358.271L153.708 421.224L137.969 436.963L75.0159 374.009L90.7545 358.271Z" fill="black"/> <path d="M153.705 373.997L177.312 397.604L161.574 413.342L137.967 389.735L153.705 373.997Z" fill="black"/> <path d="M114.355 334.658L137.963 358.266L122.224 374.004L98.6166 350.397L114.355 334.658Z" fill="black"/> <path d="M137.965 311.044L200.919 373.998L185.18 389.736L122.227 326.783L137.965 311.044Z" fill="black"/> <path d="M153.701 90.7226L90.7478 153.676L75.0093 137.937L137.963 74.9841L153.701 90.7226Z" fill="black"/> <path d="M177.309 114.328L114.355 177.281L98.6169 161.542L161.57 98.589L177.309 114.328Z" fill="black"/> <path d="M200.939 137.949L137.985 200.903L122.247 185.165L185.201 122.212L200.939 137.949Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7290"> <rect width="512" height="512" fill="white" transform="translate(0 -0.000976562)"/> </clipPath> </defs> </svg> </span>South Korea <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 12L8 19L10 12M6 12L4 5M6 12H3M6 12H10M14 12L16 19L18 12M14 12L12 5L10 12M14 12H10M14 12H18M18 12L20 5M18 12H21" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> KRW)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SS"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-south-sudan" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7291)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M492.029 156.753C453.26 64.662 362.188 0 256 0C185.306 0 121.313 28.659 74.989 74.989L139.099 156.753H492.029Z" fill="black"/> <path d="M139.826 354.32L74.989 437.011C121.313 483.341 185.306 512 256 512C362.546 512 453.878 446.906 492.424 354.32H139.826Z" fill="#496E2D"/> <path d="M55.652 188.29V322.782H503.182C508.924 301.491 512 279.107 512 256C512 232.558 508.842 209.858 502.939 188.29H55.652Z" fill="#A2001D"/> <path d="M74.98 74.98C-24.994 174.954 -24.994 337.045 74.98 437.02C116.293 395.707 156.026 355.974 256 256L74.98 74.98Z" fill="#0052B4"/> <path d="M83.386 192.352L114.631 235.953L165.759 219.708L133.948 262.901L165.193 306.504L114.285 289.597L82.473 332.789L82.823 279.146L31.913 262.237L83.037 245.993L83.386 192.352Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7291"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>South Sudan <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="ES"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-spain" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7292)"> <path d="M0 256C0 287.314 5.633 317.31 15.923 345.043L256 367.304L496.077 345.043C506.367 317.31 512 287.314 512 256C512 224.686 506.367 194.69 496.077 166.957L256 144.696L15.923 166.957C5.633 194.69 0 224.686 0 256H0Z" fill="#FFDA44"/> <path d="M496.077 166.957C459.906 69.473 366.071 0 256 0C145.929 0 52.094 69.473 15.923 166.957H496.077Z" fill="#D80027"/> <path d="M15.923 345.043C52.094 442.527 145.929 512 256 512C366.071 512 459.906 442.527 496.077 345.043H15.923Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7292"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Spain <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="LK"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-sri-lanka" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7293)"> <path d="M0.001 44.522H0V467.477H0.001V256.001V44.522Z" fill="#FF9811"/> <path d="M255.999 511.998C397.383 511.998 511.998 397.383 511.998 255.999C511.998 114.615 397.383 0 255.999 0C114.615 0 0 114.615 0 255.999C0 397.383 114.615 511.998 255.999 511.998Z" fill="#FFDA44"/> <path d="M200.349 44.522H111.714C107.786 47.207 103.942 50.002 100.175 52.895L77.9141 255.999L100.175 459.103C103.942 461.997 107.786 464.792 111.714 467.476H200.349V44.522Z" fill="#FF9811"/> <path d="M0.000976562 256.001C0.000976562 338.746 39.269 412.308 100.175 459.105V52.896C39.269 99.694 0.000976562 173.256 0.000976562 256.001Z" fill="#6DA544"/> <path d="M411.826 156.064V162.469L412.064 162.505L411.826 156.064Z" fill="#FFDA44"/> <path d="M491.595 322.782H443.362L422.957 345.043V389.565H378.435V367.304H400.696V322.782H300.522V350.608H278.261V297.577C271.431 291.463 267.131 282.582 267.131 272.695V128C267.131 109.559 282.081 94.609 300.522 94.609V300.522H345.044L360.32 287.791C357.652 281.436 356.174 274.457 356.174 267.131V233.74H322.783V166.958H389.565C389.565 155.828 406.261 144.697 406.261 144.697C406.261 144.697 422.957 155.827 422.957 166.958V183.654V233.741C435.34 233.888 455.014 233.567 476.269 233.741C470.685 223.981 467.478 212.4 467.478 200.35C467.478 180.709 475.958 163.051 489.456 150.831C470 107.716 438.954 70.954 400.287 44.522H233.74V467.478H400.288C447.307 435.337 483.056 387.926 500.4 332.388L491.595 322.782Z" fill="#A2001D"/> </g> <defs> <clipPath id="clip0_4_7293"> <rect width="511.999" height="511.999" fill="white"/> </clipPath> </defs> </svg> </span>Sri Lanka <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 4H10.5M10.5 4C12.9853 4 15 6.01472 15 8.5C15 10.9853 12.9853 13 10.5 13H6L13 20M10.5 4H18M6 8.5H18" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> LKR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="BL"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-st.-barthélemy" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7156)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.929 442.528 52.094 345.043 15.923V496.078C442.528 459.906 512 366.071 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.071 69.473 459.906 166.957 496.077V15.923C69.473 52.094 0 145.929 0 256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7156"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>St. Barthélemy <span class="localization-form__currency">( € EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SH"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-st.-helena" width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_2_136)"> <path d="M0 0H500V500H0V0Z" fill="#0052B4"/> <path d="M320.937 0V147.18H263.144L320.937 185.667V214H292.605L200.586 152.696V214H120.351V152.696L28.3327 214H0V185.667L57.7938 147.18H0V66.9455H57.7938L0 28.4581V0H28.3327L120.351 61.304V0H200.586V61.304L292.605 0H320.937Z" fill="white"/> <path d="M180.527 0H140.41V87.0041H0V127.121H140.41V214H180.527V127.121H320.937V87.0041H180.527V0Z" fill="#D80027"/> <path d="M320.937 28.4581V66.9455H263.143L320.937 28.4581Z" fill="#2E52B2"/> <path d="M0 214V200.209L78.3538 147.18H106.687L9.15173 214H0ZM9.15173 0.125122L106.687 66.8199H78.3538L0 13.9154V0.125122H9.15173ZM320.937 0.125122V13.9154L242.583 66.9453H214.251L311.786 0.125122H320.937ZM311.786 214L214.251 147.18H242.583L320.937 200.209V214H311.786Z" fill="#D80027"/> <path d="M409.454 309.815C409.354 354.301 402.24 402.095 344.327 424.939C286.415 402.095 279.301 354.301 279.2 309.815H409.454Z" fill="#29DBFF"/> <path d="M409.454 309.815C409.454 293.082 408.553 276.85 408.953 262.623C387.311 253.004 358.755 251 344.227 251C329.699 251 301.243 253.004 279.501 262.623C279.902 276.85 279 293.082 279 309.815H409.454Z" fill="#FFDA44"/> <path d="M329.799 374.741L330.1 385.061L317.275 385.262L322.184 398.487H304.85C286.815 378.248 281.405 356.005 279.902 330.254L289.02 320.536L297.336 334.863L308.157 322.038L315.171 329.854L315.972 345.584L329.799 374.741Z" fill="#BF521B"/> <path d="M397.03 362.718L388.413 381.054H341.321L312.064 361.515L337.815 372.036H362.964L366.671 365.523L373.885 365.724L375.889 362.718H397.03Z" fill="#474747"/> </g> <defs> <clipPath id="clip0_2_136"> <rect width="500" height="500" rx="250" fill="white"/> </clipPath> </defs> </svg> </span>St. Helena <span class="localization-form__currency">( £ SHP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="KN"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-st.-kitts-&amp;-nevis" width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_2_155)"> <path d="M-118 0H631V500H-118V0Z" fill="#D80027"/> <path d="M630 0H-118V500" fill="#6DA544"/> <path d="M331.254 0L-118 284.357V500H184.082L631 217.105V0H331.254Z" fill="#FFDA44"/> <path d="M631 0H444.407L-118 364.62V500H66.2569L631 133.918V0Z" fill="black"/> <path d="M135.2 259.2L166.4 283.2L198.7 261L185.6 298L216.7 321.9L177.5 320.8L164.3 357.8L153.2 320.2L114 319.1L146.3 296.9L135.2 259.2ZM304.7 143L335.9 166.9L368.2 144.7L355.1 181.7L386.2 205.6L347 204.5L333.8 241.5L322.7 203.9L283.5 202.8L315.9 180.6L304.7 143Z" fill="white"/> </g> <defs> <clipPath id="clip0_2_155"> <rect width="500" height="500" rx="250" fill="white"/> </clipPath> </defs> </svg> </span>St. Kitts &amp; Nevis <span class="localization-form__currency">( $ XCD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="LC"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-st.-lucia" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7295)"> <path d="M256.578 512C397.963 512 512.578 397.385 512.578 256C512.578 114.615 397.963 0 256.578 0C115.193 0 0.578125 114.615 0.578125 256C0.578125 397.385 115.193 512 256.578 512Z" fill="#338AF3"/> <path d="M161.969 345.043H351.187L256.578 122.435L161.969 345.043Z" fill="#F3F3F3"/> <path d="M194.849 322.783L256.578 182.374L318.307 322.783H194.849Z" fill="#333333"/> <path d="M161.969 345.043H351.187L256.578 256L161.969 345.043Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7295"> <rect width="512" height="512" fill="white" transform="translate(0.578125)"/> </clipPath> </defs> </svg> </span>St. Lucia <span class="localization-form__currency">( $ XCD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="MF"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-st.-martin" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7156)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.929 442.528 52.094 345.043 15.923V496.078C442.528 459.906 512 366.071 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.071 69.473 459.906 166.957 496.077V15.923C69.473 52.094 0 145.929 0 256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7156"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>St. Martin <span class="localization-form__currency">( € EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="PM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-st.-pierre-&amp;-miquelon" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7156)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.929 442.528 52.094 345.043 15.923V496.078C442.528 459.906 512 366.071 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.071 69.473 459.906 166.957 496.077V15.923C69.473 52.094 0 145.929 0 256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7156"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>St. Pierre &amp; Miquelon <span class="localization-form__currency">( € EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="VC"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-st.-vincent-&amp;-grenadines" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7296)"> <path d="M379.013 31.128C342.642 11.284 300.928 0.000976562 256.578 0.000976562C212.228 0.000976562 170.514 11.284 134.143 31.128L111.882 256.001L134.143 480.874C170.514 500.718 212.228 512.001 256.578 512.001C300.928 512.001 342.642 500.718 379.013 480.874L401.274 256.001L379.013 31.128Z" fill="#FFDA44"/> <path d="M134.143 480.872V31.127C54.5671 74.547 0.578125 158.966 0.578125 256.001C0.578125 353.036 54.5671 437.455 134.143 480.872Z" fill="#338AF3"/> <path d="M512.578 256.001C512.578 158.966 458.589 74.547 379.013 31.127V480.872C458.589 437.455 512.578 353.036 512.578 256.001Z" fill="#6DA544"/> <path d="M200.926 322.784L156.403 256.001L200.925 189.218L245.449 256.001L200.926 322.784Z" fill="#6DA544"/> <path d="M312.23 322.784L267.708 256.001L312.23 189.218L356.752 256.001L312.23 322.784Z" fill="#6DA544"/> <path d="M256.578 411.827L212.056 345.044L256.578 278.262L301.1 345.044L256.578 411.827Z" fill="#6DA544"/> </g> <defs> <clipPath id="clip0_4_7296"> <rect width="512" height="512" fill="white" transform="translate(0.578125 0.000976562)"/> </clipPath> </defs> </svg> </span>St. Vincent &amp; Grenadines <span class="localization-form__currency">( $ XCD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SD"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-sudan" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7297)"> <path d="M25.9801 144.696C9.70613 178.352 0.578125 216.109 0.578125 256C0.578125 295.891 9.70613 333.648 25.9801 367.304L256.578 389.565L487.176 367.304C503.45 333.648 512.578 295.891 512.578 256C512.578 216.109 503.45 178.352 487.176 144.696L256.578 122.435L25.9801 144.696Z" fill="#F0F0F0"/> <path d="M25.989 367.304C67.395 452.935 155.084 512 256.578 512C358.072 512 445.761 452.935 487.167 367.304H25.989Z" fill="black"/> <path d="M25.989 144.696H487.167C445.761 59.065 358.072 0 256.578 0C155.084 0 67.395 59.065 25.989 144.696Z" fill="#D80027"/> <path d="M75.5581 74.98C-24.4159 174.954 -24.4159 337.045 75.5581 437.02C116.871 395.707 156.604 355.974 256.578 256L75.5581 74.98Z" fill="#496E2D"/> </g> <defs> <clipPath id="clip0_4_7297"> <rect width="512" height="512" fill="white" transform="translate(0.578125)"/> </clipPath> </defs> </svg> </span>Sudan <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SR"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-suriname" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7298)"> <path d="M256.578 512C397.963 512 512.578 397.385 512.578 256C512.578 114.615 397.963 0 256.578 0C115.193 0 0.578125 114.615 0.578125 256C0.578125 397.385 115.193 512 256.578 512Z" fill="#F0F0F0"/> <path d="M496.654 166.957H16.5001C6.21113 194.691 0.578125 224.686 0.578125 256C0.578125 287.314 6.21113 317.311 16.5001 345.043H496.655C506.946 317.311 512.578 287.314 512.578 256C512.578 224.686 506.946 194.691 496.654 166.957Z" fill="#A2001D"/> <path d="M257.319 512C345.001 512 422.377 467.908 468.515 400.696H46.124C92.262 467.908 169.636 512 257.319 512Z" fill="#6DA544"/> <path d="M257.319 0.00195312C345.001 0.00195312 422.377 44.094 468.515 111.306H46.124C92.262 44.094 169.636 0.00195312 257.319 0.00195312Z" fill="#6DA544"/> <path d="M256.578 166.957L278.679 234.977H350.204L292.34 277.021L314.443 345.043L256.578 303.004L198.713 345.043L220.817 277.021L162.952 234.977H234.477L256.578 166.957Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7298"> <rect width="512" height="512" fill="white" transform="translate(0.578125)"/> </clipPath> </defs> </svg> </span>Suriname <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SJ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-svalbard-&amp;-jan-mayen" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7245)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M8.81885 322.783C23.6308 377.742 56.2759 425.376 100.174 459.105V322.783H8.81885Z" fill="#D80027"/> <path d="M233.739 511.026C241.077 511.658 248.498 512 256 512C374.279 512 473.805 431.779 503.181 322.783H233.739V511.026Z" fill="#D80027"/> <path d="M503.181 189.217C473.805 80.221 374.279 0 256 0C248.498 0 241.077 0.342 233.739 0.974V189.217H503.181Z" fill="#D80027"/> <path d="M100.174 52.895C56.2759 86.625 23.6308 134.258 8.81885 189.217H100.174V52.895Z" fill="#D80027"/> <path d="M509.833 222.609H200.349H200.348V6.08496C176.69 11.331 154.261 19.834 133.565 31.127V222.607V222.608H2.167C0.742 233.539 0 244.683 0 256C0 267.317 0.742 278.461 2.167 289.391H133.564H133.565V480.872C154.261 492.164 176.69 500.669 200.348 505.914V289.394V289.392H509.833C511.256 278.461 512 267.317 512 256C512 244.683 511.256 233.539 509.833 222.609Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7245"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Svalbard &amp; Jan Mayen <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="SE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-sweden" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7300)"> <path d="M256.578 511.999C397.963 511.999 512.578 397.384 512.578 255.999C512.578 114.614 397.963 -0.000976562 256.578 -0.000976562C115.193 -0.000976562 0.578125 114.614 0.578125 255.999C0.578125 397.384 115.193 511.999 256.578 511.999Z" fill="#FFDA44"/> <path d="M200.927 222.608H510.411C494.048 97.001 386.645 -0.000976562 256.578 -0.000976562C237.464 -0.000976562 218.845 2.11202 200.926 6.08402V222.608H200.927Z" fill="#0052B4"/> <path d="M134.143 222.607V31.126C63.8491 69.48 13.5281 139.831 2.74512 222.608H134.143V222.607Z" fill="#0052B4"/> <path d="M134.142 289.39H2.74512C13.5281 372.167 63.8491 442.518 134.143 480.871L134.142 289.39Z" fill="#0052B4"/> <path d="M200.926 289.391V505.914C218.845 509.886 237.464 511.999 256.578 511.999C386.645 511.999 494.048 414.997 510.411 289.39H200.926V289.391Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7300"> <rect width="512" height="512" fill="white" transform="translate(0.578125 -0.000976562)"/> </clipPath> </defs> </svg> </span>Sweden <span class="localization-form__currency">( kr SEK)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CH"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-switzerland" width="513" height="512" viewBox="0 0 513 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7301)"> <path d="M256.578 512C397.963 512 512.578 397.385 512.578 256C512.578 114.615 397.963 0 256.578 0C115.193 0 0.578125 114.615 0.578125 256C0.578125 397.385 115.193 512 256.578 512Z" fill="#D80027"/> <path d="M390.143 211.479H301.1V122.435H212.056V211.479H123.013V300.522H212.056V389.565H301.1V300.522H390.143V211.479Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7301"> <rect width="512" height="512" fill="white" transform="translate(0.578125)"/> </clipPath> </defs> </svg> </span>Switzerland <span class="localization-form__currency">( CHF CHF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TW"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-taiwan" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7303)"> <path d="M512 255.999C512 397.383 397.384 511.999 256 511.999C114.616 511.999 0 397.383 0 255.999C87.93 168.069 162.504 93.495 256 -0.000976562C397.384 -0.000976562 512 114.615 512 255.999Z" fill="#D80027"/> <path d="M256 255.999C256 114.615 256 97.947 256 -0.000976562C114.616 -0.000976562 0 114.615 0 255.999H256Z" fill="#0052B4"/> <path d="M222.609 149.82L191.344 164.528L207.992 194.807L174.043 188.311L169.74 222.608L146.094 197.384L122.446 222.608L118.145 188.311L84.1951 194.805L100.843 164.526L69.5791 149.82L100.844 135.115L84.1951 104.835L118.144 111.33L122.447 77.0339L146.094 102.258L169.741 77.0339L174.043 111.33L207.993 104.835L191.344 135.116L222.609 149.82Z" fill="#F0F0F0"/> <path d="M146.098 197.468C172.416 197.468 193.751 176.133 193.751 149.815C193.751 123.497 172.416 102.162 146.098 102.162C119.78 102.162 98.4448 123.497 98.4448 149.815C98.4448 176.133 119.78 197.468 146.098 197.468Z" fill="#0052B4"/> <path d="M146.094 175.212C132.093 175.212 120.703 163.821 120.703 149.82C120.703 135.819 132.094 124.428 146.094 124.428C160.095 124.428 171.486 135.819 171.486 149.82C171.485 163.821 160.093 175.212 146.094 175.212Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7303"> <rect width="512" height="512" fill="white" transform="translate(0 -0.000976562)"/> </clipPath> </defs> </svg> </span>Taiwan <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> TWD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TJ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-tajikistan" width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7304)"> <path d="M25.402 145.277C9.128 178.933 0 216.691 0 256.581C0 296.471 9.128 334.229 25.402 367.885L256 390.146L486.598 367.885C502.872 334.229 512 296.471 512 256.581C512 216.691 502.872 178.933 486.598 145.277L256 123.016L25.402 145.277Z" fill="#F0F0F0"/> <path d="M25.4111 367.885C66.8181 453.515 154.507 512.581 256 512.581C357.493 512.581 445.183 453.515 486.589 367.885H25.4111Z" fill="#6DA544"/> <path d="M25.4111 145.277H486.589C445.183 59.6471 357.493 0.581055 256 0.581055C154.507 0.581055 66.8181 59.6471 25.4111 145.277Z" fill="#D80027"/> <path d="M211.478 323.364H300.522V285.52L282.713 294.424L256 267.711L229.287 294.424L211.478 285.52V323.364Z" fill="#FFDA44"/> <path d="M160.532 278.842L164.677 291.596H178.087L167.237 299.479L171.382 312.233L160.532 304.351L149.682 312.233L153.827 299.479L142.977 291.596H156.387L160.532 278.842Z" fill="#FFDA44"/> <path d="M173.381 234.32L177.526 247.074H190.936L180.086 254.957L184.23 267.711L173.381 259.829L162.531 267.711L166.676 254.957L155.826 247.074H169.236L173.381 234.32Z" fill="#FFDA44"/> <path d="M210.113 200.929L214.258 213.683H227.667L216.819 221.566L220.962 234.32L210.113 226.438L199.264 234.32L203.408 221.566L192.558 213.683H205.969L210.113 200.929Z" fill="#FFDA44"/> <path d="M351.468 278.842L347.323 291.596H333.913L344.763 299.479L340.618 312.233L351.468 304.351L362.317 312.233L358.173 299.479L369.023 291.596H355.613L351.468 278.842Z" fill="#FFDA44"/> <path d="M338.619 234.32L334.474 247.074H321.064L331.914 254.957L327.769 267.711L338.619 259.829L349.469 267.711L345.324 254.957L356.174 247.074H342.764L338.619 234.32Z" fill="#FFDA44"/> <path d="M301.887 200.929L297.742 213.683H284.333L295.181 221.566L291.037 234.32L301.887 226.438L312.736 234.32L308.592 221.566L319.441 213.683H306.031L301.887 200.929Z" fill="#FFDA44"/> <path d="M256 184.232L260.145 196.986H273.555L262.705 204.869L266.85 217.623L256 209.741L245.15 217.623L249.295 204.869L238.445 196.986H251.855L256 184.232Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7304"> <rect width="512" height="512" fill="white" transform="translate(0 0.581055)"/> </clipPath> </defs> </svg> </span>Tajikistan <span class="localization-form__currency">( ЅМ TJS)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TZ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-tanzania" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7305)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#FFDA44"/> <path d="M74.9799 437.02C85.7189 447.759 97.1769 457.336 109.196 465.768L465.766 109.197C457.336 97.1779 447.758 85.7199 437.019 74.9809C426.279 64.2419 414.822 54.6659 402.803 46.2339L46.2339 402.805C54.6639 414.821 64.2419 426.28 74.9799 437.02Z" fill="black"/> <path d="M74.9799 74.9801C-5.78213 155.744 -21.2871 277.035 28.4359 373.378L373.378 28.4371C277.035 -21.2859 155.743 -5.77988 74.9799 74.9801Z" fill="#6DA544"/> <path d="M437.019 437.02C517.781 356.258 533.285 234.965 483.564 138.622L138.622 483.564C234.963 533.287 356.256 517.782 437.019 437.02Z" fill="#338AF3"/> </g> <defs> <clipPath id="clip0_4_7305"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Tanzania <span class="localization-form__currency">( Sh TZS)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TH"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-thailand" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7306)"> <path d="M256 512.001C397.385 512.001 512 397.386 512 256.001C512 114.616 397.385 0.000976562 256 0.000976562C114.615 0.000976562 0 114.616 0 256.001C0 397.386 114.615 512.001 256 512.001Z" fill="#F0F0F0"/> <path d="M496.077 166.958H15.923C5.632 194.691 0 224.687 0 256.001C0 287.315 5.632 317.311 15.923 345.044H496.078C506.368 317.311 512 287.315 512 256.001C512 224.687 506.368 194.691 496.077 166.958Z" fill="#0052B4"/> <path d="M256 0.000976562C178.409 0.000976562 108.886 34.525 61.939 89.044H450.06C403.114 34.525 333.591 0.000976562 256 0.000976562Z" fill="#D80027"/> <path d="M450.061 422.958H61.939C108.886 477.477 178.409 512.001 256 512.001C333.591 512.001 403.114 477.477 450.061 422.958Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7306"> <rect width="512" height="512" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Thailand <span class="localization-form__currency">( ฿ THB)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TL"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-timor-leste" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7142)"> <path d="M256 512.001C397.385 512.001 512 397.386 512 256.001C512 114.616 397.385 0.000976562 256 0.000976562C114.615 0.000976562 0 114.616 0 256.001C0 397.386 114.615 512.001 256 512.001Z" fill="#FFDA44"/> <path d="M256 0.000976562C193.323 0.000976562 135.917 22.538 91.415 59.935L367.304 256.001L91.415 452.067C135.917 489.464 193.323 512.001 256 512.001C397.384 512.001 512 397.385 512 256.001C512 114.617 397.384 0.000976562 256 0.000976562Z" fill="#D80027"/> <path d="M74.98 74.981C-24.994 174.955 -24.994 337.046 74.98 437.021C116.293 395.708 156.026 355.975 256 256.001L74.98 74.981Z" fill="black"/> <path d="M70.9792 197.356L109.939 234.228L157.047 208.564L134.022 257.014L172.983 293.887L119.789 286.959L96.7612 335.408L86.9142 282.676L33.7202 275.746L80.8262 250.085L70.9792 197.356Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7142"> <rect width="512" height="512" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Timor-Leste <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TG"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-togo" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7308)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#FFDA44"/> <path d="M256 0C255.814 0.002 244.87 102.4 244.87 102.4H460.812C414.107 40.223 339.752 0 256 0Z" fill="#496E2D"/> <path d="M256 512C339.752 512 414.107 471.777 460.811 409.6H51.189C97.893 471.777 172.248 512 256 512Z" fill="#496E2D"/> <path d="M506.874 204.8H244.87L256 307.2H506.874C510.234 290.657 512 273.535 512 256C512 238.465 510.232 221.343 506.874 204.8Z" fill="#496E2D"/> <path d="M256 307.2C256 253.774 256 60.104 256 0C114.616 0 0 114.616 0 256C0 273.535 1.768 290.657 5.126 307.2H256Z" fill="#D80027"/> <path d="M141.257 122.435L157.833 173.45H211.478L168.081 204.983L184.655 256L141.257 224.47L97.8591 256L114.436 204.983L71.0391 173.45H124.682L141.257 122.435Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7308"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Togo <span class="localization-form__currency">( Fr XOF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TK"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-tokelau" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7309)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#FFDA44"/> <path d="M411.826 122.435C409.53 133.47 408.487 145.223 408.487 156.939C408.487 224.473 448.746 282.924 506.441 309.237C510.074 292.061 512 274.256 512 256C512 114.616 397.384 0 256 0C114.616 0 0 114.616 0 256C0 397.384 114.616 512 256 512C343.682 512 421.058 467.908 467.196 400.696H144.696V367.305H486.598C490.097 360.069 493.258 352.64 496.078 345.044H144.696L411.826 122.435Z" fill="#0052B4"/> <path d="M188.072 133.565L193.598 150.571H211.478L197.013 161.082L202.539 178.087L188.072 167.578L173.607 178.087L179.132 161.082L164.665 150.571H182.546L188.072 133.565Z" fill="#F0F0F0"/> <path d="M115.438 256L122.346 277.259H144.696L126.613 290.394L133.521 311.652L115.438 298.514L97.356 311.652L104.263 290.394L86.181 277.259H108.531L115.438 256Z" fill="#F0F0F0"/> <path d="M115.438 77.9131L122.346 99.1721H144.696L126.613 112.307L133.521 133.565L115.438 120.427L97.356 133.565L104.263 112.307L86.181 99.1721H108.531L115.438 77.9131Z" fill="#F0F0F0"/> <path d="M59.7861 178.087L66.6941 199.346H89.0431L70.9611 212.481L77.8691 233.739L59.7861 220.601L41.7041 233.739L48.6111 212.481L30.5291 199.346H52.8781L59.7861 178.087Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7309"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Tokelau <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> NZD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TO"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-tonga" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7310)"> <path d="M256 511.999C397.385 511.999 512 397.384 512 255.999C512 114.614 397.385 -0.000976562 256 -0.000976562C114.615 -0.000976562 0 114.614 0 255.999C0 397.384 114.615 511.999 256 511.999Z" fill="#F0F0F0"/> <path d="M166.957 133.564V100.173H133.565V133.564H100.174V166.956H133.565V200.347H166.957V166.956H200.348V133.564H166.957Z" fill="#D80027"/> <path d="M256 -0.000976562V255.999C114.616 256 58.425 255.999 0 256C0 397.383 114.616 511.999 256 511.999C397.384 511.999 512 397.383 512 255.999C512 114.615 397.384 -0.000976562 256 -0.000976562Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7310"> <rect width="512" height="512" fill="white" transform="translate(0 -0.000976562)"/> </clipPath> </defs> </svg> </span>Tonga <span class="localization-form__currency">( T$ TOP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TT"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-trinidad-&amp;-tobago" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7312)"> <path d="M138.616 28.426C115.698 40.255 94.185 55.76 74.973 74.972C55.76 94.185 40.255 115.698 28.427 138.616L193.034 318.965L373.383 483.572C396.302 471.743 417.815 456.238 437.027 437.027C456.24 417.814 471.744 396.301 483.573 373.383L318.966 193.033L138.616 28.426Z" fill="#F0F0F0"/> <path d="M437.027 437.027C447.766 426.288 457.344 414.829 465.776 402.81L109.191 46.2241C97.172 54.6551 85.713 64.2331 74.974 74.9721C64.235 85.7111 54.657 97.1701 46.225 109.19L402.81 465.774C414.828 457.343 426.288 447.766 437.027 437.027Z" fill="black"/> <path d="M74.972 437.027C155.739 517.794 277.036 533.298 373.382 483.572L28.427 138.616C-21.298 234.962 -5.79095 356.26 74.972 437.027Z" fill="#D80027"/> <path d="M437.027 74.973C356.26 -5.79304 234.963 -21.297 138.617 28.426L483.572 373.384C533.298 277.038 517.794 155.739 437.027 74.973Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7312"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Trinidad &amp; Tobago <span class="localization-form__currency">( $ TTD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TN"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-tunisia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7313)"> <path d="M256 511.999C397.385 511.999 512 397.384 512 255.999C512 114.614 397.385 -0.000976562 256 -0.000976562C114.615 -0.000976562 0 114.614 0 255.999C0 397.384 114.615 511.999 256 511.999Z" fill="#D80027"/> <path d="M256 378.434C323.619 378.434 378.435 323.618 378.435 255.999C378.435 188.38 323.619 133.564 256 133.564C188.381 133.564 133.565 188.38 133.565 255.999C133.565 323.618 188.381 378.434 256 378.434Z" fill="#F0F0F0"/> <path d="M271.083 209.185L292.087 238.13L326.104 227.1L305.067 256.02L326.069 284.964L292.063 273.892L271.026 302.812L271.048 267.051L237.043 255.979L271.061 244.949L271.083 209.185Z" fill="#D80027"/> <path d="M283.826 328.347C243.87 328.347 211.478 295.955 211.478 255.999C211.478 216.043 243.87 183.651 283.826 183.651C296.284 183.651 308.007 186.801 318.241 192.347C302.186 176.646 280.231 166.955 256 166.955C206.824 166.955 166.957 206.821 166.957 255.998C166.957 305.175 206.824 345.041 256 345.041C280.231 345.041 302.187 335.35 318.241 319.649C308.007 325.197 296.284 328.347 283.826 328.347Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7313"> <rect width="512" height="512" fill="white" transform="translate(0 -0.000976562)"/> </clipPath> </defs> </svg> </span>Tunisia <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TR"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-türkiye" width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7314)"> <path d="M256 512.581C397.385 512.581 512 397.966 512 256.581C512 115.196 397.385 0.581055 256 0.581055C114.615 0.581055 0 115.196 0 256.581C0 397.966 114.615 512.581 256 512.581Z" fill="#D80027"/> <path d="M245.518 209.767L266.523 238.712L300.54 227.682L279.502 256.602L300.504 285.546L266.499 274.474L245.462 303.394L245.484 267.633L211.478 256.561L245.496 245.531L245.518 209.767Z" fill="#F0F0F0"/> <path d="M188.194 328.929C148.238 328.929 115.846 296.537 115.846 256.581C115.846 216.625 148.238 184.233 188.194 184.233C200.652 184.233 212.374 187.384 222.608 192.929C206.553 177.227 184.596 167.537 160.368 167.537C111.19 167.537 71.3252 207.403 71.3252 256.58C71.3252 305.757 111.191 345.623 160.368 345.623C184.598 345.623 206.554 335.932 222.608 320.231C212.374 325.778 200.652 328.929 188.194 328.929Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7314"> <rect width="512" height="512" fill="white" transform="translate(0 0.581055)"/> </clipPath> </defs> </svg> </span>Türkiye <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-turkmenistan" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7315)"> <path d="M255.999 0C236.885 0 218.266 2.113 200.348 6.085L189.218 255.999L200.348 505.914C218.267 509.886 236.886 512 255.999 512C397.384 512 511.999 397.384 511.999 255.999C511.998 114.615 397.384 0 255.999 0V0Z" fill="#496E2D"/> <path d="M66.783 83.571C25.299 129.067 0.000976562 189.577 0.000976562 255.999C0.000976562 322.421 25.3 382.931 66.784 428.429L77.914 255.999L66.783 83.571Z" fill="#496E2D"/> <path d="M374.421 193.099C387.016 157.993 372.866 119.812 342.499 100.796C347.961 101.507 353.429 102.793 358.825 104.728C399.328 119.26 420.382 163.872 405.85 204.374C391.318 244.879 346.706 265.931 306.203 251.399C300.806 249.463 295.767 246.978 291.1 244.055C326.63 248.682 361.826 228.205 374.421 193.099Z" fill="#F0F0F0"/> <path d="M304.564 91.1731L293.619 105.315L276.79 99.2761L286.856 114.054L275.913 128.194L293.078 123.188L303.146 137.964L303.686 120.092L320.852 115.085L304.023 109.048L304.564 91.1731Z" fill="#F0F0F0"/> <path d="M334.116 137.252L323.171 151.393L306.341 145.354L316.408 160.132L305.464 174.272L322.629 169.264L332.697 184.043L333.239 166.17L350.404 161.162L333.574 155.124L334.116 137.252Z" fill="#F0F0F0"/> <path d="M252.46 107.955L241.515 122.095L224.686 116.058L234.753 130.835L223.809 144.976L240.973 139.969L251.041 154.746L251.583 136.874L268.748 131.867L251.919 125.828L252.46 107.955Z" fill="#F0F0F0"/> <path d="M251.26 160.737L240.316 174.878L223.486 168.84L233.554 183.618L222.608 197.758L239.775 192.752L249.842 207.528L250.383 189.656L267.549 184.649L250.718 178.61L251.26 160.737Z" fill="#F0F0F0"/> <path d="M301.486 178.758L290.541 192.898L273.712 186.86L283.78 201.638L272.834 215.777L290.001 210.771L300.068 225.549L300.609 207.675L317.775 202.669L300.944 196.631L301.486 178.758Z" fill="#F0F0F0"/> <path d="M66.7832 83.571V428.428C101.663 466.682 147.993 494.307 200.348 505.913V6.08496C147.992 17.691 101.664 45.316 66.7832 83.571Z" fill="#D80027"/> <path d="M117.753 134.785L95.3921 118.127V94.5701L117.753 77.9131H149.378L171.739 94.5701V118.127L149.378 134.785H117.753Z" fill="#F0F0F0"/> <path d="M133.566 77.9131H117.753L95.3921 94.5701V106.087H133.566V77.9131Z" fill="#FF9811"/> <path d="M133.566 134.785H149.378L171.739 118.127V106.11H133.566V134.785Z" fill="#FF9811"/> <path d="M117.753 434.085L95.3921 417.427V393.871L117.753 377.213H149.378L171.739 393.871V417.427L149.378 434.085H117.753Z" fill="#F0F0F0"/> <path d="M133.566 377.213H117.753L95.3921 393.871V405.388H133.566V377.213Z" fill="#FF9811"/> <path d="M133.566 434.085H149.378L171.739 417.427V405.411H133.566V434.085Z" fill="#FF9811"/> <path d="M117.753 284.435L95.3921 267.777V244.221L117.753 227.563H149.378L171.739 244.221V267.777L149.378 284.435H117.753Z" fill="#496E2D"/> <path d="M172.522 321.085H162.782V311.346H145.667L133.565 299.244L121.464 311.346H104.349V321.085H94.6099V340.563H104.349V350.302H121.463L133.566 362.405L145.667 350.302H162.782V340.563H172.522V321.085Z" fill="#496E2D"/> <path d="M172.522 171.434H162.782V161.694H145.667L133.565 149.592L121.464 161.694H104.349V171.434H94.6099V190.912H104.349V200.651H121.463L133.566 212.755L145.667 200.651H162.782V190.912H172.522V171.434Z" fill="#496E2D"/> <path d="M122.434 244.868H144.695V267.129H122.434V244.868Z" fill="#D80027"/> <path d="M133.564 192.299C139.711 192.299 144.694 187.316 144.694 181.169C144.694 175.022 139.711 170.039 133.564 170.039C127.417 170.039 122.434 175.022 122.434 181.169C122.434 187.316 127.417 192.299 133.564 192.299Z" fill="#D80027"/> <path d="M133.564 341.958C139.711 341.958 144.694 336.975 144.694 330.828C144.694 324.681 139.711 319.698 133.564 319.698C127.417 319.698 122.434 324.681 122.434 330.828C122.434 336.975 127.417 341.958 133.564 341.958Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7315"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Turkmenistan <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TC"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-turks-&amp;-caicos-islands" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7316)"> <path d="M512 256.001C512 397.385 397.384 512.001 256 512.001C114.616 512.001 0 397.385 0 256.001C0 256.062 256 0.0289766 256 0.000976562C397.384 0.000976562 512 114.617 512 256.001Z" fill="#0052B4"/> <path d="M255.315 256.001H256C256 255.771 256 255.547 256 255.316C255.772 255.545 255.544 255.773 255.315 256.001Z" fill="#F0F0F0"/> <path d="M256 133.566C256 88.521 256 59.006 256 0.000976562H255.957C114.591 0.0249766 0 114.63 0 256.001H133.565V180.79L208.776 256.001H255.316C255.544 255.773 255.772 255.545 256.001 255.316C256.001 238.069 256.001 222.68 256.001 208.779L180.788 133.566H256Z" fill="#F0F0F0"/> <path d="M129.515 33.3921C89.4761 56.1911 56.1891 89.4771 33.3911 129.516V256.001H100.174V100.177V100.175H256C256 79.1121 256 59.0461 256 33.3921H129.515Z" fill="#D80027"/> <path d="M256 224.52L165.045 133.567H133.565V133.569L255.998 256.001H256C256 256.001 256 234.294 256 224.52Z" fill="#D80027"/> <path d="M289.391 133.566V256C289.391 315.64 367.304 333.914 367.304 333.914C367.304 333.914 445.217 315.64 445.217 256V133.566H289.391Z" fill="#FFDA44"/> <path d="M356.174 178.088C356.174 190.383 346.208 222.61 333.913 222.61C321.618 222.61 311.652 190.383 311.652 178.088C311.652 165.793 333.913 155.827 333.913 155.827C333.913 155.827 356.174 165.793 356.174 178.088Z" fill="#FF9811"/> <path d="M415.245 202.333C418.837 193.568 421.631 180.756 421.631 174.378C421.631 164.132 408.274 155.827 408.274 155.827C408.274 155.827 394.917 164.133 394.917 174.378C394.917 180.756 397.711 193.568 401.303 202.333L393.592 219.743C398.124 221.585 403.078 222.609 408.273 222.609C413.468 222.609 418.422 221.585 422.954 219.743L415.245 202.333Z" fill="#A2001D"/> <path d="M350.609 256.001C350.609 256.001 339.479 278.262 339.479 300.523H395.131C395.13 278.262 384 256.001 384 256.001L367.304 244.871L350.609 256.001Z" fill="#6DA544"/> <path d="M384 256.001V250.436C384 241.216 376.525 233.74 367.304 233.74C358.084 233.74 350.608 241.215 350.608 250.436V256.001H384Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7316"> <rect width="512" height="512" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Turks &amp; Caicos Islands <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="TV"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-tuvalu" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7317)"> <path d="M512 256C512 397.384 397.384 512 256.001 512C114.616 512 0 397.384 0 256C0 256.061 256.001 0.028 256.001 0C397.384 0 512 114.616 512 256Z" fill="#338AF3"/> <path d="M122.435 256H208.777L133.565 166.957L122.435 200.348V256Z" fill="#0052B4"/> <path d="M256.001 208.778L166.957 122.435H256L256.001 208.778Z" fill="#0052B4"/> <path d="M255.315 256H256C256 255.77 256 255.546 256 255.315C255.772 255.544 255.544 255.772 255.315 256Z" fill="#F0F0F0"/> <path d="M256.001 133.565C256.001 88.52 256.001 59.004 256.001 0H255.958C114.592 0.024 0 114.629 0 256H133.566V180.789L208.777 256H255.317C255.545 255.772 255.773 255.544 256.002 255.315C256.002 238.068 256.002 222.679 256.002 208.778L180.788 133.565H256.001Z" fill="#F0F0F0"/> <path d="M129.515 33.3911C89.4761 56.1901 56.1901 89.4761 33.3911 129.515V256H100.174V100.176V100.174H256C256 79.1111 256 59.0451 256 33.3911H129.515Z" fill="#D80027"/> <path d="M256.001 224.519L165.046 133.566H133.566V133.568L255.999 256H256.001C256.001 256 256.001 234.293 256.001 224.519Z" fill="#D80027"/> <path d="M279.406 422.957L284.932 439.963H302.813L288.348 450.473L293.874 467.478L279.406 456.969L264.941 467.478L270.467 450.473L256 439.963H273.88L279.406 422.957Z" fill="#FFDA44"/> <path d="M421.811 311.652L427.336 328.658H445.217L430.752 339.169L436.279 356.174L421.811 345.665L407.346 356.174L412.872 339.169L398.404 328.658H416.285L421.811 311.652Z" fill="#FFDA44"/> <path d="M457.493 144.696L463.019 161.702H480.9L466.435 172.212L471.96 189.217L457.493 178.708L443.028 189.217L448.554 172.212L434.087 161.702H451.968L457.493 144.696Z" fill="#FFDA44"/> <path d="M466.333 267.13L471.858 284.137H489.739L475.274 294.647L480.8 311.652L466.333 301.143L451.868 311.652L457.394 294.647L442.926 284.137H460.807L466.333 267.13Z" fill="#FFDA44"/> <path d="M305.046 382.959L320.981 391.078L333.624 378.435L330.828 396.094L346.759 404.212L329.097 407.01L326.3 424.671L318.184 408.738L300.522 411.537L313.165 398.894L305.046 382.959Z" fill="#FFDA44"/> <path d="M305.046 316.177L320.981 324.295L333.624 311.652L330.828 329.312L346.759 337.429L329.097 340.227L326.3 357.888L318.184 341.956L300.522 344.754L313.165 332.111L305.046 316.177Z" fill="#FFDA44"/> <path d="M360.698 358.984L376.633 367.103L389.276 354.46L386.48 372.119L402.411 380.237L384.749 383.035L381.952 400.696L373.836 384.762L356.174 387.562L368.817 374.919L360.698 358.984Z" fill="#FFDA44"/> <path d="M360.698 216.003L376.633 224.121L389.276 211.478L386.48 229.138L402.411 237.255L384.749 240.053L381.952 257.714L373.836 241.782L356.174 244.58L368.817 231.937L360.698 216.003Z" fill="#FFDA44"/> <path d="M414.635 214.289L430.57 222.407L443.213 209.764L440.416 227.424L456.348 235.541L438.686 238.339L435.889 256L427.773 240.068L410.111 242.866L422.754 230.223L414.635 214.289Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7317"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Tuvalu <span class="localization-form__currency">( $ AUD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="UM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-u.s.-outlying-islands" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7323)"> <path d="M256 511.999C397.385 511.999 512 397.384 512 255.999C512 114.614 397.385 -0.000976562 256 -0.000976562C114.615 -0.000976562 0 114.614 0 255.999C0 397.384 114.615 511.999 256 511.999Z" fill="#F0F0F0"/> <path d="M244.87 255.999H512C512 232.893 508.92 210.509 503.181 189.216H244.87V255.999Z" fill="#D80027"/> <path d="M244.87 122.434H474.426C458.755 96.8619 438.718 74.2589 415.356 55.6509H244.87V122.434Z" fill="#D80027"/> <path d="M256 511.999C316.249 511.999 371.626 491.175 415.356 456.347H96.644C140.374 491.175 195.751 511.999 256 511.999Z" fill="#D80027"/> <path d="M37.5738 389.564H474.426C487.007 369.035 496.764 346.595 503.181 322.781H8.81885C15.2358 346.595 24.9928 369.035 37.5738 389.564Z" fill="#D80027"/> <path d="M118.584 39.977H141.913L120.213 55.742L128.502 81.251L106.803 65.486L85.104 81.251L92.264 59.214C73.158 75.129 56.412 93.775 42.612 114.551H50.087L36.274 124.586C34.122 128.176 32.058 131.823 30.08 135.524L36.676 155.825L24.37 146.884C21.311 153.365 18.513 159.992 15.998 166.757L23.265 189.125H50.087L28.387 204.89L36.676 230.399L14.977 214.634L1.979 224.078C0.678 234.536 0 245.188 0 255.999H256C256 114.615 256 97.947 256 -0.000976562C205.428 -0.000976562 158.285 14.669 118.584 39.977ZM128.502 230.399L106.803 214.634L85.104 230.399L93.393 204.89L71.693 189.125H98.515L106.803 163.616L115.091 189.125H141.913L120.213 204.89L128.502 230.399ZM120.213 130.316L128.502 155.825L106.803 140.06L85.104 155.825L93.393 130.316L71.693 114.551H98.515L106.803 89.042L115.091 114.551H141.913L120.213 130.316ZM220.328 230.399L198.629 214.634L176.93 230.399L185.219 204.89L163.519 189.125H190.341L198.629 163.616L206.917 189.125H233.739L212.039 204.89L220.328 230.399ZM212.039 130.316L220.328 155.825L198.629 140.06L176.93 155.825L185.219 130.316L163.519 114.551H190.341L198.629 89.042L206.917 114.551H233.739L212.039 130.316ZM212.039 55.742L220.328 81.251L198.629 65.486L176.93 81.251L185.219 55.742L163.519 39.977H190.341L198.629 14.468L206.917 39.977H233.739L212.039 55.742Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7323"> <rect width="512" height="512" fill="white" transform="translate(0 -0.000976562)"/> </clipPath> </defs> </svg> </span>U.S. Outlying Islands <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="UG"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-uganda" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7318)"> <path d="M446.793 426.666C487.336 381.374 512 321.572 512 256C512 190.428 487.335 130.625 446.792 85.333L256 66.783L65.208 85.333C24.665 130.625 0 190.428 0 256C0 321.572 24.664 381.374 65.207 426.666L256 445.217L446.793 426.666Z" fill="#FFDA44"/> <path d="M65.208 85.333H446.793C399.918 32.966 331.813 0 256 0C180.187 0 112.082 32.966 65.208 85.333Z" fill="black"/> <path d="M0 256L256 278.261L512 256C512 226.076 506.849 197.358 497.412 170.666H14.588C5.151 197.358 0 226.076 0 256H0Z" fill="#D80027"/> <path d="M14.588 341.333H497.414C506.849 314.641 512 285.924 512 256H0C0 285.924 5.151 314.641 14.588 341.333Z" fill="black"/> <path d="M446.793 426.666H65.207C112.081 479.034 180.186 512 256 512C331.814 512 399.919 479.034 446.793 426.666Z" fill="#D80027"/> <path d="M341.426 256C341.426 303.183 303.183 341.426 256 341.426C208.817 341.426 170.574 303.183 170.574 256C170.574 208.817 208.817 170.574 256 170.574C303.183 170.574 341.426 208.817 341.426 256Z" fill="#F0F0F0"/> <path d="M287.295 260.356L256 246.795C256 246.795 263.322 222.492 263.712 220.829C263.997 219.614 264.149 218.347 264.149 217.045C264.149 212.434 262.28 208.26 259.258 205.24L267.128 197.37C262.093 192.335 255.136 189.22 247.452 189.22C239.768 189.22 232.811 192.334 227.776 197.37L235.646 205.24C232.624 208.261 230.756 212.435 230.756 217.045C230.756 218.731 231.011 220.356 231.476 221.891L219.627 233.739H241.163C241.163 233.739 232.259 247.113 227.398 258.096C222.537 269.078 227.465 282.485 238.699 287.479L245.195 290.366L256 300.522V311.652L244.87 322.782H267.131V300.521L277.288 290.364H298.296C298.397 290.155 298.503 289.951 298.599 289.737C303.59 278.504 298.53 265.348 287.295 260.356Z" fill="black"/> </g> <defs> <clipPath id="clip0_4_7318"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Uganda <span class="localization-form__currency">( USh UGX)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="AE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-united-arab-emirates" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7320)"> <path d="M256 511.999C397.385 511.999 512 397.384 512 255.999C512 114.614 397.385 -0.000976562 256 -0.000976562C114.615 -0.000976562 0 114.614 0 255.999C0 397.384 114.615 511.999 256 511.999Z" fill="#F0F0F0"/> <path d="M144.696 345.042L166.957 496.078C194.689 506.369 224.686 511.999 256 511.999C366.07 511.999 459.906 442.527 496.076 345.042H144.696Z" fill="black"/> <path d="M144.696 166.956L166.957 15.92C194.689 5.62902 224.686 -0.000976562 256 -0.000976562C366.07 -0.000976562 459.906 69.471 496.076 166.956H144.696Z" fill="#6DA544"/> <path d="M0 255.999C0 366.07 69.473 459.905 166.957 496.076V15.9221C69.473 52.0931 0 145.928 0 255.999Z" fill="#A2001D"/> </g> <defs> <clipPath id="clip0_4_7320"> <rect width="512" height="512" fill="white" transform="translate(0 -0.000976562)"/> </clipPath> </defs> </svg> </span>United Arab Emirates <span class="localization-form__currency">( د.إ AED)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="GB"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-united-kingdom" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7321)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M52.92 100.142C32.811 126.305 17.648 156.46 8.81897 189.219H141.997L52.92 100.142Z" fill="#0052B4"/> <path d="M503.181 189.219C494.352 156.461 479.188 126.306 459.08 100.143L370.005 189.219H503.181Z" fill="#0052B4"/> <path d="M8.81897 322.784C17.649 355.542 32.812 385.697 52.92 411.859L141.994 322.784H8.81897Z" fill="#0052B4"/> <path d="M411.858 52.9211C385.695 32.8121 355.541 17.6491 322.782 8.81909V141.996L411.858 52.9211Z" fill="#0052B4"/> <path d="M100.142 459.079C126.305 479.188 156.46 494.351 189.218 503.181V370.005L100.142 459.079Z" fill="#0052B4"/> <path d="M189.217 8.81909C156.459 17.6491 126.304 32.8121 100.142 52.9201L189.217 141.995V8.81909Z" fill="#0052B4"/> <path d="M322.783 503.181C355.541 494.351 385.696 479.188 411.858 459.08L322.783 370.005V503.181Z" fill="#0052B4"/> <path d="M370.005 322.784L459.08 411.86C479.188 385.698 494.352 355.542 503.181 322.784H370.005Z" fill="#0052B4"/> <path d="M509.833 222.609H289.393H289.392V2.167C278.461 0.744 267.317 0 256 0C244.681 0 233.539 0.744 222.609 2.167V222.607V222.608H2.167C0.744 233.539 0 244.683 0 256C0 267.319 0.744 278.461 2.167 289.391H222.607H222.608V509.833C233.539 511.256 244.681 512 256 512C267.317 512 278.461 511.257 289.391 509.833V289.393V289.392H509.833C511.256 278.461 512 267.319 512 256C512 244.683 511.256 233.539 509.833 222.609Z" fill="#D80027"/> <path d="M322.783 322.784L437.019 437.02C442.273 431.768 447.285 426.277 452.067 420.585L354.265 322.783H322.783V322.784Z" fill="#D80027"/> <path d="M189.217 322.784H189.215L74.98 437.019C80.232 442.273 85.723 447.285 91.415 452.067L189.217 354.263V322.784Z" fill="#D80027"/> <path d="M189.217 189.219V189.217L74.981 74.98C69.727 80.232 64.715 85.723 59.933 91.415L157.736 189.218H189.217V189.219Z" fill="#D80027"/> <path d="M322.783 189.219L437.02 74.9811C431.768 69.7271 426.277 64.7151 420.585 59.9341L322.783 157.737V189.219Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7321"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>United Kingdom <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8.16666C15 7.05556 14 6.5 13 6.5C11.3431 6.5 10 7.99238 10 9.83333V12.5M10 12.5V14.2778C10 16.5 8 16.5 8 16.5H16M10 12.5H8M10 12.5H14M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> GBP)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large disclosure__link--active focus-inset" href="#" aria-current="true" data-value="US"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-united-states" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7323)"> <path d="M256 511.999C397.385 511.999 512 397.384 512 255.999C512 114.614 397.385 -0.000976562 256 -0.000976562C114.615 -0.000976562 0 114.614 0 255.999C0 397.384 114.615 511.999 256 511.999Z" fill="#F0F0F0"/> <path d="M244.87 255.999H512C512 232.893 508.92 210.509 503.181 189.216H244.87V255.999Z" fill="#D80027"/> <path d="M244.87 122.434H474.426C458.755 96.8619 438.718 74.2589 415.356 55.6509H244.87V122.434Z" fill="#D80027"/> <path d="M256 511.999C316.249 511.999 371.626 491.175 415.356 456.347H96.644C140.374 491.175 195.751 511.999 256 511.999Z" fill="#D80027"/> <path d="M37.5738 389.564H474.426C487.007 369.035 496.764 346.595 503.181 322.781H8.81885C15.2358 346.595 24.9928 369.035 37.5738 389.564Z" fill="#D80027"/> <path d="M118.584 39.977H141.913L120.213 55.742L128.502 81.251L106.803 65.486L85.104 81.251L92.264 59.214C73.158 75.129 56.412 93.775 42.612 114.551H50.087L36.274 124.586C34.122 128.176 32.058 131.823 30.08 135.524L36.676 155.825L24.37 146.884C21.311 153.365 18.513 159.992 15.998 166.757L23.265 189.125H50.087L28.387 204.89L36.676 230.399L14.977 214.634L1.979 224.078C0.678 234.536 0 245.188 0 255.999H256C256 114.615 256 97.947 256 -0.000976562C205.428 -0.000976562 158.285 14.669 118.584 39.977ZM128.502 230.399L106.803 214.634L85.104 230.399L93.393 204.89L71.693 189.125H98.515L106.803 163.616L115.091 189.125H141.913L120.213 204.89L128.502 230.399ZM120.213 130.316L128.502 155.825L106.803 140.06L85.104 155.825L93.393 130.316L71.693 114.551H98.515L106.803 89.042L115.091 114.551H141.913L120.213 130.316ZM220.328 230.399L198.629 214.634L176.93 230.399L185.219 204.89L163.519 189.125H190.341L198.629 163.616L206.917 189.125H233.739L212.039 204.89L220.328 230.399ZM212.039 130.316L220.328 155.825L198.629 140.06L176.93 155.825L185.219 130.316L163.519 114.551H190.341L198.629 89.042L206.917 114.551H233.739L212.039 130.316ZM212.039 55.742L220.328 81.251L198.629 65.486L176.93 81.251L185.219 55.742L163.519 39.977H190.341L198.629 14.468L206.917 39.977H233.739L212.039 55.742Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7323"> <rect width="512" height="512" fill="white" transform="translate(0 -0.000976562)"/> </clipPath> </defs> </svg> </span>United States <span class="localization-form__currency">( <svg class="country-currency" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 10V9.91667C15 8.85812 14.1419 8 13.0833 8H11C9.89543 8 9 8.89543 9 10C9 11.1046 9.89543 12 11 12H13C14.1046 12 15 12.8954 15 14C15 15.1046 14.1046 16 13 16H10.9583C9.87678 16 9 15.1232 9 14.0417V14M12 17.5V6.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="UY"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-uruguay" width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7324)"> <path d="M256 512.581C397.385 512.581 512 397.966 512 256.581C512 115.196 397.385 0.581055 256 0.581055C114.615 0.581055 0 115.196 0 256.581C0 397.966 114.615 512.581 256 512.581Z" fill="#F0F0F0"/> <path d="M256 189.798H503.181C496.762 165.984 487.006 143.543 474.426 123.015H256V189.798Z" fill="#338AF3"/> <path d="M96.6432 456.929H415.356C438.719 438.321 458.755 415.719 474.425 390.146H37.5742C53.2452 415.718 73.2812 438.321 96.6432 456.929Z" fill="#338AF3"/> <path d="M256 0.581055V56.2331H415.357C371.627 21.4051 316.249 0.581055 256 0.581055Z" fill="#338AF3"/> <path d="M256 189.798H503.181C496.762 165.984 487.006 143.543 474.426 123.015H256V189.798Z" fill="#338AF3"/> <path d="M0 256.581C0 279.688 3.08 302.07 8.819 323.364H503.182C508.92 302.07 512 279.688 512 256.581H0Z" fill="#338AF3"/> <path d="M222.609 150.402L191.343 165.109L207.992 195.389L174.042 188.895L169.74 223.19L146.094 197.966L122.446 223.19L118.145 188.895L84.1951 195.387L100.843 165.108L69.5791 150.402L100.844 135.697L84.1951 105.417L118.144 111.911L122.447 77.6162L146.094 102.84L169.741 77.6162L174.042 111.911L207.993 105.417L191.344 135.698L222.609 150.402Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7324"> <rect width="512" height="512" fill="white" transform="translate(0 0.581055)"/> </clipPath> </defs> </svg> </span>Uruguay <span class="localization-form__currency">( $ UYU)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="UZ"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-uzbekistan" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7325)"> <path d="M12.088 178.088C4.246 202.656 -0.000999823 228.829 1.76555e-07 255.998C-0.000999823 283.168 4.247 309.343 12.089 333.911L256 345.043L499.911 333.913C507.752 309.344 512.001 283.168 512.001 256C512 228.83 507.753 202.656 499.911 178.087L256 166.957L12.088 178.088Z" fill="#F0F0F0"/> <path d="M499.91 178.088L255.999 166.958L12.087 178.088C9.76296 185.372 7.76196 192.799 6.08496 200.349H505.909C504.234 192.798 502.234 185.37 499.91 178.088Z" fill="#D80027"/> <path d="M6.08789 311.651C7.76289 319.201 9.76389 326.627 12.0879 333.911L12.1119 333.912L255.998 345.042L499.909 333.912C502.233 326.628 504.234 319.201 505.91 311.651H6.08789Z" fill="#D80027"/> <path d="M255.999 511.999C370.215 511.999 466.945 437.196 499.91 333.912H12.0889C45.0539 437.195 141.786 511.999 255.999 511.999Z" fill="#6DA544"/> <path d="M255.999 0.000976573C141.785 0.00197657 45.0549 74.805 12.0879 178.088L499.909 178.089C466.946 74.804 370.215 -2.34275e-05 255.999 0.000976573Z" fill="#338AF3"/> <path d="M116.986 105.74C116.986 81.7628 133.837 61.7328 156.34 56.8188C152.882 56.0628 149.293 55.6538 145.607 55.6538C117.945 55.6538 95.52 78.0778 95.52 105.741C95.52 133.404 117.943 155.828 145.607 155.828C149.293 155.828 152.881 155.418 156.34 154.663C133.838 149.747 116.986 129.717 116.986 105.74Z" fill="#F0F0F0"/> <path d="M185.944 128.507L189.334 138.942H200.306L191.43 145.392L194.82 155.827L185.944 149.378L177.066 155.827L180.457 145.392L171.58 138.942H182.552L185.944 128.507Z" fill="#F0F0F0"/> <path d="M220.964 128.507L224.355 138.942H235.327L226.45 145.392L229.841 155.827L220.964 149.378L212.087 155.827L215.478 145.392L206.602 138.942H217.573L220.964 128.507Z" fill="#F0F0F0"/> <path d="M255.985 128.507L259.375 138.942H270.348L261.471 145.392L264.861 155.827L255.985 149.378L247.107 155.827L250.499 145.392L241.621 138.942H252.594L255.985 128.507Z" fill="#F0F0F0"/> <path d="M291.006 128.507L294.397 138.942H305.368L296.492 145.392L299.883 155.827L291.006 149.378L282.128 155.827L285.52 145.392L276.642 138.942H287.614L291.006 128.507Z" fill="#F0F0F0"/> <path d="M326.026 128.507L329.417 138.942H340.389L331.513 145.392L334.904 155.827L326.026 149.378L317.149 155.827L320.54 145.392L311.664 138.942H322.635L326.026 128.507Z" fill="#F0F0F0"/> <path d="M220.964 92.0801L224.355 102.514H235.327L226.45 108.965L229.841 119.399L220.964 112.95L212.087 119.399L215.478 108.965L206.602 102.514H217.573L220.964 92.0801Z" fill="#F0F0F0"/> <path d="M255.985 92.0801L259.375 102.514H270.348L261.471 108.965L264.861 119.399L255.985 112.95L247.107 119.399L250.499 108.965L241.621 102.514H252.594L255.985 92.0801Z" fill="#F0F0F0"/> <path d="M291.006 92.0801L294.397 102.514H305.368L296.492 108.965L299.883 119.399L291.006 112.95L282.128 119.399L285.52 108.965L276.642 102.514H287.614L291.006 92.0801Z" fill="#F0F0F0"/> <path d="M326.026 92.0801L329.417 102.514H340.389L331.513 108.965L334.904 119.399L326.026 112.95L317.149 119.399L320.54 108.965L311.664 102.514H322.635L326.026 92.0801Z" fill="#F0F0F0"/> <path d="M255.985 55.6519L259.375 66.0879H270.348L261.471 72.5369L264.861 82.9729L255.985 76.5239L247.107 82.9729L250.499 72.5369L241.621 66.0879H252.594L255.985 55.6519Z" fill="#F0F0F0"/> <path d="M291.006 55.6519L294.397 66.0879H305.368L296.492 72.5369L299.883 82.9729L291.006 76.5239L282.128 82.9729L285.52 72.5369L276.642 66.0879H287.614L291.006 55.6519Z" fill="#F0F0F0"/> <path d="M326.026 55.6519L329.417 66.0879H340.389L331.513 72.5369L334.904 82.9729L326.026 76.5239L317.149 82.9729L320.54 72.5369L311.664 66.0879H322.635L326.026 55.6519Z" fill="#F0F0F0"/> </g> <defs> <clipPath id="clip0_4_7325"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Uzbekistan <span class="localization-form__currency">( UZS)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="VU"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-vanuatu" width="512" height="513" viewBox="0 0 512 513" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7326)"> <path d="M512 256.002C512 244.685 511.257 233.541 509.833 222.611H222.606C170.305 170.313 74.976 74.9899 74.98 74.9819C-24.994 174.956 -24.994 337.046 74.98 437.022L222.609 289.394H509.833C511.256 278.463 512 267.319 512 256.002Z" fill="black"/> <path d="M511.927 261.824C511.916 262.318 511.905 262.814 511.891 263.308C511.903 262.812 511.915 262.318 511.927 261.824Z" fill="#F0F0F0"/> <path d="M511.681 268.82C511.658 269.309 511.624 269.796 511.598 270.284C511.624 269.797 511.656 269.309 511.681 268.82Z" fill="#F0F0F0"/> <path d="M511.336 274.4C511.285 275.119 511.235 275.838 511.177 276.555C511.235 275.838 511.284 275.119 511.336 274.4Z" fill="#F0F0F0"/> <path d="M510.481 228.1C510.575 228.956 510.669 229.811 510.754 230.669C510.669 229.81 510.574 228.956 510.481 228.1Z" fill="#F0F0F0"/> <path d="M511.597 241.719C511.624 242.207 511.657 242.694 511.68 243.183C511.656 242.694 511.624 242.206 511.597 241.719Z" fill="#F0F0F0"/> <path d="M511.89 248.697C511.904 249.191 511.914 249.687 511.926 250.181C511.915 249.685 511.903 249.191 511.89 248.697Z" fill="#F0F0F0"/> <path d="M511.177 235.448C511.235 236.165 511.285 236.884 511.336 237.603C511.284 236.884 511.235 236.165 511.177 235.448Z" fill="#F0F0F0"/> <path d="M509.833 222.61C509.948 223.487 510.05 224.369 510.155 225.248C494.961 98.3659 386.975 0.00195312 256 0.00195312C185.306 0.00195312 121.305 28.657 74.978 74.986L222.602 222.611H509.833V222.61Z" fill="#D80027"/> <path d="M509.833 289.393H222.602L74.978 437.018C121.305 483.346 185.306 512.002 256 512.002C386.975 512.002 494.962 413.638 510.155 286.755C510.05 287.634 509.946 288.516 509.833 289.393Z" fill="#6DA544"/> <path d="M510.753 281.334C510.668 282.192 510.574 283.047 510.48 283.903C510.574 283.047 510.669 282.193 510.753 281.334Z" fill="#F0F0F0"/> <path d="M511.336 237.603C511.433 238.972 511.521 240.344 511.596 241.719C511.52 240.344 511.433 238.972 511.336 237.603Z" fill="black"/> <path d="M510.155 225.248C510.27 226.197 510.379 227.148 510.481 228.1C510.377 227.148 510.268 226.198 510.155 225.248Z" fill="black"/> <path d="M510.753 230.669C510.909 232.258 511.05 233.851 511.177 235.45C511.051 233.851 510.91 232.257 510.753 230.669Z" fill="black"/> <path d="M512 256.002C512 257.949 511.97 259.888 511.927 261.823C511.97 259.887 512 257.948 512 256.002Z" fill="black"/> <path d="M511.597 270.284C511.521 271.659 511.433 273.031 511.337 274.4C511.433 273.031 511.52 271.659 511.597 270.284Z" fill="black"/> <path d="M511.177 276.555C511.05 278.152 510.909 279.746 510.753 281.334C510.91 279.746 511.051 278.152 511.177 276.555Z" fill="black"/> <path d="M510.481 283.903C510.379 284.855 510.27 285.805 510.155 286.755C510.268 285.806 510.377 284.855 510.481 283.903Z" fill="black"/> <path d="M511.927 250.18C511.97 252.116 512 254.056 512 256.001C512 254.056 511.97 252.116 511.927 250.18Z" fill="black"/> <path d="M511.681 243.183C511.771 245.015 511.839 246.854 511.891 248.696C511.839 246.853 511.772 245.015 511.681 243.183Z" fill="black"/> <path d="M511.89 263.308C511.838 265.15 511.77 266.989 511.68 268.821C511.772 266.988 511.839 265.15 511.89 263.308Z" fill="black"/> <path d="M511.756 244.779H213.201L59.8441 91.4448C54.8871 96.6728 49.5141 103.973 46.1911 109.172L192.85 255.908L46.0681 402.693C48.9741 407.863 55.3051 415.515 59.7501 420.494L213.204 267.04H511.792C511.951 263.348 512.001 259.64 512.001 255.91C512 250.912 511.862 247.227 511.756 244.779Z" fill="#FFDA44"/> <path d="M62.1871 310.574V289.131C83.5851 289.131 100.992 271.722 100.992 250.326C100.992 235.187 88.6751 222.871 73.5371 222.871C63.2241 222.871 54.8331 231.261 54.8331 241.576C54.8331 248.171 60.1981 253.537 66.7941 253.537C70.5221 253.537 73.5551 250.502 73.5551 246.774H94.9971C94.9971 262.327 82.3451 274.979 66.7951 274.979C48.3761 274.98 33.3931 259.994 33.3931 241.578C33.3931 219.441 51.4031 201.432 73.5381 201.432C100.5 201.432 122.436 223.368 122.436 250.329C122.435 283.546 95.4081 310.574 62.1871 310.574Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7326"> <rect width="512.001" height="512.001" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg> </span>Vanuatu <span class="localization-form__currency">( Vt VUV)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="VA"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-vatican-city" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7327)"> <path d="M256 0C397.384 0 512 114.616 512 256C512 397.384 397.384 512 256 512C256 500.87 222.609 256 222.609 256L256 0Z" fill="#F0F0F0"/> <path d="M256 512C114.616 512 0 397.384 0 256C0 114.616 114.616 0 256 0" fill="#FFDA44"/> <path d="M354.03 222.765L402.141 286.411C394.561 297.889 394.601 313.353 403.368 324.95C414.488 339.661 435.429 342.573 450.141 331.452C464.852 320.332 467.764 299.391 456.642 284.68C447.877 273.083 433.009 268.827 419.899 272.989L344.918 173.796L327.16 187.22L300.52 207.354L327.368 242.869L354.03 222.765ZM423.293 295.935C428.197 292.227 435.178 293.199 438.885 298.101C442.591 303.005 441.622 309.986 436.718 313.694C431.815 317.399 424.834 316.431 421.128 311.526C417.419 306.622 418.39 299.641 423.293 295.935Z" fill="#ACABB1"/> <path d="M436.55 242.868L463.398 207.353L436.76 187.217L419.002 173.793L344.021 272.986C330.913 268.824 316.044 273.081 307.278 284.677C296.156 299.389 299.068 320.329 313.779 331.449C328.491 342.569 349.431 339.658 360.551 324.947C369.317 313.35 369.357 297.886 361.778 286.408L409.889 222.762L436.55 242.868ZM342.793 311.525C339.087 316.43 332.107 317.399 327.203 313.693C322.299 309.985 321.329 303.004 325.036 298.1C328.742 293.198 335.723 292.226 340.628 295.934C345.531 299.641 346.5 306.622 342.793 311.525Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7327"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Vatican City <span class="localization-form__currency">( <svg class="country-currency" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 6.94444C13.1834 5.76165 11.9037 5 10.4653 5C7.99917 5 6 7.23858 6 10C6 12.7614 7.99917 15 10.4653 15C11.9037 15 13.1834 14.2384 14 13.0556M5 8.5H9M5 11.5H9M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z" stroke="#131A29" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/> </svg> EUR)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="VE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-venezuela" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7328)"> <path d="M486.598 367.304C502.873 333.648 512 295.891 512 256C512 216.109 502.873 178.352 486.598 144.696L256 122.435L25.402 144.696C9.127 178.352 0 216.109 0 256C0 295.891 9.127 333.648 25.402 367.304L256 389.565L486.598 367.304Z" fill="#0052B4"/> <path d="M256 512C357.493 512 445.19 452.935 486.598 367.304H25.4021C66.8101 452.935 154.506 512 256 512Z" fill="#D80027"/> <path d="M443.367 306.252L429.846 316.818L435.714 332.939L421.487 323.346L407.965 333.91L412.693 317.415L398.468 307.819L415.617 307.221L420.349 290.726L426.219 306.85L443.367 306.252Z" fill="#F0F0F0"/> <path d="M408.741 246.282L399.65 260.835L410.681 273.977L394.03 269.831L384.936 284.38L383.737 267.263L367.088 263.11L383 256.681L381.804 239.563L392.833 252.71L408.741 246.282Z" fill="#F0F0F0"/> <path d="M355.694 201.769L352.128 218.554L366.988 227.134L349.923 228.933L346.355 245.713L339.375 230.039L322.308 231.83L335.062 220.348L328.083 204.674L342.943 213.252L355.694 201.769Z" fill="#F0F0F0"/> <path d="M290.622 178.087L293.013 195.08L309.91 198.058L294.488 205.584L296.877 222.576L284.957 210.232L269.531 217.754L277.589 202.601L265.668 190.259L282.568 193.238L290.622 178.087Z" fill="#F0F0F0"/> <path d="M221.377 178.087L229.434 193.238L246.33 190.257L234.413 202.604L242.466 217.756L227.044 210.232L215.122 222.573L217.513 205.584L202.09 198.062L218.989 195.08L221.377 178.087Z" fill="#F0F0F0"/> <path d="M156.305 201.769L169.059 213.252L183.916 204.674L176.939 220.354L189.69 231.834L172.625 230.039L165.643 245.713L162.08 228.93L145.014 227.138L159.874 218.556L156.305 201.769Z" fill="#F0F0F0"/> <path d="M103.258 246.282L119.171 252.71L130.197 239.566L129.004 256.687L144.912 263.116L128.263 267.265L127.064 284.38L117.974 269.831L101.323 273.98L112.353 260.835L103.258 246.282Z" fill="#F0F0F0"/> <path d="M68.634 306.252L85.786 306.85L91.652 290.728L96.387 307.224L113.534 307.823L99.308 317.419L104.036 333.913L90.516 323.349L76.289 332.942L82.158 316.818L68.634 306.252Z" fill="#F0F0F0"/> <path d="M486.598 144.696C445.19 59.065 357.493 0 256 0C154.506 0 66.8101 59.065 25.4021 144.696H486.598Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7328"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Venezuela <span class="localization-form__currency">( $ USD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="VN"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-vietnam" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7329)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#D80027"/> <path d="M256 133.565L283.628 218.594H373.033L300.702 271.144L328.33 356.174L256 303.623L183.67 356.174L211.298 271.144L138.968 218.594H228.372L256 133.565Z" fill="#FFDA44"/> </g> <defs> <clipPath id="clip0_4_7329"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Vietnam <span class="localization-form__currency">( ₫ VND)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="WF"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-wallis-&amp;-futuna" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7156)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M512 256C512 145.929 442.528 52.094 345.043 15.923V496.078C442.528 459.906 512 366.071 512 256Z" fill="#D80027"/> <path d="M0 256C0 366.071 69.473 459.906 166.957 496.077V15.923C69.473 52.094 0 145.929 0 256Z" fill="#0052B4"/> </g> <defs> <clipPath id="clip0_4_7156"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Wallis &amp; Futuna <span class="localization-form__currency">( Fr XPF)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="EH"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-western-sahara" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7269)"> <path d="M25.402 144.696C9.128 178.352 0 216.109 0 256C0 295.891 9.128 333.648 25.402 367.304L256 389.565L486.598 367.304C502.872 333.648 512 295.891 512 256C512 216.109 502.872 178.352 486.598 144.696L256 122.435L25.402 144.696Z" fill="#F0F0F0"/> <path d="M25.411 367.304C66.817 452.935 154.507 512 256 512C357.493 512 445.183 452.935 486.589 367.304H25.411Z" fill="#496E2D"/> <path d="M25.411 144.696H486.589C445.183 59.065 357.494 0 256 0C154.506 0 66.817 59.065 25.411 144.696Z" fill="black"/> <path d="M74.98 74.98C-24.994 174.954 -24.994 337.045 74.98 437.02C116.293 395.707 156.026 355.974 256 256L74.98 74.98Z" fill="#D80027"/> <path d="M322.783 256C322.783 218.702 348.996 187.543 384 179.899C378.62 178.724 373.038 178.087 367.304 178.087C324.273 178.087 289.391 212.969 289.391 256C289.391 299.031 324.273 333.913 367.304 333.913C373.037 333.913 378.619 333.276 384 332.101C348.996 324.457 322.783 293.298 322.783 256Z" fill="#D80027"/> <path d="M387.273 205.913L398.326 239.927H434.087L405.155 260.945L416.207 294.957L387.273 273.937L358.342 294.957L369.395 260.945L340.461 239.927H376.222L387.273 205.913Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7269"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Western Sahara <span class="localization-form__currency">( د.م. MAD)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="YE"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-yemen" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7332)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#F0F0F0"/> <path d="M256 512C366.071 512 459.906 442.528 496.077 345.043H15.923C52.094 442.528 145.929 512 256 512Z" fill="black"/> <path d="M256 0C145.929 0 52.094 69.472 15.923 166.957H496.078C459.906 69.472 366.071 0 256 0Z" fill="#D80027"/> </g> <defs> <clipPath id="clip0_4_7332"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Yemen <span class="localization-form__currency">( ﷼ YER)</span> </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="ZM"> <span class="country-flag-container"> <svg class="icon icon-flag country-flag country-zambia" width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4_7333)"> <path d="M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z" fill="#496E2D"/> <path d="M356.174 256H256V512C285.924 512 314.641 506.849 341.333 497.414L356.174 256Z" fill="#D80027"/> <path d="M426.666 446.793C479.034 399.919 512 331.813 512 256H411.826L426.666 446.793Z" fill="#FF9811"/> <path d="M341.333 256V497.414C373.13 486.173 402.044 468.834 426.667 446.794V256H341.333Z" fill="black"/> <path d="M473.043 166.957H406.26C406.26 154.663 396.293 144.696 383.999 144.696C371.705 144.696 361.738 154.663 361.738 166.957H294.955C294.955 179.252 305.664 189.218 317.957 189.218H317.216C317.216 201.513 327.181 211.479 339.477 211.479C339.477 223.774 349.442 233.74 361.738 233.74H406.26C418.554 233.74 428.521 223.774 428.521 211.479C440.815 211.479 450.782 201.513 450.782 189.218H450.041C462.335 189.217 473.043 179.251 473.043 166.957Z" fill="#FF9811"/> </g> <defs> <clipPath id="clip0_4_7333"> <rect width="512" height="512" fill="white"/> </clipPath> </defs> </svg> </span>Zambia <span class="localization-form__currency">( $ USD)</span> </a> </li></ul> </div> <input type="hidden" name="country_code" value="US"> </div></form></localization-form><noscript><form method="post" action="/localization" id="FooterLanguageFormNoScript" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/pages/south-park" /><div class="localization-form__select"> <h2 class="visually-hidden" id="FooterLanguageLabelNoScript">Language</h2> <select class="localization-selector link" name="locale_code" aria-labelledby="FooterLanguageLabelNoScript"><option value="en" lang="en" selected> English </option><option value="de" lang="de"> Deutsch </option><option value="fr" lang="fr"> Français </option><option value="es" lang="es"> Español </option></select> <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </div> <button class="button button--tertiary">Update language</button></form></noscript> <localization-form><form method="post" action="/localization" id="FooterLanguageForm" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/pages/south-park" /><div class="no-js-hidden"> <h2 class="caption-large text-body visually-hidden" id="FooterLanguageLabel">Language</h2> <div class="disclosure"> <button type="button" class="disclosure__button localization-form__select localization-selector link link--text caption-large" aria-expanded="false" aria-controls="FooterLanguageList" aria-describedby="FooterLanguageLabel"> English <svg viewbox="0 0 26 16" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L13 15L25 1" stroke="currentColor" stroke-width="1"></path> </svg> </button> <ul id="FooterLanguageList" role="list" class="disclosure__list list-unstyled" hidden><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large disclosure__link--active focus-inset" href="#" hreflang="en" lang="en" aria-current="true" data-value="en"> English </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" hreflang="de" lang="de" data-value="de"> Deutsch </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" hreflang="fr" lang="fr" data-value="fr"> Français </a> </li><li class="disclosure__item" tabindex="-1"> <a class="link link--text disclosure__link caption-large focus-inset" href="#" hreflang="es" lang="es" data-value="es"> Español </a> </li></ul> </div> <input type="hidden" name="locale_code" value="en"> </div></form></localization-form></div></div> <div class="footer__copyright"> <div class="snow-logo"> <a href="https://www.snowcommerce.com/" aria-label="Link to Snow Commerce" rel="noopener noreferrer" target="_blank" class="snow-company-link"> <svg class="snow-logo" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 299.09"><defs><style>.cls-1,.cls-2{fill:#fff;}.cls-1{fill-rule:evenodd;}</style></defs><title>SnowCommerce_Logo_White</title><path class="cls-1" d="M263.34,197.19c0,9.48-6.72,21.12-14.93,25.86l-81,46.74c-8.21,4.74-21.65,4.74-29.86,0l-81-46.74c-8.22-4.74-14.93-16.38-14.93-25.86V103.7c0-9.48,6.71-21.12,14.93-25.86l81-46.74c8.21-4.74,21.65-4.74,29.86,0l81,46.74c8.21,4.74,14.93,16.38,14.93,25.86ZM148.76,71.48V99.16l-15.1-6,18.86,46.17L171.4,93.12l-15.1,6V71.49h-7.54m-4.19-4.19H160.5V93l9.34-3.74L179,85.54l-3.75,9.17L156.4,140.87l-3.88,9.5-3.89-9.51L129.77,94.7,126,85.53l9.19,3.68L144.56,93V67.29Zm7.93,93.42-18.88,46.16,15.1-6V228.5h7.54V200.83l15.1,6L152.5,160.71m0-11.1,3.88,9.51,18.86,46.17,3.75,9.17-9.19-3.69L160.45,207V232.7H144.52V207l-9.34,3.74-9.2,3.67,3.75-9.16,18.88-46.16,3.89-9.51Zm39.85-44.38-30.56,39.41,49.42-6.72-12.79-10.06,24-13.83-3.76-6.53-24,13.83-2.31-16.1m2.74-10.4,1.41,9.8,1.43,10,18.6-10.73,3.63-2.1,2.1,3.64,3.77,6.53,2.1,3.63-3.64,2.1-18.6,10.73,7.91,6.23,7.79,6.12-9.82,1.34-49.41,6.72-10.18,1.39,6.3-8.12L189,102.65l6.06-7.82Zm-51.87,60.51-49.41,6.73,12.78,10.06L82.62,186l3.77,6.53,24-13.83,2.31,16.1,30.55-39.42m9.61-5.54-6.29,8.11L116,197.33l-6.07,7.83-1.41-9.8-1.43-10L88.49,196.13l-3.64,2.09-2.1-3.63L79,188.06l-2.1-3.64,3.64-2.1,18.59-10.73-7.91-6.22-7.78-6.12,9.81-1.34,49.42-6.73,10.17-1.38Zm8.95,5.56,30.54,39.43,2.32-16.1,24,13.84,3.77-6.53-24-13.84,12.79-10-49.42-6.75m-9.6-5.55,10.17,1.39L211.76,158l9.81,1.34-7.78,6.12-7.91,6.22,18.59,10.74,3.64,2.1L226,188.11l-3.77,6.52-2.1,3.64-3.63-2.1-18.59-10.74-1.44,10-1.41,9.8L189,197.36l-30.54-39.43-6.28-8.12ZM112.7,105.2l-2.32,16.1-24-13.85L82.65,114l24,13.84L93.82,137.88l49.41,6.75L112.7,105.2M110,94.8l6.07,7.83,30.53,39.42,6.29,8.12-10.18-1.39L93.25,142l-9.81-1.34,7.79-6.12,7.91-6.21L80.55,117.62l-3.64-2.1,2.1-3.64,3.77-6.53,2.1-3.63,3.64,2.1,18.59,10.74,1.43-10L110,94.8Z"/><path class="cls-2" d="M324.43,176.72a4.52,4.52,0,0,1-1.81-3.62,4.34,4.34,0,0,1,4.4-4.27,4,4,0,0,1,2.46.77c6.86,4.66,14,7.12,21.23,7.12,8,0,13.85-4.14,13.85-10.61v-.26c0-6.73-7.9-9.32-16.7-11.78-10.48-3-22.13-6.6-22.13-18.9v-.26c0-11.52,9.58-19.15,22.78-19.15a46.71,46.71,0,0,1,21.36,5.69,4.85,4.85,0,0,1,2.46,4.14,4.34,4.34,0,0,1-4.41,4.27,5,5,0,0,1-2.2-.51c-5.69-3.24-11.77-5.18-17.47-5.18-7.9,0-12.94,4.14-12.94,9.71v.26c0,6.34,8.28,8.8,17.21,11.52,10.36,3.1,21.49,7.12,21.49,19.15v.26c0,12.69-10.49,20.07-23.82,20.07A46.31,46.31,0,0,1,324.43,176.72Z"/><path class="cls-2" d="M453.66,150.7v-.25a34.89,34.89,0,0,1,69.77-.26v.26a34.75,34.75,0,0,1-35.08,34.94A34.28,34.28,0,0,1,453.66,150.7Zm59.54,0v-.25c0-14.37-10.74-26.15-24.85-26.15-14.5,0-24.46,11.78-24.46,25.89v.26c0,14.36,10.61,26,24.72,26C503.11,176.46,513.2,164.81,513.2,150.7Z"/><path class="cls-2" d="M547.88,180.35l-20.32-56.57a6.44,6.44,0,0,1-.65-2.72,4.89,4.89,0,0,1,4.92-4.79c2.72,0,4.4,1.69,5,4.15l17,50.22,16.82-50.35c.78-2.33,2.46-4,5.05-4h.52c2.72,0,4.27,1.69,5,4l17,50.35,17.09-50.48a4.84,4.84,0,0,1,9.58.77,9.12,9.12,0,0,1-.52,2.72l-20.45,56.7c-1,3-3.11,4.53-5.57,4.53H598c-2.45,0-4.4-1.56-5.3-4.53L576,131.55l-16.83,48.8c-1,3-2.85,4.53-5.43,4.53h-.39C551,184.88,548.92,183.32,547.88,180.35Z"/><path class="cls-2" d="M630.6,151.09v-.26c0-18.51,14.76-34.56,33.65-34.56,11.4,0,18.9,4.92,24.86,10.49a3.48,3.48,0,0,1,.9,2.33,3.31,3.31,0,0,1-5.43,2.46c-5.31-5.05-11.52-9.32-20.45-9.32-15,0-26.67,12.55-26.67,28.35v.25c0,15.92,12,28.61,27.18,28.61,8.54,0,15.41-4.14,20.71-9.45a2.92,2.92,0,0,1,2.07-1,3.34,3.34,0,0,1,3.11,3.1,2.82,2.82,0,0,1-.78,1.94c-6.6,6.73-14.23,11.39-25.5,11.39C645.23,185.39,630.6,169.6,630.6,151.09Z"/><path class="cls-2" d="M697.39,151.09v-.26c0-18.51,14.37-34.56,34.05-34.56s33.78,15.8,33.78,34.31v.25c0,18.51-14.37,34.56-34,34.56S697.39,169.6,697.39,151.09Zm61,0v-.26c0-15.92-11.91-28.6-27.18-28.6-15.66,0-26.93,12.81-26.93,28.35v.25c0,15.92,11.91,28.61,27.19,28.61C747.1,179.44,758.36,166.63,758.36,151.09Z"/><path class="cls-2" d="M996,151v-.26c0-19.15,13.46-34.43,31.33-34.43,18.51,0,30.29,15.28,30.29,34.18a3.22,3.22,0,0,1-3.11,3h-51.78c1.17,16.44,12.95,26,25.89,26a29,29,0,0,0,21.36-9.06,2.91,2.91,0,0,1,2.07-1,3.35,3.35,0,0,1,3.11,3.11,2.84,2.84,0,0,1-.78,1.94c-6.47,6.47-14.11,11-26,11C1011,185.39,996,171.54,996,151Zm54.82-3.23c-.91-13.33-8.54-25.63-23.69-25.63-13.07,0-23.17,11-24.33,25.63Z"/><path class="cls-2" d="M1109.48,151.09v-.26c0-18.51,14.76-34.56,33.66-34.56,11.39,0,18.9,4.92,24.85,10.49a3.44,3.44,0,0,1,.91,2.33,3.21,3.21,0,0,1-3.24,3.23,3.25,3.25,0,0,1-2.2-.77c-5.31-5.05-11.52-9.32-20.45-9.32-15,0-26.66,12.55-26.66,28.35v.25c0,15.92,12,28.61,27.18,28.61,8.54,0,15.4-4.14,20.71-9.45a2.9,2.9,0,0,1,2.07-1,3.33,3.33,0,0,1,3.1,3.1,2.81,2.81,0,0,1-.77,1.94c-6.6,6.73-14.24,11.39-25.5,11.39C1124.11,185.39,1109.48,169.6,1109.48,151.09Z"/><path class="cls-2" d="M1176.16,151v-.26c0-19.15,13.47-34.43,31.33-34.43,18.51,0,30.29,15.28,30.29,34.18a3.22,3.22,0,0,1-3.11,3h-51.78c1.17,16.44,12.95,26,25.89,26a29,29,0,0,0,21.36-9.06,2.91,2.91,0,0,1,2.07-1,3.34,3.34,0,0,1,3.11,3.11,2.84,2.84,0,0,1-.78,1.94c-6.47,6.47-14.11,11-26,11C1191.18,185.39,1176.16,171.54,1176.16,151Zm54.82-3.23c-.9-13.33-8.54-25.63-23.69-25.63-13.07,0-23.16,11-24.33,25.63Z"/><path class="cls-2" d="M847.4,116.27h-1c-10.45,0-18.23,4.92-22.26,13.11-4-8.19-11.81-13.11-22.26-13.11h-1c-15.66,0-25.37,11-25.37,27.57v37.28a3,3,0,0,0,3.11,3.24,3.14,3.14,0,0,0,3.24-3.24v-36.5c0-14.24,7.37-22.52,19.54-22.52s19.55,8.28,19.55,22.52v36.5a3.24,3.24,0,1,0,6.47,0v-36.5c0-14.24,7.38-22.52,19.54-22.52s19.55,8.28,19.55,22.52v36.5a3.13,3.13,0,0,0,3.23,3.24,3,3,0,0,0,3.11-3.24V143.84C872.77,127.28,863.06,116.27,847.4,116.27Z"/><path class="cls-2" d="M958.39,116.27h-1c-10.46,0-18.24,4.92-22.27,13.11-4-8.19-11.81-13.11-22.26-13.11h-1c-15.66,0-25.37,11-25.37,27.57v37.28a3,3,0,0,0,3.11,3.24,3.14,3.14,0,0,0,3.24-3.24v-36.5c0-14.24,7.37-22.52,19.54-22.52s19.55,8.28,19.55,22.52v36.5a3.24,3.24,0,1,0,6.47,0v-36.5c0-14.24,7.38-22.52,19.54-22.52s19.55,8.28,19.55,22.52v36.5a3.13,3.13,0,0,0,3.23,3.24,3,3,0,0,0,3.11-3.24V143.84C983.76,127.28,974.05,116.27,958.39,116.27Z"/><path class="cls-2" d="M1097.05,116.38a33.56,33.56,0,0,1,7.89.9,3,3,0,0,1,2.46,3,2.88,2.88,0,0,1-3.62,2.72,35.42,35.42,0,0,0-6.73-.78c-12.17,0-19.55,8.29-19.55,22.52v36.4a3.13,3.13,0,0,1-3.23,3.24,3,3,0,0,1-3.11-3.24V144c0-16.57,9.71-27.57,25.37-27.57Z"/><path class="cls-2" d="M414.49,115.5c-16.18,0-29.19,10.1-29.19,28.4v35.54a5,5,0,1,0,10,0V146.59c0-14.61,7.44-22.29,19.22-22.29s19.22,7.68,19.22,22.29v32.85a5,5,0,1,0,10,0V143.9C443.68,125.6,430.67,115.5,414.49,115.5Z"/></svg> </a> </div> <small class="copyright__content">&copy; 2024 Paramount+. All rights reserved. | Snow Commerce, Inc. is the seller <br /> of all merchandise and is solely responsible for all aspects of your purchase.</small> </div> </div> </div><div class="footer__horizontal-legal-menu page-width"> <ul class="footer-block__details-content list-unstyled footer-horizontal-legal-menu-list"><li> <a href="/pages/terms-of-use" class="link link--text list-menu__item list-menu__item--link"> Terms of Use </a> <span class="separator">|</span> </li><li> <a href="/pages/privacy-policy" class="link link--text list-menu__item list-menu__item--link"> Privacy Policy </a> <span class="separator">|</span> </li><li> <a href="/pages/cookie-policy" class="link link--text list-menu__item list-menu__item--link"> Cookie Policy </a> <span class="separator">|</span> </li><li> <a href="/pages/legal-imprint" class="link link--text list-menu__item list-menu__item--link"> Legal Imprint </a> <span class="separator">|</span> </li><li> <a href="/pages/accessibility-statement" class="link link--text list-menu__item list-menu__item--link"> Accessibility Statement </a> <span class="separator">|</span> </li><li> <a href="/" class="link link--text list-menu__item list-menu__item--link"> <a class="link link--text list-menu__item--link" id="preferenceCenterLink" href="#" onclick="ketch('showPreferences')"><img src="https://bit.ly/48YCwmT" width="25px" height="12px"> Your privacy choices</a> </a> </li></ul> </div></div> </footer> <script> var waitForJQueryFooter = setInterval(function () { if (typeof $ != 'undefined') { $('.footer-block__details-content li a').each(function(){ if ($(this).text().trim() === ''){ $(this).remove(); } }); // Mobile footer navigation function mobileFooter() { $('.footer-header-container.mobile').click( function () { if ($(window).width() <= 767) { //toggle mobile menu $(this).next(".footer-block__details-content").slideToggle(); $(this).next(".footer-social-container").slideToggle(); $(this).find(".icon-minus").toggle(); $(this).find(".icon-plus").toggle(); $(this).find(".icon-caret").toggleClass("active"); $(this).find(".icon-downwards-arrow").toggleClass("active"); } }); } mobileFooter(); if (Shopify.designMode){ document.addEventListener('shopify:section:load', function(){ if(event.detail.sectionId === 'footer') { mobileFooter(); } }); } clearInterval(waitForJQueryFooter); } }, 10); </script> </div> <link rel="preload" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-back-to-top.css?v=60909962535018832021732310188" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-back-to-top.css?v=60909962535018832021732310188"></noscript> <button class="hidden" id="backToTop" title="Back to Top" type="button" tabindex="0" role="button"> <svg width="42" height="73" viewbox="0 0 42 73" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="41.5" y="72.5" width="41" height="72" rx="20.5" transform="rotate(180 41.5 72.5)" fill="white" fill-opacity="0.25" stroke="#0064FF"></rect> <path d="M21 32.3285L21 46.9285" stroke="#000A3C" stroke-linecap="square" stroke-linejoin="round"></path> <path d="M21 27.1141L18 32.3284L24 32.3284L21 27.1141Z" fill="#000A3C"></path> </svg> </button> <ul hidden> <li id="a11y-refresh-page-message">Choosing a selection results in a full page refresh.</li> </ul> <script> window.shopUrl = 'https://www.paramountshop.com'; window.routes = { cart_add_url: '/cart/add', cart_change_url: '/cart/change', cart_update_url: '/cart/update', cart_get_url: '/cart', cart_clear_url: '/cart/clear', predictive_search_url: '/search/suggest' }; 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.` } window.variantStrings = { addToCart: `Add to cart`, soldOut: `Sold out`, unavailable: `Unavailable`, preOrder: `Preorder`, comingSoon: 'Coming Soon', sendGift: `Send Gift`, giftCardSend: `Send As Gift` } window.accessibilityStrings = { shareSuccess: `Link copied to clipboard`, } </script><script src="//www.paramountshop.com/cdn/shop/t/92/assets/predictive-search.js?v=52908316537083471971732309937" defer="defer"></script> <link rel="dns-prefetch" href="https://swymstore-v3starter-01.swymrelay.com" crossorigin> <link rel="dns-prefetch" href="//swymv3starter-01.azureedge.net/code/swym-shopify.js"> <link rel="preconnect" href="//swymv3starter-01.azureedge.net/code/swym-shopify.js"> <script id="swym-snippet"> window.swymLandingURL = document.URL; window.swymCart = {"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.swymPageLoad = function(){ window.SwymProductVariants = window.SwymProductVariants || {}; window.SwymHasCartItems = 0 > 0; window.SwymPageData = {}, window.SwymProductInfo = {}; var unknown = {et: 0}; window.SwymPageData = unknown; window.SwymPageData.uri = window.swymLandingURL; }; if(window.selectCallback){ (function(){ // Variant select override var originalSelectCallback = window.selectCallback; window.selectCallback = function(variant){ originalSelectCallback.apply(this, arguments); try{ if(window.triggerSwymVariantEvent){ window.triggerSwymVariantEvent(variant.id); } }catch(err){ console.warn("Swym selectCallback", err); } }; })(); } window.swymCustomerId = null; window.swymCustomerExtraCheck = null; var swappName = ("Wishlist" || "Wishlist"); var swymJSObject = { pid: "esPeMYpcguKWIQRvVvJwpDfy3tC4F1AEiEdlEZKsqks=" || "esPeMYpcguKWIQRvVvJwpDfy3tC4F1AEiEdlEZKsqks=", interface: "/apps/swym" + swappName + "/interfaces/interfaceStore.php?appname=" + swappName }; window.swymJSShopifyLoad = function(){ if(window.swymPageLoad) swymPageLoad(); if(!window._swat) { (function (s, w, r, e, l, a, y) { r['SwymRetailerConfig'] = s; r[s] = r[s] || function (k, v) { r[s][k] = v; }; })('_swrc', '', window); _swrc('RetailerId', swymJSObject.pid); _swrc('Callback', function(){initSwymShopify();}); }else if(window._swat.postLoader){ _swrc = window._swat.postLoader; _swrc('RetailerId', swymJSObject.pid); _swrc('Callback', function(){initSwymShopify();}); }else{ initSwymShopify(); } } if(!window._SwymPreventAutoLoad) { swymJSShopifyLoad(); } window.swymGetCartCookies = function(){ var RequiredCookies = ["cart", "swym-session-id", "swym-swymRegid", "swym-email"]; var reqdCookies = {}; RequiredCookies.forEach(function(k){ reqdCookies[k] = _swat.storage.getRaw(k); }); var cart_token = window.swymCart.token; var data = { action:'cart', token:cart_token, cookies:reqdCookies }; return data; } window.swymGetCustomerData = function(){ return {status:1}; } </script> <style id="safari-flasher-pre"></style> <script> if (navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Chrome') == -1) { document.getElementById("safari-flasher-pre").innerHTML = '' + '#swym-plugin,#swym-hosted-plugin{display: none;}' + '.swym-button.swym-add-to-wishlist{display: none;}' + '.swym-button.swym-add-to-watchlist{display: none;}' + '#swym-plugin #swym-notepad, #swym-hosted-plugin #swym-notepad{opacity: 0; visibility: hidden;}' + '#swym-plugin #swym-notepad, #swym-plugin #swym-overlay, #swym-plugin #swym-notification,' + '#swym-hosted-plugin #swym-notepad, #swym-hosted-plugin #swym-overlay, #swym-hosted-plugin #swym-notification' + '{-webkit-transition: none; transition: none;}' + ''; window.SwymCallbacks = window.SwymCallbacks || []; window.SwymCallbacks.push(function(tracker){ tracker.evtLayer.addEventListener(tracker.JSEvents.configLoaded, function(){ // flash-preventer var x = function(){ SwymUtils.onDOMReady(function() { var d = document.createElement("div"); d.innerHTML = "<style id='safari-flasher-post'>" + "#swym-plugin:not(.swym-ready),#swym-hosted-plugin:not(.swym-ready){display: none;}" + ".swym-button.swym-add-to-wishlist:not(.swym-loaded){display: none;}" + ".swym-button.swym-add-to-watchlist:not(.swym-loaded){display: none;}" + "#swym-plugin.swym-ready #swym-notepad, #swym-plugin.swym-ready #swym-overlay, #swym-plugin.swym-ready #swym-notification," + "#swym-hosted-plugin.swym-ready #swym-notepad, #swym-hosted-plugin.swym-ready #swym-overlay, #swym-hosted-plugin.swym-ready #swym-notification" + "{-webkit-transition: opacity 0.3s, visibility 0.3ms, -webkit-transform 0.3ms !important;-moz-transition: opacity 0.3s, visibility 0.3ms, -moz-transform 0.3ms !important;-ms-transition: opacity 0.3s, visibility 0.3ms, -ms-transform 0.3ms !important;-o-transition: opacity 0.3s, visibility 0.3ms, -o-transform 0.3ms !important;transition: opacity 0.3s, visibility 0.3ms, transform 0.3ms !important;}" + "</style>"; document.head.appendChild(d); }); }; setTimeout(x, 10); }); }); } // Get the money format for the store from shopify window.SwymOverrideMoneyFormat = "${{amount}}"; </script> <style id="swym-product-view-defaults"> /* Hide when not loaded */ .swym-button.swym-add-to-wishlist-view-product:not(.swym-loaded){ display: none; } </style> <!-- Custom Code to Add Wishlist behind Login. --> <script> function swymCallbackFn(swat) { let accountLoginRedirect = "https://www.paramountshop.com/account/login?checkout_url=/pages/south-park"; let currentPageRedirect = "https://www.paramountshop.com/account/logout"; if (!swat.platform.isLoggedIn()) { swat.ui.open = function() { window.location.href = accountLoginRedirect; } swat.api.addToWishList = function(){ window.location.href = accountLoginRedirect; } swat.ui.uiRef.addToWishlist = function(){ window.location.href = accountLoginRedirect; } } swat.platform.redirectToLogoutPage = function() { window.location.href = currentPageRedirect; } swat.platform.redirectToLoginPage = function() { window.location.href = accountLoginRedirect; } } if (!window.SwymCallbacks) { window.SwymCallbacks = []; } window.SwymCallbacks.push(swymCallbackFn); </script> <link rel="stylesheet" href="//www.paramountshop.com/cdn/shop/t/92/assets/component-loading-overlay.css?v=97588251293087606681732309893" media="print" onload="this.media='all'"> <script> window.onload = function() { /*function userway() { var s = document.createElement("script"); s.setAttribute("defer", "true"); s.setAttribute("data-account", ""); s.setAttribute("src", "https://cdn.userway.org/widget.js"); s.onload = function() { } document.body.appendChild(s); } */ //Zendesk function loadZendeskWidget() { var script = document.createElement('script'); script.type = 'text/javascript'; script.id = 'ze-snippet'; script.defer = true; script.src = 'https://static.zdassets.com/ekr/snippet.js?key=f2af4989-ca80-4db4-82be-581f4c2f4731'; script.onload = function() { zE('messenger', 'open'); document.querySelector("#enable-zendesk-widget .loading-overlay.hidden").classList.remove("hidden"); var waitForZendeskLoading = setInterval(function () { if (typeof zEACLoaded != 'undefined') { document.getElementById("enable-zendesk-widget").remove(); } clearInterval(waitForZendeskLoading); }, 10); // } document.getElementsByTagName('head')[0].appendChild(script); }; let zendeskLoaded = false; document.getElementById('enable-zendesk-widget').addEventListener('click', function( event ) { event.preventDefault(); if (!zendeskLoaded) { zendeskLoaded = true; loadZendeskWidget(); } document.getElementById('enable-zendesk-widget').classList.add("button-loading"); }); /* GTM */ (function() { var gtmScript = document.createElement('script'); gtmScript.defer = true; gtmScript.src = 'https://www.googletagmanager.com/gtm.js?id=AW-386307947'; gtmScript.onload = function() { } document.body.appendChild(gtmScript); })(); function klaviyoBIS() { var klaviyoScript = document.createElement('script'); klaviyoScript.defer = true; klaviyoScript.onload = function() { !function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}(); klaviyo.init({ account: "QRQcvq", platform: "shopify", list: 'YpQw3Y', exclude_on_tags: "BIS-disabled" }); klaviyo.enable("backinstock",{ trigger: { product_page_text: "Notify Me When Available", product_page_class: "button", product_page_text_align: "center", product_page_margin: "0px", replace_anchor: false }, modal: { headline: "{product_name}", body_content: "Register to receive a notification when this item comes back in stock.", email_field_label: "Email", newsletter_subscribe_label: "Add me to your email list.", subscribe_checked: false, button_label: "Notify Me When Available", subscription_success_label: "You're in! We'll let you know when it's back.", footer_content: '', additional_styles: "@import url('https://fonts.googleapis.com/css?family=Helvetica+Neue');", drop_background_color: "#000000", background_color: "#FFFFFF", text_color: "#222222", button_text_color: "#FFFFFF", button_background_color: "#439fdb", close_button_color: "#CCCCCC", error_background_color: "#fcd6d7", error_text_color: "#C72E2F", success_background_color: "#d3efcd", success_text_color: "#1B9500" } }); } klaviyoScript.src = "https://a.klaviyo.com/media/js/onsite/onsite.js"; document.body.appendChild(klaviyoScript); } function klaviyoForms() { var klaviyoScript = document.createElement('script'); klaviyoScript.defer = true; klaviyoScript.onload = function() { } klaviyoScript.src = "https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=Y5QhwZ"; document.body.appendChild(klaviyoScript); } setTimeout(() => { klaviyoBIS(); klaviyoForms(); /*userway();*/ }, 5000); /* End window on load */ } </script> <script type="text/javascript"> var _learnq = _learnq || []; var classname = document.getElementsByClassName("product-form__submit"); var addToCart = function() { _learnq.push(['track', 'Added to Cart', item]); }; for (var i = 0; i < classname.length; i++) { classname[i].addEventListener('click', addToCart, false); } </script> <!-- Zendesk --> <style> .sc-1k07fow-1.cbnSms path {fill: white;} .cbnSms {width: 60% !important; height: 60% !important;} #enable-zendesk-widget { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; transition: border-color 0.25s ease-in-out 0s, box-shadow 0.1s ease-in-out 0s, background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, outline-color 0.1s ease-in-out 0s, z-index 0.25s ease-in-out 0s; margin: 0px; border-radius: 4px; cursor: pointer; overflow: hidden; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; font-family: inherit; font-weight: 400; -webkit-font-smoothing: subpixel-antialiased; box-sizing: border-box; user-select: none; height: 40px; line-height: 38px; font-size: 14px; border: none; padding: 0px; width: 40px; min-width: 40px; color: rgb(104, 115, 125); width: 64px; height: 64px; border-radius: 50%; box-shadow: rgba(36, 36, 36, 0.15) 0px 20px 30px 0px; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; background-color: rgb(27, 37, 113) !important; color-scheme: light; height: 64px; width: 64px; position: fixed; bottom: 16px; right: 16px; transform: none; transform-origin: right bottom; border: 0px; margin-top: 0px; opacity: 1; box-shadow: rgba(23, 73, 77, 0.15) 0px 20px 30px; z-index: 999999; border-radius: 50%; width: 64px; height: 64px; position: fixed; right: 16px; bottom: 16px; background: rgb(0, 10, 59) !important; color: white; } #enable-zendesk-widget.button-loading > svg:first-child {display: none;} #enable-zendesk-widget .loading-overlay { top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.3rem; height: 2.3rem; } #enable-zendesk-widget .loading-overlay .loading-overlay__spinner { width: 100%; height: 100%; } #enable-zendesk-widget .loading-overlay .loading-overlay__spinner circle {stroke: var(--white);} } </style> <button id="enable-zendesk-widget" aria-label="Open Chatbot"> <svg position="right" class="sc-1k07fow-1 cbnSms" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M10,18 L6,22 L6,18 L10,18 Z M17,6 C19.7614237,6 22,8.23857625 22,11 C22,13.7614237 19.7614237,16 17,16 L17,16 L7,16 C4.23857625,16 2,13.7614237 2,11 C2,8.23857625 4.23857625,6 7,6 L7,6 Z" transform="translate(12.000000, 14.000000) scale(-1, 1) translate(-12.000000, -14.000000) "></path></svg> <div class="loading-overlay hidden"> <div class="loading-overlay__spinner"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle> </svg> </div> </div> </button> <script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=new URLSearchParams(document.location.search),o=e.has("property")?e.get("property"):"paramount_shop",n=document.createElement("script");n.type="text/javascript",n.src="https://global.ketchcdn.com/web/v3/config/snow_commerce/".concat(o,"/boot.js"),n.defer=n.async=!0,document.getElementsByTagName("head")[0].appendChild(n)}();</script> <!-- Fancybox --> <!-- Animations --> <link defer href="//cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"></noscript> <!-- Quickview --> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/Fancybox.css?v=10317569618383899971732309916" rel="stylesheet" type="text/css" media="all" /> <link href="//www.paramountshop.com/cdn/shop/t/92/assets/quickview.css?v=42015113551436392651732310188" rel="stylesheet" type="text/css" media="all" /> <script> // $(document).ready(function(){ // let $wsCartInterVal = setInterval(function() { // var available = $(".evm-wscontainer div").hasClass("evm-wiser-owl-carousel") // if(available){ // var $carousel = $(".evm-wiser-owl-carousel"); // function initializeCarousel() { // $(".evm-wiser-owl-carousel").WiserCarouselSlider({ // autoplay: false, // dots:false, // center:false, // rewind: false, // nav:true, // loop:true, // margin:0, // rtl:false, // responsiveClass:true, // responsive:{ // 0:{slideBy : 1,items:2}, // 768:{slideBy : 1, items:3}, // 1024:{slideBy : 1, items:4}, // } // }); // } // function destroyCarousel() { // // $carousel.trigger('destroy.owl.carousel'); // $carousel.find('.owl-stage-outer').children().unwrap(); // $carousel.removeData(); // } // function wsRebuildCarouselForMobile() { // if ($(window).width() < 1000) { // destroyCarousel(); // initializeCarousel(); // } // } // wsRebuildCarouselForMobile(); // $(window).resize(function() { // wsRebuildCarouselForMobile(); // }); // } // }, 500); // setTimeout(function() { // clearInterval($wsCartInterVal); // }, 20000); // }); </script> <style> #presets2.evm-wsrow {flex-wrap: nowrap; overflow-x: auto; align-items: flex-end !important; justify-content:left!important;} #presets2 .evm-ws-card {margin: 0;} .evm-ws-pagination.custom_show_more_button a.WSevmshowMore {display: none;} @media (min-width: 768px) and (max-width: 1024px) { #presets2 .ws-box-wrapper {flex:0 0 33.3%; width:100%; display: block !important;} } @media (min-width: 0px) and (max-width: 768px) { #presets2 .ws-box-wrapper {flex:0 0 50%; width:100%; display: block !important;} } </style> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10