.splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:9999;display:flex;align-items:center;justify-content:center;transition:all 1.5s cubic-bezier(.4,0,.2,1);pointer-events:all;opacity:1}.splash-screen.fade-out{opacity:0;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);pointer-events:none}.splash-screen__content{text-align:center;animation:fadeInUp 1s ease-out}.splash-screen__logo{font-family:Great Vibes,cursive,serif;font-size:4rem;color:#000;margin-bottom:2rem;animation:pulse 2s ease-in-out infinite;font-display:block;visibility:hidden;opacity:0;transition:opacity .5s ease,visibility 0s .5s}.splash-screen.fonts-loaded .splash-screen__logo{visibility:visible;opacity:1;transition:opacity .5s ease,visibility 0s}.splash-screen__loader{width:60px;height:60px;border:3px solid #f0f0f0;border-top:3px solid #000000;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto;opacity:1}.splash-screen__text{margin-top:1.5rem;font-size:.9rem;color:#666;letter-spacing:.1em;text-transform:uppercase;animation:fadeIn 2s ease-in-out;opacity:1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body.splash-active{overflow:hidden!important;position:fixed;width:100%;height:100%}.splash-screen{will-change:opacity,backdrop-filter}.splash-screen.blur-stage-1{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.splash-screen.blur-stage-2{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.splash-screen.blur-stage-3{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}@media screen and (max-width: 749px){.splash-screen__logo{font-size:2.5rem}.splash-screen__loader{width:50px;height:50px}}@media (prefers-reduced-motion: no-preference){.splash-screen{scroll-behavior:smooth}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/splash-screen.css.map */
