<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 45:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
#loading  {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align:center;

}
  #loading_logo  {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  #loading_logo  img {
  width:50%;
}
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


}</pre></body></html>