.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a7a7a7;
}
.swiper-zoom-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
}
.mobile-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.swiper-button-next, .swiper-button-prev {
    color: #ff8d1f !important;
}
.swiper-pagination-bullet-active {
    background: #2b3e99 !important;
}
.swiper-container {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    max-height: 100vh;
}
.mobile-modal .swiper-container {
  width: 100vw;
  height: 100vh;
}
.mobile-modal img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.close-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  z-index: 10000;
}
.picZoomer-pic-wp{
    height: auto !important;
}
._boxzoom ._product-images {
    margin: 10px 0px !important;
}
.img-hgt {
    max-width: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
}
.hgt-img {
    height: 330px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeed;
}
@media(min-width: 768px) {
  .mobile-modal {
    display: none !important;
  }
}
.mobile-zoom-overlay{
    display: none;
}
@media(max-width: 500px){
    .moniter-screen{
        display: none !important;
    }
}
@media(min-width: 500px){
    .mobile-screen{
        display: none !important;
    }
}


.slider-containerr {
    position: relative;
    margin: auto;
    overflow: hidden;
  }

  .sliderr {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slidee {
    min-width: calc(100% / 4); /* Show 4 images at a time */
    box-sizing: border-box;
  }

  .slidee img {
    width: 100%;
    display: block;
  }

  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
  }
  @media (max-width: 768px) {
    .slidee {
      min-width: calc(100% / 2); /* Show 2 images at a time on smaller screens */
    }
  }

  @media (max-width: 480px) {
    .slidee {
      min-width: 100%; /* Show 1 image at a time on very small screens */
    }
  }



  /* Same CSS as before */
  .slider-containerr {
    position: relative;
    margin: auto;
    overflow: hidden;
  }

  .sliderr {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slidee {
    min-width: calc(100% / 4); /* Show 4 images at a time */
    box-sizing: border-box;
  }

  .slidee img {
    width: 100%;
    display: block;
  }
  @media (max-width: 768px) {
    .slidee {
      min-width: calc(100% / 2); /* Show 2 images at a time on smaller screens */
    }
  }

  @media (max-width: 480px) {
    .slidee {
      min-width: 100%; /* Show 1 image at a time on very small screens */
    }
  }