: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;--red:#d0252a;--green:#39b549;--cameraBlue:#3fb9db;--redLight:#900310;--yellowLight:#f59e41;--greenLight:#4c652d;--stripeBlue:#635bff}@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)}.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}.flex-center{display:flex;justify-content:center;align-items:center}.wizard{display:flex;flex-direction:column;justify-content:flex-start;margin:20px 10px 40px}.wizard nav{display:flex;width:100%;margin:0 auto 20px;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}.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.pokemon{border-radius:35px;border:25px solid var(--yellow)}.card.pokemon.Grass{border-color:#b1da40}.card.pokemon.Fire{border-color:#f96c3d}.card.pokemon.Water{border-color:#43b2fc}.card.pokemon.Lightning{border-color:#ffe057}.card.pokemon.Psychic{border-color:#7956c5}.card.pokemon.Fighting{border-color:#f09e55}.card.pokemon .editable{-webkit-touch-callout:none;-webkit-user-select:text}.card.pokemon .background{height:100%;width:auto!important;position:absolute;z-index:1;width:750px;aspect-ratio:750/1050}.card.pokemon .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.pokemon .info .top{margin:0 20px}.card.pokemon .info .header{display:flex;justify-content:space-between;padding:5px 0 0;position:relative;z-index:3;align-items:stretch}.card.pokemon .info .header .left{flex:0 1 60%;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.card.pokemon .info .header .left .sub{font-size:.8rem;width:100%;font-weight:700;height:22px;line-height:normal}.card.pokemon .info .header .left .title{font-size:1.4rem;width:100%;font-weight:700}.card.pokemon .info .header .right{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex:1 0 90px}.card.pokemon .info .header .right .hp{box-sizing:border-box;height:100%;white-space:nowrap;font-size:1.6rem;line-height:1.6rem;color:#892705;display:flex;align-items:center;gap:5px;min-width:50px;height:46px}.card.pokemon .info .header .right .hp:empty:before{content:"50";color:#892705}.card.pokemon .info .header .right .hp:after{content:"HP";font-size:1.6rem;color:#892705;text-transform:uppercase;display:flex;gap:5px;align-items:center;line-height:1}.card.pokemon .info .image{aspect-ratio:2/1.5;position:relative;z-index:2;box-shadow:5px 10px 15px rgba(0,0,0,.4)}.card.pokemon .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.pokemon .info .image .content{overflow:hidden;background:black;position:relative}.card.pokemon .info .image img{min-width:100%;min-height:100%;width:auto;height:100%;object-fit:cover;object-position:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card.pokemon .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.pokemon .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.pokemon .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.pokemon .info .image .add .frame:before{content:"";background:#222;position:absolute;z-index:2;top:-10px;left:20px;right:20px;bottom:-10px}.card.pokemon .info .image .add .frame:after{content:"";background:#222;position:absolute;z-index:2;top:20px;left:-10px;right:-10px;bottom:20px}.card.pokemon .info .image .add:hover{cursor:pointer;background:#111}.card.pokemon .info .image .add:hover .text{color:white;font-size:1.8rem}.card.pokemon .info .image .add:hover .frame{transform:scale(1);transition:transform .2s ease-in-out}.card.pokemon .info .image .add:hover .frame:after,.card.pokemon .info .image .add:hover .frame:before{background:#111}.card.pokemon .info .image .add .loader-wrap{color:var(--light)}.card.pokemon .info .image .add .loader-wrap svg path{fill:rgba(255,255,255,.2)}.card.pokemon .info .image .add .loader-wrap svg .line{fill:rgba(255,255,255,.6)}.card.pokemon .info .editable:focus{outline:none}.card.pokemon .info .bottom{padding:0 5px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.card.pokemon .info .attributes{padding:10px 10px 10px 20px;flex:0 1 100%;display:flex;align-items:center}.card.pokemon .info .attributes .item{display:flex;line-height:1.2rem;letter-spacing:.2px;gap:15px;width:100%}.card.pokemon .info .attributes .item .icon{flex:0 0 55px;display:flex;justify-content:center;align-items:center}.card.pokemon .info .attributes .item .icon img{height:25px;width:25px;display:block}.card.pokemon .info .attributes .item .icon img.export{height:25px!important;width:25px!important}.card.pokemon .info .attributes .item .desc{font-size:1rem;flex:0 1 100%;width:100%;max-height:170px;overflow:hidden;word-break:break-word;color:rgba(0,0,0,.6)}.card.pokemon .info .attributes .item .desc strong{min-width:20px;display:inline-block;font-size:1.2rem;color:#222;width:100%}.card.pokemon .info .attributes .item .damage{font-size:2rem;align-self:center;padding-right:10px}.card.pokemon .info .attributes .item .damage:empty:before{content:"50";color:var(--dark)}.card.pokemon .info .legal{font-size:.6rem;text-align:center;display:flex;width:100%;justify-content:space-between;line-height:1rem}.card.pokemon .info .legal .illus{font-weight:700}.card.pokemon .info .legal .copyright{font-style:oblique}.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:35px;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}.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{object-fit:cover;width:100%;height:100%}.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: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_baseball{background:url(/_next/static/media/cartoon-baseball.95cd6bca.png) no-repeat scroll 50%/contain}.sports-types div.sports-classic_baseball{background:url(/_next/static/media/classic-baseball.5bf48cfe.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:35px;border-color:white;display:flex;flex-direction:column;justify-content:flex-end}.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 black}.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{object-fit:cover;width:100%;height:100%}.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 #name{text-transform:uppercase}.card.baseball .lower-thirds span:active,.card.baseball .lower-thirds span:focus{outline:none}.card.baseball.cartoon_baseball .image:before{display:none}.card.baseball.cartoon_baseball .image .add{font-family:Ackbar,sans-serif}.card.baseball.cartoon_baseball .lower-thirds{padding:10px 20px;background:purple}.card.baseball.cartoon_baseball .lower-thirds .name{flex-direction:column;display:flex;margin-left:100px}.card.baseball.cartoon_baseball .lower-thirds .name #name{color:white;font-weight:lighter;font-size:1.4rem;font-family:Ackbar,sans-serif}.card.baseball.cartoon_baseball .lower-thirds .name #name::placeholder{color:rgb(255,255,255)}.card.baseball.cartoon_baseball .lower-thirds .name .position{color:rgba(255,255,255,.4);transform:translateY(-5px);text-transform:capitalize}.card.baseball.classic_baseball .image .add{font-family:Arial,sans-serif;font-weight:bolder}.card.baseball.classic_baseball .lower-thirds{margin:0 20px 20px;border:5px solid black}.card.baseball.classic_baseball .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.classic_baseball .lower-thirds .org{position:absolute;top:-16px;left:10px}.card.baseball.classic_baseball .lower-thirds .org img{transform:translateY(-20px)}.card.baseball.classic_baseball .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.classic_baseball .lower-thirds .name #name{text-shadow:1px 1px 1px rgba(0,0,0,.1);font-family:Arial,sans-serif;font-weight:bolder;font-size:1.2rem;min-height:18px;text-transform:uppercase}.card.baseball.classic_baseball .lower-thirds .name span{display:block;min-width:100px}.card.baseball.classic_baseball .lower-thirds .name span.signature{font-size:2rem;color:black;text-transform:capitalize;min-height:10px;font-family:Bestermind,script}.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:40px;height:40px;border-radius:999999px;background:var(--yellow);z-index:4;bottom:20px;transform:translate(-50%);display:flex;justify-content:center;align-items:center;padding:0}.save:before{content:"";display:block;width:20px;height:20px;background:var(--blue);border-radius:9999px;transition:all .1s linear}.save:active:before{width:25px;height:25px;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 .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:-3px;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}}.pokeball{display:block;width:120px;height:120px;background:radial-gradient(white 10px,black 11px 12px,white 13px 21px,black 22px 29px,transparent 30px),linear-gradient(180deg,red 0 41.67%,black 41.67% 50%,white 50.52% 100%);border-radius:50%;border:8px solid black;box-shadow:inset -16px -8px 0 0 rgba(0,0,0,.2);transform:translateY(-150%)}.pokeball.load{animation:fall .5s 1s forwards,shake 1.25s cubic-bezier(.36,.07,.19,.97) 1.5s infinite}.pokeball.catch{transform:translateY(0);animation:catch .5s ease-out forwards}@keyframes shake{0%{transform:translateX(0) rotate(0)}20%{transform:translateX(-10px) rotate(-20deg)}30%{transform:translateX(10px) rotate(20deg)}50%{transform:translateX(-10px) rotate(-10deg)}60%{transform:translateX(10px) rotate(10deg)}to{transform:translateX(0) rotate(0)}}@keyframes fall{0%{transform:translateY(-150%)}60%{transform:translateY(0)}80%{transform:translateY(-10%)}to{transform:translateY(0)}}@keyframes catch{to{filter:saturate(.7) brightness(.7)}}.loading{margin-top:5px;font-size:.8rem;color:grey;opacity:0;animation:fadeIn 1s ease forwards;animation-delay:1s}@keyframes fadeIn{to{opacity:1}}.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}#hero section{flex:0 1 50%}#hero .banner{overflow:hidden;position:relative;min-height:40vh}#hero .banner img{width:100%;height:100%;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#hero .message{background:var(--light-blue);box-sizing:border-box;padding:40px 20px}#hero .message,#hero .message .copy{display:flex;flex-direction:column;justify-content:center}#hero .message .copy{max-width:600px;margin:0 auto;gap:20px;text-align:center}#hero .message h1{font-size:3rem;line-height:2.8rem;margin:0}#hero .message p{font-size:1.4rem;margin:0;color:rgba(0,0,0,.4)}#hero .message button{width:250px;margin:20px auto;background:var(--red)}@media (min-width:768px){#hero{display:flex;flex-direction:row;height:100vh}#hero .message{padding:80px}#hero .message .copy{text-align:left;gap:40px}#hero .message p{font-size:1.8rem}#hero .message button{margin:20px 0 0}}#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:var(--yellow);padding:40px 0 80px}#faqs .qa{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:10px;color:var(--dark);box-sizing:border-box;padding:0 20px}#faqs .qa h3{font-size:4rem;margin:0 0 20px;text-align:center}#faqs .qa h4{font-size:2.4rem;line-height:2.2rem;margin:20px 0 0}#faqs .qa p{font-size:1.4rem;margin:0;color:rgba(0,0,0,.4)}@media (min-width:768px){#faqs .qa h3{text-align:left}}#pricing{background:var(--yellow);position:relative}#pricing:before{content:"";position:absolute;z-index:1;top:0;left:0;right:0;height:100px;background:var(--blue)}#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{flex:0 1 33.33333%;text-align:center}#pricing article section .image{max-width:200px;display:flex;align-items:flex-end;margin:0 auto;border-radius:10px}#pricing article section .image img{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}#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:5px 0 5px 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.one-touch img{width:100%;max-width:300px}#pricing article section .price{font-size:4rem;font-weight:700;position:relative;display:inline-block;color:var(--dark)}#pricing article section .price:before{content:"$";font-weight:bolder;position:absolute;font-family:arial,sans-serif;font-size:2rem;left:-10px;top:10px;color:var(--green)}#pricing article section .price span{transform:translateX(-10px);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}#pricing article section .image{height:280px}#pricing article section .price{font-size:6rem}#pricing article section .price:before{font-size:2rem;left:-10px;top:20px}#pricing article section .price span{transform:translateX(-15px)}#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}.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}.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}.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)}}