/* VersaCommerce-Hinweis: Diese Datei wurde automatisch am 2025-05-22 17:46 erzeugt und sollte nicht manuell veraendert werden. Veraenderungen sollten in der Quell-Datei (preloader.css.liquid) vorgenommen werden. */


























#preloader_active{
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}
#loading-center{
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 40px;
  margin-top: -50px;
  margin-left: -20px;
}
.object{
  width: 40px;
  height: 8px;
  margin-bottom:20px;
  background-color: #232323;
  -webkit-animation: animate 0.8s infinite;
  animation: animate 0.8s infinite;
}


#object_two { 
  -webkit-animation-delay: 0.2s; 
  animation-delay: 0.2s;

}
#object_three {	
  -webkit-animation-delay: 0.4s; 
  animation-delay: 0.4s; 
}





@-webkit-keyframes animate {

  50% {
    -ms-transform: scale(1.5); 
    -webkit-transform: scale(1.5);   
    transform: scale(1.5);  
  }



}

@keyframes animate {
  50% {
    -ms-transform: scale(1.5); 
    -webkit-transform: scale(1.5);   
    transform: scale(1.5);  
  }


}













