.ck-zoom-lens {
  position: absolute;
  border: 2px solid #6c5ce7;
  background-color: rgba(255, 255, 255, 0.25);
  cursor: none;
  pointer-events: none;
  display: none;
  z-index: 50;
  box-sizing: border-box;
}

.theme-product-detail-image-inner {
  position: relative;
}

.ck-zoom-result {
  position: fixed;
  width: 500px;
  height: 500px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  background-repeat: no-repeat;
  display: none;
  z-index: 9999;
  pointer-events: none;
}

@media (hover: none), (pointer: coarse) {
  .ck-zoom-lens,
  .ck-zoom-result {
    display: none !important;
  }
}
/* ============================================================
   ComicKart – Mobile header fix (≤991px)
   Paints the sticky mobile header solid white so content
   no longer shows through behind the logo/hamburger.
   ============================================================ */
@media (max-width: 991px) {

  /* Outer sticky header bar */
  .theme-mobile-header-style-05.theme-mobile-header-top {
    background-color: #ffffff;
    border-block-end: 1px solid #e7e7e7;
  }

  /* Inner row: hamburger, logo, search, wishlist, cart */
  .theme-mobile-header-style-05.theme-mobile-header-top .theme-mobile-header-nav-wrapper {
    background-color: #ffffff;
  }

  /* Slide-down mobile search overlay */
  .theme-mobile-header-style-05.theme-mobile-header-top .theme-search-field-container-floater {
    background-color: #ffffff;
  }
}


@media (min-width: 992px) {
  .zpheader-style-07.theme-mobile-header-fixed {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 250 !important;
    background-color: #ffffff !important;
    border-block-end: 1px solid #e7e7e7 !important;
  }
}


#whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}

#whatsapp img {
  width: 75px;
  height: 75px;
  display: block;
}
