.splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#262626;z-index:999999;display:flex;align-items:center;justify-content:center;pointer-events:auto;animation:splashSweepUp .6s ease-out 1.8s forwards,splashPointerEvents .1s 1.8s forwards}#splash-screen:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:60vh;background-color:var(--color-primary);z-index:10;transform-origin:bottom left;transform:scaleX(0) scaleY(.015);animation:loaderWidth 1.5s cubic-bezier(.4,0,.2,1) forwards,loaderHeight .3s ease-in 1.5s forwards}.splash-logo-wrapper{position:relative;display:inline-flex;justify-content:center;align-items:center;color:#fff;animation:logoZoomOut .5s cubic-bezier(.55,.085,.68,.53) 1.5s forwards}.splash-logo-wrapper svg,.splash-logo-wrapper img{max-height:80px;width:auto;max-width:80vw;display:block}@media screen and (max-width:768px){.splash-logo-wrapper img{max-height:45px}}.splash-logo-wrapper:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;background-color:#262626;transform-origin:top;animation:maskOpenUp 1s cubic-bezier(.85,0,.15,1) .3s forwards}@keyframes maskOpenUp{0%{transform:scaleY(1)}to{transform:scaleY(0)}}@keyframes logoZoomOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}@keyframes splashSweepUp{0%{transform:translateY(0);visibility:visible}to{transform:translateY(-100vh);visibility:hidden}}@keyframes loaderWidth{0%{transform:scaleX(0) scaleY(.015)}to{transform:scaleX(1) scaleY(.015)}}@keyframes loaderHeight{0%{transform:scaleX(1) scaleY(.015)}to{transform:scaleX(1) scaleY(1)}}@keyframes splashPointerEvents{to{pointer-events:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/splash-screen.css.map */
