CINXE.COM
SYFY Official Fan Shop - NBCUniversal Shop Merchandise
<!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> <!-- Crazy Egg integration script from GDPR/CCPA Compliance + Cookie Management App --> <script id="gdpr-crazyegg-blocking-script"> let isCrazyEggExecuted = false; let crazyEggLink = '//script.crazyegg.com/pages/scripts/0037/5640.js'; function executeCrazyEgg() { if (!isCrazyEggExecuted) { let script = document.createElement('script'); script.src = crazyEggLink; script.async = true; document.head.appendChild(script); isCrazyEggExecuted = true; } } function checkConsentForCrazyEgg(adittionalChecks = 0) { let cpdCookie = (document.cookie.match(/^(?:.*;)?\s*cookieconsent_preferences_disabled(\s*=\s*([^;]+)?)(?:.*)?$/) || [, null])[1]; if (cpdCookie != null) { if (parseInt(cpdCookie.indexOf('analytics')) === -1) { executeCrazyEgg(); } } else { let gdprCache = localStorage.getItem('gdprCache') ? JSON.parse(localStorage.getItem('gdprCache')) : null; let gdprCacheConsentSettings = gdprCache && gdprCache.getCookieConsentSettings ? JSON.parse(gdprCache.getCookieConsentSettings) : null; let gdprCacheCountryDetection = gdprCache && gdprCache.countryDetection ? JSON.parse(gdprCache.countryDetection) : null; let ccsCookie = (document.cookie.match(/^(?:.*;)?\s*cookieconsent_status\s*=\s*([^;]+)(?:.*)?$/) || [, null])[1]; if ((gdprCacheConsentSettings || (gdprCacheCountryDetection && gdprCacheCountryDetection.disable === '1')) && !ccsCookie) { if ((gdprCacheConsentSettings && gdprCacheConsentSettings.status === 'disabled') || gdprCacheCountryDetection.disable === '1') { executeCrazyEgg(); } else { let initPreferences = parseInt(gdprCacheConsentSettings.checkboxes_behavior); if (initPreferences === 1 || initPreferences === 3 || initPreferences === 4 || initPreferences === 6) { executeCrazyEgg(); } } } else { if (adittionalChecks > 0) { setTimeout(function() { checkConsentForCrazyEgg(adittionalChecks - 1); }, 1000); } else { executeCrazyEgg(); } } } } checkConsentForCrazyEgg(3); window.addEventListener('click', function(e) { if (e.target && typeof e.target.className === 'string' && e.target.className.indexOf('isense-cc-submit-consent') >= 0) { checkConsentForCrazyEgg(); } }); </script> <link rel='preconnect dns-prefetch' href='https://api.config-security.com/' crossorigin /> <link rel='preconnect dns-prefetch' href='https://conf.config-security.com/' crossorigin /> <link rel='preconnect dns-prefetch' href='https://whale.camera/' crossorigin /> <!-- <script> /* >> TriplePixel :: start*/ window.TriplePixelData={TripleName:"nbcuniversal.myshopify.com",ver:"2.12",plat:"SHOPIFY",isHeadless:false},function(W,H,A,L,E,_,B,N){function O(U,T,P,H,R){void 0===R&&(R=!1),H=new XMLHttpRequest,P?(H.open("POST",U,!0),H.setRequestHeader("Content-Type","text/plain")):H.open("GET",U,!0),H.send(JSON.stringify(P||{})),H.onreadystatechange=function(){4===H.readyState&&200===H.status?(R=H.responseText,U.includes(".txt")?eval(R):P||(N[B]=R)):(299<H.status||H.status<200)&&T&&!R&&(R=!0,O(U,T-1,P))}}if(N=window,!N[H+"sn"]){N[H+"sn"]=1,L=function(){return Date.now().toString(36)+"_"+Math.random().toString(36)};try{A.setItem(H,1+(0|A.getItem(H)||0)),(E=JSON.parse(A.getItem(H+"U")||"[]")).push({u:location.href,r:document.referrer,t:Date.now(),id:L()}),A.setItem(H+"U",JSON.stringify(E))}catch(e){}var i,m,p;A.getItem('"!nC`')||(_=A,A=N,A[H]||(E=A[H]=function(t,e,a){return void 0===a&&(a=[]),"State"==t?E.s:(W=L(),(E._q=E._q||[]).push([W,t,e].concat(a)),W)},E.s="Installed",E._q=[],E.ch=W,B="configSecurityConfModel",N[B]=1,O("https://conf.config-security.com/model",5),i=L(),m=A[atob("c2NyZWVu")],_.setItem("di_pmt_wt",i),p={id:i,action:"profile",avatar:_.getItem("auth-security_rand_salt_"),time:m[atob("d2lkdGg=")]+":"+m[atob("aGVpZ2h0")],host:A.TriplePixelData.TripleName,plat:A.TriplePixelData.plat,url:window.location.href,ref:document.referrer,ver:A.TriplePixelData.ver},O("https://api.config-security.com/event",5,p),O("https://whale.camera/live/dot.txt",5)))}}("","TriplePixel",localStorage); /* << TriplePixel :: end*/ </script> --> <link rel='preconnect dns-prefetch' href='https://triplewhale-pixel.web.app/' crossorigin /> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="theme-color" content=""> <link rel="canonical" href="https://www.nbcstore.com/pages/syfy"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link rel="icon" type="image/png" href="//www.nbcstore.com/cdn/shop/files/nbc-favicon_32x32.png?v=1614286800"> <link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin> <title>SYFY Official Fan Shop - NBCUniversal Shop Merchandise</title> <meta name="description" content="Get your favorite classic SYFY show merchandise from the official place for all things SYFY on the NBCUniversal Shop. Shop The Magicians, Happy! and more SYFY classics."> <meta property="og:site_name" content="NBCUniversal Shop"> <meta property="og:url" content="https://www.nbcstore.com/pages/syfy"> <meta property="og:title" content="SYFY Official Fan Shop - NBCUniversal Shop Merchandise"> <meta property="og:type" content="website"> <meta property="og:description" content="Get your favorite classic SYFY show merchandise from the official place for all things SYFY on the NBCUniversal Shop. Shop The Magicians, Happy! and more SYFY classics."> <meta property="og:image" content="http://www.nbcstore.com/cdn/shop/files/NBCU_Logo_3_-min.png?v=1694526306"> <meta property="og:image:secure_url" content="https://www.nbcstore.com/cdn/shop/files/NBCU_Logo_3_-min.png?v=1694526306"><meta name="twitter:site" content="@nbc"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="SYFY Official Fan Shop - NBCUniversal Shop Merchandise"> <meta name="twitter:description" content="Get your favorite classic SYFY show merchandise from the official place for all things SYFY on the NBCUniversal Shop. Shop The Magicians, Happy! and more SYFY classics."> <script> if(!window.jQuery) { /*! jQuery v2.2.4 | (c) jQuery Foundation | jquery.org/license */ !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="2.2.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isPlainObject:function(a){var b;if("object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype||{},"isPrototypeOf"))return!1;for(b in a);return void 0===b||k.call(a,b)},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=d.createElement("script"),b.text=a,d.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:h.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(d=e.call(arguments,2),f=function(){return a.apply(b||this,d.concat(e.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\r\\' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=la(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=ma(b);function pa(){}pa.prototype=d.filters=d.pseudos,d.setFilters=new pa,g=fa.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=R.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=S.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(Q," ")}),h=h.slice(c.length));for(g in d.filter)!(e=W[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?fa.error(a):z(a,i).slice(0)};function qa(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return h.call(b,a)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&f.parentNode&&(this.length=1,this[0]=f),this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?void 0!==c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?h.call(n(a),this[0]):h.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||n.uniqueSort(e),D.test(a)&&e.reverse()),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)f[h].apply(c[0],c[1])===!1&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:"")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){n.each(b,function(b,c){n.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==n.type(c)&&d(c)})}(arguments),c&&!b&&i()),this},remove:function(){return n.each(arguments,function(a,b){var c;while((c=n.inArray(b,f,c))>-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.removeEventListener("DOMContentLoaded",J),a.removeEventListener("load",J),n.ready()}n.ready.promise=function(b){return I||(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(n.ready):(d.addEventListener("DOMContentLoaded",J),a.addEventListener("load",J))),I.promise(b)},n.ready.promise();var K=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)K(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},L=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function M(){this.expando=n.expando+M.uid++}M.uid=1,M.prototype={register:function(a,b){var c=b||{};return a.nodeType?a[this.expando]=c:Object.defineProperty(a,this.expando,{value:c,writable:!0,configurable:!0}),a[this.expando]},cache:function(a){if(!L(a))return{};var b=a[this.expando];return b||(b={},L(a)&&(a.nodeType?a[this.expando]=b:Object.defineProperty(a,this.expando,{value:b,configurable:!0}))),b},set:function(a,b,c){var d,e=this.cache(a);if("string"==typeof b)e[b]=c;else for(d in b)e[d]=b[d];return e},get:function(a,b){return void 0===b?this.cache(a):a[this.expando]&&a[this.expando][b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=a[this.expando];if(void 0!==f){if(void 0===b)this.register(a);else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in f?d=[b,e]:(d=e,d=d in f?[d]:d.match(G)||[])),c=d.length;while(c--)delete f[d[c]]}(void 0===b||n.isEmptyObject(f))&&(a.nodeType?a[this.expando]=void 0:delete a[this.expando])}},hasData:function(a){var b=a[this.expando];return void 0!==b&&!n.isEmptyObject(b)}};var N=new M,O=new M,P=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Q=/[A-Z]/g;function R(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(Q,"-$&").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:P.test(c)?n.parseJSON(c):c;}catch(e){}O.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return O.hasData(a)||N.hasData(a)},data:function(a,b,c){return O.access(a,b,c)},removeData:function(a,b){O.remove(a,b)},_data:function(a,b,c){return N.access(a,b,c)},_removeData:function(a,b){N.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=O.get(f),1===f.nodeType&&!N.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),R(f,d,e[d])));N.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){O.set(this,a)}):K(this,function(b){var c,d;if(f&&void 0===b){if(c=O.get(f,a)||O.get(f,a.replace(Q,"-$&").toLowerCase()),void 0!==c)return c;if(d=n.camelCase(a),c=O.get(f,d),void 0!==c)return c;if(c=R(f,d,void 0),void 0!==c)return c}else d=n.camelCase(a),this.each(function(){var c=O.get(this,d);O.set(this,d,b),a.indexOf("-")>-1&&void 0!==c&&O.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){O.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=N.get(a,b),c&&(!d||n.isArray(c)?d=N.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return N.get(a,c)||N.access(a,c,{empty:n.Callbacks("once memory").add(function(){N.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=N.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var S=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=new RegExp("^(?:([+-])=|)("+S+")([a-z%]*)$","i"),U=["Top","Right","Bottom","Left"],V=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)};function W(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return n.css(a,b,"")},i=h(),j=c&&c[3]||(n.cssNumber[b]?"":"px"),k=(n.cssNumber[b]||"px"!==j&&+i)&&T.exec(n.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||".5",k/=f,n.style(a,b,k+j);while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var X=/^(?:checkbox|radio)$/i,Y=/<([\w:-]+)/,Z=/^$|\/(?:java|ecma)script/i,$={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};$.optgroup=$.option,$.tbody=$.tfoot=$.colgroup=$.caption=$.thead,$.th=$.td;function _(a,b){var c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function aa(a,b){for(var c=0,d=a.length;d>c;c++)N.set(a[c],"globalEval",!b||N.get(b[c],"globalEval"))}var ba=/<|&#?\w+;/;function ca(a,b,c,d,e){for(var f,g,h,i,j,k,l=b.createDocumentFragment(),m=[],o=0,p=a.length;p>o;o++)if(f=a[o],f||0===f)if("object"===n.type(f))n.merge(m,f.nodeType?[f]:f);else if(ba.test(f)){g=g||l.appendChild(b.createElement("div")),h=(Y.exec(f)||["",""])[1].toLowerCase(),i=$[h]||$._default,g.innerHTML=i[1]+n.htmlPrefilter(f)+i[2],k=i[0];while(k--)g=g.lastChild;n.merge(m,g.childNodes),g=l.firstChild,g.textContent=""}else m.push(b.createTextNode(f));l.textContent="",o=0;while(f=m[o++])if(d&&n.inArray(f,d)>-1)e&&e.push(f);else if(j=n.contains(f.ownerDocument,f),g=_(l.appendChild(f),"script"),j&&aa(g),c){k=0;while(f=g[k++])Z.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),l.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",l.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var da=/^key/,ea=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,fa=/^([^.]*)(?:\.(.+)|)/;function ga(){return!0}function ha(){return!1}function ia(){try{return d.activeElement}catch(a){}}function ja(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)ja(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=ha;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=N.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return"undefined"!=typeof n&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(G)||[""],j=b.length;while(j--)h=fa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=N.hasData(a)&&N.get(a);if(r&&(i=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=fa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&N.remove(a,"handle events")}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(N.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!==this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},props:"altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,e,f,g=b.button;return null==a.pageX&&null!=b.clientX&&(c=a.target.ownerDocument||d,e=c.documentElement,f=c.body,a.pageX=b.clientX+(e&&e.scrollLeft||f&&f.scrollLeft||0)-(e&&e.clientLeft||f&&f.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||f&&f.scrollTop||0)-(e&&e.clientTop||f&&f.clientTop||0)),a.which||void 0===g||(a.which=1&g?1:2&g?3:4&g?2:0),a}},fix:function(a){if(a[n.expando])return a;var b,c,e,f=a.type,g=a,h=this.fixHooks[f];h||(this.fixHooks[f]=h=ea.test(f)?this.mouseHooks:da.test(f)?this.keyHooks:{}),e=h.props?this.props.concat(h.props):this.props,a=new n.Event(g),b=e.length;while(b--)c=e[b],a[c]=g[c];return a.target||(a.target=d),3===a.target.nodeType&&(a.target=a.target.parentNode),h.filter?h.filter(a,g):a},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==ia()&&this.focus?(this.focus(),!1):void 0},delegateType:"focusin"},blur:{trigger:function(){return this===ia()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&n.nodeName(this,"input")?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}}},n.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?ga:ha):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={constructor:n.Event,isDefaultPrevented:ha,isPropagationStopped:ha,isImmediatePropagationStopped:ha,isSimulated:!1,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=ga,a&&!this.isSimulated&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=ga,a&&!this.isSimulated&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=ga,a&&!this.isSimulated&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||n.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),n.fn.extend({on:function(a,b,c,d){return ja(this,a,b,c,d)},one:function(a,b,c,d){return ja(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&&"function"!=typeof b||(c=b,b=void 0),c===!1&&(c=ha),this.each(function(){n.event.remove(this,a,c,b)})}});var ka=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,la=/<script|<style|<link/i,ma=/checked\s*(?:[^=]|=\s*.checked.)/i,na=/^true\/(.*)/,oa=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function pa(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function qa(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function ra(a){var b=na.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function sa(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(N.hasData(a)&&(f=N.access(a),g=N.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}O.hasData(a)&&(h=O.access(a),i=n.extend({},h),O.set(b,i))}}function ta(a,b){var c=b.nodeName.toLowerCase();"input"===c&&X.test(a.type)?b.checked=a.checked:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}function ua(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&"string"==typeof q&&!l.checkClone&&ma.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),ua(f,b,c,d)});if(o&&(e=ca(b,a[0].ownerDocument,!1,a,d),g=e.firstChild,1===e.childNodes.length&&(e=g),g||d)){for(h=n.map(_(e,"script"),qa),i=h.length;o>m;m++)j=e,m!==p&&(j=n.clone(j,!0,!0),i&&n.merge(h,_(j,"script"))),c.call(a[m],j,m);if(i)for(k=h[h.length-1].ownerDocument,n.map(h,ra),m=0;i>m;m++)j=h[m],Z.test(j.type||"")&&!N.access(j,"globalEval")&&n.contains(k,j)&&(j.src?n._evalUrl&&n._evalUrl(j.src):n.globalEval(j.textContent.replace(oa,"")))}return a}function va(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(_(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&aa(_(d,"script")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(ka,"<$1></$2>")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=_(h),f=_(a),d=0,e=f.length;e>d;d++)ta(f[d],g[d]);if(b)if(c)for(f=f||_(a),g=g||_(h),d=0,e=f.length;e>d;d++)sa(f[d],g[d]);else sa(a,h);return g=_(h,"script"),g.length>0&&aa(g,!i&&_(a,"script")),h},cleanData:function(a){for(var b,c,d,e=n.event.special,f=0;void 0!==(c=a[f]);f++)if(L(c)){if(b=c[N.expando]){if(b.events)for(d in b.events)e[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);c[N.expando]=void 0}c[O.expando]&&(c[O.expando]=void 0)}}}),n.fn.extend({domManip:ua,detach:function(a){return va(this,a,!0)},remove:function(a){return va(this,a)},text:function(a){return K(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return ua(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=pa(this,a);b.appendChild(a)}})},prepend:function(){return ua(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=pa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return ua(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return ua(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(_(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return K(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!la.test(a)&&!$[(Y.exec(a)||["",""])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(_(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return ua(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(_(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),f=e.length-1,h=0;f>=h;h++)c=h===f?this:this.clone(!0),n(e[h])[b](c),g.apply(d,c.get());return this.pushStack(d)}});var wa,xa={HTML:"block",BODY:"block"};function ya(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],"display");return c.detach(),d}function za(a){var b=d,c=xa[a];return c||(c=ya(a,b),"none"!==c&&c||(wa=(wa||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=wa[0].contentDocument,b.write(),b.close(),c=ya(a,b),wa.detach()),xa[a]=c),c}var Aa=/^margin/,Ba=new RegExp("^("+S+")(?!px)[a-z%]+$","i"),Ca=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)},Da=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e},Ea=d.documentElement;!function(){var b,c,e,f,g=d.createElement("div"),h=d.createElement("div");if(h.style){h.style.backgroundClip="content-box",h.cloneNode(!0).style.backgroundClip="",l.clearCloneStyle="content-box"===h.style.backgroundClip,g.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",g.appendChild(h);function i(){h.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",h.innerHTML="",Ea.appendChild(g);var d=a.getComputedStyle(h);b="1%"!==d.top,f="2px"===d.marginLeft,c="4px"===d.width,h.style.marginRight="50%",e="4px"===d.marginRight,Ea.removeChild(g)}n.extend(l,{pixelPosition:function(){return i(),b},boxSizingReliable:function(){return null==c&&i(),c},pixelMarginRight:function(){return null==c&&i(),e},reliableMarginLeft:function(){return null==c&&i(),f},reliableMarginRight:function(){var b,c=h.appendChild(d.createElement("div"));return c.style.cssText=h.style.cssText="-webkit-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",c.style.marginRight=c.style.width="0",h.style.width="1px",Ea.appendChild(g),b=!parseFloat(a.getComputedStyle(c).marginRight),Ea.removeChild(g),h.removeChild(c),b}})}}();function Fa(a,b,c){var d,e,f,g,h=a.style;return c=c||Ca(a),g=c?c.getPropertyValue(b)||c[b]:void 0,""!==g&&void 0!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),c&&!l.pixelMarginRight()&&Ba.test(g)&&Aa.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f),void 0!==g?g+"":g}function Ga(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Ha=/^(none|table(?!-c[ea]).+)/,Ia={position:"absolute",visibility:"hidden",display:"block"},Ja={letterSpacing:"0",fontWeight:"400"},Ka=["Webkit","O","Moz","ms"],La=d.createElement("div").style;function Ma(a){if(a in La)return a;var b=a[0].toUpperCase()+a.slice(1),c=Ka.length;while(c--)if(a=Ka[c]+b,a in La)return a}function Na(a,b,c){var d=T.exec(b);return d?Math.max(0,d[2]-(c||0))+(d[3]||"px"):b}function Oa(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+U[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+U[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+U[f]+"Width",!0,e))):(g+=n.css(a,"padding"+U[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+U[f]+"Width",!0,e)));return g}function Pa(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ca(a),g="border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Fa(a,b,f),(0>e||null==e)&&(e=a.style[b]),Ba.test(e))return e;d=g&&(l.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Oa(a,b,c||(g?"border":"content"),d,f)+"px"}function Qa(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=N.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&V(d)&&(f[g]=N.access(d,"olddisplay",za(d.nodeName)))):(e=V(d),"none"===c&&e||N.set(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Fa(a,"opacity");return""===c?"1":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;return b=n.cssProps[h]||(n.cssProps[h]=Ma(h)||h),g=n.cssHooks[b]||n.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=T.exec(c))&&e[1]&&(c=W(a,b,e),f="number"),null!=c&&c===c&&("number"===f&&(c+=e&&e[3]||(n.cssNumber[h]?"":"px")),l.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=Ma(h)||h),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=Fa(a,b,d)),"normal"===e&&b in Ja&&(e=Ja[b]),""===c||c?(f=parseFloat(e),c===!0||isFinite(f)?f||0:e):e}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?Ha.test(n.css(a,"display"))&&0===a.offsetWidth?Da(a,Ia,function(){return Pa(a,b,d)}):Pa(a,b,d):void 0},set:function(a,c,d){var e,f=d&&Ca(a),g=d&&Oa(a,b,d,"border-box"===n.css(a,"boxSizing",!1,f),f);return g&&(e=T.exec(c))&&"px"!==(e[3]||"px")&&(a.style[b]=c,c=n.css(a,b)),Na(a,c,g)}}}),n.cssHooks.marginLeft=Ga(l.reliableMarginLeft,function(a,b){return b?(parseFloat(Fa(a,"marginLeft"))||a.getBoundingClientRect().left-Da(a,{marginLeft:0},function(){return a.getBoundingClientRect().left}))+"px":void 0}),n.cssHooks.marginRight=Ga(l.reliableMarginRight,function(a,b){return b?Da(a,{display:"inline-block"},Fa,[a,"marginRight"]):void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+U[d]+b]=f[d]||f[d-2]||f[0];return e}},Aa.test(a)||(n.cssHooks[a+b].set=Na)}),n.fn.extend({css:function(a,b){return K(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=Ca(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return Qa(this,!0)},hide:function(){return Qa(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){V(this)?n(this).show():n(this).hide()})}});function Ra(a,b,c,d,e){return new Ra.prototype.init(a,b,c,d,e)}n.Tween=Ra,Ra.prototype={constructor:Ra,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||n.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Ra.propHooks[this.prop];return a&&a.get?a.get(this):Ra.propHooks._default.get(this)},run:function(a){var b,c=Ra.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Ra.propHooks._default.set(this),this}},Ra.prototype.init.prototype=Ra.prototype,Ra.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[n.cssProps[a.prop]]&&!n.cssHooks[a.prop]?a.elem[a.prop]=a.now:n.style(a.elem,a.prop,a.now+a.unit)}}},Ra.propHooks.scrollTop=Ra.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},n.fx=Ra.prototype.init,n.fx.step={};var Sa,Ta,Ua=/^(?:toggle|show|hide)$/,Va=/queueHooks$/;function Wa(){return a.setTimeout(function(){Sa=void 0}),Sa=n.now()}function Xa(a,b){var c,d=0,e={height:a};for(b=b?1:0;4>d;d+=2-b)c=U[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function Ya(a,b,c){for(var d,e=(_a.tweeners[b]||[]).concat(_a.tweeners["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function Za(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},o=a.style,p=a.nodeType&&V(a),q=N.get(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=n.css(a,"display"),k="none"===j?N.get(a,"olddisplay")||za(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(o.display="inline-block")),c.overflow&&(o.overflow="hidden",l.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],Ua.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}m[d]=q&&q[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(m))"inline"===("none"===j?za(a.nodeName):j)&&(o.display=j);else{q?"hidden"in q&&(p=q.hidden):q=N.access(a,"fxshow",{}),f&&(q.hidden=!p),p?n(a).show():l.done(function(){n(a).hide()}),l.done(function(){var b;N.remove(a,"fxshow");for(b in m)n.style(a,b,m[b])});for(d in m)g=Ya(p?q[d]:0,d,l),d in q||(q[d]=g.start,p&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function $a(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function _a(a,b,c){var d,e,f=0,g=_a.prefilters.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=Sa||Wa(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{},easing:n.easing._default},c),originalProperties:b,originalOptions:c,startTime:Sa||Wa(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for($a(k,j.opts.specialEasing);g>f;f++)if(d=_a.prefilters[f].call(j,a,k,j.opts))return n.isFunction(d.stop)&&(n._queueHooks(j.elem,j.opts.queue).stop=n.proxy(d.stop,d)),d;return n.map(k,Ya,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(_a,{tweeners:{"*":[function(a,b){var c=this.createTween(a,b);return W(c.elem,a,T.exec(b),c),c}]},tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.match(G);for(var c,d=0,e=a.length;e>d;d++)c=a[d],_a.tweeners[c]=_a.tweeners[c]||[],_a.tweeners[c].unshift(b)},prefilters:[Za],prefilter:function(a,b){b?_a.prefilters.unshift(a):_a.prefilters.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,null!=d.queue&&d.queue!==!0||(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(V).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=_a(this,n.extend({},a),f);(e||N.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=N.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&Va.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=N.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(Xa(b,!0),a,d,e)}}),n.each({slideDown:Xa("show"),slideUp:Xa("hide"),slideToggle:Xa("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=0,c=n.timers;for(Sa=n.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||n.fx.stop(),Sa=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){Ta||(Ta=a.setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){a.clearInterval(Ta),Ta=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(b,c){return b=n.fx?n.fx.speeds[b]||b:b,c=c||"fx",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a=d.createElement("input"),b=d.createElement("select"),c=b.appendChild(d.createElement("option"));a.type="checkbox",l.checkOn=""!==a.value,l.optSelected=c.selected,b.disabled=!0,l.optDisabled=!c.disabled,a=d.createElement("input"),a.value="t",a.type="radio",l.radioValue="t"===a.value}();var ab,bb=n.expr.attrHandle;n.fn.extend({attr:function(a,b){return K(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),e=n.attrHooks[b]||(n.expr.match.bool.test(b)?ab:void 0)),void 0!==c?null===c?void n.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=n.find.attr(a,b),null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!l.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(G);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)}}),ab={set:function(a,b,c){return b===!1?n.removeAttr(a,c):a.setAttribute(c,c),c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=bb[b]||n.find.attr;bb[b]=function(a,b,d){var e,f;return d||(f=bb[b],bb[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,bb[b]=f),e}});var cb=/^(?:input|select|textarea|button)$/i,db=/^(?:a|area)$/i;n.fn.extend({prop:function(a,b){return K(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[n.propFix[a]||a]})}}),n.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&n.isXMLDoc(a)||(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=n.find.attr(a,"tabindex");return b?parseInt(b,10):cb.test(a.nodeName)||db.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),l.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this});var eb=/[\t\r\n\f]/g;function fb(a){return a.getAttribute&&a.getAttribute("class")||""}n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,fb(this)))});if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=fb(c),d=1===c.nodeType&&(" "+e+" ").replace(eb," ")){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=n.trim(d),e!==h&&c.setAttribute("class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,fb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=fb(c),d=1===c.nodeType&&(" "+e+" ").replace(eb," ")){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=n.trim(d),e!==h&&c.setAttribute("class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):n.isFunction(a)?this.each(function(c){n(this).toggleClass(a.call(this,c,fb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=n(this),f=a.match(G)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=fb(this),b&&N.set(this,"__className__",b),this.setAttribute&&this.setAttribute("class",b||a===!1?"":N.get(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+fb(c)+" ").replace(eb," ").indexOf(b)>-1)return!0;return!1}});var gb=/\r/g,hb=/[\x20\t\r\n\f]+/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(gb,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a)).replace(hb," ")}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],(c.selected||i===e)&&(l.optDisabled?!c.disabled:null===c.getAttribute("disabled"))&&(!c.parentNode.disabled||!n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=n.inArray(n.valHooks.option.get(d),f)>-1)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>-1:void 0}},l.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var ib=/^(?:focusinfocus|focusoutblur)$/;n.extend(n.event,{trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,"type")?b.type:b,r=k.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!ib.test(q+n.event.triggered)&&(q.indexOf(".")>-1&&(r=q.split("."),q=r.shift(),r.sort()),l=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},f||!o.trigger||o.trigger.apply(e,c)!==!1)){if(!f&&!o.noBubble&&!n.isWindow(e)){for(j=o.delegateType||q,ib.test(j+q)||(h=h.parentNode);h;h=h.parentNode)p.push(h),i=h;i===(e.ownerDocument||d)&&p.push(i.defaultView||i.parentWindow||a)}g=0;while((h=p[g++])&&!b.isPropagationStopped())b.type=g>1?j:o.bindType||q,m=(N.get(h,"events")||{})[b.type]&&N.get(h,"handle"),m&&m.apply(h,c),m=l&&h[l],m&&m.apply&&L(h)&&(b.result=m.apply(h,c),b.result===!1&&b.preventDefault());return b.type=q,f||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!L(e)||l&&n.isFunction(e[q])&&!n.isWindow(e)&&(i=e[l],i&&(e[l]=null),n.event.triggered=q,e[q](),n.event.triggered=void 0,i&&(e[l]=i)),b.result}},simulate:function(a,b,c){var d=n.extend(new n.Event,c,{type:a,isSimulated:!0});n.event.trigger(d,null,b)}}),n.fn.extend({trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),l.focusin="onfocusin"in a,l.focusin||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a))};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=N.access(d,b);e||d.addEventListener(a,c,!0),N.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=N.access(d,b)-1;e?N.access(d,b,e):(d.removeEventListener(a,c,!0),N.remove(d,b))}}});var jb=a.location,kb=n.now(),lb=/\?/;n.parseJSON=function(a){return JSON.parse(a+"")},n.parseXML=function(b){var c;if(!b||"string"!=typeof b)return null;try{c=(new a.DOMParser).parseFromString(b,"text/xml")}catch(d){c=void 0}return c&&!c.getElementsByTagName("parsererror").length||n.error("Invalid XML: "+b),c};var mb=/#.*$/,nb=/([?&])_=[^&]*/,ob=/^(.*?):[ \t]*([^\r\n]*)$/gm,pb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,qb=/^(?:GET|HEAD)$/,rb=/^\/\//,sb={},tb={},ub="*/".concat("*"),vb=d.createElement("a");vb.href=jb.href;function wb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(G)||[];if(n.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function xb(a,b,c,d){var e={},f=a===tb;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function yb(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&n.extend(!0,a,d),a}function zb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Ab(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:jb.href,type:"GET",isLocal:pb.test(jb.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":ub,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?yb(yb(a,n.ajaxSettings),b):yb(n.ajaxSettings,a)},ajaxPrefilter:wb(sb),ajaxTransport:wb(tb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m=n.ajaxSetup({},c),o=m.context||m,p=m.context&&(o.nodeType||o.jquery)?n(o):n.event,q=n.Deferred(),r=n.Callbacks("once memory"),s=m.statusCode||{},t={},u={},v=0,w="canceled",x={readyState:0,getResponseHeader:function(a){var b;if(2===v){if(!h){h={};while(b=ob.exec(g))h[b[1].toLowerCase()]=b[2]}b=h[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===v?g:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return v||(a=u[c]=u[c]||a,t[a]=b),this},overrideMimeType:function(a){return v||(m.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>v)for(b in a)s[b]=[s[b],a[b]];else x.always(a[x.status]);return this},abort:function(a){var b=a||w;return e&&e.abort(b),z(0,b),this}};if(q.promise(x).complete=r.add,x.success=x.done,x.error=x.fail,m.url=((b||m.url||jb.href)+"").replace(mb,"").replace(rb,jb.protocol+"//"),m.type=c.method||c.type||m.method||m.type,m.dataTypes=n.trim(m.dataType||"*").toLowerCase().match(G)||[""],null==m.crossDomain){j=d.createElement("a");try{j.href=m.url,j.href=j.href,m.crossDomain=vb.protocol+"//"+vb.host!=j.protocol+"//"+j.host}catch(y){m.crossDomain=!0}}if(m.data&&m.processData&&"string"!=typeof m.data&&(m.data=n.param(m.data,m.traditional)),xb(sb,m,c,x),2===v)return x;k=n.event&&m.global,k&&0===n.active++&&n.event.trigger("ajaxStart"),m.type=m.type.toUpperCase(),m.hasContent=!qb.test(m.type),f=m.url,m.hasContent||(m.data&&(f=m.url+=(lb.test(f)?"&":"?")+m.data,delete m.data),m.cache===!1&&(m.url=nb.test(f)?f.replace(nb,"$1_="+kb++):f+(lb.test(f)?"&":"?")+"_="+kb++)),m.ifModified&&(n.lastModified[f]&&x.setRequestHeader("If-Modified-Since",n.lastModified[f]),n.etag[f]&&x.setRequestHeader("If-None-Match",n.etag[f])),(m.data&&m.hasContent&&m.contentType!==!1||c.contentType)&&x.setRequestHeader("Content-Type",m.contentType),x.setRequestHeader("Accept",m.dataTypes[0]&&m.accepts[m.dataTypes[0]]?m.accepts[m.dataTypes[0]]+("*"!==m.dataTypes[0]?", "+ub+"; q=0.01":""):m.accepts["*"]);for(l in m.headers)x.setRequestHeader(l,m.headers[l]);if(m.beforeSend&&(m.beforeSend.call(o,x,m)===!1||2===v))return x.abort();w="abort";for(l in{success:1,error:1,complete:1})x[l](m[l]);if(e=xb(tb,m,c,x)){if(x.readyState=1,k&&p.trigger("ajaxSend",[x,m]),2===v)return x;m.async&&m.timeout>0&&(i=a.setTimeout(function(){x.abort("timeout")},m.timeout));try{v=1,e.send(t,z)}catch(y){if(!(2>v))throw y;z(-1,y)}}else z(-1,"No Transport");function z(b,c,d,h){var j,l,t,u,w,y=c;2!==v&&(v=2,i&&a.clearTimeout(i),e=void 0,g=h||"",x.readyState=b>0?4:0,j=b>=200&&300>b||304===b,d&&(u=zb(m,x,d)),u=Ab(m,u,x,j),j?(m.ifModified&&(w=x.getResponseHeader("Last-Modified"),w&&(n.lastModified[f]=w),w=x.getResponseHeader("etag"),w&&(n.etag[f]=w)),204===b||"HEAD"===m.type?y="nocontent":304===b?y="notmodified":(y=u.state,l=u.data,t=u.error,j=!t)):(t=y,!b&&y||(y="error",0>b&&(b=0))),x.status=b,x.statusText=(c||y)+"",j?q.resolveWith(o,[l,y,x]):q.rejectWith(o,[x,y,t]),x.statusCode(s),s=void 0,k&&p.trigger(j?"ajaxSuccess":"ajaxError",[x,m,j?l:t]),r.fireWith(o,[x,y]),k&&(p.trigger("ajaxComplete",[x,m]),--n.active||n.event.trigger("ajaxStop")))}return x},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax(n.extend({url:a,type:b,dataType:e,data:c,success:d},n.isPlainObject(a)&&a))}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){var b;return n.isFunction(a)?this.each(function(b){n(this).wrapAll(a.call(this,b))}):(this[0]&&(b=n(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this)},wrapInner:function(a){return n.isFunction(a)?this.each(function(b){n(this).wrapInner(a.call(this,b))}):this.each(function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}}),n.expr.filters.hidden=function(a){return!n.expr.filters.visible(a)},n.expr.filters.visible=function(a){return a.offsetWidth>0||a.offsetHeight>0||a.getClientRects().length>0};var Bb=/%20/g,Cb=/\[\]$/,Db=/\r?\n/g,Eb=/^(?:submit|button|image|reset|file)$/i,Fb=/^(?:input|select|textarea|keygen)/i;function Gb(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||Cb.test(a)?d(a,e):Gb(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)Gb(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)Gb(c,a[c],b,e);return d.join("&").replace(Bb,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&Fb.test(this.nodeName)&&!Eb.test(a)&&(this.checked||!X.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(Db,"\r\n")}}):{name:b.name,value:c.replace(Db,"\r\n")}}).get()}}),n.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(b){}};var Hb={0:200,1223:204},Ib=n.ajaxSettings.xhr();l.cors=!!Ib&&"withCredentials"in Ib,l.ajax=Ib=!!Ib,n.ajaxTransport(function(b){var c,d;return l.cors||Ib&&!b.crossDomain?{send:function(e,f){var g,h=b.xhr();if(h.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(g in b.xhrFields)h[g]=b.xhrFields[g];b.mimeType&&h.overrideMimeType&&h.overrideMimeType(b.mimeType),b.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest");for(g in e)h.setRequestHeader(g,e[g]);c=function(a){return function(){c&&(c=d=h.onload=h.onerror=h.onabort=h.onreadystatechange=null,"abort"===a?h.abort():"error"===a?"number"!=typeof h.status?f(0,"error"):f(h.status,h.statusText):f(Hb[h.status]||h.status,h.statusText,"text"!==(h.responseType||"text")||"string"!=typeof h.responseText?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=c(),d=h.onerror=c("error"),void 0!==h.onabort?h.onabort=d:h.onreadystatechange=function(){4===h.readyState&&a.setTimeout(function(){c&&d()})},c=c("abort");try{h.send(b.hasContent&&b.data||null)}catch(i){if(c)throw i}},abort:function(){c&&c()}}:void 0}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(e,f){b=n("<script>").prop({charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&f("error"===a.type?404:200,a.type)}),d.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Jb=[],Kb=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Jb.pop()||n.expando+"_"+kb++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Kb.test(b.url)?"url":"string"==typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Kb.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Kb,"$1"+e):b.jsonp!==!1&&(b.url+=(lb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?n(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Jb.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||d;var e=x.exec(a),f=!c&&[];return e?[b.createElement(e[1])]:(e=ca([a],b,f),f&&f.length&&n(f).remove(),n.merge([],e.childNodes))};var Lb=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&Lb)return Lb.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>-1&&(d=n.trim(a.slice(h)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e||"GET",dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};function Mb(a){return n.isWindow(a)?a:9===a.nodeType&&a.defaultView}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,n.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d=this[0],e={top:0,left:0},f=d&&d.ownerDocument;if(f)return b=f.documentElement,n.contains(b,d)?(e=d.getBoundingClientRect(),c=Mb(f),{top:e.top+c.pageYOffset-b.clientTop,left:e.left+c.pageXOffset-b.clientLeft}):e},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===n.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(d=a.offset()),d.top+=n.css(a[0],"borderTopWidth",!0),d.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-d.top-n.css(c,"marginTop",!0),left:b.left-d.left-n.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Ea})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c="pageYOffset"===b;n.fn[a]=function(d){return K(this,function(a,d,e){var f=Mb(a);return void 0===e?f?f[b]:a[d]:void(f?f.scrollTo(c?f.pageXOffset:e,c?e:f.pageYOffset):a[d]=e)},a,d,arguments.length)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=Ga(l.pixelPosition,function(a,c){return c?(c=Fa(a,b),Ba.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return K(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)},size:function(){return this.length}}),n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var Nb=a.jQuery,Ob=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=Ob),b&&a.jQuery===n&&(a.jQuery=Nb),n},b||(a.jQuery=a.$=n),n}); } /*! Wiser slider v2.3.4 */ !function(t,e,i,s){function n(e,i){this.settings=null,this.options=t.extend({},n.Defaults,i),this.$element=t(e),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},t.each(["onResize","onThrottledResize"],t.proxy(function(e,i){this._handlers[i]=t.proxy(this[i],this)},this)),t.each(n.Plugins,t.proxy(function(t,e){this._plugins[t.charAt(0).toLowerCase()+t.slice(1)]=new e(this)},this)),t.each(n.Workers,t.proxy(function(e,i){this._pipe.push({filter:i.filter,run:t.proxy(i.run,this)})},this)),this.setup(),this.initialize()}n.Defaults={items:3,loop:!1,center:!1,rewind:!1,checkVisibility:!0,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:e,fallbackEasing:"swing",slideTransition:"",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",refreshClass:"owl-refresh",loadedClass:"owl-loaded",loadingClass:"owl-loading",rtlClass:"owl-rtl",responsiveClass:"owl-responsive",dragClass:"owl-drag",itemClass:"owl-item",stageClass:"owl-stage",stageOuterClass:"owl-stage-outer",grabClass:"owl-grab"},n.Width={Default:"default",Inner:"inner",Outer:"outer"},n.Type={Event:"event",State:"state"},n.Plugins={},n.Workers=[{filter:["width","settings"],run:function(){this._width=this.$element.width()}},{filter:["width","items","settings"],run:function(t){t.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){this.$stage.children(".cloned").remove()}},{filter:["width","items","settings"],run:function(t){var e=this.settings.margin||"",i=!this.settings.autoWidth,s=this.settings.rtl,n={width:"auto","margin-left":s?e:"","margin-right":s?"":e};!i&&this.$stage.children().css(n),t.css=n}},{filter:["width","items","settings"],run:function(t){var e=(this.width()/this.settings.items).toFixed(3)-this.settings.margin,i=null,s=this._items.length,n=!this.settings.autoWidth,o=[];for(t.items={merge:!1,width:e};s--;)i=this._mergers[s],i=this.settings.mergeFit&&Math.min(i,this.settings.items)||i,t.items.merge=i>1||t.items.merge,o[s]=n?e*i:this._items[s].width();this._widths=o}},{filter:["items","settings"],run:function(){var e=[],i=this._items,s=this.settings,n=Math.max(2*s.items,4),o=2*Math.ceil(i.length/2),r=s.loop&&i.length?s.rewind?n:Math.max(n,o):0,a="",h="";for(r/=2;r>0;)e.push(this.normalize(e.length/2,!0)),a+=i[e[e.length-1]][0].outerHTML,e.push(this.normalize(i.length-1-(e.length-1)/2,!0)),h=i[e[e.length-1]][0].outerHTML+h,r-=1;this._clones=e,t(a).addClass("cloned").appendTo(this.$stage),t(h).addClass("cloned").prependTo(this.$stage)}},{filter:["width","items","settings"],run:function(){for(var t=this.settings.rtl?1:-1,e=this._clones.length+this._items.length,i=-1,s=0,n=0,o=[];++i<e;)s=o[i-1]||0,n=this._widths[this.relative(i)]+this.settings.margin,o.push(s+n*t);this._coordinates=o}},{filter:["width","items","settings"],run:function(){var t=this.settings.stagePadding,e=this._coordinates,i={width:Math.ceil(Math.abs(e[e.length-1]))+2*t,"padding-left":t||"","padding-right":t||""};this.$stage.css(i)}},{filter:["width","items","settings"],run:function(t){var e=this._coordinates.length,i=!this.settings.autoWidth,s=this.$stage.children();if(i&&t.items.merge)for(;e--;)t.css.width=this._widths[this.relative(e)],s.eq(e).css(t.css);else i&&(t.css.width=t.items.width,s.css(t.css))}},{filter:["items"],run:function(){this._coordinates.length<1&&this.$stage.removeAttr("style")}},{filter:["width","items","settings"],run:function(t){t.current=t.current?this.$stage.children().index(t.current):0,t.current=Math.max(this.minimum(),Math.min(this.maximum(),t.current)),this.reset(t.current)}},{filter:["position"],run:function(){this.animate(this.coordinates(this._current))}},{filter:["width","position","items","settings"],run:function(){var t,e,i,s,n=this.settings.rtl?1:-1,o=2*this.settings.stagePadding,r=this.coordinates(this.current())+o,a=r+this.width()*n,h=[];for(i=0,s=this._coordinates.length;i<s;i++)t=this._coordinates[i-1]||0,e=Math.abs(this._coordinates[i])+o*n,(this.op(t,"<=",r)&&this.op(t,">",a)||this.op(e,"<",r)&&this.op(e,">",a))&&h.push(i);this.$stage.children(".active").removeClass("active"),this.$stage.children(":eq("+h.join("), :eq(")+")").addClass("active"),this.$stage.children(".center").removeClass("center"),this.settings.center&&this.$stage.children().eq(this.current()).addClass("center")}}],n.prototype.initializeStage=function(){this.$stage=this.$element.find("."+this.settings.stageClass),this.$stage.length||(this.$element.addClass(this.options.loadingClass),this.$stage=t("<"+this.settings.stageElement+">",{class:this.settings.stageClass}).wrap(t("<div/>",{class:this.settings.stageOuterClass})),this.$element.append(this.$stage.parent()))},n.prototype.initializeItems=function(){var e=this.$element.find(".owl-item");if(e.length)return this._items=e.get().map(function(e){return t(e)}),this._mergers=this._items.map(function(){return 1}),void this.refresh();this.replace(this.$element.children().not(this.$stage.parent())),this.isVisible()?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass)},n.prototype.initialize=function(){var t,e,i;this.enter("initializing"),this.trigger("initialize"),this.$element.toggleClass(this.settings.rtlClass,this.settings.rtl),this.settings.autoWidth&&!this.is("pre-loading")&&(t=this.$element.find("img"),e=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:void 0,i=this.$element.children(e).width(),t.length&&i<=0&&this.preloadAutoWidthImages(t)),this.initializeStage(),this.initializeItems(),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},n.prototype.isVisible=function(){return!this.settings.checkVisibility||this.$element.is(":visible")},n.prototype.setup=function(){var e=this.viewport(),i=this.options.responsive,s=-1,n=null;i?(t.each(i,function(t){t<=e&&t>s&&(s=Number(t))}),"function"==typeof(n=t.extend({},this.options,i[s])).stagePadding&&(n.stagePadding=n.stagePadding()),delete n.responsive,n.responsiveClass&&this.$element.attr("class",this.$element.attr("class").replace(new RegExp("("+this.options.responsiveClass+"-)\\S+\\s","g"),"$1"+s))):n=t.extend({},this.options),this.trigger("change",{property:{name:"settings",value:n}}),this._breakpoint=s,this.settings=n,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}})},n.prototype.optionsLogic=function(){this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},n.prototype.prepare=function(e){var i=this.trigger("prepare",{content:e});return i.data||(i.data=t("<"+this.settings.itemElement+"/>").addClass(this.options.itemClass).append(e)),this.trigger("prepared",{content:i.data}),i.data},n.prototype.update=function(){for(var e=0,i=this._pipe.length,s=t.proxy(function(t){return this[t]},this._invalidated),n={};e<i;)(this._invalidated.all||t.grep(this._pipe[e].filter,s).length>0)&&this._pipe[e].run(n),e++;this._invalidated={},!this.is("valid")&&this.enter("valid")},n.prototype.width=function(t){switch(t=t||n.Width.Default){case n.Width.Inner:case n.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},n.prototype.refresh=function(){this.enter("refreshing"),this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$element.addClass(this.options.refreshClass),this.update(),this.$element.removeClass(this.options.refreshClass),this.leave("refreshing"),this.trigger("refreshed")},n.prototype.onThrottledResize=function(){e.clearTimeout(this.resizeTimer),this.resizeTimer=e.setTimeout(this._handlers.onResize,this.settings.responsiveRefreshRate)},n.prototype.onResize=function(){return!!this._items.length&&this._width!==this.$element.width()&&!!this.isVisible()&&(this.enter("resizing"),this.trigger("resize").isDefaultPrevented()?(this.leave("resizing"),!1):(this.invalidate("width"),this.refresh(),this.leave("resizing"),void this.trigger("resized")))},n.prototype.registerEventHandlers=function(){t.support.transition&&this.$stage.on(t.support.transition.end+".owl.core",t.proxy(this.onTransitionEnd,this)),!1!==this.settings.responsive&&this.on(e,"resize",this._handlers.onThrottledResize),this.settings.mouseDrag&&(this.$element.addClass(this.options.dragClass),this.$stage.on("mousedown.owl.core",t.proxy(this.onDragStart,this)),this.$stage.on("dragstart.owl.core selectstart.owl.core",function(){return!1})),this.settings.touchDrag&&(this.$stage.on("touchstart.owl.core",t.proxy(this.onDragStart,this)),this.$stage.on("touchcancel.owl.core",t.proxy(this.onDragEnd,this)))},n.prototype.onDragStart=function(e){var s=null;3!==e.which&&(t.support.transform?s={x:(s=this.$stage.css("transform").replace(/.*\(|\)| /g,"").split(","))[16===s.length?12:4],y:s[16===s.length?13:5]}:(s=this.$stage.position(),s={x:this.settings.rtl?s.left+this.$stage.width()-this.width()+this.settings.margin:s.left,y:s.top}),this.is("animating")&&(t.support.transform?this.animate(s.x):this.$stage.stop(),this.invalidate("position")),this.$element.toggleClass(this.options.grabClass,"mousedown"===e.type),this.speed(0),this._drag.time=(new Date).getTime(),this._drag.target=t(e.target),this._drag.stage.start=s,this._drag.stage.current=s,this._drag.pointer=this.pointer(e),t(i).on("mouseup.owl.core touchend.owl.core",t.proxy(this.onDragEnd,this)),t(i).one("mousemove.owl.core touchmove.owl.core",t.proxy(function(e){var s=this.difference(this._drag.pointer,this.pointer(e));t(i).on("mousemove.owl.core touchmove.owl.core",t.proxy(this.onDragMove,this)),Math.abs(s.x)<Math.abs(s.y)&&this.is("valid")||(e.preventDefault(),this.enter("dragging"),this.trigger("drag"))},this)))},n.prototype.onDragMove=function(t){var e=null,i=null,s=null,n=this.difference(this._drag.pointer,this.pointer(t)),o=this.difference(this._drag.stage.start,n);this.is("dragging")&&(t.preventDefault(),this.settings.loop?(e=this.coordinates(this.minimum()),i=this.coordinates(this.maximum()+1)-e,o.x=((o.x-e)%i+i)%i+e):(e=this.settings.rtl?this.coordinates(this.maximum()):this.coordinates(this.minimum()),i=this.settings.rtl?this.coordinates(this.minimum()):this.coordinates(this.maximum()),s=this.settings.pullDrag?-1*n.x/5:0,o.x=Math.max(Math.min(o.x,e+s),i+s)),this._drag.stage.current=o,this.animate(o.x))},n.prototype.onDragEnd=function(e){var s=this.difference(this._drag.pointer,this.pointer(e)),n=this._drag.stage.current,o=s.x>0^this.settings.rtl?"left":"right";t(i).off(".owl.core"),this.$element.removeClass(this.options.grabClass),(0!==s.x&&this.is("dragging")||!this.is("valid"))&&(this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(this.closest(n.x,0!==s.x?o:this._drag.direction)),this.invalidate("position"),this.update(),this._drag.direction=o,(Math.abs(s.x)>3||(new Date).getTime()-this._drag.time>300)&&this._drag.target.one("click.owl.core",function(){return!1})),this.is("dragging")&&(this.leave("dragging"),this.trigger("dragged"))},n.prototype.closest=function(e,i){var s=-1,n=this.width(),o=this.coordinates();return this.settings.freeDrag||t.each(o,t.proxy(function(t,r){return"left"===i&&e>r-30&&e<r+30?s=t:"right"===i&&e>r-n-30&&e<r-n+30?s=t+1:this.op(e,"<",r)&&this.op(e,">",void 0!==o[t+1]?o[t+1]:r-n)&&(s="left"===i?t+1:t),-1===s},this)),this.settings.loop||(this.op(e,">",o[this.minimum()])?s=e=this.minimum():this.op(e,"<",o[this.maximum()])&&(s=e=this.maximum())),s},n.prototype.animate=function(e){var i=this.speed()>0;this.is("animating")&&this.onTransitionEnd(),i&&(this.enter("animating"),this.trigger("translate")),t.support.transform3d&&t.support.transition?this.$stage.css({transform:"translate3d("+e+"px,0px,0px)",transition:this.speed()/1e3+"s"+(this.settings.slideTransition?" "+this.settings.slideTransition:"")}):i?this.$stage.animate({left:e+"px"},this.speed(),this.settings.fallbackEasing,t.proxy(this.onTransitionEnd,this)):this.$stage.css({left:e+"px"})},n.prototype.is=function(t){return this._states.current[t]&&this._states.current[t]>0},n.prototype.current=function(t){if(void 0===t)return this._current;if(0!==this._items.length){if(t=this.normalize(t),this._current!==t){var e=this.trigger("change",{property:{name:"position",value:t}});void 0!==e.data&&(t=this.normalize(e.data)),this._current=t,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current}},n.prototype.invalidate=function(e){return"string"===t.type(e)&&(this._invalidated[e]=!0,this.is("valid")&&this.leave("valid")),t.map(this._invalidated,function(t,e){return e})},n.prototype.reset=function(t){void 0!==(t=this.normalize(t))&&(this._speed=0,this._current=t,this.suppress(["translate","translated"]),this.animate(this.coordinates(t)),this.release(["translate","translated"]))},n.prototype.normalize=function(t,e){var i=this._items.length,s=e?0:this._clones.length;return!this.isNumeric(t)||i<1?t=void 0:(t<0||t>=i+s)&&(t=((t-s/2)%i+i)%i+s/2),t},n.prototype.relative=function(t){return t-=this._clones.length/2,this.normalize(t,!0)},n.prototype.maximum=function(t){var e,i,s,n=this.settings,o=this._coordinates.length;if(n.loop)o=this._clones.length/2+this._items.length-1;else if(n.autoWidth||n.merge){if(e=this._items.length)for(i=this._items[--e].width(),s=this.$element.width();e--&&!((i+=this._items[e].width()+this.settings.margin)>s););o=e+1}else o=n.center?this._items.length-1:this._items.length-n.items;return t&&(o-=this._clones.length/2),Math.max(o,0)},n.prototype.minimum=function(t){return t?0:this._clones.length/2},n.prototype.items=function(t){return void 0===t?this._items.slice():(t=this.normalize(t,!0),this._items[t])},n.prototype.mergers=function(t){return void 0===t?this._mergers.slice():(t=this.normalize(t,!0),this._mergers[t])},n.prototype.clones=function(e){var i=this._clones.length/2,s=i+this._items.length,n=function(t){return t%2==0?s+t/2:i-(t+1)/2};return void 0===e?t.map(this._clones,function(t,e){return n(e)}):t.map(this._clones,function(t,i){return t===e?n(i):null})},n.prototype.speed=function(t){return void 0!==t&&(this._speed=t),this._speed},n.prototype.coordinates=function(e){var i,s=1,n=e-1;return void 0===e?t.map(this._coordinates,t.proxy(function(t,e){return this.coordinates(e)},this)):(this.settings.center?(this.settings.rtl&&(s=-1,n=e+1),i=this._coordinates[e],i+=(this.width()-i+(this._coordinates[n]||0))/2*s):i=this._coordinates[n]||0,i=Math.ceil(i))},n.prototype.duration=function(t,e,i){return 0===i?0:Math.min(Math.max(Math.abs(e-t),1),6)*Math.abs(i||this.settings.smartSpeed)},n.prototype.to=function(t,e){var i=this.current(),s=null,n=t-this.relative(i),o=(n>0)-(n<0),r=this._items.length,a=this.minimum(),h=this.maximum();this.settings.loop?(!this.settings.rewind&&Math.abs(n)>r/2&&(n+=-1*o*r),(s=(((t=i+n)-a)%r+r)%r+a)!==t&&s-n<=h&&s-n>0&&(i=s-n,t=s,this.reset(i))):t=this.settings.rewind?(t%(h+=1)+h)%h:Math.max(a,Math.min(h,t)),this.speed(this.duration(i,t,e)),this.current(t),this.isVisible()&&this.update()},n.prototype.next=function(t){t=t||!1,this.to(this.relative(this.current())+1,t)},n.prototype.prev=function(t){t=t||!1,this.to(this.relative(this.current())-1,t)},n.prototype.onTransitionEnd=function(t){if(void 0!==t&&(t.stopPropagation(),(t.target||t.srcElement||t.originalTarget)!==this.$stage.get(0)))return!1;this.leave("animating"),this.trigger("translated")},n.prototype.viewport=function(){var s;return this.options.responsiveBaseElement!==e?s=t(this.options.responsiveBaseElement).width():e.innerWidth?s=e.innerWidth:i.documentElement&&i.documentElement.clientWidth?s=i.documentElement.clientWidth:console.warn("Can not detect viewport width."),s},n.prototype.replace=function(e){this.$stage.empty(),this._items=[],e&&(e=e instanceof jQuery?e:t(e)),this.settings.nestedItemSelector&&(e=e.find("."+this.settings.nestedItemSelector)),e.filter(function(){return 1===this.nodeType}).each(t.proxy(function(t,e){e=this.prepare(e),this.$stage.append(e),this._items.push(e),this._mergers.push(1*e.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)},this)),this.reset(this.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},n.prototype.add=function(e,i){var s=this.relative(this._current);i=void 0===i?this._items.length:this.normalize(i,!0),e=e instanceof jQuery?e:t(e),this.trigger("add",{content:e,position:i}),e=this.prepare(e),0===this._items.length||i===this._items.length?(0===this._items.length&&this.$stage.append(e),0!==this._items.length&&this._items[i-1].after(e),this._items.push(e),this._mergers.push(1*e.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)):(this._items[i].before(e),this._items.splice(i,0,e),this._mergers.splice(i,0,1*e.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)),this._items[s]&&this.reset(this._items[s].index()),this.invalidate("items"),this.trigger("added",{content:e,position:i})},n.prototype.remove=function(t){void 0!==(t=this.normalize(t,!0))&&(this.trigger("remove",{content:this._items[t],position:t}),this._items[t].remove(),this._items.splice(t,1),this._mergers.splice(t,1),this.invalidate("items"),this.trigger("removed",{content:null,position:t}))},n.prototype.preloadAutoWidthImages=function(e){e.each(t.proxy(function(e,i){this.enter("pre-loading"),i=t(i),t(new Image).one("load",t.proxy(function(t){i.attr("src",t.target.src),i.css("opacity",1),this.leave("pre-loading"),!this.is("pre-loading")&&!this.is("initializing")&&this.refresh()},this)).attr("src",i.attr("src")||i.attr("data-src")||i.attr("data-src-retina"))},this))},n.prototype.destroy=function(){for(var s in this.$element.off(".owl.core"),this.$stage.off(".owl.core"),t(i).off(".owl.core"),!1!==this.settings.responsive&&(e.clearTimeout(this.resizeTimer),this.off(e,"resize",this._handlers.onThrottledResize)),this._plugins)this._plugins[s].destroy();this.$stage.children(".cloned").remove(),this.$stage.unwrap(),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$stage.remove(),this.$element.removeClass(this.options.refreshClass).removeClass(this.options.loadingClass).removeClass(this.options.loadedClass).removeClass(this.options.rtlClass).removeClass(this.options.dragClass).removeClass(this.options.grabClass).attr("class",this.$element.attr("class").replace(new RegExp(this.options.responsiveClass+"-\\S+\\s","g"),"")).removeData("owl.carousel")},n.prototype.op=function(t,e,i){var s=this.settings.rtl;switch(e){case"<":return s?t>i:t<i;case">":return s?t<i:t>i;case">=":return s?t<=i:t>=i;case"<=":return s?t>=i:t<=i}},n.prototype.on=function(t,e,i,s){t.addEventListener?t.addEventListener(e,i,s):t.attachEvent&&t.attachEvent("on"+e,i)},n.prototype.off=function(t,e,i,s){t.removeEventListener?t.removeEventListener(e,i,s):t.detachEvent&&t.detachEvent("on"+e,i)},n.prototype.trigger=function(e,i,s,o,r){var a={item:{count:this._items.length,index:this.current()}},h=t.camelCase(t.grep(["on",e,s],function(t){return t}).join("-").toLowerCase()),l=t.Event([e,"owl",s||"carousel"].join(".").toLowerCase(),t.extend({relatedTarget:this},a,i));return this._supress[e]||(t.each(this._plugins,function(t,e){e.onTrigger&&e.onTrigger(l)}),this.register({type:n.Type.Event,name:e}),this.$element.trigger(l),this.settings&&"function"==typeof this.settings[h]&&this.settings[h].call(this,l)),l},n.prototype.enter=function(e){t.each([e].concat(this._states.tags[e]||[]),t.proxy(function(t,e){void 0===this._states.current[e]&&(this._states.current[e]=0),this._states.current[e]++},this))},n.prototype.leave=function(e){t.each([e].concat(this._states.tags[e]||[]),t.proxy(function(t,e){this._states.current[e]--},this))},n.prototype.register=function(e){if(e.type===n.Type.Event){if(t.event.special[e.name]||(t.event.special[e.name]={}),!t.event.special[e.name].owl){var i=t.event.special[e.name]._default;t.event.special[e.name]._default=function(t){return!i||!i.apply||t.namespace&&-1!==t.namespace.indexOf("owl")?t.namespace&&t.namespace.indexOf("owl")>-1:i.apply(this,arguments)},t.event.special[e.name].owl=!0}}else e.type===n.Type.State&&(this._states.tags[e.name]?this._states.tags[e.name]=this._states.tags[e.name].concat(e.tags):this._states.tags[e.name]=e.tags,this._states.tags[e.name]=t.grep(this._states.tags[e.name],t.proxy(function(i,s){return t.inArray(i,this._states.tags[e.name])===s},this)))},n.prototype.suppress=function(e){t.each(e,t.proxy(function(t,e){this._supress[e]=!0},this))},n.prototype.release=function(e){t.each(e,t.proxy(function(t,e){delete this._supress[e]},this))},n.prototype.pointer=function(t){var i={x:null,y:null};return(t=(t=t.originalEvent||t||e.event).touches&&t.touches.length?t.touches[0]:t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:t).pageX?(i.x=t.pageX,i.y=t.pageY):(i.x=t.clientX,i.y=t.clientY),i},n.prototype.isNumeric=function(t){return!isNaN(parseFloat(t))},n.prototype.difference=function(t,e){return{x:t.x-e.x,y:t.y-e.y}},t.fn.WiserCarouselSlider=function(e){var i=Array.prototype.slice.call(arguments,1);return this.each(function(){var s=t(this),o=s.data("owl.carousel");o||(o=new n(this,"object"==typeof e&&e),s.data("owl.carousel",o),t.each(["next","prev","to","destroy","refresh","replace","add","remove"],function(e,i){o.register({type:n.Type.Event,name:i}),o.$element.on(i+".owl.carousel.core",t.proxy(function(t){t.namespace&&t.relatedTarget!==this&&(this.suppress([i]),o[i].apply(this,[].slice.call(arguments,1)),this.release([i]))},o))})),"string"==typeof e&&"_"!==e.charAt(0)&&o[e].apply(o,i)})},t.fn.WiserCarouselSlider.Constructor=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._interval=null,this._visible=null,this._handlers={"initialized.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.autoRefresh&&this.watch()},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers)};n.Defaults={autoRefresh:!0,autoRefreshInterval:500},n.prototype.watch=function(){this._interval||(this._visible=this._core.isVisible(),this._interval=e.setInterval(t.proxy(this.refresh,this),this._core.settings.autoRefreshInterval))},n.prototype.refresh=function(){this._core.isVisible()!==this._visible&&(this._visible=!this._visible,this._core.$element.toggleClass("owl-hidden",!this._visible),this._visible&&this._core.invalidate("width")&&this._core.refresh())},n.prototype.destroy=function(){var t,i;for(t in e.clearInterval(this._interval),this._handlers)this._core.$element.off(t,this._handlers[t]);for(i in Object.getOwnPropertyNames(this))"function"!=typeof this[i]&&(this[i]=null)},t.fn.WiserCarouselSlider.Constructor.Plugins.AutoRefresh=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel resized.owl.carousel":t.proxy(function(e){if(e.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(e.property&&"position"==e.property.name||"initialized"==e.type)){var i=this._core.settings,s=i.center&&Math.ceil(i.items/2)||i.items,n=i.center&&-1*s||0,o=(e.property&&void 0!==e.property.value?e.property.value:this._core.current())+n,r=this._core.clones().length,a=t.proxy(function(t,e){this.load(e)},this);for(i.lazyLoadEager>0&&(s+=i.lazyLoadEager,i.loop&&(o-=i.lazyLoadEager,s++));n++<s;)this.load(r/2+this._core.relative(o)),r&&t.each(this._core.clones(this._core.relative(o)),a),o++}},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers)};n.Defaults={lazyLoad:!1,lazyLoadEager:0},n.prototype.load=function(i){var s=this._core.$stage.children().eq(i),n=s&&s.find(".owl-lazy");!n||t.inArray(s.get(0),this._loaded)>-1||(n.each(t.proxy(function(i,s){var n,o=t(s),r=e.devicePixelRatio>1&&o.attr("data-src-retina")||o.attr("data-src")||o.attr("data-srcset");this._core.trigger("load",{element:o,url:r},"lazy"),o.is("img")?o.one("load.owl.lazy",t.proxy(function(){o.css("opacity",1),this._core.trigger("loaded",{element:o,url:r},"lazy")},this)).attr("src",r):o.is("source")?o.one("load.owl.lazy",t.proxy(function(){this._core.trigger("loaded",{element:o,url:r},"lazy")},this)).attr("srcset",r):((n=new Image).onload=t.proxy(function(){o.css({"background-image":'url("'+r+'")',opacity:"1"}),this._core.trigger("loaded",{element:o,url:r},"lazy")},this),n.src=r)},this)),this._loaded.push(s.get(0)))},n.prototype.destroy=function(){var t,e;for(t in this.handlers)this._core.$element.off(t,this.handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.WiserCarouselSlider.Constructor.Plugins.Lazy=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(i){this._core=i,this._previousHeight=null,this._handlers={"initialized.owl.carousel refreshed.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.autoHeight&&"position"===t.property.name&&this.update()},this),"loaded.owl.lazy":t.proxy(function(t){t.namespace&&this._core.settings.autoHeight&&t.element.closest("."+this._core.settings.itemClass).index()===this._core.current()&&this.update()},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers),this._intervalId=null;var s=this;t(e).on("load",function(){s._core.settings.autoHeight&&s.update()}),t(e).resize(function(){s._core.settings.autoHeight&&(null!=s._intervalId&&clearTimeout(s._intervalId),s._intervalId=setTimeout(function(){s.update()},250))})};n.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},n.prototype.update=function(){var e=this._core._current,i=e+this._core.settings.items,s=this._core.settings.lazyLoad,n=this._core.$stage.children().toArray().slice(e,i),o=[],r=0;t.each(n,function(e,i){o.push(t(i).height())}),(r=Math.max.apply(null,o))<=1&&s&&this._previousHeight&&(r=this._previousHeight),this._previousHeight=r,this._core.$stage.parent().height(r).addClass(this._core.settings.autoHeightClass)},n.prototype.destroy=function(){var t,e;for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.WiserCarouselSlider.Constructor.Plugins.AutoHeight=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._videos={},this._playing=null,this._handlers={"initialized.owl.carousel":t.proxy(function(t){t.namespace&&this._core.register({type:"state",name:"playing",tags:["interacting"]})},this),"resize.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.video&&this.isInFullScreen()&&t.preventDefault()},this),"refreshed.owl.carousel":t.proxy(function(t){t.namespace&&this._core.is("resizing")&&this._core.$stage.find(".cloned .owl-video-frame").remove()},this),"changed.owl.carousel":t.proxy(function(t){t.namespace&&"position"===t.property.name&&this._playing&&this.stop()},this),"prepared.owl.carousel":t.proxy(function(e){if(e.namespace){var i=t(e.content).find(".owl-video");i.length&&(i.css("display","none"),this.fetch(i,t(e.content)))}},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",t.proxy(function(t){this.play(t)},this))};n.Defaults={video:!1,videoHeight:!1,videoWidth:!1},n.prototype.fetch=function(t,e){var i=t.attr("data-vimeo-id")?"vimeo":t.attr("data-vzaar-id")?"vzaar":"youtube",s=t.attr("data-vimeo-id")||t.attr("data-youtube-id")||t.attr("data-vzaar-id"),n=t.attr("data-width")||this._core.settings.videoWidth,o=t.attr("data-height")||this._core.settings.videoHeight,r=t.attr("href");if(!r)throw new Error("Missing video URL.");if((s=r.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com|be\-nocookie\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/))[3].indexOf("youtu")>-1)i="youtube";else if(s[3].indexOf("vimeo")>-1)i="vimeo";else{if(!(s[3].indexOf("vzaar")>-1))throw new Error("Video URL not supported.");i="vzaar"}s=s[6],this._videos[r]={type:i,id:s,width:n,height:o},e.attr("data-video",r),this.thumbnail(t,this._videos[r])},n.prototype.thumbnail=function(e,i){var s,n,o=i.width&&i.height?"width:"+i.width+"px;height:"+i.height+"px;":"",r=e.find("img"),a="src",h="",l=this._core.settings,c=function(i){s=l.lazyLoad?t("<div/>",{class:"owl-video-tn "+h,srcType:i}):t("<div/>",{class:"owl-video-tn",style:"opacity:1;background-image:url("+i+")"}),e.after(s),e.after('<div class="owl-video-play-icon"></div>')};if(e.wrap(t("<div/>",{class:"owl-video-wrapper",style:o})),this._core.settings.lazyLoad&&(a="data-src",h="owl-lazy"),r.length)return c(r.attr(a)),r.remove(),!1;"youtube"===i.type?(n="//img.youtube.com/vi/"+i.id+"/hqdefault.jpg",c(n)):"vimeo"===i.type?t.ajax({type:"GET",url:"//vimeo.com/api/v2/video/"+i.id+".json",jsonp:"callback",dataType:"jsonp",success:function(t){n=t[0].thumbnail_large,c(n)}}):"vzaar"===i.type&&t.ajax({type:"GET",url:"//vzaar.com/api/videos/"+i.id+".json",jsonp:"callback",dataType:"jsonp",success:function(t){n=t.framegrab_url,c(n)}})},n.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null,this._core.leave("playing"),this._core.trigger("stopped",null,"video")},n.prototype.play=function(e){var i,s=t(e.target).closest("."+this._core.settings.itemClass),n=this._videos[s.attr("data-video")],o=n.width||"100%",r=n.height||this._core.$stage.height();this._playing||(this._core.enter("playing"),this._core.trigger("play",null,"video"),s=this._core.items(this._core.relative(s.index())),this._core.reset(s.index()),(i=t('<iframe frameborder="0" allowfullscreen mozallowfullscreen webkitAllowFullScreen ></iframe>')).attr("height",r),i.attr("width",o),"youtube"===n.type?i.attr("src","//www.youtube.com/embed/"+n.id+"?autoplay=1&rel=0&v="+n.id):"vimeo"===n.type?i.attr("src","//player.vimeo.com/video/"+n.id+"?autoplay=1"):"vzaar"===n.type&&i.attr("src","//view.vzaar.com/"+n.id+"/player?autoplay=true"),t(i).wrap('<div class="owl-video-frame" />').insertAfter(s.find(".owl-video")),this._playing=s.addClass("owl-video-playing"))},n.prototype.isInFullScreen=function(){var e=i.fullscreenElement||i.mozFullScreenElement||i.webkitFullscreenElement;return e&&t(e).parent().hasClass("owl-video-frame")},n.prototype.destroy=function(){var t,e;for(t in this._core.$element.off("click.owl.video"),this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.WiserCarouselSlider.Constructor.Plugins.Video=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this.core=e,this.core.options=t.extend({},n.Defaults,this.core.options),this.swapping=!0,this.previous=void 0,this.next=void 0,this.handlers={"change.owl.carousel":t.proxy(function(t){t.namespace&&"position"==t.property.name&&(this.previous=this.core.current(),this.next=t.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":t.proxy(function(t){t.namespace&&(this.swapping="translated"==t.type)},this),"translate.owl.carousel":t.proxy(function(t){t.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};n.Defaults={animateOut:!1,animateIn:!1},n.prototype.swap=function(){if(1===this.core.settings.items&&t.support.animation&&t.support.transition){this.core.speed(0);var e,i=t.proxy(this.clear,this),s=this.core.$stage.children().eq(this.previous),n=this.core.$stage.children().eq(this.next),o=this.core.settings.animateIn,r=this.core.settings.animateOut;this.core.current()!==this.previous&&(r&&(e=this.core.coordinates(this.previous)-this.core.coordinates(this.next),s.one(t.support.animation.end,i).css({left:e+"px"}).addClass("animated owl-animated-out").addClass(r)),o&&n.one(t.support.animation.end,i).addClass("animated owl-animated-in").addClass(o))}},n.prototype.clear=function(e){t(e.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},n.prototype.destroy=function(){var t,e;for(t in this.handlers)this.core.$element.off(t,this.handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.WiserCarouselSlider.Constructor.Plugins.Animate=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._call=null,this._time=0,this._timeout=0,this._paused=!0,this._handlers={"changed.owl.carousel":t.proxy(function(t){t.namespace&&"settings"===t.property.name?this._core.settings.autoplay?this.play():this.stop():t.namespace&&"position"===t.property.name&&this._paused&&(this._time=0)},this),"initialized.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":t.proxy(function(t,e,i){t.namespace&&this.play(e,i)},this),"stop.owl.autoplay":t.proxy(function(t){t.namespace&&this.stop()},this),"mouseover.owl.autoplay":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":t.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=t.extend({},n.Defaults,this._core.options)};n.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},n.prototype._next=function(s){this._call=e.setTimeout(t.proxy(this._next,this,s),this._timeout*(Math.round(this.read()/this._timeout)+1)-this.read()),this._core.is("interacting")||i.hidden||this._core.next(s||this._core.settings.autoplaySpeed)},n.prototype.read=function(){return(new Date).getTime()-this._time},n.prototype.play=function(i,s){var n;this._core.is("rotating")||this._core.enter("rotating"),i=i||this._core.settings.autoplayTimeout,n=Math.min(this._time%(this._timeout||i),i),this._paused?(this._time=this.read(),this._paused=!1):e.clearTimeout(this._call),this._time+=this.read()%i-n,this._timeout=i,this._call=e.setTimeout(t.proxy(this._next,this,s),i-n)},n.prototype.stop=function(){this._core.is("rotating")&&(this._time=0,this._paused=!0,e.clearTimeout(this._call),this._core.leave("rotating"))},n.prototype.pause=function(){this._core.is("rotating")&&!this._paused&&(this._time=this.read(),this._paused=!0,e.clearTimeout(this._call))},n.prototype.destroy=function(){var t,e;for(t in this.stop(),this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.WiserCarouselSlider.Constructor.Plugins.autoplay=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){"use strict";var n=function(e){this._core=e,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":t.proxy(function(e){e.namespace&&this._core.settings.dotsData&&this._templates.push('<div class="'+this._core.settings.dotClass+'">'+t(e.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"</div>")},this),"added.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.dotsData&&this._templates.splice(t.position,0,this._templates.pop())},this),"remove.owl.carousel":t.proxy(function(t){t.namespace&&this._core.settings.dotsData&&this._templates.splice(t.position,1)},this),"changed.owl.carousel":t.proxy(function(t){t.namespace&&"position"==t.property.name&&this.draw()},this),"initialized.owl.carousel":t.proxy(function(t){t.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":t.proxy(function(t){t.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this.$element.on(this._handlers)};n.Defaults={nav:!1,navText:['<span aria-label="Previous">‹</span>','<span aria-label="Next">›</span>'],navSpeed:!1,navElement:'button type="button" role="presentation"',navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!1,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},n.prototype.initialize=function(){var e,i=this._core.settings;for(e in this._controls.$relative=(i.navContainer?t(i.navContainer):t("<div>").addClass(i.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=t("<"+i.navElement+">").addClass(i.navClass[0]).html(i.navText[0]).prependTo(this._controls.$relative).on("click",t.proxy(function(t){this.prev(i.navSpeed)},this)),this._controls.$next=t("<"+i.navElement+">").addClass(i.navClass[1]).html(i.navText[1]).appendTo(this._controls.$relative).on("click",t.proxy(function(t){this.next(i.navSpeed)},this)),i.dotsData||(this._templates=[t('<button role="button">').addClass(i.dotClass).append(t("<span>")).prop("outerHTML")]),this._controls.$absolute=(i.dotsContainer?t(i.dotsContainer):t("<div>").addClass(i.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","button",t.proxy(function(e){var s=t(e.target).parent().is(this._controls.$absolute)?t(e.target).index():t(e.target).parent().index();e.preventDefault(),this.to(s,i.dotsSpeed)},this)),this._overrides)this._core[e]=t.proxy(this[e],this)},n.prototype.destroy=function(){var t,e,i,s,n;for(t in n=this._core.settings,this._handlers)this.$element.off(t,this._handlers[t]);for(e in this._controls)"$relative"===e&&n.navContainer?this._controls[e].html(""):this._controls[e].remove();for(s in this.overides)this._core[s]=this._overrides[s];for(i in Object.getOwnPropertyNames(this))"function"!=typeof this[i]&&(this[i]=null)},n.prototype.update=function(){var t,e,i=this._core.clones().length/2,s=i+this._core.items().length,n=this._core.maximum(!0),o=this._core.settings,r=o.center||o.autoWidth||o.dotsData?1:o.dotsEach||o.items;if("page"!==o.slideBy&&(o.slideBy=Math.min(o.slideBy,o.items)),o.dots||"page"==o.slideBy)for(this._pages=[],t=i,e=0;t<s;t++){if(e>=r||0===e){if(this._pages.push({start:Math.min(n,t-i),end:t-i+r-1}),Math.min(n,t-i)===n)break;e=0}e+=this._core.mergers(this._core.relative(t))}},n.prototype.draw=function(){var e,i=this._core.settings,s=this._core.items().length<=i.items,n=this._core.relative(this._core.current()),o=i.loop||i.rewind;this._controls.$relative.toggleClass("disabled",!i.nav||s),i.nav&&(this._controls.$previous.toggleClass("disabled",!o&&n<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!o&&n>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!i.dots||s),i.dots&&(e=this._pages.length-this._controls.$absolute.children().length,i.dotsData&&0!==e?this._controls.$absolute.html(this._templates.join("")):e>0?this._controls.$absolute.append(new Array(e+1).join(this._templates[0])):e<0&&this._controls.$absolute.children().slice(e).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(t.inArray(this.current(),this._pages)).addClass("active"))},n.prototype.onTrigger=function(e){var i=this._core.settings;e.page={index:t.inArray(this.current(),this._pages),count:this._pages.length,size:i&&(i.center||i.autoWidth||i.dotsData?1:i.dotsEach||i.items)}},n.prototype.current=function(){var e=this._core.relative(this._core.current());return t.grep(this._pages,t.proxy(function(t,i){return t.start<=e&&t.end>=e},this)).pop()},n.prototype.getPosition=function(e){var i,s,n=this._core.settings;return"page"==n.slideBy?(i=t.inArray(this.current(),this._pages),s=this._pages.length,e?++i:--i,i=this._pages[(i%s+s)%s].start):(i=this._core.relative(this._core.current()),s=this._core.items().length,e?i+=n.slideBy:i-=n.slideBy),i},n.prototype.next=function(e){t.proxy(this._overrides.to,this._core)(this.getPosition(!0),e)},n.prototype.prev=function(e){t.proxy(this._overrides.to,this._core)(this.getPosition(!1),e)},n.prototype.to=function(e,i,s){var n;!s&&this._pages.length?(n=this._pages.length,t.proxy(this._overrides.to,this._core)(this._pages[(e%n+n)%n].start,i)):t.proxy(this._overrides.to,this._core)(e,i)},t.fn.WiserCarouselSlider.Constructor.Plugins.Navigation=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){"use strict";var n=function(i){this._core=i,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":t.proxy(function(i){i.namespace&&"URLHash"===this._core.settings.startPosition&&t(e).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":t.proxy(function(e){if(e.namespace){var i=t(e.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash");if(!i)return;this._hashes[i]=e.content}},this),"changed.owl.carousel":t.proxy(function(i){if(i.namespace&&"position"===i.property.name){var s=this._core.items(this._core.relative(this._core.current())),n=t.map(this._hashes,function(t,e){return t===s?e:null}).join();if(!n||e.location.hash.slice(1)===n)return;e.location.hash=n}},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this.$element.on(this._handlers),t(e).on("hashchange.owl.navigation",t.proxy(function(t){var i=e.location.hash.substring(1),s=this._core.$stage.children(),n=this._hashes[i]&&s.index(this._hashes[i]);void 0!==n&&n!==this._core.current()&&this._core.to(this._core.relative(n),!1,!0)},this))};n.Defaults={URLhashListener:!1},n.prototype.destroy=function(){var i,s;for(i in t(e).off("hashchange.owl.navigation"),this._handlers)this._core.$element.off(i,this._handlers[i]);for(s in Object.getOwnPropertyNames(this))"function"!=typeof this[s]&&(this[s]=null)},t.fn.WiserCarouselSlider.Constructor.Plugins.Hash=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=t("<support>").get(0).style,o="Webkit Moz O ms".split(" "),r={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}};function a(e,i){var r=!1,a=e.charAt(0).toUpperCase()+e.slice(1);return t.each((e+" "+o.join(a+" ")+a).split(" "),function(t,e){if(n[e]!==s)return r=!i||e,!1}),r}function h(t){return a(t,!0)}!!a("transition")&&(t.support.transition=new String(h("transition")),t.support.transition.end=r.transition.end[t.support.transition]),!!a("animation")&&(t.support.animation=new String(h("animation")),t.support.animation.end=r.animation.end[t.support.animation]),a("transform")&&(t.support.transform=new String(h("transform")),t.support.transform3d=!!a("perspective"))}(window.Zepto||window.jQuery,window,document); </script> <!-- <script src="//code.jquery.com/jquery-3.2.1.min.js"></script> --> <script src="//code.jquery.com/jquery-3.6.0.min.js"></script> <script src="//code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script> <script src="//cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.js"></script> <script src="//cdn.jsdelivr.net/npm/jquery-lazyload@1.9.7/jquery.lazyload.min.js"></script> <script src="//cdn.jsdelivr.net/npm/tsparticles@1.32.0/tsparticles.min.js"></script> <script src="//www.nbcstore.com/cdn/shop/t/101/assets/global.js?v=158908456276143125081737491462" defer="defer"></script> <script src="//www.nbcstore.com/cdn/shop/t/101/assets/quickview.js?v=66872038979857412861737491519" defer="defer"></script> <script src="//www.nbcstore.com/cdn/shop/t/101/assets/avalanche.js?v=151481216106457483531737491519" defer="defer"></script> <script src="//www.nbcstore.com/cdn/shop/t/101/assets/navigation.js?v=144797072205662968511737491519" defer="defer"></script> <script src="//www.nbcstore.com/cdn/shop/t/101/assets/custom.js?v=139769691577633097141737739451" defer="defer"></script> <script> var content = "\u003cbutton class=\"qv-close-button\" aria-label=\"Close Quick View\"\u003e\u003csvg viewbox=\"0 0 24 24\" width=\"100%\" height=\"100%\" class=\"icon icon-close lazyload\" aria-hidden=\"true\" focusable=\"false\" role=\"presentation\"\u003e\u003cpath d=\"M 4.9902344 3.9902344 A 1.0001 1.0001 0 0 0 4.2929688 5.7070312 L 10.585938 12 L 4.2929688 18.292969 A 1.0001 1.0001 0 1 0 5.7070312 19.707031 L 12 13.414062 L 18.292969 19.707031 A 1.0001 1.0001 0 1 0 19.707031 18.292969 L 13.414062 12 L 19.707031 5.7070312 A 1.0001 1.0001 0 0 0 18.980469 3.9902344 A 1.0001 1.0001 0 0 0 18.292969 4.2929688 L 12 10.585938 L 5.7070312 4.2929688 A 1.0001 1.0001 0 0 0 4.9902344 3.9902344 z\" fill=\"#FFFFFF\"\u003e\u003c\/path\u003e\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 \u003csvg width=\"48\" height=\"48\" viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cg filter=\"url(#filter0_d_428_2810)\"\u003e\n\u003ccircle cx=\"24\" cy=\"23\" r=\"20\" transform=\"rotate(-90 24 23)\" fill=\"white\"\u003e\u003c\/circle\u003e\n\u003cpath d=\"M23 27L27 23L23 19\" stroke=\"#040404\"\u003e\u003c\/path\u003e\n\u003c\/g\u003e\n\u003cdefs\u003e\n\u003cfilter id=\"filter0_d_428_2810\" x=\"0\" y=\"0\" width=\"48\" height=\"48\" filterunits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"\u003e\n\u003cfeflood flood-opacity=\"0\" result=\"BackgroundImageFix\"\u003e\u003c\/feflood\u003e\n\u003cfecolormatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"\u003e\u003c\/fecolormatrix\u003e\n\u003cfeoffset dy=\"1\"\u003e\u003c\/feoffset\u003e\n\u003cfegaussianblur stddeviation=\"2\"\u003e\u003c\/fegaussianblur\u003e\n\u003cfecolormatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.0392157 0 0 0 0 0.235294 0 0 0 0.15 0\"\u003e\u003c\/fecolormatrix\u003e\n\u003cfeblend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_428_2810\"\u003e\u003c\/feblend\u003e\n\u003cfeblend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_428_2810\" result=\"shape\"\u003e\u003c\/feblend\u003e\n\u003c\/filter\u003e\n\u003c\/defs\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 \u003csvg width=\"48\" height=\"48\" viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cg filter=\"url(#filter0_d_428_2810)\"\u003e\n\u003ccircle cx=\"24\" cy=\"23\" r=\"20\" transform=\"rotate(-90 24 23)\" fill=\"white\"\u003e\u003c\/circle\u003e\n\u003cpath d=\"M23 27L27 23L23 19\" stroke=\"#040404\"\u003e\u003c\/path\u003e\n\u003c\/g\u003e\n\u003cdefs\u003e\n\u003cfilter id=\"filter0_d_428_2810\" x=\"0\" y=\"0\" width=\"48\" height=\"48\" filterunits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"\u003e\n\u003cfeflood flood-opacity=\"0\" result=\"BackgroundImageFix\"\u003e\u003c\/feflood\u003e\n\u003cfecolormatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"\u003e\u003c\/fecolormatrix\u003e\n\u003cfeoffset dy=\"1\"\u003e\u003c\/feoffset\u003e\n\u003cfegaussianblur stddeviation=\"2\"\u003e\u003c\/fegaussianblur\u003e\n\u003cfecolormatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.0392157 0 0 0 0 0.235294 0 0 0 0.15 0\"\u003e\u003c\/fecolormatrix\u003e\n\u003cfeblend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_428_2810\"\u003e\u003c\/feblend\u003e\n\u003cfeblend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_428_2810\" result=\"shape\"\u003e\u003c\/feblend\u003e\n\u003c\/filter\u003e\n\u003c\/defs\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 \u003csvg width=\"48\" height=\"48\" viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cg filter=\"url(#filter0_d_428_2810)\"\u003e\n\u003ccircle cx=\"24\" cy=\"23\" r=\"20\" transform=\"rotate(-90 24 23)\" fill=\"white\"\u003e\u003c\/circle\u003e\n\u003cpath d=\"M23 27L27 23L23 19\" stroke=\"#040404\"\u003e\u003c\/path\u003e\n\u003c\/g\u003e\n\u003cdefs\u003e\n\u003cfilter id=\"filter0_d_428_2810\" x=\"0\" y=\"0\" width=\"48\" height=\"48\" filterunits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"\u003e\n\u003cfeflood flood-opacity=\"0\" result=\"BackgroundImageFix\"\u003e\u003c\/feflood\u003e\n\u003cfecolormatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"\u003e\u003c\/fecolormatrix\u003e\n\u003cfeoffset dy=\"1\"\u003e\u003c\/feoffset\u003e\n\u003cfegaussianblur stddeviation=\"2\"\u003e\u003c\/fegaussianblur\u003e\n\u003cfecolormatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.0392157 0 0 0 0 0.235294 0 0 0 0.15 0\"\u003e\u003c\/fecolormatrix\u003e\n\u003cfeblend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_428_2810\"\u003e\u003c\/feblend\u003e\n\u003cfeblend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_428_2810\" result=\"shape\"\u003e\u003c\/feblend\u003e\n\u003c\/filter\u003e\n\u003c\/defs\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 \u003csvg width=\"48\" height=\"48\" viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n\u003cg filter=\"url(#filter0_d_428_2810)\"\u003e\n\u003ccircle cx=\"24\" cy=\"23\" r=\"20\" transform=\"rotate(-90 24 23)\" fill=\"white\"\u003e\u003c\/circle\u003e\n\u003cpath d=\"M23 27L27 23L23 19\" stroke=\"#040404\"\u003e\u003c\/path\u003e\n\u003c\/g\u003e\n\u003cdefs\u003e\n\u003cfilter id=\"filter0_d_428_2810\" x=\"0\" y=\"0\" width=\"48\" height=\"48\" filterunits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"\u003e\n\u003cfeflood flood-opacity=\"0\" result=\"BackgroundImageFix\"\u003e\u003c\/feflood\u003e\n\u003cfecolormatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"\u003e\u003c\/fecolormatrix\u003e\n\u003cfeoffset dy=\"1\"\u003e\u003c\/feoffset\u003e\n\u003cfegaussianblur stddeviation=\"2\"\u003e\u003c\/fegaussianblur\u003e\n\u003cfecolormatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.0392157 0 0 0 0 0.235294 0 0 0 0.15 0\"\u003e\u003c\/fecolormatrix\u003e\n\u003cfeblend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_428_2810\"\u003e\u003c\/feblend\u003e\n\u003cfeblend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_428_2810\" result=\"shape\"\u003e\u003c\/feblend\u003e\n\u003c\/filter\u003e\n\u003c\/defs\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--primary button--primary-dark hidden\"\u003eAdd to Cart\u003c\/button\u003e\n \n \n \n \n \u003cdiv class=\"qv-details-text-link-container\"\u003e\n \n \u003ca class=\"view-product hidden qv-details-button 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> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="AYWJpzPiehpReHAARZF_pBlFgZr3f7bAhQRtbfQkN1o"> <meta name="google-site-verification" content="AhaylVqYM9mmUs8s_vprNyNwJUiO_q0MAen6NneRK6M"> <meta name="google-site-verification" content="AYWJpzPiehpReHAARZF_pBlFgZr3f7bAhQRtbfQkN1o"> <meta name="facebook-domain-verification" content="gvb2p4s7x5xao9o4yr8rnhe5j1mrug"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/25012174900/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="3681be147200984d5b621ed342637ddd"> <meta id="in-context-paypal-metadata" data-shop-id="25012174900" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <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=25012174900" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":25012174900,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/25012174900","merchantName":"NBCUniversal Shop","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"NBCUniversal Shop","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"3681be147200984d5b621ed342637ddd","betas":["rich-media-storefront-analytics"],"domain":"www.nbcstore.com","predictiveSearch":true,"shopId":25012174900,"smart_payment_buttons_url":"https:\/\/www.nbcstore.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/www.nbcstore.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "nbcuniversal.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"NBCU Store v3.0 - Wiser ","id":175202435438,"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.nbcstore.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'] = {"init-fed-cm":["modules/v2/client.init-fed-cm_OeEJaCCl.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_ebaeknJi.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_DFuavrNS.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_FYuhzIyB.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_BpgmfGjt.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_BeYjtKbh.en.esm.js","modules/v2/client.shop-login-button_lKeTheS8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_PZ5lYCet.en.esm.js","modules/v2/client.shop-login-button_lKeTheS8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_lKeTheS8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_BJjZdiwD.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"pay-button":["modules/v2/client.pay-button_Bg1kIsBL.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_ChDGiggf.en.esm.js","modules/v2/client.shop-login-button_lKeTheS8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"lead-capture":["modules/v2/client.lead-capture_aUqk28I9.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"],"payment-terms":["modules/v2/client.payment-terms_CgEU06X8.en.esm.js","modules/v2/chunk.common_CdbBmSm3.esm.js","modules/v2/chunk.modal_DqtUospk.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/size-charts-relentless.herokuapp.com\/js\/size-charts-relentless.js?shop=nbcuniversal.myshopify.com","https:\/\/upsell.avada.io\/scripttag\/avada-upsell.min.js?shop=nbcuniversal.myshopify.com","https:\/\/cdn.customily.com\/shopify\/static\/customily.shopify.script.js?shop=nbcuniversal.myshopify.com","\/\/searchserverapi.com\/widgets\/shopify\/init.js?a=9G5T6N5a2f\u0026shop=nbcuniversal.myshopify.com","\/\/swymv3pro-01.azureedge.net\/code\/swym-shopify.js?shop=nbcuniversal.myshopify.com","https:\/\/container.pepperjam.com\/660057889.js?shop=nbcuniversal.myshopify.com","https:\/\/wiser.expertvillagemedia.com\/assets\/js\/wiser_script.js?shop=nbcuniversal.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":25012174900,"offset":-18000,"reqid":"52ce36d5-3de7-4552-874c-52af204a52aa-1739810206","pageurl":"www.nbcstore.com\/pages\/syfy?utm_source=syfystore.com\u0026utm_medium=referral\u0026utm_campaign=syfy_migrationlink\u0026utm_content=landingpage","s":"pages-98256388250","u":"cca60c9c13ff","p":"page","rtyp":"page","rid":98256388250};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(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){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script> <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.nbcstore.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//www.nbcstore.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.nbcstore.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <script id="sections-script" data-sections="header,footer" defer="defer" src="//www.nbcstore.com/cdn/shop/t/101/compiled_assets/scripts.js?31148"></script> <link rel="stylesheet" media="screen" href="https://www.nbcstore.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous"> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 300px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <style data-shopify> @font-face { font-family: Assistant; font-weight: 400; font-style: normal; font-display: swap; src: url("//www.nbcstore.com/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=bmJjc3RvcmUuY29t&h2=bmJjdW5pdmVyc2FsLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=Zm9jdXNmZWF0dXJlcy5jb20&h4=dXNhbmV0d29ya3N0b3JlLmNvbQ&h5=c3lmeXN0b3JlLmNvbQ&h6=c2hvcG94eWdlbi5jb20&h7=bXNuYmNzdG9yZS5jb20&h8=c2hvcGVvbmxpbmUuY29t&h9=bmJjdW5pdmVyc2Fsc2hvcC5jb20&hmac=6d815df315b30556fd121b19bd0e9e1a7f396f2a68819aabe58c50c921edb319") format("woff2"), url("//www.nbcstore.com/cdn/fonts/assistant/assistant_n4.a2d012304becc2a26f1ded1acc136fcab85c9afd.woff?h1=bmJjc3RvcmUuY29t&h2=bmJjdW5pdmVyc2FsLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=Zm9jdXNmZWF0dXJlcy5jb20&h4=dXNhbmV0d29ya3N0b3JlLmNvbQ&h5=c3lmeXN0b3JlLmNvbQ&h6=c2hvcG94eWdlbi5jb20&h7=bXNuYmNzdG9yZS5jb20&h8=c2hvcGVvbmxpbmUuY29t&h9=bmJjdW5pdmVyc2Fsc2hvcC5jb20&hmac=d026a408bfa05c1668e2d65ee60803a5ee383eeb87ebc256da28e1f7f63a8977") format("woff"); } @font-face { font-family: Assistant; font-weight: 700; font-style: normal; font-display: swap; src: url("//www.nbcstore.com/cdn/fonts/assistant/assistant_n7.3335c7bdaddf2501ddab87cdbd9be98f3870e10d.woff2?h1=bmJjc3RvcmUuY29t&h2=bmJjdW5pdmVyc2FsLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=Zm9jdXNmZWF0dXJlcy5jb20&h4=dXNhbmV0d29ya3N0b3JlLmNvbQ&h5=c3lmeXN0b3JlLmNvbQ&h6=c2hvcG94eWdlbi5jb20&h7=bXNuYmNzdG9yZS5jb20&h8=c2hvcGVvbmxpbmUuY29t&h9=bmJjdW5pdmVyc2Fsc2hvcC5jb20&hmac=ac716f2f066ae5a5bf325aeb7f2965c23d60e050e8eb5271ce5ec7f13d348e77") format("woff2"), url("//www.nbcstore.com/cdn/fonts/assistant/assistant_n7.7c85f5c5cc1555de92cc7ef2790ee3cffe5237f5.woff?h1=bmJjc3RvcmUuY29t&h2=bmJjdW5pdmVyc2FsLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=Zm9jdXNmZWF0dXJlcy5jb20&h4=dXNhbmV0d29ya3N0b3JlLmNvbQ&h5=c3lmeXN0b3JlLmNvbQ&h6=c2hvcG94eWdlbi5jb20&h7=bXNuYmNzdG9yZS5jb20&h8=c2hvcGVvbmxpbmUuY29t&h9=bmJjdW5pdmVyc2Fsc2hvcC5jb20&hmac=802035ea53b6dd6f52cf75ab6ad7f78c61e1f57e013ad9fce79edd36cb785061") format("woff"); } @font-face { font-family: Assistant; font-weight: 400; font-style: normal; font-display: swap; src: url("//www.nbcstore.com/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=bmJjc3RvcmUuY29t&h2=bmJjdW5pdmVyc2FsLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=Zm9jdXNmZWF0dXJlcy5jb20&h4=dXNhbmV0d29ya3N0b3JlLmNvbQ&h5=c3lmeXN0b3JlLmNvbQ&h6=c2hvcG94eWdlbi5jb20&h7=bXNuYmNzdG9yZS5jb20&h8=c2hvcGVvbmxpbmUuY29t&h9=bmJjdW5pdmVyc2Fsc2hvcC5jb20&hmac=6d815df315b30556fd121b19bd0e9e1a7f396f2a68819aabe58c50c921edb319") format("woff2"), url("//www.nbcstore.com/cdn/fonts/assistant/assistant_n4.a2d012304becc2a26f1ded1acc136fcab85c9afd.woff?h1=bmJjc3RvcmUuY29t&h2=bmJjdW5pdmVyc2FsLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=Zm9jdXNmZWF0dXJlcy5jb20&h4=dXNhbmV0d29ya3N0b3JlLmNvbQ&h5=c3lmeXN0b3JlLmNvbQ&h6=c2hvcG94eWdlbi5jb20&h7=bXNuYmNzdG9yZS5jb20&h8=c2hvcGVvbmxpbmUuY29t&h9=bmJjdW5pdmVyc2Fsc2hvcC5jb20&hmac=d026a408bfa05c1668e2d65ee60803a5ee383eeb87ebc256da28e1f7f63a8977") format("woff"); } :root { --font-body-family: Assistant, sans-serif; --font-body-style: normal; --font-body-weight: 400; --font-heading-family: Assistant, sans-serif; --font-heading-style: normal; --font-heading-weight: 400; --font-body-scale: 1.0; --font-heading-scale: 1.0; --color-base-text: 255, 255, 255; --color-base-background-1: 0, 0, 0; --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: #000000; --gradient-base-background-1: #000000; --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: #fccc12; --back-to-top-arrow-color: #000000; --back-to-top-size: ; } *, *::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: var(--font-body-family); 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> <link href='//unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/slick.min.css"> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/@accessible360/accessible-slick@1.0.1/slick/accessible-slick-theme.min.css"> <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css"> <link rel="stylesheet" tupe="text/css" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/base.css?v=49381820087311380381737491428" rel="stylesheet" type="text/css" media="all" /> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/quickview.css?v=65180191089992041737491519" rel="stylesheet" type="text/css" media="all" /> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-breadcrumbs.css?v=5198331927168483651737491519" rel="stylesheet" type="text/css" media="all" /> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-custom-product-card.css?v=121084964606894454811737491519" rel="stylesheet" type="text/css" media="all" /> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/avalanche.css?v=67332964948186438971737665603" rel="stylesheet" type="text/css" media="all" /> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-subscriber-products.css?v=176037406127524305161737491519" rel="stylesheet" type="text/css" media="all" /> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/section-snow-slider-rework.css?v=80552652229717466821737491519" rel="stylesheet" type="text/css" media="all" /> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/avalanche-typography-overrides.css?v=168278608691453658591737491519" rel="stylesheet" type="text/css" media="all" /> <link rel="preload" href="//www.nbcstore.com/cdn/shop/t/101/assets/custom.css?v=172512216683290765541737491519" as="style"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/custom.css?v=172512216683290765541737491519" rel="stylesheet" type="text/css" media="all" /> <link rel="preload" href="//www.nbcstore.com/cdn/shop/t/101/assets/development-custom.css?v=115399735917121849271737738779" as="style"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/development-custom.css?v=115399735917121849271737738779" rel="stylesheet" type="text/css" media="all" /> <link rel="preload" as="font" href="//www.nbcstore.com/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=bmJjc3RvcmUuY29t&h2=bmJjdW5pdmVyc2FsLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=Zm9jdXNmZWF0dXJlcy5jb20&h4=dXNhbmV0d29ya3N0b3JlLmNvbQ&h5=c3lmeXN0b3JlLmNvbQ&h6=c2hvcG94eWdlbi5jb20&h7=bXNuYmNzdG9yZS5jb20&h8=c2hvcGVvbmxpbmUuY29t&h9=bmJjdW5pdmVyc2Fsc2hvcC5jb20&hmac=6d815df315b30556fd121b19bd0e9e1a7f396f2a68819aabe58c50c921edb319" type="font/woff2" crossorigin><link rel="preload" as="font" href="//www.nbcstore.com/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=bmJjc3RvcmUuY29t&h2=bmJjdW5pdmVyc2FsLmFjY291bnQubXlzaG9waWZ5LmNvbQ&h3=Zm9jdXNmZWF0dXJlcy5jb20&h4=dXNhbmV0d29ya3N0b3JlLmNvbQ&h5=c3lmeXN0b3JlLmNvbQ&h6=c2hvcG94eWdlbi5jb20&h7=bXNuYmNzdG9yZS5jb20&h8=c2hvcGVvbmxpbmUuY29t&h9=bmJjdW5pdmVyc2Fsc2hvcC5jb20&hmac=6d815df315b30556fd121b19bd0e9e1a7f396f2a68819aabe58c50c921edb319" type="font/woff2" crossorigin><script>document.documentElement.className = document.documentElement.className.replace('no-js', 'js');</script> <!-- Start of Chatbot Widget script --> <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=7902b293-1edf-45be-82f9-d486dee1879f"> </script> <!-- End of Chatbot Widget script --> <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"):"nbc_universal_store",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> <script> window.ketch('on', 'consent', consent => { const ketchUpdatedConsent = consent.purposes; window.ketch('getConfig', ketchConfig => { const purposeConfig = ketchConfig.purposes; var canonicalPurposeGoogleKeyMap = { behavioral_advertising: ['ad_storage', 'ad_user_data'], analytics: ['analytics_storage'], essential_services: ['functionality_storage', 'security_storage'], personalization: ['personalization_storage', 'ad_personalization'] }; let consentWithGooglePurposes = {}; for (const purposeCode in ketchUpdatedConsent) { consentWithGooglePurposes[purposeCode] = ketchUpdatedConsent[purposeCode]; for (const purpose of purposeConfig) { if (purpose.code === purposeCode) { const canonicalPurposes = purpose.canonicalPurposeCodes; if (canonicalPurposes) { for (const canonicalPurpose of canonicalPurposes) { if (canonicalPurposeGoogleKeyMap[canonicalPurpose]) { const gPurposes = canonicalPurposeGoogleKeyMap[canonicalPurpose]; for (const gp of gPurposes) { if (consentWithGooglePurposes[gp]) { consent[gp] = consentWithGooglePurposes[gp] || ketchUpdatedConsent[purposeCode]; } else { consentWithGooglePurposes[gp] = ketchUpdatedConsent[purposeCode]; } } } } } } } } Shopify.analytics.publish('ketchConsentChanged', { purposes: consentWithGooglePurposes }); }); }); </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 --> <script> var wiser_view_products = "20"; var current_productid = ''; var ws_shop_id = "25012174900"; var wsShopCountryIsoCode = (ws_shop_id == 4536991778) ? "" : "US"; var wsShopLocale = "en"; var wsRelBrseCache = 'wi_related_browse'; var wsRcntCache = 'wi_recent_products'; var wsCustBrseCache = 'wis_customer_browsed'; var wsFileNm = 'wiser_recom'; function wsIncludeWiserRecom(wsScriptUrl, $wsChkJquery) { let $wsScriptTag = document.createElement('script'); $wsScriptTag.src = wsScriptUrl; if ($wsChkJquery == 1) { $wsScriptTag.setAttribute('defer', true); } if ($wsChkJquery != 1) { $wsScriptTag.setAttribute('async', true); $wsScriptTag.setAttribute('evm-ws-shop-id', '25012174900'); $wsScriptTag.setAttribute('ws-recom-embed', 'true'); $wsScriptTag.setAttribute('ws-data-evmpopup', ''); $wsScriptTag.setAttribute('data-maincollection-id', ''); $wsScriptTag.setAttribute('data-productid', ''); $wsScriptTag.setAttribute('data-page', 'page.syfy'); $wsScriptTag.setAttribute('ws-blog-tags', ''); $wsScriptTag.setAttribute('ws-data-evmemail', ''); $wsScriptTag.setAttribute('data-phandle', ""); $wsScriptTag.setAttribute('data-shop-id', 'nbcuniversal.myshopify.com'); $wsScriptTag.type = 'text/javascript'; } document.getElementsByTagName('head').item(0).appendChild($wsScriptTag); } var $wsChkWsRecomScript = document.querySelector('script[evm-ws-shop-id]'); // Select all script tags and check for the desired script const isWiserRecomFound = Array.from(document.scripts).some(script => { const wsScriptSrc = script.src; // Directly access the 'src' property return wsScriptSrc && wsScriptSrc.includes('wiser_recom.js'); }); if (!isWiserRecomFound) { // if ($wsChkWsRecomScript == null) { wsIncludeWiserRecom("https://cdn.shopify.com/extensions/d68f0182-389e-41a6-aa4d-fd9e02308177/wiser-product-recommendations-854/assets/ws_jquery_js_2.2.4.js?version=0217113647", 1); wsIncludeWiserRecom(`https://wiser.expertvillagemedia.com/assets/js/${wsFileNm}.js?version=0217113647`, 0); var evmcustomerId = '' ? '' : ''; window.evmWSSettings = { collections: [``], collectionhandles:``.split(`,`), tags: ``.split(`,`), pagehandle:`syfy`, pageName:`page.syfy`, moneyFormat: "${{amount}}", moneyFormatWithCurrency: "${{amount}} USD", currency: `USD`, domain: `www.nbcstore.com`, product_type: ``, product_vendor: ``, customerId: evmcustomerId, customerEmail:``, } } else if ($wsChkWsRecomScript != null) { $wsChkWsRecomScript.setAttribute('ws-data-evmpopup', ''); $wsChkWsRecomScript.setAttribute('ws-data-evmemail', ''); } </script> <!-- END app snippet --> <!-- END 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/QYNnGm/klaviyo.js?company_id=QYNnGm"></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 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: 25012174900,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,n,o,r,i){if(!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t,s=function(){var d={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},e=d.modern,n=d.legacy,o=navigator.userAgent;return e.test(o)?"modern":(n.test(o),"legacy")}(),l=null!=i?i:{modern:"",legacy:""};window.Shopify=window.Shopify||{};var u=window.Shopify;u.analytics=u.analytics||{};var c=u.analytics;c.replayQueue=[],c.publish=function(d,e,n){return c.replayQueue.push([d,e,n]),!0};try{self.performance.mark("wpm:start")}catch(d){}var f=[n,"/wpm","/b",r,s.substring(0,1),".js"].join(""),h=l[s];!function(d){var e=d.src,n=d.async,o=void 0===n||n,r=d.onload,i=d.onerror,a=d.sri,t=document.createElement("script"),s=document.head,l=document.body;t.async=o,t.src=e,a&&(t.integrity=a,t.crossOrigin="anonymous"),r&&t.addEventListener("load",r),i&&t.addEventListener("error",i),s?s.appendChild(t):l?l.appendChild(t):console.error("Did not find a head or body element to append the script")}({src:f,async:!0,onload:function(){if(!function(){var d,e;return Boolean(null===(e=null===(d=window.Shopify)||void 0===d?void 0:d.analytics)||void 0===e?void 0:e.initialized)}()){var n=window.webPixelsManager.init(d)||void 0;if(n){e(n);var o=window.Shopify.analytics;o.replayQueue.forEach((function(d){var e=d[0],o=d[1],r=d[2];n.publishCustomEvent(e,o,r)})),o.replayQueue=[],o.publish=n.publishCustomEvent,o.visitor=n.visitor,o.initialized=!0}}},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),n="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:o||"latest",bundle_target:s,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(f," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(n,r))return!0}catch(d){}var i=new XMLHttpRequest;try{return i.open("POST",n,!0),i.setRequestHeader("Content-Type","text/plain"),i.send(r),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1},sri:function(d){return"string"==typeof d&&/^sha384-[A-Za-z0-9+/=]+$/.test(d)}(h)?h:""})}})({shopId: 25012174900,storefrontBaseUrl: "https://www.nbcstore.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: ["6a396365"],webPixelsConfigList: [{"id":"714473838","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"G-372YS91107\\\",\\\"target_country\\\":\\\"US\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-372YS91107\\\",\\\"AW-843855004\\\/mVikCNe9nesBEJzpsJID\\\"]},{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-372YS91107\\\",\\\"AW-843855004\\\/xLZfCNS9nesBEJzpsJID\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-372YS91107\\\",\\\"AW-843855004\\\/z3anCM69nesBEJzpsJID\\\",\\\"MC-ZNEJDYCT8W\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-372YS91107\\\",\\\"AW-843855004\\\/Z3XOCMu9nesBEJzpsJID\\\",\\\"MC-ZNEJDYCT8W\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-372YS91107\\\",\\\"AW-843855004\\\/Ob30CMi9nesBEJzpsJID\\\",\\\"MC-ZNEJDYCT8W\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-372YS91107\\\",\\\"AW-843855004\\\/6KvRCNq9nesBEJzpsJID\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-372YS91107\\\",\\\"AW-843855004\\\/TxKgCNG9nesBEJzpsJID\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"642ed32d7fafb3e0986c8ba3bf3908a1","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"339837082","configuration":"{\"apiKey\":\"9G5T6N5a2f\", \"host\":\"searchserverapi.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"ec78811ab089c6a1f0a244a683fa85b3","type":"APP","apiClientId":578825,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"232292506","configuration":"{\"pixel_id\":\"1530198233725799\",\"pixel_type\":\"facebook_pixel\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"8d894c63179843e74a9691414b5ad83d","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"40075418","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"AW Purchase Tracking (NEW)"},{"id":"118325614","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"2","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"Ascend"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0290","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0290","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "",initData: {"shop":{"name":"NBCUniversal Shop","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"nbcuniversal.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/www.nbcstore.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://www.nbcstore.com/cdn","96d7db11b5d836789812e500283123b0e57df9f7","8fa806few5358ccf9p85054907m3e22f137",{"modern":"","legacy":""});</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"page":{"pageType":"page","resourceType":"page","resourceId":98256388250}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti'); (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 25012174900, theme_id: 175202435438, app_name: "storefront", context_url: window.location.href, source_url: "//www.nbcstore.com/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//www.nbcstore.com/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//www.nbcstore.com/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":25012174900,"isMerchantRequest":null,"themeId":175202435438,"themeCityHash":"7732167188663424961","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Google Analytics":{"trackingId":"UA-85998044-1","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"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; ga('require', 'linker'); function addListener(element, type, callback) { if (element.addEventListener) { element.addEventListener(type, callback); } else if (element.attachEvent) { element.attachEvent('on' + type, callback); } } function decorate(event) { event = event || window.event; var target = event.target || event.srcElement; if (target && (target.getAttribute('action') || target.getAttribute('href'))) { ga(function (tracker) { var linkerParam = tracker.get('linkerParam'); document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/'; }); } } addListener(window, 'load', function(){ for (var i=0; i < document.forms.length; i++) { var action = document.forms[i].getAttribute('action'); if(action && action.indexOf('/cart') >= 0) { addListener(document.forms[i], 'submit', decorate); } } for (var i=0; i < document.links.length; i++) { var href = document.links[i].getAttribute('href'); if(href && href.indexOf('/checkout') >= 0) { addListener(document.links[i], 'click', decorate); } } }); var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"page","resourceType":"page","resourceId":98256388250,"shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//www.nbcstore.com/cdn/shopifycloud/shopify/assets/shop_events_listener-af52bb5773aaa9f7f1f7f1f7e3a010a904a5c7213a959b83580d22bc7920a2e4.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script defer src="https://www.nbcstore.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.3.0.min.js" data-application="storefront-renderer" data-shop-id="25012174900" data-render-region="gcp-asia-southeast1" data-page-type="page" data-theme-instance-id="175202435438" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" ></script> </head> <body id="syfy-page" class=" template-page"> <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"><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-cart-drawer.css?v=26571443164057634331737491435" rel="stylesheet" type="text/css" media="all" /> <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 24 24" width="100%" height="100%" class="icon icon-close lazyload" aria-hidden="true" focusable="false" role="presentation"><path d="M 4.9902344 3.9902344 A 1.0001 1.0001 0 0 0 4.2929688 5.7070312 L 10.585938 12 L 4.2929688 18.292969 A 1.0001 1.0001 0 1 0 5.7070312 19.707031 L 12 13.414062 L 18.292969 19.707031 A 1.0001 1.0001 0 1 0 19.707031 18.292969 L 13.414062 12 L 19.707031 5.7070312 A 1.0001 1.0001 0 0 0 18.980469 3.9902344 A 1.0001 1.0001 0 0 0 18.292969 4.2929688 L 12 10.585938 L 5.7070312 4.2929688 A 1.0001 1.0001 0 0 0 4.9902344 3.9902344 z" fill="#FFFFFF"></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.nbcstore.com/cdn/shop/t/101/assets/liquid-ajax-cart-v1.7.0.js?v=147721400519330123671737491519';</script> <style> .cart-drawer-overlay{background:#585858; opacity:0.65;} .my-cart{background:#000000;} .my-cart .cart-header{background:#000000; height: 70px; margin-bottom:10px;} .my-cart .cart-header h2 a{color:#ffffff; justify-content: flex-start;} .my-cart .cart-item{border-bottom:1px solid #000000;} .my-cart .cart-item-content a, .my-cart .cart-item-content p{color:#ffffff;} .my-cart .cart-item-quantity{border:0px solid #000000; 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:#ffffff;} .my-cart .cart-footer{background:#000000;} .my-cart .cart-footer-total{color:#ffffff;} .cart-close-button{background:rgba(0,0,0,0); top: 15px;} .cart-close-button svg path{fill:#ffffff; stroke:#ffffff;} .my-cart .loader{border: 5px solid #000000; border-top: 5px solid #ffffff;} .my-cart .loading-bar > span {background-color: #000000;} .my-cart .cart-footer{padding:0 0 5px 0;} .my-cart .cart-footer-free-shipping{background:#439fdb;} .my-cart .cart-footer-coupon{background:#439fdb;} .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:#ffffff;} .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: #ffffff;} @media screen and (min-width: 768px) { .my-cart .cart-footer .cart-footer-button-container {display: flex; flex-flow: column wrap;} .my-cart { width: 450px; } } </style> <script> jQuery(document).ready(function ($){ function cartDrawer(){ $('.product-form__submit, .header__icon--cart').click(function(event){ if ($(event.currentTarget).hasClass("header__icon--cart")) { event.preventDefault(); } $('.cart-drawer-overlay').fadeIn(); $('#shopify-section-cart-drawer .my-cart, .cart-close-button').show("slide", { direction: "right" }, 500); window.postMessage({ type: 'cart_drawer', action: "open"}, '*'); }); $('.cart-drawer-overlay, .cart-close-button').click(function(){ $('.cart-drawer-overlay').fadeOut(1000); $('#shopify-section-cart-drawer .my-cart, .cart-close-button').hide("slide", { direction: "right" }, 500); 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); } }); } }); </script> </div> <div id="shopify-section-universal-header" class="shopify-section"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-universal-header.css?v=63715795219597173311737491519" rel="stylesheet" type="text/css" media="all" /> <ul class="universal-header clearfix "> <li class="block-icons"> <ul class="block-icon-list"> <li class="universal-header-logo UH-block-039ad333-cd1c-4c14-9053-e408b07b1eaf " > <a href="/collections/nbc" aria-label="Link to /collections/nbc"> <img height="40px" width="60px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_NBC_f8c82ad0-fff7-4d22-8888-8da5668950f0_540x.png?v=1689281972" 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"> <img height="40px" width="60px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_NBC_f8c82ad0-fff7-4d22-8888-8da5668950f0_540x.png?v=1689281972" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-039ad333-cd1c-4c14-9053-e408b07b1eaf { background: #020a3c; } .UH-block-039ad333-cd1c-4c14-9053-e408b07b1eaf img { height: 25px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-039ad333-cd1c-4c14-9053-e408b07b1eaf img { height: 25px; width: auto; } .UH-block-039ad333-cd1c-4c14-9053-e408b07b1eaf img.color { filter: brightness(0) invert(1); } .UH-block-039ad333-cd1c-4c14-9053-e408b07b1eaf.active img.color, .UH-block-039ad333-cd1c-4c14-9053-e408b07b1eaf:hover img.color{ filter: none; } .UH-block-039ad333-cd1c-4c14-9053-e408b07b1eaf.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-039ad333-cd1c-4c14-9053-e408b07b1eaf.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-039ad333-cd1c-4c14-9053-e408b07b1eaf { background: none; } .UH-block-039ad333-cd1c-4c14-9053-e408b07b1eaf img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-039ad333-cd1c-4c14-9053-e408b07b1eaf img { height: 25px; width: auto; } } </style> <li class="universal-header-logo UH-block-66e99811-859d-4970-b3e6-97e378bca65d " > <a href="/pages/shop-by-bravo" aria-label="Link to /pages/shop-by-bravo"> <img height="40px" width="60px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_Bravo_57f48e47-92ba-4ed2-833b-8403a523757d_540x.png?v=1689281972" 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"> <img height="40px" width="60px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_Bravo_57f48e47-92ba-4ed2-833b-8403a523757d_540x.png?v=1689281972" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-66e99811-859d-4970-b3e6-97e378bca65d { background: #020a3c; } .UH-block-66e99811-859d-4970-b3e6-97e378bca65d img { height: 25px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-66e99811-859d-4970-b3e6-97e378bca65d img { height: 25px; width: auto; } .UH-block-66e99811-859d-4970-b3e6-97e378bca65d img.color { filter: brightness(0) invert(1); } .UH-block-66e99811-859d-4970-b3e6-97e378bca65d.active img.color, .UH-block-66e99811-859d-4970-b3e6-97e378bca65d:hover img.color{ filter: none; } .UH-block-66e99811-859d-4970-b3e6-97e378bca65d.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-66e99811-859d-4970-b3e6-97e378bca65d.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-66e99811-859d-4970-b3e6-97e378bca65d { background: none; } .UH-block-66e99811-859d-4970-b3e6-97e378bca65d img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-66e99811-859d-4970-b3e6-97e378bca65d img { height: 25px; width: auto; } } </style> <li class="universal-header-logo UH-block-7797351e-edff-4cf7-bec0-0c5598cc8e4c " > <a href="/collections/peacock-shop" aria-label="Link to /collections/peacock-shop"> <img height="40px" width="128px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_Peacock_fc173788-0f07-44b4-9fa0-474f724c0765_540x.png?v=1689281972" 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"> <img height="40px" width="128px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_Peacock_fc173788-0f07-44b4-9fa0-474f724c0765_540x.png?v=1689281972" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-7797351e-edff-4cf7-bec0-0c5598cc8e4c { background: #020a3c; } .UH-block-7797351e-edff-4cf7-bec0-0c5598cc8e4c img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-7797351e-edff-4cf7-bec0-0c5598cc8e4c img { height: 25px; width: auto; } .UH-block-7797351e-edff-4cf7-bec0-0c5598cc8e4c img.color { filter: brightness(0) invert(1); } .UH-block-7797351e-edff-4cf7-bec0-0c5598cc8e4c.active img.color, .UH-block-7797351e-edff-4cf7-bec0-0c5598cc8e4c:hover img.color{ filter: none; } .UH-block-7797351e-edff-4cf7-bec0-0c5598cc8e4c.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-7797351e-edff-4cf7-bec0-0c5598cc8e4c.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-7797351e-edff-4cf7-bec0-0c5598cc8e4c { background: none; } .UH-block-7797351e-edff-4cf7-bec0-0c5598cc8e4c img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-7797351e-edff-4cf7-bec0-0c5598cc8e4c img { height: 20px; width: auto; } } </style> <li class="universal-header-logo UH-block-cac9592a-60f0-4790-805a-8dac18fb0e80 " > <a href="/pages/nbc-news" aria-label="Link to /pages/nbc-news"> <img height="50px" width="54px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/NBC_News_2_540x.png?v=1696694270" 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"> <img height="50px" width="54px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/NBC_News_2_540x.png?v=1696694270" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-cac9592a-60f0-4790-805a-8dac18fb0e80 { background: #020a3c; } .UH-block-cac9592a-60f0-4790-805a-8dac18fb0e80 img { height: 25px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-cac9592a-60f0-4790-805a-8dac18fb0e80 img { height: 25px; width: auto; } .UH-block-cac9592a-60f0-4790-805a-8dac18fb0e80 img.color { filter: brightness(0) invert(1); } .UH-block-cac9592a-60f0-4790-805a-8dac18fb0e80.active img.color, .UH-block-cac9592a-60f0-4790-805a-8dac18fb0e80:hover img.color{ filter: none; } .UH-block-cac9592a-60f0-4790-805a-8dac18fb0e80.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-cac9592a-60f0-4790-805a-8dac18fb0e80.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-cac9592a-60f0-4790-805a-8dac18fb0e80 { background: none; } .UH-block-cac9592a-60f0-4790-805a-8dac18fb0e80 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-cac9592a-60f0-4790-805a-8dac18fb0e80 img { height: 25px; width: auto; } } </style> <li class="universal-header-logo UH-block-a8face07-5e2e-4a15-979e-85170d91fe94 " > <a href="/pages/horror" aria-label="Link to /pages/horror"> <img height="41px" width="157px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/Horror-min_540x.png?v=1696435528" 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"> <img height="41px" width="157px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/Horror-min_540x.png?v=1696435528" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-a8face07-5e2e-4a15-979e-85170d91fe94 { background: #020a3c; } .UH-block-a8face07-5e2e-4a15-979e-85170d91fe94 img { height: 16px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-a8face07-5e2e-4a15-979e-85170d91fe94 img { height: 15px; width: auto; } .UH-block-a8face07-5e2e-4a15-979e-85170d91fe94 img.color { filter: brightness(0) invert(1); } .UH-block-a8face07-5e2e-4a15-979e-85170d91fe94.active img.color, .UH-block-a8face07-5e2e-4a15-979e-85170d91fe94:hover img.color{ filter: none; } .UH-block-a8face07-5e2e-4a15-979e-85170d91fe94.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-a8face07-5e2e-4a15-979e-85170d91fe94.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-a8face07-5e2e-4a15-979e-85170d91fe94 { background: none; } .UH-block-a8face07-5e2e-4a15-979e-85170d91fe94 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-a8face07-5e2e-4a15-979e-85170d91fe94 img { height: 16px; width: auto; } } </style> <li class="universal-header-logo UH-block-4a4de0a9-5928-4826-a16c-59dd88923cc0 " > <a href="/pages/usa-network" aria-label="Link to /pages/usa-network"> <img height="40px" width="90px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_USA_438b34b2-bade-4cf8-b83a-7b3cd15d3fa5_540x.png?v=1689281972" 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"> <img height="40px" width="90px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_USA_438b34b2-bade-4cf8-b83a-7b3cd15d3fa5_540x.png?v=1689281972" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-4a4de0a9-5928-4826-a16c-59dd88923cc0 { background: #020a3c; } .UH-block-4a4de0a9-5928-4826-a16c-59dd88923cc0 img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-4a4de0a9-5928-4826-a16c-59dd88923cc0 img { height: 25px; width: auto; } .UH-block-4a4de0a9-5928-4826-a16c-59dd88923cc0 img.color { filter: brightness(0) invert(1); } .UH-block-4a4de0a9-5928-4826-a16c-59dd88923cc0.active img.color, .UH-block-4a4de0a9-5928-4826-a16c-59dd88923cc0:hover img.color{ filter: none; } .UH-block-4a4de0a9-5928-4826-a16c-59dd88923cc0.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-4a4de0a9-5928-4826-a16c-59dd88923cc0.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-4a4de0a9-5928-4826-a16c-59dd88923cc0 { background: none; } .UH-block-4a4de0a9-5928-4826-a16c-59dd88923cc0 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-4a4de0a9-5928-4826-a16c-59dd88923cc0 img { height: 20px; width: auto; } } </style> <li class="universal-header-logo UH-block-d60b50c3-e2c2-4333-af80-2fe38d712945 " > <a href="/collections/the-shop-at-nbc-studios" aria-label="Link to /collections/the-shop-at-nbc-studios"> <img height="450px" width="1720px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/TheShop-gradient-min_540x.png?v=1700248683" 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"> <img height="450px" width="1720px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/TheShop-gradient-min_540x.png?v=1700248683" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-d60b50c3-e2c2-4333-af80-2fe38d712945 { background: #020a3c; } .UH-block-d60b50c3-e2c2-4333-af80-2fe38d712945 img { height: 25px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-d60b50c3-e2c2-4333-af80-2fe38d712945 img { height: 25px; width: auto; } .UH-block-d60b50c3-e2c2-4333-af80-2fe38d712945 img.color { filter: brightness(0) invert(1); } .UH-block-d60b50c3-e2c2-4333-af80-2fe38d712945.active img.color, .UH-block-d60b50c3-e2c2-4333-af80-2fe38d712945:hover img.color{ filter: none; } .UH-block-d60b50c3-e2c2-4333-af80-2fe38d712945.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-d60b50c3-e2c2-4333-af80-2fe38d712945.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-d60b50c3-e2c2-4333-af80-2fe38d712945 { background: none; } .UH-block-d60b50c3-e2c2-4333-af80-2fe38d712945 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-d60b50c3-e2c2-4333-af80-2fe38d712945 img { height: 25px; width: auto; } } </style> <li class="universal-header-logo UH-block-862d80e4-fe32-42f9-a650-362c44b24f77 active" > <a href="/pages/syfy" aria-label="Link to /pages/syfy"> <img height="40px" width="160px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_SYFY_c9ce7140-8276-4135-b493-0aec7e5796ef_540x.png?v=1689281972" 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"> <img height="40px" width="160px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_SYFY_c9ce7140-8276-4135-b493-0aec7e5796ef_540x.png?v=1689281972" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-862d80e4-fe32-42f9-a650-362c44b24f77 { background: #020a3c; } .UH-block-862d80e4-fe32-42f9-a650-362c44b24f77 img { height: 15px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-862d80e4-fe32-42f9-a650-362c44b24f77 img { height: 25px; width: auto; } .UH-block-862d80e4-fe32-42f9-a650-362c44b24f77 img.color { filter: brightness(0) invert(1); } .UH-block-862d80e4-fe32-42f9-a650-362c44b24f77.active img.color, .UH-block-862d80e4-fe32-42f9-a650-362c44b24f77:hover img.color{ filter: none; } .UH-block-862d80e4-fe32-42f9-a650-362c44b24f77.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-862d80e4-fe32-42f9-a650-362c44b24f77.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-862d80e4-fe32-42f9-a650-362c44b24f77 { background: none; } .UH-block-862d80e4-fe32-42f9-a650-362c44b24f77 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-862d80e4-fe32-42f9-a650-362c44b24f77 img { height: 15px; width: auto; } } </style> <li class="universal-header-logo UH-block-8efbe598-82e1-4c74-b5da-952e128a8961 " > <a href="/pages/msnbc" aria-label="Link to /pages/msnbc"> <img height="41px" width="61px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/MSNBC_Logo_540x.png?v=1701635954" 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"> <img height="41px" width="61px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/MSNBC_Logo_540x.png?v=1701635954" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-8efbe598-82e1-4c74-b5da-952e128a8961 { background: #020a3c; } .UH-block-8efbe598-82e1-4c74-b5da-952e128a8961 img { height: 25px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-8efbe598-82e1-4c74-b5da-952e128a8961 img { height: 25px; width: auto; } .UH-block-8efbe598-82e1-4c74-b5da-952e128a8961 img.color { filter: brightness(0) invert(1); } .UH-block-8efbe598-82e1-4c74-b5da-952e128a8961.active img.color, .UH-block-8efbe598-82e1-4c74-b5da-952e128a8961:hover img.color{ filter: none; } .UH-block-8efbe598-82e1-4c74-b5da-952e128a8961.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-8efbe598-82e1-4c74-b5da-952e128a8961.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-8efbe598-82e1-4c74-b5da-952e128a8961 { background: none; } .UH-block-8efbe598-82e1-4c74-b5da-952e128a8961 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-8efbe598-82e1-4c74-b5da-952e128a8961 img { height: 25px; width: auto; } } </style> <li class="universal-header-logo UH-block-db7df476-6c45-447b-afd3-00e35a6ef924 " > <a href="/pages/focus-features" aria-label="Link to /pages/focus-features"> <img height="40px" width="140px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_FF_b14de0aa-b582-41ee-a995-0813b2002a3c_540x.png?v=1689275299" 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"> <img height="40px" width="140px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_FF_b14de0aa-b582-41ee-a995-0813b2002a3c_540x.png?v=1689275299" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-db7df476-6c45-447b-afd3-00e35a6ef924 { background: #020a3c; } .UH-block-db7df476-6c45-447b-afd3-00e35a6ef924 img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-db7df476-6c45-447b-afd3-00e35a6ef924 img { height: 25px; width: auto; } .UH-block-db7df476-6c45-447b-afd3-00e35a6ef924 img.color { filter: brightness(0) invert(1); } .UH-block-db7df476-6c45-447b-afd3-00e35a6ef924.active img.color, .UH-block-db7df476-6c45-447b-afd3-00e35a6ef924:hover img.color{ filter: none; } .UH-block-db7df476-6c45-447b-afd3-00e35a6ef924.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-db7df476-6c45-447b-afd3-00e35a6ef924.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-db7df476-6c45-447b-afd3-00e35a6ef924 { background: none; } .UH-block-db7df476-6c45-447b-afd3-00e35a6ef924 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-db7df476-6c45-447b-afd3-00e35a6ef924 img { height: 20px; width: auto; } } </style> <li class="universal-header-logo UH-block-9aa8cac5-1dc7-4d92-bae8-f312548df75d " > <a href="/pages/oxygen" aria-label="Link to /pages/oxygen"> <img height="40px" width="90px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_Oxygen_55096db5-8435-425d-ac7d-9b43214015ab_540x.png?v=1689281972" 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"> <img height="40px" width="90px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_Oxygen_55096db5-8435-425d-ac7d-9b43214015ab_540x.png?v=1689281972" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-9aa8cac5-1dc7-4d92-bae8-f312548df75d { background: #020a3c; } .UH-block-9aa8cac5-1dc7-4d92-bae8-f312548df75d img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-9aa8cac5-1dc7-4d92-bae8-f312548df75d img { height: 25px; width: auto; } .UH-block-9aa8cac5-1dc7-4d92-bae8-f312548df75d img.color { filter: brightness(0) invert(1); } .UH-block-9aa8cac5-1dc7-4d92-bae8-f312548df75d.active img.color, .UH-block-9aa8cac5-1dc7-4d92-bae8-f312548df75d:hover img.color{ filter: none; } .UH-block-9aa8cac5-1dc7-4d92-bae8-f312548df75d.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-9aa8cac5-1dc7-4d92-bae8-f312548df75d.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-9aa8cac5-1dc7-4d92-bae8-f312548df75d { background: none; } .UH-block-9aa8cac5-1dc7-4d92-bae8-f312548df75d img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-9aa8cac5-1dc7-4d92-bae8-f312548df75d img { height: 20px; width: auto; } } </style> <li class="universal-header-logo UH-block-16be8f55-3ac4-43e7-83dc-db221772565b " > <a href="/pages/cnbc" aria-label="Link to /pages/cnbc"> <img height="41px" width="52px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/CNBC_Logo_540x.png?v=1703223932" 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"> <img height="41px" width="52px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/CNBC_Logo_540x.png?v=1703223932" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-16be8f55-3ac4-43e7-83dc-db221772565b { background: #020a3c; } .UH-block-16be8f55-3ac4-43e7-83dc-db221772565b img { height: 25px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-16be8f55-3ac4-43e7-83dc-db221772565b img { height: 25px; width: auto; } .UH-block-16be8f55-3ac4-43e7-83dc-db221772565b img.color { filter: brightness(0) invert(1); } .UH-block-16be8f55-3ac4-43e7-83dc-db221772565b.active img.color, .UH-block-16be8f55-3ac4-43e7-83dc-db221772565b:hover img.color{ filter: none; } .UH-block-16be8f55-3ac4-43e7-83dc-db221772565b.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-16be8f55-3ac4-43e7-83dc-db221772565b.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-16be8f55-3ac4-43e7-83dc-db221772565b { background: none; } .UH-block-16be8f55-3ac4-43e7-83dc-db221772565b img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-16be8f55-3ac4-43e7-83dc-db221772565b img { height: 25px; width: auto; } } </style> <li class="universal-header-logo UH-block-62c28a60-9545-478f-bc6c-a7dab71e61e1 " > <a href="/collections/shop-e" aria-label="Link to /collections/shop-e"> <img height="40px" width="60px" loading="lazy" class="white-logo" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_E_592dc3f6-f413-44f9-8c70-32d609e2e61d_540x.png?v=1689281972" 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"> <img height="40px" width="60px" loading="lazy" class="color" src="//www.nbcstore.com/cdn/shop/files/UniversalHeader_Logo_E_592dc3f6-f413-44f9-8c70-32d609e2e61d_540x.png?v=1689281972" 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"> <span class="hidden"></span> </a> </li> <style data-shopify> #shopify-section-universal-header .universal-header.mobile-accordion .universal-header-logo.UH-block-62c28a60-9545-478f-bc6c-a7dab71e61e1 { background: #020a3c; } .UH-block-62c28a60-9545-478f-bc6c-a7dab71e61e1 img { height: 20px; width: auto; } #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-62c28a60-9545-478f-bc6c-a7dab71e61e1 img { height: 25px; width: auto; } .UH-block-62c28a60-9545-478f-bc6c-a7dab71e61e1 img.color { filter: brightness(0) invert(1); } .UH-block-62c28a60-9545-478f-bc6c-a7dab71e61e1.active img.color, .UH-block-62c28a60-9545-478f-bc6c-a7dab71e61e1:hover img.color{ filter: none; } .UH-block-62c28a60-9545-478f-bc6c-a7dab71e61e1.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-62c28a60-9545-478f-bc6c-a7dab71e61e1.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-62c28a60-9545-478f-bc6c-a7dab71e61e1 { background: none; } .UH-block-62c28a60-9545-478f-bc6c-a7dab71e61e1 img, #shopify-section-universal-header .universal-header.mobile-accordion .UH-block-62c28a60-9545-478f-bc6c-a7dab71e61e1 img { height: 20px; width: auto; } } </style> </ul> </li> </ul> <style data-shopify> /* Rework */ #shopify-section-universal-header { background: #000000; } .universal-header { background: #000000; color: #ffffff; } /* Delay Message */ .universal-header-message { background: #020a3c; padding: 12px 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: 12px; padding-bottom: 12px; } @media screen and (min-width: 1024px) { /* Logo Blocks */ #shopify-section-universal-header .universal-header .block-icons { padding: 12px 0; } #shopify-section-universal-header .universal-header .block-icons .block-icon-list { gap: 30px; } #shopify-section-universal-header .universal-header .main-icon { padding: 12px 0; padding-right: 30px; margin-right: 30px; border-right: 5px solid #439fdb; } #shopify-section-universal-header .universal-header .main-icon img { height: 15px; width: auto; } /* Announcements */ #shopify-section-universal-header .universal-header .announcement-blocks { max-width: 33%; } #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: 12px; padding-bottom: 12px; } } @media screen and (max-width: 1024px) { #shopify-section-universal-header .universal-header:not(.mobile-accordion) .block-icons .block-icon-list { gap: 30px; justify-content: flex-start; } #shopify-section-universal-header .universal-header:not(.mobile-accordion) { padding-top: 12px; padding-bottom: 12px; } #shopify-section-universal-header .universal-header.mobile-accordion { max-height: 0px; } .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> jQuery(document).ready(function ($) { 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(); } }); } }); </script> </div> <div id="shopify-section-snow-announcement-bar" class="shopify-section"><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-announcement-bar.css?v=72907407654970852291737491432" rel="stylesheet" type="text/css" media="all" /> <div id="snow-announcement-bar" class="snow-announcements" style="background:#323232; margin-bottom:0 !important;"> <div class="snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 snow-announcement-slide" data-index="0"> <div class="page-width"> <div class="snow-announcement-container"> <div class="snow-announcement-richtext-container"> <p><strong>INTERNATIONAL SHIPPING NOW AVAILABLE - </strong><a href="/collections/new-arrivals" title="New Arrivals"><strong>SHOP NOW</strong></a></p> </div> </div> <style data-shopify> .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977{ padding:5px 0; background:#fccc12; } .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977::before{ content:""; position:absolute; z-index:-1; top:0; left:-25%; width:150%; height:100%; background:#fccc12; } .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 .snow-announcement-container-scrolling .marquee span {animation: marquee 10s linear infinite;} .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 .snow-announcement-richtext-container {width: 100%;} .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 .snow-announcement-container p{text-align:center;} .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 .snow-announcement-container p, .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 .snow-announcement-container-scrolling p span{ color:#000000; } .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 .snow-announcement-container p a, .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 .snow-announcement-container-scrolling p span a{ color:#000000; } @keyframes marquee { 0%{left:100%;} 100%{left:-20%;} } .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 #timer div{ color:#ffffff; } .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 #timer div span{ font-weight:500; color:#ffffff; } .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 #timer #days span:before{content: 'Days';} .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 #timer #hours span:before{content: 'Hours';} .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 #timer #minutes span:before{content: 'Minutes';} .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 #timer #seconds span:before{content: 'Seconds';} @media screen and (max-width:768px){ .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 .snow-announcement-container p, .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 .snow-announcement-container span, .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 .snow-announcement-container-scrolling p, .snow-announcement-eb47f52b-a079-478d-9ad9-94a5ca90f977 .snow-announcement-container-scrolling p span, } </style> </div> </div> <div class="snow-announcement-snow-announcement-bar-0 snow-announcement-slide" data-index="1"> <div class="page-width"> <div class="snow-announcement-container"> <div class="snow-announcement-richtext-container"> <p><a href="#newsletter-banner-newsletter-banner" title="Newsletter Signup">Sign up for our Newsletter and save 15%!</a></p> </div> </div> <style data-shopify> .snow-announcement-snow-announcement-bar-0{ padding:5px 0; background:#323232; } .snow-announcement-snow-announcement-bar-0::before{ content:""; position:absolute; z-index:-1; top:0; left:-25%; width:150%; height:100%; background:#323232; } .snow-announcement-snow-announcement-bar-0 .snow-announcement-container-scrolling .marquee span {animation: marquee 10s linear infinite;} .snow-announcement-snow-announcement-bar-0 .snow-announcement-richtext-container {width: 100%;} .snow-announcement-snow-announcement-bar-0 .snow-announcement-container p{text-align:center;} .snow-announcement-snow-announcement-bar-0 .snow-announcement-container p, .snow-announcement-snow-announcement-bar-0 .snow-announcement-container-scrolling p span{ color:#ffffff; } .snow-announcement-snow-announcement-bar-0 .snow-announcement-container p a, .snow-announcement-snow-announcement-bar-0 .snow-announcement-container-scrolling p span a{ color:#ffffff; } @keyframes marquee { 0%{left:100%;} 100%{left:-20%;} } .snow-announcement-snow-announcement-bar-0 #timer div{ color:#333333; } .snow-announcement-snow-announcement-bar-0 #timer div span{ font-weight:500; color:#000000; } .snow-announcement-snow-announcement-bar-0 #timer #days span:before{content: 'Days';} .snow-announcement-snow-announcement-bar-0 #timer #hours span:before{content: 'Hours';} .snow-announcement-snow-announcement-bar-0 #timer #minutes span:before{content: 'Minutes';} .snow-announcement-snow-announcement-bar-0 #timer #seconds span:before{content: 'Seconds';} @media screen and (max-width:768px){ .snow-announcement-snow-announcement-bar-0 .snow-announcement-container p, .snow-announcement-snow-announcement-bar-0 .snow-announcement-container span, .snow-announcement-snow-announcement-bar-0 .snow-announcement-container-scrolling p, .snow-announcement-snow-announcement-bar-0 .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: 8px; } .carousel-prev-snow-announcement-bar, .carousel-next-snow-announcement-bar { position: absolute; width: 20px; height: 20px; border: 1px solid rgba(0,0,0,0); border-radius: 50px; padding: 0; background: rgba(0,0,0,0); 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: 8px; } .carousel-prev-snow-announcement-bar, .carousel-next-snow-announcement-bar { position: absolute; width: 20px; height: 20px; border: 1px solid rgba(0,0,0,0); border-radius: 50px; padding: 0; background: rgba(0,0,0,0); 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> #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> jQuery(document).ready(function ($){ 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') { } }); } }); </script> </div> <div id="shopify-section-header" class="shopify-section"><link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-list-menu.css?v=161614383810958508431737491442" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-search.css?v=143862807300356347301737491451" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-menu-drawer.css?v=105689953266484240101737491443" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-cart-notification.css?v=103448218312631135351737491436" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-cart-items.css?v=121398485934027164721737491435" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/navigation.css?v=59009346046330995491737491519" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-navigation-style.css?v=133785682035534746471737491519" media="print" onload="this.media='all'"><noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-list-menu.css?v=161614383810958508431737491442" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-search.css?v=143862807300356347301737491451" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-menu-drawer.css?v=105689953266484240101737491443" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-cart-notification.css?v=103448218312631135351737491436" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-cart-items.css?v=121398485934027164721737491435" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/navigation.css?v=59009346046330995491737491519" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-navigation-style.css?v=133785682035534746471737491519" rel="stylesheet" type="text/css" media="all" /></noscript> <style> .header, .header-wrapper{ background-image:url("//www.nbcstore.com/cdn/shop/files/Navigation.png?v=1684783568"); background-size:cover; background-repeat:no-repeat; background-position:center; background-color:none !important; } .header .header__inline-menu{ text-align:left; } .header-mm-overlay{ background:#000000; opacity:0.75; } .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: 1070px) { .header.header-full-width {padding-left: 5rem; padding-right: 5rem;} } .cart-count-bubble{ background:#fccc12; color:#000000; border:0px solid #cccccc; border-radius:100%; } </style> <script src="//www.nbcstore.com/cdn/shop/t/101/assets/details-disclosure.js?v=118626640824924522881737491458" defer="defer"></script> <script src="//www.nbcstore.com/cdn/shop/t/101/assets/details-modal.js?v=4511761896672669691737491459" 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="h1 header__heading split-mobile"> <a href="/" class="header__heading-link link link--text focus-inset"><img srcset="//www.nbcstore.com/cdn/shop/files/NBCU_Logo_1_-min_200x.png?v=1694524757 1x, //www.nbcstore.com/cdn/shop/files/NBCU_Logo_1_-min_200x@2x.png?v=1694524757 2x" src="//www.nbcstore.com/cdn/shop/files/NBCU_Logo_1_-min_200x.png?v=1694524757" loading="lazy" class="header__heading-logo" width="1001" height="117" alt="NBCUniversal Shop" ></a> </p> <style data-shopify> @media screen and (max-width:750px){ .header__heading{text-align:left;} } </style> <nav class="header__inline-menu center"> <ul class="list-menu parent list-menu--inline mega-menu" role="list"><li class="mega-menu-item main-menu-item"><a href="/pages/shop-by-title" 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">Titles</span> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </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-by-title"> <span>SHOWS</span> </a> <ul class="header__submenu grand-child list-menu three-column-list"><li class="link-all-in-with-chris-hayes"> <a class="grand-child-link" href="/collections/all-in-with-chris-hayes"> <span>All In with Chris Hayes</span> </a> </li><li class="link-american-ninja-warrior"> <a class="grand-child-link" href="/pages/american-ninja-warrior"> <span>American Ninja Warrior</span> </a> </li><li class="link-barmageddon"> <a class="grand-child-link" href="/collections/barmageddon"> <span>Barmageddon</span> </a> </li><li class="link-battlestar-galactica"> <a class="grand-child-link" href="/collections/battlestar-galactica"> <span>Battlestar Galactica</span> </a> </li><li class="link-below-deck"> <a class="grand-child-link" href="/collections/below-deck"> <span>Below Deck</span> </a> </li><li class="link-brooklyn-nine-nine"> <a class="grand-child-link" href="/collections/brooklyn-nine-nine"> <span>Brooklyn Nine-Nine</span> </a> </li><li class="link-community"> <a class="grand-child-link" href="/collections/community"> <span>Community</span> </a> </li><li class="link-dateline"> <a class="grand-child-link" href="/collections/dateline"> <span>Dateline</span> </a> </li><li class="link-deadline-white-house"> <a class="grand-child-link" href="/collections/deadline-white-house"> <span>Deadline: White House</span> </a> </li><li class="link-friday-night-lights"> <a class="grand-child-link" href="/collections/friday-night-lights"> <span>Friday Night Lights</span> </a> </li><li class="link-friends"> <a class="grand-child-link" href="/collections/friends"> <span>Friends</span> </a> </li><li class="link-late-night-with-seth-meyers"> <a class="grand-child-link" href="/collections/late-night-with-seth-meyers"> <span>Late Night with Seth Meyers</span> </a> </li><li class="link-law-order"> <a class="grand-child-link" href="/collections/law-order"> <span>Law & Order</span> </a> </li><li class="link-meet-the-press"> <a class="grand-child-link" href="/collections/meet-the-press"> <span>Meet the Press</span> </a> </li><li class="link-morning-joe"> <a class="grand-child-link" href="/collections/morning-joe"> <span>Morning Joe</span> </a> </li><li class="link-nightly-news-with-lester-holt"> <a class="grand-child-link" href="/collections/nbc-nightly-news-with-lester-holt"> <span>Nightly News with Lester Holt</span> </a> </li><li class="link-one-chicago"> <a class="grand-child-link" href="/collections/one-chicago"> <span>One Chicago</span> </a> </li><li class="link-parks-and-recreation"> <a class="grand-child-link" href="/pages/parks-and-recreation"> <span>Parks and Recreation</span> </a> </li><li class="link-psych"> <a class="grand-child-link" href="/collections/psych"> <span>Psych</span> </a> </li><li class="link-resident-alien"> <a class="grand-child-link" href="/collections/resident-alien"> <span>Resident Alien</span> </a> </li><li class="link-saturday-night-live"> <a class="grand-child-link" href="/collections/saturday-night-live"> <span>Saturday Night Live</span> </a> </li><li class="link-suits"> <a class="grand-child-link" href="/collections/suits"> <span>Suits</span> </a> </li><li class="link-sunday-today"> <a class="grand-child-link" href="/collections/sunday-today-with-willie-geist"> <span>Sunday TODAY</span> </a> </li><li class="link-ted"> <a class="grand-child-link" href="/collections/ted-tv"> <span>Ted</span> </a> </li><li class="link-the-beat"> <a class="grand-child-link" href="/collections/the-beat-with-ari-melber"> <span>The Beat</span> </a> </li><li class="link-the-blacklist"> <a class="grand-child-link" href="/collections/the-blacklist"> <span>The Blacklist</span> </a> </li><li class="link-the-kelly-clarkson-show"> <a class="grand-child-link" href="/collections/the-kelly-clarkson-show"> <span>The Kelly Clarkson Show</span> </a> </li><li class="link-the-office"> <a class="grand-child-link" href="/pages/the-office"> <span>The Office</span> </a> </li><li class="link-the-rachel-maddow-show"> <a class="grand-child-link" href="/collections/the-rachel-maddow-show"> <span>The Rachel Maddow Show</span> </a> </li><li class="link-the-real-housewives"> <a class="grand-child-link" href="/collections/the-real-housewives"> <span>The Real Housewives</span> </a> </li><li class="link-the-traitors"> <a class="grand-child-link" href="/collections/the-traitors"> <span>The Traitors</span> </a> </li><li class="link-the-umbrella-academy"> <a class="grand-child-link" href="/collections/the-umbrella-academy"> <span>The Umbrella Academy</span> </a> </li><li class="link-today"> <a class="grand-child-link" href="/pages/today"> <span>TODAY</span> </a> </li><li class="link-tonight-show-starring-jimmy-fallon"> <a class="grand-child-link" href="/collections/the-tonight-show-starring-jimmy-fallon"> <span>Tonight Show Starring Jimmy Fallon</span> </a> </li><li class="link-twisted-metal"> <a class="grand-child-link" href="/collections/twisted-metal"> <span>Twisted Metal</span> </a> </li><li class="link-vanderpump-rules"> <a class="grand-child-link" href="/collections/vanderpump-rules"> <span>Vanderpump Rules</span> </a> </li><li class="link-watch-what-happens-live"> <a class="grand-child-link" href="/collections/watch-what-happens-live"> <span>Watch What Happens Live</span> </a> </li><li class="link-shop-all"> <a class="grand-child-link" href="/pages/shop-by-title"> <span>Shop All</span> </a> </li></ul> </li><li class="movies-container"> <a class="child-link" href="/pages/shop-by-title"> <span>MOVIES</span> </a> <ul class="header__submenu grand-child list-menu two-column-list"><li class="link-asteroid-city"> <a class="grand-child-link" href="/collections/asteroid-city"> <span>Asteroid City</span> </a> </li><li class="link-chucky"> <a class="grand-child-link" href="/collections/chucky"> <span>Chucky</span> </a> </li><li class="link-dazed-and-confused"> <a class="grand-child-link" href="/collections/dazed-and-confused"> <span>Dazed and Confused</span> </a> </li><li class="link-drive-away-dolls"> <a class="grand-child-link" href="/collections/drive-away-dolls"> <span>Drive-Away Dolls</span> </a> </li><li class="link-eternal-sunshine-of-the-spotless-mind"> <a class="grand-child-link" href="/collections/eternal-sunshine-of-the-spotless-mind"> <span>Eternal Sunshine of the Spotless Mind</span> </a> </li><li class="link-frankenstein"> <a class="grand-child-link" href="/collections/frankenstein"> <span>Frankenstein</span> </a> </li><li class="link-get-out"> <a class="grand-child-link" href="/collections/get-out"> <span>Get Out</span> </a> </li><li class="link-happy-death-day"> <a class="grand-child-link" href="/collections/happy-death-day"> <span>Happy Death Day</span> </a> </li><li class="link-jaws"> <a class="grand-child-link" href="/collections/jaws"> <span>Jaws</span> </a> </li><li class="link-jurassic"> <a class="grand-child-link" href="/pages/jurassic"> <span>Jurassic</span> </a> </li><li class="link-kung-fu-panda-4"> <a class="grand-child-link" href="/collections/kung-fu-panda"> <span>Kung Fu Panda 4</span> </a> </li><li class="link-lisa-frankenstein"> <a class="grand-child-link" href="/collections/lisa-frankenstein"> <span>Lisa Frankenstein</span> </a> </li><li class="link-m3gan"> <a class="grand-child-link" href="/collections/m3gan"> <span>M3GAN</span> </a> </li><li class="link-nope"> <a class="grand-child-link" href="/collections/nope"> <span>NOPE</span> </a> </li><li class="link-nosferatu"> <a class="grand-child-link" href="/collections/nosferatu"> <span>Nosferatu</span> </a> </li><li class="link-pride-prejudice"> <a class="grand-child-link" href="/collections/pride-prejudice"> <span>Pride & Prejudice</span> </a> </li><li class="link-shaun-of-the-dead"> <a class="grand-child-link" href="/collections/shaun-of-the-dead"> <span>Shaun of the Dead</span> </a> </li><li class="link-shrek"> <a class="grand-child-link" href="/collections/shrek"> <span>Shrek</span> </a> </li><li class="link-the-bikeriders"> <a class="grand-child-link" href="/collections/the-bikeriders"> <span>The Bikeriders</span> </a> </li><li class="link-the-holdovers"> <a class="grand-child-link" href="/collections/the-holdovers"> <span>The Holdovers</span> </a> </li><li class="link-twisters"> <a class="grand-child-link" href="/collections/twisters"> <span>Twisters</span> </a> </li><li class="link-universal-monsters"> <a class="grand-child-link" href="/collections/universal-monsters"> <span>Universal Monsters</span> </a> </li><li class="link-wicked"> <a class="grand-child-link" href="/collections/wicked"> <span>Wicked</span> </a> </li><li class="link-shop-all"> <a class="grand-child-link" href="/pages/shop-by-title"> <span>Shop All</span> </a> </li></ul> </li> <li class="mega-menu-grid full clearfix mega-menu-grid-container-f8e59558-f3ba-47f7-ad20-20c517bb2952"> <style> .mega-menu-grid-container-f8e59558-f3ba-47f7-ad20-20c517bb2952, .header.mega-menu nav ul .mega-menu-item .header__submenu li.mega-menu-grid-container-f8e59558-f3ba-47f7-ad20-20c517bb2952{max-width:25%; width:25%; column-gap:0px; row-gap:10px;} .mega-menu-grid-container-f8e59558-f3ba-47f7-ad20-20c517bb2952 .mega-menu-grid-item-title{font-size:16px; color:#fccc12;} #mobile-menu-grid-f8e59558-f3ba-47f7-ad20-20c517bb2952 .mobile-menu-grid-item p {text-align: center; color: #000000;} .mega-menu-grid-container-f8e59558-f3ba-47f7-ad20-20c517bb2952 .mega-menu-grid-item p {text-align: center; color: #000000;} .mega-menu-grid-container-f8e59558-f3ba-47f7-ad20-20c517bb2952 .mega-menu-grid-item:hover p {color: #333333;} </style><p class="mega-menu-grid-item-title">FEATURED</p> <div class="mega-menu-grid-item"> <a href="/pages/the-office"></a> <img loading="lazy" src="//www.nbcstore.com/cdn/shop/files/Titles_TheOffice.jpg?v=1688740300" alt="mega-menu-grid-item-1"> </div> <div class="mega-menu-grid-item"> <a href="/collections/watch-what-happens-live"></a> <img loading="lazy" src="//www.nbcstore.com/cdn/shop/files/Titles_WWHL.jpg?v=1688740300" alt="mega-menu-grid-item-2"> </div> </li> </div> </ul></li><li class="mega-menu-item main-menu-item"><a href="/collections/shop-all" 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 aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </span> </a> <ul class="header__submenu child list-menu" role="list" tabindex="-1"> <div class="page-width"><li class="clothing-container"> <a class="child-link" href="/collections/clothing"> <span>CLOTHING</span> </a> <ul class="header__submenu grand-child list-menu two-column-list"><li class="link-hoodies-sweatshirts"> <a class="grand-child-link" href="/collections/hoodies-and-sweatshirts"> <span>Hoodies & Sweatshirts</span> </a> </li><li class="link-jackets"> <a class="grand-child-link" href="/collections/jackets"> <span>Jackets</span> </a> </li><li class="link-jerseys"> <a class="grand-child-link" href="/collections/jerseys"> <span>Jerseys</span> </a> </li><li class="link-kids-baby"> <a class="grand-child-link" href="/collections/kids-baby-clothing"> <span>Kids & Baby</span> </a> </li><li class="link-tank-tops"> <a class="grand-child-link" href="/collections/tank-tops"> <span>Tank Tops</span> </a> </li><li class="link-shorts-sweatpants"> <a class="grand-child-link" href="/collections/bottoms"> <span>Shorts & Sweatpants</span> </a> </li><li class="link-socks"> <a class="grand-child-link" href="/collections/socks"> <span>Socks</span> </a> </li><li class="link-t-shirts"> <a class="grand-child-link" href="/collections/t-shirts-1"> <span>T-Shirts</span> </a> </li><li class="link-robes"> <a class="grand-child-link" href="/collections/robes-peacock"> <span>Robes</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 full-column-list"><li class="link-bar-accessories"> <a class="grand-child-link" href="/collections/bar-accessories"> <span>Bar Accessories</span> </a> </li><li class="link-can-coolers"> <a class="grand-child-link" href="/collections/can-coolers"> <span>Can Coolers</span> </a> </li><li class="link-coffee-mugs"> <a class="grand-child-link" href="/collections/mugs"> <span>Coffee Mugs</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></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 full-column-list"><li class="link-bags-backpacks"> <a class="grand-child-link" href="/collections/bags"> <span>Bags & Backpacks</span> </a> </li><li class="link-hats-beanies"> <a class="grand-child-link" href="/collections/hats-beanies"> <span>Hats & Beanies</span> </a> </li><li class="link-hair-accessories"> <a class="grand-child-link" href="/collections/hair-accessories"> <span>Hair Accessories</span> </a> </li><li class="link-jewelry"> <a class="grand-child-link" href="/collections/jewelry"> <span>Jewelry</span> </a> </li><li class="link-pins"> <a class="grand-child-link" href="/collections/pins"> <span>Pins</span> </a> </li><li class="link-patches"> <a class="grand-child-link" href="/collections/patches"> <span>Patches</span> </a> </li></ul> </li><li class="home-&-office-container"> <a class="child-link" href="/collections/home-and-office"> <span>HOME & OFFICE</span> </a> <ul class="header__submenu grand-child list-menu two-column-list"><li class="link-books"> <a class="grand-child-link" href="/collections/books"> <span>Books</span> </a> </li><li class="link-calendars"> <a class="grand-child-link" href="/collections/calendars"> <span>Calendars</span> </a> </li><li class="link-coasters"> <a class="grand-child-link" href="/collections/coasters"> <span>Coasters</span> </a> </li><li class="link-journals-notebooks"> <a class="grand-child-link" href="/collections/stationery"> <span>Journals & Notebooks</span> </a> </li><li class="link-kitchen"> <a class="grand-child-link" href="/collections/kitchen-supplies"> <span>Kitchen</span> </a> </li><li class="link-pickleball"> <a class="grand-child-link" href="/collections/pickleball-sets"> <span>Pickleball</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-pillows-blankets"> <a class="grand-child-link" href="/collections/pillows-blankets"> <span>Pillows & Blankets</span> </a> </li><li class="link-stickers-posters"> <a class="grand-child-link" href="/collections/stickers-posters"> <span>Stickers & Posters</span> </a> </li><li class="link-standees"> <a class="grand-child-link" href="/collections/standees"> <span>Standees</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-games"> <a class="grand-child-link" href="/collections/toys-games"> <span>Toys & Games</span> </a> </li></ul> </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">Trending</span> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </span> </a> <ul class="header__submenu child list-menu" role="list" tabindex="-1"> <div class="page-width"><li class="trending-container"> <a class="child-link" href="/collections/featured-products"> <span>Trending</span> </a> <ul class="header__submenu grand-child list-menu"><li class="link-saturday-night-live"> <a class="grand-child-link" href="/collections/saturday-night-live"> <span>Saturday Night Live</span> </a> </li><li class="link-suits"> <a class="grand-child-link" href="/collections/suits"> <span>Suits</span> </a> </li><li class="link-wicked"> <a class="grand-child-link" href="/collections/wicked"> <span>Wicked</span> </a> </li><li class="link-nosferatu"> <a class="grand-child-link" href="/collections/nosferatu"> <span>Nosferatu</span> </a> </li><li class="link-sale"> <a class="grand-child-link" href="/collections/sale-clearance-items"> <span>Sale</span> </a> </li></ul> </li> <li class="mega-menu-grid fourth clearfix mega-menu-grid-container-f2278dbd-50e5-42da-b067-5c4b2cda095c"> <style> .mega-menu-grid-container-f2278dbd-50e5-42da-b067-5c4b2cda095c, .header.mega-menu nav ul .mega-menu-item .header__submenu li.mega-menu-grid-container-f2278dbd-50e5-42da-b067-5c4b2cda095c{max-width:100%; width:100%; column-gap:10px; row-gap:0px;} .mega-menu-grid-container-f2278dbd-50e5-42da-b067-5c4b2cda095c .mega-menu-grid-item-title{font-size:16px; color:#fccc12;} #mobile-menu-grid-f2278dbd-50e5-42da-b067-5c4b2cda095c .mobile-menu-grid-item p {text-align: center; color: #ffffff;} .mega-menu-grid-container-f2278dbd-50e5-42da-b067-5c4b2cda095c .mega-menu-grid-item p {text-align: center; color: #ffffff;} .mega-menu-grid-container-f2278dbd-50e5-42da-b067-5c4b2cda095c .mega-menu-grid-item:hover p {color: #4e4d4d;} </style><p class="mega-menu-grid-item-title">FEATURED</p> <div class="mega-menu-grid-item"> <a href="/collections/saturday-night-live"></a> <img loading="lazy" src="//www.nbcstore.com/cdn/shop/files/tshirt_image.png?v=1739452731" alt="mega-menu-grid-item-1"> <p>Saturday Night Live</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/suits"></a> <img loading="lazy" src="//www.nbcstore.com/cdn/shop/files/Image_3_8bb9745d-94e2-448d-ba35-17a312229d0d.png?v=1739452568" alt="mega-menu-grid-item-2"> <p>Suits</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/wicked"></a> <img loading="lazy" src="//www.nbcstore.com/cdn/shop/files/ANW_kids_shirt.png?v=1733409396" alt="mega-menu-grid-item-3"> <p>Wicked</p> </div> <div class="mega-menu-grid-item"> <a href="/collections/nosferatu"></a> <img loading="lazy" src="//www.nbcstore.com/cdn/shop/files/background_c77d3770-ae5b-4f31-8168-835f3562d558.png?v=1734725919" alt="mega-menu-grid-item-4"> <p>Nosferatu</p> </div> </li> </div> </ul></li><li class="mega-menu-item main-menu-item"><a href="/collections/new-arrivals" class="header__menu-item header__menu-item list-menu__item link link--text focus-inset"> <span><span class="header__menu-item-link-text">New Arrivals</span> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </span> </a> <ul class="header__submenu list-menu list-menu list-menu list-menu list-menu list-menu list-menu list-menu list-menu list-menu" role="list" tabindex="-1"> <div class="page-width"> </div> </ul></li><li class="mega-menu-item main-menu-item"><a href="/collections/nosferatu" class="header__menu-item header__menu-item list-menu__item link link--text focus-inset"> <span><span class="header__menu-item-link-text">Nosferatu</span> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </span> </a> <ul class="header__submenu list-menu list-menu list-menu list-menu list-menu list-menu list-menu list-menu list-menu list-menu" role="list" tabindex="-1"> <div class="page-width"> </div> </ul></li><li class="mega-menu-item main-menu-item"><a href="/collections/wicked" class="header__menu-item header__menu-item list-menu__item link link--text focus-inset"> <span><span class="header__menu-item-link-text">Wicked</span> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </span> </a> <ul class="header__submenu list-menu list-menu list-menu list-menu list-menu list-menu list-menu list-menu list-menu list-menu" role="list" tabindex="-1"> <div class="page-width"> </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" role="presentation" class="icon icon-hamburger lazyload" fill="none" viewbox="0 0 18 16"> <path d="M1 .5a.5.5 0 100 1h15.71a.5.5 0 000-1H1zM.5 8a.5.5 0 01.5-.5h15.71a.5.5 0 010 1H1A.5.5 0 01.5 8zm0 7a.5.5 0 01.5-.5h15.71a.5.5 0 010 1H1a.5.5 0 01-.5-.5z" fill="#FFFFFF"> </path></svg> <svg viewbox="0 0 24 24" width="100%" height="100%" class="icon icon-close lazyload" aria-hidden="true" focusable="false" role="presentation"><path d="M 4.9902344 3.9902344 A 1.0001 1.0001 0 0 0 4.2929688 5.7070312 L 10.585938 12 L 4.2929688 18.292969 A 1.0001 1.0001 0 1 0 5.7070312 19.707031 L 12 13.414062 L 18.292969 19.707031 A 1.0001 1.0001 0 1 0 19.707031 18.292969 L 13.414062 12 L 19.707031 5.7070312 A 1.0001 1.0001 0 0 0 18.980469 3.9902344 A 1.0001 1.0001 0 0 0 18.292969 4.2929688 L 12 10.585938 L 5.7070312 4.2929688 A 1.0001 1.0001 0 0 0 4.9902344 3.9902344 z" fill="#FFFFFF"></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 class="modal__toggle-open icon icon-search lazyload" viewbox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0108 12.7179C10.7372 13.8278 9.07208 14.5 7.25 14.5C3.24594 14.5 0 11.2541 0 7.25C0 3.24594 3.24594 0 7.25 0C11.2541 0 14.5 3.24594 14.5 7.25C14.5 9.07208 13.8278 10.7372 12.7179 12.0108C12.7179 12.0108 15.2071 14.5 15.8536 15.1464C16.5 15.7929 15.7929 16.5 15.1464 15.8536C14.5 15.2071 12.0108 12.7179 12.0108 12.7179ZM13.5 7.25C13.5 10.7018 10.7018 13.5 7.25 13.5C3.79822 13.5 1 10.7018 1 7.25C1 3.79822 3.79822 1 7.25 1C10.7018 1 13.5 3.79822 13.5 7.25Z" fill="currentColor"></path> </svg></span> </summary> <a href="/account/login?url=/pages/syfy" class="header__icon header__icon--account link link--text focus-inset right desktop"> <svg width="17" height="20" class="lazyload" viewbox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="8.5" cy="5" r="4" stroke="white"></circle> <path d="M0.549038 18.5532C0.994407 14.2814 4.4057 11 8.5 11C12.5943 11 16.0056 14.2814 16.451 18.5532C16.4738 18.7727 16.2917 19 16 19H1C0.708301 19 0.526152 18.7727 0.549038 18.5532Z" stroke="white"></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="28" height="28" class="lazyload" viewbox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.9113 8.23242C15.5726 7.52884 16.4719 7.09622 17.4343 7.0186C18.3968 6.94098 19.3538 7.22391 20.1193 7.81242C22.0793 9.49242 21.7993 12.1664 20.3853 13.5944L13.6793 20.4404C13.6093 20.5244 13.5393 20.5244 13.4133 20.4404L6.72129 13.5804C6.34339 13.1956 6.04898 12.7369 5.85646 12.2331C5.66394 11.7293 5.57746 11.1912 5.60243 10.6524C5.62739 10.1136 5.76327 9.58582 6.00156 9.10197C6.23985 8.61812 6.57542 8.18865 6.98729 7.84042C8.47129 6.58042 10.7673 6.77642 12.2233 8.23242L13.5673 9.60442L14.9113 8.23242ZM13.5673 7.60242L13.9033 7.25242C14.8084 6.29701 16.0371 5.71315 17.3495 5.61479C18.6619 5.51642 19.9638 5.91061 21.0013 6.72042L21.0153 6.73442V6.74842C21.5765 7.22339 22.0337 7.80897 22.3584 8.46859C22.6831 9.12821 22.8683 9.84769 22.9025 10.5821C22.9367 11.3165 22.819 12.0501 22.5569 12.737C22.2949 13.4239 21.894 14.0494 21.3793 14.5744L14.6733 21.4344C14.4103 21.6996 14.0614 21.8621 13.6893 21.8929C13.3171 21.9237 12.9462 21.8207 12.6433 21.6024L12.5033 21.5184L5.72729 14.5744C5.21331 14.0518 4.81288 13.4287 4.55109 12.7441C4.2893 12.0594 4.1718 11.3281 4.20598 10.5959C4.24016 9.86374 4.42527 9.14652 4.74969 8.48925C5.07412 7.83198 5.53087 7.24885 6.09129 6.77642C7.12454 5.94886 8.42983 5.53743 9.75087 5.62291C11.0719 5.70839 12.3133 6.2846 13.2313 7.23842L13.2453 7.25242L13.5813 7.60242H13.5673Z" fill="white"></path> </svg> </a> <a href="#" class="header__icon header__icon--cart link link--text focus-inset right" id="cart-icon-bubble"><svg width="20" height="19" class="lazyload" viewbox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.72656 18.514C8.27885 18.514 8.72656 18.0663 8.72656 17.514C8.72656 16.9618 8.27885 16.514 7.72656 16.514C7.17428 16.514 6.72656 16.9618 6.72656 17.514C6.72656 18.0663 7.17428 18.514 7.72656 18.514Z" fill="white"></path> <path d="M16.7275 18.514C17.2798 18.514 17.7275 18.0663 17.7275 17.514C17.7275 16.9618 17.2798 16.514 16.7275 16.514C16.1753 16.514 15.7275 16.9618 15.7275 17.514C15.7275 18.0663 16.1753 18.514 16.7275 18.514Z" fill="white"></path> <path d="M1 1H4.27273L6.46545 11.9333C6.54027 12.3093 6.7452 12.647 7.04436 12.8873C7.34351 13.1276 7.71784 13.2553 8.10182 13.248H16.0545C16.4385 13.2553 16.8129 13.1276 17.112 12.8873C17.4112 12.647 17.6161 12.3093 17.6909 11.9333L19 5.08265H5.09091" stroke="white" stroke-linecap="round" stroke-linejoin="round"></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" role="presentation" class="icon icon-hamburger lazyload" fill="none" viewbox="0 0 18 16"> <path d="M1 .5a.5.5 0 100 1h15.71a.5.5 0 000-1H1zM.5 8a.5.5 0 01.5-.5h15.71a.5.5 0 010 1H1A.5.5 0 01.5 8zm0 7a.5.5 0 01.5-.5h15.71a.5.5 0 010 1H1a.5.5 0 01-.5-.5z" fill="#FFFFFF"> </path></svg> <svg viewbox="0 0 24 24" width="100%" height="100%" class="icon icon-close lazyload" aria-hidden="true" focusable="false" role="presentation"><path d="M 4.9902344 3.9902344 A 1.0001 1.0001 0 0 0 4.2929688 5.7070312 L 10.585938 12 L 4.2929688 18.292969 A 1.0001 1.0001 0 1 0 5.7070312 19.707031 L 12 13.414062 L 18.292969 19.707031 A 1.0001 1.0001 0 1 0 19.707031 18.292969 L 13.414062 12 L 19.707031 5.7070312 A 1.0001 1.0001 0 0 0 18.980469 3.9902344 A 1.0001 1.0001 0 0 0 18.292969 4.2929688 L 12 10.585938 L 5.7070312 4.2929688 A 1.0001 1.0001 0 0 0 4.9902344 3.9902344 z" fill="#FFFFFF"></path></svg> </button> </div> </div> <p class="h1 header__heading split-mobile"> <a href="/" class="header__heading-link link link--text focus-inset"><img srcset="//www.nbcstore.com/cdn/shop/files/NBCU_Logo_1_-min_200x.png?v=1694524757 1x, //www.nbcstore.com/cdn/shop/files/NBCU_Logo_1_-min_200x@2x.png?v=1694524757 2x" src="//www.nbcstore.com/cdn/shop/files/NBCU_Logo_1_-min_200x.png?v=1694524757" loading="lazy" class="header__heading-logo" width="1001" height="117" alt="NBCUniversal Shop" ></a> </p> <style data-shopify> @media screen and (max-width:750px){ .header__heading{text-align:left;} } </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 class="modal__toggle-open icon icon-search lazyload" viewbox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0108 12.7179C10.7372 13.8278 9.07208 14.5 7.25 14.5C3.24594 14.5 0 11.2541 0 7.25C0 3.24594 3.24594 0 7.25 0C11.2541 0 14.5 3.24594 14.5 7.25C14.5 9.07208 13.8278 10.7372 12.7179 12.0108C12.7179 12.0108 15.2071 14.5 15.8536 15.1464C16.5 15.7929 15.7929 16.5 15.1464 15.8536C14.5 15.2071 12.0108 12.7179 12.0108 12.7179ZM13.5 7.25C13.5 10.7018 10.7018 13.5 7.25 13.5C3.79822 13.5 1 10.7018 1 7.25C1 3.79822 3.79822 1 7.25 1C10.7018 1 13.5 3.79822 13.5 7.25Z" fill="currentColor"></path> </svg></span> </summary> <a href="/account/login?url=/pages/syfy" class="header__icon header__icon--account link link--text focus-inset right desktop"> <svg width="17" height="20" class="lazyload" viewbox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="8.5" cy="5" r="4" stroke="white"></circle> <path d="M0.549038 18.5532C0.994407 14.2814 4.4057 11 8.5 11C12.5943 11 16.0056 14.2814 16.451 18.5532C16.4738 18.7727 16.2917 19 16 19H1C0.708301 19 0.526152 18.7727 0.549038 18.5532Z" stroke="white"></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="28" height="28" class="lazyload" viewbox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.9113 8.23242C15.5726 7.52884 16.4719 7.09622 17.4343 7.0186C18.3968 6.94098 19.3538 7.22391 20.1193 7.81242C22.0793 9.49242 21.7993 12.1664 20.3853 13.5944L13.6793 20.4404C13.6093 20.5244 13.5393 20.5244 13.4133 20.4404L6.72129 13.5804C6.34339 13.1956 6.04898 12.7369 5.85646 12.2331C5.66394 11.7293 5.57746 11.1912 5.60243 10.6524C5.62739 10.1136 5.76327 9.58582 6.00156 9.10197C6.23985 8.61812 6.57542 8.18865 6.98729 7.84042C8.47129 6.58042 10.7673 6.77642 12.2233 8.23242L13.5673 9.60442L14.9113 8.23242ZM13.5673 7.60242L13.9033 7.25242C14.8084 6.29701 16.0371 5.71315 17.3495 5.61479C18.6619 5.51642 19.9638 5.91061 21.0013 6.72042L21.0153 6.73442V6.74842C21.5765 7.22339 22.0337 7.80897 22.3584 8.46859C22.6831 9.12821 22.8683 9.84769 22.9025 10.5821C22.9367 11.3165 22.819 12.0501 22.5569 12.737C22.2949 13.4239 21.894 14.0494 21.3793 14.5744L14.6733 21.4344C14.4103 21.6996 14.0614 21.8621 13.6893 21.8929C13.3171 21.9237 12.9462 21.8207 12.6433 21.6024L12.5033 21.5184L5.72729 14.5744C5.21331 14.0518 4.81288 13.4287 4.55109 12.7441C4.2893 12.0594 4.1718 11.3281 4.20598 10.5959C4.24016 9.86374 4.42527 9.14652 4.74969 8.48925C5.07412 7.83198 5.53087 7.24885 6.09129 6.77642C7.12454 5.94886 8.42983 5.53743 9.75087 5.62291C11.0719 5.70839 12.3133 6.2846 13.2313 7.23842L13.2453 7.25242L13.5813 7.60242H13.5673Z" fill="white"></path> </svg> </a> <a href="#" class="header__icon header__icon--cart link link--text focus-inset right" id="cart-icon-bubble-mobile"><svg width="20" height="19" class="lazyload" viewbox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.72656 18.514C8.27885 18.514 8.72656 18.0663 8.72656 17.514C8.72656 16.9618 8.27885 16.514 7.72656 16.514C7.17428 16.514 6.72656 16.9618 6.72656 17.514C6.72656 18.0663 7.17428 18.514 7.72656 18.514Z" fill="white"></path> <path d="M16.7275 18.514C17.2798 18.514 17.7275 18.0663 17.7275 17.514C17.7275 16.9618 17.2798 16.514 16.7275 16.514C16.1753 16.514 15.7275 16.9618 15.7275 17.514C15.7275 18.0663 16.1753 18.514 16.7275 18.514Z" fill="white"></path> <path d="M1 1H4.27273L6.46545 11.9333C6.54027 12.3093 6.7452 12.647 7.04436 12.8873C7.34351 13.1276 7.71784 13.2553 8.10182 13.248H16.0545C16.4385 13.2553 16.8129 13.1276 17.112 12.8873C17.4112 12.647 17.6161 12.3093 17.6909 11.9333L19 5.08265H5.09091" stroke="white" stroke-linecap="round" stroke-linejoin="round"></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"> <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"> <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 class="modal__toggle-open icon icon-search lazyload" viewbox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0108 12.7179C10.7372 13.8278 9.07208 14.5 7.25 14.5C3.24594 14.5 0 11.2541 0 7.25C0 3.24594 3.24594 0 7.25 0C11.2541 0 14.5 3.24594 14.5 7.25C14.5 9.07208 13.8278 10.7372 12.7179 12.0108C12.7179 12.0108 15.2071 14.5 15.8536 15.1464C16.5 15.7929 15.7929 16.5 15.1464 15.8536C14.5 15.2071 12.0108 12.7179 12.0108 12.7179ZM13.5 7.25C13.5 10.7018 10.7018 13.5 7.25 13.5C3.79822 13.5 1 10.7018 1 7.25C1 3.79822 3.79822 1 7.25 1C10.7018 1 13.5 3.79822 13.5 7.25Z" fill="currentColor"></path> </svg> </button> </div></form> </div> </div> <style data-shopify> .header-mobile-drawer{top:auto; z-index:1; height:100%;} .header-mobile-drawer-overlay{background:#CCCCCC; opacity:0.75;} </style> <div class="header-mobile-drawer" id="header-mobile-drawer"> <div class="header-md-container below"> <div class="header-mobile-header"> </div> <nav class="mobile-drawer-menu slide" role="navigation"> <ul class="parent"> <li class="main" > <div class="parent-container"> <a href="/collections/wicked" >Wicked</a></div></li><li class="main" > <div class="parent-container"> <a href="/collections/nosferatu" >Nosferatu</a></div></li><li class="main" > <div class="parent-container"> <a href="/collections/new-arrivals" >New Arrivals</a></div></li><li class="main" > <div class="parent-container"> <a href="/pages/shop-by-title" >Titles</a><span class="parent-caret"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </span></div><ul class="child"> <li class="mdm-child-header"><i> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </i>Titles</li> <li > <div class="child-container"> <a href="#" >Shows</a><span class="toggle"><svg xmlns="http://www.w3.org/2000/svg" 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 class="mdm-grand-child-header"><i> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </i>Shows</li> <li> <a href="/collections/all-in-with-chris-hayes" > All In with Chris Hayes </a> </li><li> <a href="/pages/american-ninja-warrior" > American Ninja Warrior </a> </li><li> <a href="/collections/barmageddon" > Barmageddon </a> </li><li> <a href="/collections/battlestar-galactica" > Battlestar Galactica </a> </li><li> <a href="/collections/below-deck" > Below Deck </a> </li><li> <a href="/collections/brooklyn-nine-nine" > Brooklyn Nine-Nine </a> </li><li> <a href="/collections/community" > Community </a> </li><li> <a href="/collections/dateline" > Dateline </a> </li><li> <a href="/" > Deadline: White House </a> </li><li> <a href="/collections/friday-night-lights" > Friday Night Lights </a> </li><li> <a href="/collections/friends" > Friends </a> </li><li> <a href="/collections/late-night-with-seth-meyers" > Late Night with Seth Meyers </a> </li><li> <a href="/collections/law-order" > Law & Order </a> </li><li> <a href="/collections/meet-the-press" > Meet the Press </a> </li><li> <a href="/collections/morning-joe" > Morning Joe </a> </li><li> <a href="/collections/nbc-nightly-news-with-lester-holt" > Nightly News with Lester Holt </a> </li><li> <a href="/collections/one-chicago" > One Chicago </a> </li><li> <a href="/pages/parks-and-recreation" > Parks and Recreation </a> </li><li> <a href="/collections/psych" > Psych </a> </li><li> <a href="/collections/resident-alien" > Resident Alien </a> </li><li> <a href="/collections/saturday-night-live" > Saturday Night Live </a> </li><li> <a href="/collections/suits" > Suits </a> </li><li> <a href="/collections/sunday-today-with-willie-geist" > Sunday TODAY </a> </li><li> <a href="/collections/ted-tv" > Ted </a> </li><li> <a href="/" > The Beat </a> </li><li> <a href="/collections/the-blacklist" > The Blacklist </a> </li><li> <a href="/collections/the-kelly-clarkson-show" > The Kelly Clarkson Show </a> </li><li> <a href="/pages/the-office" > The Office </a> </li><li> <a href="/collections/the-rachel-maddow-show" > The Rachel Maddow Show </a> </li><li> <a href="/collections/the-real-housewives" > The Real Housewives </a> </li><li> <a href="/collections/the-umbrella-academy" > The Umbrella Academy </a> </li><li> <a href="/pages/today" > TODAY </a> </li><li> <a href="/collections/the-tonight-show-starring-jimmy-fallon" > Tonight Show Starring Jimmy Fallon </a> </li><li> <a href="/collections/twisted-metal" > Twisted Metal </a> </li><li> <a href="/collections/vanderpump-rules" > Vanderpump Rules </a> </li><li> <a href="/collections/watch-what-happens-live" > Watch What Happens Live </a> </li><li> <a href="/pages/shop-by-title" > Shop All </a> </li></ul></li><li > <div class="child-container"> <a href="#" >Movies</a><span class="toggle"><svg xmlns="http://www.w3.org/2000/svg" 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 class="mdm-grand-child-header"><i> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </i>Movies</li> <li> <a href="/collections/asteroid-city" > Asteroid City </a> </li><li> <a href="/collections/chucky" > Chucky </a> </li><li> <a href="/collections/dazed-and-confused" > Dazed and Confused </a> </li><li> <a href="/collections/drive-away-dolls" > Drive-Away Dolls </a> </li><li> <a href="/collections/eternal-sunshine-of-the-spotless-mind" > Eternal Sunshine of the Spotless Mind </a> </li><li> <a href="/collections/frankenstein" > Frankenstein </a> </li><li> <a href="/collections/get-out" > Get Out </a> </li><li> <a href="/collections/happy-death-day" > Happy Death Day </a> </li><li> <a href="/collections/jaws" > Jaws </a> </li><li> <a href="/pages/jurassic" > Jurassic </a> </li><li> <a href="/collections/kung-fu-panda" > Kung Fu Panda 4 </a> </li><li> <a href="/collections/lisa-frankenstein" > Lisa Frankenstein </a> </li><li> <a href="/collections/m3gan" > M3GAN </a> </li><li> <a href="/collections/nope" > NOPE </a> </li><li> <a href="/collections/nosferatu" > Nosferatu </a> </li><li> <a href="/collections/pride-prejudice" > Pride & Prejudice </a> </li><li> <a href="/collections/shaun-of-the-dead" > Shaun of the Dead </a> </li><li> <a href="/collections/shrek" > Shrek </a> </li><li> <a href="/collections/the-holdovers" > The Holdovers </a> </li><li> <a href="/collections/twisters" > Twisters </a> </li><li> <a href="/collections/universal-monsters" > Universal Monsters </a> </li><li> <a href="/pages/shop-by-title" > Shop All </a> </li></ul></li><li > <div class="child-container"> <a href="/pages/shop-by-title" >All Titles</a></div></li> </ul></li><li class="main" > <div class="parent-container"> <a href="/collections/all" >Products</a><span class="parent-caret"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </span></div><ul class="child"> <li class="mdm-child-header"><i> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </i>Products</li> <li > <div class="child-container"> <a href="/collections/clothing" >Clothing</a><span class="toggle"><svg xmlns="http://www.w3.org/2000/svg" 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 class="mdm-grand-child-header"><i> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </i>Clothing</li> <li> <a href="/collections/hoodies-and-sweatshirts" > Hoodies & Sweatshirts </a> </li><li> <a href="/collections/jackets" > Jackets </a> </li><li> <a href="/collections/jerseys" > Jerseys </a> </li><li> <a href="/collections/t-shirts-1" > T-Shirts </a> </li><li> <a href="/collections/comfort-colors" > Comfort Colors </a> </li><li> <a href="/collections/kids-baby-clothing" > Kids & Baby </a> </li><li> <a href="/collections/tank-tops" > Tank Tops </a> </li><li> <a href="/collections/bottoms" > Shorts & Sweatpants </a> </li><li> <a href="/collections/socks" > Socks </a> </li><li> <a href="/collections/robes-peacock" > Robes </a> </li><li> <a href="/collections/clothing" > Shop All </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" 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 class="mdm-grand-child-header"><i> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </i>Drinkware</li> <li> <a href="/collections/bar-accessories" > Bar Accessories </a> </li><li> <a href="/collections/can-coolers" > Can Coolers </a> </li><li> <a href="/collections/mugs" > Coffee Mugs </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 </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" 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 class="mdm-grand-child-header"><i> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </i>Accessories</li> <li> <a href="/collections/books" > Books </a> </li><li> <a href="/collections/bags" > Bags & Backpacks </a> </li><li> <a href="/collections/hats-beanies" > Hats & Beanies </a> </li><li> <a href="/collections/hair-accessories" > Hair Accessories </a> </li><li> <a href="/collections/jewelry" > Jewelry </a> </li><li> <a href="/collections/pins" > Pins </a> </li><li> <a href="/collections/patches" > Patches </a> </li><li> <a href="/collections/accessories" > Shop All </a> </li></ul></li><li > <div class="child-container"> <a href="/collections/home-and-office" >Home & Office</a><span class="toggle"><svg xmlns="http://www.w3.org/2000/svg" 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 class="mdm-grand-child-header"><i> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </i>Home & Office</li> <li> <a href="/collections/calendars" > Calendars </a> </li><li> <a href="/collections/coasters" > Coasters </a> </li><li> <a href="/collections/stationery" > Journals & Notebooks </a> </li><li> <a href="/collections/party-supplies" > Party Supplies </a> </li><li> <a href="/collections/pickleball-sets" > Pickleball </a> </li><li> <a href="/collections/pet-products" > Pet Products </a> </li><li> <a href="/collections/pillows-blankets" > Pillows & Blankets </a> </li><li> <a href="/collections/standees" > Standees </a> </li><li> <a href="/collections/stickers-posters" > Stickers & Posters </a> </li><li> <a href="/collections/tech-accessories" > Tech Accessories </a> </li><li> <a href="/collections/towels" > Towels </a> </li><li> <a href="/collections/toys-games" > Toys & Games </a> </li><li> <a href="/collections/home-and-office" > Shop All </a> </li></ul></li><li > <div class="child-container"> <a href="/collections/shop-all" >Shop All Products</a></div></li> </ul></li><li class="main" > <div class="parent-container"> <a href="/collections/new-arrivals" >Trending</a><span class="parent-caret"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </span></div><ul class="child"> <li class="mdm-child-header"><i> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </i>Trending</li> <li style="display:none;"> <div class="child-container"> <a href="/collections/new-arrivals" >Blank</a></div></li> <li id="mobile-menu-grid-f2278dbd-50e5-42da-b067-5c4b2cda095c" class="mobile-menu-grid"> <style> #mobile-menu-grid-f2278dbd-50e5-42da-b067-5c4b2cda095c{display:grid !important; grid-template-columns:repeat(2, 1fr) !important; column-gap:10px; row-gap:10px; text-align: center;} </style><p class="mega-menu-grid-item-title">FEATURED</p> <div class="mobile-menu-grid-item"> <a href="/collections/saturday-night-live"></a> <img class="lazyload" src="//www.nbcstore.com/cdn/shop/files/tshirt_image_1080x.png?v=1739452731" alt="mobile-menu-grid-item-1"> <p class="mobile-menu-grid-item-text">Saturday Night Live</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/suits"></a> <img class="lazyload" src="//www.nbcstore.com/cdn/shop/files/Image_3_8bb9745d-94e2-448d-ba35-17a312229d0d_1080x.png?v=1739452568" alt="mobile-menu-grid-item-2"> <p class="mobile-menu-grid-item-text">Suits</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/wicked"></a> <img class="lazyload" src="//www.nbcstore.com/cdn/shop/files/ANW_kids_shirt_1080x.png?v=1733409396" alt="mobile-menu-grid-item-3"> <p class="mobile-menu-grid-item-text">Wicked</p> </div> <div class="mobile-menu-grid-item"> <a href="/collections/nosferatu"></a> <img class="lazyload" src="//www.nbcstore.com/cdn/shop/files/background_c77d3770-ae5b-4f31-8168-835f3562d558_1080x.png?v=1734725919" alt="mobile-menu-grid-item-4"> <p class="mobile-menu-grid-item-text">Nosferatu</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> <script> jQuery(document).ready(function ($){ function headerMobileDrawer(){ $('.header__icon--menu, .full-height-close').click(function (){ $('.header-mm-overlay').toggle(); $(this).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(){ $(this).fadeToggle(600); $('.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).toggle("slide", { direction: "right" }, 500).addClass('open'); 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).toggle("slide", { direction: "right" }, 500).addClass('open'); $('ul.child').removeClass('open'); 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'); }); $('.mobile-drawer-menu li').on("click", function() { setTimeout(() => { if ($(".header-md-container").isVScrollable()) { $(".mobile-drawer-scroll-buttons").removeClass("hide"); } else { $(".mobile-drawer-scroll-buttons").addClass("hide"); } }, "350"); }); $(window).on("resize", function() { if ($(window).width() >= 1070) { $('.header-mm-overlay').hide(); } }); } headerMobileDrawer(); if (Shopify.designMode){ document.addEventListener('shopify:section:load', function(){ if(event.detail.sectionId === 'header') { headerMobileDrawer(); } }); } }); </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "NBCUniversal Shop", "logo": "https:\/\/www.nbcstore.com\/cdn\/shop\/files\/NBCU_Logo_1_-min_1001x.png?v=1694524757", "sameAs": [ "https:\/\/twitter.com\/nbc", "https:\/\/www.facebook.com\/nbc", "", "https:\/\/www.instagram.com\/nbc\/", "", "", "", "https:\/\/www.youtube.com\/nbc", "" ], "url": "https:\/\/www.nbcstore.com\/pages\/syfy" } </script><script> jQuery(document).ready(function ($){ 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(); } }); } }); </script> <style> #shopify-section-header .header-container .header__heading.split-mobile {min-width: 250px;} </style></div> <main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1"> <div id="shopify-section-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c" class="shopify-section"><div id="seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c" class="seo-banner seo-banner-hide"> <div class="page-width"> <div class="seob-content"> <h1>SYFY Official Fan Shop - NBCUniversal Shop Merchandise</h1> </div> </div> </div> <style data-shopify> .seo-banner h1, .seo-banner h2, .seo-banner p{margin:0; padding:0;} #seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c{text-align:center; padding:10px 0;} #seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c .page-width{display:flex; flex-direction:row; justify-content:center; align-items:center;} #seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c .seob-content{width:100%;} #seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c h1{font-size:3.6rem; color:#333333;} #seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c h2{font-size:2rem; color:#666666;} #seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c p{font-size:1.6rem; color:#000000;} @media screen and (max-width:750px){ #seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c .seob-content{width:100%;} #seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c h1{font-size:3.2rem;} #seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c h2{font-size:1.8rem;} #seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c p{font-size:1.4rem;} } #seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c.seo-banner-hide { padding: 0; } #seo-banner-template--24078685143406__dbb49704-a267-4ba5-920d-ab114175777c.seo-banner-hide h1 { position: absolute; z-index: -1; opacity: 0; } </style> </div><div id="shopify-section-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f" class="shopify-section sub-navigation-section"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-basic-sub-nav.css?v=166725438330419626401737491433" rel="stylesheet" type="text/css" media="all" /> <div id="basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f" class="basic-sub-navigation overflow default scroll_to"> <style> #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f{ width:100%; margin-left:auto; margin-right:auto; left:0; right:0; background:#e2ff00; visibility:visible; border-top: 0px solid #000000; border-bottom: 0px solid #000000; } #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul{justify-content:flex-start;} #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f.basic-sub-navigation > ul { max-width:1600px; margin: 0 auto; } #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li a{color:#000000; /*font-size:rem; font-weight:700;*/ padding:15px 25px;} #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li a span.bsn-main-text:after{position:absolute; height:1px; background:#000000; left:0; bottom:-3px;} #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul ul{border-top:1px solid #000000;} #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f::before{display:block; background:#e2ff00;} #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul ul::before{display:block; background:#e2ff00; border-top:1px solid #000000;} #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.boxed ul, #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.boxed-overflow ul{text-align:left;} #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.child li a, #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.grand-child li a{color:#000000;} #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li:hover{background:;} #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li ul li{background:none !important;} #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li a:hover, #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li:hover > a, #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.child li a:hover, #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.grand-child li a:hover{color:#000000;} #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li a span.bsn-main-text + span.bsn-main-text {display: none;} #basic-sub-nav-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.child.extended-list{grid-template-rows:repeat(10, 1fr); grid-auto-columns: 1fr;} #basic-sub-nav-template--24078685143406__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--24078685143406__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="#" > <span id="bsn-icon-main-41955463-a917-4a4e-8708-a0c73fe1a63d" class="bsn-icon-main"> <img class="bsn-default" src="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_SubNav-logo.png?v=1686692500" alt="logo-icon"> </span> <style> #bsn-icon-main-41955463-a917-4a4e-8708-a0c73fe1a63d.bsn-icon-main{max-width:155px;} </style> </a> </li> <li class="parent-link"> <a href="/collections/syfy-clothing" > <style> #bsn-icon-main-41955463-a917-4a4e-8708-a0c73fe1a63d.bsn-icon-main{max-width:155px;} </style> <span class="bsn-main-text">Clothing</span> <span class="bsn-main-text">Clothing</span> </a> </li> <li class="parent-link"> <a href="/collections/syfy-drinkware" > <style> #bsn-icon-main-41955463-a917-4a4e-8708-a0c73fe1a63d.bsn-icon-main{max-width:155px;} </style> <span class="bsn-main-text">Drinkware</span> <span class="bsn-main-text">Drinkware</span> </a> </li> <li class="parent-link"> <a href="/collections/syfy-home-office" > <style> #bsn-icon-main-41955463-a917-4a4e-8708-a0c73fe1a63d.bsn-icon-main{max-width:155px;} </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/syfy-best-sellers" > <style> #bsn-icon-main-41955463-a917-4a4e-8708-a0c73fe1a63d.bsn-icon-main{max-width:155px;} </style> <span class="bsn-main-text">Best Sellers</span> <span class="bsn-main-text">Best Sellers</span> </a> </li> <li class="parent-link"> <a href="/collections/syfy" > <style> #bsn-icon-main-41955463-a917-4a4e-8708-a0c73fe1a63d.bsn-icon-main{max-width:155px;} </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--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f" class="basic-sub-navigation-mobile"> <div id="basc-sub-nav-mobile-header-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f" class="basc-sub-nav-mobile-header"> <div id="bsn-icon-banner-41955463-a917-4a4e-8708-a0c73fe1a63d" class="bsn-icon-banner"> <img class="bsn-default" src="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_SubNav-logo.png?v=1686692500" alt="-icon"> </div> <style> #bsn-icon-banner-41955463-a917-4a4e-8708-a0c73fe1a63d img{max-width:40%; padding:15px 0;} </style> <button aria-label="button" class="basic_sub-navigation_mobile_button toggle"> <svg width="17" height="12" class="icon icon-hamburger lazyload" viewbox="0 0 17 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 2C0.223858 2 0 2.22386 0 2.5C0 2.77614 0.223858 3 0.5 3H15.5024C15.7786 3 16.0024 2.77614 16.0024 2.5C16.0024 2.22386 15.7786 2 15.5024 2H0.5ZM0.5 8C0.223858 8 0 8.22386 0 8.5C0 8.77614 0.223858 9 0.5 9H12.5C12.7761 9 13 8.77614 13 8.5C13 8.22386 12.7761 8 12.5 8H0.5Z" fill="currentColor"></path> </svg><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-close lazyload" 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"></path></svg> Submenu </button> </div> <div class="basic-sub-navigation-container-mobile"> <style> #basic-sub-nav-mobile-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f .bsn-icon-banner{background:#e2ff00; padding:px 0;} #basic-sub-nav-mobile-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f .basic_sub-navigation_mobile_button{gap: 5px; background:#e2ff00; color:#000000; border-top:1px solid #000000; border-bottom:1px solid rgba(0,0,0,0); height:60px; font-size:12px;} #basic-sub-nav-mobile-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f .basic_sub-navigation_mobile_button svg{color:#000000; width:12px; margin-right:5px;} #basic-sub-nav-mobile-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f .basic_sub-navigation_mobile_button svg.icon.icon-hamburger {width: 18px;} #basic-sub-nav-mobile-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.child{background:#e2ff00;} #basic-sub-nav-mobile-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li.mobile-parent{background:#e2ff00; border-bottom:1px solid rgba(0,0,0,0);} #basic-sub-nav-mobile-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li.mobile-parent.open a.disabled{border-bottom:1px solid rgba(0,0,0,0);} #basic-sub-nav-mobile-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li.mobile-parent a{color:#000000; /*font-size:px;*/} #basic-sub-nav-mobile-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul li.mobile-parent a svg{width: 10px;} #basic-sub-nav-mobile-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f ul.child li a{/*font-size:px;*/} </style> <ul class="mobile-parent-links"> <li class="mobile-parent"> <a href="#" target="_self">Logo </a> </li> <li class="mobile-parent"> <a href="/collections/syfy-clothing" target="_self">Clothing </a> </li> <li class="mobile-parent"> <a href="/collections/syfy-drinkware" target="_self">Drinkware </a> </li> <li class="mobile-parent"> <a href="/collections/syfy-home-office" target="_self">Home & Office </a> </li> <li class="mobile-parent"> <a href="/collections/syfy-best-sellers" target="_self">Best Sellers </a> </li> <li class="mobile-parent"> <a href="/collections/syfy" target="_self">Shop All </a> </li> </ul> </div> </div> <script> jQuery(document).ready(function ($){ 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--24078685143406__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--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f'){ basicSubNavigation(); } }); } }); </script> <style> @media screen and (max-width: 960px) {#shopify-section-template--24078685143406__8c0318dd-bd6c-4f28-a0ad-23b02fa9950f .basic-sub-navigation .bsn-icon-main {max-width: 120px !important; }} </style></div><section id="shopify-section-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9" class="shopify-section snow-grid-section"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/section-snow-grid.css?v=107133739411542050051737491519" onload="this.media='all'"> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/section-snow-grid.css?v=107133739411542050051737491519" rel="stylesheet" type="text/css" media="all" /></noscript> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-snow-grid-item.css?v=126363063117014534431737491519" onload="this.media='all'"> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-snow-grid-item.css?v=126363063117014534431737491519" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="snowGridSection snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 "> <div> <!--Content above snow grid blocks--> <!--Start snow grid content--> <div class="snowGridContent"> <div class="snowGridContentContainer"> <div class="snowGridItem snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 "> <div class="snowGridItemContent full-link"> <div class="snowGridItemImageContainer "> <a class="full-unstyled-link snowGridItemFullLink" href="/collections/resident-alien" aria-label="Link to /collections/resident-alien"></a> <picture class="snowGridItemImagePicture"> <source srcset="//www.nbcstore.com/cdn/shop/files/SYFY_Hero_Banner_-_desktop_2560x.png?v=1707422173" media="(min-width: 1920px)" /> <source srcset="//www.nbcstore.com/cdn/shop/files/SYFY_Hero_Banner_-_desktop_1920x.png?v=1707422173" media="(min-width: 1296px)" /> <source srcset="//www.nbcstore.com/cdn/shop/files/SYFY_Hero_Banner_-_desktop_1296x.png?v=1707422173" media="(min-width: 1025px)" /> <source srcset="//www.nbcstore.com/cdn/shop/files/SYFY_Hero_Banner_-_tablet_1080x.png?v=1707422175" media="(min-width: 768px)" /> <img class="snowGridItemImage lazyload" src="//www.nbcstore.com/cdn/shop/files/Banner_Container_03cfd840-6fce-4036-999f-aca8ac51f950_900x.png?v=1707422170" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="1.0416666666666667" data-sizes="auto" data-parent-fit="cover" alt="Link to /collections/resident-alien"> </picture> </div> <div class="snowGridItemText mobile-below mobile-bottom-left desktop-overlay desktop-center-left"> <h6 class="snowGridItemTitle h6"> <p>Embark on an Otherworldly Adventure</p> </h6> <div class="snowGridItemSubTitle s4"> <p>Shop the Resident Alien Collection!</p> </div> <a href="/collections/resident-alien" class="snowGridItemButton button button--primary" aria-label="SHOP NOW">SHOP NOW</a> </div> </div> </div> <style data-shopify> /* Mobile */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemOverflow{ width: 100%; position:relative; margin:0 auto; } .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 { background: none; grid-row: 1/2; grid-column: 1/2; } /* Content Positioning and Alignment */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemText{ display:flex; flex-flow:column wrap; align-items: flex-start; align-content:flex-start; width: 89%; max-width: 89% !important; text-align: left; } /* Block Title */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemText .snowGridItemTitle * {color: #ffffff;} /* Block Sub-Title */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemText .snowGridItemSubTitle * {color: #ffffff;} /* Block Description */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemText .snowGridItemDescription * {color: #ffffff;} /* Overlay-specific image height */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemContent .snowGridItemText {max-width: 100%;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemImageContainer {height: auto;} /* Shade */ .snowGridSection .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemImagePicture {filter: brightness(1.0);} /* Video */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlLink, .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlButton {color: #ffffff;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlButton, .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlIcons {background: #000000;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlIcons svg { fill: #ffffff; color: #ffffff; } .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemText .snow-grid-logo{width:100px; margin-bottom:10px;} /* Branding */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .sg-branding{width:px;} /* Tablet and Up */ @media screen and (min-width: 768px) { .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemOverflow{ width:100%; max-width:1600px; height:100%; position:absolute; top:0; left:50%; bottom:0; transform:translateX(-50%); } .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 { grid-row: 1/2; grid-column: 1/2; } /* Content Positioning and Alignment */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemText{ width: 50%; max-width: 50%; display:flex; flex-flow:column wrap; align-content:flex-start; align-items:flex-start; text-align:left; } .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemContent .snow-grid-logo{ width:100px; height:auto; margin-bottom:10px; overflow:hidden; } /* Overlay-specific image height */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemImageContainer {height: 100%;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemText .snowGridItemTitle * {color: #FFFFFF;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemText .snowGridItemSubTitle * {color: #FFFFFF;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .snowGridItemText .snowGridItemDescription * {color: #000000;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .sg-branding{width:px;} } @media screen and (min-width: 1025px) { .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem-3c5a19a4-2a26-45c6-a3ba-540bbbf18173 .sg-branding{width:px;} } </style> </div> </div> <!--End snow grid content--> <!--Content below snow grid blocks--> </div> </div> <style data-shopify> /* Colors */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridPretitle * {color: #000000;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridTitle * {color: #000000;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridSubtitle * {color: #000000;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridDescription * {color: #000000;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridBottomPretitle * {color: #000000;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridBottomTitle * {color: #000000;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridBottomSubtitle * {color: #000000;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridBottomDescription * {color: #000000;} /* Mobile */ /* Section Spacing */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 { margin: 0rem auto 0rem auto; padding-top: 3.5rem; padding-bottom: 3.5rem; background: #000000; } /* Positioning */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-top-left {top: 0px; left: 20px;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-top-right {top: 0px; right: 0px;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-top-center {top: 0px; left: 50%; transform: translateX(-50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-center-left {top: 50%; left: 20px; transform: translateY(-50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-center-right {top: 50%; right: 0px; transform: translateY(-50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-center {top: 50%; left: 50%; transform: translate(-50%, -50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-bottom-left {bottom: 20px; left: 20px;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-bottom-right {bottom: 20px; right: 0px;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-bottom-center {bottom: 20px; left: 50%; transform: translateX(-50%);} /* Above Content Alignment */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridAboveText { display:flex; flex-direction:column; flex-wrap:wrap; align-content:center; max-width: 100%; text-align:center; margin-bottom:4.5rem; } /* Above Content Logo */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridAboveText .snow-grid-above-logo{ width:80%; margin-bottom:10px; } /* Bottom Content Alignment */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .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--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridBottomText .snow-grid-bottom-logo{width:80%; margin-top:10px;} /* Grid Container */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridContentContainer { max-width: 100%; margin: 0 auto; display: grid; grid-template-rows: repeat(1, 1fr); grid-template-columns: repeat(1, 1fr); row-gap: 0px; column-gap: 0px; } .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridContent { max-width: var(--page-width); padding: 0 1.5rem; margin: 0 auto; } /* Tablet */ @media screen and (min-width: 768px) { .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 { } /* Positioning */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-left {bottom: auto; right: auto; top: 0px; left: 50px; transform: none;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-right {bottom: auto; left: auto; top: 0px; right: 0px; transform: none;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-center {top: 0px; right: auto; left: 50%; transform: translateX(-50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center-left {bottom: auto; right: auto; top: 50%; left: 50px; transform: translateY(-50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center-right {bottom: auto; left: auto; top: 50%; right: 0px; transform: translateY(-50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center {bottom: auto; right: auto; top: 50%; left: 50%; transform: translate(-50%, -50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-left {top: auto; right: auto; transform: none; bottom: 0px; left: 50px;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-right {top: auto; left: auto; transform: none; bottom: 0px; right: 0px;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-center {top: auto; right: auto; bottom: 0px; left: 50%; transform: translateX(-50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridContent{ max-width: var(--page-width); padding: 0 5rem; margin: 0 auto; } /* Section Spacing */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 { margin: 0rem auto 0rem auto; padding-top: 5rem; padding-bottom: 3.5rem; } /* Above Content Alignment */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .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--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .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--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridContentContainer { max-width: 100%; margin: 0 auto; display: grid; grid-template-rows: repeat(1, 1fr); grid-template-columns: repeat(1, 1fr); row-gap: 0px; column-gap: 0px; } } /* Desktop */ @media screen and (min-width: 1025px) { /* Section Spacing */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 { margin: 0rem auto 0rem auto; padding-top: 6rem; padding-bottom: 3.5rem; } /* Positioning */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-left {bottom: auto; right: auto; top: 0px; left: 50px; transform: none;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-right {bottom: auto; left: auto; top: 0px; right: 0px; transform: none;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-center {top: 0px; right: auto; left: 50%; transform: translateX(-50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center-left {bottom: auto; right: auto; top: 50%; left: 50px; transform: translateY(-50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center-right {bottom: auto; left: auto; top: 50%; right: 0px; transform: translateY(-50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center {bottom: auto; right: auto; top: 50%; left: 50%; transform: translate(-50%, -50%);} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-left {top: auto; right: auto; transform: none; bottom: 0px; left: 50px;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-right {top: auto; left: auto; transform: none; bottom: 0px; right: 0px;} .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-center {top: auto; right: auto; bottom: 0px; left: 50%; transform: translateX(-50%);} /* Above Content Alignment */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .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--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridAboveText .snow-grid-above-logo{ width:200px; margin-bottom:10px; } /* Bottom Content Alignment */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .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--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridBottomText .snow-grid-bottom-logo{width:200px;} /* Grid Container */ .snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .snowGridContentContainer { max-width: 100%; margin: 0 auto; display: grid; grid-template-rows: repeat(1, 1fr); grid-template-columns: repeat(1, 1fr); } } </style> <script> jQuery(document).ready(function ($) { function snowGrid() { $(".snowGridSection-template--24078685143406__3f3b1f96-c3d5-40d3-ba03-2bc757f40ef9 .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(); }); </script> </section><section id="shopify-section-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095" class="shopify-section spaced-section carousel-tabs-section"><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-carousel-tabs.css?v=62845087442519100901737491519" rel="stylesheet" type="text/css" media="all" /> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-price.css?v=27799768927301632451737491447" rel="stylesheet" type="text/css" media="all" /> <style data-shopify> /* Hide until tabs load and then show */ #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 {display: none;} /* Mobile fonts, font colors and alignment */ #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-pretitle { color: #000000;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-title { color: #ffffff;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-subtitle { color: #000000;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-description {color: #000000;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .text-container {text-align: center;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-pretitle * {color: #000000;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-title * {color: #ffffff;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-subtitle * {color: #000000;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-description * {color: #000000;} /* Tabs */ #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab {background: rgba(0,0,0,0); border-bottom: 2px solid #4c4c4c;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab a {text-decoration: none; color: #ffffff;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab.ui-tabs-active {background: rgba(0,0,0,0); border-bottom: 2px solid #ffffff;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab.ui-tabs-active a {text-decoration: none; color: #ffffff;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab {padding: 10px;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul {overflow: auto; scroll-snap-type: x proximity; scroll-behavior: smooth;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul::-webkit-scrollbar { width: 0 !important; } #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab {text-align: center;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab {scroll-snap-align: center;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab:hover {cursor: pointer;} /* Mobile Swatches */ #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .card.card--product + .card-information .card-information__wrapper .card__swatches, #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .card.card--product + .card-information .card-information__wrapper .product__color-count-container {text-align: left;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .card.card--product + .card-information .card-information__wrapper .card-information__text, #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .card.card--product + .card-information .card-information__wrapper .price{text-align:left;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .card__swatches label.color__swatch { width: 25px; height: 25px; border-radius: 100px; border: 1px solid #d9dae2; } #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .card__swatches label.color__swatch img { border: 1px solid #ffffff; border-radius: 100px; } #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .ui-tabs-panel:not(.active-panel) {display: block !important; height: 0 ; overflow: hidden;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .ui-tabs-panel.active-panel {height: auto;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul.page-width {margin: 0 1.5rem;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .page-width--narrow {margin: 0 auto;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul {overflow: hidden;} #carousel-tabs-template--24078685143406__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--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .text-container {text-align: center;} /* Tabs */ #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab {padding: 10px;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab {min-width: unset; flex-basis: calc(100% / 4); text-align: center;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul.page-width {padding: 0 5rem; margin: 0 auto;} /* Desktop Swatches */ #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .card.card--product + .card-information .card-information__wrapper .card__swatches, #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .card.card--product + .card-information .card-information__wrapper .product__color-count-container{text-align: left;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .card.card--product + .card-information .card-information__wrapper .card-information__text, #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .card.card--product + .card-information .card-information__wrapper .price{text-align:left;} #carousel-tabs-template--24078685143406__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 shop-by-collection" id="carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095"> <div> <div class="text-container page-width"> <h2 class="carousel-tabs-title h5"><p>Shop By Collection</p></h2> </div> <div class="tabs-container" id="tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095"> <ul class="carousel-tabs-ul page-width" id="carousel-tabs-ul-template--24078685143406__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: 50%;} } </style> <style data-shopify> @media screen and (min-width: 768px) and (max-width: 1024px) { #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul.page-width {padding: 0rem; margin: 0 5rem;} #carousel-tabs-template--24078685143406__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-50f09a6d-b05b-4173-8405-7690d2a91e3c" > <style data-shopify> @media screen and (max-width: 768px) { #carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c {flex-basis: 55%; min-width: 50%;} } </style> <style data-shopify> @media screen and (min-width: 768px) and (max-width: 1024px) { #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul.page-width {padding: 0rem; margin: 0 5rem;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c {flex-basis: 30%; min-width: 33%;} } </style> <a href="#tab-50f09a6d-b05b-4173-8405-7690d2a91e3c" class="tab-anchor s4" aria-label="Open DRINKWARE tab" role="none presentation"> DRINKWARE </a> </li> <li class="carousel-tab" id="carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3" > <style data-shopify> @media screen and (max-width: 768px) { #carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 {flex-basis: 55%; min-width: 50%;} } </style> <style data-shopify> @media screen and (min-width: 768px) and (max-width: 1024px) { #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul.page-width {padding: 0rem; margin: 0 5rem;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 {flex-basis: 30%; min-width: 33%;} } </style> <a href="#tab-1ab18d51-50a6-41a1-8516-22c985da5bc3" class="tab-anchor s4" aria-label="Open ACCESSORIES tab" role="none presentation"> ACCESSORIES </a> </li> <li class="carousel-tab" id="carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d" > <style data-shopify> @media screen and (max-width: 768px) { #carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d {flex-basis: 55%; min-width: 50%;} } </style> <style data-shopify> @media screen and (min-width: 768px) and (max-width: 1024px) { #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tabs-ul.page-width {padding: 0rem; margin: 0 5rem;} #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d {flex-basis: 30%; min-width: 33%;} } </style> <a href="#tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d" 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--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--24078685143406__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--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--24078685143406__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.nbcstore.com/cdn/shop/t/101/assets/component-card.css?v=32674429279029300121737491434" 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 5px;} #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 5px;} } </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"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-this-is-some-bullshit-unisex-t-shirt" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-this-is-some-bullshit-unisex-t-shirt" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/RA-TIB-115-100394-BLACK-FT-MF_165x.jpg?v=1702312177 165w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-100394-BLACK-FT-MF_360x.jpg?v=1702312177 360w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-100394-BLACK-FT-MF_425x.jpg?v=1702312177 425w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-100394-BLACK-FT-MF_533x.jpg?v=1702312177 533w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-100394-BLACK-FT-MF_720x.jpg?v=1702312177 720w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-100394-BLACK-FT-MF_940x.jpg?v=1702312177 940w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-100394-BLACK-FT-MF_1066x.jpg?v=1702312177 1066w" src="//www.nbcstore.com/cdn/shop/products/RA-TIB-115-100394-BLACK-FT-MF_533x.jpg?v=1702312177" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien This Is Some Bullshit Unisex T-Shirt" loading="lazy" class="motion-reduce" width="2000" height="2000" > </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/resident-alien-this-is-some-bullshit-unisex-t-shirt" class="full-unstyled-link"> <!--Resident Alien This Is Some Bullshit Unisex T-Shirt--> Resident Alien This Is Some Bullshit Unisex 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">$24.95</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">$24.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-i-fit-in-adult-short-sleeve-t-shirt" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-i-fit-in-adult-short-sleeve-t-shirt" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/files/RA-FIP-115-100394-BLACK-FT-MF_165x.png?v=1705614228 165w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-100394-BLACK-FT-MF_360x.png?v=1705614228 360w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-100394-BLACK-FT-MF_425x.png?v=1705614228 425w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-100394-BLACK-FT-MF_533x.png?v=1705614228 533w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-100394-BLACK-FT-MF_720x.png?v=1705614228 720w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-100394-BLACK-FT-MF_940x.png?v=1705614228 940w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-100394-BLACK-FT-MF_1066x.png?v=1705614228 1066w" src="//www.nbcstore.com/cdn/shop/files/RA-FIP-115-100394-BLACK-FT-MF_533x.png?v=1705614228" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien I Fit In Perfectly Unisex T-Shirt" loading="lazy" class="motion-reduce" width="2000" height="2000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/resident-alien-i-fit-in-adult-short-sleeve-t-shirt" class="full-unstyled-link"> <!--Resident Alien I Fit In Perfectly Unisex T-Shirt--> Resident Alien I Fit In Perfectly Unisex 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">$24.95</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">$24.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/happy-sax-is-back-men-s-tri-blend-short-sleeve-t-shirt" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/happy-sax-is-back-men-s-tri-blend-short-sleeve-t-shirt" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_165x.jpg?v=1689620049 165w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_360x.jpg?v=1689620049 360w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_425x.jpg?v=1689620049 425w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_533x.jpg?v=1689620049 533w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_720x.jpg?v=1689620049 720w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_940x.jpg?v=1689620049 940w," src="//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_533x.jpg?v=1689620049" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Happy! Sax is Back Men's Tri-Blend Short Sleeve T-Shirt" loading="lazy" class="motion-reduce" width="1000" height="1000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <!-- Edited by ABConvert <Leo> --> <!-- Edited by ABConvert <Leo> --> <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/happy-sax-is-back-men-s-tri-blend-short-sleeve-t-shirt" class="full-unstyled-link"> <!--Happy! Sax is Back Men's Tri-Blend Short Sleeve T-Shirt--> Happy! Sax is Back Men's Tri-Blend Short Sleeve 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">$29.95</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">$29.95</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"> per </span> <span> </span> </span> </small> </div></div> <div class="product__color-count-container"><span class="product__color-count">2</span> <span class="product__color-count-message">COLORS</span></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/the-magicians-brakebills-university-yellow-design-women-s-short-sleeve-t-shirt" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/the-magicians-brakebills-university-yellow-design-women-s-short-sleeve-t-shirt" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/a1ad8438d4c74a38d8ef186169460ee0_1_4_165x.png?v=1687455621 165w,//www.nbcstore.com/cdn/shop/products/a1ad8438d4c74a38d8ef186169460ee0_1_4_360x.png?v=1687455621 360w,//www.nbcstore.com/cdn/shop/products/a1ad8438d4c74a38d8ef186169460ee0_1_4_425x.png?v=1687455621 425w,//www.nbcstore.com/cdn/shop/products/a1ad8438d4c74a38d8ef186169460ee0_1_4_533x.png?v=1687455621 533w,//www.nbcstore.com/cdn/shop/products/a1ad8438d4c74a38d8ef186169460ee0_1_4_720x.png?v=1687455621 720w,//www.nbcstore.com/cdn/shop/products/a1ad8438d4c74a38d8ef186169460ee0_1_4_940x.png?v=1687455621 940w," src="//www.nbcstore.com/cdn/shop/products/a1ad8438d4c74a38d8ef186169460ee0_1_4_533x.png?v=1687455621" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="The Magicians Brakebills University Yellow Design Women's Short Sleeve T-Shirt" loading="lazy" class="motion-reduce" width="1000" height="1000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/the-magicians-brakebills-university-yellow-design-women-s-short-sleeve-t-shirt" class="full-unstyled-link"> <!--The Magicians Brakebills University Yellow Design Women's Short Sleeve T-Shirt--> The Magicians Brakebills University Yellow Design Women's Short Sleeve 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">$27.95</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">$27.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/the-magicians-tada-women-s-short-sleeve-t-shirt" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/the-magicians-tada-women-s-short-sleeve-t-shirt" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/b72fc760997b8249012e78652c5c0e90_1_165x.png?v=1687455582 165w,//www.nbcstore.com/cdn/shop/products/b72fc760997b8249012e78652c5c0e90_1_360x.png?v=1687455582 360w,//www.nbcstore.com/cdn/shop/products/b72fc760997b8249012e78652c5c0e90_1_425x.png?v=1687455582 425w,//www.nbcstore.com/cdn/shop/products/b72fc760997b8249012e78652c5c0e90_1_533x.png?v=1687455582 533w,//www.nbcstore.com/cdn/shop/products/b72fc760997b8249012e78652c5c0e90_1_720x.png?v=1687455582 720w,//www.nbcstore.com/cdn/shop/products/b72fc760997b8249012e78652c5c0e90_1_940x.png?v=1687455582 940w," src="//www.nbcstore.com/cdn/shop/products/b72fc760997b8249012e78652c5c0e90_1_533x.png?v=1687455582" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="The Magicians Tada Women's Short Sleeve T-Shirt" loading="lazy" class="motion-reduce" width="1000" height="1000" > </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/the-magicians-tada-women-s-short-sleeve-t-shirt" class="full-unstyled-link"> <!--The Magicians Tada Women's Short Sleeve T-Shirt--> The Magicians Tada Women's Short Sleeve 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">$27.95</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">$27.95</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"> per </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: 8px; max-height: 6px; } .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73, .carousel-next-6e771114-1e14-4246-9dae-7df182254f73 { position: absolute; width: 30px; height: 30px; border: 1px solid #ffffff; border-radius: 50px; box-shadow: none; padding: 0; background: #ffffff; 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;} .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73, .carousel-next-6e771114-1e14-4246-9dae-7df182254f73 { box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -webkit-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -moz-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); } @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: 8px; } .carousel-prev-6e771114-1e14-4246-9dae-7df182254f73, .carousel-next-6e771114-1e14-4246-9dae-7df182254f73 { position: absolute; width: 40px; height: 40px; border: 1px solid #ffffff; border-radius: 50px; padding: 0; background: #ffffff; 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> jQuery(document).ready(function ($) { 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--24078685143406__8009d172-e574-4f7a-a809-d014f1384095') { productCarousel(); } }); } }); </script> </div> <div class="text-container bottom-content-container page-width"> <a href="/collections/syfy-clothing" class="tab-button button button--primary button--secondary button--secondary-dark" aria-label="Go to /collections/syfy-clothing">SHOP CLOTHING</a> </div> </div> <div id="tab-50f09a6d-b05b-4173-8405-7690d2a91e3c" > <style data-shopify> #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .text-container {text-align: center;} @media screen and (min-width: 768px) { #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .text-container {text-align: center;} } </style> <div class="tab-content-container page-width"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-card.css?v=32674429279029300121737491434" rel="stylesheet" type="text/css" media="all" /> <style data-shopify> .product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .slick-slide {margin: 0 5px;} .product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .slick-dots li button .slick-dot-icon, .product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .slick-dots li.slick-active button .slick-dot-icon {color: #000000;} .product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .media {background: transparent;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .bottom-content-container {margin-top: 10px;} .product-carousel-tab-container {position: relative;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .carousel-arrow-container {width: 100%; top: 36%;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .carousel-block-custom-arrows {display: block;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c {left: 1.5rem;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-50f09a6d-b05b-4173-8405-7690d2a91e3c {right: 1.5rem;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c {left: 1.5rem;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-next-50f09a6d-b05b-4173-8405-7690d2a91e3c {right: 1.5rem;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .card-wrapper {gap: 10px;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .card-information__wrapper {text-align: left;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .card-information__text, #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .custom-product-tag-name, @media screen and (min-width: 768px) { .product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .slick-slide {margin: 0 5px;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .bottom-content-container {margin-top: 10px;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .carousel-arrow-container {width: 100%; top: 38%;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .carousel-block-custom-arrows {display: block;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c {left: -25px;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-50f09a6d-b05b-4173-8405-7690d2a91e3c {right: -25px;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .card-wrapper {gap: 10px;} #tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .card-information__wrapper {text-align: left;} } @media screen and (min-width: 1025px) { .product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c .slick-slide {margin: 0 5px;} } </style> <div class="product-carousel-tab-container"> <div class="product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c 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"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-this-is-some-bullshit-black-mug" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-this-is-some-bullshit-black-mug" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101655-11-L-MF_165x.jpg?v=1702312192 165w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101655-11-L-MF_360x.jpg?v=1702312192 360w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101655-11-L-MF_425x.jpg?v=1702312192 425w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101655-11-L-MF_533x.jpg?v=1702312192 533w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101655-11-L-MF_720x.jpg?v=1702312192 720w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101655-11-L-MF_940x.jpg?v=1702312192 940w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101655-11-L-MF_1066x.jpg?v=1702312192 1066w" src="//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101655-11-L-MF_533x.jpg?v=1702312192" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien This Is Some Bullshit Black Mug" loading="lazy" class="motion-reduce" width="2000" height="2000" > </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/resident-alien-this-is-some-bullshit-black-mug" class="full-unstyled-link"> <!--Resident Alien This Is Some Bullshit Black Mug--> Resident Alien This Is Some Bullshit Black Mug </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">From $15.95</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">From $15.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-this-is-some-bullshit-pint-glass" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-this-is-some-bullshit-pint-glass" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101667-FT-MF_165x.jpg?v=1702312206 165w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101667-FT-MF_360x.jpg?v=1702312206 360w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101667-FT-MF_425x.jpg?v=1702312206 425w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101667-FT-MF_533x.jpg?v=1702312206 533w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101667-FT-MF_720x.jpg?v=1702312206 720w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101667-FT-MF_940x.jpg?v=1702312206 940w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101667-FT-MF_1066x.jpg?v=1702312206 1066w" src="//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101667-FT-MF_533x.jpg?v=1702312206" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien This Is Some Bullshit Pint Glass" loading="lazy" class="motion-reduce" width="2000" height="2000" > </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/resident-alien-this-is-some-bullshit-pint-glass" class="full-unstyled-link"> <!--Resident Alien This Is Some Bullshit Pint Glass--> Resident Alien This Is Some Bullshit Pint Glass </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">$26.95</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</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/the-magicians-brakebills-university-laser-engraved-beer-can-glass" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/the-magicians-brakebills-university-laser-engraved-beer-can-glass" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/61-ngx7jurl._sl1000_165x.jpg?v=1687456086 165w,//www.nbcstore.com/cdn/shop/products/61-ngx7jurl._sl1000_360x.jpg?v=1687456086 360w,//www.nbcstore.com/cdn/shop/products/61-ngx7jurl._sl1000_425x.jpg?v=1687456086 425w,//www.nbcstore.com/cdn/shop/products/61-ngx7jurl._sl1000_533x.jpg?v=1687456086 533w,//www.nbcstore.com/cdn/shop/products/61-ngx7jurl._sl1000_720x.jpg?v=1687456086 720w,//www.nbcstore.com/cdn/shop/products/61-ngx7jurl._sl1000_940x.jpg?v=1687456086 940w," src="//www.nbcstore.com/cdn/shop/products/61-ngx7jurl._sl1000_533x.jpg?v=1687456086" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="The Magicians Brakebills University Laser Engraved Beer Can Glass" loading="lazy" class="motion-reduce" width="1000" height="1000" > </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/the-magicians-brakebills-university-laser-engraved-beer-can-glass" class="full-unstyled-link"> <!--The Magicians Brakebills University Laser Engraved Beer Can Glass--> The Magicians Brakebills University Laser Engraved Beer Can Glass </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">$19.95</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">$19.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/the-magicians-i-d-rather-be-in-fillory-laser-engraved-sic-tumbler" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/the-magicians-i-d-rather-be-in-fillory-laser-engraved-sic-tumbler" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/magicians_ratherbeinfillory_sic_20oz_tumbler_white_165x.jpg?v=1687458383 165w,//www.nbcstore.com/cdn/shop/products/magicians_ratherbeinfillory_sic_20oz_tumbler_white_360x.jpg?v=1687458383 360w,//www.nbcstore.com/cdn/shop/products/magicians_ratherbeinfillory_sic_20oz_tumbler_white_425x.jpg?v=1687458383 425w,//www.nbcstore.com/cdn/shop/products/magicians_ratherbeinfillory_sic_20oz_tumbler_white_533x.jpg?v=1687458383 533w,//www.nbcstore.com/cdn/shop/products/magicians_ratherbeinfillory_sic_20oz_tumbler_white_720x.jpg?v=1687458383 720w,//www.nbcstore.com/cdn/shop/products/magicians_ratherbeinfillory_sic_20oz_tumbler_white_940x.jpg?v=1687458383 940w," src="//www.nbcstore.com/cdn/shop/products/magicians_ratherbeinfillory_sic_20oz_tumbler_white_533x.jpg?v=1687458383" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="The Magicians I'd Rather be in Fillory Laser Engraved SIC Tumbler" loading="lazy" class="motion-reduce" width="1000" height="1000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <!-- Edited by ABConvert <Leo> --> <!-- Edited by ABConvert <Leo> --> <!-- Edited by ABConvert <Leo> --> <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/the-magicians-i-d-rather-be-in-fillory-laser-engraved-sic-tumbler" class="full-unstyled-link"> <!--The Magicians I'd Rather be in Fillory Laser Engraved SIC Tumbler--> The Magicians I'd Rather be in Fillory Laser Engraved SIC Tumbler </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">From $29.95</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">From $29.95</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"> per </span> <span> </span> </span> </small> </div></div> <div class="product__color-count-container"><span class="product__color-count">3</span> <span class="product__color-count-message">COLORS</span></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/the-magicians-brakebills-crest-white-mug" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/the-magicians-brakebills-crest-white-mug" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/fb39f7daca9f390870dd60359d41e926_165x.png?v=1687455787 165w,//www.nbcstore.com/cdn/shop/products/fb39f7daca9f390870dd60359d41e926_360x.png?v=1687455787 360w,//www.nbcstore.com/cdn/shop/products/fb39f7daca9f390870dd60359d41e926_425x.png?v=1687455787 425w,//www.nbcstore.com/cdn/shop/products/fb39f7daca9f390870dd60359d41e926_533x.png?v=1687455787 533w,//www.nbcstore.com/cdn/shop/products/fb39f7daca9f390870dd60359d41e926_720x.png?v=1687455787 720w,//www.nbcstore.com/cdn/shop/products/fb39f7daca9f390870dd60359d41e926_940x.png?v=1687455787 940w," src="//www.nbcstore.com/cdn/shop/products/fb39f7daca9f390870dd60359d41e926_533x.png?v=1687455787" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="The Magicians Brakebills Crest White Mug" loading="lazy" class="motion-reduce" width="1000" height="1000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/the-magicians-brakebills-crest-white-mug" class="full-unstyled-link"> <!--The Magicians Brakebills Crest White Mug--> The Magicians Brakebills Crest White Mug </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">From $15.95</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">From $15.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-patience-colorado-black-mug" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-patience-colorado-black-mug" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/RA-PC-115-101655-11-L-MF_165x.jpg?v=1702312221 165w,//www.nbcstore.com/cdn/shop/products/RA-PC-115-101655-11-L-MF_360x.jpg?v=1702312221 360w,//www.nbcstore.com/cdn/shop/products/RA-PC-115-101655-11-L-MF_425x.jpg?v=1702312221 425w,//www.nbcstore.com/cdn/shop/products/RA-PC-115-101655-11-L-MF_533x.jpg?v=1702312221 533w,//www.nbcstore.com/cdn/shop/products/RA-PC-115-101655-11-L-MF_720x.jpg?v=1702312221 720w,//www.nbcstore.com/cdn/shop/products/RA-PC-115-101655-11-L-MF_940x.jpg?v=1702312221 940w,//www.nbcstore.com/cdn/shop/products/RA-PC-115-101655-11-L-MF_1066x.jpg?v=1702312221 1066w" src="//www.nbcstore.com/cdn/shop/products/RA-PC-115-101655-11-L-MF_533x.jpg?v=1702312221" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien Patience Colorado Black Mug" loading="lazy" class="motion-reduce" width="2000" height="2000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/resident-alien-patience-colorado-black-mug" class="full-unstyled-link"> <!--Resident Alien Patience Colorado Black Mug--> Resident Alien Patience Colorado Black Mug </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">From $15.95</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">From $15.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-i-fit-in-perfectly-black-mug" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-i-fit-in-perfectly-black-mug" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101655-11-L-MF_165x.png?v=1705614256 165w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101655-11-L-MF_360x.png?v=1705614256 360w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101655-11-L-MF_425x.png?v=1705614256 425w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101655-11-L-MF_533x.png?v=1705614256 533w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101655-11-L-MF_720x.png?v=1705614256 720w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101655-11-L-MF_940x.png?v=1705614256 940w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101655-11-L-MF_1066x.png?v=1705614256 1066w" src="//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101655-11-L-MF_533x.png?v=1705614256" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien I Fit In Perfectly Black Mug" loading="lazy" class="motion-reduce" width="2000" height="2000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/resident-alien-i-fit-in-perfectly-black-mug" class="full-unstyled-link"> <!--Resident Alien I Fit In Perfectly Black Mug--> Resident Alien I Fit In Perfectly Black Mug </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">From $15.95</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">From $15.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-patience-colorado-white-mug" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-patience-colorado-white-mug" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/RA-PC-115-100654-11-L-MF_165x.jpg?v=1702312230 165w,//www.nbcstore.com/cdn/shop/products/RA-PC-115-100654-11-L-MF_360x.jpg?v=1702312230 360w,//www.nbcstore.com/cdn/shop/products/RA-PC-115-100654-11-L-MF_425x.jpg?v=1702312230 425w,//www.nbcstore.com/cdn/shop/products/RA-PC-115-100654-11-L-MF_533x.jpg?v=1702312230 533w,//www.nbcstore.com/cdn/shop/products/RA-PC-115-100654-11-L-MF_720x.jpg?v=1702312230 720w,//www.nbcstore.com/cdn/shop/products/RA-PC-115-100654-11-L-MF_940x.jpg?v=1702312230 940w,//www.nbcstore.com/cdn/shop/products/RA-PC-115-100654-11-L-MF_1066x.jpg?v=1702312230 1066w" src="//www.nbcstore.com/cdn/shop/products/RA-PC-115-100654-11-L-MF_533x.jpg?v=1702312230" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien Patience Colorado White Mug" loading="lazy" class="motion-reduce" width="2000" height="2000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/resident-alien-patience-colorado-white-mug" class="full-unstyled-link"> <!--Resident Alien Patience Colorado White Mug--> Resident Alien Patience Colorado White Mug </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">From $15.95</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">From $15.95</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"> per </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-50f09a6d-b05b-4173-8405-7690d2a91e3c svg, .carousel-next-50f09a6d-b05b-4173-8405-7690d2a91e3c svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 8px; max-height: 6px; } .carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c, .carousel-next-50f09a6d-b05b-4173-8405-7690d2a91e3c { position: absolute; width: 30px; height: 30px; border: 1px solid #ffffff; border-radius: 50px; box-shadow: none; padding: 0; background: #ffffff; color: #000000; } .carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c {left: -10px;} .carousel-next-50f09a6d-b05b-4173-8405-7690d2a91e3c {right: -10px} .carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c svg {transform: rotate(180deg);} .carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c:hover, .carousel-next-50f09a6d-b05b-4173-8405-7690d2a91e3c:hover {cursor: pointer;} .carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c, .carousel-next-50f09a6d-b05b-4173-8405-7690d2a91e3c { box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -webkit-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -moz-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); } @media screen and (min-width: 768px) { .carousel-arrow-container { position: absolute; top: 38%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c svg, .carousel-next-50f09a6d-b05b-4173-8405-7690d2a91e3c svg { max-height: 8px; } .carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c, .carousel-next-50f09a6d-b05b-4173-8405-7690d2a91e3c { position: absolute; width: 40px; height: 40px; border: 1px solid #ffffff; border-radius: 50px; padding: 0; background: #ffffff; color: #000000; } .carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c {left: -25px;} .carousel-next-50f09a6d-b05b-4173-8405-7690d2a91e3c {right: -25px} } </style> <div class="carousel-arrow-container carousel-block-custom-arrows"> <button class="carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c 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-50f09a6d-b05b-4173-8405-7690d2a91e3c 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> jQuery(document).ready(function ($) { function productCarousel() { $('.product-carousel-tab-50f09a6d-b05b-4173-8405-7690d2a91e3c').slick({ lazyLoad: 'ondemand', infinite: true, adaptiveHeight: false, prevArrow: $(".carousel-prev-50f09a6d-b05b-4173-8405-7690d2a91e3c"), nextArrow: $(".carousel-next-50f09a6d-b05b-4173-8405-7690d2a91e3c") }); } productCarousel(); // Rerun Scripts in Shopify Theme Editor if (Shopify.designMode) { document.addEventListener('shopify:section:load', function () { if (event.detail.sectionId === 'template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095') { productCarousel(); } }); } }); </script> </div> <div class="text-container bottom-content-container page-width"> <a href="/collections/syfy-drinkware" class="tab-button button button--primary button--secondary button--secondary-dark" aria-label="Go to /collections/syfy-drinkware">SHOP DRINKWARE</a> </div> </div> <div id="tab-1ab18d51-50a6-41a1-8516-22c985da5bc3" > <style data-shopify> #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .text-container {text-align: center;} @media screen and (min-width: 768px) { #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .text-container {text-align: center;} } </style> <div class="tab-content-container page-width"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-card.css?v=32674429279029300121737491434" rel="stylesheet" type="text/css" media="all" /> <style data-shopify> .product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .slick-slide {margin: 0 5px;} .product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .slick-dots li button .slick-dot-icon, .product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .slick-dots li.slick-active button .slick-dot-icon {color: #000000;} .product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .media {background: transparent;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .bottom-content-container {margin-top: 10px;} .product-carousel-tab-container {position: relative;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .carousel-arrow-container {width: 100%; top: 36%;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .carousel-block-custom-arrows {display: block;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3 {left: 1.5rem;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-1ab18d51-50a6-41a1-8516-22c985da5bc3 {right: 1.5rem;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3 {left: 1.5rem;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-next-1ab18d51-50a6-41a1-8516-22c985da5bc3 {right: 1.5rem;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .card-wrapper {gap: 10px;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .card-information__wrapper {text-align: left;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .card-information__text, #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .custom-product-tag-name, @media screen and (min-width: 768px) { .product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .slick-slide {margin: 0 5px;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .bottom-content-container {margin-top: 10px;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .carousel-arrow-container {width: 100%; top: 38%;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .carousel-block-custom-arrows {display: block;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3 {left: -25px;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-1ab18d51-50a6-41a1-8516-22c985da5bc3 {right: -25px;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .card-wrapper {gap: 10px;} #tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .card-information__wrapper {text-align: left;} } @media screen and (min-width: 1025px) { .product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 .slick-slide {margin: 0 5px;} } </style> <div class="product-carousel-tab-container"> <div class="product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3 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"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-logo-dad-hat" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-logo-dad-hat" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/RA-LOGO-115-100998-BLACK-MF_165x.jpg?v=1702312237 165w,//www.nbcstore.com/cdn/shop/products/RA-LOGO-115-100998-BLACK-MF_360x.jpg?v=1702312237 360w,//www.nbcstore.com/cdn/shop/products/RA-LOGO-115-100998-BLACK-MF_425x.jpg?v=1702312237 425w,//www.nbcstore.com/cdn/shop/products/RA-LOGO-115-100998-BLACK-MF_533x.jpg?v=1702312237 533w,//www.nbcstore.com/cdn/shop/products/RA-LOGO-115-100998-BLACK-MF_720x.jpg?v=1702312237 720w,//www.nbcstore.com/cdn/shop/products/RA-LOGO-115-100998-BLACK-MF_940x.jpg?v=1702312237 940w,//www.nbcstore.com/cdn/shop/products/RA-LOGO-115-100998-BLACK-MF_1066x.jpg?v=1702312237 1066w" src="//www.nbcstore.com/cdn/shop/products/RA-LOGO-115-100998-BLACK-MF_533x.jpg?v=1702312237" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien Logo Dad Hat" loading="lazy" class="motion-reduce" width="2000" height="2000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/resident-alien-logo-dad-hat" class="full-unstyled-link"> <!--Resident Alien Logo Dad Hat--> Resident Alien Logo Dad Hat </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">$29.95</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">$29.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-logo-embroidered-beanie" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-logo-embroidered-beanie" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/files/RA-LOGO_137_100434_GREEN_MF_165x.jpg?v=1728458476 165w,//www.nbcstore.com/cdn/shop/files/RA-LOGO_137_100434_GREEN_MF_360x.jpg?v=1728458476 360w,//www.nbcstore.com/cdn/shop/files/RA-LOGO_137_100434_GREEN_MF_425x.jpg?v=1728458476 425w,//www.nbcstore.com/cdn/shop/files/RA-LOGO_137_100434_GREEN_MF_533x.jpg?v=1728458476 533w,//www.nbcstore.com/cdn/shop/files/RA-LOGO_137_100434_GREEN_MF_720x.jpg?v=1728458476 720w,//www.nbcstore.com/cdn/shop/files/RA-LOGO_137_100434_GREEN_MF_940x.jpg?v=1728458476 940w," src="//www.nbcstore.com/cdn/shop/files/RA-LOGO_137_100434_GREEN_MF_533x.jpg?v=1728458476" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien Logo Embroidered Beanie" loading="lazy" class="motion-reduce" width="1000" height="1000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <!-- Edited by ABConvert <Leo> --> <!-- Edited by ABConvert <Leo> --> <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/resident-alien-logo-embroidered-beanie" class="full-unstyled-link"> <!--Resident Alien Logo Embroidered Beanie--> Resident Alien Logo Embroidered Beanie </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">$24.95</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">$24.95</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"> per </span> <span> </span> </span> </small> </div></div> <div class="product__color-count-container"><span class="product__color-count">2</span> <span class="product__color-count-message">COLORS</span></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-i-fit-in-perfectly-phone-case-ra-fip0" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-i-fit-in-perfectly-phone-case-ra-fip0" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101682-galaxy-s20-front-MF_165x.jpg?v=1703879669 165w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101682-galaxy-s20-front-MF_360x.jpg?v=1703879669 360w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101682-galaxy-s20-front-MF_425x.jpg?v=1703879669 425w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101682-galaxy-s20-front-MF_533x.jpg?v=1703879669 533w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101682-galaxy-s20-front-MF_720x.jpg?v=1703879669 720w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101682-galaxy-s20-front-MF_940x.jpg?v=1703879669 940w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101682-galaxy-s20-front-MF_1066x.jpg?v=1703879669 1066w" src="//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101682-galaxy-s20-front-MF_533x.jpg?v=1703879669" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien I Fit In Perfectly Samsung Phone Case" loading="lazy" class="motion-reduce" width="2000" height="2000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/resident-alien-i-fit-in-perfectly-phone-case-ra-fip0" class="full-unstyled-link"> <!--Resident Alien I Fit In Perfectly Samsung Phone Case--> Resident Alien I Fit In Perfectly Samsung Phone Case </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">$34.95</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">$34.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-i-fit-in-perfectly-phone-case-ra-fip3" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-i-fit-in-perfectly-phone-case-ra-fip3" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101681-iphone-12-front-MF_165x.png?v=1703878846 165w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101681-iphone-12-front-MF_360x.png?v=1703878846 360w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101681-iphone-12-front-MF_425x.png?v=1703878846 425w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101681-iphone-12-front-MF_533x.png?v=1703878846 533w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101681-iphone-12-front-MF_720x.png?v=1703878846 720w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101681-iphone-12-front-MF_940x.png?v=1703878846 940w,//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101681-iphone-12-front-MF_1066x.png?v=1703878846 1066w" src="//www.nbcstore.com/cdn/shop/files/RA-FIP-115-101681-iphone-12-front-MF_533x.png?v=1703878846" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien I Fit In Perfectly iPhone Case" loading="lazy" class="motion-reduce" width="2000" height="2000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/resident-alien-i-fit-in-perfectly-phone-case-ra-fip3" class="full-unstyled-link"> <!--Resident Alien I Fit In Perfectly iPhone Case--> Resident Alien I Fit In Perfectly iPhone Case </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">$34.95</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">$34.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/deadly-class-tossed-pattern-laptop-case" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/deadly-class-tossed-pattern-laptop-case" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_165x.png?v=1687458227 165w,//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_360x.png?v=1687458227 360w,//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_425x.png?v=1687458227 425w,//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_533x.png?v=1687458227 533w,//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_720x.png?v=1687458227 720w,//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_940x.png?v=1687458227 940w,//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_1066x.png?v=1687458227 1066w" src="//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_533x.png?v=1687458227" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Deadly Class Tossed Pattern Laptop Case" loading="lazy" class="motion-reduce" width="3290" height="2504" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/deadly-class-tossed-pattern-laptop-case" class="full-unstyled-link"> <!--Deadly Class Tossed Pattern Laptop Case--> Deadly Class Tossed Pattern Laptop Case </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">$24.95</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">$24.95</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"> per </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-1ab18d51-50a6-41a1-8516-22c985da5bc3 svg, .carousel-next-1ab18d51-50a6-41a1-8516-22c985da5bc3 svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 8px; max-height: 6px; } .carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3, .carousel-next-1ab18d51-50a6-41a1-8516-22c985da5bc3 { position: absolute; width: 30px; height: 30px; border: 1px solid #ffffff; border-radius: 50px; box-shadow: none; padding: 0; background: #ffffff; color: #000000; } .carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3 {left: -10px;} .carousel-next-1ab18d51-50a6-41a1-8516-22c985da5bc3 {right: -10px} .carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3 svg {transform: rotate(180deg);} .carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3:hover, .carousel-next-1ab18d51-50a6-41a1-8516-22c985da5bc3:hover {cursor: pointer;} .carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3, .carousel-next-1ab18d51-50a6-41a1-8516-22c985da5bc3 { box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -webkit-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -moz-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); } @media screen and (min-width: 768px) { .carousel-arrow-container { position: absolute; top: 38%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3 svg, .carousel-next-1ab18d51-50a6-41a1-8516-22c985da5bc3 svg { max-height: 8px; } .carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3, .carousel-next-1ab18d51-50a6-41a1-8516-22c985da5bc3 { position: absolute; width: 40px; height: 40px; border: 1px solid #ffffff; border-radius: 50px; padding: 0; background: #ffffff; color: #000000; } .carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3 {left: -25px;} .carousel-next-1ab18d51-50a6-41a1-8516-22c985da5bc3 {right: -25px} } </style> <div class="carousel-arrow-container carousel-block-custom-arrows"> <button class="carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3 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-1ab18d51-50a6-41a1-8516-22c985da5bc3 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> jQuery(document).ready(function ($) { function productCarousel() { $('.product-carousel-tab-1ab18d51-50a6-41a1-8516-22c985da5bc3').slick({ lazyLoad: 'ondemand', infinite: true, adaptiveHeight: false, prevArrow: $(".carousel-prev-1ab18d51-50a6-41a1-8516-22c985da5bc3"), nextArrow: $(".carousel-next-1ab18d51-50a6-41a1-8516-22c985da5bc3") }); } productCarousel(); // Rerun Scripts in Shopify Theme Editor if (Shopify.designMode) { document.addEventListener('shopify:section:load', function () { if (event.detail.sectionId === 'template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095') { productCarousel(); } }); } }); </script> </div> <div class="text-container bottom-content-container page-width"> <a href="/collections/syfy-accessories" class="tab-button button button--primary button--secondary button--secondary-dark" aria-label="Go to /collections/syfy-accessories">SHOP ACCESSORIES</a> </div> </div> <div id="tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d" > <style data-shopify> #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .text-container {text-align: center;} @media screen and (min-width: 768px) { #carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .text-container {text-align: center;} } </style> <div class="tab-content-container page-width"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-card.css?v=32674429279029300121737491434" rel="stylesheet" type="text/css" media="all" /> <style data-shopify> .product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .slick-slide {margin: 0 5px;} .product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .slick-dots li button .slick-dot-icon, .product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .slick-dots li.slick-active button .slick-dot-icon {color: #000000;} .product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .media {background: transparent;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .bottom-content-container {margin-top: 10px;} .product-carousel-tab-container {position: relative;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .carousel-arrow-container {width: 100%; top: 36%;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .carousel-block-custom-arrows {display: block;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d {left: 1.5rem;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-407e0137-5c0f-4a32-bec9-06a50f52ad5d {right: 1.5rem;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d {left: 1.5rem;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .tab-content-container.full-carousel-tabs .carousel-arrow-container .carousel-next-407e0137-5c0f-4a32-bec9-06a50f52ad5d {right: 1.5rem;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .card-wrapper {gap: 10px;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .card-information__wrapper {text-align: left;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .card-information__text, #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .custom-product-tag-name, @media screen and (min-width: 768px) { .product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .slick-slide {margin: 0 5px;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .bottom-content-container {margin-top: 10px;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .carousel-arrow-container {width: 100%; top: 38%;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .carousel-block-custom-arrows {display: block;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d {left: -25px;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .tab-content-container.page-width--narrow .carousel-arrow-container .carousel-next-407e0137-5c0f-4a32-bec9-06a50f52ad5d {right: -25px;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .card-wrapper {gap: 10px;} #tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .card-information__wrapper {text-align: left;} } @media screen and (min-width: 1025px) { .product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d .slick-slide {margin: 0 5px;} } </style> <div class="product-carousel-tab-container"> <div class="product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d 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"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/the-magicians-brakebills-university-sherpa-blanket" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/the-magicians-brakebills-university-sherpa-blanket" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/91uahz5ykll._sl1500_165x.jpg?v=1687456005 165w,//www.nbcstore.com/cdn/shop/products/91uahz5ykll._sl1500_360x.jpg?v=1687456005 360w,//www.nbcstore.com/cdn/shop/products/91uahz5ykll._sl1500_425x.jpg?v=1687456005 425w,//www.nbcstore.com/cdn/shop/products/91uahz5ykll._sl1500_533x.jpg?v=1687456005 533w,//www.nbcstore.com/cdn/shop/products/91uahz5ykll._sl1500_720x.jpg?v=1687456005 720w,//www.nbcstore.com/cdn/shop/products/91uahz5ykll._sl1500_940x.jpg?v=1687456005 940w,//www.nbcstore.com/cdn/shop/products/91uahz5ykll._sl1500_1066x.jpg?v=1687456005 1066w" src="//www.nbcstore.com/cdn/shop/products/91uahz5ykll._sl1500_533x.jpg?v=1687456005" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="The Magicians Brakebills University Sherpa Blanket" loading="lazy" class="motion-reduce" width="1500" height="1500" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/the-magicians-brakebills-university-sherpa-blanket" class="full-unstyled-link"> <!--The Magicians Brakebills University Sherpa Blanket--> The Magicians Brakebills University Sherpa Blanket </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">$49.95</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">$49.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/the-magicians-cast-premium-satin-poster" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/the-magicians-cast-premium-satin-poster" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/themagicians_cast-poster_18x24_1_165x.jpg?v=1687455924 165w,//www.nbcstore.com/cdn/shop/products/themagicians_cast-poster_18x24_1_360x.jpg?v=1687455924 360w,//www.nbcstore.com/cdn/shop/products/themagicians_cast-poster_18x24_1_425x.jpg?v=1687455924 425w,//www.nbcstore.com/cdn/shop/products/themagicians_cast-poster_18x24_1_533x.jpg?v=1687455924 533w,//www.nbcstore.com/cdn/shop/products/themagicians_cast-poster_18x24_1_720x.jpg?v=1687455924 720w,//www.nbcstore.com/cdn/shop/products/themagicians_cast-poster_18x24_1_940x.jpg?v=1687455924 940w," src="//www.nbcstore.com/cdn/shop/products/themagicians_cast-poster_18x24_1_533x.jpg?v=1687455924" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="The Magicians Cast Premium Satin Poster" loading="lazy" class="motion-reduce" width="1000" height="1000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/the-magicians-cast-premium-satin-poster" class="full-unstyled-link"> <!--The Magicians Cast Premium Satin Poster--> The Magicians Cast Premium Satin Poster </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">$24.95</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">$24.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-this-is-some-bullshit-bumper-sticker" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-this-is-some-bullshit-bumper-sticker" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101061-MF_165x.jpg?v=1702312198 165w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101061-MF_360x.jpg?v=1702312198 360w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101061-MF_425x.jpg?v=1702312198 425w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101061-MF_533x.jpg?v=1702312198 533w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101061-MF_720x.jpg?v=1702312198 720w,//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101061-MF_940x.jpg?v=1702312198 940w," src="//www.nbcstore.com/cdn/shop/products/RA-TIB-115-101061-MF_533x.jpg?v=1702312198" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien This Is Some Bullshit Bumper Sticker" loading="lazy" class="motion-reduce" width="1000" height="1000" > </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/resident-alien-this-is-some-bullshit-bumper-sticker" class="full-unstyled-link"> <!--Resident Alien This Is Some Bullshit Bumper Sticker--> Resident Alien This Is Some Bullshit Bumper Sticker </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">$7.95</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">$7.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/resident-alien-key-art-premium-poster" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/resident-alien-key-art-premium-poster" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/files/premium-luster-photo-paper-poster-_in_-18x24-front-66d8aaada38f9_165x.jpg?v=1725475598 165w,//www.nbcstore.com/cdn/shop/files/premium-luster-photo-paper-poster-_in_-18x24-front-66d8aaada38f9_360x.jpg?v=1725475598 360w,//www.nbcstore.com/cdn/shop/files/premium-luster-photo-paper-poster-_in_-18x24-front-66d8aaada38f9_425x.jpg?v=1725475598 425w,//www.nbcstore.com/cdn/shop/files/premium-luster-photo-paper-poster-_in_-18x24-front-66d8aaada38f9_533x.jpg?v=1725475598 533w,//www.nbcstore.com/cdn/shop/files/premium-luster-photo-paper-poster-_in_-18x24-front-66d8aaada38f9_720x.jpg?v=1725475598 720w,//www.nbcstore.com/cdn/shop/files/premium-luster-photo-paper-poster-_in_-18x24-front-66d8aaada38f9_940x.jpg?v=1725475598 940w," src="//www.nbcstore.com/cdn/shop/files/premium-luster-photo-paper-poster-_in_-18x24-front-66d8aaada38f9_533x.jpg?v=1725475598" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Resident Alien Key Art Premium Poster" loading="lazy" class="motion-reduce" width="1000" height="1000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/resident-alien-key-art-premium-poster" class="full-unstyled-link"> <!--Resident Alien Key Art Premium Poster--> Resident Alien Key Art Premium Poster </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">$29.95</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">$29.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/deadly-class-tossed-pattern-laptop-case" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/deadly-class-tossed-pattern-laptop-case" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_165x.png?v=1687458227 165w,//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_360x.png?v=1687458227 360w,//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_425x.png?v=1687458227 425w,//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_533x.png?v=1687458227 533w,//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_720x.png?v=1687458227 720w,//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_940x.png?v=1687458227 940w,//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_1066x.png?v=1687458227 1066w" src="//www.nbcstore.com/cdn/shop/products/72040_LaptopSleeve10IN_TossedPattern_533x.png?v=1687458227" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Deadly Class Tossed Pattern Laptop Case" loading="lazy" class="motion-reduce" width="3290" height="2504" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/deadly-class-tossed-pattern-laptop-case" class="full-unstyled-link"> <!--Deadly Class Tossed Pattern Laptop Case--> Deadly Class Tossed Pattern Laptop Case </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">$24.95</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">$24.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/the-magicians-i-d-rather-be-in-fillory-sherpa-blanket" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/the-magicians-i-d-rather-be-in-fillory-sherpa-blanket" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/themagicians_idratherbeinfillory_sherpa_blanket_165x.jpg?v=1687455884 165w,//www.nbcstore.com/cdn/shop/products/themagicians_idratherbeinfillory_sherpa_blanket_360x.jpg?v=1687455884 360w,//www.nbcstore.com/cdn/shop/products/themagicians_idratherbeinfillory_sherpa_blanket_425x.jpg?v=1687455884 425w,//www.nbcstore.com/cdn/shop/products/themagicians_idratherbeinfillory_sherpa_blanket_533x.jpg?v=1687455884 533w,//www.nbcstore.com/cdn/shop/products/themagicians_idratherbeinfillory_sherpa_blanket_720x.jpg?v=1687455884 720w,//www.nbcstore.com/cdn/shop/products/themagicians_idratherbeinfillory_sherpa_blanket_940x.jpg?v=1687455884 940w," src="//www.nbcstore.com/cdn/shop/products/themagicians_idratherbeinfillory_sherpa_blanket_533x.jpg?v=1687455884" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="The Magicians I'd Rather be in Fillory Sherpa Blanket" loading="lazy" class="motion-reduce" width="1000" height="1000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <div class="card-information__text"> <a href="/products/the-magicians-i-d-rather-be-in-fillory-sherpa-blanket" class="full-unstyled-link"> <!--The Magicians I'd Rather be in Fillory Sherpa Blanket--> The Magicians I'd Rather be in Fillory Sherpa Blanket </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">From $49.95</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">From $49.95</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"> per </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-407e0137-5c0f-4a32-bec9-06a50f52ad5d svg, .carousel-next-407e0137-5c0f-4a32-bec9-06a50f52ad5d svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 8px; max-height: 6px; } .carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d, .carousel-next-407e0137-5c0f-4a32-bec9-06a50f52ad5d { position: absolute; width: 30px; height: 30px; border: 1px solid #ffffff; border-radius: 50px; box-shadow: none; padding: 0; background: #ffffff; color: #000000; } .carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d {left: -10px;} .carousel-next-407e0137-5c0f-4a32-bec9-06a50f52ad5d {right: -10px} .carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d svg {transform: rotate(180deg);} .carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d:hover, .carousel-next-407e0137-5c0f-4a32-bec9-06a50f52ad5d:hover {cursor: pointer;} .carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d, .carousel-next-407e0137-5c0f-4a32-bec9-06a50f52ad5d { box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -webkit-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -moz-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); } @media screen and (min-width: 768px) { .carousel-arrow-container { position: absolute; top: 38%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d svg, .carousel-next-407e0137-5c0f-4a32-bec9-06a50f52ad5d svg { max-height: 8px; } .carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d, .carousel-next-407e0137-5c0f-4a32-bec9-06a50f52ad5d { position: absolute; width: 40px; height: 40px; border: 1px solid #ffffff; border-radius: 50px; padding: 0; background: #ffffff; color: #000000; } .carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d {left: -25px;} .carousel-next-407e0137-5c0f-4a32-bec9-06a50f52ad5d {right: -25px} } </style> <div class="carousel-arrow-container carousel-block-custom-arrows"> <button class="carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d 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-407e0137-5c0f-4a32-bec9-06a50f52ad5d 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> jQuery(document).ready(function ($) { function productCarousel() { $('.product-carousel-tab-407e0137-5c0f-4a32-bec9-06a50f52ad5d').slick({ lazyLoad: 'ondemand', infinite: true, adaptiveHeight: false, prevArrow: $(".carousel-prev-407e0137-5c0f-4a32-bec9-06a50f52ad5d"), nextArrow: $(".carousel-next-407e0137-5c0f-4a32-bec9-06a50f52ad5d") }); } productCarousel(); // Rerun Scripts in Shopify Theme Editor if (Shopify.designMode) { document.addEventListener('shopify:section:load', function () { if (event.detail.sectionId === 'template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095') { productCarousel(); } }); } }); </script> </div> <div class="text-container bottom-content-container page-width"> <a href="/collections/syfy-home-office" class="tab-button button button--primary button--secondary button--secondary-dark" aria-label="Go to /collections/syfy-home-office">SHOP HOME & OFFICE</a> </div> </div> </div> </div> </div> </div> <script> 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--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").tabs({ heightStyle: "content", create: function( event, ui ) { active = $( "#tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095" ).tabs( "option", "active" ); $(ui.panel).addClass("active-panel"); if (active == 0) { $(".carousel-prev-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").hide(); } else { $(".carousel-prev-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").show(); } $("#carousel-tabs-template--24078685143406__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--24078685143406__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--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 .carousel-tab").each(function() { $( this ).find(".tab-anchor").removeAttr("href"); }); active = $( "#tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095" ).tabs( "option", "active" ); var tabs = $("#carousel-tabs-ul-template--24078685143406__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--24078685143406__8009d172-e574-4f7a-a809-d014f1384095"), $(ui.newTab), $(ui.oldTab), active, (tabs.length - 1)); if (active == 0) { $(".carousel-prev-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").hide(); $(".carousel-next-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").show(); } else if (active == (tabs.length - 1)) { $(".carousel-next-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").hide(); $(".carousel-prev-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").show(); } else { $(".carousel-prev-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").show(); $(".carousel-next-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").show(); } } }); $("#carousel-tabs-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").show(); if ($(".carousel-next-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").length > 0) { $(".carousel-next-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").click(function() { active = $( "#tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095" ).tabs( "option", "active" ); $("#tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").tabs( "option", "active", active + 1 ); }); } if ($(".carousel-prev-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").length > 0) { $(".carousel-prev-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").click(function() { var active = $( "#tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095" ).tabs( "option", "active" ); $("#tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").tabs( "option", "active", active - 1 ); }); } $("#carousel-tabs-ul-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 li.carousel-tab").click(function(event) { var tabs = $("#carousel-tabs-ul-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095 li.carousel-tab"); $("#tabs-container-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").tabs( "option", "active", tabs.index($(this))); }); $("#carousel-tabs-ul-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").on("mousedown", function(e) { mouseDown = true; $("#carousel-tabs-ul-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").css("scroll-snap-type", "none"); }); $("#carousel-tabs-ul-template--24078685143406__8009d172-e574-4f7a-a809-d014f1384095").on("mouseup", function(e) { mouseDown = false; $("#carousel-tabs-ul-template--24078685143406__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--24078685143406__8009d172-e574-4f7a-a809-d014f1384095') { carouselTabs(); } }); } }); </script> </section><div id="shopify-section-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49" class="shopify-section snow-slider-rework-section"> <div class="snow-slides-container snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 page-width full-width-tablet full-width-mobile"> <div class="snow-slides-section-content page-width"> <h2 class="snow-slides-section-title h1"> <p>Shop by Show</p> </h2> <div class="snow-slides-section-description"> <p>Get your favorite classic SYFY show merchandise from the official place for all things SYFY on the Peacock Shop.</p> </div> </div> <div class="snow-slider-container snow-slider-container-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49"> <div class="snow-slider snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 active-slide-none hover-slide-none" data-slick="{ 'arrows': false, 'adaptiveHeight': false, 'prevArrow': $('.carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49'), 'nextArrow': $('.carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49'), 'dots': false, 'autoplay': false, 'autoplaySpeed': 3000, 'speed': 300, 'pauseOnHover': true, 'slidesToShow': 3, 'centerMode': false, 'fade': true, 'responsive': [ { 'breakpoint': 1025, 'settings': { 'slidesToShow': 3 } }, { 'breakpoint': 768, 'settings': { 'arrows': true, 'dots': false, 'slidesToShow': 1 } } ] }"> <div class="snow-slide snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 mobile-below tablet- desktop-below" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/the-magicians" aria-label="Link to /collections/the-magicians"></a> <picture class="slide-picture"> <source srcset="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_ShopByShow_Show01.jpg?v=1686755286" media="(min-width: 1025px)" /> <source srcset="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_ShopByShow_Show01.jpg?v=1686755286" media="(min-width: 768px)" /> <img src="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_ShopByShow_Show01.jpg?v=1686755286" alt="Link to /collections/the-magicians"> </picture> </div> <div class="snow-slide-content page-width mobile-centered desktop-centered mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-centered mobile-not-overlay desktop-centered"> <div class="snow-slide-sub-title s3"> <p>The Magicians</p> </div> <a class="text-link snow-slide-button " href="/collections/the-magicians" 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--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content { text-align: center; width: 100%; background: transparent; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-sub-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-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--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-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--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-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--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-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--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content { text-align: center; background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content, .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content-overlay {position: static !important; transform: none !important;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-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--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-sub-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-description * {color: #ffffff;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content { background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-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--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-sub-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-content .snow-slide-description * {color: #ffffff;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-template--15534206287919__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49-16722571271ce89b61-0 .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-1de327b3-75de-42de-8ad6-7926023f78de mobile-below tablet- desktop-below" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-1de327b3-75de-42de-8ad6-7926023f78de"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/12-monkeys" aria-label="Link to /collections/12-monkeys"></a> <picture class="slide-picture"> <source srcset="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_ShopByShow_Show02.jpg?v=1686755286" media="(min-width: 1025px)" /> <source srcset="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_ShopByShow_Show02.jpg?v=1686755286" media="(min-width: 768px)" /> <img src="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_ShopByShow_Show02.jpg?v=1686755286" alt="Link to /collections/12-monkeys"> </picture> </div> <div class="snow-slide-content page-width mobile-centered desktop-centered mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-centered mobile-not-overlay desktop-centered"> <div class="snow-slide-sub-title s3"> <p>12 Monkeys</p> </div> <a class="text-link snow-slide-button " href="/collections/12-monkeys" 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-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content { text-align: center; width: 100%; background: transparent; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-sub-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .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-1de327b3-75de-42de-8ad6-7926023f78de .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .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-1de327b3-75de-42de-8ad6-7926023f78de .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .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-1de327b3-75de-42de-8ad6-7926023f78de .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .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-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content { text-align: center; background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content, .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content-overlay {position: static !important; transform: none !important;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-sub-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-description * {color: #ffffff;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content { background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-sub-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-content .snow-slide-description * {color: #ffffff;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-1de327b3-75de-42de-8ad6-7926023f78de .snow-slide-brand{width:200px;} } </style> </div> <div class="snow-slide snow-slide-a26e392d-077e-4daf-9205-bb461555b825 mobile-below tablet- desktop-below" data-synced-collection-enabled="false" > <div class="snow-slide-container full" id="snow-slide-container-a26e392d-077e-4daf-9205-bb461555b825"> <div class="snow-slide-background"> <a class="slide-link full-link" href="/collections/deadly-class" aria-label="Link to /collections/deadly-class"></a> <picture class="slide-picture"> <source srcset="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_ShopByShow_Show03.jpg?v=1686755286" media="(min-width: 1025px)" /> <source srcset="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_ShopByShow_Show03.jpg?v=1686755286" media="(min-width: 768px)" /> <img src="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_ShopByShow_Show03.jpg?v=1686755286" alt="Link to /collections/deadly-class"> </picture> </div> <div class="snow-slide-content page-width mobile-centered desktop-centered mobile-container-not-overlay "> <div class="snow-slide-content-overlay mobile-centered mobile-not-overlay desktop-centered"> <div class="snow-slide-sub-title s3"> <p>Deadly Class</p> </div> <a class="text-link snow-slide-button " href="/collections/deadly-class" 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-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content { text-align: center; width: 100%; background: transparent; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content :first-child {margin-top: 0;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-pre-title * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-sub-title * { color: #ffffff; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-button { text-align: center; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-description * { color: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .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-a26e392d-077e-4daf-9205-bb461555b825 .slide-video-control {cursor: pointer;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .slide-video-control { bottom: 4rem; right: 2rem; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .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-a26e392d-077e-4daf-9205-bb461555b825 .slide-video-control svg { width: 2rem; height: 2rem; margin: 0; fill: #000000; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .slide-video-control.playing-video svg {display: block;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .slide-video-control.playing-video svg + svg {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .slide-video-control:not(.playing-video) svg{display: none;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .slide-video-control:not(.playing-video) svg + svg{display: block;} /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .icon.icon-speaker {display: block; margin-bottom: 0 !important; margin: 0 auto;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .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-a26e392d-077e-4daf-9205-bb461555b825 .icon.icon-speaker path { stroke: #000000 !important; fill: #000000 !important; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .icon.icon-speaker path:last-child { stroke: #000000 !important; fill: none !important; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-audio {display: none;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide .snow-slide-content .snow-slide-content-overlay { padding: 2rem 4.5rem; } /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-brand{width:150px;} @media screen and (max-width: 768px) { .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content {transform: none;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content-overlay, .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-content-overlay{ position: static; transform: none; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-container { display: flex; flex-flow: column wrap; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-background { display: flex; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-background .slide-picture { display: flex; width: 100%; } /*Audio Player Styles*/ .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .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-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content { text-align: center; background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content, .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content-overlay {position: static !important; transform: none !important;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-logo {display: block; width: 100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-description * {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-sub-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-description * {color: #ffffff;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-brand{width:175px;} } @media screen and (min-width: 1025px) { .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content { background: transparent; width: 100%; } .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content {background: none;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-content-overlay {background: ;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-logo {display: block; width:100%; max-width: 100px; margin-bottom:20px;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-sub-title * {color: #ffffff;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-button {text-align: center;} .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-content .snow-slide-description * {color: #ffffff;} /* Multiple Slides */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide .snow-slide-content .snow-slide-content-overlay {padding: 1rem 1rem;} /* Branding */ .snow-slider-rework-section .snow-slide.snow-slide-a26e392d-077e-4daf-9205-bb461555b825 .snow-slide-brand{width:200px;} } </style> </div> </div> </div> <style data-shopify> .carousel-arrow-container { position: absolute; top: 56%; transform: translateY(-50%); width: calc(100% - 3rem); display: block; } .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { position: absolute; width: 30px; height: 30px; border: 1px solid #ffffff; border-radius: 50px; box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -webkit-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -moz-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); padding: 0; background: #ffffff; color: #000000; } .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg {max-height: 6px;} .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {left: -10px;} .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {right: -10px} .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg {transform: rotate(180deg);} .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49:hover, .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49:hover {cursor: pointer;} .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -webkit-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -moz-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); } @media screen and (min-width: 768px) { .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 10px; } .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { position: absolute; width: 40px; height: 40px; border: 1px solid #ffffff; border-radius: 50px; box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -webkit-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -moz-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); padding: 0; background: #ffffff; color: #000000; } .carousel-arrow-container { position: absolute; top: 50%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {left: -25px;} .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {right: -25px} } </style> <div class="carousel-arrow-container"> <button class="carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { background: #000000; margin-top: 3.5rem; margin-bottom: 0rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slider-container { padding-top: 0rem; padding-bottom: 0rem; } /* Vertical Transform */ /* Section Content Styles */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-content{max-width:100%;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-content * {text-align: center;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-content {align-items: center;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-content .snow-slides-section-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-content .snow-slides-section-title * {color: #ffffff;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-content .snow-slides-section-subtitle * {color: #000000;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-content .snow-slides-section-description * {color: #ffffff;} /* Section Bottom Content Styles */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-bottom-content * {text-align: left;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-bottom-content {align-items: flex-start;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-bottom-content .snow-slides-section-bottom-pre-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-bottom-content .snow-slides-section-bottom-title * {color: #000000;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-bottom-content .snow-slides-section-bottom-subtitle * {color: #000000;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-bottom-content .snow-slides-section-bottom-description * {color: #000000;} /* Active Slide */ .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49:not(.active-slide-none) .slick-list {overflow: visible;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.active-slide-rise .slick-slide.slick-current.slick-active {transform: translateY(-1rem);} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.active-slide-rise-border .slick-slide.slick-current.slick-active {transform: translateY(-1rem);} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.active-slide-lower .slick-slide.slick-current.slick-active {transform: translateY(1rem);} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.active-slide-enlarge .slick-slide.slick-current.slick-active {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.active-slide-enlarge-mobile .slick-slide.slick-current.slick-active {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49:not(.hover-slide-none) .slick-list {overflow: visible;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-rise .slick-slide {transition: 0.2s all linear;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-rise .slick-slide:hover {transform: translateY(-30px);} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-lower .slick-list, .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-bottom-border .slick-list, .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-box-shadow-enlarge .slick-list, .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-rise-border .slick-list { padding-top: 1.5rem; padding-bottom: 1.5rem; } .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-lower .slick-slide:hover {transform: translateY(30px);} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-enlarge .slick-slide:hover {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-bottom-border .slick-slide:after, .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-bottom-border .slick-slide:hover:after, .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-rise-border .slick-slide:hover:after {opacity: 1;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-rise-border .slick-slide:hover {transform: translateY(-30px);} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-zoom .slick-slide .snow-slide-background {overflow: hidden;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-zoom .slick-slide .snow-slide-background .slide-picture img {transition: 0.2s all linear;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { 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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slick-slide {margin: 0 5px;} .snow-slider-rework-section .snow-slider-subnav-container-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slider-subnav .slick-slide.slick-current.slick-active {position: relative;} .snow-slider-rework-section .snow-slider-subnav-container-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slider-subnav.active-rise .slick-slide.slick-current.slick-active {transform: translateY(-1rem);} .snow-slider-rework-section .snow-slider-subnav-container-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slider-subnav.active-lower .slick-slide.slick-current.slick-active {transform: translateY(1rem);} .snow-slider-rework-section .snow-slider-subnav-container-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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: 56%; transform: translateY(-50%); width: 100%; display: block; } .carousel-subnav-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .carousel-subnav-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .synced-collections-carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .synced-collections-carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg{ display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 6px; } .carousel-subnav-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .carousel-subnav-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .synced-collections-carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .synced-collections-carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { position: absolute; width: 30px; height: 30px; border: 1px solid #ffffff; border-radius: 50px; box-shadow: none; padding: 0; background: #ffffff; color: #000000; } .carousel-subnav-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {left: -1rem;} .carousel-subnav-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {right: -1rem;} .carousel-subnav-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .synced-collections-carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {transform: rotate(180deg);} .carousel-subnav-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49:hover, .carousel-subnav-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49:hover, .synced-collections-carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49:hover, .synced-collections-carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {cursor: pointer;} .carousel-subnav-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .carousel-subnav-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .synced-collections-carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .synced-collections-carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -webkit-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); -moz-box-shadow: 0px 1px 4px rgba(0, 10, 60, 0.15); } /* Dots */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-content .slick-dots {text-align: center;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slider-dots-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slick-dots li, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-background .slick-dots li, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-content .slick-dots li{margin: 0 5px;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slider-dots-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slick-dots li button .slick-dot-icon:before, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-background .slick-dots li button .slick-dot-icon:before, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-content .slick-dots li button .slick-dot-icon:before {display: none;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slider-dots-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slick-dots li button, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-background .slick-dots li button, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-content .slick-dots li button { padding: 0; width: 35px; height: 5px; background: #d9dae2; border-radius: 0px; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slider-dots-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slick-dots li.slick-active button, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-background .slick-dots li.slick-active button, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-content .slick-dots li.slick-active button {background: #0064ff;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slider-dots-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slick-dots {text-align: center; position: static;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slider-dots-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {position: static;} /* Arrows */ .snow-slides-container.snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {position: relative;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container { top: 56%; transform: translate(-50%, -56%); z-index: 2; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { right: 1rem; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { left: 1rem; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .synced-collections-carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .synced-collections-carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg { max-height: 6px; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .synced-collections-carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .synced-collections-carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { height: 30px; width: 30px; } /* Slides */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-synced-collections .synced-collection-slide{margin: 0 2px;} /* Cut-off Padding */ .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slick-list, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-synced-collections .slick-list { padding-left: 3.2rem; padding-right: 3.2rem; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slick-dots {bottom: 2%;} @media screen and (min-width: 768px) { /* Container Styles */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { margin-top: 6.5rem; margin-bottom: 0rem; } /* Vertical Transform */ .snow-slider-rework-section .snow-slides-container.snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slider-container {padding-top: 0rem; padding-bottom: 0rem;} /* Section Content Styles */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-content{max-width:1200px;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-content * { text-align: center; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-content {align-items: center;} /* Section Bottom Content Styles */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-bottom-content * {text-align: left;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-bottom-content {align-items: flex-start;} /* Dots */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slider-dots-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slick-dots {text-align: right;} .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slider-dots-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { position: absolute; bottom: 20px; width: 100%; padding: 0 5rem; } /* Arrows */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container { top: 50%; transform: translate(-50%, -50%); } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { right: 1.2rem; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { left: 1.2rem; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .synced-collections-carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg, .synced-collections-carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 svg { max-height: 10px; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .synced-collections-carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .synced-collections-carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { height: 40px; width: 40px; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container { display: none; } .synced-collections-carousel-arrows-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { display: block; } /* Slides */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-synced-collections .synced-collection-slide { margin: 0 5px; } /* Mobile ONLY enlarge */ .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.active-slide-enlarge-mobile .slick-slide.slick-current.slick-active {transform: none; z-index: 1;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.active-slide-lower .slick-slide.slick-current.slick-active {transform: translateY(1rem);} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.active-slide-enlarge .slick-slide.slick-current.slick-active {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49:not(.hover-slide-none) .slick-list {overflow: visible;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-rise .slick-slide {transition: 0.2s all linear;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-rise.active-slide-enlarge-mobile .slick-slide:hover {transform: translateY(-30px);} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-lower .slick-list, .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-bottom-border .slick-list, .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-box-shadow-enlarge .slick-list, .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-rise-border .slick-list { padding-top: 1.5rem; padding-bottom: 1.5rem; } .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-lower.active-slide-enlarge-mobile .slick-slide:hover {transform: translateY(30px);} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-enlarge.active-slide-enlarge-mobile .slick-slide:hover {transform: scale(1.05); z-index: 2;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-bottom-border .slick-slide:after, .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-bottom-border .slick-slide:hover:after, .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-rise-border .slick-slide:hover:after {opacity: 1;} .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.hover-slide-rise-border.active-slide-enlarge-mobile .slick-slide:hover {transform: translateY(-50px);} /* Slide Content Hover */ /* Subnavigation */ .carousel-subnav-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {left: -1.5rem;} .carousel-subnav-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {right: -1.5rem;} .snow-slider-rework-section .snow-slider-subnav-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { 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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-subnav-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .snow-slider-rework-section .snow-slider-subnav-container-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-subnav-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .synced-collections-carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49, .synced-collections-carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { width: 40px; height: 40px; } /* Cut-off Padding */ .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slick-list, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { margin-top: 9.2rem; margin-bottom: 0rem; } .snow-slider-rework-section .snow-slides-container.snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slider-container { padding-top: 0rem; padding-bottom: 0rem; } /* Vertical Transform */ /* Section Content Styles */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-content * { text-align: center; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-content { align-items: center; } /* Section Bottom Content Styles */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-bottom-content * { text-align: left; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-bottom-content { align-items: flex-start; } /* Arrows */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { right: 1.2rem; } .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .carousel-arrow-container .carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { left: 1.2rem; } /* Slides */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-synced-collections .synced-collection-slide { margin: 0 5px; } /* Subnavigation */ .snow-slider-rework-section .snow-slider-subnav-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { margin: 0 auto; margin-top: 1.5rem; margin-bottom: 1.5rem; } .carousel-subnav-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {left: -1.5rem;} .carousel-subnav-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 {right: -1.5rem;} /* Cut-off Padding */ .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slick-list, .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-synced-collections .slick-list { padding-left: 0rem; padding-right: 0rem; } } .snow-slider-rework-section .snow-slider-subnav-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.active-bottom-border .slick-slide.slick-current.slick-active .snow-slide-subnav { position: relative; } .snow-slider-rework-section .snow-slider-subnav-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { opacity: 0; visibility: hidden; transition: opacity 1s ease; -webkit-transition: opacity 1s ease; } .snow-slider-rework-section .snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49.slick-initialized { visibility: visible; opacity: 1; } @media screen and (min-width: 1296px) { /* Vertical Transform */ } /* Block Collections */ .snow-slider-rework-section .snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-synced-collections-title { text-align: center; margin-top: 3rem; margin-bottom: 3rem; } .synced-collections-carousel-arrows-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { 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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 { 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;} } </style> <script> jQuery(document).ready(function ($) { //init slider function snowSlides() { $('.snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').slick({ lazyLoad: 'ondemand', infinite: true, rows: 0, adaptiveHeight: false, autoplay: false, autoplaySpeed: 3000, speed: 300, pauseOnHover: true, slidesToShow: 3, arrows: false, prevArrow: $('.carousel-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49'), nextArrow: $('.carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49'), dots: false, appendDots: $(".slider-dots-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49"), centerMode: false, fade: false, responsive: [ { breakpoint: 1025, settings: { slidesToShow: 3 } }, { breakpoint: 768, settings: { arrows: true, dots: false, appendDots: $(".snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-background"), slidesToShow: 1 } } ] }); $('.snow-slider-subnav-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').slick({ arrows: false, prevArrow: $('.carousel-subnav-prev-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49'), nextArrow: $('.carousel-subnav-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49'), dots: false, slidesToShow: 4, lazyLoad: 'lazy', infinite: true, rows: 0, adaptiveHeight: false, autoplay: false, autoplaySpeed: 3000, speed: 300, 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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').on('breakpoint', function() { videoSrc(); $('.snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-audio-button', function() { if ($(".snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49").slick("slickGetOption", "autoplay")) { $(".snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49").slick("slickPause"); } $(this).fadeOut(function() { $(this).prev().fadeIn(function() { $(this).trigger("play"); }); }); }); $('.snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-audio').each(function() { $(this).on("play", function() { if ($(".snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49").slick("slickGetOption", "autoplay")) { $(".snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49").slick("slickPause"); } }); $(this).on("ended", function() { if ($(".snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49").slick("slickGetOption", "autoplay")) { $(".snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49").slick("slickPlay"); } $(this).fadeOut(function() { $(this).next().fadeIn(); }); }); }); $('.snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').on('breakpoint', function() { $('.snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide-audio').each(function() { $(this).trigger("pause"); }); }); $('.snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').on('beforeChange', function(event, slick, currentSlide, nextSlide){ $('.snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').slick('slickGoTo', slideIndex); }); } function slideDots() { $('.snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').on('afterChange', function(event, slick, currentSlide){ let slides = $('.snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').on('init', function(slick){ let currentSlide = $('.snow-slides-section-synced-collections-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .slick-current'); let syncedCollections = $('.snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-synced-collections-container'); let syncedCollectionsTitle = $('.snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').slick('slickFilter', '[data-synced-collection="' + newSlideCollection +'"]'); }, 300); }); $('.snow-slides-section-synced-collections-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49"), nextArrow: $(".synced-collections-carousel-next-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49"), dots: false, fade: false, responsive: [ { breakpoint: 1025, settings: { slidesToShow: 3 } }, { breakpoint: 768, settings: { arrows: true, slidesToShow: 1 } } ] }); /*Block Collections*/ $('.snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').on('afterChange', function(event, slick, currentSlide){ let slides = $('.snow-slider-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slide:not(.slick-cloned)'); let syncedCollections = $('.snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .snow-slides-section-synced-collections-container'); let syncedCollectionsTitle = $('.snow-slides-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49 .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--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').attr('href', newSlideCollectionUrl); syncedCollections.show(); } let selector = '[data-synced-collection="' + newSlideCollection + '"]'; $('.snow-slides-section-synced-collections-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').slick('slickUnfilter'); $('.snow-slides-section-synced-collections-template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49').slick('slickFilter', '[data-synced-collection="' + newSlideCollection +'"]'); }); } slideVideos(); slideAudio(); subNavigation(); slideDots(); syncedCollectionCarousels(); } snowSlides(); // Rerun Scripts in Shopify Theme Editor if (Shopify.designMode) { document.addEventListener('shopify:section:load', function () { if (event.detail.sectionId === 'template--24078685143406__14c0b7fe-40ba-4a6e-9a6a-beed134d2f49') { snowSlides(); } }); } }); </script> </div><section id="shopify-section-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb" class="shopify-section snow-grid-section"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/section-snow-grid.css?v=107133739411542050051737491519" onload="this.media='all'"> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/section-snow-grid.css?v=107133739411542050051737491519" rel="stylesheet" type="text/css" media="all" /></noscript> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-snow-grid-item.css?v=126363063117014534431737491519" onload="this.media='all'"> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-snow-grid-item.css?v=126363063117014534431737491519" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="snowGridSection snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb full-mobile-banner"> <div> <!--Content above snow grid blocks--> <!--Start snow grid content--> <div class="snowGridContent"> <div class="snowGridContentContainer"> <div class="snowGridItem snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 "> <div class="snowGridItemContent full-link"> <div class="snowGridItemImageContainer "> <a class="full-unstyled-link snowGridItemFullLink" href="/collections/happy" aria-label="Link to /collections/happy"></a> <picture class="snowGridItemImagePicture"> <source srcset="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_SnowBlock_Happy-desktop_2560x.jpg?v=1686755738" media="(min-width: 1920px)" /> <source srcset="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_SnowBlock_Happy-desktop_1920x.jpg?v=1686755738" media="(min-width: 1296px)" /> <source srcset="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_SnowBlock_Happy-desktop_1296x.jpg?v=1686755738" media="(min-width: 1025px)" /> <source srcset="//www.nbcstore.com/cdn/shop/files/Happy_-_Lowerpage_Banner_-_tablet_53f24f0a-5867-4495-8a17-a840661f69b7_1080x.png?v=1689622036" media="(min-width: 768px)" /> <img class="snowGridItemImage lazyload" src="//www.nbcstore.com/cdn/shop/files/NBCU_SYFY_PP_SnowBlock_Happy-mobile_900x.jpg?v=1686755738" data-src="" data-widths="[540, 720, 900, 1080, 1296, 1512, 1728, 1944, 2048]" data-aspectratio="0.9375" data-sizes="auto" data-parent-fit="cover" alt="Link to /collections/happy"> </picture> </div> <div class="snowGridItemOverflow"> <div class="snowGridItemText mobile-below mobile-center desktop-overlay desktop-center-left"> <h3 class="snowGridItemTitle h3"> <p>Don't Worry, Be HAPPY!</p> </h3> <div class="snowGridItemSubTitle s3"> <p>Shop the best from The Happy! collection</p> </div> <a href="/collections/happy" class="snowGridItemButton button button--primary button--primary-dark" aria-label="SHOP NOW">SHOP NOW</a> </div> </div> </div> </div> <style data-shopify> /* Mobile */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemOverflow{ width: 100%; position:relative; margin:0 auto; } .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 { background: none; grid-row: 1/2; grid-column: 1/2; } /* Content Positioning and Alignment */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemText{ display:flex; flex-flow:column wrap; align-items: center; align-content:center; width: 90%; max-width: 90% !important; text-align: center; } /* Block Title */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemText .snowGridItemTitle * {color: #ffffff;} /* Block Sub-Title */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemText .snowGridItemSubTitle * {color: #ffffff;} /* Block Description */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemText .snowGridItemDescription * {color: #ffffff;} /* Overlay-specific image height */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemContent .snowGridItemText {max-width: 100%;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemImageContainer {height: auto;} /* Shade */ .snowGridSection .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemImagePicture {filter: brightness(1.0);} /* Video */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlLink, .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlButton {color: #ffffff;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlButton, .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlIcons {background: #000000;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemImageContainer .snowGridVideoControl.snowGridVideoControlIcons svg { fill: #ffffff; color: #ffffff; } .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemText .snow-grid-logo{width:100px; margin-bottom:10px;} /* Branding */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .sg-branding{width:px;} /* Tablet and Up */ @media screen and (min-width: 768px) { .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemOverflow{ width:100%; max-width:1600px; height:100%; position:absolute; top:0; left:50%; bottom:0; transform:translateX(-50%); } .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 { grid-row: 1/2; grid-column: 1/2; } /* Content Positioning and Alignment */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemText{ width: 48%; max-width: 48%; display:flex; flex-flow:column wrap; align-content:flex-start; align-items:flex-start; text-align:left; } .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemContent .snow-grid-logo{ width:100px; height:auto; margin-bottom:10px; overflow:hidden; } /* Overlay-specific image height */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemImageContainer {height: 100%;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemText .snowGridItemTitle * {color: #000000;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemText .snowGridItemSubTitle * {color: #000000;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .snowGridItemText .snowGridItemDescription * {color: #000000;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .sg-branding{width:px;} } @media screen and (min-width: 1025px) { .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem-33595fbd-000f-42ce-bacd-6131ea0d4d98 .sg-branding{width:px;} } </style> </div> </div> <!--End snow grid content--> <!--Content below snow grid blocks--> </div> </div> <style data-shopify> /* Colors */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridPretitle * {color: #000000;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridTitle * {color: #000000;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridSubtitle * {color: #000000;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridDescription * {color: #000000;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridBottomPretitle * {color: #000000;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridBottomTitle * {color: #000000;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridBottomSubtitle * {color: #000000;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridBottomDescription * {color: #000000;} /* Mobile */ /* Section Spacing */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb { margin: 0rem auto 0rem auto; padding-top: 3.5rem; padding-bottom: 3.5rem; background: #000000; } /* Positioning */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-top-left {top: 0px; left: 0px;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-top-right {top: 0px; right: 0px;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-top-center {top: 0px; left: 50%; transform: translateX(-50%);} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-center-left {top: 50%; left: 0px; transform: translateY(-50%);} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-center-right {top: 50%; right: 0px; transform: translateY(-50%);} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-center {top: 50%; left: 50%; transform: translate(-50%, -50%);} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-bottom-left {bottom: 0px; left: 0px;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-bottom-right {bottom: 0px; right: 0px;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.mobile-overlay.mobile-bottom-center {bottom: 0px; left: 50%; transform: translateX(-50%);} /* Above Content Alignment */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridAboveText { display:flex; flex-direction:column; flex-wrap:wrap; align-content:center; max-width: 100%; text-align:center; margin-bottom:4.5rem; } /* Above Content Logo */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridAboveText .snow-grid-above-logo{ width:80%; margin-bottom:10px; } /* Bottom Content Alignment */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .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--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridBottomText .snow-grid-bottom-logo{width:80%; margin-top:10px;} /* Grid Container */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridContentContainer { max-width: 100%; margin: 0 auto; display: grid; grid-template-rows: repeat(1, 1fr); grid-template-columns: repeat(1, 1fr); row-gap: 0px; column-gap: 0px; } /* Tablet */ @media screen and (min-width: 768px) { .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb { } /* Positioning */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-left {bottom: auto; right: auto; top: 0px; left: 40px; transform: none;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-right {bottom: auto; left: auto; top: 0px; right: 0px; transform: none;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-center {top: 0px; right: auto; left: 50%; transform: translateX(-50%);} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center-left {bottom: auto; right: auto; top: 50%; left: 40px; transform: translateY(-50%);} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center-right {bottom: auto; left: auto; top: 50%; right: 0px; transform: translateY(-50%);} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center {bottom: auto; right: auto; top: 50%; left: 50%; transform: translate(-50%, -50%);} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-left {top: auto; right: auto; transform: none; bottom: 0px; left: 40px;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-right {top: auto; left: auto; transform: none; bottom: 0px; right: 0px;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-center {top: auto; right: auto; bottom: 0px; left: 50%; transform: translateX(-50%);} /* Section Spacing */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb { margin: 0rem auto 0rem auto; padding-top: 4rem; padding-bottom: 4rem; } /* Above Content Alignment */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .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--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .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--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridContentContainer { max-width: 100%; margin: 0 auto; display: grid; grid-template-rows: repeat(1, 1fr); grid-template-columns: repeat(1, 1fr); row-gap: 0px; column-gap: 0px; } } /* Desktop */ @media screen and (min-width: 1025px) { /* Section Spacing */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb { margin: 0rem auto 0rem auto; padding-top: 5rem; padding-bottom: 5rem; } /* Positioning */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-left {bottom: auto; right: auto; top: 0px; left: 40px; transform: none;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-right {bottom: auto; left: auto; top: 0px; right: 0px; transform: none;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-top-center {top: 0px; right: auto; left: 50%; transform: translateX(-50%);} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center-left {bottom: auto; right: auto; top: 50%; left: 40px; transform: translateY(-50%);} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center-right {bottom: auto; left: auto; top: 50%; right: 0px; transform: translateY(-50%);} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-center {bottom: auto; right: auto; top: 50%; left: 50%; transform: translate(-50%, -50%);} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-left {top: auto; right: auto; transform: none; bottom: 0px; left: 40px;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-right {top: auto; left: auto; transform: none; bottom: 0px; right: 0px;} .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridItem .snowGridItemContent .snowGridItemText.desktop-overlay.desktop-bottom-center {top: auto; right: auto; bottom: 0px; left: 50%; transform: translateX(-50%);} /* Above Content Alignment */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .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--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridAboveText .snow-grid-above-logo{ width:200px; margin-bottom:10px; } /* Bottom Content Alignment */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .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--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridBottomText .snow-grid-bottom-logo{width:200px;} /* Grid Container */ .snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .snowGridContentContainer { max-width: 100%; margin: 0 auto; display: grid; grid-template-rows: repeat(1, 1fr); grid-template-columns: repeat(1, 1fr); } } </style> <script> jQuery(document).ready(function ($) { function snowGrid() { $(".snowGridSection-template--24078685143406__f72148b3-93d4-494e-b6cb-bad42b7558cb .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(); }); </script> </section><section id="shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf" class="shopify-section featured-collection-section"><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-card.css?v=32674429279029300121737491434" rel="stylesheet" type="text/css" media="all" /> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-price.css?v=27799768927301632451737491447" rel="stylesheet" type="text/css" media="all" /> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-product-grid.css?v=158330080648274904561737491448" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-slider.css?v=82006835487707820721737491452" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/template-collection.css?v=150119990732301944681737491485" media="print" onload="this.media='all'"> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-slider.css?v=82006835487707820721737491452" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/template-collection.css?v=150119990732301944681737491485" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="collection carousel collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf page-width page-width-desktop "> <div class="title-wrapper-with-link title-wrapper-with-link--no-heading title-wrapper--self-padded-tablet-down product-carousel-title-container"> <h2 class="title title--no-heading h2"> </h2> </div> <div class="product-carousel product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf" data-slick='{ "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": 1 } } ] }'> <div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/happy-exclamation-men-s-short-sleeve-t-shirt" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/happy-exclamation-men-s-short-sleeve-t-shirt" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_black_mockup_4_165x.jpg?v=1687456126 165w,//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_black_mockup_4_360x.jpg?v=1687456126 360w,//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_black_mockup_4_425x.jpg?v=1687456126 425w,//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_black_mockup_4_533x.jpg?v=1687456126 533w,//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_black_mockup_4_720x.jpg?v=1687456126 720w,//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_black_mockup_4_940x.jpg?v=1687456126 940w," src="//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_black_mockup_4_533x.jpg?v=1687456126" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Happy! Exclamation Men's Short Sleeve T-Shirt" loading="lazy" class="motion-reduce" width="1000" height="1000" ><img srcset="//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_charcoalheather_mockup_3_165x.jpg?v=1687456126 165w,//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_charcoalheather_mockup_3_360x.jpg?v=1687456126 360w,//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_charcoalheather_mockup_3_425x.jpg?v=1687456126 425w,//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_charcoalheather_mockup_3_533x.jpg?v=1687456126 533w,//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_charcoalheather_mockup_3_720x.jpg?v=1687456126 720w,//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_charcoalheather_mockup_3_940x.jpg?v=1687456126 940w," src="//www.nbcstore.com/cdn/shop/products/happy_s2_exclamation_mens_shortsleeve_tshirt_charcoalheather_mockup_3_533x.jpg?v=1687456126" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Happy! Exclamation Men's Short Sleeve T-Shirt" loading="lazy" class="motion-reduce" width="1000" height="1000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <!-- Edited by ABConvert <Leo> --> <!-- Edited by ABConvert <Leo> --> <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/happy-exclamation-men-s-short-sleeve-t-shirt" class="full-unstyled-link"> <!--Happy! Exclamation Men's Short Sleeve T-Shirt--> Happy! Exclamation Men's Short Sleeve 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">From $22.95</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">From $22.95</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"> per </span> <span> </span> </span> </small> </div></div> <div class="product__color-count-container"><span class="product__color-count">2</span> <span class="product__color-count-message">COLORS</span></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/happy-sax-is-back-men-s-tri-blend-short-sleeve-t-shirt" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/happy-sax-is-back-men-s-tri-blend-short-sleeve-t-shirt" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_165x.jpg?v=1689620049 165w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_360x.jpg?v=1689620049 360w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_425x.jpg?v=1689620049 425w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_533x.jpg?v=1689620049 533w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_720x.jpg?v=1689620049 720w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_940x.jpg?v=1689620049 940w," src="//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_white_mockup_4_533x.jpg?v=1689620049" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Happy! Sax is Back Men's Tri-Blend Short Sleeve T-Shirt" loading="lazy" class="motion-reduce" width="1000" height="1000" ><img srcset="//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_black_mockup_3_165x.jpg?v=1689620049 165w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_black_mockup_3_360x.jpg?v=1689620049 360w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_black_mockup_3_425x.jpg?v=1689620049 425w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_black_mockup_3_533x.jpg?v=1689620049 533w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_black_mockup_3_720x.jpg?v=1689620049 720w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_black_mockup_3_940x.jpg?v=1689620049 940w," src="//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_triblend_shortsleeve_tshirt_black_mockup_3_533x.jpg?v=1689620049" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Happy! Sax is Back Men's Tri-Blend Short Sleeve T-Shirt" loading="lazy" class="motion-reduce" width="1000" height="1000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <!-- Edited by ABConvert <Leo> --> <!-- Edited by ABConvert <Leo> --> <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/happy-sax-is-back-men-s-tri-blend-short-sleeve-t-shirt" class="full-unstyled-link"> <!--Happy! Sax is Back Men's Tri-Blend Short Sleeve T-Shirt--> Happy! Sax is Back Men's Tri-Blend Short Sleeve 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">$29.95</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">$29.95</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"> per </span> <span> </span> </span> </small> </div></div> <div class="product__color-count-container"><span class="product__color-count">2</span> <span class="product__color-count-message">COLORS</span></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/happy-sax-is-back-men-s-short-sleeve-t-shirt" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/happy-sax-is-back-men-s-short-sleeve-t-shirt" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_black_mockup_3_165x.jpg?v=1689619923 165w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_black_mockup_3_360x.jpg?v=1689619923 360w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_black_mockup_3_425x.jpg?v=1689619923 425w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_black_mockup_3_533x.jpg?v=1689619923 533w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_black_mockup_3_720x.jpg?v=1689619923 720w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_black_mockup_3_940x.jpg?v=1689619923 940w," src="//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_black_mockup_3_533x.jpg?v=1689619923" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Happy! Sax is Back Men's Short Sleeve T-Shirt" loading="lazy" class="motion-reduce" width="1000" height="1000" ><img srcset="//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_white_mockup_3_165x.jpg?v=1689619923 165w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_white_mockup_3_360x.jpg?v=1689619923 360w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_white_mockup_3_425x.jpg?v=1689619923 425w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_white_mockup_3_533x.jpg?v=1689619923 533w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_white_mockup_3_720x.jpg?v=1689619923 720w,//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_white_mockup_3_940x.jpg?v=1689619923 940w," src="//www.nbcstore.com/cdn/shop/products/happy_s2_saxisback_mens_shortsleeve_tshirt_white_mockup_3_533x.jpg?v=1689619923" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Happy! Sax is Back Men's Short Sleeve T-Shirt" loading="lazy" class="motion-reduce" width="1000" height="1000" > </div> </a> </div> </div> </div> <!--</a>--> <div class="card-information"> <div class="card-information__wrapper"> <!-- Edited by ABConvert <Leo> --> <!-- Edited by ABConvert <Leo> --> <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/happy-sax-is-back-men-s-short-sleeve-t-shirt" class="full-unstyled-link"> <!--Happy! Sax is Back Men's Short Sleeve T-Shirt--> Happy! Sax is Back Men's Short Sleeve 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">From $22.95</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">From $22.95</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"> per </span> <span> </span> </span> </small> </div></div> <div class="product__color-count-container"><span class="product__color-count">2</span> <span class="product__color-count-message">COLORS</span></div> </div> </div> </div> </div><div class="carousel__slide"> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rating.css?v=24573085263941240431737491449" rel="stylesheet" type="text/css" media="all" /> <div class="card-wrapper "> <!--<a href="/products/happy-sketch-white-mug" class="full-unstyled-link">--> <div class="card card--product" tabindex="-1"> <div class="card__inner"> <div> <a href="/products/happy-sketch-white-mug" class="full-unstyled-link"> <div class="media media--transparent media--square media--hover-effect" > <img srcset="//www.nbcstore.com/cdn/shop/products/05649d926b9f6c7a670eff92407ef009_165x.jpg?v=1687456498 165w,//www.nbcstore.com/cdn/shop/products/05649d926b9f6c7a670eff92407ef009_360x.jpg?v=1687456498 360w,//www.nbcstore.com/cdn/shop/products/05649d926b9f6c7a670eff92407ef009_425x.jpg?v=1687456498 425w,//www.nbcstore.com/cdn/shop/products/05649d926b9f6c7a670eff92407ef009_533x.jpg?v=1687456498 533w,//www.nbcstore.com/cdn/shop/products/05649d926b9f6c7a670eff92407ef009_720x.jpg?v=1687456498 720w,//www.nbcstore.com/cdn/shop/products/05649d926b9f6c7a670eff92407ef009_940x.jpg?v=1687456498 940w," src="//www.nbcstore.com/cdn/shop/products/05649d926b9f6c7a670eff92407ef009_533x.jpg?v=1687456498" sizes="(min-width: 1100px) 535px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)" alt="Happy! Sketch White Mug" loading="lazy" class="motion-reduce" width="1000" height="1000" > </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/happy-sketch-white-mug" class="full-unstyled-link"> <!--Happy! Sketch White Mug--> Happy! Sketch White Mug </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">From $15.95</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">From $15.95</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"> per </span> <span> </span> </span> </small> </div></div> </div> </div> </div> </div> </div> <style data-shopify> .carousel-arrow-container { position: absolute; top: 38%; transform: translateY(-50%); width: calc(100% - 3rem); display: block; } .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf svg, .carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 8px; } .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf, .carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf { position: absolute; width: 30px; height: 30px; border: 1px solid #ffffff; border-radius: 50px; box-shadow: 0px 1px 4px 0px rgba(0,10,60,0.15); -webkit-box-shadow: 0px 1px 4px 0px rgba(0,10,60,0.15); -moz-box-shadow: 0px 1px 4px 0px rgba(0,10,60,0.15); padding: 0; background: #ffffff; color: #000000; } .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf svg, .carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf svg {max-height: 6px;} .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf {left: -10px;} .carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf {right: -10px} .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf svg {transform: rotate(180deg);} .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf:hover, .carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf:hover {cursor: pointer;} .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf, .carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf { box-shadow: 0px 1px 4px 0px rgba(0,10,60,0.15); -webkit-box-shadow: 0px 1px 4px 0px rgba(0,10,60,0.15); -moz-box-shadow: 0px 1px 4px 0px rgba(0,10,60,0.15); } @media screen and (min-width: 768px) { .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf svg, .carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf svg { display: block; height: 100%; width: 100%; margin: auto; fill:#000000; padding: 0; max-height: 8px; } .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf, .carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf { position: absolute; width: 40px; height: 40px; border: 1px solid #ffffff; border-radius: 50px; box-shadow: 0px 1px 4px 0px rgba(0,10,60,0.15); -webkit-box-shadow: 0px 1px 4px 0px rgba(0,10,60,0.15); -moz-box-shadow: 0px 1px 4px 0px rgba(0,10,60,0.15); padding: 0; background: #ffffff; color: #000000; } .carousel-arrow-container { position: absolute; top: 32%; transform: translateY(-50%); width: calc(100% - 10rem); display: block; } .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf {left: -25px;} .carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf {right: -25px} } </style> <div class="carousel-arrow-container"> <button class="carousel-prev-template--24078685143406__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--24078685143406__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/happy" class="featured-collection-view-all-button button button--secondary button--secondary-dark">SHOP HAPPY!</a> </div> </div> <style data-shopify> #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-title-container{ justify-content: center; align-items: center; text-align: center; max-width:95%; } #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link .collection-description, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link .center {text-align:center;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link .title{width:100%; color:#000000; text-align:center;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link .collection-description{text-align:center;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link .center {text-align:center;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-arrow-custom, .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-arrow {width:30px; height:30px; background:; color:; font-size:15px;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-arrow-custom svg, .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-arrow svg{ height: 6px; width: auto;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-arrow-container{top:32%; left: 50%; transform: translate(-50%, -32%);} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-prev-custom:after{content: "<"; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-next-custom:after{content: ">"; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel{padding-top:0px; padding-bottom:35px;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf.default-featured-collection{padding-top:0px; padding-bottom:35px;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel-with-background{padding-top:0px; padding-bottom:35px; background:rgba(0,0,0,0);} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel-with-background .title{color:#000000;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel-with-background .collection-description{color:#000000;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel-with-background .button{margin-bottom:0px;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection.carousel-with-background .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-slide div.carousel__slide{border:1px solid #eeeeee; background:#ffffff;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card__swatches label.color__swatch, .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card__swatches label.color__swatch, .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card__swatches label.color__swatch{ height:25px; width:25px; border:1px solid #d9dae2; border-radius:100%; } #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card__swatches label.color__swatch img, .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card__swatches label.color__swatch img{ border:1px solid #ffffff; border-radius:100%; } #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-autoplay-toggle-button {display: none;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel__slide {margin: 0 2px;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-view-more-above {margin-bottom: 5rem;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-list {padding-left: 2rem; padding-right: 2rem;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf {right: 1rem;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf {left: 1rem;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-list {overflow: visible;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-arrow-container {width: 100%;} @media screen and (min-width: 768px) { #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .card-information__text, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .price, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .card__swatches, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .card-information__text, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .price, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .card__swatches{text-align:left;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .title-wrapper-with-link, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-title-container{max-width:700px; margin:0 auto 10px auto !important;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel__slide {margin: 0 5px;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel{padding-top:0px; padding-bottom:45px;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf.default-featured-collection{padding-top:0px; padding-bottom:45px;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel-with-background{padding-top:0px; padding-bottom:45px;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf.carousel-with-background{background:rgba(0,0,0,0);} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-list {padding-left: 2rem; padding-right: 2rem;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-arrow-container {display: block; width: 100%;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf {right: 1.2rem;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf {left: 1.2rem;} } @media screen and (min-width: 1025px) { #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-list {padding-left: 1rem; padding-right: 1rem;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf {right: 1.2rem;} #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf {left: 1.2rem;} } @media screen and (max-width:767px){ #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .carousel-arrow-container{ top:38%; transform: translate(-50%, -38%); width: 100%; } #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .card-information__text, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .price, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .card__swatches, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .card-information__text, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .price, #shopify-section-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .collection-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .card.card--product + .card-information .card-information__wrapper .card__swatches{text-align:left;} } </style> <script> jQuery(document).ready(function ($) { function productCarousel() { $('.product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf').slick({ lazyLoad: 'ondemand', prevArrow: $(".carousel-prev-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf"), nextArrow: $(".carousel-next-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf"), adaptiveHeight: false }); $('.product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .draggable').on('afterChange', function (event, slick, currentSlide) { if(currentSlide === 2) { $('.product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-next').addClass('hidden'); } else { $('.product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-next').removeClass('hidden'); } if(currentSlide === 0) { $('.product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-prev').addClass('hidden'); } else { $('.product-carousel-template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf .slick-prev').removeClass('hidden'); } }); } productCarousel(); // Rerun Scripts in Shopify Theme Editor if (Shopify.designMode) { document.addEventListener('shopify:section:load', function () { if (event.detail.sectionId === 'template--24078685143406__2309b81d-1307-49b8-8bff-d5a59f66badf') { productCarousel(); } }); } }); </script> </section> </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: 344px; background: #3e3e3e; } #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; } } #shopify-section-newsletter-banner {margin-top: 5rem;} @media screen and (min-width: 768px) and (max-width: 959px) { #newsletter-banner-newsletter-banner { height: 325px; /*margin-top: 75px;*/ } .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-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: 50px; height: auto; } #newsletter-banner-newsletter-banner .default-newsletter-banner-content .newsletter-logo.newsletter-default-bottom-logo { display: block; width: 50px; 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> <div id="newsletter-banner-newsletter-banner"> <div class="newsletter-banner-content page-width text-center default-newsletter-banner-content"> <h4 class="h6 desktop">SIGN UP & SAVE 15%</h4> <h3 class="h6 mobile">SIGN UP & SAVE 15%</h3><div class="rte"><p>Sign Up For Our Newsletter To Stay Up To Date On Exclusive Offers, Specials Sales And New Products!</p></div> <div class="klaviyo-form-QXsFet"></div> <div class="newsletter-form__submessage"> <p><em>By submitting your e-mail, you agree to Snow Commerce鈥檚 </em><a href="https://www.nbcstore.com/pages/privacy-policy" title="https://www.nbcstore.com/pages/privacy-policy"><em>Privacy Policy</em></a><em> and </em><a href="https://www.nbcstore.com/pages/terms-of-use" title="https://www.nbcstore.com/pages/terms-of-use"><em>Terms of Use</em></a></p><p><a href="/pages/promotional-disclaimers" title="Promotional Disclaimers">Promotional Disclaimer</a></p> </div> </div> </div> </div> <div id="shopify-section-footer" class="shopify-section"><!-- deploy test --> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/section-footer.css?v=43950151006997922721737491479" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-newsletter.css?v=71305430942358774071737491445" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-list-menu.css?v=161614383810958508431737491442" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-list-payment.css?v=69253961410771838501737491442" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-list-social.css?v=52211663153726659061737491442" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rte.css?v=84043763465619332371737491450" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//www.nbcstore.com/cdn/shop/t/101/assets/disclosure.css?v=160129347545493074521737491461" media="print" onload="this.media='all'"> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-newsletter.css?v=71305430942358774071737491445" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-list-menu.css?v=161614383810958508431737491442" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-list-payment.css?v=69253961410771838501737491442" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-list-social.css?v=52211663153726659061737491442" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-rte.css?v=84043763465619332371737491450" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//www.nbcstore.com/cdn/shop/t/101/assets/disclosure.css?v=160129347545493074521737491461" rel="stylesheet" type="text/css" media="all" /></noscript> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/custom-footer-styles.css?v=64553120093138956551737491519" rel="stylesheet" type="text/css" media="all" /> <style data-shopify> .footer .footer__column.footer__column--info {flex-flow: column;} .footer .footer__copyright {display: flex; flex-flow: column;} .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){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 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 .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;} } </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="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: 16%; } } @media screen and (min-width: 1025px) { .footer-grid__item-footer-0 {flex-basis: 16%;} }</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 aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </div><ul class="footer-block__details-content list-unstyled"><li> <a href="https://help.nbcstore.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/return-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/accessibility-statement" class="link link--text list-menu__item list-menu__item--link"> Accessibility Statement </a> </li><li> <a href="/pages/return-policy" class="link link--text list-menu__item list-menu__item--link"> Return Policy </a> </li><li> <a href="/pages/terms-of-use" class="link link--text list-menu__item list-menu__item--link"> Terms of Use </a> </li><li> <a href="/pages/privacy-policy" class="link link--text list-menu__item list-menu__item--link"> Privacy Policy </a> </li><li> <a href="/pages/cookie-policy" class="link link--text list-menu__item list-menu__item--link"> Cookie Policy </a> </li><li> <a href="/pages/legal-imprint" class="link link--text list-menu__item list-menu__item--link"> Legal Imprint </a> </li><li> <a href="/" class="link link--text list-menu__item list-menu__item--link"> <a class="link link--text list-menu__item 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 id="account-ordering" class="footer-grid__item-151e96e3-f55b-4d7a-bd2f-66436dc3e5e5 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-151e96e3-f55b-4d7a-bd2f-66436dc3e5e5 { flex-basis: 16%; } } @media screen and (min-width: 1025px) { .footer-grid__item-151e96e3-f55b-4d7a-bd2f-66436dc3e5e5 {flex-basis: 16%;} }</style><div class="footer-header-container desktop"> <h2 class="footer-block__heading">ACCOUNT & ORDERING</h2> </div> <div class="footer-header-container mobile"> <h2 class="footer-block__heading">ACCOUNT & ORDERING</h2> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </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><li> <a href="http://preferences.nbcstore.com/p/unsubscribe" class="link link--text list-menu__item list-menu__item--link"> Email Preferences </a> </li></ul></div><div id="explore-nbcuniversal" class="footer-grid__item-aaf4cbb6-535a-4b5f-b75b-260e9c5f2c38 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-aaf4cbb6-535a-4b5f-b75b-260e9c5f2c38 { flex-basis: 16%; } } @media screen and (min-width: 1025px) { .footer-grid__item-aaf4cbb6-535a-4b5f-b75b-260e9c5f2c38 {flex-basis: 16%;} }</style><div class="footer-header-container desktop"> <h2 class="footer-block__heading">EXPLORE NBCUNIVERSAL</h2> </div> <div class="footer-header-container mobile"> <h2 class="footer-block__heading">EXPLORE NBCUNIVERSAL</h2> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </div><ul class="footer-block__details-content list-unstyled"><li> <a href="https://www.nbc.com" class="link link--text list-menu__item list-menu__item--link"> NBC.com </a> </li><li> <a href="https://www.bravotv.com/" class="link link--text list-menu__item list-menu__item--link"> BravoTV.com </a> </li><li> <a href="https://www.nbcnews.com/" class="link link--text list-menu__item list-menu__item--link"> NBCNews.com </a> </li><li> <a href="https://www.thetouratnbcstudios.com/" class="link link--text list-menu__item list-menu__item--link"> TheTouratNBCStudios.com </a> </li><li> <a href="https://www.msnbc.com/" class="link link--text list-menu__item list-menu__item--link"> MSNBC.com </a> </li><li> <a href="https://www.peacocktv.com/" class="link link--text list-menu__item list-menu__item--link"> PeacockTV.com </a> </li><li> <a href="https://www.usanetwork.com/" class="link link--text list-menu__item list-menu__item--link"> USANetwork.com </a> </li><li> <a href="https://www.syfy.com/" class="link link--text list-menu__item list-menu__item--link"> SYFY.com </a> </li><li> <a href="https://www.focusfeatures.com/" class="link link--text list-menu__item list-menu__item--link"> FocusFeatures.com </a> </li><li> <a href="https://www.cnbc.com/" class="link link--text list-menu__item list-menu__item--link"> CNBC.com </a> </li><li> <a href="https://www.universalkids.com/" class="link link--text list-menu__item list-menu__item--link"> UniversalKids.com </a> </li><li> <a href="https://www.oxygen.com/" class="link link--text list-menu__item list-menu__item--link"> Oxygen.com </a> </li><li> <a href="https://www.eonline.com/" class="link link--text list-menu__item list-menu__item--link"> EOnline.com </a> </li></ul></div><div id="shop-by-network" class="footer-grid__item-0bfb31da-2005-45ba-9809-560d364c763d 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-0bfb31da-2005-45ba-9809-560d364c763d { flex-basis: 16%; } } @media screen and (min-width: 1025px) { .footer-grid__item-0bfb31da-2005-45ba-9809-560d364c763d {flex-basis: 16%;} }</style><div class="footer-header-container desktop"> <h2 class="footer-block__heading">SHOP BY NETWORK</h2> </div> <div class="footer-header-container mobile"> <h2 class="footer-block__heading">SHOP BY NETWORK</h2> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </svg> </div><ul class="footer-block__details-content list-unstyled"><li> <a href="https://www.shopbybravo.com/" class="link link--text list-menu__item list-menu__item--link"> Shop By Bravo </a> </li></ul></div><div id="share-the-moment" class="footer-grid__item-4da4f1b5-5a27-47eb-8873-8f2f30cb40d4 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-4da4f1b5-5a27-47eb-8873-8f2f30cb40d4 { flex-basis: 16%; } } @media screen and (min-width: 1025px) { .footer-grid__item-4da4f1b5-5a27-47eb-8873-8f2f30cb40d4 {flex-basis: 16%;} }</style><div class="footer-header-container desktop"> <h2 class="footer-block__heading">SHARE THE MOMENT</h2> </div> <div class="footer-header-container mobile"> <h2 class="footer-block__heading">SHARE THE MOMENT</h2> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"> </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/nbc" 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/nbc" 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/nbc/" 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/nbc" 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> </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"></div><div class="footer__payment"> <span class="visually-hidden">Payment methods</span> <ul class="list list-payment" role="list"><li class="list-payment__item"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-amazon"><title id="pi-amazon">Amazon</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" fill-rule="nonzero" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF" fill-rule="nonzero"/><path d="M25.26 16.23c-1.697 1.48-4.157 2.27-6.275 2.27-2.97 0-5.644-1.3-7.666-3.463-.16-.17-.018-.402.173-.27 2.183 1.504 4.882 2.408 7.67 2.408 1.88 0 3.95-.46 5.85-1.416.288-.145.53.222.248.47v.001zm.706-.957c-.216-.328-1.434-.155-1.98-.078-.167.024-.193-.148-.043-.27.97-.81 2.562-.576 2.748-.305.187.272-.047 2.16-.96 3.063-.14.138-.272.064-.21-.12.205-.604.664-1.96.446-2.29h-.001z" fill="#F90" fill-rule="nonzero"/><path d="M21.814 15.291c-.574-.498-.676-.73-.993-1.205-.947 1.012-1.618 1.315-2.85 1.315-1.453 0-2.587-.938-2.587-2.818 0-1.467.762-2.467 1.844-2.955.94-.433 2.25-.51 3.25-.628v-.235c0-.43.033-.94-.208-1.31-.212-.333-.616-.47-.97-.47-.66 0-1.25.353-1.392 1.085-.03.163-.144.323-.3.33l-1.677-.187c-.14-.033-.296-.153-.257-.38.386-2.125 2.223-2.766 3.867-2.766.84 0 1.94.234 2.604.9.842.82.762 1.918.762 3.11v2.818c0 .847.335 1.22.65 1.676.113.164.138.36-.003.482-.353.308-.98.88-1.326 1.2a.367.367 0 0 1-.414.038zm-1.659-2.533c.34-.626.323-1.214.323-1.918v-.392c-1.25 0-2.57.28-2.57 1.82 0 .782.386 1.31 1.05 1.31.487 0 .922-.312 1.197-.82z" fill="#221F1F"/></svg> </li><li class="list-payment__item"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> </li><li class="list-payment__item"> <svg class="icon icon--full-color" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg> </li><li class="list-payment__item"> <svg class="icon icon--full-color" viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-discover">Discover</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z" fill="#231F20"/><path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint0_linear)"/><path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint1_linear)"/><path d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z" fill="#231F20"/><path d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z" fill="#231F20"/><path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z" fill="#F48120"/><defs><linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104" gradientUnits="userSpaceOnUse"><stop stop-color="#F89F20"/><stop offset=".25" stop-color="#F79A20"/><stop offset=".533" stop-color="#F68D20"/><stop offset=".62" stop-color="#F58720"/><stop offset=".723" stop-color="#F48120"/><stop offset="1" stop-color="#F37521"/></linearGradient><linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446" gradientUnits="userSpaceOnUse"><stop stop-color="#F58720"/><stop offset=".359" stop-color="#E16F27"/><stop offset=".703" stop-color="#D4602C"/><stop offset=".982" stop-color="#D05B2E"/></linearGradient></defs></svg> </li><li class="list-payment__item"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg> </li><li class="list-payment__item"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> </li><li class="list-payment__item"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg> </li><li class="list-payment__item"> <svg class="icon icon--full-color" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg> </li><li class="list-payment__item"> <svg class="icon icon--full-color" viewBox="0 0 38 24" width="38" height="24" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-venmo"><title id="pi-venmo">Venmo</title><g fill="none" fill-rule="evenodd"><rect fill-opacity=".07" fill="#000" width="38" height="24" rx="3"/><path fill="#3D95CE" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M24.675 8.36c0 3.064-2.557 7.045-4.633 9.84h-4.74L13.4 6.57l4.151-.402 1.005 8.275c.94-1.566 2.099-4.025 2.099-5.702 0-.918-.154-1.543-.394-2.058l3.78-.783c.437.738.634 1.499.634 2.46z" fill="#FFF" fill-rule="nonzero"/></g></svg> </li><li class="list-payment__item"> <svg class="icon icon--full-color" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg> </li></ul> </div></div> <div 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">© 2025 NBCUniversal Media, LLC.<br /> <br /> Snow Commerce, Inc. is the seller of all NBCUniversal merchandise and is solely responsible for all aspects of your purchase.</small> </div> </div> </div></div> </footer> <script> jQuery(document).ready(function ($){ $.noConflict(); // 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(); } }); } }); </script> </div> <link href="//www.nbcstore.com/cdn/shop/t/101/assets/component-back-to-top.css?v=152588329105785363631737491519" rel="stylesheet" type="text/css" media="all" /> <button class="hidden" id="backToTop" title="Back to Top" type="button" tabindex="0" role="button"> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewbox="0 0 10 33.07" style="enable-background:new 0 0 10 33.07;" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve"> <polygon class="st0" points="9.67,8.38 7.36,4.38 5.05,0.38 2.74,4.38 0.43,8.38 4.24,8.38 4.24,32.41 5.86,32.41 5.86,8.38 "></polygon> </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.nbcstore.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> <link rel="dns-prefetch" href="https://swymstore-v3free-01.swymrelay.com" crossorigin> <link rel="dns-prefetch" href="//swymv3free-01.azureedge.net/code/swym-shopify.js"> <link rel="preconnect" href="//swymv3free-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: "FdlSrh+WHZql7sJrggF\/I5asSK2batEBQGBWlemjpdM=" || "W5HkJq8WKju0qqr/FjpsefSGbj7ygDMlm8ZrSPuhA5E=", 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> <style> .snow-slider-rework-section .snow-slides-section-content {margin: 3rem auto;} </style> </body> <script src="https://a.klaviyo.com/media/js/onsite/onsite.js"></script> <script> var klaviyo = klaviyo || []; klaviyo.init({ account: "QYNnGm", platform: "shopify", list: 'Wsg7Pj', exclude_on_tags: "BIS-disabled" }); klaviyo.enable("backinstock",{ trigger: { product_page_text: "Notify Me When Available", product_page_class: "button button--secondary button--secondary-dark", 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: "@font-face {font-family: 'Peacock_Sans-Black';src: url('//www.nbcstore.com/cdn/shop/t/101/assets/Peacock_Sans-Black.woff2?v=160225891833594158441737491464') format('woff2'),url('//www.nbcstore.com/cdn/shop/t/101/assets/Peacock_Sans-Black.woff?v=120789453289675511361737491464') format('woff');}#klaviyo-bis-modal .btn{font-family: 'Peacock_Sans-Black', sans-serif; border-radius: 30px; text-transform: uppercase; background: linear-gradient(270deg, rgba(255,224,0,1) 0%, rgba(252,204,18,1) 50%, rgba(255,168,0,1) 100%);}#klaviyo-bis-modal p, #klaviyo-bis-modal div{font-family: 'Peacock_Sans-Light', sans-serif;}#klaviyo-bis-modal input{font-family: 'Peacock_Sans-Light', sans-serif;}", drop_background_color: "#000000", background_color: "#FFFFFF", text_color: "#000", button_text_color: "#000", button_background_color: "#fccc12", close_button_color: "#000", error_background_color: "#fcd6d7", error_text_color: "#C72E2F", success_background_color: "#d3efcd", success_text_color: "#1B9500" } }); </script> <script> function wiseraddedtocart(){ setTimeout(function () { $.getJSON('/cart.js', function(cart) { var ws_item_count = cart.item_count $(".cart-count-bubble").remove(); $("#cart-icon-bubble").append('<div class="cart-count-bubble"><span aria-hidden="true">'+ws_item_count+'</span><span class="visually-hidden">'+ws_item_count+' item</span></div>'); $("body .header__icons #cart-icon-bubble")[0].click(); $('#shopify-section-cart-drawer .my-cart, .cart-close-button, .cart-drawer-overlay').addClass("open"); window.postMessage({ type: 'cart_drawer', action: "open"}, '*'); }); }, 1000); } // // theme base code // var $wsInit = 0; // var $wsInterval = setInterval(function () { // var $wsCartCnt = $(".header__icon--cart span[data-ajax-cart-bind-state]").text()[0]; // var $wsDrawerDivCnt = $("body div.evm-drawer-main div").length; // if ($(".cart-drawer-overlay").css("display") === "block" && $wsDrawerDivCnt === 8 && $wsInit === 0) { // $wsInit = 1; // window.WISER_INIT("cart", 1); // setTimeout(function () { // $wsInit = 0; // }, 5000); // } // }, 100); </script> <!-- <style> #wsCartDrawerMain *{font-family:inherit;letter-spacing:.5px;line-height:1.4em;order:2;} #wsCartDataMain a{text-decoration:none!important;} .evm-drawer-main>div:empty{display:none;} .evm-drawer-main{display:flex;flex-direction:column;gap:25px;margin-bottom:30px;padding:0 5px;} .my-cart__items { display: flex; flex-direction: column; } .evm-drawer-main .evm_visible_text{position:relative;} .evm-drawer-main #presets2 .ws-card__title{text-align:left!important;} .evm-drawer-main #presets2 .ws-card__price{text-align:left!important;} .evm-drawer-main .evm_wiser_heading{ width:75%; text-align:left!important; padding:10px 15px 10px 10px!important; line-height:1!important; margin: 0!important; font-size: 3.2rem; line-height: 3.6rem; font-size: 20px!important; letter-spacing: .005em; font-weight: 700!important; text-transform:uppercase; padding:10px 2px!important; } .evm-drawer-main .fa-angle-right:before{content:"\f105";font-family:'FontAwesome';line-height:1;font-size:18px!important;} .evm-drawer-main .fa-angle-left:before{content:"\f104";font-family:'FontAwesome';line-height:1;font-size:18px!important;} .evm-drawer-main #presets2 .owl-item .ws-product-size:after{right:10px;} .evm-drawer-main #presets2 .evm-ws-card.evm-ws-center{display:grid!important;grid-template-columns:100px auto 100px;gap:5px;align-items:center;justify-content:center;padding:10px;border:1px solid #000;margin-top:0;} .evm-drawer-main #presets2 .ws-card_image_container{grid-column:1 / 2;grid-row:1 / span 2;} .evm-drawer-main #presets2 .ws-card__header{grid-column:2 / 3;grid-column:2 / 3;grid-row:1 / span 2;} .evm-drawer-main #presets2 .ws-card__body{grid-column:3 / 3;grid-row:1 / 1;} .evm-drawer-main #presets2 .ws-card__footer,.evm-drawer-main{grid-column:3 / 3;grid-row:2 / 2;margin-bottom:0;} .evm-drawer-main #presets2 .ws-ajaxified-cart-feedback{display:none;} .evm-drawer-main #presets2 .evm-ws__cart-submit:before{content:"Add";} .evm-drawer-main #presets2 .evm-ws__cart-submit span{display:none;} .evm-drawer-main #presets2 .owl-item .ws-product-size select{padding-right:20px!important;} @media only screen and (max-width: 767px){ .evm-drawer-main #presets2 .ws-box-wrapper{width:100%!important;} } #cart-drawer-wiser .ws-ajaxified-cart-feedback{display:none;} .evm-drawer-main #presets2 .evm-ws__cart-submit { min-width: unset!important; } .evm-drawer-main #presets2 .owl-item .ws-product-size:after { padding: 0px; } .evm-drawer-main button.owl-prev.slick-arrow.slick-prev { left: -50px; } .evm-drawer-main #presets2 .ws-box-wrapper { width: 100%!important; border: 1px solid #fff!important; border-radius: 5px; margin: 5px 0px!important; padding: 0!important; } .evm-drawer-main #presets2 .ws-box-wrapper:nth-child(n+4) { display: none; } .evm-drawer-main .evm-ws-pagination.custom_show_more_button { display: none; } </style> --> </html>