.simple-lightbox-modal{position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;z-index:999999;padding:20px}
.simple-lightbox-modal.open{display:flex}
.simple-lightbox-modal .sl-stage{max-width:min(1200px,86vw);max-height:86vh;display:flex;align-items:center;justify-content:center}
.simple-lightbox-modal #slImage{max-width:100%;max-height:86vh;object-fit:contain;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.simple-lightbox-modal .sl-close,.simple-lightbox-modal .sl-nav{position:fixed;border:0;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;backdrop-filter:blur(8px);cursor:pointer;display:flex;align-items:center;justify-content:center}
.simple-lightbox-modal .sl-close{top:18px;left:18px;width:48px;height:48px;font-size:30px}
.simple-lightbox-modal .sl-nav{top:50%;transform:translateY(-50%);width:56px;height:56px;font-size:34px}
.simple-lightbox-modal .sl-prev{right:22px}
.simple-lightbox-modal .sl-next{left:22px}
.chalet-slider img,.gallery-main-image,.gallery-thumbs img{cursor:zoom-in}
@media (max-width:768px){
  .simple-lightbox-modal{padding:10px}
  .simple-lightbox-modal .sl-nav{width:46px;height:46px;font-size:28px}
  .simple-lightbox-modal .sl-close{width:42px;height:42px;font-size:26px}
}


/* HIDE_LIGHTBOX_UNDER_FOOTER_FIX */
.lightbox-modal{
  display:none !important;
  position:fixed !important;
  inset:0 !important;
  z-index:999999 !important;
  background:rgba(0,0,0,.88) !important;
  align-items:center !important;
  justify-content:center !important;
  padding:18px !important;
}
.lightbox-modal.open{
  display:flex !important;
}
.lightbox-modal[aria-hidden="true"]{
  display:none !important;
}
.lightbox-stage{
  max-width:min(1200px,90vw) !important;
  max-height:88vh !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.lightbox-stage img,
#lightboxImage{
  max-width:100% !important;
  max-height:88vh !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:16px !important;
}
.lightbox-close,
.lightbox-nav{
  position:fixed !important;
  z-index:1000000 !important;
}


/* MOBILE_LIGHTBOX_RESPONSIVE_PATCH */
@media (max-width: 768px){
  .lightbox-modal.open{
    display:flex !important;
  }
  .lightbox-modal{
    padding:10px !important;
  }
  .lightbox-stage{
    width:100% !important;
    max-width:100vw !important;
    max-height:82vh !important;
  }
  .lightbox-stage img,
  #lightboxImage{
    max-width:96vw !important;
    max-height:82vh !important;
    border-radius:12px !important;
    object-fit:contain !important;
  }
  .lightbox-close{
    top:10px !important;
    right:10px !important;
  }
  .lightbox-nav{
    width:38px !important;
    height:38px !important;
    font-size:28px !important;
    background:rgba(9,12,103,.82) !important;
  }
}
