/* Pixeez Creative Studio */ 

.loader-init {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1F281A !important;
        
        z-index: 9999;
    }

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

    .loader-init::after {
        content: "";
        width: 182px;
        height: 58px;
        background-image:   url("https://up6.cc/2025/10/176001814353631.png");
        background-size: 100%!important;
    background-repeat: no-repeat;
    background-position: center!important;
    animation : none;
    border: none;
        
    }



*, :after, :before {
    border: 0 solid #e3b562;} 
    
    
#mainnav,.store-header , body ,.store-footer , .store-footer__inner , #mobile-menu {

   background-color: #1F281A !important;
   color: #e3b562;
}

.s-search-input > input::placeholder , .header-btn__icon,.s-cart-summary-total{
  border-color: #e3b562;
  color: #e3b562;
}

section {
  overflow: hidden;
  position: relative;
}

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4) > div > a > img  {
border-radius: 0 ; 


} 

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4) > div {

    padding-left: 0px;
    padding-right: 0px;


}

.main-content {
color : white ; 
} 

.text-gray-800 ,.total-price {

color : black ; 
} 


@media (min-width: 640px) {
    .s-block {
      margin-top: 0rem; 
    }
}
.s-block {
     margin-top: 0rem; 
}