body > .elementor.elementor-9020.elementor-location-popup {
  display: none !important;
}

body.static-precheckout-open {
  overflow: hidden;
}

.static-precheckout-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.static-precheckout-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.static-precheckout-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
}

.static-precheckout-modal__shell {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
}

.static-precheckout-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.static-precheckout-modal .elementor.elementor-9020.elementor-location-popup {
  display: block !important;
}

.static-precheckout-modal .elementor-9020 .elementor-element.elementor-element-12e362b1 {
  border-radius: 28px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .static-precheckout-modal {
    padding: 14px;
  }

  .static-precheckout-modal__close {
    top: 10px;
    right: 10px;
  }
}
