/*!  build: Vue Shop Vite
     copyright: https://vue-admin-beautiful.com/shop-vite
 */
.loading-gif {
  width: 150px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


@media screen and (max-width: 1023px) {
  .loading-gif {
    width: 100px;
  }
}