@import"https://fonts.googleapis.com/css2?family=Special+Elite&family=Press+Start+2P&family=VT323&display=swap";:root{--alpha-button-background: 1;--alpha-button-border: 1;--alpha-link: .85;--alpha-badge-border: .1;--focused-base-outline: .2rem solid #00ff41;--focused-base-outline-offset: .3rem;--focused-base-box-shadow: 0 0 0 .3rem #0d0d0d, 0 0 .5rem .4rem #00ff41;--color-background: 13, 13, 13;--color-foreground: 0, 255, 65;--color-button: 0, 255, 65;--color-button-text: 13, 13, 13;--color-link: 0, 255, 200;--color-shadow: 0, 255, 65;--color-badge-background: 30, 30, 30;--color-badge-border: 0, 255, 65;--color-badge-foreground: 0, 255, 65;--gradient-background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0d0d0d 100%);--page-width: 1200px;--spacing-sections-mobile: 2rem;--spacing-sections-desktop: 4rem;--font-body-family: "Courier New", Courier, monospace;--font-heading-family: "Special Elite", "Courier New", Courier, monospace}*{box-sizing:border-box;cursor:none!important}a,button,input,select,textarea,[role=button],.gf-gif,.gf-overlay,a:hover,button:hover,input:hover,select:hover,textarea:hover,[role=button]:hover,.gf-gif:hover,.gf-overlay:hover,summary,details,label,[onclick],[tabindex]{cursor:none!important}#cursor-dot{position:fixed;pointer-events:none;z-index:999999;width:6px;height:6px;background:red;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 4px red,0 0 10px red,0 0 18px #f33;transition:none}#cursor-dot.hovering{background:red;box-shadow:0 0 6px red,0 0 14px #f03,0 0 24px #f36}#cursor-dot.clicking{background:#f03!important;transform:translate(-50%,-50%) scale(2.2)!important;box-shadow:0 0 8px #f03,0 0 18px #f03,0 0 30px #f36!important}#custom-cursor-wrap{position:fixed;pointer-events:none;z-index:999998;width:150px;height:150px}#custom-cursor{display:block;width:150px;height:150px;image-rendering:auto;outline:none!important;border:none!important;filter:drop-shadow(0 0 8px rgb(219,15,151));box-shadow:none!important;pointer-events:none}#custom-cursor-hover{display:none;width:150px;height:150px;image-rendering:auto;outline:none!important;border:none!important;filter:drop-shadow(0 0 8px rgb(219,15,151));box-shadow:none!important;pointer-events:none}body{background:rgb(var(--color-background));background-image:repeating-linear-gradient(0deg,rgba(0,255,65,.03) 0px,transparent 2px),repeating-linear-gradient(90deg,rgba(0,255,65,.03) 0px,transparent 2px),radial-gradient(circle at 30% 40%,rgba(0,255,65,.05) 0%,transparent 50%);color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.8rem;line-height:1.6;min-height:100dvh;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,rgba(0,0,0,.3) 0px,rgba(0,255,65,.02) 1px,transparent 2px);pointer-events:none;z-index:998;animation:scanlines 8s linear infinite}@keyframes scanlines{0%{background-position:0 0}to{background-position:0 4px}}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,transparent 20%,rgba(0,40,0,.4) 80%,rgba(0,0,0,.8) 100%);pointer-events:none;z-index:997}.toxic-grain{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E");pointer-events:none;z-index:999;mix-blend-mode:screen}h1,h2,h3,h4,h5,.h0,.h1,.h2,.h3,.h4,.h5{font-family:var(--font-heading-family);text-transform:uppercase;letter-spacing:.3rem;color:#00ff41;text-shadow:0 0 5px #00ff41,0 0 10px #00ff41,2px 2px 0 #003300,-2px -1px 0 #00ffcc;word-break:break-word}h1,.h1{font-size:4rem;border-bottom:3px dashed #00ff41;display:inline-block;padding-bottom:1rem;animation:toxicFlicker 3s infinite}@keyframes toxicFlicker{0%,to{text-shadow:0 0 5px #00ff41,0 0 10px #00ff41,2px 2px 0 #003300}25%{text-shadow:0 0 8px #00ff41,0 0 15px #00ffcc,-2px 1px 0 #003300}50%{text-shadow:0 0 3px #00ff41,0 0 8px #00ff41,1px -1px 0 #003300}75%{text-shadow:0 0 10px #00ff41,0 0 20px #00ffcc,-1px -2px 0 #003300}}a{color:#0fc;text-decoration:none;border-bottom:1px dotted #00ff41;transition:all .2s}a:hover{color:#00ff41;border-bottom:2px solid #00ff41;text-shadow:0 0 5px #00ff41;background:#00ff411a}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.content-container{background:#000000b3;border:2px ridge #00ff41;border-radius:0;box-shadow:0 0 20px #00ff414d,inset 0 0 30px #000c;padding:2rem;margin:2rem 0;position:relative}.content-container:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border:1px solid #00ffcc;pointer-events:none;animation:borderPulse 2s infinite}@keyframes borderPulse{0%,to{opacity:.3}50%{opacity:.8}}.header-wrapper{background:linear-gradient(180deg,#0a0a0a,#0d0d0d);border-bottom:3px solid #00ff41;box-shadow:0 5px 20px #00ff4133}.header{padding:1.5rem 0}.header__heading-link{font-family:"Press Start 2P",cursive;font-size:2rem;color:#00ff41;text-shadow:3px 3px 0 #003300,0 0 20px #00ff41;text-transform:uppercase;letter-spacing:.5rem;animation:glitchText 4s infinite}@keyframes glitchText{0%,to{transform:skew(0)}95%{transform:skew(0)}95.5%{transform:skew(5deg)}96%{transform:skew(-5deg)}96.5%{transform:skew(0)}}.header__icon{color:#00ff41}.header__icon:hover{color:#0fc}.header__menu-item{font-family:VT323,monospace;font-size:1.8rem;color:#00ff41;text-transform:uppercase;padding:1rem 1.5rem;background:#00000080;border:1px solid #00ff41;margin:0 .3rem;transition:all .2s}.header__menu-item:hover{background:#00ff41;color:#0d0d0d;box-shadow:0 0 20px #00ff41;border-color:#0fc}.button,.shopify-challenge__button,.customer button{background:#0d0d0d;color:#00ff41;border:2px solid #00ff41;border-radius:0;font-family:VT323,monospace;font-size:1.8rem;text-transform:uppercase;letter-spacing:.2rem;padding:1.2rem 3rem;box-shadow:3px 3px #030,0 0 15px #00ff414d;transition:all .2s;position:relative;overflow:hidden}.button:hover,.shopify-challenge__button:hover,.customer button:hover{background:#00ff41;color:#0d0d0d;box-shadow:5px 5px #030,0 0 30px #00ff41;transform:translate(-2px,-2px)}.button:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(transparent,rgba(0,255,65,.2),transparent);transform:rotate(45deg);animation:buttonShine 3s infinite}@keyframes buttonShine{0%{transform:translate(-100%) rotate(45deg)}to{transform:translate(100%) rotate(45deg)}}.product-card-wrapper .card{background:#0d0d0de6;border:2px solid #00ff41;border-radius:0;box-shadow:0 0 20px #00ff4133;transition:all .3s}.product-card-wrapper .card:hover{transform:scale(1.02);box-shadow:0 0 30px #00ff41,inset 0 0 20px #00ff411a;border-color:#0fc}.card__information{background:#0a0a0a;padding:1.5rem;border-top:1px dashed #00ff41}.card__heading{font-family:Special Elite,monospace;color:#00ff41;font-size:2rem}.price{color:#0fc;font-family:"Press Start 2P",cursive;font-size:1.8rem}.price-item{color:#00ff41}.badge{background:#0d0d0d;border:2px solid #00ff41;border-radius:0;color:#00ff41;font-family:"Press Start 2P",cursive;font-size:1.2rem;padding:.5rem 1rem;box-shadow:0 0 10px #00ff41;animation:badgePulse 1.5s infinite}@keyframes badgePulse{0%,to{box-shadow:0 0 10px #00ff41}50%{box-shadow:0 0 20px #00ff41,0 0 30px #0fc}}.field__input,.select__select{background:#0a0a0a;border:2px solid #00ff41;border-radius:0;color:#00ff41;font-family:VT323,monospace;font-size:1.8rem;padding:1.2rem}.field__input:focus,.select__select:focus{border-color:#0fc;box-shadow:0 0 20px #00ff41,inset 0 0 10px #00ff4133;outline:none}.field__label{color:#00ff41;font-family:Courier New,monospace;text-transform:uppercase;letter-spacing:.2rem}.announcement-bar{background:#030;border-bottom:2px solid #00ff41}.announcement-bar__message{color:#00ff41;font-family:"Press Start 2P",cursive;font-size:1.6rem;letter-spacing:.2rem}.toxic-marquee{background:#0a0a0a;border-top:2px solid #00ff41;border-bottom:2px solid #00ff41;padding:1rem 0;margin:2rem 0;overflow:hidden;white-space:nowrap}.toxic-marquee span{display:inline-block;padding-left:100%;animation:marquee 15s linear infinite;color:#00ff41;font-family:"Press Start 2P",cursive;font-size:1.8rem;text-transform:uppercase}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.music-player{background:#0a0a0a;border:3px ridge #00ff41;padding:1.5rem;margin:2rem 0;box-shadow:inset 0 0 20px #000,0 0 20px #00ff4133}.music-player audio{width:100%;filter:sepia(1) hue-rotate(70deg) saturate(2);background:#0d0d0d;border:1px solid #00ff41}.gif-container{display:flex;justify-content:center;gap:2rem;margin:3rem 0;flex-wrap:wrap}.gif-container img{border:3px solid #00ff41;box-shadow:0 0 20px #00ff41;image-rendering:pixelated;max-width:100%;height:auto}.construction-banner{background:repeating-linear-gradient(45deg,#000,#000 10px,#0a2a0a 10px 20px);border:2px solid #ffcc00;color:#fc0;text-align:center;padding:1rem;font-family:Comic Sans MS,cursive;font-size:1.8rem;text-transform:uppercase;margin:2rem 0;animation:blink 1s step-end infinite}@keyframes blink{0%,to{border-color:#fc0;color:#fc0}50%{border-color:#00ff41;color:#00ff41}}.visitor-counter{display:inline-block;background:#000;border:2px solid #00ff41;padding:.5rem 1.5rem;font-family:"Press Start 2P",cursive;font-size:1.4rem;color:#00ff41;box-shadow:inset 0 0 10px #000,0 0 10px #00ff41}.web-badges{display:flex;justify-content:center;gap:1rem;margin:3rem 0;flex-wrap:wrap}.web-badge{background:#0a0a0a;border:1px solid #00ff41;padding:.5rem 1rem;font-family:Courier New,monospace;font-size:1.4rem;color:#00ff41}.footer{background:linear-gradient(0deg,#0a0a0a,#0d0d0d);border-top:3px solid #00ff41;padding:4rem 0 2rem;margin-top:5rem;box-shadow:0 -5px 20px #00ff4133}.footer__copyright{color:#00ff41;font-family:Courier New,monospace;font-size:1.4rem;text-align:center}::-webkit-scrollbar{width:12px;background:#0a0a0a}::-webkit-scrollbar-track{background:#0a0a0a;border:1px solid #003300}::-webkit-scrollbar-thumb{background:#00ff41;border:1px solid #003300;box-shadow:inset 0 0 6px #00000080}::-webkit-scrollbar-thumb:hover{background:#0fc}.loading__spinner .path{stroke:#00ff41}.spinner{filter:drop-shadow(0 0 5px #00ff41)}.text-toxic{color:#00ff41;text-shadow:0 0 10px #00ff41}.border-toxic{border:2px solid #00ff41;box-shadow:0 0 15px #00ff41}.bg-toxic{background:#0028004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}::selection{background:#00ff41;color:#0d0d0d;text-shadow:none}::-moz-selection{background:#00ff41;color:#0d0d0d;text-shadow:none}@media screen and (max-width:749px){h1,.h1{font-size:2.8rem}.header__heading-link{font-size:1.4rem}.page-width{padding:0 1.5rem}#custom-cursor-wrap,#custom-cursor,#custom-cursor-hover{width:60px;height:60px}#cursor-dot{width:5px;height:5px}}@media screen and (min-width:750px){.page-width{padding:0 5rem}}*:focus-visible{outline:3px solid #00ff41;outline-offset:3px;box-shadow:0 0 20px #00ff41}@media print{body{background:#fff;color:#000}body:before,body:after,.toxic-grain,#custom-cursor-wrap,#cursor-dot{display:none}*{cursor:auto!important}}.header__icon{width:4rem!important;height:4rem!important;padding:0!important}.header__icon .icon{width:2rem!important;height:2rem!important}.header__icon--cart{width:4rem!important;height:4rem!important;margin-right:-.8rem!important}.cart-count-bubble{width:1.5rem!important;height:1.5rem!important;font-size:.9rem!important;bottom:.6rem!important;left:2rem!important}.header__icons{gap:0!important;padding-right:.5rem!important}.header__icon--account{margin:0!important}.header{column-gap:1rem!important}@media screen and (max-width:749px){.header{grid-template-columns:1fr auto 1fr!important}.header__icons{flex-wrap:nowrap!important}.header__icon{width:3.5rem!important;height:3.5rem!important}.header__icon .icon{width:1.8rem!important;height:1.8rem!important}.header__icon--account span:not(.visually-hidden){display:none!important}}@media screen and (min-width:750px){.header__icon--account{width:auto!important;padding:0 1rem!important}}.header .link--text,.header details-disclosure>details>summary{white-space:nowrap!important}.section-header{position:relative}@media screen and (max-width:749px){.section-header:after{width:50px;height:50px;top:10px;right:10px}}.announcement-bar__message{font-size:1.4rem!important;padding:.2rem 0!important;max-height:2.5rem!important;line-height:1.2!important}.announcement-bar__message.h5{font-size:1.6rem!important}.announcement-bar,.announcement-bar__announcement,.utility-bar,.utility-bar__grid{max-height:6rem!important;min-height:auto!important}@media screen and (max-width:749px){.announcement-bar__message{font-size:1.2rem!important;max-height:6rem!important}.announcement-bar,.utility-bar{max-height:6rem!important}}.music-player{position:fixed!important;bottom:0!important;left:0!important;width:100%!important;margin:0!important;padding:.5rem 1rem!important;z-index:100!important;background:#0a0a0af2!important;border-top:2px solid #00ff41!important;border-bottom:none!important;box-shadow:0 -5px 20px #00ff4133!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;pointer-events:auto!important}.music-player audio,.music-player iframe{width:100%!important;max-width:400px!important;margin:0 auto!important;display:block!important}.music-player p{text-align:center!important;margin:.3rem 0!important}.music-player p:last-of-type{display:none!important}body{padding-bottom:80px!important}@media screen and (max-width:749px){.music-player{padding:.3rem .5rem!important}.music-player audio,.music-player iframe{max-width:100%!important}body{padding-bottom:70px!important}}#MainContent{background:transparent!important}.main-page{background:#0a0a0a!important}.custom-liquid .gradient[class*=color-scheme-1],.custom-liquid .gradient[class*=color-background-1],.color-scheme-1.gradient:has(.rr-home),.color-scheme-1.gradient:has(.stock-body),.color-scheme-1.gradient:has(.gf-body),.color-scheme-1.gradient:has(.show-body),.color-scheme-1.gradient:has(.rr-body),.color-scheme-1.gradient:has(.contact-body){background:#0a0a0a!important;--color-background: 10, 10, 10 !important}body:has(.stock-body) #MainContent,body:has(.gf-body) #MainContent,body:has(.show-body) #MainContent,body:has(.rr-body) #MainContent,body:has(.contact-body) #MainContent,body:has(.size-body) #MainContent,body:has(.patch-body) #MainContent,body:has(.tailor-body) #MainContent,body:has(.rr-home) #MainContent{max-width:100%!important;padding:0!important;margin:0!important}#MainContent,main,.content-for-layout{max-width:var(--page-width);margin:0 auto;padding:0 2rem;width:100%}.footer__content-top{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-block{text-align:center;margin-left:auto;margin-right:auto}.footer__copyright{text-align:center;width:100%}cart-notification,#cart-notification,.cart-notification,div[id*=cart-notification]{display:none!important}.slot-image{image-rendering:auto!important;object-fit:contain!important}.dossier-card .dossier-image{image-rendering:auto!important;object-fit:contain!important;max-height:70dvh!important;width:auto!important;max-width:100%!important;margin:0 auto!important;display:block!important;filter:none!important;z-index:10!important;position:relative!important}.dossier-card{max-width:800px!important;width:95%!important;max-height:95dvh!important}.stock-slot.permanent{border-color:#f36!important;box-shadow:inset 0 0 20px #ff33661a,0 0 10px #ff336626!important}.stock-slot.permanent:hover{border-color:#f69!important;box-shadow:inset 0 0 30px #f363,0 0 20px #ff33664d!important}.permanent-tag{position:absolute;top:.3rem;left:.3rem;font-family:"Press Start 2P",cursive;font-size:.45rem;color:#f36;letter-spacing:.1rem;background:#ff33661a;padding:.1rem .3rem}.permanent-status{background:#ff336626!important;color:#f69!important;border:1px solid #ff3366!important}.stock-separator{grid-column:1 / -1;text-align:center;padding:1.5rem 0;font-family:"Press Start 2P",cursive;font-size:.6rem;color:#00ff4166;letter-spacing:.1rem;border-top:1px dashed #003300;border-bottom:1px dashed #003300;margin:.5rem 0}.header__icons{position:absolute!important;top:1rem!important;right:2rem!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:.3rem!important}product-info .product__media.media--transparent img{object-fit:contain!important;max-height:70dvh!important;width:auto!important;height:auto!important;margin:0 auto!important;filter:none!important}product-info .product__media-wrapper,product-info .product__media.media--transparent,product-info .product-media-container{height:auto!important;padding-bottom:0!important}product-info .product__media img[height]{height:auto!important}cart-items.gradient.color-scheme-1{background:#0a0a0a!important;--color-background: 10, 10, 10}cart-items .page-width{background:#0a0a0a!important}cart-items .cart__warnings,cart-items .cart__empty-text,cart-items .cart__login-title,cart-items .cart__login-paragraph{color:#00ff41!important}cart-items .button{background:#0f0f0f!important;color:#00ff41!important;border:2px solid #00ff41!important}cart-items .underlined-link,cart-items .link{color:#0fc!important}product-info.gradient.color-scheme-1{background:#0a0a0a!important;--color-background: 10, 10, 10}body:has(.template-cart) .gradient[class*=color-scheme-],body:has(.template-collection) .gradient[class*=color-scheme-],body:has(.template-search) .gradient[class*=color-scheme-],body:has(.template-account) .gradient[class*=color-scheme-],body:has(.template-product) .gradient[class*=color-scheme-],body:has(.template-page) .gradient[class*=color-scheme-]{background:#0a0a0a!important;--color-background: 10, 10, 10;--gradient-base-background-1: #0a0a0a !important}body:has(.template-cart) .gradient[class*=color-scheme-] *,body:has(.template-collection) .gradient[class*=color-scheme-] *,body:has(.template-search) .gradient[class*=color-scheme-] *,body:has(.template-account) .gradient[class*=color-scheme-] *,body:has(.template-product) .gradient[class*=color-scheme-] *,body:has(.template-page) .gradient[class*=color-scheme-] *{--color-background: 10, 10, 10;--gradient-base-background-1: #0a0a0a !important}body:has(.template-cart) .cart__contents,body:has(.template-cart) .cart-items,body:has(.template-cart) .cart__footer{background:transparent!important}body:has(.template-collection) .card-wrapper,body:has(.template-collection) .card{background:#0f0f0f!important;border-color:#00ff4133!important}body:has(.template-account) input,body:has(.template-account) select,body:has(.template-account) textarea{background:#0f0f0f!important;color:#00ff41!important;border-color:#00ff4166!important}.template-page .featured-collection .gradient[class*=color-scheme-],.template-page .collection-list .gradient[class*=color-scheme-],.template-page collection-list .gradient[class*=color-scheme-]{background:#0a0a0a!important;--color-background: 10, 10, 10}.template-page .featured-collection .card-wrapper,.template-page .featured-collection .card{background:#0f0f0f!important;border:1px solid #00ff4133!important}.template-page .featured-collection .card__content,.template-page .collection-list .card__content{background:transparent!important}.template-page .featured-collection .card-information__text,.template-page .featured-collection .card__heading,.template-page .featured-collection .price,.template-page .featured-collection h2.title{color:#00ff41!important;font-family:VT323,monospace!important}.template-page .featured-collection .card__heading a{color:#00ff41!important}.template-page .featured-collection .button{background:#0f0f0f!important;color:#00ff41!important;border:2px solid #00ff41!important;font-family:VT323,monospace!important}body:has(.stock-body):after{display:none!important}body:has(.stock-body):before{display:none!important}.gf-farm-area{transition:opacity .3s ease}.rr-nav{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;list-style:none;margin:0;padding:.5rem 0;flex-wrap:wrap}.rr-nav li{position:relative;margin:0}.rr-nav a{display:inline-block;font-family:"Press Start 2P",cursive;font-size:.75rem;color:#00ff41;text-decoration:none;background:#0a0a0a;border:2px solid #00ff41;padding:.6rem 1.2rem;text-transform:uppercase;letter-spacing:.1rem;position:relative;transition:all .2s ease;white-space:nowrap}.rr-nav li:nth-child(odd) a{transform:rotate(-.8deg)}.rr-nav li:nth-child(2n) a{transform:rotate(.8deg)}.rr-nav a:before{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);width:8px;height:4px;background:#f36;border-radius:0 0 2px 2px}.rr-nav li+li:before{content:"\26d3";position:absolute;left:-8px;top:50%;transform:translateY(-50%);color:#00ff4133;font-size:.5rem;z-index:1;pointer-events:none}.rr-nav a:hover,.rr-nav a.active{background:#0f0f0f;color:#f36;border-color:#f36;box-shadow:0 0 15px #f366;transform:rotate(0)!important;z-index:2}.rr-nav a:hover:before,.rr-nav a.active:before{background:#f36;box-shadow:0 0 8px #f36}.rr-nav a.active{border-style:dashed}@media(max-width:749px){.rr-nav{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:.5rem 1rem}.rr-nav li+li:before{display:none}.rr-nav a{display:block;text-align:center;font-size:.65rem;padding:.5rem .8rem;transform:none!important}.rr-nav a:before{display:none}}.product__media.media--transparent{border:2px ridge #003300!important;box-shadow:0 0 20px #00ff4126,inset 0 0 20px #00000080!important;background:#0a0a0a!important;padding:.5rem!important}.product__info-wrapper .price:after{content:"ONE OF ONE \2014  WHEN IT'S GONE, IT'S GONE. SILHOUETTE MAY REPEAT. FABRIC NEVER DOES.";display:block;font-family:Courier New,monospace;font-size:.9rem;color:#f36;margin-top:.5rem;letter-spacing:.05rem;line-height:1.4}.product__title h1{font-family:"Press Start 2P",cursive!important;font-size:1.4rem!important;color:#00ff41!important;text-shadow:0 0 10px rgba(0,255,65,.4)!important;letter-spacing:.15rem!important;border-bottom:1px dashed #003300!important;padding-bottom:.5rem!important;margin-bottom:.5rem!important}.product__description{font-family:Courier New,monospace!important;font-size:1.4rem!important;color:#00ff41cc!important;background:#00000080!important;border-left:3px solid #003300!important;padding:1rem!important;margin-top:1rem!important;line-height:1.6!important}.product-form__input select{font-family:"Press Start 2P",cursive!important;font-size:1rem!important;background:#0a0a0a!important;color:#00ff41!important;border:2px solid #00ff41!important;padding:.5rem 1rem!important;letter-spacing:.1rem!important}.stock-slot .slot-status.case-open{background:#00ffc81a!important;color:#0fc!important;border:1px solid #00ffcc!important}.stock-products-btn{grid-column:1 / -1;text-align:center;padding:.5rem 0 1rem}.stock-products-link{display:inline-block;font-family:"Press Start 2P",cursive;font-size:.9rem;color:#0a0a0a;background:#00ff41;padding:.7rem 2rem;text-decoration:none;border:2px solid #00ff41;letter-spacing:.15rem;transition:all .2s;text-transform:uppercase}.stock-products-link:hover{background:#f36;border-color:#f36;color:#0a0a0a;box-shadow:0 0 20px #f36}.template-collection .collection-hero{background:#0a0a0a!important;border:2px solid #00ff41!important;padding:2rem!important;margin:2rem auto!important;max-width:1000px!important;position:relative}.template-collection .collection-hero:before{content:"EVIDENCE CATALOG";position:absolute;top:-.8rem;left:1rem;background:#0a0a0a;padding:0 .5rem;font-family:"Press Start 2P",cursive;font-size:.85rem;color:#f36;letter-spacing:.15rem}.template-collection .collection-hero__title{font-family:"Press Start 2P",cursive!important;font-size:1.8rem!important;color:#00ff41!important;text-shadow:0 0 10px #00ff41!important}.template-collection .card-wrapper{background:#0f0f0f!important;border:2px solid #00ff41!important;box-shadow:0 0 15px #00ff411a!important;transition:all .2s!important}.template-collection .card-wrapper:hover{border-color:#f36!important;box-shadow:0 0 25px #ff33664d!important;transform:translateY(-2px)!important}.template-collection .card__information{background:#0a0a0a!important;border-top:1px dashed #00ff41!important;padding:1rem!important}.template-collection .card__heading{font-family:VT323,monospace!important;font-size:1.4rem!important;color:#00ff41!important}.template-collection .card__heading a{color:#00ff41!important;text-decoration:none!important;border:none!important}.template-collection .card__heading a:hover{color:#f36!important}.template-collection .price{font-family:"Press Start 2P",cursive!important;font-size:1.2rem!important;color:#f36!important}.template-collection .price-item{color:#f36!important}.template-collection facet-filters-form,.template-collection .facets-container{background:#0a0a0a!important;border:1px solid #003300!important;padding:1rem!important;margin-bottom:1rem!important}.template-collection .facets__summary,.template-collection .mobile-facets__open{font-family:"Press Start 2P",cursive!important;font-size:1rem!important;color:#00ff41!important;background:#0a0a0a!important;border:1px solid #00ff41!important;padding:.5rem 1rem!important}.product-form__quantity,.quantity,quantity-input{display:none!important}.product-form__buttons{display:flex!important;flex-direction:column!important;align-items:center!important;max-width:100%!important;margin-top:1.5rem!important;gap:1rem!important}.product-form__submit.button{width:auto!important;min-width:280px!important;min-height:auto!important;font-family:"Press Start 2P",cursive!important;font-size:1rem!important;text-transform:uppercase!important;letter-spacing:.15rem!important;background:transparent!important;color:#00ff41!important;border:2px solid #00ff41!important;border-radius:0!important;padding:1rem 2.5rem!important;transition:all .2s ease!important;box-shadow:none!important}.product-form__submit.button:hover{background:transparent!important;border-color:#f36!important;color:#f36!important;box-shadow:0 0 20px #f366!important}.product-form__submit.button--secondary{background:transparent!important}.shopify-payment-button{width:auto!important;min-width:280px!important}.shopify-payment-button__button{width:100%!important;min-height:auto!important;font-family:"Press Start 2P",cursive!important;font-size:1rem!important;text-transform:uppercase!important;letter-spacing:.15rem!important;border-radius:0!important;background:transparent!important;color:#00ff41!important;border:2px solid #00ff41!important;padding:1rem 2.5rem!important;transition:all .2s ease!important}.shopify-payment-button__button:hover{background:transparent!important;border-color:#f36!important;color:#f36!important;box-shadow:0 0 20px #f366!important}.shopify-payment-button__more-options{display:none!important}.button:after,.product-form__submit:after,.shopify-payment-button__button:after{display:none!important}shopify-payment-terms{display:none!important}.product__view-details,a[href*=products].product__view-details,.product-form__view-details,.product__vendor,.share-button,.product__share-button{display:none!important}.product__size-guide-link{display:block;text-align:center;font-family:Courier New,monospace;font-size:1rem;color:#00ff4180;margin-top:.5rem;text-decoration:underline dotted;letter-spacing:.05rem}.product__size-guide-link:hover{color:#f36}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
