.Product_details_swiper .swiper_holder {
  margin-top: 4%;
}

.Product_details_swiper .img_holder {
  /* aspect-ratio: 1/1; */
  border-radius: 10px;
  height: 400px;
}

.Product_details_swiper .img_holder .Product_img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
}

.Product_details_swiper
  .swiper_holder
  .Product_details_Swiper_holder
  .swiper-slide-active
  .img_holder {
}

.Product_details_swiper
  .swiper_holder
  .Product_details_Swiper_holder
  .img_holder {
  /* aspect-ratio: 1/1; */
  border-radius: 5px;
  box-shadow: 0px 0px 2px #00000029;

  cursor: pointer;
  max-height: 100px;
  /* width: 100px; */
  object-fit: contain;
}

.Product_details_swiper
  .swiper_holder
  .Product_details_Swiper_holder
  .img_holder
  .Product_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}

.Product_details_swiper
  .swiper_holder
  .Product_details_Swiper_holder
  .img_holder:hover
  .Product_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}

.Product_details_swiper .main_img_holder {
  position: relative;

  box-shadow: 0px 0px 5px #00000029;
  border-radius: 10px;
}

.Product_details_swiper .main_img_holder .like_icon_holder {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #efefef !important;
  border: 1px solid #c5c5c5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Product_details_swiper
  .main_img_holder
  .wishlist_div
  .Best_seller_heart
  .like_btn_holder
  .heart_icon {
  font-size: 20px !important;
  color: #c248a7 !important;
}

.Product_details_swiper .main_img_holder .like_icon_holder .like_icon.sparkle {
  animation: sparkle-pop 0.8s ease forwards;
}

@keyframes sparkle-pop {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0px gold);
  }

  40% {
    transform: scale(1.6);
    filter: drop-shadow(0 0 12px gold);
  }

  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0px gold);
  }
}

.Product_details_swiper
  .swiper_holder
  .Product_details_Swiper_holder
  .swiper-button-next {
  background-image: url("/public/assets/images/home/testimonials/next_Arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
}

.Product_details_swiper
  .swiper_holder
  .Product_details_Swiper_holder
  .swiper-button-prev {
  background-image: url("/public/assets/images/home/testimonials/prev_Arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
}

.Product_details_swiper
  .swiper_holder
  .Product_details_Swiper_holder
  .swiper-button-next::after,
.Product_details_swiper
  .swiper_holder
  .Product_details_Swiper_holder
  .swiper-button-prev::after {
  content: "";
}

.Product_details_swiper .main_img_holder .wishlist_div {
  position: absolute;
  top: 20px;
  right: 20px;
}

.Product_details_swiper
  .main_img_holder
  .wishlist_div
  .Best_seller_heart
  .text_holder {
  display: none;
}

.Product_details_swiper
  .main_img_holder
  .wishlist_div
  .Best_seller_heart
  .like_btn_holder {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #c5c5c5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Product_details_swiper
  .main_img_holder
  .wishlist_div
  .Best_seller_heart
  .like_btn_holder
  .heart_icon {
  font-size: 18px;
  color: #159507;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Product_details_swiper .main_img_holder .wishlist_div {
    top: 10px;
    right: 4px;
  }
  .Product_details_swiper .img_holder {
    height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .Product_details_swiper
    .swiper_holder
    .Product_details_Swiper_holder
    .img_holder {
    max-height: 83px;
  }
  .Product_details_swiper .img_holder {
    height: 240px;
  }
}
