loading-screen{--video-entry-animation: pbAnimateIn;--video-exit-animation: pbAnimateOut;--bg-exit-animation: bgAnimateOut}loading-screen *{cursor:wait}.loading-screen{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;isolation:isolate;z-index:100}.loading-screen__bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-cream);will-change:height;z-index:-1}.loading-screen__bg[data-state=exiting]{-webkit-animation-name:var(--bg-exit-animation);-webkit-animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(.505,.545,.03,1);-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-name:var(--bg-exit-animation);animation-duration:.3s;animation-timing-function:cubic-bezier(.505,.545,.03,1);animation-fill-mode:forwards;animation-iteration-count:1}.loading-screen__video{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;place-content:center}.loading-screen__video #pb-video{width:50rem;height:50rem;-webkit-transform:translate3d(0,100vh,0);transform:translate3d(0,100vh,0);will-change:transform;-webkit-animation-name:var(--video-entry-animation);-webkit-animation-duration:.5s;-webkit-animation-timing-function:cubic-bezier(.43,.205,0,1.08);-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:1;-webkit-animation-delay:.25s;animation-name:var(--video-entry-animation);animation-duration:.5s;animation-timing-function:cubic-bezier(.43,.205,0,1.08);animation-fill-mode:forwards;animation-iteration-count:1;animation-delay:.25s;pointer-events:none}.loading-screen__video[data-state=exiting] #pb-video{opacity:1;transform:translateZ(0);-webkit-animation-name:var(--video-exit-animation);-webkit-animation-duration:.5s;-webkit-animation-timing-function:cubic-bezier(.605,-.1,0,.965);-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-name:var(--video-exit-animation);animation-duration:.5s;animation-timing-function:cubic-bezier(.605,-.1,0,.965);animation-fill-mode:forwards;animation-iteration-count:1}@-webkit-keyframes pbAnimateIn{to{-webkit-transform:translate3d(0,0vh,0)}}@keyframes pbAnimateIn{to{transform:translateZ(0)}}@-webkit-keyframes pbAnimateOut{to{-webkit-transform:translate3d(0,-100vh,0)}}@keyframes pbAnimateOut{to{transform:translate3d(0,-100vh,0)}}@-webkit-keyframes bgAnimateOut{to{height:0%}}@keyframes bgAnimateOut{to{height:0%}}
/*# sourceMappingURL=/cdn/shop/t/182/assets/loading-screen.css.map */
