#custom-preloader{position:fixed;inset:0;background:#000;z-index:999999;display:flex;justify-content:center;align-items:center;transition:opacity 0.6s ease,visibility 0.6s ease}.loader-content{text-align:center}.loader-content img{max-width:220px;margin-bottom:25px}.spinner{width:50px;height:50px;border:4px solid rgb(255 255 255 / .2);border-top-color:#f5c6b3;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}#custom-preloader.hide{opacity:0;visibility:hidden}