#loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;display:flex;align-items:center;justify-content:center;z-index:99999;transition:opacity .6s ease,visibility .6s ease}#loading-screen.loading-screen--hidden{opacity:0;visibility:hidden;pointer-events:none}.loading-screen__content{position:relative;display:flex;align-items:center;justify-content:center;width:320px;height:320px}.loading-screen__logo{width:150px;height:auto;animation:logo-pulse 2s ease-in-out infinite;z-index:2}.loading-screen__character{position:absolute;width:500px;height:auto;right:100px;bottom:0;border-radius:12px;animation:character-bounce .8s ease-in-out infinite;z-index:1}@keyframes logo-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes character-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@media(max-width:480px){.loading-screen__content{width:200px;height:auto}.loading-screen__logo{width:110px;right:10px}.loading-screen__character{width:400px;right:50px;bottom:-40px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/loading-screen.css.map */
