*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}.App{align-items:center;background:#f5f5f5;display:flex;flex-direction:column;height:100vh;justify-content:center}button,input{-webkit-appearance:none;appearance:none;background:none;border:none;box-shadow:inset 0 0 0 1px #bbb;font-family:Poppins,sans-serif;outline:none}form{display:block;position:relative}form:after{background-image:linear-gradient(to bottom right,#fa6e6e,#4a4141);border:1px solid #ccc;border-radius:5px;bottom:-5px;content:"";display:block;left:-5px;position:absolute;right:-5px;top:-5px;z-index:1}form .form-inner{background:#fff;display:block;padding:20px;position:relative;z-index:2}form .form-inner h2{color:#333;font-size:1.5rem;margin-bottom:20px}form .form-inner .form-group{display:block;margin-bottom:20px;position:relative;width:300px}form .form-inner .form-group label{color:#333;display:block;font-size:.9rem;margin-bottom:5px;position:relative;transition:.4s}form .form-inner .form-group input{border-radius:5px;color:#333;display:block;font-size:1rem;padding:10px 20px;position:relative;transition:.4s;width:100%}form .form-inner .form-group input:focus+label{font-size:.8rem;-webkit-transform:translateY(-20px);transform:translateY(-20px)}form .form-inner .form-group:focus-within label{color:#fa6e6e}form .form-inner .form-group input:focus{border-color:#fa6e6e;box-shadow:0 0 0 2px #fa6e6e}form .form-inner input[type=submit]{background:#fa6e6e;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:1rem;padding:10px 20px;position:relative;transition:.4s;width:100%}form .form-inner input[type=submit]:hover{background:#f55}form .form-inner input[type=submit]:focus{box-shadow:0 0 0 2px #fa6e6e}.loading{-webkit-animation:loading 1s infinite;animation:loading 1s infinite;background:#fa6e6e;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:1rem;padding:10px 20px;position:relative;transition:.4s;width:100%}@-webkit-keyframes loading{0%{background:#fa6e6e}50%{background:#e4a2a2}to{background:#fa6e6e}}@keyframes loading{0%{background:#fa6e6e}50%{background:#e4a2a2}to{background:#fa6e6e}}.marketItem{align-items:center;border:1px solid #ccc;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.26);cursor:pointer;display:flex;flex-direction:column;height:25rem;justify-content:center;padding:.5rem;transition:all .3s ease-out;width:100%}.marketItem:hover{box-shadow:0 2px 8px rgba(0,0,0,.26),0 .5rem 1rem rgba(0,0,0,.26);-webkit-transform:scale(1.03);transform:scale(1.03)}.marketItem__image{object-fit:cover}.marketItem__image,.marketItem__image img{border-radius:.5rem .5rem 0 0;height:100%;width:100%}.marketItem__image img{margin-top:.5rem;object-fit:contain}.marketItem__info{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:1rem;width:100%}.marketItem__info h3{color:#333;font-size:1.75rem;font-weight:600;margin:.5rem 0;text-align:center}.marketItem__info h4{font-size:1.2rem;font-weight:500;margin:.5rem 0;text-align:center}.marketItem__info h5{color:#0ab30a;font-size:1rem;font-weight:400;margin:.5rem 0;text-align:center}#oldPrice{color:#b30a0a;font-size:1rem;text-decoration:line-through}#newPrice{color:#0ab30a;font-size:1.25rem}.storeList{height:100%}.storeList,.storeList__header{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;justify-content:center;width:100%}.storeList__header{height:100px;margin:2rem}.storeList button{align-items:center;border:1px solid #ce4040;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.26);cursor:pointer;display:flex;flex-direction:row;height:3rem;justify-content:center;margin:1rem 0;padding:.5rem;transition:all .3s ease-out;width:10rem}.storeList button:hover{box-shadow:0 2px 8px rgba(0,0,0,.26),0 .5rem 1rem rgba(0,0,0,.26);-webkit-transform:scale(1.03);transform:scale(1.03)}.storeList__wallet,.storeList__wallet__content{align-items:center;display:flex;flex-direction:column;justify-content:center}.storeList__wallet__content{background-color:#e9e9e9;border:1px solid #ce4040;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.26);box-sizing:border-box;height:100%;margin:1rem 0;padding:1rem;width:100%}.storeList__wallet__content__item{align-items:center;color:#000;display:flex;flex-direction:row;justify-content:space-between;margin:.5rem 1rem;width:100%}.storeList__wallet__content__item img{-webkit-filter:invert(100%);filter:invert(100%);height:2rem;width:2rem}.storeList__wallet__content__item p{font-size:1.5rem}.storeList__body{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));overflow-x:hidden;overflow-y:auto;padding:4rem 3rem;scrollbar-color:#ce4040 #f5f5f5;scrollbar-width:thin;width:100%}.storeList__body::-webkit-scrollbar{width:.5rem}.storeList__body::-webkit-scrollbar-track{background:#f5f5f5}.storeList__body::-webkit-scrollbar-thumb{background-color:#ce4040;border:.5rem solid #f5f5f5;border-radius:.5rem}.storeList__body::-webkit-scrollbar-thumb:hover{background-color:#ce4040}.storeList__body::-webkit-scrollbar-button{display:none}.storeList__body__empty{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.storeList__body__empty h1{color:#ce4040;font-size:2rem}.storeList__loading{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.lds-roller{display:inline-block;height:80px;position:relative;width:80px}.lds-roller div{-webkit-animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:40px 40px;transform-origin:40px 40px}.lds-roller div:after{background:#222;border-radius:50%;content:" ";display:block;height:7px;margin:-4px 0 0 -4px;position:absolute;width:7px}.lds-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.lds-roller div:first-child:after{left:63px;top:63px}.lds-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.lds-roller div:nth-child(2):after{left:56px;top:68px}.lds-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.lds-roller div:nth-child(3):after{left:48px;top:71px}.lds-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.lds-roller div:nth-child(4):after{left:40px;top:72px}.lds-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.lds-roller div:nth-child(5):after{left:32px;top:71px}.lds-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.lds-roller div:nth-child(6):after{left:24px;top:68px}.lds-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.lds-roller div:nth-child(7):after{left:17px;top:63px}.lds-roller div:nth-child(8){-webkit-animation-delay:-.288s;animation-delay:-.288s}.lds-roller div:nth-child(8):after{left:12px;top:56px}@-webkit-keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.a63dfe98.css.map*/