.Product_details_swiper .swiper_holder {
  margin-top: 5%;
}

.Product_details_swiper .img_holder {
  aspect-ratio: 1/1;
  border-radius: 10px;
}

.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 {
  /* border: 1px solid #fc7106 !important; */
  background: #f0f0f0;
}

.Product_details_swiper
  .swiper_holder
  .Product_details_Swiper_holder
  .img_holder {
  aspect-ratio: 1/1;
  border-radius: 5px;
  cursor: pointer;
  /* background: #efd9c6; */
  background: #f0f0f0;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
}
.Product_details_swiper
  .swiper_holder
  .Product_details_Swiper_holder
  .img_holder.active_thumb {
  border: 1px solid #fc7106 !important;
}

.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;
  border-radius: 10px;
  /* box-shadow: 0px 3px 6px #00000029; */
  background: #e8b7511a;
  /* border: 1px solid #7c0000; */
}

.Product_details_swiper .main_img_holder .like_icon_holder {
  position: absolute;
  top: 20px;
  right: 20px;
  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: 16px !important;
  color: #b65f1c;
}

.Product_details_swiper .main_img_holder .like_icon_holder .like_icon.sparkle {
  animation: sparkle-pop 0.8s ease forwards;
}
.Product_details_swiper .main_img_holder .wishlist_swiper_div {
  top: 3px !important;
  right: 3px !important;
}

@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: #591725;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Product_details_swiper .main_img_holder .wishlist_swiper_div {
    top: 10px !important;
    right: 4px !important;
  }
}
