#root{margin:0 auto}.logo{height:6em;padding:1.5em;will-change:filter}.app-header{background-color:#222;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;padding:5px;color:#fff;border-bottom:2px solid #fff}.logo-header{display:flex;justify-content:center;align-items:center;color:#fff}.app-logo{animation:logo-rotate infinite 20s linear;height:80px;pointer-events:none}h1{font-size:20px}p{font-size:15px;padding:0;margin:0}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}@keyframes logo-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card-content{display:flex;width:100%;justify-content:center;align-items:center;position:absolute;top:150px;gap:1em;left:-10px;z-index:100;transform-origin:center;animation:enter-cards 2s ease-in-out}.card-gift{width:100%;height:100%;background:#333;padding:10px}.content__buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;bottom:1rem;right:1rem}@keyframes enter-cards{0%{transform:scale(0)}to{transform:scale(1)}}:root{font-size:16px;line-height:24px;font-weight:400;color-scheme:light dark;color:#ffffffde}html,body,pre,code,kbd,samp{font-family:"Press Start 2P"}.app{background-color:#242424;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}.grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:1rem;padding:1rem;place-items:center}.grid-item{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1em;border-radius:5px;margin:1em;width:300px;height:300px;background-color:#fff;color:#000;text-align:center;font-size:1.5em;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;position:relative}.grid-item img{width:100%;height:100%;max-width:150px;max-height:150px;object-fit:cover;border-radius:5px}.btn-add-cart{display:flex}.btn-favorite{position:absolute;top:0;right:0;border-radius:0 0 0 5px;color:#000}.message-total{position:fixed;bottom:110px;right:0;border-radius:0 0 5px;color:#000}.modal{position:fixed;top:0;left:0;width:100%;min-width:100vw;min-height:100vh;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:100}.content-favorite{padding-top:40px;max-height:500px;overflow-y:auto}.content-credit{padding-top:40px;max-height:500px}.is-open{display:block}.is-close{display:none}.pokemon-container{background-size:cover,cover;background-repeat:no-repeat,no-repeat;background-position:center,center;min-height:60vh}.cards-container{display:flex;flex-wrap:wrap;gap:30px 20px;padding-top:20px;place-content:center}.card-pokemon{display:flex;flex-direction:column;flex-shrink:0;width:150px;height:150px}
