.swal-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background-image: url("/cdn/shop/files/BombBoy-Loading-250px.gif");
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.swal-overlay.swal-overlay--show-modal .swal-modal {
  display: none;
}
