#overlay-welcome{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#2b265e;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .8s ease-in-out}#overlay-welcome img{width:300px;height:300px;object-fit:contain;margin-bottom:2rem}#overlay-welcome .loading-bar{width:200px;height:8px;background-color:#fff3;overflow:hidden;margin-top:1rem;margin-bottom:1rem;position:relative;display:block}#overlay-welcome .loading-bar:after{content:"";display:block;width:100%;height:100%;background-color:#fff;border-radius:2px;animation:loadingProgress 2s ease-in-out infinite}@keyframes loadingProgress{0%{transform:translate(-100%)}to{transform:translate(100%)}}#overlay-welcome.fade-out{opacity:0}#overlay-welcome.move-logo .loading-bar{animation:fadeOutLoading .5s ease-in-out forwards}@keyframes moveLogoToHeader{0%{background-color:#2b265e}to{background-color:transparent}}@keyframes fadeOutLoading{0%{opacity:1}to{opacity:0}}@media (max-width: 768px){#overlay-welcome img{width:250px;height:250px}#overlay-welcome:after{font-size:1.3rem;letter-spacing:0}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/_overlay-welcome.css.map */
