/* ===== Global Page Loader ===== */
/* line 3, app/assets/stylesheets/customer/loader.scss */
#global-loader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
}

/* line 13, app/assets/stylesheets/customer/loader.scss */
#global-loader.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* line 19, app/assets/stylesheets/customer/loader.scss */
.loader-img {
  width: 64px;
  height: auto;
}
