.preorder-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preorder-modal[hidden] {
  display: none;
}

.preorder-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(2px);
}

.preorder-modal__content {
  position: relative;
  max-width: 400px;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  text-align: center;
}
