#productGatingPopup .popup__container a {
  pointer-events: all;
  outline: none;
}
#productGatingPopup .popup-dialog {
  min-width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2147483647;
  top: 0
}
