.elementor-442 .elementor-element.elementor-element-b42995c{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:90px;--padding-bottom:90px;--padding-left:90px;--padding-right:90px;}.elementor-442 .elementor-element.elementor-element-a069916{z-index:15;}#elementor-popup-modal-442 .dialog-message{width:65em;height:auto;}#elementor-popup-modal-442{justify-content:center;align-items:center;pointer-events:all;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-442 .elementor-element.elementor-element-b42995c{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-442 .elementor-element.elementor-element-b42995c{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}#elementor-popup-modal-442 .dialog-message{width:20.5em;}}/* Start custom CSS for html, class: .elementor-element-a069916 *//* =========================
   AGE GATE POPUP COMPLETE CSS
   Popup ID: 442
   Brand Color: #2A95CD
========================= */

/* Elementor popup root with glass blur */
#elementor-popup-modal-442,
.elementor-popup-modal[data-id="442"]{
  z-index: 999999 !important;
  background: rgba(10, 18, 28, 0.22) !important;
  backdrop-filter: blur(10px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(120%) !important;
}

/* Force the popup wrapper itself to be transparent */
#elementor-popup-modal-442 .dialog-widget-content,
#elementor-popup-modal-442 .dialog-message,
#elementor-popup-modal-442 .dialog-lightbox-widget-content,
.elementor-popup-modal[data-id="442"] .dialog-widget-content,
.elementor-popup-modal[data-id="442"] .dialog-message,
.elementor-popup-modal[data-id="442"] .dialog-lightbox-widget-content{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Remove Elementor's extra white content box */
#elementor-popup-modal-442 .dialog-message,
.elementor-popup-modal[data-id="442"] .dialog-message{
  width: min(1000px, calc(100vw - 24px)) !important;
  max-width: 1000px !important;
  max-height: calc(100vh - 24px) !important;
  margin: 12px auto !important;
  padding: 0 !important;
  overflow: visible !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

/* Keep Elementor overlay transparent because wrapper now handles blur */
#elementor-popup-modal-442 .dialog-widget-overlay,
.elementor-popup-modal[data-id="442"] .dialog-widget-overlay{
  background: transparent !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Lock page scroll */
html.age-gate-open,
body.age-gate-open{
  overflow: hidden !important;
  height: 100% !important;
  touch-action: none !important;
  overscroll-behavior: none !important;
}

/* Freeze the page behind */
body.age-gate-open .site,
body.age-gate-open .site-main,
body.age-gate-open .elementor-location-header,
body.age-gate-open .elementor-location-footer,
body.age-gate-open .elementor:not(#elementor-popup-modal-442){
  pointer-events: none !important;
}

/* Keep popup clickable */
body.age-gate-open #elementor-popup-modal-442,
body.age-gate-open #elementor-popup-modal-442 *{
  pointer-events: auto !important;
}

/* Hide floating cart or sticky UI while popup is open */
body.age-gate-open .site-header-cart,
body.age-gate-open .floating-cart,
body.age-gate-open .woocommerce-mini-cart,
body.age-gate-open .xoo-wsc-basket,
body.age-gate-open .cart-icon-wrap{
  display: none !important;
}

/* Main popup card */
.custom-age-gate{
  width: 100%;
  max-width: 1000px;
  max-height: calc(100vh - 24px);
  background: #ffffff;
  border-radius: 14px;

  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;

  box-shadow: 0 20px 60px rgba(0,0,0,0.20);
  position: relative;
  z-index: 2;
}

/* Header */
.age-gate-header{
  background: #2A95CD;
  padding: 26px 28px;
  border-radius: 14px 14px 0 0;
}

.age-gate-header h3{
  margin: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

/* Body */
.age-gate-body{
  padding: 30px 28px 24px;
}

.age-gate-desc{
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.7;
  color: #444444;
}

/* Checkbox cards */
.age-gate-box{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.55;
  color: #3f3f3f;
  cursor: pointer;
}

.age-gate-check{
  flex: 0 0 auto;
  margin-top: 2px;
}

.age-gate-check input,
.age-gate-remember input{
  width: 22px;
  height: 22px;
  accent-color: #2A95CD;
  cursor: pointer;
}

/* Remember row */
.age-gate-remember{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 24px;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}

/* Buttons */
.age-gate-actions{
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.age-gate-btn{
  min-width: 160px;
  height: 52px;
  border: 0;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  box-sizing: border-box;
}

.exit-btn{
  background: #2A95CD;
  color: #ffffff;
}

.enter-btn{
  background: #bcc5cc;
  color: #ffffff;
  cursor: not-allowed;
  pointer-events: none;
}

.enter-btn.gate-enabled{
  background: #2A95CD;
  color: #ffffff;
  cursor: pointer;
  pointer-events: auto;
}

/* Tablet */
@media (max-width: 1024px){
  #elementor-popup-modal-442 .dialog-message{
    width: min(94vw, 900px) !important;
    max-height: calc(100vh - 20px) !important;
    margin: 10px auto !important;
  }

  .custom-age-gate{
    max-height: calc(100vh - 20px);
    border-radius: 12px;
  }

  .age-gate-header{
    padding: 22px;
    border-radius: 12px 12px 0 0;
  }

  .age-gate-header h3{
    font-size: 26px;
  }

  .age-gate-body{
    padding: 22px 22px 20px;
  }

  .age-gate-desc{
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .age-gate-box{
    padding: 16px;
    gap: 12px;
    font-size: 15px;
    line-height: 1.5;
  }

  .age-gate-btn{
    min-width: 150px;
    height: 50px;
    font-size: 15px;
  }
}



/* Mobile */
@media (max-width: 767px){
  #elementor-popup-modal-442 .dialog-message{
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    max-height: calc(100vh - 16px) !important;
    margin: 8px auto !important;
  }

  .custom-age-gate{
    max-height: calc(100vh - 16px);
    border-radius: 10px;
  }

  .age-gate-header{
    padding: 18px;
    border-radius: 10px 10px 0 0;
  }

.age-gate-header h3{
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

  .age-gate-body{
    padding: 18px;
  }

  .age-gate-desc{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .age-gate-box{
    padding: 14px;
    gap: 10px;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .age-gate-check input,
  .age-gate-remember input{
    width: 20px;
    height: 20px;
  }

  .age-gate-remember{
    margin: 4px 0 18px;
    font-size: 15px;
  }

  .age-gate-actions{
    flex-direction: column;
    gap: 10px;
  }

  .age-gate-btn{
    width: 100%;
    min-width: 100%;
    height: 48px;
    font-size: 15px;
  }
}

html:not(.age-gate-open),
body:not(.age-gate-open){
  overflow: initial !important;
}

html.age-gate-verified #elementor-popup-modal-442{
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}/* End custom CSS */