body.edgtf-woo-single-page .pp_overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.72) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.edgtf-woo-single-page .pp_pic_holder {
  width: 50vw !important;
  max-width: 50vw;
  max-height: 70vh;
  padding: 20px;
  box-sizing: border-box;
}

body.edgtf-woo-single-page .pp_pic_holder .pp_content {
  width: 100% !important;
  height: auto !important;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(10, 10, 14, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.edgtf-woo-single-page .pp_pic_holder .pp_content_container {
  background: transparent;
}

body.edgtf-woo-single-page .pp_pic_holder .pp_fade {
  top: 0;
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  max-height: 70vh;
  transform: none;
  -webkit-transform: none;
}

body.edgtf-woo-single-page .pp_pic_holder.pp_pic_have_only_one .pp_details {
  display: table !important;
}

body.edgtf-woo-single-page .pp_pic_holder #pp_full_res {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: calc(70vh - 104px);
  max-height: calc(70vh - 104px);
  min-height: 260px;
  overflow: hidden;
}

body.edgtf-woo-single-page .pp_pic_holder .pp_details {
  min-height: 64px;
  background: rgba(10, 10, 14, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #c0c0c0;
  box-sizing: border-box;
}

body.edgtf-woo-single-page .pp_pic_holder .pp_details .pp_nav .currentTextHolder {
  color: #9a9a9a;
}

body.edgtf-woo-single-page .pp_pic_holder .pp_loaderIcon {
  background-color: rgba(255, 255, 255, 0.16);
}

body.edgtf-woo-single-page .pp_pic_holder .pp_hoverContainer {
  width: 100% !important;
  height: calc(70vh - 104px) !important;
}

body.edgtf-woo-single-page .pp_pic_holder #pp_full_res img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  border-radius: 14px 14px 0 0;
}

body.edgtf-woo-single-page .pp_pic_holder a.pp_close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.25) !important;
  font-family: inherit;
  color: #f2f2f2;
  font-size: 0;
  line-height: 1;
  text-indent: 0;
  text-align: center;
  overflow: hidden;
}

body.edgtf-woo-single-page .pp_pic_holder a.pp_close:after {
  content: "\00d7";
  display: block;
  font-family: inherit;
  font-size: 24px;
  line-height: 1;
}

body.edgtf-woo-single-page .pp_pic_holder a.pp_next,
body.edgtf-woo-single-page .pp_pic_holder a.pp_previous {
  color: rgba(255, 255, 255, 0.92);
}

body.edgtf-woo-single-page .pp_pic_holder a.pp_next:hover,
body.edgtf-woo-single-page .pp_pic_holder a.pp_previous:hover,
body.edgtf-woo-single-page .pp_pic_holder a.pp_close:hover {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  body.edgtf-woo-single-page .pp_pic_holder {
    top: 82px !important;
    left: 50% !important;
    width: 92vw !important;
    max-width: 92vw;
    height: calc(100vh - 94px);
    max-height: calc(100vh - 94px);
    height: calc(100dvh - 94px);
    max-height: calc(100dvh - 94px);
    padding: 12px;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }

  body.edgtf-woo-single-page .pp_pic_holder .pp_content_container,
  body.edgtf-woo-single-page .pp_pic_holder .pp_content_container .pp_left,
  body.edgtf-woo-single-page .pp_pic_holder .pp_content_container .pp_right {
    height: 100%;
  }

  body.edgtf-woo-single-page .pp_pic_holder .pp_content {
    height: 100% !important;
    border-radius: 16px;
  }

  body.edgtf-woo-single-page .pp_pic_holder .pp_fade {
    height: 100%;
    max-height: 100%;
  }

  body.edgtf-woo-single-page .pp_pic_holder #pp_full_res {
    flex: 1 1 auto;
    height: auto;
    max-height: none;
    min-height: 0;
  }

  body.edgtf-woo-single-page .pp_pic_holder .pp_hoverContainer {
    bottom: 64px;
    height: auto !important;
  }

  body.edgtf-woo-single-page .pp_pic_holder .pp_details {
    padding: 14px 18px;
  }
}
