body.hgw-age-gate-active {
  overflow: hidden;
}

#elementor-popup-modal-763 {
  display: none !important;
}

.hgw-age-gate {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
}

.hgw-age-gate[hidden] {
  display: none;
}

.hgw-age-gate__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.hgw-age-gate__dialog {
  position: relative;
  width: min(680px, 100%);
  background-color: #17120a;
  background-image: url('https://hookahrish.co.il/wp-content/uploads/2024/12/f37add_f2e506f7cd7b4af7bd2fe2d99fe3bf3emv2.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  outline: 0;
  animation: hgw-age-gate-enter 0.45s ease-out;
}

.hgw-age-gate__surface {
  padding: clamp(24px, 5vw, 46px);
  text-align: center;
  background: rgba(16, 12, 5, 0.87);
}

.hgw-age-gate__surface h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.35;
}

.hgw-age-gate__surface p {
  margin: 22px 0 0;
  color: #f7ead1;
  font-size: 14px;
  line-height: 1.7;
}

.hgw-age-gate__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

button.hgw-age-gate__accept,
.hgw-age-gate__decline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 22px;
  border: 1px solid #c99012;
  border-radius: 4px;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

button.hgw-age-gate__accept {
  background: #c99012;
  color: #161006;
}

button.hgw-age-gate__accept:hover,
button.hgw-age-gate__accept:focus {
  background: #f0bd3f;
  color: #161006;
}

.hgw-age-gate__decline {
  background: #17120a;
  color: #fff;
}

.hgw-age-gate__decline:hover,
.hgw-age-gate__decline:focus {
  background: #fff;
  color: #17120a;
}

@keyframes hgw-age-gate-enter {
  from {
    opacity: 0;
    transform: translateY(48px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .hgw-age-gate {
    padding: 12px;
  }

  .hgw-age-gate__actions {
    flex-direction: column;
  }
}
