.card{width:100%;height:275px;-o-object-fit:cover;object-fit:cover}.hoverColorless:hover{filter:drop-shadow(0 0 8px #efefef)}.hoverDarkness:hover{filter:drop-shadow(0 0 8px #13748a)}.hoverDragon:hover{filter:drop-shadow(0 0 8px #b47800)}.hoverFairy:hover{filter:drop-shadow(0 0 8px #b12552)}.hoverFighting:hover{filter:drop-shadow(0 0 8px #c33839)}.hoverFire:hover{filter:drop-shadow(0 0 8px #ff0b00)}.hoverGrass:hover{filter:drop-shadow(0 0 8px #4da202)}.hoverLightning:hover{filter:drop-shadow(0 0 8px #f9e102)}.hoverMetal:hover{filter:drop-shadow(0 0 8px #ae9677)}.hoverPsychic:hover{filter:drop-shadow(0 0 8px #a96bb2)}.hoverWater:hover{filter:drop-shadow(0 0 8px #024fbf)}.hoverEnergy:hover{filter:drop-shadow(0 0 8px be5535)}.hoverTrainer:hover{filter:drop-shadow(0 0 8px #e1ec15)}.cardsHome{position:relative;width:100%;top:-18rem;margin-top:auto}@media only screen and (orientation:landscape)and (max-height:40.625rem){.cardsHome{visibility:hidden}}.cardsHome__card{position:absolute;left:0;right:0;margin:0 auto;width:-webkit-min-content;width:-moz-min-content;width:min-content;filter:drop-shadow(4px 8px 8px var(--color-grey))}.cardsHome__card_0{z-index:0}.cardsHome__card_1{z-index:1}.cardsHome__card_2{z-index:2}.cardsHome__card_3{z-index:3}.cardsHome__card_4{z-index:4}.cardsHome__card_5{z-index:5}.cardsHome__card_6{z-index:6}.cardsHome__card_1{bottom:-27.5rem;left:-33rem}.cardsHome__card_2{bottom:-23.125rem;left:-12.5rem}.cardsHome__card_3{bottom:-32.25rem;left:-18.75rem}.cardsHome__card_4{bottom:-25rem;right:-9.375rem}.cardsHome__card_5{bottom:-26.25rem;right:-33.75rem}.cardsHome__card_6{bottom:-31.25rem;right:-25.625rem}.cardsHome__card:hover{z-index:7;-webkit-animation-name:moveUpward;animation-name:moveUpward;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-direction:normal;animation-direction:normal}@-webkit-keyframes moveUpward{0%,to{transform:translate(0)}50%{transform:translateY(.375rem)}}@keyframes moveUpward{0%,to{transform:translate(0)}50%{transform:translateY(.375rem)}}@media(prefers-reduced-motion){.cardsHome__card:hover{-webkit-animation-name:none;animation-name:none}}.cardItemWrapper{position:relative;width:200px;height:275px;border-top-left-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;overflow:hidden}.cardItemWrapper__price{right:0;padding:.5rem;background-color:#212121;font-size:1.2rem;border-bottom-left-radius:10px;letter-spacing:.8px}.cardItemWrapper__panelBtn,.cardItemWrapper__price{position:absolute;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-white);opacity:0;visibility:hidden;transition:visibility .3s ease-in-out,opacity .3s ease-in-out}.cardItemWrapper__panelBtn{bottom:0;display:flex;align-items:center;width:100%;background-color:hsla(0,0%,9%,.8)}.cardItemWrapper:hover .cardItemWrapper__panelBtn,.cardItemWrapper:hover .cardItemWrapper__price{visibility:visible;opacity:1}.panelBtnCard__btn{font-size:1rem;flex:1 1;display:grid;place-items:center;padding:.5rem .4rem;background-color:transparent;border:none;text-align:center;color:var(--color-white);cursor:pointer}.panelBtnCard__btn:disabled{cursor:not-allowed}.panelBtnCard__btn:disabled svg{transform:rotate(45deg)}.divider{height:26px;width:2px;background-color:var(--color-white)}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.cardItemWrapper__price{background-color:#161616}}.card-placeholder{position:relative;width:200px;height:275px;padding:1rem;border-radius:6px;background-color:#538544;overflow:hidden}.card-placeholder:before{position:absolute;top:0;content:"";height:100%;width:1rem;background:linear-gradient(270deg,transparent,hsla(0,0%,87%,.7),transparent);filter:blur(6px);-webkit-animation:move 3s linear 0s infinite;animation:move 3s linear 0s infinite}.card-placeholder__img{width:100%;height:120px;background-color:#81bd6f;border-radius:8px}.card-placeholder__text{width:auto;height:calc(100% - 120px - .5rem);margin-top:.5rem;margin-left:1rem;background-color:#81bd6f;border-radius:8px}@-webkit-keyframes move{0%{left:-2rem}to{left:calc(100% + 1rem)}}@keyframes move{0%{left:-2rem}to{left:calc(100% + 1rem)}}.imageContainer{top:2rem;width:200px;min-width:100px;height:auto}.imageContainer_left{left:25px}.imageContainer_right{right:25px}.fig__img{position:absolute;left:20px;top:-25px;width:245px;-o-object-fit:cover;object-fit:cover;-o-object-position:0 -10px;object-position:0 -10px;-webkit-clip-path:polygon(22px 25px,22px 90px,223px 90px,223px 25px);clip-path:polygon(22px 25px,22px 90px,223px 90px,223px 25px)}.fig__name{position:absolute;top:0;bottom:0;display:flex;align-items:center;width:80%;padding-left:.6rem;font-size:1.2rem;font-weight:600;color:var(--color-white);background-image:linear-gradient(90deg,#2c2c2c,#2c2c2c 60px,rgba(44,44,44,.95) 40%,rgba(44,44,44,.6) 65%,transparent)}.item{display:grid;grid-template-areas:"img price quantity" "remove remove quantity";grid-template-columns:242px 100px 80px;grid-template-rows:60px 45px;grid-gap:1px;gap:1px}.item__fig{position:relative;grid-area:img;margin:0;overflow:hidden;outline:1px solid hsla(285,7%,77%,.1)}.item__price{grid-area:price;font-size:1.2rem;font-weight:600}.item__price,.item__quantity{display:grid;place-content:center;outline:1px solid hsla(285,7%,77%,.1);color:var(--color-white)}.item__quantity{grid-area:quantity;font-size:3rem;font-family:Open Sans,Helvetica Neue,sans-serif}.item__remove{display:flex;align-items:center;justify-content:space-around;grid-area:remove;outline:1px solid hsla(285,7%,77%,.1)}.removeBtn{background-color:transparent;border-style:none;color:var(--color-white);font-size:1.1rem;text-decoration:underline}.removeBtn:hover{cursor:pointer}.wrapperItems{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;min-width:245px;padding:2rem 2rem 3rem;margin:0 auto 2rem;border:1px solid #23384f;border-radius:6px;background:linear-gradient(0deg,#23384f 30%,rgba(35,56,79,.7) 80%,rgba(35,56,79,.35) 90%,transparent)}.wrapperItems__noProducts{color:var(--color-white);font-size:1.2rem;font-weight:600}.panelBtn{display:flex;justify-self:center;padding-top:2em;grid-gap:1em;gap:1em}.navBtn{width:75px;background-color:#615623;padding:.5em;color:var(--color-white);border-style:none;border-radius:6px;font-weight:700;cursor:pointer}.navBtn:disabled{background-color:#38341f;cursor:not-allowed}.form__search{position:relative}.form__lens,.form__search{display:flex;align-items:center}.form__lens{position:absolute;height:100%;left:16px}.form-search__input{width:100%;padding:.6rem .6rem .6rem 50px;height:100%;background-color:#1e1e1e;border:2px solid #a48d0a;border-radius:8px;font-size:1.1rem;font-family:inherit;color:var(--color-white)}.form-search__input_inHeader{padding:.4rem .4rem .4rem 50px;font-size:1rem}.form-search__input:focus{border:2px solid gold;outline:none}.upButton{position:fixed;right:2rem;bottom:3rem;display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:.4rem;border:none;border-radius:50%;background-color:#539f14;cursor:pointer}.upButton:after{content:"";width:1.5625rem;height:1.125rem;-webkit-clip-path:polygon(0 1.125rem,5px 1.125rem,.78rem .5rem,1.25rem 1.125rem,1.5625rem 1.125rem,.78rem 0);clip-path:polygon(0 1.125rem,.5rem 1.125rem,.78rem .75rem,17px 1.125rem,1.5625rem 1.125rem,.78rem 0);background-color:var(--color-black)}.loading{width:100%;height:auto;padding:2rem;border-radius:50%}.wrapperLoading,.wrapperPurchase{display:grid;place-content:center}.wrapperLoading{width:15.625rem;height:15.625rem;background:radial-gradient(circle closest-side,#084176 4.6rem,transparent);color:var(--color-white)}.wrapperPurchase{height:calc(100vh - 4.625rem)}@media(min-width:37.5rem){.loading{width:22rem;height:auto}.wrapperLoading{width:25rem;height:25rem;background:radial-gradient(circle closest-side,#084176 9.5rem,transparent)}}.modalCart{background-color:rgba(0,0,0,.45);position:absolute;top:3.375rem;left:0;height:calc(100vh - 3.375rem);width:100%;padding:2rem 1rem 1.2rem;text-align:center}.modalCart__msg{position:absolute;top:30%;left:0;right:0;padding:0 1rem 1rem;max-width:230px;margin:0 auto;border-radius:6px;font-weight:600;color:var(--color-white);background:linear-gradient(0deg,#1d2d3f 20%,#325376 80%,#406ea0 90%);border:2px solid #3d3c3c}.modalCart__text{margin-top:1rem;margin-bottom:1.6rem}.modalCart__log:hover{padding:.5rem 1.4rem;background-color:#325376;border-radius:6px}.wrapperPurchaseMsg{max-width:400px;width:100%;margin:0;padding:2rem}.wrapperPurchaseMsg__img{position:relative;width:100%;margin:0}.wrapperPurchaseMsg__msg{font-size:1.3rem;font-weight:600;margin-top:2rem}.purchaseBtn,.wrapperPurchaseMsg__msg{color:var(--color-white);text-align:center}.purchaseBtn{text-decoration:underline}main{width:100%;min-height:calc(100vh - 4.625rem);background-color:var(--background-main)}.footer{display:flex;width:100%;height:1.25rem;background-color:var(--background-header-footer);color:var(--color-white);justify-content:center;align-items:center;padding:0 1.5em}.footer__notice{width:450px;text-align:center}.header{width:100%;padding:0 2rem;height:3.375rem;background-color:var(--background-header-footer);grid-gap:0 2rem;gap:0 2rem}.header,.header__wrapper{display:flex;align-items:center}.header__wrapper{justify-content:space-between;flex:1 1}.header__wrapper_right{justify-content:right}.wrapper__user{display:flex;align-items:center;grid-gap:0 1.625rem;gap:0 1.625rem}.userCart,.userIcon{padding:0;border-style:none;cursor:pointer}.userCart{position:relative;display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:.375rem;background-color:transparent}.userCart:hover{border-radius:6px;background-color:#303086}.userCart__numberItems{position:absolute;top:-2px;right:-11px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;padding:.2rem;background-color:#c10d37;color:var(--color-white);border-radius:50%;font-size:1rem;font-weight:600}.userCart__numberItems_threeDig,.userCart__numberItems_twoDig{top:0;right:-13px}.userCart__numberItems_threeDig{font-size:.7rem}.userIcon{width:32px;height:32px;border-radius:50%;overflow:hidden}.userIcon__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.userMenu{position:absolute;top:calc(3.375rem - 2px);right:20px;width:200px;height:auto;padding:1rem .4rem;background-color:#141443;border-radius:6px;box-shadow:0 0 4px rgba(0,0,0,.5);z-index:1}.userMenu__item{display:block;width:100%;text-align:left;padding:.4rem;background-color:transparent;border-style:none;border-radius:4px;font-size:1rem;font-weight:700;color:var(--color-white);cursor:pointer}.userMenu__item:hover{background-color:#1563c9}@media(max-width:22rem){.userMenu{top:3.375rem;right:0;width:100%;padding:1rem;border-radius:0;box-shadow:0 4px 3px rgba(0,0,0,.2)}}.containerCenter{width:100%;min-height:calc(100vh - 4.625rem);padding-top:3rem;padding-bottom:4rem}.cartTitle{margin-top:0;color:var(--color-white);text-align:center}.estimatedPrice{display:flex;justify-content:space-between;max-width:446px;margin:0 auto 2rem;font-size:1.1rem;color:var(--color-white)}.estimatedPrice_center{justify-content:center}.estimatedPrice__buy{font-weight:700;letter-spacing:1px;background-color:#193655;padding:.5rem 1.4rem;border:1px solid #2b4f75;border-radius:6px}.estimatedPrice__buy:hover{background-color:#2b4f75}.panelBtnCart{display:flex;justify-content:space-evenly;flex-wrap:wrap;max-width:446px;height:auto;margin:0 auto;grid-gap:1rem;gap:1rem;padding:0 1.5rem}.panelBtnCart__btn{width:190px;padding:.6rem 1.4rem;border:none;background:linear-gradient(0deg,#224603 30%,#2d6004 45%,#3e7f0a 60%,#8ed619);border-radius:4px;cursor:pointer}.panelBtnCart__removeBtn{background-color:transparent;border:none;color:var(--color-white);cursor:pointer}.panelBtnCart__text{display:flex;align-items:flex-end;justify-content:center;height:21px;font-size:1rem;font-weight:700;color:#bfff00;text-shadow:0 0 4px rgba(0,0,0,.667)}@media(max-width:36rem){.wrapperItems{padding-top:1rem;padding-bottom:1.75rem}.estimatedPrice{max-width:300px;padding-left:2rem;padding-right:2rem}.item{grid-template-areas:"img img" "price quantity" "remove remove";grid-template-columns:repeat(2,121px);grid-template-rows:60px 45px 35px}.item__quantity{font-size:1.2rem;font-family:inherit;font-weight:600}}@media(max-width:23.5rem){.wrapperItems{max-width:100%;border-left:none;border-right:none;border-radius:0}.item{grid-template-columns:repeat(2,1fr)}.fig__img{left:auto;right:-22px}.panelBtnCart{grid-gap:1rem 0;gap:1rem 0}}.containerImageLogIn{width:100%;margin:0 auto;text-align:center}.containerImageLogIn__image{max-width:200px;height:auto;margin:0 auto}.logInTitle{margin-top:0;margin-bottom:1rem;font-size:1.8rem}.containerForm{display:grid;width:100%;height:100%;height:calc(100vh - 4.625rem);place-items:center}.wrapperForm{background-color:#fbda42;padding:1rem 3rem;border-radius:6px}@media(max-width:30rem){.wrapperForm{width:100%;min-width:250px;height:100%;padding:1.6rem 3rem;border-radius:0}}.logForm__btn{display:block;margin:0 auto;padding:.6rem 1.8rem;background-color:#4da9fa;border:none;border-radius:4px;font-size:1.065rem;font-weight:600;cursor:pointer}.logForm__btn:disabled{background-color:#a4b5c4;color:rgba(26,11,11,.3);cursor:not-allowed}.logForm__input{width:100%;padding:.4rem;border:2px solid #000;border-radius:6px;font-size:1.2rem}.logForm__input:focus{outline:2px solid #4da9fa;border-color:transparent}.logForm__fieldset{display:flex;flex-direction:column;width:100%;border:none;padding:0}.errorMsg{display:flex;align-items:center;height:21px;margin:.6rem .5rem;color:#c30c0c;font-weight:700}.errorMsg_hidden{visibility:hidden;opacity:0}.errorMsg_payment{color:#fd8d8d}.buyButton{max-width:200px;margin-top:1rem;padding:.6rem 1.4rem;background-color:#a48e29;border-style:none;border-radius:6px;font-size:1.4rem;cursor:pointer}@media(max-width:18.75rem){.buyButton{font-size:1.2rem}}.cardInfo{display:grid;width:inherit;padding:1rem 1.5rem;min-height:calc(100vh - 4.625rem);grid-template-columns:445px 1fr;grid-gap:4rem;gap:4rem}.cardInfo__imgContainer{margin:0;place-self:center}.cardInfo__card{width:300px;min-width:200px;height:auto;-o-object-fit:contain;object-fit:contain}.cardInfo__description{display:flex;flex-direction:column;justify-content:space-evenly;color:var(--color-white)}.cardInfo__description_fewInformation{padding:86px 0;justify-content:flex-start;align-items:center;text-align:center;grid-gap:2rem 0;gap:2rem 0}.cardInfo_fewInformation{grid-template-columns:repeat(2,1fr)}@media(max-width:59rem){.cardInfo{grid-template-columns:345px 1fr}.cardInfo_fewInformation{grid-template-columns:1fr}.cardInfo__card{padding-top:2rem;max-width:300px;height:auto}.cardInfo__description_fewInformation{text-align:center;justify-self:center;max-width:600px;padding-top:0;padding-bottom:2rem}}@media(max-width:52.5rem){.cardInfo{grid-template-columns:1fr;grid-template-rows:-webkit-min-content 550px;grid-template-rows:min-content 550px}.cardInfo__card{width:100%}.cardInfo_fewInformation{grid-template-rows:repeat(2,-webkit-min-content);grid-template-rows:repeat(2,min-content)}.cardInfo__description{text-align:center;justify-self:center;max-width:600px}}.description__section{padding:0 3rem}@media(max-width:23.5rem){.description__section{padding:0 1rem}}.description__header{display:flex;flex-wrap:wrap;align-items:center;grid-gap:0 1.2rem;gap:0 1.2rem}@media(max-width:59rem){.description__header{justify-content:center}}@media(max-width:52.5rem){.description__header{justify-content:center}}.description__type{width:auto;height:2rem}.description__title{margin-top:0;margin-bottom:.2rem;font-size:2rem}.description__subtitle{margin:0;font-size:1.4rem}.description__principal{margin-top:0;margin-bottom:.6rem;font-size:1.2rem}.description__text{margin-top:0;margin-bottom:1.8rem;line-height:1.6rem}.description__priceUpdate{margin:0;font-size:.8rem;font-weight:600}.description__price{display:block;margin:.8rem 0}.partingLine{width:100%;height:2px;background:linear-gradient(to left,transparent 1%,var(--color-white) 25% 75%,transparent 99%)}.resultsSearch{display:grid;max-width:1100px;margin-left:auto;margin-right:auto;padding:4rem 2rem}.resultsSearch__form{max-width:300px;margin-bottom:2rem;justify-self:center}.resultsSearch__results{display:grid;grid-template-columns:repeat(auto-fill,200px);justify-content:center;grid-gap:2rem;gap:2rem}.resultsSearch_error{justify-content:center;margin:0}.resultsSearch__imgError{max-width:21.88rem;height:auto;margin:0 auto}.resultsSearch__textError{text-align:center;color:var(--color-white);font-size:2rem}.wrapperFormPayment{display:grid;place-items:center;min-height:calc(100vh - 4.625rem);padding:1rem 2rem 2rem}.formPayment{display:flex;flex-direction:column;max-width:600px;color:var(--color-white)}.formPayment__amount{font-size:inherit;margin-top:.6rem;margin-bottom:1rem}.formPayment__btn{align-self:center}.formPayment__label{width:180px;margin:.5rem 0;font-weight:600;font-size:1.1rem}.formPayment__fieldset{display:flex;flex-direction:column;border:none;margin:0;padding:0}.formPayment__legend{font-weight:700;padding-top:1rem;font-size:1.1rem}.formPayment__info{display:flex;flex-wrap:wrap;grid-gap:1rem;gap:1rem}.formPayment__input{max-width:250px;width:220px;min-width:150px;padding:.4rem;border:3px solid #2f917c;border-radius:6px;font-family:inherit;font-size:inherit;outline:none}.formPayment__input:focus{border-color:#43e1bf}.formPayment__input::-webkit-inner-spin-button,.formPayment__input::-webkit-outer-spin-button{-webkit-appearance:none}.formPayment__input_date{width:55px}.formPayment__select{width:180px;padding:.3rem .6rem .3rem .3rem;border:3px solid #2f917c;border-radius:6px;font-weight:500;font-size:inherit}.formPayment__separator{display:inline-block;margin:0 .6rem;font-size:1.4rem}.wrapperInfo{display:flex;flex-direction:column}.expiration{width:180px}.expiration__month,.expiration__year{padding:.3rem .6rem .3rem .3rem;border-radius:6px;font-family:inherit;font-size:inherit;font-weight:500;border:3px solid #2f917c}@media(max-width:37.5rem){.wrapperFormPayment{place-items:center}.formPayment{width:-webkit-min-content;width:-moz-min-content;width:min-content}}:root{--color-black:#000;--color-grey:#222;--color-white:#fafafa;--background-main:#202039;--background-header-footer:#141430}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}a{color:inherit;text-decoration:none}*,:after,:before{box-sizing:border-box}.logo{display:flex;align-items:center;justify-content:center;height:auto;width:2.375rem}