/* Add custom CSS styles below */ 
.loader-init {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #DEEFFF !important;
        
        z-index: 9999;
    }

    .loader-init--hidden {
        opacity: 0;
        visibility: hidden;
    }

    .loader-init::after {
        content: "";
        width: 100px;
        height: 100px;
        background-image:   url("https://j.top4top.io/p_3643eg81k1.png");
        background-size: 100%!important;
    background-repeat: no-repeat;
    background-position: center!important;
    animation : none;
    border: none;
        
    }

.store-header,.app-inner {
background-color: #DEEFFF ; 

}

#mainnav , .footer-is-light.store-footer  {
  background-color: transparent ; 
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner {
background-color: #3A6CA7 !important;
color: white;
}