#fader{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;pointer-events:none;background:#fff;animation-duration:.3s;animation-timing-function:ease-in-out}#fader:before{content:"fade"}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}#fader.fade-out{opacity:0;animation:fade-out ease .5s;animation-iteration-count:1;animation-fill-mode:forwards}#fader.fade-in{opacity:1;animation:fade-in ease .5s;animation-iteration-count:1;animation-fill-mode:forwards}
/*# sourceMappingURL=/cdn/shop/t/116/assets/page-fader.css.map */
