:root{--yellow:#ffdc1a;--dark-gold:#b38d08;--gold:#e1b60e;--light-gold:#f4e093;--gpk-blue:#289ff0;--gpk-pink:#cb2a6c;--gpk-green:#74be7c;--gpk-yellow:#f8e548;--gpk-red:#db1f1d;--blue:#3d7dca;--dark:#222222;--light:#f1f1f1;--light-blue:#EDF7FF;--grey:#ebebeb;--grey-border:#999999;--dark-grey:#666666;--light-grey:#f1f1f1;--red:#d0252a;--green:#39b549;--cameraBlue:#3fb9db;--redLight:#900310;--yellowLight:#f59e41;--greenLight:#4c652d;--stripeBlue:#635bff}@font-face{font-family:Genius;src:url(/fonts/genius.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Speeday;src:url(/fonts/speeday.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Bebas;src:url(/fonts/bebas.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Ackbar;src:url(/fonts/ackbar.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Bestermind;src:url(/fonts/bestermind.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Windsor;src:url(/fonts/windsor-bold.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Gameboy;src:url(/fonts/gb.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Gill Sans;src:url(/fonts/gill-rp.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Gill Sans;src:url(/fonts/gill-ri.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Gill Sans;src:url(/fonts/gill-rb.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Gill Sans;src:url(/fonts/gill-rbi.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Gill Sans;src:url(/fonts/gill-cp.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Gill Sans;src:url(/fonts/gill-cb.ttf) format("truetype");font-weight:600;font-style:normal}body,html{min-height:100vh;background:var(--blue);font-family:Gill Sans,sans-serif;margin:0;padding:0;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.btnWrap{display:flex;justify-content:center;gap:10px}.btn{border:none;outline:none;padding:20px 20px 15px;box-sizing:border-box;background:var(--dark);color:white;border-radius:9999px;text-align:center;display:block;width:100%;font-family:Gameboy,sans-serif;box-shadow:0 3px 0 rgba(0,0,0,.2);position:relative}.btn:active{box-shadow:0 0 0}.btn:hover{cursor:pointer}.btn.checkout{background:var(--stripeBlue)}.btnAlert{background:var(--red)!important}label{display:block;font-size:.8rem}input{padding:10px;width:100%;box-sizing:border-box;border:1px solid rgba(0,0,0,.2);border-radius:3px;color:var(--dark);background:var(--grey)}.no-arrows{-moz-appearance:textfield}.no-arrows::-webkit-inner-spin-button,.no-arrows::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.print{background:#222;color:white;border:none;outline:none;font-size:.7rem;width:auto;margin:10px 0 0;padding:20px 20px 15px;border-radius:5px}.gold-border{background:linear-gradient(-45deg,var(--dark-gold),var(--light-gold),var(--gold),var(--light-gold),var(--dark-gold));padding:10px}.gold-border .content{height:100%;background:linear-gradient(white,#ebebeb)}.no-scrollbar{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.pt-25{padding-top:25px}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-30{padding-bottom:30px}.pb-50{padding-bottom:50px}.pt-20{padding-top:20px}.w-full{width:100%}.addressSearch{position:relative;width:100%}.addressSearch .searchResults{background:white;font-size:.8rem;color:var(--dark);position:absolute;z-index:9;top:100%;left:1px;right:1px}.addressSearch .searchResults div{padding:3px}.addressSearch .searchResults div:hover{cursor:pointer;background:var(--blue);color:var(--light)}footer .legal{font-family:Gameboy,sans-serif;text-align:center;font-size:.4rem;padding:20px 0;background:var(--dark);color:var(--light)}footer .legal a{font-weight:700;color:green}.blackout,.flex-center{display:flex;justify-content:center;align-items:center}.blackout{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.9);z-index:9999;color:white;font-size:42px}.wizard{display:flex;flex-direction:column;justify-content:flex-start;margin:20px 10px 40px;min-height:calc(100vh - 91px)}.wizard nav{display:flex;width:100%;margin:0 auto 40px;justify-content:center}.wizard nav button{border:none;background:rgba(0,0,0,.1);padding:8px 20px;font-size:1.4rem;color:rgba(0,0,0,.3)}.wizard nav button:hover{cursor:pointer;color:rgba(0,0,0,.4)}.wizard nav button:first-child{border-radius:999px 0 0 999px;padding-right:10px}.wizard nav button:last-child{border-radius:0 999px 999px 0;padding-left:10px}.wizard nav .pokemon{font-family:Gill Sans,sans-serif;font-weight:bolder}.wizard nav .pokemon.selected{color:var(--yellow);background:#103c79;text-shadow:0 1px 0 black}.wizard nav .gpk{font-weight:bolder;font-family:Windsor,serif;padding:8px 10px}.wizard nav .gpk.selected{color:#222;background:var(--gpk-yellow);text-shadow:0 1px 0 black}.wizard nav .sports{font-family:sans-serif;font-size:1.2rem;font-weight:bolder;text-transform:uppercase;letter-spacing:-1px}.wizard nav .sports.selected{background:#ebebeb;color:darkred}@media (min-width:768px){.wizard{margin:auto;justify-content:flex-start;padding-bottom:100px}}.energy{display:flex;justify-content:center;gap:10px;box-sizing:border-box;padding:0 0 5px}.energy img{transform:translateY(0);filter:drop-shadow(0 1px 1px rgba(0,0,0,.2));transition:all .2s ease-in-out}.energy img.active{transform:translateY(-5px);filter:drop-shadow(0 10px 5px rgba(0,0,0,.4));transition:all .2s ease-in-out}.energy:hover{cursor:pointer}.card-wrap{align-items:center;justify-content:center;margin:auto}.card,.card-wrap{display:flex;flex-direction:column;width:100%}.card{border:25px solid var(--yellow);background-clip:padding-box;box-sizing:border-box;aspect-ratio:5/7;margin:0 auto;position:relative;box-shadow:0 5px 5px rgba(0,0,0,.15);min-width:355px;max-width:750px;max-height:1050px;transform-style:preserve-3d;transition:transform .1s ease-in-out}.card input,.card textarea{all:unset;background:none;border:none;box-shadow:0 0 0;padding:0;font-family:inherit;line-height:1;box-sizing:normal;border-radius:none}.card input::placeholder,.card textarea::placeholder{color:var(--dark)}.card input:active,.card input:focus,.card input:hover,.card textarea:active,.card textarea:focus,.card textarea:hover{background:rgba(255,255,255,.6)}.card.anime{border-radius:35px;border:25px solid var(--yellow)}.card.anime.Grass{border-color:#b1da40}.card.anime.Fire{border-color:#f96c3d}.card.anime.Water{border-color:#43b2fc}.card.anime.Lightning{border-color:#ffe057}.card.anime.Psychic{border-color:#7956c5}.card.anime.Fighting{border-color:#f09e55}.card.anime .editable{-webkit-touch-callout:none;-webkit-user-select:text}.card.anime .background{height:100%;width:auto!important;position:absolute;z-index:1;width:750px;aspect-ratio:750/1050}.card.anime .info{position:relative;z-index:2;color:#222;display:flex;flex-direction:column;height:calc(100% + 2px);background-position:50%;background-size:100% 100%;background-repeat:no-repeat;margin:-1px}.card.anime .info .top{margin:0 20px}.card.anime .info .header{padding:5px 0 0;position:relative;z-index:3}.card.anime .info .header .left{overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;width:60%;float:left}.card.anime .info .header .left .sub{font-size:.8rem;width:100%;height:15px;font-weight:700;line-height:normal}.card.anime .info .header .left .title{font-size:1.4rem;width:100%;font-weight:700}.card.anime .info .header .right{float:right}.card.anime .info .header .right .hp{box-sizing:border-box;height:100%;white-space:nowrap;font-size:1.6rem;color:#892705}.card.anime .info .header .right .hp .hp-input{width:60px;height:40px;line-height:40px;text-align:right;display:inline-block}.card.anime .info .header .right .hp .hp-input::placeholder{color:#892705}.card.anime .info .header .right .hp:after{content:"HP";font-size:1.6rem;color:#892705;text-transform:uppercase;margin-left:5px}.card.anime .info .header:after{content:"";display:block;clear:both}.card.anime .info .image{aspect-ratio:2/1.5;position:relative;z-index:2;box-shadow:5px 10px 15px rgba(0,0,0,.4)}.card.anime .info .image .badge{position:absolute;z-index:5;bottom:15px;right:15px;max-width:60px;max-height:60px;height:auto;min-width:auto;min-height:auto;top:auto;left:auto;transform:translate(0);filter:drop-shadow(-2px 2px 5px rgba(0,0,0,.5))}.card.anime .info .image .content{overflow:hidden;background:black;position:relative}.card.anime .info .image img{min-height:100%;width:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card.anime .info .image .add{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;text-align:center;background:#222;overflow:hidden;position:relative}.card.anime .info .image .add .text{position:relative;z-index:2;font-size:1.6rem;color:grey;font-weight:light;transition:all .2s ease-in-out}.card.anime .info .image .add .frame{border:1px solid grey;position:absolute;z-index:1;top:20px;left:20px;right:20px;bottom:20px;transform:scale(1.3);transition:transform .2s ease-in-out}.card.anime .info .image .add .frame:before{content:"";background:#222;position:absolute;z-index:2;top:-10px;left:20px;right:20px;bottom:-10px}.card.anime .info .image .add .frame:after{content:"";background:#222;position:absolute;z-index:2;top:20px;left:-10px;right:-10px;bottom:20px}.card.anime .info .image .add:hover{cursor:pointer;background:#111}.card.anime .info .image .add:hover .text{color:white;font-size:1.8rem}.card.anime .info .image .add:hover .frame{transform:scale(1);transition:transform .2s ease-in-out}.card.anime .info .image .add:hover .frame:after,.card.anime .info .image .add:hover .frame:before{background:#111}.card.anime .info .image .add .loader-wrap{color:var(--light)}.card.anime .info .image .add .loader-wrap svg path{fill:rgba(255,255,255,.2)}.card.anime .info .image .add .loader-wrap svg .line{fill:rgba(255,255,255,.6)}.card.anime .info .editable:focus{outline:none}.card.anime .info .bottom{padding:0 5px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.card.anime .info .attributes{padding:10px 10px 10px 20px;flex:0 1 100%;display:flex;align-items:center}.card.anime .info .attributes .item{display:flex;line-height:1.2rem;letter-spacing:.2px;gap:15px;width:100%}.card.anime .info .attributes .item .icon{flex:0 0 55px;display:flex;justify-content:center;align-items:center}.card.anime .info .attributes .item .icon img{height:25px;width:25px;display:block}.card.anime .info .attributes .item .icon img.export{height:25px!important;width:25px!important}.card.anime .info .attributes .item .desc{font-size:1rem;flex:0 1 100%;max-height:170px;word-break:break-word;color:rgba(0,0,0,.6);position:relative;overflow:visible}.card.anime .info .attributes .item .desc .btn.refresh{width:30px;height:30px;position:absolute;top:0;left:-40px;padding:5px}.card.anime .info .attributes .item .desc .btn.refresh .arrows{position:absolute;top:5px;left:5px;right:5px;bottom:5px;transition:transform .4s ease}.card.anime .info .attributes .item .desc .ability{min-width:20px;display:inline-block;font-size:1.2rem;color:#222;width:100%;font-weight:700}.card.anime .info .attributes .item .desc .descriptor{width:100%;overflow:hidden;resize:none}.card.anime .info .attributes .item .damage{font-size:2rem;align-self:center;padding-right:10px;flex:1 0 70px;width:100%}.card.anime .info .attributes .item .damage .damage-input{width:100%;text-align:right}.card.anime .info .legal{font-size:.9rem;transform:translateY(17px);text-align:center;display:flex;width:100%;justify-content:center;line-height:1rem}.card.anime .info .legal .illus{font-weight:700}.card.anime .info .legal .copyright{font-style:oblique}.card.anime.FullArt{border:none;padding:25px;background:linear-gradient(-45deg,var(--dark-grey),var(--light-grey),var(--grey-border),var(--light-grey),var(--dark-grey))}.card.anime.FullArt .info{justify-content:space-between}.card.anime.FullArt .info .top .left .sub,.card.anime.FullArt .info .top .left .title{text-shadow:.5px .5px 0 #fff,-.5px .5px 0 #fff,.5px -.5px 0 #fff,-.5px -.5px 0 #fff}.card.anime.FullArt .info .top .right{position:relative}.card.anime.FullArt .info .top .right .hp{padding-left:20px;text-shadow:.5px .5px 0 #fff,-.5px .5px 0 #fff,.5px -.5px 0 #fff,-.5px -.5px 0 #fff}.card.anime.FullArt .info .top .right .hp .hp-input{font-weight:bolder;color:var(--dark)}.card.anime.FullArt .info .top .right .hp .hp-input::placeholder{color:var(--dark)}.card.anime.FullArt .info .top .right .hp:after{font-size:1rem;font-weight:400;color:var(--dark)}.card.anime.FullArt .info .bottom{flex:0 1 40%;justify-content:center}.card.anime.FullArt .info .bottom .attributes{text-shadow:.5px .5px 0 #fff,-.5px .5px 0 #fff,.5px -.5px 0 #fff,-.5px -.5px 0 #fff}.card.anime.FullArt .info .bottom .attributes .descriptor{font-weight:700}.card.anime.FullArt .info .bottom .attributes .item .desc{color:var(--dark)}.card.anime.FullArt .info .legal{justify-content:center;gap:5px}.card.anime.FullArt .info .image{position:absolute;aspect-ratio:auto;top:0;left:0;right:0;bottom:0;z-index:3;border:none;padding:0;background:none;box-shadow:0 0 0}.card.anime.FullArt .info .image.hasImage{z-index:-1}.card.anime.FullArt .info .image img{max-width:none;height:inherit}.card.anime.FullArt .info .image .content{background:transparent}.card.anime.FullArt .info .image .add{background:transparent;position:absolute;z-index:3;width:100%}.card.anime.FullArt .info .image .add .frame{display:none;background:transparent}.card.anime.FullArt .info .image .add .frame:after,.card.anime.FullArt .info .image .add .frame:before{background:transparent}.btnWrap .btn{min-width:150px}@media (min-width:768px){.wizard .card{width:400px}}.gpk-colors{display:flex;gap:10px;justify-content:center;width:100%}.gpk-colors div{width:33px;height:33px;border-radius:999px;display:block;margin:0 0 10px;border:2px solid rgba(0,0,0,.4);box-shadow:0 2px 1px rgba(0,0,0,.2);transition:all .2s ease-in-out}.gpk-colors div.active{border-color:#222;box-shadow:0 10px 5px rgba(0,0,0,.2);transform:translateY(-5px);transition:all .2s ease-in-out}.gpk-colors div:hover{cursor:pointer}.gpk-colors div.gpk-blue{background:var(--gpk-blue)}.gpk-colors div.gpk-pink{background:var(--gpk-pink)}.gpk-colors div.gpk-green{background:var(--gpk-green)}.gpk-colors div.gpk-yellow{background:var(--gpk-yellow)}.gpk-colors div.gpk-red{background:var(--gpk-red)}.card.gpk{border-radius:0;border-color:white;display:flex;flex-direction:column;justify-content:space-between;padding:40px 0}.card.gpk.blue .name{background:var(--gpk-blue)}.card.gpk.pink .name{background:var(--gpk-pink)}.card.gpk.green .name{background:var(--gpk-green)}.card.gpk.yellow .name{background:var(--gpk-yellow)}.card.gpk.red .name{background:var(--gpk-red)}.card.gpk .banner{padding:0 20px;position:relative;z-index:2;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}.card.gpk .image{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;height:100%;width:100%;text-align:center;display:flex;align-items:center;background:lightgrey;overflow:hidden}.card.gpk .image .add{font-family:Windsor,serif;width:100%}.card.gpk .image .add:hover{cursor:pointer}.card.gpk .image .add .default{width:150px;margin:0 auto 20px;display:block}.card.gpk .image .graphic{min-width:100%;min-height:100%;width:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card.gpk .name{background:var(--gpk-yellow);border:3px solid #222;border-radius:999px;position:relative;z-index:2;text-align:center;color:#222;margin:0 40px;font-weight:700;font-size:1.6rem;line-height:2.4rem;height:40px;font-family:Windsor,serif;overflow:hidden;white-space:nowrap;vertical-align:middle}.card.gpk .name::placeholder{color:rgba(0,0,0,.5)}.card.gpk .name:active,.card.gpk .name:focus{outline:none}.sports-types{display:flex;gap:10px;justify-content:center;width:100%}.sports-types div{width:35px;height:35px;border-radius:999px;display:block;margin:0 0 10px;transition:all .2s ease-in-out;box-shadow:0 1px 2px rgba(0,0,0,.6)}.sports-types div.sports-cartoon{background:url(/_next/static/media/cartoon-baseball.95cd6bca.png) no-repeat scroll 50%/contain}.sports-types div.sports-vintage{background:url(/_next/static/media/vintage-baseball.5bf48cfe.png) no-repeat scroll 50%/contain}.sports-types div.sports-manga{background:url(/_next/static/media/manga-baseball.e6091dc7.png) no-repeat scroll 50%/contain}.sports-types div.active{transform:translateY(-5px);box-shadow:0 5px 5px rgba(0,0,0,.4)}.card.baseball{border-radius:0;border-color:white;display:flex;flex-direction:column;justify-content:flex-end;border-width:20px;box-sizing:border-box}.card.baseball input:active,.card.baseball input:focus{background:rgba(0,0,0,.2)}.card.baseball .image{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;height:100%;width:100%;text-align:center;display:flex;align-items:center;background:lightgrey;overflow:hidden}.card.baseball .image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:99;border:5px solid var(--dark)}.card.baseball .image .add{font-size:1.4rem;width:100%;color:rgba(0,0,0,.4);transition:color .2s ease-in-out}.card.baseball .image .add .default{width:150px;margin:0 auto 20px;display:block}.card.baseball .image .graphic{min-width:100%;min-height:100%;width:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card.baseball .image:hover{cursor:pointer}.card.baseball .image:hover .add{color:rgba(0,0,0,.8);transition:color .2s ease-in-out}.card.baseball .lower-thirds{background:white;position:relative;z-index:2;white-space:nowrap;vertical-align:middle;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;padding:0 10px}.card.baseball .lower-thirds .org{position:absolute;top:-10px;left:15px}.card.baseball .lower-thirds .org img{max-width:80px;max-height:60px;width:auto;height:auto;transform:translateY(-20px);filter:drop-shadow(0 5px 2px rgba(0,0,0,.2))}.card.baseball .lower-thirds span:active,.card.baseball .lower-thirds span:focus{outline:none}.card.baseball.cartoon input::placeholder{color:rgba(255,255,255,.5)}.card.baseball.cartoon .image:before{display:none}.card.baseball.cartoon .image .add{font-family:Ackbar,sans-serif}.card.baseball.cartoon .lower-thirds{padding:10px 20px;background:purple}.card.baseball.cartoon .lower-thirds .name{flex-direction:column;display:flex;margin-left:90px}.card.baseball.cartoon .lower-thirds .name .player{color:white;font-weight:lighter;font-size:1.4rem;font-family:Ackbar,sans-serif;text-transform:uppercase}.card.baseball.cartoon .lower-thirds .name .player::placeholder{color:rgb(255,255,255)}.card.baseball.cartoon .lower-thirds .name .position{color:rgba(255,255,255,.4);transform:translateY(-5px);text-transform:capitalize;margin-top:5px}.card.baseball.vintage input::placeholder{color:rgba(0,0,0,.5)}.card.baseball.vintage .image .add{font-family:Arial,sans-serif;font-weight:bolder}.card.baseball.vintage .lower-thirds{margin:0 20px 20px;border:5px solid black}.card.baseball.vintage .lower-thirds:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:5px dotted yellow;margin:-5px;pointer-events:none}.card.baseball.vintage .lower-thirds .org{position:absolute;top:-16px;left:10px}.card.baseball.vintage .lower-thirds .org img{transform:translateY(-20px)}.card.baseball.vintage .lower-thirds .name{flex:1;color:black;text-transform:uppercase;display:flex;flex-direction:column;justify-content:center;overflow:hidden;margin:10px 0 0;text-align:center}.card.baseball.vintage .lower-thirds .name .player{font-family:Arial,sans-serif;font-weight:bolder;font-size:1.2rem;min-height:18px;text-transform:uppercase}.card.baseball.vintage .lower-thirds .name span{display:block;min-width:100px}.card.baseball.vintage .lower-thirds .name span.signature{font-size:2rem;color:black;text-transform:capitalize;min-height:10px;font-family:Bestermind,script}.card.baseball.manga{border-color:brown;box-sizing:border-box;background:linear-gradient(-45deg,var(--dark-gold),var(--light-gold),var(--gold),var(--light-gold),var(--dark-gold));position:relative}.card.baseball.manga .lower-thirds{position:static}.card.baseball.manga .lower-thirds .org{display:none}.card.baseball.manga .lower-thirds .name{position:absolute;top:80%;left:15%;background:white;height:30px;width:auto;min-width:250px;z-index:3}.card.baseball.manga .lower-thirds .player{text-align:center;font-family:Genius,sans-serif;text-transform:uppercase;font-style:normal;text-decoration:none;font-weight:bolder;font-size:1.4rem;line-height:normal;padding-top:2px;transform:none;width:100%}.card.baseball.manga .image{top:10px;left:10px;right:10px;bottom:10px;width:auto;height:auto;border-radius:20%/30%;border:5px solid var(--dark-gold)}.card.baseball.manga .image:before{display:none}.card.baseball.manga .image .graphic{width:100%;height:100%}@media (min-width:768px){.card.baseball.manga{aspect-ratio:560/400;height:400px;width:auto;min-width:auto;max-width:none;max-height:none}}.pixel-colors{display:flex;gap:10px;justify-content:center;width:100%}.pixel-colors div{width:33px;height:33px;border-radius:999px;display:block;margin:0 0 10px;border:2px solid rgba(0,0,0,.4);box-shadow:0 2px 1px rgba(0,0,0,.2);transition:all .2s ease-in-out}.pixel-colors div.active{border-color:#222;box-shadow:0 10px 5px rgba(0,0,0,.2);transform:translateY(-5px);transition:all .2s ease-in-out}.pixel-colors div:hover{cursor:pointer}.pixel-colors div.pixel-green{background:#d0fd5c}.pixel-colors div.pixel-purple{background:#4c46aa}.pixel-colors div.pixel-pink{background:#f4307a}.pixel-colors div.pixel-blue{background:#38cedf}.pixel-colors div.pixel-yellow{background:#f0c737}.card.pixel{border:none;display:block;overflow:hidden}.card.pixel.green{background-color:#d0fd5c}.card.pixel.purple{background-color:#4c46aa}.card.pixel.pink{background-color:#f4307a}.card.pixel.blue{background-color:#38cedf}.card.pixel.yellow{background-color:#f0c737}.card.pixel .image{margin:25px 25px 10px;box-sizing:border-box;background:grey;display:flex;flex-direction:column;justify-content:center;align-items:center;border:15px solid darkslategrey;aspect-ratio:1/1;position:relative;overflow:hidden}.card.pixel .image:hover{cursor:pointer}.card.pixel .image:hover .add{color:black}.card.pixel .image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:3;border:1px solid black}.card.pixel .image .add{text-align:center;font-family:Gameboy,sans-serif;line-height:2rem;font-size:.8rem;color:darkslategrey}.card.pixel .image .graphic{position:absolute;width:100%;height:auto;z-index:2}.card.pixel .lower{display:flex;flex-direction:column;justify-content:center}.card.pixel .lower .slogan{text-align:center;text-transform:uppercase;font-style:oblique;font-weight:700;margin:0 auto;display:inline-block;padding:5px 15px 6px;font-size:.7rem;border-radius:999px;color:rgba(0,0,0,.3);border:2px solid rgba(0,0,0,.2)}.card.pixel .lower .controls{display:flex;justify-content:space-between;align-items:center;padding:10px 30px}.card.pixel .lower .controls .pad{filter:drop-shadow(2px 3px 0 rgba(0,0,0,.2))}.card.pixel .lower .controls .pad img{width:100px}.card.pixel .lower .controls .buttons{display:flex;justify-content:center;align-items:center;gap:20px;filter:drop-shadow(-2px 3px 0 rgba(0,0,0,.2))}.card.pixel .lower .controls .buttons img{width:50px;height:auto}.card.pixel .lower .controls .buttons img:last-child{transform:translateY(-10px)}.card.pixel .lower .controls .buttons img:first-child{transform:translateY(10px)}.wrestling-colors{display:flex;justify-content:center;align-items:center;gap:5px}.wrestling-colors div{width:33px;height:33px;border-radius:999px;display:block;margin:0 0 10px;border:2px solid rgba(0,0,0,.4);box-shadow:0 2px 1px rgba(0,0,0,.2);transition:all .2s ease-in-out}.wrestling-colors div.active{border-color:#222;box-shadow:0 10px 5px rgba(0,0,0,.2);transform:translateY(-5px);transition:all .2s ease-in-out}.wrestling-colors div:hover{cursor:pointer}.wrestling-colors div.wrestling-yellow{background:yellow}.wrestling-colors div.wrestling-blue{background:blue}.wrestling-colors div.wrestling-pink{background:lightcoral}.wrestling-colors div.wrestling-purple{background:purple}.wrestling-colors div.wrestling-green{background:lawngreen}.card.wrestling{border:none;position:relative;overflow:hidden;box-sizing:border-box;padding:20px;display:flex;flex-direction:column}.card.wrestling,.card.wrestling.yellow{background:yellow}.card.wrestling.yellow .image{border-color:red}.card.wrestling.blue{background:blue}.card.wrestling.blue .image{border-color:gold}.card.wrestling.pink{background:lightcoral}.card.wrestling.pink .image{border-color:lawngreen}.card.wrestling.purple{background:purple}.card.wrestling.purple .image{border-color:springgreen}.card.wrestling.green{background:lawngreen}.card.wrestling.green .image{border-color:coral}.card.wrestling:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-image:url(/img/wrestling-bg.svg);background-size:100%;background-repeat:repeat;background-position:0 0;opacity:.2;pointer-events:none}.card.wrestling .slogan{text-transform:uppercase;font-weight:bolder;font-size:1.8rem;background:#38aae1;display:inline-block;box-sizing:border-box;padding:5px 20px 5px 10px;position:relative;z-index:4;align-self:flex-start;box-shadow:-4px 5px 0 var(--dark);font-style:oblique;margin-left:20px;font-family:Speeday,sans-serif;border:2px solid var(--dark);color:var(--dark)}.card.wrestling .image{flex:1;width:100%;height:90%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background:white;position:relative;z-index:3;border:10px solid red;box-sizing:border-box;transform-origin:center;will-change:transform;backface-visibility:hidden;margin:-25px 0;overflow:hidden}.card.wrestling .image .add{justify-self:center;text-align:center;height:100%;margin:auto;display:flex;flex-direction:column;justify-content:center;font-size:1.6rem}.card.wrestling .image .add:hover{cursor:pointer}.card.wrestling .image .loader-wrap{perspective:800px;margin:0 auto;text-align:center;height:100%;display:flex;flex-direction:column;justify-content:center}.card.wrestling .image .graphic{transform:translateX(-50%);position:absolute;top:0;left:50%;min-height:100%;min-width:100%;height:auto}.card.wrestling .lower{display:flex;justify-content:flex-end}.card.wrestling .name{align-self:flex-end;color:white;background:var(--dark);font-size:1.6rem;position:relative;z-index:4;text-transform:uppercase;box-sizing:border-box;padding:10px;width:280px;font-weight:700;white-space:nowrap}.card.wrestling .name:after{content:"";display:block;position:absolute;bottom:0;left:-25px;width:0;height:0;border-style:solid;border-width:0 0 50px 25px;border-color:transparent transparent var(--dark) transparent}.card.wrestling .name .name-input{width:100%;font-size:1.4rem;color:white;font-weight:400}.card.wrestling .name .name-input::placeholder{color:rgba(255,255,255,.8)}.card.wrestling .name .name-input:active,.card.wrestling .name .name-input:focus{background:black}.webcam{overflow:hidden;position:relative;z-index:1;width:100%;height:100%}.webcam video{width:100%!important;height:auto!important;margin-bottom:-4px;position:relative;z-index:3;background:transparent}.webcam .countdown{z-index:9;color:var(--light);font-size:8rem;text-shadow:2px 2px 0 rgba(0,0,0,.2);font-weight:bolder;top:50%;transform:translate(-50%,-50%)}.save,.webcam .countdown{position:absolute;left:50%}.save{width:80px;height:80px;border-radius:999999px;background:var(--dark);z-index:4;bottom:20px;transform:translate(-50%);display:flex;justify-content:center;align-items:center;padding:0}.save:before{content:"";display:block;width:40px;height:40px;background:var(--red);border-radius:9999px;transition:all .1s linear}.save:active:before{width:35px;height:35px;transition:all .1s linear}.modal{z-index:999;display:flex;justify-content:center;align-items:center}.modal,.modal:before{position:fixed;top:0;left:0;right:0;bottom:0}.modal:before{content:"";z-index:2;background:var(--dark);opacity:.8}.modal .modal-content{position:relative;z-index:3;max-width:800px;padding:10px;background:white;border-radius:20px;box-sizing:border-box;margin:0 20px}.close{position:absolute;z-index:4;width:50px;height:50px;top:0;right:0;background:var(--red);border-radius:0}.close:after,.close:before{content:"";width:2px;height:15px;background:white;position:absolute;top:50%;left:50%}.close:before{transform:translate(-50%,-50%) rotate(45deg)}.close:after{transform:translate(-50%,-50%) rotate(-45deg)}@media (min-width:768px){.close{top:-25px;right:-25px;border-radius:99999px}}.modal.cart{width:100%;align-items:flex-start;overflow:scroll}.modal.cart .modal-content{margin:30px;padding:20px;position:relative;z-index:2;width:100%;max-width:500px;background:var(--light);border-radius:5px;border:1px solid var(--dark);display:flex;flex-direction:column;gap:20px;box-shadow:-10px 10px 0 rgba(0,0,0,.2)}.modal.cart .modal-content h2{margin:0}.modal.cart .modal-content .cart-items{display:flex;flex-direction:column;gap:10px}.modal.cart .modal-content .cart-item{display:flex;flex-direction:column;align-items:center;position:relative;background:#f9f9f9;border-radius:5px;margin-top:10px;border:1px solid rgba(0,0,0,.1)}.modal.cart .modal-content .cart-item:first-child{margin-top:0}.modal.cart .modal-content .cart-item .cart-item-values{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:20px 20px 10px}.modal.cart .modal-content .cart-item .cart-item-image{aspect-ratio:5/7;margin-bottom:-5px;padding-bottom:20px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.modal.cart .modal-content .cart-item .cart-item-image img{width:100%;height:100%;object-fit:contain}.modal.cart .modal-content .cart-item .cart-item-qty{flex:1;display:flex;flex-direction:column;box-sizing:border-box;gap:10px}.modal.cart .modal-content .cart-item .cart-item-qty .option{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:15px}.modal.cart .modal-content .cart-item .cart-item-qty .option p{margin:0;font-size:.6rem;color:rgba(0,0,0,.5)}.modal.cart .modal-content .cart-item .cart-item-qty .option input{width:60px;border-color:rgba(0,0,0,.1);border-radius:0;background:white;font-size:1rem}.modal.cart .modal-content .cart-item .cart-item-qty .option input:active,.modal.cart .modal-content .cart-item .cart-item-qty .option input:focus{outline:none}.modal.cart .modal-content .cart-item .cart-item-qty .option.toploader .qty .price{letter-spacing:-2px}.modal.cart .modal-content .cart-item .cart-item-qty .option .qty{display:flex;align-items:center;gap:5px}.modal.cart .modal-content .cart-item .cart-item-qty .option .qty .price{font-size:1.6rem;font-weight:bolder;letter-spacing:-1px;white-space:nowrap;display:flex;align-items:center;position:relative}.modal.cart .modal-content .cart-item .cart-item-qty .option .qty .price:before{content:"$";position:absolute;left:-5px;top:50%;font-size:.6rem;display:block;transform:translateY(-50%);font-family:Arial,Helvetica,sans-serif;font-weight:lighter;color:rgba(0,0,0,.4)}.modal.cart .modal-content .cart-item .cart-item-qty .option .qty .price .times{font-weight:lighter;color:rgba(0,0,0,.4);font-size:.6rem;padding:0 5px 0 0;display:inline-block;width:10px;text-align:right}.modal.cart .modal-content .cart-item .cart-item-qty .label{font-size:.6rem;font-weight:700}.modal.cart .modal-content .cart-item .cart-item-remove{justify-self:flex-end;position:absolute;top:-10px;left:-10px}.modal.cart .modal-content .cart-item .cart-item-remove .btn{position:relative;top:auto;right:auto;border:none;width:40px;height:40px;background:white;transform:scale(1);transition:all .2s ease-in-out;border-radius:999px;display:flex;align-items:center;justify-content:center;border:1px solid var(--red);padding:0}.modal.cart .modal-content .cart-item .cart-item-remove .btn svg{height:20px;width:auto}.modal.cart .modal-content .cart-item .cart-item-remove .btn svg path{fill:var(--red)}.modal.cart .modal-content .cart-item .cart-item-remove .btn:after,.modal.cart .modal-content .cart-item .cart-item-remove .btn:before{display:none}.modal.cart .modal-content .cart-item .cart-item-remove .btn:hover{cursor:pointer}.modal.cart .modal-content .cart-item .cart-item-bottom{display:flex;gap:20px;align-items:center;width:100%;padding:10px;box-sizing:border-box}.modal.cart .modal-content .cart-item .cart-item-bottom .subtotal{display:inline-flex;gap:10px;justify-content:space-between;align-items:baseline;flex:1;position:relative}.modal.cart .modal-content .cart-item .cart-item-bottom .subtotal:after{content:"";position:absolute;bottom:10px;left:0;right:0;border-bottom:3px dotted rgba(0,0,0,.1);height:1px;display:block;z-index:1}.modal.cart .modal-content .cart-item .cart-item-bottom .subtotal .price{font-weight:400;font-size:1.6rem;background:#f9f9f9;position:relative;z-index:2;padding-left:5px;color:var(--green)}.modal.cart .modal-content .cart-item .cart-item-bottom .subtotal .label{font-size:1rem;font-weight:700;background:#f9f9f9;position:relative;z-index:2;padding-right:5px;transform:translateY(-3px)}.modal.cart .modal-content .cart-item:hover .cart-item-remove .close{transform:scale(1);transition:all .2s ease-in-out}.modal.cart .modal-content .total{display:flex;flex-direction:column;align-items:center}.modal.cart .modal-content .total .label{text-transform:uppercase;font-size:.6rem;letter-spacing:2px}.modal.cart .modal-content .total .price{font-size:3rem;font-weight:700;color:var(--green)}.btn.checkout{font-size:.8rem}@media (min-width:768px){.btn.checkout{font-size:inherit}.modal.cart .modal-content .cart-item{padding:20px 20px 5px}.modal.cart .modal-content .cart-item .cart-item-values{flex-direction:row;gap:20px;padding:0}.modal.cart .modal-content .cart-item .cart-item-image{width:120px;padding:0}.modal.cart .modal-content .cart-item .cart-item-qty{padding:0;gap:20px}.modal.cart .modal-content .cart-item .cart-item-qty .label{font-size:.8rem}.modal.cart .modal-content .cart-item .cart-item-bottom{padding:10px 0}}.login-page-container{height:100vh}.pokedex{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px;transform:scale(.8);transform-origin:left}.pokedex .camera{width:100px;height:100px;background:var(--grey);box-shadow:0 5px 0 rgba(0,0,0,.2);position:relative}.pokedex .camera,.pokedex .camera:after{border-radius:999999px;border:1px solid var(--dark)}.pokedex .camera:after{content:"";position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:radial-gradient(#80e7ff,var(--cameraBlue))}.pokedex .camera:before{content:"";width:50px;height:30px;border-radius:50%;background:var(--light);display:block;position:absolute;z-index:2;top:20px;left:15px;transform:rotate(-35deg);opacity:.8;filter:blur(1px)}.pokedex .lights{display:flex;gap:10px}.pokedex .lights .light{width:40px;height:40px;border-radius:9999px;border:1px solid var(--dark);box-shadow:0 5px 0 rgba(0,0,0,.2)}.pokedex .lights .light.red{background:var(--redLight)}.pokedex .lights .light.yellow{background:var(--yellowLight)}.pokedex .lights .light.green{background:var(--greenLight)}.pokedex .lights .light.lit{filter:brightness(2)}.pokedex .lights .light.lit.green{box-shadow:0 0 20px var(--green),0 5px 0 rgba(0,0,0,.5)}.pokedex .lights .light.lit.red{box-shadow:0 0 20px var(--red),0 5px 0 rgba(0,0,0,.5)}.onboard{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.onboard .form{padding:20px;margin:0 20px;box-sizing:border-box;display:block;min-width:300px;max-width:500px;width:100%;border-radius:10px;display:flex;flex-direction:column;gap:20px;background:var(--red);color:var(--light);box-shadow:-10px 10px 0 rgba(0,0,0,.2);border:1px solid var(--dark)}.onboard .form h1{margin:0;color:var(--yellow)}.onboard .form label{color:var(--light);line-height:1rem}.onboard .form input{border-color:var(--dark)}.onboard .form .prompt{font-size:.8rem;padding:10px;text-align:center;font-style:oblique}.onboard .form .prompt span{font-weight:700;font-size:1rem;font-style:normal;color:var(--yellow)}.onboard .form .fields{display:flex;flex-direction:column;gap:10px}.onboard .form .pass{position:relative}.onboard .form .pass button{position:absolute;bottom:8px;right:5px;background:none;border:none}.onboard .form .pass button svg{width:20px}.onboard .form .checks{font-size:.8rem;margin:0 0 0 10px;padding:0;list-style:none;color:rgba(0,0,0,.5)}.onboard .form .checks .icon{margin-right:5px}.onboard .form .checks .valid .icon{color:var(--green)}@media (min-width:768px){.pokedex{transform:scale(1)}.onboard .form{padding:40px}}.view-order-page-container{width:100vw;padding:20px;display:flex;justify-content:center;align-items:center}.view-order-page-container input{border:none;border-bottom:1px solid var(--dark);background:transparent;border-radius:0;line-height:2rem;padding-bottom:0;overflow:visible}.view-order-page-container input:active,.view-order-page-container input:focus{outline:none}.view-order-page-container .order-info-title{width:100%}.view-order-page-container .view-order-info-container{min-width:300px;max-width:650px;padding:25px;background-color:white;border-radius:15px;border:2px solid black;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.view-order-page-container .view-order-info-container .order-lookup-btn{width:100%;padding:15px;margin:30px 0 10px;border-radius:9999px;color:white;text-align:center;background-color:black}.view-order-page-container .view-order-info-container .order-email-input{width:100%;padding:15px;margin:10px 0;border-radius:5px;border:1px solid black;text-align:center;background-color:var(--white)}.view-order-page-container .view-order-info-container .order-info-row-header{font-weight:700}.view-order-page-container .view-order-info-container .order-info-row{width:100%;font-size:13px!important;padding-bottom:5px}.view-order-page-container .view-order-info-container .order-info-half-row{width:50%}.view-order-page-container .view-order-info-container .go-home-btn{background-color:black;border-radius:9999px;color:white}.order-list-container{width:100%;display:flex;flex-wrap:wrap;overflow-y:scroll;max-height:80vh}.order-list-order{width:100%;font-size:12px;padding:20px 0;border-bottom:1px solid black}.user-order-info-row{width:100%;font-size:13px!important;padding:10px 0}.user-order-info-title{font-size:20px!important;font-weight:700}.user-order-items-container{width:100%;display:flex;flex-wrap:wrap}.item-container{width:100%}.customer-info-container{position:fixed;width:100%;z-index:999;display:flex;justify-content:center;align-items:flex-start;top:0;left:0;right:0;bottom:0;overflow:scroll;padding:30px 0}.customer-info-container:before{content:"";position:fixed;z-index:1;top:0;left:0;right:0;bottom:0;background:var(--dark);opacity:.8}.customer-info-container .form{position:relative;z-index:2;width:100%;max-width:500px;background:var(--light);padding:20px;border-radius:5px;border:1px solid var(--dark);display:flex;flex-direction:column;gap:20px;box-shadow:-10px 10px 0 rgba(0,0,0,.2)}.customer-info-container .form .customer,.customer-info-container .form .shipping{display:flex;flex-direction:column;gap:5px}.customer-info-container .form .shipping{margin-bottom:20px}.customer-info-container .form h2{margin:0;font-size:1.2rem;text-align:center;font-family:Gameboy,sans-serif}.customer-info-container .form h3{margin:0 0 5px}.customer-info-container .form p{font-size:1.4rem}.customer-info-container .form input{border:none;background:white;border-radius:0;border:1px solid rgba(0,0,0,.1);font-size:1rem;font-family:Gill Sans,sans-serif}.customer-info-container .form input:active,.customer-info-container .form input:focus{outline:none}.customer-info-container .btn-wrap,.customer-info-container .form .csz{display:flex;gap:10px}.customer-info-container .btn-wrap .btn{flex:1}.customer-info-container .btn-wrap .btn:last-child{flex:1 1 100%}.customer-info-container .mobileTxt{display:block}.customer-info-container .desktopTxt{display:none}@media (min-width:768px){.customer-info-container .form{min-width:500px;padding:40px}.customer-info-container .mobileTxt{display:none}.customer-info-container .desktopTxt{display:block}}.shared{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;padding:20px;box-sizing:border-box;min-height:100vh;font-family:Gameboy,sans-serif}.shared img{max-width:100%}.shared h1{font-size:1rem;margin:0 0 40px;line-height:1.6rem;text-align:center}.shared .cta{flex:auto;height:auto}@media (min-width:768px){.shared{flex-direction:row;height:100vh}.shared img{max-height:100%}.shared h1{font-size:2rem;text-align:left;line-height:3rem}.shared .cta{flex:0 1 600px}}header{display:flex;justify-content:space-between;padding-right:20px}header #spp-logo{z-index:999;padding:10px 15px 15px 10px;box-sizing:border-box;display:flex;align-items:center;position:relative}header #spp-logo:after{content:"";display:block;width:100%;position:absolute;z-index:2;top:0;left:0;right:0;bottom:0;background:var(--dark);border-top:none;border-radius:0 0 40px}header #spp-logo svg{width:70px;height:auto;position:relative;z-index:3}header #spp-logo svg path{fill:var(--light)}header .icons{display:flex;align-items:center;gap:10px}header .icons .cart{width:50px;height:50px;border-radius:999px;border:none;background:var(--green);transform:translateX(60px) scale(.9);transition:all .3s ease-in-out;position:relative;z-index:1}header .icons .cart.show{transform:translateX(0) scale(1);transition:all .3s ease-in-out}header .icons .cart svg{width:70%;height:auto}header .icons .cart svg path{fill:rgba(255,255,255,.4)}header .icons .cart .count{color:white;position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);font-size:1.1rem;letter-spacing:-.5px;font-weight:700;text-shadow:0 1px 1px rgba(0,0,0,.1)}header .icons .cart:hover{background:var(--green);cursor:pointer}header .icons .burger{flex-direction:column;gap:4px;width:50px;height:50px;display:flex;justify-content:center;align-items:center;background-color:var(--red);border-radius:999px;border:none;position:relative;z-index:2}header .icons .burger span{width:60%;height:2px;background:var(--light);display:block;border-radius:99px}header nav{padding:60px 40px 40px;position:fixed;top:0;right:0;border-radius:0 0 0 40px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:15px;background-color:var(--red);z-index:999}header nav button{color:white;display:block;background:none;border:none;font-family:Gameboy,sans-serif}header nav .close{cursor:pointer;font-size:20px;top:20px;right:20px}header nav .close:after,header nav .close:before{display:none}@media (min-width:768px){header #spp-logo{padding:10px 20px 15px 10px}header #spp-logo:after{border-width:8px;box-sizing:border-box;border-radius:0 0 50px}header #spp-logo svg{width:90px}header nav{width:200px;box-sizing:inherit}}.image-modal .modal-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;padding:40px}.image-modal .modal-content.webcam-show{padding:0}.image-modal .modal-content .btnLoader{--_g:no-repeat radial-gradient(circle closest-side,rgba(0,0,0,0.2) 90%,#0000)}.imageUpload .btn{width:200px;aspect-ratio:2/1.5;background:none;background-size:cover;background-position:50%;outline:10px dashed var(--grey);border:none;margin:0;padding:0;position:relative;border-radius:0;box-shadow:0 0 0;color:var(--dark)}.imageUpload .btn.dragHover,.imageUpload .btn:hover{outline-color:var(--blue);cursor:pointer}.imageUpload .btn .copy{display:flex;flex-direction:column;align-items:center;gap:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:1.2rem}.imageUpload .btn .copy svg{width:50px;display:block}.or{font-weight:bolder}.webcam-btn{width:200px;aspect-ratio:2/1.5;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center;background:var(--grey);outline:10px solid var(--grey);border-radius:0;box-shadow:0 0 0;color:var(--dark);line-height:1.2rem}.webcam-btn svg{width:30px;margin-bottom:10px}.webcam-btn svg circle{fill:var(--red)}.webcam-btn:hover{background:var(--blue);outline-color:var(--blue);cursor:pointer;color:white}.webcam-btn:hover svg path{fill:white}.webcam-btn:hover svg circle{fill:var(--green)}.illustrate-modal .modal-content{padding:20px}.illustrate-modal .title{text-align:center}.illustrate-modal .title h3{margin:0;padding:0;font-size:2.4rem}.illustrate-modal .title p{margin:0;padding:0;font-size:1.3rem}.illustrate-modal .btnWrap .btn:first-child{flex:0 0 30%;background:var(--grey);color:var(--dark)}.illustrate-modal .example{display:flex;gap:20px;margin:20px 0}.illustrate-modal .example .image{aspect-ratio:2/1.5;width:50%;height:auto;overflow:hidden}.illustrate-modal .example .image img{width:100%;height:100%;object-fit:cover;object-position:center}.btnLoader{width:40px;aspect-ratio:4;--_g:no-repeat radial-gradient(circle closest-side,rgba(255,255,255,0.2) 90%,#0000);background:var(--_g) 0 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:33.3333333333% 100%;animation:l7 1s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.btnLoader:before{content:"";height:28px;display:block}@keyframes l7{33%{background-size:33.3333333333% 0,33.3333333333% 100%,33.3333333333% 100%}50%{background-size:33.3333333333% 100%,33.3333333333% 0,33.3333333333% 100%}66%{background-size:33.3333333333% 100%,33.3333333333% 100%,33.3333333333% 0}}#hero{overflow:hidden;position:relative;min-height:100vh}#hero .banner{overflow:hidden;position:relative;min-height:40vh;top:0}#hero .banner,#hero .banner:before{position:absolute;left:0;right:0;bottom:0}#hero .banner:before{content:"";display:block;height:100vh;background:linear-gradient(rgba(0,0,0,.5),var(--blue))}#hero .banner video{width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;z-index:-1}#hero .message{display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;position:relative;z-index:4;width:100%;max-width:1200px;gap:40px;margin:0 auto;min-height:100vh}#hero .message .logo svg{width:140px;height:auto}#hero .message .logo svg path{fill:white}#hero .message .copy{margin:0 auto;gap:20px;display:flex;flex-direction:column;justify-content:center;text-align:center;color:white}#hero .message h1{font-size:3rem;line-height:2.8rem;margin:0}#hero .message p{font-size:1.4rem;margin:0;color:rgba(255,255,255,.8)}#hero .message button{display:block;width:250px;margin:20px auto;background:var(--red)}@media (min-width:768px){#hero{display:flex;flex-direction:row}#hero .message{padding:80px;flex-direction:row;gap:60px}#hero .message .logo svg{width:200px}#hero .message .copy{gap:20px;text-align:left}#hero .message h1{font-size:4rem;line-height:3.8rem}#hero .message p{font-size:1.8rem}#hero .message button{margin:20px 0 0}}@media (min-width:991px){#hero .message{gap:100px}#hero .message .logo svg{width:300px}}#howItWorks h2{text-align:center;color:white;font-size:2.6rem}#howItWorks .steps{max-width:1080px;margin:0 auto}#howItWorks .step{display:flex;flex-direction:column;position:relative;overflow:hidden}#howItWorks .step.one{flex-direction:column-reverse}#howItWorks .step.one .copy:before{content:"1"}#howItWorks .step.two .copy:before{content:"2"}#howItWorks .step.three{flex-direction:column-reverse}#howItWorks .step.three .copy:before{content:"3"}#howItWorks .step .copy{flex:0 1 50%;background:var(--light);box-sizing:border-box;padding:40px;display:flex;flex-direction:column;justify-content:center;color:var(--dark);position:relative;overflow:hidden}#howItWorks .step .copy:before{font-size:18rem;font-weight:bolder;position:absolute;top:50%;right:0;transform:translateY(-50%);font-family:sans-serif;color:rgba(0,0,0,.05);z-index:1}#howItWorks .step .copy h3{margin:0;font-size:1.7rem;position:relative;z-index:2}#howItWorks .step .copy p{font-size:1.2rem;color:rgba(0,0,0,.6);position:relative;z-index:2}#howItWorks .step .image{flex:0 1 50%;margin-bottom:-5px}#howItWorks .step .image img,#howItWorks .step .image video{width:100%;height:100%;object-fit:cover}@media (min-width:768px){#howItWorks h2{font-size:3.8rem}#howItWorks .step,#howItWorks .step.one,#howItWorks .step.three{flex-direction:row}#howItWorks .step .copy{padding:40px;aspect-ratio:1.5/1}#howItWorks .step .copy:before{font-size:25rem}#howItWorks .step .copy h3{font-size:2rem}#howItWorks .step .copy p{font-size:1.4rem}}#demo{padding:40px 10px 0;display:flex;flex-direction:column-reverse;max-width:1400px;margin:0 auto}#demo,#demo .message{box-sizing:border-box}#demo .message{color:var(--light-blue);text-align:center;padding:40px 20px}#demo .message .copy{max-width:600px;display:flex;flex-direction:column;gap:20px;margin:0 auto}#demo .message h2{font-size:3rem;line-height:2.8rem;margin:0}#demo .message p{font-size:1.4rem;margin:0;color:rgba(0,0,0,.4)}#demo .message button{width:250px;margin:20px auto 0;background:var(--yellow);color:var(--dark)}@media (min-width:768px){#demo{padding:0;min-height:100vh;display:flex;flex-direction:row;justify-content:center;align-items:center}#demo .message{flex:0 1 50%;padding:0 40px}#demo .message .copy{gap:40px;text-align:left}#demo .message .copy h2 span{margin-left:8px}#demo .message .copy p{font-size:1.8rem}#demo .example{box-sizing:border-box;padding:20px;max-width:450px}#demo button{margin:20px 0 0}}#faqs{background-color:var(--yellow);background-image:url(/img/2d-bg.png);background-repeat:repeat-x;background-position:0 0;background-size:auto 20%;display:flex;flex-direction:column;gap:40px;animation:scrollBackground 60s linear infinite both;padding-bottom:100px}#faqs .qa-wrap{max-width:700px;box-sizing:border-box;padding:20px;margin:20px;background:linear-gradient(white,var(--light));border-radius:20px;box-shadow:0 0 20px white;border:3px solid white}#faqs .qa{color:var(--dark);width:100%;padding:20px 0;box-sizing:border-box}#faqs .qa h4{font-size:1.4rem;margin:0 0 10px}#faqs .qa p{font-size:1.2rem;margin:0;color:rgba(0,0,0,.4)}@keyframes scrollBackground{0%{background-position:0 100%}to{background-position:-1000px 100%}}@media (min-width:768px){#faqs{background-size:auto 50%;padding:100px 0 180px}#faqs .qa-wrap{box-shadow:0 0 100px white;margin:0 auto;border:8px solid white;padding:20px 40px}#faqs .qa h4{font-size:1.8rem}#faqs .qa p{font-size:1.4rem}}#pricing{background:var(--yellow);position:relative}#pricing:before{content:"";position:absolute;z-index:1;top:-1px;left:0;right:0;height:200px;background:var(--red)}#pricing h3{font-size:3rem;text-align:center;position:relative;z-index:2;margin:0;color:white}#pricing article{position:relative;z-index:2;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:40px;justify-content:center;box-sizing:border-box;padding:20px}#pricing article section{text-align:center}#pricing article section .image{width:200px;display:flex;align-items:flex-end;margin:0 auto;border-radius:10px;position:relative;padding-bottom:20px}#pricing article section .image img:not(.card-sample){width:100%;height:auto;margin:0 auto;filter:drop-shadow(0 5px 0 rgba(0,0,0,.2))}#pricing article section.sticker .image-wrap{width:180px;position:relative;margin:0 auto}#pricing article section.sticker .image-wrap:after{content:"";display:block;position:absolute;z-index:1;bottom:4px;right:0;width:50px;height:50px;border-radius:10px 0 10px 0;background:linear-gradient(-45deg,var(--light-blue) 0,var(--light-blue) 50%,white 50%,white 100%)}#pricing article section.sticker .image-wrap:before{content:"";display:block;width:70px;height:1px;background:rgba(0,0,0,.2);position:absolute;z-index:2;bottom:4px;right:0;transform-origin:left;transform:translate(20px) rotate(-45deg);box-shadow:0 1px 5px rgba(0,0,0,.8)}#pricing article section.sticker img{max-width:180px}#pricing article section.sticker .price:before{left:-15px}#pricing article section.top-loader img{width:100%;max-width:300px}#pricing article section.top-loader img.card-sample{position:absolute;top:10px;left:12px;width:175px;height:auto;z-index:-1}#pricing article section.top-loader .price:before{left:-10px}#pricing article section.top-loader .price span{transform:translateX(-10px)}#pricing article section.one-touch{padding-top:40px}#pricing article section.one-touch img{width:100%;max-width:300px}#pricing article section.one-touch img.card-sample{position:absolute;top:35px;left:15px;width:170px;height:auto}#pricing article section.one-touch img.slabgrab{position:absolute;top:-30px;left:-10px;width:220px;z-index:3}#pricing article section .price{font-size:4rem;font-weight:bolder;position:relative;display:inline-block;color:var(--dark)}#pricing article section .price:before{content:"$";font-weight:700;position:absolute;font-family:arial,sans-serif;font-size:2rem;left:-10px;top:10px;color:var(--green)}#pricing article section .price span{display:inline-block}#pricing article section .desc{color:rgba(0,0,0,.4)}#CTA .message{color:var(--light-blue);text-align:center;box-sizing:border-box;padding:80px 20px;background:var(--red)}#CTA .message .copy{max-width:600px;display:flex;flex-direction:column;gap:20px;margin:0 auto}#CTA .message h3{font-size:3rem;line-height:2.8rem;margin:0;color:var(--light)}#CTA .message p{font-size:1.4rem;margin:0;color:rgba(0,0,0,.4)}#CTA .message button{width:250px;margin:20px auto;background:var(--dark)}@media (min-width:768px){#pricing article{flex-direction:row;justify-content:space-around;gap:100px}#pricing article section .image{height:300px}#pricing article section .price{font-size:6rem}#pricing article section .price:before{font-size:2rem;left:-20px;top:20px}#pricing article section.top-loader img.card-sample{bottom:30px;top:auto}#pricing article section.one-touch{padding-top:0}#pricing .message{padding:80px}#pricing .message p{font-size:1.8rem}}.support-container{height:100vh;width:100vw}.support-container,.support-info-container{display:flex;justify-content:center;align-items:center}.support-info-container{max-width:90%;max-height:90%;background-color:white;border-radius:20px;border:1px solid black;flex-wrap:wrap;padding:30px;text-align:center;overflow-y:scroll}.support-header{font-weight:700;font-size:32px;font-family:Gameboy,sans-serif}.support-text{font-size:20px}#bookings{background:var(--dark);box-sizing:border-box;padding:40px;margin:-1px auto}#bookings .bookings-wrap{display:flex;flex-direction:column;max-width:1200px;margin:0 auto}#bookings .bookings-image{flex:0 1 50%;width:100%;max-width:800px}#bookings .bookings-image img{width:100%;height:auto}#bookings .bookings-info{flex:0 1 50%;color:white;text-align:center;display:flex;flex-direction:column;gap:20px}#bookings .bookings-info h3{font-size:2rem;margin:0}#bookings .bookings-info p{margin:0;font-size:1.4rem;color:rgba(255,255,255,.5)}#bookings .bookings-info .btn{background:var(--yellow);color:var(--dark);width:250px;margin:20px auto;text-decoration:none}@media (min-width:768px){#bookings{padding:100px}#bookings .bookings-wrap{flex-direction:row;justify-content:center;align-items:center;gap:40px;color:white}#bookings .bookings-info{text-align:left}#bookings .bookings-info h3{font-size:3rem;line-height:2.8rem}#bookings .bookings-info .btn{margin:20px 0}}.admin-order-list-item{padding:20px;display:flex;flex-wrap:wrap;background-color:white;border-bottom:1px solid black}.admin-order-list-item-row{padding:5px;width:100%}.admin-order-info{position:fixed;top:0;left:0;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.9);z-index:99}.admin-order-info-container{padding:20px;border-radius:5px;border:1px solid black;background-color:white;z-index:999}.admin-order-info-row{width:100%;font-size:18px}.admin-order-info-row-header{font-size:22px;font-weight:700;padding-top:5px}.admin-order-info-row-sub-header{font-size:18px;padding-bottom:10px}.admin-order-info-row-image{padding-top:10px}.admin-order-info-row-close{display:flex;justify-content:end;padding:0!important}.admin-order-close-icon{position:relative;top:-40px;right:-40px}.admin-order-list-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:100vw;height:100vh;padding-top:50px}.admin-order-list-tab-container{border:1px solid white;cursor:pointer;padding:40px;width:100%;text-align:center;color:white;background-color:black}.admin-order-list-inner-container{width:100%;max-width:720px}.admin-generations-container{flex-wrap:wrap}.admin-generations-image-container{padding:10px}.admin-generations-refresh-container{padding:20px}.admin-generations-refresh-btn{width:150px;background-color:white;display:flex;justify-content:center;align-items:center;border-radius:5px;padding:20px;border:2px solid black;cursor:pointer}.admin-generations-container{width:100vw;height:100vh;display:flex;flex-direction:column}.admin-generations-button-container{width:100%;height:100px;display:flex;justify-content:center;text-align:center}.admin-generations-image-container{width:100%;height:100px;flex:1;overflow-y:scroll;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.admin-generations-btn{width:100px;background-color:white;display:flex;justify-content:center;align-items:center;border-radius:5px;padding:20px;margin:10px;border:2px solid black;cursor:pointer}.admin-generations-image{padding:10px}.admin-generations-image-badge{position:relative;top:15px;left:0;background-color:red;color:white;height:25px;width:25px;border-radius:50px;display:flex;justify-content:center;align-items:center;text-align:center;cursor:pointer}.quantities .form{gap:0}.quantities .form .total{text-align:center;font-size:1rem;display:flex;align-items:center;justify-content:flex-end;background:var(--grey);padding:10px;gap:10px}.quantities .form .total .price{font-size:2rem;color:var(--green)}.quantities .form .option{display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1);box-sizing:border-box;padding:10px 0;flex-wrap:wrap}.quantities .form .option img{width:50px;height:100%;aspect-ratio:auto}.quantities .form .option.sticker .image-wrap{position:relative}.quantities .form .option.sticker .image-wrap:after{content:"";display:block;position:absolute;z-index:1;bottom:0;right:0;width:30%;height:20%;border-radius:2px 0 2px 0;background:linear-gradient(-45deg,lightgrey,lightgrey 50%,white 0,white)}.quantities .form .option.sticker .image-wrap:before{content:"";display:block;width:18px;height:1px;background:rgba(0,0,0,.2);position:absolute;z-index:2;bottom:0;left:17px;transform-origin:left;transform:translate(20px) rotate(-45deg);box-shadow:0 1px 5px rgba(0,0,0,.8)}.quantities .form .option.sticker .price{letter-spacing:-1px}.quantities .form .option .item{display:flex;gap:10px;flex:1}.quantities .form .option .title{flex:1 1 100%;display:flex;flex-direction:column;justify-content:center}.quantities .form .option .title h3{margin:0;font-weight:400;font-size:1rem}.quantities .form .option .title p{margin:0;font-size:.8rem;color:rgba(0,0,0,.4)}.quantities .form .option .price{font-size:1.6rem;font-weight:bolder;letter-spacing:-3px;white-space:nowrap;display:flex;align-items:center}.quantities .form .option .price .times{font-weight:lighter;color:rgba(0,0,0,.4);font-size:.6rem;padding:5px;display:inline-block;width:10px;text-align:right}.quantities .form .option .qty{display:flex;justify-content:center;gap:10px;align-items:center;justify-content:flex-end;padding-left:5px}.quantities .form .option input{background:white;border:none;padding:5px 10px;width:auto;flex:1;width:100%;border-radius:5px;font-size:1.4rem}.quantities .form .option .colors{flex:1 0 100%;display:flex;justify-content:space-around;gap:5px;margin-top:10px}.quantities .form .option .colors button{width:25px;height:25px;border-radius:9999px;border:1px solid grey;position:relative}.quantities .form .option .colors button:hover{cursor:pointer}.quantities .form .option .colors button.active{box-shadow:0 0 5px rgb(255,255,255)}.quantities .form .option .colors button.active:before{content:"";display:block;position:absolute;z-index:2;top:50%;left:50%;width:10px;height:10px;border-radius:999px;background:var(--light-blue);transform:translate(-50%,-50%);border:1px solid grey}.quantities .form .option .colors button.active:after{content:"";width:100%;height:1px;background:grey;position:absolute;z-index:1;top:50%;left:0;right:0;bottom:0}.quantities .form .btn-wrap{display:flex;flex-direction:column}.quantities .form .btn-wrap .btn{margin:0;flex:1}.quantities .form .btn-wrap .btn:last-child{flex:1 1 100%}@media (min-width:768px){.quantities .form .option{flex-direction:row;gap:20px}.quantities .form .option .qty{flex:0 0 150px}.quantities .form .option input{padding:10px;flex:0 0 80px}.quantities .form .option .colors{margin-top:0}.quantities .form .total{justify-content:flex-end}}.colored-toast h2{font-family:Gill Sans,sans-serif;font-weight:400;font-style:normal}.colored-toast.swal2-icon-success{background-color:var(--green)!important}.colored-toast.swal2-icon-error{background-color:var(--red)!important}.colored-toast.swal2-icon-warning{background-color:#f8bb86!important}.colored-toast.swal2-icon-info{background-color:#3fc3ee!important}.colored-toast.swal2-icon-question{background-color:#87adbd!important}.colored-toast .swal2-close,.colored-toast .swal2-html-container,.colored-toast .swal2-title{color:white}.loader-wrap{perspective:800px;margin:0 auto;text-align:center}.loader-wrap .generating{font-size:.6rem;margin-bottom:10px}.loader-wrap p{font-size:1.2rem;padding:0 20px;margin:0;max-width:200px}#LogoLoader{width:80px;height:80px;display:block;margin:0 auto 10px}path{z-index:1}.line,path{position:relative;fill:rgba(0,0,0,.6)}.line{transform-origin:50% 50%;transform-box:fill-box;transform-style:preserve-3d;z-index:2}.cw{animation:spinCW 2s linear infinite}.ccw{animation:spinCCW 2s linear infinite;animation-delay:1s}@keyframes spinCW{0%{transform:rotateY(0deg)}to{transform:rotateY(180deg)}}@keyframes spinCCW{0%{transform:rotateY(0deg)}to{transform:rotateY(180deg)}}#CardTypeSelected{margin-bottom:40px;display:flex;justify-content:center;position:relative}#CardTypeSelected .change{width:100px;height:100px;position:absolute;top:calc(-100% - 5px);left:calc(50% + 20px);transform:translateX(-50%);opacity:.5}#CardTypeSelected .select-btn{display:inline-flex;align-items:center;justify-content:center}#CardTypeSelected .select-btn:hover{cursor:pointer}#CardTypeSelected .image{aspect-ratio:1;width:50px;height:50px;overflow:hidden;border-radius:9999px;border:2px solid var(--dark);z-index:2;background:var(--dark)}#CardTypeSelected .image img{width:100%;height:100%;object-fit:cover;object-position:top}#CardTypeSelected .title{font-size:1.4rem;white-space:pre-line;color:white;background:var(--dark);margin-left:-25px;padding:5px 30px 8px 40px;z-index:1;border-radius:0 99px 99px 0}#CardTypeSelected .anime{font-family:Gill Sans,sans-serif;font-weight:bolder}#CardTypeSelected .grunge{font-weight:bolder;font-family:Windsor,serif}#CardTypeSelected .vintage{font-family:sans-serif;font-weight:bolder;letter-spacing:-1px}#CardTypeSelected .cartoon{font-family:sans-serif;font-size:1.2rem;font-weight:lighter;letter-spacing:-.5px;font-family:Ackbar,sans-serif;padding-top:10px;padding-bottom:10px}#CardTypeSelected .pixel{font-family:Gameboy,sans-serif;font-size:.8rem;padding-top:10px}#CardTypeSelected .label{font-family:Bebas,sans-serif;padding-bottom:5px}.modal.cardSelectModal{width:100%;display:block;pointer-events:none}.modal.cardSelectModal:before{opacity:0;transition:opacity .3s ease-in-out}.modal.cardSelectModal.show{pointer-events:auto}.modal.cardSelectModal.show:before{opacity:.8;transition:opacity .3s ease-in-out}.modal.cardSelectModal.show .modal-content{top:30px;transition:top .3s ease-in-out}.modal.cardSelectModal .modal-content{box-sizing:border-box;padding:40px 30px 0 40px;background:white;position:fixed;top:calc(100% + 30px);bottom:0;left:10px;right:10px;border-radius:30px 30px 0 0;z-index:9999;box-shadow:0 -2px 5px rgba(0,0,0,.1);transition:top .3s ease-in-out;max-width:100%}.modal.cardSelectModal .modal-content h3{text-align:center;text-transform:capitalize;font-size:1.8rem;margin-top:0}.modal.cardSelectModal .modal-content .cardType-listing{display:flex;justify-content:flex-start;gap:10px;flex-wrap:wrap;overflow:scroll;max-height:100%;scrollbar-width:none;padding-bottom:40px;box-sizing:border-box}.modal.cardSelectModal .modal-content .cardType-listing::-webkit-scrollbar{display:none}.modal.cardSelectModal .modal-content .cardType-item{flex:0 1 calc(50% - 10px)}.modal.cardSelectModal .modal-content .cardType-item:hover{cursor:pointer}.modal.cardSelectModal .modal-content .cardType-item .image{aspect-ratio:1/1}.modal.cardSelectModal .modal-content .cardType-item .image img{width:100%;height:100%;object-fit:cover;margin-bottom:-6px;object-position:top}.modal.cardSelectModal .modal-content .cardType-item h4{font-weight:400;font-size:.6rem;letter-spacing:1px;background:var(--dark);margin:0;padding:10px;text-align:center;color:white;text-transform:uppercase}@media (min-width:768px){.modal.cardSelectModal .modal-content .cardType-item{flex:0 1 calc(33.333% - 10px)}.modal.cardSelectModal .modal-content .cardType-item h4{font-size:.8rem}}@media (min-width:991px){.modal.cardSelectModal .modal-content .cardType-item{flex:0 1 calc(25% - 10px)}.modal.cardSelectModal .modal-content .cardType-item h4{font-size:.9rem}}.card-wrap.label{margin:initial}.label-colors{display:flex;gap:10px;justify-content:center;width:100%}.label-colors div{width:33px;height:33px;border-radius:999px;display:block;margin:0 0 10px;border:2px solid rgba(0,0,0,.4);box-shadow:0 2px 1px rgba(0,0,0,.2);transition:all .2s ease-in-out}.label-colors div.active{border-color:#222;box-shadow:0 10px 5px rgba(0,0,0,.2);transform:translateY(-5px);transition:all .2s ease-in-out}.label-colors div:hover{cursor:pointer}.label-colors div.label-black{background:black}.label-colors div.label-red{background:red}.label-colors div.label-gold{background:gold}.slabLabel{aspect-ratio:3.5/1;border:10px solid black;background:white;display:flex;justify-content:space-between;flex-direction:row}.slabLabel.red{border-color:red}.slabLabel.red .label-grade{background:red}.slabLabel.gold .label-grade{color:gold}.slabLabel input,.slabLabel textarea{all:unset;background:none;border:none;box-shadow:0 0 0;padding:0;font-family:inherit;line-height:1;box-sizing:normal;border-radius:none}.slabLabel input::placeholder,.slabLabel textarea::placeholder{color:var(--dark)}.slabLabel .label-info{display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;padding:5px 5px 0;flex:0 1 100%}.slabLabel .label-info .label-copy{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;vertical-align:top}.slabLabel .label-info .label-copy svg{display:block;width:50px;height:60px;height:auto;align-self:flex-start}.slabLabel .label-info .label-copy svg path{fill:black}.slabLabel .label-info .url{font-family:Bebas,sans-serif}.slabLabel .label-info .numb{font-size:1rem}.slabLabel .label-info .label-input{font-size:1.4rem;line-height:1.2rem;max-height:69px;overflow:hidden;resize:none;flex:0 1 100%;font-family:Bebas,sans-serif}.slabLabel .label-grade{aspect-ratio:1/1;background:black;color:white;width:115px;height:100%;text-align:center;margin-right:-10px;font-family:Bebas,sans-serif;vertical-align:top}.slabLabel .label-grade .grade{font-size:5rem;line-height:5rem;width:100%;height:75px;text-align:center}